Require gettext 0.17 because older versions don't mix with libtool 2.2. At build...
[platform/upstream/gstreamer.git] / ChangeLog
1 2008-11-29  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2
3         Patch by: Cygwin Ports maintainer
4                   <yselkowitz at users dot sourceforge dot net>
5
6         * autogen.sh:
7         * configure.ac:
8         Require gettext 0.17 because older versions don't mix with libtool
9         2.2. At build time an older gettext version will still work.
10         Fixes bug #556091.
11
12 2008-11-28  Christian Schaller <christian.schaller@collabora.co.uk>
13
14         * gst/speexresample/Makefile.am: fix build by removing -lgstaudio 
15
16 2008-11-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
17
18         * docs/plugins/gst-plugins-base-plugins.args:
19         * docs/plugins/gst-plugins-base-plugins.hierarchy:
20         * docs/plugins/gst-plugins-base-plugins.interfaces:
21         * docs/plugins/gst-plugins-base-plugins.prerequisites:
22         * docs/plugins/inspect/plugin-videorate.xml:
23         * gst/speexresample/gstspeexresample.c:
24         Update documentation of speexresample for the new element name.
25
26 2008-11-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
27
28         * gst/speexresample/README:
29         Update README with the latest diff between the Speex resampler
30         and our copy.
31
32 2008-11-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
33
34         * gst/speexresample/gstspeexresample.c: (plugin_init):
35         Update the debug category from speex_resample to audioresample.
36
37 2008-11-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
38
39         * gst/audioresample/Makefile.am:
40         * gst/audioresample/buffer.c:
41         * gst/audioresample/buffer.h:
42         * gst/audioresample/debug.c:
43         * gst/audioresample/debug.h:
44         * gst/audioresample/functable.c:
45         * gst/audioresample/functable.h:
46         * gst/audioresample/gstaudioresample.c:
47         * gst/audioresample/gstaudioresample.h:
48         * gst/audioresample/resample.c:
49         * gst/audioresample/resample.h:
50         * gst/audioresample/resample_chunk.c:
51         * gst/audioresample/resample_functable.c:
52         * gst/audioresample/resample_ref.c:
53         * tests/check/elements/audioresample.c:
54         Remove audioresample files.
55
56 2008-11-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
57
58         * docs/plugins/inspect/plugin-audioresample.xml:
59         Regenerated for library filename change.
60
61 2008-11-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
62
63         * configure.ac:
64         * docs/plugins/Makefile.am:
65         * docs/plugins/gst-plugins-base-plugins-sections.txt:
66         * docs/plugins/gst-plugins-base-plugins.args:
67         * docs/plugins/gst-plugins-base-plugins.hierarchy:
68         * docs/plugins/gst-plugins-base-plugins.interfaces:
69         * docs/plugins/gst-plugins-base-plugins.prerequisites:
70         * docs/plugins/inspect/plugin-adder.xml:
71         * docs/plugins/inspect/plugin-alsa.xml:
72         * docs/plugins/inspect/plugin-audioconvert.xml:
73         * docs/plugins/inspect/plugin-audiorate.xml:
74         * docs/plugins/inspect/plugin-audioresample.xml:
75         * docs/plugins/inspect/plugin-audiotestsrc.xml:
76         * docs/plugins/inspect/plugin-cdparanoia.xml:
77         * docs/plugins/inspect/plugin-decodebin.xml:
78         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
79         * docs/plugins/inspect/plugin-gdp.xml:
80         * docs/plugins/inspect/plugin-gio.xml:
81         * docs/plugins/inspect/plugin-gnomevfs.xml:
82         * docs/plugins/inspect/plugin-libvisual.xml:
83         * docs/plugins/inspect/plugin-ogg.xml:
84         * docs/plugins/inspect/plugin-pango.xml:
85         * docs/plugins/inspect/plugin-playback.xml:
86         * docs/plugins/inspect/plugin-queue2.xml:
87         * docs/plugins/inspect/plugin-subparse.xml:
88         * docs/plugins/inspect/plugin-tcp.xml:
89         * docs/plugins/inspect/plugin-theora.xml:
90         * docs/plugins/inspect/plugin-typefindfunctions.xml:
91         * docs/plugins/inspect/plugin-uridecodebin.xml:
92         * docs/plugins/inspect/plugin-video4linux.xml:
93         * docs/plugins/inspect/plugin-videorate.xml:
94         * docs/plugins/inspect/plugin-videoscale.xml:
95         * docs/plugins/inspect/plugin-videotestsrc.xml:
96         * docs/plugins/inspect/plugin-volume.xml:
97         * docs/plugins/inspect/plugin-vorbis.xml:
98         * docs/plugins/inspect/plugin-ximagesink.xml:
99         * docs/plugins/inspect/plugin-xvimagesink.xml:
100         * gst/speexresample/gstspeexresample.c: (plugin_init):
101         * gst/speexresample/Makefile.am:
102         * tests/check/Makefile.am:
103         * tests/check/elements/speexresample.c: (setup_speexresample),
104         (GST_START_TEST), (test_pipeline):
105         Rename the moved speexresample to audioresample, integrate into the
106         build system and remove the old audioresample from the build system.
107         Fixes bug #558124, #385061, #346218, #116051.
108
109 2008-11-27  Wim Taymans  <wim.taymans@collabora.co.uk>
110
111         * gst-libs/gst/audio/gstbaseaudiosrc.c:
112         (gst_base_audio_src_get_offset), (gst_base_audio_src_create):
113         Avoid nasty int overflows after about 12 hours and 25 minutes when these
114         code paths are triggered. 
115         A free beer to Håvard Graff for finding this!
116
117 2008-11-27  Wim Taymans  <wim.taymans@collabora.co.uk>
118
119         Patch by: 이문형 <iwings at gmail dot com>
120
121         * gst-libs/gst/rtsp/gstrtspconnection.c:
122         (gst_rtsp_connection_connect):
123         A successful gst_poll_wait() doesn't always mean successful connect() on
124         Windows.  We should check errors by calling gst_poll_fd_has_error().
125         See #561924.
126
127 2008-11-25  Wim Taymans  <wim.taymans@collabora.co.uk>
128
129         * gst-libs/gst/rtp/gstrtcpbuffer.c:
130         Fix typo in the docs.
131
132 2008-11-25  Wim Taymans  <wim.taymans@collabora.co.uk>
133
134         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_sink_event):
135         If no stream was found before receiving EOS, post an error message.
136         Fixes #561924.
137
138 2008-11-25  Wim Taymans  <wim.taymans@collabora.co.uk>
139
140         * ext/theora/gsttheoraenc.h:
141         * ext/theora/theoraenc.c: (gst_theora_enc_init),
142         (theora_buffer_from_packet), (theora_push_packet),
143         (theora_enc_sink_event), (theora_enc_is_discontinuous),
144         (theora_enc_chain):
145         Parse segment events.
146         Pass incomming buffer timestamps to outgoing buffers.
147         Use the running_time to construct the granulepos.
148         Fixes #562163.
149
150 2008-11-25  Wim Taymans  <wim.taymans@collabora.co.uk>
151
152         * gst/playback/gstplaybin2.c: (activate_group):
153         Fix buffer-duration property.
154
155 2008-11-25  Wim Taymans  <wim.taymans@collabora.co.uk>
156
157         * gst-libs/gst/audio/gstbaseaudiosink.c:
158         (gst_base_audio_sink_drain), (gst_base_audio_sink_event),
159         (gst_base_audio_sink_sync_latency), (gst_base_audio_sink_render),
160         (gst_base_audio_sink_change_state):
161         Really fix audiosink drain handling by keeping track of the running_time
162         of the last sample.
163
164 2008-11-24  Michael Smith <msmith@songbirdnest.com>
165
166         * gst/playback/gstplaybin2.c:
167           Add notification of current stream. Add ability to configure buffer
168           sizes.
169         * gst/playback/gsturidecodebin.c:
170           Add ability to configure buffer sizes for streaming mode.
171           Bug #561734.
172
173 2008-11-24  Stefan Kost  <ensonic@users.sf.net>
174
175         * gst-libs/gst/audio/gstbaseaudiosink.c:
176           Time is already in running_time. Remove base_time handling. Fixes
177           audiosinks not draining and thus chopping some audio in the end.
178
179 2008-11-24  David Schleef  <ds@schleef.org>
180
181         * ext/ogg/gstoggmux.c:
182         * ext/ogg/gstoggmux.h:
183           If we're muxing a dirac stream, flush the page after every picture.
184
185 2008-11-24  Stefan Kost  <ensonic@users.sf.net>
186
187         * gst-libs/gst/audio/gstbaseaudiosink.c:
188           Add one log message to check for audio_drained. Sync one log message
189           with the condition. Send EOS after draining audio in pull mode.
190
191 2008-11-24  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
192
193         * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_create):
194         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
195         Use gst_buffer_try_new_and_alloc() and fail properly if the
196         allocation failed. This prevents abort() if downstream elements
197         request an insane amount of memory.
198
199 2008-11-24  Wim Taymans  <wim.taymans@collabora.co.uk>
200
201         * gst/volume/gstvolume.c: (volume_choose_func),
202         (volume_update_volume), (gst_volume_set_volume),
203         (gst_volume_get_volume), (gst_volume_set_mute),
204         (gst_volume_class_init), (gst_volume_init),
205         (volume_process_double), (volume_process_float),
206         (volume_process_int32), (volume_process_int32_clamp),
207         (volume_process_int24), (volume_process_int24_clamp),
208         (volume_process_int16), (volume_process_int16_clamp),
209         (volume_process_int8), (volume_process_int8_clamp), (volume_setup),
210         (volume_transform_ip), (volume_set_property),
211         (volume_get_property):
212         * gst/volume/gstvolume.h:
213         Cleanup volume, define and use default values.
214         Recalculate new volume and mute setup before processing. Fixes #561789.
215
216         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
217         Add controller unit test. Patch by: Jonathan Matthew
218         Fix bogus test that messed with basetransform's internal state.
219
220 2008-11-22  Wim Taymans  <wim.taymans@collabora.co.uk>
221
222         * gst/videorate/gstvideorate.c:
223         Add jpeg and png image media types to the caps. Fixes #561436.
224
225 2008-11-22  Wim Taymans  <wim.taymans@collabora.co.uk>
226
227         * gst/playback/gstplaysink.c: (gen_audio_chain):
228         Don't post an error when we can't configure the volume but post a
229         warning instead. Fixes #561780.
230
231 2008-11-21  David Schleef  <ds@schleef.org>
232
233         Patch by: Jonathan Rosser <jonathan.rosser@rd.bbc.co.uk>
234
235         * gst/videotestsrc/gstvideotestsrc.c:
236         * gst/videotestsrc/gstvideotestsrc.h:
237         * gst/videotestsrc/videotestsrc.c:
238         * gst/videotestsrc/videotestsrc.h:
239           Add a zone plate pattern generator based on BBC R&D Report
240           1978/23 (yeah *that* 1978).  Try 'videotestsrc pattern=zone-plate
241           kx2=20 ky2=20 kt=1'.
242
243 2008-11-20  Michael Smith <msmith@songbirdnest.com>
244
245         * gst/playback/gstdecodebin2.c:
246           Fix random fat-fingering making this not compile.
247
248 2008-11-20  Michael Smith <msmith@songbirdnest.com>
249
250         * gst/playback/gstdecodebin2.c:
251           If the top-level type of the stream is plain text, don't try to decode
252           it, matching behaviour of decodebin.
253         * gst/playback/gstplaysink.c:
254           If we fail to generate a text chain (e.g. due to missing optional
255           plugins), don't crash.
256
257 2008-11-20  Michael Smith <msmith@songbirdnest.com>
258
259         * gst-libs/gst/rtsp/gstrtspdefs.c:
260           Fix win32 build. Oops.
261
262 2008-11-20  Michael Smith <msmith@songbirdnest.com>
263
264         * gst-libs/gst/rtsp/gstrtspdefs.c:
265           Use WSAGetLastError() rather than errno/h_errno on win32.
266
267 2008-11-20  Michael Smith <msmith@songbirdnest.com>
268
269         * gst-libs/gst/riff/riff-media.c:
270           Support WMA Lossless properly.
271
272 2008-11-18  David Schleef  <ds@schleef.org>
273
274         * gst/videotestsrc/gstvideotestsrc.c:
275         * gst/videotestsrc/gstvideotestsrc.h:
276         * gst/videotestsrc/videotestsrc.c:
277         * gst/videotestsrc/videotestsrc.h:
278           Add "colorspec" property, specifying whether to generate BT.601
279           or BT.709 video.  This only affects YCbCr values, not RGB, since
280           if you're generating a 709 test pattern, presumably you want
281           709 RGB primaries, not 601.  Also add "smpte75" pattern, which
282           uses 75% colors instead of 100%, since this is often more useful
283           for testing (and also follows the SMPTE EG-1 guideline).
284
285 2008-11-18  Alessandro Decina  <alessandro.d@gmail.com>
286
287         * gst/playback/gstdecodebin.c:
288         Add a "sink-caps" property to decodebin like it's done for decodebin2.
289         Fixes #560380.
290
291 2008-11-14  Jan Schmidt  <jan.schmidt@sun.com>
292
293         * gst/audioresample/gstaudioresample.c:
294         Guard against a NULL dereference I somehow encountered -
295         with a FLUSH_STOP arriving either before basetransform _start(),
296         or after _stop().
297
298         * gst/typefind/gsttypefindfunctions.c:
299         Make sure we never jump backwards when typefinding corrupt mov files.
300
301 2008-11-14  Jan Schmidt  <jan.schmidt@sun.com>
302
303         * gst-libs/gst/interfaces/propertyprobe.c:
304         Fix random type causing a docs warning.
305
306 2008-11-14  Stefan Kost  <ensonic@users.sf.net>
307
308         * sys/v4l/gstv4l.c:
309           Give it a minimal rank for autovideosrc.
310
311 2008-11-13  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
312
313         * gst/typefind/gsttypefindfunctions.c: (jp2_type_find),
314         (plugin_init):
315         Improve typefinding of ISO JPEG2000 mime types.
316
317 2008-11-13  Wim Taymans  <wim.taymans@collabora.co.uk>
318
319         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
320         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_setcaps),
321         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
322         * sys/xvimage/xvimagesink.h:
323         Avoid typechecking when we do trivial casts.
324         Move error handling out of the main program flow.
325         Sneak in the display-region caps property, not completely correct yet.
326         Cache the width/height in buffer_alloc instead of parsing it from the
327         caps all the time.
328
329 2008-11-13  Wim Taymans  <wim.taymans@collabora.co.uk>
330
331         * gst/playback/gstplaybin2.c: (deactivate_group):
332         don't try to unlink the selector sinkpad when we don't have it yet. This
333         can happen if an error occured before the group was complete.
334
335 2008-11-13  Wim Taymans  <wim.taymans@collabora.co.uk>
336
337         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data),
338         (gst_rtp_buffer_set_packet_len), (gst_rtp_buffer_get_packet_len),
339         (gst_rtp_buffer_get_header_len), (gst_rtp_buffer_get_version),
340         (gst_rtp_buffer_set_version), (gst_rtp_buffer_get_padding),
341         (gst_rtp_buffer_set_padding), (gst_rtp_buffer_pad_to),
342         (gst_rtp_buffer_get_extension), (gst_rtp_buffer_set_extension),
343         (gst_rtp_buffer_get_extension_data),
344         (gst_rtp_buffer_set_extension_data), (gst_rtp_buffer_get_ssrc),
345         (gst_rtp_buffer_set_ssrc), (gst_rtp_buffer_get_csrc_count),
346         (gst_rtp_buffer_get_csrc), (gst_rtp_buffer_set_csrc),
347         (gst_rtp_buffer_get_marker), (gst_rtp_buffer_set_marker),
348         (gst_rtp_buffer_get_payload_type),
349         (gst_rtp_buffer_set_payload_type), (gst_rtp_buffer_get_seq),
350         (gst_rtp_buffer_set_seq), (gst_rtp_buffer_get_timestamp),
351         (gst_rtp_buffer_set_timestamp),
352         (gst_rtp_buffer_get_payload_subbuffer),
353         (gst_rtp_buffer_get_payload_len), (gst_rtp_buffer_get_payload):
354         Avoid expensive type checks we already did as part of the 
355         _validate() function that should be called first.
356
357 2008-11-11  Wim Taymans  <wim.taymans@collabora.co.uk>
358
359         * gst-libs/gst/rtp/gstbasertpdepayload.c: (create_segment_event),
360         (gst_base_rtp_depayload_push_full),
361         (gst_base_rtp_depayload_set_gst_timestamp):
362         Fix some cases where a newsegment event was not sent.
363
364 2008-11-11  Wim Taymans  <wim.taymans@collabora.co.uk>
365
366         * gst/playback/gstplaybin2.c: (activate_group):
367         Catch state change errors and stop from the uridecodebin elements
368         instead of trying to continue in vain.
369
370 2008-11-10  Wim Taymans  <wim.taymans@collabora.co.uk>
371
372         * gst-libs/gst/audio/gstbaseaudiosink.c:
373         (gst_base_audio_sink_sync_latency), (gst_base_audio_sink_render),
374         (gst_base_audio_sink_callback):
375         Use gst_base_sink_do_preroll() to wait for PLAYING and before waiting
376         for the latency to expire, fixes #559567.
377
378 2008-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
379
380         * gst/adder/gstadder.c:
381           Change author string after seeing output of gst-inspector.
382
383 2008-11-10  Wim Taymans  <wim.taymans@collabora.co.uk>
384
385         * gst/playback/gstplaysink.c: (gst_play_sink_reconfigure):
386         Don't try to do crazy things when we only have a text pad without a
387         video pad. Fixes #559478.
388
389 2008-11-06  Wim Taymans  <wim.taymans@collabora.co.uk>
390
391         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
392         Fix case where we don't have a range for the rates or channels as is the
393         case with truespeech.
394
395 2008-11-05  Wim Taymans  <wim.taymans@collabora.co.uk>
396
397         * gst/volume/gstvolume.c: (volume_update_real_volume),
398         (gst_volume_set_volume), (gst_volume_get_volume),
399         (gst_volume_set_mute), (gst_volume_init), (volume_setup),
400         (volume_transform_ip), (volume_update_mute),
401         (volume_update_volume), (volume_get_property):
402         * gst/volume/gstvolume.h:
403         Keep negotiated state in a separate variable.
404         Protect the volume and mute properties with the object lock.
405         Protect modifying the transform with the transform lock.
406
407 2008-11-05  Wim Taymans  <wim.taymans@collabora.co.uk>
408
409         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
410         (gst_ffmpeg_pixfmt_to_caps):
411         Only convert caps to string when debug is enabled.
412
413 2008-11-04  Wim Taymans  <wim.taymans@collabora.co.uk>
414
415         * ext/theora/gsttheoradec.h:
416         * ext/theora/theoradec.c: (gst_theora_dec_init),
417         (gst_theora_dec_reset), (theora_dec_src_event),
418         (theora_dec_sink_event), (theora_handle_type_packet):
419         Copy seqnum.
420         Keep events in a pending list, like vorbisdec, instead of trying
421         to construct a segment event ourselves.
422
423         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
424         (vorbis_dec_src_event), (vorbis_dec_sink_event):
425         * ext/vorbis/vorbisdec.h:
426         Copy seqnum.
427
428 2008-11-04  Wim Taymans  <wim.taymans@collabora.co.uk>
429
430         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
431         (gst_ogg_demux_deactivate_current_chain),
432         (gst_ogg_demux_perform_seek), (gst_ogg_demux_handle_page),
433         (gst_ogg_demux_loop):
434         * ext/ogg/gstoggdemux.h:
435         Copy seqnums around to track playback segments and messages.
436
437 2008-11-03  Wim Taymans  <wim.taymans@collabora.co.uk>
438
439         Based on patch by: Matthias Kretz <kretz at kde dot org>
440
441         * ext/alsa/gstalsasink.c: (gst_alsasink_open),
442         (gst_alsasink_prepare), (gst_alsasink_unprepare),
443         (gst_alsasink_write):
444         Make all access non-blocking so that we can better handle unplugging
445         of usb devices. Fixes #559111
446
447 2008-11-03  Wim Taymans  <wim.taymans@collabora.co.uk>
448
449         Patch by: Damien Lespiau  <damien.lespiau gmail com>
450
451         * gst-libs/gst/rtsp/gstrtspconnection.c:
452         (gst_rtsp_connection_write):
453         Make the next call to poll not depend on previous calls to poll with or
454         without reading from the active descriptor. Fixes #544293.
455
456 2008-10-31  Wim Taymans  <wim.taymans@collabora.co.uk>
457
458         Patch by: Nick Haddad <nick at haddads dot net>
459
460         * gst-libs/gst/riff/riff-ids.h:
461         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
462         Add support for other fourcc codes that are commonly used for
463         'uncompressed RGB', including 'RGB ', 'RAW ', and 0.
464         Fixes #558553.
465
466 2008-10-30  Stefan Kost  <ensonic@users.sf.net>
467
468         * gst/audioresample/gstaudioresample.c:
469           Return the result of parent_class->event().
470
471 2008-10-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
472
473         * gst/audioresample/gstaudioresample.c:
474         (gst_audioresample_class_init), (audioresample_fixate_caps):
475         Fixate the rate to the nearest supported rate instead of
476         the first one. Fixes bug #549510.
477
478 2008-10-27  Wim Taymans  <wim.taymans@collabora.co.uk>
479
480         * win32/common/libgstaudio.def:
481         Add new symbols.
482
483 2008-10-23  Wim Taymans  <wim.taymans@collabora.co.uk>
484
485         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
486         Attempt to make obfuscated code clearer.
487
488 2008-10-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
489
490         * docs/libs/gst-plugins-base-libs-sections.txt:
491         * gst-libs/gst/floatcast/floatcast.h:
492         Move float endianness conversion macros to core. Second part of
493         bug ##555196.
494
495 2008-10-22  Stefan Kost  <ensonic@users.sf.net>
496
497         * sys/ximage/ximagesink.h:
498         * sys/xvimage/xvimagesink.h:
499           Don't mark as gtk-doc docs as they aren't public.
500
501 2008-10-22  Stefan Kost  <ensonic@users.sf.net>
502
503         * sys/xvimage/xvimagesink.c:
504         * sys/xvimage/xvimagesink.h:
505         * tests/icles/Makefile.am:
506         * tests/icles/test-colorkey.c:
507           Allow setting colorkey if possible. Implement property probe interface
508           for optional X features (autopaint-colorkey, double-buffer and
509           colorkey). Fixes #554533
510
511 2008-10-22  Sebastian Dröge  <slomo@circular-chaos.org>
512
513         * gst-libs/gst/tag/tags.c: (gst_tag_image_data_to_image_buffer):
514         Remove useless buffer size assignment. It already has this value.
515
516 2008-10-20  Wim Taymans  <wim.taymans@collabora.co.uk>
517
518         * gst-libs/gst/audio/gstaudiosink.c:
519         (gst_audioringbuffer_class_init), (gst_audioringbuffer_acquire),
520         (gst_audioringbuffer_activate), (gst_audioringbuffer_release),
521         (gst_audioringbuffer_stop):
522         Implement a separate activate functions to start monitoring the segments
523         or, in pull mode, pulling in data.
524
525         * gst-libs/gst/audio/gstbaseaudiosink.c:
526         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
527         (gst_base_audio_sink_query_pad), (gst_base_audio_sink_query),
528         (gst_base_audio_sink_setcaps), (gst_base_audio_sink_callback),
529         (gst_base_audio_sink_activate_pull),
530         (gst_base_audio_sink_async_play),
531         (gst_base_audio_sink_change_state):
532         Implement pad and element convert query function.
533         Activate the ringbuffer.
534         Use the segment last_stop value as the offset to pull.
535         Use new basesink _do_preroll() method to preroll in the pulling thread.
536         Take appropriate locking in the pulling thread.
537
538         * gst-libs/gst/audio/gstringbuffer.h:
539         Update some docs.
540
541 2008-10-20  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
542
543         * gst/typefind/gsttypefindfunctions.c: (mxf_type_find):
544         Improve MXF typefinding a bit by searching for a header partition
545         pack instead of just a general partition pack and checking more
546         bytes for valid values.
547
548 2008-10-20  Wim Taymans  <wim.taymans@collabora.co.uk>
549
550         * tests/icles/.cvsignore:
551         update ignore file.
552
553         * tests/icles/Makefile.am:
554         * tests/icles/test-box.c: (make_pipeline), (main):
555         Add another interactive command line experimentation suite for
556         dynamically boxing/cropping/saling an input video.
557
558 2008-10-17  Wim Taymans  <wim.taymans@collabora.co.uk>
559
560         * docs/libs/gst-plugins-base-libs-sections.txt:
561         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_convert),
562         (gst_ring_buffer_activate), (gst_ring_buffer_is_active):
563         * gst-libs/gst/audio/gstringbuffer.h:
564         Add methods to more accuratly control the pulling thread of a
565         ringbuffer.
566         Add format conversion helper code to the ringbuffer.
567         API: GstRingBuffer:gst_ring_buffer_activate()
568         API: GstRingBuffer:gst_ring_buffer_is_active()
569         API: GstRingBuffer:gst_ring_buffer_convert()
570
571 2008-10-16  Wim Taymans  <wim.taymans@collabora.co.uk>
572
573         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func),
574         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
575         (gst_audioringbuffer_stop):
576         Signal thread startup earlier so that we can immediatly go into pull
577         mode when we have to and block on preroll.
578
579 2008-10-16  Wim Taymans  <wim.taymans@collabora.co.uk>
580
581         * gst-libs/gst/audio/gstringbuffer.c:
582         (gst_ring_buffer_prepare_read):
583         In pull mode we want the callback to prepull a buffer we can preroll on
584         even when we are not yet playing.
585
586 2008-10-16  Stefan Kost  <ensonic@users.sf.net>
587
588         * ext/alsa/Makefile.am:
589         * ext/cdparanoia/Makefile.am:
590         * ext/gio/Makefile.am:
591         * ext/gnomevfs/Makefile.am:
592         * ext/libvisual/Makefile.am:
593         * ext/ogg/Makefile.am:
594         * ext/pango/Makefile.am:
595         * ext/theora/Makefile.am:
596         * ext/vorbis/Makefile.am:
597         * gst/adder/Makefile.am:
598         * gst/audioconvert/Makefile.am:
599         * gst/audiorate/Makefile.am:
600         * gst/audioresample/Makefile.am:
601         * gst/audiotestsrc/Makefile.am:
602         * gst/ffmpegcolorspace/Makefile.am:
603         * gst/gdp/Makefile.am:
604         * gst/playback/Makefile.am:
605         * gst/subparse/Makefile.am:
606         * gst/tcp/Makefile.am:
607         * gst/typefind/Makefile.am:
608         * gst/videorate/Makefile.am:
609         * gst/videoscale/Makefile.am:
610         * gst/videotestsrc/Makefile.am:
611         * gst/volume/Makefile.am:
612         * sys/v4l/Makefile.am:
613         * sys/ximage/Makefile.am:
614         * sys/xvimage/Makefile.am:
615           Don't install static libs for plugins. Fixes #550851 for base.
616
617 2008-10-16  Wim Taymans  <wim.taymans@collabora.co.uk>
618
619         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_init):
620         Set the default blocksize to -1 because we will then use the configured
621         samplesperbuffer to create our output buffer.
622
623 2008-10-15  Edward Hervey  <edward.hervey@collabora.co.uk>
624
625         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
626         (gst_riff_create_video_template_caps):
627         Add mappping for the KMVC (Karl Morton's Video) Codec.
628
629 2008-10-15  Edward Hervey  <edward.hervey@collabora.co.uk>
630
631         * gst/typefind/gsttypefindfunctions.c: (flac_type_find):
632         Don't forget to advance the offset of what we're matching against, else
633         we end up in a forever loop.
634
635 2008-10-15  Sebastian Dröge  <slomo@circular-chaos.org>
636
637         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
638         Improve typefinding a bit. If we don't have a Unicode charset
639         try GST_SUBTITLE_ENCODING and otherwise try ISO-8859-15.
640
641 2008-10-14  Edward Hervey  <edward.hervey@collabora.co.uk>
642
643         * ext/theora/theoradec.c: (theora_dec_decode_buffer):
644         Fix build on macosx.
645
646 2008-10-13  Wim Taymans  <wim.taymans@collabora.co.uk>
647
648         Based on patch by: Robin Stocker <robin at nibor dot org>
649
650         * ext/theora/gsttheoradec.h:
651         * ext/theora/theoradec.c: (gst_theora_dec_init),
652         (theora_dec_setcaps), (theora_handle_type_packet),
653         (theora_dec_decode_buffer), (theora_dec_change_state):
654         Parse input caps and make the PAR override the encoded PAR when
655         specified by a container. Fixes #555699.
656
657 2008-10-13  Wim Taymans  <wim.taymans@collabora.co.uk>
658
659         * gst-libs/gst/rtp/gstbasertpdepayload.c:
660         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
661         (gst_base_rtp_depayload_set_gst_timestamp),
662         (gst_base_rtp_depayload_change_state):
663         * gst-libs/gst/rtp/gstbasertpdepayload.h:
664         Add some more G_LIKELY
665         Fail when the setcaps function was not called.
666
667         * gst-libs/gst/rtp/gstbasertppayload.c:
668         (gst_basertppayload_set_outcaps):
669         Propagate return value of setcaps.
670
671 2008-10-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
672
673         * gst/subparse/Makefile.am:
674         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
675         (gst_sub_parse_class_init), (gst_sub_parse_init),
676         (gst_convert_to_utf8), (detect_encoding), (convert_encoding),
677         (get_next_line), (gst_sub_parse_data_format_autodetect),
678         (feed_textbuf), (handle_buffer), (gst_sub_parse_change_state),
679         (gst_subparse_type_find):
680         * gst/subparse/gstsubparse.h:
681         Add support for UTF16/UTF32 subtitles as long as the first bytes of
682         the first buffer contain the BOM. This also adds support for other
683         encodings that allow NUL bytes via the encoding property.
684         Fixes bugs #552237 and #456788.
685
686 2008-10-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
687
688         * gst-libs/gst/tag/tags.c: (gst_tag_image_data_to_image_buffer):
689         Don't drop the last byte of image tags if they're not an URI list.
690         Fixes bug #556066.
691
692 2008-10-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
693
694         * gst/typefind/gsttypefindfunctions.c: (flac_type_find):
695         For looking at the 4th byte we have to get 4 bytes of course
696         and not 3.
697
698 2008-10-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
699
700         * gst/typefind/gsttypefindfunctions.c: (flac_type_find):
701         Improve FLAC-without-headers typefinding by looking at most of the
702         frame header and checking if invalid values are used. Should prevent
703         quite some false positives compared to the old version which only
704         check if the first 14 bits are set.
705
706 2008-10-11  Stefan Kost  <ensonic@users.sf.net>
707
708         * sys/xvimage/xvimagesink.c:
709           Don't assert on caps==NULL.
710
711 2008-10-10  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
712
713         * gst/subparse/gstsubparse.c:
714         (gst_sub_parse_data_format_autodetect), (handle_buffer),
715         (gst_sub_parse_change_state):
716         * gst/subparse/gstsubparse.h:
717         * tests/check/elements/subparse.c: (GST_START_TEST):
718         Add support for subtitle files with UTF-8 BOM at the beginning
719         by simple stripping it from the first line before passing it
720         to any parsing code. Fixes bug #555257 and playback of files
721         created by Gnome Subtitles.
722
723 2008-10-10  Wim Taymans  <wim.taymans@collabora.co.uk>
724
725         * gst/audiotestsrc/gstaudiotestsrc.c:
726         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
727         (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
728         (gst_audio_test_src_start), (gst_audio_test_src_stop),
729         (gst_audio_test_src_do_seek), (gst_audio_test_src_check_get_range),
730         (gst_audio_test_src_create):
731         * gst/audiotestsrc/gstaudiotestsrc.h:
732         Define the default property values in the usual place.
733         Implement start/stop to reset values correctly.
734         Calculate the sample size only once when we negotiate.
735         Rename some values to make more sense.
736         Keep track of our byte range.
737         Add support for pull based scheduling. Disabled for now until we have
738         the whole stack working.
739         Set the BUFFER_OFFSET correctly.
740
741 2008-10-10  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
742
743         Based on a patch by: xavierb at gmail dot com
744
745         * gst/subparse/gstsubparse.c:
746         (gst_sub_parse_data_format_autodetect):
747         * tests/check/elements/subparse.c: (GST_START_TEST):
748         Make the detection of the used subtitle a bit less strict
749         for srt subtitles. Fixes bug #555607.
750
751 2008-10-10  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
752
753         * ext/vorbis/vorbisenc.c:
754         (gst_vorbis_enc_buffer_check_discontinuous):
755         Fix discontinuity detection which was broken by last commit.
756
757 2008-10-09  Tim-Philipp Müller  <tim.muller at collabora co uk>
758
759         * configure.ac::
760           Require core CVS for ghostpad API additions used by decodebin2.
761
762 2008-10-08  Edward Hervey  <edward.hervey@collabora.co.uk>
763
764         * gst-libs/gst/audio/gstbaseaudiosrc.c:
765         (gst_base_audio_src_create):
766         Fix debug statements (space between '%' and actual format).
767
768 2008-10-08  Wim Taymans  <wim.taymans@collabora.co.uk>
769
770         * gst/playback/gstdecodebin2.c: (gst_decode_pad_activate):
771         Remove bogus assert, the decodepad could have been created inside an
772         already existing group.
773
774 2008-10-08  Andy Wingo  <wingo@pobox.com>
775
776         * gst/playback/gstdecodebin2.c (expose_pad): Fix typo: unset
777         target instead of setting it.
778         (gst_decode_pad_activate, gst_decode_pad_unblock): This is now the
779         API for a decode pad. The bugfix is that we set the group in
780         activate(), not when the pad was created because it might be NULL
781         then.
782         (gst_decode_group_control_source_pad, gst_decode_group_expose):
783         Update to use the API.
784
785 2008-10-08  Andy Wingo  <wingo@pobox.com>
786
787         * gst/playback/gstdecodebin2.c (struct _GstDecodePad): Change to
788         be a subclass of GstGhostPad.
789         (analyze_new_pad): So, when emitting the signals that determine
790         how we do autoplugging, already create the ghost pad and use it as
791         the pad in the signal arguments. This allows applications to make
792         a connection between the pad passed in e.g. autoplug-continue, and
793         the pad passed in new-decoded-pad.
794         (connect_pad, expose_pad): Update to receive the ghosted decode
795         pad in the args, retargetting it as necessary if we have to plug
796         the target pad through a multiqueue.
797         (gst_decode_group_control_source_pad): Adapt to receive an
798         already-ghosted pad that just needs activation, blocking, and
799         drain notification.
800         (sort_end_pads): Adapt for decode pads actually being pads.
801         (gst_decode_group_expose): Adapt for decode pads actually being
802         pads. Rewrite the decode pad names so they appear in order. Adds a
803         new error case if we couldn't set the name.
804         (gst_decode_group_free, gst_decode_group_hide): Adapt cleanup
805         logic.
806         (gst_decode_pad_set_blocked, gst_decode_pad_add_drained_check):
807         New API for the decode pad, needed because we shouldn't do these
808         things inside gst_decode_pad_new(), but after.
809         (gst_decode_pad_new): Change to actually make the real pad, and
810         delay the blocking/drainage bits.
811
812 2008-10-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
813
814         Patch by: Daniel Drake <dsd at laptop dot org>
815
816         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear_collectpads):
817         Unref all buffers when clearing collectpads. Fixes bug #546955.
818
819 2008-10-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
820
821         Based on a patch by: Klaas <klaas at rivercrew dot net>
822
823         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_sink_event),
824         (gst_vorbis_enc_buffer_check_discontinuous),
825         (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
826         * ext/vorbis/vorbisenc.h:
827         Keep track of the upstream segments and use the running time on that
828         segment instead of the buffer timestamp everywhere. Fixes bug #525807.
829
830 2008-10-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
831
832         * gst/audioconvert/audioconvert.c: (audio_convert_convert):
833         Prevent overflows with big buffer when calculating the size of
834         the intermediate buffer by using gst_util_uint64_scale() instead of
835         plain arithmetics. Fixes bug #552801.
836
837 2008-10-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
838
839         Patch by: Pavel Zeldin <pzeldin at gmail dot com>
840
841         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_render_time),
842         (gst_clock_overlay_class_init), (gst_clock_overlay_finalize),
843         (gst_clock_overlay_init), (gst_clock_overlay_set_property),
844         (gst_clock_overlay_get_property):
845         * ext/pango/gstclockoverlay.h:
846         API: Add ability to specify format for date/time display by
847         adding a "time-format" property.
848         Fixes bug #554879.
849
850 2008-10-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
851
852         Patch by: Jan Gerber <j at oil21 dot org>
853
854         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
855         (gst_riff_create_video_template_caps):
856         Add FFV1 fourcc to support playback of FFMPEG lossless video
857         in AVI. Fixes bug #555319.
858
859 2008-10-08  Wim Taymans  <wim.taymans@collabora.co.uk>
860
861         Patch by: Håvard Graff <havard dot graff at tandberg dot com>
862
863         * gst-libs/gst/audio/gstbaseaudiosrc.c:
864         (gst_base_audio_src_create):
865         Implement skew clock slaving. Fixes #552559.
866
867 2008-10-08  Wim Taymans  <wim.taymans@collabora.co.uk>
868
869         * gst-libs/gst/audio/multichannel.c:
870         * gst-libs/gst/audio/testchannels.c:
871         Fix include of config.h
872
873 2008-10-06  Wim Taymans  <wim.taymans@collabora.co.uk>
874
875         Based on Patch by: Tero Saarni <tero dot saarni at gmail dot com>
876
877         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_parse_line),
878         (print_media), (gst_sdp_message_dump):
879         Fix parsing of the c= field containing multicast addresses.
880         Fixes #552199.
881         Add the connection info to the session or streams.
882         Fix parsing of the bandwidth.
883         Add debugging for the connections and bandwidths for a media.
884         Add debugging for the bandwidth of the session. 
885
886 2008-10-06  Wim Taymans  <wim.taymans@collabora.co.uk>
887
888         * gst-libs/gst/rtp/gstbasertppayload.c:
889         (gst_basertppayload_change_state):
890         Configure the next seqnum and timestamp in the state change so that they
891         can be queried soon after.
892
893 2008-10-06  Wim Taymans  <wim.taymans@collabora.co.uk>
894
895         * gst-libs/gst/rtp/gstbasertpdepayload.c:
896         (gst_base_rtp_depayload_chain):
897         Improve debugging of the rtptime.
898
899 2008-10-05  Jan Schmidt  <jan.schmidt@sun.com>
900
901         * configure.ac:
902         Back to development -> 0.10.21.1
903
904 2008-10-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
905
906         * gst/typefind/gsttypefindfunctions.c: (flac_type_find),
907         (plugin_init):
908         Add typefinding for FLAC without headers in the beginning.
909         This is already handled by flacdec and friends.
910
911 2008-10-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
912
913         * gst/typefind/gsttypefindfunctions.c: (mxf_type_find),
914         (plugin_init):
915         Add typefinder for MXF.
916
917 2008-10-03  Jan Schmidt  <jan.schmidt@sun.com>
918
919         * tests/icles/Makefile.am:
920         Only build test-colorkey if GTK+ is available.
921
922 === release 0.10.21 ===
923
924 2008-10-03  Jan Schmidt <jan.schmidt@sun.com>
925
926         * configure.ac:
927           releasing 0.10.21, "We Could Be Wrong"
928
929 2008-09-28  Jan Schmidt  <jan.schmidt@sun.com>
930
931         * configure.ac:
932         0.10.20.4 pre-release
933
934 2008-09-25  Wim Taymans  <wim.taymans@collabora.co.uk>
935
936         Patch by: Vincent Penquerc'h <ogg dot k dot ogg dot k at googlemail dot com>
937
938         * ext/theora/theoraparse.c: (theora_parse_set_streamheader):
939         Set the BOS flag on the BOS packet. Fixes #553244.
940
941 2008-09-23  Wim Taymans  <wim.taymans@collabora.co.uk>
942
943         * gst-libs/gst/rtsp/gstrtspmessage.c:
944         (gst_rtsp_message_parse_request),
945         (gst_rtsp_message_parse_response):
946         Fix the g_return_val_if_fail() statements.
947
948 2008-09-22  Michael Smith <msmith@songbirdnest.com>
949
950         * gst-libs/gst/tag/gsttagdemux.c:
951           Fail to activate if there's insufficient data in the file to be usable,
952           preventing an assertion fail later. Fixes #552960
953
954 2008-09-15  Tim-Philipp Müller  <tim.muller at collabora co uk>
955
956         * gst-libs/gst/pbutils/descriptions.c:
957         * gst/typefind/gsttypefindfunctions.c:
958           Recognise Kate subtitle streams (#550582).
959
960 2008-09-13  Tim-Philipp Müller  <tim.muller at collabora co uk>
961
962         * gst-libs/gst/audio/audio.h: (GST_AUDIO_FIELD_SIGNED):
963           Remove trailing comma from enum list, which causes problems
964           with -pendantic (#550729).
965
966 2008-09-10  Jan Schmidt  <jan.schmidt@sun.com>
967
968         * configure.ac:
969         0.10.20.2 pre-release
970
971         * po/LINGUAS:
972         * po/id.po:
973         * po/pt_BR.po:
974
975         New translations.
976
977 2008-09-05  Tim-Philipp Müller  <tim.muller at collabora co uk>
978
979         * gst-libs/gst/interfaces/propertyprobe.c:
980           (gst_property_probe_get_properties),
981           (gst_property_probe_get_property),
982           (gst_property_probe_probe_property),
983           (gst_property_probe_probe_property_name),
984           (gst_property_probe_needs_probe),
985           (gst_property_probe_needs_probe_name),
986           (gst_property_probe_get_values),
987           (gst_property_probe_get_values_name),
988           (gst_property_probe_probe_and_get_values),
989           (gst_property_probe_probe_and_get_values_name):
990           More sanity checks for our second-favourite interface.
991
992 2008-09-05  Stefan Kost  <ensonic@users.sf.net>
993
994         * gst-libs/gst/interfaces/propertyprobe.c:
995           Check for NULL pointer, in the hope that this fixes #532864.
996
997 2008-09-05  Tim-Philipp Müller  <tim.muller at collabora co uk>
998
999         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_class_init):
1000           No really, the next release is 0.10.21 (fix Since: tags in docs).
1001
1002 2008-09-04  Wim Taymans  <wim.taymans@collabora.co.uk>
1003
1004         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_stop):
1005         Disable a code path that is now called but causes a deadlock for some
1006         reason and is unneeded.
1007
1008 2008-09-04  Stefan Kost  <ensonic@users.sf.net>
1009
1010         * sys/xvimage/xvimagesink.c:
1011         * sys/xvimage/xvimagesink.h:
1012           Add a "draw-border" property that can be set to false to disable
1013           drawing borders.
1014           
1015         * tests/icles/test-colorkey.c:
1016         * tests/icles/Makefile.am:
1017           Add new test application for the colorkey handling.
1018
1019 2008-09-03  Edward Hervey  <edward.hervey@collabora.co.uk>
1020
1021         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
1022         Use a decent caps for TrueSpeech instead of a ffmpeg-specific one.
1023         This will also be fixed for upcoming gst-ffmpeg release so that once
1024         this release of -base is out, it will work with the latest gst-ffmpeg
1025         release.
1026
1027 2008-09-03  Edward Hervey  <edward.hervey@collabora.co.uk>
1028
1029         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
1030         (gst_riff_create_audio_template_caps):
1031         Add Truespeech mapping for RIFF formats (AVI/WAV).
1032         Fixes #550656
1033
1034 2008-09-03  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1035
1036         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
1037         Typefind video/mj2 and image/jp2 ISO JPEG2000 mime types.
1038         Fixes #550638.
1039
1040 2008-09-03  Stefan Kost  <ensonic@users.sf.net>
1041
1042         * configure.ac:
1043         * gst/subparse/Makefile.am:
1044         * gst/subparse/gstsubparse.c:
1045         * gst/subparse/samiparse.c:
1046         * tests/check/elements/subparse.c:
1047           Rework last change, so that we build subparse, but just disable the
1048           sami parse functionality, if we're configured to not use xml. In the
1049           tests only the sami test is disabled now.
1050
1051 2008-09-02  Stefan Kost  <ensonic@users.sf.net>
1052
1053         * configure.ac:
1054           Disable subparse when xml is disabled. It woundn't work anyway. Fixes
1055           test runs.
1056
1057 2008-09-02  Tim-Philipp Müller  <tim.muller at collabora co uk>
1058
1059         * po/POTFILES.in:
1060           Add some more files with strings for translation.
1061
1062 2008-09-02  Stefan Kost  <ensonic@users.sf.net>
1063
1064         * gst-libs/gst/tag/gstvorbistag.c:
1065         * tests/check/libs/tag.c:
1066           Use new geo location tags from core. Fixes #481169
1067
1068 2008-09-01  Edward Hervey  <edward.hervey@collabora.co.uk>
1069
1070         * tests/check/elements/audioresample.c: (setup_audioresample),
1071         (fail_unless_perfect_stream), (test_perfect_stream_instance),
1072         (test_discont_stream_instance):
1073         Now that GstBaseTransform is 'fixed' ... remove cruft from tests.
1074         Add debugging for coherence.
1075
1076 2008-08-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
1077
1078         Patch by: Jonathan Matthew  <notverysmart gmail com>
1079
1080         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
1081           Add typefinder for PDF documents (which is nice to have, since it's a
1082           common format, but also helps prevent false positives). Fixes #549814.
1083
1084 2008-08-27  Wim Taymans  <wim.taymans@collabora.co.uk>
1085
1086         * gst/playback/gstplaybin2.c: (selector_blocked), (pad_added_cb),
1087         (no_more_pads_cb):
1088         Fix nasty race where multiple decodebins could start pushing data before
1089         we manage to configure the sinks, resulting in not-linked errors in
1090         typical RTSP streaming cases.
1091
1092 2008-08-26  Wim Taymans  <wim.taymans@collabora.co.uk>
1093
1094         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_stop):
1095         Since we now call stop, we trigger this code path that causes a deadlock
1096         is apparently not needed.
1097
1098 2008-08-26  Wim Taymans  <wim.taymans@collabora.co.uk>
1099
1100         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_start),
1101         (gst_ring_buffer_stop):
1102         Also allow the case where the ringbuffer was paused when we try to stop
1103         it so that the basesrc stop function is still called.
1104
1105 2008-08-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1106
1107         Patch by: Mike Ruprecht <cmaiku at gmail dot com>
1108
1109         * sys/v4l/gstv4lelement.c: (gst_v4l_class_probe_devices):
1110         Reprobe devices again instead of taking a cached list as new
1111         devices could've been plugged in. Fixes bug #549062.
1112
1113 2008-08-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1114
1115         Patch by: Alessandro Dessina <alessandro nnva org>
1116
1117         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain),
1118         (gst_ogg_demux_activate_chain):
1119         Don't add pads and activate them for skeleton streams. These are already
1120         handled inside oggdemux. Fixes bug #537599.
1121
1122 2008-08-22  Wim Taymans  <wim.taymans@collabora.co.uk>
1123
1124         * ext/vorbis/vorbisdec.c: (vorbis_dec_change_state):
1125         Reset variable so that query and convert fail after going back to
1126         READY. Fixes #548898.
1127
1128 2008-08-22  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1129
1130         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
1131         If a buffer arrives with a timestamp before the timestamp+duration
1132         of the previous buffer clip it instead of dropping it completely.
1133         Slight improvement for the unfixable bug #548913.
1134
1135 2008-08-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1136
1137         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
1138         Take the current timestamp instead of timestamp+duration for the offset.
1139         This offset will later be used for calculating the timestamp and
1140         otherwise vorbisdec will interpolate timestamps wrong if upstream
1141         only sends timestamps and no granulepos.
1142
1143 2008-08-21  Stefan Kost  <ensonic@users.sf.net>
1144
1145         * tests/examples/seek/seek.c:
1146           Don't crash when having no visualisations.
1147
1148 2008-08-16  David Schleef  <ds@schleef.org>
1149
1150         * gst/typefind/gsttypefindfunctions.c: DV typefinding.  Remove
1151           check for a bit that is 0 in IEC 61384, but not SMPTE 314M.
1152           Fixes #548065.
1153
1154 2008-08-15  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1155
1156         * gst-libs/gst/pbutils/missing-plugins.c: (copy_and_clean_caps):
1157         When cleaning up the caps fields also remove "depth" for the same
1158         reason we remove "width".
1159
1160 2008-08-14  Tim-Philipp Müller  <tim.muller at collabora co uk>
1161
1162         * gst-libs/gst/pbutils/descriptions.c: (format_info_get_desc):
1163           Add Lead H.264 here as well.
1164
1165 2008-08-14  Julien Moutte  <julien@fluendo.com>
1166
1167         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
1168         (gst_riff_create_video_template_caps): Add Lead H.264 variant.
1169
1170 2008-08-13  Wim Taymans  <wim.taymans@collabora.co.uk>
1171
1172         * gst-libs/gst/audio/gstbaseaudiosrc.c:
1173         (gst_base_audio_src_create):
1174         When not slaved to another clock also subtract the base_time from our
1175         internal clock time to get the running time.
1176
1177 2008-08-12  David Schleef  <ds@schleef.org>
1178
1179         * ext/theora/theoraenc.c: Remove the 2000 kbit limit to bitrate,
1180           since it has no basis in libtheora.
1181
1182 2008-08-12  Stefan Kost  <ensonic@users.sf.net>
1183
1184         * gst-libs/gst/interfaces/propertyprobe.h:
1185           Remove double "interface" from doc-string.
1186
1187         * gst-libs/gst/interfaces/xoverlay.h:
1188           Document interface.
1189
1190         * gst-libs/gst/riff/riff.c:
1191           Add basic doc blobs.
1192
1193 2008-08-11  Stefan Kost  <ensonic@users.sf.net>
1194
1195         * gst-libs/gst/audio/Makefile.am:
1196           Don't try to build that example anymore.
1197
1198 2008-08-11  Stefan Kost  <ensonic@users.sf.net>
1199
1200         * gst-libs/gst/audio/.cvsignore:
1201         * gst-libs/gst/audio/Makefile.am:
1202         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
1203         * gst-libs/gst/audio/make_filter:
1204           Move audiofiltertemplate to gst-template.
1205
1206 2008-08-11  Stefan Kost  <ensonic@users.sf.net>
1207
1208         * docs/libs/gst-plugins-base-libs-sections.txt:
1209         * gst-libs/gst/audio/gstaudiosrc.h:
1210           More docs and shuffling. What can we do with the hundreds of #defines.
1211
1212 2008-08-11  Stefan Kost  <ensonic@users.sf.net>
1213
1214         * gst-libs/gst/audio/audio.h:
1215         * gst-libs/gst/audio/gstaudiofilter.h:
1216         * gst-libs/gst/audio/gstringbuffer.h:
1217         * gst-libs/gst/interfaces/propertyprobe.h:
1218         * gst-libs/gst/tag/gsttagdemux.h:
1219           Reducing number of dundocumented symbols.
1220
1221 2008-08-11  Stefan Kost  <ensonic@users.sf.net>
1222
1223         * gst-libs/gst/audio/audio.c:
1224           Fix doc comment syntax.
1225
1226         * gst-libs/gst/interfaces/propertyprobe.c:
1227           Add more doc-comments and a FIXME: for the signal.    
1228
1229 2008-08-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1230
1231         * ext/ogg/gstoggmux.c: (gst_ogg_mux_sink_event),
1232         (gst_ogg_mux_request_new_pad):
1233         * ext/ogg/gstoggmux.h:
1234         Don't pretend to support NEWSEGMENT events, instead override the
1235         GstCollectPads event function to return FALSE on NEWSEGMENT events
1236         and do the normal work for other events.
1237
1238         This prevents elements like flacenc to seek to the start and rewrite
1239         some data which then results in a broken Ogg packet.
1240
1241 2008-08-07  Tim-Philipp Müller  <tim.muller at collabora co uk>
1242
1243         Patch by: Frederic Crozat <fcrozat@mandriva.org>
1244
1245         * ext/alsa/gstalsaplugin.c: (plugin_init):
1246         * ext/cdparanoia/gstcdparanoiasrc.c: (plugin_init):
1247         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
1248         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init):
1249         * gst-libs/gst/audio/gstbaseaudiosrc.c: (_do_init):
1250         * gst-libs/gst/pbutils/pbutils.c: (gst_pb_utils_init):
1251         * gst-libs/gst/tag/tags.c: (gst_tag_register_tags_internal):
1252         * gst/playback/gstdecodebin.c: (plugin_init):
1253         * gst/playback/gstdecodebin2.c: (gst_decode_bin_plugin_init):
1254         * gst/playback/gstplayback.c: (plugin_init):
1255         * gst/playback/gstqueue2.c: (plugin_init):
1256         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_plugin_init):
1257         * sys/v4l/gstv4l.c: (plugin_init):
1258         Make sure gettext returns translations in UTF-8 encoding rather
1259         than in the current locale encoding (#546822).
1260
1261 2008-08-06  Stefan Kost  <ensonic@users.sf.net>
1262
1263         * gst-libs/gst/pbutils/descriptions.c:
1264           Add audio/x-qdm for qtdemux.
1265
1266 2008-08-05  Stefan Kost  <ensonic@users.sf.net>
1267
1268         * ext/vorbis/vorbisdec.c:
1269           Do not leak old taglist.
1270
1271 2008-08-04  Stefan Kost  <ensonic@users.sf.net>
1272
1273         * tests/icles/test-scale.c:
1274           Include <stdlib.h> for atoi().
1275
1276 2008-08-04  Andy Wingo  <wingo@pobox.com>
1277
1278         * gst/audiotestsrc/gstaudiotestsrc.c: Very crucial and important
1279         documentation fix.
1280
1281 2008-08-01  Stefan Kost  <ensonic@users.sf.net>
1282
1283         * gst/adder/gstadder.c:
1284           Cleanup lots of empty lines that came from gst-indent going havoc
1285           before I added the INDENT_ON/OFF marker some time agao.
1286
1287 2008-08-01  Stefan Kost  <ensonic@users.sf.net>
1288
1289         * configure.ac:
1290         * gst-libs/gst/riff/riff-read.c:
1291           Bump requirement to latest core and use new tag for riff formats.
1292           Needed for #520694.
1293
1294 2008-08-01  Wim Taymans  <wim.taymans@collabora.co.uk>
1295
1296         * tests/examples/dynamic/Makefile.am:
1297         * tests/examples/dynamic/codec-select.c: (make_encoder),
1298         (make_pipeline), (do_switch), (my_bus_callback), (main):
1299         Add example app that dynamically switches between 3 'encoders'.
1300
1301 2008-07-31  Wim Taymans  <wim.taymans@collabora.co.uk>
1302
1303         * gst/playback/gstplaysink.c: (gst_play_sink_set_vis_plugin):
1304         Add some more comments.
1305
1306 2008-07-31  Wim Taymans  <wim.taymans@collabora.co.uk>
1307
1308         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_getcaps),
1309         (gst_video_test_src_create):
1310         Discard buffers of the wrong size after renegotiation, this is perfectly
1311         possible with things like capsfilter that could suggest caps changes
1312         upstream without knowing the size of the buffer.
1313
1314 2008-07-31  Wim Taymans  <wim.taymans@collabora.co.uk>
1315
1316         * tests/icles/.cvsignore:
1317         * tests/icles/Makefile.am:
1318         * tests/icles/test-scale.c: (make_pipeline), (main):
1319         Add dynamic rescaling tests for the new basetransform.
1320
1321 2008-07-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
1322
1323         * gst/audioconvert/Makefile.am:
1324           Dist recently-added gstfastrandom.h.
1325
1326 2008-07-30  Edward Hervey  <edward.hervey@collabora.co.uk>
1327
1328         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
1329         Fix a "may be used uninitialized in this function" which weirdly only
1330         appears on macosx (?).
1331
1332 2008-07-30  Stefan Kost  <ensonic@users.sf.net>
1333
1334         * gst-libs/gst/riff/riff-ids.h:
1335           Adding acid chunk for tempo and loop information.
1336
1337 2008-07-29  Stefan Kost  <ensonic@users.sf.net>
1338
1339         * sys/xvimage/Makefile.am:
1340           floor() needs linking to $(LIBM).
1341
1342 2008-07-29  Stefan Kost  <ensonic@users.sf.net>
1343
1344         * ext/gnomevfs/gstgnomevfssrc.c:
1345           Aggregate short reads and add some comments and debug logging.
1346           Fixes #537380
1347
1348 2008-07-29  Stefan Kost  <ensonic@users.sf.net>
1349
1350         * gst/playback/gstplaybasebin.c:
1351           Fix property doc markup (its not a signal).
1352
1353         * sys/xvimage/xvimagesink.c:
1354           Add since tag for new proeprties (also add sice tags fro the last two
1355           other additions).
1356
1357 2008-07-29  Stefan Kost  <ensonic@users.sf.net>
1358
1359         * sys/xvimage/xvimagesink.c:
1360         * sys/xvimage/xvimagesink.h:
1361           Add autofill/colorkey properties. Fixes #538656.
1362
1363 2008-07-28  David Schleef  <ds@schleef.org>
1364
1365         * sys/xvimage/xvimagesink.c:
1366           Fix rounding errors when converting colorbalance values
1367           between hardware and object property ranges.  Partial
1368           fix for #537889, however, there still seems to be a small
1369           drift problem that could be totem's fault.
1370
1371 2008-07-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1372
1373         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
1374         (gst_ogg_demux_perform_seek), (gst_ogg_demux_handle_page):
1375         Don't use GST_CLOCK_TIME_NONE as start of NEWSEGMENT events.
1376         This fixes a critical warning.
1377
1378 2008-07-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1379
1380         * ext/ogg/gstoggmux.c:
1381         Allow muxing of CELT into Ogg streams.
1382
1383 2008-07-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1384
1385         * gst/typefind/gsttypefindfunctions.c: (celt_type_find),
1386         (plugin_init):
1387         Add simple typefinder for the CELT codec (www.celt-codec.org).
1388
1389 2008-07-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1390
1391         Patch by: Jan Gerber <j at oil21 dot org>
1392
1393         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fisbone):
1394         Fix calculation of the start time from skeleton streams.
1395         Fixes bug #530068.
1396
1397 2008-07-24  Stefan Kost  <ensonic@users.sf.net>
1398
1399         * tests/examples/seek/seek.c:
1400           Use 64 bit constant GST_CLOCK_TIME_NONE instead of plain -1.
1401
1402 2008-07-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1403
1404         * gst/audioconvert/audioconvert.h:
1405         * gst/audioconvert/gstaudioquantize.c:
1406         (gst_audio_quantize_setup_dither),
1407         (gst_audio_quantize_free_dither):
1408         * gst/audioconvert/gstfastrandom.h:
1409         Implement a linear congruential generator as pseudo random number
1410         generator for the dither noise. This is about 2 times faster than
1411         using GLib's mersenne twister. Also this uses only integer math for
1412         generating integers while GLib internally uses floating point math.
1413
1414 2008-07-23  Michael Smith <msmith@songbirdnest.com>
1415
1416         * configure.ac:
1417           Remove AC_ISC_POSIX; it breaks on some systems and is not needed.
1418
1419 2008-07-23  Tim-Philipp Müller  <tim.muller at collabora co uk>
1420
1421         Patch by: Damien Lespiau  <damien.lespiau gmail com>
1422
1423         * gst-libs/gst/sdp/gstsdpmessage.c: (print_media):
1424           Use GST_STR_NULL to avoid crashes with libcs that don't
1425           like NULL strings in printf args (such as the win32 one).
1426           Fixes #544306.
1427
1428 2008-07-17  Jan Schmidt  <Jan.Schmidt@sun.com>
1429
1430         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls):
1431         Oops - set the size of the image used for probing back to 1x1, for
1432         consistency with ximagesink
1433
1434 2008-07-17  Jan Schmidt  <Jan.Schmidt@sun.com>
1435
1436         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
1437         (gst_ximagesink_ximage_new):
1438         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
1439         (gst_xvimagesink_xvimage_new):
1440
1441         Apparently on Solaris and OS/X (at least), it's not legal to ask the
1442         X server to attach to a shared memory segment after we've deleted it,
1443         with the result that MIT-SHM is disabled. Instead, remove it only after 
1444         X succeeds in attaching too.
1445
1446 2008-07-16  David Schleef  <ds@schleef.org>
1447
1448         * gst/audiotestsrc/gstaudiotestsrc.c:
1449         * gst/audiotestsrc/gstaudiotestsrc.h:
1450           Add 'ticks', a 1/30 second sine wave pulse every second.
1451
1452 2008-07-15  David Schleef  <ds@schleef.org>
1453
1454         * gst-libs/gst/video/video.c: Revert ABI change.
1455
1456 2008-07-15  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1457
1458         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
1459         Make it impossible to have NULL caps at the point where we set
1460         framerate and other things. Also don't return immediately for "3ivd"
1461         video and let framerate, etc be set. Might fix bug #542508.
1462
1463 2008-07-14  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1464
1465         * gst-libs/gst/video/video.c: (gst_video_format_parse_caps):
1466         Video format can also be conveniently determined from (many)
1467         non-fixed caps.
1468
1469 2008-07-14  Jan Schmidt  <thaytan@noraisin.net>
1470
1471         * gst/playback/gstplaybasebin.c:
1472         * gst/playback/gstplaybasebin.h:
1473         * gst/playback/gstplaybin.c:
1474         * gst/playback/gststreamselector.c:
1475         First stab at integrating DVD subpicture overlay into
1476         playbin. Successfully plugs and plays, but the queues need
1477         shrinking - 3 seconds of video is too much buffering.
1478
1479 2008-07-11  Stefan Kost  <ensonic@users.sf.net>
1480
1481         * gst/audioconvert/gstaudioconvert.c:
1482           Remove now obsolete note in the docs.
1483
1484 2008-07-11  Stefan Kost  <ensonic@users.sf.net>
1485
1486         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
1487         * docs/plugins/gst-plugins-base-plugins-overrides.txt:
1488         * docs/plugins/gst-plugins-base-plugins-sections.txt:
1489         * docs/plugins/gst-plugins-base-plugins.args:
1490         * docs/plugins/gst-plugins-base-plugins.hierarchy:
1491         * docs/plugins/gst-plugins-base-plugins.interfaces:
1492         * docs/plugins/gst-plugins-base-plugins.prerequisites:
1493         * docs/plugins/gst-plugins-base-plugins.signals:
1494         * docs/plugins/inspect/plugin-adder.xml:
1495         * docs/plugins/inspect/plugin-alsa.xml:
1496         * docs/plugins/inspect/plugin-audioconvert.xml:
1497         * docs/plugins/inspect/plugin-audiorate.xml:
1498         * docs/plugins/inspect/plugin-audioresample.xml:
1499         * docs/plugins/inspect/plugin-audiotestsrc.xml:
1500         * docs/plugins/inspect/plugin-cdparanoia.xml:
1501         * docs/plugins/inspect/plugin-decodebin.xml:
1502         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
1503         * docs/plugins/inspect/plugin-gdp.xml:
1504         * docs/plugins/inspect/plugin-gnomevfs.xml:
1505         * docs/plugins/inspect/plugin-libvisual.xml:
1506         * docs/plugins/inspect/plugin-ogg.xml:
1507         * docs/plugins/inspect/plugin-pango.xml:
1508         * docs/plugins/inspect/plugin-playback.xml:
1509         * docs/plugins/inspect/plugin-queue2.xml:
1510         * docs/plugins/inspect/plugin-subparse.xml:
1511         * docs/plugins/inspect/plugin-tcp.xml:
1512         * docs/plugins/inspect/plugin-theora.xml:
1513         * docs/plugins/inspect/plugin-typefindfunctions.xml:
1514         * docs/plugins/inspect/plugin-uridecodebin.xml:
1515         * docs/plugins/inspect/plugin-video4linux.xml:
1516         * docs/plugins/inspect/plugin-videorate.xml:
1517         * docs/plugins/inspect/plugin-videoscale.xml:
1518         * docs/plugins/inspect/plugin-videotestsrc.xml:
1519         * docs/plugins/inspect/plugin-volume.xml:
1520         * docs/plugins/inspect/plugin-vorbis.xml:
1521         * docs/plugins/inspect/plugin-ximagesink.xml:
1522         * docs/plugins/inspect/plugin-xvimagesink.xml:
1523         * ext/alsa/gstalsamixer.c:
1524         * ext/alsa/gstalsasink.c:
1525         * ext/alsa/gstalsasrc.c:
1526         * ext/gio/gstgiosink.c:
1527         * ext/gio/gstgiosrc.c:
1528         * ext/gio/gstgiostreamsink.c:
1529         * ext/gio/gstgiostreamsrc.c:
1530         * ext/gnomevfs/gstgnomevfssink.c:
1531         * ext/gnomevfs/gstgnomevfssrc.c:
1532         * ext/ogg/gstoggdemux.c:
1533         * ext/ogg/gstoggmux.c:
1534         * ext/pango/gstclockoverlay.c:
1535         * ext/pango/gsttextoverlay.c:
1536         * ext/pango/gsttextrender.c:
1537         * ext/pango/gsttimeoverlay.c:
1538         * ext/theora/theoradec.c:
1539         * ext/theora/theoraenc.c:
1540         * ext/theora/theoraparse.c:
1541         * ext/vorbis/vorbisdec.c:
1542         * ext/vorbis/vorbisenc.c:
1543         * ext/vorbis/vorbisparse.c:
1544         * ext/vorbis/vorbistag.c:
1545         * gst/adder/gstadder.c:
1546         * gst/audioconvert/gstaudioconvert.c:
1547         * gst/audioresample/gstaudioresample.c:
1548         * gst/audiotestsrc/gstaudiotestsrc.c:
1549         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
1550         * gst/gdp/gstgdpdepay.c:
1551         * gst/gdp/gstgdppay.c:
1552         * gst/playback/gstdecodebin2.c:
1553         * gst/playback/gstplaybin.c:
1554         * gst/playback/gstplaybin2.c:
1555         * gst/playback/gstqueue2.c:
1556         * gst/playback/gsturidecodebin.c:
1557         * gst/tcp/gstmultifdsink.c:
1558         * gst/tcp/gsttcpserversink.c:
1559         * gst/videorate/gstvideorate.c:
1560         * gst/videoscale/gstvideoscale.c:
1561         * gst/videotestsrc/gstvideotestsrc.c:
1562         * gst/volume/gstvolume.c:
1563         * sys/ximage/ximagesink.c:
1564         * sys/xvimage/xvimagesink.c:
1565           Cleanup Plugin docs. Link to signals and properties. Fix sub-section
1566           titles. Drop mentining that all our example pipelines are "simple"
1567           pipelines.
1568
1569 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1570
1571         * tests/examples/seek/Makefile.am:
1572         Fix out of tree build by adding all required CFLAGS.
1573
1574 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1575
1576         * gst/playback/gstdecodebin.c: (add_raw_queue):
1577         And ref the pad before returning it again when linking to the queue
1578         failed. Otherwise we will unref the pad twice later and things break.
1579
1580 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1581
1582         * gst/playback/gstdecodebin.c: (add_raw_queue):
1583         If linking the raw pad with a queue fails, try it without a queue
1584         instead of failing completely. This should never happen.
1585
1586 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1587
1588         Patch by: Evgeniy Stepanov <eugeni dot stepanov at gmail dot com>
1589
1590         * gst/playback/gstdecodebin.c: (add_raw_queue), (close_pad_link):
1591         Add a queue after a demuxer if the demuxer outputs raw data. This was
1592         done before only for non-raw data but is required in this case too.
1593         Fixes bug #540215.
1594
1595         decodebin2 doesn't have this issue because all streams of a group
1596         go through multiqueue.
1597
1598 2008-07-03  Wim Taymans  <wim.taymans@collabora.co.uk>
1599
1600         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
1601
1602         * gst-libs/gst/sdp/gstsdpmessage.c:
1603         Makes libgstsdp compile with mingw32 by defining the right WINVER so
1604         that getaddrinfo() can be used. Fixes #541358.
1605
1606 2008-07-01  Wim Taymans  <wim.taymans@collabora.co.uk>
1607
1608         * gst/videotestsrc/gstvideotestsrc.c:
1609         (gst_video_test_src_class_init), (gst_video_test_src_init),
1610         (gst_video_test_src_set_property),
1611         (gst_video_test_src_get_property), (gst_video_test_src_create):
1612         * gst/videotestsrc/gstvideotestsrc.h:
1613         Cleanups, use default property values as defines.
1614         Add property to enable/disable peer buffer allocation.
1615
1616 2008-06-30  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1617
1618         * tests/check/elements/gdpdepay.c: (gdpdepay_suite):
1619         * tests/check/pipelines/streamheader.c: (streamheader_suite):
1620         Enable unit tests on PPC again as the bugs are now fixed.
1621
1622 2008-06-30  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1623
1624         * gst-libs/gst/riff/riff-ids.h:
1625         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
1626         (gst_riff_create_audio_template_caps):
1627         Add support for ADPCM IMA DK3 and DK4 variant in RIFF containers.
1628         Fixes bug #540351.
1629
1630 2008-06-30  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1631
1632         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1633         (gst_ffmpeg_pixfmt_to_caps):
1634         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
1635         (gst_ffmpegcsp_get_unit_size):
1636         Only set/get on the PAL8 format, ffmpegcolorspace doesn't support
1637         it on other formats. Also adjust the unit size only for that format
1638         to not include the palette. Fixes bug #540497.
1639
1640 2008-06-29  Stefan Kost  <ensonic@users.sf.net>
1641
1642         * gst/adder/gstadder.c:
1643           Use GST_DEBUG_FUNCPTR and remove some extra vlnak lines.
1644
1645 2008-06-27  Stefan Kost  <ensonic@users.sf.net>
1646
1647         * ChangeLog:
1648           ChangeLog surgery.
1649   
1650         * tests/examples/seek/seek.c:
1651           Move variable into ifdef too.
1652         
1653
1654 2008-06-27  Stefan Kost  <ensonic@users.sf.net>
1655
1656         * tests/examples/seek/seek.c:
1657           Include config.h and check if we have X. Remove XInitThread(), don't
1658           think its needed. Fixes: #540334.
1659
1660 2008-06-26  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1661
1662         Patch by: Sam Morris <sam at robots dot org to uk>
1663
1664         * gst-libs/gst/interfaces/mixertrack.c:
1665         (gst_mixer_track_class_init), (gst_mixer_track_get_property),
1666         (gst_mixer_track_set_property):
1667         API: Add "index" property to GstMixerTrack to differantiate between
1668         multiple mixer tracks with the same label.
1669
1670         * ext/alsa/gstalsamixeroptions.c: (gst_alsa_mixer_options_new):
1671         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
1672         Set the "index" property of GstMixerTrack to the index given by ALSA.
1673         Fixes bug #528299.
1674
1675 2008-06-25  Stefan Kost  <ensonic@users.sf.net>
1676
1677         * tests/examples/seek/Makefile.am:
1678         * tests/examples/seek/seek.c:
1679           Remove libgstvideo usage. Use gtk_get_option_group instead of
1680           gtk_init().
1681
1682 2008-06-24  Stefan Kost  <ensonic@users.sf.net>
1683
1684         * tests/check/Makefile.am:
1685           Name the test registry format neutral.
1686
1687 2008-06-24  Stefan Kost  <ensonic@users.sf.net>
1688
1689         * gst/playback/gstqueue2.c:
1690           Do not double notify. Remove the unsued return value.
1691
1692 2008-06-24  Stefan Kost  <ensonic@users.sf.net>
1693
1694         * ext/alsa/gstalsamixer.c:
1695           Also consider "speaker" as a name for master volume. If that doesn't
1696           help look for the first non-mono volume control that also has a
1697           playback switch.
1698
1699 2008-06-24  Stefan Kost  <ensonic@users.sf.net>
1700
1701         * ChangeLog:
1702           Forgot to save the ChangeLog :/
1703
1704 2008-06-24  Stefan Kost  <ensonic@users.sf.net>
1705
1706         * tests/examples/seek/Makefile.am:
1707         * tests/examples/seek/seek.c:
1708           Embedd the xwindow. Allow to play multiple files.
1709
1710 2008-06-24  Jan Schmidt  <jan.schmidt@sun.com>
1711
1712         * sys/ximage/ximagesink.c (gst_ximagesink_ximage_put),
1713         (gst_ximagesink_setcaps):
1714         * sys/ximage/ximagesink.h:
1715         When the caps change, make sure to re-draw borders in
1716         force-aspect-ratio=true mode.
1717         * sys/xvimage/xvimagesink.c (gst_xvimagesink_xvimage_put):
1718         Don't clear the border_draw flag until we actually draw the border.
1719         * tests/check/Makefile.am:
1720         Ignore alsasink/src during the states test too, so it doesn't fail
1721         when running without access to the sound device.
1722
1723 2008-06-22  Stefan Kost  <ensonic@users.sf.net>
1724
1725         * tests/examples/seek/seek.c:
1726           Fix crasher when playing a parse-launch line the 2nd time.
1727
1728 2008-06-21  Thomas Vander Stichele  <thomas at apestaart dot org>
1729
1730         * tests/check/pipelines/oggmux.c:
1731           Properly ifdef tests to fix compilation.
1732
1733 2008-06-20  Michael Smith <msmith@songbirdnest.com>
1734
1735         * gst/playback/gstplay-marshal.list:
1736         * gst/playback/gstplaybin2.c:
1737           Add get-video-pad, get-audio-pad, get-text-pad action signals to
1738           playbin2. This allows the user to get to the selector's sinkpads, and
1739           thus inspect a range of things - caps, tags, etc. 
1740
1741 2008-06-20  Michael Smith <msmith@songbirdnest.com>
1742
1743         * gst/playback/gstplaybin2.c:
1744           Use a different constant for the convert-frame signal id.
1745           Fixes #537009.
1746
1747 2008-06-20  Michael Smith <msmith@songbirdnest.com>
1748
1749         * gst/playback/gstplaybin2.c:
1750         * gst/playback/gstplaysink.c:
1751           Fix a whole bunch of typos in comments and log statements. 
1752
1753 2008-06-20  Michael Smith <msmith@songbirdnest.com>
1754
1755         * sys/xvimage/xvimagesink.c:
1756           Don't set colour balance values on the Xv port if the user hasn't
1757           changed them (via properties or the interface). Avoids accumulating
1758           rounding errors for the common case.
1759           Partial fix for bug #537889.
1760
1761 2008-06-20  Michael Smith <msmith@songbirdnest.com>
1762
1763         * gst/playback/gstdecodebin2.c:
1764           Ensure decodebin2 emits 'drained' signal once, and only once, when all
1765           pads are drained.
1766
1767 2008-06-20  Wim Taymans  <wim.taymans@collabora.co.uk>
1768
1769         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_get_latency),
1770         (gst_vorbis_enc_src_query), (gst_vorbis_enc_chain):
1771         Report the encoder latency. Fixes #538232.
1772
1773 2008-06-20  Wim Taymans  <wim.taymans@collabora.co.uk>
1774
1775         * gst/playback/gstplaybin2.c: (gst_play_bin_get_property),
1776         (notify_source), (activate_group):
1777         Implement the source property, emit notify when it changes in the
1778         underlying uridecodebin.
1779
1780 2008-06-20  Wim Taymans  <wim.taymans@collabora.co.uk>
1781
1782         * tests/examples/seek/seek.c: (stop_cb):
1783         Free and clear the seek element list so that we don't use invalid
1784         references when seeking after recreating a gst-launch line.
1785
1786 2008-06-20  Wim Taymans  <wim.taymans@collabora.co.uk>
1787
1788         * gst-libs/gst/audio/gstbaseaudiosink.c:
1789         (gst_base_audio_sink_query), (gst_base_audio_sink_skew_slaving),
1790         (gst_base_audio_sink_render):
1791         Report latency even if we are not live instead of hiding it.
1792         Take ts-offset and render-delay of the basesink into account when
1793         scheduling samples.
1794         Rework the clipping code so that we can take the various offsets into
1795         account and still do correct clipping.
1796
1797 2008-06-20  Jan Schmidt  <jan.schmidt@sun.com>
1798
1799         * configure.ac:
1800         Bump verion back to devel -> 0.10.20.1
1801
1802 2008-06-20  Sebastian Dröge  <slomo@circular-chaos.org>
1803
1804         * gst-libs/gst/tag/tags.c: (gst_tag_image_data_to_image_buffer):
1805         Don't increase the size of non-string image buffers by one as this
1806         might in theory confuse decoders. Still increase it by one for string
1807         image buffers to append '\0'.
1808
1809 2008-06-20  Sebastian Dröge  <slomo@circular-chaos.org>
1810
1811         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
1812         
1813         * gst/gdp/gstgdppay.c: (gst_gdp_pay_reset):
1814         Fix a buffer memleak and remove a confusing and wrong debug output.
1815         Fixes bug #538663.
1816
1817 === release 0.10.20 ===
1818
1819 2008-06-18  Jan Schmidt <jan.schmidt@sun.com>
1820
1821         * configure.ac:
1822           releasing 0.10.20, "Here I Go Again"
1823
1824 2008-06-11  Jan Schmidt  <jan.schmidt@sun.com>
1825
1826         * configure.ac:
1827         0.10.19.3 pre-release
1828
1829 2008-06-11  Jan Schmidt  <jan.schmidt@sun.com>
1830
1831         * gst-libs/gst/rtsp/gstrtspconnection.c:
1832         Fix build on win32.
1833         Patch By: David Schleef <ds@schleef.org>
1834         Fixes: #536874
1835
1836 2008-06-11  Sebastian Dröge  <slomo@circular-chaos.org>
1837
1838         * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_finalize),
1839         (gst_gio_base_src_create):
1840         * ext/gio/gstgiobasesrc.h:
1841         Try to read the requested number of bytes, even if the first
1842         read returns less than requested, until nothing is read anymore
1843         or we have the requested amount of bytes. This fixes playback of
1844         files via Samba as Samba only allows to read 64k at once.
1845
1846         Implement a caching algorithm that makes sure that we read at
1847         least 4k of data every time. Some elements will try to read a few
1848         bytes, then seek, read again a few bytes and so on and this is
1849         painfully slow as every operation has to go over DBus if GVfs is
1850         used as backend.
1851
1852         Fixes bug #536849 and #536848.
1853
1854         * ext/gio/gstgiosrc.c: (gst_gio_src_class_init),
1855         (gst_gio_src_check_get_range):
1856         Override check_get_range() to blacklist http/https URIs
1857         and whitelist file URIs. More to be added on demand.
1858
1859 2008-06-05  Jan Schmidt  <jan.schmidt@sun.com>
1860
1861         * configure.ac:
1862         0.10.19.2 pre-release
1863
1864 2008-06-04  Jan Schmidt  <jan.schmidt@sun.com>
1865
1866         * win32/common/libgstrtsp.def:
1867         * win32/common/libgsttag.def:
1868         Add new API functions to the dll exports
1869
1870 2008-06-04  Michael Smith <msmith@songbirdnest.com>
1871
1872         * gst/playback/gstplaybasebin.c:
1873           Disconnect signals from decodebins we created before we remove it
1874           from playbin, to avoid crashes if the decodebin is eventually
1875           disposed after the playbin itself (possible if the app takes a
1876           reference on the decodebin).
1877           Fixes #536521.
1878
1879 2008-06-04  Tim-Philipp Müller  <tim.muller at collabora co uk>
1880
1881         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
1882           (mp3_type_find), (musepack_type_find), (MULTIPART_MAX_HEADER_SIZE),
1883           (mpeg_sys_type_find), (mpeg_ts_type_find), (mpeg4_video_type_find),
1884           (h264_video_type_find), (mpeg_video_stream_type_find),
1885           (dv_type_find), (mmsh_type_find):
1886           Bunch of small clean-ups: use gst_type_find_suggest_simple(); don't
1887           copy caps for no good reason (this may be desirable to make it easier
1888           to detect leaks, but then it should probably be done for all caps
1889           in the typefinder somewhere).
1890
1891 2008-06-04  Peter Kjellerstedt  <pkj@axis.com>
1892
1893         * tests/check/Makefile.am:
1894         Do not try to run the check tests for subparse unless it has been
1895         built.
1896
1897 2008-06-04  Peter Kjellerstedt  <pkj@axis.com>
1898
1899         * tests/check/pipelines/streamheader.c: (buffer_probe_cb),
1900         (test_multifdsink_gdp_vorbisenc), (streamheader_suite):
1901         Do not try to run a test which requires vorbisenc unless we have
1902         actually built it.
1903
1904 2008-06-04  Peter Kjellerstedt  <pkj@axis.com>
1905
1906         * gst-libs/gst/rtsp/gstrtspconnection.c:
1907         (gst_rtsp_connection_set_auth), (gst_rtsp_connection_set_auth_param),
1908         (gst_rtsp_connection_clear_auth_params),
1909         (gst_rtsp_connection_set_qos_dscp), (gst_rtsp_connection_get_ip):
1910         * gst-libs/gst/rtsp/gstrtspconnection.h:
1911         Add a couple of missing argument guards.
1912         Add a way of setting the DSCP for an RTSP connection.
1913         Add an accessor method for the ip member of GstRTSPConnection as all
1914         members are supposed to be private.
1915
1916 2008-06-04  Peter Kjellerstedt  <pkj@axis.com>
1917
1918         * gst/tcp/gstmultifdsink.c: (setup_dscp_client):
1919         Fixed accidental use of IPv4 options for all IPv6 addresses.
1920
1921 2008-06-04  Tim-Philipp Müller  <tim.muller at collabora co uk>
1922
1923         * gst-libs/gst/interfaces/mixertrack.h:
1924           Document mixer track flags.
1925
1926 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
1927
1928         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
1929
1930         * gst/gdp/gstgdppay.c: (gst_gdp_pay_reset_streamheader):
1931         Don't set caps on the buffers that contain a copy of the buffer
1932         including the caps of them resulting in an always increasing refcount
1933         of the caps and insanely large caps. Instead include a buffer without
1934         caps in the new caps. Fixes bug #536475.
1935
1936 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
1937
1938         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps):
1939         Transform a given PAR to a range on the struct with the generic
1940         height/width instead of the struct with the possibly restricted
1941         height/width.
1942
1943 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
1944
1945         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps):
1946         Prefer the given format if it contains something stricter than [1,MAX]
1947         for height or width and only put a structure that requires rescaling
1948         as second. This makes it possible to use videoscale in pipelines where
1949         the source can actually produce the wanted height/width but usually
1950         selects a different one from the requested.
1951
1952 2008-06-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
1953
1954         Based on patch by: John Millikin <jmillikin gmail com>
1955
1956         * gst-libs/gst/tag/gstvorbistag.c: (tag_matches), (gst_vorbis_tag_add),
1957           (gst_vorbis_tag_add_coverart):
1958           Retrieve COVERART tags from vorbis comments (#512333)
1959
1960 2008-06-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
1961
1962         * gst-libs/gst/tag/tag.h:
1963         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum):
1964           Don't forget to add new enum value here too (should probably use
1965           glib-mkenums here...).
1966
1967 2008-06-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
1968
1969         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_add_id3_image):
1970         * gst-libs/gst/tag/tag.h: (GST_TAG_IMAGE_TYPE_NONE),
1971         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum),
1972           (gst_tag_image_type_get_type), (gst_tag_image_type_is_valid),
1973           (gst_tag_image_data_to_image_buffer):
1974           Add two utility functions to avoid code duplication (#512333):
1975           API: add gst_tag_image_data_to_image_buffer()
1976           API: add gst_tag_list_add_id3_image()
1977           API: add GST_TAG_IMAGE_TYPE_NONE enum value
1978
1979 2008-06-03  Sebastian Dröge  <slomo@circular-chaos.org>
1980
1981         * win32/common/libgstaudio.def:
1982         Add gst_audio_check_channel_positions() to the exported symbols.
1983
1984 2008-06-03  Sebastian Dröge  <slomo@circular-chaos.org>
1985
1986         * docs/libs/gst-plugins-base-libs-sections.txt:
1987         * gst-libs/gst/audio/multichannel.c:
1988         (gst_audio_check_channel_positions):
1989         * gst-libs/gst/audio/multichannel.h:
1990         API: Make gst_audio_check_channel_positions() public.
1991
1992         * tests/check/libs/audio.c: (GST_START_TEST):
1993         Add some simple checks for gst_audio_check_channel_positions().
1994
1995 2008-06-02  Tim-Philipp Müller  <tim.muller at collabora co uk>
1996
1997         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
1998           minrange and maxrange are scaled according to the frequency
1999           multiplier.
2000
2001 2008-06-02  Tim-Philipp Müller  <tim.muller at collabora co uk>
2002
2003         * ext/pango/Makefile.am:
2004         * ext/pango/gsttextoverlay.c: (gst_text_overlay_shade_y),
2005           (gst_text_overlay_blit_yuv420), (gst_text_overlay_push_frame):
2006           Use gstvideo functions to calculate strides and plane offsets. Fixes
2007           rendering issue ('ghost' images of the text on the chroma planes)
2008           with widths or heights that are not multiples of 8 (#506659 and
2009           probably also #485729).
2010
2011         * tests/icles/test-textoverlay.c: (show_text), (test_textoverlay),
2012           (main):
2013           Test with odd height/width too.
2014
2015 2008-06-02  Sebastian Dröge  <slomo@circular-chaos.org>
2016
2017         * gst/adder/gstadder.c: (gst_adder_query_duration),
2018         (gst_adder_query_latency):
2019         When using gst_element_iterate_pads() one has to unref every pad
2020         after usage.
2021
2022 2008-05-31  Mark Nauwelaerts  <mnauw@users.sf.net>
2023
2024         * gst-libs/gst/audio/gstbaseaudiosrc.c:
2025         (gst_base_audio_src_class_init):
2026         Add a gtk-doc chunk for the new properties to have a Since: indication.
2027
2028 2008-05-31  Mark Nauwelaerts  <mnauw@users.sf.net>
2029
2030         * gst-libs/gst/audio/gstbaseaudiosrc.c:
2031         (gst_base_audio_src_class_init), (gst_base_audio_src_dispose),
2032         (gst_base_audio_src_get_property), (gst_base_audio_src_setcaps),
2033         (gst_base_audio_src_change_state):
2034         Provide readable actual-buffer-time and actual-latency-time properties
2035         that reflect the configured ringbuffer values. Fixes #524724.
2036         API: GstBaseAudioSrc:actual-buffer-time
2037         API: GstBaseAudioSrc:actual-latency-time
2038
2039 2008-05-30  Wim Taymans  <wim.taymans@collabora.co.uk>
2040
2041         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push),
2042         (gst_basertppayload_change_state):
2043         Simply converting the running time into an RTP timestamp by scaling it
2044         based on the clock-rate is good enough for making an RTP timestamp. This
2045         has the added benefit that we can later on expose a property with the
2046         RTP timestamp of running time 0, as is needed for RTSP servers to
2047         generate the response of the PLAY request.
2048
2049 2008-05-30  Sebastian Dröge  <slomo@circular-chaos.org>
2050
2051         * gst/audioconvert/gstaudioconvert.c:
2052         (structure_has_fixed_channel_positions),
2053         (gst_audio_convert_transform_caps):
2054         Allow up to 11 positioned channels now that audioconvert can handle
2055         this but add no default positions for > 8 channels.
2056         
2057         * tests/check/elements/audioconvert.c: (GST_START_TEST):
2058         Add some unit tests for the above change: Test conversion of
2059         11 positioned channels to stereo and the other way around, test
2060         conversion of 15 unpositioned channels in different ways.
2061
2062 2008-05-29  Sebastian Dröge  <slomo@circular-chaos.org>
2063
2064         * win32/common/libgstaudio.def:
2065         Add gst_audio_clock_reset to the list of exported symbols.
2066
2067 2008-05-29  Sebastian Dröge  <slomo@circular-chaos.org>
2068
2069         * tests/check/elements/vorbisdec.c: (vorbisdec_suite):
2070         Remove wrong_channels_identification_header unit test as we now
2071         support 7 (and more channels).
2072
2073 2008-05-29  Sebastian Dröge  <slomo@circular-chaos.org>
2074
2075         * gst/audioconvert/gstchannelmix.c:
2076         (gst_channel_mix_fill_one_other):
2077         If mixing left or right to center (or the other way around) only take
2078         the complete value if we don't already have the original position in
2079         the source.
2080
2081 2008-05-29  Sebastian Dröge  <slomo@circular-chaos.org>
2082
2083         * gst-libs/gst/audio/multichannel.c:
2084         (gst_audio_check_channel_positions),
2085         (gst_audio_set_structure_channel_positions_list),
2086         (gst_audio_fixate_channel_positions):
2087         Allow rear center together with rear left/right and other previously
2088         conflicting channel positions. The reason why they weren't allowed
2089         was the channel mixing implementation in audioconvert.
2090         Also take this into account when fixing channel layouts.
2091
2092         Allow setting channel positions for 1/2 channels when using
2093         gst_audio_set_structure_channel_position().
2094
2095         * gst/audioconvert/gstchannelmix.c:
2096         (gst_channel_mix_fill_compatible), (gst_channel_mix_detect_pos),
2097         (gst_channel_mix_fill_one_other), (gst_channel_mix_fill_others),
2098         (gst_channel_mix_fill_special), (gst_channel_mix_fill_matrix):
2099         Major rewrite of the channel mixing.
2100
2101         We now allow previously conflicting channel positions to appear
2102         together (rear center and rear left/right for example).
2103         Fixes bug #533817.
2104
2105         Rework the way channels are mixed together to take more possible
2106         channel positions into account, properly mix from/to side channels
2107         and don't assume that either center, left&right or nothing of a
2108         specific position is available anymore.
2109
2110         * tests/check/elements/audioconvert.c: (GST_START_TEST):
2111         Adjust unit tests with non-standard 1/2 channel layouts to the more
2112         correct new behaviour.
2113
2114         Add a unit test for 5.1->Stereo downmixing.
2115
2116 2008-05-29  Sebastian Dröge  <slomo@circular-chaos.org>
2117
2118         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
2119         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_generate_sink_caps):
2120         Add sane defaults for the 7 and 8 channel layouts as those are
2121         undefined in the Vorbis spec. Use NONE channel layouts when decoding
2122         more than 8 channels instead of erroring out. Fixes bug #535356.
2123
2124 2008-05-28  Wim Taymans  <wim.taymans@collabora.co.uk>
2125
2126         * docs/plugins/Makefile.am:
2127         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
2128         * docs/plugins/gst-plugins-base-plugins-sections.txt:
2129         * ext/theora/theoraparse.c:
2130         Add theoraparse to the docs and fix some docs.
2131
2132 2008-05-28  Wim Taymans  <wim.taymans@collabora.co.uk>
2133
2134         * gst-libs/gst/cdda/gstcddabasesrc.c:
2135         (gst_cdda_base_src_add_track), (gst_cdda_base_src_create):
2136         Fix EOS condition and track addition check, the track.end sector is
2137         included in the track. Fixes #533265.
2138
2139 2008-05-28  Wim Taymans  <wim.taymans@collabora.co.uk>
2140
2141         Patch by: Mark Nauwelaerts <manauw at skynet be>
2142
2143         * gst/videorate/gstvideorate.c: (gst_video_rate_reset),
2144         (gst_video_rate_flush_prev), (gst_video_rate_event),
2145         (gst_video_rate_chain):
2146         * gst/videorate/gstvideorate.h:
2147         React (more) to NEWSEGMENT
2148         Small adjustment in timestamp calculation to prevent mismatches
2149         Fixes #435633.
2150
2151 2008-05-28  Tim-Philipp Müller  <tim.muller at collabora co uk>
2152
2153         * tests/examples/seek/seek.c: (make_parselaunch_pipeline):
2154           Initialise error to NULL as we should.
2155
2156 2008-05-28  Sebastian Dröge  <slomo@circular-chaos.org>
2157
2158         * gst/adder/gstadder.c: (gst_adder_query_duration),
2159         (gst_adder_query_latency), (gst_adder_query):
2160         Implement latency query.
2161
2162 2008-05-27  Sebastian Dröge  <slomo@circular-chaos.org>
2163
2164         * gst/adder/gstadder.c: (gst_adder_query_duration):
2165         Correctly resync the iterator if gst_iterator_next() returns
2166         GST_ITERATOR_RESYNC.
2167
2168 2008-05-27  Tim-Philipp Müller  <tim.muller at collabora co uk>
2169
2170         * win32/vs6/libgstpbutils.dsp:
2171           Add pbutils-enumtypes.c to sources (#518037).
2172
2173 2008-05-27  Wim Taymans  <wim.taymans@collabora.co.uk>
2174
2175         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
2176         (gst_audio_clock_reset), (gst_audio_clock_get_internal_time):
2177         * gst-libs/gst/audio/gstaudioclock.h:
2178         Add method to inform the clock that the time starts from 0 again. We use
2179         this info to calculate a clock offset so that the time we report in
2180         internal_time is monotonically increasing, as required by the clock base
2181         class. Fixes #521761.
2182         API: GstAudioClock::gst_audio_clock_reset()
2183
2184         * gst-libs/gst/audio/gstbaseaudiosink.c:
2185         (gst_base_audio_sink_skew_slaving),
2186         (gst_base_audio_sink_change_state):
2187         * gst-libs/gst/audio/gstbaseaudiosrc.c:
2188         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
2189         Reset reported time when we (re)create the ringbuffer.
2190
2191 2008-05-27  Tim-Philipp Müller  <tim.muller at collabora co uk>
2192
2193         * ext/alsa/gstalsamixertrack.c:
2194           (gst_alsa_mixer_track_update_alsa_capabilities):
2195           Make sure playback volumes aren't accidentally overwritten by
2196           capture volumes if an alsa mixer track has both playback and
2197           capture capabilities: we create two GstMixerTracks in that
2198           case, so make sure we query only the alsa capabilities that
2199           refer to the type of GstMixerTrack we created from the dual
2200           capability alsa element. Should fix issues with Audigy2 sound
2201           cards (#518082).
2202
2203 2008-05-27  Tim-Philipp Müller  <tim.muller at collabora co uk>
2204
2205         * tests/check/pipelines/oggmux.c: (test_pipeline):
2206           Don't use deprecated function.
2207
2208 2008-05-27  Wim Taymans  <wim.taymans@collabora.co.uk>
2209
2210         * gst/playback/gstdecodebin2.c:
2211         (gst_decode_group_control_source_pad), (gst_decode_group_expose):
2212         Check for NULL cases and log them, creating ghostpads can, for example,
2213         fail when the pad returns wrong caps.
2214
2215         * gst/playback/gstplaybin2.c: (perform_eos):
2216         When pushing out the EOS event, collect the return value and warn when
2217         something failed.
2218
2219 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
2220
2221         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
2222         (gst_riff_create_video_template_caps):
2223         Add support for DVCPRO.
2224
2225 2008-05-26  Tim-Philipp Müller  <tim.muller at collabora co uk>
2226
2227         * gst/videoscale/gstvideoscale.c: (DEFAULT_PROP_METHOD):
2228           Change default scaling method from nearest-neighbour to bilinear.
2229
2230 2008-05-26  Tim-Philipp Müller  <tim.muller at collabora co uk>
2231
2232         * tests/check/libs/video.c:
2233           More checks.
2234
2235 2008-05-25  Tim-Philipp Müller  <tim.muller at collabora co uk>
2236
2237         * gst/subparse/gstsubparse.c: (parser_state_init),
2238           (gst_sub_parse_format_autodetect), (handle_buffer):
2239         * gst/subparse/gstsubparse.h:
2240         * tests/check/elements/subparse.c: (test_tmplayer_style3b):
2241           Limit duration to a maximum of five seconds for tmplayer format where
2242           we can guess the duration only from the timestamp of the next line of
2243           text. We don't want to show a text for eternities just because nothing
2244           else is being said for a while.
2245
2246 2008-05-23  Wim Taymans  <wim.taymans@collabora.co.uk>
2247
2248         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2249         (gst_base_rtp_depayload_chain),
2250         (gst_base_rtp_depayload_handle_sink_event),
2251         (gst_base_rtp_depayload_push_full),
2252         (gst_base_rtp_depayload_change_state):
2253         Check sequence numbers, mark input buffers with a discont flag for the
2254         subclass when we detected a gap, drop duplicate buffers. We do this
2255         because one can use the element without a jitterbuffer in front and we
2256         don't want to feed the subclasses invalid or reordered data.
2257         Do an error when the subclass did not provide a process function instead
2258         of crashing.
2259         Some other small cleanups.
2260
2261 2008-05-22  Tim-Philipp Müller  <tim.muller at collabora co uk>
2262
2263         * gst/videotestsrc/videotestsrc.c: (paint_hline_NV12_NV21):
2264           May just as well use the precalculated uvstride here.
2265
2266 2008-05-22  Jan Schmidt  <jan.schmidt@sun.com>
2267
2268         * docs/plugins/Makefile.am:
2269         * docs/plugins/gst-plugins-base-plugins-overrides.txt:
2270         * docs/plugins/gst-plugins-base-plugins-sections.txt:
2271         * docs/plugins/gst-plugins-base-plugins.args:
2272         * docs/plugins/gst-plugins-base-plugins.hierarchy:
2273         * docs/plugins/gst-plugins-base-plugins.interfaces:
2274         * docs/plugins/gst-plugins-base-plugins.prerequisites:
2275         * docs/plugins/inspect/plugin-adder.xml:
2276         * docs/plugins/inspect/plugin-alsa.xml:
2277         * docs/plugins/inspect/plugin-audioconvert.xml:
2278         * docs/plugins/inspect/plugin-audiorate.xml:
2279         * docs/plugins/inspect/plugin-audioresample.xml:
2280         * docs/plugins/inspect/plugin-audiotestsrc.xml:
2281         * docs/plugins/inspect/plugin-cdparanoia.xml:
2282         * docs/plugins/inspect/plugin-decodebin.xml:
2283         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
2284         * docs/plugins/inspect/plugin-gdp.xml:
2285         * docs/plugins/inspect/plugin-gio.xml:
2286         * docs/plugins/inspect/plugin-gnomevfs.xml:
2287         * docs/plugins/inspect/plugin-libvisual.xml:
2288         * docs/plugins/inspect/plugin-ogg.xml:
2289         * docs/plugins/inspect/plugin-pango.xml:
2290         * docs/plugins/inspect/plugin-playback.xml:
2291         * docs/plugins/inspect/plugin-queue2.xml:
2292         * docs/plugins/inspect/plugin-subparse.xml:
2293         * docs/plugins/inspect/plugin-tcp.xml:
2294         * docs/plugins/inspect/plugin-theora.xml:
2295         * docs/plugins/inspect/plugin-typefindfunctions.xml:
2296         * docs/plugins/inspect/plugin-uridecodebin.xml:
2297         * docs/plugins/inspect/plugin-video4linux.xml:
2298         * docs/plugins/inspect/plugin-videorate.xml:
2299         * docs/plugins/inspect/plugin-videoscale.xml:
2300         * docs/plugins/inspect/plugin-videotestsrc.xml:
2301         * docs/plugins/inspect/plugin-volume.xml:
2302         * docs/plugins/inspect/plugin-vorbis.xml:
2303         * docs/plugins/inspect/plugin-ximagesink.xml:
2304         * docs/plugins/inspect/plugin-xvimagesink.xml:
2305         * ext/cdparanoia/gstcdparanoiasrc.c:
2306         * ext/ogg/gstoggdemux.c:
2307         * ext/ogg/gstoggdemux.h:
2308         * ext/ogg/gstoggmux.c:
2309         * ext/ogg/gstoggmux.h:
2310         * gst/audioconvert/audioconvert.c:
2311         * gst/audioconvert/audioconvert.h:
2312         * gst/audioconvert/gstaudioconvert.h:
2313         * gst/gdp/gstgdpdepay.h:
2314         * gst/gdp/gstgdppay.h:
2315         * gst/playback/gstdecodebin.c:
2316         * gst/playback/gstdecodebin2.c:
2317         * gst/playback/gstplaybin.c:
2318         * gst/playback/gstplaybin2.c:
2319         * gst/playback/gsturidecodebin.c:
2320         * gst/tcp/gstmultifdsink.c:
2321         * gst/tcp/gstmultifdsink.h:
2322         * gst/tcp/gsttcp.h:
2323
2324         Add some documentation comments, and some new headers to be scanned.
2325         Rename some internal enum declarations (audioconvert's DitherType and
2326         NoiseShapingType, GstUnitType from the TCP elements) to match the
2327         documented GObject type names so that the docs pick them up.
2328         Name the playbin2 docs markups properly so they get picked up. They'll
2329         need renaming back when/if playbin2 becomes playbin.
2330
2331         100% symbol coverage for the plugin docs, booya.
2332
2333 2008-05-22  Sebastian Dröge  <slomo@circular-chaos.org>
2334
2335         Patch by: Thijs Vermeir <thijsvermeir@gmail.com>
2336
2337         * gst/videotestsrc/videotestsrc.c: (paint_hline_NV12_NV21):
2338         Fix generation of NV12/NV21 frames. Fixes bug #532454.
2339
2340 2008-05-22  Wim Taymans  <wim.taymans@collabora.co.uk>
2341
2342         Patch by: Sjoerd Simons <sjoerd at luon dot net>
2343
2344         * gst/playback/gstdecodebin.c: (remove_fakesink):
2345         Lock the fakesink before setting the state to NULL and removing it from
2346         the bin so that a concurrent state change cannot interfere. 
2347         Fixes #534331.
2348
2349 2008-05-21  Felipe Contreras  <felipe.contreras@gmail.com>
2350
2351         * docs/Makefile.am:
2352         Fix installing plugin documentation when gtk-doc is disabled.
2353
2354 2008-05-21  Felipe Contreras  <felipe.contreras@gmail.com>
2355
2356         * gst-libs/gst/rtsp/Makefile.am:
2357         Distribute, don't install md5.h
2358
2359 2008-05-21  Julien Moutte  <julien@fluendo.com>
2360
2361         * gst/tcp/gstmultifdsink.c: (setup_dscp_client): Use IPPROTO_IP
2362         instead of SOL_IP, works on more platforms.
2363         * gst/typefind/gsttypefindfunctions.c: (aac_type_find): Fix printf
2364         arguments.
2365
2366 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
2367
2368         * ext/vorbis/vorbisdec.c:
2369         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform):
2370         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_show_frame):
2371         Some debug and comment fixes.
2372
2373         * tests/examples/dynamic/addstream.c: (main):
2374         Fix , to ;
2375
2376 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
2377
2378         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
2379         * gst/playback/decodetest.c: (new_decoded_pad_cb):
2380         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
2381         (try_to_link_1), (elem_is_dynamic), (close_link), (type_found),
2382         (cleanup_decodebin):
2383         * gst/playback/gstdecodebin2.c: (gst_decode_bin_init),
2384         (connect_element), (gst_decode_group_control_demuxer_pad):
2385         * gst/playback/gstplaybasebin.c: (queue_remove_probe),
2386         (queue_out_of_data), (gen_preroll_element), (preroll_unlinked),
2387         (mute_group_type):
2388         * gst/playback/gstplaybin.c: (gst_play_bin_vis_blocked),
2389         (gst_play_bin_set_property), (handoff), (gen_video_element),
2390         (gen_text_element), (gen_audio_element), (gen_vis_element),
2391         (remove_sinks), (add_sink), (setup_sinks):
2392         * gst/playback/gstplaybin2.c: (pad_added_cb), (no_more_pads_cb):
2393         * gst/playback/gstplaysink.c: (gst_play_sink_get_video_sink),
2394         (gst_play_sink_get_audio_sink), (gst_play_sink_vis_unblocked),
2395         (gst_play_sink_vis_blocked), (gst_play_sink_set_vis_plugin),
2396         (gst_play_sink_get_vis_plugin), (gst_play_sink_set_mute),
2397         (gen_video_chain), (gen_text_chain), (gen_audio_chain),
2398         (gen_vis_chain), (gst_play_sink_reconfigure),
2399         (gst_play_sink_set_font_desc), (gst_play_sink_get_font_desc),
2400         (gst_play_sink_request_pad):
2401         * gst/playback/gsturidecodebin.c: (type_found), (setup_source):
2402         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
2403         (cb_newpad):
2404         * gst/playback/test6.c: (new_decoded_pad_cb):
2405         * tests/check/elements/audioconvert.c: (GST_START_TEST):
2406         * tests/check/elements/audiorate.c: (test_injector_chain),
2407         (do_perfect_stream_test):
2408         * tests/check/elements/ffmpegcolorspace.c: (GST_START_TEST):
2409         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
2410         * tests/check/elements/gnomevfssink.c:
2411         * tests/check/elements/textoverlay.c:
2412         (notgst_check_setup_src_pad2), (notgst_check_teardown_src_pad2):
2413         * tests/check/elements/videotestsrc.c: (GST_START_TEST):
2414         * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
2415         * tests/check/pipelines/oggmux.c: (test_pipeline):
2416         * tests/check/pipelines/streamheader.c: (GST_START_TEST):
2417         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
2418         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
2419         * tests/examples/seek/scrubby.c: (make_wav_pipeline):
2420         * tests/examples/seek/seek.c: (make_mod_pipeline),
2421         (make_dv_pipeline), (make_wav_pipeline), (make_flac_pipeline),
2422         (make_sid_pipeline), (make_parse_pipeline), (make_vorbis_pipeline),
2423         (make_theora_pipeline), (make_vorbis_theora_pipeline),
2424         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
2425         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline),
2426         (update_fill), (msg_buffering):
2427         Don't use bad gst_element_get_pad().
2428
2429 2008-05-21  Stefan Kost  <ensonic@users.sf.net>
2430
2431         * gst-libs/gst/riff/riff-media.c:
2432           Fix wrong method name in docs. Fix calculation of strf fields for
2433           broken mulaw/alaw.
2434   
2435         * gst-libs/gst/riff/riff-read.c:
2436           Whitespace fix and removing double ';'.
2437
2438 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
2439
2440         * docs/design/part-playbin2.txt:
2441         Add some leftover doc.
2442
2443 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2444
2445         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_others):
2446         Fix copy & paste error in last commit.
2447
2448 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2449
2450         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_others):
2451         Add support for mixing GST_AUDIO_CHANNEL_POSITION_SIDE_* from/to
2452         other channel positions when source has SIDE channels and dest doesn't
2453         or the other way around.
2454
2455 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
2456
2457         Patch by: Henrik Eriksson <henriken at axis dot com>
2458
2459         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
2460         (gst_multi_fd_sink_init), (setup_dscp_client), (setup_dscp),
2461         (gst_multi_fd_sink_add_full), (gst_multi_fd_sink_set_property),
2462         (gst_multi_fd_sink_get_property):
2463         * gst/tcp/gstmultifdsink.h:
2464         Add support for DSCP QOS. Fixes #469933.
2465
2466 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2467
2468         * tests/check/elements/audioconvert.c: (GST_START_TEST):
2469         Add another test that checks if conversion between standard 1 and 2
2470         channel layouts with and without positions set is working.
2471
2472 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2473
2474         * gst-libs/gst/audio/multichannel.c:
2475         (gst_audio_check_channel_positions):
2476         Allow non-standard 2 channel layouts.
2477         
2478         * tests/check/elements/audioconvert.c: (GST_START_TEST):
2479         Add some tests for converting and remapping non-standard 1 and 2
2480         channel layouts.
2481
2482 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2483
2484         * gst/audioconvert/gstchannelmix.c:
2485         (gst_channel_mix_fill_normalize):
2486         Prevent division by zero if the channel mix matrix contains only
2487         zeroes.
2488
2489 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2490
2491         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
2492
2493         * gst/gdp/gstgdppay.c: (gst_gdp_pay_chain):
2494         Close a buffer memory leak. Fixes bug #534071.
2495
2496 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2497
2498         * gst-libs/gst/rtsp/gstrtsptransport.h:
2499         Make the GstRTSPTransport struct members public as there are no
2500         setters/getters and it's supposed to be changed directly.
2501         Fixes bug #533087.
2502
2503 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2504
2505         * gst/adder/gstadder.c:
2506         Adder also doesn't support audio/x-raw-int with width!=depth so don't
2507         claim this on the pad template caps.
2508
2509 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
2510
2511         * gst-libs/gst/audio/gstbaseaudiosink.c:
2512         (gst_base_audio_sink_sync_latency):
2513         We can only use our optimal calibration if we prerolled before the
2514         latency expired.
2515
2516 2008-05-20  Tim-Philipp Müller  <tim.muller at collabora co uk>
2517
2518         * configure.ac:
2519           Require core CVS for GstBaseSrc buffer caps setting magic.
2520
2521 2008-05-20  Sebastian Dröge  <slomo@circular-chaos.org>
2522
2523         * gst/audioconvert/gstaudioconvert.c:
2524         (gst_audio_convert_fixate_channels):
2525         Fix logic in last commit.
2526
2527 2008-05-20  Sebastian Dröge  <slomo@circular-chaos.org>
2528
2529         * gst/audioconvert/gstaudioconvert.c:
2530         (gst_audio_convert_fixate_channels):
2531         Passthrough the channel positions if the number of output channels is
2532         the same as the number of input channels, the input had a channel
2533         layout and downstream requests no special one. We did this already for
2534         > 2 channels but now it's also done for 1 channel. Fixes bug #533617.
2535
2536 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
2537
2538         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_init),
2539         (gst_gnome_vfs_src_finalize),
2540         (gst_gnome_vfs_src_received_headers_callback),
2541         (gst_gnome_vfs_src_create), (gst_gnome_vfs_src_stop):
2542         * ext/gnomevfs/gstgnomevfssrc.h:
2543         Set the ICY caps on the srcpad from where they get picked up by the base
2544         class now and set on the outgoing buffers.
2545
2546         * gst-libs/gst/audio/gstbaseaudiosrc.c:
2547         (gst_base_audio_src_create):
2548         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_buffer_new):
2549         BaseSrc now sets the caps on outgoing buffers automatically.
2550
2551 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
2552
2553         * gst-libs/gst/audio/gstbaseaudiosink.c:
2554         (gst_base_audio_sink_resample_slaving),
2555         (gst_base_audio_sink_skew_slaving),
2556         (gst_base_audio_sink_sync_latency), (gst_base_audio_sink_render),
2557         (gst_base_audio_sink_async_play),
2558         (gst_base_audio_sink_change_state):
2559         Change the way in which the ringbuffer is started when dealing with a
2560         slaved clock and latency. We now sync to the clock until we reach
2561         upstream latency before starting the ringbuffer. This has the effect
2562         that we can accurately align the master and slave clocks and let the
2563         rate correction code take care of the initial drift or rounding errors
2564         instead of leaving them uncorrected with the old approach.
2565
2566 2008-05-20  Sebastian Dröge  <slomo@circular-chaos.org>
2567
2568         * gst/audioconvert/gstaudioconvert.c:
2569         (gst_audio_convert_fixate_channels):
2570         Correctly set the default channel positions when converting to 8
2571         channels.
2572
2573 2008-05-19  Tim-Philipp Müller  <tim.muller at collabora co uk>
2574
2575         * configure.ac:
2576           Error out if we don't have the required version of core.
2577
2578 2008-05-19  Tim-Philipp Müller  <tim.muller at collabora co uk>
2579
2580         * gst/typefind/gsttypefindfunctions.c: (aac_type_find):
2581           Use data scan helper in aac typefinder and stop scanning
2582           for headers when we've found a type. Also fix potential invalid
2583           memory access when calculating the frame length.
2584
2585 2008-05-19  Tim-Philipp Müller  <tim.muller at collabora co uk>
2586
2587         * gst/typefind/gsttypefindfunctions.c: (data_scan_ctx_ensure_data),
2588           (mpeg_sys_is_valid_pack):
2589           Don't modify scan context when we return FALSE in ensure_data, so
2590           it's possible to continue scanning, and we don't end up with a NULL
2591           data pointer and a positive size, which might bite us the next time
2592           we're called. Small constification.
2593
2594 2008-05-16  Sebastian Dröge  <slomo@circular-chaos.org>
2595
2596         * gst/adder/gstadder.c:
2597         Adder doesn't support 24 bit samples so don't claim it supports them
2598         in the pad template caps.
2599
2600 2008-05-14  Wim Taymans  <wim.taymans@collabora.co.uk>
2601
2602         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2603         (gst_base_rtp_depayload_chain):
2604         Validate the RTP packet before further processing it. It's just too
2605         dangerous to accept random packets and people are not forced to use a
2606         jitterbuffer or session manager to filter out the bad packets.
2607
2608         * gst-libs/gst/rtp/gstrtpbuffer.c:
2609         (gst_rtp_buffer_set_extension_data),
2610         (gst_rtp_buffer_get_payload_subbuffer):
2611         Small cleanups.
2612         When setting extension data in a buffer that is too small, we fail and
2613         we should not set the extension bit.
2614         Change GST_WARNINGS into g_warning because they really are
2615         programming errors.
2616
2617         * tests/check/libs/rtp.c: (GST_START_TEST):
2618         Catch the g_warnings now in the unit tests and that fact that failing to
2619         set extension data left the extension bit untouched.
2620
2621 2008-05-14  Tim-Philipp Müller  <tim.muller at collabora co uk>
2622
2623         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init):
2624           Revert previous change which made basetransform handle buffer_alloc
2625           and which breaks things badly in the non-passthrough case since it
2626           returned buffers with a different (ie. sometimes smaller) size than
2627           the size requested.
2628
2629 2008-05-14  Wim Taymans  <wim.taymans@collabora.co.uk>
2630
2631         Patch by: Bernard B <b-gnome at largestprime dot net>
2632
2633         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_compare_seqnum):
2634         Fix seqnum compare function for bordercase values and fix the docs
2635         again. Fixes #533075.
2636
2637         * tests/check/libs/rtp.c: (GST_START_TEST), (rtp_suite):
2638         Add a testcase for seqnum compare function.
2639
2640 2008-05-14  Sebastian Dröge  <slomo@circular-chaos.org>
2641
2642         * gst/adder/gstadder.c: (gst_adder_setcaps),
2643         (gst_adder_class_init):
2644         Correctly declare the supported endianness on the pad templates
2645         and check for correct endianness in the set caps function. Adder
2646         only supports native endianness.
2647         Also use gst_element_class_set_details_simple().
2648
2649 2008-05-14  Stefan Kost  <ensonic@users.sf.net>
2650
2651         * sys/xvimage/xvimagesink.c:
2652           Better debug logging in port value handling. Merging separate port
2653           value loops into one.
2654
2655 2008-05-13  Wim Taymans  <wim.taymans@collabora.co.uk>
2656
2657         Patch by: Hannes Bistry <hannesb at gmx dot de>
2658
2659         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_start):
2660         * gst/tcp/gsttcpserversink.c:
2661         (gst_tcp_server_sink_handle_server_read),
2662         (gst_tcp_server_sink_handle_wait), (gst_tcp_server_sink_init_send):
2663         Fix regression in clientsrc because we did not add the fd to the poll
2664         set anymore. Fixes #532364.
2665         Do some cleanups here and there.
2666
2667 2008-05-13  Sebastian Dröge  <slomo@circular-chaos.org>
2668
2669         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
2670         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init):
2671         * gst/playback/gstplay-marshal.list:
2672         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init):
2673         Use correct marshallers. GstCaps are a boxed type and no GObject
2674         subclass.
2675
2676 2008-05-13  Sebastian Dröge  <slomo@circular-chaos.org>
2677
2678         * win32/common/libgstrtsp.def:
2679         Add gst_rtsp_connection_(set|clear)_auth_param() to the exported
2680         symbols.
2681
2682 2008-05-13  Sebastian Dröge  <slomo@circular-chaos.org>
2683
2684         Patch by: Sjoerd Simons <sjoerd at luon dot net>
2685
2686         * tests/check/elements/audioresample.c:
2687         (live_switch_alloc_only_48000), (live_switch_get_sink_caps),
2688         (live_switch_push), (GST_START_TEST):
2689         Add unit test for the latest basetransform negotiation changes.
2690         See bug #526768.
2691
2692 2008-05-13  Sebastian Dröge  <slomo@circular-chaos.org>
2693
2694         * gst/ffmpegcolorspace/imgconvert.c: (nv12_to_nv21):
2695         Fix nv12<->nv21 conversion if stride is larger than width.
2696
2697 2008-05-13  Sebastian Dröge  <slomo@circular-chaos.org>
2698
2699         Patch by: Jan Gerber <j at oil21 dot org>
2700
2701         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fishead),
2702         (gst_ogg_pad_parse_skeleton_fisbone):
2703         * ext/ogg/gstoggdemux.h:
2704         Parse presentation time from skeleton streams and use it as offset
2705         for the timestamps. Fixes bug #530068.
2706
2707 2008-05-12  Wim Taymans  <wim.taymans@collabora.co.uk>
2708
2709         * gst-libs/gst/audio/gstbaseaudiosink.c:
2710         (gst_base_audio_sink_render), (gst_base_audio_sink_async_play):
2711         Revert previous patch that attempted to more accurately calculate the
2712         initial offset between master and slave clock. The best thing we can do
2713         in general is take the time of both clocks as the diff since we don't
2714         know when the actual preroll happened.
2715
2716 2008-05-11  Tim-Philipp Müller  <tim.muller at collabora co uk>
2717
2718         * gst-libs/gst/pbutils/install-plugins.c:
2719           Fix docs: type and missing word.
2720
2721 2008-05-10  Tim-Philipp Müller  <tim.muller at collabora co uk>
2722
2723         * gst/typefind/gsttypefindfunctions.c: (h264_video_type_find):
2724           Don't do lots of 4-byte peeks, but use the 'new' data scan helper
2725           for this instead; don't check if we've found enough markers after
2726           each and every step, it's enough to do that only if we've actually
2727           found a new marker.
2728           Embed a G_UNLIKELY into the IS_MPEG_HEADER macro.
2729
2730 2008-05-10  Tim-Philipp Müller  <tim.muller at collabora co uk>
2731
2732         * gst/typefind/gsttypefindfunctions.c:
2733           (DATA_SCAN_CTX_CHUNK_SIZE), (DataScanCtx), (data_scan_ctx_advance),
2734           (data_scan_ctx_ensure_data), (GST_MPEGVID_TYPEFIND_TRY_SYNC),
2735           (mpeg_video_stream_type_find):
2736           Move scan helper thingy to the beginning of the file so we can use
2737           it in other typefind functions. Rename it to something more
2738           generic. Also improve handling of things towards the end of the
2739           typefind data: peek as much as we can if we know the size of the
2740           data, rather than just min_size.
2741
2742 2008-05-09  Jan Schmidt  <jan.schmidt@sun.com>
2743
2744         * docs/libs/gst-plugins-base-libs-sections.txt:
2745         * gst-libs/gst/interfaces/colorbalance.c:
2746         * gst-libs/gst/interfaces/colorbalance.h:
2747         * gst-libs/gst/interfaces/colorbalancechannel.c:
2748         * gst-libs/gst/interfaces/colorbalancechannel.h:
2749         * gst-libs/gst/interfaces/tuner.c:
2750         * gst-libs/gst/interfaces/tunerchannel.c:
2751         * gst-libs/gst/interfaces/tunerchannel.h:
2752         * gst-libs/gst/interfaces/tunernorm.c:
2753         * gst-libs/gst/interfaces/tunernorm.h:
2754         * gst-libs/gst/video/video.c:
2755         * gst-libs/gst/video/video.h:
2756         Document the GstTuner and GstColorBalance interfaces, and some
2757         other random API functions that needed it. 70% symbol coverage, woo.
2758
2759 2008-05-09  Wim Taymans  <wim.taymans@collabora.co.uk>
2760
2761         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_acquire):
2762         Choose to allocate one less segment but require one additional segment
2763         as latency. 
2764
2765         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_acquire):
2766         No need to increment the number of segments in the source.
2767
2768         * gst-libs/gst/audio/gstbaseaudiosink.c:
2769         (gst_base_audio_sink_get_time), (clock_convert_external),
2770         (gst_base_audio_sink_resample_slaving),
2771         (gst_base_audio_sink_skew_slaving),
2772         (gst_base_audio_sink_none_slaving), (gst_base_audio_sink_render),
2773         (gst_base_audio_sink_async_play):
2774         Remove adding latency when returning the internal time while subtracting
2775         it again when we use the value a little later.
2776         When calculating the end timestamp, we are making a rounding error
2777         with the current algorithm. Ensure that we don't accumulate these
2778         rounding errors when aligning samples by not resampling at all if we
2779         don't need to. Fixes #419351.
2780         Make the initial calibration of the clock slaving a little more
2781         predictable and accurate. Also handle the case where we don't do
2782         clock slaving.
2783
2784 2008-05-09  Sebastian Dröge  <slomo@circular-chaos.org>
2785
2786         Based on a patch by:
2787           Björn Benderius <bjoern dot benderius at axis dot com>
2788
2789         * gst/ffmpegcolorspace/avcodec.h:
2790         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
2791         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
2792         (gst_ffmpegcsp_avpicture_fill):
2793         * gst/ffmpegcolorspace/imgconvert.c: (nv12_to_nv21):
2794         * gst/ffmpegcolorspace/imgconvert_template.h:
2795         Add conversions from/to NV12 and NV21 and conversions between those
2796         two formats. Fixes bug #532166.
2797
2798 2008-05-08  Edward Hervey  <edward.hervey@collabora.co.uk>
2799
2800         * gst/typefind/gsttypefindfunctions.c: (h264_video_type_find):
2801         Abort the h264 typefinding as soon as _peek() doesn't return anything,
2802         which happens for example with files smaller than 128kb.
2803
2804 2008-05-08  Wim Taymans  <wim.taymans@collabora.co.uk>
2805
2806         Patch by: Wouter Cloetens <zombie at e2big dot org>
2807
2808         * gst-libs/gst/rtsp/Makefile.am:
2809         * gst-libs/gst/rtsp/gstrtspconnection.c:
2810         (gst_rtsp_connection_create), (md5_digest_to_hex_string),
2811         (auth_digest_compute_hex_urp), (auth_digest_compute_response),
2812         (add_auth_header), (gst_rtsp_connection_free),
2813         (gst_rtsp_connection_set_auth), (str_case_hash), (str_case_equal),
2814         (gst_rtsp_connection_set_auth_param),
2815         (gst_rtsp_connection_clear_auth_params):
2816         * gst-libs/gst/rtsp/gstrtspconnection.h:
2817         Add Digest authorization support for RTSP connections. See #532065.
2818
2819         * gst-libs/gst/rtsp/md5.c:
2820         * gst-libs/gst/rtsp/md5.h:
2821         Yeap, another md5 implementation until we can depend on a glib that has
2822         support for it.
2823
2824 2008-05-08  Sebastian Dröge  <slomo@circular-chaos.org>
2825
2826         Patch by: Sjoerd Simons <sjoerd at luon dot net>
2827
2828         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init):
2829         Let audioresample use the buffer allocation of basetransform instead
2830         of it's own stuff.
2831
2832         * tests/check/elements/audioresample.c: (alloc_only_48000),
2833         (GST_START_TEST), (audioresample_suite):
2834         Add unit test for the recent basetransform bugfix, where upstream
2835         changes caps to something that can't be passed through anymore.
2836
2837 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
2838
2839         * win32/common/config.h.in:
2840           Don't define GST_FUNCTION, if GLib supports MSVC we'd much rather
2841           use the real thing than having "???" unconditionally.
2842
2843 2008-05-07  Wim Taymans  <wim.taymans@collabora.co.uk>
2844
2845         * gst-libs/gst/audio/gstbaseaudiosink.c:
2846         (gst_base_audio_sink_query):
2847         Report the latency with the new seglatency parameter.
2848
2849         * gst-libs/gst/audio/gstringbuffer.c:
2850         (gst_ring_buffer_debug_spec_buff), (gst_ring_buffer_parse_caps),
2851         (gst_ring_buffer_acquire):
2852         * gst-libs/gst/audio/gstringbuffer.h:
2853         Add new field to the ringbufferspec to specify the expected latency
2854         between the underlying device read/write pointer, this is needed
2855         when writing sinks that sit a little closer to the hardware.
2856         Add some more docs for other fields.
2857
2858 2008-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
2859
2860         * gst/volume/gstvolume.c: (volume_transform_ip):
2861         Return NOT_NEGOTIATED if we didn't set a process function yet for some
2862         reason instead of crashing later. Might fix bug #509125.
2863
2864 2008-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
2865
2866         Based on a patch by: Tim-Philipp Müller  <tim.muller at collabora co uk>
2867
2868         * gst/audioconvert/audioconvert.c: (audio_convert_prepare_context):
2869         * gst/audioconvert/audioconvert.h:
2870         * gst/audioconvert/gstaudioconvert.c:
2871         (gst_audio_convert_parse_caps),
2872         (structure_has_fixed_channel_positions),
2873         (gst_audio_convert_transform_caps):
2874         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_matrix):
2875         Add support for more than 8 channels and NONE channel layouts. For
2876         more than 8 channels no channel conversion is supported yet, only
2877         format conversions are supported. Fixes bug #398033.
2878
2879         * tests/check/elements/audioconvert.c: (verify_convert),
2880         (GST_START_TEST), (audioconvert_suite):
2881         Add some unit tests by Tim for checking the NONE channel layouts
2882         and more than 8 channels and add some more unit tests for channel
2883         conversions.
2884
2885 2008-05-06  Wim Taymans  <wim.taymans@collabora.co.uk>
2886
2887         * gst/playback/gstdecodebin2.c: (connect_pad):
2888         When autoplugging fails, set the element back to NULL before
2889         unreffing it.
2890
2891 2008-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
2892
2893         * win32/common/libgstaudio.def:
2894         Add gst_base_audio_src_[sg]et_slave_method() to the exported
2895         symbols.
2896
2897 2008-05-05  Sebastian Dröge  <slomo@circular-chaos.org>
2898
2899         * gst/subparse/samiparse.c: (handle_start_sync),
2900         (end_sami_element), (characters_sami):
2901         Remove trailing, leading and double whitespaces.
2902         Correctly timestamp buffers and output the last buffer too.
2903
2904         * tests/check/elements/subparse.c: (GST_START_TEST),
2905         (subparse_suite):
2906         Add a simple unit test for SAMI parsing.
2907
2908 2008-05-05  Sebastian Dröge  <slomo@circular-chaos.org>
2909
2910         Patch by: Young-Ho Cha <ganadist at chollian dot net>
2911
2912         * gst/subparse/samiparse.c: (handle_start_sync),
2913         (start_sami_element), (end_sami_element), (characters_sami),
2914         (sami_context_reset):
2915         Only output characters inside the "sync" elements. There could be
2916         other elements like "style" that have some content but should
2917         not be printed. Fixes bug #467911.
2918
2919 2008-05-05  Sebastian Dröge  <slomo@circular-chaos.org>
2920
2921         * gst/playback/gstplaybasebin.c: (set_audio_mute),
2922         (set_active_source):
2923         * gst/playback/gstplaybasebin.h:
2924         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
2925         (playbin_set_audio_mute):
2926         Allow setting -1 as current-audio to mute the current audio stream,
2927         similar to what is done for subtitles. Fixes bug #342294.
2928
2929 2008-05-05  Edward Hervey  <edward.hervey at collabora co uk>
2930
2931         * gst-libs/gst/pbutils/descriptions.c: (formats): 
2932         It's SorensOn and not SorensEn.
2933
2934 2008-05-04  Tim-Philipp Müller  <tim.muller at collabora co uk>
2935
2936         * gst-libs/gst/pbutils/descriptions.c: (formats):
2937           Fix description of video/x-flash-video.
2938
2939 2008-05-04  Sebastian Dröge  <slomo@circular-chaos.org>
2940
2941         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
2942         * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
2943         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
2944         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps_list):
2945         Remove some unused code.
2946
2947         * gst/audioconvert/gstaudioquantize.c:
2948         (gst_audio_quantize_free_noise_shaping):
2949         Don't return before freeing the noise shaping history.
2950
2951 2008-05-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
2952
2953         * tests/check/elements/subparse.c: (do_test),
2954           (test_tmplayer_style3b), (subparse_suite):
2955           Add unit test for the tmplayer variant from bug #530962.
2956
2957 2008-05-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
2958
2959         * gst/subparse/gstsubparse.c: (handle_buffer),
2960           (gst_sub_parse_sink_event):
2961         * gst/subparse/tmplayerparse.c: (tmplayer_process_buffer),
2962           (tmplayer_parse_line):
2963           Fix parsing of tmplayer subtitle variant where every single line contains
2964           text and there isn't an empty line after each line to determine the
2965           duration (#530962). Improve EOS handling for tmplayer subtitles a bit by
2966           making sure that we push out the last line of text without a duration if
2967           there's still text left in the buffer at the end.
2968
2969 2008-05-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
2970
2971         * gst/subparse/gstsubparse.c: (feed_textbuf):
2972           Fix detection of discontinuities based on the buffer offset (doesn't work
2973           so well if no buffer offset is set) and also check for the DISCONT buffer
2974           flag. This keeps the parser state from being reset after each buffer in
2975           the unit test.
2976
2977 2008-05-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
2978
2979         * gst/typefind/gsttypefindfunctions.c: (mpeg_video_stream_type_find):
2980           Further fine-tuning: don't absolutely require sequence or GOP headers
2981           (as introduced in the previous commit), but adjust the typefind
2982           probabilities returned accordingly if we don't see them. Also make sure
2983           picture header and first slice are somewhat close to each other (which
2984           is not perfect but still better than requiring a fixed offset or having
2985           no limit at all).
2986
2987 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
2988
2989         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
2990         (gst_basertppayload_sink_setcaps),
2991         (gst_basertppayload_sink_getcaps):
2992         Rename the setcaps/getcaps function internally to make it clear that
2993         they are called for the sink pad.
2994
2995 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
2996
2997         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2998         (gst_base_rtp_depayload_class_init),
2999         (gst_base_rtp_depayload_handle_sink_event), (create_segment_event),
3000         (gst_base_rtp_depayload_packet_lost),
3001         (gst_base_rtp_depayload_set_gst_timestamp):
3002         * gst-libs/gst/rtp/gstbasertpdepayload.h:
3003         Catch packet-lost events from the jitterbuffer and convert them into a
3004         vmethod call (lost-packet) so that depayloaders can do something smart.
3005         Also add a default packet-lost function that sends out a segment update
3006         to the decoders.
3007
3008 2008-05-02  Stefan Kost  <ensonic@users.sf.net>
3009
3010         * gst/playback/test4.c:
3011         * gst/playback/test5.c:
3012         * gst/playback/test6.c:
3013         * gst/playback/test7.c:
3014           Also include config.h when relying on defines from it. Fixes the
3015           build. Its been a please to serve :)
3016
3017 2008-05-02  Thijs Vermeir <thijsvermeir@gmail.com>
3018
3019         * gst/videotestsrc/videotestsrc.c (paint_setup_NV12),
3020         (paint_setup_NV21), (paint_hline_NV12_NV21):
3021         Add support for NV12 and NV21 in videotestsrc
3022
3023 2008-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
3024
3025         * gst/videoscale/gstvideoscale.c:
3026         * gst/videoscale/vs_4tap.c: (vs_image_scale_4tap_Y):
3027         * gst/videoscale/vs_image.c: (vs_image_scale_nearest_RGBA),
3028         (vs_image_scale_linear_RGBA), (vs_image_scale_nearest_RGB),
3029         (vs_image_scale_linear_RGB), (vs_image_scale_nearest_YUYV),
3030         (vs_image_scale_linear_YUYV), (vs_image_scale_nearest_UYVY),
3031         (vs_image_scale_linear_UYVY), (vs_image_scale_nearest_Y),
3032         (vs_image_scale_linear_Y), (vs_image_scale_nearest_RGB565),
3033         (vs_image_scale_linear_RGB565), (vs_image_scale_nearest_RGB555),
3034         (vs_image_scale_linear_RGB555):
3035         Support 1x1 images as input and output as for example the BBC HQ new
3036         streams have 1x1 GIFs in the playlists for some reason.
3037
3038 2008-05-01  Tim-Philipp Müller  <tim.muller at collabora co uk>
3039
3040         * gst/playback/gstdecodebin.c: (free_pad_probe_for_element),
3041           (try_to_link_1):
3042           If we can't activate one of the decoders we plugged in (such as,
3043           say, musepackdec) for some reason (it might not support push mode,
3044           for example), remove any pad probes that close_pad_link() might
3045           have set up. This makes sure we later don't try to remove a probe
3046           for a pad that doesn't exist any longer, and avoids nast warnings
3047           and probably other things too.
3048
3049 2008-04-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
3050
3051         * gst/typefind/gsttypefindfunctions.c:
3052           (mpeg_video_stream_ctx_ensure_data), (mpeg_video_stream_type_find),
3053           (plugin_init):
3054           Rework mpeg video stream typefinding a bit more: make sure sequence,
3055           GOP, picture and slice headers appear in the order they should and
3056           that we've in fact at least had one of each; fix picture header
3057           detection; decouple picture and slice header check - don't assume
3058           they're at a fixed offset, there may be extra data in between. Also,
3059           announce varying degrees of probability depending on what we found
3060           exactly (multiple pictures, at least one picture, just sequence and
3061           GOP headers). Finally, in _ensure_data(), take into account that we
3062           might be typefinding smaller amounts of data, such as the first
3063           buffer of a stream, so fall back to the minimum size needed as long
3064           as that's available, instead of erroring out if there's less than
3065           2kB of data. Fixes #526173. Conveniently also doesn't recognise the
3066           fuzzed file from #399342 as valid.
3067
3068 2008-04-30  Michael Smith <msmith@songbirdnest.com>
3069
3070         * ext/theora/theoradec.c:
3071           Cool kids don't divide by zero.
3072           Treat PAR of x:0 as 1:1.
3073           Fixes #530719.
3074
3075 2008-04-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
3076
3077         * gst/typefind/gsttypefindfunctions.c: (MpegVideoStreamCtx),
3078           (mpeg_video_stream_ctx_advance), (mpeg_video_stream_ctx_ensure_data),
3079           (mpeg_video_stream_type_find):
3080           Refactor a bit: use context structure to track parsing offset and
3081           size of available data and make the code a bit clearer. Fixes bad
3082           memory access in #356937.
3083
3084 2008-04-28  Michael Smith <msmith@songbirdnest.com>
3085
3086         * gst/playback/test4.c:
3087         * gst/playback/test5.c:
3088         * gst/playback/test6.c:
3089         * gst/tcp/gstmultifdsink.c:
3090           Include stdlib.h and unistd.h only if the appropriate HAVE_*_H macro
3091           is defined.
3092
3093 2008-04-28  Wim Taymans  <wim.taymans@collabora.co.uk>
3094
3095         * gst-libs/gst/audio/gstbaseaudiosink.h:
3096         Clarify some docs.
3097
3098         * gst-libs/gst/audio/gstbaseaudiosrc.c: (slave_method_get_type),
3099         (gst_base_audio_src_class_init), (gst_base_audio_src_init),
3100         (gst_base_audio_src_set_slave_method),
3101         (gst_base_audio_src_get_slave_method),
3102         (gst_base_audio_src_set_property),
3103         (gst_base_audio_src_get_property), (gst_base_audio_src_create):
3104         * gst-libs/gst/audio/gstbaseaudiosrc.h:
3105         Add property and methods for selecting the clock slave method in the
3106         source, like in the sink.
3107         We only implement "none" and "re-timestamp" for now.
3108         API: gst_base_audio_src_set_slave_method()
3109         API: gst_base_audio_src_get_slave_method()
3110
3111 2008-04-25  Wim Taymans  <wim.taymans@collabora.co.uk>
3112
3113         * gst-libs/gst/rtp/gstrtpbuffer.c:
3114         Fix the docs about the seqnum compare function, it returns a difference.
3115
3116 2008-04-24  Edward Hervey  <edward.hervey@collabora.co.uk>
3117
3118         * ext/alsa/gstalsadeviceprobe.c:
3119         (gst_alsa_get_device_list): Don't return before freeing up
3120         the allocated structures.
3121
3122 2008-04-24  Stefan Kost  <ensonic@users.sf.net>
3123
3124         * gst/playback/gstplaybin.c:
3125           Remove obsolete streaminfo code and fix a leak. Fixes #529546
3126
3127 2008-04-23  Stefan Kost  <ensonic@users.sf.net>
3128
3129         * ext/ogg/gstoggdemux.c:
3130           Revert the event part, that should not go in.
3131
3132 2008-04-23  Stefan Kost  <ensonic@users.sf.net>
3133
3134         * ext/ogg/gstoggdemux.c:
3135           Don't leak GstPluginFeatures when filtering.
3136
3137 2008-04-23  Stefan Kost  <ensonic@users.sf.net>
3138
3139         * sys/xvimage/xvimagesink.c:
3140           Add some logging for cases when grabbing the xv failed.
3141
3142 2008-04-21  David Schleef  <ds@schleef.org>
3143
3144         * ext/ogg/gstoggmux.c:
3145           Update Ogg/Dirac muxing.  Removes the weird "KW-DIRAC" bos
3146           packet.  Should conform to what we currently think is the
3147           final Ogg/Dirac muxing spec.
3148
3149 2008-04-21  David Schleef  <ds@schleef.org>
3150
3151         * sys/xvimage/xvimagesink.c:
3152           Fix typo that causes the overlay keying color to bright green
3153           on a 16-bit display.  Dark grey good.  Bright green bad.
3154
3155 2008-04-21  Stefan Kost  <ensonic@users.sf.net>
3156
3157         * ext/gnomevfs/gstgnomevfsuri.c:
3158           Add  FIXME comment about using uri-list for source and sink.
3159
3160 2008-04-20  Sebastian Dröge  <slomo@circular-chaos.org>
3161
3162         * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header):
3163         GST_TYPE_FRACTION contains gints so correctly cast gint64 arguments to
3164         vaargs functions to gint. Otherwise the fractions will get 0 set
3165         instead of the correct value on big endian systems. Fixes bug #529018.
3166
3167 2008-04-20  Sebastian Dröge  <slomo@circular-chaos.org>
3168
3169         * ext/gnomevfs/gstgnomevfssink.c:
3170         (gst_gnome_vfs_sink_uri_get_protocols):
3171         * ext/gnomevfs/gstgnomevfssrc.c:
3172         (gst_gnome_vfs_src_uri_get_protocols):
3173         * ext/gnomevfs/gstgnomevfsuri.c: (_internal_get_supported_uris),
3174         (gst_gnomevfs_get_supported_uris):
3175         Get the list of supported URI schemes in a threadsafe way and use the
3176         same list for the source and sink.
3177
3178 2008-04-20  Sebastian Dröge  <slomo@circular-chaos.org>
3179
3180         * ext/gio/gstgio.c: (_internal_get_supported_protocols),
3181         (gst_gio_get_supported_protocols):
3182         Don't generate a new supported protocols list on each call but cache
3183         it. It's supposed to be static anyway, this way we only leak it once
3184         per process.
3185
3186         * ext/gio/gstgiosink.c: (gst_gio_sink_base_init),
3187         (gst_gio_sink_class_init), (gst_gio_sink_finalize),
3188         (gst_gio_sink_set_property), (gst_gio_sink_get_property),
3189         (gst_gio_sink_start):
3190         * ext/gio/gstgiosink.h:
3191         * ext/gio/gstgiosrc.c: (gst_gio_src_base_init),
3192         (gst_gio_src_class_init), (gst_gio_src_finalize),
3193         (gst_gio_src_set_property), (gst_gio_src_get_property),
3194         (gst_gio_src_start):
3195         * ext/gio/gstgiosrc.h:
3196         API: Add "file" properties where one can set a GFile as
3197         source/destination.
3198
3199         Add locking to the properties and use
3200         gst_element_class_set_details_simple() instead of a static
3201         GstElementDetails struct.
3202
3203 2008-04-19  Sebastian Dröge  <slomo@circular-chaos.org>
3204
3205         * gst/typefind/gsttypefindfunctions.c: (musepack_type_find),
3206         (plugin_init):
3207         Add "mpp" and "mp+" as possible extensions for MusePack files.
3208
3209         Add typefinding for MusePack StreamVersion 8 files and include the
3210         stream version in the caps.
3211
3212 2008-04-19  Sebastian Dröge  <slomo@circular-chaos.org>
3213
3214         * gst-libs/gst/rtp/gstrtppayloads.c:
3215         (gst_rtp_payload_info_for_name):
3216         Use g_ascii_strcasecmp() instead of the deprecated g_strcasecmp().
3217
3218 2008-04-18  Tim-Philipp Müller  <tim at centricular dot net>
3219
3220         * configure.ac:
3221           Bump Gtk+ requirement to 2.12.0 for gtk_range_set_fill_level
3222           (NB: this only affects compilation of some of the examples).
3223           Remove some configure.ac cruft that's not needed any longer.
3224
3225 2008-04-18  Edward Hervey  <edward.hervey@collabora.co.uk>
3226
3227         * gst/gdp/gstgdpdepay.c: (gst_gdp_depay_chain):
3228         Don't validate the payload if there isn't any.
3229         Fixes #525915
3230
3231 2008-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
3232
3233         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_may_start):
3234         Use g_atomic_int_set() instead of gst_atomic_int_set().
3235
3236 2008-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
3237
3238         * ext/gio/gstgio.c: (gst_gio_get_supported_protocols):
3239         Return NULL instead of a gchar * array with one NULL element if we
3240         don't get any supported URI schemes from GIO.
3241
3242 2008-04-15  Stefan Kost  <ensonic@users.sf.net>
3243
3244         * gst/audiotestsrc/gstaudiotestsrc.c:
3245           Remove cpp style commented old code.
3246
3247 2008-04-15  Stefan Kost  <ensonic@users.sf.net>
3248
3249         * gst/playback/gstdecodebin2.c:
3250           Fix signal docs.
3251
3252 2008-04-14  Tim-Philipp Müller  <tim at centricular dot net>
3253
3254         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init),
3255           (gst_text_overlay_init):
3256           Fix textoverlay unit test again by making the supposed default
3257           value for the wait-text property the actual default value.
3258           Also fix Since: tag for new property.
3259
3260 2008-04-11  Tim-Philipp Müller  <tim at centricular dot net>
3261
3262         * gst-libs/gst/video/video.c: (gst_video_format_new_caps),
3263           (gst_video_format_to_fourcc), (gst_video_format_get_row_stride),
3264           (gst_video_format_get_pixel_stride),
3265           (gst_video_format_get_component_width),
3266           (gst_video_format_get_component_height),
3267           (gst_video_format_get_component_offset), (gst_video_format_get_size),
3268           (gst_video_format_convert):
3269           Add guards to these functions to ensure sane input values.
3270
3271         * tests/check/libs/video.c:
3272           Fix unit test not to create caps with width=0 and height=0.
3273
3274 2008-04-11  Wim Taymans  <wim.taymans@collabora.co.uk>
3275
3276         * docs/design/draft-keyframe-force.txt:
3277         Fix typo.
3278
3279         * gst/playback/gstqueue2.c: (update_buffering),
3280         (gst_queue_handle_src_query):
3281         Set buffering mode in the messages.
3282         Set buffering percent in the query.
3283
3284         * tests/examples/seek/seek.c: (update_fill), (msg_state_changed),
3285         (do_stream_buffering), (do_download_buffering), (msg_buffering):
3286         Do some more fancy things based on the buffering method in use.
3287
3288 2008-04-09  Wim Taymans  <wim.taymans@collabora.co.uk>
3289
3290         * tests/examples/seek/seek.c: (update_fill), (set_update_fill),
3291         (play_cb), (pause_cb), (stop_cb), (msg_state_changed),
3292         (msg_buffering), (main):
3293         Add basic download reports to seek using the new buffering API.
3294
3295 2008-04-09  Wim Taymans  <wim.taymans@collabora.co.uk>
3296
3297         * gst/playback/gstqueue2.c: (update_buffering),
3298         (gst_queue_close_temp_location_file), (gst_queue_handle_src_query),
3299         (gst_queue_src_checkgetrange_function):
3300         Include extra buffering stats in the buffering message.
3301         Implement BUFFERING query.
3302
3303         * gst/playback/gsturidecodebin.c: (do_async_start),
3304         (do_async_done), (type_found), (setup_streaming), (setup_source),
3305         (gst_uri_decode_bin_change_state):
3306         Only add decodebin2 when the type is found in streaming mode.
3307         Make uridecodebin async to PAUSED even when we don't have decodebin2
3308         added yet.
3309
3310 2008-04-09  Sebastian Dröge  <slomo@circular-chaos.org>
3311
3312         * ext/gio/gstgio.c: (gst_gio_get_supported_protocols):
3313         Filter cdda from the supported URI schemes. We can't support
3314         musicbrainz tags and everything else one expects from a cdda source
3315         with GIO. Fixes bug #526794.
3316
3317 2008-04-07  Jan Schmidt  <jan.schmidt@sun.com>
3318
3319         * sys/xvimage/xvimagesink.c (gst_xvimagesink_xvimage_new),
3320         (gst_xvimagesink_buffer_alloc):
3321         Fix calculation of 'expected size' for YV12 buffers.
3322         Be a little more verbose in the debug output for buffer-alloc'ed
3323         buffers which turn out to have the wrong size.
3324
3325 2008-04-07  Tim-Philipp Müller  <tim at centricular dot net>
3326
3327         * NEWS:
3328         * RELEASE:
3329         * gst-plugins-base.doap:
3330           Merge other changes from 0.10.19 release branch.
3331
3332 2008-04-06  Tim-Philipp Müller  <tim at centricular dot net>
3333
3334         * gst-libs/gst/audio/gstbaseaudiosink.c:
3335           (gst_base_audio_sink_class_init):
3336         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3337           (gst_base_audio_src_class_init):
3338         * gst/playback/gstplayback.c: (plugin_init):
3339         * gst/volume/gstvolume.c: (plugin_init):
3340           Work around missing bits of thread-safety on older GLibs some
3341           more to avoid assertions when starting up multiple playbin
3342           objects concurrently (see #512382).
3343
3344 2008-04-06  Tim-Philipp Müller  <tim at centricular dot net>
3345
3346         * gst-libs/gst/pbutils/missing-plugins.c: (copy_and_clean_caps):
3347           Remove some more fields.
3348
3349 2008-04-06  Sebastian Dröge  <slomo@circular-chaos.org>
3350
3351         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
3352
3353         * configure.ac:
3354         Actually build dlls when cross-compiling with mingw32.
3355         Fixes bug #526247.
3356
3357 2008-04-03  Tim-Philipp Müller  <tim at centricular dot net>
3358
3359         * configure.ac:
3360           Bump version to 0.10.19.1 after the unplanned 0.10.19 release.
3361
3362 2008-04-03  Wim Taymans  <wim.taymans@collabora.co.uk>
3363
3364         * tests/examples/seek/seek.c: (play_cb), (pause_cb), (stop_cb),
3365         (msg_buffering), (connect_bus_signals), (main):
3366         Add statusbar.
3367         Add buffering support with feedback in the statusbar.
3368
3369 2008-04-03  Tim-Philipp Müller  <tim at centricular dot net>
3370
3371         * ext/ogg/gstoggmux.c:
3372           Fix sample pipeline description.
3373
3374 2008-04-03  Stefan Kost  <ensonic@users.sf.net>
3375
3376         * docs/plugins/Makefile.am:
3377         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
3378         * docs/plugins/gst-plugins-base-plugins-overrides.txt:
3379         * docs/plugins/gst-plugins-base-plugins-sections.txt:
3380           Add playbin, playbin2, decodebin, decodebin2, uridecodebin and oggmux
3381
3382         * docs/plugins/gst-plugins-base-plugins.args:
3383         * docs/plugins/gst-plugins-base-plugins.hierarchy:
3384         * docs/plugins/gst-plugins-base-plugins.interfaces:
3385         * docs/plugins/gst-plugins-base-plugins.prerequisites:
3386         * docs/plugins/inspect/plugin-adder.xml:
3387         * docs/plugins/inspect/plugin-alsa.xml:
3388         * docs/plugins/inspect/plugin-audioconvert.xml:
3389         * docs/plugins/inspect/plugin-audiorate.xml:
3390         * docs/plugins/inspect/plugin-audioresample.xml:
3391         * docs/plugins/inspect/plugin-audiotestsrc.xml:
3392         * docs/plugins/inspect/plugin-cdparanoia.xml:
3393         * docs/plugins/inspect/plugin-decodebin.xml:
3394         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
3395         * docs/plugins/inspect/plugin-gdp.xml:
3396         * docs/plugins/inspect/plugin-gnomevfs.xml:
3397         * docs/plugins/inspect/plugin-libvisual.xml:
3398         * docs/plugins/inspect/plugin-ogg.xml:
3399         * docs/plugins/inspect/plugin-pango.xml:
3400         * docs/plugins/inspect/plugin-playback.xml:
3401         * docs/plugins/inspect/plugin-queue2.xml:
3402         * docs/plugins/inspect/plugin-subparse.xml:
3403         * docs/plugins/inspect/plugin-tcp.xml:
3404         * docs/plugins/inspect/plugin-theora.xml:
3405         * docs/plugins/inspect/plugin-typefindfunctions.xml:
3406         * docs/plugins/inspect/plugin-uridecodebin.xml:
3407         * docs/plugins/inspect/plugin-video4linux.xml:
3408         * docs/plugins/inspect/plugin-videorate.xml:
3409         * docs/plugins/inspect/plugin-videoscale.xml:
3410         * docs/plugins/inspect/plugin-videotestsrc.xml:
3411         * docs/plugins/inspect/plugin-volume.xml:
3412         * docs/plugins/inspect/plugin-vorbis.xml:
3413         * docs/plugins/inspect/plugin-ximagesink.xml:
3414         * docs/plugins/inspect/plugin-xvimagesink.xml:
3415           Update introspection data.
3416
3417         * ext/ogg/gstoggmux.c:
3418           Document oggmux.
3419
3420         * gst/playback/gstdecodebin2.c:
3421           Don't use gtk-doc style comment start for private stuff, but make it
3422           formatted like this for consistency.
3423
3424 2008-04-03  Wim Taymans  <wim.taymans@collabora.co.uk>
3425
3426         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
3427         (gst_decode_bin_init), (gst_decode_bin_dispose),
3428         (gst_decode_bin_set_sink_caps), (gst_decode_bin_get_sink_caps),
3429         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
3430         (analyze_new_pad), (connect_pad), (expose_pad),
3431         (gst_decode_group_new), (gst_decode_group_control_demuxer_pad),
3432         (gst_decode_group_expose), (gst_decode_group_free),
3433         (do_async_start), (do_async_done), (gst_decode_bin_change_state):
3434         Remove fakesink hack, we can now implement this more elegantly.
3435         Added property to bypass typefinding.
3436         Removed underrun callback and demuxer pad probe, we now use the srcpad
3437         probe to expose groups.
3438         API::sink-caps property
3439
3440         * gst/playback/gstplaybin2.c: (no_more_pads_cb):
3441         Guard against multiple emissions of the no_more_pads signal, which
3442         happens when we are dealing with chained oggs.
3443
3444         * gst/playback/gsturidecodebin.c: (remove_decoders),
3445         (make_decoder), (type_found), (setup_streaming), (source_new_pad),
3446         (setup_source):
3447         For streams, use our own typefind element and plug our queue after it.
3448         We will need this to determine the type of buffering to use for the
3449         queue soon.
3450
3451 2008-04-03  Wim Taymans  <wim.taymans@collabora.co.uk>
3452
3453         * gst-libs/gst/audio/gstbaseaudiosink.c:
3454         (gst_base_audio_sink_skew_slaving), (gst_base_audio_sink_render):
3455         Guard against over and underflows because of clock slaving.
3456         When we are using our own clock, still compensate for any calibrations
3457         that we might have done to our clock.
3458
3459 2008-04-03  Wim Taymans  <wim.taymans@collabora.co.uk>
3460
3461         * ext/theora/theoradec.c: (theora_handle_type_packet),
3462         (theora_dec_chain):
3463         Don't try to do anything fancy with the return code from pushing an
3464         event, it does not have enough information to turn it into a
3465         GST_FLOW_ERROR.
3466
3467 2008-04-03  Wim Taymans  <wim.taymans@collabora.co.uk>
3468
3469         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_reset),
3470         (gst_ogg_demux_chain_elem_pad):
3471         Add small debug line.
3472         Pass return code from the internal decoder instead of the too generic
3473         GST_FLOW_ERROR.
3474
3475 2008-04-03  Sebastian Dröge  <slomo@circular-chaos.org>
3476
3477         * gst-libs/gst/cdda/Makefile.am:
3478         * gst-libs/gst/cdda/base64.c:
3479         * gst-libs/gst/cdda/base64.h:
3480         * gst-libs/gst/cdda/gstcddabasesrc.c:
3481         (gst_cddabasesrc_calculate_musicbrainz_discid):
3482         Use GLib's base64 implementation instead of our own.
3483
3484 2008-04-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3485
3486         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
3487         (gst_ogg_demux_read_chain):
3488         Refix oggdemux, we only have a problem if we failed to find a chain and
3489         we are not EOF.
3490
3491 2008-04-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3492
3493         Patch by: Victor STINNER <victor dot stinner at haypocalc dot com>
3494
3495         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
3496         (gst_ogg_demux_read_chain):
3497         When we fail to find a BOS page and we and up with no chain, error out
3498         properly instead of segfaulting. Fixes #525665.
3499
3500 2008-04-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3501
3502         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
3503         (gst_ogg_demux_read_chain), (gst_ogg_demux_handle_page):
3504         The new-pad-group sequence is add-pads, no-more-pads, add-pads,
3505         no-more-pads...
3506
3507 2008-04-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3508
3509         * gst/playback/gstqueue2.c: (update_out_rates),
3510         (gst_queue_open_temp_location_file),
3511         (gst_queue_close_temp_location_file), (gst_queue_handle_src_event),
3512         (gst_queue_handle_src_query), (gst_queue_set_property):
3513         Update the estimated input data when we push out a buffer.
3514         Add some debug info about the temp file.
3515         Only forward src events when we are not using a temp file.
3516         Don't block the duration query, we need to find something better.
3517         Don't leak the temp filename.
3518
3519 2008-04-01  Sebastian Dröge  <slomo@circular-chaos.org>
3520
3521         * configure.ac:
3522         Require GLib 2.12 and liboil 0.3.14.
3523
3524         * gst/volume/gstvolume.c: (volume_process_double):
3525         Unconditionally use liboil 0.3.14 function.
3526
3527 2008-03-31  Wim Taymans  <wim.taymans@collabora.co.uk>
3528
3529         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
3530         ms-gsm can have arbitrarty sample rates. See #481354.
3531
3532 2008-03-28  Wim Taymans  <wim.taymans@collabora.co.uk>
3533
3534         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
3535         MP4S is generic MPEG-4, not a microsoft variant.
3536
3537 2008-03-27  Michael Smith <msmith@fluendo.com>
3538
3539         * gst/gdp/gstgdpdepay.c: (gst_gdp_depay_chain):
3540           Check the body CRC (if set) when depayloading.
3541           Fixes #522401.
3542
3543 2008-03-24  Tim-Philipp Müller  <tim at centricular dot net>
3544
3545         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init):
3546           Fix Since: version for new property.
3547
3548 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3549
3550         * gst-libs/gst/rtsp/gstrtspconnection.c:
3551         (gst_rtsp_connection_connect), (gst_rtsp_connection_write),
3552         (gst_rtsp_connection_read_internal), (gst_rtsp_connection_poll):
3553         Don't error when poll_wait returns EAGAIN.
3554
3555 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3556
3557         * gst/playback/gstqueue2.c: (gst_queue_is_filled):
3558         The queue is never filled when there are no buffers in the queue at all.
3559         Fixes #523993.
3560
3561 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3562
3563         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
3564         (init_group), (free_group), (gst_play_bin_init),
3565         (gst_play_bin_finalize), (gst_play_bin_set_uri),
3566         (gst_play_bin_set_suburi), (gst_play_bin_get_video_tags),
3567         (gst_play_bin_get_audio_tags), (gst_play_bin_get_text_tags),
3568         (gst_play_bin_set_current_video_stream),
3569         (gst_play_bin_set_current_audio_stream),
3570         (gst_play_bin_set_current_text_stream),
3571         (gst_play_bin_set_encoding), (gst_play_bin_set_property),
3572         (gst_play_bin_get_property), (pad_added_cb), (pad_removed_cb),
3573         (no_more_pads_cb), (perform_eos), (autoplug_select_cb),
3574         (activate_group), (deactivate_group), (setup_next_source),
3575         (save_current_group), (gst_play_bin_change_state):
3576         Update some docs.
3577         Add new locks and conds to protect pipeline creation and group
3578         switching.
3579         Implement the sub-uri property.
3580         Keep track of pending uridecodebin creation and configure the output
3581         pipeline after all streams are configured.
3582         Propagate subtitle encoding to the uridecodebins.
3583         Implement getting the video/audio/visualisation elements.
3584         Use input-selector for stream switching.
3585         If we are asked to do visualisation, prefer to autoplug raw sinks
3586         instead of sinks that accept encoded data.
3587
3588 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3589
3590         * gst/playback/gstplaysink.c: (gst_play_sink_class_init),
3591         (gst_play_sink_init), (gst_play_sink_dispose),
3592         (gst_play_sink_set_video_sink), (gst_play_sink_get_video_sink),
3593         (gst_play_sink_set_audio_sink), (gst_play_sink_get_audio_sink),
3594         (gst_play_sink_vis_unblocked), (gst_play_sink_vis_blocked),
3595         (gst_play_sink_set_vis_plugin), (gst_play_sink_get_vis_plugin),
3596         (gst_play_sink_set_volume), (gst_play_sink_get_volume),
3597         (gst_play_sink_set_mute), (gen_video_chain), (gen_text_chain),
3598         (gen_audio_chain), (gen_vis_chain), (gst_play_sink_reconfigure),
3599         (gst_play_sink_set_font_desc), (gst_play_sink_get_font_desc),
3600         (gst_play_sink_send_event_to_sink), (gst_play_sink_change_state):
3601         * gst/playback/gstplaysink.h:
3602         Add methods to get audio/video/vis elements.
3603         Add methods to set the font description for the overlay.
3604         Remove properties, we're using this element with its methods only.
3605         Add support for subtitles.
3606         Rearrange the locking a bit to not use the object lock for protecting
3607         the pipeline construction.
3608         Try to use the volume and mute property on the sink when its available.
3609         Implement the mute option with volume when the sink does not have a mute
3610         property.
3611         Only add volume element when the sink has no volume property.
3612         Only do visualisations with raw audio pads.
3613
3614 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3615
3616         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init),
3617         (gst_text_overlay_init), (gst_text_overlay_set_property),
3618         (gst_text_overlay_get_property), (gst_text_overlay_src_event),
3619         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
3620         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
3621         (gst_text_overlay_change_state):
3622         * ext/pango/gsttextoverlay.h:
3623         Add property to configure waiting for text on the textpad or not, with
3624         the default behaviour being the old one (always wait for text before
3625         rendering the video). This default behaviour is usually not the best one
3626         because the text stream can very sparse and could require queueing a lot
3627         of video.
3628         Fix the flushing and EOS handing so that we don't mix up their meaning.
3629
3630 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3631
3632         * gst/playback/gsturidecodebin.c:
3633         (gst_uri_decode_bin_autoplug_factories),
3634         (gst_uri_decode_bin_class_init), (gst_uri_decode_bin_init),
3635         (gst_uri_decode_bin_finalize), (gst_uri_decode_bin_set_encoding),
3636         (gst_uri_decode_bin_set_property),
3637         (gst_uri_decode_bin_get_property), (no_more_pads_full),
3638         (new_decoded_pad_cb), (gen_source_element), (remove_decoders),
3639         (proxy_autoplug_factories_signal), (make_decoder),
3640         (source_new_pad), (setup_source):
3641         Add a readonly source property and notify.
3642         Add new lock for protecting the construction of the pipeline.
3643         Keep track of the decodebins we plugged.
3644         Correctly proxy the autoplug signal so that it actually continues.
3645         Proxy subtitle-encoding to the decodebins.
3646
3647 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3648
3649         * tests/examples/seek/seek.c: (audio_toggle_cb), (video_toggle_cb),
3650         (text_toggle_cb), (update_streams), (main):
3651         Rearrange some buttons in playbin2 and make some other boxes insensitive
3652         when needed.
3653         Add language codes to subtitle selection boxes when we gind the right
3654         tags for the streams.
3655
3656 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3657
3658         * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose),
3659         (gst_decode_bin_set_caps), (gst_decode_bin_get_caps),
3660         (gst_decode_bin_set_subs_encoding),
3661         (gst_decode_bin_get_subs_encoding),
3662         (gst_decode_bin_autoplug_factories), (connect_pad), (are_raw_caps),
3663         (deactivate_free_recursive):
3664         Protect caps property with the object lock.
3665         Protect encoding property with the object lock.
3666         Keep list of elements we added that have the subtitle-encoding property.
3667         Distribute the subtitle-encoding to all of the elements when it
3668         changes.
3669
3670 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3671
3672         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_release):
3673         Small debug improvement.
3674
3675         * gst-libs/gst/audio/gstbaseaudiosink.c:
3676         (gst_base_audio_sink_render):
3677         Fix bug in determining the sample start/stop position, we want to base
3678         this decision on the fact that we are going forwards or backwards, not
3679         slower or faster. This fixes some ugly resync warnings when playing at
3680         very slow speeds.
3681
3682 2008-03-23  Sebastian Dröge  <slomo@circular-chaos.org>
3683
3684         * ext/gio/gstgio.c: (gst_gio_get_supported_protocols):
3685         Correctly set the supported URI schemes and don't leave
3686         some schemes in the middle or at the start at NULL.
3687
3688 2008-03-23  Tim-Philipp Müller  <tim at centricular dot net>
3689
3690         * tests/check/elements/gdpdepay.c:
3691           Make test compile without unused function/variable warnings on PPC.
3692  
3693 2008-03-22  Sebastian Dröge  <slomo@circular-chaos.org>
3694
3695         * configure.ac:
3696         * ext/alsa/gstalsamixerelement.c:
3697         (gst_alsa_mixer_element_class_init):
3698         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init):
3699         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init):
3700         * ext/cdparanoia/gstcdparanoiasrc.c:
3701         (gst_cd_paranoia_src_class_init):
3702         * ext/gio/gstgiosink.c: (gst_gio_sink_class_init):
3703         * ext/gio/gstgiosrc.c: (gst_gio_src_class_init):
3704         * ext/gio/gstgiostreamsink.c: (gst_gio_stream_sink_class_init):
3705         * ext/gio/gstgiostreamsrc.c: (gst_gio_stream_src_class_init):
3706         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
3707         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init):
3708         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init):
3709         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init):
3710         * ext/pango/gsttextrender.c: (gst_text_render_class_init):
3711         * ext/theora/theoradec.c: (gst_theora_dec_class_init):
3712         * ext/theora/theoraenc.c: (gst_theora_enc_class_init):
3713         * ext/theora/theoraparse.c: (gst_theora_parse_class_init):
3714         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_class_init):
3715         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
3716         (gst_audio_filter_template_class_init):
3717         * gst-libs/gst/audio/gstbaseaudiosink.c:
3718         (gst_base_audio_sink_class_init):
3719         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3720         (gst_base_audio_src_class_init):
3721         * gst-libs/gst/cdda/gstcddabasesrc.c:
3722         (gst_cdda_base_src_class_init):
3723         * gst-libs/gst/interfaces/mixertrack.c:
3724         (gst_mixer_track_class_init):
3725         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3726         (gst_base_rtp_depayload_class_init):
3727         * gst-libs/gst/rtp/gstbasertppayload.c:
3728         (gst_basertppayload_class_init):
3729         * gst/audioconvert/gstaudioconvert.c:
3730         (gst_audio_convert_class_init):
3731         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_class_init):
3732         * gst/audioresample/gstaudioresample.c:
3733         (gst_audioresample_class_init):
3734         * gst/audiotestsrc/gstaudiotestsrc.c:
3735         (gst_audio_test_src_class_init):
3736         * gst/gdp/gstgdppay.c: (gst_gdp_pay_class_init):
3737         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init):
3738         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
3739         (preroll_unlinked):
3740         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
3741         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init):
3742         * gst/playback/gstplaysink.c: (gst_play_sink_class_init):
3743         * gst/playback/gstqueue2.c: (gst_queue_class_init):
3744         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init):
3745         * gst/playback/gststreamselector.c: (gst_selector_pad_class_init),
3746         (gst_stream_selector_class_init):
3747         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init):
3748         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
3749         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
3750         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
3751         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_class_init):
3752         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_class_init):
3753         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_class_init):
3754         * gst/videorate/gstvideorate.c: (gst_video_rate_class_init):
3755         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init):
3756         * gst/videotestsrc/gstvideotestsrc.c:
3757         (gst_video_test_src_class_init):
3758         * gst/volume/gstvolume.c: (gst_volume_class_init):
3759         * sys/v4l/gstv4lelement.c: (gst_v4lelement_class_init):
3760         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
3761         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
3762         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init):
3763         * sys/ximage/ximagesink.c: (gst_ximagesink_class_init):
3764         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_class_init):
3765         Use G_PARAM_STATIC_STRINGS everywhere for GParamSpecs that use
3766         static strings (i.e. all). This gives us less memory usage,
3767         fewer allocations and thus less memory defragmentation. Depend
3768         on core CVS for this. Fixes bug #523806.
3769
3770 2008-03-22  Sebastian Dröge  <slomo@circular-chaos.org>
3771
3772         * ext/gio/gstgio.c: (gst_gio_get_supported_protocols):
3773         Filter http and https protocols. GIO/GVfs handles them but it's
3774         impossible to implement iradio/icecast with it. Better use
3775         souphttpsrc or something else for this.
3776
3777         * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_get_size):
3778         If getting the file informations by a query fails try it with the
3779         seek-to-end trick too.
3780
3781 2008-03-21  Sebastian Dröge  <slomo@circular-chaos.org>
3782
3783         * gst/volume/gstvolume.c: (gst_volume_interface_supported),
3784         (gst_volume_base_init), (gst_volume_class_init),
3785         (volume_process_double), (volume_process_float),
3786         (volume_transform_ip), (plugin_init):
3787         memset buffers to zero if we get a GAP buffer. We usually see a
3788         buffer as one unit so let's handle it as one and don't care about
3789         volume changes while processing one buffer.
3790         Also clean up some stuff a bit.
3791
3792 2008-03-21  Sebastian Dröge  <slomo@circular-chaos.org>
3793
3794         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
3795         (gst_audio_convert_create_silence_buffer),
3796         (gst_audio_convert_transform):
3797         Make audioconvert GAP-aware by outputting silence buffers when the
3798         input has the GAP flag set. This is up to 8x faster.
3799         Based on a patch by Stefan Kost. Fixes bug #517813.
3800
3801 2008-03-21  Sebastian Dröge  <slomo@circular-chaos.org>
3802
3803         * gst/volume/gstvolume.c: (volume_process_double):
3804         Use oil_scalarmultiply_f64_ns() for double processing when it's
3805         available at compile time.
3806
3807 2008-03-21  Sebastian Dröge  <slomo@circular-chaos.org>
3808
3809         * configure.ac:
3810         Fix lrint/lrintf checks to actually work. These functions are
3811         in libm on Linux at least so try to link to it.
3812
3813 2008-03-21  Jan Schmidt  <jan.schmidt@sun.com>
3814
3815         * configure.ac:
3816         Back to development - 0.10.18.1
3817
3818 === release 0.10.18 ===
3819
3820 2008-03-20  Jan Schmidt <jan.schmidt@sun.com>
3821
3822         * configure.ac:
3823           releasing 0.10.18, "I will follow"
3824
3825 2008-03-18  Jan Schmidt  <jan.schmidt@sun.com>
3826
3827         * configure.ac:
3828         * win32/common/config.h:
3829         0.10.17.4 pre-release
3830
3831 2008-03-18  Wim Taymans  <wim.taymans@collabora.co.uk>
3832
3833         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_message_dump):
3834         Use GST_STR_NULL when trying to print strings that could be NULL because
3835         this might crash on some platforms. See #520808.
3836
3837 2008-03-18  Wim Taymans  <wim.taymans@collabora.co.uk>
3838
3839         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
3840
3841         * gst-libs/gst/rtsp/gstrtspconnection.c:
3842         (gst_rtsp_connection_connect), (gst_rtsp_connection_write),
3843         (read_line), (gst_rtsp_connection_read_internal):
3844         Generic Windows fixes that makes libgstrtsp work on Windows when
3845         coupled with the new GstPoll API. See #520808.
3846
3847 2008-03-17  Sebastian Dröge  <slomo@circular-chaos.org>
3848
3849         Patch by: Milosz Derezynski <internalerror at gmail dot com>
3850
3851         * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_create):
3852           If seeking to a new position succeeds don't simply return from
3853           create() without creating a buffer. Do this only in the case
3854           seeking to the new position fails. Fixes bug #523054.
3855
3856 2008-03-17  Tim-Philipp Müller  <tim at centricular dot net>
3857
3858         * gst-libs/gst/video/video.c: (gst_video_format_parse_caps),
3859           (gst_video_format_from_rgba32_masks):
3860           Fix gst_video_format_parse_caps() for RGB caps with alpha channel
3861           (#522635).
3862
3863         * tests/check/libs/video.c: (test_parse_caps_rgb), (video_suite):
3864           Add unit test for the RGB caps parsing and creation, checking for
3865           internal consistency of the new API and consistency of the API with
3866           the old GST_VIDEO_CAPS_* defines.
3867
3868 2008-03-14  David Schleef  <ds@schleef.org>
3869
3870         * gst/videotestsrc/videotestsrc.c:  Oops, revert last change
3871           because -base is in freeze.
3872
3873 2008-03-14  David Schleef  <ds@schleef.org>
3874
3875         Patch by: William M. Brack
3876
3877         * gst/videotestsrc/videotestsrc.c: Fix Bayer pattern generation.
3878
3879 2008-03-14  Wim Taymans  <wim.taymans@collabora.co.uk>
3880
3881         * gst/playback/gststreamselector.c: (gst_selector_pad_event),
3882         (gst_selector_pad_chain):
3883         * gst/playback/gststreamselector.h:
3884         Revert change that caused regression until a real fix is found.
3885         Fixes #522203.
3886
3887 2008-03-12  Michael Smith <msmith@fluendo.com>
3888
3889         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps):
3890         * gst-libs/gst/audio/gstringbuffer.h:
3891           Rename recently added buffer types to make more sense.
3892         * ext/alsa/gstalsasink.c: (alsasink_parse_spec),
3893         (gst_alsasink_write):
3894           Adapt for above API changes.
3895           Fixes bug #520523.
3896
3897 2008-03-11  Sebastian Dröge  <slomo@circular-chaos.org>
3898
3899         * win32/common/libgstnetbuffer.def:
3900         Add new symbol gst_netaddress_equal. Fixes bug #521743.
3901
3902 2008-03-11  Jan Schmidt  <jan.schmidt@sun.com>
3903
3904         * configure.ac:
3905         * win32/common/config.h:
3906         0.10.17.3 pre-release
3907
3908 2008-03-10  Wim Taymans  <wim.taymans@collabora.co.uk>
3909
3910         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3911         (gst_base_audio_src_create):
3912         Fix duration when no clock was provided. Fixes #520300.
3913
3914 2008-03-07  Wim Taymans  <wim.taymans@collabora.co.uk>
3915
3916         Patch by: Olivier Crete  <tester at tester ca>
3917
3918         * docs/libs/gst-plugins-base-libs-sections.txt:
3919         * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netaddress_equal):
3920         * gst-libs/gst/netbuffer/gstnetbuffer.h:
3921         Add trivial function to compare GstNetAddress. See #520626.
3922         API: GstNetBuffer::gst_netaddress_equal
3923
3924 2008-03-07  Wim Taymans  <wim.taymans@collabora.co.uk>
3925
3926         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
3927         Update mode property docs, it's deprecated now.
3928
3929 2008-03-07  Wim Taymans  <wim.taymans@collabora.co.uk>
3930
3931         * gst-libs/gst/rtsp/gstrtspconnection.c:
3932         (gst_rtsp_connection_create):
3933         * gst/tcp/gstmultifdsink.c: (gst_fdset_mode_get_type),
3934         (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_start):
3935         * gst/tcp/gstmultifdsink.h:
3936         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_start):
3937         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_start):
3938         Remove GstPollMode from gstpoll constructor.
3939
3940 2008-03-04  Jan Schmidt  <jan.schmidt@sun.com>
3941
3942         * configure.ac:
3943         * win32/common/config.h:
3944         0.10.17.2 pre-release
3945
3946 2008-03-03  Jan Schmidt  <jan.schmidt@sun.com>
3947
3948         * gst/Makefile.am:
3949         GST_PLUGINS_ALL correctly lists subparse and tcp now, don't distclean
3950         them twice
3951
3952         * win32/common/libgstinterfaces.def:
3953         * win32/common/libgstrtp.def:
3954         Add new API to the defs
3955
3956 2008-03-03  Peter Kjellerstedt  <pkj@axis.com>
3957
3958         Patch by: Mersad Jelacic  <mersad at axis dot com>
3959
3960         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
3961         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
3962         API: add gst_base_rtp_audio_payload_set_samplebits_options() to make it
3963         possible to specify the sample size in bits. (#509637)
3964
3965 2008-03-03  Tim-Philipp Müller  <tim at centricular dot net>
3966
3967         * tests/check/libs/mixer.c:
3968           Add a few simple checks for the new message types.
3969
3970 2008-03-03  Tim-Philipp Müller  <tim at centricular dot net>
3971
3972         * docs/libs/gst-plugins-base-libs-sections.txt:
3973         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_option_changed),
3974           (gst_mixer_options_list_changed), (gst_mixer_mixer_changed),
3975           (gst_mixer_message_get_type),
3976           (gst_mixer_message_parse_option_changed),
3977           (gst_mixer_message_parse_options_list_changed):
3978         * gst-libs/gst/interfaces/mixer.h: (GstMixerType),
3979           (GST_MIXER_MESSAGE_OPTION_CHANGED),
3980           (GST_MIXER_MESSAGE_OPTIONS_LIST_CHANGED),
3981           (GST_MIXER_MESSAGE_MIXER_CHANGED):
3982           API: add gst_mixer_options_list_changed(), gst_mixer_mixer_changed()
3983           and gst_mixer_message_parse_options_list_changed(). Fixes #519916.
3984
3985 2008-03-03  Tim-Philipp Müller  <tim at centricular dot net>
3986
3987         * gst-libs/gst/interfaces/mixeroptions.c: (gst_mixer_options_init),
3988           (gst_mixer_options_get_values):
3989         * gst-libs/gst/interfaces/mixeroptions.h:
3990           (GST_MIXER_OPTIONS_GET_CLASS), (GstMixerOptionsClass),
3991           (_GstMixerOptions), (_GstMixerOptionsClass):
3992           API: add GstMixerOptions::get_values vfunc (#519906)
3993
3994 2008-03-03  Peter Kjellerstedt  <pkj@axis.com>
3995
3996         * configure.ac:
3997         Use AG_GST_CHECK_PLUGIN and AG_GST_DISABLE_PLUGIN to simplify which
3998         plug-ins are included/excluded. (#498222)
3999
4000 2008-03-03  Sebastian Dröge  <slomo@circular-chaos.org>
4001
4002         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
4003         Add typefinder for IMelody files, using audio/x-imelody.
4004         See bug #519516.
4005
4006 2008-03-03  Sebastian Dröge  <slomo@circular-chaos.org>
4007
4008         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_get_type):
4009         * ext/alsa/gstalsasink.c: (set_hwparams):
4010         * ext/alsa/gstalsasrc.c: (set_hwparams):
4011         * ext/gio/gstgio.c: (gst_gio_uri_handler_get_uri):
4012         * ext/ogg/gstoggmux.h:
4013         * ext/ogg/gstogmparse.c:
4014         * gst-libs/gst/audio/audio.c:
4015         * gst-libs/gst/fft/kiss_fft_f64.c: (kiss_fft_f64_alloc):
4016         * gst-libs/gst/pbutils/missing-plugins.c:
4017         (gst_missing_uri_sink_message_new),
4018         (gst_missing_element_message_new),
4019         (gst_missing_decoder_message_new),
4020         (gst_missing_encoder_message_new):
4021         * gst-libs/gst/rtp/gstbasertppayload.c:
4022         * gst-libs/gst/rtp/gstrtcpbuffer.c:
4023         (gst_rtcp_packet_bye_get_reason):
4024         * gst/audioconvert/gstaudioconvert.c:
4025         * gst/audioresample/gstaudioresample.c:
4026         * gst/ffmpegcolorspace/imgconvert.c:
4027         * gst/playback/test.c: (gen_video_element), (gen_audio_element):
4028         * gst/typefind/gsttypefindfunctions.c:
4029         * gst/videoscale/vs_4tap.c:
4030         * gst/videoscale/vs_4tap.h:
4031         * sys/v4l/gstv4lelement.c:
4032         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_any_caps):
4033         * sys/v4l/v4l_calls.c:
4034         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init),
4035         (gst_v4lsrc_try_capture):
4036         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
4037         (gst_ximagesink_ximage_new):
4038         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
4039         (gst_xvimagesink_xvimage_new):
4040         * tests/check/elements/audioconvert.c:
4041         * tests/check/elements/audioresample.c:
4042         (fail_unless_perfect_stream):
4043         * tests/check/elements/audiotestsrc.c: (setup_audiotestsrc):
4044         * tests/check/elements/decodebin.c:
4045         * tests/check/elements/gdpdepay.c: (setup_gdpdepay),
4046         (setup_gdpdepay_streamheader):
4047         * tests/check/elements/gdppay.c: (setup_gdppay), (GST_START_TEST),
4048         (setup_gdppay_streamheader):
4049         * tests/check/elements/gnomevfssink.c: (setup_gnomevfssink):
4050         * tests/check/elements/multifdsink.c: (setup_multifdsink):
4051         * tests/check/elements/textoverlay.c:
4052         * tests/check/elements/videorate.c: (setup_videorate):
4053         * tests/check/elements/videotestsrc.c: (setup_videotestsrc):
4054         * tests/check/elements/volume.c: (setup_volume):
4055         * tests/check/elements/vorbisdec.c: (setup_vorbisdec):
4056         * tests/check/elements/vorbistag.c:
4057         * tests/check/generic/clock-selection.c:
4058         * tests/check/generic/states.c: (setup), (teardown):
4059         * tests/check/libs/cddabasesrc.c:
4060         * tests/check/libs/video.c:
4061         * tests/check/pipelines/gio.c:
4062         * tests/check/pipelines/oggmux.c:
4063         * tests/check/pipelines/simple-launch-lines.c:
4064         (simple_launch_lines_suite):
4065         * tests/check/pipelines/streamheader.c:
4066         * tests/check/pipelines/theoraenc.c:
4067         * tests/check/pipelines/vorbisdec.c:
4068         * tests/check/pipelines/vorbisenc.c:
4069         * tests/examples/seek/scrubby.c:
4070         * tests/examples/seek/seek.c: (query_positions_elems),
4071         (query_positions_pads):
4072         * tests/icles/stress-xoverlay.c: (myclock):
4073         Correct all relevant warnings found by the sparse semantic code
4074         analyzer. This include marking several symbols static, using
4075         NULL instead of 0 for pointers and using "foo (void)" instead
4076         of "foo ()" for declarations.
4077
4078         * win32/common/libgstrtp.def:
4079         Add gst_rtp_buffer_set_extension_data to the symbol definition file.
4080
4081 2008-03-02  Tim-Philipp Müller  <tim at centricular dot net>
4082
4083         Patch by: José Alburquerque <jaalburqu svn gnome org>
4084
4085         * gst/playback/gstplaybin2.c:
4086           Make the function signature of the _get_*_tags() functions match
4087           the signature of the vfuncs they implement, ie. return a
4088           GstTagList rather than a GstStructure, which is more correct,
4089           even if one is typedef'ed to the other (#518940).
4090
4091 2008-03-02  Tim-Philipp Müller  <tim at centricular dot net>
4092
4093         * gst-libs/gst/rtsp/gstrtspconnection.c:
4094           Don't include unix headers unconditionally (fixes #518037).
4095
4096 2008-03-02  Tim-Philipp Müller  <tim at centricular dot net>
4097
4098         * tests/check/libs/video.c: (paintinfo), (paintinfo_struct),
4099           (fourcc_list_struct), (fourcc_list), (fourcc_get_size),
4100           (paint_setup_I420), (paint_setup_YV12), (paint_setup_AYUV),
4101           (paint_setup_YUY2), (paint_setup_UYVY), (paint_setup_YVYU),
4102           (paint_setup_IYU2), (paint_setup_Y41B), (paint_setup_Y42B),
4103           (paint_setup_Y800), (paint_setup_YVU9), (paint_setup_YUV9),
4104           (gst_video_format_is_packed), (video_format_is_packed):
4105           Add unit test that makes sure that the strides, offsets and
4106           sizes returned for the various YUV formats by the new video API
4107           match the old reference implementation in videotestsrc.
4108
4109 2008-03-02  Tim-Philipp Müller  <tim at centricular dot net>
4110
4111         * gst-libs/gst/video/video.c: (gst_video_calculate_display_ratio),
4112           (gst_video_format_from_fourcc), (gst_video_format_to_fourcc),
4113           (gst_video_format_is_rgb), (gst_video_format_is_yuv),
4114           (gst_video_format_has_alpha), (gst_video_format_get_row_stride),
4115           (gst_video_format_get_pixel_stride),
4116           (gst_video_format_get_component_width),
4117           (gst_video_format_get_component_height),
4118           (gst_video_format_get_component_offset), (gst_video_format_get_size):
4119         * gst-libs/gst/video/video.h: (GST_VIDEO_FORMAT_Y41B),
4120           (GST_VIDEO_FORMAT_Y42B):
4121           API: add GST_VIDEO_FORMAT_Y41B and GST_VIDEO_FORMAT_Y42B.
4122
4123 2008-03-02  Tim-Philipp Müller  <tim at centricular dot net>
4124
4125         * gst-libs/gst/video/video.c: (gst_video_format_get_component_offset):
4126           YV12 is I420 with swapped components 1 and 2, so the offset of
4127           component 1 for I420 should be the offset for component 2 for YV12
4128           and vice versa.
4129
4130 2008-02-29  Rene Stadler  <mail@renestadler.de>
4131
4132         * sys/v4l/gstv4lelement.c:
4133         Add missing semicolon to fix indentation.
4134
4135 2008-02-29  Julien Moutte  <julien@fluendo.com>
4136
4137         * ext/alsa/gstalsa.c: (gst_alsa_open_iec958_pcm),
4138         (gst_alsa_probe_supported_formats): Probe for IEC958 pcm to detect
4139         if we can do SPDIF output.
4140         * ext/alsa/gstalsa.h:
4141         * ext/alsa/gstalsasink.c: (set_hwparams), (alsasink_parse_spec),
4142         (gst_alsasink_prepare), (gst_alsasink_close), (gst_alsasink_write):
4143         * ext/alsa/gstalsasink.h: Initial support for SPDIF.
4144         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps):
4145         * gst-libs/gst/audio/gstringbuffer.h: Add non linear buffer types
4146         to support AC3, EC3 and IEC958 buffers.
4147
4148 2008-02-29  Tim-Philipp Müller  <tim at centricular dot net>
4149
4150         * gst-libs/gst/interfaces/mixer.c: (GST_MIXER_MESSAGE_HAS_TYPE),
4151           (gst_mixer_message_parse_mute_toggled),
4152           (gst_mixer_message_parse_record_toggled),
4153           (gst_mixer_message_parse_volume_changed),
4154           (gst_mixer_message_parse_option_changed):
4155           De-cruft and fix message type assertions (NULL is not a really
4156           valid mixer message type string).
4157
4158 2008-02-29  Wim Taymans  <wim.taymans@collabora.co.uk>
4159
4160         * ext/libvisual/visual.c: (gst_vis_src_negotiate):
4161         When negotiating, actually start from a format that we can support
4162         instead of from the too generic template.
4163
4164 2008-02-29  Wim Taymans  <wim.taymans@collabora.co.uk>
4165
4166         * gst/playback/gstplaybin2.c: (gst_play_bin_set_property):
4167         Enable vis setting.
4168
4169         * gst/playback/gstplaysink.c: (gst_play_sink_init),
4170         (gst_play_sink_dispose), (gst_play_sink_vis_unblocked),
4171         (gst_play_sink_vis_blocked), (gst_play_sink_set_vis_plugin),
4172         (gen_vis_chain):
4173         Implement vis switching while playing.
4174
4175 2008-02-28  David Schleef  <ds@schleef.org>
4176
4177         * gst-libs/gst/riff/riff-media.c: Add Dirac mapping
4178
4179 2008-02-28  Wim Taymans  <wim.taymans@collabora.co.uk>
4180
4181         Patch by: Peter Kjellerstedt  <pkj at axis com>
4182
4183         * gst/tcp/Makefile.am:
4184         * gst/tcp/fdsetstress.c:
4185         * gst/tcp/gstfdset.c:
4186         * gst/tcp/gstfdset.h:
4187         Removed fdset and stress test, they are now known as GstPoll in
4188         core. 
4189
4190         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
4191         (gst_multi_fd_sink_add_full), (gst_multi_fd_sink_remove),
4192         (gst_multi_fd_sink_clear), (gst_multi_fd_sink_remove_client_link),
4193         (gst_multi_fd_sink_handle_client_write),
4194         (gst_multi_fd_sink_queue_buffer),
4195         (gst_multi_fd_sink_handle_clients), (gst_multi_fd_sink_start),
4196         (gst_multi_fd_sink_stop):
4197         * gst/tcp/gstmultifdsink.h:
4198         * gst/tcp/gsttcp.c: (gst_tcp_socket_read), (gst_tcp_socket_close),
4199         (gst_tcp_read_buffer), (gst_tcp_gdp_read_buffer),
4200         (gst_tcp_gdp_read_caps):
4201         * gst/tcp/gsttcp.h:
4202         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_init),
4203         (gst_tcp_client_sink_setcaps), (gst_tcp_client_sink_render),
4204         (gst_tcp_client_sink_start), (gst_tcp_client_sink_stop):
4205         * gst/tcp/gsttcpclientsink.h:
4206         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_init),
4207         (gst_tcp_client_src_create), (gst_tcp_client_src_start),
4208         (gst_tcp_client_src_stop), (gst_tcp_client_src_unlock):
4209         * gst/tcp/gsttcpclientsrc.h:
4210         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_handle_wait),
4211         (gst_tcp_server_sink_init_send), (gst_tcp_server_sink_close):
4212         * gst/tcp/gsttcpserversink.h:
4213         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_init),
4214         (gst_tcp_server_src_create), (gst_tcp_server_src_start),
4215         (gst_tcp_server_src_stop), (gst_tcp_server_src_unlock):
4216         * gst/tcp/gsttcpserversrc.h:
4217         Port to GstPoll. See #505417.
4218
4219 2008-02-28  Wim Taymans  <wim.taymans@collabora.co.uk>
4220
4221         Patch by: Peter Kjellerstedt  <pkj at axis com>
4222
4223         * gst-libs/gst/rtsp/gstrtspconnection.c:
4224         (gst_rtsp_connection_create), (gst_rtsp_connection_connect),
4225         (gst_rtsp_connection_write), (gst_rtsp_connection_read_internal),
4226         (gst_rtsp_connection_receive), (gst_rtsp_connection_close),
4227         (gst_rtsp_connection_free), (gst_rtsp_connection_poll),
4228         (gst_rtsp_connection_flush):
4229         * gst-libs/gst/rtsp/gstrtspconnection.h:
4230         Use GstPoll for the rtsp connection. See #505417.
4231
4232 2008-02-27  Wim Taymans  <wim.taymans@collabora.co.uk>
4233
4234         * tests/examples/seek/seek.c: (vis_toggle_cb), (filter_features),
4235         (init_visualization_features), (vis_combo_cb), (shot_cb), (main):
4236         Add combo box for visualisations, populate it with a factory list
4237         of all visualisation plugins, configure vis plugin instance in
4238         playbin2. 
4239
4240 2008-02-27  Wim Taymans  <wim.taymans@collabora.co.uk>
4241
4242         * tests/check/libs/rtp.c: (GST_START_TEST):
4243         Add check for RTP buffer defaults, padding and marker bit API.
4244
4245 2008-02-27  Sebastian Dröge  <slomo@circular-chaos.org>
4246
4247         * gst-libs/gst/cdda/sha1.c: (sha_transform):
4248         Use memcpy() instead of upcasting a byte array to long *. This
4249         fixes an unaligned memory access, resulting in SIGBUS on IA64.
4250         This should be ported to GCheckSum once we can use GLib 2.16.
4251         Partially fixes bug #500833.
4252
4253 2008-02-27  Tim-Philipp Müller  <tim at centricular dot net>
4254
4255         * gst-libs/gst/tag/gsttagdemux.c: (gst_tag_demux_chain):
4256           Push tag event after the newsegment event. Log the pointer of
4257           the buffer we're actually going to push rather than the buffer
4258           we're feeding to _make_metadata_writable().
4259
4260 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
4261
4262         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
4263         Comment smoke typefinder for now. The smokedec plugin needs one
4264         frame per buffer but we have no parser yet, thus it simply crashes
4265         in most situations.
4266
4267 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
4268
4269         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
4270         Add typefinder for the smoke video codec. Copied from the jpeg plugin.
4271
4272 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
4273
4274         * gst/typefind/gsttypefindfunctions.c: (mid_type_find),
4275         (plugin_init):
4276         Add midi typefinder, copied from the timidity plugin.
4277
4278 2008-02-23  Tim-Philipp Müller  <tim at centricular dot net>
4279
4280         Based on patch by: Tomasz Sałaciński <tsalacinski gmail com>
4281
4282         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
4283         * tests/check/elements/subparse.c: (test_microdvd_with_italics),
4284           (subparse_suite):
4285           Forward slashes at the beginning and end of a line also signify
4286           italics (Fixes: #518162).
4287
4288 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
4289
4290         * tests/check/gst-plugins-base.supp:
4291         Add a suppression for a cached value in GIO that wasn't moved
4292         while moving gio from -bad to -base.
4293
4294 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
4295
4296         Patch by: Brian Cameron <brian dot cameron at sun dot com>
4297
4298         * configure.ac:
4299         Don't hardcode -Wall and -Werror for configure checks, this fails
4300         with non-GCC compilers. Fixes bug #517991.
4301
4302 2008-02-21  Stefan Kost  <ensonic@users.sf.net>
4303
4304         * gst/audioconvert/gstaudioconvert.c:
4305         * gst/audioconvert/gstaudioquantize.c:
4306         * gst/audioconvert/gstaudioquantize.h:
4307           Make audioconvert gap aware. If noiseshaping is used, wait for
4308           noiseshaping to converge before marking as GAP. Fixes #517813.
4309
4310 2008-02-21  Stefan Kost  <ensonic@users.sf.net>
4311
4312         * gst/audiotestsrc/gstaudiotestsrc.c:
4313           Mark buffers as GAP,if volume is 0.0 and fix the previous logic.
4314
4315 2008-02-20  Sebastian Dröge  <slomo@circular-chaos.org>
4316
4317         * ext/gnomevfs/gstgnomevfssink.c:
4318         (gst_gnome_vfs_sink_handle_event):
4319         Return FALSE when seeking for a new segment fails instead
4320         of silently ignoring the failure and appending every buffer
4321         that comes for the new segment.
4322
4323 2008-02-20  Wim Taymans  <wim.taymans@collabora.co.uk>
4324
4325         * gst/playback/gstplaysink.c: (find_property),
4326         (gst_play_sink_find_property), (gen_video_chain),
4327         (gst_play_sink_reconfigure), (gst_play_sink_get_last_frame):
4328         Recursively search the sink element for a last-frame property so that we
4329         can also find the property in autovideosink and friends that don't
4330         always proxy the internal sink properties.
4331
4332 2008-02-19  Tim-Philipp Müller  <tim at centricular dot net>
4333
4334         * gst-libs/gst/audio/multichannel.c:
4335           (GST_AUDIO_CHANNEL_POSITIONS_FIELD_NAME),
4336           (gst_audio_get_channel_positions), (gst_audio_set_channel_positions),
4337           (gst_audio_set_structure_channel_positions_list),
4338           (add_list_to_struct), (gst_audio_set_caps_channel_positions_list),
4339           (gst_audio_fixate_channel_positions):
4340           Fix confusing terminology in docs and code: structure fields are
4341           'fields' and not 'properties'.
4342
4343 2008-02-19  Tim-Philipp Müller  <tim at centricular dot net>
4344
4345         * gst-libs/gst/audio/multichannel.c:
4346           (gst_audio_check_channel_positions), (add_list_to_struct):
4347           Give more useful warning messages if one of the channel
4348           layout enums passed to us is invalid and if the "channels"
4349           field in the caps has a GType we don't expect.
4350
4351 2008-02-19  Tim-Philipp Müller  <tim at centricular dot net>
4352
4353         * gst-libs/gst/audio/multichannel.c:
4354           Fix typo in docs blurb.
4355
4356 2008-02-19  Julien Moutte  <julien@fluendo.com>
4357
4358         Patch by: Josep Torra Valles <josep@fluendo.com>
4359
4360         * gst/typefind/gsttypefindfunctions.c: Increase the MPEG PS
4361         typefind lookup to fix typefinding on HD clips.
4362
4363 2008-02-19  Tim-Philipp Müller  <tim at centricular dot net>
4364
4365         * gst/playback/gstscreenshot.c:
4366         * gst/playback/gstscreenshot.h:
4367           Fix up copyright (I rewrote the GStreamer-0.10 code for
4368           this from scratch back in the days).
4369
4370 2008-02-19  Wim Taymans  <wim.taymans@collabora.co.uk>
4371
4372         * gst/playback/Makefile.am:
4373         * gst/playback/gstscreenshot.c: (feed_fakesrc), (save_result),
4374         (create_element), (gst_play_frame_conv_convert):
4375         * gst/playback/gstscreenshot.h:
4376         Add screenshot conversion code from totem.
4377
4378         * gst/playback/gstplay-marshal.list:
4379         * gst/playback/gstplaybin2.c: (gst_play_marshal_BUFFER__BOXED),
4380         (gst_play_bin_class_init), (gst_play_bin_convert_frame),
4381         (gst_play_bin_get_property), (no_more_pads_cb), (activate_group):
4382         Implement frame property to get a color-unconverted snapshot.
4383         Implement convert-frame action signal to get a converted snapshot image.
4384         Configure connection speed in uridecodebin.
4385         Document some more properties.
4386
4387         * gst/playback/gstplaysink.c: (gst_play_sink_class_init),
4388         (gen_video_chain), (gen_audio_chain), (gst_play_sink_reconfigure),
4389         (gst_play_sink_get_last_frame):
4390         * gst/playback/gstplaysink.h:
4391         Use last-buffer property of the video sink to get a video snapshot.
4392
4393         * tests/examples/seek/seek.c: (shot_cb), (main):
4394         Add snapshot button for playbin2 and use the frame property to save the
4395         frame as a png in the current directory.
4396
4397 2008-02-19  Sebastian Dröge  <slomo@circular-chaos.org>
4398
4399         Patch by: Josep Torra Valles <josep at fluendo dot com>
4400
4401         * gst/typefind/gsttypefindfunctions.c: (h264_video_type_find),
4402         (plugin_init):
4403         Add typefinding support for h264 elementary streams.
4404         Fixes bug #517420.
4405
4406 2008-02-18  Stefan Kost  <ensonic@users.sf.net>
4407
4408         * configure.ac:
4409           Require CVS of core for new API in collectpads.
4410
4411         * gst/adder/gstadder.c:
4412           Use new API to make adder sparse stream aware.
4413
4414 2008-02-18  Wim Taymans  <wim.taymans@collabora.co.uk>
4415
4416         * gst/playback/gstplaybin2.c: (pad_added_cb), (pad_removed_cb),
4417         (no_more_pads_cb):
4418         Get the object data correct so that we can remove our channels
4419         correctly.
4420
4421         * gst/playback/gstplaysink.c: (gen_video_chain), (gen_audio_chain),
4422         (gen_vis_chain), (gst_play_sink_reconfigure),
4423         (gst_play_sink_request_pad):
4424         Add option to disable async behaviour in the sinks when possible. This
4425         makes it possible to avoid an audio queue when dealing with
4426         visualisations.
4427         Add option to add a queue for the audio path.
4428
4429         * tests/examples/seek/seek.c: (clear_streams), (update_streams),
4430         (main):
4431         Disable the vis checkbox to match the defaults of playbin2.
4432         Only get the stream info when we need to.
4433
4434 2008-02-17  Sebastian Dröge  <slomo@circular-chaos.org>
4435
4436         * ext/gio/gstgiobasesink.c: (gst_gio_base_sink_stop),
4437         (gst_gio_base_sink_set_stream):
4438         * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_stop),
4439         (gst_gio_base_src_set_stream):
4440         * ext/gio/gstgiosink.c: (gst_gio_sink_start):
4441         * ext/gio/gstgiosrc.c: (gst_gio_src_start):
4442         Don't use async operations as they require a running main loop.
4443         This makes us block again when closing streams and unable
4444         to mount the enclosing volume of an URI if it isn't yet.
4445
4446 2008-02-15  Wim Taymans  <wim.taymans@collabora.co.uk>
4447
4448         * gst/playback/gstplaysink.c: (gst_play_sink_set_mute),
4449         (gst_play_sink_get_mute), (gen_video_chain), (gen_audio_chain),
4450         (gen_vis_chain), (gst_play_sink_reconfigure),
4451         (gst_play_sink_request_pad):
4452         Move tee in front of the audio and vis pipelines.
4453         Add queue for audio for now.
4454         Add visualisation support.
4455
4456         * tests/examples/seek/seek.c: (main):
4457         Visualisation is by default disabled.
4458
4459 2008-02-15  Sebastian Dröge  <slomo@circular-chaos.org>
4460
4461         * ext/gio/gstgiobasesink.c: (close_stream_cb):
4462         * ext/gio/gstgiobasesrc.c: (close_stream_cb):
4463         Improve debugging a bit.
4464
4465         * ext/gio/gstgiosink.c: (mount_cb), (gst_gio_sink_start):
4466         * ext/gio/gstgiosink.h:
4467         * ext/gio/gstgiosrc.c: (mount_cb), (gst_gio_src_start):
4468         * ext/gio/gstgiosrc.h:
4469         Try to mount the enclosing volume of a GFile if it isn't mounted
4470         yet. This requires us to wait for an async operation to finish, done
4471         with an nested GMainLoop. Authentication is not supported yet, will
4472         come later.
4473
4474 2008-02-14  Wim Taymans  <wim.taymans@collabora.co.uk>
4475
4476         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
4477         (gst_play_bin_set_property), (gst_play_bin_get_property),
4478         (pad_added_cb), (pad_removed_cb), (no_more_pads_cb):
4479         * gst/playback/gstplaysink.c: (gst_play_sink_set_mute),
4480         (gst_play_sink_get_mute), (gen_audio_chain):
4481         * gst/playback/gstplaysink.h:
4482         Add mute property.
4483
4484         * gst/playback/gststreamselector.c: (gst_selector_pad_event),
4485         (gst_selector_pad_chain):
4486         * gst/playback/gststreamselector.h:
4487         Make sure we forward the event only once.
4488
4489         * tests/examples/seek/seek.c: (stop_cb), (mute_toggle_cb), (main):
4490         Add and implement the mute button for playbin2.
4491
4492 2008-02-13  Wim Taymans  <wim.taymans@collabora.co.uk>
4493
4494         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
4495
4496         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_delay):
4497         Add some more debug info.
4498         Make sure we never return a negative delay. Fixes #516246.
4499
4500 2008-02-12  Tim-Philipp Müller  <tim at centricular dot net>
4501
4502         * ext/alsa/gstalsasink.c: (gst_alsasink_delay):
4503           Revert patch that makes the sink hold the object lock when
4504           calling snd_pcm_delay(), since it breaks playback for me.
4505
4506 2008-02-12  Julien Moutte  <julien@fluendo.com>
4507
4508         * tests/examples/seek/seek.c: (rate_spinbutton_changed_cb): Add
4509         some seek flags when changing rate.
4510
4511 2008-02-12  Wim Taymans  <wim.taymans@collabora.co.uk>
4512
4513         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
4514         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
4515         (gst_base_rtp_audio_payload_handle_sample_based_buffer):
4516         Fix potential leaks.
4517
4518         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_chain):
4519         Fix leak when there is no function configured.
4520
4521 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
4522
4523         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_buffer_class_init),
4524         (gst_v4lsrc_buffer_finalize):
4525         Correctly chain up the finalize method.
4526
4527 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
4528
4529         * ext/gio/gstgiostreamsink.c:
4530         * ext/gio/gstgiostreamsrc.c:
4531         Add documentation and example code for giostreamsink/giostreamsrc.
4532
4533         * tests/check/pipelines/gio.c: (GST_START_TEST):
4534         Ask the GMemoryOutputStream for the data instead of assuming that
4535         the pointer to the data stayed the same. It could've been realloc'ed.
4536
4537 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
4538
4539         * ext/gio/gstgiosink.c:
4540         * ext/gio/gstgiosrc.c:
4541         Make the documentation of giosink/giosrc complete, large parts
4542         are based on the gnomevfssink/gnomevfssrc docs.
4543
4544 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
4545
4546         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
4547         * docs/plugins/gst-plugins-base-plugins-sections.txt:
4548         * docs/plugins/gst-plugins-base-plugins.args:
4549         * docs/plugins/gst-plugins-base-plugins.hierarchy:
4550         * docs/plugins/gst-plugins-base-plugins.interfaces:
4551         * docs/plugins/gst-plugins-base-plugins.prerequisites:
4552         * docs/plugins/gst-plugins-base-plugins.signals:
4553         * docs/plugins/inspect/plugin-adder.xml:
4554         * docs/plugins/inspect/plugin-audioconvert.xml:
4555         * docs/plugins/inspect/plugin-audiorate.xml:
4556         * docs/plugins/inspect/plugin-audioresample.xml:
4557         * docs/plugins/inspect/plugin-decodebin.xml:
4558         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
4559         * docs/plugins/inspect/plugin-gdp.xml:
4560         * docs/plugins/inspect/plugin-gio.xml:
4561         * docs/plugins/inspect/plugin-gnomevfs.xml:
4562         * docs/plugins/inspect/plugin-libvisual.xml:
4563         * docs/plugins/inspect/plugin-ogg.xml:
4564         * docs/plugins/inspect/plugin-pango.xml:
4565         * docs/plugins/inspect/plugin-playback.xml:
4566         * docs/plugins/inspect/plugin-queue2.xml:
4567         * docs/plugins/inspect/plugin-subparse.xml:
4568         * docs/plugins/inspect/plugin-theora.xml:
4569         * docs/plugins/inspect/plugin-uridecodebin.xml:
4570         * docs/plugins/inspect/plugin-videorate.xml:
4571         * docs/plugins/inspect/plugin-videoscale.xml:
4572         * docs/plugins/inspect/plugin-volume.xml:
4573         * docs/plugins/inspect/plugin-vorbis.xml:
4574         Add the GIO documentation again and while at that run make update.
4575
4576 2008-02-11  Tim-Philipp Müller  <tim at centricular dot net>
4577
4578         * ext/alsa/gstalsa.h: (GST_CHECK_ALSA_VERSION):
4579         * ext/alsa/gstalsasink.c: (set_swparams):
4580         * ext/alsa/gstalsasrc.c: (set_swparams), (gst_alsasrc_open):
4581           Don't use snd_pcm_sw_params_set_xfer_align() if we're compiling
4582           against libasound >= 1.0.16, since it's been deprecated in
4583           0.10.16, and alignment is always 1 then, apparently. (#512899)
4584
4585 2008-02-11  Tim-Philipp Müller  <tim at centricular dot net>
4586
4587         * gst/playback/gstplaybin.c: (gen_audio_element):
4588         * gst/playback/gstplaysink.c: (gen_audio_chain):
4589           Handle case where we can't create the volume element a bit
4590           better (#514307).
4591
4592 2008-02-11  Tim-Philipp Müller  <tim at centricular dot net>
4593
4594         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_check_get_range):
4595         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
4596           Add support for https protocol. Fixes #510229.
4597
4598 2008-02-11  Julien Moutte  <julien@fluendo.com>
4599         
4600         Patch by: Alan Peevers <peeves@pacbell.net>
4601
4602         * ext/alsa/gstalsasink.c: (gst_alsasink_delay): Take appropriate
4603         lock when calling alsa methods.
4604
4605 2008-02-11  Tim-Philipp Müller  <tim at centricular dot net>
4606
4607         * gst/typefind/gsttypefindfunctions.c:
4608           Bump rank of jpeg and png typefinders, which will return maximum
4609           probability in the most common cases (thus short-circuiting more
4610           expensive typefinders like the mp3 one for these two quite common
4611           image types).
4612
4613 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
4614
4615         * ext/theora/theoraparse.c:
4616         Fix long description of the theora parser to be more verbose than just
4617         the type name.
4618
4619 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
4620
4621         Patch by: Branko Čibej <brane at xbc dot nu>
4622
4623         * sys/xvimage/xvimagesink.c:
4624         Fix build of xvimagesink if we don't have XShm, e.g. on Mac OS X.
4625         Fixes bug #515654.
4626
4627 2008-02-09  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
4628
4629         * gst/playback/gstplaybasebin.c:
4630         Set is_dynamic as True if there are elements with both request
4631         and sometimes src pad templates instead of breaking out when it
4632         finds the first pad template that is a src.
4633
4634 2008-02-08  Wim Taymans  <wim.taymans@collabora.co.uk>
4635
4636         * tests/examples/seek/seek.c: (stop_cb), (clear_streams),
4637         (update_streams), (video_combo_cb), (audio_combo_cb),
4638         (text_combo_cb), (volume_spinbutton_changed_cb), (main):
4639         Add some stream switching and volume gui for playbin2.
4640
4641 2008-02-08  Wim Taymans  <wim.taymans@collabora.co.uk>
4642
4643         * gst/playback/gstplay-marshal.list:
4644         Added marshal for streamselector Tags.
4645
4646         * gst/playback/gstplaybasebin.c: (set_active_source):
4647         Streamselector now selects pads based on the pad object instead of its
4648         name.
4649
4650         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
4651         (init_group), (gst_play_bin_init), (get_group), (get_tags),
4652         (gst_play_bin_get_video_tags), (gst_play_bin_get_audio_tags),
4653         (gst_play_bin_get_text_tags),
4654         (gst_play_bin_set_current_video_stream),
4655         (gst_play_bin_set_current_audio_stream),
4656         (gst_play_bin_set_current_text_stream),
4657         (gst_play_bin_set_property), (gst_play_bin_get_property),
4658         (pad_added_cb), (pad_removed_cb), (autoplug_select_cb):
4659         Remove option to mute streams with the current-a/v/t property, we have
4660         this functionality in the flags.
4661         Add signals to notify when the number of A/V/T channels changed.
4662         Add action signals to get tags for the A/V/T streams.
4663         Implement setting the current A/V/T stream.
4664         Rearrange some things to simplify stream selection.
4665         Implement volume.
4666
4667         * gst/playback/gstplaysink.c: (gst_play_sink_set_volume),
4668         (gst_play_sink_get_volume), (gst_play_sink_set_property),
4669         (gst_play_sink_get_property), (gen_video_chain), (gen_audio_chain),
4670         (activate_vis), (gst_play_sink_reconfigure):
4671         * gst/playback/gstplaysink.h:
4672         Add and implement volume setting methods.
4673
4674         * gst/playback/gststreamselector.c: (gst_selector_pad_class_init),
4675         (gst_selector_pad_finalize), (gst_selector_pad_get_property),
4676         (gst_selector_pad_event), (gst_stream_selector_class_init),
4677         (gst_stream_selector_init), (gst_stream_selector_finalize),
4678         (gst_stream_selector_set_property),
4679         (gst_stream_selector_get_property),
4680         (gst_stream_selector_get_linked_pad),
4681         (gst_stream_selector_request_new_pad):
4682         * gst/playback/gststreamselector.h:
4683         Add pad properties for tags and status of pads.
4684         Keep tags on pads.
4685         Make active pad selection based on pad object instead of name.
4686
4687 2008-02-08  Stefan Kost  <ensonic@users.sf.net>
4688
4689         * configure.ac:
4690           Revert last change as we now check in gtk-doc.m4 for sed.
4691
4692 2008-02-08  Jan Schmidt  <Jan.Schmidt@sun.com>
4693
4694         * configure.ac:
4695         Find and subst SED when building the docs.
4696
4697 2008-02-08  Julien Moutte  <julien@fluendo.com>
4698
4699         * tests/examples/seek/seek.c: (stop_cb), (connect_bus_signals),
4700         (main): Make sure bus signals are reconnected when pressing STOP
4701         and then PLAY again for a parse launch pipeline. Fix a ref leak
4702         on the bus.
4703         * win32/common/config.h: Updated.
4704
4705 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
4706
4707         * configure.ac:
4708         Make DISABLE_DEPRECATED defined *only* during CVS, not during
4709         pre-releases or releases.
4710
4711 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
4712
4713         * configure.ac:
4714         * ext/gio/Makefile.am:
4715         Subst GIO_LDFLAGS to avoid undefined Makefile var error Zaheer is
4716         reporting
4717
4718 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
4719
4720         * docs/plugins/Makefile.am:
4721         Add the headers which need scanning for the GIO plugin. The rest of
4722         the docs still need migrating.
4723
4724 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
4725
4726         * ext/Makefile.am:
4727         * tests/check/Makefile.am:
4728         * tests/check/pipelines/.cvsignore:
4729         Add gio in a few more places.
4730
4731 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
4732
4733         * configure.ac:
4734         * ext/Makefile.am:
4735         * tests/check/Makefile.am:
4736         Move gio plugin from -bad and mark as experimental.
4737
4738 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
4739
4740         * gst-libs/gst/interfaces/mixeroptions.c:
4741         * gst-libs/gst/interfaces/mixertrack.c:
4742         Comment out a couple of other things which break the build when
4743         GST_DISABLE_DEPRECATED isn't on but -Werror is.
4744
4745 2008-02-07  Tim-Philipp Müller  <tim at centricular dot net>
4746
4747         * docs/libs/gst-plugins-base-libs-sections.txt:
4748           Fix pbutils header.
4749
4750 2008-02-07  Wim Taymans  <wim.taymans@collabora.co.uk>
4751
4752         * gst-libs/gst/rtsp/gstrtspmessage.c: (gst_rtsp_message_unset):
4753         Fix compiler warning.
4754
4755 2008-02-07  Wim Taymans  <wim.taymans@collabora.co.uk>
4756
4757         Patch by: Peter Kjellerstedt  <pkj at axis com>
4758
4759         * gst-libs/gst/sdp/gstsdpmessage.c: (is_multicast_address):
4760         Clear the addrinfo struct using memset. Fixes #514937.
4761
4762 2008-02-06  Wim Taymans  <wim.taymans@collabora.co.uk>
4763
4764         * gst/tcp/gstfdset.h:
4765         Remove unused field to same some memory.
4766
4767         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
4768         Mark action signals as such.
4769
4770 2008-02-06  Michael Smith <msmith@fluendo.com>
4771
4772         * ext/theora/theoradec.c: (_theora_granule_frame),
4773         (_inc_granulepos):
4774           Increment granulepos for new-bitstream versions appropriately.
4775           Fixes #514623.
4776
4777 2008-02-04  Wim Taymans  <wim.taymans@collabora.co.uk>
4778
4779         * tests/examples/seek/seek.c: (do_seek),
4780         (rate_spinbutton_changed_cb), (update_streams), (main):
4781         Remove obsolete stream_time reset after flushing seek, core does that
4782         automatically now.
4783         Improve accuracy of speed spinbutton.
4784         Only do playbin2 stuff when we actually use it.
4785
4786 2008-02-02  Tim-Philipp Müller  <tim at centricular dot net>
4787
4788         * tests/check/Makefile.am:
4789           Revert previous change of the test environment's GST_PLUGIN_PATH.
4790           The problem is not with the plugins, but with element factories
4791           and only occurs if elements are split out from existing plugins
4792           or if plugins change name (see #512740).
4793
4794 2008-02-02  Tim-Philipp Müller  <tim at centricular dot net>
4795
4796         * tests/check/Makefile.am:
4797           Fix the tests environment's GST_PLUGIN_PATH: we want the directory
4798           with the core's plugins first and our local build directories last,
4799           since we might be building against an installed core, and that
4800           core's plugin directory may contain older or other versions of
4801           our own -base plugins, but we really do want to test our local
4802           ones (if there are multiple plugins or element factories with the
4803           same name, those inspected last will trump those read in earlier).
4804           Fixes #512740 for the most part.
4805
4806 2008-02-02  Sebastian Dröge  <slomo@circular-chaos.org>
4807
4808         * configure.ac:
4809         * gst-libs/gst/rtsp/gstrtspconnection.c: (add_date_header):
4810         Use gmtime_r if available as gmtime is not MT-safe.
4811         Fixes bug #511810.
4812
4813 2008-02-02  Sebastian Dröge  <slomo@circular-chaos.org>
4814
4815         * gst-libs/gst/rtsp/gstrtspconnection.c: (add_date_header):
4816         Cast glong to time_t as time_t might have a different type on
4817         other platforms, like FreeBSD, and we get a compiler warning
4818         otherwise. Fixes bug #511825.
4819
4820 2008-02-01  Wim Taymans  <wim.taymans@collabora.co.uk>
4821
4822         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
4823         (get_group), (get_n_pads), (gst_play_bin_get_property),
4824         (pad_added_cb), (no_more_pads_cb), (perform_eos),
4825         (autoplug_select_cb), (deactivate_group):
4826         Remove stream-info, we going for something easier.
4827         Refactor getting the current group.
4828         Implement getting the number of audio/video/text streams.
4829
4830         * gst/playback/gststreamselector.c:
4831         (gst_stream_selector_class_init), (gst_stream_selector_init),
4832         (gst_stream_selector_get_property),
4833         (gst_stream_selector_request_new_pad),
4834         (gst_stream_selector_release_pad):
4835         * gst/playback/gststreamselector.h:
4836         Add property for number of pads.
4837
4838         * tests/examples/seek/seek.c: (set_scale), (update_flag),
4839         (vis_toggle_cb), (audio_toggle_cb), (video_toggle_cb),
4840         (text_toggle_cb), (update_streams), (msg_async_done),
4841         (msg_state_changed), (main):
4842         Block slider callback when updating the slider position.
4843         Add gui elements for controlling playbin2.
4844         Add callback for async_done that updates position/duration.
4845
4846 2008-02-01  Stefan Kost  <ensonic@users.sf.net>
4847
4848         * docs/plugins/Makefile.am:
4849         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
4850         * docs/plugins/gst-plugins-base-plugins-sections.txt:
4851         * docs/plugins/gst-plugins-base-plugins.hierarchy:
4852         * docs/plugins/gst-plugins-base-plugins.interfaces:
4853         * docs/plugins/gst-plugins-base-plugins.prerequisites:
4854           First round of plugin docs cleansups.
4855
4856         * docs/plugins/inspect/plugin-adder.xml:
4857         * docs/plugins/inspect/plugin-alsa.xml:
4858         * docs/plugins/inspect/plugin-audioconvert.xml:
4859         * docs/plugins/inspect/plugin-audiorate.xml:
4860         * docs/plugins/inspect/plugin-audioresample.xml:
4861         * docs/plugins/inspect/plugin-audiotestsrc.xml:
4862         * docs/plugins/inspect/plugin-cdparanoia.xml:
4863         * docs/plugins/inspect/plugin-decodebin.xml:
4864         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
4865         * docs/plugins/inspect/plugin-gdp.xml:
4866         * docs/plugins/inspect/plugin-gnomevfs.xml:
4867         * docs/plugins/inspect/plugin-libvisual.xml:
4868         * docs/plugins/inspect/plugin-ogg.xml:
4869         * docs/plugins/inspect/plugin-pango.xml:
4870         * docs/plugins/inspect/plugin-subparse.xml:
4871         * docs/plugins/inspect/plugin-tcp.xml:
4872         * docs/plugins/inspect/plugin-theora.xml:
4873         * docs/plugins/inspect/plugin-typefindfunctions.xml:
4874         * docs/plugins/inspect/plugin-video4linux.xml:
4875         * docs/plugins/inspect/plugin-videorate.xml:
4876         * docs/plugins/inspect/plugin-videoscale.xml:
4877         * docs/plugins/inspect/plugin-videotestsrc.xml:
4878         * docs/plugins/inspect/plugin-volume.xml:
4879         * docs/plugins/inspect/plugin-vorbis.xml:
4880         * docs/plugins/inspect/plugin-ximagesink.xml:
4881         * docs/plugins/inspect/plugin-xvimagesink.xml:
4882           Regenerate.
4883
4884         * ext/ogg/Makefile.am:
4885         * ext/ogg/gstoggmux.c:
4886         * ext/ogg/gstoggmux.h:
4887           Add header for oggmux. the c-file needs a doc blob still.
4888
4889 2008-02-01  Wim Taymans  <wim.taymans@collabora.co.uk>
4890
4891         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
4892
4893         * gst-libs/gst/rtp/gstrtpbuffer.c:
4894         (gst_rtp_buffer_set_extension_data):
4895         * gst-libs/gst/rtp/gstrtpbuffer.h:
4896         * tests/check/libs/rtp.c: (GST_START_TEST), (rtp_suite):
4897         Add gst_rtp_buffer_set_extension_data() 
4898         Add a unit test for this addition. Fixes #511478.
4899         API: GstRTPBuffer:gst_rtp_buffer_set_extension_data()
4900
4901 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
4902
4903         * configure.ac:
4904         Back to CVS
4905
4906 === release 0.10.17 ===
4907
4908 2008-01-30  Jan Schmidt <jan.schmidt@sun.com>
4909
4910         * configure.ac:
4911           releasing 0.10.17, "Peanut Butter and Jelly"
4912
4913 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
4914
4915         * gst-libs/gst/interfaces/mixeroptions.c:
4916         * gst-libs/gst/interfaces/mixertrack.c:
4917         Also remove the conditional registration of the signals
4918         that disappeared with the ABI change in 0.10.14
4919
4920 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
4921
4922         * gst-libs/gst/rtsp/gstrtspconnection.c:
4923         Revert patch to gstrtspconnection.c for brown paper bag
4924         release of -base. Re-opens: #511825
4925
4926 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
4927
4928         * gst-libs/gst/interfaces/mixeroptions.h:
4929         * gst-libs/gst/interfaces/mixertrack.h:
4930         Change the way these deprecated function pointers are removed
4931         so that the compiled ABI is unconditionally smaller. This 
4932         sets in stone an ABI break that actually occurred when the
4933         things were deprecated in 0.10.14, which seems to be the best
4934         fix as the only known users are oss-mixer and sunaudio-mixer in 
4935         gst-plugins-good.
4936         Fixes: #513018
4937
4938 2008-01-30  Tim-Philipp Müller  <tim at centricular dot net>
4939
4940         * win32/common/libgstpbutils.def:
4941           Export the two new _get_type() functions which are needed
4942           by the python bindings.
4943
4944 2008-01-29  Sebastian Dröge  <slomo@circular-chaos.org>
4945
4946         * gst-libs/gst/rtsp/gstrtspconnection.c: (add_date_header):
4947         Cast glong to time_t as time_t might have a different type on
4948         other platforms, like FreeBSD, and we get a compiler warning
4949         otherwise. Fixes bug #511825.
4950
4951 2008-01-29  Sebastian Dröge  <slomo@circular-chaos.org>
4952
4953         * gst-libs/gst/audio/gstaudiofilter.c:
4954         (gst_audio_filter_class_init):
4955         Initialize the GstRingerBuffer class to get it's debug category
4956         initialized. gst_ring_buffer_parse_caps() uses the ringbuffer debug
4957         category and otherwise we get some g_critical(). Fixes bug #512334.
4958
4959 2008-01-28  Jan Schmidt  <jan.schmidt@sun.com>
4960
4961         * configure.ac:
4962         Back to CVS
4963
4964 === release 0.10.16 ===
4965
4966 2008-01-28  Jan Schmidt <jan.schmidt@sun.com>
4967
4968         * configure.ac:
4969           releasing 0.10.16, "Scheduled Interruption"
4970
4971 2008-01-22  Wim Taymans  <wim.taymans@collabora.co.uk>
4972
4973         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
4974
4975         * gst-libs/gst/rtp/gstrtpbuffer.c:
4976         (gst_rtp_buffer_get_extension_data):
4977         Fix typos and wrong extension check. Fixes #511274.
4978
4979 2008-01-18  Jan Schmidt  <jan.schmidt@sun.com>
4980
4981         * po/sk.po:
4982         Oops - add new sk.po mentioned in the LINGUAS I just committed
4983
4984 2008-01-17  Jan Schmidt  <jan.schmidt@sun.com>
4985
4986         * po/LINGUAS:
4987         Add ca translation to the disted list.
4988
4989         * win32/vs6/libgstsdp.dsp:
4990         Convert line endings to CRLF
4991
4992 2008-01-17  Sebastien Moutte <sebastien@moutte.net>
4993
4994         * win32/MANIFEST:
4995         Add win32/vs6/libgstrtsp.dsp to MANIFEST
4996
4997 2008-01-14  Jan Schmidt  <jan.schmidt@sun.com>
4998
4999         * win32/common/libgstsdp.def:
5000         * win32/common/libgstvideo.def:
5001         Add new API declarations
5002
5003 2008-01-14  Jan Schmidt  <jan.schmidt@sun.com>
5004
5005         * ext/theora/gsttheoradec.h:
5006         * ext/theora/gsttheoraparse.h:
5007         * ext/theora/theoradec.c:
5008         * ext/theora/theoraparse.c:
5009         Take a 2nd stab at handling libtheora granulepos changes in the decoder
5010         and parser by inspecting the bitstream version of the incoming data.
5011
5012 2008-01-14  Sebastian Dröge  <slomo@circular-chaos.org>
5013
5014         * configure.ac:
5015         * pkgconfig/Makefile.am:
5016         * pkgconfig/gstreamer-audio-uninstalled.pc.in:
5017         * pkgconfig/gstreamer-audio.pc.in:
5018         * pkgconfig/gstreamer-cdda-uninstalled.pc.in:
5019         * pkgconfig/gstreamer-cdda.pc.in:
5020         * pkgconfig/gstreamer-fft-uninstalled.pc.in:
5021         * pkgconfig/gstreamer-fft.pc.in:
5022         * pkgconfig/gstreamer-floatcast-uninstalled.pc.in:
5023         * pkgconfig/gstreamer-floatcast.pc.in:
5024         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
5025         * pkgconfig/gstreamer-interfaces.pc.in:
5026         * pkgconfig/gstreamer-netbuffer-uninstalled.pc.in:
5027         * pkgconfig/gstreamer-netbuffer.pc.in:
5028         * pkgconfig/gstreamer-pbutils-uninstalled.pc.in:
5029         * pkgconfig/gstreamer-pbutils.pc.in:
5030         * pkgconfig/gstreamer-riff-uninstalled.pc.in:
5031         * pkgconfig/gstreamer-riff.pc.in:
5032         * pkgconfig/gstreamer-rtp-uninstalled.pc.in:
5033         * pkgconfig/gstreamer-rtp.pc.in:
5034         * pkgconfig/gstreamer-rtsp-uninstalled.pc.in:
5035         * pkgconfig/gstreamer-rtsp.pc.in:
5036         * pkgconfig/gstreamer-sdp-uninstalled.pc.in:
5037         * pkgconfig/gstreamer-sdp.pc.in:
5038         * pkgconfig/gstreamer-tag-uninstalled.pc.in:
5039         * pkgconfig/gstreamer-tag.pc.in:
5040         * pkgconfig/gstreamer-video-uninstalled.pc.in:
5041         * pkgconfig/gstreamer-video.pc.in:
5042         Provide one pkg-config file for every gst-plugins-base library.
5043         This makes linking to those libraries much more intuitive and
5044         provides standard pkg-config behaviour for them. Fixes bug #499697.
5045
5046 2008-01-13  David Schleef  <ds@schleef.org>
5047
5048         * gst/videoscale/vs_4tap.c:
5049           Fix valgrind error on 4tap scaling method.
5050
5051 2008-01-13  Sebastien Moutte  <sebastien@moutte.net>
5052
5053         * gst-libs/gst/sdp/gstsdpmessage.c: (is_multicast_address):
5054         Include Winsock2.h for VS6 and use a different way initialize
5055         hints structure so it can build with VS6.
5056         * win32/MANIFEST:
5057         * win32/vs6/libgstsdp.dsp:
5058         * win32/common/libgstsdp.def:
5059         Add new files for libgstsdp.
5060         * win32/vs6/grammar.dsp:
5061         Copy pbutils-enumtypes* from win32/common to pbutils sources folder.
5062         * win32/vs6/gst_plugins_base.dsw:
5063         * win32/vs6/libgstdecodebin.dsp:
5064         * win32/vs6/libgstdecodebin2.dsp:
5065         * win32/vs6/libgstplaybin.dsp:
5066         * win32/vs6/libgstvolume.dsp:
5067         Add new dependencies to the link list.
5068
5069 2008-01-13  Julien Moutte  <julien@fluendo.com>
5070
5071         * win32/common/config.h:
5072         * win32/common/gstrtsp-enumtypes.c: (gst_rtsp_result_get_type),
5073         (gst_rtsp_event_get_type), (gst_rtsp_family_get_type),
5074         (gst_rtsp_state_get_type), (gst_rtsp_version_get_type),
5075         (gst_rtsp_method_get_type), (gst_rtsp_auth_method_get_type),
5076         (gst_rtsp_header_field_get_type), (gst_rtsp_status_code_get_type):
5077         * win32/common/interfaces-enumtypes.c:
5078         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
5079         (gst_mixer_message_type_get_type), (gst_mixer_flags_get_type),
5080         (gst_mixer_track_flags_get_type),
5081         (gst_tuner_channel_flags_get_type):
5082         * win32/common/multichannel-enumtypes.c:
5083         (gst_audio_channel_position_get_type):
5084         * win32/common/pbutils-enumtypes.c:
5085         (gst_install_plugins_return_get_type):
5086         * win32/common/pbutils-enumtypes.h: Update/Add generated files
5087         in the win32 build directory.
5088
5089 2008-01-12  Jan Schmidt  <Jan.Schmidt@sun.com>
5090
5091         * tests/check/Makefile.am:
5092         Fix CFLAGS to also pull in the gstcheck cflags from AM_CFLAGS.
5093
5094         * tests/check/elements/audiorate.c: (do_perfect_stream_test):
5095         * tests/check/elements/playbin.c:
5096         * tests/check/libs/mixer.c: (test_element_interface_supported),
5097         (gst_implements_interface_init):
5098         * tests/check/libs/rtp.c: (GST_START_TEST):
5099         Fix various assignment type mismatches.
5100
5101 2008-01-12  Jan Schmidt  <Jan.Schmidt@sun.com>
5102
5103         * configure.ac:
5104         * gst-libs/gst/rtsp/Makefile.am:
5105         Add test to see if hstrerror is available or if we need libresolv
5106         (Solaris) for it, then use it in libgstrtsp.
5107
5108 2008-01-12  Jan Schmidt  <Jan.Schmidt@sun.com>
5109
5110         * gst-libs/gst/tag/Makefile.am:
5111         Fix include path order
5112
5113 2008-01-11  Edward Hervey  <edward.hervey@collabora.co.uk>
5114
5115         * gst-libs/gst/pbutils/install-plugins.c:
5116         (gst_install_plugins_context_copy),
5117         (gst_install_plugins_context_get_type):
5118         * gst-libs/gst/pbutils/install-plugins.h:
5119         Add GBoxed GType for GstInstallPluginsContext, this eases the wrapping
5120         for bindings.
5121
5122 2008-01-11  Michael Smith <msmith@fluendo.com>
5123
5124         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
5125         (_theora_granule_frame), (_theora_granule_start_time),
5126         (theora_dec_sink_convert), (theora_dec_decode_buffer):
5127           Adapt for post-alpha meaning of granulepos, when we
5128           have a newer version of libtheora.
5129         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
5130         (theora_enc_get_ogg_packet_end_time), (theora_enc_sink_event),
5131         (theora_enc_is_discontinuous), (theora_enc_chain):
5132           Likewise.
5133         * tests/check/Makefile.am:
5134           Link libtheora into theoraenc test so we can check which version of
5135           libtheora we're testing against.
5136         * tests/check/pipelines/theoraenc.c: (check_libtheora),
5137         (check_buffer_granulepos),
5138         (check_buffer_granulepos_from_starttime), (GST_START_TEST),
5139         (theoraenc_suite):
5140           Adapt tests to check the values that are now defined for theora; make
5141           the tests backwards-adapt the passed values if we're running against an
5142           old libtheora.
5143           Fixes #497964
5144
5145 2008-01-10  Tim-Philipp Müller  <tim at centricular dot net>
5146
5147         * gst-libs/gst/audio/gstbaseaudiosink.c:
5148           (gst_base_audio_sink_class_init):
5149         * gst-libs/gst/audio/gstbaseaudiosrc.c:
5150           (gst_base_audio_src_class_init):
5151           Ref audio clock class from a thread-safe context to make sure
5152           we're not bit by GObjects lack of thread-safety here (#349410),
5153            however unlikely that may be in practice.
5154
5155 2008-01-10  Sebastian Dröge  <slomo@circular-chaos.org>
5156
5157         * autogen.sh:
5158           Add -Wno-portability to the automake parameters to stop warnings
5159           about GNU make extensions being used. We require GNU make in almost
5160           every Makefile anyway.
5161           
5162         * configure.ac:
5163           Use AM_PROG_CC_C_O as a compiler that accepts both -c and -o
5164           at the same time is required for per target flags.
5165
5166 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
5167
5168         * gst-libs/gst/tag/gsttagdemux.c: (gst_tag_demux_pull_start_tag):
5169           Post an error message if we can't pull as many bytes as we need
5170           for the tag. This makes sure the user gets to see a proper error
5171           message if a file with a partial ID3 tag is fed to decodebin, and
5172           not a 'no ID3 tag demuxer' error, which would be confusing
5173           (see #508138).
5174
5175 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
5176
5177         * gst-libs/gst/pbutils/descriptions.c: (formats):
5178           Add description strings for ID3, APE, and ICY tags.
5179
5180 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
5181
5182         * gst/playback/gstdecodebin.c: (try_to_link_1):
5183           Make sure we error out correctly if we can't activate one of
5184           the elements we've added.  Fixes #508138.
5185           
5186 2008-01-07  Tim-Philipp Müller  <tim at centricular dot net>
5187
5188         Patch by: Bastien Nocera <hadess at hadess net>
5189
5190         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume),
5191           (check_if_volumes_are_the_same), (gst_alsa_mixer_set_volume):
5192           Use snd_mixer_selem_set_{playback|capture}_volume_all() if
5193           the volume is the same for all channels. This works around
5194           some problem in alsa that leaves us with inconsistent state
5195           for some reason (#486840).
5196
5197 2008-01-07  Tim-Philipp Müller  <tim at centricular dot net>
5198
5199         Patch by: Jerone Young <jerone at gmail com>
5200
5201         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_find_master_mixer):
5202           If there's no mixer track by the name of 'Master' or 'Front',
5203           check if there's one called 'PCM' before trying the generic
5204           fallback logic (fixes #506928, where we pick 'Mic' as master
5205           track for the AD1984 card in a Thinkpad T61/X61 laptop).
5206
5207 2008-01-07  Wim Taymans  <wim.taymans@collabora.co.uk>
5208
5209         * gst/playback/gstplay-enum.c:
5210         (register_gst_autoplug_select_result),
5211         (gst_autoplug_select_result_get_type), (register_gst_play_flags),
5212         (gst_play_flags_get_type):
5213         * gst/playback/gstplay-enum.h:
5214         Add enums for configuration flags.
5215
5216         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
5217         (init_group), (gst_play_bin_init), (gst_play_bin_set_property),
5218         (gst_play_bin_get_property), (no_more_pads_cb),
5219         (autoplug_select_cb), (gst_play_bin_change_state):
5220         Merge mode with flags.
5221         Add more property getters/setters, defaults and docs.
5222         Add properties to get number of audio/video/text streams.
5223         Create sink object in _init so that we can always rely on it being
5224         there.
5225
5226         * gst/playback/gstplaysink.c: (gst_play_sink_init),
5227         (gen_video_chain), (gen_audio_chain), (gen_vis_chain),
5228         (activate_vis), (gst_play_sink_reconfigure),
5229         (gst_play_sink_set_flags), (gst_play_sink_get_flags),
5230         (gst_play_sink_change_state):
5231         * gst/playback/gstplaysink.h:
5232         Use flags to configure the sink pipelines.
5233         Add tee before audio pipeline so that we can use it for visualisations.
5234         Start working on integrating visualisations.
5235         Remove mode, we can do everything with the flags now.
5236         Add method to configue the sink pipeline.
5237
5238 2008-01-06  Tim-Philipp Müller  <tim at centricular dot net>
5239
5240         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
5241           (check_buffer_timestamp), (check_buffer_duration):
5242           Turn these functions into macros so we can see right away
5243           where the failure occured.
5244
5245 2008-01-05  Julien Moutte  <julien@fluendo.com>
5246
5247         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Add
5248         debugging information to understand how X calculates the stride
5249         for XvImages.
5250
5251 2008-01-03  Sebastian Dröge  <slomo@circular-chaos.org>
5252
5253         * gst/volume/Makefile.am:
5254         * gst/volume/gstvolume.c: (volume_choose_func),
5255         (gst_volume_base_init), (gst_volume_class_init), (gst_volume_init),
5256         (volume_setup):
5257         * gst/volume/gstvolume.h:
5258         Use GstAudioFilter as base class for the volume element instead of
5259         plain GstBaseTransform.
5260
5261 2008-01-03  Sebastian Dröge  <slomo@circular-chaos.org>
5262
5263         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type):
5264         Don't set element details for the abstract GstAudioFilter class.
5265
5266 2008-01-02  Sebastian Dröge  <slomo@circular-chaos.org>
5267
5268         * gst-libs/gst/audio/gstaudiofilter.c:
5269         (gst_audio_filter_class_init), (gst_audio_filter_get_unit_size):
5270         Implement get_unit_size() vmethod of GstBaseTransform.
5271
5272 2008-01-01  Edward Hervey  <edward.hervey@collabora.co.uk>
5273
5274         * gst-libs/gst/pbutils/Makefile.am:
5275         * gst-libs/gst/pbutils/pbutils.h:
5276         Use glib-enum generator to have a proper enum GType for
5277         GST_TYPE_INSTALL_PLUGINS_RETURN so we can easily wrap it in bindings.
5278
5279 2007-12-31  David Schleef  <ds@schleef.org>
5280
5281         * tests/check/Makefile.am:
5282         * tests/check/pipelines/theoraenc.c:
5283           Reenable theoraenc test, which fails on the buildbot but
5284           not locally.
5285
5286 2007-12-31  David Schleef  <ds@schleef.org>
5287
5288         * docs/libs/.cvsignore:
5289         * docs/plugins/.cvsignore:
5290           Add *-undeclared.txt to fix buildbot.
5291
5292 2007-12-31  David Schleef  <ds@schleef.org>
5293
5294         * tests/check/Makefile.am:
5295           Second attempt at disabling theoraenc test long enough to
5296           get buildbot to compile -base.
5297
5298 2007-12-31  David Schleef  <ds@schleef.org>
5299
5300         * tests/check/pipelines/theoraenc.c:
5301           Disable theoraenc test long enough to get the buildbot to
5302           compile a recent -base.
5303
5304 2007-12-31  Wim Taymans  <wim.taymans@collabora.co.uk>
5305
5306         * tests/examples/seek/seek.c: (stop_cb):
5307         Make sure we reset the slider value to 0.0 without racing against a
5308         possible g_idle that sets it to something else.
5309
5310 2007-12-31  Thijs Vermeir  <thijsvermeir@gmail.com>
5311
5312         * sys/ximage/ximagesink.c:
5313         fix typo
5314
5315 2007-12-30  Wim Taymans  <wim.taymans@collabora.co.uk>
5316
5317         * gst-libs/gst/rtsp/gstrtspdefs.c: (rtsp_init_status):
5318         * gst-libs/gst/rtsp/gstrtspdefs.h:
5319         Add Location header so that we can start implementing redirects.
5320         See #506025.
5321
5322 2007-12-29  Thijs Vermeir  <thijsvermeir@gmail.com>
5323
5324         * gst/subparse/gstssaparse.c:
5325         combine if's
5326
5327 2007-12-29  Thijs Vermeir  <thijsvermeir@gmail.com>
5328
5329         * gst/subparse/gstssaparse.c:
5330         remove duplicate log message
5331
5332 2007-12-29  Sebastian Dröge  <slomo@circular-chaos.org>
5333
5334         * ext/libvisual/visual.c: (gst_visual_chain):
5335         Fix 'xyz may be used uninitialized' compiler warnings caused
5336         by broken g_assert_not_reached() macro in GLib-2.15.x and don't
5337         abort() in any case but properly report the error.
5338
5339 2007-12-28  Wim Taymans  <wim.taymans@collabora.co.uk>
5340
5341         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
5342         (gst_play_bin_finalize), (gst_play_bin_set_uri),
5343         (gst_play_bin_set_suburi), (gst_play_bin_set_property),
5344         (gst_play_bin_get_property), (pad_removed_cb), (drained_cb),
5345         (autoplug_select_cb), (activate_group), (deactivate_group),
5346         (setup_next_source), (save_current_group),
5347         (gst_play_bin_change_state):
5348         Code cleanups.
5349         Remove next-uri, we can use the uri property just fine.
5350         Fix some crasher.
5351         Unref uridecodebin when switching.
5352         Fix going to READY.
5353
5354         * gst/playback/gstplaysink.c: (gst_play_sink_class_init),
5355         (gst_play_sink_init), (gst_play_sink_dispose),
5356         (gst_play_sink_finalize), (gst_play_sink_vis_unblocked),
5357         (gst_play_sink_vis_blocked), (gst_play_sink_set_video_sink),
5358         (gst_play_sink_set_audio_sink), (gst_play_sink_set_vis_plugin),
5359         (gst_play_sink_set_property), (gst_play_sink_get_property),
5360         (gen_video_chain), (gen_text_element), (gen_audio_chain),
5361         (gen_vis_element), (gst_play_sink_get_mode),
5362         (gst_play_sink_set_mode), (gst_play_sink_set_flags),
5363         (gst_play_sink_get_flags), (gst_play_sink_request_pad),
5364         (gst_play_sink_release_pad), (gst_play_sink_send_event_to_sink),
5365         (gst_play_sink_change_state):
5366         * gst/playback/gstplaysink.h:
5367         Add some locking to make things threadsafe.
5368
5369         * gst/playback/test7.c: (about_to_finish_cb):
5370         Fix test.
5371
5372 2007-12-22  Tim-Philipp Müller  <tim at centricular dot net>
5373
5374         * gst/videoscale/gstvideoscale.c: (gst_video_scale_set_property),
5375           (gst_video_scale_get_property), (gst_video_scale_transform_caps),
5376           (gst_video_scale_transform):
5377           Don't claim to be able to handle/transform caps that can't really
5378           be handled by the currently selected scaling method (here: RGB or
5379           packed YUV with 4-tap method). Also add locking to method property.
5380
5381         * tests/check/pipelines/simple-launch-lines.c: (setup_pipeline),
5382           (test_basetransform_based):
5383           Some test pipelines for the above (not entirely valgrind clean yet
5384           apparently).
5385
5386 2007-12-21  David Schleef  <ds@schleef.org>
5387
5388         * gst-libs/gst/video/video.c:
5389         * gst-libs/gst/video/video.h:
5390           Add additional RGBA and RGB-24 video formats.
5391
5392 2007-12-21  Tim-Philipp Müller  <tim at centricular dot net>
5393
5394         * tests/check/elements/playbin.c: (test_sink_usage_video_only_stream),
5395           (test_suburi_error_unknowntype), (test_suburi_error_invalidfile),
5396           (test_suburi_error_wrongproto), (test_missing_primary_decoder):
5397         * tests/check/libs/cddabasesrc.c: (GST_START_TEST), (GST_START_TEST),
5398           (cddabasesrc_suite):
5399           Don't use GST_PLUGIN_DEFINE_STATIC, it's not portable and will be
5400           deprecated in the future (see #498924).
5401
5402 2007-12-21  Tim-Philipp Müller  <tim at centricular dot net>
5403
5404         * gst/playback/gststreamselector.c: (gst_selector_pad_event):
5405           Don't leak event.
5406
5407 2007-12-20  Thijs Vermeir <thijsvermeir@gmail.com>
5408
5409         * gst-libs/gst/riff/riff-read.c:
5410         Use GST_ROUND_UP_2 macro
5411
5412 2007-12-20  Tim-Philipp Müller  <tim at centricular dot net>
5413
5414         * gst/playback/.cvsignore:
5415           Ignore more.
5416
5417 2007-12-20  Tim-Philipp Müller  <tim at centricular dot net>
5418
5419         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init):
5420         * gst/playback/gstplaybasebin.c: (set_subtitles_visible),
5421           (set_active_source):
5422         * gst/playback/gstplaybasebin.h:
5423         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
5424           (setup_sinks), (playbin_set_subtitles_visible):
5425           Make switching off of subtitles work. To avoid all kind of
5426           problems with unlinking of the subtitle input, we just keep
5427           the subtitle inputs linked as they are and tell textoverlay
5428           not to render them. Fixes #373011.
5429           Other subtitle switching issues (esp. when there are both
5430           external and in-stream subtitles) remain. They'll be solved
5431           in playbin2.
5432
5433 2007-12-18  Wim Taymans  <wim.taymans@collabora.co.uk>
5434
5435         * gst/playback/gststreamselector.c: (gst_selector_pad_init):
5436         Init the pad segment too.
5437
5438 2007-12-18  Wim Taymans  <wim.taymans@collabora.co.uk>
5439
5440         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func),
5441         (gst_audioringbuffer_open_device),
5442         (gst_audioringbuffer_close_device), (gst_audioringbuffer_acquire),
5443         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
5444         (gst_audioringbuffer_pause), (gst_audioringbuffer_stop),
5445         (gst_audio_sink_create_ringbuffer):
5446         Improve debug output.
5447
5448         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_start),
5449         (gst_ring_buffer_pause), (gst_ring_buffer_delay):
5450         Prevent some functions from doing things and failing when the
5451         ringbuffer is not yet acquired.
5452
5453 2007-12-18  Sebastian Dröge  <slomo@circular-chaos.org>
5454
5455         * gst-libs/gst/interfaces/interfaces.h:
5456           Also remove interfaces.h from CVS as it is not needed anymore.
5457
5458 2007-12-18  Sebastian Dröge  <slomo@circular-chaos.org>
5459
5460         * gst-libs/gst/interfaces/Makefile.am:
5461           interfaces.h is not used anymore so remove it from the build
5462           process.
5463
5464 2007-12-17  David Schleef  <ds@schleef.org>
5465
5466         * gst/videotestsrc/gstvideotestsrc.c:
5467         * gst/videotestsrc/gstvideotestsrc.h:
5468           Add a "blink" pattern.  Turn on the pain.  Apologies.  It's useful
5469           for testing vertical refresh synchronization.
5470
5471 2007-12-17  David Schleef  <ds@schleef.org>
5472
5473         * docs/libs/gst-plugins-base-libs-sections.txt:
5474         * gst-libs/gst/video/video.c:
5475         * gst-libs/gst/video/video.h:
5476           Add new GstVideFormat enum and write a bunch of helper functions
5477           based around it.
5478
5479 2007-12-17  Tim-Philipp Müller  <tim at centricular dot net>
5480
5481         * Makefile.am:
5482           Use new common/win32.mak.
5483
5484 2007-12-17  Wim Taymans  <wim.taymans@collabora.co.uk>
5485
5486         * gst-libs/gst/audio/gstbaseaudiosrc.c:
5487         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
5488         Add debug info.
5489         When going from PLAYING to PAUSED, pause the ringbuffer before calling
5490         the parent state change function, just like the audiosink, because the
5491         parent waits for the element to finish its processing before completing
5492         the state change. This makes going to PAUSED a lot snappier.
5493         When going from READY to PAUSED, don't allow the ringbuffer to start
5494         yet.
5495
5496 2007-12-17  Edward Hervey  <edward.hervey@collabora.co.uk>
5497
5498         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
5499         Yet another fix for broken software that produce files with an empty
5500         blockalign field. Instead of completely failing, make a second attempt
5501         at guessing the width/depth by looking at strf->size.
5502
5503 2007-12-16  Tim-Philipp Müller  <tim at centricular dot net>
5504
5505         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_do_seek),
5506           (gst_cdda_base_src_handle_track_seek), (gst_cdda_base_src_create):
5507         * gst-libs/gst/pbutils/install-plugins.c:
5508           (gst_install_plugins_spawn_child), (gst_install_plugins_supported):
5509         * gst-libs/gst/pbutils/missing-plugins.c:
5510           (gst_missing_plugin_message_get_installer_detail),
5511           (gst_missing_encoder_installer_detail_new):
5512         * gst-libs/gst/rtsp/gstrtspconnection.c: (gst_rtsp_connection_send):
5513         * gst-libs/gst/rtsp/gstrtspmessage.c: (gst_rtsp_message_unset):
5514           Turn a few g_assert_not_reached() into g_return_val_if_reached() to
5515           avoid compiler warnings (#503930).
5516
5517 2007-12-17  Edward Hervey  <edward.hervey@collabora.co.uk>
5518
5519         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
5520         Be apologetic of software that use the 'jpeg' instead of 'JPEG' FOURCC
5521         for jpeg video streams.
5522         Add the 'avc1'/'AVC1' fourcc mapping for h264, same software-comment as
5523         for the above modification.
5524
5525 2007-12-15  Tim-Philipp Müller  <tim at centricular dot net>
5526
5527         * gst-libs/gst/interfaces/xoverlay.c: (gst_x_overlay_expose),
5528           (gst_x_overlay_handle_events):
5529           More guards (we don't want klass to end up being NULL).
5530
5531 2007-12-14  Sebastian Dröge  <slomo@circular-chaos.org>
5532
5533         * configure.ac:
5534         * gst/volume/gstvolume.c: (gst_volume_init):
5535           Use new gst_base_transform_set_gap_aware() function as volume
5536           correctly handles GST_BUFFER_FLAG_GAP. Require core 0.10.15.1 
5537           for this.
5538
5539 2007-12-14  Wim Taymans  <wim.taymans@collabora.co.uk>
5540
5541         * tests/examples/seek/seek.c: (msg_segment_done), (main):
5542         Don't go to READY on EOS as this avoids testing of seeking and
5543         restarting after EOS, use the stop button when you want to READY.
5544         Don't try to do a flushing seek in segment-done, it does not make
5545         sense to use this for gapless playback and is not needed.
5546
5547 2007-12-14  Wim Taymans  <wim.taymans@collabora.co.uk>
5548
5549         * gst/playback/gstqueue2.c: (gst_queue_init), (gst_queue_finalize),
5550         (reset_rate_timer), (update_in_rates), (update_out_rates),
5551         (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
5552         (gst_queue_chain), (gst_queue_loop):
5553         Use separate timers for input and output rates.
5554         Pause measuring the output rate when we block for more data.
5555         See #503262.
5556
5557 2007-12-14  Wim Taymans  <wim.taymans@collabora.co.uk>
5558
5559         * gst/playback/gstqueue2.c: (gst_queue_chain):
5560         Pause the timer to measure the input rate when we block because the
5561         queue is filled. See #503262.
5562
5563 2007-12-13  Wim Taymans  <wim.taymans@collabora.co.uk>
5564
5565         Patch by: Peter Kjellerstedt  <pkj at axis com>
5566
5567         * gst-libs/gst/rtsp/gstrtspconnection.c:
5568         (gst_rtsp_connection_free):
5569         Close control sockets. Fixes #503440.
5570
5571 2007-12-13  Wim Taymans  <wim.taymans@collabora.co.uk>
5572
5573         * gst/playback/gstdecodebin2.c: (analyze_new_pad), (connect_pad):
5574         Expose the right pad in the right place with the right element.
5575
5576 2007-12-13  Tim-Philipp Müller  <tim at centricular dot net>
5577
5578         * gst-libs/gst/pbutils/descriptions.c: (formats):
5579           Add description for 'private' dts caps (who come up with that name?).
5580
5581 2007-12-13  Tim-Philipp Müller  <tim at centricular dot net>
5582
5583         * Makefile.am:
5584           Add check-exports target and run it with 'make check'.
5585
5586         * configure.ac:
5587           Be stricter about what we export in our libraries: change regexp so that
5588           we only export _gst_foo(), but not __gst_foo().
5589
5590         * gst-libs/gst/cdda/base64.h: (rfc822_binary):
5591         * gst-libs/gst/cdda/sha1.h: (sha_init), (sha_update), (sha_final):
5592           Change internal functions to __gst_foo so they dont' get exported.
5593
5594         * win32/common/libgstaudio.def:
5595           Add missing symbols.
5596
5597 2007-12-11  David Schleef  <ds@schleef.org>
5598
5599         * ChangeLog: remove conflict markers
5600
5601 2007-12-11  Tim-Philipp Müller  <tim at centricular dot net>
5602
5603         * ext/gnomevfs/Makefile.am:
5604         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_unicodify):
5605           Use gst_tag_freeform_string_to_utf8() here, which also takes
5606           into account any character sets specified by the user via
5607           environment variables.
5608
5609 2007-12-10  Wim Taymans  <wim.taymans@gmail.com>
5610
5611         * gst/audioconvert/Makefile.am:
5612         Also link to libm.
5613
5614 2007-12-10  Wim Taymans  <wim.taymans@gmail.com>
5615
5616         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
5617         No need for floating point operations here. avoids having to link
5618         against the math library too.
5619
5620 2007-12-10  Tim-Philipp Müller  <tim at centricular dot net>
5621
5622         * gst-libs/gst/pbutils/descriptions.c: (formats),
5623           (format_info_get_desc):
5624         * tests/check/libs/pbutils.c: (GST_START_TEST), (caps_strings),
5625           (GST_START_TEST):
5626           Add one or two missing formats.  Generate ADPCM description
5627           dynamically depending on layout/format.
5628
5629 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
5630
5631         * configure.ac:
5632           Don't define GST_DISABLE_DEPRECATED for releases. Fixes #498181.
5633
5634 2007-12-08  Tim-Philipp Müller  <tim at centricular dot net>
5635
5636         Patch by: Robin Stocker <robin dot stocker at gmx dot ch>
5637
5638         * gst/subparse/gstsubparse.c: (gst_sub_parse_data_format_autodetect):
5639           Some .srt files start with chunk number 0 and not chunk number 1,
5640           recognise and accept those as well (fixes #502497).
5641
5642         * tests/check/elements/subparse.c: (srt_input), (srt_input0),
5643           (test_src):
5644           Add unit test for the above.
5645
5646 2007-12-06  Wim Taymans  <wim.taymans@gmail.com>
5647
5648         * gst/playback/gstplay-enum.c:
5649         (register_gst_autoplug_select_result),
5650         (gst_autoplug_select_result_get_type):
5651         * gst/playback/gstplay-enum.h:
5652         Add missing files.
5653
5654 2007-12-05  Wim Taymans  <wim.taymans@gmail.com>
5655
5656         * gst/playback/Makefile.am:
5657         Group decodebin2 and uridecodebin into the same plugin so that they
5658         can share the GEnumType.
5659
5660         * gst/playback/gstdecodebin2.c: (_gst_array_accumulator),
5661         (_gst_select_accumulator), (gst_decode_bin_class_init),
5662         (gst_decode_bin_init), (gst_decode_bin_autoplug_sort),
5663         (gst_decode_bin_autoplug_select), (gst_decode_bin_autoplug_add),
5664         (analyze_new_pad), (connect_pad), (gst_decode_bin_plugin_init):
5665         Add signal to sort factories instead of the more awkward autoplug-select
5666         signal.
5667         Modify autoplug_select so that we can try, skip or expose the
5668         autopluggin of an element on a pad.
5669
5670         * gst/playback/gstfactorylists.c: (compare_ranks),
5671         (decoders_filter), (sinks_filter), (gst_factory_list_is_type),
5672         (element_filter), (gst_factory_list_get_elements),
5673         (gst_factory_list_debug), (gst_factory_list_filter):
5674         * gst/playback/gstfactorylists.h:
5675         Simplify the API, allow getting elements based on mask.
5676
5677         * gst/playback/gstplay-marshal.list:
5678         Add some more marshallers.
5679
5680         * gst/playback/gstplaybin2.c: (init_group), (gst_play_bin_init),
5681         (gst_play_bin_finalize), (pad_removed_cb), (autoplug_factories_cb),
5682         (autoplug_select_cb), (activate_group):
5683         Add support for managing non-raw sinks by providing a custom element and
5684         sink list to decodebin2.
5685         Try to plug non-raw sinks when decodebin2 using autoplug-select of
5686         decodebin2.
5687
5688         * gst/playback/gstplaysink.c: (gen_video_chain), (gen_audio_chain),
5689         (gst_play_sink_set_mode), (gst_play_sink_request_pad):
5690         * gst/playback/gstplaysink.h:
5691         Add support for raw and non-raw sinks. 
5692         Add support to force sinks selected by playbin2.
5693         Don't plug raw converters for non-raw sinks.
5694
5695         * gst/playback/gsturidecodebin.c: (_gst_array_accumulator),
5696         (_gst_select_accumulator), (gst_uri_decode_bin_class_init),
5697         (proxy_autoplug_select_signal), (gst_uri_decode_bin_plugin_init),
5698         (plugin_init):
5699         Use right accumulators.
5700         Proxy new signal.
5701
5702 2007-12-03  Wim Taymans  <wim.taymans@gmail.com>
5703
5704         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
5705         Use runnning time as the base time instead of the timestamp.
5706         Spotted by Saur on IRC.
5707
5708 2007-12-03  Edward Hervey  <bilboed@bilboed.com>
5709
5710         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
5711         Add 'WVC1' codec mapping for Windows Media VC-1 video codec.
5712
5713 2007-12-03  Wim Taymans  <wim.taymans@gmail.com>
5714
5715         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_bisect_forward_serialno),
5716         (gst_ogg_demux_read_chain):
5717         If we find a new serial number but it does not contain a BOS page, make
5718         sure we initialize the chain to NULL because else we will try to scan it
5719         and crash. Fixes #500763
5720
5721 2007-11-30  Wim Taymans  <wim.taymans@gmail.com>
5722
5723         * gst/playback/Makefile.am:
5724         * gst/playback/gstfactorylists.c: (compare_ranks), (print_feature),
5725         (get_feature_array), (decoders_filter), (sinks_filter),
5726         (gst_factory_list_get_decoders), (gst_factory_list_get_sinks),
5727         (gst_factory_list_filter):
5728         * gst/playback/gstfactorylists.h:
5729         Refactor some common code to filter factories and check caps compat.
5730
5731         * gst/playback/gstdecodebin.c:
5732         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
5733         (gst_decode_bin_init), (gst_decode_bin_dispose),
5734         (gst_decode_bin_autoplug_continue),
5735         (gst_decode_bin_autoplug_factories),
5736         (gst_decode_bin_autoplug_select), (analyze_new_pad),
5737         (find_compatibles):
5738         * gst/playback/gstplaybin.c:
5739         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
5740         (gst_play_bin_init), (gst_play_bin_finalize),
5741         (autoplug_factories_cb), (activate_group):
5742         * gst/playback/gstqueue2.c:
5743         * gst/playback/gsturidecodebin.c: (proxy_unknown_type_signal),
5744         (proxy_autoplug_continue_signal),
5745         (proxy_autoplug_factories_signal), (proxy_autoplug_select_signal),
5746         (proxy_drained_signal):
5747         Add some more debug info and use factor filtering code.
5748
5749 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
5750
5751         * gst/audiotestsrc/gstaudiotestsrc.c:
5752         * gst/volume/gstvolume.c:
5753         * gst/volume/gstvolume.h:
5754           Add GAP-flag support.
5755
5756 2007-11-24  Julien MOUTTE  <julien@moutte.net>
5757
5758         * tests/examples/seek/seek.c: (main): Increase the range of the
5759         rate selector as I would like to test QOS behavior at higher
5760         forward and reverse playback speed like say 64x.
5761
5762 2007-11-23  Sebastian Dröge  <slomo@circular-chaos.org>
5763
5764         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
5765         (audioresample_query), (audioresample_query_type),
5766         (gst_audioresample_set_property):
5767         Implement latency query.
5768
5769 2007-11-21  Wim Taymans  <wim.taymans@gmail.com>
5770
5771         * gst-libs/gst/audio/gstbaseaudiosink.c:
5772         (gst_base_audio_sink_drain):
5773         Our EOS time contains the base_time, _wait_eos() expects a running_time
5774         so we have to subtract the base_time again before calling the function.
5775         This fixes an EOS regression where the base_time was added twice and EOS
5776         took longer and longer in certain situations.
5777         Fixes #498767.
5778
5779 2007-11-21  Wim Taymans  <wim.taymans@gmail.com>
5780
5781         * docs/libs/gst-plugins-base-libs-sections.txt:
5782         * gst-libs/gst/audio/gstbaseaudiosink.c: (slave_method_get_type),
5783         (gst_base_audio_sink_set_provide_clock),
5784         (gst_base_audio_sink_get_provide_clock),
5785         (gst_base_audio_sink_set_slave_method),
5786         (gst_base_audio_sink_get_slave_method),
5787         (gst_base_audio_sink_set_property),
5788         (gst_base_audio_sink_get_property), (gst_base_audio_sink_drain),
5789         (gst_base_audio_sink_none_slaving),
5790         (gst_base_audio_sink_handle_slaving):
5791         * gst-libs/gst/audio/gstbaseaudiosink.h:
5792         Expose methods for some object properties so that subclasses can more
5793         easily configure them.
5794         Added slave method none, that completely disables slaving to the
5795         internal clock.
5796         API: gst_base_audio_sink_set_provide_clock()
5797         API: gst_base_audio_sink_get_provide_clock()
5798         API: gst_base_audio_sink_set_slave_method()
5799         API: gst_base_audio_sink_get_slave_method()
5800
5801         * gst-libs/gst/audio/gstbaseaudiosrc.c:
5802         (gst_base_audio_src_set_provide_clock),
5803         (gst_base_audio_src_get_provide_clock),
5804         (gst_base_audio_src_set_property),
5805         (gst_base_audio_src_get_property), (gst_base_audio_src_create):
5806         * gst-libs/gst/audio/gstbaseaudiosrc.h:
5807         Expose methods for some object properties so that subclasses can more
5808         easily configure them.
5809         API: gst_base_audio_src_set_provide_clock()
5810         API: gst_base_audio_src_get_provide_clock()
5811
5812 2007-11-20  Wim Taymans  <wim.taymans@gmail.com>
5813
5814         Patch by: Joe Peterson <lavajoe at gentoo dot org>
5815
5816         * gst-libs/gst/sdp/gstsdpmessage.c:
5817         Fix compilation on FreeBSD (Gentoo). Fixes #498228.
5818
5819 2007-11-19  Sebastian Dröge  <slomo@circular-chaos.org>
5820
5821         * tests/check/libs/fft.c: (GST_START_TEST):
5822         Fix scaling to really have dB instead of something else.
5823
5824 2007-11-19  Julien MOUTTE  <julien@moutte.net>
5825
5826         * tests/examples/seek/seek.c: (main): There's a nice macro to check
5827         GTK version, use it.
5828
5829 2007-11-19  Julien MOUTTE  <julien@moutte.net>
5830
5831         * tests/examples/seek/seek.c: (main): Try to support stable version
5832         of GTK.
5833
5834 2007-11-17  Stefan Kost  <ensonic@users.sf.net>
5835
5836         * gst/playback/README:
5837         * gst/playback/test7.c:
5838           Fix the build + little README update.
5839
5840 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
5841
5842         * tests/examples/seek/seek.c: (make_playerbin2_pipeline), (main):
5843         Add playbin2 seek pipeline.
5844
5845 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
5846
5847         * gst/playback/Makefile.am:
5848         * gst/playback/gstplayback.c: (plugin_init):
5849         * gst/playback/test7.c: (update_scale), (warning_cb), (error_cb),
5850         (eos_cb), (about_to_finish_cb), (main):
5851         Add playbin2.
5852         Added gapless playback example.
5853
5854         * gst/playback/gstplaybasebin.c:
5855         * gst/playback/gstplaybasebin.h:
5856         * gst/playback/gstplaybin.c: (gst_play_bin_plugin_init):
5857         * gst/playback/gstqueue2.c:
5858         * gst/playback/test.c:
5859         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init),
5860         (pad_removed_cb):
5861         * gst/playback/gststreaminfo.h:
5862         Change email.
5863
5864         * gst/playback/gstplaybin2.c: (gst_play_bin_get_type),
5865         (gst_play_bin_class_init), (init_group), (gst_play_bin_init),
5866         (gst_play_bin_dispose), (gst_play_bin_set_uri),
5867         (gst_play_bin_set_suburi), (gst_play_bin_set_property),
5868         (gst_play_bin_get_property), (gst_play_bin_handle_message),
5869         (pad_added_cb), (pad_removed_cb), (no_more_pads_cb), (perform_eos),
5870         (drained_cb), (unlink_group), (activate_group),
5871         (setup_next_source), (gst_play_bin_change_state),
5872         (gst_play_bin2_plugin_init):
5873         Added raw first version of playbin2. Does chained oggs and gapless
5874         playback fine. No support for raw sinks yet. No visualisations or
5875         subtitles yet.
5876
5877         * gst/playback/gstplaysink.c: (gst_play_sink_get_type),
5878         (gst_play_sink_class_init), (gst_play_sink_init),
5879         (gst_play_sink_dispose), (gst_play_sink_vis_unblocked),
5880         (gst_play_sink_vis_blocked), (gst_play_sink_set_video_sink),
5881         (gst_play_sink_set_audio_sink), (gst_play_sink_set_vis_plugin),
5882         (gst_play_sink_set_property), (gst_play_sink_get_property),
5883         (post_missing_element_message), (free_chain), (add_chain),
5884         (activate_chain), (gen_video_chain), (gen_text_element),
5885         (gen_audio_chain), (gen_vis_element), (gst_play_sink_get_mode),
5886         (gst_play_sink_set_mode), (gst_play_sink_request_pad),
5887         (gst_play_sink_release_pad), (gst_play_sink_send_event_to_sink),
5888         (gst_play_sink_send_event), (gst_play_sink_change_state):
5889         * gst/playback/gstplaysink.h:
5890         Added Element that abstracts the sinks and their pipelines for playbin2.
5891
5892 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
5893
5894         * gst/playback/gststreamselector.c: (gst_selector_pad_get_type),
5895         (gst_selector_pad_class_init), (gst_selector_pad_init),
5896         (gst_selector_pad_finalize), (gst_selector_pad_reset),
5897         (gst_selector_pad_get_linked_pads), (gst_selector_pad_event),
5898         (gst_selector_pad_getcaps), (gst_selector_pad_bufferalloc),
5899         (gst_selector_pad_chain), (gst_stream_selector_get_type),
5900         (gst_stream_selector_base_init), (gst_stream_selector_class_init),
5901         (gst_stream_selector_init), (gst_stream_selector_set_property),
5902         (gst_stream_selector_get_linked_pad),
5903         (gst_stream_selector_getcaps),
5904         (gst_stream_selector_is_active_sinkpad),
5905         (gst_stream_selector_activate_sinkpad),
5906         (gst_stream_selector_get_linked_pads),
5907         (gst_stream_selector_request_new_pad),
5908         (gst_stream_selector_release_pad):
5909         * gst/playback/gststreamselector.h:
5910         Improve streamselector, make it select and unselect the current pad more
5911         intelligently. 
5912         Subclass GstPad for the sinkpads of the selector.
5913         Handle segments more correctly.
5914         Fix caps negotiation.
5915         Implement release_pad.
5916
5917 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
5918
5919         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
5920         (gst_decode_group_check_if_drained), (source_pad_event_probe),
5921         (remove_fakesink):
5922         Add drained signal fired when decodebin finishes decoding the data.
5923         Remove deprecated STATE_DIRTY message.
5924
5925         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init),
5926         (unknown_type_cb), (new_decoded_pad_cb), (pad_removed_cb),
5927         (analyse_source), (proxy_drained_signal), (make_decoder),
5928         (source_new_pad), (value_list_append_structure_list),
5929         (handle_redirect_message), (handle_message):
5930         Proxy the new drained signal.
5931         Handle pad removed from decodebin.
5932         Handle redirect messages by sorting multiple redirections based on the
5933         connection speed.
5934
5935 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
5936
5937         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
5938
5939         * gst-libs/gst/rtsp/gstrtspmessage.c: (gst_rtsp_message_unset):
5940         Fix leaking headers. Fixes #496761.
5941
5942 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
5943
5944         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
5945
5946         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
5947         (gst_ximagesink_change_state):
5948         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get):
5949         Don't leak the PAR on errors. Fixes #496731.
5950
5951 2007-11-16  Tim-Philipp Müller  <tim at centricular dot net>
5952
5953         * gst-libs/gst/tag/gstid3tag.c: (user_tag_matches),
5954           (gst_tag_from_id3_user_tag):
5955           Add mapping for audio cd discid tags, so we can extract
5956           them from tags as well (see #347848). Also compare identifiers
5957           in ID3v2 TXXX frames in a case-insensitive way to increase
5958           compatibility when reading tags (discid vs. DiscID vs. DiscId).
5959
5960 2007-11-16  Jan Schmidt  <jan.schmidt@sun.com>
5961
5962         * gst-plugins-base.doap:
5963         Oops, fix the release name.
5964
5965 2007-11-16  Jan Schmidt  <jan.schmidt@sun.com>
5966
5967         * gst-plugins-base.doap:
5968         Add 0.10.15 release
5969
5970 2007-11-16  Jan Schmidt  <jan.schmidt@sun.com>
5971
5972         * configure.ac:
5973         Back to CVS
5974
5975 === release 0.10.15 ===
5976
5977 2007-11-15  Jan Schmidt <jan.schmidt@sun.com>
5978
5979         * configure.ac:
5980           releasing 0.10.15, "No need to argue"
5981
5982 2007-11-15  Jan Schmidt  <jan.schmidt@sun.com>
5983
5984         * win32/vs6/libgstfft.dsp:
5985         Convert line endings to DOS.
5986
5987 2007-11-15  Sebastien Moutte <sebastien@moutte.net>
5988
5989         * win32/vs6/gst_plugins_base.dsw:
5990         * win32/vs6/libgstfft.dsp:
5991         * win32/MANIFEST:
5992         Add a project file for fft plugin and remove socket
5993         based plugin which don't build from the workspace.
5994         * win32/vs6/libgstaudio.dsp:
5995         * win32/vs6/libgstrtp.dsp:
5996         * win32/vs6/libgsttag.dsp:
5997         Convert line endings back to DOS.
5998         Fixes #496724
5999
6000 2007-11-14  Jan Schmidt  <jan.schmidt@sun.com>
6001
6002         * win32/vs6/libgstinterfaces.dsp:
6003         * win32/vs6/libgstrtsp.dsp:
6004         Convert line endings back to DOS
6005
6006 2007-11-14  Jan Schmidt  <jan.schmidt@sun.com>
6007
6008         * gst-libs/gst/fft/kiss_fft_f32.h:
6009         * gst-libs/gst/fft/kiss_fft_f64.h:
6010         * gst-libs/gst/fft/kiss_fft_s16.h:
6011         * gst-libs/gst/fft/kiss_fft_s32.h:
6012         Don't include malloc.h which doesn't exist on Mac OSX.
6013         Instead, pull in glib.h and use g_malloc/g_free for 
6014         consistency. Fixes: #496548
6015
6016 2007-11-09  Stefan Kost  <ensonic@users.sf.net>
6017
6018         * gst/playback/gstdecodebin2.c:
6019           Dont leak ghostpad. Fixes #475451.
6020
6021 2007-11-09  Wim Taymans  <wim.taymans@gmail.com>
6022
6023         * docs/design/design-decodebin.txt:
6024         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
6025         Update some more docs and comments.
6026
6027 2007-11-06  Tim-Philipp Müller  <tim at centricular dot net>
6028
6029         Patch by: Sebastien Moutte  <sebastien moutte net>
6030
6031         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_ntp_to_unix),
6032           (gst_rtcp_unix_to_ntp):
6033         * gst-libs/gst/rtp/gstrtppayloads.c: (gst_rtp_payload_info_for_name):
6034           Fix some C99-isms and and a missing function that some versions of
6035           MSVC don't like too much (#494346).
6036
6037         * win32/vs6/gst_plugins_base.dsw:
6038         * win32/vs6/libgstaudio.dsp:
6039         * win32/vs6/libgstrtp.dsp:
6040         * win32/vs6/libgsttag.dsp:
6041           Update vs6 projects files (#494346).
6042
6043 2007-11-06  Tim-Philipp Müller  <tim at centricular dot net>
6044
6045         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
6046
6047         * win32/common/libgstaudio.def:
6048         * win32/common/libgstcdda.def:
6049         * win32/common/libgstinterfaces.def:
6050         * win32/common/libgstnetbuffer.def:
6051         * win32/common/libgstpbutils.def:
6052         * win32/common/libgstrtp.def:
6053         * win32/common/libgstrtsp.def:
6054         * win32/common/libgsttag.def:
6055         * win32/common/libgstvideo.def:
6056           More missing symbols to export (fixes #493986).
6057
6058 2007-11-06  Sebastian Dröge  <slomo@circular-chaos.org>
6059
6060         * docs/libs/gst-plugins-base-libs-sections.txt:
6061         * gst-libs/gst/fft/gstfftf32.c:
6062         * gst-libs/gst/fft/gstfftf32.h:
6063         * gst-libs/gst/fft/gstfftf64.c:
6064         * gst-libs/gst/fft/gstfftf64.h:
6065         * gst-libs/gst/fft/gstffts16.c:
6066         * gst-libs/gst/fft/gstffts16.h:
6067         * gst-libs/gst/fft/gstffts32.c:
6068         * gst-libs/gst/fft/gstffts32.h:
6069         * tests/check/libs/fft.c: (GST_START_TEST):
6070         Remove the magnitude and phase calculation functions as these have
6071         very special use cases and can't even be used for the spectrum
6072         element. Also adjust the docs to mention some properties of the used
6073         FFT implemention, i.e. how the values are scaled. Fixes #492098.
6074
6075 2007-11-06  Tim-Philipp Müller  <tim at centricular dot net>
6076
6077         * gst/playback/gstplaybasebin.c: (queue_threshold_reached),
6078           (finish_source):
6079           Avoid crash when there are external subtitles (fixes #491722).
6080
6081 2007-11-03  Tim-Philipp Müller  <tim at centricular dot net>
6082
6083         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
6084         * ext/alsa/gstalsasrc.c: (gst_alsasrc_open):
6085           'Could not open resource for writing' is not an acceptable
6086           error message when we can't open the audio device (see #492334),
6087           even less so when we're trying to open it to record something.
6088
6089 2007-11-02  Tim-Philipp Müller  <tim at centricular dot net>
6090
6091         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
6092
6093         * win32/common/libgstrtp.def:
6094           Add some more missing symbols (#492813).
6095
6096 2007-11-02  Tim-Philipp Müller  <tim at centricular dot net>
6097
6098         Patch by: Thijs Vermeir <thijsvermeir@gmail.com>
6099
6100         * tests/check/elements/audioconvert.c: (verify_convert):
6101           Add check to make sure that the out caps have a channel layout
6102           set on them where they should have one.
6103
6104 2007-11-01  Tim-Philipp Müller  <tim at centricular dot net>
6105
6106         Patch by: Vincent Torri <vtorri at univ-evry dot fr>
6107
6108         * gst-libs/gst/fft/kiss_fft_s16.h: (KISS_FFT_S16_MALLOC):
6109         * gst-libs/gst/fft/kiss_fft_s32.h: (KISS_FFT_S32_MALLOC):
6110           Include our own _stdint.h instead of sys/types.h, makes MingW happy
6111           (#492306).
6112
6113         * gst-libs/gst/rtsp/gstrtspconnection.c: (gst_rtsp_connection_create):
6114           Use _pipe directly, GLib doesn't have a pipe() macro any longer
6115           (it disappeared in GLib 2.14.0) (#492306).
6116
6117         * gst-libs/gst/sdp/Makefile.am:
6118         * gst-libs/gst/sdp/gstsdpmessage.c:
6119           Fix includes and LIBS for win32/Mingw (#492306).
6120
6121         * tests/examples/dynamic/addstream.c (pause_play_stream):
6122           Use more portable g_usleep() instead of sleep() (#492306).
6123
6124 2007-11-01  Tim-Philipp Müller  <tim at centricular dot net>
6125
6126         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
6127
6128         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
6129           (gst_ring_buffer_parse_caps):
6130           Return NULL instead of an enum that happens to be 0, fixes warning
6131           on MSVC (#492114).
6132
6133         * gst-libs/gst/audio/gstringbuffer.h:
6134           No trailing commas in enum list (for gcc-2.9x).
6135
6136         * gst/videotestsrc/videotestsrc.c: (random_char):
6137           Make information loss explicit instead of implicitly truncating to
6138           eight bits via the return value.  Fixes runtime error on MSVC when
6139           using the debug CRT (#492114).
6140
6141         * win32/common/config.h.in:
6142           Fix a bunch of '#undef FOO bar', which MSVC doesn't like (#492114).
6143
6144         * win32/common/libgstinterfaces.def:
6145         * win32/common/libgstrtp.def:
6146           Export a few more symbols (#492114).
6147
6148 2007-11-01  Stefan Kost  <ensonic@users.sf.net>
6149
6150         * gst-libs/gst/audio/audio.c:
6151         * gst-libs/gst/audio/audio.h:
6152           Readd the deprecation guards, but preserve compilability.
6153
6154 2007-10-31  Tim-Philipp Müller  <tim at centricular dot net>
6155
6156         * gst/audioconvert/gstaudioconvert.c: (find_suitable_channel_layout),
6157           (gst_audio_convert_fixate_channels), (gst_audio_convert_fixate_caps):
6158           Preserve channel layout when fixating the number of channels in the
6159           output caps, or make sure there's a suitable channel position layout
6160           set on the caps if required. Fixes #430677.
6161
6162 2007-10-31  Tim-Philipp Müller  <tim at centricular dot net>
6163
6164         * tests/check/elements/decodebin.c: (test_text_plain_streams):
6165           Make sure the pipeline really operates in push mode as it should
6166           in this case.
6167
6168 2007-10-31  Tim-Philipp Müller  <tim at centricular dot net>
6169
6170         * gst-libs/gst/audio/audio.h:
6171           Don't guard deprecated enum with #ifndef DISABLE_DEPRECATED, or
6172           compilation with DISABLE_DEPRECATED and without REMOVE_DEPRECATED
6173           (ie. normal cvs builds) will fail.
6174
6175 2007-10-31  Stefan Kost  <ensonic@users.sf.net>
6176
6177         * docs/libs/Makefile.am:
6178         * gst-libs/gst/audio/audio.c:
6179         * gst-libs/gst/audio/audio.h:
6180         * gst-libs/gst/interfaces/mixer.c:
6181           tell gtk-doc about the deprecation guard. Apply more doc fixes.
6182
6183 2007-10-31  Tim-Philipp Müller  <tim at centricular dot net>
6184
6185         * tests/check/libs/audio.c: (init_value_to_channel_layout),
6186           (test_channel_layout_value_intersect), (audio_suite):
6187           Add simple unit test to make sure GstValue intersection
6188           of channel layouts works the way I think it does.
6189
6190 2007-10-30  Stefan Kost  <ensonic@users.sf.net>
6191
6192         * docs/libs/gst-plugins-base-libs-sections.txt:
6193         * gst-libs/gst/audio/gstaudiofilter.h:
6194         * gst-libs/gst/interfaces/mixer.h:
6195         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6196         * gst-libs/gst/rtp/gstbasertpdepayload.h:
6197         * gst-libs/gst/sdp/gstsdpmessage.c:
6198           Fix the docs according to what gtk-doc complained about.
6199
6200 2007-10-30  Stefan Kost  <ensonic@users.sf.net>
6201
6202         * tests/icles/stress-playbin.c:
6203           Fix the build.
6204
6205 2007-10-30  Tim-Philipp Müller  <tim at centricular dot net>
6206
6207         * gst/playback/gstdecodebin.c: (close_pad_link), (type_found):
6208         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
6209           Post nice/more useful error message if we don't have a decoder for
6210           the primary type.
6211
6212 2007-10-30  Wim Taymans  <wim.taymans@gmail.com>
6213
6214         * gst/playback/gstdecodebin2.c: (gst_decode_group_expose):
6215         Be a bit more useful, unblock the pads after we fired the no-more-pads
6216         signal so that we can use the signal to inspect and connect all pads
6217         without having to keep extra state outside of decodebin.
6218
6219 2007-10-30  Wim Taymans  <wim.taymans@gmail.com>
6220
6221         * gst/playback/gsturidecodebin.c:
6222         (gst_uri_decode_bin_autoplug_continue),
6223         (gst_uri_decode_bin_class_init), (no_more_pads_full):
6224         Implement default signal handler so that we return TRUE when nothing is
6225         connected.
6226
6227 2007-10-28  Sebastian Dröge  <slomo@circular-chaos.org>
6228
6229         * gst-libs/gst/riff/riff-media.c:
6230         (gst_riff_wavext_add_channel_layout),
6231         (gst_riff_wave_add_default_channel_layout),
6232         (gst_riff_wavext_get_default_channel_mask),
6233         (gst_riff_create_audio_caps):
6234         Use the ALSA channel layout as default for wav files without channel
6235         layout information. This fixes playback of chan-id.wav on 5.1 systems
6236         for example. Also refactor the channel layout setting a bit and add
6237         more default channel orders. Fixes #489010.
6238
6239 2007-10-26  Tim-Philipp Müller  <tim at centricular dot net>
6240
6241         * tests/check/libs/tag.c: (test_musicbrainz_tag_registration):
6242           GST_TAG_MUSICBRAINZ_SORTNAME is deprecated and we compile with
6243           -DGST_DISABLE_DEPRECATED, so use new GST_TAG_ARTIST_SORTNAME
6244           instead.
6245
6246 2007-10-25  Wim Taymans  <wim.taymans@gmail.com>
6247
6248         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
6249         (gst_decode_bin_dispose), (gst_decode_bin_set_caps),
6250         (gst_decode_bin_set_subs_encoding),
6251         (gst_decode_bin_get_subs_encoding), (gst_decode_bin_set_property),
6252         (gst_decode_bin_get_property), (analyze_new_pad):
6253         Move subtitle encoding property to decodebin2 so that it can set the
6254         property value on all elements that it autoplugs and that require it.
6255         Make caps refcounting more consistent in get/set.
6256
6257         * gst/playback/gsturidecodebin.c: (_gst_boolean_accumulator),
6258         (gst_uri_decode_bin_class_init), (gst_uri_decode_bin_init),
6259         (gst_uri_decode_bin_finalize), (gst_uri_decode_bin_set_property),
6260         (gst_uri_decode_bin_get_property), (proxy_unknown_type_signal),
6261         (proxy_autoplug_continue_signal),
6262         (proxy_autoplug_factories_signal), (proxy_autoplug_select_signal),
6263         (make_decoder):
6264         Proxy properties and relevant signals from the internal decodebin.
6265         Make properties MT safe.
6266
6267 2007-10-25  Tim-Philipp Müller  <tim at centricular dot net>
6268
6269         * gst-libs/gst/tag/tag.h: (GST_TAG_MUSICBRAINZ_SORTNAME):
6270         * gst-libs/gst/tag/tags.c:
6271           Deprecate GST_TAG_MUSICBRAINZ_SORTNAME, replaced by the newly-added
6272           GST_TAG_ARTIST_SORTNAME (in an API and ABI compatible way).
6273
6274         * gst-libs/gst/tag/gstid3tag.c: (tag_matches):
6275           Map ID3v2 TSOP, TSOA and TSOT frames to new SORTNAME tags (#414539).
6276
6277         * gst-libs/gst/tag/gstvorbistag.c: (tag_matches),
6278           (gst_tag_to_vorbis_comments):
6279           Map new SORTNAME tags (these tags aren't even semi-official, so I'm
6280           just mapping everything I found in the wild) (#414539).
6281
6282 2007-10-24  Wim Taymans  <wim.taymans@gmail.com>
6283
6284         Inspired by patch of: René Stadler <mail at renestadler dot de>
6285
6286         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
6287         (gst_decode_bin_autoplug_continue),
6288         (gst_decode_bin_autoplug_factories),
6289         (gst_decode_bin_autoplug_select), (analyze_new_pad), (connect_pad),
6290         (find_compatibles):
6291         * gst/playback/gstplay-marshal.list:
6292         Remove the autoplug-sort signal and replace it with a binding friendly
6293         autoplug-select signal.
6294         Add an autoplug-factories signal that can be used to generate a list of
6295         factories to try to autoplug.
6296         Add the GstPad to the autoplugging signal args as it might be needed to
6297         make a good factory selection.
6298         Fix up the marshallers for this. Fixes #407282.
6299
6300 2007-10-23  Tim-Philipp Müller  <tim at centricular dot net>
6301
6302         * gst-libs/gst/tag/gsttagdemux.c:
6303           Don't abort with an assertion if we receive a seek event with
6304           a start type of NONE (see launchpad bug #155878).
6305
6306 2007-10-22  Wim Taymans  <wim.taymans@gmail.com>
6307
6308         * sys/ximage/ximagesink.c: (gst_ximagesink_event_thread),
6309         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
6310         (gst_ximagesink_change_state), (gst_ximagesink_reset):
6311         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_event_thread),
6312         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_xcontext_clear),
6313         (gst_xvimagesink_change_state), (gst_xvimagesink_reset):
6314         Make sure that before we clean up the X resources, we shutdown and join
6315         the event thread.
6316         Also make sure the event thread does not shut down immediatly after
6317         startup because the running variable is not yet correctly set.
6318         Fixes #378770. 
6319
6320 2007-10-16  Wim Taymans  <wim.taymans@gmail.com>
6321
6322         * gst/playback/gstdecodebin.c: (new_pad), (type_found):
6323         Make the window for a race in typefind and shutting down smaller until
6324         we figure out the right locking here. Avoids #485753 usually.
6325
6326         * gst/playback/gstdecodebin2.c: (type_found), (pad_added_group_cb):
6327         Remove unneeded lock causing a race in typefind and shutting down.
6328         Fixes #485753.
6329
6330         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
6331         Also remove sinks when going to NULL because we might not complete the
6332         state change to PAUSED, causing the PAUSED->READY state change not to
6333         happen.
6334
6335 2007-10-16  Wim Taymans  <wim.taymans@gmail.com>
6336
6337         * gst-libs/gst/audio/gstbaseaudiosink.c:
6338         (gst_base_audio_sink_drain), (gst_base_audio_sink_change_state):
6339         Also explicitly release the ringbuffer when going to NULL because it
6340         is required in the setcaps function, before the state change to PAUSED
6341         completes.
6342
6343 2007-10-16  Tim-Philipp Müller  <tim at centricular dot net>
6344
6345         * tests/icles/.cvsignore:
6346         * tests/icles/Makefile.am:
6347         * tests/icles/stress-playbin.c:
6348           Does what it says on the tin.
6349
6350 2007-10-15  Wim Taymans  <wim.taymans@gmail.com>
6351
6352         * gst/playback/gstqueue2.c: (gst_queue_init), (gst_queue_push_one):
6353         Fix queue negotiation. See #486758.
6354
6355 2007-10-12  Jan Schmidt  <Jan.Schmidt@sun.com>
6356
6357         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
6358         (gst_xvimagesink_xwindow_new),
6359         (gst_xvimagesink_update_colorbalance),
6360         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get):
6361
6362         Fix handling of some of the X atoms. If the last parameter is True,
6363         XInternAtom won't create the atom if it doesn't exist, and therefore
6364         might return None. This causes X errors on Xv implementations that
6365         don't provide the colour balance attributes.
6366
6367 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
6368
6369         * gst-libs/gst/tag/gstvorbistag.c:
6370         * tests/check/libs/tag.c:
6371           Extract vorbis comment LICENSE tags correctly.
6372
6373 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
6374
6375         Patch by: Jason Kivlighn  <jkivlighn gmail com>
6376
6377         * gst-libs/gst/tag/gstid3tag.c:
6378         * tests/check/libs/tag.c:
6379           Map ID3v2 WCOP frame to GST_TAG_COPYRIGHT_URI (#447000).
6380
6381 2007-10-10  Tim-Philipp Müller  <tim at centricular dot net>
6382
6383         * gst-libs/gst/tag/gsttagdemux.c:
6384           Don't error out when a buggy downstream element doesn't
6385           handle the newsegment event we send properly (especially
6386           not without posting a meaningful error message on the
6387           bus). See bug #471370 and launchpad bug #136264.
6388
6389 2007-10-10  Wim Taymans  <wim.taymans@gmail.com>
6390
6391         * gst-libs/gst/audio/gstbaseaudiosink.c:
6392         (gst_base_audio_sink_drain):
6393         Use new basesink method to make our EOS drain interruptable.
6394
6395 2007-10-10  Jan Schmidt  <Jan.Schmidt@sun.com>
6396
6397         * gst-libs/gst/rtp/gstrtppayloads.c:
6398         Fix silly search-replace oversight.
6399
6400 2007-10-09  Wim Taymans  <wim.taymans@gmail.com>
6401
6402         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
6403
6404         * gst-libs/gst/rtp/gstbasertppayload.c: (copy_fixed),
6405         (gst_basertppayload_set_outcaps):
6406         Fix caps memleak. Fixes #484989.
6407
6408
6409 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
6410
6411         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6412         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain):
6413         Fix debug output.
6414
6415 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
6416
6417         * gst-libs/gst/audio/gstbaseaudiosrc.c:
6418         (gst_base_audio_src_create):
6419         Also handle the case where there is no clock set on the audio source,
6420         like in the unit tests.
6421
6422 2007-10-08  Jan Schmidt  <Jan.Schmidt@sun.com>
6423
6424         * gst-libs/gst/rtp/gstrtppayloads.c:
6425         Use unsigned G_MAXUINT8 instead of -1 to initialise a guint8
6426         to avoid compiler warnings
6427
6428 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
6429
6430         * gst/playback/gstdecodebin.c: (type_found),
6431         (gst_decode_bin_change_state):
6432         * gst/playback/gstdecodebin2.c: (type_found),
6433         (gst_decode_bin_change_state):
6434         Don't disconnect the have_type signal because we never reconnect it
6435         later on. Instead keep a variable to see if we already detected a type.
6436
6437 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
6438
6439         * gst/playback/gstdecodebin.c: (add_fakesink), (type_found):
6440         * gst/playback/gstdecodebin2.c: (gst_decode_bin_init),
6441         (type_found):
6442         Unlink the signal handler when we found the type, we're not going to do
6443         anything sensible with more type_found signals anyway.
6444
6445 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
6446
6447         * gst-libs/gst/tag/gsttagdemux.c:
6448           Don't leak caps.
6449
6450 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
6451
6452         * gst-libs/gst/tag/Makefile.am:
6453         * gst-libs/gst/tag/gsttagdemux.c:
6454         * gst-libs/gst/tag/gsttagdemux.h:
6455           API: add GstTagDemux base class for simple tag demuxers.
6456
6457         * docs/libs/gst-plugins-base-libs-docs.sgml:
6458         * docs/libs/gst-plugins-base-libs-sections.txt:
6459           Add GstTagDemux to docs.
6460
6461 2007-10-05  Sebastian Dröge  <slomo@circular-chaos.org>
6462
6463         * gst-libs/gst/rtp/gstrtpbuffer.c:
6464         (gst_rtp_buffer_get_payload_subbuffer):
6465         Fix bug introduced with last commit which inverted the logic and
6466         caused all buffers to be dropped. Fixes #483620.
6467         Thanks to Laurent Glayal <spglegle at yahoo dot fr> for noticing.
6468
6469 2007-10-04  Stefan Kost  <ensonic@users.sf.net>
6470
6471         * gst-libs/gst/rtp/gstrtpbuffer.c:
6472           Replace g_return_if_val (as it could be disabled), with regular return
6473           and warning.
6474
6475 2007-10-03  Stefan Kost  <ensonic@users.sf.net>
6476
6477         * tests/check/pipelines/simple-launch-lines.c:
6478           Print message name and not just number.
6479
6480 2007-10-02  Wim Taymans  <wim.taymans@gmail.com>
6481
6482         * gst-libs/gst/audio/gstbaseaudiosink.c:
6483         (gst_base_audio_sink_async_play):
6484         When slaved to the clock, don't try to align a sample with the previous
6485         one when going to PLAYING again.
6486
6487 2007-10-02  Stefan Kost  <ensonic@users.sf.net>
6488
6489         * tests/examples/snapshot/snapshot.c:
6490           Fix the build.
6491
6492 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
6493
6494         * gst-libs/gst/sdp/gstsdpmessage.h:
6495         Add RFC 3556 bandwidth modifiers.
6496
6497 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
6498
6499         * docs/libs/gst-plugins-base-libs-docs.sgml:
6500         * docs/libs/gst-plugins-base-libs-sections.txt:
6501         * gst-libs/gst/rtp/gstrtppayloads.c:
6502         Update documentation.
6503
6504 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
6505
6506         * gst-libs/gst/rtp/Makefile.am:
6507         * gst-libs/gst/rtp/gstrtppayloads.c: (gst_rtp_payload_info_for_pt),
6508         (gst_rtp_payload_info_for_name):
6509         * gst-libs/gst/rtp/gstrtppayloads.h:
6510         Added new file and header to deal with payload info.
6511
6512         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data),
6513         (gst_rtp_buffer_default_clock_rate):
6514         * gst-libs/gst/rtp/gstrtpbuffer.h:
6515         Payload specific stuff is move to new headers.
6516         Implement _default_clock rate using the new payload function.
6517
6518         * gst-libs/gst/sdp/gstsdpmessage.c: (is_multicast_address),
6519         (gst_sdp_parse_line):
6520         * gst-libs/gst/sdp/gstsdpmessage.h:
6521         Add some more comments.
6522
6523 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
6524
6525         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
6526         (sdp_check_header), (sdp_type_find), (plugin_init):
6527         Add typefind function for application/sdp.
6528         Remove some old dirac typefind code that was ifdeffed out.
6529
6530 2007-09-29  Sebastien Moutte <sebastien@moutte.net>
6531
6532         * win32/common/libgstaudio.def:
6533         Add new exported functions.
6534         * win32/vs6/grammar.dsp:
6535         Add autogeneration and copy of some autegenerated files from win32/common
6536         for rtsp library.
6537         * win32/vs6/libgstaudioconvert.dsp:
6538         Add gstaudioquantize.c to the build.
6539         * win32/vs6/libgstinterfaces.dsp:
6540         Add videoorientation.c to the build.
6541         * win32/vs6/libgstriff.dsp:
6542         Add libgsttag to the link libraries list.
6543         * win32/vs6/libgstvolume.dsp:
6544         Add liboil to the link.
6545         * win32/vs6/gst_plugins_base.dsw:
6546         * win32/vs6/libgstrtsp.dsp:
6547         * win32/common/libgstrtsp.def:
6548         Add files to build libgstrtsp library.
6549         
6550 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
6551
6552         * tests/examples/snapshot/snapshot.c: (main):
6553         Print error when pipeline failed to construct.
6554
6555 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
6556
6557         * configure.ac:
6558         * gst-libs/gst/tag/gstid3tag.c:
6559         * gst-libs/gst/tag/gstvorbistag.c:
6560           Add mappings for the new GST_TAG_COMPOSER for vorbis comments
6561           and ID3v2 tags.
6562
6563 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
6564
6565         * gst-libs/gst/floatcast/floatcast.h:
6566           Don't include config.h in an installed public header, this
6567           might break compilation of applications that don't have such
6568           a header and doesn't necessarily do what it's supposed to do
6569           anyway (ie. check for the lrint/lrintf defines) (#442065).
6570           Add docs for the various macros and document how this header
6571           has to be used (link against libm, etc.); add a few FIXMEs;
6572           include math.h for non-c99 code path.  Based on patch by
6573           Jan Schmidt.
6574           
6575 2007-09-25  Sebastian Dröge  <slomo@circular-chaos.org>
6576
6577         * configure.ac:
6578         Use AG_GST_ARG_WITH_PLUGINS and AG_GST_ARG_ENABLE_EXTERNAL instead
6579         of duplicating these macros in configure.ac.
6580
6581 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6582
6583         * po/hu.po:
6584         * po/sv.po:
6585         * po/uk.po:
6586           Updated translations to 0.10.14
6587
6588 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6589
6590         translated by: Jakub Bogusz <qboosh@pld-linux.org>
6591
6592         * po/pl.po:
6593           Added Polish translation.
6594
6595 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6596
6597         translated by: Ilkka Tuohela <hile@iki.fi>
6598
6599         * po/fi.po:
6600           Added Finnish translation.
6601
6602 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6603
6604         translated by: Jorge González González <aloriel@gmail.com>
6605
6606         * po/es.po:
6607           Added Spanish translation.
6608
6609 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6610
6611         translated by: Mogens Jaeger <mogens@jaeger.tf>
6612
6613         * po/da.po:
6614           Added Danish translation.
6615
6616 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6617
6618         translated by: Funda Wang <fundawang@linux.net.cn>
6619
6620         * po/zh_CN.po:
6621           Added Chinese (simplified) translation.
6622
6623 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6624
6625         translated by: Alexander Shopov <ash@contact.bg>
6626
6627         * po/bg.po:
6628           Added Bulgarian translation.
6629
6630 2007-09-21  Wim Taymans  <wim.taymans@gmail.com>
6631
6632         * gst/playback/gstqueue2.c: (gst_queue_push_one):
6633         Fix compilation wrt printf arguments.
6634
6635 2007-09-20  Wim Taymans  <wim.taymans@gmail.com>
6636
6637         * configure.ac:
6638         * tests/examples/Makefile.am:
6639         * tests/examples/snapshot/.cvsignore:
6640         * tests/examples/snapshot/Makefile.am:
6641         * tests/examples/snapshot/snapshot.c: (main):
6642         Add simple snapshot example program using appsink.
6643
6644 2007-09-20  Stefan Kost  <ensonic@users.sf.net>
6645
6646         * tests/check/generic/states.c:
6647           Improved state change unit test.
6648
6649 2007-09-19  Stefan Kost  <ensonic@users.sf.net>
6650
6651         * docs/plugins/.cvsignore:
6652         * tests/check/.cvsignore:
6653           Ignore registries in any format.
6654
6655 2007-09-19  Wim Taymans  <wim.taymans@gmail.com>
6656
6657         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6658         (gst_base_rtp_depayload_chain),
6659         (gst_base_rtp_depayload_set_gst_timestamp):
6660         Only copy timestamp on outgoing packets if the depayloader did not set
6661         one.
6662         Also copy duration on outgoing packets.
6663
6664 2007-09-19  Wim Taymans  <wim.taymans@gmail.com>
6665
6666         * gst-libs/gst/rtp/gstbasertppayload.c: (copy_fixed),
6667         (gst_basertppayload_set_outcaps):
6668         Fix compilation because of missing %d in printf.
6669         When fixating caps, fixate what we can and throw away all remaining
6670         unfixed caps, subclasses should do something smart if they need to.
6671
6672 2007-09-19  Stefan Kost  <ensonic@users.sf.net>
6673
6674         * ext/gnomevfs/gstgnomevfssrc.c:
6675           Improve debug logs a bit and be more verbose if things go wrong.
6676
6677 2007-09-17  Jan Schmidt  <Jan.Schmidt@sun.com>
6678
6679         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
6680         (gst_text_overlay_set_property):
6681         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
6682         * gst-libs/gst/audio/gstbaseaudiosink.c:
6683         (gst_base_audio_sink_render):
6684         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_ntp_to_unix),
6685         (gst_rtcp_unix_to_ntp):
6686         * gst-libs/gst/rtsp/gstrtspmessage.c: (gst_rtsp_message_get_type):
6687         * gst/playback/gstqueue2.c:
6688         * tests/examples/seek/seek.c: (set_scale):
6689         Fix a bunch of compile warnings shown with Forte.
6690
6691         * gst/audiorate/gstaudiorate.c:
6692         Always pull in config.h before including any system headers.
6693
6694 2007-09-17  Wim Taymans  <wim.taymans@gmail.com>
6695
6696         * gst/playback/gstqueue2.c: (update_buffering),
6697         (gst_queue_locked_flush), (gst_queue_locked_enqueue),
6698         (gst_queue_handle_sink_event), (gst_queue_chain),
6699         (gst_queue_push_one), (gst_queue_sink_activate_push),
6700         (gst_queue_src_activate_push), (gst_queue_src_activate_pull):
6701         Also fix #476514 for queue2.
6702
6703 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
6704
6705         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6706         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_setcaps),
6707         (gst_base_rtp_depayload_chain),
6708         (gst_base_rtp_depayload_handle_sink_event),
6709         (gst_base_rtp_depayload_push_full),
6710         (gst_base_rtp_depayload_set_gst_timestamp),
6711         (gst_base_rtp_depayload_change_state):
6712         Remove code to deal with RTP to GST time conversion, we now just copy
6713         the GST timestamp we receive to the outgoing buffers.
6714         Handle segment and flushes correctly.
6715
6716         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
6717         When we have no valid input timestamp, use the previous rtp timestamp on
6718         the outgoing RTP packet instead of the RTP base time.
6719
6720 2007-09-15  David Schleef  <ds@schleef.org>
6721
6722         * ext/alsa/gstalsa.c:
6723         * ext/alsa/gstalsadeviceprobe.c:
6724         * ext/alsa/gstalsamixer.c:
6725         * ext/alsa/gstalsasink.c:
6726         * ext/alsa/gstalsasrc.c:
6727           Change alsa alloca's to malloc to fix warnings on gcc-4.2.
6728
6729 2007-09-15  Wim Taymans  <wim.taymans@gmail.com>
6730
6731         * gst-libs/gst/rtp/gstbasertppayload.c:
6732         (gst_basertppayload_set_outcaps), (gst_basertppayload_push):
6733         Add some debug info when negotiating caps.
6734
6735 2007-09-14  Wim Taymans  <wim.taymans@gmail.com>
6736
6737         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data):
6738         A buffer with an empty payload is also a valid buffer.
6739
6740 2007-09-14  Wim Taymans  <wim.taymans@gmail.com>
6741
6742         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_event),
6743         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
6744         (gst_basertppayload_change_state):
6745         Make sure we start our RTP timestamp from the random base RTP
6746         timestamp even if the buffer timestamp starts from some random value.
6747
6748 2007-09-14  Wim Taymans  <wim.taymans@gmail.com>
6749
6750         * configure.ac:
6751         * tests/examples/Makefile.am:
6752         * tests/examples/dynamic/.cvsignore:
6753         * tests/examples/dynamic/Makefile.am:
6754         * tests/examples/dynamic/addstream.c: (create_stream),
6755         (pause_play_stream), (message_received), (eos_message_received),
6756         (perform_step), (main):
6757         Add simple exmple app to demonstrate starting and pausing live and
6758         non-live bins in a PLAYING pipeline.
6759
6760 2007-09-14  Julien MOUTTE  <julien@moutte.net>
6761
6762         * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add some
6763         typefind for QCP files (RFC #3625)
6764
6765 2007-09-13  Wim Taymans  <wim.taymans@gmail.com>
6766
6767         * gst-libs/gst/audio/gstbaseaudiosink.c:
6768         (gst_base_audio_sink_init):
6769         Disable pull mode scheduling, we're not ready for it yet and it subtly
6770         breaks a lot of things.
6771
6772 2007-09-12  Tim-Philipp Müller  <tim at centricular dot net>
6773
6774         * tests/check/elements/libvisual.c:
6775           Test all libvisual plugins, not just the first one; this reproduces
6776           bug #450336 quite easily.  Looks like a problem with the 'jess'
6777           visualisation.
6778
6779 2007-09-12  Tim-Philipp Müller  <tim at centricular dot net>
6780
6781         * tests/check/Makefile.am:
6782         * tests/check/elements/.cvsignore:
6783         * tests/check/elements/libvisual.c:
6784           Add basic libvisual test case in an attempt to reproduce bug #450336.
6785           Doesn't reproduce that bug, but some other crasher instead (invalid
6786           free), at least with make elements/libvisual.forever and the bumscope
6787           plugin on x86-64/gutsy. Leaving test disabled for now.
6788
6789 2007-09-11  Wim Taymans  <wim.taymans@gmail.com>
6790
6791         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
6792
6793         * gst-libs/gst/rtsp/gstrtspconnection.c:
6794         (gst_rtsp_connection_read_internal), (gst_rtsp_connection_read),
6795         (read_body), (gst_rtsp_connection_receive):
6796         Make sure we can not cancel in the middle of receiving a message.
6797         Fixes #475731.
6798
6799 2007-09-11  Tim-Philipp Müller  <tim at centricular dot net>
6800
6801         Patch by: Josep Torra Valles <josep@fluendo.com>
6802
6803         * gst/playback/gstplaybasebin.c:
6804           Increase upper limit for audio queue a bit; fixes preroll problem
6805           with playbin and decodebin2 when playing a quicktime trailer with
6806           multichannel audio via http (#464666).
6807
6808 2007-09-10  Wim Taymans  <wim.taymans@gmail.com>
6809
6810         * gst-libs/gst/audio/gstbaseaudiosrc.c:
6811         (gst_base_audio_src_class_init), (gst_base_audio_src_init),
6812         (gst_base_audio_src_provide_clock),
6813         (gst_base_audio_src_set_property),
6814         (gst_base_audio_src_get_property), (gst_base_audio_src_create):
6815         * gst-libs/gst/audio/gstbaseaudiosrc.h:
6816         Allow othe clocks than the internal clock to be used for the pipeline.
6817         Add property to disable clock provide.
6818         API: GstBaseAudioSrc::provide-clock
6819
6820 2007-09-10  Stefan Kost  <ensonic@users.sf.net>
6821
6822         * gst/playback/gstdecodebin2.c:
6823           Don't leak request pads. Fixes #475395.
6824
6825 2007-09-09  Sebastian Dröge  <slomo@circular-chaos.org>
6826
6827         Patch by: René Stadler <mail at renestadler dot de>
6828
6829         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
6830         (gst_ximage_buffer_class_init):
6831         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
6832         (gst_xvimage_buffer_class_init):
6833         Correctly chain up finalize with the parent class to prevent
6834         memory leaks. Fixes #474880.
6835
6836 2007-09-09  Sebastian Dröge  <slomo@circular-chaos.org>
6837
6838         * gst/volume/gstvolume.c: (volume_choose_func):
6839         * tests/check/elements/volume.c: (GST_START_TEST):
6840         Revert the latest change: floating point samples are allowed to
6841         have any value, not only values in the range [-1,1]. Thanks to Andy
6842         Wingo for noticing.
6843         Also fix processing of int32 samples with volumes > 4 by making the
6844         unity value smaller which prevents overflows.
6845
6846 2007-09-07  Tim-Philipp Müller  <tim at centricular dot net>
6847
6848         * gst-libs/gst/rtp/gstrtpbuffer.c:
6849         * tests/check/libs/rtp.c:
6850           Fix gst_rtp_buffer_set_csrc() and enable csrc-related unit test checks.
6851
6852 2007-09-07  Tim-Philipp Müller  <tim at centricular dot net>
6853
6854         Based on patch by: Haakon Sporsheim  <haakon.sporsheim at tandberg com>
6855
6856         * gst-libs/gst/rtp/gstrtpbuffer.c:
6857           Fix up GstRTPHeader helper struct so that compilers will not under
6858           any circumstances add padding in between our fields, as currently
6859           happens with MSVC on win32, because that would lead to us sending
6860           out RTP payloads with broken RTP headers (#471194).
6861           Fix assertion guards for gst_rtp_buffer_get_csrc() and _set_csrc().
6862           
6863         * tests/check/Makefile.am:
6864         * tests/check/libs/.cvsignore:
6865         * tests/check/libs/rtp.c:
6866           Add some simple unit tests for GstRTPBuffer. Some are disabled
6867           because the code tested still needs fixing (set_csrc() does not work).
6868
6869 2007-09-07  Tim-Philipp Müller  <tim at centricular dot net>
6870
6871         * win32/MANIFEST:
6872         * win32/common/gstrtsp-enumtypes.c:
6873         * win32/common/gstrtsp-enumtypes.h:
6874         * win32/common/interfaces-enumtypes.c:
6875         * win32/common/interfaces-enumtypes.h:
6876         * win32/common/multichannel-enumtypes.c:
6877           Add rtsp enumtypes (#474384) and update others.
6878
6879 2007-09-06  Stefan Kost  <ensonic@users.sf.net>
6880
6881         * configure.ac:
6882           Fix configure check for HAVE_LIBXML_HTML.
6883
6884 2007-09-06  Tim-Philipp Müller  <tim at centricular dot net>
6885
6886         * tests/check/libs/.cvsignore:
6887           Ignore more, in case the build bots work again one day.
6888
6889 2007-09-06  Sebastian Dröge  <slomo@circular-chaos.org>
6890
6891         Reviewed by:  Stefan Kost  <ensonic@users.sf.net>
6892
6893         * configure.ac:
6894         * gst-libs/gst/Makefile.am:
6895         * gst-libs/gst/fft/Makefile.am:
6896         * gst-libs/gst/fft/_kiss_fft_guts_f32.h:
6897         * gst-libs/gst/fft/_kiss_fft_guts_f64.h:
6898         * gst-libs/gst/fft/_kiss_fft_guts_s16.h:
6899         * gst-libs/gst/fft/_kiss_fft_guts_s32.h:
6900         * gst-libs/gst/fft/gstfft.c: (gst_fft_next_fast_length):
6901         * gst-libs/gst/fft/gstfft.h:
6902         * gst-libs/gst/fft/gstfftf32.c: (gst_fft_f32_new),
6903         (gst_fft_f32_fft), (gst_fft_f32_inverse_fft), (gst_fft_f32_free),
6904         (gst_fft_f32_window), (gst_fft_f32_magnitude), (gst_fft_f32_phase):
6905         * gst-libs/gst/fft/gstfftf32.h:
6906         * gst-libs/gst/fft/gstfftf64.c: (gst_fft_f64_new),
6907         (gst_fft_f64_fft), (gst_fft_f64_inverse_fft), (gst_fft_f64_free),
6908         (gst_fft_f64_window), (gst_fft_f64_magnitude), (gst_fft_f64_phase):
6909         * gst-libs/gst/fft/gstfftf64.h:
6910         * gst-libs/gst/fft/gstffts16.c: (gst_fft_s16_new),
6911         (gst_fft_s16_fft), (gst_fft_s16_inverse_fft), (gst_fft_s16_free),
6912         (gst_fft_s16_window), (gst_fft_s16_magnitude), (gst_fft_s16_phase):
6913         * gst-libs/gst/fft/gstffts16.h:
6914         * gst-libs/gst/fft/gstffts32.c: (gst_fft_s32_new),
6915         (gst_fft_s32_fft), (gst_fft_s32_inverse_fft), (gst_fft_s32_free),
6916         (gst_fft_s32_window), (gst_fft_s32_magnitude), (gst_fft_s32_phase):
6917         * gst-libs/gst/fft/gstffts32.h:
6918         * gst-libs/gst/fft/kiss_fft_f32.c: (kf_bfly2), (kf_bfly4),
6919         (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
6920         (kiss_fft_f32_alloc), (kiss_fft_f32_stride), (kiss_fft_f32),
6921         (kiss_fft_f32_cleanup), (kiss_fft_f32_next_fast_size):
6922         * gst-libs/gst/fft/kiss_fft_f32.h:
6923         * gst-libs/gst/fft/kiss_fft_f64.c: (kf_bfly2), (kf_bfly4),
6924         (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
6925         (kiss_fft_f64_alloc), (kiss_fft_f64_stride), (kiss_fft_f64),
6926         (kiss_fft_f64_cleanup), (kiss_fft_f64_next_fast_size):
6927         * gst-libs/gst/fft/kiss_fft_f64.h:
6928         * gst-libs/gst/fft/kiss_fft_s16.c: (kf_bfly2), (kf_bfly4),
6929         (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
6930         (kiss_fft_s16_alloc), (kiss_fft_s16_stride), (kiss_fft_s16),
6931         (kiss_fft_s16_cleanup), (kiss_fft_s16_next_fast_size):
6932         * gst-libs/gst/fft/kiss_fft_s16.h:
6933         * gst-libs/gst/fft/kiss_fft_s32.c: (kf_bfly2), (kf_bfly4),
6934         (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
6935         (kiss_fft_s32_alloc), (kiss_fft_s32_stride), (kiss_fft_s32),
6936         (kiss_fft_s32_cleanup), (kiss_fft_s32_next_fast_size):
6937         * gst-libs/gst/fft/kiss_fft_s32.h:
6938         * gst-libs/gst/fft/kiss_fftr_f32.c: (kiss_fftr_f32_alloc),
6939         (kiss_fftr_f32), (kiss_fftri_f32):
6940         * gst-libs/gst/fft/kiss_fftr_f32.h:
6941         * gst-libs/gst/fft/kiss_fftr_f64.c: (kiss_fftr_f64_alloc),
6942         (kiss_fftr_f64), (kiss_fftri_f64):
6943         * gst-libs/gst/fft/kiss_fftr_f64.h:
6944         * gst-libs/gst/fft/kiss_fftr_s16.c: (kiss_fftr_s16_alloc),
6945         (kiss_fftr_s16), (kiss_fftri_s16):
6946         * gst-libs/gst/fft/kiss_fftr_s16.h:
6947         * gst-libs/gst/fft/kiss_fftr_s32.c: (kiss_fftr_s32_alloc),
6948         (kiss_fftr_s32), (kiss_fftri_s32):
6949         * gst-libs/gst/fft/kiss_fftr_s32.h:
6950         * gst-libs/gst/fft/kiss_version:
6951         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
6952         * pkgconfig/gstreamer-plugins-base.pc.in:
6953         Add libgstfft, a FFT library based on Kiss FFT which is
6954         BSD licensed. Supported sample formats are int16, int32,
6955         float and double. For those formats a real FFT and IFFT
6956         can be done, different windowing functions can be applied
6957         and functions for extracting the magnitude and phase exist.
6958         Fixes #468619.
6959
6960         * docs/libs/Makefile.am:
6961         * docs/libs/gst-plugins-base-libs-docs.sgml:
6962         * docs/libs/gst-plugins-base-libs-sections.txt:
6963         Integrate libgstfft into the docs.
6964
6965         * tests/check/Makefile.am:
6966         * tests/check/libs/fft.c: (GST_START_TEST), (fft_suite), (main):
6967         Add unit tests for libgstfft, currently only testing the FFT.
6968         Unit tests for IFFT will follow soon.
6969
6970 2007-09-05  Wim Taymans  <wim.taymans@gmail.com>
6971
6972         Patch by: Peter Kjellerstedt  <pkj at axis com>
6973
6974         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_time_init),
6975         (gst_sdp_message_init), (gst_sdp_message_uninit),
6976         (is_multicast_address), (gst_sdp_message_as_text),
6977         (gst_sdp_message_get_origin), (gst_sdp_message_set_connection),
6978         (gst_sdp_message_get_connection), (gst_sdp_message_add_bandwidth),
6979         (gst_sdp_message_add_time), (gst_sdp_message_add_zone),
6980         (gst_sdp_message_get_key), (gst_sdp_message_get_attribute_val_n),
6981         (gst_sdp_message_get_attribute_val), (gst_sdp_message_add_media),
6982         (gst_sdp_media_init), (gst_sdp_media_uninit),
6983         (gst_sdp_media_as_text), (gst_sdp_media_set_port_info),
6984         (gst_sdp_media_connections_len), (gst_sdp_media_add_connection),
6985         (gst_sdp_media_bandwidths_len), (gst_sdp_media_get_bandwidth),
6986         (gst_sdp_media_add_bandwidth), (gst_sdp_media_attributes_len),
6987         (gst_sdp_parse_line), (print_media), (gst_sdp_message_dump):
6988         * gst-libs/gst/sdp/gstsdpmessage.h:
6989         Separate INIT_ARRAY() and related macros into two versions, one for
6990         structures and one for pointers (e.g., INIT_ARRAY() and
6991         INIT_PTR_ARRAY()). This fixes a segmentation error on freeing the
6992         lists of emails and phone numbers.
6993         Add missing const as appropriate.
6994         Change all gint to guint since they all actually represent unsigned
6995         values.
6996         Do not use time as a variable name as it shadows the global time().
6997         Add gst_sdp_message_as_text() and gst_sdp_media_as_text().
6998         Actually implement gst_sdp_message_add_time().
6999         Make gst_sdp_message_add_time() take repeat times as an argument.
7000         Store repeat times in GstSDPTime as a GArray rather than as gchar**.
7001         Corrected the definition of gst_sdp_media_get_bandwidth() (was
7002         misspelled as badwidth).
7003         gst-indented and a little clean up. Fixes #471067.
7004
7005 2007-09-05  Sebastian Dröge  <slomo@circular-chaos.org>
7006
7007         * gst/volume/gstvolume.c: (volume_choose_func),
7008         (volume_process_double), (volume_process_double_clamp),
7009         (volume_process_float_clamp):
7010         Correctly clamp float/double samples in the [-1.0,1.0] range to
7011         prevent weird effects.
7012         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
7013         Add unit tests for all samples types that had none before.
7014
7015 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
7016
7017         * gst-libs/gst/rtp/gstrtpbuffer.c:
7018           Need to include stdlib.h for abs() here too.
7019
7020 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
7021
7022         * gst/playback/gststreaminfo.c:
7023           Fix build.
7024
7025 2007-09-05  Stefan Kost  <ensonic@users.sf.net>
7026
7027         * gst/playback/gststreaminfo.c:
7028           Clean up some half-disabled code and comment.
7029
7030 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
7031
7032         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
7033
7034         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
7035         (gst_base_rtp_payload_audio_handle_event):
7036         Return FALSE from the event handler to let the parent class handle the
7037         event. Fixes #446766.
7038
7039         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7040         (gst_base_rtp_depayload_chain), (gst_base_rtp_depayload_push_full):
7041         Mark outgoing buffers as DISCONT if the incomming buffer was DISCONT.
7042
7043         * gst-libs/gst/rtp/gstbasertppayload.c:
7044         Bump the MTU to 1400.
7045
7046 2007-09-03  Johan Dahlin  <jdahlin@async.com.br>
7047
7048         * gst/typefind/gsttypefindfunctions.c (plugin_init): 
7049         Add an audio/x-nsf typefind function for the nsfdec element.
7050
7051 2007-09-03  Renato Filho  <renato.filho@indt.org.br>
7052         * gst/playback/gstplaybasebin.c:
7053         Included "myth://" on stream_uris list for enable buffering to mythtv files
7054
7055 2007-09-03  Wim Taymans  <wim.taymans@gmail.com>
7056
7057         * docs/libs/gst-plugins-base-libs-sections.txt:
7058         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_packet_get_rb),
7059         (gst_rtcp_packet_sdes_copy_entry), (gst_rtcp_ntp_to_unix),
7060         (gst_rtcp_unix_to_ntp):
7061         * gst-libs/gst/rtp/gstrtcpbuffer.h:
7062         Fix parsing of RB blocks.
7063         Fix docs.
7064         Added helper functions to convert to/from UNIX and NTP time.
7065         API: gst_rtcp_ntp_to_unix()
7066         API: gst_rtcp_unix_to_ntp()
7067
7068         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data),
7069         (gst_rtp_buffer_get_header_len),
7070         (gst_rtp_buffer_get_extension_data),
7071         (gst_rtp_buffer_get_payload_subbuffer),
7072         (gst_rtp_buffer_get_payload_len), (gst_rtp_buffer_get_payload),
7073         (gst_rtp_buffer_ext_timestamp):
7074         * gst-libs/gst/rtp/gstrtpbuffer.h:
7075         Fix some more docs.
7076         Implement handling of packets with extensions.
7077         Fix padding check in _validate().
7078         Added function to get extension data.
7079         API: gst_rtp_buffer_get_header_len()
7080         API: gst_rtp_buffer_get_extension_data()
7081
7082 2007-09-03  Wim Taymans  <wim.taymans@gmail.com>
7083
7084         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7085         (gst_base_rtp_depayload_class_init),
7086         (gst_base_rtp_depayload_set_gst_timestamp):
7087         Add some more docs for the queue-delay property and fix a typo in a
7088         comment.
7089
7090         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
7091         Fix typo.
7092
7093 2007-09-03  Wim Taymans  <wim.taymans@gmail.com>
7094
7095         * gst-libs/gst/audio/gstbaseaudiosink.c:
7096         (gst_base_audio_sink_skew_slaving), (gst_base_audio_sink_render),
7097         (gst_base_audio_sink_change_state):
7098         When skew slaving, try to hover around the middle of a segment so that
7099         we at most drift by half a segment.
7100         If we are aligning in the oposite direction of the clock skew, we don't
7101         have to resync.
7102
7103 2007-08-31  Wim Taymans  <wim.taymans@gmail.com>
7104
7105         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7106         (gst_base_rtp_depayload_setcaps),
7107         (gst_base_rtp_depayload_set_gst_timestamp):
7108         Be less silly with the segment start, just apply the clock-base to the
7109         timestamp.
7110
7111 2007-08-31  Wim Taymans  <wim.taymans@gmail.com>
7112
7113         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7114         (gst_base_rtp_depayload_class_init),
7115         (gst_base_rtp_depayload_finalize),
7116         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
7117         (gst_base_rtp_depayload_handle_sink_event),
7118         (gst_base_rtp_depayload_set_gst_timestamp),
7119         (gst_base_rtp_depayload_change_state):
7120         * gst-libs/gst/rtp/gstbasertpdepayload.h:
7121         Deprecate the queue handling thread thing and remove the code.
7122         Use new method to calculate the extended timestamp.
7123
7124 2007-08-31  Wim Taymans  <wim.taymans@gmail.com>
7125
7126         * gst-libs/gst/rtp/gstrtcpbuffer.c:
7127         (gst_rtcp_packet_sdes_copy_entry):
7128         Use g_strndup which does exactly what we want.
7129
7130         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_compare_seqnum),
7131         (gst_rtp_buffer_ext_timestamp):
7132         * gst-libs/gst/rtp/gstrtpbuffer.h:
7133         Add helper function to compare seqnums.
7134         Add helper function to calculate extended timestamps.
7135         API: gst_rtp_buffer_compare_seqnum()
7136         API: gst_rtp_buffer_ext_timestamp()
7137
7138 2007-08-30  Wim Taymans  <wim.taymans@gmail.com>
7139
7140         * gst-libs/gst/rtp/gstrtcpbuffer.c:
7141         (gst_rtcp_packet_sdes_get_entry),
7142         (gst_rtcp_packet_sdes_copy_entry):
7143         * gst-libs/gst/rtp/gstrtcpbuffer.h:
7144         Fix and document SDES item data function.
7145         Add new function that makes a proper copy of SDES item data.
7146         API: gst_rtcp_packet_sdes_copy_entry()
7147
7148 2007-08-30  Stefan Kost  <ensonic@users.sf.net>
7149
7150         * configure.ac:
7151         * gst/Makefile.am:
7152           The tcp and subparse plugins are under gst, but not totaly free of
7153           dependencies. Handle selection inconfigure.ac, so that they show up
7154           on the final list of what is build and what is not. Maybe they should
7155           better be moved to ext.
7156
7157 2007-08-30  Stefan Kost  <ensonic@users.sf.net>
7158
7159         Patch by: Daniel Díaz  <yosoy@danieldiaz.org>
7160
7161         * configure.ac:
7162         * gst/Makefile.am:
7163           Check if libxml provides HTML parser which subparse needs.
7164           Fixes #451970.
7165
7166 2007-08-29  Tim-Philipp Müller  <tim at centricular dot net>
7167
7168         * ext/alsa/gstalsa.c:
7169           Fix typo and compilation on big endian systems.
7170
7171 2007-08-29  Tim-Philipp Müller  <tim at centricular dot net>
7172
7173         * gst/subparse/gstssaparse.c:
7174           Convert SSA newline codes into actual newline characters (#470766).
7175
7176 2007-08-28  Tim-Philipp Müller  <tim at centricular dot net>
7177
7178         * docs/libs/gst-plugins-base-libs-sections.txt:
7179         * gst-libs/gst/pbutils/install-plugins.c:
7180         * gst-libs/gst/pbutils/install-plugins.h:
7181         * tests/check/libs/pbutils.c:
7182           API: also add gst_install_plugins_supported() while we're at it
7183           (see #470456).
7184
7185 2007-08-28  Tim-Philipp Müller  <tim at centricular dot net>
7186
7187         * docs/libs/gst-plugins-base-libs-sections.txt:
7188         * gst-libs/gst/pbutils/missing-plugins.c:
7189         * gst-libs/gst/pbutils/missing-plugins.h:
7190         * tests/check/libs/pbutils.c:
7191           API: add gst_missing_*_installer_detail_new() convenience API so
7192           that applications that know exactly what they're missing can request
7193           installer detail strings for those items directly instead of having
7194           to first create a dummy missing-plugin message and then get the
7195           installer detail string from that.  Fixes #470456.
7196
7197 2007-08-27  Jan Schmidt  <thaytan@mad.scientist.com>
7198
7199         * gst/playback/gstdecodebin.c: (close_pad_link):
7200         We need to set up delayed-linking whenever the caps are non-fixed,
7201         not just when there are multiple types - use gst_pad_is_fixed()
7202         to test.
7203
7204 2007-08-26  Tim-Philipp Müller  <tim at centricular dot net>
7205
7206         * gst-libs/gst/pbutils/missing-plugins.c:
7207           (gst_missing_plugin_message_get_installer_detail):
7208           Add missing separator in PID fallback case.
7209
7210 2007-08-24  Jan Schmidt  <thaytan@mad.scientist.com>
7211
7212         * ext/alsa/Makefile.am:
7213         There is no GST_PLUGINS_BASE_LIBS defined.
7214         
7215         * ext/alsa/gstalsa.c:
7216         * ext/alsa/gstalsasink.c: (gst_alsasink_delay):
7217         * ext/alsa/gstalsasrc.c: (gst_alsasrc_delay):
7218         Add support for ALSA 24-bit formats.
7219         snd_pcm_delay can return an error code, especially
7220         during XRUNS. In that case, the best we can do is assume
7221         delay = 0.
7222
7223         * gst/audioconvert/Makefile.am:
7224         Add flags from -base before any more-remote dependencies.
7225
7226 2007-08-23  Sebastian Dröge  <slomo@circular-chaos.org>
7227
7228         Based on a patch by: Davyd Madeley <davyd at madeley dot id dot au>
7229
7230         * gst/volume/gstvolume.c: (volume_choose_func),
7231         (volume_update_real_volume), (gst_volume_set_volume),
7232         (gst_volume_init), (volume_process_int32),
7233         (volume_process_int32_clamp), (volume_process_int24),
7234         (volume_process_int24_clamp), (volume_process_int16),
7235         (volume_process_int16_clamp), (volume_process_int8),
7236         (volume_process_int8_clamp), (volume_update_volume), (plugin_init):
7237         * gst/volume/gstvolume.h:
7238         Add support for int32, int24 and int8 to the volume element.
7239         Fixes #445529.
7240
7241 2007-08-23  Tim-Philipp Müller  <tim at centricular dot net>
7242
7243         * tests/examples/Makefile.am:
7244           Fix even more.
7245
7246 2007-08-23  Stefan Kost  <ensonic@users.sf.net>
7247
7248         * configure.ac:
7249         * docs/libs/Makefile.am:
7250         * docs/libs/gst-plugins-base-libs-docs.sgml:
7251         * docs/libs/gst-plugins-base-libs-sections.txt:
7252         * ext/gnomevfs/gstgnomevfssrc.c:
7253         * ext/gnomevfs/gstgnomevfssrc.h:
7254         * gst-libs/gst/Makefile.am:
7255         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
7256         * pkgconfig/gstreamer-plugins-base.pc.in:
7257         * sys/v4l/v4lsrc_calls.c:
7258         * tests/examples/Makefile.am:
7259         * win32/common/config.h:
7260           Revert unwanted commit. many thanks to moap. I want a fix for 
7261           https://thomas.apestaart.org/moap/trac/ticket/239
7262
7263 2007-08-23  Stefan Kost  <ensonic@users.sf.net>
7264
7265         * gst/volume/gstvolume.c:
7266           Move passthrough below gst_object_sync_values(). Fixes #442654.
7267
7268 2007-08-22  Wim Taymans  <wim.taymans@gmail.com>
7269
7270         * gst-libs/gst/audio/audio.c:
7271         Clarify the docs a little.
7272
7273 2007-08-22  Stefan Kost  <ensonic@users.sf.net>
7274
7275         * gst/volume/gstvolume.c:
7276           Enable liboil for float and add more details about problems with
7277           int16.
7278
7279 2007-08-21  Wim Taymans  <wim.taymans@gmail.com>
7280
7281         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
7282         Fix RGB24 masks as spotted by _ke (Daniel G. Siegel) on IRC.
7283
7284 2007-08-21  Wim Taymans  <wim.taymans@gmail.com>
7285
7286         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward):
7287         When calculating the first timestamp of the buffers, don't go below 0
7288         and clip the samples because the offset was on the eos page.
7289         Fixes #466717.
7290
7291 2007-08-21  Wim Taymans  <wim.taymans@gmail.com>
7292
7293         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain),
7294         (gst_ogg_demux_collect_chain_info):
7295         Also submit the eos page when trying to find the first timestamp.
7296         See #466717.
7297
7298 2007-08-17  Sebastian Dröge  <slomo@circular-chaos.org>
7299
7300         * gst-libs/gst/audio/audio.h:
7301         Use gst_util_uint64_scale() instead of doing the math
7302         with double for GST_FRAMES_TO_CLOCK_TIME() and
7303         GST_CLOCK_TIME_TO_FRAMES(). For large timestamps this
7304         prevents rounding errors. Fixes #467667.
7305
7306 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
7307
7308         * gst-libs/gst/rtsp/gstrtspconnection.c:
7309         (gst_rtsp_connection_connect), (gst_rtsp_connection_write),
7310         (gst_rtsp_connection_read), (gst_rtsp_connection_poll):
7311         * gst-libs/gst/rtsp/gstrtspconnection.h:
7312         Small cleanups.
7313         On shutdown, don't read the control socket yet.
7314         Set timeout value correctly in all cases.
7315         Add function to check if the server accepts reads or writes.
7316         API: gst_rtsp_connection_poll()
7317
7318         * gst-libs/gst/rtsp/gstrtspdefs.h:
7319         Fix compilation with -pedantic.
7320         Add enum for _poll.
7321
7322 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
7323
7324         Patch by: Olivier Crete  <tester at tester ca>
7325
7326         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
7327         (gst_basertppayload_getcaps):
7328         * gst-libs/gst/rtp/gstbasertppayload.h:
7329         Add getcaps vfunc to basertppayload. See #465146.
7330
7331 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
7332
7333         * gst/playback/gstplaybasebin.c: (queue_threshold_reached):
7334         Only post buffering messages when we are a stream.
7335
7336 2007-08-15  Tim-Philipp Müller  <tim at centricular dot net>
7337
7338         * gst-libs/gst/pbutils/install-plugins.c:
7339         * gst-libs/gst/pbutils/missing-plugins.c:
7340           Small docs fix and addition.
7341
7342 2007-08-13  Tim-Philipp Müller  <tim at centricular dot net>
7343
7344         * tests/icles/.cvsignore:
7345         * tests/icles/Makefile.am:
7346         * tests/icles/test-textoverlay.c:
7347           Add a dumb little test for textoverlay alignments.
7348
7349 2007-08-13  Tim-Philipp Müller  <tim at centricular dot net>
7350
7351         Patch by: Dan Williams  <dcbw redhat com>
7352
7353         * ext/pango/gsttextoverlay.c:
7354         * ext/pango/gsttextoverlay.h:
7355           API: add "line-alignment" property (#459334). Add gtk-doc blurb for
7356           "silent" property so there's a Since tag in the API reference.
7357
7358 2007-08-12  Wim Taymans  <wim.taymans@gmail.com>
7359
7360         * gst-libs/gst/rtp/gstbasertppayload.c:
7361         (gst_basertppayload_set_outcaps):
7362         * gst-libs/gst/rtp/gstbasertppayload.h:
7363         Improve caps negotiation so that downstream elements can confiure
7364         certain RTP properties by fixing them on the caps. See #465146.
7365         Add docs.
7366
7367 2007-08-11  Tim-Philipp Müller  <tim at centricular dot net>
7368
7369         * docs/libs/gst-plugins-base-libs-sections.txt:
7370         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7371         * gst-libs/gst/rtp/gstbasertpdepayload.h:
7372           Mark as deprecated some macros which were presumably meant to be
7373           private API and accidentally exposed in the public header file.
7374           Also actually _init() lock (only works at the moment because the
7375           struct is zeroed out when created and the initial values in the
7376           mutex struct are zeroes too). (#459585)
7377
7378 2007-08-10  Stefan Kost  <ensonic@users.sf.net>
7379
7380         * docs/libs/Makefile.am:
7381           Remove cruft and do some cleanups.
7382
7383         * docs/libs/gst-plugins-base-libs-docs.sgml:
7384           Prepare for comming gtkdoc features (rebase against online docs).
7385
7386 2007-08-10  Michael Smith <msmith@fluendo.com>
7387
7388         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
7389           Debug output fixes.
7390         * tests/check/elements/audiorate.c: (do_perfect_stream_test),
7391         (GST_START_TEST):
7392           Change the number of buffers used; 500 is too many and leads to
7393           timeouts.
7394
7395 2007-08-10  Tim-Philipp Müller  <tim at centricular dot net>
7396
7397         * gst/playback/gstqueue2.c:
7398         * gst/videorate/gstvideorate.c:
7399           Printf format fixes (#465028).
7400
7401 2007-08-09  Michael Smith <msmith@fluendo.com>
7402
7403         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
7404           If we have a large (> 1 second) discontinuity, push a series of
7405           smaller buffers rather than a single very large buffer. Avoids
7406           unreasonably large single buffer allocations when encountering a
7407           large gap.
7408         * tests/check/elements/audiorate.c: (GST_START_TEST),
7409         (audiorate_suite):
7410           Add a test for this.
7411
7412 2007-08-09  Jan Schmidt  <thaytan@mad.scientist.com>
7413
7414         * gst/playback/gstplaybasebin.c: (group_commit),
7415         (queue_remove_probe), (queue_threshold_reached):
7416
7417         Patch by: Josep Torra Valles <josep@fluendo.com>
7418         Fixes: #465015
7419         Make sure we remove the check_queues buffer probe from the 
7420         correct queue to avoid racily going back to "buffering 99%" when
7421         buffering is actually complete.
7422
7423         Also, fix the spelling of Josep's surname in the ChangeLog.
7424
7425 2007-08-09  Stefan Kost  <ensonic@users.sf.net>
7426
7427         * ext/ogg/gstoggmux.c:
7428           Do not leak oggmux instance.
7429         
7430         * ext/vorbis/vorbisenc.c:
7431           Also log values.
7432
7433 2007-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
7434
7435         * po/hu.po:
7436         * po/it.po:
7437         * po/nl.po:
7438         * po/uk.po:
7439         * po/vi.po:
7440           Updated translations.
7441
7442 2007-08-08  Stefan Kost  <ensonic@users.sf.net>
7443
7444         patch by: Yang Hong <hongyang@redflag-linux.com>
7445
7446         * ext/pango/gsttextoverlay.c:
7447         * ext/pango/gsttextoverlay.h:
7448           Add 'silent' property to GstTimeOverlay. Fixes #462979
7449
7450 2007-08-08  Wim Taymans  <wim.taymans@gmail.com>
7451
7452         Patch by: Josep Torra Valles <josep@fluendo.com>
7453
7454         * docs/plugins/gst-plugins-base-plugins.args:
7455         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init),
7456         (gst_uri_decode_bin_init), (gst_uri_decode_bin_set_property),
7457         (gst_uri_decode_bin_get_property), (gen_source_element):
7458         Add connection-speed property. Fixes #464690.
7459
7460 2007-08-07  Wim Taymans  <wim.taymans@gmail.com>
7461
7462         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
7463
7464         * configure.ac:
7465         * gst-libs/gst/rtsp/Makefile.am:
7466         * gst-libs/gst/rtsp/gstrtspconnection.c:
7467         (gst_rtsp_connection_connect):
7468         Fix compilation on windows. Fixes #464320.
7469
7470 2007-08-07  Wim Taymans  <wim.taymans@gmail.com>
7471
7472         Patch by: Josep Torra Valles <josep@fluendo.com>
7473
7474         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
7475         (gst_play_base_bin_init), (queue_threshold_reached),
7476         (gen_source_element), (setup_substreams),
7477         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
7478         (gst_play_base_bin_get_streaminfo_value_array):
7479         * gst/playback/gstplaybasebin.h:
7480         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
7481         (gst_play_bin_set_property), (gst_play_bin_get_property),
7482         (gst_play_bin_handle_redirect_message):
7483         Move connection-speed property from playbin to playbasebin so that we
7484         can also configure it in source elements that have the connection-speed
7485         property. Fixes #464028.
7486         Add some debug info here and there.
7487
7488 2007-08-06  Sebastian Dröge  <slomo@circular-chaos.org>
7489
7490         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_query):
7491         Properly respond to conversion queries. Fixes #464079.
7492
7493 2007-08-03  Sebastian Dröge  <slomo@circular-chaos.org>
7494
7495         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_init),
7496         (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
7497         (gst_audio_test_src_init_sine_table),
7498         (gst_audio_test_src_change_wave), (gst_audio_test_src_create):
7499         * gst/audiotestsrc/gstaudiotestsrc.h:
7500         Add float/double and int32 support to audiotestsrc. Fixes #460422.
7501         Also set the default volume to the default value specified in the
7502         GParamSpec.
7503
7504 2007-08-03  Sebastian Dröge  <slomo@circular-chaos.org>
7505
7506         Patch by: Jens Granseuer <jensgr at gmx dot net>
7507
7508         * gst/audioconvert/gstaudioquantize.c:
7509         Fix C89 incompatibilities and spelling of explanations. Fixes #463215.
7510
7511 2007-08-03  Wim Taymans  <wim.taymans@gmail.com>
7512
7513         * gst-libs/gst/rtsp/gstrtsptransport.c: (gst_rtsp_transport_parse):
7514         Add rdt manager for rdt transport.
7515         Fix parsing of RDT transport.
7516
7517 2007-08-03  Jan Schmidt  <thaytan@mad.scientist.com>
7518
7519         * configure.ac:
7520         Back to CVS
7521
7522 === release 0.10.14 ===
7523
7524 2007-08-03  Jan Schmidt <thaytan@mad.scientist.com>
7525
7526         * configure.ac:
7527           releasing 0.10.14, "Light Years Ahead"
7528
7529 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
7530
7531         * tests/check/libs/audio.c: (GST_START_TEST):
7532         Fix the test to reflect the behaviour of gst_audio_clip_buffer.
7533
7534 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
7535
7536         * gst-libs/gst/audio/audio.c:
7537         When clipping a buffer with no timestamp, assume it is
7538         within the segment without warnings.
7539
7540         Fixes: #460978
7541
7542 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
7543
7544         * gst-libs/gst/rtsp/gstrtspextension.c: (gst_rtsp_extension_send):
7545         Fire the signal on the object, not the interface.
7546
7547 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
7548
7549         * gst-libs/gst/rtsp/.cvsignore:
7550         Ber. Don't include the full path, idiot.
7551
7552 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
7553
7554         * gst-libs/gst/rtsp/.cvsignore:
7555         Ignore generated files.
7556
7557 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
7558
7559         * gst-libs/gst/interfaces/Makefile.am:
7560         * gst-libs/gst/interfaces/interfaces-marshal.list:
7561         * gst-libs/gst/interfaces/rtspextension.c:
7562         * gst-libs/gst/interfaces/rtspextension.h:
7563         * gst-libs/gst/rtsp/Makefile.am:
7564         * gst-libs/gst/rtsp/gstrtsp.h:
7565         * gst-libs/gst/rtsp/gstrtspextension.c:
7566         (gst_rtsp_extension_get_type), (gst_rtsp_extension_iface_init),
7567         (gst_rtsp_extension_detect_server),
7568         (gst_rtsp_extension_before_send), (gst_rtsp_extension_after_send),
7569         (gst_rtsp_extension_parse_sdp), (gst_rtsp_extension_setup_media),
7570         (gst_rtsp_extension_configure_stream),
7571         (gst_rtsp_extension_get_transports),
7572         (gst_rtsp_extension_stream_select), (gst_rtsp_extension_send):
7573         * gst-libs/gst/rtsp/gstrtspextension.h:
7574         * gst-libs/gst/rtsp/rtsp-marshal.list:
7575         Move the rtspextension.h interface into gstrtspextension.h
7576         as part of libgstrtsp instead of libgstinterfaces, because it's
7577         only for use within plugins, not applications. 
7578         Add stuff to do the enum & marshal generation needed in libgstrtsp now.
7579         Use the GST_TYPE_RTSP_RESULT enum type for the return value of the 
7580         signal that the GstRTSPExtension interface emits, since G_TYPE_ENUM
7581         is abstract.
7582
7583 2007-07-26  Wim Taymans  <wim.taymans@gmail.com>
7584
7585         * gst-libs/gst/interfaces/Makefile.am:
7586         * gst-libs/gst/interfaces/interfaces-marshal.list:
7587         * gst-libs/gst/interfaces/rtspextension.c:
7588         (gst_rtsp_extension_iface_init),
7589         (gst_rtsp_extension_stream_select), (gst_rtsp_extension_send):
7590         * gst-libs/gst/interfaces/rtspextension.h:
7591         Fix marshaller for the send signal.
7592         Add URL to stream selection interface method.
7593
7594 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
7595
7596         * gst-libs/gst/riff/Makefile.am:
7597         Pull in our dependencies from -base before those from outside.
7598
7599 2007-07-26  Wim Taymans  <wim.taymans@gmail.com>
7600
7601         * docs/libs/gst-plugins-base-libs-sections.txt:
7602         * gst-libs/gst/rtsp/gstrtspbase64.c: (gst_rtsp_base64_decode_ip):
7603         * gst-libs/gst/rtsp/gstrtspbase64.h:
7604         API: gst_rtsp_base64_decode_ip()
7605         Added function to decode Base64 in-place.
7606
7607 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
7608
7609         * tests/check/libs/.cvsignore:
7610         Ignore the mixer test binary.
7611
7612 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
7613
7614         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward):
7615         Gratuitous comment change to trigger a rebuild on the buildbots.
7616
7617 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
7618
7619         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_media_get_media),
7620         (gst_sdp_media_get_port), (gst_sdp_media_get_num_ports),
7621         (gst_sdp_media_get_proto), (gst_sdp_media_formats_len),
7622         (gst_sdp_media_get_format), (gst_sdp_media_get_information),
7623         (gst_sdp_media_connections_len), (gst_sdp_media_get_connection),
7624         (gst_sdp_media_bandwidths_len), (gst_sdp_media_get_badwidth),
7625         (gst_sdp_media_get_key), (gst_sdp_media_attributes_len),
7626         (gst_sdp_media_get_attribute), (gst_sdp_media_get_attribute_val_n),
7627         (gst_sdp_media_get_attribute_val):
7628         * gst-libs/gst/sdp/gstsdpmessage.h:
7629         Constify args where we can.
7630
7631 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
7632
7633         * gst-libs/gst/interfaces/Makefile.am:
7634         * gst-libs/gst/interfaces/rtspextension.c:
7635         (gst_rtsp_extension_get_type), (gst_rtsp_extension_iface_init),
7636         (gst_rtsp_extension_detect_server),
7637         (gst_rtsp_extension_before_send), (gst_rtsp_extension_after_send),
7638         (gst_rtsp_extension_parse_sdp), (gst_rtsp_extension_setup_media),
7639         (gst_rtsp_extension_configure_stream),
7640         (gst_rtsp_extension_get_transports),
7641         (gst_rtsp_extension_stream_select), (gst_rtsp_extension_send):
7642         * gst-libs/gst/interfaces/rtspextension.h:
7643         Move interface for RTSP extensions from -good to here.
7644         Added helper methods to invoke interface methods.
7645
7646 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
7647
7648         * docs/libs/gst-plugins-base-libs-sections.txt:
7649         * gst-libs/gst/rtsp/gstrtspdefs.h:
7650         * gst-libs/gst/rtsp/gstrtspmessage.c: (key_value_foreach),
7651         (gst_rtsp_message_get_type), (gst_rtsp_message_parse_request),
7652         (gst_rtsp_message_init_response),
7653         (gst_rtsp_message_parse_response), (gst_rtsp_message_new_data),
7654         (gst_rtsp_message_parse_data), (gst_rtsp_message_add_header),
7655         (gst_rtsp_message_remove_header), (gst_rtsp_message_get_header),
7656         (gst_rtsp_message_append_headers), (gst_rtsp_message_set_body),
7657         (gst_rtsp_message_get_body), (dump_key_value):
7658         * gst-libs/gst/rtsp/gstrtspmessage.h:
7659         * gst-libs/gst/rtsp/gstrtsprange.c: (parse_npt_time),
7660         (parse_npt_range), (parse_clock_range), (parse_smpte_range),
7661         (gst_rtsp_range_parse):
7662         * gst-libs/gst/rtsp/gstrtsprange.h:
7663         * gst-libs/gst/rtsp/gstrtsptransport.c:
7664         * gst-libs/gst/rtsp/gstrtspurl.c:
7665         Fix some more RTSP docs.
7666         Add some missing methods for dealing with messages.
7667
7668 2007-07-24  Wim Taymans  <wim.taymans@gmail.com>
7669
7670         * docs/libs/gst-plugins-base-libs-docs.sgml:
7671         * docs/libs/gst-plugins-base-libs-sections.txt:
7672         * gst-libs/gst/rtsp/gstrtspbase64.c: (gst_rtsp_base64_encode):
7673         * gst-libs/gst/rtsp/gstrtspbase64.h:
7674         * gst-libs/gst/rtsp/gstrtspconnection.c:
7675         (gst_rtsp_connection_connect), (add_auth_header),
7676         (gst_rtsp_connection_write), (gst_rtsp_connection_send),
7677         (read_body), (gst_rtsp_connection_receive),
7678         (gst_rtsp_connection_next_timeout),
7679         (gst_rtsp_connection_reset_timeout),
7680         (gst_rtsp_connection_set_auth):
7681         * gst-libs/gst/rtsp/gstrtspconnection.h:
7682         * gst-libs/gst/rtsp/gstrtspdefs.c: (rtsp_init_status):
7683         * gst-libs/gst/rtsp/gstrtspdefs.h:
7684         * gst-libs/gst/rtsp/gstrtspmessage.h:
7685         * gst-libs/gst/rtsp/gstrtsprange.c: (parse_npt_time),
7686         (parse_npt_range), (parse_clock_range), (parse_smpte_range),
7687         (gst_rtsp_range_parse):
7688         * gst-libs/gst/rtsp/gstrtspurl.h:
7689         Added beginnings of RTSP documentation.
7690
7691 2007-07-24  Wim Taymans  <wim.taymans@gmail.com>
7692
7693         * docs/libs/Makefile.am:
7694         * docs/libs/gst-plugins-base-libs-docs.sgml:
7695         * docs/libs/gst-plugins-base-libs-sections.txt:
7696         * gst-libs/gst/sdp/gstsdp.h:
7697         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_message_set_origin),
7698         (gst_sdp_message_set_connection), (gst_sdp_message_add_bandwidth),
7699         (gst_sdp_message_add_time), (gst_sdp_message_add_zone),
7700         (gst_sdp_message_set_key), (gst_sdp_message_get_attribute_val_n),
7701         (gst_sdp_message_get_attribute_val),
7702         (gst_sdp_message_add_attribute), (gst_sdp_media_new),
7703         (gst_sdp_media_init), (gst_sdp_media_uninit), (gst_sdp_media_free),
7704         (gst_sdp_media_get_media), (gst_sdp_media_set_media),
7705         (gst_sdp_media_get_port), (gst_sdp_media_get_num_ports),
7706         (gst_sdp_media_set_port_info), (gst_sdp_media_get_proto),
7707         (gst_sdp_media_set_proto), (gst_sdp_media_formats_len),
7708         (gst_sdp_media_get_format), (gst_sdp_media_add_format),
7709         (gst_sdp_media_get_information), (gst_sdp_media_set_information),
7710         (gst_sdp_media_connections_len), (gst_sdp_media_get_connection),
7711         (gst_sdp_media_add_connection), (gst_sdp_media_bandwidths_len),
7712         (gst_sdp_media_get_badwidth), (gst_sdp_media_add_bandwidth),
7713         (gst_sdp_media_set_key), (gst_sdp_media_get_key),
7714         (gst_sdp_media_attributes_len), (gst_sdp_media_add_attribute),
7715         (gst_sdp_media_get_attribute_val_n),
7716         (gst_sdp_media_get_attribute_val), (gst_sdp_message_parse_buffer),
7717         (print_media), (gst_sdp_message_dump):
7718         * gst-libs/gst/sdp/gstsdpmessage.h:
7719         Document the SDP library.
7720         Add some of the missing SDPMedia methods.
7721
7722 2007-07-24  Wim Taymans  <wim.taymans@gmail.com>
7723
7724         * configure.ac:
7725         * gst-libs/gst/Makefile.am:
7726         * gst-libs/gst/rtsp/Makefile.am:
7727         * gst-libs/gst/rtsp/gstrtspbase64.c: (gst_rtsp_base64_encode):
7728         * gst-libs/gst/rtsp/gstrtspbase64.h:
7729         * gst-libs/gst/rtsp/gstrtspconnection.c: (inet_aton),
7730         (gst_rtsp_connection_create), (gst_rtsp_connection_connect),
7731         (add_auth_header), (add_date_header), (gst_rtsp_connection_write),
7732         (gst_rtsp_connection_send), (read_line), (read_string), (read_key),
7733         (parse_response_status), (parse_request_line), (parse_line),
7734         (gst_rtsp_connection_read), (read_body),
7735         (gst_rtsp_connection_receive), (gst_rtsp_connection_close),
7736         (gst_rtsp_connection_free), (gst_rtsp_connection_next_timeout),
7737         (gst_rtsp_connection_reset_timeout), (gst_rtsp_connection_flush),
7738         (gst_rtsp_connection_set_auth):
7739         * gst-libs/gst/rtsp/gstrtspconnection.h:
7740         * gst-libs/gst/rtsp/gstrtspdefs.c: (rtsp_init_status),
7741         (gst_rtsp_strresult), (gst_rtsp_method_as_text),
7742         (gst_rtsp_version_as_text), (gst_rtsp_header_as_text),
7743         (gst_rtsp_status_as_text), (gst_rtsp_find_header_field),
7744         (gst_rtsp_find_method):
7745         * gst-libs/gst/rtsp/gstrtspdefs.h:
7746         * gst-libs/gst/rtsp/gstrtspmessage.c: (key_value_foreach),
7747         (gst_rtsp_message_new), (gst_rtsp_message_init),
7748         (gst_rtsp_message_new_request), (gst_rtsp_message_init_request),
7749         (gst_rtsp_message_new_response), (gst_rtsp_message_init_response),
7750         (gst_rtsp_message_init_data), (gst_rtsp_message_unset),
7751         (gst_rtsp_message_free), (gst_rtsp_message_add_header),
7752         (gst_rtsp_message_remove_header), (gst_rtsp_message_get_header),
7753         (gst_rtsp_message_append_headers), (gst_rtsp_message_set_body),
7754         (gst_rtsp_message_take_body), (gst_rtsp_message_get_body),
7755         (gst_rtsp_message_steal_body), (dump_mem), (dump_key_value),
7756         (gst_rtsp_message_dump):
7757         * gst-libs/gst/rtsp/gstrtspmessage.h:
7758         * gst-libs/gst/rtsp/gstrtsprange.c: (parse_npt_time),
7759         (parse_npt_range), (parse_clock_range), (parse_smpte_range),
7760         (gst_rtsp_range_parse), (gst_rtsp_range_free):
7761         * gst-libs/gst/rtsp/gstrtsprange.h:
7762         * gst-libs/gst/rtsp/gstrtsptransport.c: (gst_rtsp_transport_new),
7763         (gst_rtsp_transport_init), (gst_rtsp_transport_get_mime),
7764         (gst_rtsp_transport_get_manager), (parse_mode), (parse_range),
7765         (range_as_text), (rtsp_transport_mode_as_text),
7766         (rtsp_transport_profile_as_text), (rtsp_transport_ltrans_as_text),
7767         (gst_rtsp_transport_parse), (gst_rtsp_transport_as_text),
7768         (gst_rtsp_transport_free):
7769         * gst-libs/gst/rtsp/gstrtsptransport.h:
7770         * gst-libs/gst/rtsp/gstrtspurl.c: (gst_rtsp_url_parse),
7771         (gst_rtsp_url_free), (gst_rtsp_url_set_port),
7772         (gst_rtsp_url_get_port), (gst_rtsp_url_get_request_uri):
7773         * gst-libs/gst/rtsp/gstrtspurl.h:
7774         * gst-libs/gst/sdp/Makefile.am:
7775         * gst-libs/gst/sdp/gstsdp.h:
7776         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_origin_init),
7777         (gst_sdp_connection_init), (gst_sdp_bandwidth_init),
7778         (gst_sdp_time_init), (gst_sdp_zone_init), (gst_sdp_key_init),
7779         (gst_sdp_attribute_init), (gst_sdp_message_new),
7780         (gst_sdp_message_init), (gst_sdp_message_uninit),
7781         (gst_sdp_message_free), (gst_sdp_media_new), (gst_sdp_media_init),
7782         (gst_sdp_media_uninit), (gst_sdp_media_free),
7783         (gst_sdp_message_set_origin), (gst_sdp_message_get_origin),
7784         (gst_sdp_message_set_connection), (gst_sdp_message_get_connection),
7785         (gst_sdp_message_add_bandwidth), (gst_sdp_message_add_time),
7786         (gst_sdp_message_add_zone), (gst_sdp_message_set_key),
7787         (gst_sdp_message_get_key), (gst_sdp_message_get_attribute_val_n),
7788         (gst_sdp_message_get_attribute_val),
7789         (gst_sdp_message_add_attribute), (gst_sdp_message_add_media),
7790         (gst_sdp_media_add_attribute), (gst_sdp_media_add_bandwidth),
7791         (gst_sdp_media_add_format), (gst_sdp_media_get_attribute),
7792         (gst_sdp_media_get_attribute_val_n),
7793         (gst_sdp_media_get_attribute_val), (gst_sdp_media_get_format),
7794         (read_string), (read_string_del), (gst_sdp_parse_line),
7795         (gst_sdp_message_parse_buffer), (print_media),
7796         (gst_sdp_message_dump):
7797         * gst-libs/gst/sdp/gstsdpmessage.h:
7798         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
7799         Move SDP and RTSP from helper objects in -good to a reusable library.
7800         Use a proper gst_ namespace.
7801
7802 2007-07-23  Sebastian Dröge  <slomo@circular-chaos.org>
7803
7804         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward),
7805         (vorbis_dec_flush_decode):
7806         Use the new buffer clipping function from gstaudio here.
7807
7808 2007-07-23  Sebastian Dröge  <slomo@circular-chaos.org>
7809
7810         * docs/libs/gst-plugins-base-libs-sections.txt:
7811         * gst-libs/gst/audio/audio.c: (gst_audio_buffer_clip):
7812         * gst-libs/gst/audio/audio.h:
7813         * tests/check/libs/audio.c: (GST_START_TEST), (audio_suite):
7814         API: Add buffer clipping function for raw audio buffers. Fixes #456656.
7815         Also add deprecation guards for gst_audio_structure_set_int() to the
7816         header.
7817
7818 2007-07-23  Stefan Kost  <ensonic@users.sf.net>
7819
7820         * docs/libs/gst-plugins-base-libs-sections.txt:
7821           Cleanup the docs.
7822
7823 2007-07-23  Wim Taymans  <wim.taymans@gmail.com>
7824
7825         Patch by: Dan Williams <dcbw at redhat dot com>
7826
7827         * gst/playback/gstplaybasebin.c:
7828         (gst_play_base_bin_get_streaminfo_value_array):
7829         Don't return NULL when querying the stream info value array but instead
7830         return an empty array. Fixes #459204.
7831
7832 2007-07-23  Tim-Philipp Müller  <tim at centricular dot net>
7833
7834         * gst/playback/gsturidecodebin.c:
7835           Init debug category before using it.
7836
7837 2007-07-21  Jan Schmidt  <thaytan@noraisin.net>
7838
7839         * gst-libs/gst/interfaces/mixer.h:
7840         Add padding vars in place of the signal pointers
7841         when building with DISABLE_DEPRECATED so that the
7842         interface structure doesn't change size.
7843
7844 2007-07-20  Jan Schmidt  <thaytan@noraisin.net>
7845
7846         * docs/libs/gst-plugins-base-libs-sections.txt:
7847         * ext/alsa/gstalsamixer.c:
7848         * ext/alsa/gstalsamixer.h:
7849         * ext/alsa/gstalsamixerelement.c:
7850         * ext/alsa/gstalsamixertrack.c:
7851         * gst-libs/gst/interfaces/mixer.c:
7852         * gst-libs/gst/interfaces/mixer.h:
7853         * gst-libs/gst/interfaces/mixeroptions.c:
7854         * gst-libs/gst/interfaces/mixeroptions.h:
7855         * gst-libs/gst/interfaces/mixertrack.c:
7856         * gst-libs/gst/interfaces/mixertrack.h:
7857         * tests/check/Makefile.am:
7858         * tests/check/libs/mixer.c:
7859
7860         Patch By: Marc-Andre Lureau <marcandre.lureau@gmail.com>
7861         Fixes: #152864 
7862
7863         Add support for notifying mixer changes on the message bus, and
7864         implement it in alsamixer.
7865
7866         API: gst_mixer_get_mixer_flags
7867         API: gst_mixer_message_parse_mute_toggled
7868         API: gst_mixer_message_parse_record_toggled
7869         API: gst_mixer_message_parse_volume_changed
7870         API: gst_mixer_message_parse_option_changed
7871         API: GstMixerMessageType
7872         API: GstMixerFlags
7873
7874 2007-07-20  Michael Smith <msmith@fluendo.com>
7875
7876         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
7877         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_setcaps):
7878           xcontext->im_format is only for testing XShm support (as the header
7879           file comments document). Use xvimage->im_format for everything else.
7880           Avoids spurious warnings on buffer allocation before setcaps.
7881
7882 2007-07-20  Stefan Kost  <ensonic@users.sf.net>
7883
7884         * tests/examples/volume/Makefile.am:
7885         * tests/icles/Makefile.am:
7886           We should use $(LIBM).
7887
7888 2007-07-20  Stefan Kost  <ensonic@users.sf.net>
7889
7890         * tests/icles/Makefile.am:
7891           This needs -lm.
7892
7893 2007-07-16  Wim Taymans  <wim.taymans@gmail.com>
7894
7895         * gst-libs/gst/rtp/gstbasertppayload.c:
7896         (gst_basertppayload_class_init), (gst_basertppayload_init),
7897         (gst_basertppayload_set_property),
7898         (gst_basertppayload_get_property):
7899         Don't break ABI, restore previous ranges. Keep the default random
7900         selection of timestamp and seqnum offset but as soon as the app sets a
7901         specific value, use that one.
7902
7903 2007-07-14  Wim Taymans  <wim.taymans@gmail.com>
7904
7905         Patch by: Bastien Nocera <hadess at hadess dot net>
7906
7907         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
7908         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
7909         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
7910         * sys/xvimage/xvimagesink.h:
7911         Add option to turn off double-buffering for debugging purposes.
7912         Fixes #437169.
7913
7914 2007-07-14  Wim Taymans  <wim.taymans@gmail.com>
7915
7916         Patch by: Jorn Baayen <jorn at openedhand dot com>
7917
7918         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
7919         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
7920         (gst_ximagesink_init), (gst_ximagesink_class_init):
7921         * sys/ximage/ximagesink.h:
7922         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents),
7923         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
7924         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
7925         * sys/xvimage/xvimagesink.h:
7926         add 'handle-expose' property. Useful for video widgets which may want to
7927         be in control of Expose behaviour. Fixes #380625
7928
7929 2007-07-14  Wim Taymans  <wim.taymans@gmail.com>
7930
7931         * gst-libs/gst/rtp/gstbasertppayload.c:
7932         (gst_basertppayload_class_init), (gst_basertppayload_init),
7933         (gst_basertppayload_event), (gst_basertppayload_push),
7934         (gst_basertppayload_set_property),
7935         (gst_basertppayload_get_property),
7936         (gst_basertppayload_change_state):
7937         * gst-libs/gst/rtp/gstbasertppayload.h:
7938         Fix ranges of rtp payloader properties so that the full range can be
7939         used in addition to -1 (random).
7940         Fix wrong seqnum reporting in caps.
7941         Fixes #420326.
7942
7943 2007-07-13  Wim Taymans  <wim.taymans@gmail.com>
7944
7945         * gst/videorate/gstvideorate.c: (gst_video_rate_init),
7946         (gst_video_rate_query):
7947         Use boilerplate.
7948         Add latency query, might not be perfect yet but already works a lot
7949         better. Fixes #442557.
7950
7951 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
7952
7953         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
7954         (gst_xvimagesink_setcaps):
7955         * sys/xvimage/xvimagesink.h:
7956         After a caps change, redraw our borders to avoid garbage left there
7957         when the image format changes to a smaller size, like 16:9 -> 4:3
7958         Also, hold the flow_lock a bit longer in the set_caps while we're
7959         fiddling with the xcontext.
7960
7961 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
7962
7963         * Makefile.am:
7964         * configure.ac:
7965         * tests/Makefile.am:
7966         Remove bogus check for libcheck, since we check for
7967         gstreamer-check and it pulls in the required info from there, and we
7968         weren't actually _using_ the information for libcheck ourselves
7969         anyway.
7970
7971 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
7972
7973         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
7974         (gst_ffmpeg_caps_to_pixfmt):
7975         Fix the r_mask test for RGBA32 on little-endian.
7976         Fix a stupid typo that would have obviously broken 
7977         compilation on big-endian, if anyone was testing.
7978
7979 2007-07-12  Wim Taymans  <wim.taymans@gmail.com>
7980
7981         * gst/videotestsrc/videotestsrc.c: (paint_hline_AYUV),
7982         (paint_hline_str4):
7983         * gst/videotestsrc/videotestsrc.h:
7984         Add alpha to the color struct.
7985         Use a default alpha value of 255 instead of 128.
7986
7987 2007-07-12  Wim Taymans  <wim.taymans@gmail.com>
7988
7989         * gst/playback/gstplaybasebin.c: (no_more_pads_full),
7990         (setup_source):
7991         Clear the dynamic pads counter when starting a new uri. This makes
7992         reusing playbin work again.
7993         Fixes #454264.
7994
7995 2007-07-12  Stefan Kost  <ensonic@users.sf.net>
7996
7997         * configure.ac:
7998           Use pkg-config to locate check.
7999
8000 2007-07-12  Tim-Philipp Müller  <tim at centricular dot net>
8001
8002         * configure.ac:
8003         * tests/check/elements/volume.c: (GST_START_TEST):
8004           Fix 'make check' build against core CVS.
8005
8006 2007-07-10  Stefan Kost  <ensonic@users.sf.net>
8007
8008         * gst-libs/gst/interfaces/propertyprobe.c:
8009         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
8010         * gst-libs/gst/tag/gstvorbistag.c:
8011           Make gtk-doc happy.
8012
8013 2007-07-08  Tim-Philipp Müller  <tim at centricular dot net>
8014
8015         * gst-libs/gst/audio/gstbaseaudiosink.c:
8016         (gst_base_audio_sink_callback):
8017           Quick hack to make audiosinks stop at EOS when operating in
8018           pull-mode; needs to be fixed properly some day.
8019
8020 2007-07-06  Stefan Kost  <ensonic@users.sf.net>
8021
8022         * docs/libs/gst-plugins-base-libs-sections.txt:
8023           Fix location of includes in the docs.
8024
8025 2007-07-06  Jan Schmidt  <thaytan@mad.scientist.com>
8026
8027         * gst/ffmpegcolorspace/avcodec.h:
8028         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
8029         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
8030         (gst_ffmpegcsp_avpicture_fill):
8031         * gst/ffmpegcolorspace/imgconvert.c: (img_convert),
8032         (img_get_alpha_info):
8033         Add 2 new pixel formats - ABGR32 and ARGB32, which are reflections
8034         of the existing BGRA32 and RGBA32 formats with the alpha at the other
8035         end of the word. Partially fixes #451908
8036
8037 2007-07-05  Stefan Kost  <ensonic@users.sf.net>
8038
8039         * docs/libs/Makefile.am:
8040         * docs/plugins/Makefile.am:
8041           Simplify --extra-dir as gtkdoc scans recursively.
8042
8043 2007-07-03  Wim Taymans  <wim.taymans@gmail.com>
8044
8045         * gst/adder/gstadder.c: (gst_adder_sink_getcaps),
8046         (gst_adder_request_new_pad):
8047         Make getcaps more robust by not using the proxycaps function. This makes
8048         sure that we don't end up recursively calling getcaps upstream.
8049         See #316248.
8050
8051 2007-06-29  Wim Taymans  <wim.taymans@gmail.com>
8052
8053         * gst/audioconvert/audioconvert.c:
8054         Include math.h to fix compilation.
8055
8056 2007-06-29  Jan Schmidt  <thaytan@mad.scientist.com>
8057
8058         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
8059         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
8060         Add a mapping for YUV format "IYU1", which is a 4:1:1 packed pixel
8061         format, as produced by some dc1394 cameras like the iSight.
8062         See http://www.fourcc.org/yuv.php#IYU1
8063
8064 2007-06-28  Sebastian Dröge  <slomo@circular-chaos.org>
8065
8066         * gst/audioconvert/Makefile.am:
8067         * gst/audioconvert/audioconvert.c: (audio_convert_get_func_index),
8068         (check_default), (audio_convert_prepare_context),
8069         (audio_convert_clean_context), (audio_convert_convert):
8070         * gst/audioconvert/audioconvert.h:
8071         * gst/audioconvert/gstaudioconvert.c:
8072         (gst_audio_convert_dithering_get_type),
8073         (gst_audio_convert_ns_get_type), (gst_audio_convert_class_init),
8074         (gst_audio_convert_init), (gst_audio_convert_set_caps),
8075         (gst_audio_convert_set_property), (gst_audio_convert_get_property):
8076         * gst/audioconvert/gstaudioconvert.h:
8077         * gst/audioconvert/gstaudioquantize.c:
8078         (gst_audio_quantize_setup_noise_shaping),
8079         (gst_audio_quantize_free_noise_shaping),
8080         (gst_audio_quantize_setup_dither),
8081         (gst_audio_quantize_free_dither),
8082         (gst_audio_quantize_setup_quantize_func),
8083         (gst_audio_quantize_setup), (gst_audio_quantize_free):
8084         * gst/audioconvert/gstaudioquantize.h:
8085         Implement dithering and noise shaping in audioconvert. By default now
8086         TPDF dithering (and no noise shaping) will be used when converting
8087         from a higher bit depth to 20 bit depth or smaller, otherwise
8088         everything will be as it is now.
8089         For the last audioconvert in a pipeline it would make sense to
8090         use some kind of noise shaping, enabling it by default for all
8091         conversions would give undesired results though. Fixes #360246.
8092         * tests/check/elements/audioconvert.c: (setup_audioconvert),
8093         (GST_START_TEST):
8094         Adjust unit test for the new audioconvert.
8095
8096 2007-06-28  Wim Taymans  <wim@fluendo.com>
8097
8098         * gst/playback/gstqueue2.c: (apply_segment), (update_buffering):
8099         Use other metrics as well when estimating the buffer level.
8100
8101 2007-06-28  Wim Taymans  <wim@fluendo.com>
8102
8103         * gst/playback/gstplaybasebin.c: (make_decoder), (setup_source):
8104         Small debug improvement.
8105
8106         * gst/playback/gstqueue2.c: (apply_segment), (update_buffering),
8107         (plugin_init):
8108         Tweak the rate estimation period.
8109         When calculating the buffer filledness in rate estimation mode, don't
8110         mix it with other metrics.
8111
8112 2007-06-28  Wim Taymans  <wim@fluendo.com>
8113
8114         * gst/playback/gstdecodebin2.c: (gst_decode_group_new),
8115         (gst_decode_group_expose), (gst_decode_group_free), (add_fakesink):
8116         When creating the groups, allow for a 5 second, unlimited buffers
8117         preroll phase after which we expose the group.
8118         When the group is exposed, use a small number of buffers up to a 2
8119         second limit. Also disconnect the overrun signal from multiqueue when we
8120         exposed the group because it is not needed anymore.
8121
8122 2007-06-27  Tim-Philipp Müller  <tim at centricular dot net>
8123
8124         * gst-libs/gst/tag/tags.c: (gst_tag_freeform_string_to_utf8):
8125           Don't pass trailing zeroes in fixed-size string arrays in ID3v1 tags
8126           to utf8-validate; fixes recognition of ID3v1 tags in UTF-8 encoding
8127           (#451707); also, output some debugging info when dealing with
8128           freeform strings.
8129
8130         * tests/check/libs/tag.c: (GST_START_TEST), (tag_suite):
8131           Add unit test for the above.
8132
8133 2007-06-27  Tim-Philipp Müller  <tim at centricular dot net>
8134
8135         * gst-libs/gst/pbutils/descriptions.c: (caps_are_rtp_caps):
8136           Add description for Windows Media RTP caps.
8137
8138         * gst-libs/gst/pbutils/missing-plugins.c: (copy_and_clean_caps):
8139           Remove RTP fields that don't define the format from caps.
8140
8141 2007-06-27  Tim-Philipp Müller  <tim at centricular dot net>
8142
8143         * ext/vorbis/vorbisdec.c: (vorbis_dec_decode_buffer):
8144           Skip empty buffers, but not empty header buffers. That way the original
8145           vorbisdec unit test still passes (#451145); also, take into account
8146           that those empty packets might carry a granulepos.
8147
8148         * tests/check/Makefile.am:
8149         * tests/check/elements/vorbisdec.c:
8150         (_create_codebook_header_buffer), (_create_audio_buffer),
8151         (GST_START_TEST), (vorbisdec_suite):
8152           Add unit test that sends an empty packet.
8153
8154 2007-06-27  Wim Taymans  <wim@fluendo.com>
8155
8156         * ext/vorbis/vorbisdec.c: (vorbis_dec_decode_buffer):
8157         Don't error out on 0-sized packets, just emit a warning because this is
8158         not a fatal error. Fixes #451145.
8159
8160 2007-06-25  Stefan Kost  <ensonic@users.sf.net>
8161
8162         * docs/plugins/gst-plugins-base-plugins.args:
8163         * docs/plugins/gst-plugins-base-plugins.signals:
8164         * docs/plugins/inspect/plugin-adder.xml:
8165         * docs/plugins/inspect/plugin-alsa.xml:
8166         * docs/plugins/inspect/plugin-audioconvert.xml:
8167         * docs/plugins/inspect/plugin-audiorate.xml:
8168         * docs/plugins/inspect/plugin-audioresample.xml:
8169         * docs/plugins/inspect/plugin-audiotestsrc.xml:
8170         * docs/plugins/inspect/plugin-cdparanoia.xml:
8171         * docs/plugins/inspect/plugin-decodebin.xml:
8172         * docs/plugins/inspect/plugin-decodebin2.xml:
8173         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
8174         * docs/plugins/inspect/plugin-gdp.xml:
8175         * docs/plugins/inspect/plugin-gnomevfs.xml:
8176         * docs/plugins/inspect/plugin-libvisual.xml:
8177         * docs/plugins/inspect/plugin-ogg.xml:
8178         * docs/plugins/inspect/plugin-pango.xml:
8179         * docs/plugins/inspect/plugin-playbin.xml:
8180         * docs/plugins/inspect/plugin-subparse.xml:
8181         * docs/plugins/inspect/plugin-tcp.xml:
8182         * docs/plugins/inspect/plugin-theora.xml:
8183         * docs/plugins/inspect/plugin-typefindfunctions.xml:
8184         * docs/plugins/inspect/plugin-video4linux.xml:
8185         * docs/plugins/inspect/plugin-videorate.xml:
8186         * docs/plugins/inspect/plugin-videoscale.xml:
8187         * docs/plugins/inspect/plugin-videotestsrc.xml:
8188         * docs/plugins/inspect/plugin-volume.xml:
8189         * docs/plugins/inspect/plugin-vorbis.xml:
8190         * docs/plugins/inspect/plugin-ximagesink.xml:
8191         * docs/plugins/inspect/plugin-xvimagesink.xml:
8192           Update docs with caps info.
8193
8194 2007-06-25  Tim-Philipp Müller  <tim at centricular dot net>
8195
8196         * po/POTFILES.in:
8197           Add more files with translatable strings (#450875).
8198
8199 2007-06-23  Edward Hervey  <edward@fluendo.com>
8200
8201         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_find_chains):
8202         The chain should be freed if we error out here, else it will leak.
8203         * gst/playback/gstdecodebin.c: (disconnect_unlinked_signals),
8204         (cleanup_decodebin):
8205         Don't forget to *properly* remove the signals, else it will leak.
8206
8207 2007-06-22  Jan Schmidt  <thaytan@noraisin.net>
8208
8209         * MAINTAINERS:
8210         Updating all the maintainers files
8211
8212 2007-06-21  Stefan Kost  <ensonic@users.sf.net>
8213
8214         * tests/examples/seek/seek.c: (update_scale), (play_cb), (stop_cb),
8215         (main):
8216           Destroy and recreate parse-launch based pipeline after stop to be able
8217           to play again. Reorder some code and add more comments.
8218
8219 2007-06-20  Jan Schmidt  <thaytan@mad.scientist.com>
8220
8221         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
8222         When handling a delayed-caps notification case, mark
8223         the group as dynamic so that the nbdynamic count is
8224         incremented and decremented correctly. Fixes: #449156
8225         Patch by: Wim Taymans <wim@fluendo.com>
8226
8227 2007-06-19  Andy Wingo  <wingo@pobox.com>
8228
8229         * gst-libs/gst/audio/gstbaseaudiosink.c
8230         (gst_base_audio_sink_init): Enable pull-mode operation.
8231
8232 2007-06-19  Michael Smith <msmith@fluendo.com>
8233
8234         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8235           Change minimum rate back to 1000 to allow low-sample-rate wav files
8236           to play back.
8237
8238 2007-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
8239
8240         * po/vi.po:
8241           Update translations.
8242
8243 2007-06-15  David Schleef  <ds@schleef.org>
8244
8245         * gst/playback/gstqueue2.c:
8246           Fix compile error from ignored return value.
8247
8248 2007-06-15  Michael Smith <msmith@fluendo.com>
8249
8250         * gst/videoscale/vs_4tap.c: (vs_image_scale_4tap_Y):
8251           Update tmpbuf for all neccesary rows, not just one, as is required
8252           when downscaling.
8253           Fixes #402076.
8254
8255 2007-06-15  Michael Smith <msmith@fluendo.com>
8256
8257         * tests/check/pipelines/oggmux.c: (validate_ogg_page), (is_video),
8258         (eos_buffer_probe):
8259           Add a test that ensures we set DELTA_UNIT on all non-header,
8260           non-video buffers, if we have a video stream.
8261         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
8262         (gst_ogg_mux_process_best_pad):
8263           Move setting delta_pad to earlier, where we inspect all pads, so
8264           that leading audio pages don't get DELTA_UNIT unset if they come
8265           before the first DELTA_UNIT from video pages. Fixes the newly-added
8266           test. Fixes #385527.
8267
8268 2007-06-14  Tim-Philipp Müller  <tim at centricular dot net>
8269
8270         * tests/check/pipelines/streamheader.c: (streamheader_suite):
8271           Disable test_multifdsink_gdp_vorbisenc() on ppc64 since it
8272           fails on the p5-ppc64 build bot and the failure looks like it is due
8273           to the same issue as #348114, ie. a compiler bug.
8274
8275 2007-06-13  Edward Hervey  <edward@fluendo.com>
8276
8277         * gst/playback/gstqueue2.c: (gst_queue_create_read):
8278         Fix build on MacOSX.
8279
8280 2007-06-13  Wim Taymans  <wim@fluendo.com>
8281
8282         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
8283         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain):
8284         Fix compilation on mingw. Fixes #446972.
8285
8286 2007-06-12  Wim Taymans  <wim@fluendo.com>
8287
8288         Patches by: Thiago Sousa Santos <thiagossantos at gmail dot com>
8289
8290         * gst/playback/gstqueue2.c: (update_buffering),
8291         (gst_queue_locked_enqueue):
8292         Fix a division by zero when the max percent is <= 0. Fixes #446572.
8293         also update the buffering status when receiving events. Fixes #446551.
8294
8295 2007-06-11  Wim Taymans  <wim@fluendo.com>
8296
8297         Based on patch by: Thiago Sousa Santos <thiagossantos at gmail dot com>
8298
8299         * gst/playback/gstqueue2.c: (gst_queue_peer_query),
8300         (gst_queue_handle_src_query):
8301         Wait for preroll before attempting to forward a duration query upstream.
8302         Fixes #445505.
8303
8304 2007-06-07  Sebastien Moutte  <sebastien@moutte.net>
8305
8306         * gst-libs/gst/rtp/gstbasertpdepayload.c: 
8307         (gst_base_rtp_depayload_set_gst_timestamp):
8308         Use G_GINT64_CONSTANT macro for int64 constant.
8309         * win32/common/libgstinterfaces.def:
8310         * win32/common/libgsttag.def:
8311         Add new exported functions.
8312
8313 2007-06-07  Tim-Philipp Müller  <tim at centricular dot net>
8314
8315         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers):
8316           The BOS page of the first Dirac video stream needs to come before
8317           the BOS page of any Vorbis streams or other audio streams, just like
8318           it is with Theora.
8319
8320 2007-06-07  Wim Taymans  <wim@fluendo.com>
8321
8322         * gst/playback/gstqueue2.c: (gst_queue_get_range):
8323         Fix compilation.
8324
8325 2007-06-06  Wim Taymans  <wim@fluendo.com>
8326
8327         Patch by: Thiago Sousa Santos <thiagossantos at gmail dot com>
8328
8329         * gst/playback/gstqueue2.c: (gst_queue_init),
8330         (gst_queue_handle_sink_event), (gst_queue_chain),
8331         (gst_queue_get_range), (gst_queue_src_checkgetrange_function),
8332         (gst_queue_sink_activate_push), (gst_queue_src_activate_push),
8333         (gst_queue_src_activate_pull):
8334         Add pull based scheduling and fix some deadlocks. Fixes #444523.
8335         Does not yet completely work because duration queries upstream won't
8336         block yet.
8337
8338 2007-06-06  Wim Taymans  <wim@fluendo.com>
8339
8340         * configure.ac:
8341         * gst/playback/gstqueue2.c: (gst_queue_create_read):
8342         Some more fseeko checks.
8343
8344 2007-06-06  Wim Taymans  <wim@fluendo.com>
8345
8346         * configure.ac:
8347         check for large file support.
8348
8349 2007-06-05  Sebastian Dröge  <slomo@circular-chaos.org>
8350
8351         Based on a patch by Sven Arvidsson <sa at whiz dot se>:
8352
8353         * gst/subparse/gstsubparse.c: (parse_subrip),
8354         (subviewer_unescape_newlines), (parse_subviewer),
8355         (gst_sub_parse_data_format_autodetect),
8356         (gst_sub_parse_format_autodetect), (gst_subparse_type_find):
8357         * gst/subparse/gstsubparse.h:
8358         Add support for SubViewer version 1 and 2 subtitles. Fixes #394061.
8359         * tests/check/elements/subparse.c: (GST_START_TEST),
8360         (subparse_suite):
8361         Add a unit test for both SubViewer formats.
8362
8363 2007-06-01  Michael Smith <msmith@fluendo.com>
8364
8365         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_do_seek):
8366           Don't overflow intermediate values when seeking to large time values
8367           in audiotestsrc.
8368
8369 2007-06-05  Wim Taymans  <wim@fluendo.com>
8370
8371         * gst/playback/gstqueue2.c: (gst_queue_have_data),
8372         (gst_queue_create_read), (gst_queue_read_item_from_file),
8373         (gst_queue_open_temp_location_file), (gst_queue_locked_enqueue):
8374         Include stdio to define fseeko.
8375
8376 2007-06-05  Wim Taymans  <wim@fluendo.com>
8377
8378         Patch by: Edward Hervey  <edward@fluendo.com>
8379
8380         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
8381         (gst_v4lsrc_query):
8382         Make v4lsrc output segments in GST_FORMAT_TIME. Fixes #442553.
8383
8384 2007-06-05  Tim-Philipp Müller  <tim at centricular dot net>
8385
8386         * gst-libs/gst/riff/Makefile.am:
8387         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_info):
8388           Use gst_tag_utf8_from_freeform_string() from libgsttag instead of
8389           our own implementation.
8390
8391 2007-06-05  Wim Taymans  <wim@fluendo.com>
8392
8393         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8394         (gst_base_rtp_depayload_setcaps),
8395         (gst_base_rtp_depayload_set_gst_timestamp),
8396         (gst_base_rtp_depayload_change_state):
8397         Handle timestamp wraparound.
8398
8399 2007-06-05  Wim Taymans  <wim@fluendo.com>
8400
8401         * gst/playback/gsturidecodebin.c: (no_more_pads_full),
8402         (new_decoded_pad), (remove_pads), (make_decoder), (setup_source),
8403         (gst_uri_decode_bin_change_state):
8404         Make sure we name srcpads uniquely even when using different internal
8405         decodebins.
8406         Signal no-more-pads when no more dynamic elements exist.
8407         Remove pads on cleanup.
8408
8409 2007-06-05  Wim Taymans  <wim@fluendo.com>
8410
8411         Based on patch by: Thiago Sousa Santos <thiagossantos at gmail dot com>
8412
8413         * gst/playback/gstqueue2.c: (gst_queue_class_init),
8414         (gst_queue_init), (gst_queue_finalize),
8415         (gst_queue_write_buffer_to_file), (gst_queue_have_data),
8416         (gst_queue_create_read), (gst_queue_read_item_from_file),
8417         (gst_queue_open_temp_location_file),
8418         (gst_queue_close_temp_location_file), (gst_queue_locked_flush),
8419         (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
8420         (gst_queue_is_empty), (gst_queue_is_filled),
8421         (gst_queue_change_state), (gst_queue_set_temp_location),
8422         (gst_queue_set_property):
8423         Add support for filebased buffering. Fixes #441264.
8424
8425 2007-06-05  Wim Taymans  <wim@fluendo.com>
8426
8427         * gst/playback/gstdecodebin2.c: (gst_decode_bin_factory_filter),
8428         (analyze_new_pad), (connect_pad), (expose_pad), (caps_notify_cb),
8429         (caps_notify_group_cb), (gst_decode_group_new),
8430         (gst_decode_group_free):
8431         Add support for delayed caps fixation when autoplugging.
8432         Optimize cases where a multiqueue is not needed/wanted, like right after
8433         anything that is not a demuxer.
8434
8435 2007-06-05  Wim Taymans  <wim@fluendo.com>
8436
8437         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fisbone),
8438         (gst_ogg_pad_submit_packet), (gst_ogg_demux_perform_seek),
8439         (gst_ogg_demux_read_chain), (gst_ogg_demux_collect_chain_info):
8440         consideratly speedup ogg chain detection by not trying to find a base
8441         timestamp for skeleton streams. 
8442
8443 2007-06-05  Wim Taymans  <wim@fluendo.com>
8444
8445         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
8446         (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_add_full),
8447         (gst_multi_fd_sink_remove_flush),
8448         (gst_multi_fd_sink_remove_client_link),
8449         (gst_multi_fd_sink_handle_client_write),
8450         (gst_multi_fd_sink_handle_clients):
8451         * gst/tcp/gstmultifdsink.h:
8452         Add support for remove_flush.
8453
8454 2007-06-05  Wim Taymans  <wim@fluendo.com>
8455
8456         * docs/design/draft-keyframe-force.txt:
8457         * ext/theora/theoraenc.c: (theora_enc_sink_event),
8458         (theora_enc_chain):
8459         Add draft design for forcing keyframes in encoders and implement in
8460         theoraenc.
8461
8462 2007-06-05  Jan Schmidt  <thaytan@mad.scientist.com>
8463
8464         * configure.ac:
8465           Back to CVS
8466
8467 === release 0.10.13 ===
8468
8469 2007-06-05  Jan Schmidt <thaytan@mad.scientist.com>
8470
8471         * configure.ac:
8472           releasing 0.10.13, "What's Going on?"
8473
8474 2007-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
8475
8476         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8477         In riff, the depth is stored in the size field but it just means that
8478         the least significant bits are cleared. We can therefore just play
8479         the sample as if it had a depth == width. Fixes: #440997
8480
8481         Patch by: Wim Taymans <wim@fluendo.com> 
8482         Patch by: Sebastian Dröge  <slomo@circular-chaos.org>
8483
8484 2007-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
8485
8486         * gst-libs/gst/floatcast/floatcast.h:
8487         Define inline when needed on win32 builds. Fixes: #441295
8488         Patch by: Sebastien Moutte  <sebastien@moutte.net>
8489
8490 2007-05-29  Wim Taymans  <wim@fluendo.com>
8491
8492         * gst/playback/gstplaybasebin.c: (queue_overrun),
8493         (no_more_pads_full):
8494         Stop buffering when the group is commited because the queues filled up.
8495         Fixes #442024.
8496
8497 2007-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
8498
8499         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_ensure_track_list),
8500         (gst_alsa_mixer_free), (gst_alsa_mixer_update),
8501         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
8502         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
8503         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
8504         * ext/alsa/gstalsamixer.h:
8505         * ext/alsa/gstalsamixerelement.c:
8506         (gst_alsa_mixer_element_interface_supported),
8507         (gst_alsa_mixer_element_finalize), (gst_alsa_mixer_element_init),
8508         (gst_alsa_mixer_element_set_property),
8509         (gst_alsa_mixer_element_get_property),
8510         (gst_alsa_mixer_element_change_state):
8511         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_update):
8512         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_volume_changed),
8513         (gst_mixer_option_changed):
8514         * gst-libs/gst/interfaces/mixer.h:
8515         Revert commits towards #152864 made so far. We'll pick it up again
8516         after the 0.10.13 release.
8517
8518 2007-05-24  Wim Taymans  <wim@fluendo.com>
8519
8520         * gst-libs/gst/audio/gstbaseaudiosink.c:
8521         (gst_base_audio_sink_render):
8522         After an interrupt (PAUSED/flush) assume that the next sample should not
8523         be aligned to the previous sample. Fixes #417992.
8524
8525 2007-05-24  Tim-Philipp Müller  <tim at centricular dot net>
8526
8527         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8528           Don't add channels and rate fields to the template caps for
8529           audio/x-dts, as wavparse might not always be able to set them,
8530           which would then lead to 'caps are not a real subset of the
8531           template caps' warnings.
8532
8533 2007-05-24  Jan Schmidt  <thaytan@mad.scientist.com>
8534
8535         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
8536         Handle unknown or invalid pads without crashing, as might occur if
8537         a media file like an mp3 is specified as a subtitle file.
8538         Fixes: #410039
8539
8540 2007-05-24  Jan Schmidt  <thaytan@mad.scientist.com>
8541
8542         * gst/playback/gstplaybin.c: (add_sink), (dummy_blocked_cb),
8543         (setup_sinks):
8544         Block the subtitle bin output queue before ghosting it and linking,
8545         then unblock after. This avoids spurious not-linked errors caused 
8546         by the queue starting up (because it gets linked when it is ghosted). 
8547         Fixes: #350299
8548
8549 2007-05-23  Jan Schmidt  <thaytan@mad.scientist.com>
8550
8551         * tests/check/elements/playbin.c: (test_suburi_error_unknowntype):
8552         Use /dev/zero instead of /dev/urandom to produce an invalid subtitle
8553         file. Avoids flukes where the input gets typefound to some valid but
8554         useless type.
8555
8556 2007-05-22  Tim-Philipp Müller  <tim at centricular dot net>
8557
8558         * tests/check/Makefile.am:
8559         * tests/check/elements/.cvsignore:
8560         * tests/check/elements/gnomevfssink.c: (setup_gnomevfssink),
8561         (cleanup_gnomevfssink), (GST_START_TEST), (gnomevfssink_suite):
8562           Add unit test for gnomevfssink seeking and position reporting for
8563           file:// URIs.
8564
8565 2007-05-22  Tim-Philipp Müller  <tim at centricular dot net>
8566
8567         Patch by: Mark Nauwelaerts <manauw at skynet be>
8568
8569         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_init),
8570         (gst_gnome_vfs_sink_open_file), (gst_gnome_vfs_sink_handle_event),
8571         (gst_gnome_vfs_sink_query), (gst_gnome_vfs_sink_render):
8572         * ext/gnomevfs/gstgnomevfssink.h:
8573           Fix position reporting, especially after a seek (from upstream),
8574           see #412648.
8575
8576 2007-05-22  Tim-Philipp Müller  <tim at centricular dot net>
8577
8578         * ext/cdparanoia/gstcdparanoiasrc.c:
8579           Repair umlaut.
8580
8581 2007-05-22  Jan Schmidt  <thaytan@mad.scientist.com>
8582
8583         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8584         Specify the full valid range for MP3 samplerates. Fixes a regression
8585         caused by extra header checks since the last release.
8586
8587 2007-05-21  Jan Schmidt  <thaytan@mad.scientist.com>
8588
8589         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
8590         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
8591         Fix a locking-order bug I introduced with my changes the other day.
8592         Patch by Mike Smith.
8593
8594 2007-05-21  Michael Smith <msmith@fluendo.com>
8595
8596         * ext/theora/theoradec.c: (theora_handle_data_packet):
8597           Don't look inside 0-length packets (which indicate duplicated
8598           frames)
8599
8600 2007-05-21  Wim Taymans  <wim@fluendo.com>
8601
8602         * ext/cdparanoia/gstcdparanoiasrc.c:
8603         (gst_cd_paranoia_src_read_sector):
8604         * gst-libs/gst/audio/gstbaseaudiosrc.c:
8605         (gst_base_audio_src_create):
8606         Small cleanups.
8607
8608         * ext/theora/theoradec.c: (theora_dec_sink_event):
8609         Fix typo.
8610
8611         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8612         (gst_base_rtp_depayload_set_gst_timestamp):
8613         Add some FIXME
8614
8615         * gst/playback/gstdecodebin.c: (queue_underrun_cb):
8616         And some debug info when a FIXME path is hit.
8617
8618 2007-05-21  Wim Taymans  <wim@fluendo.com>
8619
8620         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
8621         (gst_base_rtp_audio_payload_class_init),
8622         (gst_base_rtp_audio_payload_init),
8623         (gst_base_rtp_audio_payload_finalize),
8624         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
8625         (gst_base_rtp_audio_payload_handle_sample_based_buffer),
8626         (gst_base_rtp_payload_audio_handle_event):
8627         Some cleanups, remove minptime property as it is now in the parent
8628         class.
8629         Override parent class event function.
8630
8631         * gst-libs/gst/rtp/gstbasertppayload.c:
8632         (gst_basertppayload_class_init), (gst_basertppayload_init),
8633         (gst_basertppayload_event), (gst_basertppayload_set_property),
8634         (gst_basertppayload_get_property):
8635         * gst-libs/gst/rtp/gstbasertppayload.h:
8636         Add min-ptime property.
8637         Add handle-event vmethod. Fixes #415001.
8638
8639 2007-05-18  Stefan Kost  <ensonic@users.sf.net>
8640
8641         * gst-libs/gst/audio/gstbaseaudiosink.c
8642           (gst_base_audio_sink_change_state):
8643           Fix typo in comment.
8644
8645         * gst/playback/gstdecodebin.c (gst_decode_bin_class_init,
8646           free_dynamics, pad_probe, close_pad_link, try_to_link_1,
8647           get_our_ghost_pad, remove_element_chain, queue_underrun_cb,
8648           close_link):
8649         * gst/playback/gstplaybin.c (gst_play_bin_set_property,
8650           gen_audio_element, remove_sinks, gst_play_bin_send_event_to_sink):
8651           Remove trailing whitespaces in comments.
8652
8653         * gst/volume/Makefile.am:
8654           Fix tabs.
8655
8656 2007-05-18  Stefan Kost  <ensonic@users.sf.net>
8657
8658         patch by: Marc-Andre Lureau <marcandre.lureau@gmail.com>
8659
8660         * gst-libs/gst/interfaces/mixer.h (mixer_type, option_changed,
8661           set_option, get_option, _gst_reserved):
8662           Revert reordering functions (keep ABI).
8663
8664 2007-05-17  Jan Schmidt  <thaytan@mad.scientist.com>
8665
8666         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
8667         (gst_ximagesink_xwindow_new), (gst_ximagesink_handle_xevents),
8668         (gst_ximagesink_show_frame):
8669         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
8670         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_handle_xevents),
8671         (gst_xvimagesink_show_frame):
8672         When we create our own window, indicate that we handle the 
8673         WM_DELETE client message from the window manager, so that it won't 
8674         kill our window (and our app) along with it. Handle ClientMessage,
8675         post an error on the bus, and close the window. Further buffers
8676         arriving will result in a FlowError because the window has been
8677         destroyed.
8678
8679         Fixes: #393975
8680
8681         Clean up the X event handling loop and make them the same for
8682         both xvimagesink and ximagesink while I'm at it.
8683
8684 2007-05-17  Wim Taymans  <wim@fluendo.com>
8685
8686         * gst/playback/gstdecodebin2.c: (gst_decode_bin_factory_filter):
8687         Make decodebin2 autoplug depayloaders too.
8688
8689         * gst/playback/gsturidecodebin.c: (source_new_pad):
8690         Set the newly created decoder in a usable state when autoplugging a
8691         dynamic source such as RTSP.
8692
8693 2007-05-17  Tim-Philipp Müller  <tim at centricular dot net>
8694
8695         * gst/playback/gststreaminfo.c: (cb_probe):
8696           Ignore video-codec tag for audio streams and ignore audio-codec tags
8697           for video streams. Should make codec name collection a bit more
8698           robust against sloppy demuxers that send tag events containing both
8699           tags down each pad.
8700
8701 2007-05-17  Wim Taymans  <wim@fluendo.com>
8702
8703         * gst/playback/gstqueue2.c: (update_rates):
8704         Tweak the buffering thresholds a little.
8705         Update the buffer size with the previously calculate rate instead of
8706         only when we calculate a new rate so that we get smoother buffering
8707         updates.
8708
8709         * gst/playback/Makefile.am:
8710         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_base_init),
8711         (gst_uri_decode_bin_class_init), (gst_uri_decode_bin_init),
8712         (gst_uri_decode_bin_finalize), (gst_uri_decode_bin_set_property),
8713         (gst_uri_decode_bin_get_property), (unknown_type),
8714         (add_element_stream), (no_more_pads_full), (no_more_pads),
8715         (source_no_more_pads), (new_decoded_pad), (array_has_value),
8716         (gen_source_element), (has_all_raw_caps), (analyse_source),
8717         (remove_decoders), (make_decoder), (remove_source),
8718         (source_new_pad), (setup_source), (decoder_query_init),
8719         (decoder_query_duration_fold), (decoder_query_duration_done),
8720         (decoder_query_position_fold), (decoder_query_position_done),
8721         (decoder_query_latency_fold), (decoder_query_latency_done),
8722         (decoder_query_seeking_fold), (decoder_query_seeking_done),
8723         (decoder_query_generic_fold), (gst_uri_decode_bin_query),
8724         (gst_uri_decode_bin_change_state), (plugin_init):
8725         New element that intergrates a source, optional buffering element and
8726         decodebin.
8727
8728 2007-05-17  Tim-Philipp Müller  <tim at centricular dot net>
8729
8730         * configure.ac:
8731           Bump libtheora requirement to 1.0alpha5 for the pixformat check
8732           (also has a .pc file, so we don't need the fallback check any
8733           longer). Fixes #438840.
8734
8735 2007-05-17  Wim Taymans  <wim@fluendo.com>
8736
8737         * gst/playback/gstqueue2.c: (gst_queue_get_type),
8738         (gst_queue_class_init), (gst_queue_finalize), (update_time_level),
8739         (apply_segment), (apply_buffer), (update_buffering),
8740         (reset_rate_timer), (update_rates), (gst_queue_locked_flush),
8741         (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
8742         (gst_queue_handle_sink_event), (gst_queue_is_filled),
8743         (gst_queue_chain), (gst_queue_push_one), (gst_queue_loop),
8744         (plugin_init):
8745         fix build.
8746
8747 2007-05-17  Wim Taymans  <wim@fluendo.com>
8748
8749         * gst/playback/Makefile.am:
8750         * gst/playback/gstqueue2.c: (gst_queue_get_type),
8751         (gst_queue_class_init), (gst_queue_init), (gst_queue_finalize),
8752         (gst_queue_getcaps), (gst_queue_bufferalloc),
8753         (gst_queue_acceptcaps), (update_time_level), (apply_segment),
8754         (apply_buffer), (update_buffering), (reset_rate_timer),
8755         (update_rates), (gst_queue_locked_flush),
8756         (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
8757         (gst_queue_handle_sink_event), (gst_queue_is_empty),
8758         (gst_queue_is_filled), (gst_queue_chain), (gst_queue_push_one),
8759         (gst_queue_loop), (gst_queue_handle_src_event),
8760         (gst_queue_handle_src_query), (gst_queue_sink_activate_push),
8761         (gst_queue_src_activate_push), (gst_queue_change_state),
8762         (gst_queue_set_property), (gst_queue_get_property), (plugin_init):
8763         On our way to playbin2 this is the new network queue that does buffering
8764         all by itself using high and low watermarks. It can also measure up and
8765         downstream bandwidth to optimally size the queue.
8766
8767 2007-05-17  Michael Smith <msmith@fluendo.com>
8768
8769         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_do_seek):
8770         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_do_seek):
8771           Use the segment->last_stop value to calculate the next timestamp to
8772           generate after a seek; not the segment->start value.
8773
8774 2007-05-15  David Schleef  <ds@schleef.org>
8775
8776         * docs/Makefile.am: Install docs even when --disable-gtk-doc
8777           is disabled.  This matches the behavior of gtk+.  Fixes #349099.
8778
8779 2007-05-15  Wim Taymans  <wim@fluendo.com>
8780
8781         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
8782         (gst_ogg_demux_perform_seek), (gst_ogg_demux_handle_page):
8783         Some more chained streaming ogg timestamp fixes.
8784
8785 2007-05-15  Wim Taymans  <wim@fluendo.com>
8786
8787         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
8788         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
8789         (gst_ogg_demux_handle_page):
8790         Add some FIXMEs.
8791         Fix chain start/stop segment handling based on patch by
8792         <ahalda at cs dot mcgill dot ca> see #320984.
8793
8794 2007-05-15  Michael Smith <msmith@fluendo.com>
8795
8796         * configure.ac:
8797           We don't require a C++ compiler. So don't require one.
8798
8799 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
8800
8801         * ext/alsa/gstalsamixer.c (source, n_poll_fds, poll_fds,
8802           gst_alsa_mixer_check, gst_alsa_mixer_dispatch,
8803           gst_alsa_mixer_finalize, gst_alsa_mixer_handle_source_callback,
8804           gst_alsa_mixer_handle_callback, gst_alsa_mixer_elem_handle_callback,
8805           gst_alsa_mixer_ensure_track_list, gst_alsa_mixer_update_option,
8806           gst_alsa_mixer_update_track):
8807           Apply some of the cleanup Tim suggested in #152864 afterwards.
8808
8809 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
8810
8811         patch by: Marc-Andre Lureau <marcandre.lureau@gmail.com>
8812
8813         * ext/alsa/gstalsamixer.c (main_context, GstAlsaMixerWatch,
8814           _GstAlsaMixerWatch, source, n_poll_fds, poll_fds,
8815           gst_alsa_mixer_watch_funcs, gst_alsa_mixer_prepare,
8816           gst_alsa_mixer_check, gst_alsa_mixer_dispatch,
8817           gst_alsa_mixer_finalize, gst_alsa_mixer_find_master_mixer,
8818           gst_alsa_mixer_handle_source_callback,
8819           gst_alsa_mixer_handle_callback, gst_alsa_mixer_elem_handle_callback,
8820           gst_alsa_mixer_ensure_track_list, gst_alsa_mixer_free,
8821           gst_alsa_mixer_get_volume, gst_alsa_mixer_set_volume,
8822           gst_alsa_mixer_set_mute, gst_alsa_mixer_set_record,
8823           gst_alsa_mixer_get_option, gst_alsa_mixer_update_option,
8824           gst_alsa_mixer_update_track, _gst_alsa_mixer_set_interface):
8825         * ext/alsa/gstalsamixer.h (handle_source, interface, dir):
8826         * ext/alsa/gstalsamixerelement.c (gst_alsa_mixer_element_details,
8827           gst_alsa_mixer_element_interface_supported,
8828           gst_alsa_mixer_element_finalize, gst_alsa_mixer_element_init,
8829           gst_alsa_mixer_element_set_property,
8830           gst_alsa_mixer_element_get_property,
8831           gst_alsa_mixer_element_change_state):
8832         * ext/alsa/gstalsamixertrack.c (gst_alsa_mixer_track_update):
8833         * gst-libs/gst/interfaces/mixer.c (gst_mixer_volume_changed,
8834           gst_mixer_option_changed):
8835         * gst-libs/gst/interfaces/mixer.h (set_option, get_option,
8836           volume_changed, option_changed, _gst_reserved):
8837           Implement notification for alsamixer. Fixes #152864
8838
8839 2007-05-14  David Schleef  <ds@schleef.org>
8840
8841         * gst/videotestsrc/videotestsrc.c:
8842         * gst/videotestsrc/videotestsrc.h:
8843           Add support for video/x-raw-bayer.
8844
8845 2007-05-12  David Schleef  <ds@schleef.org>
8846
8847         * sys/xvimage/xvimagesink.c:
8848           Add some sanity checking for the XVImage size returned by X.
8849           Related to #377400.
8850
8851 2007-05-12  Wim Taymans  <wim@fluendo.com>
8852
8853         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8854         (gst_base_rtp_depayload_setcaps),
8855         (gst_base_rtp_depayload_set_gst_timestamp):
8856         Parse and use additional caps fields as described in updated
8857         application/x-rtp caps spec.
8858
8859 2007-05-12  Wim Taymans  <wim@fluendo.com>
8860
8861         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
8862         (gst_ogg_demux_collect_chain_info):
8863         If there is a stream in a chain without any data packets, ignore the
8864         stream in the total length calculations. Might be related to #436820.
8865
8866 2007-05-11  Jan Schmidt  <thaytan@mad.scientist.com>
8867
8868         * gst/typefind/gsttypefindfunctions.c: (mpeg_sys_is_valid_pack),
8869         (mpeg_sys_is_valid_pes), (mpeg_sys_is_valid_sys),
8870         (mpeg_sys_type_find), (mpeg_ts_type_find), (mpeg4_video_type_find),
8871         (mpeg_video_type_find), (mpeg_video_stream_type_find),
8872         (plugin_init):
8873
8874         Consolidate and re-work our mpeg system stream detection to probe
8875         more packets and produce a higher confidence result. Fixes a
8876         regression caused by lowering the typefind probability last year
8877         - related to bug #397810. Remove the redundant MPEG-1 specific 
8878         typefind function, as the new one detects both MPEG-1 & MPEG-2
8879         happily.
8880
8881         Also cleanup the MPEG elementary and MPEG-TS detection functions a
8882         little. 
8883
8884         Tested against my media test directory, with some improvements and
8885         no regressions.
8886
8887 2007-05-10  Wim Taymans  <wim@fluendo.com>
8888
8889         * gst/playback/gstplaybasebin.c: (fill_buffer), (check_queue),
8890         (queue_out_of_data):
8891         Connect to the new queue "pushing" signal instead of the broken
8892         "running" one.
8893
8894 2007-05-09  Sebastien Moutte  <sebastien@moutte.net>
8895
8896         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
8897         (gst_base_rtp_audio_payload_handle_frame_based_buffer):
8898         Move variable declaration before the first instruction.
8899         * gst/videotestsrc/videotestsrc.c:
8900         Define M_PI if it's not defined yet.
8901         * win32/common/libgstrtp.def:
8902         Add new exported functions.
8903
8904 2007-05-09  Michael Smith <msmith@fluendo.com>
8905
8906         * ext/theora/theoradec.c: (theora_handle_type_packet):
8907           gst_pad_push_event() does not return a GstFlowReturn!
8908
8909 2007-05-09  Wim Taymans  <wim@fluendo.com>
8910
8911         * tests/examples/seek/scrubby.c: (stop_cb), (main):
8912         * tests/examples/seek/seek.c: (do_seek):
8913         Some small cosmetic changes.
8914
8915 2007-05-08  Stefan Kost  <ensonic@users.sf.net>
8916
8917         * gst/adder/gstadder.c (gst_adder_src_event, gst_adder_collected,
8918           gst_adder_change_state):
8919         * gst/adder/gstadder.h (bps, offset, collect_event, segment,
8920           segment_pending, segment_position, segment_rate):
8921           Handle playback-rate on adder.
8922
8923 2007-05-07  Michael Smith <msmith@fluendo.com>
8924
8925         * ext/theora/gsttheoradec.h:
8926         * ext/theora/theoradec.c: (gst_theora_dec_reset),
8927         (theora_dec_sink_event), (theora_handle_comment_packet),
8928         (theora_handle_type_packet), (theora_dec_change_state):
8929           Don't push events (newsegment, tags) before initialising the
8930           decoder.
8931           This is neccesary for seeking to work correctly in gnonlin.
8932
8933 2007-05-04  Stefan Kost  <ensonic@users.sf.net>
8934
8935         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
8936         * gst/adder/gstadder.c:
8937         * gst/audiotestsrc/gstaudiotestsrc.c
8938           (gst_audio_test_src_create_white_noise):
8939         * gst/videotestsrc/gstvideotestsrc.c:
8940         * gst/volume/gstvolume.c (VOLUME_UNITY_INT16,
8941           VOLUME_UNITY_INT16_BIT_SHIFT, VOLUME_MAX_DOUBLE,
8942           volume_sink_template, volume_src_template, gst_volume_init,
8943           volume_process_double, volume_process_int16,
8944           volume_process_int16_clamp):
8945           Doc fixes and formatting.
8946
8947 2007-05-04  Tim-Philipp Müller  <tim at centricular dot net>
8948
8949         * tests/check/Makefile.am:
8950         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
8951           Minimal check for volume's GstController usability; also another
8952           test for #422295.
8953
8954 2007-05-04  Tim-Philipp Müller  <tim at centricular dot net>
8955
8956         * gst-libs/gst/cdda/gstcddabasesrc.c:
8957         (gst_cdda_base_src_add_track):
8958           Fix it so that it (a) makes sense and (b) doesn't break
8959           everything cdda-related including the unit test.
8960
8961 2007-05-04  Stefan Kost  <ensonic@users.sf.net>
8962
8963         * gst-libs/gst/cdda/gstcddabasesrc.c:
8964         (gst_cdda_base_src_add_track):
8965           Fix build when disabling asserts.
8966
8967 2007-05-03  Tim-Philipp Müller  <tim at centricular dot net>
8968
8969         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
8970           When XShm is not available, we might get row strides that are not
8971           rounded up to multiples of four; this is bad, because virtually
8972           every RGB-processing element in GStreamer assumes rowstrides are
8973           rounded up to multiples of four, so let's allocate at least enough
8974           memory to avoid crashes in this case. The image will still be
8975           displayed distorted though if this happens, so that still needs
8976           fixing (maybe by allocating a bigger image with an 'even' width
8977           and then clipping it appropriately when rendering - something for
8978           Xlib aficionados in any case).
8979
8980 2007-05-03  Michael Smith <msmith@fluendo.com>
8981
8982         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
8983           If a buffer doesn't have a timestamp, assume it's contiguous with
8984           the previous buffer, and synthesise timestamps appropriately.
8985
8986 2007-05-03  Edward Hervey  <edward@fluendo.com>
8987
8988         * tests/check/elements/videorate.c: (GST_START_TEST):
8989         Set buffer timestamp to a valid value in order to test the buffer
8990         really does stay in videorate.
8991
8992 2007-05-03  Edward Hervey  <edward@fluendo.com>
8993
8994         * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
8995         There is no sensible way to handle incoming buffers which don't have a
8996         valid timestamp. We therefore discard them and wait for the next one.
8997
8998 2007-05-01  Tim-Philipp Müller  <tim at centricular dot net>
8999
9000         * gst/playback/gstdecodebin.c: (type_found), (plugin_init):
9001         * gst/playback/gstdecodebin2.c: (plugin_init):
9002           Better error message for text files.
9003
9004 2007-04-29  Wim Taymans  <wim@fluendo.com>
9005
9006         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_packet_add_rb):
9007         Fix offset bug in generation RR packets.
9008
9009 2007-04-27  Julien MOUTTE  <julien@moutte.net>
9010
9011         * ext/theora/theoradec.c: (_theora_granule_time),
9012         (theora_dec_push_forward), (theora_handle_data_packet),
9013         (theora_dec_decode_buffer): Calculate buffer duration correctly
9014         to generate a perfect stream (#433888).
9015         * gst/audioresample/gstaudioresample.c:
9016         (audioresample_check_discont): Glib provides ABS.
9017
9018 2007-04-27  Wim Taymans  <wim@fluendo.com>
9019
9020         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_packet_get_rb),
9021         (gst_rtcp_packet_add_rb), (gst_rtcp_packet_sdes_add_item),
9022         (gst_rtcp_packet_sdes_add_entry), (gst_rtcp_packet_bye_add_ssrc),
9023         (gst_rtcp_packet_bye_add_ssrcs), (get_reason_offset),
9024         (gst_rtcp_packet_bye_set_reason):
9025         * gst-libs/gst/rtp/gstrtcpbuffer.h:
9026         Fix RB block parsing and writing.
9027         Add support for constructing BYE packets.
9028
9029 2007-04-25  Tim-Philipp Müller  <tim at centricular dot net>
9030
9031         * gst-libs/gst/audio/gstbaseaudiosrc.c: (_do_init),
9032         (gst_base_audio_src_create):
9033         * po/POTFILES.in:
9034           When posting a warning message because samples were dropped, post
9035           something more intelligible than he default error message for clock
9036           errors which is just confusing in this context (#432984).
9037
9038 2007-04-25  Wim Taymans  <wim@fluendo.com>
9039
9040         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_buffer_new),
9041         (gst_rtcp_buffer_end), (gst_rtcp_buffer_get_packet_count),
9042         (read_packet_header), (gst_rtcp_packet_move_to_next),
9043         (gst_rtcp_buffer_add_packet), (gst_rtcp_packet_sr_set_sender_info),
9044         (gst_rtcp_packet_rr_set_ssrc), (gst_rtcp_packet_add_rb),
9045         (gst_rtcp_packet_sdes_get_item_count),
9046         (gst_rtcp_packet_sdes_first_item),
9047         (gst_rtcp_packet_sdes_next_item), (gst_rtcp_packet_sdes_get_ssrc),
9048         (gst_rtcp_packet_sdes_first_entry),
9049         (gst_rtcp_packet_sdes_next_entry),
9050         (gst_rtcp_packet_sdes_get_entry), (gst_rtcp_packet_sdes_add_item),
9051         (gst_rtcp_packet_sdes_add_entry):
9052         * gst-libs/gst/rtp/gstrtcpbuffer.h:
9053         Implement code to write SR, RR and SDES packets.
9054
9055 2007-04-24  Tim-Philipp Müller  <tim at centricular dot net>
9056
9057         Patch by: Christian Kirbach <Christian dot Kirbach at googlemail com>
9058
9059         * sys/ximage/ximagesink.c:
9060           Fix build if XShm is not available (#432362).
9061
9062 2007-04-24  Sebastian Dröge  <slomo@circular-chaos.org>
9063
9064         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init):
9065         Initalize the AudioConvertCtx with zeroes, otherwise it will contain
9066         pointers to random memory which are passed to g_free() when
9067         audio_convert_prepare_context() is called the first time.
9068
9069 2007-04-24  Tim-Philipp Müller  <tim at centricular dot net>
9070
9071         Patch by: Dan Williams <dcbw redhat com>
9072
9073         * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
9074           Don't leak incoming buffer if gst_pad_push() returns a
9075           non-OK flow. Fixes #432755.
9076          
9077         * tests/check/elements/videorate.c: (GST_START_TEST),
9078         (videorate_suite):
9079           Unit test for the above by Yours Truly.
9080
9081 2007-04-23  Stefan Kost  <ensonic@users.sf.net>
9082
9083         * gst/adder/gstadder.c: (gst_adder_setcaps), (gst_adder_src_event),
9084         (gst_adder_sink_event), (gst_adder_collected):
9085           Fix non-flushing segmented seeks, Fixes #340060 for me
9086
9087 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
9088
9089         Patch by: Olivier Crete  <tester at tester ca>
9090
9091         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
9092         (gst_base_rtp_audio_payload_class_init),
9093         (gst_base_rtp_audio_payload_init),
9094         (gst_base_rtp_audio_payload_dispose):
9095           Chain up to parent class in dispose function; get rid of
9096           unnecessary 'diposed' flag in private structure (#415001).
9097
9098 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
9099
9100         * docs/libs/gst-plugins-base-libs.types:
9101         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
9102         (gst_base_rtp_audio_payload_class_init):
9103         * gst-libs/gst/rtp/gstbasertpdepayload.c:
9104         * gst-libs/gst/rtp/gstbasertppayload.c:
9105           Some minor docs fixes and additions; also add missing 'Since' bits.
9106
9107 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
9108
9109         Patch by: Zeeshan Ali  <zeenix gmail com>
9110
9111         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
9112         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
9113         (gst_base_rtp_audio_payload_handle_sample_based_buffer),
9114         (gst_base_rtp_audio_payload_push):
9115         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
9116           The recently-added gst_base_rtp_audio_payload_push() should take an
9117           object of type GstBaseRTPAudioPayload as first argument (#431672).
9118
9119 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
9120
9121         * gst/audioresample/gstaudioresample.c:
9122           Make more functions static, just because we can.
9123
9124 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
9125
9126         * tests/check/elements/audioresample.c:
9127           Add unit test for audioresample shutdown crasher (#420106).
9128
9129 2007-04-20  Stefan Kost  <ensonic@users.sf.net>
9130
9131         * gst/subparse/gstsubparse.c:
9132         * gst/subparse/samiparse.c:
9133           Use GST_DISABLE_XML here
9134
9135         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
9136         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_get_xv_support),
9137         (gst_xvimagesink_buffer_alloc),
9138         (gst_xvimagesink_navigation_send_event):
9139         * sys/xvimage/xvimagesink.h:
9140           Include stdlib.h when using atoi.
9141           
9142         * tests/check/elements/playbin.c: (playbin_suite):
9143           Use GST_DISABLE_REGISTRY here
9144
9145 2007-04-19  Michael Smith  <msmith@fluendo.com>
9146
9147         * ext/theora/gsttheoraenc.h:
9148         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
9149         (theora_enc_sink_event), (theora_enc_change_state):
9150           Track initialisation state; don't try to use encoder state if we're
9151           not initialised (it'll segfault).
9152
9153 2007-04-18  Stefan Kost  <ensonic@users.sf.net>
9154
9155         * tests/check/pipelines/.cvsignore:
9156         Fix build.
9157
9158 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
9159
9160         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9161         Allow random depths between 1 and 32 instead of only multiplies of 8.
9162
9163 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
9164
9165         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9166         Set the maximum number of channels for PCM and float in the correct
9167         place to have it also used when creating the template caps.
9168
9169 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
9170
9171         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9172         Correctly support 4, 6 and 8 channels with normal PCM and float
9173         wav files.
9174
9175         Fix the depth and signedness calculation in extensible wav files and
9176         also handle 1, 2, 4, 6, 8 channels here when a file without channel
9177         mask is found.
9178
9179         Add support for float, alaw and mulaw in extensible wav files.
9180
9181         This allows correct playback of all but 5 files from
9182         http://www-mmsp.ece.mcgill.ca/Documents/AudioFormats/WAVE/Samples.html
9183         
9184         (gst_riff_create_audio_template_caps):
9185         Add voxware and float formats to the template caps.     
9186
9187 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
9188
9189         Patch by: Vincent Torri <vtorri at univ-evry dot fr>
9190
9191         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_render_time):
9192         Fix unused variable warning if HAVE_LOCALTIME_R is undefinied
9193
9194         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9195         * gst/audioresample/gstaudioresample.c: (audioresample_do_output):
9196         Use the correct format strings for integer formats.
9197
9198 2007-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
9199
9200         * ext/theora/theoraenc.c (theora_buffer_from_packet, theora_enc_chain):
9201           Don't use pad_alloc_buffer_and_set_caps to create a small header
9202           packet, or, worse, to create a big temporary video buffer using the
9203           src pad.
9204
9205 2007-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
9206
9207         * gst/gdp/gstgdppay.c (gst_gdp_pay_chain):
9208         * tests/check/pipelines/streamheader.c (tag_event_probe_cb,
9209           GST_START_TEST, buffer_probe_cb, GST_START_TEST):
9210           Fix a bug where serialized IN_CAPS buffers needed to be set IN_CAPS.
9211
9212 2007-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
9213
9214         * tests/check/pipelines/streamheader.c (tag_event_probe_cb,
9215           GST_START_TEST, n_in_caps, buffer_probe_cb, GST_START_TEST,
9216           streamheader_suite):
9217           Add another test set up for failure
9218
9219 2007-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
9220
9221         * tests/check/Makefile.am:
9222         * tests/check/pipelines/streamheader.c (n_tags, tag_event_probe_cb,
9223           GST_START_TEST, streamheader_suite, main):
9224           Add a test for the streamheader bug Wim fixed.
9225
9226 2007-04-13  Jan Schmidt  <thaytan@mad.scientist.com>
9227
9228         * ext/theora/theoradec.c: (theora_dec_sink_event):
9229         Fix misleading comment.
9230
9231 2007-04-13  Stefan Kost  <ensonic@users.sf.net>
9232
9233         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9234           More sanity checks for the header fields.
9235
9236 2007-04-12  Tim-Philipp Müller  <tim at centricular dot net>
9237
9238         * gst-libs/gst/tag/tags.c: (gst_tag_freeform_string_to_utf8):
9239           Try encodings from all environment variables, not just those in the
9240           first environment variable that is set.
9241
9242 2007-04-12  Wim Taymans  <wim@fluendo.com>
9243
9244         * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps),
9245         (gst_video_rate_chain):
9246         Add some debug.
9247
9248         * tests/check/elements/videorate.c: (GST_START_TEST),
9249         (videorate_suite):
9250         Added check for videorate changing caps handling. Closes #421834.
9251
9252 2007-04-12  Michael Smith  <msmith@fluendo.com>
9253
9254         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
9255           Use scale functions to avoid overflow when calculating duration of 
9256           vorbis buffers.
9257
9258 2007-04-12  Tim-Philipp Müller  <tim at centricular dot net>
9259
9260         * docs/libs/gst-plugins-base-libs-sections.txt:
9261         * gst-libs/gst/tag/tag.h:
9262         * gst-libs/gst/tag/tags.c: (gst_tag_freeform_string_to_utf8):
9263           API: add gst_tag_freeform_string_to_utf8() (#405072).
9264
9265         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_extract_id3v1_string):
9266           Use gst_tag_freeform_string_to_utf8() here.
9267
9268 2007-04-12  Wim Taymans  <wim@fluendo.com>
9269
9270         * gst/gdp/gstgdppay.c: (gst_gdp_pay_chain),
9271         (gst_gdp_pay_sink_event):
9272         Make sure we set the IN_CAPS flag correctly.
9273
9274         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
9275         Get the IN_CAPS flag before we call functions that mess with the flags.
9276
9277 2007-04-10  Thomas Vander Stichele  <thomas at apestaart dot org>
9278
9279         * gst/gdp/gstgdppay.c (gst_gdp_pay_reset_streamheader,
9280           gst_gdp_pay_chain, gst_gdp_pay_sink_event):
9281           Only stamp buffers with offset/offset_end right before they get
9282           pushed.  This ensures offset continuity, which was not the case
9283           before as shown by
9284           gst-launch -v -m audiotestsrc num-buffers=10 ! audioconvert ! vorbisenc ! gdppay ! identity check-imperfect-offset=TRUE ! fakesink silent=TRUE
9285
9286 2007-04-06  Wim Taymans  <wim@fluendo.com>
9287
9288         * gst/playback/gstplaybin.c: (add_sink),
9289         (gst_play_bin_change_state):
9290         Activate sync in playbin, we are ready to handle it for live streams.
9291
9292 2007-04-06  Tim-Philipp Müller  <tim at centricular dot net>
9293
9294         * tests/check/elements/playbin.c:
9295         (test_sink_usage_video_only_stream), (playbin_suite):
9296           Add small test for stream-info-value-array code paths.
9297
9298 2007-04-05  Wim Taymans  <wim@fluendo.com>
9299
9300         * gst-libs/gst/audio/gstbaseaudiosink.c:
9301         (gst_base_audio_sink_skew_slaving):
9302         Don't try to create invalid calibration parameters by making the
9303         internal time go backwards, instead make external time go forward.
9304
9305 2007-04-05  Wim Taymans  <wim@fluendo.com>
9306
9307         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
9308
9309         * gst/playback/gstplaybasebin.c: (add_stream):
9310         Fix leak in add_stream(), when g_value_set_object() increases the
9311         refcount of streaminfo object. Fixes #426250.
9312
9313 2007-04-03  David Schleef  <ds@schleef.org>
9314
9315         * gst/videotestsrc/gstvideotestsrc.c:
9316         * gst/videotestsrc/gstvideotestsrc.h:
9317         * gst/videotestsrc/videotestsrc.c:
9318         * gst/videotestsrc/videotestsrc.h:
9319           Add a test pattern called "circular", which has concentric
9320           rings with varying radial frequency.  The main purpose of this
9321           pattern is to test fidelity loss in a filter or scaler element.
9322           Notably, this pattern is scale invariant, and is optimally viewed
9323           with a width (and height) of 400.
9324
9325 2007-04-03  Wim Taymans  <wim@fluendo.com>
9326
9327         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
9328
9329         * gst/playback/gstdecodebin2.c: (connect_pad), (expose_pad),
9330         (deactivate_free_recursive):
9331         Decodebin2 doesn't unref pads it obtains in some occasions:
9332         - multiqueue src pads, when either connecting further or exposing
9333         - sink pads of new autoplugged elements
9334         - peer pads when recursively freeing elements
9335         Fixes #425455.
9336
9337 2007-03-30  Sebastian Dröge  <slomo@circular-chaos.org>
9338
9339         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9340         Add audio/x-raw-float support, now that audioconvert support
9341         non-native endianness floats.
9342
9343 2007-03-30  Tim-Philipp Müller  <tim at centricular dot net>
9344
9345         * docs/libs/gst-plugins-base-libs-docs.sgml:
9346           gstreamer-plugins-base.pc doesn't exist, it's
9347           gstreamer-plugins-base-0.10.pc.
9348
9349 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
9350
9351         Patch by: René Stadler <mail at renestadler dot de>
9352         with some minor changes
9353
9354         * gst-libs/gst/floatcast/floatcast.h:
9355         Use more efficient float endianness conversion functions that don't
9356         involve 2 function calls per value.
9357         * gst/audioconvert/audioconvert.c: (audio_convert_get_func_index),
9358         (check_default), (audio_convert_prepare_context):
9359         * gst/audioconvert/gstaudioconvert.c:
9360         (gst_audio_convert_parse_caps), (make_lossless_changes):
9361         Support non-native endianness floats as input and output.
9362         Fixes #339838.
9363         * tests/check/elements/audioconvert.c: (verify_convert),
9364         (GST_START_TEST):
9365         Add unit tests for the non-native endianness float conversions.
9366
9367 2007-03-29  Wim Taymans  <wim@fluendo.com>
9368
9369         * gst-libs/gst/rtp/gstbasertpdepayload.c:
9370         (gst_base_rtp_depayload_base_init),
9371         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
9372         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
9373         (gst_base_rtp_depayload_set_gst_timestamp),
9374         (gst_base_rtp_depayload_change_state),
9375         (gst_base_rtp_depayload_set_property),
9376         (gst_base_rtp_depayload_get_property):
9377         * gst-libs/gst/rtp/gstbasertpdepayload.h:
9378         Add Private structure.
9379         Bring element code to 2007.
9380         Parse clock-base caps param and use it when generating the
9381         newsegment.
9382         Reset variables before going to PAUSED.
9383         Fix some docs.
9384
9385 2007-03-29  Wim Taymans  <wim@fluendo.com>
9386
9387         * docs/libs/gst-plugins-base-libs-docs.sgml:
9388         * docs/libs/gst-plugins-base-libs-sections.txt:
9389         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
9390         (gst_base_rtp_audio_payload_get_adapter):
9391         Add RTCP docs.
9392         Fix some more docs.
9393
9394         * gst-libs/gst/rtp/Makefile.am:
9395         * gst-libs/gst/rtp/gstrtcpbuffer.c:
9396         (gst_rtcp_buffer_new_take_data), (gst_rtcp_buffer_new_copy_data),
9397         (gst_rtcp_buffer_validate_data), (gst_rtcp_buffer_validate),
9398         (gst_rtcp_buffer_get_packet_count), (read_packet_header),
9399         (gst_rtcp_buffer_get_first_packet), (gst_rtcp_packet_move_to_next),
9400         (gst_rtcp_buffer_add_packet), (gst_rtcp_packet_remove),
9401         (gst_rtcp_packet_get_padding), (gst_rtcp_packet_get_type),
9402         (gst_rtcp_packet_get_count), (gst_rtcp_packet_get_length),
9403         (gst_rtcp_packet_sr_get_sender_info),
9404         (gst_rtcp_packet_sr_set_sender_info),
9405         (gst_rtcp_packet_rr_get_ssrc), (gst_rtcp_packet_rr_set_ssrc),
9406         (gst_rtcp_packet_get_rb_count), (gst_rtcp_packet_get_rb),
9407         (gst_rtcp_packet_add_rb), (gst_rtcp_packet_set_rb),
9408         (gst_rtcp_packet_sdes_get_chunk_count),
9409         (gst_rtcp_packet_sdes_first_chunk),
9410         (gst_rtcp_packet_sdes_next_chunk), (gst_rtcp_packet_sdes_get_ssrc),
9411         (gst_rtcp_packet_sdes_first_item),
9412         (gst_rtcp_packet_sdes_next_item), (gst_rtcp_packet_sdes_get_item),
9413         (gst_rtcp_packet_bye_get_ssrc_count),
9414         (gst_rtcp_packet_bye_get_nth_ssrc), (gst_rtcp_packet_bye_add_ssrc),
9415         (gst_rtcp_packet_bye_add_ssrcs), (get_reason_offset),
9416         (gst_rtcp_packet_bye_get_reason_len),
9417         (gst_rtcp_packet_bye_get_reason), (gst_rtcp_packet_bye_set_reason):
9418         * gst-libs/gst/rtp/gstrtcpbuffer.h:
9419         Add new helper object for parsing and creating RTCP messages.
9420
9421 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
9422
9423         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9424         PCM samples with width=8 must be always unsigned, no matter what
9425         depth they have.
9426
9427 2007-03-29  Andy Wingo  <wingo@pobox.com>
9428
9429         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev): Make
9430         perfect offsets also, not just timestamps.
9431
9432         * tests/check/elements/videorate.c (test_more): Test that given
9433         any incoming offsets, that videorate produces perfect offsets.
9434
9435 2007-03-29  Wim Taymans  <wim@fluendo.com>
9436
9437         * gst-libs/gst/riff/riff-ids.h:
9438         Add some more RIFF formats.
9439
9440 2007-03-29  Wim Taymans  <wim@fluendo.com>
9441
9442         * gst-libs/gst/rtp/gstrtpbuffer.c:
9443         (gst_rtp_buffer_default_clock_rate):
9444         * gst-libs/gst/rtp/gstrtpbuffer.h:
9445         Fix fixed payload names and docs.
9446         Added method to get the default clock rates of fixed payload types.
9447         API: GstRTPBuffer::gst_rtp_buffer_default_clock_rate()
9448
9449 2007-03-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9450
9451         * tests/check/pipelines/.cvsignore:
9452         Add new vorbisdec test to cvsignore.
9453
9454 2007-03-28  Wim Taymans  <wim@fluendo.com>
9455
9456         * gst-libs/gst/audio/gstbaseaudiosink.c: (slave_method_get_type),
9457         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
9458         (gst_base_audio_sink_query), (gst_base_audio_sink_get_time),
9459         (gst_base_audio_sink_set_property),
9460         (gst_base_audio_sink_get_property), (gst_base_audio_sink_event),
9461         (clock_convert_external), (gst_base_audio_sink_resample_slaving),
9462         (gst_base_audio_sink_skew_slaving),
9463         (gst_base_audio_sink_handle_slaving), (gst_base_audio_sink_render),
9464         (gst_base_audio_sink_async_play):
9465         * gst-libs/gst/audio/gstbaseaudiosink.h:
9466         Store private stuff in GstBaseAudioSinkPrivate.
9467         Add configurable clock slaving modes property.
9468         API:: GstBaseAudioSink::slave-method property
9469         Some more latency reporting tweaks.
9470         Added skew based clock slaving correction and make it the default until
9471         the resampling method is more robust.
9472
9473 2007-03-27  Sebastian Dröge  <slomo@circular-chaos.org>
9474
9475         * gst/audioconvert/audioconvert.c:
9476         Add docs to the integer pack functions and implement proper
9477         rounding. Before we had rounding towards negative infinity, i.e.
9478         always the smaller number was taken. Now we use natural rounding,
9479         i.e. rounding to the nearest integer and to the one with the largest
9480         absolute value for X.5. The old rounding introduced some minor
9481         distortions. Fixes #420079
9482         * tests/check/elements/audioconvert.c: (GST_START_TEST):
9483         Fix one unit test that assumed the old rounding and added unit tests
9484         for checking signed/unsigned int16 <-> signed/unsigned int16 with
9485         depth 8, one for signed int16 <-> unsigned int16 and one for the new
9486         rounding from signed int32 to signed/unsigned int16.
9487
9488 2007-03-27  Michael Smith  <msmith@fluendo.com>
9489
9490         * gst/audioconvert/gstaudioconvert.c: (strip_width_64),
9491         (gst_audio_convert_transform_caps):
9492           Fix typo in debug line introduced recently, as pointed out on irc.
9493
9494 2007-03-27  Tim-Philipp Müller  <tim at centricular dot net>
9495
9496         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
9497         * tests/check/libs/tag.c: (GST_START_TEST):
9498           Make sure we parse floating-point numbers in vorbis comments
9499           correctly with either '.' or ',' as separator, no matter what
9500           the current locale is. Add unit test for this too.
9501
9502 2007-03-26  Tim-Philipp Müller  <tim at centricular dot net>
9503
9504         Patch by: René Stadler  <mail at renestadler de>
9505
9506         * gst-libs/gst/tag/gstvorbistag.c: (gst_tag_to_vorbis_comments):
9507           When writing out floating-point numbers to vorbis comment tags, always
9508           use the same character as separator no matter what the current locale is
9509           (fixes #423051).
9510
9511         * tests/check/libs/tag.c: (GST_START_TEST):
9512           Add unit tests for replaygain tags in vorbis comments (closes #423055).
9513
9514 2007-03-26  Thomas Vander Stichele  <thomas at apestaart dot org>
9515
9516         * ext/vorbis/vorbisdec.c (vorbis_dec_push_forward,
9517           vorbis_handle_data_packet):
9518           Correctly set DURATION to generate a timestamp-continuous stream.
9519           One bug left at the end; see
9520           ihttp://bugzilla.gnome.org/show_bug.cgi?id=423086
9521         * tests/check/Makefile.am:
9522         * tests/check/pipelines/vorbisenc.c (GST_START_TEST):
9523           Add a test to check this.  Without the above patch this test fails.
9524
9525 2007-03-26  Jan Schmidt  <thaytan@mad.scientist.com>
9526
9527         * gst-libs/gst/rtp/Makefile.am:
9528         The base audio payloader uses GstAdapter - we need GST_BASE_LIBS.
9529
9530 2007-03-23  Michael Smith  <msmith@fluendo.com>
9531
9532         * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps),
9533         (gst_video_rate_reset), (gst_video_rate_chain):
9534           If videorate changes caps, we can no longer use the old buffer
9535           (which may have a different size, incompatible with our caps).
9536           So don't do that; just duplicate the new frame more times.
9537
9538 2007-03-22  Jan Schmidt  <thaytan@mad.scientist.com>
9539
9540         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
9541         Remove playbin's override of the set_clock vmethod. It's irrelevant
9542         after Wim's commit on the 19th.
9543
9544 2007-03-22  Wim Taymans  <wim@fluendo.com>
9545
9546         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_get_size),
9547         (gst_gnome_vfs_src_start), (gst_gnome_vfs_src_stop):
9548         * ext/gnomevfs/gstgnomevfssrc.h:
9549         Don't cache file sizes. Fixes #341078.
9550
9551 2007-03-21  Tim-Philipp Müller  <tim at centricular dot net>
9552
9553         * gst/playback/gstplaybin.c: (add_sink):
9554           Use GST_PTR_FORMAT to log caps. 
9555
9556 2007-03-21  Tim-Philipp Müller  <tim at centricular dot net>
9557
9558         Patch by: Young-Ho Cha <ganadist at chollian net>
9559
9560         * gst/subparse/samiparse.c: (handle_start_font):
9561           Special-case some more colour names that pango doesn't handle by
9562           default. Fixes #420578.
9563
9564 2007-03-20  Michael Smith  <msmith@fluendo.com>
9565
9566         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
9567           If we get a zero-sized input buffer, don't pass it to libvorbis, as
9568           that marks EOS internally. After that, libvorbis will buffer all
9569           input data, and encode none of it, eventually leading to memory
9570           exhaustion.
9571
9572 2007-03-19  Wim Taymans  <wim@fluendo.com>
9573
9574         * gst/playback/gstdecodebin.c: (remove_fakesink):
9575         Don't post STATE_DIRTY anymore.
9576
9577         * gst/playback/gstplaybin.c: (add_sink), (gst_play_bin_send_event),
9578         (gst_play_bin_change_state):
9579         Remove stream_time reset in seek handling, core does that now.
9580         Disable clocking for live pipelines by forcing a NULL clock to the
9581         complete pipeline, core is too smart now for our previous hack.
9582         We can always autoplug in PAUSED now.
9583
9584 2007-03-17  David Schleef  <ds@schleef.org>
9585
9586         * REQUIREMENTS:  Update this file, change the formatting to make
9587         it more consistent, plus more machine readable.
9588
9589 2007-03-16  Michael Smith  <msmith@fluendo.com>
9590
9591         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
9592         (strip_width_64), (append_with_other_format):
9593           Previous fix was too simplistic, and broke the tests. Use a better
9594           approach; only strip 64 from widths for integer audio.
9595
9596 2007-03-16  Michael Smith  <msmith@fluendo.com>
9597
9598         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
9599         (gst_audio_convert_transform_caps):
9600           We don't support 64 bit integer audio, so don't try to claim we can.
9601           Stops us producing caps don't match our template caps.
9602           Update comments.
9603
9604 2007-03-15  Michael Smith  <msmith@fluendo.com>
9605
9606         * gst/audioresample/gstaudioresample.c:
9607         (audioresample_check_discont), (audioresample_transform):
9608           Don't trigger discontinuities for very small imperfections; a filter
9609           flush will sound bad, and many plugins have rounding errors leading
9610           to these.
9611
9612 2007-03-14 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
9613
9614         Patch by: Olivier Crete <olivier.crete@collabora.co.uk>
9615
9616         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
9617         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
9618         API: add "min-ptime" property to RTP base audio payloader.
9619         API: add gst_base_rtp_audio_payload_push().
9620         API: add gst_base_rtp_audio_payload_get_adapter().
9621         Fixes #415001
9622         Indentation/whitespace/documentation fixes.
9623
9624 2007-03-14  Julien MOUTTE  <julien@moutte.net>
9625
9626         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
9627         (audioresample_transform_size), (audioresample_do_output),
9628         (audioresample_transform), (audioresample_pushthrough): Handle
9629         discontinuous streams.
9630         * gst/audioresample/gstaudioresample.h:
9631         * tests/check/elements/audioresample.c:
9632         (test_discont_stream_instance), (GST_START_TEST),
9633         (audioresample_suite): Add a test for discontinuous streams.
9634         * win32/common/config.h: Updated.
9635
9636 2007-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
9637
9638         * po/af.po:
9639         * po/az.po:
9640         * po/cs.po:
9641         * po/en_GB.po:
9642         * po/it.po:
9643         * po/nb.po:
9644         * po/nl.po:
9645         * po/or.po:
9646         * po/sq.po:
9647         * po/sr.po:
9648         * po/sv.po:
9649         * po/uk.po:
9650         * po/vi.po:
9651           Update translations from translation project.
9652
9653 2007-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
9654
9655         * gst/audioresample/debug.h:
9656         * gst/audioresample/resample.c: (resample_init):
9657           Since I really am not interested in a debug line for each sample
9658           being processed, move the library's debugging to its own category,
9659           libaudioresample
9660
9661 2007-03-13  Michael Smith  <msmith@fluendo.com>
9662
9663         * ext/theora/theoradec.c: (theora_handle_type_packet):
9664           Since the plugin doesn't support anything other than 4:2:0 right
9665           now, post an error and fail if we get something else. Won't matter
9666           until libtheora supports the other pixel formats, but hopefully
9667           that'll be soon...
9668
9669 2007-03-10  Sebastien Moutte  <sebastien@moutte.net>
9670
9671         * gst-libs/gst/audio/gstbaseaudiosink.c:(gst_base_audio_sink_render):
9672         Use gst_guint64_to_gdouble for conversion.
9673         * win32/MANIFEST:
9674         Add new files to the win32 MANIFEST.
9675         * win32/common/libgstaudio.def:
9676         * win32/common/libgstpbutils.def:
9677         Add new exported functions.
9678         * win32/vs6/gst_plugins_base.dsw:
9679         * win32/vs6/libgstdecodebin.dsp:
9680         * win32/vs6/libgstplaybin.dsp:
9681         Change the link to libgstpbutils.lib.
9682         * win32/vs6/libgstdecodebin2.dsp:
9683         Add a new project for decodebin2.
9684         * win32/vs6/libgstpbutils.dsp:
9685         Add a new project for pbutils.
9686
9687 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
9688
9689         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
9690           Also accept partial dates with only year and month,
9691           like 1999-12-00 (fixes #410396 even more).
9692
9693         * tests/check/libs/tag.c: (GST_START_TEST):
9694           Add unit test for the above.
9695
9696 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
9697
9698         * tests/check/elements/subparse.c: (GST_START_TEST),
9699         (subparse_suite):
9700           Add unit test for MPL2 subtitle format (#413799).
9701
9702 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
9703
9704         Patch by: Kamil Pawlowski  <kamilpe gmail com>
9705
9706         * gst/subparse/Makefile.am:
9707         * gst/subparse/gstsubparse.c:
9708         (gst_sub_parse_data_format_autodetect),
9709         (gst_sub_parse_format_autodetect), (gst_sub_parse_sink_event),
9710         (gst_subparse_type_find):
9711         * gst/subparse/gstsubparse.h:
9712         * gst/subparse/mpl2parse.c: (mpl2_parse_line), (parse_mpl2):
9713         * gst/subparse/mpl2parse.h:
9714           Add support for MPL2 subtitle format (#413799).
9715
9716 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
9717
9718         * configure.ac:
9719           We require core CVS for the new buffer metadata copy functions.
9720
9721 2007-03-09  Wim Taymans  <wim@fluendo.com>
9722
9723         * gst-libs/gst/tag/gstid3tag.c:
9724         Add read support for GST_TAG_MUSICBRAINZ_SORTNAME (TSOP) tag.
9725         Fixes #414496.
9726
9727         Patch by: Alex Lancaster <alexl at users sourceforge net>
9728
9729 2007-03-09  Wim Taymans  <wim@fluendo.com>
9730
9731         * ext/libvisual/visual.c: (gst_visual_sink_setcaps),
9732         (gst_vis_src_negotiate), (get_buffer), (gst_visual_chain):
9733         Improve adapter usage and comments.
9734
9735 2007-03-09  Wim Taymans  <wim@fluendo.com>
9736
9737         * ext/pango/gsttextrender.c: (gst_text_render_chain):
9738         * ext/vorbis/vorbistag.c: (gst_vorbis_tag_parse_packet):
9739         * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netbuffer_copy):
9740         Use new metadata copy function.
9741
9742         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
9743         (gst_ffmpegcsp_transform):
9744         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform):
9745         Basetransform copied the metadata for us.
9746
9747 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
9748
9749         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event),
9750         (gst_text_overlay_video_event):
9751           Some more logging. Only accept newsegment events in TIME format and
9752           send a WARNING message if they are not in TIME format.
9753
9754         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
9755         (gst_sub_parse_init), (gst_sub_parse_src_event), (handle_buffer),
9756         (gst_sub_parse_chain), (gst_sub_parse_sink_event):
9757         * gst/subparse/gstsubparse.h:
9758           No need to allocate GstSegment structure dynamically, just put it
9759           into the instance structure; ignore newsegment events in BYTE
9760           format and in particular don't let it overwrite our saved TIME
9761           segment from the last seek.
9762
9763 2007-03-09  Michael Smith  <msmith@fluendo.com>
9764
9765         * gst/typefind/gsttypefindfunctions.c: (ac3_type_find):
9766           Replace AC3 typefinder with one that isn't terrible, and actually
9767           works usefully.
9768
9769 2007-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
9770
9771         * gst/audioconvert/gstaudioconvert.c:
9772         (gst_audio_convert_transform):
9773           fix error category and translatable string
9774           
9775
9776 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
9777
9778         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
9779         * pkgconfig/gstreamer-plugins-base.pc.in:
9780           Fix up utils => pbutils here too.
9781
9782 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
9783
9784         * gst/subparse/gstsubparse.c: (handle_buffer):
9785           Break out of loop in chain function as soon as possible if we get
9786           a non-OK flow return.
9787
9788 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
9789
9790         * tests/check/elements/alsa.c: (GST_START_TEST):
9791         Unref the mixer if the state change fails too (if the
9792         alsa devices are inaccessible, for example)
9793
9794 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
9795
9796         * tests/check/Makefile.am:
9797         Don't test libvisual elements in the states check, because libvisual
9798         seems to leak internally.
9799
9800         Re-enable the alsa and states tests now that there's new suppressions
9801         in gst.supp.
9802
9803         * tests/check/elements/alsa.c: (GST_START_TEST):
9804         Don't leak the alsamixer we instantiated.
9805
9806 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
9807
9808         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
9809         (gst_ximagesink_change_state), (gst_ximagesink_reset),
9810         (gst_ximagesink_finalize):
9811         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
9812         (gst_xvimagesink_reset), (gst_xvimagesink_finalize):
9813         Move some cleanup stuff from the state change handler into a _reset()
9814         function that can be called from _finalize(). This ensures that things
9815         get freed even if (for some reason) the NULL->READY state transition
9816         fails in the parent class.
9817         Even if a parent state change fails, process our downward state change
9818         logic instead of bailing out early.
9819         Free the correct xcontext pointer in ximagesink's xcontext_clear.
9820
9821 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
9822
9823         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
9824         Extra log line.
9825
9826         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_init):
9827         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_init):
9828         Use pango_font_description_set_family_static instead of 
9829         pango_font_description_set_family to save a string copy (it was
9830         leaking due to the strdup anyway)
9831
9832         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_finalize):
9833         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_finalize):
9834         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_finalize):
9835         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_finalize):
9836         Chain up in finalize.
9837
9838 2007-03-07  Tim-Philipp Müller  <tim at centricular dot net>
9839
9840         * gst-libs/gst/interfaces/mixertrack.c:
9841         (gst_mixer_track_class_init), (gst_mixer_track_get_property),
9842         (gst_mixer_track_set_property):
9843           API: add "untranslated-label" property which should be set by
9844           implementations at construct time (#414645).
9845
9846         * ext/alsa/gstalsamixeroptions.c: (gst_alsa_mixer_options_new):
9847         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
9848           Set "untranslated-label" when constructing mixer track objects.
9849
9850         * tests/check/elements/alsa.c: (GST_START_TEST), (alsa_suite):
9851           Unit test to check the above.
9852
9853 2007-03-07  Wim Taymans  <wim@fluendo.com>
9854
9855         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain):
9856         Fix confusing debug message.
9857
9858 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
9859
9860         * gst-plugins-base.doap:
9861         update doap file with new version
9862
9863 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
9864
9865         * configure.ac:
9866         Back to CVS
9867
9868 === release 0.10.12 ===
9869
9870 2007-03-07  Jan Schmidt <thaytan@mad.scientist.com>
9871
9872         * configure.ac:
9873           releasing 0.10.12, "Zombie Horde"
9874
9875 2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
9876
9877         * configure.ac:
9878         Bump version to 0.10.11.4 pre-release
9879
9880 2007-03-06  Wim Taymans  <wim@fluendo.com>
9881
9882         * gst-libs/gst/audio/gstbaseaudiosink.c:
9883         (gst_base_audio_sink_async_play):
9884         Fix regression that made GStreamer skip the first samples of audio.
9885         Fixes #414684.
9886
9887 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
9888
9889         * configure.ac:
9890         Bump version to 0.10.11.3 pre-release
9891
9892 2007-03-05  Sebastian Dröge  <slomo@circular-chaos.org>
9893
9894         * po/POTFILES.in:
9895           Update paths for the rename from utils to pbutils to fix the build.
9896
9897 2007-03-05  Tim-Philipp Müller  <tim at centricular dot net>
9898
9899         * gst-libs/gst/pbutils/Makefile.am:
9900           Change directory to install headers in from gst/utils to gst/pbutils
9901           as well.
9902
9903 2007-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
9904
9905         * configure.ac:
9906         * docs/libs/gst-plugins-base-libs-docs.sgml:
9907         * docs/libs/gst-plugins-base-libs-sections.txt:
9908         * gst-libs/gst/Makefile.am:
9909         * gst-libs/gst/interfaces/mixer.c:
9910         * gst-libs/gst/pbutils/Makefile.am:
9911         * gst-libs/gst/pbutils/descriptions.c:
9912         (gst_pb_utils_get_source_description),
9913         (gst_pb_utils_get_sink_description),
9914         (gst_pb_utils_get_decoder_description),
9915         (gst_pb_utils_get_encoder_description),
9916         (gst_pb_utils_get_element_description),
9917         (gst_pb_utils_add_codec_description_to_tag_list),
9918         (gst_pb_utils_get_codec_description), (gst_pb_utils_list_all):
9919         * gst-libs/gst/pbutils/descriptions.h:
9920         * gst-libs/gst/pbutils/install-plugins.c:
9921         * gst-libs/gst/pbutils/install-plugins.h:
9922         * gst-libs/gst/pbutils/missing-plugins.c:
9923         (gst_missing_uri_source_message_new),
9924         (gst_missing_uri_sink_message_new),
9925         (gst_missing_element_message_new),
9926         (gst_missing_decoder_message_new),
9927         (gst_missing_encoder_message_new),
9928         (gst_missing_plugin_message_get_description):
9929         * gst-libs/gst/pbutils/missing-plugins.h:
9930         * gst-libs/gst/pbutils/pbutils.c: (gst_pb_utils_init):
9931         * gst-libs/gst/pbutils/pbutils.h:
9932         * gst-libs/gst/utils/Makefile.am:
9933         * gst-libs/gst/utils/base-utils.c:
9934         * gst-libs/gst/utils/base-utils.h:
9935         * gst-libs/gst/utils/descriptions.c:
9936         * gst-libs/gst/utils/descriptions.h:
9937         * gst-libs/gst/utils/install-plugins.c:
9938         * gst-libs/gst/utils/install-plugins.h:
9939         * gst-libs/gst/utils/missing-plugins.c:
9940         * gst-libs/gst/utils/missing-plugins.h:
9941         * gst-plugins-base.spec.in:
9942         * gst/playback/Makefile.am:
9943         * gst/playback/gstdecodebin.c:
9944         * gst/playback/gstdecodebin2.c:
9945         * gst/playback/gstplaybasebin.c: (setup_subtitle),
9946         (gen_source_element):
9947         * gst/playback/gstplaybin.c: (plugin_init):
9948         * tests/check/Makefile.am:
9949         * tests/check/libs/pbutils.c: (GST_START_TEST),
9950         (test_pb_utils_install_plugins_do_callout), (libgstpbutils_suite):
9951         * tests/check/libs/utils.c:
9952           rename utils to pbutils
9953
9954 2007-03-02  Jan Schmidt  <thaytan@mad.scientist.com>
9955
9956         * docs/plugins/Makefile.am:
9957         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
9958         * docs/plugins/gst-plugins-base-plugins-sections.txt:
9959         * docs/plugins/inspect/plugin-decodebin2.xml:
9960         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init):
9961         Add documentation for decodebin2 that indicates that the API
9962         is still unstable.
9963
9964 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
9965
9966         * configure.ac:
9967         Update to 0.10.11.2 (0.10.12 pre-release)
9968
9969 2007-03-01  Wim Taymans  <wim@fluendo.com>
9970
9971         * gst-libs/gst/audio/gstbaseaudiosink.c:
9972         (gst_base_audio_sink_async_play):
9973         base time is irrelevant here.
9974
9975 2007-03-01  Wim Taymans  <wim@fluendo.com>
9976
9977         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
9978         * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
9979         Improve debugging.
9980
9981         * gst-libs/gst/audio/gstbaseaudiosink.c:
9982         (gst_base_audio_sink_query), (gst_base_audio_sink_event),
9983         (gst_base_audio_sink_render), (gst_base_audio_sink_async_play):
9984         Improve latency and clock slaving calculations.
9985         Improve slave clock calibration.
9986
9987         * gst-libs/gst/audio/gstringbuffer.c:
9988         (gst_ring_buffer_commit_full):
9989         When we are asked to render N sample to 0 bytes, return N.
9990
9991 2007-03-01  Wim Taymans  <wim@fluendo.com>
9992
9993         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
9994         (gst_alsasink_write), (gst_alsasink_reset):
9995         * ext/alsa/gstalsasink.h:
9996         Remove unused dispose function.
9997         Rename lock to not interfere with alsasrc lock.
9998
9999         * ext/alsa/gstalsasrc.c: (gst_alsasrc_finalize),
10000         (gst_alsasrc_class_init), (gst_alsasrc_init), (set_swparams),
10001         (gst_alsasrc_read), (gst_alsasrc_reset):
10002         * ext/alsa/gstalsasrc.h:
10003         Implement finalize function.
10004         Use lock to protect alsa access.
10005         Implement _reset.
10006         Fine tune sw params.
10007
10008 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
10009
10010         * configure.ac:
10011           Convert to new AG_GST style.
10012
10013 2007-02-28  Wim Taymans  <wim@fluendo.com>
10014
10015         Patch by: Ed Catmur <ed at catmur dot co dot uk>
10016
10017         * gst/playback/gstplaybin.c: (gst_play_bin_vis_unblocked),
10018         (gst_play_bin_vis_blocked), (gst_play_bin_set_property):
10019         Fix race condition when rapidly switching visualisations in playbin.
10020         Fixes #401029.
10021
10022 2007-02-28  Jan Schmidt  <thaytan@mad.scientist.com>
10023
10024         * tests/check/Makefile.am:
10025         Include local stuff before system installed things in LDFLAGS and
10026         CFLAGS.
10027
10028 2007-02-28  Wim Taymans  <wim@fluendo.com>
10029
10030         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_sink_activate):
10031         Improve debugging.
10032
10033 2007-02-28  Wim Taymans  <wim@fluendo.com>
10034
10035         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
10036         (gst_v4lsrc_fixate), (gst_v4lsrc_query):
10037         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_buffer_new):
10038         Fix duration and timestamping, taking latency into account.
10039         Implement latency query.
10040
10041 2007-02-28  Wim Taymans  <wim@fluendo.com>
10042
10043         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
10044         (gst_audio_clock_new):
10045         Fix clock name.
10046
10047         * gst-libs/gst/audio/gstbaseaudiosink.c:
10048         (gst_base_audio_sink_init), (gst_base_audio_sink_query):
10049         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
10050         (gst_base_audio_src_query), (gst_base_audio_src_get_offset),
10051         (gst_base_audio_src_create):
10052         Improve latency query code.
10053         Use proper clock names.
10054
10055 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
10056
10057         * tests/check/generic/states.c: (GST_START_TEST):
10058           Copy the states.c test from core again
10059         * tests/check/Makefile.am:
10060           ignore cdio and cdparanoiasrc
10061
10062 2007-02-28  Stefan Kost  <ensonic@users.sf.net>
10063
10064         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
10065         (double_hq), (audio_convert_get_func_index), (check_default),
10066         (audio_convert_prepare_context), (audio_convert_convert):
10067           Also make valgrind happy and avoid copying data in some cases.
10068
10069 2007-02-28  Stefan Kost  <ensonic@users.sf.net>
10070
10071         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
10072         (double_hq), (audio_convert_get_func_index),
10073         (audio_convert_prepare_context), (audio_convert_convert):
10074         * gst/audioconvert/gstaudioconvert.c:
10075         (gst_audio_convert_class_init), (gst_audio_convert_get_unit_size),
10076         (gst_audio_convert_transform_caps):
10077         * tests/check/elements/audioconvert.c: (GST_START_TEST),
10078         (audioconvert_suite):
10079           Don't run inplace if that overwrites source data as we go. Add more
10080           tests. Fixes #339837 even more.
10081
10082 2007-02-27  Julien MOUTTE  <julien@moutte.net>
10083
10084         * tests/examples/seek/seek.c: (do_seek), (set_update_scale),
10085         (msg_segment_done): Fix various seeking bugs (Slider was not
10086         updating when doing a non flushing seek, Reverse playback 
10087         on segment seek was wrong).
10088
10089 2007-02-26  Wim Taymans  <wim@fluendo.com>
10090
10091         * tests/examples/seek/seek.c: (stop_seek):
10092         When we stop scrubbing, don't leave the pipeline PLAYING when we
10093         requested a PAUSED state.
10094
10095 2007-02-25  Tim-Philipp Müller  <tim at centricular dot net>
10096
10097         Patch by: René Stadler <mail at renestadler de>
10098
10099         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
10100           Parse date strings in vorbis comments that have an invalid (zero)
10101           month or day (#410396).
10102
10103         * tests/check/libs/tag.c: (GST_START_TEST):
10104           Test case for the above.
10105
10106 2007-02-24  Tim-Philipp Müller  <tim at centricular dot net>
10107
10108         Patch by: Loïc Minier <lool+gnome at via ecp fr>
10109
10110         * configure.ac:
10111         * ext/alsa/Makefile.am:
10112         * gst/audiotestsrc/Makefile.am:
10113           Fix compilation with LDFLAGS='-Wl,-z,defs' (#410963).
10114
10115 2007-02-23  Tim-Philipp Müller  <tim at centricular dot net>
10116
10117         * gst/playback/gstplaybin.c:
10118           Improve docs: point out that the application needs to assist playbin
10119           with buffering.
10120
10121 2007-02-23  Tim-Philipp Müller  <tim at centricular dot net>
10122
10123         * gst-libs/gst/utils/install-plugins.c:
10124         * gst-libs/gst/utils/missing-plugins.c:
10125         * tests/check/libs/utils.c: (missing_msg_check_getters):
10126           Change GStreamer marker prefix in detail string from 'gstreamer.net'
10127           to just 'gstreamer'. Document the caps string component of the
10128           decoder/encoder detail a bit better, since not everyone will be
10129           familiar with the GStreamer media type/caps system (but they better
10130           enjoy nested itemized lists).
10131
10132 2007-02-22  Tim-Philipp Müller  <tim at centricular dot net>
10133
10134         * gst-libs/gst/netbuffer/gstnetbuffer.c:
10135         (notgst_buffer_copy_fields_in_place), (gst_netbuffer_copy):
10136           Fix copying of GstNetBuffer (would crash before, or at least lead to
10137           invalid memory access, #410772), for now by copying the GstBuffer copy
10138           code from the core over here so we can copy the GstBuffer fields on a
10139           provided buffer instance (of type GstNetBuffer in this case). Would be
10140           better to fix this with some support by the core though (and in the long
10141           run change the broken GstBuffer/GstMiniObject copy semantics, #393099).
10142
10143         * tests/check/Makefile.am:
10144           Enable unit test for GstNetBuffer.
10145
10146 2007-02-22  Andy Wingo  <wingo@pobox.com>
10147
10148         * gst-libs/gst/audio/gstbaseaudiosink.c
10149         (gst_base_audio_sink_init): Disable pull-mode activation until we
10150         figure out how to make audio sinks go to PLAYING.
10151
10152 2007-02-22  Stefan Kost  <ensonic@users.sf.net>
10153
10154         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
10155         (double_hq), (audio_convert_get_func_index),
10156         (audio_convert_prepare_context), (audio_convert_convert):
10157         * gst/audioconvert/audioconvert.h:
10158         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_setup_matrix),
10159         (gst_channel_mix_mix_int), (gst_channel_mix_mix_float):
10160         * gst/audioconvert/gstchannelmix.h:
10161         * tests/check/elements/audioconvert.c: (GST_START_TEST):
10162           Add float as an intermediate format, as well as float mixing. Enable
10163           test that was failing before. Fixes #339837
10164
10165 2007-02-21  Jan Schmidt  <thaytan@mad.scientist.com>
10166
10167         * tests/examples/seek/seek.c: (do_seek):
10168         Undo the previous commit: -1 as a stop time implies that the stop
10169         time is the end of file, clearing any previously configured segment.
10170
10171 2007-02-21  Jan Schmidt  <thaytan@mad.scientist.com>
10172
10173         * tests/examples/seek/seek.c: (do_seek):
10174         Don't SEEK_SET with a stop time of -1, use SEEK_NONE instead.
10175
10176 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
10177
10178         * gst/volume/gstvolume.c: (volume_process_int16),
10179         (volume_process_int16_clamp), (volume_set_caps):
10180           Unbreak volume, value remains gint.
10181
10182 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
10183
10184         * gst/volume/gstvolume.c: (volume_choose_func),
10185         (volume_update_real_volume), (gst_volume_set_volume),
10186         (gst_volume_init), (volume_process_double), (volume_process_float),
10187         (volume_process_int16), (volume_process_int16_clamp),
10188         (volume_set_caps), (volume_transform_ip), (volume_update_volume):
10189         * gst/volume/gstvolume.h:
10190           Extend float audio support (double) and some int->uint cleanups.
10191
10192 2007-02-20  Edward Hervey  <edward@fluendo.com>
10193
10194         * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose),
10195         (multi_queue_underrun_cb), (gst_decode_group_check_if_drained),
10196         (sort_end_pads), (gst_decode_group_expose),
10197         (gst_decode_group_hide):
10198         Don't free groups from the streaming threads. Just put them aside and
10199         free them in dispose.
10200
10201 2007-02-20  Edward Hervey  <edward@fluendo.com>
10202
10203         * gst/playback/gstdecodebin2.c: (connect_element),
10204         (pad_added_group_cb), (gst_decode_group_check_if_blocked),
10205         (sort_end_pads), (gst_decode_group_expose):
10206         Handle dynamic pads within groups.
10207         Sort pads before exposing them in order to make playbin happy.
10208         There still is a race with the multiqueue filling up. This should be
10209         solved separately.
10210         Fixes #398721
10211
10212 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
10213
10214         * gst-libs/gst/utils/base-utils.c:
10215         * gst-libs/gst/utils/descriptions.c:
10216         * gst-libs/gst/utils/install-plugins.c:
10217         * gst-libs/gst/utils/missing-plugins.c:
10218           Some more docs (and descriptions for two subtitle formats).
10219
10220 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
10221
10222         * gst-libs/gst/audio/audio.c:
10223           Fix documentation.
10224
10225 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
10226
10227         Patch by: Yves Lefebvre  <ivanohe abacom com>
10228
10229         * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps):
10230           Don't leak caps. Fixes #408278.
10231
10232 2007-02-15  Stefan Kost  <ensonic@users.sf.net>
10233
10234         * ext/cdparanoia/gstcdparanoiasrc.h:
10235         * ext/ogg/gstoggdemux.h:
10236         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
10237         (gst_audio_frame_length), (gst_audio_duration_from_pad_buffer),
10238         (gst_audio_is_buffer_framed), (gst_audio_structure_set_int):
10239         * gst-libs/gst/audio/audio.h:
10240         * gst-libs/gst/audio/gstaudiofilter.h:
10241         * gst-libs/gst/interfaces/videoorientation.h:
10242         * gst/adder/gstadder.h:
10243           More docs coverage and some ChangeLog surgery (add missing names)
10244
10245 2007-02-15  Wim Taymans  <wim@fluendo.com>
10246
10247         * sys/ximage/ximagesink.c:
10248         (gst_ximagesink_calculate_pixel_aspect_ratio):
10249         * sys/xvimage/xvimagesink.c:
10250         (gst_xvimagesink_calculate_pixel_aspect_ratio):
10251         Small constifications.
10252
10253 2007-02-15  Wim Taymans  <wim@fluendo.com>
10254
10255         * gst-libs/gst/audio/gstbaseaudiosink.c:
10256         (gst_base_audio_sink_class_init), (gst_base_audio_sink_query),
10257         (gst_base_audio_sink_render), (gst_base_audio_sink_callback),
10258         (gst_base_audio_sink_async_play),
10259         (gst_base_audio_sink_change_state):
10260         Answer latency query.
10261         Use configured latency when syncing.
10262         Fix clock slaving.
10263
10264         * gst-libs/gst/audio/gstbaseaudiosrc.c:
10265         (gst_base_audio_src_class_init), (gst_base_audio_src_dispose),
10266         (gst_base_audio_src_query), (gst_base_audio_src_change_state):
10267         Fix possible memleak.
10268         Implement latency query.
10269         Small cleanups.
10270
10271 2007-02-15  Wim Taymans  <wim@fluendo.com>
10272
10273         * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
10274         Ignore errors in reset, these are not fatal. They also grab the element
10275         lock which is already taking when this function is called. Fixes
10276         #405451.
10277
10278 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
10279
10280         * configure.ac:
10281           Remove 'tests/examples/xerror/Makefile' from output files again.
10282
10283 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
10284
10285         * configure.ac:
10286         * docs/plugins/Makefile.am:
10287           Also crossref against gst-plugins-base-libs.
10288
10289 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
10290
10291         * configure.ac:
10292         * docs/libs/Makefile.am:
10293         * docs/plugins/Makefile.am:
10294           Add crossreferences to glib/gobject/gstream docs.
10295
10296         * gst-libs/gst/audio/audio.h:
10297           Source formatting.
10298
10299         * gst/audiotestsrc/gstaudiotestsrc.c: (plugin_init):
10300           Add own debug category.
10301
10302 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
10303
10304         Patch by: René Stadler <mail at renestadler de>
10305
10306         * gst-libs/gst/tag/gstvorbistag.c:
10307           Add vorbis/FLAC-tag mapping for new GST_TAG_REFERENCE_LEVEL
10308           (#403597).
10309
10310 2007-02-10  Tim-Philipp Müller  <tim at centricular dot net>
10311
10312         * gst/playback/gstplaybasebin.c: (setup_source):
10313           When we have external subtitles and wait for the subtitle decodebin
10314           to get up and running, we set up a (sync) bus handler for the
10315           subtitle decodebin, so we can stop waiting when it posts an error
10316           message. However, we should do that before we set the subtitle
10317           decodebin's state to playing, otherwise things are racy and we might
10318           miss error messages posted before we had a chance to set up the bus.
10319           This should finally fix totem hanging on .txt pseudo-subtitle files.
10320           
10321 2007-02-10  Sébastien Moutte  <sebastien at moutte dot net>
10322
10323         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:(gst_base_rtp_audio_payload_handle_frame_based_buffer):
10324           Use gst_gdouble_to_guint64 for conversions.
10325         * win32/common/config.h.in:
10326           Add a define for GST_INSTALL_PLUGINS_HELPER
10327         * win32/common/libgstaudio.def:
10328         * win32/common/libgstcdda.def:
10329         * win32/common/libgstnetbuffer.def:
10330         * win32/common/libgstrtp.def:
10331         * win32/common/libgutils.def:
10332           Add new exported functions.
10333         * win32/vs6/gst_plugins_base.dsw:
10334         * win32/vs6/libgstdecodebin.dsp:
10335         * win32/vs6/libgstnetbuffer.dsp:
10336         * win32/vs6/libgstplaybin.dsp:
10337         * win32/vs6/libgstrtp.dsp:
10338         * win32/vs6/libgstvorbis.dsp:
10339         * win32/vs6/libgstcdda.dsp:
10340         * win32/vs6/libgstgdp.dsp:
10341         * win32/vs6/libgstutils.dsp:
10342           Update and add new project files.
10343
10344 2007-02-10  Tim-Philipp Müller  <tim at centricular dot net>
10345
10346         * gst/subparse/gstsubparse.c: (subrip_remove_unhandled_tag),
10347         (subrip_remove_unhandled_tags), (parse_subrip):
10348           For SubRip (.srt) subtitles, ignore all markup tags we don't
10349           handle (like font tags, for example).
10350
10351         * tests/check/elements/subparse.c:
10352           Add test for this.
10353
10354 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
10355
10356         * gst/playback/gstdecodebin.c: (add_fakesink),
10357         (gst_decode_bin_change_state):
10358         * gst/playback/gstdecodebin2.c: (add_fakesink),
10359         (gst_decode_bin_change_state):
10360           Don't error out if there is no fakesink in the NULL to READY state
10361           change, since when decodebin is re-used, we're only adding the
10362           fakesink element in READY to PAUSED.
10363
10364         * tests/check/elements/decodebin.c:
10365         (new_decoded_pad_plug_fakesink_cb), (GST_START_TEST),
10366         (decodebin_suite):
10367           Minimal unit test to make sure we can use the same decodebin
10368           instance twice (at least with audiotestsrc input).
10369
10370 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
10371
10372         * ext/alsa/gstalsa.c: (gst_alsa_find_device_name):
10373           Try to get devic-name from device string first, and from handle only
10374           as fallback (seems to yield better results and is more robust
10375           against buggy probing code on the application side).
10376
10377 2007-02-08  Tim-Philipp Müller  <tim at centricular dot net>
10378
10379         Based on patch by: Julien Puydt <julien.puydt at laposte net>
10380
10381         * ext/alsa/gstalsa.c: (gst_alsa_find_device_name_no_handle),
10382         (gst_alsa_find_device_name):
10383         * ext/alsa/gstalsa.h:
10384         * ext/alsa/gstalsasink.c: (gst_alsasink_get_property):
10385         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_property):
10386           Improve device-name detection a bit, especially in the case where
10387           the device is not actually open (#405020, #405024). Move common code
10388           into gstalsa.c instead of duplicating it.
10389
10390 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
10391
10392         * gst/audioconvert/gstaudioconvert.c:
10393           Fix up docs chunk so that gtk-doc doesn't complain, and fix typo.
10394
10395 2007-02-06  Julien MOUTTE  <julien@moutte.net>
10396
10397         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents),
10398         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_clear),
10399         (gst_xvimagesink_interface_supported),
10400         (gst_xvimagesink_probe_get_properties),
10401         (gst_xvimagesink_probe_probe_property),
10402         (gst_xvimagesink_probe_needs_probe),
10403         (gst_xvimagesink_probe_get_values),
10404         (gst_xvimagesink_property_probe_interface_init),
10405         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
10406         (gst_xvimagesink_init), (gst_xvimagesink_class_init),
10407         (gst_xvimagesink_get_type):
10408         * sys/xvimage/xvimagesink.h: Implement PropertyProbe Interface
10409         for XVAdaptors so that one can choose the adaptor to use with 
10410         gstreamer-properties.
10411
10412 2007-02-06  Stefan Kost  <ensonic@users.sf.net>
10413
10414         * gst/audioconvert/gstaudioconvert.c:
10415           Also mention that a conversion from double to float is suboptimal still.
10416
10417 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
10418
10419         * gst-libs/gst/audio/gstaudiofilter.c:
10420         (gst_audio_filter_class_init), (gst_audio_filter_change_state):
10421           Clear our formats structure and free the caps contained in it when
10422           shutting down.
10423
10424 2007-02-05  Andy Wingo  <wingo@pobox.com>
10425
10426         * gst-libs/gst/audio/gstbaseaudiosink.c
10427         (gst_base_audio_sink_callback): Update basesink->offset so that we
10428         pull monotonically increasing offsets instead of, um, seeking back
10429         to 0 each time. Fixes alsasrc ! alsasink!
10430
10431 2007-02-05  Tim-Philipp Müller  <tim at centricular dot net>
10432
10433         * gst/videoscale/gstvideoscale.c:
10434           A width and height of 1 makes us crash, so increase minimum size to
10435           2x2 pixels until someone feels like fixing this (#404512).
10436
10437 2007-02-04  Tim-Philipp Müller  <tim at centricular dot net>
10438
10439         * tests/check/pipelines/oggmux.c: (GST_START_TEST), (oggmux_suite):
10440           Add small test to make sure request pads are cleaned up properly
10441           even if oggmux never changes state out of NULL.
10442
10443 2007-02-04  Tim-Philipp Müller  <tim at centricular dot net>
10444
10445         * tests/check/libs/utils.c: (GST_START_TEST):
10446           Fix unit test. Turns out things work much better when you
10447           NULL-terminate string arrays. Should make p5 build bot happy again.
10448
10449 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
10450
10451         * gst-libs/gst/audio/Makefile.am:
10452         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
10453         (gst_audio_filter_template_base_init),
10454         (gst_audio_filter_template_class_init),
10455         (gst_audio_filter_template_init),
10456         (gst_audio_filter_template_set_property),
10457         (gst_audio_filter_template_get_property),
10458         (gst_audio_filter_template_setup),
10459         (gst_audio_filter_template_filter),
10460         (gst_audio_filter_template_filter_inplace), (plugin_init):
10461           Oops, forgot to commit fixed-up example.
10462
10463 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
10464
10465         * docs/libs/gst-plugins-base-libs-sections.txt:
10466         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
10467         (gst_audio_filter_class_init), (gst_audio_filter_init),
10468         (gst_audio_filter_set_caps),
10469         (gst_audio_filter_class_add_pad_templates):
10470         * gst-libs/gst/audio/gstaudiofilter.h:
10471           Port GstAudioFilter to 0.10. This change technically breaks
10472           API and ABI (and thus also every library developer's heart),
10473           but seems justifiable on the grounds that the base class was
10474           completely unusable before (ie. would crash immediately when
10475           actually used). Fixes #403963 (and eventually also #403572).
10476           Also document all of this a bit.
10477
10478 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
10479
10480         * gst-libs/gst/utils/install-plugins.c:
10481         (gst_install_plugins_spawn_child):
10482         * tests/check/libs/utils.c:
10483         (test_base_utils_install_plugins_do_callout):
10484           Lowering log level to see why things fail on the p5 build bot;
10485           fix some typos in unit test messages.
10486
10487 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
10488
10489         * tests/check/libs/utils.c:
10490         (test_base_utils_install_plugins_do_callout):
10491           Don't hard-code temp directory for test helper; use GLib functions
10492           to write out file and do error checking etc.
10493
10494 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
10495
10496         * gst-libs/gst/utils/Makefile.am:
10497         * gst-libs/gst/utils/base-utils.h:
10498         * gst-libs/gst/utils/install-plugins.c:
10499         (gst_install_plugins_context_set_xid),
10500         (gst_install_plugins_context_new),
10501         (gst_install_plugins_context_free),
10502         (gst_install_plugins_get_helper),
10503         (gst_install_plugins_spawn_child),
10504         (gst_install_plugins_return_from_status),
10505         (gst_install_plugins_installer_exited),
10506         (gst_install_plugins_async), (gst_install_plugins_sync),
10507         (gst_install_plugins_return_get_name),
10508         (gst_install_plugins_installation_in_progress):
10509         * gst-libs/gst/utils/install-plugins.h:
10510           API: add API for applications to initiate installation of missing
10511           plugins, ie. gst_install_plugins_async() primarily.
10512           Based on libgimme-codec by Ryan Lortie.
10513
10514         * configure.ac:
10515           Add --with-install-plugins-helper configure option so distros can specify
10516           the path of the helper script or program to call when plugin installation
10517           is requested (distros: please do any argument munging in this helper
10518           script instead of patching GStreamer to pass arguments differently
10519           to another program directly).
10520
10521         * docs/libs/gst-plugins-base-libs-docs.sgml:
10522         * docs/libs/gst-plugins-base-libs-sections.txt:
10523           Build and document new API.
10524
10525         * tests/check/libs/utils.c: (result_cb),
10526         (test_base_utils_install_plugins_do_callout), (GST_START_TEST),
10527         (libgstbaseutils_suite):
10528           Some simple checks for the new API.
10529
10530 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
10531
10532         * tests/check/elements/audioconvert.c: (test_float_conversion):
10533           Add small test for 32bit float <=> 64bit float conversion (works
10534           only one way so far, 32=>64 produces structured noise).
10535
10536 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
10537
10538         * gst/audioconvert/gstaudioconvert.c:
10539         (set_structure_widths_32_and_64), (make_lossless_changes):
10540           We don't support floats with a width of 40, 48 or 56 bits.
10541
10542 2007-02-02  Stefan Kost  <ensonic@users.sf.net>
10543
10544         * gst/audioconvert/audioconvert.c: (float), (double),
10545         (audio_convert_get_func_index):
10546         * gst/audioconvert/gstaudioconvert.c: (set_structure_widths),
10547         (make_lossless_changes):
10548           Support for 64-bit float audio in audioconvert (#339837)
10549
10550 2007-02-01  Tim-Philipp Müller  <tim at centricular dot net>
10551
10552         Patch by: Holger Wansing  <linux wansing-online de>
10553
10554         * po/LINGUAS:
10555         * po/de.po:
10556           Add German translation (#352069).
10557
10558 2007-02-01  Sebastian Dröge  <slomo@circular-chaos.org>
10559
10560         reviewed by: Wim Taymans <wim@fluendo.com>
10561
10562         * ext/ogg/gstoggmux.c: (gst_ogg_mux_ogg_pad_destroy_notify),
10563         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad):
10564         Use newly added GstCollectPads API to free the allocated resources in
10565         the GstOggPad structures (#402393).
10566
10567 2007-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
10568
10569         * gst/playback/gstplaybin.c: (gen_vis_element):
10570           Add audioresample+audioconvert in front of the visualisation
10571           element, so that elements like libvisual 0.4 that don't support all
10572           samplerates can work.
10573
10574           Fixes: #402505
10575
10576 2007-01-30  Tim-Philipp Müller  <tim at centricular dot net>
10577
10578         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property),
10579         (gst_play_base_bin_get_streaminfo_value_array):
10580           Take some locks and make a copy of the streaminfo value array we
10581           maintain while holding the lock, so that the application can
10582           retrieve the stream-info as a value array in a thread-safe way.
10583
10584 2007-01-30  Wim Taymans  <wim@fluendo.com>
10585
10586         * gst/audioconvert/gstaudioconvert.c:
10587         Don't fail on 0 sized buffers. Fixes #396835.
10588
10589 2007-01-29  David Schleef  <ds@schleef.org>
10590
10591         * gst/typefind/gsttypefindfunctions.c:
10592           Detect BBCD as video/x-dirac, so we can play raw dirac
10593           streams.
10594
10595 2007-01-29  Tim-Philipp Müller  <tim at centricular dot net>
10596
10597         * ext/theora/theoraenc.c: (theora_enc_chain):
10598           Check return value of theora_encode_header(), or we might try to
10599           allocate a random number of bytes. theora_encode_header() can fail
10600           if libtheora has been compiled with encoding support disabled.
10601           Fixes #398110.
10602
10603 2007-01-29  Wim Taymans  <wim@fluendo.com>
10604
10605         * tests/check/gst/.cvsignore:
10606         Do as buildbot says.
10607
10608 2007-01-29  Wim Taymans  <wim@fluendo.com>
10609
10610         * ext/libvisual/visual.c: (gst_visual_src_setcaps):
10611         Fix strides in libvisual. Gst uses X strides.
10612         Inspired by: <ed at catmur dot co dot uk> and 
10613         <tim at centricular dot net>
10614         Fixes #401118.
10615
10616 2007-01-27  Wim Taymans  <wim@fluendo.com>
10617
10618         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_submit_buffer),
10619         (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
10620         (gst_ogg_demux_get_prev_page), (gst_ogg_demux_do_seek),
10621         (gst_ogg_demux_perform_seek),
10622         (gst_ogg_demux_bisect_forward_serialno),
10623         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
10624         (gst_ogg_demux_find_chains), (gst_ogg_demux_handle_page),
10625         (gst_ogg_demux_chain), (gst_ogg_demux_combine_flows),
10626         (gst_ogg_demux_loop_reverse), (gst_ogg_demux_loop):
10627         * ext/ogg/gstoggdemux.h:
10628         Properly propagate streaming errors when we are scanning the file for
10629         chains so that we don't crash when shut down. Might fix some crashers
10630         when quickly switching oggs in RB such as #332503 and #378436.
10631
10632 2007-01-26  Tim-Philipp Müller  <tim at centricular dot net>
10633
10634         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
10635           Map a gnome-vfs HOST_NOT_FOUND error into a GStreamer NOT_FOUND
10636           error code as well.
10637
10638 2007-01-25  Wim Taymans  <wim@fluendo.com>
10639
10640         * gst/playback/gstplaybasebin.c: (remove_source):
10641         Don't try to disconnect a signal from a finalized object.
10642
10643 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
10644
10645         * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose):
10646           Cast lock macro parameters to make sure we're actually accessing the
10647           lock member at the right class level. Free list itself in _dispose()
10648           as well and NULL it in case dispose gets called multiple times.
10649
10650 2007-01-25  Edward Hervey  <edward@fluendo.com>
10651
10652         * gst/playback/gstdecodebin2.c:
10653         (gst_decode_bin_dispose),(gst_decode_bin_finalize):
10654         Free GstDecodeGroups no longer used.
10655         (gst_decode_group_expose):
10656         Don't unlock too many times !
10657         (deactivate_free_recursive):
10658         Free iterator once we're done with it.
10659         Fix for recursively deactivating elements (stop at ghostpads).
10660
10661 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
10662
10663         * gst/playback/gstplaybin.c: (handoff):
10664           Fix up caps on the frame buffer before we save it and potentially
10665           make it accessible to other threads via g_object_get; also use
10666           gst_buffer_replace() instead of gst_mini_object_replace().
10667
10668 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
10669
10670         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
10671           Make getting the current frame thread-safe.
10672
10673 2007-01-25  Edward Hervey  <edward@fluendo.com>
10674
10675         * gst/playback/gstdecodebin2.c: (gst_decode_bin_finalize),
10676         (gst_decode_group_new), (gst_decode_group_free):
10677         Set queues to bigger sizes to cope with HD contents.
10678         Fix some mutex freeing and add comment about MT safe methods.
10679
10680 2007-01-24  Tim-Philipp Müller  <tim at centricular dot net>
10681
10682         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event),
10683         (gst_text_overlay_text_event):
10684           Don't unnecessarily ref (and then leak) upstream events if the text
10685           pad is not linked. Fixes #399948.
10686
10687         * tests/check/gst-plugins-base.supp:
10688           Add suppression for pango on edgy/x86 for textoverlay test.
10689
10690 2007-01-24  Wim Taymans  <wim@fluendo.com>
10691
10692         * gst-libs/gst/rtp/gstrtpbuffer.h:
10693         Add some more fixed payloads.
10694
10695 2007-01-23  Tim-Philipp Müller  <tim at centricular dot net>
10696
10697         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain):
10698           Error out properly if we get an error from libogg while reading the
10699           BOS page(s). Fixes crash parsing 'fuzzed' ogg file (#399340).
10700
10701 2007-01-23  Tim-Philipp Müller  <tim at centricular dot net>
10702
10703         * gst/playback/gstdecodebin2.c: (gst_decode_bin_finalize):
10704           Don't leak mutex.
10705
10706         * tests/check/elements/playbin.c:
10707         (test_sink_usage_video_only_stream),
10708         (test_suburi_error_unknowntype), (test_suburi_error_invalidfile),
10709         (test_suburi_error_wrongproto), (test_missing_urisource_handler),
10710         (test_missing_suburisource_handler),
10711         (test_missing_primary_decoder), (playbin_suite):
10712           Run all tests once with decodebin and once with decodebin2.
10713           One test does not pass yet with decodebin2.
10714
10715 2007-01-23  Edward Hervey  <edward@fluendo.com>
10716
10717         * ext/ogg/gstoggmux.c: (all_pads_eos), (gst_ogg_mux_collected):
10718         Fix the cases where oggmux doesn't properly figure out that all
10719         sinkpads have gone EOS, and therefore doesn't push out the remaining
10720         buffers and the final EOS event.
10721         Fixes #363379
10722
10723 2007-01-23  Julien MOUTTE  <julien@moutte.net>
10724
10725         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
10726         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
10727         Don't lock on navigation event push, just on keysym to string.
10728         Fixes #397673 again.
10729
10730 2007-01-22  Edward Hervey  <edward@fluendo.com>
10731
10732         * gst/playback/gstdecodebin2.c: (gst_decode_group_new),
10733         (get_current_group), (group_demuxer_event_probe),
10734         (gst_decode_group_expose), (deactivate_free_recursive),
10735         (gst_decode_group_free):
10736         Cleanups.
10737         Don't forget to emit 'no-more-pads' once a group is exposed.
10738         Cleanup elements from a DecodeGroup once we remove it.
10739         Protect call to gst_decode_group_expose() with the decodebin lock.
10740
10741 2007-01-22  Julien MOUTTE  <julien@moutte.net>
10742
10743         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
10744         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
10745         Looking at Xorg code i can't figure out if that XKeysymToString
10746         function is thread sensible or not. Lock it just in case as
10747         recommended by Radek Doulik <rodo at ximian dot com>.
10748
10749 2007-01-22  Julien MOUTTE  <julien@moutte.net>
10750
10751         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
10752         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
10753         Lock that X Call as well. Fixes #397673.
10754
10755 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
10756
10757         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find):
10758           Don't go into an endless loop if the file starts with 00 00 01 2X,
10759           like quicktime redirect files might. Fixes #396042.
10760
10761         * tests/check/Makefile.am:
10762         * tests/check/gst/.cvsignore:
10763         * tests/check/gst/typefindfunctions.c: (GST_START_TEST),
10764         (typefindfunctions_suite):
10765           Add unit test for the above.
10766
10767 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
10768
10769         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
10770           On second thought, use "depth" field rather than "bpp" field.
10771
10772 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
10773
10774         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
10775           Camtasia caps apparently need a bpp field (#398875).
10776
10777 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
10778
10779         * gst/playback/gstplaybasebin.c: (setup_subtitle),
10780         (gen_source_element), (gst_play_base_bin_change_state):
10781           Attempt at a better error message in case we don't have the required
10782           URI handler installed; post missing-plugin message also when we're
10783           missing an URI handler for the subtitle URI; clean up properly also
10784           when an error occurs and we never made it to PAUSED state.
10785
10786         * tests/check/elements/playbin.c: (GST_START_TEST),
10787         (playbin_suite):
10788           Check that we're also getting a missing-plugin messsage for a
10789           missing subtitle URI handler (and clean up properly).
10790
10791 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
10792
10793         * gst/playback/gstplaybasebin.c: (analyse_source), (setup_source):
10794           Plug a few reference leaks.
10795
10796 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
10797
10798         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
10799           Lower probability a bit if the marker isn't right at the start,
10800           to decrease the chance of false positives.
10801
10802 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
10803
10804         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
10805           Small mpeg2 system stream typefinding improvement: make typefinder
10806           probe a bit into the stream instead of just looking for a marker
10807           at the beginning. Fixes #397810.
10808
10809 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
10810
10811         * gst/audioconvert/gstchannelmix.c:
10812           Remove compatibility cruft for prehistoric GLib versions.
10813
10814 2007-01-17  Tim-Philipp Müller  <tim at centricular dot net>
10815
10816         * gst/playback/Makefile.am:
10817         * gst/playback/gstdecodebin.c: (close_pad_link):
10818         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
10819         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
10820         (gst_play_base_bin_handle_message_func), (unknown_type):
10821           Let decodebin be the element to post missing-plugin messages for
10822           missing decoders (rather than playbin); make playbin implement
10823           GstBin::handle_message so we can suppress missing-plugin messages
10824           for types we're not handling on purpose (don't want to bring up an
10825           installer in those cases).
10826
10827 2007-01-16  Tim-Philipp Müller  <tim at centricular dot net>
10828
10829         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
10830         * gst-libs/gst/tag/gstvorbistag.c:
10831         (gst_tag_list_to_vorbiscomment_buffer):
10832         * gst/typefind/gsttypefindfunctions.c: (vorbis_type_find):
10833           Fix potentially unaligned access (#397207).
10834
10835 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
10836
10837         * tests/examples/seek/seek.c: (set_scale), (update_scale),
10838         (do_seek), (stop_seek), (pause_cb), (stop_cb), (loop_toggle_cb),
10839         (rate_spinbutton_changed_cb), (msg_eos), (msg_segment_done),
10840         (main):
10841           Allow to toggle looping while it plays. Fix callback prototype. Clean
10842           up code a bit more. Add copyright header.
10843
10844 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
10845
10846         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
10847           Red and blue mask was swapped (spotted by Dan Williams).
10848
10849 2007-01-15  Stefan Kost  <ensonic@users.sf.net>
10850
10851         * gst-libs/gst/tag/gstid3tag.c:
10852         * gst-libs/gst/tag/gstvorbistag.c:
10853           Use new beats-per-minute tag from core.
10854
10855 2007-01-15  Tim-Philipp Müller  <tim at centricular dot net>
10856
10857         * po/POTFILES.in:
10858           Add new files with translatable strings, so they actually make it
10859           into the template file one day.
10860
10861 2007-01-12  Andy Wingo  <wingo@pobox.com>
10862
10863         * gst-libs/gst/audio/gstbaseaudiosink.c
10864         (gst_base_audio_sink_fixate): Implement, stolen from baseaudiosrc.
10865         (gst_base_audio_sink_activate_pull): Remove the handwavey nego
10866         stuff, as the base class handles this now. Actually tell the ring
10867         buffer to start.
10868         (gst_base_audio_sink_callback): Cast the ring buffer correctly.
10869         How did this work before? Maybe I'm not as awesome a programmer as
10870         I think.
10871
10872         * gst-libs/gst/audio/gstbaseaudiosrc.c
10873         (gst_base_audio_src_fixate): Rework as a basesrc vmethod instead
10874         of a pad function.
10875
10876 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
10877
10878         * gst-libs/gst/utils/missing-plugins.c: (copy_and_clean_caps):
10879           Remove more fields so that the application can better blacklist
10880           formats that have been tried before.
10881
10882 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
10883
10884         * gst-libs/gst/audio/mixerutils.h:
10885           Add G_BEGIN_DECLS and G_END_DECLS guards so these helpers can be
10886           used when compiling with c++ compilers as well.
10887
10888 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
10889
10890         * gst/typefind/gsttypefindfunctions.c:
10891           Fix comment.
10892
10893 2007-01-11  Tim-Philipp Müller  <tim at centricular dot net>
10894
10895         * gst/playback/gstplaybin.c: (post_missing_element_message),
10896         (gen_video_element), (gen_text_element), (gen_audio_element),
10897         (gen_vis_element):
10898           Post missing-plugin messages also when we error out because
10899           converters, textoverlay or auto*sinks are missing (#161922).
10900
10901 2007-01-10  Wim Taymans  <wim@fluendo.com>
10902
10903         * gst/playback/gstdecodebin.c: (dynamic_add), (close_pad_link),
10904         (is_demuxer_element), (new_caps):
10905         * gst/playback/gstplaybasebin.c: (source_new_pad):
10906         Fix the case where we try to ref a NULL element when we delay a link
10907         because of unfixed caps.
10908         Set the state of autoplugged decodebins to PAUSED.
10909         RTSP now works in playbin, we can remove it from the blacklist.
10910
10911 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
10912
10913         * gst/playback/Makefile.am:
10914         * gst/playback/gstplaybasebin.c: (string_arr_has_str),
10915         (unknown_type), (setup_subtitle), (gen_source_element):
10916         * gst/playback/gstplaybin.c: (plugin_init):
10917           Post missing-plugin messages on the bus for missing sources and
10918           missing decoders/demuxers/depayloaders; fix error code used when
10919           we're missing an URI handler source; for media types that we are not
10920           handling on purpose at the moment, don't print "don't know how to
10921           handle xyz" messages to the terminal or post missing-plugin
10922           messages on the bus.
10923
10924         * tests/check/elements/playbin.c: (create_playbin),
10925         (GST_START_TEST), (gst_codec_src_uri_get_type),
10926         (gst_codec_src_uri_get_protocols), (gst_codec_src_uri_get_uri),
10927         (gst_codec_src_uri_set_uri), (gst_codec_src_uri_handler_init),
10928         (gst_codec_src_init_type), (gst_codec_src_base_init),
10929         (gst_codec_src_create), (gst_codec_src_class_init),
10930         (gst_codec_src_init), (plugin_init), (playbin_suite):
10931           Add some tests for the missing-plugin stuff.
10932
10933 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
10934
10935         * configure.ac:
10936         * gst-libs/gst/Makefile.am:
10937         * gst-libs/gst/utils/Makefile.am:
10938         * gst-libs/gst/utils/base-utils.c: (gst_base_utils_init):
10939         * gst-libs/gst/utils/base-utils.h:
10940         * gst-libs/gst/utils/descriptions.c: (format_info_get_desc),
10941         (find_format_info), (caps_are_rtp_caps),
10942         (gst_base_utils_get_source_description),
10943         (gst_base_utils_get_sink_description),
10944         (gst_base_utils_get_decoder_description),
10945         (gst_base_utils_get_encoder_description),
10946         (gst_base_utils_get_element_description),
10947         (gst_base_utils_add_codec_description_to_tag_list),
10948         (gst_base_utils_get_codec_description), (gst_base_utils_list_all):
10949         * gst-libs/gst/utils/descriptions.h:
10950         * gst-libs/gst/utils/missing-plugins.c:
10951         (missing_structure_get_type), (copy_and_clean_caps),
10952         (gst_missing_uri_source_message_new),
10953         (gst_missing_uri_sink_message_new),
10954         (gst_missing_element_message_new),
10955         (gst_missing_decoder_message_new),
10956         (gst_missing_encoder_message_new),
10957         (missing_structure_get_string_detail),
10958         (missing_structure_get_caps_detail),
10959         (gst_missing_plugin_message_get_installer_detail),
10960         (gst_missing_plugin_message_get_description),
10961         (gst_is_missing_plugin_message):
10962         * gst-libs/gst/utils/missing-plugins.h:
10963           API: add new libgstbaseutils library with functions
10964           - to create and parse missing-plugins messages
10965           - that provide (translated) descriptions for caps/decoders/sources/etc.
10966           Closes #392393.
10967
10968         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
10969         * pkgconfig/gstreamer-plugins-base.pc.in:
10970           Add new lib.
10971
10972         * docs/libs/gst-plugins-base-libs-docs.sgml:
10973         * docs/libs/gst-plugins-base-libs-sections.txt:
10974           Generate docs for new lib and API.
10975
10976         * tests/check/Makefile.am:
10977         * tests/check/libs/.cvsignore:
10978         * tests/check/libs/utils.c: (missing_msg_check_getters),
10979         (GST_START_TEST), (libgstbaseutils_suite):
10980           Add some basic unit tests.
10981
10982 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
10983
10984         * ext/ogg/Makefile.am:
10985           Dist gstoggdemux.h to fix 'make distcheck'.
10986
10987         * sys/v4l/Makefile.am:
10988           Fix 'make distcheck' even more.
10989
10990 2007-01-09  Wim Taymans  <wim@fluendo.com>
10991
10992         * docs/plugins/Makefile.am:
10993         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
10994         * docs/plugins/gst-plugins-base-plugins-sections.txt:
10995         * ext/ogg/gstoggdemux.c: (gst_ogg_page_copy), (gst_ogg_page_free),
10996         (gst_ogg_pad_query_types), (gst_ogg_pad_submit_page),
10997         (gst_ogg_chain_reset), (gst_ogg_chain_new_stream),
10998         (gst_ogg_demux_perform_seek):
10999         * ext/ogg/gstoggdemux.h:
11000         Added docs.
11001         Add some more comments.
11002         Small cleanups.
11003
11004 2007-01-09  Wim Taymans  <wim@fluendo.com>
11005
11006         * ext/theora/theoradec.c:
11007         * ext/vorbis/vorbisdec.c:
11008         * gst-libs/gst/audio/gstringbuffer.c:
11009         (gst_ring_buffer_commit_full):
11010         * gst-libs/gst/audio/gstringbuffer.h:
11011         * gst-libs/gst/rtp/gstrtpbuffer.c:
11012         * gst-libs/gst/tag/gstvorbistag.c:
11013         Small documentation updates/fixes
11014
11015 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
11016
11017         * configure.ac:
11018           Require core CVS HEAD for Andy's basesrc/sink API additions.
11019
11020 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
11021
11022         Patch by: Günter Thelen  <daedalus dot inc at gmx net>
11023
11024         * gst/typefind/gsttypefindfunctions.c: (flac_type_find),
11025         (plugin_init):
11026           Add typefinder for flac-in-ogg in conformance with the ogg-mapping
11027           on flac.sf.net (there appear to be other versions of the first
11028           ogg page in the wild) (#391365).
11029
11030 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
11031
11032         * configure.ac:
11033           Check if localtime_r() is available.
11034
11035         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_render_time):
11036           If localtime_r() is not available, fall back to localtime(). Should
11037           fix build on MingW (#393310).
11038
11039 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
11040
11041         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
11042         * gst/subparse/gstsubparse.h:
11043           Remove spurious 1000 subtrahend when calculating the timestamp from
11044           the frame number and the frame rate . Also, use the frames/second
11045           value specified in the first line of the file, if one is specified
11046           there. Should fix #357503.
11047
11048         * tests/check/elements/subparse.c: (do_test),
11049         (test_tmplayer_do_test), (test_microdvd_do_test), (GST_START_TEST),
11050         (subparse_suite):
11051           Add some basic unit tests for the microdvd subtitle format.
11052
11053 2007-01-07  Julien MOUTTE  <julien@moutte.net>
11054
11055         Patch by: Young-Ho Cha <ganadist at chollian dot net>
11056
11057         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
11058         (gst_xvimage_buffer_finalize), (gst_xvimagesink_xvimage_new),
11059         (gst_xvimagesink_xvimage_put), (gst_lookup_xv_port_from_adaptor),
11060         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_setcaps),
11061         (gst_xvimagesink_set_xwindow_id),
11062         (gst_xvimagesink_set_event_handling),
11063         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
11064         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
11065         Fixes: #390076.
11066         Add an adaptor property to select a specific XV adaptor.
11067         * sys/xvimage/xvimagesink.h:
11068
11069 2007-01-07  Julien MOUTTE  <julien@moutte.net>
11070
11071         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
11072         (gst_ximagesink_handle_xerror), (gst_ximagesink_ximage_new),
11073         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
11074         (gst_ximagesink_handle_xevents), (gst_ximagesink_setcaps),
11075         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
11076         (gst_ximagesink_expose), (gst_ximagesink_set_event_handling):
11077         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
11078         (gst_xvimage_buffer_finalize), (gst_xvimagesink_handle_xerror),
11079         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
11080         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_setcaps),
11081         (gst_xvimagesink_change_state), (gst_xvimagesink_set_xwindow_id),
11082         (gst_xvimagesink_expose), (gst_xvimagesink_set_event_handling):
11083         Use flow_lock much more to protect every access to xwindow.
11084         Try to catch erros while creating images in case some drivers are
11085         just generating an XError when the requested image is too big.
11086         Should fix : #354698, #384008, #384060.
11087         * tests/icles/stress-xoverlay.c: (cycle_window), (create_window):
11088         Implement some stress testing of setting window xid.
11089
11090 2007-01-07  Sébastien Moutte  <sebastien@moutte.net>
11091
11092         * win32/common/libgsaudio.def:
11093           Add new exported function.
11094         * win32/common/libgstogg.dsp:
11095           Add gstoggaviparse.c to the build.
11096         * win32/common/libgstvideoscale.dsp:
11097           Add vs_4tap.c to the build.
11098         * win32/common/libgstvorbis.dsp:
11099           Add vorbistag.c to the build.
11100         
11101 2007-01-06  Andy Wingo  <wingo@pobox.com>
11102
11103         * gst-libs/gst/audio/gstbaseaudiosink.c
11104         (gst_base_audio_sink_class_init)
11105         (gst_base_audio_sink_init): 
11106         (gst_base_audio_sink_activate_pull): Add an activate_pull function
11107         to baseaudiosink, and tell basesink that we can work in pull mode.
11108         This way the ring buffer thread drives the pipeline directly, if
11109         pull mode is possible. There is some lingering nastiness regarding
11110         capsnego, however.
11111         (gst_base_audio_sink_callback): Implement the callback to pull
11112         data. This interface is a bit light, though -- it should get a
11113         GstFlowReturn return value at least.
11114
11115 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
11116
11117         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_stream_out):
11118         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
11119         * gst/playback/gstdecodebin2.c:
11120         (gst_decode_group_check_if_blocked):
11121           Printf format and missing argument fixes.
11122
11123 2007-01-05  Jan Schmidt  <thaytan@mad.scientist.com>
11124
11125         * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header),
11126         (gst_ogm_parse_change_state):
11127         Activate pads before adding them to the element.
11128
11129 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
11130
11131         * tests/examples/seek/scrubby.c: (main):
11132         * tests/examples/seek/seek.c: (main):
11133           Call g_thread_init() first thing in main() (see #391278).
11134
11135 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
11136
11137         * tests/check/Makefile.am:
11138         * tests/check/libs/.cvsignore:
11139         * tests/check/libs/netbuffer.c: (GST_START_TEST),
11140         (netbuffer_suite):
11141           Add test for GstNetBuffer + gst_buffer_copy(). Disabled
11142           for the time being, since it's broken, see #393099.
11143
11144 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
11145
11146         * tests/check/Makefile.am:
11147           Update to use GST_PLUGINS_BASE_CFLAGS as well.
11148
11149 2007-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
11150
11151         * configure.ac:
11152           split out GST_CFLAGS into GST_PLUGINS_BASE_CFLAGS and GST_CFLAGS
11153           so that GST_BASE_CFLAGS can go inbetween them, making sure
11154           we use uninstalled gst-libs headers
11155         * docs/libs/Makefile.am:
11156         * ext/alsa/Makefile.am:
11157         * ext/cdparanoia/Makefile.am:
11158         * ext/gnomevfs/Makefile.am:
11159         * ext/libvisual/Makefile.am:
11160         * ext/ogg/Makefile.am:
11161         * ext/theora/Makefile.am:
11162         * ext/vorbis/Makefile.am:
11163         * gst-libs/gst/audio/Makefile.am:
11164         * gst-libs/gst/cdda/Makefile.am:
11165         * gst-libs/gst/interfaces/Makefile.am:
11166         * gst-libs/gst/riff/Makefile.am:
11167         * gst-libs/gst/rtp/Makefile.am:
11168         * gst-libs/gst/tag/Makefile.am:
11169         * gst/adder/Makefile.am:
11170         * gst/audioconvert/Makefile.am:
11171         * gst/audiorate/Makefile.am:
11172         * gst/audioresample/Makefile.am:
11173         * gst/playback/Makefile.am:
11174         * gst/tcp/Makefile.am:
11175         * gst/videoscale/Makefile.am:
11176         * gst/volume/Makefile.am:
11177         * sys/ximage/Makefile.am:
11178         * sys/xvimage/Makefile.am:
11179         * tests/icles/Makefile.am:
11180           adapt
11181
11182 2007-01-04  Julien MOUTTE  <julien@moutte.net>
11183
11184         * gst-libs/gst/interfaces/xoverlay.c:
11185         (gst_x_overlay_handle_events):
11186         * gst-libs/gst/interfaces/xoverlay.h:
11187         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
11188         (gst_ximagesink_set_xwindow_id),
11189         (gst_ximagesink_set_event_handling),
11190         (gst_ximagesink_xoverlay_init), (gst_ximagesink_set_property),
11191         (gst_ximagesink_get_property), (gst_ximagesink_init),
11192         (gst_ximagesink_class_init):
11193         * sys/ximage/ximagesink.h:
11194         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new),
11195         (gst_xvimagesink_set_xwindow_id),
11196         (gst_xvimagesink_set_event_handling),
11197         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_set_property),
11198         (gst_xvimagesink_get_property), (gst_xvimagesink_init),
11199         (gst_xvimagesink_class_init):
11200         * sys/xvimage/xvimagesink.h:
11201         * tests/icles/stress-xoverlay.c: (toggle_events), (create_window):
11202         Add a method to the XOverlay interface to allow disabling of 
11203         event handling in x[v]imagesink elements. This will let X events
11204         propagate to parent windows which can be usefull in some cases.
11205         Be carefull that the application is then responsible of pushing
11206         navigation events and expose events to the video sink.
11207         Fixes: #387138.
11208
11209 2007-01-03  Tim-Philipp Müller  <tim at centricular dot net>
11210
11211         * gst-libs/gst/tag/gstvorbistag.c:
11212         * tests/check/libs/tag.c: (GST_START_TEST):
11213           Add vorbistag <=> GStreamer tag mapping for GST_TAG_LOCATION
11214           (fixes #392070).
11215
11216 2007-01-01  Tim-Philipp Müller  <tim at centricular dot net>
11217
11218         * configure.ac:
11219         * docs/Makefile.am:
11220         * docs/design/Makefile.am:
11221           Dist design docs.
11222
11223 2006-12-27  Julien MOUTTE  <julien@moutte.net>
11224
11225         * docs/libs/gst-plugins-base-libs-sections.txt: Fix a documentation
11226         typo. Fixes: #390063.
11227
11228 2006-12-27  Julien MOUTTE  <julien@moutte.net>
11229
11230         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
11231         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Plug a
11232         caps leak.
11233         * win32/common/config.h: Updated.
11234
11235 2006-12-22  Stefan Kost  <ensonic@users.sf.net>
11236
11237         * tests/check/elements/gdpdepay.c: (cleanup_gdpdepay),
11238         (setup_gdpdepay_streamheader):
11239         * tests/check/elements/gdppay.c: (cleanup_gdppay),
11240         (setup_gdppay_streamheader):
11241           Fix the dp tests, but activating the pads for the streamheader tests
11242           too and cleaning up conditionaly
11243
11244 2006-12-22  Jan Schmidt  <thaytan@mad.scientist.com>
11245
11246         * gst/ffmpegcolorspace/avcodec.h:
11247         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11248         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
11249         (gst_ffmpegcsp_avpicture_fill):
11250         * gst/ffmpegcolorspace/imgconvert.c: (img_convert),
11251         (img_get_alpha_info):
11252         Add 2 new caps arrangements, for 24-bit RGB and BGR in 32-bits, but at the
11253         other end of the word. Fixes: #387073.
11254
11255         Add some inconsequential branch hints in a couple of places.
11256
11257 2006-12-21  Tim-Philipp Müller  <tim at centricular dot net>
11258
11259         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11260         (gst_ffmpeg_caps_to_smpfmt):
11261           The "signed" field in raw audio caps is of boolean type, trying to
11262           extract the value with _get_int() will fail (fix to keep in sync with
11263           the copy in gst-ffmpeg)
11264
11265 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
11266
11267         * tests/check/elements/audioresample.c: (cleanup_audioresample):
11268         * tests/check/elements/audiotestsrc.c: (cleanup_audiotestsrc):
11269         * tests/check/elements/gdpdepay.c: (setup_gdpdepay),
11270         (cleanup_gdpdepay):
11271         * tests/check/elements/gdppay.c: (setup_gdppay), (cleanup_gdppay):
11272         * tests/check/elements/subparse.c: (teardown_subparse):
11273         * tests/check/elements/textoverlay.c: (cleanup_textoverlay):
11274         * tests/check/elements/videorate.c: (cleanup_videorate):
11275         * tests/check/elements/videotestsrc.c: (cleanup_videotestsrc):
11276         * tests/check/elements/volume.c: (cleanup_volume):
11277         * tests/check/elements/vorbisdec.c: (setup_vorbisdec),
11278         (cleanup_vorbisdec):
11279         * tests/check/elements/vorbistag.c: (setup_vorbistag),
11280         (cleanup_vorbistag):
11281           consistent pad (de)activation
11282
11283 2006-12-20  Tim-Philipp Müller  <tim at centricular dot net>
11284
11285         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
11286           Forgot to register the extensions.
11287
11288 2006-12-20  Tim-Philipp Müller  <tim at centricular dot net>
11289
11290         * gst/typefind/gsttypefindfunctions.c: (vivo_type_find),
11291         (plugin_init):
11292           Add typefinder for VIVO files (my christmas present to the 90s).
11293
11294 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
11295
11296         * gst/playback/gstdecodebin.c: (type_found):
11297           Special-case the text/plain media type: we only want to recognise it
11298           as a 'raw' decoded media type if it comes from a demuxer or subtitle
11299           parser, but not if the entire stream is of text/plain type. If the
11300           entire stream is text/plain, we should just error out.
11301
11302           This fixes playback of audio files with lyrics in totem. Totem can't
11303           distinguish between text files and subtitle files and passes any
11304           .txt file with the same basename as the main file to playbin as
11305           suburi, and playbin will then throw a 'subtitle found, but no video
11306           stream' error, which isn't entirely helpful. See #380342.
11307
11308           Also, with this change we'll show a slightly more correct error
11309           message in case totem passes a playlist file to us (although a
11310           custom error message wording instead of the default text would
11311           probably not be a bad idea either).
11312
11313           Same problem also needs to be fixed for playbin+decodebin2.
11314
11315         * tests/check/Makefile.am:
11316         * tests/check/elements/decodebin.c: (src_handoff_cb),
11317         (decodebin_new_decoded_pad_cb), (GST_START_TEST),
11318         (decodebin_suite):
11319           Add simple unit test for decodebin for the above.
11320
11321 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
11322
11323         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
11324         * gst/playback/gstdecodebin2.c: (gst_decode_bin_change_state):
11325           Refuse to change state to READY when we failed to create any of the
11326           required elements in our instance init function.
11327
11328 2006-12-15  Tim-Philipp Müller  <tim at centricular dot net>
11329
11330         * docs/libs/gst-plugins-base-libs-sections.txt:
11331           Small docs fixes/updates.
11332
11333         * gst-libs/gst/video/gstvideosink.h:
11334           Remove nonfunctional GST_VIDEO_SINK_CLOCK macro which is a leftover
11335           from the 0.9 days (GST_BASE_SINK_CLOCK, which it points to, was
11336           removed from the base sink API between 0.9.6 and 0.9.7).
11337           API: add GST_VIDEO_SINK_CAST and use it for the height/width
11338           accessor macros, so we don't do a runtime GObject type check every
11339           time we use them.
11340
11341 2006-12-15  Thomas Vander Stichele  <thomas at apestaart dot org>
11342
11343         * Makefile.am:
11344         * gst-plugins-base.doap:
11345         * gst-plugins-base.spec.in:
11346           add doap file
11347
11348 2006-12-09  Tim-Philipp Müller  <tim at centricular dot net>
11349
11350         Patch by: Jens Granseuer <jensgr at gmx net>
11351
11352         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
11353         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
11354         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
11355         (gst_base_rtp_audio_payload_handle_sample_based_buffer):
11356         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
11357           Declare variables at the beginning of a block. Fixes #383195.
11358
11359 2006-12-07  Jan Schmidt  <thaytan@mad.scientist.com>
11360
11361         * configure.ac:
11362         Bump version nano - back to CVS.
11363
11364
11365 === release 0.10.11 ===
11366
11367 2006-12-06  Jan Schmidt <thaytan@mad.scientist.com>
11368
11369         * configure.ac:
11370           releasing 0.10.11, "Dumb things"
11371
11372 2006-12-05  Jan Schmidt  <thaytan@mad.scientist.com>
11373
11374         * gst/playback/gstdecodebin.c: (find_dynamic), (dynamic_add),
11375         (close_pad_link), (elem_is_dynamic), (unlinked), (close_link):
11376         Handle the case where an element has multiple pads with 
11377         unfixed caps as well as still possibly producing more dynamic 
11378         pads by storing each case as a distinct entry in the dynamic list.
11379         Fixes #38223 again.
11380
11381 2006-12-04  Wim Taymans  <wim@fluendo.com>
11382
11383         * gst/playback/gstdecodebin.c: (close_pad_link):
11384         Fix #382223, add more dynamic caps handling.
11385
11386 2006-12-04  Wim Taymans  <wim@fluendo.com>
11387
11388         * gst-libs/gst/audio/gstringbuffer.h:
11389         * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netbuffer_init),
11390         (gst_netaddress_set_ip4_interface),
11391         (gst_netaddress_set_ip6_interface), (gst_netaddress_set_loopback),
11392         (gst_netaddress_set_ttl), (gst_netaddress_get_ip4_interface),
11393         (gst_netaddress_get_ip6_interface), (gst_netaddress_get_loopback),
11394         (gst_netaddress_get_ttl):
11395         * gst-libs/gst/netbuffer/gstnetbuffer.h:
11396         * gst/playback/gstdecodebin.c: (close_pad_link):
11397         * tests/examples/seek/seek.c: (end_scrub), (end_seek), (do_seek),
11398         (seek_cb), (stop_seek), (rate_spinbutton_changed_cb):
11399         * win32/common/config.h:
11400
11401 2006-12-01  Michael Smith  <msmith@fluendo.com>
11402
11403         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
11404           Delete bad debug code.
11405           Fixes #381219
11406
11407 2006-12-01  Jan Schmidt  <thaytan@mad.scientist.com>
11408
11409         * gst/videoscale/vs_4tap.c:
11410         * win32/MANIFEST:
11411         * win32/common/config.h:
11412         * win32/vs8/libgstvideoscale.vcproj:
11413         Fix compilation on win32 under VS8
11414         Patch by: Sergey Scobich <sergey dot scobich at gmail dot com>
11415         Partially fixes #381175
11416
11417 2006-11-30  Michael Smith  <msmith@fluendo.com>
11418
11419         * tests/check/pipelines/theoraenc.c: (check_buffer_granulepos),
11420         (GST_START_TEST):
11421           It would be very bad if, after a discont buffer, we thought every
11422           single following buffer was also discont. So, add to the test to
11423           ensure that this isn't the case.
11424           
11425         * ext/theora/theoraenc.c: (theora_enc_is_discontinuous):
11426           ... it was the case. So fix it.
11427
11428 2006-11-28  Wim Taymans  <wim@fluendo.com>
11429
11430         * gst/playback/gstplaybasebin.c: (check_queue_event):
11431         Improve debug.
11432
11433         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps):
11434         Fix width and height range from 16 - 4096 to 1 - MAXINT, just like the
11435         padtemplate caps. Refixes #357577.
11436
11437 2006-11-28  Wim Taymans  <wim@fluendo.com>
11438
11439         * gst/playback/gstplaybasebin.c: (check_queue_event),
11440         (queue_threshold_reached), (queue_out_of_data),
11441         (gen_preroll_element):
11442         Add event probe to see when EOS is in a queue and we can disable the
11443         underrun signals. Fixes #357577.
11444
11445 2006-11-28  Edward Hervey  <edward@fluendo.com>
11446
11447         * gst/playback/Makefile.am:
11448         * gst/playback/gstdecodebin2.c: (gst_decode_bin_get_type),
11449         (_gst_boolean_accumulator), (gst_decode_bin_class_init),
11450         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
11451         (gst_decode_bin_init), (gst_decode_bin_dispose),
11452         (gst_decode_bin_finalize), (gst_decode_bin_set_property),
11453         (gst_decode_bin_get_property), (gst_decode_bin_set_caps),
11454         (gst_decode_bin_get_caps), (gst_decode_bin_autoplug_continue),
11455         (gst_decode_bin_autoplug_sort), (analyze_new_pad), (connect_pad),
11456         (connect_element), (expose_pad), (type_found),
11457         (pad_added_group_cb), (pad_removed_group_cb),
11458         (no_more_pads_group_cb), (pad_added_cb), (pad_removed_cb),
11459         (no_more_pads_cb), (find_compatibles), (is_demuxer_element),
11460         (are_raw_caps), (multi_queue_overrun_cb),
11461         (multi_queue_underrun_cb), (gst_decode_group_new),
11462         (get_current_group), (group_demuxer_event_probe),
11463         (gst_decode_group_control_demuxer_pad),
11464         (gst_decode_group_control_source_pad),
11465         (gst_decode_group_check_if_blocked),
11466         (gst_decode_group_check_if_drained), (gst_decode_group_expose),
11467         (gst_decode_group_hide), (gst_decode_group_free),
11468         (gst_decode_group_set_complete), (source_pad_blocked_cb),
11469         (source_pad_event_probe), (gst_decode_pad_new), (add_fakesink),
11470         (remove_fakesink), (find_sink_pad), (gst_decode_bin_change_state),
11471         (plugin_init):
11472         New decodebin2 element.
11473         Closes #370092
11474         * gst/playback/gstplay-marshal.list:
11475         Added marshallers for new signals in decodebin2
11476         * gst/playback/gstplaybasebin.c: (setup_subtitle), (make_decoder):
11477         Use decodebin2 if *and only if* the USE_DECODEBIN2 environment variable
11478         is set.
11479
11480 2006-11-28  Wim Taymans  <wim@fluendo.com>
11481
11482         * gst/playback/gstplaybasebin.c: (setup_source),
11483         (gst_play_base_bin_change_state):
11484         Disable rtsp:// uris for the release, it's not good enough yet.
11485         Remove unused var.
11486
11487 2006-11-26  Wim Taymans  <wim@fluendo.com>
11488
11489         * ext/theora/theoradec.c: (gst_theora_dec_reset),
11490         (theora_dec_push_forward), (theora_dec_push_reverse),
11491         (theora_handle_data_packet), (theora_dec_decode_buffer),
11492         (theora_dec_flush_decode), (theora_dec_chain_reverse),
11493         (theora_dec_chain_forward), (theora_dec_chain):
11494         Implement reverse playback.
11495
11496         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
11497         (vorbis_dec_decode_buffer), (vorbis_dec_flush_decode),
11498         (vorbis_dec_chain_forward):
11499         Clear buffers used for reverse playback in _reset.
11500         No need to set the eos flag, we clip samples using the segment.
11501
11502 2006-11-24  Wim Taymans  <wim@fluendo.com>
11503
11504         * ext/ogg/gstoggdemux.c: (gst_ogg_page_copy), (gst_ogg_page_free),
11505         (gst_ogg_pad_init), (gst_ogg_pad_dispose), (gst_ogg_pad_reset),
11506         (gst_ogg_pad_stream_out), (gst_ogg_pad_submit_page),
11507         (gst_ogg_chain_reset), (gst_ogg_demux_perform_seek):
11508         Some cleanups.
11509         Handle continued pages in reverse mode.
11510
11511 2006-11-24  Wim Taymans  <wim@fluendo.com>
11512
11513         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward),
11514         (vorbis_handle_data_packet), (vorbis_dec_decode_buffer),
11515         (vorbis_dec_flush_decode):
11516         Small cleanups.
11517         Don't try to add invalid timestamps.
11518         Clipping will unref the buffer.
11519
11520 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
11521
11522         * gst/adder/gstadder.h:
11523         * gst/audiotestsrc/gstaudiotestsrc.h:
11524           remove obsolete _factory_init protos
11525
11526 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
11527
11528         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
11529           Fix spacing in debug message.
11530
11531 2006-11-23  Wim Taymans  <wim@fluendo.com>
11532
11533         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page),
11534         (gst_ogg_demux_chain):
11535         Don't just ignore return values from _pad_push().
11536         Small debug improvements.
11537
11538 2006-11-23  Michael Smith  <msmith@fluendo.com>
11539
11540         * ext/ogg/gstoggmux.c: (gst_ogg_mux_process_best_pad):
11541           If our incoming buffer is marked as DISCONT, then increment the page
11542           number (so that the discontinuity is marked in the final ogg
11543           bitstream) and flush the previous page.
11544
11545 2006-11-22  Michael Smith  <msmith@fluendo.com>
11546
11547         * ext/theora/gsttheoraenc.h:
11548         * ext/theora/theoraenc.c: (gst_theora_enc_init),
11549         (theora_enc_reset), (theora_enc_clear), (theora_enc_sink_setcaps),
11550         (theora_buffer_from_packet), (theora_enc_is_discontinuous),
11551         (theora_enc_chain), (theora_enc_change_state):
11552           Mark discontinuities of > 3/4 of a frame, reinit encoder.
11553
11554         * tests/check/pipelines/theoraenc.c: (check_buffer_granulepos),
11555         (GST_START_TEST), (theoraenc_suite):
11556           Enable discontinuity test, fix it.
11557
11558 2006-11-21  Tim-Philipp Müller  <tim at centricular dot net>
11559
11560         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
11561         (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
11562         (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
11563         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
11564         (gst_text_overlay_change_state):
11565         * ext/pango/gsttextoverlay.h:
11566           Some textoverlay fixes: for one, in the video chain function,
11567           actually wait for a text buffer to come in if there is none at the
11568           moment and there should be one; also, deal more gracefully with
11569           incoming buffers that do not have a timestamp or duration; discard
11570           text buffer when not needed any longer. Fixes #341681.
11571
11572         * tests/check/Makefile.am:
11573         * tests/check/elements/.cvsignore:
11574         * tests/check/elements/textoverlay.c:
11575         (notgst_check_setup_src_pad2), (notgst_check_teardown_src_pad2),
11576         (setup_textoverlay), (buffer_is_all_black), (create_black_buffer),
11577         (create_text_buffer), (cleanup_textoverlay), (GST_START_TEST),
11578         (test_video_waits_for_text_send_text_newsegment_thread),
11579         (test_video_waits_for_text_shutdown_element),
11580         (test_render_continuity_push_video_buffers_thread),
11581         (textoverlay_suite):
11582           Add some unit tests for textoverlay.
11583
11584 2006-11-21  Tim-Philipp Müller  <tim at centricular dot net>
11585
11586         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
11587           Avoid integer underflow when the found probability for mp3 is
11588           smaller than the 'penalty' we subtract if there's not a clean
11589           mp3 header sync at offset 0.
11590
11591 2006-11-21  Stefan Kost  <ensonic@users.sf.net>
11592
11593         * docs/libs/gst-plugins-base-libs-sections.txt:
11594           Add some new symbols to the docs
11595
11596 2006-11-20  Tim-Philipp Müller  <tim at centricular dot net>
11597
11598         * tests/check/Makefile.am:
11599         * tests/check/elements/ffmpegcolorspace.c:
11600         (ffmpegcolorspace_suite):
11601           Enable ffmpegcolorspace test now that the RGBA32 issue is fixed
11602           (for now not for valgrinding though, since it takes too long).
11603
11604 2006-11-20  Wim Taymans  <wim@fluendo.com>
11605
11606         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11607         (gst_ffmpeg_pixfmt_to_caps):
11608         Fix RGBA32 caps. Fixes #357038.
11609
11610 2006-11-20  Tim-Philipp Müller  <tim at centricular dot net>
11611
11612         * gst-libs/gst/interfaces/mixertrack.h:
11613           Add FIXME so we can add some padding here in 0.11
11614
11615 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
11616
11617         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
11618           Fix GstBaseRTPAudioPayload structure so the whole GObject
11619           inheritance business actually works (parent class instance structure
11620           must always come first in the derived class instance structure).
11621
11622 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
11623
11624         * gst/videotestsrc/Makefile.am:
11625         * tests/check/Makefile.am:
11626           Make sure our checks and the videotestsrc plugin link against the
11627           local uninstalled gst libs and not any installed gst libs that
11628           might happen to exist as well.
11629
11630         * tests/check/elements/adder.c: (message_received),
11631         (test_event_message_received), (test_play_twice_message_received):
11632         * tests/check/elements/ffmpegcolorspace.c: (GST_START_TEST):
11633           Fix compiler warnings when compiling against core with disabled
11634           debugging system.
11635
11636 2006-11-16  Michael Smith  <msmith@fluendo.com>
11637
11638         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
11639         (gst_audio_rate_sink_event), (gst_audio_rate_chain):
11640           Fix audiorate, so that it accurately sets offsets and timestamps.
11641           Doesn't change the fundamental algorithmic decisions; so should be
11642           safe.
11643
11644         * tests/check/Makefile.am:
11645           Enable audiorate test now that it passes.
11646
11647 2006-11-09  Stefan Kost  <ensonic@users.sf.net>
11648
11649         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
11650           clear xv when going to NULL, remove // commented non-existant proto
11651
11652         * tests/examples/seek/seek.c: (main):
11653           add missing tooltip description for scrub and play_scrub
11654
11655 2006-11-14  David Schleef  <ds@schleef.org>
11656
11657         * configure.ac:
11658           Bump liboil requirement to 0.3.8.
11659         * gst-libs/gst/riff/riff-media.c:
11660           Add Dirac fourcc.
11661         * gst/videoscale/vs_image.h:
11662         * gst/videoscale/vs_scanline.h:
11663           Use liboil's stdint.h.
11664         * gst/videotestsrc/videotestsrc.c:
11665           Remove liboil related ifdef's, since they aren't needed now, and
11666           won't work with future versions.
11667
11668 2006-11-14  David Schleef  <ds@schleef.org>
11669
11670         * gst/videoscale/Makefile.am:
11671         * gst/videoscale/gstvideoscale.c:
11672         * gst/videoscale/gstvideoscale.h:
11673         * gst/videoscale/vs_4tap.c:
11674         * gst/videoscale/vs_4tap.h:
11675         * gst/videoscale/vs_image.c:
11676         * gst/videoscale/vs_image.h:
11677         * gst/videoscale/vs_scanline.c:
11678         * gst/videoscale/vs_scanline.h:
11679           Add a 4-tap image scaler.  Theoretically looks much prettier.
11680           The tap calculation could use some improvement.
11681
11682 2006-11-14  Wim Taymans  <wim@fluendo.com>
11683
11684         Patch by: Jan David Mol <j dot j dot d dot mol at tudelft dot nl>
11685
11686         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds),
11687         (gst_riff_parse_strf_iavs):
11688         * gst/subparse/gstsubparse.c: (convert_encoding):
11689         * gst/tcp/gstmultifdsink.c:
11690         (gst_multi_fd_sink_handle_client_write):
11691         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
11692         (gst_tcp_read_buffer), (gst_tcp_gdp_read_caps),
11693         (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
11694         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_render):
11695         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
11696         (gst_ximagesink_ximage_new):
11697         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
11698         Various gsize and gssize printf fixes. Fixes #372507.
11699
11700 2006-11-13  Wim Taymans  <wim@fluendo.com>
11701
11702         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
11703         (vorbis_dec_push_forward), (vorbis_dec_push_reverse),
11704         (vorbis_handle_data_packet), (vorbis_dec_decode_buffer),
11705         (vorbis_dec_flush_decode), (vorbis_dec_chain_reverse),
11706         (vorbis_dec_chain_forward), (vorbis_dec_chain):
11707         * ext/vorbis/vorbisdec.h:
11708         First stab at vorbis reverse playback.
11709
11710 2006-11-13  Wim Taymans  <wim@fluendo.com>
11711
11712         * gst-libs/gst/audio/gstbaseaudiosink.c:
11713         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
11714         * gst-libs/gst/audio/gstbaseaudiosink.h:
11715         Make the clock sync code more accurate wrt resampling and playback
11716         at different rates.
11717         
11718         * gst-libs/gst/audio/gstringbuffer.c:
11719         (gst_ring_buffer_commit_full), (gst_ring_buffer_commit):
11720         * gst-libs/gst/audio/gstringbuffer.h:
11721         Use better algorithm to interpolate sample rates. 
11722
11723 2006-11-13  Michael Smith  <msmith@fluendo.com>
11724
11725         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page):
11726           Improve a debug line slightly.
11727
11728         * ext/ogg/gstogmparse.c: (gst_ogm_parse_plugin_init):
11729           Call gst_riff_init() in plugin_init, to avoid getting errors from
11730           the debug system (unrelated changes to another plugin made this turn
11731           up; not sure why).
11732
11733 2006-11-10  Tim-Philipp Müller  <tim at centricular dot net>
11734
11735         Patch by: Sergey Scobich  <sergery.scobich at gmail com>
11736
11737         * win32/common/libgsttag.def:
11738           Add missing symbol (#366492).
11739
11740 2006-11-09  Tim-Philipp Müller  <tim at centricular dot net>
11741
11742         * gst/playback/gststreamselector.c: (gst_stream_selector_dispose):
11743           Don't unref a NULL pad.
11744
11745 2006-11-09  Wim Taymans  <wim@fluendo.com>
11746
11747         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page),
11748         (gst_ogg_demux_get_prev_page), (gst_ogg_demux_perform_seek),
11749         (gst_ogg_demux_handle_page), (gst_ogg_demux_chain),
11750         (gst_ogg_demux_loop_forward), (gst_ogg_demux_loop_reverse),
11751         (gst_ogg_demux_loop):
11752         Implement first stab at reverse playback.
11753
11754 2006-11-07  Stefan Kost  <ensonic@users.sf.net>
11755
11756         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
11757         (gst_riff_create_video_template_caps):
11758           add h263/h264 variants to the caps, Fixes #363118
11759
11760 2006-11-06  Tim-Philipp Müller  <tim at centricular dot net>
11761
11762         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
11763         * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
11764           Use g_strerror instead of strerror so we get UTF-8.
11765
11766 2006-11-03  David Schleef  <ds@schleef.org>
11767
11768         * ext/ogg/gstoggdemux.c:
11769         * ext/ogg/gstoggmux.c:
11770           Add/remove KW-DIRAC header here, since it is ogg-specific.
11771
11772 2006-11-03  Michael Smith  <msmith@fluendo.com>
11773
11774         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find):
11775           Recognise more mpeg4 elementary video streams.
11776
11777 2006-11-02  Edward Hervey  <edward@fluendo.com>
11778
11779         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
11780         Lower the probability of mp3 typefinding functions if we don't find a
11781         valid mp3 header at the start of the file.
11782         Closes #369482
11783
11784 2006-11-02  Wim Taymans  <wim@fluendo.com>
11785
11786         * ext/theora/gsttheoradec.h:
11787         * ext/theora/theoradec.c: (gst_theora_dec_init),
11788         (theora_dec_sink_event), (theora_dec_chain_forward),
11789         (theora_dec_flush_decode), (theora_dec_chain_reverse),
11790         (theora_dec_chain):
11791         Document and partially implement an algorithm for doing reverse playback
11792         of theora video.
11793
11794 2006-11-02  Tim-Philipp Müller  <tim at centricular dot net>
11795
11796         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
11797
11798         * win32/common/config.h:
11799         * win32/common/interfaces-enumtypes.c:
11800         * win32/common/libgsttag.def:
11801         * win32/vs8/gst-plugins-base.sln:
11802         * win32/vs8/libgstaudioresample.vcproj:
11803         * win32/vs8/libgstinterfaces.vcproj:
11804         * win32/vs8/libgstogg.vcproj:
11805         * win32/vs8/libgstriff.vcproj:
11806         * win32/vs8/libgsttag.vcproj:
11807         * win32/vs8/libgsttheora.vcproj:
11808         * win32/vs8/libgstvideoscale.vcproj:
11809         * win32/vs8/libgstvorbis.vcproj:
11810           Misc. VS8 build fixes: fix syntax in config.h, add missing entries
11811           to libgsttag.def; add missing dependencies for some vs8 projects;
11812           re-arrange placement of .def files in vs8 projects (#366334).
11813
11814 2006-11-01  Tim-Philipp Müller  <tim at centricular dot net>
11815
11816         * ext/ogg/gstogg.c:
11817           Remove unused variable.
11818
11819         * ext/ogg/gstoggdemux.c:
11820           Fix Wim's surname in plugin description.
11821
11822 2006-10-31  Wim Taymans  <wim@fluendo.com>
11823
11824         * gst-plugins-base.spec.in:
11825         spec new .h file. Fixes #368310.
11826
11827 2006-10-31  Michael Smith  <msmith@fluendo.com>
11828
11829         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_add_full),
11830         (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
11831         (gst_multi_fd_sink_get_stats),
11832         (gst_multi_fd_sink_remove_client_link),
11833         (gst_multi_fd_sink_queue_buffer),
11834         (gst_multi_fd_sink_handle_clients):
11835         * gst/tcp/gstmultifdsink.h:
11836           Make using the remove or clear signals threadsafe.
11837           Make calling get-stats with an invalid fd not segfault.
11838           Fixes 368273.
11839
11840 2006-10-31  Wim Taymans  <wim@fluendo.com>
11841
11842         * gst-libs/gst/rtp/Makefile.am:
11843         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
11844         (gst_base_rtp_audio_payload_init):
11845         Fix and activate base audio payloader.
11846
11847 2006-10-28  Tim-Philipp Müller  <tim at centricular dot net>
11848
11849         * gst/typefind/gsttypefindfunctions.c: (qtif_type_find),
11850         (plugin_init):
11851           Add typefinder for QuickTime Image Files (see #366156).
11852
11853 2006-10-28  Tim-Philipp Müller  <tim at centricular dot net>
11854
11855         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init):
11856           Another typo fix (#366212).
11857
11858 2006-10-27  Wim Taymans  <wim@fluendo.com>
11859
11860         * gst/volume/gstvolume.c: (volume_transform_ip):
11861         Use stream time to synchronize volume property instead of rather random
11862         timestamps. This is needed when gnonlin does its time shifting.
11863
11864 2006-10-27  Wim Taymans  <wim@fluendo.com>
11865
11866         Patch by: Mark Nauwelaerts <manauw at skynet dot be>
11867
11868         * ext/ogg/gstoggmux.c: (gst_ogg_mux_release_pad):
11869         Remove the pad from the element in release_pad. Fixes #364812.
11870
11871 2006-10-27  Tim-Philipp Müller  <tim at centricular dot net>
11872
11873         * sys/ximage/ximagesink.c: (gst_ximagesink_get_type):
11874         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_type):
11875           Explicitly create our custom buffer classes at a thread-safe
11876           location as well, since g_type_class_ref() doesn't seem to be
11877           entirely thread-safe either (#365501; also see #349410).
11878
11879 2006-10-26  Tim-Philipp Müller  <tim at centricular dot net>
11880
11881         * gst-libs/gst/riff/riff-read.c: (freeform_string_to_utf8),
11882         (gst_riff_parse_info):
11883           If strings in INFO chunk are not UTF-8, do something similar to
11884           what we do for ID3v1 tags: check a number of environment variables
11885           (GST_AVI_TAG_ENCODING, GST_RIFF_TAG_ENCODING, GST_TAG_ENCODING) for
11886           character sets to try, otherwise try the current locale and/or fall
11887           back on ISO-8859-1. Fixes #360552.
11888
11889 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
11890
11891         * gst/videotestsrc/gstvideotestsrc.c:
11892         (gst_video_test_src_pattern_get_type),
11893         (gst_video_test_src_set_pattern):
11894         * gst/videotestsrc/gstvideotestsrc.h:
11895         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_checkers1),
11896         (gst_video_test_src_checkers2), (gst_video_test_src_checkers4),
11897         (gst_video_test_src_checkers8):
11898         * gst/videotestsrc/videotestsrc.h:
11899           Add a bunch of exciting new checkers patterns.
11900
11901 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
11902
11903         * gst/subparse/Makefile.am:
11904         * gst/subparse/gstsubparse.c:
11905         (gst_sub_parse_data_format_autodetect),
11906         (gst_sub_parse_format_autodetect), (handle_buffer),
11907         (gst_sub_parse_chain), (gst_subparse_type_find), (plugin_init):
11908         * gst/subparse/gstsubparse.h:
11909         * gst/subparse/tmplayerparse.c: (tmplayer_parse_line),
11910         (parse_tmplayer):
11911         * gst/subparse/tmplayerparse.h:
11912           Add support for TMPlayer-type subtitles (#362845).
11913
11914         * tests/check/elements/subparse.c: (test_tmplayer_do_test),
11915         (GST_START_TEST), (subparse_suite):
11916           Add some basic unit tests for the above.
11917
11918 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
11919
11920         * tests/check/elements/audiorate.c: (test_injector_base_init),
11921         (test_injector_class_init), (test_injector_chain),
11922         (test_injector_init), (probe_cb), (do_perfect_stream_test),
11923         (GST_START_TEST), (audiorate_suite):
11924           More tests for audiorate: inject buffers to check behaviour when
11925           buffers overlap.
11926
11927 2006-10-21  Tim-Philipp Müller  <tim at centricular dot net>
11928
11929         * tests/check/Makefile.am:
11930         * tests/check/elements/.cvsignore:
11931         * tests/check/elements/audiorate.c: (probe_cb), (got_buf),
11932         (do_perfect_stream_test), (GST_START_TEST), (audiorate_suite):
11933           Add some basic unit tests for audiorate. Disabled at the moment
11934           since it doesn't pass yet (see bug #363119).
11935
11936 2006-10-20  Tim-Philipp Müller  <tim at centricular dot net>
11937
11938         * gst/subparse/gstsubparse.c: (subrip_fix_up_markup),
11939         (parse_subrip), (handle_buffer):
11940           Add missing closing tags for markup and fix broken markup,
11941           otherwise pango won't render anything (fixes #357531). Also,
11942           make sure the text we send out is always NUL-terminated
11943           (better safe than sorry etc.).
11944
11945         * tests/check/elements/subparse.c: (test_srt_do_test),
11946         (test_srt):
11947           Some more tests for .srt incl. tests for the above stuff.
11948
11949 2006-10-20  Julien MOUTTE  <julien@moutte.net>
11950
11951         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
11952         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
11953         Patch by: Stefan Kost  <ensonic@users.sf.net>
11954         Try to redraw borders only when needed. Apparently this consumes
11955         resources on small devices... :-O (#363607)
11956
11957 2006-10-20  Michael Smith  <msmith@fluendo.com>
11958
11959         * gst/tcp/gstmultifdsink.c:
11960         (gst_multi_fd_sink_client_queue_buffer):
11961           If caps change, then update the client's idea of the caps so that we
11962           don't end up re-sending streamheaders for every single buffer after
11963           the caps change.
11964
11965 2006-10-20  Michael Smith  <msmith@fluendo.com>
11966
11967         * ext/ogg/gstoggparse.c: (gst_ogg_parse_dispose),
11968         (gst_ogg_parse_append_header), (gst_ogg_parse_chain):
11969           Set caps on pushed buffers; fix up refcounting of caps objects.
11970
11971 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
11972
11973         * gst/typefind/gsttypefindfunctions.c: (mmsh_type_find),
11974         (plugin_init):
11975           Typefind mmsh header data packet to application/x-mmsh (#362625).
11976
11977 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
11978
11979         * tests/check/Makefile.am:
11980         * tests/check/elements/.cvsignore:
11981         * tests/check/elements/subparse.c: (buffer_from_static_string),
11982         (setup_subparse), (teardown_subparse), (test_srt_do_test),
11983         (GST_START_TEST), (subparse_suite):
11984           Add very simple unit test for subparse.
11985
11986 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
11987
11988         * gst/subparse/gstsubparse.c: (strip_trailing_newlines),
11989         (parse_subrip):
11990           Strip trailing newlines from subtitle text output.
11991
11992 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
11993
11994         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
11995         (gst_sub_parse_change_state):
11996           Fix memleak; clear subparse->textbuf n state change function.
11997
11998 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
11999
12000         * gst/subparse/gstsubparse.c:
12001         (gst_sub_parse_data_format_autodetect):
12002           Don't require subrip (.srt) files to start with a chunk number of 1.
12003
12004 2006-10-18  Wim Taymans  <wim@fluendo.com>
12005
12006         * gst-libs/gst/audio/gstbaseaudiosink.c:
12007         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
12008         * gst-libs/gst/audio/gstbaseaudiosink.h:
12009         Extract rate from the NEWSEGMENT event.
12010         Use commit_full to also take rate adjustment into account when writing
12011         samples to the ringbuffer.
12012         
12013         * gst-libs/gst/audio/gstringbuffer.c:
12014         (gst_ring_buffer_commit_full), (gst_ring_buffer_commit),
12015         (gst_ring_buffer_read):
12016         * gst-libs/gst/audio/gstringbuffer.h:
12017         Added _commit_full() to also take rate into account.
12018         Use simple interpolation algorithm to resample audio.
12019         API: gst_ring_buffer_commit_full()
12020
12021         * tests/examples/seek/scrubby.c: (speed_cb), (do_seek):
12022         * tests/examples/seek/seek.c: (segment_done):
12023         Don't try to seek with 0.0 rate, just pause instead.
12024         Remove bogus debug line.
12025
12026 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
12027
12028         * gst/playback/gstplaybasebin.c: (subbin_startup_sync_msg),
12029         (setup_source):
12030           Catch async errors when starting up the subtitle bin, so we can
12031           stop waiting and continue with the main film instead of hanging
12032           forever. Fixes #339366.
12033
12034         * tests/check/elements/playbin.c: (playbin_suite):
12035           Enable unit test for the above.
12036
12037 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
12038
12039         * tests/check/Makefile.am:
12040         * tests/check/elements/.cvsignore:
12041         * tests/check/elements/playbin.c: (GST_START_TEST),
12042         (gst_red_video_src_uri_get_type),
12043         (gst_red_video_src_uri_get_protocols),
12044         (gst_red_video_src_uri_get_uri), (gst_red_video_src_uri_set_uri),
12045         (gst_red_video_src_uri_handler_init),
12046         (gst_red_video_src_init_type), (gst_red_video_src_base_init),
12047         (gst_red_video_src_create), (gst_red_video_src_class_init),
12048         (gst_red_video_src_init), (plugin_init), (playbin_suite):
12049           Some small and basic unit tests for playbin; not very useful yet,
12050           but at least a start.
12051
12052 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
12053
12054         * gst/playback/gstplaybin.c: (setup_sinks):
12055           The old pad activation spiel.
12056
12057 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
12058
12059         * gst/playback/gstplaybasebin.c: (setup_source):
12060           Don't hang forever if the subbin already fails to start up in 
12061           the state change to PAUSED (#339366).
12062
12063 2006-10-17  Tim-Philipp Müller  <tim at centricular dot net>
12064
12065         * gst-libs/gst/interfaces/tuner.c: (gst_tuner_list_channels),
12066         (gst_tuner_set_channel), (gst_tuner_get_channel),
12067         (gst_tuner_list_norms), (gst_tuner_set_norm), (gst_tuner_get_norm),
12068         (gst_tuner_set_frequency), (gst_tuner_get_frequency),
12069         (gst_tuner_signal_strength), (gst_tuner_find_norm_by_name),
12070         (gst_tuner_find_channel_by_name):
12071           Fix some function guards, add some more function guards.
12072
12073 2006-10-17  Jan Schmidt  <thaytan@mad.scientist.com>
12074
12075         * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
12076         (remove_element_chain):
12077         Don't return a pad from get_our_ghost_pad unless it is actually the
12078         one we want.
12079         Change a cast in remove_element_chain slightly.
12080
12081 2006-10-13  Julien MOUTTE  <julien@moutte.net>
12082
12083         * tests/examples/seek/seek.c: (do_seek), (start_seek),
12084         (rate_spinbutton_changed_cb), (segment_done), (msg_state_changed):
12085         Segment seeking needs to use the rate and set stop to -1.
12086
12087 2006-10-13  Wim Taymans  <wim@fluendo.com>
12088
12089         * gst-libs/gst/audio/gstbaseaudiosink.c:
12090         (gst_base_audio_sink_setcaps):
12091         Don't crash when ringbuffer is not yet created.
12092         Patch by: Ville Syrjala <ville dot syrjala at movial dot fi>
12093         Fixes #361634.
12094
12095         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
12096         * gst/playback/gststreamselector.c:
12097         (gst_stream_selector_request_new_pad):
12098         Activate pads befre adding them to running elements.
12099
12100 2006-10-13  Julien MOUTTE  <julien@moutte.net>
12101
12102         * tests/examples/seek/seek.c: (do_seek), (start_seek),
12103         (rate_spinbutton_changed_cb), (msg_state_changed): Stop the scale
12104         updater when we start grabing the slider. Don't wait for the
12105         pipeline to be PAUSED.
12106
12107 2006-10-13  Tim-Philipp Müller  <tim at centricular dot net>
12108
12109         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_list_tracks),
12110         (gst_mixer_set_volume), (gst_mixer_get_volume),
12111         (gst_mixer_set_mute), (gst_mixer_set_option),
12112         (gst_mixer_get_option), (gst_mixer_mute_toggled),
12113         (gst_mixer_record_toggled), (gst_mixer_volume_changed),
12114         (gst_mixer_option_changed):
12115           Guard mixer interface functions against bogus arguments.
12116
12117 2006-10-12  Julien MOUTTE  <julien@moutte.net>
12118
12119         * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
12120         (play_cb), (pause_cb), (stop_cb), (rate_spinbutton_changed_cb),
12121         (msg_state_changed), (main): Use state-changed messages to trigger
12122         start/stop of scale update timer. Indeed the scale slider was
12123         jumping here and there because the update timer was activated 
12124         before seek completed. This fixes instant applying of rate changes
12125         by pressing the spinbutton like a crazy man !
12126
12127 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
12128
12129         Patch by: Sebastien Cote  <sebas642 at yahoo.ca>
12130
12131         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
12132         (gst_basertppayload_finalize):
12133           Fix two small memory leaks (#361456).
12134
12135 2006-10-10  Julien MOUTTE  <julien@moutte.net>
12136
12137         * tests/examples/seek/seek.c: (do_seek),
12138         (rate_spinbutton_changed_cb): When changing spinbutton we try
12139         to change the rate on the fly.
12140
12141 2006-10-10  Wim Taymans  <wim@fluendo.com>
12142
12143         * gst-libs/gst/riff/riff-ids.h:
12144         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
12145         (gst_riff_create_audio_template_caps):
12146         Add WMS caps.
12147
12148 2006-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12149
12150         Patch by: Josep Torra Valles <josep@fluendo.com>
12151
12152         * ext/gnomevfs/gstgnomevfssink.c:
12153         * ext/gnomevfs/gstgnomevfssrc.c:
12154         Fix URI interface implementation return type.
12155         * ext/pango/gsttextoverlay.c: (gst_text_overlay_set_property):
12156         Fix what looks like a copy/paste issue when assigning values.
12157         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
12158         (gst_audio_filter_template_get_type):
12159         Cast to prevent Forte warnings.
12160         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
12161         Fix URI interface implementation return type.
12162         gst_pad_query_position requires a signed integer pointer as
12163         3rd parameter, GstClockTime is unsigned.
12164         * gst/audioconvert/audioconvert.c:
12165         Fix integer overflow when treated as signed.
12166         * gst/audioresample/resample.c: (resample_add_input_data):
12167         Cast to prevent warnings on Forte.
12168         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette):
12169         Fix integer overflow when treated as signed.
12170         * gst/ffmpegcolorspace/imgconvert_template.h:
12171         Fix integer overflow when treated as signed. RGBA_OUT shifts bits.
12172         * gst/playback/gstdecodebin.c: (queue_filled_cb),
12173         (cleanup_decodebin):
12174         Who initialises a guint to -1!
12175         Cast function pointers to prevent warnings on Forte.
12176         * gst/playback/gstplaybasebin.c: (queue_deadlock_check),
12177         (queue_threshold_reached):
12178         Cast function pointers correctly to prevent warnings on Forte.
12179         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
12180         Cast function pointers correctly to prevent warnings on Forte.
12181         * gst/subparse/gstssaparse.c: (gst_ssa_parse_setcaps):
12182         Obvious change to unsigned, 0xEF > max signed char.
12183         * gst/tcp/gstmultifdsink.c: (get_buffers_max), (count_burst_unit):
12184         GstClockTime is unsigned, initialise correctly.
12185         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
12186         Cast so pointer arithemetic doesn't cause warnings on Forte.
12187         * gst/videorate/gstvideorate.c:
12188         Use correct return value.
12189         * tests/examples/seek/scrubby.c:
12190         GstClockTime is unsigned, initialise correctly.
12191
12192 2006-10-10  Tim-Philipp Müller  <tim at centricular dot net>
12193
12194         Patch by: Ferenc Gerlits  <fgerlits at gmail com>
12195
12196         * gst/typefind/gsttypefindfunctions.c:
12197           Recognise XML files and XML-like files shorter than 256 bytes as
12198           well (fixes #359237).
12199
12200 2006-10-09  Edgard Lima <edgard.lima@indt.org.br>
12201
12202         Patch by: Renato Filho <renato.filho@indt.org.br>
12203         
12204         * gst/typefind/gsttypefindfunctions.c:
12205         Added typefind functions to video/x-nuv media.
12206         
12207 2006-10-08  Tim-Philipp Müller  <tim at centricular dot net>
12208
12209         * gst-libs/gst/interfaces/xoverlay.c:
12210         (gst_x_overlay_set_xwindow_id), (gst_x_overlay_expose):
12211           Some more guards against invalid input.
12212
12213 2006-10-07  Julien MOUTTE  <julien@moutte.net>
12214
12215         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event): 
12216         Useless goto.
12217         * tests/examples/seek/seek.c: (do_seek),
12218         (rate_spinbutton_changed_cb), (main): Add a rate spinbutton in
12219         seek example to experiment with rates != 1.0 (reverse playback !)
12220
12221 2006-10-06  Stefan Kost  <ensonic@users.sf.net>
12222
12223         * gst-libs/gst/interfaces/xoverlay.c:
12224           Unref message in doc-example (spotted by Robert McQueen)
12225
12226 2006-10-06  Wim Taymans  <wim@fluendo.com>
12227
12228         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
12229         (mpeg1_parse_header), (mpeg1_sys_type_find):
12230         printf fix.
12231
12232 2006-10-06  Wim Taymans  <wim@fluendo.com>
12233
12234         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
12235         (close_pad_link):
12236         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
12237         Activate dynamic pads before adding them to the element.
12238
12239 2006-10-06  Michael Smith  <msmith@fluendo.com>
12240
12241         * gst-libs/gst/floatcast/floatcast.h:
12242           Fix obviously-bogus macros; use the correct types.
12243
12244 2006-10-06  Wim Taymans  <wim@fluendo.com>
12245
12246         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12247         (gst_base_rtp_depayload_change_state):
12248         Also call parent state change function to activate pads.
12249
12250         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
12251         (mpeg1_parse_header), (mpeg1_sys_type_find):
12252         Add some more debug info in mpeg typefinding.
12253
12254 2006-10-06  Michael Smith  <msmith@fluendo.com>
12255
12256         * ext/theora/theoradec.c: (theora_dec_chain):
12257           Zero byte theora packets are valid and well-defined; don't warn on
12258           them.
12259
12260 2006-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
12261
12262         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
12263         (gst_multi_fd_sink_get_stats), (find_limits),
12264         (gst_multi_fd_sink_queue_buffer):
12265           API: add dropped_buffers to the get-stats GValueArray
12266
12267 2006-10-05  Tim-Philipp Müller  <tim at centricular dot net>
12268
12269         * ext/alsa/gstalsadeviceprobe.c:
12270         (gst_alsa_device_property_probe_get_values):
12271         * ext/alsa/gstalsasink.c: (set_hwparams):
12272         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_elem_pad),
12273         (gst_ogg_chain_new_stream), (gst_ogg_demux_read_chain):
12274         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers),
12275         (gst_ogg_mux_process_best_pad):
12276         * ext/ogg/gstoggparse.c: (gst_ogg_parse_new_stream),
12277         (gst_ogg_parse_chain):
12278         * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header):
12279         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
12280         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_setup),
12281         (gst_vorbis_enc_buffer_check_discontinuous):
12282         * ext/vorbis/vorbisparse.c: (vorbis_parse_src_query):
12283         * gst-libs/gst/audio/gstbaseaudiosink.c:
12284         (gst_base_audio_sink_render):
12285         * gst-libs/gst/cdda/gstcddabasesrc.c:
12286         (gst_cdda_base_src_handle_track_seek):
12287         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12288         (gst_base_rtp_depayload_push_full):
12289         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
12290         * gst/audioresample/resample.c: (resample_input_pushthrough):
12291         * gst/playback/gstplaybasebin.c: (queue_out_of_data):
12292         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_handle_clients):
12293         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
12294         (wavpack_type_find):
12295         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
12296         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
12297         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
12298         * tests/check/elements/volume.c: (GST_START_TEST):
12299           Printf format fixes.
12300
12301 2006-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
12302
12303         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_caps):
12304           Fix a simple mistake (see the docs)
12305           Fixes #359580
12306
12307 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
12308
12309         * docs/plugins/Makefile.am:
12310         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12311         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12312         * docs/plugins/gst-plugins-base-plugins.args:
12313         * docs/plugins/gst-plugins-base-plugins.hierarchy:
12314         * docs/plugins/inspect/plugin-adder.xml:
12315         * docs/plugins/inspect/plugin-alsa.xml:
12316         * docs/plugins/inspect/plugin-audioconvert.xml:
12317         * docs/plugins/inspect/plugin-audiorate.xml:
12318         * docs/plugins/inspect/plugin-audioresample.xml:
12319         * docs/plugins/inspect/plugin-audiotestsrc.xml:
12320         * docs/plugins/inspect/plugin-cdparanoia.xml:
12321         * docs/plugins/inspect/plugin-decodebin.xml:
12322         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
12323         * docs/plugins/inspect/plugin-gdp.xml:
12324         * docs/plugins/inspect/plugin-gnomevfs.xml:
12325         * docs/plugins/inspect/plugin-libvisual.xml:
12326         * docs/plugins/inspect/plugin-ogg.xml:
12327         * docs/plugins/inspect/plugin-pango.xml:
12328         * docs/plugins/inspect/plugin-playbin.xml:
12329         * docs/plugins/inspect/plugin-subparse.xml:
12330         * docs/plugins/inspect/plugin-tcp.xml:
12331         * docs/plugins/inspect/plugin-theora.xml:
12332         * docs/plugins/inspect/plugin-typefindfunctions.xml:
12333         * docs/plugins/inspect/plugin-video4linux.xml:
12334         * docs/plugins/inspect/plugin-videorate.xml:
12335         * docs/plugins/inspect/plugin-videoscale.xml:
12336         * docs/plugins/inspect/plugin-videotestsrc.xml:
12337         * docs/plugins/inspect/plugin-volume.xml:
12338         * docs/plugins/inspect/plugin-vorbis.xml:
12339         * docs/plugins/inspect/plugin-ximagesink.xml:
12340         * docs/plugins/inspect/plugin-xvimagesink.xml:
12341           Add vorbistag element to docs; update version numbers to 0.10.10.1.
12342
12343 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
12344
12345         Patch by: James "Doc" Livingston <doclivingston at gmail com>
12346
12347         * ext/vorbis/Makefile.am:
12348         * ext/vorbis/vorbis.c: (plugin_init):
12349         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_class_init),
12350         (vorbis_parse_parse_packet), (vorbis_parse_chain):
12351         * ext/vorbis/vorbisparse.h:
12352         * ext/vorbis/vorbistag.c: (gst_vorbis_tag_base_init),
12353         (gst_vorbis_tag_class_init), (gst_vorbis_tag_init),
12354         (gst_vorbis_tag_parse_packet):
12355         * ext/vorbis/vorbistag.h:
12356           Add new vorbistag element which derives from vorbisparse
12357           and is essentially the same as well, only that it implements
12358           the GstTagSetter interface and can modify the stream's
12359           vorbiscomment on the fly (#335635).
12360
12361         * tests/check/Makefile.am:
12362         * tests/check/elements/.cvsignore:
12363         * tests/check/elements/vorbistag.c: (setup_vorbistag),
12364         (cleanup_vorbistag), (buffer_probe), (start_pipeline),
12365         (get_buffer), (stop_pipeline), (_create_codebook_header_buffer),
12366         (_create_audio_buffer), (GST_START_TEST), (vorbistag_suite):
12367           Add unit test for new vorbistag element.
12368
12369 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
12370
12371         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init),
12372         (vorbis_parse_push_headers), (vorbis_parse_chain):
12373           Set BOS flag in packet structure to fix 'jump depends
12374           on unitialized value' errors in valgrind; various minor
12375           clean-ups.
12376
12377 2006-09-30  Jan Schmidt  <thaytan@mad.scientist.com>
12378
12379         * gst/playback/gstdecodebin.c: (close_pad_link):
12380         Fix typo in a debug statement.
12381
12382         * gst/playback/gstplaybasebin.c: (probe_triggered),
12383         (new_decoded_pad_full), (new_decoded_pad), (subs_new_decoded_pad),
12384         (gen_source_element), (source_new_pad), (analyse_source),
12385         (setup_source):
12386         When handling no_more_pads in new_decoded_pad, make sure to treat
12387         subtitle pads correctly. Fixes playback with subtitle files.
12388
12389         Move a recurring message to LOG level.
12390
12391         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
12392         The maximum value for the Xv colorkey on this Radeon is 0xFFFFFFFF,
12393         which ends up as -1 when cast to an int. Make the logic handle the
12394         max value as an unsigned mask and only change the colorkey when it's
12395         a value we recognise.
12396
12397 2006-09-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
12398
12399         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
12400         Removed empty * between paragraphs
12401
12402 2006-09-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
12403
12404         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
12405         * gst-libs/gst/rtp/README:
12406         Moved some documentation into .c file
12407
12408 2006-09-29  Wim Taymans  <wim@fluendo.com>
12409
12410         * gst/playback/gstdecodebin.c: (no_more_pads):
12411         Fix compilation.
12412
12413 2006-09-29  Wim Taymans  <wim@fluendo.com>
12414
12415         * gst/playback/gstdecodebin.c: (new_caps):
12416         Remove g_print
12417
12418         * gst/playback/gstplaybin.c:
12419         Add some docs.
12420
12421 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
12422
12423         * tests/check/Makefile.am:
12424           Re-enable cddabasesrc test to see if it works again
12425           now.
12426
12427 2006-09-29  Wim Taymans  <wim@fluendo.com>
12428
12429         * gst/playback/gstplaybasebin.c: (setup_subtitle),
12430         (gen_source_element):
12431         Handle invalid URIs a bit more gracefully.
12432
12433 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
12434
12435         * tests/check/pipelines/oggmux.c:
12436           Remove obsolete comment.
12437
12438 2006-09-29  Michael Smith  <msmith@fluendo.com>
12439
12440         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
12441         (gst_ogg_mux_release_pad), (gst_ogg_mux_push_buffer),
12442         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
12443         (gst_ogg_mux_send_headers), (gst_ogg_mux_process_best_pad),
12444         (gst_ogg_mux_collected):
12445           Commit patch from James "Doc" Livingston, adds proper EOS handling
12446           in oggmux. GStreamer can, for the first time ever, create a valid
12447           Ogg file! Yay!
12448
12449         * tests/check/pipelines/oggmux.c: (check_chain_final_state),
12450         (oggmux_suite):
12451           Reenable tests now that they pass.
12452
12453 2006-09-29  Wim Taymans  <wim@fluendo.com>
12454
12455         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_handle_clients):
12456         Stop reading commands when EOF (we read 0) as well.
12457
12458 2006-09-28  Wim Taymans  <wim@fluendo.com>
12459
12460         * gst/playback/gstdecodebin.c: (dynamic_create), (dynamic_free),
12461         (close_pad_link), (dynamic_remove), (no_more_pads), (new_caps),
12462         (find_dynamic), (unlinked), (close_link):
12463         Implement delayed caps linking needed for element with a lot of
12464         different caps on the src pads that get fixed at runtime.
12465         Improve management of dynamic elements.
12466
12467         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
12468         (group_destroy), (group_commit), (check_queue), (queue_overrun),
12469         (gen_preroll_element), (remove_groups), (unknown_type),
12470         (add_element_stream), (no_more_pads_full), (no_more_pads),
12471         (sub_no_more_pads), (source_no_more_pads), (preroll_unlinked),
12472         (new_decoded_pad), (setup_subtitle), (array_has_value),
12473         (gen_source_element), (source_new_pad), (has_all_raw_caps),
12474         (analyse_source), (remove_decoders), (make_decoder),
12475         (remove_source), (setup_source), (finish_source), (prepare_output),
12476         (gst_play_base_bin_change_state):
12477         * gst/playback/gstplaybasebin.h:
12478         Use more _CAST instead of full type checking casts.
12479         Small cleanups, plug some leaks.
12480         Handle dynamic sources.
12481         Add some helper functions to create lists of strings used for
12482         blacklisting and other stuff.
12483         Refactor some code dealing with analysing the source.
12484         Re-enable sources without pads (like cd:// or other selfcontained
12485         elements).
12486
12487 2006-09-28  Wim Taymans  <wim@fluendo.com>
12488
12489         * gst-libs/gst/audio/gstbaseaudiosink.c:
12490         (gst_base_audio_sink_render):
12491         When we have a timestamp, we can still perform clipping.
12492         When we have no clock, we must play the sample ASAP.
12493
12494 2006-09-28  Wim Taymans  <wim@fluendo.com>
12495
12496         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
12497         Set caps on outgoing buffers.
12498
12499         * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
12500         (gst_video_rate_event), (gst_video_rate_chain):
12501         * gst/videorate/gstvideorate.h:
12502         Fix videorate some more. Fixes #357977
12503
12504 2006-09-28  Tim-Philipp Müller  <tim at centricular dot net>
12505
12506         * tests/check/elements/adder.c: (adder_suite):
12507           Don't set timeout to 6 seconds when we're running
12508           in valgrind ... (and how is 6 seconds longer than
12509           the default anyway?)
12510
12511 2006-09-28  Wim Taymans  <wim@fluendo.com>
12512
12513         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
12514         (gst_audio_rate_sink_event), (gst_audio_rate_convert),
12515         (gst_audio_rate_convert_segments), (gst_audio_rate_chain):
12516         Keep sink and src segment to keep track of time and support more
12517         input formats.
12518         Fix bogus next_offset and run_time calculation, don't understand how
12519         this could have worked before. Fixes #357976.
12520         Remove some unneeded vars.
12521
12522 2006-09-28  Tim-Philipp Müller  <tim at centricular dot net>
12523
12524         * gst/playback/gstplaybin.c: (remove_sinks):
12525           Only remove visualisation from visbin if there is a visbin (or:
12526           don't throw warnings when closing totem without playing a file).
12527
12528 2006-09-27  Wim Taymans  <wim@fluendo.com>
12529
12530         * gst-libs/gst/audio/gstbaseaudiosink.c:
12531         (gst_base_audio_sink_render):
12532         Add some more info in a WARNING.
12533
12534         * gst-libs/gst/audio/gstbaseaudiosrc.c:
12535         (gst_base_audio_src_create):
12536         Handle PAUSE in create function, use new -core addition to
12537         wait for playing. Fixes pausing and resuming capture from an
12538         audiosrc.
12539
12540         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
12541         (gst_ring_buffer_read):
12542         Constify some more.
12543         Caller supports interrupted reads now.
12544
12545 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
12546
12547         * tests/check/Makefile.am:
12548           Another attempt to make the gen64 buildbot happy.
12549
12550 2006-09-27  Stefan Kost  <ensonic@users.sf.net>
12551
12552         Patch by: Jonathan Matthew <jonathan@kaolin.wh9.net>
12553
12554         * ext/libvisual/visual.c: (gst_visual_clear_actors),
12555         (gst_visual_chain), (gst_visual_change_state):
12556           Libvisual plugin was not passing audio data to libvisual 0.4.0 
12557           correctly. Fixes #357800
12558
12559 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
12560
12561         * tests/check/pipelines/simple-launch-lines.c: (run_pipeline):
12562           Add timeout to _get_state() so we see which pipeline it is
12563           that causes trouble on the gen64 build bot.
12564
12565 2006-09-27  Wim Taymans  <wim@fluendo.com>
12566
12567         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12568         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_push_full),
12569         (gst_base_rtp_depayload_push_ts), (gst_base_rtp_depayload_process),
12570         (gst_base_rtp_depayload_set_gst_timestamp):
12571         the source pad always uses fixed caps.
12572
12573 2006-09-27  Wim Taymans  <wim@fluendo.com>
12574
12575         * docs/libs/gst-plugins-base-libs-docs.sgml:
12576         * docs/libs/gst-plugins-base-libs-sections.txt:
12577         * gst-libs/gst/audio/gstaudioclock.c:
12578         * gst-libs/gst/audio/gstaudioclock.h:
12579         * gst-libs/gst/audio/gstaudiosink.c:
12580         * gst-libs/gst/audio/gstaudiosink.h:
12581         * gst-libs/gst/audio/gstaudiosrc.c:
12582         * gst-libs/gst/audio/gstbaseaudiosink.c:
12583         (gst_base_audio_sink_render):
12584         * gst-libs/gst/audio/gstbaseaudiosink.h:
12585         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init):
12586         * gst-libs/gst/audio/gstbaseaudiosrc.h:
12587         * gst-libs/gst/audio/gstringbuffer.h:
12588         Added docs for the audio libs.
12589
12590 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
12591
12592         * tests/check/Makefile.am:
12593           Temporarily disable test that fails on the bots for unknown reasons.
12594
12595 2006-09-26 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
12596
12597         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
12598         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
12599         Moved AudioCodecType into priv
12600         Renamed all gst_basertpaudiopayload to gst_base_rtp_audio_payload prefixes
12601
12602 2006-09-25  Wim Taymans  <wim@fluendo.com>
12603
12604         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
12605         (add_fakesink), (remove_fakesink), (pad_probe), (close_pad_link),
12606         (is_demuxer_element), (try_to_link_1), (get_our_ghost_pad),
12607         (new_pad):
12608         Cleanups and small leak fixes.
12609         Added Depayloaders to valid list of autopluggable elements.
12610
12611 2006-09-25  Wim Taymans  <wim@fluendo.com>
12612
12613         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
12614         (gst_play_bin_vis_blocked), (gst_play_bin_set_property),
12615         (gen_video_element), (gen_text_element), (gen_audio_element),
12616         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
12617         (gst_play_bin_set_clock_func), (gst_play_bin_change_state):
12618         Detect NO_PREROLL state change returns and disable clock distribution to
12619         the sinks so that sync is disabled.
12620         Avoid some type checking and do simple casts instead.
12621         Small cleanups, fix some FIXMEs.
12622         Be more robust when linking user specified elements, catch an report
12623         errors. Fixes #357404.
12624         Fix some leaks in the error paths.
12625
12626 2006-09-25  Stefan Kost  <ensonic@users.sf.net>
12627
12628         * ChangeLog:
12629           ChangeLog surgery for missing bug-number
12630
12631 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
12632
12633         Patch by: Peter Kjellerstedt  <pkj at axis com>
12634
12635         * gst/playback/test.c:
12636           Fix compilation with uClibc and -Werror (#357591).
12637
12638 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
12639
12640         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
12641           Parse dates that are followed by a time as well (#357532).
12642
12643         * tests/check/libs/tag.c: (test_vorbis_tags):
12644           Add unit test for this.
12645
12646 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
12647
12648         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
12649         (gst_audio_convert_transform_caps):
12650         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_unicolor):
12651         * gst/videotestsrc/videotestsrc.h:
12652           A few array const-ifications.
12653
12654 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
12655
12656         * tests/check/Makefile.am:
12657           See if this makes the build bots happy.
12658
12659         * tests/check/libs/cddabasesrc.c:
12660           UTF8-ise my name.
12661
12662 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
12663
12664         Patch by: Young-Ho Cha <ganadist at chollian dot net>
12665
12666         * gst/subparse/samiparse.c: (handle_start_font),
12667         (fix_invalid_entities):
12668           More case-insensitivity for certain tags; recognise entities with
12669           decimal codes as special entities as well (#357330).
12670
12671 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
12672
12673         * gst-libs/gst/Makefile.am:
12674           Need to build tag directory before cdda.
12675
12676 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
12677
12678         * docs/libs/gst-plugins-base-libs-sections.txt:
12679         * gst-libs/gst/cdda/Makefile.am:
12680         * gst-libs/gst/cdda/gstcddabasesrc.c:
12681         (gst_cdda_base_src_base_init):
12682         * gst-libs/gst/cdda/gstcddabasesrc.h:
12683         * gst-libs/gst/tag/tag.h:
12684         * gst-libs/gst/tag/tags.c: (gst_tag_register_tags_internal),
12685         (gst_tag_register_musicbrainz_tags):
12686           Move GST_TAG_CDDA_* tags into libgsttag and make libgstcddabasesrc
12687           depend on libgsttag. This is required so we can extract/read tags like
12688           DISCID without depending on libgstcddabasesrc (which used to register
12689           them).
12690
12691         * gst-libs/gst/tag/gstvorbistag.c:
12692           Add vorbiscomment mapping for CDDB_DISCID and MUSICBRAINZ_DISCID
12693           tags (also see #347848).
12694
12695         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_metadata_set1):
12696           Log vorbis comments we are actually writing. Const-ify array.
12697
12698 2006-09-23  Wim Taymans  <wim@fluendo.com>
12699
12700         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
12701         Improve buffering a bit by avoiding a deadlock because we cannot assume
12702         the underrun is always called.
12703
12704 2006-09-23  Wim Taymans  <wim@fluendo.com>
12705
12706         Patch by: Young-Ho Cha <ganadist at chollian dot net>
12707
12708         * gst-libs/gst/riff/riff-ids.h:
12709         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
12710         (gst_riff_create_audio_template_caps):
12711         Added MPEG-4 AAC and id and caps. Fixes #357289
12712         Added WMA9 Lossless id.
12713
12714 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
12715
12716         * ext/gnomevfs/gstgnomevfssrc.c:
12717           Fix misleading docs addition.
12718
12719         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
12720           Get rid of compiler warning the right way.
12721
12722 2006-09-22  Wim Taymans  <wim@fluendo.com>
12723
12724         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12725         (gst_base_rtp_depayload_finalize),
12726         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
12727         (gst_base_rtp_depayload_push_full),
12728         (gst_base_rtp_depayload_push_ts), (gst_base_rtp_depayload_push),
12729         (gst_base_rtp_depayload_process),
12730         (gst_base_rtp_depayload_set_gst_timestamp),
12731         (gst_base_rtp_depayload_queue_release):
12732         * gst-libs/gst/rtp/gstbasertpdepayload.h:
12733         Small cleanups.
12734         Fix some leaks.
12735         Refactored the process method and added methods to push from the process
12736         vmethod.
12737         Use _scale functions.
12738         API: gst_base_rtp_depayload_push_ts
12739         API: gst_base_rtp_depayload_push
12740
12741         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
12742         timestamps are uint.
12743
12744 2006-09-22  Stefan Kost  <ensonic@users.sf.net>
12745
12746         * gst-libs/gst/interfaces/xoverlay.c:
12747           Remove unused statement from doc example.
12748
12749 2006-09-21  Stefan Kost  <ensonic@users.sf.net>
12750
12751         * gst-libs/gst/interfaces/videoorientation.c:
12752         (gst_video_orientation_iface_init),
12753         (gst_video_orientation_get_hflip),
12754         (gst_video_orientation_get_vflip),
12755         (gst_video_orientation_get_hcenter),
12756         (gst_video_orientation_get_vcenter),
12757         (gst_video_orientation_set_hflip),
12758         (gst_video_orientation_set_vflip),
12759         (gst_video_orientation_set_hcenter),
12760         (gst_video_orientation_set_vcenter):
12761           Add since tags to new API docs, ChangeLog surgery (forgot API keyword
12762           in ChangeLog)
12763
12764 2006-09-21  Tim-Philipp Müller  <tim at centricular dot net>
12765
12766         * tests/check/Makefile.am:
12767         * tests/check/elements/.cvsignore:
12768         * tests/check/elements/ffmpegcolorspace.c: (rgb_format_to_caps),
12769         (create_rgb_conversions), (rgb_conversion_free),
12770         (right_shift_colour), (fix_expected_colour), (check_rgb_buf),
12771         (got_buf_cb), (GST_START_TEST), (ffmpegcolorspace_suite):
12772           Add unit test for ffmpegcolorspace (RGB <=> RGB only so far),
12773           but disable for now since it doesn't pass (something wrong with
12774           RGBA somewhere).
12775
12776 2006-09-21  Wim Taymans  <wim@fluendo.com>
12777
12778         * gst/playback/gstplaybasebin.c: (group_commit),
12779         (queue_deadlock_check), (queue_overrun), (queue_threshold_reached),
12780         (queue_out_of_data), (gen_preroll_element),
12781         (preroll_remove_overrun), (probe_triggered):
12782         Refactor handling of overrun detection.
12783         Separate handling of group completion and deadlock detection when doing
12784         network buffering. This should fix some deadlocks that were not detected
12785         because the group was completed.
12786         Add more comments, improve debugging.
12787
12788 2006-09-21  Wim Taymans  <wim@fluendo.com>
12789
12790         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
12791         * tests/check/libs/audio.c:
12792         Some more compilation fixes.
12793
12794 2006-09-21  Wim Taymans  <wim@fluendo.com>
12795
12796         * gst-libs/gst/audio/gstringbuffer.c:
12797         (gst_ring_buffer_samples_done), (gst_ring_buffer_commit),
12798         (gst_ring_buffer_read):
12799         Early morning compilation fix.
12800
12801 2006-09-20  Wim Taymans  <wim@fluendo.com>
12802
12803         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
12804         * tests/check/elements/multifdsink.c: (GST_START_TEST):
12805         * tests/check/elements/videorate.c: (GST_START_TEST):
12806         * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
12807         * tests/check/pipelines/oggmux.c: (eos_buffer_probe):
12808         Fix some warnings.
12809
12810 2006-09-20  Stefan Kost  <ensonic@users.sf.net>
12811
12812         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
12813         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
12814         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_show_frame):
12815           Handcrafted merge to help CVS understanding what I changed and what
12816           not.
12817
12818 2006-09-20  Stefan Kost  <ensonic@users.sf.net>
12819
12820         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
12821         (gst_xvimagesink_get_times):
12822           change colorkey behaviour back according to #354773 comment 6/7
12823
12824 2006-09-19  Michael Smith  <msmith@fluendo.com>
12825
12826         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
12827         (gst_multi_fd_sink_class_init), (get_buffers_max), (find_limits),
12828         (gst_multi_fd_sink_recover_client),
12829         (gst_multi_fd_sink_queue_buffer), (gst_multi_fd_sink_set_property),
12830         (gst_multi_fd_sink_get_property):
12831         * gst/tcp/gstmultifdsink.h:
12832           Implement stubbed out properties unit-type, units-soft-max,
12833           units-max, to allow specifying maximum sizes in units other than
12834           buffers.
12835           Fixes #355935
12836
12837 2006-09-19  Wim Taymans  <wim@fluendo.com>
12838
12839         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
12840         (gst_riff_create_audio_template_caps):
12841         Reorder the audio formats a bit for clarity.
12842         Detect and create caps for MSGSM and MSN (WAV49).
12843         Fixes #356596.
12844
12845         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
12846         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
12847         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_show_frame):
12848         Small cleanups, move error handling out of normal flow for clarity.
12849
12850 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
12851
12852         * docs/libs/gst-plugins-base-libs-docs.sgml:
12853         * docs/libs/gst-plugins-base-libs.types:
12854         * gst-libs/gst/interfaces/Makefile.am:
12855         * gst-libs/gst/interfaces/videoorientation.c:
12856         (gst_video_orientation_get_type),
12857         (gst_video_orientation_iface_init),
12858         (gst_video_orientation_get_hflip),
12859         (gst_video_orientation_get_vflip),
12860         (gst_video_orientation_get_hcenter),
12861         (gst_video_orientation_get_vcenter),
12862         (gst_video_orientation_set_hflip),
12863         (gst_video_orientation_set_vflip),
12864         (gst_video_orientation_set_hcenter),
12865         (gst_video_orientation_set_vcenter):
12866         * gst-libs/gst/interfaces/videoorientation.h:
12867           API: Add new interface to control video orientation (fixes #354908)
12868
12869 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
12870
12871         * gst/videotestsrc/gstvideotestsrc.c:
12872           Use G_UNLIKELY in _create and log one more detail.
12873           
12874         (gst_video_test_src_get_times), (gst_video_test_src_create):
12875         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
12876           Use gst_util_uint64_scale_int in _get_times().
12877
12878 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
12879
12880         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support)
12881           Give better warning message (add object and detail).
12882
12883 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
12884
12885         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
12886         (gst_xvimagesink_get_times):
12887           xvimage assumed that XV_COLORKEY can be set in RGB888 format (fixes
12888           #354773), use gst_util_uint64_scale_int in _get_times()
12889
12890 2006-09-18  Michael Smith  <msmith@fluendo.com>
12891
12892         * ext/ogg/gstoggmux.c: (gst_ogg_mux_push_buffer):
12893           Timestamps are unsigned; comparision against GST_CLOCK_TIME_NONE was
12894           always true, leading to dropping all timestamps.
12895
12896 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
12897
12898         * ext/libvisual/visual.c: (gst_vis_src_negotiate),
12899         (gst_visual_chain), (gst_visual_change_state):
12900           update to work also with libvisual 0.4 API, fix double unref (#355914)
12901           
12902         * tools/gst-launch-ext.1.in:
12903         * tools/gst-visualise.1.in:
12904           remove references to old man-pages
12905
12906         * tests/examples/seek/seek.c: (main):
12907           add real meadi-buttons, add tool-tips for the seek-options, arrange
12908           seek options in a table
12909
12910 2006-09-18  Michael Smith  <msmith@fluendo.com>
12911
12912         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear),
12913         (gst_ogg_mux_push_buffer):
12914           Don't generate out-of-order timestamps from oggmux, instead clamp
12915           output timestamps to be >= the previously output ts.
12916           Fixes #355595
12917
12918 2006-09-18  Michael Smith  <msmith@fluendo.com>
12919
12920         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
12921         (gst_multi_fd_sink_class_init):
12922           Updates, fixes, and typo corrections for multifdsink. No functional
12923           changes.
12924
12925 2006-09-17  Michael Smith  <msmith@fluendo.com>
12926
12927         * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find):
12928           Don't crash on truncated files - check that we got an 8 byte buffer
12929           before trying to memcmp it.
12930
12931 2006-09-17  Tim-Philipp Müller  <tim at centricular dot net>
12932
12933         * gst/playback/gstplaybasebin.c: (get_active_source):
12934           Make stream-switching appear instant to the application
12935           (ie. make sure that a g_object_get on 'current-foo' returns
12936           the stream previously set with g_object_set(). Totem needs
12937           this to update stream-related meta-info (like audio-codec)
12938           correctly when switching streams.
12939
12940 2006-09-17  Tim-Philipp Müller  <tim at centricular dot net>
12941
12942         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_find_master_mixer),
12943         (gst_alsa_mixer_ensure_track_list):
12944           Try harder to guess which mixer track is the master mixer
12945           track (instead of just taking the first one that has a pvolume).
12946           Fixes #342228.
12947
12948 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
12949
12950         reviewed by: <delete if not using a buddy>
12951
12952         * gst-libs/gst/audio/audio.h:
12953         * gst/audiotestsrc/gstaudiotestsrc.c: (plugin_init):
12954
12955 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
12956
12957         * gst/audioconvert/gstaudioconvert.c: (set_structure_widths),
12958         (gst_audio_convert_transform_caps):
12959           Get structure-name just once.
12960
12961 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
12962
12963         * tests/check/elements/audioresample.c: (GST_START_TEST):
12964         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
12965         * tests/check/elements/volume.c: (GST_START_TEST):
12966         * tests/check/elements/vorbisdec.c: (GST_START_TEST):
12967         * tests/check/pipelines/oggmux.c: (validate_ogg_page), (eos_watch),
12968         (test_pipeline), (GST_START_TEST):
12969         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
12970         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
12971           Fix big batch of compiler warnings.
12972
12973 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
12974
12975         * ext/gnomevfs/gstgnomevfssrc.c:
12976           Add docs about icydemux usage in connection with gnomevfssrc
12977
12978         * ext/libvisual/visual.c:
12979         * ext/ogg/gstoggaviparse.c:
12980         * ext/ogg/gstoggdemux.c:
12981         * ext/ogg/gstoggmux.c:
12982         * ext/ogg/gstoggparse.c:
12983         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
12984         * gst-libs/gst/audio/gstaudiosink.c:
12985         * gst-libs/gst/audio/gstaudiosrc.c:
12986         * gst/audiorate/gstaudiorate.c:
12987           More G_OBJECT macro fixing.
12988
12989         * gst/audiotestsrc/gstaudiotestsrc.h:
12990           Fix wrong info in header due to copy & paste
12991
12992 2006-09-15  Wim Taymans  <wim@fluendo.com>
12993
12994         * gst-libs/gst/audio/gstbaseaudiosink.c:
12995         (gst_base_audio_sink_get_time), (gst_base_audio_sink_callback):
12996         * gst-libs/gst/audio/gstbaseaudiosrc.c:
12997         (gst_base_audio_src_get_time), (gst_base_audio_src_fixate),
12998         (gst_base_audio_src_get_times), (gst_base_audio_src_get_offset),
12999         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
13000         Do the delay calculation in the source/sink base classes as this is
13001         specific for the capture/playback mode.
13002         Try to fixate a bit better, like round depth up to a multiple of 8
13003         bigger than width.
13004         Handle underruns correctly by marking DISCONT on buffers and adjusting
13005         timestamps to handle the gap.
13006         Set offset/offset_end correctly on buffers.
13007
13008         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_pause),
13009         (gst_ring_buffer_samples_done), (gst_ring_buffer_commit),
13010         (gst_ring_buffer_read):
13011         Remove resync and underrun recovery from the ringbuffer.
13012         Fix ringbuffer read code on under/overrun.
13013
13014 2006-09-15  Wim Taymans  <wim@fluendo.com>
13015
13016         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
13017         (gst_play_base_bin_init), (fill_buffer), (check_queue),
13018         (queue_threshold_reached), (gst_play_base_bin_set_property),
13019         (gst_play_base_bin_get_property):
13020         * gst/playback/gstplaybasebin.h:
13021         Don't use a 0 low watermark when buffering, it is catching starvation
13022         way too late. Instead, use a 3 second queue with 30 and 95
13023         percent low/high watermarks. 
13024         Added queue-min-threshold property to configure low watermark.
13025         Use new _buffering message API.
13026         Make queue_threshold variable big enough to store a uint64 time value.
13027         API: playbin::queue-min-threshold property.
13028
13029 2006-09-15  Wim Taymans  <wim@fluendo.com>
13030
13031         * configure.ac:
13032         We require 0.10.10.1 now because of _wait_preroll().
13033
13034         * gst-libs/gst/audio/gstbaseaudiosink.c:
13035         (gst_base_audio_sink_render):
13036         Use gst_base_sink_wait_preroll().
13037
13038 2006-09-15  Wim Taymans  <wim@fluendo.com>
13039
13040         * ext/alsa/gstalsasink.c: (xrun_recovery), (gst_alsasink_write):
13041         * ext/alsa/gstalsasrc.c: (xrun_recovery), (gst_alsasrc_read):
13042         Use DEBUG_OBJECT more.
13043
13044 === release 0.10.10 ===
13045
13046 2006-09-07  Thomas Vander Stichele  <thomas at apestaart dot org>
13047
13048         patch by: Michael Smith <msmith at fluendo dot com>
13049
13050         * gst/tcp/gstmultifdsink.c: (is_sync_frame),
13051         (gst_multi_fd_sink_client_queue_buffer),
13052         (gst_multi_fd_sink_new_client):
13053         * tests/check/elements/multifdsink.c: (GST_START_TEST),
13054         (multifdsink_suite):
13055           Fix implementation of sync-method 'next-keyframe'
13056           Closes #354594
13057
13058 2006-09-07  Thomas Vander Stichele  <thomas at apestaart dot org>
13059
13060         patch by: Wim Taymans <wim at fluendo dot com>
13061
13062         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
13063         This patch removes the RANDOM flag that was incorrectly introduced with
13064         revision 1.91.  Fixes #354590
13065
13066 2006-09-05  Tim-Philipp Müller  <tim at centricular dot net>
13067
13068         * tests/check/Makefile.am:
13069           Random variation in Makefile line to see if it makes the
13070           gen64-base-full bot any happier.
13071
13072 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
13073
13074         * tests/check/pipelines/oggmux.c: (oggmux_suite):
13075           Disable test that fails at the moment (killed after timeout).
13076
13077 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
13078
13079         Patch by: James Livingston  <doclivingston at gmail.com>
13080
13081         * tests/check/Makefile.am:
13082         * tests/check/pipelines/.cvsignore:
13083         * tests/check/pipelines/oggmux.c: (get_page_codec),
13084         (check_chain_final_state), (fail_if_audio), (validate_ogg_page),
13085         (eos_buffer_probe), (start_pipeline), (stop_pipeline), (eos_watch),
13086         (test_pipeline), (test_vorbis), (test_theora), (test_vorbis_theora),
13087         (test_theora_vorbis), (oggmux_suite):
13088           Add simple unit test for oggmux from #337026 with checking for the
13089           EOS flags disabled for the time being.
13090
13091 2006-09-04  Wim Taymans  <wim@fluendo.com>
13092
13093         patch by: Alessandro Dessina <alessandro nnva org>
13094
13095         * ext/ogg/gstoggmux.c:
13096         Add cmml caps to oggmux. Fixes #353912
13097
13098 2006-09-02  Tim-Philipp Müller  <tim at centricular dot net>
13099
13100         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
13101           Returning a return value often helps. In this case, we
13102           don't need the return value anyway, so just get rid of it.
13103           Should make build bots much happier.
13104
13105 2006-09-02  Tim-Philipp Müller  <tim at centricular dot net>
13106
13107         * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure),
13108         (paint_get_structure), (gst_video_test_src_get_size),
13109         (gst_video_test_src_smpte), (gst_video_test_src_snow),
13110         (gst_video_test_src_unicolor), (paint_setup_AYUV),
13111         (paint_hline_AYUV), (paint_setup_ARGB8888), (paint_setup_ABGR8888),
13112         (paint_setup_RGBA8888), (paint_setup_BGRA8888), (paint_hline_str4):
13113         * gst/videotestsrc/videotestsrc.h:
13114           Add support for AYUV and the various RGBA formats. Initialise
13115           fields of paintinfo structs allocated on the stack.
13116
13117         * tests/check/elements/videotestsrc.c: (right_shift_colour),
13118         (fix_expected_colour), (check_rgb_buf), (got_buf_cb),
13119         (check_rgb_buf), (videotestsrc_suite):
13120           Add unit tests for videotestsrc's RGB output.
13121
13122 2006-09-01  Tim-Philipp Müller  <tim at centricular dot net>
13123
13124         * gst/videotestsrc/gstvideotestsrc.c:
13125         (gst_video_test_src_pattern_get_type),
13126         (gst_video_test_src_set_pattern):
13127         * gst/videotestsrc/gstvideotestsrc.h:
13128         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_unicolor),
13129         (gst_video_test_src_black), (gst_video_test_src_white),
13130         (gst_video_test_src_red), (gst_video_test_src_green),
13131         (gst_video_test_src_blue):
13132         * gst/videotestsrc/videotestsrc.h:
13133           Add more uni-colour patterns ("white", "red", "green", and "blue").
13134
13135 2006-09-01  Tim-Philipp Müller  <tim at centricular dot net>
13136
13137         * gst/videotestsrc/videotestsrc.c: (paint_setup_YVYU):
13138           Fix stride for YVYU, should be word-aligned (#353658).
13139
13140 2006-08-31  Tim-Philipp Müller  <tim at centricular dot net>
13141
13142         * gst/adder/gstadder.c: (gst_adder_src_event):
13143           Fix build.
13144
13145 2006-08-31  Edward Hervey  <edward@fluendo.com>
13146
13147         * gst/adder/gstadder.c: (forward_event_func),
13148         (gst_adder_src_event), (gst_adder_collected),
13149         (gst_adder_change_state):
13150         * gst/adder/gstadder.h:
13151         Remember the start position asked in the incoming seeks, so we can
13152         output GST_EVENT_NEW_SEGMENT with a correct position value (instead
13153         of assuming it will always be 0).
13154
13155 2006-08-31  Edward Hervey  <edward@fluendo.com>
13156
13157         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
13158         (gst_ogg_demux_finalize), (gst_ogg_demux_perform_seek),
13159         (gst_ogg_demux_loop):
13160         Send the GST_EVENT_NEW_SEGMENT from the streaming thread.
13161
13162 2006-08-30  Tim-Philipp Müller  <tim at centricular dot net>
13163
13164         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13165         (gst_ffmpegcsp_get_unit_size):
13166           Return FALSE instead of returning a random false unit
13167           size when the format isn't known/supported (even if
13168           this shouldn't happen under normal circumstances).
13169
13170 2006-08-29  Wim Taymans  <wim@fluendo.com>
13171
13172         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
13173
13174         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create),
13175         (gst_gnome_vfs_src_start):
13176         Try harder to get the size from a uri by using _info_uri() when
13177         _info_from_handle() does not give us enough info. 
13178         Also follow symlinks when getting the size.
13179         Partially Fixes #332864.
13180
13181 2006-08-29  Tim-Philipp Müller  <tim at centricular dot net>
13182
13183         Patch by: Viktor Peters  <viktor dot peters at gmail dot com>
13184
13185         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_ensure_track_list),
13186         (gst_alsa_mixer_update), (gst_alsa_mixer_get_volume),
13187         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
13188         (gst_alsa_mixer_set_record):
13189         * ext/alsa/gstalsamixertrack.c:
13190         (gst_alsa_mixer_track_update_alsa_capabilities),
13191         (alsa_track_has_cap), (gst_alsa_mixer_track_new),
13192         (gst_alsa_mixer_track_update):
13193         * ext/alsa/gstalsamixertrack.h:
13194           Improve and fix mixer track handling, in particular better handling
13195           of alsa's pvolume/pswitch/cvolume/cswitch capabilities; create
13196           separate track objects for tracks that have both capture and playback
13197           volume (and label them differently as well so they're not mistakenly
13198           assumed to be duplicates); classify mixer tracks that only affect
13199           the audible volume of something (rather than the capture volume)
13200           as playback tracks. Redefine/fix meaning of RECORD and MUTE flags
13201           for capture tracks to correspond to alsa-pswitch alsa-cswitch
13202           (following the meaning documented in the mixer interface header
13203           file); add support for alsa's exclusive cswitch groups; update/sync
13204           state/flags better if mixer settings are changed by another
13205           application. Fixes #336075.
13206
13207 2006-08-29  Tim-Philipp Müller  <tim at centricular dot net>
13208
13209         * gst/playback/gstplaybin.c:
13210           Improve docs: add section about BUFFERING messages sent by playbin.
13211
13212 2006-08-29  Michael Smith  <msmith@fluendo.com>
13213
13214         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_push_buffer),
13215         (gst_vorbis_enc_buffer_check_discontinuous),
13216         (gst_vorbis_enc_chain):
13217           Ignore explicit DISCONT marked on buffers (which is often spurious,
13218           particularly when using multiple segments), in favour of solely
13219           using the timestamps/durations.
13220
13221 2006-08-29  Edward Hervey  <edward@fluendo.com>
13222
13223         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
13224         Don't rely on incoming buffers offset anymore, since it is completely
13225         broken when using multiple segments.
13226         Instead convert the incoming buffers timestamp to running time, and
13227         then convert that value to the offsets.
13228         Also inform GstSegment of the last outputted stop position, which is
13229         needed if we received several segments with an unknown stop value.
13230
13231 2006-08-29  Thomas Vander Stichele  <thomas at apestaart dot org>
13232
13233         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
13234           fix buffer unreffing on a header push failure
13235
13236 2006-08-28  Wim Taymans  <wim@fluendo.com>
13237
13238         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_sink_event),
13239         (gst_audio_rate_chain):
13240         Make the metadata of the buffer writable before changing its
13241         flags.
13242
13243 2006-08-28  Wim Taymans  <wim@fluendo.com>
13244
13245         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
13246         (gst_audio_rate_setcaps), (gst_audio_rate_init),
13247         (gst_audio_rate_sink_event), (gst_audio_rate_src_event),
13248         (gst_audio_rate_chain), (gst_audio_rate_change_state):
13249         Fix audiorate some more.
13250         Reset and resync counters on flush and READY.
13251         Handle the DISCONT flag correctly.
13252         Use GstSegment to track position.
13253         Fail when not negotiated.
13254         Fixes #353234.
13255
13256 2006-08-25  Michael Smith  <msmith@fluendo.com>
13257
13258         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
13259           Fix spelling.
13260           Remove accidently included debug line.
13261
13262 2006-08-25  Wim Taymans  <wim@fluendo.com>
13263
13264         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
13265         Small cleanups.
13266         If a buffer is received with no caps, make the buffer metadata
13267         writable and set the caps, making sure that we don't screw up the
13268         refcounts.
13269
13270 2006-08-25  Michael Smith  <msmith@fluendo.com>
13271
13272         * gst/gdp/gstgdppay.c: (gst_gdp_pay_reset),
13273         (gst_gdp_pay_reset_streamheader), (gst_gdp_pay_chain):
13274           Fix memory leaks and misleading debug messages, add a couple of
13275           comments.
13276
13277         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_get_stats),
13278         (gst_multi_fd_sink_render):
13279           Do not use gst_buffer_make_writable() in a basesink render method,
13280           as it may incorrectly unref the buffer. Instead, use convoluted
13281           dance to avoid copying the buffer except when we need to.
13282
13283 2006-08-25  Michael Smith  <msmith@fluendo.com>
13284
13285         * ext/vorbis/vorbisenc.c:
13286         (gst_vorbis_enc_buffer_check_discontinuous):
13287           Allow very small discontinuities in the timestamps. These we can't
13288           do anything useful with anyway (because vorbis's timestamps have
13289           only sample granularity), and are commonly produced by elements with
13290           minor bugs. Allow up to 1/2 a sample out.
13291           Fixes #351742.
13292
13293 2006-08-24  Wim Taymans  <wim@fluendo.com>
13294
13295         * tests/examples/seek/seek.c: (seek_cb), (start_seek), (stop_seek),
13296         (play_scrub_toggle_cb), (main):
13297         Add a checkbox to enable play scrubbing. Makes it possible to disable
13298         normal scrubbing.
13299
13300 2006-08-23  Stefan Kost  <ensonic@users.sf.net>
13301
13302         * tests/check/elements/.cvsignore:
13303           make buildbot happy
13304
13305 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
13306
13307         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
13308         (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init),
13309         (gst_ogm_parse_class_init), (gst_ogm_parse_dispose),
13310         (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
13311         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
13312         (gst_ogm_parse_stream_header), (gst_ogm_parse_comment_packet),
13313         (gst_ogm_text_parse_strip_trailing_zeroes),
13314         (gst_ogm_parse_data_packet), (gst_ogm_parse_chain),
13315         (gst_ogm_parse_sink_event), (gst_ogm_parse_change_state):
13316           Refactor ogm parse, do better input checking, misc. clean-ups.
13317           Cache incoming events and push them once the source pad has
13318           been created. Don't pass unterminated strings to sscanf().
13319           Strip trailing zeroes from subtitle text output, since they
13320           are not valid UTF-8. Don't push vorbiscomment packets on
13321           the subtitle text pad. Output perfect streams if possible.
13322
13323 2006-08-23  Wim Taymans  <wim@fluendo.com>
13324
13325         * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
13326         Waits for tasks to settle down so that we clean up correctly for 
13327         valgrind.
13328
13329 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
13330
13331         * tests/check/libs/tag.c: (GST_START_TEST), (taglists_are_equal):
13332           Unit test fixes: \377 is more likely to fit into 8 bits than \777;
13333           actually return return value in taglists_are_equal.
13334
13335 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
13336
13337         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
13338           Fix crash due to broken bitstream parsing on x86-64: can't make
13339           any assumptions about sizeof(struct) due to alignment/packing
13340           differences on different architectures. Fixes #351790.
13341
13342 2006-08-22  Wim Taymans  <wim@fluendo.com>
13343
13344         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
13345         (gst_riff_parse_chunk), (gst_riff_parse_file_header),
13346         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
13347         (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
13348         (gst_riff_parse_info):
13349         Protect public functions against bad input.
13350         Do some cleanups.
13351         Fix documentation.
13352
13353 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
13354
13355         * gst-libs/gst/riff/riff-ids.h:
13356         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
13357           Add voxware audio IDs (even if we can't play it) (#351795).
13358
13359 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
13360
13361         * gst-libs/gst/riff/riff-media.c:
13362         (gst_riff_create_video_template_caps),
13363         (gst_riff_create_audio_template_caps),
13364         (gst_riff_create_iavs_template_caps):
13365           Const-ify some arrays and use G_N_ELEMENTS instead
13366           of wasting oodles of RAM on terminator bits.
13367
13368 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
13369
13370         * gst-libs/gst/tag/gstvorbistag.c:
13371         (gst_tag_list_to_vorbiscomment_buffer):
13372         * tests/check/libs/tag.c: (GST_START_TEST):
13373           And the same for _to_vorbiscomment_buffer(): allow
13374           id_data_len == 0 for speex.
13375
13376 2006-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
13377
13378         * configure.ac:
13379         * docs/plugins/Makefile.am:
13380         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
13381         * docs/plugins/gst-plugins-base-plugins-sections.txt:
13382         * docs/plugins/inspect/plugin-gdp.xml:
13383         * gst/gdp/Makefile.am:
13384         * tests/check/Makefile.am:
13385           Move GDP plugin to -base from -bad.  Closes #347783.
13386
13387 2006-08-21  Tim-Philipp Müller  <tim at centricular dot net>
13388
13389         * gst-libs/gst/tag/gstvorbistag.c:
13390         (gst_tag_list_from_vorbiscomment_buffer):
13391           Allow id_data_len == 0 (needed for vorbis comments in Speex files).
13392           Also add some checks to make sure we don't memcmp() beyond the end of
13393           vorbiscomment buffer if the ID to check for is larger than the buffer.
13394
13395         * tests/check/libs/tag.c: (GST_START_TEST):
13396           Some more tests for gst_tag_list_from_vorbiscomment_buffer().
13397
13398 2006-08-21  Tim-Philipp Müller  <tim at centricular dot net>
13399
13400         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_metadata_set1),
13401         (gst_vorbis_enc_set_metadata):
13402           Use vorbis comment utility functions from libgsttag
13403           instead of re-inventing the wheel (partially fixes #347091).
13404
13405 2006-08-21  Jan Schmidt  <thaytan@mad.scientist.com>
13406
13407         * tests/check/elements/audioconvert.c: (GST_START_TEST):
13408         Fix leaks. Wait for state transitions that might happen ASYNC, as well
13409         as some that won't.
13410
13411 2006-08-21  Wim Taymans  <wim@fluendo.com>
13412
13413         * docs/libs/Makefile.am:
13414         * docs/libs/gst-plugins-base-libs-sections.txt:
13415         * docs/libs/gst-plugins-base-libs.types:
13416         Don't try to GObject scan the netbuffer as it's not a GObject.
13417         Fixes #351308.
13418
13419         * gst-libs/gst/netbuffer/gstnetbuffer.c:
13420         * gst-libs/gst/netbuffer/gstnetbuffer.h:
13421         Document GstNetBuffer.
13422
13423 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
13424
13425         * tests/check/elements/audioconvert.c: (GST_START_TEST),
13426         (audioconvert_suite):
13427           Add testcase for caps-size-explosion
13428
13429 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
13430
13431         * gst/audioconvert/gstaudioconvert.c:
13432         (gst_audio_convert_get_unit_size), (set_structure_widths):
13433           Lower debug, use g_assert in _get_unit_size
13434
13435         * gst/audioresample/gstaudioresample.c:
13436         (audioresample_get_unit_size):
13437         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13438         (gst_ffmpegcsp_get_unit_size):
13439         * gst/videoscale/gstvideoscale.c: (gst_video_scale_get_unit_size):
13440           use g_assert in _get_unit_size
13441
13442 2006-08-18  Wim Taymans  <wim@fluendo.com>
13443
13444         * docs/libs/gst-plugins-base-libs-sections.txt:
13445         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_set_packet_len),
13446         (gst_rtp_buffer_pad_to), (gst_rtp_buffer_get_payload_subbuffer),
13447         (gst_rtp_buffer_get_payload_buffer):
13448         * gst-libs/gst/rtp/gstrtpbuffer.h:
13449         Document GstRTPBuffer.
13450         Added function to efficiently strip payload headers.
13451         API: gst_rtp_buffer_get_payload_subbuffer()
13452
13453 2006-08-17  Tim-Philipp Müller  <tim at centricular dot net>
13454
13455         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
13456         (gst_tag_to_vorbis_comments):
13457           Serialise unknown vorbis comments into GST_TAG_EXTENDED_COMMENT
13458           tags and deserialise them properly as well (#347091).
13459           Add some more gtk-doc blurbs and also some g_return_if_fail().
13460
13461         * tests/check/libs/tag.c: (GST_START_TEST),
13462         (back_to_vorbis_comments), (taglists_are_equal), (tag_suite):
13463           More tests.
13464
13465 2006-08-17  Wim Taymans  <wim@fluendo.com>
13466
13467         * ext/ogg/Makefile.am:
13468         * ext/ogg/gstogg.c: (plugin_init):
13469         * ext/ogg/gstoggaviparse.c: (gst_ogg_avi_parse_get_type),
13470         (gst_ogg_avi_parse_base_init), (gst_ogg_avi_parse_class_init),
13471         (gst_ogg_avi_parse_init), (gst_ogg_avi_parse_finalize),
13472         (gst_ogg_avi_parse_setcaps), (gst_ogg_avi_parse_event),
13473         (gst_ogg_avi_parse_push_packet), (gst_ogg_avi_parse_chain),
13474         (gst_ogg_avi_parse_change_state), (gst_ogg_avi_parse_plugin_init):
13475         Added ogg-in-avi parser element. Fixes #140139.
13476
13477         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
13478         Fixed a bug in oggdemux debug code.
13479
13480         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
13481         (gst_riff_create_audio_template_caps):
13482         Recognise Ogg in the AVI extensible wave format.
13483
13484 2006-08-17  Tim-Philipp Müller  <tim at centricular dot net>
13485
13486         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
13487           Make buffer durations add up (duration should be next_ts-ts for
13488           perfect streams). Fixes CD ripping to Ogg/Vorbis with vorbisenc
13489           from CVS.
13490
13491         * tests/check/libs/cddabasesrc.c: (gst_cd_foo_src_close),
13492         (test_buffer_timestamps), (cddabasesrc_suite):
13493           Add unit test for the above.
13494
13495         * tests/check/Makefile.am:
13496           Don't know why cddabasesrc test was in VALGRIND_TO_FIX, remove
13497           to see what happens.
13498
13499 2006-08-16  Wim Taymans  <wim@fluendo.com>
13500
13501         * ext/alsa/gstalsasink.c: (gst_alsasink_set_property),
13502         (gst_alsasink_open):
13503         * ext/alsa/gstalsasrc.c: (gst_alsasrc_set_property),
13504         (gst_alsasrc_open):
13505         Avoid setting and using a NULL device name.
13506         Print more info when we fail to open a device.
13507
13508 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
13509
13510         * docs/libs/gst-plugins-base-libs-sections.txt:
13511         * gst-libs/gst/tag/tag.h:
13512         * gst-libs/gst/tag/tags.c: (gst_tag_parse_extended_comment):
13513           API: add gst_tag_parse_extended_comment() (#351426).
13514
13515         * tests/check/Makefile.am:
13516         * tests/check/libs/.cvsignore:
13517         * tests/check/libs/tag.c: (GST_START_TEST), (tag_suite), (main):
13518           Add unit test for gst_tag_parse_extended_comment().
13519
13520 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
13521
13522         * sys/ximage/ximagesink.c: (gst_ximagesink_get_property):
13523         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_property):
13524           Fix leak (#351502).
13525
13526 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
13527
13528         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
13529         * docs/plugins/gst-plugins-base-plugins-sections.txt:
13530         * docs/plugins/gst-plugins-base-plugins.args:
13531         * gst/playback/gstplaybin.c:
13532           Document playbin.
13533           
13534         * docs/plugins/inspect/plugin-adder.xml:
13535         * docs/plugins/inspect/plugin-alsa.xml:
13536         * docs/plugins/inspect/plugin-audioconvert.xml:
13537         * docs/plugins/inspect/plugin-audiorate.xml:
13538         * docs/plugins/inspect/plugin-audioresample.xml:
13539         * docs/plugins/inspect/plugin-audiotestsrc.xml:
13540         * docs/plugins/inspect/plugin-cdparanoia.xml:
13541         * docs/plugins/inspect/plugin-decodebin.xml:
13542         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
13543         * docs/plugins/inspect/plugin-gnomevfs.xml:
13544         * docs/plugins/inspect/plugin-ogg.xml:
13545         * docs/plugins/inspect/plugin-pango.xml:
13546         * docs/plugins/inspect/plugin-playbin.xml:
13547         * docs/plugins/inspect/plugin-subparse.xml:
13548         * docs/plugins/inspect/plugin-tcp.xml:
13549         * docs/plugins/inspect/plugin-theora.xml:
13550         * docs/plugins/inspect/plugin-typefindfunctions.xml:
13551         * docs/plugins/inspect/plugin-video4linux.xml:
13552         * docs/plugins/inspect/plugin-videorate.xml:
13553         * docs/plugins/inspect/plugin-videoscale.xml:
13554         * docs/plugins/inspect/plugin-videotestsrc.xml:
13555         * docs/plugins/inspect/plugin-volume.xml:
13556         * docs/plugins/inspect/plugin-vorbis.xml:
13557         * docs/plugins/inspect/plugin-ximagesink.xml:
13558         * docs/plugins/inspect/plugin-xvimagesink.xml:
13559           Update to CVS version.
13560
13561 2006-08-14  Tim-Philipp Müller  <tim at centricular dot net>
13562
13563         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
13564         (gst_play_bin_set_property), (gst_play_bin_get_property),
13565         (value_list_append_structure_list),
13566         (gst_play_bin_handle_redirect_message),
13567         (gst_play_bin_handle_message):
13568           API: GstPlayBin::connection-speed
13569           Add "connection-speed" property; re-order redirect messages with
13570           multiple redirect locations depending on the minimum bitrate if
13571           that information is available and a connection speed is set
13572           (#350399).
13573
13574 2006-08-14  Tim-Philipp Müller  <tim at centricular dot net>
13575
13576         * gst/playback/gstplaybin.c:
13577           Update max volume to the same value that the volume element uses.
13578
13579 2006-08-14  Wim Taymans  <wim@fluendo.com>
13580
13581         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
13582         Less uglyness..
13583
13584 2006-08-14  Wim Taymans  <wim@fluendo.com>
13585
13586         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_submit_buffer),
13587         (gst_ogg_demux_get_next_page), (gst_ogg_demux_perform_seek),
13588         (gst_ogg_demux_read_chain), (gst_ogg_demux_loop):
13589         Add some more debug info.
13590         Don't crash when a seek failed.
13591         Actually return the result of the seek instead of TRUE.
13592         Ignore multiple BOS pages with the same serial so that we don't create
13593         the same stream multiple times.
13594         Post an error when we fail to do the initial seek.
13595
13596 2006-08-13  Wim Taymans  <wim@fluendo.com>
13597
13598         * ext/alsa/gstalsa.c: (gst_alsa_detect_rates),
13599         (gst_alsa_detect_channels), (gst_alsa_probe_supported_formats):
13600         Small code cleanup.
13601
13602         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
13603         (gst_alsa_mixer_new):
13604         Remove hack that always set the device to hw:0*.
13605         Properly find the card name for whatever device was configured.
13606         Do some better debugging.
13607         Fixes #350784.
13608
13609         * ext/alsa/gstalsamixerelement.c:
13610         (gst_alsa_mixer_element_set_property),
13611         (gst_alsa_mixer_element_change_state):
13612         Cleanups.
13613         Handle setting of a NULL device name better.
13614
13615 2006-08-11  Wim Taymans  <wim@fluendo.com>
13616
13617         * gst/adder/gstadder.c:
13618         Don't clip float values. Fixes #350900.
13619
13620 2006-08-11  Andy Wingo  <wingo@pobox.com>
13621
13622         * gst/tcp/gsttcp.c: Really fix the build?
13623
13624         * gst/tcp/gsttcp.h: For now, always disable deprecation here --
13625         fixes the build.
13626
13627 2006-08-10  Tim-Philipp Müller  <tim at centricular dot net>
13628
13629         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes):
13630           Float caps shouldn't have a "signed" field.
13631
13632 2006-08-10  Tim-Philipp Müller  <tim at centricular dot net>
13633
13634         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query):
13635           Implement SEEKING query in its most basic form, so that we can
13636           at least check if we're seekable or not (#350655).
13637
13638 2006-08-09  Tim-Philipp Müller  <tim at centricular dot net>
13639
13640         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
13641           The checks here are not even close to anything that would
13642           justify MAXIMUM probability, lowering to POSSIBLE until someone
13643           fixes the checks (case at hand: quicktime redirection files
13644           might start with 00 00 01 XX and pass the checks here just
13645           fine, see #350399).
13646
13647 2006-08-08  Tim-Philipp Müller  <tim at centricular dot net>
13648
13649         Patch by: Sjoerd Simons  <sjoerd at luon net>
13650
13651         * gst/typefind/gsttypefindfunctions.c: (multipart_type_find):
13652           Better detection for multipart/x-mixed-replace: accept leading
13653           whitespaces before the boundary marker as well (as our very own
13654           multipartmux used to produce) (#349068).
13655
13656 2006-08-07  Tim-Philipp Müller  <tim at centricular dot net>
13657
13658         Patch by: Young-Ho Cha  <ganadist at chollian net>
13659
13660         * gst-libs/gst/riff/riff-ids.h:
13661         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
13662         (gst_riff_create_audio_template_caps):
13663           Detect DTS audio streams (#350157).
13664
13665 2006-08-05  Andy Wingo  <wingo@pobox.com>
13666
13667         * ext/theora/gsttheoraparse.h:
13668         * ext/theora/theoraparse.c (gst_theora_parse_class_init)
13669         (theora_parse_dispose, theora_parse_set_property)
13670         (theora_parse_get_property, theora_parse_munge_granulepos)
13671         (theora_parse_push_buffer, theora_parse_change_state):
13672         API: GstTheoraParse::synchronization-points
13673         Add a property 'synchronization-points' to fix badly synchronized oggs.
13674
13675 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
13676
13677         * tests/check/Makefile.am:
13678         * tests/check/libs/.cvsignore:
13679         * tests/check/libs/audio.c: (structure_contains_channel_positions),
13680         (fixed_caps_have_channel_positions), (GST_START_TEST),
13681         (audio_suite), (main):
13682           Add a few tests for the channel position stuff in libgstaudio.
13683
13684 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
13685
13686         * ext/alsa/gstalsa.c: (caps_add_channel_configuration),
13687         (gst_alsa_detect_channels):
13688         * ext/alsa/gstalsasink.c:
13689           Add support for cards that (only) do more than 8 channels,
13690           like the Delta 44 (#345188).
13691
13692         * gst-libs/gst/audio/multichannel.c:
13693         (gst_audio_check_channel_positions):
13694         * gst-libs/gst/audio/multichannel.h:
13695           API: add GST_AUDIO_CHANNEL_POSITION_NONE, which stands for an
13696           unspecified channel position and cannot be combined with any
13697           of the other audio channel positions; adjust position layout
13698           checks accordingly (#345188).
13699
13700 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
13701
13702         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
13703           Recognise ancient RealAudio files (see #349779).
13704
13705 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
13706
13707         Patch by: Jens Granseuer  <jensgr at gmx net>
13708
13709         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
13710           Add typefinder for Interplay's MVE format (#348973).
13711
13712 2006-08-02  Wim Taymans  <wim@fluendo.com>
13713
13714         Patch by: Marcel Moreaux <marcelm at luon dot net>
13715
13716         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13717         (gst_base_rtp_depayload_add_to_queue):
13718         * gst-libs/gst/rtp/gstbasertpdepayload.h:
13719         Handle RTP sequence number rollover.
13720         Disable jitterbuffer by default.
13721
13722 2006-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
13723
13724         * gst/audioresample/gstaudioresample.c: (audioresample_stop),
13725         (audioresample_set_caps):
13726         Don't leak references to the incoming caps. Clean them up when
13727         stopping.
13728
13729         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
13730         (gst_video_scale_finalize):
13731         Don't leak our temporary pixel buffer.
13732
13733         * tests/check/Makefile.am:
13734         * tests/check/pipelines/simple-launch-lines.c: (run_pipeline),
13735         (GST_START_TEST), (simple_launch_lines_suite):
13736
13737         Fix leaks and re-enable the test for valgrind checking.
13738
13739 2006-07-28  Tim-Philipp Müller  <tim at centricular dot net>
13740
13741         Patch by: Sjoerd Simons  <sjoerd at luon net>
13742
13743         * gst/typefind/gsttypefindfunctions.c: (multipart_type_find),
13744         (plugin_init):
13745           Add typefind function for multipart/x-mixed-replace (#348916).
13746
13747 2006-07-28  Wim Taymans  <wim@fluendo.com>
13748
13749         * gst/adder/gstadder.c: (gst_adder_setcaps),
13750         (gst_adder_query_duration):
13751         Fix leak in duration query.
13752         Reflow some docs and notes.
13753
13754 2006-07-28  Michael Smith  <msmith@fluendo.com>
13755
13756         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST),
13757         (vorbisenc_suite):
13758           Enable Andy's extra vorbisenc test, now that it passes. Also fix one
13759           aspect of it.
13760
13761 2006-07-28  Michael Smith  <msmith@fluendo.com>
13762
13763         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_generate_sink_caps),
13764         (gst_vorbis_enc_sink_getcaps), (gst_vorbis_enc_buffer_from_packet),
13765         (gst_vorbis_enc_push_buffer),
13766         (gst_vorbis_enc_buffer_check_discontinuous),
13767         (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
13768         * ext/vorbis/vorbisenc.h:
13769           Handle discontinuities in the input vorbis stream correctly,
13770           so that the output is properly timestamped (and has good granulepos
13771           values). Needs some oggmux fixes too.
13772
13773 2006-07-27  Wim Taymans  <wim@fluendo.com>
13774
13775         patch by: Kai Vehmanen <kv2004 eca cx>
13776
13777         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13778         (gst_base_rtp_depayload_chain),
13779         (gst_base_rtp_depayload_handle_sink_event),
13780         (gst_base_rtp_depayload_change_state):
13781         Don't send multiple newsegments with different formats.
13782         Fixes #348677.
13783
13784 2006-07-26  Wim Taymans  <wim@fluendo.com>
13785
13786         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
13787         (gst_ogg_demux_do_seek), (gst_ogg_demux_read_chain):
13788         Make seeking in ogg more accurate again by doing the more correct
13789         granuletime to stream time conversion.
13790
13791 2006-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
13792
13793         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_add_full),
13794         (gst_multi_fd_sink_new_client):
13795           debug a little more understandably
13796           do not use goto as a substitute for break, especially if
13797           break is also being used
13798
13799 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
13800
13801         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
13802         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
13803           Remove GLib-2.6 compatibility cruft.
13804
13805 2006-07-24  Wim Taymans  <wim@fluendo.com>
13806
13807         * gst-libs/gst/audio/gstbaseaudiosink.c:
13808         (gst_base_audio_sink_render):
13809         Don't try to align a sample to an unknown value.
13810
13811 2006-07-24  Wim Taymans  <wim@fluendo.com>
13812
13813         * gst-libs/gst/audio/gstbaseaudiosink.c:
13814         (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
13815         When the audio clock is slaved to another clock, never try to align
13816         samples but trust the rate interpolation algorithm.
13817
13818 2006-07-24  Wim Taymans  <wim@fluendo.com>
13819
13820         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
13821         Don't try to calculate silence samples, base class does this much
13822         better now.
13823
13824         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
13825         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps),
13826         (gst_ring_buffer_acquire):
13827         Calculate silence samples correctly.
13828
13829         * gst-libs/gst/audio/gstringbuffer.h:
13830         Add _CAST macro.
13831
13832 2006-07-22  Tim-Philipp Müller  <tim at centricular dot net>
13833
13834         * gst/typefind/gsttypefindfunctions.c: (xml_check_first_element):
13835           Limit search for the first markup tag to the first few kB of
13836           the file. If we don't find one there, it's highly unlikely that
13837           this is an XML(-ish) file.
13838
13839 2006-07-21  Andy Wingo  <wingo@pobox.com>
13840
13841         * tests/check/pipelines/theoraenc.c (test_discontinuity): Similar
13842         test to the one in vorbisenc. Also commented out.
13843
13844         * tests/check/pipelines/vorbisenc.c: 
13845         (test_discontinuity): New test, commented out until Mike lands
13846         some elite vorbisenc patches.
13847
13848         * tests/check/pipelines/theoraenc.c: Port to bufferstraw.
13849         Bufferstraw was actually factored out of these tests. Now we share
13850         code yay.
13851
13852         * configure.ac (GST_MAJORMINOR): Rev core requirements to 0.10.9.1
13853         for bufferstraw addition to gstcheck.
13854
13855 2006-07-21  Wim Taymans  <wim@fluendo.com>
13856
13857         * ext/theora/theoradec.c: (clip_buffer):
13858         Better clipping.
13859
13860 2006-07-21  Wim Taymans  <wim@fluendo.com>
13861
13862         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func),
13863         (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
13864         (gst_audioringbuffer_release), (gst_audioringbuffer_stop):
13865         Fix leak.
13866         Avoid type casting when we can.
13867
13868         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_dispose):
13869         Fix mem leak.
13870
13871 2006-07-20  Tim-Philipp Müller  <tim at centricular dot net>
13872
13873         * ext/alsa/gstalsamixerelement.c:
13874         (gst_alsa_mixer_element_change_state):
13875           Make state change fail if the specified device can't be opened
13876           for some reason.
13877
13878 2006-07-20  Wim Taymans  <wim@fluendo.com>
13879
13880         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
13881         (cb_newpad), (main):
13882         Example of a small audio/video player using decodebin.
13883
13884 2006-07-20  Stefan Kost  <ensonic@users.sf.net>
13885
13886         * gst-libs/gst/riff/riff-ids.h:
13887           Add 'fact' chunk id
13888
13889 2006-07-19  Wim Taymans  <wim@fluendo.com>
13890
13891         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13892         (gst_base_rtp_depayload_chain),
13893         (gst_base_rtp_depayload_change_state):
13894         Don't assert when not negotiated but post a meaningfull 
13895         error message. Fixes #347918.
13896
13897         * gst-libs/gst/rtp/gstbasertppayload.c:
13898         Add comment about better default MTU size.
13899
13900         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data):
13901         Small cleanups, start docs.
13902
13903 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
13904
13905         Patch by: Martin Szulecki
13906
13907         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_property):
13908           If "device-name" is requested and the device is not
13909           open, try to temporarily open it to obtain this
13910           information (#342494).
13911
13912 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
13913
13914         * gst-libs/gst/tag/gstid3tag.c:
13915           Add TSSE <=> GST_TAG_ENCODER mapping (see #347898).
13916
13917         * gst-libs/gst/tag/gsttageditingprivate.h:
13918         * gst-libs/gst/tag/gstvorbistag.c:
13919           Some more random const-ifications.
13920
13921 2006-07-18  Stefan Kost  <ensonic@users.sf.net>
13922
13923         * gst-libs/gst/riff/riff-ids.h:
13924         * gst-libs/gst/riff/riff-media.c:
13925         (gst_riff_create_video_template_caps):
13926           Add more FOURCCs (sort list to make stuff easier to find),
13927           add comment what those 16 bytes in struct _gst_riff_strh according to
13928           one avi-dumper are
13929
13930 2006-07-17  Tim-Philipp Müller  <tim at centricular dot net>
13931
13932         * gst-libs/gst/audio/multichannel.c:
13933         (gst_audio_check_channel_positions),
13934         (gst_audio_fixate_channel_positions):
13935           Const-ify two arrays.
13936
13937 2006-07-17  Tim-Philipp Müller  <tim at centricular dot net>
13938
13939         * ext/alsa/gstalsa.c: (caps_add_channel_configuration):
13940           Fix typo, so that alsasink also advertises 8 channels
13941           if that's supported (tags: can, worms, open, alsa, ph34r).
13942
13943 2006-07-17  Wim Taymans  <wim@fluendo.com>
13944
13945         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
13946         (gst_ogg_pad_submit_packet), (gst_ogg_demux_read_chain):
13947         *sigh*, when is the compiler going to warn when the comments
13948         are out-of-sync with the code.. Refix case of busted theora
13949         headers with 0 granule pos.
13950
13951 2006-07-14  Wim Taymans  <wim@fluendo.com>
13952
13953         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13954         (gst_base_rtp_depayload_wait),
13955         (gst_base_rtp_depayload_change_state),
13956         (gst_base_rtp_depayload_set_property),
13957         (gst_base_rtp_depayload_get_property):
13958         Fix 99% cpu load by waiting for absolute times on the
13959         clock. Fixes #347300.
13960
13961 2006-07-14  Andy Wingo  <wingo@pobox.com>
13962
13963         * ext/theora/gsttheoraparse.h: 
13964         * ext/theora/theoraparse.c (theora_parse_drain_event_queue)
13965         (theora_parse_push_headers, theora_parse_clear_queue)
13966         (theora_parse_drain_queue_prematurely, )
13967         (theora_parse_sink_event, theora_parse_change_state): Queue events
13968         until we initialized our state, like in vorbisparse.
13969
13970         * ext/vorbis/vorbisparse.h: 
13971         * ext/vorbis/vorbisparse.c (vorbis_parse_drain_event_queue)
13972         (vorbis_parse_push_headers, vorbis_parse_clear_queue)
13973         (vorbis_parse_drain_queue_prematurely, )
13974         (vorbis_parse_sink_event, vorbis_parse_change_state): Queue events
13975         until we have initialized our state. Fixes seeking after an
13976         initial pad block.
13977
13978 2006-07-14  Andy Wingo  <wingo@pobox.com>
13979
13980         Patch by: Iain Holmes <iaingnome@gmail.com>
13981         
13982         * ext/ogg/gstoggdemux.c (gst_ogg_demux_finalize): Fix memleak.
13983
13984 2006-07-14  Jan Schmidt  <thaytan@mad.scientist.com>
13985
13986         * configure.ac:
13987         Bump nano back to CVS
13988
13989 === release 0.10.9 ===
13990
13991 2006-07-13  Jan Schmidt <thaytan@mad.scientist.com>
13992
13993         * configure.ac:
13994           releasing 0.10.9, "I walk the line"
13995
13996 2006-07-14  Michael Smith  <msmith@fluendo.com>
13997
13998         * tests/check/pipelines/vorbisenc.c: (stop_pipeline):
13999           Move a g_cond_signal to earlier to avoid sometimes deadlocking
14000           (commonly happens when running this test under valgrind) when trying
14001           to remove the buffer probe.
14002
14003 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
14004
14005         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
14006         Fix missing g_unlock from the previous commit
14007
14008 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
14009
14010         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
14011         (gst_ximagesink_change_state):
14012         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
14013         (gst_xvimagesink_change_state):
14014         Implement a locking order to ensure we always take the object lock
14015         before the x_lock and never vice-versa.
14016
14017 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
14018
14019         * gst/playback/gstdecodebin.c: (find_compatibles):
14020         Fix a caps leak when linking (#347304)
14021
14022         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
14023         (gst_ximagesink_ximage_destroy), (gst_ximagesink_xcontext_clear),
14024         (gst_ximagesink_change_state):
14025         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
14026         (gst_xvimage_buffer_finalize), (gst_xvimagesink_check_xshm_calls),
14027         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
14028         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_change_state):
14029         Don't leak shared memory resources. Use the object lock to protect
14030         against the xcontext disappearing while returning a buffer from the
14031         pipeline. (#347304)
14032
14033 2006-07-12  Edward Hervey  <edward@fluendo.com>
14034
14035         * ext/vorbis/vorbisdec.c: (vorbis_dec_finalize),
14036         (vorbis_handle_comment_packet):
14037         gst_tag_list_merge() returns a new object. Take that into account when
14038         using it. This avoids memleak.
14039         Revert previous commit which is not needed.
14040
14041 2006-07-12  Edward Hervey  <edward@fluendo.com>
14042
14043         * ext/vorbis/vorbisdec.c: (vorbis_dec_finalize):
14044         Reset the decoder in finalize so that all fields get cleared.
14045
14046 2006-07-12  Wim Taymans  <wim@fluendo.com>
14047
14048         * gst-libs/gst/audio/gstbaseaudiosrc.c:
14049         (gst_base_audio_src_set_clock),
14050         (gst_base_audio_src_check_get_range), (gst_base_audio_src_create):
14051         Don't try to post an error message when setting the clock fails
14052         as this can happen when adding an element to a bin which will then
14053         deadlock. Fixes #347296.
14054
14055 2006-07-12  Edward Hervey  <edward@fluendo.com>
14056
14057         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
14058         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
14059         (vorbis_handle_type_packet):
14060         Post tag messages on the bus even if we're not initialized.
14061         If we're not initialized, we still postpone the event pushing of tags.
14062
14063 2006-07-12  Wim Taymans  <wim@fluendo.com>
14064
14065         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
14066         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
14067         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps):
14068         Revert last two changes that broke the freeze.
14069
14070 2006-07-12  Wim Taymans  <wim@fluendo.com>
14071
14072         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
14073         basesink calculates silence sample correctly for us.
14074
14075 2006-07-12  Wim Taymans  <wim@fluendo.com>
14076
14077         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
14078         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps):
14079         Calculate correct silence samples so we don't fill our ringbuffer
14080         with noise.
14081
14082 2006-07-12  Edward Hervey  <edward@fluendo.com>
14083
14084         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
14085         (gst_vorbis_dec_reset), (vorbis_dec_sink_event),
14086         (vorbis_handle_comment_packet), (vorbis_handle_type_packet):
14087         * ext/vorbis/vorbisdec.h:
14088         Delay sending events (newsegment, tags) until the decoder is properly
14089         initialized.
14090         Fixes #347295
14091
14092 2006-07-11  Jan Schmidt  <thaytan@mad.scientist.com>
14093
14094         * tests/check/elements/audioconvert.c: (get_float_mc_caps),
14095         (get_int_mc_caps), (GST_START_TEST), (audioconvert_suite):
14096           Patch from #347221 adding a test for audioconvert
14097           channel remappings.
14098
14099 2006-07-11  Tim-Philipp Müller  <tim at centricular dot net>
14100
14101         * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
14102         (gst_ssa_parse_parse_line):
14103           Don't include the terminating NUL in the buffer size,
14104           it's only there for extra paranoia (would add random
14105           '*' characters at the end of each subtitle since the
14106           terminator itself is not valid UTF-8 technically).
14107           Also fix indenting after boilerplate macro.
14108
14109 2006-07-10  Tim-Philipp Müller  <tim at centricular dot net>
14110
14111         * gst/playback/gstdecodebin.c: (close_pad_link):
14112           Also emit 'unknown-type' signal (which should really be
14113           called unhandled-type) if we found potential decoders/demuxers
14114           in the registry but none of them worked in the end (as in the
14115           case where the plugins don't exist any longer but are still
14116           listed in the registry). Fixes #329798.
14117
14118 2006-07-08  Andy Wingo  <wingo@pobox.com>
14119
14120         * theoraparse.c (theora_parse_push_buffer)
14121         (theora_parse_drain_queue_prematurely, theora_parse_drain_queue):
14122         Add some more debugging. Fix granulepos reconstruction in the face
14123         of discontinuities.
14124
14125 2006-07-06  Wim Taymans  <wim@fluendo.com>
14126
14127         * gst-libs/gst/audio/gstbaseaudiosink.c:
14128         (gst_base_audio_sink_class_init),
14129         (gst_base_audio_sink_provide_clock):
14130         Use gobject_class instead of G_OBJECT_CLASS (klass)
14131
14132         * gst-libs/gst/audio/gstbaseaudiosrc.c:
14133         (gst_base_audio_src_class_init), (gst_base_audio_src_init),
14134         (gst_base_audio_src_set_clock), (gst_base_audio_src_provide_clock),
14135         (gst_base_audio_src_get_time),
14136         (gst_base_audio_src_check_get_range), (gst_base_audio_src_create),
14137         (gst_base_audio_src_create_ringbuffer):
14138         Fix latency and buffer-time constants and properties ala basesink.
14139         Implement pull based scheduling. Fixes #346527.
14140         Set default blocksize in GstBaseSrc to 0, we default to pushing out
14141         one segment.
14142         Refuse slaving to another clock instead of silently not working.
14143         Only provide a clock when we are actually able to do so.
14144         Various small cleanups and compiler hints.
14145
14146 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
14147
14148         Patch by: Lutz Mueller <lutz at topfrose de>
14149
14150         * gst/typefind/gsttypefindfunctions.c: (html_type_find),
14151         (plugin_init):
14152           Add typefinding for text/html (#346581).
14153
14154 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
14155
14156         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
14157         (xml_check_first_element), (xml_type_find), (smil_type_find):
14158           Fix SMIL typefinding, make xml_check_first_element() more
14159           useful.
14160
14161 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
14162
14163         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
14164         (gst_play_base_bin_finalize), (decodebin_element_added_cb),
14165         (decodebin_element_removed_cb), (gst_play_base_bin_set_property):
14166         * gst/playback/gstplaybasebin.h:
14167           Protect list of elements with a subtitle-encoding property and
14168           the subtitle encoding member itself with a lock of their own
14169           instead of using the object lock. This prevents a dead-lock in
14170           the element-remove callback in some circumstances when shutting
14171           down playbin.
14172
14173 2006-07-05  Sebastien Moutte  <sebastien@moutte.net>
14174
14175         * win32/common/libgsttag.def:
14176         Export some new functions.
14177         * win32/vs6/libgstogg.dsp:
14178         Add a link to libgsttag-0.10.lib.
14179
14180 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
14181
14182         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
14183           Some const-ification.
14184
14185 2006-07-04  Wim Taymans  <wim@fluendo.com>
14186
14187         * gst/playback/gstplaybasebin.c: (is_stream), (gen_source_element):
14188         Improve checking if we are dealing with a stream. Added some
14189         more uris that need buffering.
14190
14191 2006-07-03  Edward Hervey  <edward@fluendo.com>
14192
14193         * ext/vorbis/vorbisdec.c: (vorbis_do_clip):
14194         Remove unused variable.
14195
14196 2006-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
14197
14198         * Makefile.am:
14199           include lcov.mak
14200         * configure.ac:
14201           add GCOV_LIBS to GST_LIBS
14202
14203 2006-07-02  Tim-Philipp Müller  <tim at centricular dot net>
14204
14205         Patch by: Michael Sheldon  <webmaster at mikeasoft com>
14206
14207         * ext/alsa/gstalsasrc.c:
14208           Add 32 bps to template caps and increase channels range
14209           from [1,2] to [1,MAX]. See #346326.
14210
14211 2006-06-30  Tim-Philipp Müller  <tim at centricular dot net>
14212
14213         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
14214           Recognise 'WMVA' video codec fourcc (#345879).
14215           
14216 2006-06-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
14217          
14218         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
14219           Fixed nasty memory leak
14220
14221 2006-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
14222
14223         * gst/tcp/gsttcp.c: (gst_tcp_read_buffer),
14224         (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps):
14225           fix logging
14226
14227 2006-06-23  Jan Schmidt  <thaytan@mad.scientist.com>
14228
14229         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
14230         (gst_decode_bin_init), (gst_decode_bin_finalize), (add_fakesink),
14231         (remove_fakesink), (pad_probe), (gst_decode_bin_change_state):
14232         Protect remove_fakesink using a mutex, so that we don't try and
14233         remove the fakesink simultaneously from multiple threads.
14234
14235         When going from READY to PAUSED, restore the fakesink, so that
14236         it is there when decodebin gets reused.
14237
14238 2006-06-23  Tim-Philipp Müller  <tim at centricular dot net>
14239
14240         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
14241         * gst-libs/gst/rtp/gstbasertpdepayload.c:
14242         * gst-libs/gst/rtp/gstbasertppayload.c:
14243         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14244         * gst/tcp/gstmultifdsink.c:
14245         * gst/tcp/gsttcpclientsink.c:
14246         * gst/tcp/gsttcpclientsrc.c:
14247         * gst/tcp/gsttcpserversink.c:
14248         * gst/tcp/gsttcpserversrc.c:
14249         * gst/videorate/gstvideorate.c:
14250         * gst/videotestsrc/gstvideotestsrc.c:
14251         * sys/v4l/gstv4ljpegsrc.c:
14252         * sys/v4l/gstv4lmjpegsink.c:
14253         * sys/v4l/gstv4lsrc.c:
14254         * tests/examples/seek/scrubby.c:
14255         * tests/examples/seek/seek.c:
14256           Use GST_DEBUG_CATEGORY_STATIC where possible (#342503).
14257
14258 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
14259
14260         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum):
14261           Second field in GEnumValue shouldn't be a description,
14262           but a stringified version of the enum value.
14263
14264 2006-06-22  Wim Taymans  <wim@fluendo.com>
14265
14266         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
14267         (gst_ximage_buffer_free), (gst_ximagesink_ximage_put),
14268         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
14269         Avoid type checking in buffer casts.
14270         Avoid caps copy in buffer_alloc when we can.
14271         Use pad_peer_accept.
14272
14273 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
14274
14275         * gst-libs/gst/tag/tag.h:
14276           Oops, make that 'Since: 0.10.9'.
14277
14278 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
14279
14280         * docs/libs/gst-plugins-base-libs-sections.txt:
14281         * gst-libs/gst/tag/tag.h:
14282         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum),
14283         (gst_tag_image_type_get_type):
14284           API: add GstTagImageType enum to describe images contained
14285           in image tags (#345641).
14286
14287 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
14288
14289         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
14290           Fix warnings with gst-inspect: "buffers-min" property
14291           should be of G_TYPE_INT and not G_TYPE_INT64. Also fix
14292           typo in property description.
14293
14294 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
14295
14296         Patch by: Cody Russell <bratsche at gnome org>
14297
14298         * gst/audioresample/gstaudioresample.c:
14299         (gst_audioresample_class_init):
14300         * gst/playback/gststreamselector.c:
14301         (gst_stream_selector_class_init):
14302         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
14303         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
14304         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
14305         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_class_init):
14306         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_class_init):
14307         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_class_init):
14308         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init):
14309         * gst/videotestsrc/gstvideotestsrc.c:
14310         (gst_video_test_src_class_init):
14311         * gst/volume/gstvolume.c: (gst_volume_class_init):
14312           Avoid unnecessary class cast check in class_init
14313           functions (#337747).
14314
14315 2006-06-21  Tim-Philipp Müller  <tim at centricular dot net>
14316
14317         * ext/pango/gsttextoverlay.c: (gst_text_overlay_make_utf8),
14318         (gst_text_overlay_video_chain):
14319           g_markup_escape_text() REALLY doesn't like non-UTF8 input
14320           and doesn't validate its input either (and neither did
14321           textoverlay it seems). Let's do that then and fix #345206.
14322
14323 2006-06-19  Wim Taymans  <wim@fluendo.com>
14324
14325         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
14326         (gst_unit_type_get_type), (gst_multi_fd_sink_class_init),
14327         (gst_multi_fd_sink_init), (gst_multi_fd_sink_add_full),
14328         (gst_multi_fd_sink_add), (gst_multi_fd_sink_handle_client_read),
14329         (find_syncframe), (find_limits), (assign_value),
14330         (count_burst_unit), (gst_multi_fd_sink_new_client),
14331         (gst_multi_fd_sink_handle_client_write),
14332         (gst_multi_fd_sink_queue_buffer), (gst_multi_fd_sink_render),
14333         (gst_multi_fd_sink_set_property), (gst_multi_fd_sink_get_property),
14334         (gst_multi_fd_sink_change_state):
14335         * gst/tcp/gstmultifdsink.h:
14336         Added shiny new burst-on-connect methods.
14337         Add properties to control the minimal amount of data queued.
14338         Small cleanups.
14339         API: bytes-min property
14340         API: time-min property
14341         API: buffers-min property
14342         API: burst-unit property
14343         API: burst-value property
14344         API: add-full signal
14345
14346         * gst/tcp/gsttcp-marshal.list:
14347         Added new marshaller code for the new signal.
14348
14349         * tests/check/elements/multifdsink.c: (GST_START_TEST),
14350         (multifdsink_suite):
14351         Added testcases for new burst methods.
14352
14353 2006-06-19  Edward Hervey  <edward@fluendo.com>
14354
14355         * ext/theora/theoradec.c: (clip_buffer), (theora_dec_push):
14356         Implement clipping for accurate seeking.
14357         Closes #345225
14358
14359 2006-06-19  Wim Taymans  <wim@fluendo.com>
14360
14361         Patch by: Philip Jaegenstedt <philip at lysator dot liu dot se>
14362
14363         * gst/videoscale/gstvideoscale.c: (gst_video_scale_prepare_size),
14364         (gst_video_scale_transform):
14365         Make videoscale support RGBA, ARGB, BGRA and ABGR. Fixes #345131
14366
14367 2006-06-17  Tim-Philipp Müller  <tim at centricular dot net>
14368
14369         * configure.ac:
14370           Fix --disable-external (can't set conditionals conditionally,
14371           #343602).
14372
14373 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
14374
14375         * tests/check/elements/audioresample.c: (test_reuse),
14376         (audioresample_suite):
14377           Add test case for bug #342789 fixed below.
14378
14379 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
14380
14381         * gst/audioresample/gstaudioresample.c:
14382         (gst_audioresample_class_init), (gst_audioresample_init),
14383         (audioresample_start), (audioresample_stop),
14384         (gst_audioresample_set_property), (gst_audioresample_get_property):
14385           Implement GstBaseTransform::start and ::stop so that audioresample
14386           can clear its internal state properly and be reused instead of
14387           causing non-negotiated errors with playbin under some circumstances
14388           (#342789).
14389
14390         * tests/check/elements/audioresample.c: (setup_audioresample),
14391         (cleanup_audioresample):
14392           Need to set element state here so that ::start and ::stop are
14393           called.
14394
14395 2006-06-16  Wim Taymans  <wim@fluendo.com>
14396
14397         Patch by: Young-Ho Cha <ganadist at chollian dot net>
14398
14399         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_vids):
14400         Parse extra data better, apparently it's right behind
14401         the normal strf header size. Fixes #343500.
14402
14403 2006-06-16  Wim Taymans  <wim@fluendo.com>
14404
14405         * ext/alsa/gstalsasink.c: (set_hwparams):
14406         If we fail to set the buffer_time and period_time alsa
14407         parameters, post a warning and leave alsa select a 
14408         default instead of failing. Fixes #342085
14409
14410 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
14411
14412         * docs/libs/gst-plugins-base-libs-sections.txt:
14413         * gst-libs/gst/cdda/gstcddabasesrc.h:
14414           Remove GST_CDDA_TAG_TRACK_TAGS again, it is #ifdef 0'ed
14415           out in the header file and shouldn't be listed in the docs.
14416
14417         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
14418           Must dereference pointer to fourcc in the debug statement.
14419
14420 2006-06-16  Stefan Kost  <ensonic@users.sf.net>
14421
14422         * docs/libs/Makefile.am:
14423         * docs/libs/gst-plugins-base-libs-docs.sgml:
14424         * docs/libs/gst-plugins-base-libs-sections.txt:
14425         * docs/libs/gst-plugins-base-libs.types:
14426         add remaining symbols into correct setions
14427         
14428         * gst-libs/gst/audio/gstringbuffer.c:
14429         fix incomplete docs
14430         
14431         * gst-libs/gst/audio/gstringbuffer.h:
14432         comment out not yet implemented function
14433         
14434         
14435         * gst-libs/gst/floatcast/floatcast.h:
14436         * gst-libs/gst/netbuffer/gstnetbuffer.c:
14437         add short descriptions
14438         
14439         
14440         * gst-libs/gst/interfaces/propertyprobe.c:
14441         fix return value docs   
14442         
14443         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
14444         simplify debug logging
14445         
14446         * gst-libs/gst/riff/riff-read.h:
14447         sync function prototype and docs
14448         
14449         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
14450         remove left over symbol
14451
14452 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
14453
14454         * autogen.sh:
14455         * configure.ac:
14456         * docs/Makefile.am:
14457           Use GST_PLUGIN_DOCS macro in configure.ac, add
14458           --enable-plugin-docs default to autogen.sh and use
14459           ENABLE_PLUGIN_DOCS conditional in Makefile.am (#344039).
14460
14461 2006-06-15  Wim Taymans  <wim@fluendo.com>
14462
14463         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
14464         (gst_ogg_demux_activate_chain), (gst_ogg_demux_combine_flows),
14465         (gst_ogg_demux_loop):
14466         Combine GstFlowReturn from the source pads to give a
14467         meaningfull result to the upstream peer or to stop the
14468         processing task in case of errors.
14469
14470 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
14471
14472         * gst/playback/gststreaminfo.c: (cb_probe):
14473           Try GST_TAG_CODEC as fallback when extracting the
14474           codec name; more debug info.
14475
14476 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
14477
14478         * ext/ogg/Makefile.am:
14479         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
14480           Extract language tags from ogm subtitle streams, so that
14481           the subtitle menu choices are labelled correctly in
14482           Totem (fixes #344708).
14483
14484 2006-06-14  Wim Taymans  <wim@fluendo.com>
14485
14486         Patch by: Alessandro Decina <alessandro at nnva dot org>
14487
14488         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_clear),
14489         (gst_ogg_mux_release_pad), (gst_ogg_mux_get_headers),
14490         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_init_collectpads),
14491         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
14492         Fix various leaks. Fixes #343699.
14493         Add x-smoke mime type.
14494
14495 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
14496
14497         * gst-libs/gst/riff/riff-ids.h:
14498           Add IDs for 'bext' chunks (see #343837).
14499
14500 2006-06-12  Tim-Philipp Müller  <tim at centricular dot net>
14501
14502         Patch by: Young-Ho Cha  <ganadist at chollian net>
14503
14504         * gst/subparse/samiparse.c: (sami_context_pop_state),
14505         (handle_start_font), (end_sami_element):
14506           Honour font face tags in SAMI subtitles (#344503).
14507
14508 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
14509
14510         * po/POTFILES.in:
14511           add missing files containing translatable strings
14512
14513 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
14514
14515         * docs/libs/tmpl/.cvsignore:
14516           we don't want those *.sgml files in CVS either
14517
14518 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
14519
14520         * docs/libs/.cvsignore:
14521         * tests/check/elements/.cvsignore:
14522         * tests/check/libs/.cvsignore:
14523           ignore more
14524
14525 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
14526
14527         * docs/libs/Makefile.am:
14528           also commiting the changed Makefile.am (added more libs to the
14529           doc-build)
14530
14531 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
14532
14533         * docs/libs/gst-plugins-base-libs-docs.sgml:
14534         * docs/libs/gst-plugins-base-libs-sections.txt:
14535         * docs/libs/gst-plugins-base-libs.types:
14536           first batch of reordering things, add index & hierarchy
14537
14538 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
14539
14540         * configure.ac:
14541           use GST_PKG_CHECK_MODULES, cleans up output
14542
14543 2006-06-10  Tim-Philipp Müller  <tim at centricular dot net>
14544
14545         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
14546           Add support for burn:// URIs (#343385); const-ify things a bit,
14547           use G_N_ELEMENTS instead of hard-coded array size.
14548
14549 2006-06-10  Tim-Philipp Müller  <tim at centricular dot net>
14550
14551         Patch by: Young-Ho Cha  <ganadist at chollian net>
14552
14553         * gst/subparse/samiparse.c: (fix_invalid_entities), (parse_sami):
14554           Fix up broken entities before passing them to libxml *sigh*.
14555           (#343303).
14556           
14557 2006-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
14558
14559         * configure.ac:
14560           back to TRUNK
14561
14562 === release 0.10.8 ===
14563
14564 2006-06-09  Thomas Vander Stichele <thomas at apestaart dot org>
14565
14566         * configure.ac:
14567           releasing 0.10.8, "Moar gij ziet mij nie"
14568
14569 2006-06-07  Thomas Vander Stichele  <thomas at apestaart dot org>
14570
14571         * configure.ac:
14572         * po/af.po:
14573         * po/az.po:
14574         * po/cs.po:
14575         * po/en_GB.po:
14576         * po/hu.po:
14577         * po/it.po:
14578         * po/nb.po:
14579         * po/nl.po:
14580         * po/or.po:
14581         * po/sq.po:
14582         * po/sr.po:
14583         * po/sv.po:
14584         * po/uk.po:
14585         * po/vi.po:
14586         * win32/common/config.h:
14587           0.10.7.2 prerelease
14588
14589 2006-06-07  Thomas Vander Stichele  <thomas at apestaart dot org>
14590
14591         * docs/libs/tmpl/gstaudio.sgml:
14592         * docs/libs/tmpl/gstcolorbalance.sgml:
14593         * docs/libs/tmpl/gstmixer.sgml:
14594         * docs/libs/tmpl/gstringbuffer.sgml:
14595         * docs/libs/tmpl/gsttuner.sgml:
14596         * docs/libs/tmpl/gstxoverlay.sgml:
14597         * gst-libs/gst/audio/audio.c:
14598         * gst-libs/gst/audio/gstringbuffer.c:
14599         * gst-libs/gst/interfaces/colorbalance.c:
14600         * gst-libs/gst/interfaces/mixer.c:
14601         * gst-libs/gst/interfaces/tuner.c:
14602         * gst-libs/gst/interfaces/xoverlay.c:
14603           move last template doc snippets to source code and delete them
14604
14605 2006-06-06  Michael Smith  <msmith@fluendo.com>
14606
14607         * ext/theora/theoraparse.c: (theora_parse_drain_queue_prematurely),
14608         (theora_parse_drain_queue):
14609           Mark DELTA_UNIT on non-keyframes.
14610
14611 2006-06-03  Jan Schmidt  <thaytan@mad.scientist.com>
14612
14613         * gst-libs/gst/audio/gstbaseaudiosink.c:
14614         (gst_base_audio_sink_class_init), (gst_base_audio_sink_setcaps):
14615         * gst-libs/gst/audio/gstbaseaudiosink.h:
14616         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps),
14617         (gst_ring_buffer_samples_done):
14618         * gst-libs/gst/audio/gstringbuffer.h:
14619         Document better the fact that latency_time and buffer_time are values
14620         stored in microseconds, and not the usual GStreamer nanoseconds.
14621         Change the variables (compatibly) that store them from GstClockTime 
14622         to guint64 to make it more clear that they're not storing clock times.
14623         Also, remove the bogus property description that says the user can
14624         specify -1 to get the default value, since that's never been the case.
14625
14626         When computing the default segment size for the ring buffer, make it
14627         an integer number of samples.
14628
14629         When the sub-class indicates a delay greater than the number of
14630         samples we've written return 0 from the audio sink get_time method.
14631
14632 2006-06-02  Michael Smith  <msmith@fluendo.com>
14633
14634         * tests/check/elements/audioconvert.c: (set_channel_positions),
14635         (get_float_mc_caps), (get_int_mc_caps):
14636         * tests/check/elements/audioresample.c:
14637         * tests/check/elements/audiotestsrc.c: (GST_START_TEST):
14638         * tests/check/elements/videorate.c:
14639         * tests/check/elements/videotestsrc.c: (GST_START_TEST):
14640         * tests/check/elements/volume.c:
14641         * tests/check/elements/vorbisdec.c:
14642         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
14643           Don't busy-wait in tests; this was causing test timeouts very
14644           frequently when running under valgrind.
14645
14646 2006-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
14647
14648         * gst/tcp/README:
14649         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_init),
14650         (gst_multi_fd_sink_remove_client_link),
14651         (gst_multi_fd_sink_client_queue_caps),
14652         (gst_multi_fd_sink_client_queue_buffer),
14653         (gst_multi_fd_sink_handle_client_write),
14654         (gst_multi_fd_sink_render):
14655         * gst/tcp/gstmultifdsink.h:
14656           make multifdsink properly deal with streamheader:
14657           - streamheader is taken from caps
14658           - buffers marked with IN_CAPS are not sent
14659           - streamheaders are sent, on connection, from the caps of the
14660             buffer where the client gets positioned to
14661           - further streamheader changes are done every time the client
14662             will receive a buffer with different caps
14663         * tests/check/elements/multifdsink.c: (GST_START_TEST),
14664         (gst_multifdsink_create_streamheader):
14665           add tests for this
14666
14667 2006-06-02  Michael Smith  <msmith@fluendo.com>
14668
14669         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
14670           Reinstate limit on channel count. Vorbis does not define the meaning
14671           of > 6 channels, so they're just independent channels. Gstreamer
14672           currently has no mechanism to represent N independent channels.
14673
14674 2006-06-02  Michael Smith  <msmith@fluendo.com>
14675
14676         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
14677           Don't arbitrarily restrict channel counts and rate in vorbis.
14678           In terms of effects likely on real-world files, this fixes 96kHz
14679           playback of vorbis.
14680
14681 2006-06-02  Michael Smith  <msmith@fluendo.com>
14682
14683         * gst/audioconvert/audioconvert.c: (float):
14684           More correct float->int conversion.
14685
14686 2006-06-02  Michael Smith  <msmith@fluendo.com>
14687
14688         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_perform_seek):
14689           Don't accidently send GST_CLOCK_TIME_NONE as a new segment start
14690           value. Fixes g-critical on trying to play back ogg containing
14691           unknown codec.
14692
14693 2006-06-02  Wim Taymans  <wim@fluendo.com>
14694
14695         * gst/playback/gstplaybasebin.c: (group_create), (group_commit),
14696         (setup_source):
14697         * gst/playback/gstplaybasebin.h:
14698         Make the subtitle detection work from any thread so we don't
14699         deadlock. Fixes #343397.
14700
14701 2006-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
14702
14703         * gst/volume/Makefile.am:
14704           Seriously, it's not *that* hard to get compilation right.  Even
14705           a drunk can do it ! Add LIBOIL CFLAGS and LIBS
14706
14707 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
14708
14709         * gst/volume/gstvolume.c: (volume_choose_func),
14710         (volume_update_real_volume), (gst_volume_class_init),
14711         (gst_volume_init), (volume_process_float), (volume_process_int16),
14712         (volume_process_int16_clamp), (volume_set_caps),
14713         (volume_transform_ip), (plugin_init):
14714         * gst/volume/gstvolume.h:
14715         rewrite the passthrough check, split _int16 and _int16_clamp, fix
14716         another property desc., remove unused param from process function
14717         
14718         * tests/check/elements/volume.c: (volume_suite):
14719         reactivate the passthrough test
14720
14721 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
14722
14723         * ext/alsa/gstalsamixerelement.h:
14724         * ext/alsa/gstalsamixeroptions.h:
14725         * ext/alsa/gstalsamixertrack.h:
14726         * ext/gnomevfs/gstgnomevfssink.h:
14727         * ext/gnomevfs/gstgnomevfssrc.h:
14728         * ext/theora/gsttheoradec.h:
14729         * ext/theora/gsttheoraenc.h:
14730         * ext/theora/gsttheoraparse.h:
14731         * ext/vorbis/vorbisparse.h:
14732         * gst-libs/gst/audio/gstaudioclock.h:
14733         * gst-libs/gst/audio/gstaudiofilter.h:
14734         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
14735         * gst/audioconvert/gstaudioconvert.h:
14736         * gst/audioresample/gstaudioresample.h:
14737         * gst/audiotestsrc/gstaudiotestsrc.h:
14738         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
14739         * gst/playback/gststreamselector.h:
14740         * gst/tcp/gstmultifdsink.h:
14741         * gst/tcp/gsttcpclientsink.h:
14742         * gst/tcp/gsttcpclientsrc.h:
14743         * gst/tcp/gsttcpserversink.h:
14744         * gst/tcp/gsttcpserversrc.h:
14745         * gst/videorate/gstvideorate.h:
14746         * gst/videoscale/gstvideoscale.h:
14747         * gst/videotestsrc/gstvideotestsrc.h:
14748         * gst/volume/gstvolume.h:
14749         * sys/v4l/gstv4ljpegsrc.h:
14750         * sys/v4l/gstv4lmjpegsink.h:
14751         * sys/v4l/gstv4lmjpegsrc.h:
14752         * sys/v4l/gstv4lsrc.h:
14753         * sys/ximage/ximagesink.h:
14754         * sys/xvimage/xvimagesink.h:
14755         * tests/old/testsuite/alsa/sinesrc.h:
14756         Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass
14757
14758 2006-05-31  Wim Taymans  <wim@fluendo.com>
14759
14760         * ext/libvisual/visual.c: (gst_visual_reset),
14761         (gst_visual_sink_setcaps), (gst_visual_sink_event),
14762         (gst_visual_src_event), (get_buffer), (gst_visual_chain):
14763         Handle DISCONT.
14764         Use running time before doing QoS.
14765         Handle mono too.
14766
14767 2006-05-31  Thomas Vander Stichele  <thomas at apestaart dot org>
14768
14769         * docs/libs/Makefile.am:
14770           set a magic variable to indicate we know the docs are incomplete
14771
14772 2006-05-30  Sebastien Moutte  <sebastien@moutte.net>
14773
14774         * win32/common/libgstvideo.def:
14775           export gst_video_calculate_display_ratio
14776         * win32/vs6/libgstvideoscale.dsp:
14777           add link to libgstvideo-0.10.lib
14778
14779 2006-05-30  Tim-Philipp Müller  <tim at centricular dot net>
14780
14781         * gst/playback/gstplaybasebin.c: (gen_source_element):
14782           Throw a more comprehensible error for rtsp:// URIs (rather
14783           than erroring out with a negotiation error later on) until
14784           we fix playbin to handle rtspsrc etc.
14785
14786 2006-05-30  Wim Taymans  <wim@fluendo.com>
14787
14788         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event),
14789         (gst_text_overlay_text_event):
14790         Added some FIXMEs.
14791
14792 2006-05-30  Wim Taymans  <wim@fluendo.com>
14793
14794         * gst/adder/gstadder.c: (gst_adder_class_init), (gst_adder_init),
14795         (gst_adder_request_new_pad), (gst_adder_release_pad):
14796         * gst/adder/gstadder.h:
14797         Implement release_request_pad.
14798         Make padcounter atomic.
14799
14800         * tests/check/elements/adder.c: (GST_START_TEST), (adder_suite):
14801         Added check for release_pad in adder.
14802
14803 2006-05-30  Wim Taymans  <wim@fluendo.com>
14804
14805         * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream):
14806         Fix build again.
14807
14808 2006-05-30  Thomas Vander Stichele  <thomas at apestaart dot org>
14809
14810         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
14811         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
14812         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
14813         (gst_ogg_pad_submit_page), (gst_ogg_chain_new_stream),
14814         (gst_ogg_demux_seek), (gst_ogg_demux_get_data),
14815         (gst_ogg_demux_get_next_page), (gst_ogg_demux_do_seek),
14816         (gst_ogg_demux_bisect_forward_serialno),
14817         (gst_ogg_demux_read_chain), (gst_ogg_demux_find_chains),
14818         (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
14819           add more debugging
14820           clean up printf formats for granulepos and serialno
14821
14822 2006-05-30  Michael Smith  <msmith@fluendo.com>
14823
14824         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
14825         (gst_vorbis_enc_class_init), (gst_vorbis_enc_dispose),
14826         (gst_vorbis_enc_generate_sink_caps), (gst_vorbis_enc_sink_getcaps),
14827         (gst_vorbis_enc_init), (gst_vorbis_enc_buffer_from_header_packet),
14828         (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
14829         * ext/vorbis/vorbisenc.h:
14830           Multi-channel caps negotiation, so we can do proper multichannel
14831           vorbis encoding, negotiated through audioconvert.
14832
14833 2006-05-30  Wim Taymans  <wim@fluendo.com>
14834
14835         * tests/check/elements/adder.c: (test_event_message_received),
14836         (test_play_twice_message_received), (GST_START_TEST),
14837         (adder_suite):
14838         Added check to show that #339935 is fixed with ongoing
14839         adder and collectpads fixes.
14840
14841 2006-05-29  Wim Taymans  <wim@fluendo.com>
14842
14843         * gst/adder/gstadder.c: (gst_adder_request_new_pad):
14844         Don't leak pad name.
14845
14846 2006-05-29  Wim Taymans  <wim@fluendo.com>
14847
14848         * gst/adder/gstadder.c: (gst_adder_query_duration),
14849         (forward_event_func), (forward_event), (gst_adder_src_event):
14850         Fix adder seeking.
14851         Make query/seeking code threadsafe.
14852
14853         * tests/check/Makefile.am:
14854         * tests/check/elements/adder.c: (test_event_message_received),
14855         (GST_START_TEST), (test_play_twice_message_received):
14856         Fix adder test case.
14857
14858 2006-05-29  Tim-Philipp Müller  <tim at centricular dot net>
14859
14860         Patch by: Young-Ho Cha  <ganadist at chollian net>
14861
14862         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
14863         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
14864         (set_encoding_element), (decodebin_element_added_cb),
14865         (decodebin_element_removed_cb), (setup_subtitle), (setup_source),
14866         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
14867         * gst/playback/gstplaybasebin.h:
14868           Add 'subtitle-encoding' property to playbin, so applications can
14869           force a subtitle encoding for non-UTF8 subtitles (#342268).
14870
14871         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init),
14872         (gst_sub_parse_set_property):
14873           Rename recently-added 'encoding' property to 'subtitle-encoding'
14874           (so it can be proxied by playbin/decodebin in a generic way
14875           with less danger of false positives).
14876
14877 2006-05-29  Michael Smith  <msmith@fluendo.com>
14878
14879         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
14880         (append_with_other_format), (set_structure_widths),
14881         (gst_audio_convert_transform_caps):
14882           Patch from #341562: give more specific audio caps in get_caps, so
14883           that basetransform  can make better decisions on what caps to
14884           negotiate.
14885
14886 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
14887
14888         * tests/check/elements/volume.c:
14889         make it compile again
14890
14891 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
14892
14893         * tests/check/elements/volume.c: (volume_suite):
14894         disable test until #343196 gets resolved
14895
14896 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
14897
14898         * gst/adder/gstadder.c: (gst_adder_get_type):
14899         Make it easier to copy&paste
14900         
14901         * gst/volume/Makefile.am:
14902         * gst/volume/gstvolume.c: (volume_update_real_volume),
14903         (gst_volume_set_volume), (gst_volume_set_mute),
14904         (gst_volume_class_init), (volume_process_int16), (volume_set_caps),
14905         (volume_transform_ip), (volume_update_mute),
14906         (volume_update_volume):
14907         * gst/volume/gstvolume.h:
14908         Add own debug category, move duplicate code to helper function, fix
14909         property texts, add more comments and prepare ffor liboil-goodness
14910         
14911         * tests/check/Makefile.am:
14912         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
14913         add test for mute and passtrough case, be a bit more verbose to track
14914         failure
14915         
14916         * tests/check/generic/states.c: (GST_START_TEST):
14917         catch elements that fail to instantiate
14918
14919 2006-05-28  Edward Hervey  <edward@fluendo.com>
14920
14921         * tests/check/pipelines/simple-launch-lines.c:
14922         * tests/check/pipelines/theoraenc.c:
14923         * tests/check/pipelines/vorbisenc.c:
14924         Comment out tests using parse_launch() if core was built without
14925         parsing capabilities.
14926
14927 2006-05-27  Edward Hervey  <edward@fluendo.com>
14928
14929         * tests/check/Makefile.am:
14930         Extra bonus points for whoever explains to ensonic that you are meant
14931         to test unit tests thoroughly before commiting them, especially if
14932         you know it's going to break.
14933         De-activated element/adder tests.
14934
14935 2006-05-27  Edward Hervey  <edward@fluendo.com>
14936
14937         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
14938         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps):
14939         Marking caps conversion issues as GST_WARNING is way too verbose,
14940         Moving them to GST_LOG.
14941
14942 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
14943
14944         * README:
14945           Replace current README (containing the release notes from
14946           some 0.9.x version) with a proper README taken from the core.
14947
14948 2006-05-26  Wim Taymans  <wim@fluendo.com>
14949
14950         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
14951         (vorbis_dec_src_event), (vorbis_dec_sink_event), (vorbis_do_clip),
14952         (vorbis_dec_push), (vorbis_handle_data_packet), (vorbis_dec_chain),
14953         (vorbis_dec_change_state):
14954         Small cleanups.
14955         Add some FIXMEs
14956         Clip output samples to segment boundaries.
14957
14958 2006-05-26  Jan Schmidt  <thaytan@mad.scientist.com>
14959
14960         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
14961         (gst_ximagesink_xcontext_get), (gst_ximagesink_show_frame):
14962         Improve the errors produced on bad output, including some human
14963         readable description strings.
14964         Handle the (theoretical for ximagesink) case where the XServer 
14965         has a different idea about the size required for a particular 
14966         frame and gives us too small a memory allocation.
14967
14968 2006-05-26  Jan Schmidt  <thaytan@mad.scientist.com>
14969
14970         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
14971         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
14972         (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
14973         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
14974         Improve the errors produced on bad output, including some human 
14975         readable description strings.
14976         Handle RGB Xv formats properly by transforming them into our 
14977         big-endian caps description.
14978         Use gst_caps_truncate to ensure that we never try and choose a
14979         non-fixed caps in buffer_alloc.
14980         Handle the case where the XServer has a different idea about the size
14981         required for a particular frame and gives us too small a memory
14982         allocation.
14983         Use -1 to indicate 'no image format', because 0 is a valid XServer
14984         image format number.
14985         Put RGB Xv formats at the end of the caps, so that we always prefer
14986         YUV format frames.
14987         Iterate the available Xv Encodings to determine the maximum width and
14988         height, and then return that in our caps.
14989         (Closes #315312, #337544)
14990
14991 2006-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
14992
14993         * gst/playback/gstdecodebin.c: (remove_fakesink), (pad_probe):
14994         When there is only one unfinished pad and it receives an event that
14995         doesn't match our requirements, we need to set alldone=FALSE so that
14996         the fakesink is not removed yet.
14997
14998 2006-05-25  Tim-Philipp Müller  <tim at centricular dot net>
14999
15000         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
15001           Use gst_type_find_helper_for_buffer() to find the type
15002           of stream from the first packet.
15003
15004         * configure.ac:
15005           Bump requirements to core CVS (needed for vorbis
15006           typefinding to work).
15007
15008 2006-05-24  Edward Hervey  <edward@fluendo.com>
15009
15010         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): 
15011         Added the 'prfl' atom type which MQV (no, it's not a typo) files
15012         contain.  Else they play perfectly fine with qtdemux.
15013
15014 2006-05-23  Stefan Kost  <ensonic@users.sf.net>
15015
15016         * ext/theora/theoradec.c:
15017         * ext/theora/theoraenc.c:
15018         * ext/theora/theoraparse.c: (gst_theora_parse_class_init):
15019         * gst/audiorate/gstaudiorate.c:
15020           make more debug catagories static
15021         
15022         * tests/check/Makefile.am:
15023         * tests/check/elements/adder.c: (message_received),
15024         (test_event_message_received), (GST_START_TEST),
15025         (test_play_twice_message_received), (adder_suite):
15026           added test case for using element twice, extra bonus points for anyone
15027           who can make these test run reliably
15028
15029 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
15030
15031         * ext/theora/theoradec.c: (theora_dec_chain):
15032           Make work with time-stamped input buffers that do not
15033           have a granulepos in BUFFER_OFFSET_END (like theora
15034           buffers coming from matroskademux). Fixes #342448.
15035
15036 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
15037
15038         Patch by: Peter Kjellerstedt  <pkj at axis com>
15039
15040         * gst/tcp/Makefile.am:
15041           fdstresstest doesn't need Gtk+, fix compilation if 
15042           gtk is not available (#342566).
15043
15044 2006-05-19 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
15045          
15046         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
15047           80 line columns
15048           Removed redundant floor()
15049
15050 2006-05-19  Tim-Philipp Müller  <tim at centricular dot net>
15051
15052         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
15053           On second thought, just skip JUNK chunks automatically, so
15054           the caller doesn't have to handle this. Fixes #342345.
15055           Also, return GST_FLOW_UNEXPECTED if we get a short read,
15056           not GST_FLOW_ERROR.
15057
15058 2006-05-19  Tim-Philipp Müller  <tim at centricular dot net>
15059
15060         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
15061           Don't bail out on JUNK chunks with a size of 0 (would try to
15062           pull_range 0 bytes before, which sources don't like too much).
15063           See #342345.
15064
15065 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
15066
15067         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
15068         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
15069         Use the gstutil scaling function to preserve 64 bits while calculating
15070         output width and height from the display-aspect-ratio. (A continuation
15071         of #341542)
15072
15073 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
15074
15075         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
15076         (gst_xvimagesink_buffer_alloc):
15077         * sys/xvimage/xvimagesink.h:
15078         When performing buffer allocations, remember the caps and image format
15079         we return so that if the same caps are asked for next time we can
15080         return them immediately without doing any caps intersections.
15081
15082 2006-05-18 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
15083          
15084         * gst-libs/gst/rtp/README:
15085           Some new documentation
15086         * gst-libs/gst/rtp/gstrtpbuffer.h:       
15087           Added GST_RTP_PAYLOAD_DYNAMIC_STRING for use by children       
15088         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
15089         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:     
15090           New RTP audio base payloader class. Supports frame or sample based
15091           codecs.  Not enabled in Makefile.am until approved.
15092
15093 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
15094
15095         * tests/check/elements/alsa.c: (test_device_property_probe):
15096           Fix test case: don't try to free NULL GValueArray when there
15097           are no devices.
15098
15099 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
15100
15101         * tests/check/Makefile.am:
15102         * tests/check/elements/alsa.c: (test_device_property_probe),
15103         (alsa_suite), (main):
15104           Add simple test that runs a device property probe on alsasrc,
15105           alsasink and alsamixer. Disable valgrind check for now (too
15106           many leaks in libasound, and valgrind ignored my suppressions
15107           additions).
15108
15109 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
15110
15111         * ext/alsa/gstalsadeviceprobe.c: (gst_alsa_get_device_list),
15112         (gst_alsa_device_property_probe_probe_property),
15113         (gst_alsa_device_property_probe_needs_probe),
15114         (gst_alsa_device_property_probe_get_values),
15115         (gst_alsa_type_add_device_property_probe_interface):
15116         * ext/alsa/gstalsadeviceprobe.h:
15117         * ext/alsa/gstalsamixerelement.c:
15118         (gst_alsa_mixer_element_init_interfaces):
15119         * ext/alsa/gstalsamixerelement.h:
15120           Clean up and simplify alsa device probing. Make it actually work
15121           for multiple classes. Don't cache results any longer.
15122
15123         * ext/alsa/gstalsasink.c: (gst_alsasink_init_interfaces),
15124         (gst_alsasink_init):
15125         * ext/alsa/gstalsasrc.c: (gst_alsasrc_dispose),
15126         (gst_alsasrc_interface_supported), (gst_implements_interface_init),
15127         (gst_alsasrc_init_interfaces), (gst_alsasrc_set_property):
15128           Make alsasink and alsasrc implement the GstPropertyProbe interface
15129           for device probing (#342181).
15130           Patch by: Martin Szulecki  <gnomebugzilla at sukimashita com>
15131
15132 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
15133
15134         * gst/subparse/samiparse.c: (handle_start_font):
15135           Don't ignore return value of strtol (++compiler_happiness).
15136
15137 2006-05-17  Tim-Philipp Müller  <tim at centricular dot net>
15138
15139         Patch by: Young-Ho Cha  <ganadist chollian net>
15140
15141         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
15142         (gst_sub_parse_class_init), (gst_sub_parse_init),
15143         (gst_sub_parse_set_property), (gst_sub_parse_get_property),
15144         (convert_encoding):
15145         * gst/subparse/gstsubparse.h:
15146           Add 'encoding' property (#341681).
15147
15148         * gst/subparse/samiparse.c: (characters_sami):
15149           Output is pango markup, so we need to escape text
15150           between tags (#342143).
15151
15152 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
15153
15154         * gst-libs/gst/audio/multichannel.c:
15155         (gst_audio_check_channel_positions):
15156           It's okay to have caps with channels=1 and a channel position
15157           different from GST_AUDIO_CHANNEL_POSITION_FRONT_MONO
15158           (deinterleavers might want to keep the position in the caps,
15159           so that they can be re-interleaved again properly later).
15160           Leave check for unexpected 2-channel layouts intact for now.
15161
15162 2006-05-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15163
15164         * gst/tcp/gsttcp.c: (gst_tcp_socket_read):
15165         Return GST_FLOW_UNEXPECTED when we have an eos on the socket so
15166         basesrc can do its job correctly.
15167
15168 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
15169
15170         * ext/alsa/Makefile.am:
15171         * ext/alsa/gstalsa.c: (gst_alsa_detect_rates),
15172         (gst_alsa_detect_formats), (get_channel_free_structure),
15173         (caps_add_channel_configuration), (gst_alsa_detect_channels),
15174         (gst_alsa_probe_supported_formats):
15175         * ext/alsa/gstalsa.h:
15176         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
15177           Refactor and improve caps probing code: probe signedness
15178           when we probe the supported formats/widths; set endianness
15179           to the one we actually probed for (ie. cpu endianness).
15180           
15181         * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (gst_alsasrc_getcaps),
15182         (gst_alsasrc_close):
15183         * ext/alsa/gstalsasrc.h:
15184           Implement caps probing for alsasrc.
15185
15186 2006-05-15  Wim Taymans  <wim@fluendo.com>
15187
15188         * ext/theora/theoradec.c: (gst_theora_dec_reset),
15189         (theora_dec_src_query), (theora_dec_src_event),
15190         (theora_dec_sink_event), (theora_handle_comment_packet),
15191         (theora_handle_data_packet), (theora_dec_change_state):
15192         Cleanups, add some G_LIKELY.
15193         Use segment helpers instead of our own wrong code.
15194         Clear queued buffers on seek and READY.
15195
15196         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
15197         (vorbis_dec_convert), (vorbis_dec_src_query),
15198         (vorbis_dec_src_event), (vorbis_dec_sink_event),
15199         (vorbis_handle_comment_packet), (vorbis_dec_push),
15200         (vorbis_handle_data_packet), (vorbis_dec_chain),
15201         (vorbis_dec_change_state):
15202         * ext/vorbis/vorbisdec.h:
15203         Remove old useless packetno variable.
15204         Do position query properly.
15205         Add some G_LIKELY.
15206         Do cleanup of queued buffers in new helper function
15207         and use it.
15208
15209 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
15210
15211         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
15212           Query supported sample rates. Fixes #341732.
15213
15214 2006-05-15  Julien MOUTTE  <julien@moutte.net>
15215
15216         * gst/playback/gstdecodebin.c: (cleanup_decodebin),
15217         (gst_decode_bin_change_state): Make decodebin reusable
15218         when going from PAUSE_TO_READY and then back to PAUSED.
15219         Fixes #331678.
15220
15221 2006-05-15  Wim Taymans  <wim@fluendo.com>
15222
15223         * ext/vorbis/vorbisdec.c: (vorbis_get_query_types),
15224         (vorbis_dec_convert), (vorbis_dec_src_query),
15225         (vorbis_dec_sink_query), (vorbis_dec_src_event),
15226         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
15227         (vorbis_dec_clean_queued), (vorbis_dec_push),
15228         (vorbis_handle_data_packet), (vorbis_dec_change_state):
15229         Cleanups. Use refcounting and DEBUG_OBJECT.
15230         Reset segment on flush, use code methods instead of our
15231         own wrong version.
15232         Fix potential memleak.
15233
15234 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
15235
15236         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
15237         (gst_alsasink_init):
15238         * ext/alsa/gstalsasink.h:
15239           Don't leak allocated snd_output_t structure if there's
15240           more than one alsasink instance at a time (#341873).
15241           Also fix GObject macros in header file.
15242           
15243 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
15244
15245         * gst/subparse/gstsubparse.c:
15246         (gst_sub_parse_data_format_autodetect):
15247           Don't use libxml functions in the typefinding code.
15248
15249 2006-05-15  Wim Taymans  <wim@fluendo.com>
15250
15251         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
15252         Fix seeking performance in the case where a non-header 
15253         packet has a 0 granulepos (busted theora case). 
15254         Fixes #341719
15255         (nvdr: thanks Wim for not mentioning who spotted and fixed it in
15256          the first place, you limelight stealer you)
15257
15258 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
15259
15260         * gst/subparse/gstsubparse.c:
15261         (gst_sub_parse_data_format_autodetect):
15262           Improve SAMI typefinding: handle case where there are
15263           whitespaces or newlines in front of the first <SAMI>
15264           tag (#169936).
15265
15266 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
15267
15268         * configure.ac:
15269           Build video4linux plugin even if there's no XVIDEO, just
15270           without implementing the GstXOverlay interface (#334002).
15271          
15272 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
15273
15274         * configure.ac:
15275         * ext/libvisual/visual.c: (gst_visual_actor_plugin_is_gl),
15276         (plugin_init):
15277           Add tentative support for libvisual-0.4 (#336881).
15278
15279 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
15280
15281         Patch by: Young-Ho Cha <ganadist at chollian net>
15282
15283         * gst/subparse/samiparse.c: (handle_start_font):
15284           Need to map "silver" colour explicitly (#169936).
15285
15286 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
15287
15288         Patch by: Young-Ho Cha  <ganadist at chollian net>
15289
15290         * gst/subparse/Makefile.am:
15291         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
15292         (parser_state_dispose), (gst_sub_parse_data_format_autodetect),
15293         (gst_sub_parse_format_autodetect), (feed_textbuf),
15294         (gst_subparse_type_find), (plugin_init):
15295         * gst/subparse/gstsubparse.h:
15296         * gst/subparse/samiparse.c:
15297         * gst/subparse/samiparse.h:
15298           Add support for SAMI subtitles (#169936).
15299
15300 2006-05-14  Michael Smith  <msmith@fluendo.com>
15301
15302         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_others):
15303           Fix #341696: crash when mixing L+R+C to mono or stereo.
15304         * tests/check/Makefile.am:
15305         * tests/check/elements/audioconvert.c: (set_channel_positions),
15306         (get_float_mc_caps), (get_int_mc_caps), (GST_START_TEST),
15307         (audioconvert_suite):
15308           Add test for the above, including some generic framework bits for
15309           testing multichannel things.
15310
15311 === release 0.10.7 ===
15312
15313 2006-05-14  Jan Schmidt <thaytan@mad.scientist.com>
15314
15315         * configure.ac:
15316           releasing 0.10.7, "Leave the gun"
15317
15318 2006-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
15319
15320         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
15321         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
15322         Fix the build.
15323
15324 2006-05-12  Jan Schmidt  <thaytan@mad.scientist.com>
15325
15326         * docs/libs/gst-plugins-base-libs-docs.sgml:
15327         * docs/libs/gst-plugins-base-libs-sections.txt:
15328         * gst-libs/gst/video/video.c: (gst_video_calculate_display_ratio):
15329         * gst-libs/gst/video/video.h:
15330         * gst/videoscale/Makefile.am:
15331         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
15332         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
15333         * tests/check/Makefile.am:
15334         * tests/check/libs/video.c: (GST_START_TEST), (video_suite),
15335         (main):
15336           Fix integer overflow problem with pixel-aspect-ratio calculations
15337           in videoscale and xvimagesink (#341542)
15338
15339 2006-05-12  Tim-Philipp Müller  <tim at centricular dot net>
15340
15341         * gst-libs/gst/tag/gstid3tag.c:
15342           Map GST_IMAGE_TAG to and from ID2v2 APIC frames (#341557).
15343
15344 2006-05-12  Sebastien Moutte  <sebastien@moutte.net>
15345
15346         * win32/MANIFEST:
15347           update win32 files listing
15348
15349 2006-05-11  Thomas Vander Stichele  <thomas at apestaart dot org>
15350
15351         patch by: Sjoerd Simons (sjoerd@luon.net)
15352
15353         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
15354         (group_create), (group_destroy), (add_stream),
15355         (gst_play_base_bin_get_property),
15356         (gst_play_base_bin_get_streaminfo_value_array):
15357         * gst/playback/gstplaybasebin.h:
15358           API: GstPlayBaseBin::stream-info-value-array property
15359           use a more bindings-friendly way of exposing streaminfo
15360           using a GValueArray.  Tested in ipython.
15361           Closes #341114
15362
15363 2006-05-11  Wim Taymans  <wim@fluendo.com>
15364
15365         * gst/playback/gstdecodebin.c: (try_to_link_1), (queue_enlarge),
15366         (queue_underrun_cb), (queue_filled_cb):
15367         Also catch queue underruns but don't do anything yet.
15368         Refactor and comment queue enlarging code a bit.
15369
15370         * gst/playback/gstplaybasebin.c: (queue_overrun),
15371         (queue_threshold_reached), (queue_out_of_data),
15372         (gen_preroll_element):
15373         If a queue over/underruns check that we don't create nasty
15374         deadlocks when the min-threshold is not reached but the
15375         max-bytes is. In those cases disable max-bytes when we
15376         know that the queue is fed timed data.
15377         Add more comments.
15378
15379 2006-05-11  Tim-Philipp Müller  <tim at centricular dot net>
15380
15381         * gst/playback/gstplaybin.c: (gen_audio_element):
15382           Make playbin automatically plug an 'audioresample'
15383           element before the audio sink as well. This solves
15384           problems with sinks that only accept a very specific
15385           sample rate, like esdsink (e.g. #340379).
15386
15387 2006-05-11  Tim-Philipp Müller  <tim at centricular dot net>
15388
15389         * gst/playback/gstplaybasebin.c: (gen_source_element):
15390           Make http sources send special headers so that we receive
15391           icecast metadata if the http stream is an icecast stream
15392           (otherwise the server will just ignore them). This also
15393           means that from now on users will need the 'icydemux'
15394           element from gst-plugins-good installed if they want to
15395           listen to icecast radio streams. (#341432, #333657).
15396
15397 2006-05-11  Thomas Vander Stichele  <thomas at apestaart dot org>
15398
15399         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_remove_client_link),
15400         (gst_multi_fd_sink_new_client), (gst_multi_fd_sink_stop):
15401           remove stupid example from docs - it should come with a simple
15402           C program instead.
15403           Clean up/fix docs
15404         * tests/check/elements/multifdsink.c: (wait_bytes_served),
15405         (fail_if_can_read), (GST_START_TEST),
15406         (gst_multifdsink_create_streamheader), (multifdsink_suite):
15407           add a test for changing streamheader which exposes a bug in
15408           multifdsink
15409
15410 2006-05-11  Michael Smith  <msmith@fluendo.com>
15411
15412         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_init),
15413         (gst_gnome_vfs_src_received_headers_callback):
15414         * ext/gnomevfs/gstgnomevfssrc.h:
15415           Don't set icy-caps unless we have a sane interval value. Move
15416           interval to a local variable; we never use it outside this function.
15417
15418 2006-05-11  Wim Taymans  <wim@fluendo.com>
15419
15420         * sys/ximage/ximagesink.c: (gst_ximagesink_get_type):
15421         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_type):
15422         Register special buffer types along with the objects so
15423         that they are not registered at runtime from N different
15424         streaming threads since they are not threadsafe.
15425
15426 2006-05-10  Thomas Vander Stichele  <thomas at apestaart dot org>
15427
15428         * tests/check/elements/multifdsink.c: (wait_bytes_served),
15429         (GST_START_TEST), (fail_unless_read), (multifdsink_suite):
15430           add two more tests, one doing streamheader
15431
15432 2006-05-10  Thomas Vander Stichele  <thomas at apestaart dot org>
15433
15434         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_stop):
15435           clean up the bufqueue when shutting down
15436         * tests/check/Makefile.am:
15437         * tests/check/elements/multifdsink.c: (setup_multifdsink),
15438         (cleanup_multifdsink), (GST_START_TEST), (multifdsink_suite),
15439         (main):
15440           add a test for the leak that was just fixed
15441
15442 2006-05-10  Wim Taymans  <wim@fluendo.com>
15443
15444         * gst/adder/gstadder.c: (gst_adder_setcaps),
15445         (gst_adder_query_duration), (gst_adder_query), (forward_event),
15446         (gst_adder_src_event), (gst_adder_sink_event),
15447         (gst_adder_class_init), (gst_adder_finalize),
15448         (gst_adder_request_new_pad), (gst_adder_collected):
15449         * gst/adder/gstadder.h:
15450         Updated some docs. Added comments and FIXMEs all over the place.
15451         Improve debugging info.
15452         Fix leak on finalize by not calling the parent.
15453         Implement duration query.
15454         Make event forwarding threadsafe.
15455         Correctly send NEWSEGMENT at start and after flush.
15456         Handle EOS correctly.
15457         Post error when not negotiated.
15458
15459         * tests/check/elements/adder.c: (GST_START_TEST):
15460         Added FIXME in the test.
15461
15462 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
15463
15464         * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
15465         (gst_text_overlay_halign_get_type),
15466         (gst_text_overlay_wrap_mode_get_type):
15467         * ext/theora/theoradec.c: (theora_handle_type_packet),
15468         (theora_handle_data_packet):
15469         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
15470         (theora_enc_sink_setcaps), (theora_enc_chain):
15471         * gst-libs/gst/cdda/gstcddabasesrc.c:
15472         (gst_cdda_base_src_mode_get_type):
15473         * gst/audiotestsrc/gstaudiotestsrc.c:
15474         (gst_audiostestsrc_wave_get_type):
15475         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
15476         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
15477         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
15478         (gst_sync_method_get_type), (gst_unit_type_get_type),
15479         (gst_client_status_get_type):
15480         * gst/videoscale/gstvideoscale.c:
15481         (gst_video_scale_method_get_type):
15482         * gst/videotestsrc/gstvideotestsrc.c:
15483         (gst_video_test_src_pattern_get_type):
15484         * gst/videotestsrc/videotestsrc.c: (paint_setup_I420),
15485         (paint_setup_YV12), (paint_setup_YUY2), (paint_setup_UYVY),
15486         (paint_setup_YVYU), (paint_setup_IYU2), (paint_setup_Y41B),
15487         (paint_setup_Y42B), (paint_setup_Y800), (paint_setup_YVU9),
15488         (paint_setup_YUV9), (paint_setup_RGB888), (paint_setup_BGR888),
15489         (paint_setup_RGB565), (paint_setup_xRGB1555):
15490           Const-ify GEnumValue and GFlagsValue arrays. Use
15491           GST_ROUND_UP_* macros instead of home-made ones.
15492
15493 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
15494
15495         * configure.ac:
15496           Require core CVS for the new newsegment stuff.
15497
15498 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
15499
15500         Patch by: Sjoerd Simons  <sjoerd at luon net>
15501
15502         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type):
15503           Register nick for enum value (#341160).
15504
15505 2006-05-09  Stefan Kost  <ensonic@users.sf.net>
15506
15507         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find),
15508         (plugin_init):
15509          backout typefind patch #340375
15510          
15511         * tests/check/elements/adder.c: (message_received),
15512         (GST_START_TEST), (adder_suite):
15513           redo, signal-handling of test
15514
15515 2006-05-09  Wim Taymans  <wim@fluendo.com>
15516
15517         * gst/adder/gstadder.c: (gst_adder_request_new_pad),
15518         (gst_adder_collected):
15519         * gst/adder/gstadder.h:
15520         Remove bogus segment merging and forwarding, we don't
15521         care about timestamps anyway and we just produce a
15522         continuous stream. 
15523         Also create a nice NEWSEGMENT event when we start.
15524         Use _scale_int some more.
15525
15526 2006-05-09  Edward Hervey  <edward@fluendo.com>
15527
15528         * tests/icles/stress-xoverlay.c:
15529         Fix if core was built without parsing support.
15530
15531 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
15532
15533         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
15534           Add SEDG (Samsung MPEG-4) fourcc.
15535
15536 2006-05-09  Edward Hervey  <edward@fluendo.com>
15537
15538         * tests/icles/stress-xoverlay.c:
15539         * tests/examples/volume/volume.c:
15540         Fix if core was built without parsing support.
15541
15542         * tests/examples/seek/seek.c:
15543         Disable the parse_launch example if core was built without parsing
15544         support.
15545
15546 2006-05-08  Edward Hervey  <edward@fluendo.com>
15547
15548         * autogen.sh: (CONFIGURE_DEF_OPT): 
15549         libtoolize on Darwin/MacOSX is called glibtoolize
15550
15551 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
15552
15553         * tests/check/Makefile.am:
15554         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST):
15555           Disable the adder test, until the build-slaves posses the kindness to 
15556           either like it or to give valid reason for not doing so 
15557
15558 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
15559
15560         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
15561         (adder_suite):
15562           Shuffle NULL state change around and raise timeout more
15563
15564 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
15565
15566         * gst/typefind/gsttypefindfunctions.c: (mp4_find_box),
15567         (mp4_type_find), (plugin_init):
15568           Add typefind to distinguish between "audio/x-m4a" and new type
15569           "video/mp4". Fixes #340375
15570
15571         * tests/check/elements/adder.c: (adder_suite):
15572           Raise timeout to make buildbot happy
15573
15574 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
15575
15576         * gst/adder/gstadder.c: (gst_adder_sink_event),
15577         (gst_adder_request_new_pad), (gst_adder_change_state):
15578         * gst/adder/gstadder.h:
15579         * tests/check/Makefile.am:
15580         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
15581         (adder_suite), (main):
15582           Add sink-event handling to adder. It tries to merge incomming
15583           newsegment-events. Added test to check if segment_done is comming
15584           through. Fixes #340060
15585
15586 2006-05-05  Andy Wingo  <wingo@pobox.com>
15587
15588         * ext/theora/theoraparse.c (gst_theora_parse_init)
15589         (theora_parse_src_convert, theora_parse_src_query):
15590         * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init)
15591         (vorbis_parse_convert, vorbis_parse_src_query): Add convert and
15592         query functions on the source pads of the theora and vorbis parse
15593         elements. Fixes position querying when doing a remux.
15594
15595 2006-05-05  Michael Smith  <msmith@fluendo.com>
15596
15597         * ext/theora/theoraparse.c: (parse_granulepos),
15598         (theora_parse_drain_queue_prematurely),
15599         (theora_parse_queue_buffer), (theora_parse_sink_event):
15600           Fix flushing.
15601           Fix invalid granulepos outputs when starting with a non-keyframe.
15602
15603 2006-05-05  Jan Schmidt  <thaytan@mad.scientist.com>
15604
15605         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find),
15606         (mpeg1_sys_type_find), (ogganx_type_find), (sw_data_destroy):
15607         Rearrange MPEG system stream detection, fixing some memleaks in the
15608         process.
15609         Constify the data for STARTS_WITH and RIFF helper handlers. Make sure
15610         they clean up their data correctly.
15611         Remove unused ogganx caps and move the 'is_annodex' check to inside
15612         the 'is_ogg' if statement.
15613
15614 2006-05-05  Wim Taymans  <wim@fluendo.com>
15615
15616         * gst/playback/gstdecodebin.c: (cleanup_decodebin):
15617         Properly remove ghostpads. Fixes #340392
15618
15619 2006-05-04  David Schleef  <ds@schleef.org>
15620
15621         * gst/typefind/gsttypefindfunctions.c:
15622
15623 2006-05-03  Jan Schmidt  <thaytan@mad.scientist.com>
15624
15625         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
15626         (mpeg_ts_probe_headers), (mpeg_ts_type_find):
15627
15628         When typefinding an MP3 in push-based mode, don't penalise the
15629         probability down to 74% when we found 5 valid frames just because we
15630         can't peek the end of the file.
15631
15632         Make the probability for detecting MPEG Transport Streams based on the
15633         number of sequential headers we successfully detected.
15634
15635 2006-05-03  Wim Taymans  <wim@fluendo.com>
15636
15637         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
15638         (vorbis_dec_push), (vorbis_dec_chain):
15639         Still produce an error when we receive an empty packet.
15640
15641 2006-05-03  Wim Taymans  <wim@fluendo.com>
15642
15643         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
15644         (gst_ogg_chain_mark_discont), (gst_ogg_chain_new_stream),
15645         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek):
15646         Mark buffers with DISCONT after seek and after activating new
15647         chains.
15648
15649         * ext/theora/gsttheoradec.h:
15650         * ext/theora/theoradec.c: (gst_theora_dec_reset),
15651         (theora_get_query_types), (theora_dec_sink_event),
15652         (theora_dec_push), (theora_handle_data_packet), (theora_dec_chain),
15653         (theora_dec_change_state):
15654         Fix frame counter.
15655         Detect and mark DISCONT buffers.
15656
15657         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
15658         (vorbis_dec_sink_event), (vorbis_dec_push), (vorbis_dec_chain),
15659         (vorbis_dec_change_state):
15660         * ext/vorbis/vorbisdec.h:
15661         Use GstSegment.
15662         Detect and mark DISCONT buffers.
15663         Don't crash on 0 sized buffers.
15664
15665 2006-05-03  Wim Taymans  <wim@fluendo.com>
15666
15667         * gst/volume/gstvolume.c: (volume_funcfind), (volume_set_caps),
15668         (volume_transform_ip):
15669         Increase "volume" property to 10.0. Fixes #340369.
15670         Set the process function to NULL when capsnego fails so that
15671         we properly error out.
15672
15673 2006-05-02  Stefan Kost  <ensonic@users.sf.net>
15674
15675         * gst/playback/gstplaybin.c: (add_sink):
15676         * gst/playback/test.c: (main):
15677         * gst/playback/test5.c: (dump_element_stats):
15678         * gst/playback/test6.c: (main):
15679           free caps using gst_caps_unref, don't leak caps-strings
15680
15681 2006-05-01  Tim-Philipp Müller  <tim at centricular dot net>
15682
15683         * gst/typefind/gsttypefindfunctions.c: (musepack_type_find),
15684         (plugin_init):
15685           Refine musepack typefinding a bit. Return MAXIMUM
15686           probability when we detect stream version 7 to make
15687           sure the mpeg audio typefinder doesn't trump us.
15688
15689 2006-04-29  Tim-Philipp Müller  <tim at centricular dot net>
15690
15691         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
15692           Protect against unexpected NULL strf_data buffer.
15693
15694 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
15695
15696         * tests/check/elements/audioconvert.c: (verify_convert),
15697         (GST_START_TEST):
15698           interpret the out[] buffer in the order the bytes are actually
15699           put in, which is LITTLE_ENDIAN, not BYTE_ORDER.
15700           Other tests should use BYTE_ORDER since the array is filled in
15701           with actual values
15702
15703 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
15704
15705         * tests/check/elements/audioconvert.c: (verify_convert),
15706         (GST_START_TEST):
15707           when a test fails, give an indication of which it is
15708
15709 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
15710
15711         * gst-libs/gst/cdda/gstcddabasesrc.c:
15712           compile fix; strtol() needs <stdlib.h>
15713
15714 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
15715
15716         * ext/alsa/gstalsamixerelement.c:
15717         * ext/alsa/gstalsasrc.c:
15718         * ext/cdparanoia/gstcdparanoiasrc.c:
15719         * ext/gnomevfs/gstgnomevfssink.c:
15720         * ext/gnomevfs/gstgnomevfssrc.c:
15721         * ext/ogg/gstoggdemux.c:
15722         * ext/ogg/gstoggmux.c:
15723         * ext/ogg/gstoggparse.c:
15724         * ext/ogg/gstogmparse.c:
15725         * ext/pango/gstclockoverlay.c:
15726         * ext/pango/gsttextoverlay.c:
15727         * ext/pango/gsttextrender.c:
15728         * ext/pango/gsttimeoverlay.c:
15729         * ext/theora/theoradec.c:
15730         * ext/theora/theoraenc.c:
15731         * ext/vorbis/vorbisdec.c:
15732         * ext/vorbis/vorbisenc.c:
15733         * gst-libs/gst/audio/gstaudiofilter.c:
15734         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
15735         * gst/audioconvert/gstaudioconvert.c:
15736         * gst/audiorate/gstaudiorate.c:
15737         * gst/audioresample/gstaudioresample.c:
15738         * gst/audiotestsrc/gstaudiotestsrc.c:
15739         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15740         * gst/playback/gstdecodebin.c:
15741         * gst/playback/gstplaybin.c:
15742         * gst/playback/gststreamselector.c:
15743         * gst/subparse/gstsubparse.c:
15744         * gst/tcp/gstmultifdsink.c:
15745         * gst/tcp/gsttcpclientsink.c:
15746         * gst/tcp/gsttcpclientsrc.c:
15747         * gst/tcp/gsttcpserversink.c:
15748         * gst/tcp/gsttcpserversrc.c:
15749         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
15750         * gst/videorate/gstvideorate.c:
15751         * gst/videoscale/gstvideoscale.c:
15752         * gst/videotestsrc/gstvideotestsrc.c:
15753         * gst/volume/gstvolume.c:
15754         * sys/v4l/gstv4ljpegsrc.c:
15755         * sys/v4l/gstv4lmjpegsink.c:
15756         * sys/v4l/gstv4lmjpegsrc.c:
15757         * sys/v4l/gstv4lsrc.c:
15758         * sys/ximage/ximagesink.c:
15759         * sys/xvimage/xvimagesink.c:
15760         * tests/check/libs/cddabasesrc.c:
15761           make GstElementDetails const
15762
15763 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
15764
15765         * gst/adder/gstadder.c: (gst_adder_setcaps), (gst_adder_src_event),
15766         (gst_adder_init):
15767           send events from src-pad to all sink-pads fixes #338657
15768
15769 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
15770
15771         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps),
15772         (alsasink_parse_spec):
15773           query width capabilities from alsa, fixes #338919
15774
15775 2006-04-28  Wim Taymans  <wim@fluendo.com>
15776
15777         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
15778         (gst_multi_fd_sink_remove_client_link):
15779         * gst/tcp/gstmultifdsink.h:
15780         Fix race condition in multifdsink that can lead to spurious 
15781         duplicate clients. this patch adds a new signal that is fired when
15782         multifdsink has removed all references to the fd.
15783         Fixes #339574.
15784         Updated documentation.
15785         API: client-fd-removed signal added
15786
15787 2006-04-28  Michael Smith  <msmith@fluendo.com>
15788
15789         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_get_stats):
15790           When asking g_value_array_new to prealloc elements, we may as well
15791           ask for the right number of elements.
15792
15793 2006-04-28  Wim Taymans  <wim@fluendo.com>
15794
15795         * gst-libs/gst/audio/gstbaseaudiosink.c:
15796         (gst_base_audio_sink_drain), (gst_base_audio_sink_event),
15797         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
15798         patch to make timestamp checking more tollerant to rounding 
15799         errors given that real discontinuities are to be marked on
15800         buffers. Fixes some asf files and #338778.
15801         Also avoid some crashers when we receive an event in the 
15802         NULL state.
15803
15804 2006-04-28  Michael Smith  <msmith@fluendo.com>
15805
15806         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
15807         (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
15808         (gst_gnome_vfs_src_get_property),
15809         (gst_gnome_vfs_src_send_additional_headers_callback),
15810         (gst_gnome_vfs_src_received_headers_callback),
15811         (gst_gnome_vfs_src_create), (gst_gnome_vfs_src_start),
15812         (gst_gnome_vfs_src_stop):
15813         * ext/gnomevfs/gstgnomevfssrc.h:
15814           Remove ICY handling (mostly) from gnomevfssrc, in favour of
15815           proper shared support within icydemux.
15816
15817 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
15818
15819         * gst/videorate/gstvideorate.c: (gst_video_rate_reset),
15820         (gst_video_rate_swap_prev), (gst_video_rate_chain):
15821           fix up docs
15822           fix a leak when no caps negotiated
15823           fix counting of input frames
15824         * tests/check/elements/.cvsignore:
15825         * tests/check/elements/videorate.c: (assert_videorate_stats),
15826         (GST_START_TEST), (videorate_suite):
15827           add tests for these
15828
15829 2006-04-28  Wim Taymans  <wim@fluendo.com>
15830
15831         * gst-libs/gst/audio/gstringbuffer.c:
15832         (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
15833         (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
15834         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
15835         (gst_ring_buffer_pause), (gst_ring_buffer_stop),
15836         (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
15837         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
15838         (gst_ring_buffer_commit), (gst_ring_buffer_read),
15839         (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
15840         (gst_ring_buffer_clear), (gst_ring_buffer_may_start):
15841         Check arguments passed to public functions instead of
15842         crashing.
15843
15844 2006-04-28  Wim Taymans  <wim@fluendo.com>
15845
15846         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
15847         (gst_base_audio_src_get_time), (gst_base_audio_src_create):
15848         GstBaseAudioSrc must be live or it does not work.
15849
15850         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audio_src_init):
15851         Don't set live to TRUE as this is the default in the parentclass.
15852
15853 2006-04-28  Wim Taymans  <wim@fluendo.com>
15854
15855         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps),
15856         (gst_video_scale_fixate_caps), (gst_video_scale_src_event):
15857         Videoscale doesn't pass on pixel-aspect ratio. Handle all
15858         fixation cases better. Fixes #338991
15859
15860 2006-04-28  Wim Taymans  <wim@fluendo.com>
15861
15862         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
15863         Handle 0/1 framerate correctly Fixes #331901.
15864
15865 2006-04-28  Wim Taymans  <wim@fluendo.com>
15866
15867         * tests/check/elements/audioconvert.c: (get_float_caps),
15868         (GST_START_TEST), (audioconvert_suite):
15869         Added check for correct clipping when doing float samples
15870         in audioconvert.
15871
15872 2006-04-28  Wim Taymans  <wim@fluendo.com>
15873
15874         * gst/videorate/gstvideorate.c: (gst_video_rate_event),
15875         (gst_video_rate_chain):
15876         Print more debugging info.
15877
15878 2006-04-28  Wim Taymans  <wim@fluendo.com>
15879
15880         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
15881         (resample_set_state_from_caps):
15882         Add support for other formats audioresample can handle such as
15883         32 bits in and float and 64 bits float. Fixes #301759
15884
15885 2006-04-28  Wim Taymans  <wim@fluendo.com>
15886
15887         * gst/audioconvert/audioconvert.c: (float):
15888         correctly clip float samples > 1.0. Fixes #338718
15889
15890 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
15891
15892         Patch by: Young-Ho Cha  <ganadist at chollian net>
15893
15894         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
15895         (gst_text_overlay_render_text):
15896           Don't strip newlines from the text. Also, center lines
15897           within multi-line paragraphs (#339405).
15898
15899 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
15900
15901         * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find):
15902           Fix wavpack typefinding to work in more cases (don't peek
15903           for chunks of multiple hundred kBs at once, but process
15904           things step-by-step in smaller units). Fixes #339786.
15905
15906 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
15907
15908         * configure.ac:
15909           back to HEAD
15910
15911 === release 0.10.6 ===
15912
15913 2006-04-28  Thomas Vander Stichele <thomas at apestaart dot org>
15914
15915         * configure.ac:
15916           releasing 0.10.6, "Chao"
15917
15918 2006-04-26  David Schleef  <ds@schleef.org>
15919
15920         * gst/videoscale/gstvideoscale.c: Add call to oil_init().
15921           Fixes #338897.
15922
15923 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
15924
15925         * configure.ac:
15926         * win32/common/config.h:
15927           new prerelease
15928
15929 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
15930
15931         patch by: Wim Taymans
15932
15933         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
15934         (gst_ogg_demux_perform_seek):
15935           make sure correct newsegments are sent, so that the decoder
15936           and the demuxer agree on timestamps.  Fixes playback of a lot
15937           of Ogg files that do not start from 0.  Fixes #339833.
15938
15939 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
15940
15941         Patch by: Edward Hervey  <edward@fluendo.com>
15942
15943         * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
15944         * tests/check/Makefile.am:
15945         * tests/check/elements/videorate.c: (assert_videorate_stats),
15946         (setup_videorate), (cleanup_videorate), (GST_START_TEST),
15947         (videorate_suite), (main):
15948           Fix an infinite loop if frames are passed in with wrongly ordered
15949           timestamps.  Fixes #339013.
15950
15951 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
15952
15953         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
15954
15955         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
15956           fix typefinding on some ISO files.  Fixes #339212.
15957
15958 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
15959
15960         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
15961
15962         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
15963           add another H264 fourcc.  Fixes #339047.
15964
15965 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
15966
15967         Patch by: Jan Schmidt
15968
15969         * gst/playback/gststreamselector.c:
15970         (gst_stream_selector_bufferalloc):
15971           Restore old StreamSelector behaviour.
15972           Fixes #338419.
15973
15974 2006-04-12  Thomas Vander Stichele  <thomas at apestaart dot org>
15975
15976         * configure.ac:
15977         * win32/common/config.h:
15978           prerelease
15979
15980 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
15981
15982         Patch by: Antoine Tremblay  <hexa00 at gmail dot com>
15983
15984         * gst-libs/gst/rtp/gstbasertpdepayload.c:
15985         (gst_base_rtp_depayload_finalize), (gst_base_rtp_depayload_push):
15986           Fix some memory leaks: on finalize, free buffers left in the queue
15987           before destroying the queue; in _push(), unref rtp_buf even if
15988           the process vfunc returned a NULL buffer as output buffer (#337548);
15989           demote some recuring debug messages to LOG level.
15990
15991 2006-04-11  Wim Taymans  <wim@fluendo.com>
15992
15993         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
15994         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
15995         (gst_ogg_chain_free), (gst_ogg_demux_sink_event),
15996         (gst_ogg_demux_loop):
15997         More cleanups.
15998         Respect segment stop when emiting EOS or SEGMENT_DONE.
15999         Fixes (#337945).
16000
16001 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
16002
16003         * gst/playback/gststreamselector.c:
16004         (gst_stream_selector_get_property):
16005           Don't leak pad name.
16006
16007 2006-04-10  Michael Smith  <msmith@fluendo.com>
16008
16009         * tests/check/Makefile.am:
16010         * tests/check/gst-plugins-base.supp:
16011           Suppress an old libtheora bug (fixed in more recent versions), so 
16012           that FC4 buildslaves can pass.
16013
16014 2006-04-10  Wim Taymans  <wim@fluendo.com>
16015
16016         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
16017         (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
16018         (gst_ogg_demux_init), (gst_ogg_demux_finalize),
16019         (gst_ogg_demux_sink_event), (gst_ogg_demux_get_data),
16020         (gst_ogg_demux_loop):
16021         Don't leak events.
16022         Remember what error we got when finding chains, if we
16023         were shutdown, that would not be an error.
16024
16025 2006-04-10  Wim Taymans  <wim@fluendo.com>
16026
16027         * gst-libs/gst/audio/gstbaseaudiosink.c:
16028         (gst_base_audio_sink_event):
16029         Starting the ringbuffer when we did not acquire it can cause
16030         a deadlock, is pointless and causes nasty things for
16031         subclasses. 
16032         Fixes gst-launch audiotestsrc num-buffers=0 ! alsasink.
16033
16034 2006-04-10  Wim Taymans  <wim@fluendo.com>
16035
16036         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
16037         (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
16038         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
16039         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
16040         (gst_ogg_demux_deactivate_current_chain),
16041         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
16042         (gst_ogg_demux_bisect_forward_serialno),
16043         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain):
16044         Add some more debugging.
16045
16046 2006-04-10  Wim Taymans  <wim@fluendo.com>
16047
16048         * ext/theora/theoradec.c: (theora_dec_src_event),
16049         (theora_handle_data_packet):
16050         Some more debug info.
16051
16052         * tests/examples/seek/seek.c: (start_seek), (main):
16053         Print element messages too.
16054
16055 2006-04-09  Sebastien Moutte  <sebastien@moutte.net>
16056
16057         * gst/audioresample/debug.h:
16058           replace debug macros with variable number of parameters
16059           by a simple alias to gstreamer standard debug macros 
16060          (#define RESAMPLE_ERROR GST_ERROR, __VA_ARGS__ is not
16061           supported by MSVC 6.0 and 7.1)
16062         * gst/audioresample/resample.h:
16063           define M_PI and rint for WIN32
16064         * win32/common/libgstaudio.def:
16065         * win32/common/libgstriff.def:
16066         * win32/common/libgsttag.def:
16067         * win32/common/libgstvideo.def:
16068           add new exported functions
16069         * win32/vs6:
16070           update project files
16071
16072 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
16073
16074         * ext/alsa/gstalsamixeroptions.c:
16075         (gst_alsa_mixer_options_class_init):
16076         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init):
16077         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_class_init):
16078         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init):
16079         * ext/ogg/gstoggparse.c: (gst_ogg_parse_class_init):
16080         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_class_init):
16081         * gst-libs/gst/audio/gstaudiofilter.c:
16082         (gst_audio_filter_class_init):
16083         * gst-libs/gst/audio/gstaudiosink.c:
16084         (gst_audioringbuffer_class_init):
16085         * gst-libs/gst/audio/gstaudiosrc.c:
16086         (gst_audioringbuffer_class_init):
16087         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_class_init):
16088         * gst-libs/gst/interfaces/colorbalancechannel.c:
16089         (gst_color_balance_channel_class_init):
16090         * gst-libs/gst/interfaces/mixeroptions.c:
16091         (gst_mixer_options_class_init):
16092         * gst-libs/gst/interfaces/mixertrack.c:
16093         (gst_mixer_track_class_init):
16094         * gst-libs/gst/interfaces/tunerchannel.c:
16095         (gst_tuner_channel_class_init):
16096         * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_class_init):
16097         * gst-libs/gst/netbuffer/gstnetbuffer.c:
16098         (gst_netbuffer_class_init):
16099         * gst-libs/gst/rtp/gstbasertppayload.c:
16100         (gst_basertppayload_class_init):
16101         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
16102         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
16103         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
16104         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init):
16105         * gst/playback/gststreamselector.c:
16106         (gst_stream_selector_class_init):
16107         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
16108         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
16109         * sys/v4l/gstv4lcolorbalance.c:
16110         (gst_v4l_color_balance_channel_class_init):
16111         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_class_init):
16112         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
16113         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
16114         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_channel_class_init),
16115         (gst_v4l_tuner_norm_class_init):
16116         * sys/ximage/ximagesink.c: (gst_ximagesink_class_init):
16117         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_class_init):
16118         * tests/old/testsuite/alsa/sinesrc.c: (sinesrc_class_init):
16119         Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
16120
16121 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
16122
16123         * ext/pango/gsttextrender.h:
16124         * gst-libs/gst/audio/gstaudiosink.h:
16125         * gst-libs/gst/audio/gstaudiosrc.h:
16126         * gst-libs/gst/audio/gstbaseaudiosink.h:
16127         * gst-libs/gst/audio/gstbaseaudiosrc.h:
16128         * gst-libs/gst/audio/gstringbuffer.h:
16129         * gst-libs/gst/rtp/gstbasertpdepayload.h:
16130         * gst-libs/gst/rtp/gstbasertppayload.h:
16131         * gst-libs/gst/video/gstvideofilter.h:
16132         * gst-libs/gst/video/gstvideosink.h:
16133         * gst/playback/gstplaybasebin.h:
16134         * gst/tcp/gstmultifdsink.h:
16135         * sys/v4l/gstv4lelement.h:
16136         Fix broken GObject macros
16137
16138 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
16139
16140         * ext/alsa/gstalsasink.c: (set_hwparams), (alsasink_parse_spec):
16141         More debug to trace why my USB headset is not working with gst
16142
16143 2006-04-07  Jan Schmidt  <thaytan@mad.scientist.com>
16144
16145         * gst/playback/gstplaybasebin.c: (group_destroy):
16146         Clean up our group elements properly in the case where it never 
16147         got committed - it still got added unconditionally to the bin.
16148
16149 2006-04-07  Wim Taymans  <wim@fluendo.com>
16150
16151         * ext/theora/theoradec.c: (theora_dec_sink_event),
16152         (theora_handle_data_packet), (theora_dec_chain):
16153         Unref unhandled events.
16154         Protect against empty buffers.
16155         Perform QoS on running time.
16156
16157 2006-04-07  Michael Smith  <msmith@fluendo.com>
16158
16159         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_set_header_on_caps),
16160         (gst_vorbis_enc_chain):
16161           Remove leaks from vorbisenc.
16162           Mostly minor changes, the only significant one is that now the
16163           buffers we set as 'streamheader' on the caps are copies of the
16164           original buffers, to avoid circular refcounting problems.
16165
16166 2006-04-07  Jan Schmidt  <thaytan@mad.scientist.com>
16167
16168         * gst/playback/gstplaybasebin.c: (mute_stream), (setup_substreams):
16169           Don't remove our mute-probe if someone else already did so.
16170           Don't set a 2nd one if there is already one pending on the pad.
16171
16172         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
16173         (do_playbin_seek):
16174           When a seek fails, ensure that playbin is still set back to playing.
16175           
16176         * gst/typefind/gsttypefindfunctions.c: (mpeg_ts_probe_headers),
16177         (mpeg_ts_type_find), (plugin_init):
16178           Add a typefind function for mpeg-ts streams. (Closes: #336617)
16179
16180 2006-04-06  Andy Wingo  <wingo@pobox.com>
16181
16182         * gst/videorate/gstvideorate.c (gst_video_rate_reset) 
16183         (gst_video_rate_init): Caps-related parameters should not be reset
16184         by a flush -- move their inits to the instance init function.
16185         (gst_video_rate_flush_prev): Don't complain if gst_pad_push
16186         is not OK, just return the result.
16187
16188         * gst/audiotestsrc/gstaudiotestsrc.c
16189         (gst_audio_test_src_class_init)
16190         (gst_audio_test_src_get_times): Re-enable is-live=true, as was
16191         broken by Stefan's commit on 24 March.
16192
16193         * ext/ogg/gstoggmux.c (gst_ogg_mux_push_buffer): Set caps on
16194         buffers being pushed out. Fixes oggmux ! multifdsink.
16195
16196 2006-04-05  Tim-Philipp Müller  <tim at centricular dot net>
16197
16198         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
16199         (gst_vorbis_dec_init), (vorbis_dec_finalize):
16200         * ext/vorbis/vorbisdec.h:
16201         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_add_interfaces),
16202         (gst_vorbis_enc_base_init), (gst_vorbis_enc_class_init),
16203         (gst_vorbis_enc_sink_setcaps), (gst_vorbis_enc_convert_src),
16204         (gst_vorbis_enc_convert_sink), (gst_vorbis_enc_get_query_types),
16205         (gst_vorbis_enc_src_query), (gst_vorbis_enc_sink_query),
16206         (gst_vorbis_enc_init), (gst_vorbis_enc_get_tag_value),
16207         (gst_vorbis_enc_metadata_set1), (gst_vorbis_enc_set_metadata),
16208         (gst_vorbis_enc_setup), (gst_vorbis_enc_clear),
16209         (gst_vorbis_enc_buffer_from_packet),
16210         (gst_vorbis_enc_buffer_from_header_packet),
16211         (gst_vorbis_enc_push_buffer), (gst_vorbis_enc_push_packet),
16212         (gst_vorbis_enc_set_header_on_caps), (gst_vorbis_enc_sink_event),
16213         (gst_vorbis_enc_chain), (gst_vorbis_enc_output_buffers),
16214         (gst_vorbis_enc_get_property), (gst_vorbis_enc_set_property),
16215         (gst_vorbis_enc_change_state):
16216         * ext/vorbis/vorbisenc.h:
16217           Remove left-over 0.8 cruft; use GST_DEBUG_FUNCPTR; make
16218           vorbisenc adhere to the official nomenclature; use boilerplate
16219           macro.
16220
16221 2006-04-04  Andy Wingo  <wingo@pobox.com>
16222
16223         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
16224         Whoops, fix bug introduced. Bad hacker!
16225         
16226         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
16227         Properly handle the case where you get EOS before any buffers are
16228         received. Use gst_buffer_make_metadata_writable where appropriate.
16229
16230         * ext/theora/theoradec.c (theora_handle_data_packet): This value
16231         is often negative -- make it signed so as not to wrap around.
16232         Fixes segfaults introduced on 9 March.
16233
16234 2006-04-03  Wim Taymans  <wim@fluendo.com>
16235
16236         * ext/theora/gsttheoradec.h:
16237         * ext/theora/theoradec.c: (theora_dec_src_event):
16238         Don't try to store a gdouble in a gboolean.
16239         Small cleanups.
16240
16241 2006-04-03  Michael Smith  <msmith@fluendo.com>
16242
16243         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads):
16244           Oggmux sucks.
16245           Make it suck slightly less by writing out the final page.
16246           Still can't encode a vorbis-in-ogg file correctly, though.
16247
16248 2006-04-03  Andy Wingo  <wingo@pobox.com>
16249
16250         * ext/theora/theoraparse.c (theora_parse_drain_queue): Um, remove
16251         a g_print.
16252
16253         * ext/theora/theora.c (plugin_init): Register theoraparse.
16254
16255         * ext/theora/gsttheoraparse.h: 
16256         * ext/theora/theoraparse.c: New files implementing a theora
16257         parser. Now we can properly remux ogg/theora+vorbis, yay.
16258
16259         * ext/vorbis/vorbisparse.c: Add some docs and a copyright.
16260
16261 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
16262
16263         * gst/audiotestsrc/gstaudiotestsrc.c:
16264           Fixed the sample pipeline (see #323798)
16265
16266 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
16267
16268         * configure.ac:
16269         * win32/common/config.h:
16270         * win32/common/config.h.in:
16271           use AS_VERSION and AS_NANO
16272           more cleanups
16273
16274 2006-03-31  Andy Wingo  <wingo@pobox.com>
16275
16276         * ext/vorbis/vorbisparse.c (vorbis_parse_sink_event): Fix
16277         uninitialized variable return that would happen.
16278         
16279         * ext/vorbis/vorbisparse.c (vorbis_parse_drain_queue): Fix
16280         uninitialized variable return that would never happen.
16281
16282         * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init) 
16283         (vorbis_parse_sink_event): Add an event function to flush our
16284         state on a seek, and to drain buffers on a premature EOS.
16285         (vorbis_parse_push_headers, vorbis_parse_clear_queue) 
16286         (vorbis_parse_push_buffer, vorbis_parse_drain_queue_prematurely) 
16287         (vorbis_parse_chain, vorbis_parse_queue_buffer) 
16288         (vorbis_parse_drain_queue): Queue up buffers until we can set
16289         their timestamps and granulepos values.
16290
16291         * ext/vorbis/vorbisparse.h: Include the vorbis decoder headers,
16292         and keep track of data needed for deriving granulepos and
16293         timestamps for buffers.
16294
16295 2006-03-29  Wim Taymans  <wim@fluendo.com>
16296
16297         Patch by: j^ <j at bootlab dot org>
16298
16299         * ext/alsa/gstalsamixerelement.c:
16300         (gst_alsa_mixer_element_class_init):
16301         * ext/alsa/gstalsasink.c:
16302         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init):
16303         * ext/ogg/gstoggdemux.c:
16304         * ext/ogg/gstoggmux.c:
16305         * ext/ogg/gstoggparse.c:
16306         * ext/pango/gstclockoverlay.c:
16307         * ext/pango/gsttextoverlay.c:
16308         * ext/pango/gsttextrender.c:
16309         * ext/pango/gsttimeoverlay.c:
16310         * ext/theora/theoradec.c:
16311         * ext/theora/theoraenc.c:
16312         * ext/vorbis/vorbisdec.c:
16313         * ext/vorbis/vorbisenc.c:
16314         * gst/audioconvert/gstaudioconvert.c:
16315         * gst/subparse/gstsubparse.c:
16316         * gst/tcp/gstmultifdsink.c:
16317         * gst/tcp/gsttcpclientsink.c:
16318         * gst/tcp/gsttcpclientsrc.c:
16319         * gst/tcp/gsttcpserversink.c:
16320         * gst/tcp/gsttcpserversrc.c:
16321           better/unified long descriptions
16322           Fixes #336477
16323
16324 2006-03-29  Wim Taymans  <wim@fluendo.com>
16325
16326         * tests/examples/seek/seek.c: (end_scrub), (seek_cb), (start_seek),
16327         (stop_seek):
16328         Don't let double and triple clicks mess up our state.
16329
16330 2006-03-28  Tim-Philipp Müller  <tim at centricular dot net>
16331
16332         * gst/playback/gstplaybin.c: (gen_video_element),
16333         (gen_text_element), (gen_audio_element), (gen_vis_element):
16334           Error out gracefully when we can't create any of the usual
16335           conversion elements for some reason. Also, don't try to
16336           create an audioscale (sic) element that's not used anyway.
16337
16338 2006-03-28  Tim-Philipp Müller  <tim at centricular dot net>
16339
16340         * gst/playback/gstplaybasebin.c: (setup_source):
16341           Don't post RESOURCE_NOT_FOUND error when we can't find a source
16342           element for a particular protocol, that's confusing for users.
16343           Instead, post a RESOURCE_FAILED error, so that our own error
16344           message is actually shown in totem etc. (#336303).
16345
16346 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
16347
16348         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
16349
16350         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_finalize),
16351         (gst_gnome_vfs_src_get_icy_metadata):
16352           Fix some minor memory leaks (#336194).
16353
16354 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
16355
16356         * ext/gnomevfs/gstgnomevfs.c:
16357         (gst_gnome_vfs_location_to_uri_string):
16358         * ext/gnomevfs/gstgnomevfs.h:
16359         * ext/gnomevfs/gstgnomevfssink.c:
16360         (gst_gnome_vfs_sink_set_property):
16361         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_set_property):
16362           Make gnomevfssink accept filenames as well as URIs for the
16363           "location" property, just like gnomevfssrc does (and
16364           filesrc/filesink do) (#336190).
16365
16366 2006-03-24  Thomas Vander Stichele <thomas at apestaart dot org>
16367
16368         * tests/check/generic/clock-selection.c: (GST_START_TEST):
16369           set to NULL before unreffing, fixes a valgrind leak.
16370           Why was this not triggering the error that an object needs to
16371           be NULL before unreffing ?
16372         * win32/common/config.h:
16373           update
16374
16375 2006-03-24  Tim-Philipp Müller  <tim at centricular dot net>
16376
16377         * gst/subparse/gstsubparse.c: (convert_encoding),
16378         (gst_sub_parse_change_state):
16379         * gst/subparse/gstsubparse.h:
16380           Text subtitle files may or may not be UTF-8. If it's not, we
16381           don't really want to see '?' characters in place of non-ASCII
16382           characters like accented characters. So let's assume the input
16383           is UTF-8 until we come across text that is clearly not. If it's
16384           not UTF-8, we don't really know what it is, so try the following:
16385           (a) see whether the GST_SUBTITLE_ENCODING environment variable
16386           is set; if not, check (b) if the current locale encoding is
16387           non-UTF-8 and use that if it is, or (c) assume ISO-8859-15 if
16388           the current locale encoding is UTF-8 and the environment variable
16389           was not set to any particular encoding. Not perfect, but better
16390           than nothing (and better than before, I think) (fixes #172848).
16391
16392 2006-03-24  Thomas Vander Stichele <thomas at apestaart dot org>
16393
16394         * configure.ac:
16395           update core requirement to 0.10.4.1 because of async_playback
16396           vmethod on GstBaseSink
16397
16398 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
16399
16400         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
16401         * gst/adder/gstadder.c: (gst_adder_init):
16402         use DEBUG_FUNCPTR for collectpads
16403
16404 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
16405
16406         * docs/plugins/Makefile.am:
16407         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
16408         * docs/plugins/gst-plugins-base-plugins-sections.txt:
16409         * ext/cdparanoia/gstcdparanoiasrc.c:
16410         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_base_init),
16411         (gst_gnome_vfs_sink_class_init):
16412         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_base_init):
16413         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_base_init):
16414         * ext/ogg/gstoggmux.c:
16415         * ext/ogg/gstoggparse.c: (gst_ogg_parse_base_init):
16416         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
16417         (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init):
16418         * ext/pango/gsttextoverlay.c:
16419         * ext/pango/gsttextrender.c:
16420         * ext/theora/theoradec.c:
16421         * ext/theora/theoraenc.c:
16422         * ext/vorbis/vorbisdec.c:
16423         * ext/vorbis/vorbisenc.c:
16424         * gst-libs/gst/audio/gstaudiofilter.c:
16425         (gst_audio_filter_base_init):
16426         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
16427         (gst_audio_filter_template_base_init):
16428         * gst/adder/gstadder.c: (gst_adder_get_type):
16429         * gst/adder/gstadder.h:
16430         * gst/audioconvert/gstaudioconvert.c:
16431         * gst/audiotestsrc/gstaudiotestsrc.c:
16432         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
16433         (gst_audio_test_src_create):
16434         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16435         * gst/playback/gstdecodebin.c:
16436         * gst/playback/gstplaybin.c:
16437         * gst/playback/gststreamselector.c:
16438         (gst_stream_selector_base_init):
16439         * gst/subparse/gstsubparse.c: (gst_sub_parse_base_init):
16440         * gst/volume/gstvolume.c:
16441         * sys/v4l/gstv4lmjpegsink.c:
16442         * sys/v4l/gstv4lmjpegsrc.c:
16443         * tests/check/libs/cddabasesrc.c:
16444         * tests/old/examples/gob/gst-identity2.gob:
16445           Add docs for adder, use GST_ELEMENT_DETAILS macro,
16446           define GstElementDetails at the top
16447
16448 2006-03-23  Sebastien Moutte  <sebastien@moutte.net>
16449
16450         * win32/common/libgstinterfaces.def:
16451         Add a lot of export functions for gst-python
16452         * win32/vs6/libgstinterfaces.dsp:
16453         Add a missing include folder in the project configuration
16454         
16455 2006-03-23  Wim Taymans  <wim@fluendo.com>
16456
16457         * gst-libs/gst/audio/gstbaseaudiosrc.c:
16458         (gst_base_audio_src_get_time), (gst_base_audio_src_create),
16459         (gst_base_audio_src_change_state):
16460         Fix audio sources, forgot to make the ringbuffer
16461         startable...
16462
16463 2006-03-23  Wim Taymans  <wim@fluendo.com>
16464
16465         * gst-libs/gst/audio/gstbaseaudiosrc.c:
16466         (gst_base_audio_src_get_time), (gst_base_audio_src_create),
16467         (gst_base_audio_src_change_state):
16468         unparent instead of unref the ringbuffer.
16469
16470 2006-03-23  Wim Taymans  <wim@fluendo.com>
16471
16472         * gst-libs/gst/audio/gstbaseaudiosink.c:
16473         (gst_base_audio_sink_class_init), (gst_base_audio_sink_async_play),
16474         (gst_base_audio_sink_do_play), (gst_base_audio_sink_change_state):
16475         Implement new async_play vmethod to start slaving and allow
16476         playback start in case of async PLAY state changes. 
16477
16478         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
16479         Enable QoS with new method in base class.
16480
16481 2006-03-23  Wim Taymans  <wim@fluendo.com>
16482
16483         Patch by: Julien MOUTTE <julien at moutte dot net>
16484
16485         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_query),
16486         (gst_video_test_src_do_seek), (gst_video_test_src_create):
16487         Partially handle 0 framerate, only EOS after the first frame
16488         is missing.
16489
16490 2006-03-23  Wim Taymans  <wim@fluendo.com>
16491
16492         Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
16493
16494         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
16495         (gst_riff_create_video_template_caps):
16496         * gst/ffmpegcolorspace/avcodec.h:
16497         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
16498         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
16499         (gst_ffmpegcsp_avpicture_fill):
16500         * gst/ffmpegcolorspace/imgconvert.c:
16501         Patch for support of YVU9 AVI files (#334822)
16502
16503 2006-03-22  Edward Hervey  <edward@fluendo.com>
16504
16505         * docs/design/design-decodebin.txt:
16506         Added design document for new decodebin
16507         (Target Caps): text/x-pango-markup is also a default target caps.
16508
16509 2006-03-22  Wim Taymans  <wim@fluendo.com>
16510
16511         * gst-libs/gst/audio/gstbaseaudiosink.c:
16512         (gst_base_audio_sink_dispose):
16513         Since we _parent the ringbuffer, we also need to
16514         _unparent instead of a plain _unref.
16515
16516 2006-03-22  Wim Taymans  <wim@fluendo.com>
16517
16518         * tests/examples/seek/seek.c: (end_scrub), (do_seek), (seek_cb),
16519         (stop_seek), (scrub_toggle_cb), (main):
16520         Add scrub checkbox.
16521
16522 2006-03-21  Tim-Philipp Müller  <tim at centricular dot net>
16523
16524         * ext/ogg/gstoggparse.c: (gst_ogg_parse_find_stream),
16525         (gst_ogg_parse_chain):
16526           Fix very inefficient usage of linked lists (#335365).
16527
16528 2006-03-21  Edward Hervey  <edward@fluendo.com>
16529
16530         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
16531         * gst/playback/gstplaybin.c: (handoff):
16532         * gst/playback/gststreamselector.c:
16533         (gst_stream_selector_set_property):
16534         gcc 4.1 unreferenced pointer fixes.
16535         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
16536         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
16537         gst_buffer_ref() now takes a GstBuffer*.
16538
16539 2006-03-20  Julien MOUTTE  <julien@moutte.net>
16540
16541         * sys/xvimage/xvimagesink.c:
16542         (gst_xvimagesink_get_format_from_caps): Fix a memleak reported
16543         by Jan Schmidt.
16544
16545 2006-03-19  Tim-Philipp Müller  <tim at centricular dot net>
16546
16547         * gst/typefind/gsttypefindfunctions.c: (id3v2_type_find),
16548         (id3v1_type_find), (apetag_type_find), (plugin_init):
16549           Can't do tag preferences via probability, as tags would then
16550           lose against types that are recognised with MAXIMUM probability
16551           (like .wav); so let all tag typefinders return MAXIMUM themselves
16552           and order them via the rank. Split ID3v1 and ID3v2 typefinders so
16553           that we can prefer APE to ID3v1 (fixes #335028).
16554           
16555 2006-03-17  Wim Taymans  <wim@fluendo.com>
16556
16557         * gst-libs/gst/audio/gstbaseaudiosink.c:
16558         (gst_base_audio_sink_change_state):
16559         * gst-libs/gst/audio/gstringbuffer.c: (wait_segment),
16560         (gst_ring_buffer_may_start):
16561         * gst-libs/gst/audio/gstringbuffer.h:
16562         Only start playback if we are playing.
16563         should fix #330748.
16564
16565 2006-03-17  Jan Schmidt  <thaytan@mad.scientist.com>
16566
16567         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
16568         * win32/common/config.h:
16569           Revert accidental commits to these files.
16570
16571 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
16572
16573         Patch by: Michal Benes  <michal dot benes at xeris dot cz>
16574
16575         * tests/Makefile.am:
16576           Don't try to build tests in tests/icles if we
16577           don't have X (#323852)
16578
16579 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
16580
16581         * gst-libs/gst/tag/gstid3tag.c:
16582           Add TXXX frame identifiers for replaygain stuff as used
16583           by some taggers (see #323721).
16584
16585 2006-03-16  Jan Schmidt  <thaytan@mad.scientist.com>
16586
16587         * gst/playback/gststreamselector.c:
16588         (gst_stream_selector_set_property),
16589         (gst_stream_selector_bufferalloc):
16590           Preserve the existing buggy streamselector behaviour by performing
16591           a fallback buffer allocation when downstream isn't linked yet.
16592           This should really be fixed in playbin by blocking pads until it's
16593           linked them.
16594           Also, use gst_pad_alloc_buffer instead of
16595           gst_pad_alloc_buffer_and_set.
16596
16597 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
16598
16599         * gst-libs/gst/tag/gstid3tag.c:
16600           Don't crash on unknown ID3v2 TXXX frames.
16601           
16602 2006-03-15  Jan Schmidt  <thaytan@mad.scientist.com>
16603
16604         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise):
16605           Chain up to the parent finalize method.
16606           Add 32-bit sample size to the template caps.
16607
16608         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
16609         (gst_riff_create_video_template_caps):
16610           Add the fourcc that the VMWare codec uses.
16611           
16612         * gst/playback/gststreamselector.c:
16613         (gst_stream_selector_set_property),
16614         (gst_stream_selector_bufferalloc),
16615         (gst_stream_selector_request_new_pad):
16616           For the active pad, forward buffer-alloc requests, otherwise
16617           return GST_FLOW_NOT_LINKED. This also prevents xvimagesink
16618           having to memcpy every frame when used by playbin.
16619
16620         * gst/tcp/gstmultifdsink.c:
16621         (gst_multi_fd_sink_handle_client_write):
16622           Get negotiated caps from the sink pad, rather than the sink
16623           pad's peer.
16624
16625 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
16626
16627         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
16628         
16629         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_pop_callbacks):
16630           Don't forget to set src->callbacks_pushed to FALSE again when
16631           popping them, otherwise re-activation in a different mode won't
16632           work (#334620).
16633
16634 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
16635
16636         Patch by: Sebastien Moutte  <sebastien moutte net>
16637
16638         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: (gst_ff_vid_caps_new),
16639         (gst_ff_aud_caps_new), (gst_ffmpeg_pixfmt_to_caps),
16640         (gst_ffmpeg_smpfmt_to_caps):
16641           Replace __VA_ARGS__ caps creation macros with varargs functions.
16642           Makes things compile on MSVC (#320765), looks nicer, and we can
16643           tell the compiler to check for the NULL terminator.
16644
16645 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
16646
16647         Patch by: Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
16648
16649         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
16650           Make sure the buffer we copy into is really always big
16651           enough, this time for real (#333488).
16652           
16653 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
16654
16655         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
16656           Add support for 24bpp DIB (#305279).
16657
16658 2006-03-14  Wim Taymans  <wim@fluendo.com>
16659
16660         * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_init):
16661         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
16662         * gst/ffmpegcolorspace/gstffmpegcolorspace.c: (gst_ffmpegcsp_init):
16663         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
16664         (gst_video_scale_init), (gst_video_scale_src_event):
16665         Re-enable QoS after the release.
16666         Rework videoscale to use the base class src_event handler.
16667
16668 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
16669
16670         * configure.ac:
16671           back to CVS.
16672
16673 === release 0.10.5 ===
16674
16675 2006-03-13  Thomas Vander Stichele <thomas at apestaart dot org>
16676
16677         * configure.ac:
16678           releasing 0.10.5, "Net"
16679
16680 2006-03-13  Tim-Philipp Müller  <tim at centricular dot net>
16681
16682         * docs/plugins/Makefile.am:
16683           Part of previous cdparanoiasrc docs fixes, forgot to commit.
16684           
16685 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
16686
16687         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
16688         * docs/plugins/gst-plugins-base-plugins-sections.txt:
16689         * docs/plugins/gst-plugins-base-plugins.hierarchy:
16690           Add cdparanoiasrc to docs.
16691
16692         * gst-libs/gst/cdda/gstcddabasesrc.c:
16693           More GstCddaBaseSrc docs.
16694
16695 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
16696
16697         * docs/libs/gst-plugins-base-libs-sections.txt:
16698         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_user_tag):
16699         * gst-libs/gst/tag/tag.h:
16700           API: libgsttag: new method gst_tag_from_id3_user_tag().
16701
16702 2006-03-11  Tim-Philipp Müller  <tim at centricular dot net>
16703
16704         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
16705           NULL-terminate array of mpeg4 video file extensions.
16706           Fixes crash on PPC (#334226).
16707
16708 2006-03-11  Tim-Philipp Müller  <tim at centricular dot net>
16709
16710         * ext/gnomevfs/gstgnomevfssrc.c:
16711         (gst_gnome_vfs_src_check_get_range):
16712           gnome_vfs_uri_is_local() alone is not a good indicator
16713           whether we can operate in pull-mode with a specific URI,
16714           as it returns FALSE for file:// URIs that point to an
16715           NFS-mounted path. Be more conservative here: whitelist
16716           local files, blacklist http URIs and use the old
16717           mechanism for anything else (fixes #334216).
16718
16719 2006-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
16720
16721         * configure.ac:
16722           back to trunk
16723
16724 === release 0.10.4 ===
16725
16726 2006-03-10  Thomas Vander Stichele <thomas at apestaart dot org>
16727
16728         * configure.ac:
16729           releasing 0.10.4, "Power"
16730
16731 2006-03-10  Jan Schmidt  <thaytan@mad.scientist.com>
16732
16733         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
16734         Disable max-lateness by setting it to -1 for now, so that 
16735         we can bed QoS stuff in thoroughly between now and the next
16736         release.
16737
16738 2006-03-10  Tim-Philipp Müller  <tim at centricular dot net>
16739
16740         Patch by: Fabrizio Gennari
16741
16742         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
16743           Make sure we don't read beyond the palette buffer in case of
16744           broken or manipulated files (#333488)
16745
16746 2006-03-10  Edward Hervey  <edward@fluendo.com>
16747
16748         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
16749         Fix for variable not initialized.
16750
16751 2006-03-09  Wim Taymans  <wim@fluendo.com>
16752
16753         * ext/libvisual/visual.c: (gst_visual_get_type),
16754         (gst_visual_src_setcaps), (gst_vis_src_negotiate),
16755         (gst_visual_chain):
16756         Small cleanups.
16757
16758         * ext/theora/gsttheoradec.h:
16759         * ext/theora/theoradec.c: (gst_theora_dec_init),
16760         (gst_theora_dec_reset), (_theora_granule_time),
16761         (theora_dec_src_convert), (theora_dec_sink_convert),
16762         (theora_dec_src_query), (theora_dec_src_event),
16763         (theora_dec_sink_event), (theora_handle_comment_packet),
16764         (theora_handle_header_packet), (theora_dec_push),
16765         (theora_handle_data_packet), (theora_dec_chain),
16766         (theora_dec_change_state):
16767         Add simple QoS.
16768
16769 2006-03-09  Wim Taymans  <wim@fluendo.com>
16770
16771         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
16772         (audiocast_register_listener), (gst_gnome_vfs_src_start):
16773         Some cleanups.
16774
16775 2006-03-09  Wim Taymans  <wim@fluendo.com>
16776
16777         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
16778         Don't try to activate NULL chains.
16779
16780 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
16781
16782         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
16783           Fix invalid memory access to region before peek'd data (#332964).
16784
16785 2006-03-09  Wim Taymans  <wim@fluendo.com>
16786
16787         Patch by: Christophe Fergeau
16788
16789         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init):
16790         * ext/pango/gsttextrender.c: (gst_text_render_init):
16791         * gst/adder/gstadder.c: (gst_adder_init):
16792         Don't leak padtemplates, closes #333510.
16793
16794 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
16795
16796         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
16797           Fix invalid memory access: make sure string passed to
16798           regexec() is NUL-termianted.
16799
16800 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
16801
16802         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
16803         (mp3_type_find):
16804           Refactor mpeg/audio typefinding to make it more maintainable
16805           and easier to fine-tune. Make probing into middle of the file
16806           work properly (fixes #333900, also see #152688).
16807
16808 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
16809
16810         * gst/typefind/gsttypefindfunctions.c:
16811         (utf8_type_find_have_valid_utf8_at_offset):
16812           Remove part from previous commit that was bogus:
16813           g_utf8_validate() does in fact not accept embedded
16814           zeroes, so we don't need to check for those (thanks
16815           to Mike for the hint).
16816
16817 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
16818
16819         * gst/typefind/gsttypefindfunctions.c:
16820         (utf8_type_find_count_embedded_zeroes),
16821         (utf8_type_find_have_valid_utf8_at_offset), (utf8_type_find):
16822           Make plain/text typefinder more conservative: firstly, check
16823           for embedded zeroes, which are perfectly valid UTF-8 characters,
16824           but also a fairly good sign that something is not a plain text
16825           file; secondly, probe into the middle of the file if possible.
16826           If we can't probe into the middle, limit the probability value
16827           to be returned to TYPE_FIND_POSSIBLE (see #333900).
16828
16829 2006-03-08  Michael Smith  <msmith@fluendo.com>
16830
16831         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
16832           Make typefind function name for mpeg4 video unique.
16833
16834 2006-03-08  Wim Taymans  <wim@fluendo.com>
16835
16836         * ext/libvisual/visual.c: (gst_visual_init),
16837         (gst_visual_clear_actors), (gst_visual_dispose),
16838         (gst_visual_reset), (gst_visual_src_setcaps),
16839         (gst_visual_sink_setcaps), (gst_vis_src_negotiate),
16840         (gst_visual_sink_event), (gst_visual_src_event), (get_buffer),
16841         (gst_visual_chain), (gst_visual_change_state):
16842         Cleanups, post nice errors.
16843         Handle sink and src events.
16844         Implement simple QoS.
16845
16846         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
16847         Use new basesink methods to configure max-lateness.
16848         Small doc update.
16849
16850         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16851         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps):
16852         Debug statement cleanups.
16853
16854         * gst/volume/gstvolume.c: (gst_volume_class_init):
16855         Simple cleanup.
16856
16857 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
16858
16859         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init),
16860         (gst_text_overlay_init), (gst_text_overlay_set_property),
16861         (gst_text_overlay_get_property):
16862           Revert API/ABI break from March 1. Keep 'halign' and 'valign'
16863           as string type properties, but mark them deprecated. Add
16864           'halignment' and 'valignment' properties that use enums
16865           instead of strings.
16866
16867 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
16868
16869         Patch by: Fabrizio Gennari
16870
16871         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
16872           Allow palettes with less than 256 colours in AVI files
16873           (#333488)
16874
16875 2006-03-07  Julien MOUTTE  <julien@moutte.net>
16876
16877         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event),
16878         (gst_text_overlay_video_event): Fix wrong EOS handling on text
16879         pad. We were releasing the queued text buffer when we should keep
16880         it until video pad gets EOS or discard the text buffer because it's
16881         too old. That was eating the last subtitle buffer. Add some more
16882         debug.
16883
16884 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
16885
16886         * ext/pango/gsttextoverlay.c: (gst_text_overlay_render_text),
16887         (gst_text_overlay_video_chain):
16888           Fix invalid memory access (we can't access a buffer after it's been
16889           pushed downstream without taking a reference); fix memory leak (if
16890           there's no text to render, bail out before allocating stuff).
16891
16892 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
16893
16894         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
16895         (gst_text_overlay_setcaps_txt), (gst_text_overlay_video_chain):
16896         * ext/pango/gsttextoverlay.h:
16897           If input is plain text, escape it before passing it to
16898           pango_layout_set_markup().
16899
16900 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
16901
16902         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_chain):
16903           Don't ignore flow return from gst_pad_push().
16904
16905 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
16906
16907         Patch by: Fabrizio Gennari
16908
16909         * ext/libvisual/visual.c: (gst_visual_getcaps),
16910         (gst_visual_src_setcaps), (gst_visual_sink_setcaps):
16911         * ext/ogg/gstoggmux.c: (gst_ogg_mux_sinkconnect):
16912         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
16913         (gst_vorbisenc_convert_sink):
16914         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
16915         (gst_audio_duration_from_pad_buffer):
16916         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_link),
16917         (gst_audio_filter_chain):
16918         * gst-libs/gst/rtp/gstbasertpdepayload.c:
16919         (gst_base_rtp_depayload_setcaps):
16920         * gst-libs/gst/video/video.c: (gst_video_frame_rate),
16921         (gst_video_get_size):
16922         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
16923           Don't leak references returned by gst_pad_get_parent()
16924           (#333663)
16925
16926 2006-03-06  Stefan Kost  <ensonic@users.sf.net>
16927
16928         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
16929           change location param details
16930         * gst/volume/gstvolume.c: (plugin_init):
16931           correct plugin description
16932
16933 2006-03-06  Tim-Philipp Müller  <tim at centricular dot net>
16934
16935         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
16936         (gst_gnome_vfs_src_check_get_range):
16937           Override GstBaseSrc::check_get_range() in order to avoid opening
16938           the resource just to check whether we can operate in pull-mode or
16939           not - we can predict that pretty well from the URI alone. Should
16940           fix problems with last.fm (#331690). (Requires latest core CVS).
16941
16942 2006-03-06  Wim Taymans  <wim@fluendo.com>
16943
16944         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
16945         (gst_video_sink_class_init):
16946         Throw away frames that are later than 20 ms.
16947
16948 2006-03-06  Tim-Philipp Müller  <tim at centricular dot net>
16949
16950         Patch by: Fabrizio Gennari
16951
16952         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
16953           Set depth on WMA caps (#333545)
16954
16955 2006-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
16956
16957         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
16958         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
16959           put Theora BOS pages before others.  This hardcodes
16960           the Ogg/Theora I profile, but hey.
16961
16962 2006-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
16963
16964         * ext/ogg/README:
16965           updated with some examples
16966         * ext/theora/theoraenc.c: (granulepos_to_timestamp),
16967         (granulepos_add), (theora_buffer_from_packet):
16968         * ext/vorbis/vorbisenc.c: (granulepos_to_timestamp_offset),
16969         (granulepos_to_timestamp), (gst_vorbisenc_buffer_from_packet),
16970         (gst_vorbisenc_chain):
16971           implement strategy from ext/ogg/README
16972         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
16973         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
16974         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_compare_pads),
16975         (gst_ogg_mux_queue_pads), (gst_ogg_mux_collected):
16976           Fix muxer so that oggz-validate is happy with all streams;
16977           except for no eos mark, and the BOS page ordering
16978         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
16979         (check_buffer_granulepos):
16980         * tests/check/pipelines/vorbisenc.c: (check_buffer_granulepos):
16981           update tests to check for OFFSET being set as requested
16982           fixed type of granulepos, it's not a ClockTime
16983
16984 2006-03-05  Julien MOUTTE  <julien@moutte.net>
16985
16986         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
16987         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
16988         Check that the xvimage we are creating has a correct size
16989         before returning it. (#314897)
16990
16991 2006-03-05  Tim-Philipp Müller  <tim at centricular dot net>
16992
16993         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
16994           Give id3 and ape tag typefinders a rank slightly higher
16995           than PRIMARY to ensure they're always run before any of
16996           the other typefinders (in particular wav and mp3) (#324186).
16997
16998 2006-03-05  Tim-Philipp Müller  <tim at centricular dot net>
16999
17000         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
17001           Add support for '3IVD' fourcc (#333403).
17002
17003 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
17004
17005         * configure.ac:
17006           Bump requirements to GStreamer CVS for the new error enum.
17007
17008         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_render):
17009           Emit new GST_RESOURCE_ERROR_NO_SPACE_LEFT when there's no
17010           space left on the device (fixes #333352).
17011
17012 2006-03-04  Sebastien Moutte  <sebastien@moutte.net>
17013
17014         * win32/vs6:
17015           add a project file for libgstvolume
17016           update the workspace
17017
17018 2006-03-03  Thomas Vander Stichele  <thomas at apestaart dot org>
17019
17020         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
17021         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
17022         (GST_START_TEST):
17023           Fix for http://bugzilla.gnome.org/show_bug.cgi?id=333254
17024           Set IN_CAPS on header buffers
17025
17026 2006-03-02  Wim Taymans  <wim@fluendo.com>
17027
17028         * docs/plugins/Makefile.am:
17029         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
17030         * docs/plugins/gst-plugins-base-plugins-sections.txt:
17031         Add audioresample to docs.
17032
17033         * gst/audioconvert/gstaudioconvert.c:
17034         Add revision date.
17035
17036         * gst/audioresample/gstaudioresample.c:
17037         (gst_audioresample_base_init), (gst_audioresample_class_init),
17038         (gst_audioresample_init), (gst_audioresample_dispose),
17039         (audioresample_get_unit_size), (audioresample_transform_caps),
17040         (resample_set_state_from_caps), (audioresample_transform_size),
17041         (audioresample_set_caps), (audioresample_event),
17042         (audioresample_do_output), (audioresample_transform),
17043         (audioresample_pushthrough), (gst_audioresample_set_property),
17044         (gst_audioresample_get_property), (plugin_init):
17045         * gst/audioresample/gstaudioresample.h:
17046         Added docs.
17047         Small code cleanups.
17048
17049 2006-03-02  Wim Taymans  <wim@fluendo.com>
17050
17051         * docs/plugins/Makefile.am:
17052         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
17053         * docs/plugins/gst-plugins-base-plugins-sections.txt:
17054         Added videoscale to docs.
17055
17056         * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
17057         (gst_video_rate_swap_prev), (gst_video_rate_event),
17058         (gst_video_rate_chain):
17059         Fix typo in docs.
17060
17061         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
17062         (gst_video_scale_init), (gst_video_scale_prepare_size),
17063         (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
17064         (gst_video_scale_fixate_caps), (gst_video_scale_transform):
17065         * gst/videoscale/gstvideoscale.h:
17066         Added docs, examples.
17067         Some code cleanups.
17068         Post errors instead of g_warning.
17069
17070 2006-03-02  Wim Taymans  <wim@fluendo.com>
17071
17072         * docs/libs/gst-plugins-base-libs-docs.sgml:
17073         * docs/libs/gst-plugins-base-libs-sections.txt:
17074         * docs/libs/gst-plugins-base-libs.types:
17075         * docs/plugins/Makefile.am:
17076         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
17077         * docs/plugins/gst-plugins-base-plugins-sections.txt:
17078         Added some more docs to libs and plugins.
17079
17080         * gst-libs/gst/audio/gstringbuffer.c:
17081         (gst_ring_buffer_prepare_read), (gst_ring_buffer_clear):
17082         * gst-libs/gst/audio/gstringbuffer.h:
17083         Document ringbuffer some more.
17084
17085         * gst/videorate/gstvideorate.c: (gst_video_rate_class_init),
17086         (gst_video_rate_setcaps), (gst_video_rate_reset),
17087         (gst_video_rate_init), (gst_video_rate_flush_prev),
17088         (gst_video_rate_swap_prev), (gst_video_rate_event),
17089         (gst_video_rate_chain), (gst_video_rate_change_state):
17090         * gst/videorate/gstvideorate.h:
17091         Fix videorate to use segments.
17092         Make it work with 0/1 framerates (closes #331903)
17093         Handle EOS correctly.
17094         Added docs.
17095
17096 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
17097
17098         * ext/ogg/gstogmparse.c: (gst_ogm_parse_class_init),
17099         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
17100         (gst_ogm_text_parse_init), (gst_ogm_parse_change_state):
17101           In state change function, first chain up to parent class,
17102           then handle downwards state change stuff. Remove some
17103           commented out cruft from 0.8 code.
17104
17105 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
17106
17107         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
17108         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
17109         (gst_ogm_parse_sink_convert), (gst_ogm_parse_sink_query),
17110         (gst_ogm_parse_chain):
17111           Don't remove/re-add source pad if the new caps are the same as
17112           the old caps anyway (#333042). When removing source pad, don't
17113           unref it afterwards - we didn't ref it when adding. Sprinkle some
17114           GST_DEBUG_FUNCPTR goodness here and there. Don't leak references
17115           after using gst_pad_get_parent(). Return downstream flow return
17116           value in chain function.
17117
17118 2006-03-02  Wim Taymans  <wim@fluendo.com>
17119
17120         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
17121         * docs/plugins/gst-plugins-base-plugins.args:
17122         * docs/plugins/gst-plugins-base-plugins.hierarchy:
17123         * docs/plugins/gst-plugins-base-plugins.interfaces:
17124         * docs/plugins/gst-plugins-base-plugins.signals:
17125         Fix hierarchy, added some more elements to the docs.
17126
17127         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17128         (gst_ffmpegcsp_get_type):
17129         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
17130         Fix docs for ffmpegcolorspace.
17131
17132 2006-03-01  Tim-Philipp Müller  <tim at centricular dot net>
17133
17134         * gst/typefind/gsttypefindfunctions.c: (id3_type_find),
17135         (apetag_type_find), (ape_type_find), (plugin_init):
17136           Some typefinding fine-tuning:
17137           - rank ID3/APE tags in order of preference via probabilities, so that
17138             ID3v2 > APEv2 > APEv1 > ID3v1.
17139           - three or four bytes don't really justify MAXIMUM probability,
17140             change those to 'very likely' (musepack and monkeysaudio).
17141
17142 2006-03-01  Wim Taymans  <wim@fluendo.com>
17143
17144         * docs/plugins/Makefile.am:
17145         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
17146         * docs/plugins/gst-plugins-base-plugins-sections.txt:
17147         * ext/alsa/gstalsamixer.c:
17148         * ext/alsa/gstalsamixer.h:
17149         * ext/alsa/gstalsamixerelement.c:
17150         (gst_alsa_mixer_element_class_init), (gst_alsa_mixer_element_init):
17151         * ext/alsa/gstalsamixerelement.h:
17152         * ext/alsa/gstalsasink.c:
17153         * ext/alsa/gstalsasink.h:
17154         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
17155         (gst_alsasrc_init):
17156         * ext/alsa/gstalsasrc.h:
17157         Added alsa docs.
17158         Small code cleanups.
17159
17160 2006-03-01  Wim Taymans  <wim@fluendo.com>
17161
17162         * ext/theora/Makefile.am:
17163         Dist new header too,
17164
17165 2006-03-01  Wim Taymans  <wim@fluendo.com>
17166
17167         * docs/plugins/Makefile.am:
17168         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
17169         * docs/plugins/gst-plugins-base-plugins-sections.txt:
17170         * ext/gnomevfs/gstgnomevfssink.h:
17171         * ext/gnomevfs/gstgnomevfssrc.h:
17172         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
17173         * ext/vorbis/vorbisdec.h:
17174         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_sink):
17175         * ext/vorbis/vorbisenc.h:
17176         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps),
17177         (vorbis_parse_chain), (vorbis_parse_change_state):
17178         * ext/vorbis/vorbisparse.h:
17179         * gst/audioconvert/gstaudioconvert.h:
17180         * gst/tcp/gsttcpserversink.h:
17181         * gst/videotestsrc/gstvideotestsrc.c:
17182         * gst/videotestsrc/gstvideotestsrc.h:
17183         * gst/volume/gstvolume.c:
17184         * gst/volume/gstvolume.h:
17185         Fix some more docs.
17186         Added docs for vorbisdec and vorbisparse.
17187         Fix vorbisparse.
17188
17189 2006-03-01  Wim Taymans  <wim@fluendo.com>
17190
17191         * docs/plugins/Makefile.am:
17192         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
17193         * docs/plugins/gst-plugins-base-plugins-sections.txt:
17194         * ext/pango/gstclockoverlay.h:
17195         * ext/pango/gsttextoverlay.h:
17196         * ext/pango/gsttextrender.h:
17197         * ext/pango/gsttimeoverlay.h:
17198         * ext/theora/gsttheoradec.h:
17199         * ext/theora/gsttheoraenc.h:
17200         * ext/theora/theoradec.c:
17201         * ext/theora/theoraenc.c:
17202         * gst/audioconvert/gstaudioconvert.h:
17203         * gst/audiotestsrc/gstaudiotestsrc.h:
17204         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
17205         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
17206         * gst/tcp/gstmultifdsink.h:
17207         Updated/added documentation.
17208
17209         * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
17210         (gst_text_overlay_halign_get_type),
17211         (gst_text_overlay_wrap_mode_get_type),
17212         (gst_text_overlay_base_init), (gst_text_overlay_class_init),
17213         (gst_text_overlay_init), (gst_text_overlay_set_property),
17214         (gst_text_overlay_get_property):
17215         Fix up properties to be enums instead of string to make bindings,
17216         introspection and automatic GUI creation possible.
17217         Add getters for the properties.
17218
17219 2006-02-28  Sebastien Moutte  <sebastien@moutte.net>
17220
17221         * gst/audiotestsrc/gstaudiotestsrc.c:
17222           added defines of M_PI and M_PI_2
17223         * gst/ffmpegcolorspace/avcodec.h:
17224           removed #include "stdint.h" for win32 as _stdint.h is 
17225           autogenerated to win32/common
17226         * win32/common/libgstaudio.def:
17227         * win32/common/libgsttag.def:
17228           added some exports
17229         * win32/vs6:
17230           some project files bugs corrected
17231         * win32/vs7:
17232           project files are reset to the default vs7 configuration 
17233           (they link to msvcr71.dll using default optimizations)
17234           
17235 2006-02-28  Wim Taymans  <wim@fluendo.com>
17236
17237         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
17238         Fix some docs.
17239
17240 2006-02-28  Edward Hervey  <edward@fluendo.com>
17241
17242         * ext/alsa/gstalsasrc.c:
17243         Set proper class on the ElementDetails:
17244         Source/Audio instead of Src/Audio/
17245
17246 2006-02-28  Edward Hervey  <edward@fluendo.com>
17247
17248         * gst/videoscale/vs_scanline.c:
17249         (vs_scanline_resample_nearest_RGBA):
17250         Revert optimization in videoscale. It should go in liboil and have
17251         an appropriate liboil function.
17252
17253 2006-02-28  Wim Taymans  <wim@fluendo.com>
17254
17255         * gst-libs/gst/audio/gstbaseaudiosink.c:
17256         (gst_base_audio_sink_provide_clock):
17257         Don't try to provide a clock in the NULL state.
17258
17259 2006-02-28  Wim Taymans  <wim@fluendo.com>
17260
17261         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
17262         (gst_ogg_pad_event), (gst_ogg_pad_internal_chain),
17263         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
17264         (gst_ogg_demux_deactivate_current_chain),
17265         (gst_ogg_demux_activate_chain), (gst_ogg_demux_do_seek),
17266         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_info),
17267         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
17268         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
17269         Use GstSegment infrastructure to remove duplicated code
17270         and handle more seek cases correctly.
17271
17272 2006-02-28  Wim Taymans  <wim@fluendo.com>
17273
17274         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17275         (gst_ffmpegcsp_transform):
17276         Don't ignore return code from ffmpeg convert function.
17277
17278         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
17279         Split out some long statements to ease debugging.
17280
17281 2006-02-27  Jan Schmidt  <thaytan@mad.scientist.com>
17282
17283         * ext/libvisual/visual.c: (gst_visual_init),
17284         (gst_vis_src_negotiate), (get_buffer), (plugin_init):
17285         Don't use gst_pad_use_fixed_caps, because it prevents downstream from
17286         being able to renegotiate the size. Instead, use the negotiation
17287         algorithm from the goom plugin to pick an initial output caps. 
17288
17289         Also, allow theoretical libvisual plugins that might support non-GL 
17290         output even if they also do GL.
17291
17292 2006-02-26  Julien MOUTTE  <julien@moutte.net>
17293
17294         * ext/libvisual/visual.c: (gst_visual_init),
17295         (gst_visual_src_setcaps), (get_buffer), (gst_visual_chain),
17296         (plugin_init): Load only non GL plugins. Fix some memleaks and 
17297         possible negotiation issues.
17298
17299 2006-02-25  Julien MOUTTE  <julien@moutte.net>
17300
17301         * gst-libs/gst/tag/tag.h: Adding Annodex tags here.
17302
17303 2006-02-24  Michael Smith  <msmith@fluendo.com>
17304
17305         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find),
17306         (cmml_type_find), (plugin_init):
17307           Fix CMML type find function to not require a specific minor version
17308           of the CMML header.
17309
17310           Add an MPEG4 video elementary stream typefind function.
17311
17312 2006-02-04  Michael Smith  <msmith@fluendo.com>
17313
17314         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fishead),
17315         (gst_ogg_pad_parse_skeleton_fisbone), (gst_ogg_pad_query_convert),
17316         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
17317         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
17318         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_collect_chain_info),
17319         (gst_ogg_demux_change_state), (gst_annodex_granule_to_time):
17320           Annodex support in ogg demuxer. Doesn't do very much without the
17321           other annodex patches (to come).
17322
17323 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
17324
17325         Patch by: Fabrizio Gennari <fabrizio dot get at tiscali dot it>
17326
17327         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
17328           Pick up palette for MS video v1 (#327028)
17329
17330 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
17331
17332         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17333         (gst_ffmpegcsp_caps_remove_format_info),
17334         (gst_ffmpegcsp_get_unit_size):
17335           The 'palette_data' field from incoming RGB caps shouldn't be
17336           proxied on outgoing YUV caps; also, restrict unit size
17337           adjustment in case of paletted data only to the unit that
17338           actually has a palette. Fixes #330711.
17339
17340 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
17341
17342         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17343         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
17344         (gst_ffmpegcsp_finalize), (gst_ffmpegcsp_class_init),
17345         (gst_ffmpegcsp_get_unit_size):
17346           Plug some memory leaks.
17347
17348 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
17349
17350         * sys/ximage/Makefile.am:
17351         * sys/xvimage/Makefile.am:
17352           Add some _CFLAGS and _LIBS that seem to be missing
17353           and/or required for Cygwin (see #317048).
17354
17355 2006-02-22  Wim Taymans  <wim@fluendo.com>
17356
17357         * ext/alsa/gstalsasrc.c:
17358         Fix description as pointed out by caugier.
17359
17360 2006-02-22  Tommi Myöhänen  <ext-tommi do myohanen at nokia dot com>
17361
17362         Reviewed by : Edward Hervey  <edward@fluendo.com>
17363
17364         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
17365         (qt_type_find):
17366         Better 3gp typefinding (#331526).
17367
17368 2006-02-21  Tim-Philipp Müller  <tim at centricular dot net>
17369
17370         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
17371           Don't send EOS event here, the base class will send one for us.
17372
17373         * gst/playback/gstplaybasebin.c: (prepare_output):
17374           Subpictures without video stream aren't allowed either.
17375         
17376         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
17377           Fix debug statement copy'n'paste-o.
17378
17379 2006-02-21  Tim-Philipp Müller  <tim at centricular dot net>
17380
17381         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume):
17382           Fix issues with mixer keeping state when muting/unmuting
17383           and when changing the volume whilst muted (see #331763
17384           and #331765).
17385
17386 2006-02-20  Tim-Philipp Müller  <tim at centricular dot net>
17387
17388         * gst/subparse/gstsubparse.c: (subrip_unescape_formatting),
17389         (parse_subrip), (gst_sub_parse_format_autodetect):
17390           Set right caps given that we send escaped text. Also,
17391           honour <i></i>, <b></b> and <u></u> markers that can be found
17392           in .srt files (fixes #310202).
17393
17394 2006-02-20  Tim-Philipp Müller  <tim at centricular dot net>
17395
17396         * gst-libs/gst/audio/mixerutils.c:
17397         (element_factory_rank_compare_func):
17398           Make order in which elements are tried more determinable.
17399
17400 2006-02-20  Julien MOUTTE  <julien@moutte.net>
17401
17402         * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
17403         (remove_element_chain), (cleanup_decodebin),
17404         (gst_decode_bin_change_state): Make decodebin reusable by
17405         fixing remove_element_chain first and then introduce a
17406         cleaner in state change to ->NULL. (Closes #331678)
17407
17408 2006-02-19  Wim Taymans  <wim@fluendo.com>
17409
17410         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_open_file):
17411         use 0666 mask when creating files so umask gets applied
17412         correctly. Fixes #331295.
17413
17414 2006-02-19  Tim-Philipp Müller  <tim at centricular dot net>
17415
17416         * gst/subparse/Makefile.am:
17417         * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
17418         (gst_ssa_parse_dispose), (gst_ssa_parse_init),
17419         (gst_ssa_parse_class_init), (gst_ssa_parse_src_event),
17420         (gst_ssa_parse_sink_event), (gst_ssa_parse_setcaps),
17421         (gst_ssa_parse_remove_override_codes), (gst_ssa_parse_parse_line),
17422         (gst_ssa_parse_chain), (gst_ssa_parse_change_state):
17423         * gst/subparse/gstssaparse.h:
17424         * gst/subparse/gstsubparse.c: (plugin_init):
17425           Add very basic parser for SSA subtitle streams (as often
17426           found in matroska files).
17427
17428 2006-02-19  Tim-Philipp Müller  <tim at centricular dot net>
17429
17430         * gst/playback/gstdecodebin.c: (mimetype_is_raw):
17431           That should be text/x-pango-markup, not text/x-pango-layout.
17432
17433 2006-02-19  Julien MOUTTE  <julien@moutte.net>
17434
17435         * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize):
17436         Polishing.
17437
17438 2006-02-19  Julien MOUTTE  <julien@moutte.net>
17439
17440         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
17441         (gst_text_overlay_finalize), (gst_text_overlay_init),
17442         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
17443         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
17444         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
17445         (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
17446         (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
17447         Fix state change deadlock.
17448
17449 2006-02-19  Julien MOUTTE  <julien@moutte.net>
17450
17451         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
17452         (gst_text_overlay_finalize), (gst_text_overlay_init),
17453         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
17454         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
17455         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
17456         (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
17457         (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
17458         * ext/pango/gsttextoverlay.h: Fix seeking both for muxed formats
17459         and subtitles files.
17460
17461 2006-02-19  Julien MOUTTE  <julien@moutte.net>
17462
17463         * gst/playback/gstdecodebin.c: (mimetype_is_raw): pango layout
17464         should be considered as raw.
17465
17466 2006-02-19  Julien MOUTTE  <julien@moutte.net>
17467
17468         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
17469         (cb_probe):
17470         * gst/playback/gststreaminfo.h: Introduce language informations.
17471
17472 2006-02-18  Jan Schmidt  <thaytan@mad.scientist.com>
17473
17474         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
17475         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
17476         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
17477         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
17478         Set shared memory segments to be deleted as soon as we have attached,
17479         that way they get cleaned up automatically if we crash.
17480
17481 2006-02-18  Julien MOUTTE  <julien@moutte.net>
17482
17483         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_get_text): 
17484         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_get_text): Those
17485         functions are called with lock held.
17486
17487 2006-02-18  Julien MOUTTE  <julien@moutte.net>
17488
17489         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
17490         (gst_text_overlay_finalize), (gst_text_overlay_init),
17491         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
17492         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
17493         (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
17494         (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
17495         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
17496         (gst_text_overlay_change_state): Refactoring of textoverlay
17497         without collectpads. This now supports sparse subtitles coming
17498         from a demuxer instead of a sub file. Seeking is still broken 
17499         though. Need to discuss with wtay some more on how to handle
17500         seeking correctly.
17501         * ext/pango/gsttextoverlay.h:
17502         * gst/playback/gstplaybin.c: (setup_sinks): Support linking with
17503         subtitles coming from the demuxer.
17504
17505 2006-02-17  Wim Taymans  <wim@fluendo.com>
17506
17507         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
17508         (gst_vorbisenc_convert_sink):
17509         Use some more scaling functions.
17510
17511 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
17512
17513         * ext/cdparanoia/gstcdparanoiasrc.c:
17514         (gst_cd_paranoia_src_class_init), (gst_cd_paranoia_dummy_callback),
17515         (gst_cd_paranoia_paranoia_callback),
17516         (gst_cd_paranoia_src_signal_is_being_watched),
17517         (gst_cd_paranoia_src_read_sector):
17518         * ext/cdparanoia/gstcdparanoiasrc.h:
17519           Add back 'transport-error' and 'uncorrected-error' signals and
17520           make them actually be fired when bad stuff happens (#319340).
17521
17522 2006-02-17  Wim Taymans  <wim@fluendo.com>
17523
17524         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
17525         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
17526         (gst_ring_buffer_device_is_open), (gst_ring_buffer_acquire),
17527         (gst_ring_buffer_release), (gst_ring_buffer_set_flushing),
17528         (gst_ring_buffer_start), (gst_ring_buffer_pause_unlocked),
17529         (gst_ring_buffer_pause), (gst_ring_buffer_stop),
17530         (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
17531         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
17532         (gst_ring_buffer_commit), (gst_ring_buffer_prepare_read),
17533         (gst_ring_buffer_clear):
17534         Small cleanups.
17535         Added some G_LIKELY.
17536
17537 2006-02-17  Wim Taymans  <wim@fluendo.com>
17538
17539         * gst-libs/gst/audio/TODO:
17540         Update TODO
17541
17542         * gst-libs/gst/audio/gstbaseaudiosink.c:
17543         (gst_base_audio_sink_get_offset):
17544         When trying to play samples ASAP and we don't have a
17545         previous sample, try to play at position 0 instead of
17546         an invalid position.
17547
17548 2006-02-17  Wim Taymans  <wim@fluendo.com>
17549
17550         * ext/alsa/gstalsasink.c: (gst_alsasink_open),
17551         (gst_alsasink_reset):
17552         Also release lock when we get an error in _reset();
17553         fix an error message.
17554
17555 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
17556
17557         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
17558         (gst_alsasink_init), (get_channel_free_structure),
17559         (caps_add_channel_configuration), (gst_alsasink_getcaps),
17560         (gst_alsasink_close):
17561         * ext/alsa/gstalsasink.h:
17562           Add support for more than 2 channels (#326720).
17563
17564 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
17565
17566         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
17567           Set codec_name for WAVEFORMATEX as well. When we have 'normal PCM'
17568           with 4 or 6 channels, assume a default channel layout to make things
17569           work (not sure there's anything else we can do in those cases).
17570
17571 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
17572
17573         * gst-libs/gst/audio/multichannel.c:
17574           Minor docs fix.
17575
17576         * gst-libs/gst/riff/Makefile.am:
17577         * gst-libs/gst/riff/riff-ids.h:
17578         * gst-libs/gst/riff/riff-media.c:
17579         (gst_riff_wavext_add_channel_layout), (gst_riff_create_audio_caps):
17580           Add support for WAVEFORMATEX, eg. PCM audio with more than two
17581           channels and a channel layout map.
17582           
17583 2006-02-16  Mathieu Garcia <b0nk at free dot fr>
17584
17585         Reviewed by Edward Hervey  <edward@fluendo.com>
17586
17587         * gst/videoscale/vs_scanline.c: (vs_scanline_resample_nearest_RGBA): 
17588         C-level optimization of the RGBA nearest neighbour function.
17589         Eventually this might end up in liboil with vectorized versions.
17590
17591 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
17592
17593         * gst-libs/gst/audio/multichannel.c:
17594         (gst_audio_get_channel_positions):
17595           When we have more than 2 channels, but no channel layout is
17596           specified in the caps, return some default channel layout
17597           to the caller and warn about about a possibly buggy element
17598           (could be buggy filtercaps as well of course) (#317038).
17599
17600 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
17601
17602         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
17603           Add gst-libs/gst/cdda to list of lib search paths.
17604
17605 2006-02-15  Andy Wingo  <wingo@pobox.com>
17606
17607         * ext/ogg/gstoggmux.c (gst_ogg_mux_collected): When updating
17608         timestamp, update timestamp_end as well. Fixes a bugaboo. I hope
17609         to the Lord Jesus that I do not have to touch the ogg muxer ever
17610         again.
17611
17612 2006-02-15  Edward Hervey  <edward@fluendo.com>
17613
17614         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
17615         quicktime movie files can also contain 'uuid' atoms.
17616
17617 2006-02-14  Tim-Philipp Müller  <tim at centricular dot net>
17618
17619         * gst/audioconvert/plugin.c: (plugin_init):
17620           Register the GstAudioChannelPosition enum type with the type
17621           system in the plugin_init function, so that it is known before
17622           any element actually makes use of multi-channel stuff. This is
17623           required for example if one wants to be able to deserialise/use
17624           a caps string with channel positions before any pipeline has
17625           been setup and started, like with gst-launch.
17626
17627 2006-02-14  Wim Taymans  <wim@fluendo.com>
17628
17629         * gst-libs/gst/audio/gstringbuffer.c:
17630         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_delay),
17631         (gst_ring_buffer_samples_done), (wait_segment),
17632         (gst_ring_buffer_commit), (gst_ring_buffer_clear):
17633         Add some compiler G_(UN_)LIKELY help.
17634         SIGNAL the ringbuffer waiters when going to PAUSED as well to
17635         make sure they can exit their functions. Should fix #330748
17636
17637 2006-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
17638
17639         * Makefile.am:
17640         * configure.ac:
17641         * win32/MANIFEST:
17642         * win32/common/_stdint.h:
17643           Windows does not have long long; copy the generated _stdint.h
17644         * win32/common/interfaces-enumtypes.c:
17645         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
17646         (gst_mixer_track_flags_get_type),
17647         (gst_tuner_channel_flags_get_type):
17648         * win32/common/multichannel-enumtypes.c:
17649         (gst_audio_channel_position_get_type):
17650           update
17651
17652 2006-02-13  Wim Taymans  <wim@fluendo.com>
17653
17654         * gst-libs/gst/audio/gstbaseaudiosink.c:
17655         (gst_base_audio_sink_get_time), (gst_base_audio_sink_preroll),
17656         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
17657         Always sync on first sample we receive when starting.
17658
17659 2006-02-13  Wim Taymans  <wim@fluendo.com>
17660
17661         * gst/playback/gstplaybin.c: (gen_vis_element):
17662         Update vis bin docs.
17663         Move queue after tee so we don't queue video buffers but
17664         audio samples instead. Fixes problems where the video queue
17665         is filled and the audio queue empty.
17666
17667 2006-02-13  Tim-Philipp Müller  <tim at centricular dot net>
17668
17669         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
17670           No need to push an EOS event here, GstBaseSrc will do that for us
17671           when we return FLOW_UNEXPECTED.
17672           
17673 2006-02-12  Wim Taymans  <wim@fluendo.com>
17674
17675         * gst-libs/gst/audio/gstbaseaudiosink.c:
17676         (gst_base_audio_sink_get_time), (gst_base_audio_sink_setcaps),
17677         (gst_base_audio_sink_drain), (gst_base_audio_sink_preroll),
17678         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
17679         Use scale functions when possible.
17680         Fix error messages.
17681         Free clockid when after waiting for EOS.
17682         Use G_(UN_)LIKLY when it makes sense.
17683         Fix sample clipping bug found by Arwed v. Merkatz fixes #330789.
17684
17685 2006-02-12  Edward Hervey  <edward@fluendo.com>
17686
17687         * gst/playback/gstplaybasebin.c: (prepare_output): 
17688         Remove stray semi-colon (fixes #330888).
17689
17690 2006-02-12  Jan Schmidt  <thaytan@mad.scientist.com>
17691
17692         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
17693         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls):
17694         Fix up the XShm call testing so that we catch errors, and don't
17695         cause new ones by attempting to detach from a segment we failed
17696         to attach to. Fixes #312439.
17697
17698 2006-02-10  Edward Hervey  <edward@fluendo.com>
17699
17700         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
17701         Added flv file typefind (video/x-flv).
17702
17703 2006-02-10  Edward Hervey  <edward@fluendo.com>
17704
17705         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
17706         (gst_riff_create_video_template_caps):
17707         Added FLV1 <==> 'video/x-flash-video,flvversion=1' conversion.
17708         Also added the caps to the default set of riff video caps.
17709
17710 2006-02-09  Andy Wingo  <wingo@pobox.com>
17711
17712         * ext/ogg/gstoggmux.c (GstOggPad): Keep track of both the start
17713         time and the end time of the last packet in the page.
17714         (gst_ogg_mux_pad_queue_page): In addition to setting the timestamp
17715         on the pages in our queue, set the duration as well. Reflow a
17716         debug statement.
17717         (gst_ogg_mux_collected): Keep track of GstOggPad->timestamp_end.
17718         Fixes bad muxing order.
17719
17720 2006-02-09  Thomas Vander Stichele  <thomas at apestaart dot org>
17721
17722         * gst-libs/gst/rtp/gstbasertppayload.c:
17723         (gst_basertppayload_setcaps), (gst_basertppayload_push):
17724           update seqnum before setting it on the packet; this makes sure
17725           that the timestamp and seqnum properties match after pushing
17726           a buffer
17727
17728 2006-02-09  Andy Wingo  <wingo@pobox.com>
17729
17730         * gst-libs/gst/audio/gstringbuffer.c
17731         (gst_ring_buffer_samples_done): Cast to guint64, fixes an integer
17732         overflow after 13.5 hours of recording. Kapow!
17733
17734         * ext/alsa/gstalsasrc.c (gst_alsasrc_delay): Clamp the delay to
17735         the buffer size -- we don't care about underrun/overrun reporting
17736         right now, just need to return a useful value.
17737
17738 2006-02-09  Jan Schmidt  <thaytan@mad.scientist.com>
17739
17740         * configure.ac:
17741           Back to CVS
17742
17743 === release 0.10.3 ===
17744
17745 2006-02-09  Jan Schmidt <thaytan@mad.scientist.com>
17746
17747         * configure.ac:
17748           releasing 0.10.3, "Under Pressure"
17749
17750 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
17751
17752         * configure.ac:
17753         Drat. Bump libtool version number for new API.
17754         Prelease 0.10.2.3 (of 0.10.3)
17755
17756 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
17757
17758         * configure.ac:
17759         * win32/common/config.h:
17760         0.10.2.2 prerelease (of 0.10.3).
17761
17762 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
17763
17764         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_create):
17765           Revert Andy's newsegment change pending a more correct
17766           fix.
17767
17768 2006-02-08  Thomas Vander Stichele  <thomas at apestaart dot org>
17769
17770         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
17771         (qt_type_find), (plugin_init):
17772           detect more files as 3gp
17773           group and reorder the iso file formats
17774
17775 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
17776
17777         * ext/vorbis/vorbis.c: (plugin_init):
17778           Register musicbrainz tags, so apps don't have to.
17779
17780 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
17781
17782         * gst-libs/gst/tag/gstvorbistag.c: (gst_tag_from_vorbis_tag),
17783         (gst_tag_to_vorbis_tag):
17784           Make sure we called gst_tag_register_musicbrainz_tags()
17785           before possibly mapping a vorbiscomment string from/to a
17786           musicbrainz tag.
17787
17788 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
17789
17790         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
17791           In case we can't find the required number of consecutive
17792           mpeg audio frames to positively identify an MPEG audio
17793           stream, check if there's at least a valid mpeg audio
17794           frame right at offset 0 and if so suggest mpeg/audio
17795           caps with a very low probability (#153004).
17796
17797 2006-02-07  Andy Wingo  <wingo@pobox.com>
17798
17799         * gst/tcp/gsttcpclientsrc.c (gst_tcp_client_src_create): Switch to
17800         a TIME segment if we get timestamped buffers. Requires recent
17801         fixes in core to work properly.
17802
17803 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
17804
17805         * gst/playback/gstplaybasebin.c: (prepare_output):
17806           Don't print the URI as part of the error message, it
17807           makes error dialogs look rather ugly, especially if
17808           the URI is very long or has characters in it that
17809           need escaping.
17810
17811 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
17812
17813         * gst/playback/gstplaybasebin.c: (prepare_output):
17814           Error out if we have only text or subtitles, but nothing
17815           else. Also error out if we have subtitles but no video
17816           stream.
17817
17818 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
17819
17820         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
17821           Treat GNOME_VFS_RESULT_EOF as EOS, not as error (#329194).
17822           Post an error message on the bus when we encounter an
17823           error, which will hopefully be more meaningful than the
17824           'Internal Flow Error' message users get to see if we
17825           just return GST_FLOW_ERROR.
17826
17827 2006-02-07  Andy Wingo  <wingo@pobox.com>
17828
17829         * configure.ac (GST_MAJORMINOR): Update core version req to
17830         0.10.2.2, for the collectpads API addition (#330244).
17831
17832 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
17833
17834         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
17835           Return FALSE from plugin_init() when GnomeVFS can't
17836           be initialised for some reason (#328423).
17837
17838 2006-02-06  Julien MOUTTE  <julien@moutte.net>
17839
17840         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event): 
17841         Stick to seeking theory until i find the bug.
17842         * gst/subparse/gstsubparse.c: (parse_subrip): Fix debug.
17843
17844 2006-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
17845
17846         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
17847         (theora_enc_finalize), (theora_enc_sink_setcaps),
17848         (theora_set_header_on_caps), (theora_enc_chain),
17849         (theora_enc_change_state):
17850         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
17851           Make theoraenc and the tests leak free. Like, really.
17852
17853 2006-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
17854
17855         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
17856         (theora_enc_finalize), (theora_enc_sink_setcaps):
17857           Add a finalize method to ensure we clean up state even if
17858           someone omitted the state change back to NULL.
17859
17860         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1),
17861         (gst_vorbisenc_chain):
17862           Free some more leaked bits.
17863
17864         * tests/check/pipelines/theoraenc.c: (start_pipeline),
17865         (stop_pipeline):
17866           Wait for state changes to happen if they're ASYNC.
17867
17868           This ought to teach those fancy pants buildbots a lesson.
17869
17870 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
17871
17872         * gst-libs/gst/tag/gstid3tag.c:
17873           Add mapping for ID3 International Standard Recording Code
17874           tag "TSRC"
17875
17876 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
17877
17878         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1):
17879           Don't leak tag names.
17880
17881 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
17882
17883         * docs/libs/gst-plugins-base-libs-docs.sgml:
17884         * docs/libs/gst-plugins-base-libs-sections.txt:
17885         * gst-libs/gst/tag/gstid3tag.c:
17886         * gst-libs/gst/tag/gstvorbistag.c:
17887         * gst-libs/gst/tag/tags.c:
17888           Split libgsttag docs into multiple sections.
17889
17890 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
17891
17892         * docs/libs/Makefile.am:
17893         * docs/libs/gst-plugins-base-libs-docs.sgml:
17894         * docs/libs/gst-plugins-base-libs-sections.txt:
17895         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_tag):
17896         * gst-libs/gst/tag/gstvorbistag.c:
17897         * gst-libs/gst/tag/tag.h:
17898         * gst-libs/gst/tag/tags.c:
17899           Add libgsttag to the docs.
17900
17901 2006-02-05  Julien MOUTTE  <julien@moutte.net>
17902
17903         * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize),
17904         (gst_text_overlay_init), (gst_text_overlay_src_event),
17905         (gst_text_overlay_collected): Fix clockoverlay.
17906
17907 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
17908
17909         * docs/libs/compiling.sgml:
17910           Fix typo: it's pkg-config, not pkg-gconfig
17911
17912         * docs/libs/gst-plugins-base-libs-docs.sgml:
17913         * docs/libs/gst-plugins-base-libs-sections.txt:
17914         * docs/libs/tmpl/gstgconf.sgml:
17915           There is no libgstgconf in 0.10, remove it
17916           from the docs.
17917
17918 2006-02-05  Julien MOUTTE  <julien@moutte.net>
17919
17920         * docs/libs/tmpl/gstcolorbalance.sgml: Updated.
17921         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
17922         (gst_text_overlay_src_event), (gst_text_overlay_collected):
17923         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
17924         (gst_sub_parse_class_init), (gst_sub_parse_init),
17925         (gst_sub_parse_src_event), (parse_mdvdsub), (parse_subrip),
17926         (parse_mpsub), (parser_state_init), (handle_buffer),
17927         (gst_sub_parse_chain), (gst_sub_parse_sink_event), (plugin_init):
17928         * gst/subparse/gstsubparse.h: Introduce seeking code.
17929
17930 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
17931
17932         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
17933           Add comment about LANGUAGE tag inconsistency (we want
17934           ISO-639-1, but extract three-letter identifiers?)
17935
17936         * po/POTFILES.in:
17937           Add two translatable files.
17938
17939 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
17940
17941         * gst-libs/gst/tag/Makefile.am:
17942         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
17943         * gst-libs/gst/tag/tag.h:
17944         * gst-libs/gst/tag/tags.c:
17945         (gst_tag_register_musicbrainz_tags_internal),
17946         (gst_tag_register_musicbrainz_tags):
17947           Forward-port some tags stuff from the 0.8 branch. This is
17948           mostly the addition of musicbrainz tags and their mapping
17949           to vorbistags, and a vorbistag mapping of the language tag.
17950
17951 2006-02-05  Julien MOUTTE  <julien@moutte.net>
17952
17953         * gst/playback/gstplaybin.c: (gen_text_element): Fix broken code
17954         refactoring.
17955
17956 2006-02-04  David Schleef  <ds@schleef.org>
17957
17958         * ext/ogg/gstoggmux.c:
17959         * gst/typefind/gsttypefindfunctions.c:
17960           Add Dirac typefinding and add dirac format to oggmux.
17961
17962 2006-02-03  Tim-Philipp Müller  <tim at centricular dot net>
17963
17964         * gst/playback/gstdecodebin.c: (try_to_link_1):
17965           Don't put essential function call into
17966           g_return_*() macro, otherwise it'll all be
17967           replaced by NOOPs when compiling with
17968           G_DISABLE_CHECKS defined.
17969
17970 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
17971
17972         * ext/ogg/gstoggdemux.c:
17973         * ext/ogg/gstoggparse.c:
17974         * gst/tcp/gsttcpserversink.c:
17975         * sys/v4l/v4lsrc_calls.c:
17976         * sys/v4l/v4lsrc_calls.h:
17977         Just make it compile with --disable-gst-debug.
17978
17979 2006-02-03  Wim Taymans  <wim@fluendo.com>
17980
17981         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
17982         (gst_alsasink_class_init), (gst_alsasink_init),
17983         (gst_alsasink_write), (gst_alsasink_reset):
17984         * ext/alsa/gstalsasink.h:
17985         Add lock to protect alsa calls.
17986         Implement reset to flush samples ASAP, does not work
17987         with dmix though.
17988
17989 2006-02-02  Wim Taymans  <wim@fluendo.com>
17990
17991         * gst-libs/gst/audio/gstbaseaudiosink.c:
17992         (gst_base_audio_sink_provide_clock):
17993         Ugh.. getting late I guess...
17994
17995 2006-02-02  Wim Taymans  <wim@fluendo.com>
17996
17997         * gst-libs/gst/audio/gstbaseaudiosink.c:
17998         (gst_base_audio_sink_provide_clock),
17999         (gst_base_audio_sink_set_property),
18000         (gst_base_audio_sink_get_property), (gst_base_audio_sink_render):
18001         Don't try to provide a clock when we are not negotiated since
18002         we might not be able to make it run.
18003
18004 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
18005
18006         * gst/playback/gstdecodebin.c: (try_to_link_1):
18007           Unlinking two source pads is ... hard.
18008
18009 2006-02-02  Wim Taymans  <wim@fluendo.com>
18010
18011         * gst-libs/gst/audio/TODO:
18012         Updated.
18013
18014         * gst-libs/gst/audio/gstbaseaudiosink.c:
18015         (gst_base_audio_sink_drain), (gst_base_audio_sink_event):
18016         On EOS, wait till the last sample is played before posting EOS.
18017
18018 2006-02-01  Philippe Kalaf <burger at speedy dot org>
18019
18020         Patch by: Kai Vehmanen
18021         * gst-libs/gst/rtp/gstbasertpdepayload.c:
18022           Adds ability to enable newsegment bypass by setting queue_delay to
18023           zero. Also avoid thread being started if queue_delay is zero.
18024
18025 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
18026
18027         * gst/playback/test6.c: (new_decoded_pad_cb), (show_error), (main):
18028           Make test work again by connecting fakesinks to each decoded pad,
18029           which makes the pipeline wait until each fakesink has a buffer
18030           queued before going to PAUSED state. At that point we know the
18031           decodebin pads are negotiated.
18032
18033 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
18034
18035         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_query),
18036         (gst_cdda_base_src_handle_event):
18037         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_query):
18038           Pass unhandled queries to the parent class's query function.
18039
18040 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
18041
18042         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_types),
18043         (gst_ogg_pad_src_query):
18044         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
18045         * ext/theora/theoradec.c: (theora_dec_src_query),
18046         (theora_dec_sink_query):
18047         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
18048         (vorbis_dec_sink_query):
18049         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
18050         (gst_vorbisenc_sink_query):
18051         * gst/adder/gstadder.c: (gst_adder_query):
18052           Pass unhandled queries upstream instead of just
18053           dropping them (#326447). Also, fix supported
18054           query types list for some elements.
18055
18056 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
18057
18058         * gst/typefind/gsttypefindfunctions.c: (au_type_find),
18059         (paris_type_find), (ilbc_type_find), (plugin_init):
18060           Fix typefinding for audio/x-au, audio/x-paris and
18061           audio/iLBC-sh. We cannot use the START_WITH macros
18062           here, because there can only be one typefind factory
18063           with the same name (caps), so the second one would
18064           replace the first one and the first one would never
18065           be called when doing typefinding (see #161712).
18066           
18067
18068 2006-01-31  Wim Taymans  <wim@fluendo.com>
18069
18070         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
18071         (vorbis_handle_header_packet), (vorbis_dec_push),
18072         (vorbis_handle_data_packet):
18073         Use scale_int when we can, add some more scaling.
18074         Check packettype before parsing it.
18075
18076 2006-01-31  Wim Taymans  <wim@fluendo.com>
18077
18078         * ext/theora/theoradec.c: (_theora_granule_time),
18079         (theora_dec_src_convert), (theora_dec_sink_convert):
18080         Call right _scale functions.
18081         Use parameter instead of some other random value.
18082
18083 2006-01-31  Wim Taymans  <wim@fluendo.com>
18084
18085         * ext/theora/theoradec.c: (_theora_granule_frame),
18086         (_theora_granule_time), (_inc_granulepos),
18087         (theora_dec_src_convert), (theora_dec_sink_convert),
18088         (theora_handle_type_packet), (theora_handle_data_packet),
18089         (theora_dec_chain):
18090         Use higher precision timestamps calculation.
18091         Convert some other conversions to _scale.
18092
18093 2006-01-31  Stefan Kost  <ensonic@users.sf.net>
18094
18095         * gst/audiotestsrc/gstaudiotestsrc.c:
18096         (gst_audio_test_src_create_sine_table), (plugin_init):
18097         * gst/volume/gstvolume.c: (plugin_init):
18098           initialize gst_controller before using
18099
18100 2006-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
18101
18102         * tests/check/pipelines/theoraenc.c:
18103         * tests/check/pipelines/vorbisenc.c:
18104         Define constant using G_GINT64_CONSTANT to avoid errors when
18105         passing it around - otherwise it gets truncated to 32 bits.
18106
18107         Fixes failing tests.
18108
18109 2006-01-31  Andy Wingo  <wingo@pobox.com>
18110
18111         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_set_caps): Don't segfault if the
18112         caps being set doesn't have a framerate value. Basically a stopgap
18113         measure.
18114
18115         * ext/ogg/gstoggmux.c (GST_BUFFER_END_TIME): New macro. Not
18116         technically correct enough to put into core though.
18117         (gst_ogg_mux_dequeue_page): Use END_TIME instead of TIMESTAMP +
18118         DURATION. Fixes theoraenc ! oggmux.
18119
18120         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Fixate to the nearest
18121         fraction, not double.
18122
18123 2006-01-31  Sebastien Moutte  <sebastien@moutte.net>
18124
18125         * win32/vs7:
18126         add vs7 project files created by Sergey Scobich
18127
18128 2006-01-30  Sebastien Moutte  <sebastien@moutte.net>
18129
18130         * win32/vs8:
18131         add vs8 project files created by Sergey Scobich
18132         
18133 2006-01-30  Andy Wingo  <wingo@pobox.com>
18134
18135         * ext/ogg/gstoggmux.c (gst_ogg_mux_dequeue_page): Compare
18136         timestamp + duration, not just timestamp -- ogg pages should be
18137         ordered by stop time. Necessary fix given the change in vorbis
18138         timestamps.
18139
18140         * ext/theora/theoraenc.c (theora_enc_sink_setcaps) 
18141         (gst_theora_enc_init): Pull the granule shift out of the encoder.
18142         (granulepos_add): New function, handles the messiness of adjusting
18143         granulepos values.
18144         (theora_buffer_from_packet):
18145         (theora_enc_chain):
18146         (theora_enc_sink_event): Use granulepos_add, not +.
18147
18148         * tests/check/pipelines/theoraenc.c
18149         (check_buffer_granulepos_from_starttime): Just check the frame
18150         count, not the actual granulepos -- we can't dictate to the
18151         encoder when it should be placing keyframes.
18152
18153 2006-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
18154
18155         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
18156           SERVICE_NOT_AVAILABLE happens for example when you're trying to
18157           play an http:// stream from a server that's not serving
18158
18159 2006-01-30  Andy Wingo  <wingo@pobox.com>
18160
18161         * tests/check/pipelines/vorbisenc.c (TIMESTAMP_OFFSET): 
18162         * tests/check/pipelines/theoraenc.c (TIMESTAMP_OFFSET): Totally
18163         remove the UINT64_CONSTANT macro, doesn't appear to be needed or
18164         available.
18165
18166         * ext/theora/gsttheoraenc.h:
18167         * ext/theora/theoraenc.c: Same changes as were done to vorbisenc,
18168         although theoraenc was timestamping correctly. Added handling of
18169         streams that start with nonzero timestamps.
18170
18171         * tests/check/Makefile.am:
18172         * tests/check/pipelines/theoraenc.c: New file, basically does same
18173         tests as vorbisenc.
18174
18175         * tests/check/pipelines/vorbisenc.c: I claim these bugs.
18176
18177 2006-01-30  Wim Taymans  <wim@fluendo.com>
18178
18179         * gst-libs/gst/audio/gstaudiosink.c:
18180         (gst_audioringbuffer_class_init), (gst_audioringbuffer_release),
18181         (gst_audioringbuffer_pause):
18182         Implement pause that does not wait for completion.
18183
18184         * gst-libs/gst/audio/gstbaseaudiosink.c:
18185         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
18186         Don't drop buffers when going to PAUSED but perform preroll on
18187         remaining samples now that core base class supports this.
18188
18189         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_release),
18190         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_stop),
18191         (gst_ring_buffer_commit):
18192         Pause should not signal waiters.
18193         Implement return value of _commit correctly.
18194
18195 2006-01-30  Andy Wingo  <wingo@pobox.com>
18196
18197         * tests/check/Makefile.am (check_vorbis): Add pipelines/vorbisenc.
18198
18199         * ext/vorbis/vorbisenc.c (gst_vorbisenc_buffer_from_packet): Logic
18200         updated to timestamp from the first sample, not the last.
18201         (gst_vorbisenc_buffer_from_header_packet): New function, takes
18202         special care of granulepos and timestamp for header packets.
18203         (gst_vorbisenc_chain): Reflow, fix some leaks, and handle the case
18204         when the first buffer has a nonzero timestamp.
18205
18206         * ext/vorbis/vorbisenc.h (GstVorbisEnc.granulepos_offset)
18207         (GstVorbisEnc.subgranule_offset): New members. Take care of the
18208         case when the first audio buffer we get has a nonzero timestamp.
18209         (GstVorbisEnc.next_ts): Renamed from prev_ts, because now we
18210         properly timestamp vorbis buffers with the time of the first
18211         sample, not the last.
18212         
18213         * ext/vorbis/vorbisenc.c (granulepos_to_clocktime): Renamed from
18214         vorbis_granule_time_copy -- now it takes the granule/subgranule
18215         offset into account.
18216
18217         * tests/check/pipelines/vorbisenc.c: New test for correctness of
18218         timestamps, durations, and granulepos on buffers produced by
18219         vorbisenc.
18220
18221 2006-01-30  Jan Schmidt  <thaytan@mad.scientist.com>
18222
18223         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
18224         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
18225           Patch from Eric Jonas to support conversions to/from UYVY 
18226           (Fixes: #324626)
18227
18228 2006-01-30  Julien MOUTTE  <julien@moutte.net>
18229
18230         * gst/playback/gstplaybasebin.c: (group_commit), (queue_overrun),
18231         (setup_subtitle), (setup_source), (set_active_source):
18232         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
18233         (gen_text_element), (gen_audio_element), (gen_vis_element),
18234         (remove_sinks), (add_sink), (setup_sinks): Implement subtitles.
18235
18236 2006-01-29  Sebastien Moutte  <sebastien@moutte.net>
18237
18238         * gst-libs/gst/audio/audio.h: (GST_CLOCK_TIME_TO_FRAMES)
18239         * gst-libs/gst/audio/gstbaseaudiosink.c: (gst_base_audio_sink_render)
18240                 use gst_guint64_to_gdouble to be compliant with vs6
18241         * gst/playback/gstdecodebin.c: (try_to_link_1)
18242         * gst/videorate/videorate.c: (gst_video_rate_blank_data)
18243                 use G_GINT64_CONSTANT for int64 constants
18244         * win32/common/libgstinterfaces.def:
18245                 export some symbols (gst_mixer_get_type,gst_mixer_track_get_type)
18246         * win32/vs6:
18247                 update and add new project files
18248                 
18249 2006-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
18250
18251         * Makefile.am:
18252         * win32/MANIFEST:
18253         * win32/common/interfaces-enumtypes.c:
18254         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
18255         (gst_mixer_track_flags_get_type),
18256         (gst_tuner_channel_flags_get_type):
18257         * win32/common/interfaces-enumtypes.h:
18258         * win32/common/multichannel-enumtypes.c:
18259         (gst_audio_channel_position_get_type):
18260         * win32/common/multichannel-enumtypes.h:
18261           add a win32-update rule like in core, and copy over enumtypes files
18262
18263 2006-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
18264
18265         * win32/MANIFEST:
18266         * win32/common/config.h:
18267         * win32/common/config.h.in:
18268           add config files just like in core
18269
18270 2006-01-28  Tim-Philipp Müller  <tim at centricular dot net>
18271
18272         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format):
18273           Make gcc-4.1 happy (part of #327357).
18274
18275 2006-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
18276
18277         * ext/alsa/gstalsasink.c: (gst_alsasink_init), (set_hwparams),
18278         (set_swparams), (gst_alsasink_prepare), (gst_alsasink_unprepare),
18279         (gst_alsasink_close), (gst_alsasink_write), (gst_alsasink_reset):
18280         * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (set_hwparams),
18281         (set_swparams), (gst_alsasrc_open), (gst_alsasrc_prepare),
18282         (gst_alsasrc_unprepare), (gst_alsasrc_read):
18283           Update all error messages.  All of them should either use
18284           the default translated message, or actually provide a
18285           translatable string.
18286           Make the string for channel count problems meaningful.
18287
18288 2006-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
18289
18290         * sys/v4l/v4l_calls.c: (gst_v4l_open):
18291           check for and throw RESOURCE_BUSY
18292
18293 2006-01-27  David Schleef  <ds@schleef.org>
18294
18295         * gst/videoscale/vs_scanline.c: Oops, *that's* why I never
18296           checked in this change -- it requires liboil features not
18297           in 0.3.6.  Revert parts.
18298
18299 2006-01-27  David Schleef  <ds@schleef.org>
18300
18301         * REQUIREMENTS:
18302         * configure.ac: update liboil requirement to 0.3.6
18303         * gst/videoscale/Makefile.am:
18304         * gst/videoscale/vs_scanline.c: liboilify
18305
18306 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
18307
18308         * ext/libvisual/visual.c: (get_buffer):
18309           When pad_alloc returns a GstFlowReturn other
18310           than GST_FLOW_OK, make sure it is passed upstream.
18311
18312 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
18313
18314         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
18315         (gst_alsasink_class_init):
18316           Free the device name string.
18317
18318         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
18319         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad),
18320         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_clear_collectpads):
18321           Don't remove a pad from the collectpads structure until it
18322           is released - it's a request pad, and may receive data again
18323           if the element gets moved back to PLAYING state.
18324
18325         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
18326           Ensure we turn on double buffering on the Xv port, and
18327           set the colour key to something dark and mysterious that
18328           isn't black.
18329
18330 2006-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
18331
18332         * ext/alsa/gstalsaplugin.c: (plugin_init):
18333         * ext/cdparanoia/gstcdparanoiasrc.c:
18334         (gst_cd_paranoia_src_base_init), (plugin_init):
18335         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
18336         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init):
18337           - a library should not call setlocale. see "Libraries" node in
18338             gettext manual
18339           - make sure all plugins that use translation do bindtextdomain
18340             to point to the localedir
18341         * gst/playback/gstplaybin.c: (gen_vis_element), (add_sink),
18342         (setup_sinks), (plugin_init):
18343           all this, and check for NULL when creating sinks
18344
18345 2006-01-27  Julien MOUTTE  <julien@moutte.net>
18346
18347         * gst/subparse/gstsubparse.c: (gst_subparse_type_find),
18348         (plugin_init): Make typefinding of subtitles work again.
18349
18350 2006-01-26  Tim-Philipp Müller  <tim at centricular dot net>
18351
18352         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
18353         (mp3_type_frame_length_from_header), (mp3_type_find),
18354         (wavpack_type_find), (m4a_type_find), (ircam_type_find),
18355         (plugin_init):
18356           Backport a bunch of typefinding fixes from the 0.8 branch.
18357           Also, improve wavpack typefinding: if we can't peek the
18358           entire wavpack block, try to parse the bits we can get and
18359           see if we find what we're looking for in those.
18360
18361 2006-01-26  Julien MOUTTE  <julien@moutte.net>
18362
18363         * sys/ximage/ximagesink.c:
18364         (gst_ximagesink_calculate_pixel_aspect_ratio):
18365         * sys/xvimage/xvimagesink.c:
18366         (gst_xvimagesink_calculate_pixel_aspect_ratio): Handle some
18367         more cases of pixel aspect ratio.
18368
18369 2006-01-26  Edward Hervey  <edward@fluendo.com>
18370
18371         * gst/playback/gstdecodebin.c: (pad_probe):
18372         Also consider the flush-start and tag events as unblockers
18373         for the pad probes.
18374
18375 2006-01-26  Julien MOUTTE  <julien@moutte.net>
18376
18377         * gst/playback/gstplaybin.c: (gst_play_bin_init),
18378         (gst_play_bin_dispose), (gst_play_bin_vis_unblocked),
18379         (gst_play_bin_vis_blocked), (gst_play_bin_set_property): 
18380         On the fly visualisation switch, works disabling, enabling as
18381         well but it won't be able to enable vis in a playbin that was
18382         created with no visualisation.
18383
18384 2006-01-25  Wim Taymans  <wim@fluendo.com>
18385
18386         * gst-libs/gst/audio/gstbaseaudiosink.c:
18387         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
18388         Undo previous commit that returned WRONG_STATE sooner, it breaks 
18389         resume after pause.
18390
18391 2006-01-25  Wim Taymans  <wim@fluendo.com>
18392
18393         * gst-libs/gst/audio/gstbaseaudiosink.c:
18394         (gst_base_audio_sink_setcaps), (gst_base_audio_sink_event),
18395         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render):
18396         Improve debugging.
18397         Post error when caps cannot be parsed.
18398         Resync on discontinuity in the stream.
18399         Clip samples to segment boundaries.
18400         return WRONG_STATE sooner when we are flushing.
18401
18402         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
18403         (gst_base_audio_src_get_time), (gst_base_audio_src_create):
18404         Make audiosrc operate in TIME.
18405         Set TIMESTAMP and DURATION on buffers.
18406
18407 2006-01-24  Tim-Philipp Müller  <tim at centricular dot net>
18408
18409         * tests/examples/seek/seek.c: (main):
18410           Output tag messages as well.
18411
18412 2006-01-23  Edward Hervey  <edward@fluendo.com>
18413
18414         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
18415         (free_pad_probes), (remove_fakesink), (pad_probe),
18416         (close_pad_link), (gst_decode_bin_change_state):
18417         Replace GstPadBlockCallback with pad probes that detect
18418         first buffer AND eos before removing fakesink.
18419         Fixes hang with demuxers doing EOS while pre-rolling.
18420         Solves #328279
18421
18422 2006-01-23  Andy Wingo  <wingo@pobox.com>
18423
18424         * ext/alsa/gstalsasink.c:
18425         * gst-libs/gst/rtp/gstbasertpdepayload.c:
18426         (gst_base_rtp_depayload_setcaps),
18427         (gst_base_rtp_depayload_add_to_queue),
18428         (gst_base_rtp_depayload_queue_release): GCC 2.95 fixes (#328263).
18429         
18430         Patch by: Jens Granseuer <jensgr at gmx dot net>
18431
18432 2006-01-22  Julien MOUTTE  <julien@moutte.net>
18433
18434         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
18435         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
18436         (gst_xvimagesink_buffer_alloc): Playbin keeps some ref to some 
18437         frames. We might get a frame destroyed after changing state to
18438         NULL, adding a safety check on xcontext.
18439
18440 2006-01-22  Tim-Philipp Müller  <tim at centricular dot net>
18441
18442         * gst-libs/gst/interfaces/xoverlay.c:
18443           Fix prepare-xwindow-id code example in the docs - we need to
18444           ignore all messages that aren't element messages as well.
18445           
18446 2006-01-21  Julien MOUTTE  <julien@moutte.net>
18447
18448         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
18449           I think one day i'll completely undestand how caps negotiation
18450           is supposed to work. This refactoring handles buffer_alloc
18451           called with caps we can't handle. We definitely don't want a
18452           set_caps with those caps, so we define and allocate a buffer
18453           we would like to receive.
18454
18455 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
18456
18457         * gst/playback/gstplaybasebin.c: (setup_source):
18458           Free iterator when done.
18459
18460 2006-01-17  Jan Schmidt  <thaytan@mad.scientist.com>
18461
18462         * gst-libs/gst/audio/gstbaseaudiosink.c:
18463         (gst_base_audio_sink_render):
18464           Fix playback of non-synchronised streams by assuming a rate
18465           of 1.0 instead of a random one.
18466
18467           Makes this work again:
18468
18469           gst-launch filesrc location=raw_audio.file ! 'audio/x-raw-int,
18470           endianness=(int)4321, signed=(boolean)true, width=(int)16,
18471           depth=(int)16, rate=(int)44100, channels=(int)2' ! audioconvert !
18472           audioresample ! alsasink
18473
18474 === release 0.10.2 ===
18475
18476 2006-01-16  Thomas Vander Stichele <thomas at apestaart dot org>
18477
18478         * configure.ac:
18479           releasing 0.10.2, "Then the devil is six"
18480
18481 2006-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
18482
18483         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
18484         * gst/playback/gststreamselector.c:
18485         (gst_stream_selector_set_property):
18486           Comment out broken code that connects to the state-changed signal.
18487           At this point, changing current stream selection is broken, but 
18488           stuff like gst-launch playbin current-audio=1 works and filters
18489           to the chosen stream.
18490
18491 2006-01-16  Thomas Vander Stichele  <thomas at apestaart dot org>
18492
18493         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
18494           Fix #327216 (null dereference in vorbisdec)
18495
18496 2006-01-16  Tim-Philipp Müller  <tim at centricular dot net>
18497
18498         * ext/theora/theoradec.c: (theora_handle_comment_packet):
18499           Post taglist actually on bus instead of just freeing it
18500           (fixes #327114 and totem bug #327080).
18501
18502         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
18503           Use gst_element_found_tags_for_pad(), so that the tags
18504           are sent downstream as an event as well.
18505
18506 2006-01-15  Thomas Vander Stichele  <thomas at apestaart dot org>
18507
18508         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
18509         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
18510         (gst_ximagesink_buffer_alloc):
18511         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
18512         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_show_frame),
18513         (gst_xvimagesink_buffer_alloc):
18514           move all regularly occurring messages to GST_LOG level
18515           add some more object logs
18516
18517 2006-01-14  Thomas Vander Stichele  <thomas at apestaart dot org>
18518
18519         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
18520           fix a silly segfault
18521
18522 2006-01-14  Tim-Philipp Müller  <tim at centricular dot net>
18523
18524         * docs/libs/gst-plugins-base-libs-docs.sgml:
18525         * docs/libs/gst-plugins-base-libs-sections.txt:
18526         * gst-libs/gst/audio/mixerutils.c:
18527         * gst-libs/gst/audio/mixerutils.h:
18528           Add docs for mixerutils stuff.
18529
18530 2006-01-13  Tim-Philipp Müller  <tim at centricular dot net>
18531
18532         * gst/playback/gstplaybasebin.c: (setup_source):
18533           Fix playback for sources that emit raw audio or
18534           raw video streams (e.g.: cd audio sources) (#325984).
18535
18536 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
18537
18538         * gst-libs/gst/audio/mixerutils.c:
18539         (gst_audio_mixer_filter_do_filter):
18540           actually save the element we create
18541
18542 2006-01-12  Tim-Philipp Müller  <tim at centricular dot net>
18543
18544         * gst-libs/gst/cdda/gstcddabasesrc.c:
18545         (gst_cdda_base_src_handle_track_seek):
18546           No need to post a tag message on the bus when seeking
18547           within the same track, only post it when the current
18548           track changes.
18549
18550 2006-01-11  Jan Schmidt  <thaytan@mad.scientist.com>
18551
18552         * gst/playback/gstplaybasebin.c: (group_destroy),
18553         (probe_triggered), (new_decoded_pad), (mute_group_type),
18554         (set_active_source):
18555         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
18556         * gst/playback/gststreamselector.c:
18557         (gst_stream_selector_base_init),
18558         (gst_stream_selector_set_property),
18559         (gst_stream_selector_request_new_pad):
18560           Reenable stream selection. These mechanisms need a complete overhaul
18561           in the face of 0.8->0.10 changes though.
18562
18563 2006-01-11  Jan Schmidt  <thaytan@mad.scientist.com>
18564
18565         * ext/ogg/gstoggdemux.c:
18566           Change the pad template to src_%d to match the pads that 
18567           are created from it. decodebin needs this information in order
18568           to decide that oggdemux is capable of producing multiple pads
18569           (and hence needs queues inserted).
18570
18571         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
18572         (gst_ogg_mux_collected):
18573           Make debug output more useful by using GST_PTR_FORMAT.
18574
18575 2006-01-11  Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
18576
18577         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
18578
18579         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps):
18580           Set depth and width for alaw/mulaw (fixes #326601).
18581
18582 2006-01-11  Thomas Vander Stichele  <thomas at apestaart dot org>
18583
18584         * tests/icles/Makefile.am:
18585           don't build the tests if we don't have the libs
18586
18587 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
18588
18589         * ext/cdparanoia/gstcdparanoiasrc.c: (gst_cd_paranoia_src_close),
18590         (gst_cd_paranoia_paranoia_callback):
18591           Don't try to free NULL pointers.
18592
18593 2006-01-10  Edward Hervey  <edward@fluendo.com>
18594
18595         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain),
18596         (gst_audio_rate_change_state), (plugin_init):
18597         Add debugging category.
18598         Fix type issues.
18599         Add case for incoming buffers without valid offset/offset_end.
18600
18601 2006-01-10  Michael Smith  <msmith@fluendo.com>
18602
18603         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_dispose):
18604           Don't leak GCond in audio sources.
18605
18606 2006-01-10  Jan Schmidt  <thaytan@mad.scientist.com>
18607
18608         * gst/playback/gstplaybin.c: (gen_audio_element):
18609           Don't leak an autoaudiosink/alsasink when we generate
18610           a new audio element. (old code, I guess)
18611
18612 2006-01-10  Michael Smith  <msmith@fluendo.com>
18613
18614         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
18615           Support float audio in audiorate.
18616           Use width rather than depth for selecting sample width.
18617
18618 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
18619
18620         * gst/videotestsrc/videotestsrc.h:
18621           Use GLib types here (that way we don't have to include the
18622           generated _stdint.h header, which makes life easier for win32
18623           folks that don't use autotools for the build) (#325990, patch
18624           by: Sergey Scobich).
18625
18626 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
18627
18628         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
18629         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
18630         (gst_ring_buffer_pause), (wait_segment):
18631         * gst-libs/gst/audio/gstringbuffer.h:
18632           Name (private) union, makes Forte compiler happy (this time
18633           for real) (#324900).
18634
18635 2006-01-09  Tim-Philipp Müller  <tim at centricular dot net>
18636
18637         * gst-libs/gst/audio/Makefile.am:
18638           Link against libgstinterfaces, needed for mixer
18639           and property probe stuff.
18640
18641 2006-01-09  Edward Hervey  <edward@fluendo.com>
18642
18643         * gst-libs/gst/Makefile.am:
18644
18645 2006-01-09  Tim-Philipp Müller  <tim at centricular dot net>
18646
18647         * gst-libs/gst/audio/Makefile.am:
18648         * gst-libs/gst/audio/mixerutils.c:
18649         (gst_audio_mixer_filter_do_filter),
18650         (gst_audio_mixer_filter_check_element),
18651         (gst_audio_mixer_filter_probe_feature),
18652         (element_factory_rank_compare_func),
18653         (gst_audio_default_registry_mixer_filter):
18654         * gst-libs/gst/audio/mixerutils.h:
18655           Add gst_audio_default_registry_mixer_filter() utility
18656           function.
18657
18658 2006-01-03  Michael Smith  <msmith@fluendo.com>
18659
18660         * gst/audioresample/resample.h:
18661           As before, but for o_buf
18662
18663 2006-01-03  Michael Smith  <msmith@fluendo.com>
18664
18665         * gst/audioresample/resample.h:
18666           Declare struct _ResampleState.buffer as unsigned char *, not void *,
18667           since we do arithmetic on it.
18668
18669 2006-01-02  Tim-Philipp Müller  <tim at centricular dot net>
18670
18671         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
18672         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
18673         (gst_ring_buffer_pause), (wait_segment):
18674         * gst-libs/gst/audio/gstringbuffer.h:
18675           Sun's Forte compiler doesn't seem to like anonymous structs,
18676           so use same setup as in GstBaseSrc (fixes #324900).
18677
18678 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
18679
18680         * configure.ac:
18681         * gst/volume/Makefile.am:
18682         * gst/volume/demo.c:
18683           move old example to tests/examples/volume/volune.c
18684         * tests/examples/Makefile.am:
18685         * tests/examples/seek/seek.c: (main):
18686           change window-close event from "delete-event" to "destroy"
18687         * tests/examples/volume/Makefile.am:
18688         * tests/examples/volume/volume.c: (value_changed_callback),
18689         (setup_gui), (message_received), (eos_message_received), (main):
18690           fix event handling and bus usage
18691
18692 2005-12-29  Stefan Kost  <ensonic@users.sf.net>
18693
18694         * gst/audiotestsrc/gstaudiotestsrc.c:
18695         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
18696         (gst_audio_test_src_init), (gst_audio_test_src_src_fixate),
18697         (gst_audio_test_src_query), (gst_audio_test_src_create_sine),
18698         (gst_audio_test_src_create_square),
18699         (gst_audio_test_src_create_saw),
18700         (gst_audio_test_src_create_triangle),
18701         (gst_audio_test_src_create_silence),
18702         (gst_audio_test_src_create_white_noise),
18703         (gst_audio_test_src_create_pink_noise),
18704         (gst_audio_test_src_init_sine_table),
18705         (gst_audio_test_src_create_sine_table),
18706         (gst_audio_test_src_change_wave),
18707         (gst_audio_test_src_change_volume), (gst_audio_test_src_do_seek),
18708         (gst_audio_test_src_create), (gst_audio_test_src_set_property):
18709         * gst/audiotestsrc/gstaudiotestsrc.h:
18710           update to basesrc changes, implement segmented seeking and eos
18711           handling, add a 'sine-tab' waveform for performance critical playback
18712
18713 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
18714
18715         * po/POTFILES.in:
18716           ... and this time the other modified file that I missed last time.
18717
18718 2005-12-29  Michael Smith  <msmith@fluendo.com>
18719
18720         * gst/playback/gstdecodebin.c: (new_pad):
18721           Fix non-C89 variable declaration not at the start of a block. Should
18722           help some compilers.
18723
18724 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
18725
18726         * tests/check/Makefile.am:
18727           And now fix 'make distcheck' (builddir != srcdir)
18728
18729 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
18730
18731         * configure.ac:
18732         * ext/cdparanoia/Makefile.am:
18733         * ext/cdparanoia/gstcdparanoia.c:
18734         * ext/cdparanoia/gstcdparanoia.h:
18735         * ext/cdparanoia/gstcdparanoiasrc.c:
18736         (gst_cd_paranoia_mode_get_type), (gst_cd_paranoia_src_base_init),
18737         (gst_cd_paranoia_src_init), (gst_cd_paranoia_src_class_init),
18738         (gst_cd_paranoia_src_open), (gst_cd_paranoia_src_close),
18739         (gst_cd_paranoia_paranoia_callback),
18740         (gst_cd_paranoia_src_read_sector), (gst_cd_paranoia_src_finalize),
18741         (gst_cd_paranoia_src_set_property),
18742         (gst_cd_paranoia_src_get_property), (plugin_init):
18743         * ext/cdparanoia/gstcdparanoiasrc.h:
18744           New cdparanoiasrc element based on cddabasesrc; enable cdparanoia
18745           plugin again (there are still fixes required to playbin to make
18746           cdda:// uris work there).
18747
18748 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
18749
18750         * tests/check/Makefile.am:
18751           Fix test case compilation.
18752
18753 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
18754
18755         * gst-libs/gst/cdda/gstcddabasesrc.c:
18756         (gst_cdda_base_src_update_duration),
18757         (gst_cdda_base_src_calculate_cddb_id):
18758           An integer is not a string. Fix access to uninitialised variable.
18759
18760         * tests/check/Makefile.am:
18761           Add cddabasesrc unit test; also actually enable the vorbis test.
18762
18763         * tests/check/generic/states.c:
18764           Blacklist new cd audio elements as well.
18765
18766         * tests/check/libs/cddabasesrc.c:
18767           Unit test for GstCddaBaseSrc (discid calculation mostly).
18768
18769 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
18770
18771         * docs/libs/Makefile.am:
18772         * docs/libs/gst-plugins-base-libs-docs.sgml:
18773         * docs/libs/gst-plugins-base-libs-sections.txt:
18774         * docs/libs/gst-plugins-base-libs.types:
18775           Add docs for libgstcdda/GstCddaBaseSrc.
18776
18777         * gst-libs/gst/interfaces/mixertrack.h:
18778           Do one struct member per line with a semicolon at the end, that way
18779           even gtk-doc might parse it without complaining.
18780
18781 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
18782
18783         * configure.ac:
18784         * gst-libs/gst/Makefile.am:
18785         * gst-libs/gst/cdda/Makefile.am:
18786         * gst-libs/gst/cdda/base64.c:
18787         * gst-libs/gst/cdda/base64.h:
18788         * gst-libs/gst/cdda/gstcddabasesrc.c:
18789         (gst_cdda_base_src_mode_get_type), (gst_cdda_base_src_base_init),
18790         (gst_cdda_base_src_class_init), (gst_cdda_base_src_init),
18791         (gst_cdda_base_src_finalize), (gst_cdda_base_src_set_property),
18792         (gst_cdda_base_src_get_property),
18793         (gst_cdda_base_src_get_track_from_sector),
18794         (gst_cdda_base_src_get_query_types), (gst_cdda_base_src_convert),
18795         (gst_cdda_base_src_query), (gst_cdda_base_src_is_seekable),
18796         (gst_cdda_base_src_do_seek), (gst_cdda_base_src_handle_track_seek),
18797         (gst_cdda_base_src_handle_event), (gst_cdda_base_src_uri_get_type),
18798         (gst_cdda_base_src_uri_get_protocols),
18799         (gst_cdda_base_src_uri_get_uri), (gst_cdda_base_src_uri_set_uri),
18800         (gst_cdda_base_src_uri_handler_init),
18801         (gst_cdda_base_src_setup_interfaces),
18802         (gst_cdda_base_src_add_track), (gst_cdda_base_src_update_duration),
18803         (cddb_sum), (gst_cddabasesrc_calculate_musicbrainz_discid),
18804         (lba_to_msf), (gst_cdda_base_src_calculate_cddb_id),
18805         (gst_cdda_base_src_add_tags),
18806         (gst_cdda_base_src_add_index_associations),
18807         (gst_cdda_base_src_set_index), (gst_cdda_base_src_get_index),
18808         (gst_cdda_base_src_track_sort_func), (gst_cdda_base_src_start),
18809         (gst_cdda_base_src_clear_tracks), (gst_cdda_base_src_stop),
18810         (gst_cdda_base_src_create):
18811         * gst-libs/gst/cdda/gstcddabasesrc.h:
18812         * gst-libs/gst/cdda/sha1.c:
18813         * gst-libs/gst/cdda/sha1.h:
18814           Add new libgstcdda with GstCddaBaseSrc class.
18815
18816 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
18817
18818         * ext/gnomevfs/gstgnomevfssink.h:
18819           Use GstBaseSinkClass as parent_class member for class struct, not
18820           GstBaseSink.
18821
18822 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
18823
18824         Patch by: Michael Benes
18825
18826         * gst/videotestsrc/gstvideotestsrc.c:
18827         (gst_video_test_src_class_init), (gst_video_test_src_start):
18828           Add start method to reset running time and number of frames sent
18829           when starting up (fixes #324696)
18830
18831 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
18832
18833         * docs/plugins/Makefile.am:
18834         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
18835         * docs/plugins/gst-plugins-base-plugins-sections.txt:
18836         * docs/plugins/gst-plugins-base-plugins.args:
18837         * docs/plugins/gst-plugins-base-plugins.hierarchy:
18838         * docs/plugins/gst-plugins-base-plugins.signals:
18839           Add docs stuff for gnomevfssrc and gnomevfssink.
18840
18841         * ext/gnomevfs/gstgnomevfssrc.c:
18842           Fix example pipeline in gtk-doc blurb.
18843
18844 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
18845
18846         * ext/gnomevfs/Makefile.am:
18847         * ext/gnomevfs/gstgnomevfs.c: (gst_gnome_vfs_uri_get_type),
18848         (gst_gnome_vfs_handle_copy), (gst_gnome_vfs_handle_free),
18849         (gst_gnome_vfs_handle_get_type), (plugin_init):
18850         * ext/gnomevfs/gstgnomevfs.h:
18851         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_do_init),
18852         (gst_gnome_vfs_sink_base_init), (gst_gnome_vfs_sink_class_init),
18853         (gst_gnome_vfs_sink_finalize), (gst_gnome_vfs_sink_init),
18854         (gst_gnome_vfs_sink_set_property),
18855         (gst_gnome_vfs_sink_get_property), (gst_gnome_vfs_sink_open_file),
18856         (gst_gnome_vfs_sink_close_file), (gst_gnome_vfs_sink_start),
18857         (gst_gnome_vfs_sink_stop), (gst_gnome_vfs_sink_handle_event),
18858         (gst_gnome_vfs_sink_query), (gst_gnome_vfs_sink_render),
18859         (gst_gnome_vfs_sink_uri_get_type),
18860         (gst_gnome_vfs_sink_uri_get_protocols),
18861         (gst_gnome_vfs_sink_uri_get_uri), (gst_gnome_vfs_sink_uri_set_uri),
18862         (gst_gnome_vfs_sink_uri_handler_init):
18863         * ext/gnomevfs/gstgnomevfssink.h:
18864           Port gnomevfssink; add gtk-doc blurb.
18865
18866         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_get_type),
18867         (gst_gnome_vfs_src_base_init), (gst_gnome_vfs_src_class_init),
18868         (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
18869         (gst_gnome_vfs_src_uri_get_type),
18870         (gst_gnome_vfs_src_uri_get_protocols),
18871         (gst_gnome_vfs_src_uri_get_uri), (gst_gnome_vfs_src_uri_set_uri),
18872         (gst_gnome_vfs_src_uri_handler_init),
18873         (gst_gnome_vfs_src_set_property), (gst_gnome_vfs_src_get_property),
18874         (gst_gnome_vfs_src_unicodify), (audiocast_thread_run),
18875         (gst_gnome_vfs_src_send_additional_headers_callback),
18876         (gst_gnome_vfs_src_received_headers_callback),
18877         (gst_gnome_vfs_src_push_callbacks),
18878         (gst_gnome_vfs_src_pop_callbacks),
18879         (gst_gnome_vfs_src_get_icy_metadata), (gst_gnome_vfs_src_create),
18880         (gst_gnome_vfs_src_is_seekable), (gst_gnome_vfs_src_get_size),
18881         (gst_gnome_vfs_src_start), (gst_gnome_vfs_src_stop):
18882         * ext/gnomevfs/gstgnomevfssrc.h:
18883           s/gst_gnomevfssrc/gst_gnome_vfs_src/; move header stuff to header
18884           file; add gtk-doc blurb with example pipelines.
18885
18886 === release 0.10.1 ===
18887
18888 2005-12-23  Thomas Vander Stichele <thomas at apestaart dot org>
18889
18890         * configure.ac:
18891           releasing 0.10.1, "Dobro Dedek"
18892
18893 2005-12-21  Edgard Lima <edgard.lima@indt.org.br>
18894
18895         * gst/typefind/gsttypefindfunctions.c:
18896         iLBC30 and iLBC20 added to typefind.
18897
18898 2005-12-20  Thomas Vander Stichele  <thomas at apestaart dot org>
18899
18900         * gst-libs/gst/audio/gstbaseaudiosink.c:
18901         (gst_base_audio_sink_class_init):
18902         * gst-libs/gst/audio/gstbaseaudiosrc.c:
18903         (gst_base_audio_src_class_init):
18904           update strings, values are in microseconds
18905           change the default sink buffer time to something that is smaller
18906           (to help software volume mixing have a slightly lower delay) but
18907           still be acceptable on Wim's laptop
18908
18909 2005-12-20  Edward Hervey  <edward@fluendo.com>
18910
18911         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_template_caps):
18912         Made a quack, forgot to add DUCK to the riff video template.
18913
18914 2005-12-19  Edward Hervey  <edward@fluendo.com>
18915
18916         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_base_init),
18917         (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
18918         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
18919         (gst_ogm_parse_chain):
18920         Make sure pads are initialized correctly.
18921         * gst-libs/gst/riff/riff-ids.h:
18922         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
18923         (gst_riff_create_video_template_caps):
18924         Add a whole bunch of FOURCC <=> MimeType.
18925         Extend the riff video pad template to support the newly added fourcc.
18926
18927 2005-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
18928
18929         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain),
18930         (gst_ogg_demux_activate_chain):
18931           Extra debug output when activating/deactivating chains.
18932
18933         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
18934         (is_demuxer_element), (try_to_link_1), (remove_element_chain),
18935         (unlinked):
18936           Remove a queue from our list when it becomes unlinked.
18937           Don't add queues to elements in class 'Demux' if they
18938           can only produce one pad 
18939
18940 2005-12-18  Julien MOUTTE  <julien@moutte.net>
18941
18942         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_base_init),
18943         (gst_video_sink_get_type): Add a debug category.
18944
18945 2005-12-17  Philippe Khalaf  <burger@speedy.org> 
18946
18947         * gst-libs/gst/rtp/gstbasertpdepayload.c:
18948         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_handle_sink_event):
18949           Handle downstream newsegment by sending our own newsegment before the
18950           next buffer to be released. (#323900)
18951
18952 2005-12-17  Philippe Khalaf  <burger@speedy.org> 
18953
18954         * gst-libs/gst/rtp/gstbasertpdepayload.c:
18955         (gst_base_rtp_depayload_set_gst_timestamp):
18956           add queue delay to new segment as well (as opposed to just the first
18957           buffer). (bug #322347)
18958
18959 2005-12-16  Stefan Kost  <ensonic@users.sf.net>
18960
18961         * ext/libvisual/visual.c: (make_valid_name):
18962           change some char* into char[]
18963         * gst/audiotestsrc/gstaudiotestsrc.c:
18964         (gst_audio_test_src_class_init), (gst_audio_test_src_do_seek),
18965         (gst_audio_test_src_create):
18966         * gst/audiotestsrc/gstaudiotestsrc.h:
18967           prepare to handle EOS and SEGMENT_DONE
18968
18969 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
18970
18971         * tests/check/generic/states.c: (GST_START_TEST):
18972           Blacklist cdparanoia element in state test.
18973
18974 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
18975
18976           Patch by: Benjamin Pineau
18977
18978         * gst/tcp/gsttcp.c:
18979         * gst/tcp/gsttcpclientsink.c:
18980         * gst/tcp/gsttcpserversink.c:
18981         * gst/tcp/gsttcpserversrc.c:
18982           Add <string.h> includes for memset and FD_ZERO (fixes #323878)
18983
18984 2005-12-15  Michael Smith  <msmith@fluendo.com>
18985
18986         * gst/videorate/gstvideorate.c: (gst_video_rate_blank_data),
18987         (gst_video_rate_chain):
18988           Fix timestamping for videorate when the first buffer it sees has a
18989           non-zero timestamp. Fix some misleading debug output.
18990
18991 2005-12-15  Michael Smith  <msmith@fluendo.com>
18992
18993         * gst/audioresample/gstaudioresample.c:
18994           Don't leak all input buffers to audioresample.
18995
18996 2005-12-15  Tim-Philipp Müller  <tim at centricular dot net>
18997
18998         * ext/pango/gsttextoverlay.c: (gst_text_overlay_collected):
18999           Don't operate on empty text buffers. Strip newlines and
19000           tabs only from the end of the text, but leave them intact
19001           in the middle. Fix typo in gtk-doc description.
19002
19003 2005-12-15  Tim-Philipp Müller  <tim at centricular dot net>
19004
19005         * gst/playback/gstplaybasebin.c:
19006         * gst/playback/gstplaybin.c: (handoff):
19007           Make sure the video frame buffer we return to apps via the
19008           "frame" property always has caps set on it. Modify
19009           _gst_gvalue_set_object() macro to handle NULL objects
19010           gracefully too.
19011
19012 2005-12-14  Stefan Kost  <ensonic@users.sf.net>
19013
19014         * gst/audiotestsrc/gstaudiotestsrc.c:
19015         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
19016         (gst_audio_test_src_setcaps), (gst_audio_test_src_src_query),
19017         (gst_audio_test_src_do_seek), (gst_audio_test_src_is_seekable),
19018         (gst_audio_test_src_create):
19019         * gst/audiotestsrc/gstaudiotestsrc.h:
19020         Adjust to some recent api changes and add wtays new cool seeking
19021         capabillities
19022
19023 2005-12-14  Tim-Philipp Müller  <tim at centricular dot net>
19024
19025         * ext/alsa/Makefile.am:
19026         * ext/alsa/gstalsadeviceprobe.c:
19027         * ext/alsa/gstalsadeviceprobe.h:
19028           Helper functions to add device probing via the GstPropertyProbe
19029           interface to a class.
19030
19031         * ext/alsa/gstalsamixer.h:
19032           Comment out GST_ALSA_MIXER, it returns a struct that's not
19033           used.
19034
19035         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
19036           Add some debug info. 
19037
19038         * ext/alsa/gstalsamixerelement.c:
19039         (gst_alsa_mixer_element_interface_supported),
19040         (gst_implements_interface_init),
19041         (gst_alsa_mixer_element_init_interfaces),
19042         (gst_alsa_mixer_element_class_init),
19043         (gst_alsa_mixer_element_finalize), (gst_alsa_mixer_element_init),
19044         (gst_alsa_mixer_element_set_property),
19045         (gst_alsa_mixer_element_get_property),
19046         (gst_alsa_mixer_element_change_state):
19047         * ext/alsa/gstalsamixerelement.h:
19048           Add 'device' and 'device-name' properties. Add GstPropertyProbe
19049           for device handling (gnome-volume-control will need that).
19050
19051 2005-12-12  Christian Schaller  <uraeus@gnome.org>
19052
19053         * ext/Makefile.am: fix cdparanoia entry
19054         * gst-plugins-base.spec.in: add cdparanoia
19055
19056 2005-12-12  Michael Smith  <msmith@fluendo.com>
19057
19058         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
19059           Use the correct function to free list of typefind factories.
19060
19061 2005-12-12  Wim Taymans  <wim@fluendo.com>
19062
19063         * gst/videotestsrc/gstvideotestsrc.c:
19064         (gst_video_test_src_class_init), (gst_video_test_src_init),
19065         (gst_video_test_src_parse_caps), (gst_video_test_src_query),
19066         (gst_video_test_src_do_seek), (gst_video_test_src_is_seekable),
19067         (gst_video_test_src_create):
19068         * gst/videotestsrc/gstvideotestsrc.h:
19069         Implement seeking in videotestsrc.
19070         Small cleanups.
19071
19072 2005-12-12  Wim Taymans  <wim@fluendo.com>
19073
19074         * ext/cdparanoia/Makefile.am:
19075         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
19076         (gst_paranoia_endian_get_type), (_do_init),
19077         (cdparanoia_class_init), (cdparanoia_init),
19078         (cdparanoia_set_property), (cdparanoia_get_property),
19079         (cdparanoia_do_seek), (cdparanoia_is_seekable),
19080         (cdparanoia_create), (cdparanoia_start), (cdparanoia_stop),
19081         (cdparanoia_convert), (cdparanoia_get_query_types),
19082         (cdparanoia_query), (cdparanoia_set_index),
19083         (cdparanoia_uri_set_uri):
19084         * ext/cdparanoia/gstcdparanoia.h:
19085         Partially ported cdparanoia now that basesrc can support a
19086         plugin like this..
19087
19088 2005-12-12  Wim Taymans  <wim@fluendo.com>
19089
19090         * tests/examples/seek/scrubby.c: (main):
19091         Set higher priority for bus events so they don't get reordered with
19092         gtk gui events.
19093
19094         * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
19095         (flush_toggle_cb), (main):
19096         Added checkbox to disable flushing seeks. 
19097         Disable scrubbing when doing non flushing seeks.
19098
19099 2005-12-12  Tim-Philipp Müller  <tim at centricular dot net>
19100
19101         * gst/subparse/gstsubparse.c: (gst_sub_parse_init),
19102         (gst_sub_parse_do_seek), (gst_sub_parse_src_event), (parse_subrip),
19103         (parser_state_init), (handle_buffer), (gst_sub_parse_chain),
19104         (gst_sub_parse_sink_event), (gst_sub_parse_change_state):
19105           Implement some sort of event handling that doesn't rely on
19106           g_return_if_fail; make sure we always push the last chunk of an 
19107           .srt out when we receive an EOS; use gst_pad_alloc_buffer; fix
19108           state change function; remove some old cruft. Seeking is still
19109           rather unlikely to work though.
19110
19111         * tools/.cvsignore:
19112           Ignore more.
19113
19114 2005-12-11  Julien MOUTTE  <julien@moutte.net>
19115
19116         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): 
19117         Fixed a leak of the current image reference when cleaning up.
19118         Thanks to Arwed von Merkatz (alley_cat) for pointing it out.
19119
19120 2005-12-09  Michael Smith  <msmith@fluendo.com>
19121
19122         * tools/Makefile.am:
19123         * tools/gst-launch-ext-m.m:
19124           Remove gst-launch-ext. It doesn't work, and is no longer
19125           particularly useful.
19126
19127 2005-12-08  Luca Ognibene  <luogni@tin.it>
19128
19129         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
19130           don't pass random values to ogmparse convert function.
19131           Make seeking possible in the exile1.ogm file.
19132
19133 2005-12-07  Tim-Philipp Müller  <tim at centricular dot net>
19134
19135         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
19136         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
19137           Work around refcount problem with g_value_set_object() that occur
19138           if the core has been compiled against GLib-2.6 (g_value_set_object()
19139           will only g_object_ref() the element, but the caller will
19140           gst_object_unref() it and bad things will happen due to the way
19141           GstObjects are refcounted in the GLib-2.6 case). Fixes problems with
19142           totem for people on FC4 using Thomas's 0.10 RPMs.
19143           
19144 2005-12-07  Edward Hervey  <edward@fluendo.com>
19145
19146         Time to welcome ogm to 0.10 :)
19147         
19148         * ext/ogg/gstoggdemux.c: (internal_element_pad_added_cb),
19149         (gst_ogg_pad_typefind):
19150         Oggdemux can now properly typefind elements with dynamic pads.
19151         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
19152         Properly set caps on src pad, and set caps on outgoing buffers.
19153
19154 2005-12-06  Thomas Vander Stichele  <thomas at apestaart dot org>
19155
19156         * ext/alsa/gstalsamixer.h:
19157         * ext/alsa/gstalsamixerelement.h:
19158         * ext/alsa/gstalsamixeroptions.h:
19159         * ext/alsa/gstalsamixertrack.h:
19160         * ext/alsa/gstalsasink.c:
19161         * ext/alsa/gstalsasink.h:
19162         * ext/alsa/gstalsasrc.c:
19163         * ext/alsa/gstalsasrc.h:
19164         * ext/cdparanoia/gstcdparanoia.h:
19165         * ext/gnomevfs/gstgnomevfsuri.h:
19166         * ext/ogg/gstoggdemux.c:
19167         * ext/ogg/gstoggmux.c:
19168         * ext/pango/gsttextoverlay.h:
19169         * ext/theora/theoradec.c:
19170         * ext/theora/theoraenc.c:
19171         * ext/vorbis/vorbisdec.h:
19172         * ext/vorbis/vorbisenc.c:
19173         * ext/vorbis/vorbisenc.h:
19174         * ext/vorbis/vorbisparse.h:
19175         * gst-libs/gst/audio/gstaudioclock.h:
19176         * gst-libs/gst/audio/gstaudiosink.c:
19177         * gst-libs/gst/audio/gstaudiosink.h:
19178         * gst-libs/gst/audio/gstaudiosrc.c:
19179         * gst-libs/gst/audio/gstaudiosrc.h:
19180         * gst-libs/gst/audio/gstbaseaudiosink.c:
19181         * gst-libs/gst/audio/gstbaseaudiosink.h:
19182         * gst-libs/gst/audio/gstbaseaudiosrc.c:
19183         * gst-libs/gst/audio/gstbaseaudiosrc.h:
19184         * gst-libs/gst/audio/gstringbuffer.h:
19185         * gst-libs/gst/audio/multichannel.h:
19186         * gst-libs/gst/floatcast/floatcast.h:
19187         * gst-libs/gst/interfaces/colorbalance.c:
19188         * gst-libs/gst/interfaces/colorbalance.h:
19189         * gst-libs/gst/interfaces/colorbalancechannel.h:
19190         * gst-libs/gst/interfaces/mixer.h:
19191         * gst-libs/gst/interfaces/mixeroptions.h:
19192         * gst-libs/gst/interfaces/mixertrack.h:
19193         * gst-libs/gst/interfaces/navigation.h:
19194         * gst-libs/gst/interfaces/propertyprobe.h:
19195         * gst-libs/gst/interfaces/tuner.h:
19196         * gst-libs/gst/interfaces/tunerchannel.h:
19197         * gst-libs/gst/interfaces/tunernorm.h:
19198         * gst-libs/gst/interfaces/xoverlay.h:
19199         * gst-libs/gst/netbuffer/gstnetbuffer.h:
19200         * gst-libs/gst/riff/riff-ids.h:
19201         * gst-libs/gst/riff/riff-media.h:
19202         * gst-libs/gst/riff/riff-read.h:
19203         * gst-libs/gst/rtp/gstbasertpdepayload.h:
19204         * gst-libs/gst/rtp/gstbasertppayload.c:
19205         * gst-libs/gst/rtp/gstbasertppayload.h:
19206         * gst-libs/gst/rtp/gstrtpbuffer.c:
19207         * gst-libs/gst/rtp/gstrtpbuffer.h:
19208         * gst-libs/gst/tag/gsttageditingprivate.h:
19209         * gst-libs/gst/tag/gstvorbistag.c:
19210         (gst_tag_list_from_vorbiscomment_buffer):
19211         * gst-libs/gst/tag/tag.h:
19212         * gst-libs/gst/video/video.h:
19213         * gst/adder/gstadder.c:
19214         * gst/adder/gstadder.h:
19215         * gst/audioconvert/audioconvert.c:
19216         * gst/audioconvert/audioconvert.h:
19217         * gst/audioconvert/gstaudioconvert.c:
19218         * gst/audioconvert/gstchannelmix.c:
19219         * gst/audioconvert/gstchannelmix.h:
19220         * gst/audiorate/gstaudiorate.c:
19221         * gst/audioresample/buffer.h:
19222         * gst/audioresample/functable.h:
19223         * gst/audioresample/gstaudioresample.c:
19224         * gst/audioresample/resample.h:
19225         * gst/ffmpegcolorspace/avcodec.h:
19226         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19227         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
19228         * gst/ffmpegcolorspace/imgconvert.c:
19229         * gst/ffmpegcolorspace/imgconvert_template.h:
19230         * gst/playback/gstdecodebin.c:
19231         * gst/playback/gstplaybasebin.h:
19232         * gst/playback/gstplaybin.c:
19233         * gst/playback/gststreaminfo.h:
19234         * gst/tcp/gstfdset.c:
19235         * gst/tcp/gstfdset.h:
19236         * gst/tcp/gstmultifdsink.c:
19237         * gst/tcp/gstmultifdsink.h:
19238         * gst/tcp/gsttcp.h:
19239         * gst/tcp/gsttcpclientsrc.c:
19240         * gst/tcp/gsttcpclientsrc.h:
19241         * gst/tcp/gsttcpplugin.h:
19242         * gst/tcp/gsttcpserversink.c:
19243         * gst/tcp/gsttcpserversrc.c:
19244         * gst/typefind/gsttypefindfunctions.c:
19245         * gst/videorate/gstvideorate.c:
19246         * gst/videotestsrc/gstvideotestsrc.h:
19247         * gst/videotestsrc/videotestsrc.h:
19248         * sys/v4l/gstv4lcolorbalance.h:
19249         * sys/v4l/gstv4ltuner.h:
19250         * sys/v4l/gstv4lxoverlay.h:
19251         * sys/v4l/v4l_calls.h:
19252         * sys/v4l/videodev_mjpeg.h:
19253         * tests/check/elements/audioconvert.c:
19254         * tests/check/elements/audioresample.c:
19255         * tests/check/elements/audiotestsrc.c:
19256         * tests/check/elements/videotestsrc.c:
19257         * tests/check/elements/volume.c:
19258         * tests/examples/seek/scrubby.c:
19259         * tests/examples/seek/seek.c:
19260           expand tabs
19261
19262 === release 0.10.0 ===
19263
19264 2005-12-05 Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19265
19266         * configure.ac:
19267           releasing 0.10.0, "Mont-d'or"
19268
19269 2005-12-05  Jan Schmidt  <thaytan@mad.scientist.com>
19270
19271         * tests/examples/seek/Makefile.am:
19272         Build fix for when gtk is not available.
19273
19274 2005-12-05  Andy Wingo  <wingo@pobox.com>
19275
19276         * ext/libvisual/visual.c: (get_buffer):
19277         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
19278         * ext/pango/gsttextrender.c: (gst_text_render_chain):
19279         * ext/theora/theoradec.c: (theora_handle_data_packet):
19280         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
19281         (theora_enc_chain):
19282         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
19283         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
19284         Update for alloc_buffer changes.
19285
19286 2005-12-05  Andy Wingo  <wingo@pobox.com>
19287
19288         patch by: Kai Vehmanen <kv2004 eca cx>
19289         
19290         * gst-libs/gst/rtp/gstbasertpdepayload.c
19291         (gst_base_rtp_depayload_thread): Fix busy loop (#323017).
19292
19293 2005-12-04  Andy Wingo  <wingo@pobox.com>
19294
19295         patch by: Sebastien Cote <sebas642 yahoo ca>
19296         
19297         * pkgconfig/gstreamer-plugins-base.pc.in (Libs): Add -L flag.
19298         Fixes #319172.
19299
19300 2005-12-02  Tim-Philipp Müller  <tim at centricular dot net>
19301
19302         * docs/plugins/Makefile.am:
19303         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
19304         * docs/plugins/gst-plugins-base-plugins-sections.txt:
19305         * docs/plugins/gst-plugins-base-plugins.hierarchy:
19306         * ext/pango/gstclockoverlay.c:
19307         * ext/pango/gsttextoverlay.c: 
19308         * ext/pango/gsttextrender.c:
19309         * ext/pango/gsttimeoverlay.c:
19310           Add gtk-doc blurbs to pango elements.
19311
19312 2005-12-02  Wim Taymans  <wim@fluendo.com>
19313
19314         * gst/audioresample/buffer.c: (audioresample_buffer_queue_flush):
19315         * gst/audioresample/buffer.h:
19316         * gst/audioresample/gstaudioresample.c:
19317         * gst/audioresample/gstaudioresample.h:
19318         * gst/audioresample/resample.c: (resample_input_flush),
19319         (resample_input_pushthrough), (resample_input_eos),
19320         (resample_get_output_size_for_input),
19321         (resample_get_input_size_for_output), (resample_get_output_size),
19322         (resample_get_output_data):
19323         * gst/audioresample/resample.h:
19324         * gst/audioresample/resample_ref.c: (resample_scale_ref):
19325         Fix audioresample, seek torture, new segments, reverse negotiation
19326         etc.. work fine.
19327
19328 2005-12-02  Wim Taymans  <wim@fluendo.com>
19329
19330         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
19331         Small cleanups.
19332
19333 2005-12-02  Wim Taymans  <wim@fluendo.com>
19334
19335         * gst/audioconvert/gstaudioconvert.c:
19336         (gst_audio_convert_transform):
19337         Post errors.
19338
19339 === release 0.9.7 ===
19340
19341 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19342
19343         * configure.ac:
19344           releasing 0.9.7, "Mi Perro No Tiene Ninguna Nariz"
19345
19346 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19347
19348         * Makefile.am:
19349         * po/hu.po:
19350         * win32/MANIFEST:
19351         * win32/gst.sln:
19352           add win32 MANIFEST file
19353           do something to the hungarian translation
19354
19355 2005-12-01  Tim-Philipp Müller  <tim at centricular dot net>
19356
19357         * ext/Makefile.am:
19358           Add $(PANGO_DIR) to SUBDIRS
19359
19360         * ext/pango/gstclockoverlay.c:
19361         * ext/pango/gsttimeoverlay.c:
19362           Fix and improve element descriptions.
19363
19364 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19365
19366         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
19367         * docs/plugins/inspect/plugin-libvisual.xml:
19368         * docs/plugins/inspect/plugin-pango.xml:
19369           add pango plugin to docs
19370
19371 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19372
19373         * configure.ac:
19374         * ext/Makefile.am:
19375           moved pango to base
19376
19377 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19378
19379         * configure.ac:
19380         * tests/Makefile.am:
19381         * tests/icles/.cvsignore:
19382         * tests/icles/Makefile.am:
19383         * tests/icles/stress-xoverlay.c: (myclock), (open_display),
19384         (close_display), (resize_window), (move_window), (create_window),
19385         (terminate_playback), (pause_playback), (start_playback), (main):
19386           add stress test for xoverlay from Julien
19387
19388 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19389
19390         * docs/libs/tmpl/gstcolorbalance.sgml:
19391         * gst-libs/gst/rtp/gstbasertpdepayload.c:
19392         * gst-libs/gst/rtp/gstbasertppayload.c:
19393         * gst-libs/gst/rtp/gstrtpbuffer.c:
19394         * gst-libs/gst/rtp/gstrtpbuffer.h:
19395           Do burger's rename for rtp payloaders and depayloaders
19396
19397 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19398
19399         * win32/:
19400           add Visual Studio 6 build files
19401
19402 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19403
19404         * docs/libs/gst-plugins-base-libs-docs.sgml:
19405         * docs/libs/gst-plugins-base-libs-sections.txt:
19406         * docs/libs/tmpl/gstaudio.sgml:
19407         * docs/libs/tmpl/gstringbuffer.sgml:
19408         * gst-libs/gst/interfaces/xoverlay.c:
19409         * gst-libs/gst/video/gstvideofilter.c:
19410         * gst-libs/gst/video/gstvideosink.c:
19411           update documentation
19412
19413 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19414
19415         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_base_init),
19416         (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_init),
19417         (gst_multi_fd_sink_finalize), (gst_multi_fd_sink_add),
19418         (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
19419         (gst_multi_fd_sink_get_stats),
19420         (gst_multi_fd_sink_remove_client_link),
19421         (gst_multi_fd_sink_handle_client_read),
19422         (gst_multi_fd_sink_client_queue_data),
19423         (gst_multi_fd_sink_client_queue_caps),
19424         (gst_multi_fd_sink_client_queue_buffer),
19425         (gst_multi_fd_sink_new_client),
19426         (gst_multi_fd_sink_handle_client_write),
19427         (gst_multi_fd_sink_recover_client),
19428         (gst_multi_fd_sink_queue_buffer),
19429         (gst_multi_fd_sink_handle_clients), (gst_multi_fd_sink_thread),
19430         (gst_multi_fd_sink_render), (gst_multi_fd_sink_set_property),
19431         (gst_multi_fd_sink_get_property), (gst_multi_fd_sink_start),
19432         (gst_multi_fd_sink_stop), (gst_multi_fd_sink_change_state):
19433         * gst/tcp/gstmultifdsink.h:
19434         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_get_type),
19435         (gst_tcp_client_sink_base_init), (gst_tcp_client_sink_class_init),
19436         (gst_tcp_client_sink_init), (gst_tcp_client_sink_finalize),
19437         (gst_tcp_client_sink_setcaps), (gst_tcp_client_sink_render),
19438         (gst_tcp_client_sink_set_property),
19439         (gst_tcp_client_sink_get_property), (gst_tcp_client_sink_start),
19440         (gst_tcp_client_sink_stop), (gst_tcp_client_sink_change_state):
19441         * gst/tcp/gsttcpclientsink.h:
19442         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_base_init),
19443         (gst_tcp_client_src_class_init), (gst_tcp_client_src_init),
19444         (gst_tcp_client_src_finalize), (gst_tcp_client_src_getcaps),
19445         (gst_tcp_client_src_create), (gst_tcp_client_src_set_property),
19446         (gst_tcp_client_src_get_property), (gst_tcp_client_src_start),
19447         (gst_tcp_client_src_stop), (gst_tcp_client_src_unlock):
19448         * gst/tcp/gsttcpclientsrc.h:
19449         * gst/tcp/gsttcpplugin.c: (plugin_init):
19450         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_base_init),
19451         (gst_tcp_server_sink_class_init), (gst_tcp_server_sink_init),
19452         (gst_tcp_server_sink_finalize),
19453         (gst_tcp_server_sink_handle_server_read),
19454         (gst_tcp_server_sink_removed), (gst_tcp_server_sink_handle_wait),
19455         (gst_tcp_server_sink_set_property),
19456         (gst_tcp_server_sink_get_property),
19457         (gst_tcp_server_sink_init_send), (gst_tcp_server_sink_close):
19458         * gst/tcp/gsttcpserversink.h:
19459         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_base_init),
19460         (gst_tcp_server_src_class_init), (gst_tcp_server_src_init),
19461         (gst_tcp_server_src_finalize), (gst_tcp_server_src_create),
19462         (gst_tcp_server_src_set_property),
19463         (gst_tcp_server_src_get_property), (gst_tcp_server_src_start),
19464         (gst_tcp_server_src_stop), (gst_tcp_server_src_unlock):
19465         * gst/tcp/gsttcpserversrc.h:
19466           more borgifying
19467
19468 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19469
19470         * docs/plugins/Makefile.am:
19471         * docs/plugins/gst-plugins-base-plugins.args:
19472         * docs/plugins/inspect/plugin-libvisual.xml:
19473         * gst/audioconvert/plugin.h:
19474         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_get_type),
19475         (gst_audio_rate_base_init), (gst_audio_rate_class_init),
19476         (gst_audio_rate_setcaps), (gst_audio_rate_init),
19477         (gst_audio_rate_chain), (gst_audio_rate_set_property),
19478         (gst_audio_rate_get_property), (gst_audio_rate_change_state),
19479         (plugin_init):
19480         * gst/audiotestsrc/gstaudiotestsrc.c:
19481         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_base_init),
19482         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
19483         (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
19484         (gst_audio_test_src_get_query_types),
19485         (gst_audio_test_src_src_query), (gst_audio_test_src_create_sine),
19486         (gst_audio_test_src_create_square),
19487         (gst_audio_test_src_create_saw),
19488         (gst_audio_test_src_create_triangle),
19489         (gst_audio_test_src_create_silence),
19490         (gst_audio_test_src_create_white_noise),
19491         (gst_audio_test_src_init_pink_noise),
19492         (gst_audio_test_src_generate_pink_noise_value),
19493         (gst_audio_test_src_create_pink_noise),
19494         (gst_audio_test_src_change_wave), (gst_audio_test_src_get_times),
19495         (gst_audio_test_src_create), (gst_audio_test_src_set_property),
19496         (gst_audio_test_src_get_property), (gst_audio_test_src_start),
19497         (plugin_init):
19498         * gst/audiotestsrc/gstaudiotestsrc.h:
19499         * gst/subparse/gstsubparse.c: (gst_sub_parse_get_type),
19500         (gst_sub_parse_base_init), (gst_sub_parse_class_init),
19501         (gst_sub_parse_init), (gst_sub_parse_formats),
19502         (gst_sub_parse_src_eventmask), (gst_sub_parse_src_event),
19503         (convert_encoding), (get_next_line),
19504         (gst_sub_parse_data_format_autodetect),
19505         (gst_sub_parse_format_autodetect), (feed_textbuf), (handle_buffer),
19506         (gst_sub_parse_loop), (gst_sub_parse_chain),
19507         (gst_sub_parse_change_state), (gst_sub_parse_type_find),
19508         (plugin_init):
19509         * gst/subparse/gstsubparse.h:
19510         * gst/videorate/gstvideorate.c: (gst_video_rate_get_type),
19511         (gst_video_rate_base_init), (gst_video_rate_class_init),
19512         (gst_video_rate_transformcaps), (gst_video_rate_getcaps),
19513         (gst_video_rate_setcaps), (gst_video_rate_blank_data),
19514         (gst_video_rate_init), (gst_video_rate_event),
19515         (gst_video_rate_chain), (gst_video_rate_set_property),
19516         (gst_video_rate_get_property), (gst_video_rate_change_state),
19517         (plugin_init):
19518         * gst/videoscale/gstvideoscale.c:
19519         (gst_video_scale_method_get_type), (gst_video_scale_get_capslist),
19520         (gst_video_scale_src_template_factory),
19521         (gst_video_scale_sink_template_factory),
19522         (gst_video_scale_get_type), (gst_video_scale_base_init),
19523         (gst_video_scale_class_init), (gst_video_scale_init),
19524         (gst_video_scale_set_property), (gst_video_scale_get_property),
19525         (gst_video_scale_transform_caps), (gst_video_scale_get_format),
19526         (gst_video_scale_prepare_size), (parse_caps),
19527         (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
19528         (gst_video_scale_fixate_caps), (gst_video_scale_prepare_image),
19529         (gst_video_scale_transform), (gst_video_scale_handle_src_event),
19530         (plugin_init):
19531         * gst/videoscale/gstvideoscale.h:
19532         * gst/videotestsrc/gstvideotestsrc.c:
19533         (gst_video_test_src_pattern_get_type),
19534         (gst_video_test_src_base_init), (gst_video_test_src_class_init),
19535         (gst_video_test_src_init), (gst_video_test_src_src_fixate),
19536         (gst_video_test_src_set_pattern),
19537         (gst_video_test_src_set_property),
19538         (gst_video_test_src_get_property), (gst_video_test_src_getcaps),
19539         (gst_video_test_src_parse_caps), (gst_video_test_src_setcaps),
19540         (gst_video_test_src_event), (gst_video_test_src_get_times),
19541         (gst_video_test_src_create), (plugin_init):
19542         * gst/videotestsrc/gstvideotestsrc.h:
19543         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_get_size),
19544         (gst_video_test_src_smpte), (gst_video_test_src_snow),
19545         (gst_video_test_src_black):
19546         * gst/videotestsrc/videotestsrc.h:
19547           borgify further
19548           clean up docs a little
19549
19550 2005-11-30  Wim Taymans  <wim@fluendo.com>
19551
19552         * gst-libs/gst/rtp/gstbasertpdepayload.h:
19553         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
19554         (gst_basertppayload_event), (gst_basertppayload_push),
19555         (gst_basertppayload_change_state):
19556         * gst-libs/gst/rtp/gstbasertppayload.h:
19557         closed #320644.
19558
19559 2005-11-30  Julien MOUTTE  <julien@moutte.net>
19560
19561         * docs/libs/gst-plugins-base-libs-docs.sgml:
19562         * docs/libs/gst-plugins-base-libs-sections.txt:
19563         * gst-libs/gst/video/gstvideofilter.c:
19564         * gst-libs/gst/video/gstvideosink.c:
19565         * gst-libs/gst/video/gstvideosink.h: Adding docs.
19566
19567 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19568
19569         * LICENSE:
19570           move
19571         * po/af.po:
19572         * po/az.po:
19573         * po/cs.po:
19574         * po/en_GB.po:
19575         * po/hu.po:
19576         * po/it.po:
19577         * po/nb.po:
19578         * po/nl.po:
19579         * po/or.po:
19580         * po/sq.po:
19581         * po/sr.po:
19582         * po/sv.po:
19583         * po/uk.po:
19584         * po/vi.po:
19585         * Makefile.am:
19586           update
19587         * scripts/autoplugins.sh:
19588           remove
19589
19590 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19591
19592         * Makefile.am:
19593         * configure.ac:
19594         * examples/Makefile.am:
19595         * examples/capsfilter/Makefile.am:
19596         * examples/capsfilter/capsfilter1.c:
19597         * examples/gob/Makefile.am:
19598         * examples/gob/gst-identity2.gob:
19599         * examples/indexing/.cvsignore:
19600         * examples/indexing/Makefile.am:
19601         * examples/indexing/indexmpeg.c:
19602         * examples/seeking/.cvsignore:
19603         * examples/seeking/Makefile.am:
19604         * examples/seeking/cdparanoia.c:
19605         * examples/seeking/cdplayer.c:
19606         * examples/seeking/chained.c:
19607         * examples/seeking/scrubby.c:
19608         * examples/seeking/seek.c:
19609         * examples/stats/Makefile.am:
19610         * examples/stats/mp2ogg.c:
19611         * examples/switch/.cvsignore:
19612         * examples/switch/Makefile.am:
19613         * examples/switch/switcher.c:
19614         * tests/Makefile.am:
19615         * tests/check/generic/.cvsignore:
19616         * tests/check/pipelines/.cvsignore:
19617         * tests/examples/Makefile.am:
19618         * tests/examples/seek/Makefile.am:
19619           reorganize stuff under tests/
19620
19621 2005-11-30  Edward Hervey  <edward@fluendo.com>
19622
19623         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
19624         Go away you stupid GstStaticPadTemplate memleak.
19625
19626 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
19627
19628         * gst-libs/gst/net/Makefile.am:
19629         * gst-libs/gst/net/README:
19630         * gst-libs/gst/net/gstnetbuffer.c:
19631         * gst-libs/gst/net/gstnetbuffer.h:
19632           this was moved to "netbuffer"
19633
19634 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
19635
19636         * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_get_type),
19637         (gst_video_filter_class_init), (gst_video_filter_init):
19638         * gst-libs/gst/video/gstvideofilter.h:
19639           borgify name to bring in line with other classes
19640
19641 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
19642
19643         * gst/audioscale/.cvsignore:
19644         * gst/audioscale/Makefile.am:
19645         * gst/audioscale/README:
19646         * gst/audioscale/audioscale.vcproj:
19647         * gst/audioscale/dtof.c:
19648         * gst/audioscale/dtos.c:
19649         * gst/audioscale/functable.c:
19650         * gst/audioscale/gstaudioscale.c:
19651         * gst/audioscale/gstaudioscale.h:
19652         * gst/audioscale/private.h:
19653         * gst/audioscale/resample.c:
19654         * gst/audioscale/resample.h:
19655         * gst/audioscale/test.c:
19656           remove
19657
19658 2005-11-30  Edward Hervey  <edward@fluendo.com>
19659
19660         * gst-libs/gst/netbuffer/Makefile.am:
19661         really, really tired
19662
19663 2005-11-30  Edward Hervey  <edward@fluendo.com>
19664
19665         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
19666         Update for new GstTypeFindFactory _register()
19667
19668 2005-11-30  Edward Hervey  <edward@fluendo.com>
19669
19670         * gst-libs/gst/netbuffer/Makefile.am: (libgstnetbufferincludedir): 
19671         Let's not override libgstnet from core for no reason...
19672         (libgstnetbuffer_@GST_MAJORMINOR@_la_SOURCES):
19673         Ok, maybe not so quick next time.
19674
19675 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
19676
19677         * configure.ac:
19678         * gst-libs/gst/Makefile.am:
19679           moved gst-libs/gst/net to netbuffer through CVS surgery
19680           remove old directory
19681           updating build to accomodate
19682           (#322257)
19683
19684 2005-11-29  Andy Wingo  <wingo@pobox.com>
19685
19686         * pkgconfig/gstreamer-plugins-base.pc.in:
19687         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
19688         * gst-libs/gst/net/Makefile.am: Rename gstnet to gstnetbuffer
19689         (#322257).
19690
19691 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
19692
19693         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
19694         3rd time's the charm. Correct ref-counting for discarded buffers.
19695
19696 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
19697
19698         * gst/playback/gststreamselector.c:
19699         (gst_stream_selector_class_init),
19700         (gst_stream_selector_set_property),
19701         (gst_stream_selector_get_property),
19702         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
19703         Fix ref-counting
19704
19705 2005-11-29  Tim-Philipp Müller  <tim at centricular dot net>
19706
19707         * gst/subparse/gstsubparse.c: (feed_textbuf):
19708           Don't access already unref'ed buffer.
19709
19710 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
19711
19712         * gst/playback/gststreamselector.c:
19713         (gst_stream_selector_class_init), (gst_stream_selector_init),
19714         (gst_stream_selector_dispose), (gst_stream_selector_set_property),
19715         (gst_stream_selector_get_property),
19716         (gst_stream_selector_get_linked_pad),
19717         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
19718         * gst/playback/gststreamselector.h:
19719         Add the active-pad property for playbin to use shortly. Ignore buffers
19720         from any other pad, returning GST_FLOW_NOT_LINKED
19721
19722 2005-11-29  Julien MOUTTE  <julien@moutte.net>
19723
19724         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find): Free the list,
19725         patch from bug #322704 (Alessandro Decina).
19726
19727 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
19728
19729         * gst-libs/gst/audio/Makefile.am:
19730           folded audiofilter into the audio library
19731
19732 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
19733
19734         * gst/videoscale/gstvideoscale.h:
19735         * gst/videoscale/gstvideoscale.c:
19736           remove unimplemented scale methods
19737
19738 2005-11-28  Tim-Philipp Müller  <tim at centricular dot net>
19739
19740         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers):
19741           Don't leak caps.
19742
19743 2005-11-28  Julien MOUTTE  <julien@moutte.net>
19744
19745         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
19746         (gst_ximagesink_setcaps):
19747         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
19748         (gst_xvimagesink_setcaps): Fixed a tricky bug. When caps renegotiation
19749         happens (only visible on ximagesink but bug is in xv too) set_caps was
19750         destroying the internal x[v]image used to memcpy non locally alloced
19751         buffers so that it got renewed on next _chain. The issue is that 
19752         _expose will try to put that image as it reffed it in _put.
19753         Using gst_buffer_unref instead of destroy fixes it !
19754
19755 2005-11-28  Edward Hervey  <edward@fluendo.com>
19756
19757         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
19758         (try_to_link_1), (queue_filled_cb):
19759         Better use of the queues. Start with a small size queue and only increase
19760         the size of the queues when the other queues are empty.
19761
19762 2005-11-28  Thomas Vander Stichele  <thomas at apestaart dot org>
19763
19764         * gst-libs/gst/video/Makefile.am:
19765           compile in copied-over videofilter into the video library
19766         * gst-libs/gst/video/videosink.h:
19767           rename the header to gstvideosink.h since it's a base GstObject class
19768         * sys/ximage/ximagesink.h:
19769         * sys/xvimage/xvimagesink.h:
19770           use the new header
19771
19772 2005-11-28  Wim Taymans  <wim@fluendo.com>
19773
19774         * gst/playback/gstplaybasebin.c: (group_commit), (probe_triggered):
19775         * gst/playback/gstplaybasebin.h:
19776         Prepare to handle errors betters.
19777
19778         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
19779         Set sinks to PAUSED first before adding and linking them so that
19780         we don't interrupt dataflow.
19781
19782 2005-11-28  Wim Taymans  <wim@fluendo.com>
19783
19784         * gst-libs/gst/audio/TODO:
19785         Updated TODO
19786
19787         * gst-libs/gst/audio/gstaudiosink.c:
19788         (gst_audioringbuffer_open_device),
19789         (gst_audioringbuffer_close_device), (gst_audioringbuffer_acquire),
19790         (gst_audioringbuffer_release):
19791         Small cleanups.
19792
19793         * gst-libs/gst/audio/gstbaseaudiosink.c:
19794         (gst_base_audio_sink_class_init), (gst_base_audio_sink_render),
19795         (gst_base_audio_sink_change_state):
19796         Slave to the master clock when going to PLAYING and unslave when
19797         going to PAUSED.
19798
19799         * gst-libs/gst/audio/gstringbuffer.c:
19800         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
19801         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
19802         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
19803         (gst_ring_buffer_clear_all), (wait_segment),
19804         (gst_ring_buffer_commit), (gst_ring_buffer_read),
19805         (gst_ring_buffer_advance):
19806         * gst-libs/gst/audio/gstringbuffer.h:
19807         Add some docs and cleanups.
19808
19809 2005-11-28  Julien MOUTTE  <julien@moutte.net>
19810
19811         * sys/xvimage/xvimagesink.c:
19812         (gst_xvimagesink_navigation_send_event): Fix navigation events
19813         coordinates translation with pixel aspect ratios.
19814
19815 2005-11-28  Julien MOUTTE  <julien@moutte.net>
19816
19817         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
19818         Use calculated video geometry from _setcaps instead of buffer
19819         caps to respect pixel aspect ratio. (fixes #322388)
19820
19821 2005-11-28  Julien MOUTTE  <julien@moutte.net>
19822
19823         * docs/libs/tmpl/gstcolorbalance.sgml:
19824         * docs/libs/tmpl/gstmixer.sgml:
19825         * docs/libs/tmpl/gstxoverlay.sgml:
19826         * gst-libs/gst/interfaces/xoverlay.c: Add docs for the Xoverlay
19827         interface.
19828
19829 2005-11-28  Julien MOUTTE  <julien@moutte.net>
19830
19831         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
19832         Refuse to create an XvImage if we can't find the format.
19833
19834 2005-11-28  Edward Hervey  <edward@fluendo.com>
19835
19836         * gst-libs/gst/riff/riff-media.c:
19837         (gst_riff_create_audio_template_caps):
19838         Add ATRAC3 to the list of riff-possible audio caps.
19839         I know we still don't have a plugin for atrac3, but it's saner to output
19840         that than a cryptic mimetype.
19841
19842 2005-11-27  Edward Hervey  <edward@fluendo.com>
19843
19844         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds):
19845         Don't try to create a zero-sized subbuffer.
19846
19847 2005-11-27  Julien MOUTTE  <julien@moutte.net>
19848
19849         * sys/ximage/ximagesink.c: (gst_ximage_buffer_free),
19850         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
19851         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_buffer_alloc),
19852         (gst_ximagesink_expose): Fixed a tricky race.
19853         * sys/ximage/ximagesink.h:
19854         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
19855         (gst_xvimagesink_expose): Fixed a tricky race.
19856         * sys/xvimage/xvimagesink.h:
19857
19858 2005-11-27  Edward Hervey  <edward@fluendo.com>
19859
19860         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
19861         (gst_decode_bin_init), (close_pad_link), (try_to_link_1):
19862         Remove unused properties, and add queues between demuxers and decoders
19863         so that a lot more files can preroll properly.
19864
19865 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
19866
19867         * gst-libs/gst/net/Makefile.am:
19868         * gst-libs/gst/rtp/Makefile.am:
19869         * gst-libs/gst/tag/Makefile.am:
19870           remove silly include
19871         * gst/tags/Makefile.am:
19872         * gst/tags/gsttagediting.c:
19873         * gst/tags/gsttageditingprivate.h:
19874         * gst/tags/tagedit.vcproj:
19875           remove directory, is as good as empty
19876
19877 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
19878
19879         * configure.ac:
19880           added GST_LIB_LDFLAGS and GST_ALL_LDFLAGS
19881         * gst-libs/Makefile.am:
19882         * gst-libs/gst/audio/Makefile.am:
19883         * gst-libs/gst/interfaces/Makefile.am:
19884         * gst-libs/gst/net/Makefile.am:
19885         * gst-libs/gst/riff/Makefile.am:
19886         * gst-libs/gst/rtp/Makefile.am:
19887         * gst-libs/gst/tag/Makefile.am:
19888         * gst-libs/gst/video/Makefile.am:
19889           and use them
19890
19891 2005-11-27  Julien MOUTTE  <julien@moutte.net>
19892
19893         * docs/libs/tmpl/gstcolorbalance.sgml:
19894         * docs/libs/tmpl/gstmixer.sgml:
19895         * docs/libs/tmpl/gstxoverlay.sgml:
19896         * sys/ximage/ximagesink.c: (gst_ximagesink_buffer_alloc):
19897         * sys/ximage/ximagesink.h:
19898         * sys/xvimage/xvimagesink.h: More and more documentation.
19899
19900 2005-11-26  Julien MOUTTE  <julien@moutte.net>
19901
19902         * docs/libs/gst-plugins-base-libs-docs.sgml:
19903         * docs/libs/gst-plugins-base-libs-sections.txt:
19904         * docs/libs/tmpl/gstcolorbalance.sgml:
19905         * docs/libs/tmpl/gstmixer.sgml:
19906         * docs/libs/tmpl/gstxoverlay.sgml: Add the XOverlay interface
19907         to documentation.
19908
19909 2005-11-26  Julien MOUTTE  <julien@moutte.net>
19910
19911         * docs/plugins/Makefile.am:
19912         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
19913         * docs/plugins/gst-plugins-base-plugins-sections.txt:
19914         * sys/xvimage/xvimagesink.c: Added doc for xvimagesink.
19915
19916 2005-11-26  Julien MOUTTE  <julien@moutte.net>
19917
19918         * docs/plugins/Makefile.am:
19919         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
19920         * docs/plugins/gst-plugins-base-plugins-sections.txt:
19921         * docs/plugins/inspect/plugin-adder.xml:
19922         * docs/plugins/inspect/plugin-alsa.xml:
19923         * docs/plugins/inspect/plugin-audioconvert.xml:
19924         * docs/plugins/inspect/plugin-audiorate.xml:
19925         * docs/plugins/inspect/plugin-audioresample.xml:
19926         * docs/plugins/inspect/plugin-audiotestsrc.xml:
19927         * docs/plugins/inspect/plugin-decodebin.xml:
19928         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
19929         * docs/plugins/inspect/plugin-gnomevfs.xml:
19930         * docs/plugins/inspect/plugin-ogg.xml:
19931         * docs/plugins/inspect/plugin-playbin.xml:
19932         * docs/plugins/inspect/plugin-subparse.xml:
19933         * docs/plugins/inspect/plugin-tcp.xml:
19934         * docs/plugins/inspect/plugin-theora.xml:
19935         * docs/plugins/inspect/plugin-typefindfunctions.xml:
19936         * docs/plugins/inspect/plugin-video4linux.xml:
19937         * docs/plugins/inspect/plugin-videorate.xml:
19938         * docs/plugins/inspect/plugin-videoscale.xml:
19939         * docs/plugins/inspect/plugin-videotestsrc.xml:
19940         * docs/plugins/inspect/plugin-volume.xml:
19941         * docs/plugins/inspect/plugin-vorbis.xml:
19942         * docs/plugins/inspect/plugin-ximagesink.xml:
19943         * docs/plugins/inspect/plugin-xvimagesink.xml: Updated version.
19944         * sys/ximage/ximagesink.c: Adding documentation for ximagesink.
19945
19946 2005-11-26  Edward Hervey  <edward@fluendo.com>
19947
19948         * gst/audiorate/gstaudiorate.c: (gst_audiorate_chain):
19949         Properly return GstFlowReturn from gst_pad_push in chain functions.
19950
19951 2005-11-25  Michael Smith  <msmith@fluendo.com>
19952
19953         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
19954         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
19955         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
19956         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
19957           Handle various conditions better when we don't understand a stream.
19958           Removes a heap of CRITICALs on ogg streams containing unknown data.
19959
19960 2005-11-24  Andy Wingo  <wingo@pobox.com>
19961
19962         * gst/tcp/gstmultifdsink.c (gst_multifdsink_handle_client_write):
19963         Be threadsafe.
19964
19965 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19966
19967         * configure.ac: back to HEAD
19968
19969 === release 0.9.6 ===
19970
19971 2005-11-23  Thomas Vander Stichele <thomas at apestaart dot org>
19972
19973         * configure.ac:
19974           releasing 0.9.6, "White Eight"
19975
19976 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19977
19978         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
19979         * docs/plugins/inspect/plugin-sine.xml:
19980           remove sinesrc some more
19981
19982 2005-11-23  Wim Taymans  <wim@fluendo.com>
19983
19984         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
19985         If we are reading too slowly, jump forward in the ringbuffer
19986         instead of blocking.
19987
19988 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
19989
19990         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
19991         (gst_visual_chain):
19992         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps):
19993         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps),
19994         (gst_videorate_chain):
19995         * gst/videotestsrc/gstvideotestsrc.c:
19996         (gst_videotestsrc_src_fixate), (gst_videotestsrc_create):
19997         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_fps),
19998         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query),
19999         (gst_v4lmjpegsrc_get), (gst_v4lmjpegsrc_getcaps):
20000         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
20001         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
20002           Updates for API changes
20003
20004 2005-11-23  Wim Taymans  <wim@fluendo.com>
20005
20006         * gst-libs/gst/audio/gstbaseaudiosink.c:
20007         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
20008         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
20009         Fix for calibration API change.
20010
20011 2005-11-23  Michael Smith <msmith@fluendo.com>
20012
20013         * gst-libs/gst/audio/multichannel.c:
20014         (gst_audio_get_channel_positions),
20015         (gst_audio_set_channel_positions),
20016         (gst_audio_set_structure_channel_positions_list),
20017         (gst_audio_fixate_channel_positions):
20018           Use gst_value_array_*() functions on value arrays, not
20019           gst_value_list_*().
20020
20021 2005-11-23  Edward Hervey  <edward@fluendo.com>
20022
20023         * autogen.sh:
20024         eheh, sinesrc is gone. Replacing sample srcfile by existing one.
20025         Fixes autogen
20026
20027 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20028
20029         * check/Makefile.am:
20030         * check/elements/videotestsrc.c: (setup_videotestsrc),
20031         (cleanup_videotestsrc), (GST_START_TEST), (videotestsrc_suite),
20032         (main):
20033           add a test for videotestsrc
20034
20035 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20036
20037         * gst/sine/.cvsignore:
20038         * gst/sine/Makefile.am:
20039         * gst/sine/gstsinesrc.c:
20040         * gst/sine/gstsinesrc.h:
20041         * gst/sine/sinesrc.vcproj:
20042           and remove sinesrc from the repository.  Closes #321446
20043
20044 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20045
20046         * configure.ac:
20047         * gst-plugins-base.spec.in:
20048           remove sinesrc from the build
20049
20050 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20051
20052         * check/Makefile.am:
20053         * check/elements/audiotestsrc.c: (setup_audiotestsrc),
20054         (cleanup_audiotestsrc), (GST_START_TEST), (audiotestsrc_suite),
20055         (main):
20056           add a test for audiotestsrc, testing all waves.  Even seems
20057           leak-free at first glance, nice job Stefan
20058
20059 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
20060
20061         * po/af.po:
20062         * po/az.po:
20063         * po/cs.po:
20064         * po/en_GB.po:
20065         * po/hu.po:
20066         * po/it.po:
20067         * po/nb.po:
20068         * po/nl.po:
20069         * po/or.po:
20070         * po/sq.po:
20071         * po/sr.po:
20072         * po/sv.po:
20073         * po/uk.po:
20074         * po/vi.po:
20075           Translation string updates
20076
20077         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
20078         (gst_v4lsrc_set_caps):
20079         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
20080         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
20081         * sys/v4l/v4lsrc_calls.h:
20082           Improve v4lsrc, by making it work again.
20083
20084 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
20085
20086         * ext/libvisual/visual.c: (gst_visual_chain):
20087           Fix the fps calculations.
20088
20089         * gst/ffmpegcolorspace/avcodec.h:
20090           Move structure element for clarity
20091
20092         * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_init):
20093         * gst-libs/gst/interfaces/tunernorm.h:
20094         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_src_link):
20095         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
20096         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
20097         (gst_v4lmjpegsrc_get_fps), (gst_v4lmjpegsrc_src_convert),
20098         (gst_v4lmjpegsrc_src_query), (gst_v4lmjpegsrc_get),
20099         (gst_v4lmjpegsrc_getcaps):
20100         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
20101         (gst_v4lsrc_set_caps):
20102         * sys/v4l/gstv4lsrc.h:
20103         * sys/v4l/v4l_calls.c: (gst_v4l_open):
20104         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
20105         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
20106         * sys/v4l/v4lsrc_calls.h:
20107           Fractional framerates...
20108
20109 2005-11-22  Wim Taymans  <wim@fluendo.com>
20110
20111         * gst-libs/gst/audio/gstbaseaudiosink.c:
20112         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
20113         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
20114         And we provide a clock by default, of course...
20115
20116 2005-11-22  Wim Taymans  <wim@fluendo.com>
20117
20118         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init):
20119         This clock can be slaved to a master clock now.
20120
20121         * gst-libs/gst/audio/gstbaseaudiosink.c:
20122         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
20123         (gst_base_audio_sink_dispose), (gst_base_audio_sink_provide_clock),
20124         (gst_base_audio_sink_set_clock),
20125         (gst_base_audio_sink_set_property),
20126         (gst_base_audio_sink_get_property), (gst_base_audio_sink_preroll),
20127         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
20128         * gst-libs/gst/audio/gstbaseaudiosink.h:
20129         Handle slaving the internal clock to the clock selected in the
20130         pipeline.
20131         Add property to make the basesink not provide a clock.
20132
20133         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20134         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
20135         (gst_base_rtp_depayload_wait):
20136         * gst-libs/gst/rtp/gstbasertpdepayload.h:
20137         We can use the clock in GstElement, no need to store it ourselves.
20138
20139 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
20140
20141         * docs/libs/tmpl/gstaudio.sgml:
20142           update
20143         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
20144         (gst_paranoia_endian_get_type):
20145         * ext/theora/theoraenc.c: (gst_border_mode_get_type):
20146         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
20147         * gst/audiotestsrc/gstaudiotestsrc.c:
20148         (gst_audiostestsrc_wave_get_type):
20149         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
20150         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
20151         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
20152         (gst_sync_method_get_type), (gst_unit_type_get_type),
20153         (gst_client_status_get_type), (gst_multifdsink_class_init),
20154         (gst_multifdsink_new_client), (gst_multifdsink_recover_client),
20155         (gst_multifdsink_queue_buffer), (gst_multifdsink_set_property),
20156         (gst_multifdsink_get_property):
20157         * gst/tcp/gstmultifdsink.h:
20158         * gst/videoscale/gstvideoscale.c: (gst_videoscale_method_get_type):
20159         * gst/videotestsrc/gstvideotestsrc.c:
20160         (gst_videotestsrc_pattern_get_type):
20161           remove deprecated properties
20162           fix up enums to correctly have short lowercase dashed nicks
20163
20164 2005-11-22  Michael Smith <msmith@fluendo.com>
20165
20166         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
20167         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
20168           Add underscore.
20169
20170 2005-11-22  Michael Smith <msmith@fluendo.com>
20171
20172         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
20173         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
20174           Use utility method for scaling clocktime for fractional framerates.
20175
20176 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
20177
20178         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
20179         (gst_visual_chain):
20180         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
20181         * ext/theora/theoradec.c: (theora_handle_type_packet):
20182         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
20183         (theora_enc_chain):
20184         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
20185         * gst-libs/gst/video/video.c: (gst_video_frame_rate):
20186         * gst-libs/gst/video/video.h:
20187         * gst/ffmpegcolorspace/avcodec.h:
20188         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
20189         (gst_ffmpeg_caps_to_pixfmt):
20190         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
20191         (gst_ffmpegcsp_set_caps):
20192         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
20193         (gst_videorate_setcaps), (gst_videorate_blank_data),
20194         (gst_videorate_chain):
20195         * gst/videotestsrc/gstvideotestsrc.c:
20196         (gst_videotestsrc_src_fixate), (gst_videotestsrc_getcaps),
20197         (gst_videotestsrc_parse_caps), (gst_videotestsrc_setcaps),
20198         (gst_videotestsrc_event), (gst_videotestsrc_create):
20199         * gst/videotestsrc/gstvideotestsrc.h:
20200         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
20201         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
20202         (gst_ximagesink_get_times), (gst_ximagesink_init):
20203         * sys/ximage/ximagesink.h:
20204         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
20205         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
20206         (gst_xvimagesink_get_times), (gst_xvimagesink_init):
20207         * sys/xvimage/xvimagesink.h:
20208           Convert elements to use fractions for their framerate.
20209           V4L elements to come later tonight.
20210
20211 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
20212
20213         * gst-libs/gst/audio/audio.c:
20214         * gst-libs/gst/audio/audio.h:
20215           remove some deprecated functions
20216
20217 2005-11-22  Andy Wingo  <wingo@pobox.com>
20218
20219         * Update for gst_tag_setter API changes.
20220
20221 2005-11-22  Andy Wingo  <wingo@pobox.com>
20222
20223         * ext/ogg/gstoggdemux.c (gst_ogg_pad_submit_packet)
20224         (gst_ogg_demux_perform_seek):
20225         * ext/theora/theoradec.c (theora_dec_sink_event):
20226         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): Run
20227         update-funcnames.
20228
20229 2005-11-22  Wim Taymans  <wim@fluendo.com>
20230
20231         * examples/seeking/seek.c: (main):
20232         Give higher priority to bus signals than the gtk events
20233         to fix a race condition in the segment looping.
20234
20235 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
20236
20237         * ext/theora/Makefile.am:
20238         * ext/vorbis/Makefile.am:
20239         * gst-libs/gst/tag/Makefile.am:
20240         * gst-plugins-base.spec.in:
20241           Rename libgsttagedit to libgsttag (#322117).
20242
20243 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
20244
20245         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
20246         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
20247           Call gst_x_overlay_prepare_xwindow_id() to give applications
20248           a final chance to set their own xwindow id before the video
20249           sink creates its own window.
20250
20251 2005-11-22  Julien MOUTTE  <julien@moutte.net>
20252
20253         * sys/xvimage/xvimagesink.c:
20254         (gst_xvimagesink_navigation_send_event): Handle navigation
20255         events correcly with borders if applicable.
20256
20257 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
20258
20259         Patch by: Luca Ognibene
20260
20261         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
20262         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
20263         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
20264         (gst_ffmpegcsp_caps_remove_format_info):
20265         * gst/ffmpegcolorspace/imgconvert.c:
20266         * gst/ffmpegcolorspace/imgconvert_template.h:
20267           Forward-port fixes from the 0.8 branch (patch by Luca Ognibene,
20268           #318353); use gst_structure_has_name().
20269
20270 2005-11-22  Julien MOUTTE  <julien@moutte.net>
20271
20272         * sys/ximage/ximagesink.c: (gst_ximagesink_event_thread),
20273         (gst_ximagesink_class_init): Add debug macros on functions.
20274         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
20275         (gst_xvimagesink_xwindow_draw_borders),
20276         (gst_xvimagesink_xvimage_put),
20277         (gst_xvimagesink_xwindow_update_geometry),
20278         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_get_xv_support),
20279         (gst_xvimagesink_event_thread), (gst_xvimagesink_xcontext_get),
20280         (gst_xvimagesink_xcontext_clear),
20281         (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
20282         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
20283         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
20284         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
20285         (gst_xvimagesink_get_property), (gst_xvimagesink_finalize),
20286         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
20287         * sys/xvimage/xvimagesink.h: Refactoring to handle aspect ratio,
20288         expose while being PAUSED, out of data flow navigation events, etc..
20289
20290 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
20291
20292         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
20293         * gst-libs/gst/audio/audio.h:
20294           fix prototype - wondering why the test worked regardless
20295
20296 2005-11-21  Thomas Vander Stichele  <thomas at apestaart dot org>
20297
20298         * check/Makefile.am:
20299         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
20300         * gst-libs/gst/audio/audio.h:
20301           add a method that returns a proper GstClockTime
20302
20303 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20304
20305         * gst-libs/gst/interfaces/xoverlay.c: (gst_x_overlay_base_init),
20306         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_prepare_xwindow_id):
20307         * gst-libs/gst/interfaces/xoverlay.h:
20308           Remove everything having to do with the desired size; add 
20309           gst_x_overlay_prepare_xwindow_id() function; remove the
20310           'have-xwindow-id' signal and make gst_x_overlay_got_xwindow_id()
20311           post a message on the bus instead (#321816).
20312
20313         * sys/ximage/ximagesink.c: (gst_ximagesink_xoverlay_init):
20314         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps),
20315         (gst_xvimagesink_xoverlay_init):
20316           Remove desired size stuff (#321816).
20317
20318 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20319
20320         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
20321         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
20322         (mpeg_video_type_find), (mpeg_video_stream_type_find):
20323           Terminate vararg functions with NULL instead of 0 to 
20324           make gcc4 happy.
20325
20326 2005-11-21  Andy Wingo  <wingo@pobox.com>
20327
20328         patch by: Sebastien Cote <sebas642@yahoo.ca>
20329         
20330         * gst-libs/gst/rtp/gstrtpbuffer.h: 
20331         * gst-libs/gst/rtp/gstrtpbuffer.c
20332         (gst_rtpbuffer_get_payload_buffer): New function. Fixes #321451.
20333
20334 2005-11-21  Andy Wingo  <wingo@pobox.com>
20335
20336         * gst/playback/gstplaybin.c (gen_audio_element) 
20337         (gen_video_element): Use the new MISSING_PLUGIN core error
20338         category. Closes #320060.
20339
20340         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): 
20341         * gst/videorate/gstvideorate.c (gst_videorate_event):
20342         * ext/theora/theoradec.c (theora_dec_sink_event): 
20343         * ext/theora/theoraenc.c (theora_enc_sink_event): Don't take
20344         stream lock.
20345
20346         * gst/subparse/gstsubparse.c (gst_subparse_src_event):
20347         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek): Update for
20348         stream lock changes.
20349
20350 2005-11-21  Wim Taymans  <wim@fluendo.com>
20351
20352         * gst-libs/gst/audio/gstbaseaudiosink.c:
20353         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
20354         (gst_base_audio_sink_provide_clock),
20355         (gst_base_audio_sink_set_clock), (gst_base_audio_sink_render),
20356         (gst_base_audio_sink_change_state):
20357         * gst/audioresample/gstaudioresample.c:
20358         Segment update fix.
20359
20360 2005-11-21  Andy Wingo  <wingo@pobox.com>
20361
20362         * *.h:
20363         * *.c: Ran scripts/update-macros. Oh yes.
20364
20365 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20366
20367         * sys/ximage/Makefile.am:
20368         * sys/ximage/ximage.c:
20369           Rename ximage plugin to ximagesink (#321426) (Don't forget to
20370           remove your old libgstximage.* manually if necessary).
20371
20372 2005-11-21  Michael Smith <msmith@fluendo.com>
20373
20374         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup):
20375           Minimal fix for bug #320200: set the min/max bitrate in the correct
20376           units. A better fix would be to upgrade to the RATEMANAGE2
20377           interface, rather than using the deprecated interface used here, but
20378           that would require an update in our libvorbis dependency (to 1.1),
20379           which is probably undesirable.
20380
20381 2005-11-21  Jan Schmidt  <thaytan@mad.scientist.com>
20382
20383         * ext/libvisual/visual.c: (get_buffer):
20384         * gst-libs/gst/audio/gstbaseaudiosrc.c:
20385         (gst_base_audio_src_fixate):
20386         * gst/audioconvert/gstaudioconvert.c:
20387         (gst_audio_convert_fixate_caps):
20388         * gst/audioscale/gstaudioscale.c: (gst_audioscale_fixate):
20389         * gst/audiotestsrc/gstaudiotestsrc.c:
20390         (gst_audiotestsrc_src_fixate):
20391         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
20392         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps):
20393         * gst/videoscale/gstvideoscale.c: (gst_videoscale_fixate_caps):
20394         * gst/videotestsrc/gstvideotestsrc.c:
20395         (gst_videotestsrc_src_fixate):
20396         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
20397         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
20398           Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
20399           (#322027)
20400
20401
20402 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20403
20404         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
20405         (gst_riff_create_iavs_caps):
20406         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_file_header),
20407         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
20408         (gst_riff_parse_info):
20409         * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure):
20410         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_caps):
20411         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
20412           Fixes for GST_FOURCC_FORMAT API change.
20413
20414 2005-11-21  Andy Wingo  <wingo@pobox.com>
20415
20416         patch by: Alessandro Dessina <alessandro nnva org>
20417
20418         * ext/ogg/gstoggmux.c (gst_ogg_mux_set_header_on_caps):
20419         * ext/ogg/gstoggparse.c (gst_ogg_parse_append_header)
20420         (gst_ogg_parse_chain):
20421         * ext/theora/theoraenc.c (theora_set_header_on_caps):
20422         * ext/vorbis/vorbisenc.c (gst_vorbisenc_set_header_on_caps):
20423         * ext/vorbis/vorbisparse.c (vorbis_parse_set_header_on_caps): Fix
20424         gst_value_list calls on arrays. Fixes #321962.
20425
20426 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20427
20428         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
20429         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_queue_pads),
20430         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
20431         * gst/adder/gstadder.c: (gst_adder_init),
20432         (gst_adder_request_new_pad), (gst_adder_collected),
20433         (gst_adder_change_state):
20434           Update for gst_collectpads_foo() to gst_collect_pads_foo()
20435           API change.
20436
20437 2005-11-21  Michael Smith <msmith@fluendo.com>
20438
20439         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
20440         (gst_vorbisenc_chain), (gst_vorbisenc_output_buffers):
20441           Properly handle pad_push return values.
20442
20443 2005-11-20  Jan Schmidt  <thaytan@mad.scientist.com>
20444
20445         * gst-libs/gst/tag/Makefile.am:
20446         * gst-libs/gst/tag/gstvorbistag.c:
20447         (gst_tag_list_to_vorbiscomment_buffer):
20448           Remove obsolete vorbistag element and debug category.
20449
20450         * gst/playback/gstplaybasebin.c: (check_queue):
20451           Don't divide by 0 when queue-threshold is 0.
20452
20453         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property):
20454           Don't modify an existing pixel-aspect-ratio if we fail to read
20455           a new one.
20456
20457 2005-11-20  Wim Taymans  <wim@fluendo.com>
20458
20459         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_push_buffer),
20460         (gst_vorbisenc_push_packet):
20461         GST_PAD_IS_USABLE is gone, use the return value of
20462         the push or pad_alloc_buffer instead.
20463
20464 2005-11-18  Julien MOUTTE  <julien@moutte.net>
20465
20466         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
20467         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
20468         (gst_ximagesink_ximage_destroy),
20469         (gst_ximagesink_xwindow_draw_borders), (gst_ximagesink_ximage_put),
20470         (gst_ximagesink_xwindow_new),
20471         (gst_ximagesink_xwindow_update_geometry),
20472         (gst_ximagesink_handle_xevents), (gst_ximagesink_event_thread),
20473         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
20474         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_getcaps),
20475         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
20476         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_alloc),
20477         (gst_ximagesink_navigation_send_event),
20478         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_expose),
20479         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
20480         (gst_ximagesink_finalize), (gst_ximagesink_init),
20481         (gst_ximagesink_class_init):
20482         * sys/ximage/ximagesink.h: Refactoring of ximagesink.
20483         This new version brings correct software scaling, non flickering
20484         window while resizing, pixel aspect ratio handling, usage of
20485         hardware buffer pools, out of data flow event thread for 
20486         navigation and handling of expose events even when being PAUSED,
20487         a new property to keep video aspect ratio when resizing, etc...
20488
20489 2005-11-18  Julien MOUTTE  <julien@moutte.net>
20490
20491         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
20492         (gst_videoscale_fixate_caps): Introduce back caps fixate with
20493         handling of PAR.
20494
20495 2005-11-18  Edward Hervey  <bilboed@dvdsrc.fluendo.com>
20496
20497         * gst/playback/gstdecodebin.c: (gst_decode_bin_init): 
20498         Unsetting IS_SINK flag from the fakesink, so decodebin
20499         never behaves as a sink.
20500
20501 2005-11-17  Wim Taymans  <wim@fluendo.com>
20502
20503         * gst-libs/gst/audio/gstbaseaudiosrc.c:
20504         (gst_base_audio_src_change_state):
20505         Fix the audiosrc base class again, we did not unflush.
20506
20507 2005-11-17  Julien MOUTTE  <julien@moutte.net>
20508
20509         * examples/seeking/seek.c: (make_dv_pipeline),
20510         (make_vorbis_theora_pipeline), (make_avi_pipeline),
20511         (make_mpegnt_pipeline): Use VSINK everywhere, add a scaler
20512         to ogg/vorbis/theora pipeline.
20513
20514 2005-11-17  Wim Taymans  <wim@fluendo.com>
20515
20516         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
20517         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
20518         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
20519         Fix EOS on multiple streams.
20520         More debugging.
20521
20522 2005-11-16  Wim Taymans  <wim@fluendo.com>
20523
20524         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_configure_segment),
20525         (gst_ogg_demux_perform_seek):
20526         Segment done must include stream time.
20527
20528         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
20529         (gst_ogg_mux_clear), (gst_ogg_mux_init), (gst_ogg_mux_finalize),
20530         (gst_ogg_mux_change_state):
20531         Fix ogg muxer again.
20532
20533 2005-11-16  Wim Taymans  <wim@fluendo.com>
20534
20535         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init):
20536         Fix compile again.
20537
20538 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
20539
20540         * ext/libvisual/visual.c: (gst_visual_init):
20541         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
20542         * ext/ogg/gstoggparse.c: (gst_ogg_parse_init),
20543         (gst_ogg_parse_chain):
20544         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
20545         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init):
20546         * ext/theora/theoradec.c: (gst_theora_dec_init):
20547         * ext/theora/theoraenc.c: (gst_theora_enc_init):
20548         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
20549         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init):
20550         * gst/adder/gstadder.c: (gst_adder_class_init),
20551         (gst_adder_dispose):
20552         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
20553         * gst/subparse/gstsubparse.c: (gst_subparse_init):
20554         * gst/videorate/gstvideorate.c: (gst_videorate_init):
20555           Fix a whole set of pad template leaks
20556
20557 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
20558
20559         * check/generic/states.c: (GST_START_TEST):
20560           fix the test so that it only checks for elements that are part of
20561           this source module
20562
20563 2005-11-16  Michael Smith <msmith@fluendo.com>
20564
20565         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_reset),
20566         (gst_ogg_mux_init), (gst_ogg_mux_request_new_pad),
20567         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
20568         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
20569         (gst_ogg_mux_collected), (gst_ogg_mux_clear_collectpads),
20570         (gst_ogg_mux_change_state):
20571           Fix leaking collectpads.
20572
20573 2005-11-16  Edward Hervey  <edward@fluendo.com>
20574
20575         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
20576         (gst_videorate_event), (gst_videorate_chain):
20577         Handle segment seeks
20578
20579 2005-11-16  Wim Taymans  <wim@fluendo.com>
20580
20581         * gst-libs/gst/audio/gstbaseaudiosink.c:
20582         (gst_base_audio_sink_provide_clock),
20583         (gst_base_audio_sink_change_state):
20584         Set ringbuffer to non-flushing when going to PAUSED, set to
20585         flushing again when going to READY.
20586
20587         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
20588         (gst_ring_buffer_stop):
20589         Start in flushing mode by default.
20590         Don't set flushing in the _stop method, let the app call
20591         this explicitly.
20592
20593 2005-11-16  Julien MOUTTE  <julien@moutte.net>
20594
20595         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_center_rect):
20596         * gst-libs/gst/video/videosink.h: Add helper function needed
20597         for video sinks.
20598
20599 2005-11-16  Tim-Philipp Müller  <tim at centricular dot net>
20600
20601         * gst/videoscale/gstvideoscale.c:
20602         (gst_videoscale_handle_src_event):
20603           Don't leak reference to pad parent.
20604
20605 2005-11-16  Wim Taymans  <wim@fluendo.com>
20606
20607         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop):
20608         Set ringbuffer to flushing when stopping so that we don't
20609         block on wait_segment anymore and livelock.
20610
20611 2005-11-16  Wim Taymans  <wim@fluendo.com>
20612
20613         * examples/seeking/seek.c: (send_event), (do_seek),
20614         (loop_toggle_cb), (segment_done), (main):
20615         Added looping checkbox.
20616
20617 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
20618
20619         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
20620         (gst_ogg_demux_init):
20621         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
20622         (gst_vorbis_dec_init):
20623           revert unrefs, they don't pass make check
20624
20625 2005-11-15  Johan Dahlin  <johan@gnome.org>
20626
20627         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
20628         (gst_ogg_demux_init), (gst_ogg_demux_finalize):
20629         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
20630         (gst_vorbis_dec_init):
20631         Fix pad template leaks. 
20632
20633 2005-11-15  Tim-Philipp Müller  <tim at centricular dot net>
20634
20635         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
20636           Make state change function thread safe.
20637
20638 2005-11-15  Edward Hervey  <edward@fluendo.com>
20639
20640         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
20641         (gst_ogg_demux_class_init):
20642         Implement GstElement::send_event, so we can send seek events
20643         in GST_STATE_READY
20644
20645 2005-11-14  Julien MOUTTE  <julien@moutte.net>
20646
20647         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new):
20648         Discovered how to take away flickering while resizing the
20649         window. Please don't put that in ximagesink, refactoring in
20650         progress.
20651
20652 2005-11-14  Michael Smith <msmith@fluendo.com>
20653
20654         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_client_queue_data),
20655         (gst_multifdsink_render):
20656           Don't leak GDP headers when using GDP mode (i.e. tcpserversink).
20657
20658 2005-11-14  Tim-Philipp Müller  <tim at centricular dot net>
20659
20660         * gst/playback/gstplaybin.c: (gen_audio_element):
20661           Use autoaudiosink, it tends to be more widely available than
20662           autoaudiiosink.
20663           
20664 2005-11-14  Andy Wingo  <wingo@pobox.com>
20665
20666         * gst/playback/gstplaybin.c (gen_audio_element): Use autoaudiosink
20667         as well if it is available. Fixes #316442.
20668
20669 2005-11-14  Michael Smith <msmith@fluendo.com>
20670
20671         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_init),
20672         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
20673         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
20674         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
20675         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_collected),
20676         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
20677         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_buffer_from_packet),
20678         (gst_vorbisenc_change_state):
20679           Fix a small memory leak in vorbisenc.
20680           Fix large memory leaks in oggmux, also fix lots of state change
20681           bugs in oggmux.
20682
20683 2005-11-14  Thomas Vander Stichele  <thomas at apestaart dot org>
20684
20685         * gst/videotestsrc/gstvideotestsrc.c:
20686         (gst_videotestsrc_class_init), (gst_videotestsrc_init),
20687         (gst_videotestsrc_src_fixate):
20688           move fixation to a fixate function
20689           remove negotiate function, basesrc's is good enough
20690           fixes a bug for check when using the element alone
20691
20692 2005-11-13  Edward Hervey  <edward@fluendo.com>
20693
20694         * examples/seeking/seek.c: (do_seek), (accurate_toggle_cb),
20695         (key_toggle_cb), (main):
20696         Added checkboxes for adding/removing the accurate and key_unit seek
20697         flags.
20698
20699 2005-11-11  Thomas Vander Stichele  <thomas at apestaart dot org>
20700
20701         * configure.ac: back to HEAD
20702
20703 === release 0.9.5 ===
20704
20705 2005-11-11  Thomas Vander Stichele <thomas at apestaart dot org>
20706
20707         * configure.ac:
20708           releasing 0.9.5, "No No Kia"
20709
20710 2005-11-11  Edward Hervey  <edward@fluendo.com>
20711
20712         * examples/seeking/seek.c: (make_parselaunch_pipeline):
20713         Added parse-launch syntax seeking mode for the seeking example.
20714         This should help stress-test even more cases.
20715         Ex usage : ./seek 15 "filesrc location=uranus.avi ! decodebin ! xvimagesink"
20716
20717 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
20718
20719         * sys/xvimage/xvimagesink.c:
20720         (gst_xvimagesink_navigation_send_event):
20721           Check whether peer pad exists before sending navigation events
20722           to it.
20723
20724 2005-11-11  Michael Smith <msmith@fluendo.com>
20725
20726         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup),
20727         (gst_vorbisenc_buffer_from_packet):
20728         * ext/vorbis/vorbisenc.h:
20729           Set duration on encoded buffers. This allows oggmux's
20730           max_page_delay parameter to actually work.
20731
20732 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
20733
20734         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
20735         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
20736         (gst_ffmpegcsp_avpicture_fill):
20737         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
20738         (gst_ffmpegcsp_get_unit_size), (gst_ffmpegcsp_transform):
20739           Make palettes work again (see #132341). Use our own macros
20740           for rounding up.
20741
20742 2005-11-10  Andy Wingo  <wingo@pobox.com>
20743
20744         * gst/playback/gstplaybasebin.c (prepare_output): Fix format
20745         string doober.
20746
20747 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
20748
20749         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
20750         (gst_ffmpegcsp_transform_caps):
20751           Prefer passthrough in transform_caps
20752
20753 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
20754
20755         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
20756           check for ALSA errors properly, instead of relying on ALSA's
20757           error strings to serve to the user.
20758
20759 2005-11-10  Wim Taymans  <wim@fluendo.com>
20760
20761         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event), (gst_ogg_demux_init),
20762         (gst_ogg_demux_configure_segment), (gst_ogg_demux_perform_seek),
20763         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
20764         Modernise the seek code.
20765
20766 2005-11-10  Michael Smith <msmith@fluendo.com>
20767         
20768         * gst/playback/gstplaybasebin.c: (group_commit), (new_decoded_pad),
20769         (setup_substreams), (set_active_source):
20770           Unlock GROUP_LOCK in failure cases, so that we don't deadlock when
20771           trying to go to NULL if we failed to read a file.
20772
20773 2005-11-10  Wim Taymans  <wim@fluendo.com>
20774
20775         * gst/audiotestsrc/gstaudiotestsrc.c:
20776         (gst_audiotestsrc_class_init), (gst_audiotestsrc_get_times),
20777         (gst_audiotestsrc_create):
20778         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
20779         (gst_sinesrc_get_times), (gst_sinesrc_create):
20780         * gst/videotestsrc/gstvideotestsrc.c:
20781         (gst_videotestsrc_class_init), (gst_videotestsrc_get_times),
20782         (gst_videotestsrc_create):
20783         The base class can now sync for us.
20784
20785 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
20786
20787         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate): Check if the caps have
20788           a fourcc field. Fixes crash for gst-launch-0.9 v4lsrc
20789           name=source autoprobe=false autoprobe-fps=false copy-mode=1
20790           device=/dev/video0 ! ffmpegcolorspace ! "video/x-raw-yuv,
20791           format=(fourcc)I420" ! xvimagesink
20792
20793 2005-11-10  Tim-Philipp Müller  <tim at centricular dot net>
20794
20795         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
20796         (gst_sinesrc_get_query_types), (gst_sinesrc_src_query),
20797         (gst_sinesrc_newsegment):
20798           Send newsegment event in TIME format, set duration if
20799           num-buffers is set, fix duration querying.
20800
20801 2005-11-10  Michael Smith <msmith@fluendo.com>
20802
20803         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
20804         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
20805         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
20806         (gst_ogg_mux_collected):
20807          Fix EOS handling, partially. Now forwarding an EOS event once we have
20808          EOS on all pads works correctly. However, we still don't properly set
20809          EOS on the actual ogg stream pages.
20810
20811 2005-11-09  Tim-Philipp Müller  <tim at centricular dot net>
20812
20813         * gst/playback/gstplaybin.c: (gst_play_bin_dispose):
20814           Set elements to NULL state before disposing of them.
20815
20816 2005-11-08  Sebastien Cote  <sebas642 at yahoo dot ca>
20817
20818         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
20819
20820         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20821         (gst_base_rtp_depayload_init),
20822         (gst_base_rtp_depayload_set_gst_timestamp):
20823         * gst-libs/gst/rtp/gstbasertpdepayload.h:
20824           We need to send a newsegment event for each instance, not
20825           just for the first instance of this class (get rid of
20826           static variable in function). (#321011).
20827           
20828 2005-11-08  Michael Smith <msmith@fluendo.com>
20829
20830         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
20831         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_buffer),
20832         (gst_ogg_mux_dequeue_page), (gst_ogg_mux_pad_queue_page),
20833         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
20834           Forward port rewrite of muxing strategy to 0.9 version of oggmux.
20835           This makes us mux things correctly according to the ogg muxing
20836           rules. Still not handling EOS correctly right now, though.
20837
20838 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
20839
20840         * gst/audioconvert/gstaudioconvert.c:
20841           Fix typo in docs. 
20842
20843 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
20844
20845         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
20846         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new):
20847           Initialise segment_stop to GST_CLOCK_TIME_NONE when
20848           creating a new chain; should fix live streaming. Also
20849           add more debug output and fix a typo.
20850
20851 2005-11-08  Brian Cameron  <brian dot cameron at sun dot com>
20852
20853         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
20854
20855         * gst/volume/gstvolume.c: (volume_set_caps):
20856           Fix compilation on Solaris with Forte. (#320923)
20857
20858 2005-11-08  Wim Taymans  <wim@fluendo.com>
20859
20860         * gst-libs/gst/audio/gstbaseaudiosink.c:
20861         (gst_base_audio_sink_render):
20862         No need to do a typecheck.
20863
20864 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
20865
20866         * ext/alsa/gstalsa.h:
20867           We register a debug category, so let's use it.
20868
20869 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
20870
20871         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20872         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_wait):
20873         Fixed a small problem.
20874
20875 2005-11-04  Wim Taymans  <wim@fluendo.com>
20876
20877         * examples/seeking/Makefile.am:
20878         * examples/seeking/scrubby.c: (gst_element_factory_make_or_warn),
20879         (dynamic_link), (setup_dynamic_link), (make_wav_pipeline),
20880         (make_playerbin_pipeline), (format_value), (update_scale),
20881         (speed_cb), (seek_cb), (do_seek), (start_seek), (stop_seek),
20882         (play_cb), (pause_cb), (stop_cb), (print_message), (bus_message),
20883         (print_usage), (main):
20884         Added app for playback speed testing.
20885
20886         * examples/seeking/seek.c: (dynamic_link),
20887         (make_avi_msmpeg4v3_mp3_pipeline), (make_avi_pipeline),
20888         (make_mpeg_pipeline), (do_seek), (set_update_scale),
20889         (message_received), (main):
20890         Updated seek example.
20891
20892 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
20893
20894         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20895         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
20896         (gst_base_rtp_depayload_thread), (gst_base_rtp_depayload_wait),
20897         (gst_base_rtp_depayload_set_clock):
20898         * gst-libs/gst/rtp/gstbasertpdepayload.h:
20899         Don't sleep on the bench (system clock) when you have a nice 
20900         comfortable bed (Gstreamer clock) to sleep on.
20901
20902 2005-11-03  Wim Taymans  <wim@fluendo.com>
20903
20904         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
20905         (gst_decode_bin_dispose), (free_dynamics), (remove_fakesink),
20906         (pad_blocked), (close_pad_link), (new_pad), (no_more_pads):
20907         Handle the case where a pad_block failed.
20908
20909 2005-11-02  Sebastien Cote  <sebas642@yahoo.ca> 
20910
20911         reviewed by: Zeeshan Ali  <zeenix@gmail.com>
20912
20913         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20914         (gst_base_rtp_depayload_add_to_queue),
20915         (gst_base_rtp_depayload_push),
20916         (gst_base_rtp_depayload_set_gst_timestamp),
20917         (gst_base_rtp_depayload_queue_release):
20918           Fixes some bugs in the depayloader's queuing/de-queueing code.
20919
20920 2005-10-31  Michael Smith <msmith@fluendo.com>
20921
20922         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
20923         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
20924         (gst_ogg_demux_collect_chain_info), (gst_ogg_print):
20925           Patch from Alessandro Decina <alessandro@nnva.org>.
20926           Make oggdemux only find the final time in a chain, not per-pad,
20927           since the per-pad information can be very expensive to locate, and
20928           it isn't used anywhere. This makes reading a file containing
20929           OggSkeleton reasonably fast.
20930           Also, make chain finding work when there are logical bitstreams that
20931           can't be decoded. Fixes #319110.
20932
20933 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
20934
20935         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20936         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
20937         (gst_base_rtp_depayload_chain),
20938         (gst_base_rtp_depayload_add_to_queue),
20939         (gst_base_rtp_depayload_push),
20940         (gst_base_rtp_depayload_set_gst_timestamp),
20941         (gst_base_rtp_depayload_queue_release),
20942         (gst_base_rtp_depayload_start_thread),
20943         (gst_base_rtp_depayload_set_property),
20944         (gst_base_rtp_depayload_get_property):
20945         * gst-libs/gst/rtp/gstbasertpdepayload.h:
20946         Some random fixes, to fullfill the desires of thomas.
20947
20948 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
20949
20950         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20951         (gst_base_rtp_depayload_add_to_queue),
20952         (gst_base_rtp_depayload_push):
20953         Fixed the queueing algorithm.
20954
20955 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
20956
20957         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20958         (gst_base_rtp_depayload_push):
20959         A small fix
20960
20961 2005-10-31  Wim Taymans  <wim@fluendo.com>
20962
20963         * gst-libs/gst/audio/gstringbuffer.h:
20964         Don't break ABI.
20965
20966         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
20967         (gst_ffmpeg_caps_to_pixfmt):
20968         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
20969         (gst_ffmpegcsp_set_caps):
20970         Some more comments.
20971         Handle missing required caps fields better.
20972
20973 2005-10-31  Wim Taymans  <wim@fluendo.com>
20974
20975         * gst-libs/gst/audio/gstbaseaudiosink.c:
20976         (gst_base_audio_sink_event), (gst_base_audio_sink_get_offset),
20977         (gst_base_audio_sink_render):
20978         * gst-libs/gst/audio/gstringbuffer.c:
20979         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
20980         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
20981         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_pause),
20982         (gst_ring_buffer_stop), (wait_segment), (gst_ring_buffer_commit),
20983         (gst_ring_buffer_read):
20984         * gst-libs/gst/audio/gstringbuffer.h:
20985         Add flushing mode to the ringbuffer so that it in all cases does
20986         not try to handle more audio. This makes sure it does not try to
20987         block anymore when flushing and fixes a livelock.
20988
20989 2005-10-29  Tim-Philipp Müller  <tim at centricular dot net>
20990
20991         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
20992         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
20993         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain):
20994           Explicitly check for -1 values before doing a conversion
20995           and always map them to -1. (#315545)
20996
20997 2005-10-28  Thomas Vander Stichele  <thomas at apestaart dot org>
20998
20999         * gst/playback/gstplaybin.c: (gen_video_element):
21000           first try autovideosink, then xvimagesink, then error out
21001         * po/POTFILES.in:
21002           add translatable file
21003         * po/af.po:
21004         * po/az.po:
21005         * po/cs.po:
21006         * po/en_GB.po:
21007         * po/hu.po:
21008         * po/it.po:
21009         * po/nb.po:
21010         * po/nl.po:
21011         * po/or.po:
21012         * po/sq.po:
21013         * po/sr.po:
21014         * po/sv.po:
21015         * po/uk.po:
21016         * po/vi.po:
21017           update translations
21018
21019 2005-10-27  Philippe Khalaf <burger at speedy dot org> 
21020
21021         * gst-libs/gst/rtp/gstbasedepayload.c:
21022         * gst-libs/gst/rtp/gstbasedepayload.h:
21023           Minor cleanups
21024
21025 2005-10-27  Tim-Philipp Müller  <tim at centricular dot net>
21026
21027         * gst/playback/.cvsignore:
21028         * gst/playback/decodetest.c:
21029         * gst/playback/test3.c:
21030           Port these two tests as well.
21031
21032 2005-10-27  Wim Taymans  <wim@fluendo.com>
21033
21034         * ext/theora/theoradec.c: (theora_dec_src_query),
21035         (theora_dec_sink_event):
21036         * ext/theora/theoraenc.c: (theora_enc_sink_event),
21037         (theora_enc_change_state):
21038         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
21039         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
21040         Take proper locks when handling events.
21041
21042 2005-10-27  Wim Taymans  <wim@fluendo.com>
21043
21044         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_collected),
21045         (gst_adder_change_state):
21046         Fix timestamps and fix deadlock when stopping the collectpads.
21047
21048 2005-10-27  Zeeshan Ali  <zeenix@gmail.com>
21049
21050         * gst-libs/gst/rtp/gstrtpbuffer.h:
21051         Declaring the payload types as strings too so that they can be used
21052         in the padtemplate inialization.
21053
21054 2005-10-26  Andre Magalhaes  <andrunko@gmail.com>
21055
21056         reviewed by: Zeeshan Ali   <zeenix@gmail.com>
21057
21058         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21059         (gst_base_rtp_depayload_class_init):
21060         Fixes a small but nasty bug. The derived elements no longer segfaults
21061         on finalization.
21062
21063 2005-10-26  Michael Smith <msmith@fluendo.com>
21064
21065         * gst/audioconvert/audioconvert.c: (audio_convert_clean_context):
21066           When clearing an audioconvert context, set tmpbufsize to zero, so
21067           we'll allocate it again later if required.
21068           This fixes audioconvert re-negotiating formats, which previously
21069           segfaulted with a NULL destination buffer.
21070
21071 2005-10-26  Zeeshan Ali <zeenix@gmail.com>
21072
21073         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21074         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_push),
21075         (gst_base_rtp_depayload_set_gst_timestamp),
21076         (gst_base_rtp_depayload_queue_release):
21077         Fixed a smalll memleak.
21078
21079 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
21080         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21081         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_init),
21082         (gst_base_rtp_depayload_finalize),
21083         (gst_base_rtp_depayload_setcaps),
21084         (gst_base_rtp_depayload_add_to_queue),
21085         (gst_base_rtp_depayload_push),
21086         (gst_base_rtp_depayload_set_gst_timestamp),
21087         (gst_base_rtp_depayload_queue_release),
21088         (gst_base_rtp_depayload_thread),
21089         (gst_base_rtp_depayload_change_state):
21090         * gst-libs/gst/rtp/gstbasertpdepayload.h:
21091         Changed the C++ comments to C comments
21092
21093 2005-10-26  Tim-Philipp Müller  <tim at centricular dot net>
21094
21095         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init):
21096         * gst/tcp/gsttcpclientsrc.h:
21097         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init):
21098         * gst/tcp/gsttcpserversrc.h:
21099           Remove unused 'curoffset' structure member.
21100
21101 2005-10-25  Zeeshan Ali  <zeenix@gmail.com>
21102
21103         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21104         (gst_base_rtp_depayload_base_init),
21105         (gst_base_rtp_depayload_finalize):
21106         * gst-libs/gst/rtp/gstbasertpdepayload.h:
21107         * gst-libs/gst/rtp/gstbasertppayload.h:
21108           The pad-template on the sinkpad should be set by the derived classes.
21109           Also added some useful macros.
21110
21111 2005-10-24  Wim Taymans  <wim@fluendo.com>
21112
21113         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
21114         Correctly flush decoder samples even if we could not
21115         copy them to an output buffer. Fixes #319618.
21116
21117 2005-10-24  Julien MOUTTE  <julien@moutte.net>
21118
21119         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
21120         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Check
21121         the caps against our xcontext caps.
21122
21123 2005-10-24  Wim Taymans  <wim@fluendo.com>
21124
21125         * gst-libs/gst/audio/gstbaseaudiosink.c:
21126         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
21127         Remove g_print
21128         Use sync property from baseclass to disable sync.
21129
21130 2005-10-24  Wim Taymans  <wim@fluendo.com>
21131
21132         * gst-libs/gst/audio/gstbaseaudiosink.c:
21133         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
21134         Buffers with no timestamps get aligned with previous buffers or
21135         on underrun, played ASAP.
21136
21137 2005-10-24  Julien MOUTTE  <julien@moutte.net>
21138
21139         * gst-libs/gst/video/video.h:
21140         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
21141         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
21142         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): And
21143         here comes my change on caps for framerate and geometry range.
21144         We are now accepting 1 to MAXINT for width and height, and from
21145         0.0 to MAXDOUBLE for framerate. That allows duration less png frames
21146         to be blended correctly in videomixer.
21147
21148 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
21149
21150         * configure.ac:
21151           back to HEAD
21152
21153 === release 0.9.4 ===
21154
21155 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21156
21157         * NEWS:
21158         * RELEASE:
21159         * configure.ac:
21160           releasing 0.9.4, "Velociraptor"
21161
21162 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21163
21164         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
21165         * po/POTFILES.in:
21166           STOPPED -> FAILED
21167
21168 2005-10-21  Wim Taymans  <wim@fluendo.com>
21169
21170         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
21171         (gst_decode_bin_dispose), (free_dynamics), (pad_unblocked),
21172         (pad_blocked), (close_pad_link), (new_pad):
21173         Don't try to remove elements twice.
21174
21175 2005-10-21  Wim Taymans  <wim@fluendo.com>
21176
21177         * ext/theora/theoradec.c: (theora_dec_src_query),
21178         (theora_dec_sink_event):
21179         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
21180         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
21181         (vorbis_handle_data_packet):
21182         * ext/vorbis/vorbisdec.h:
21183         Fix old naming.
21184
21185         * gst-libs/gst/audio/gstbaseaudiosink.c:
21186         (gst_base_audio_sink_render):
21187         Don't try to sync on buffers without a timestamp.
21188
21189 2005-10-21  Wim Taymans  <wim@fluendo.com>
21190
21191         * ext/theora/theoradec.c: (theora_dec_src_query),
21192         (theora_dec_sink_event):
21193         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
21194         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
21195         (vorbis_handle_data_packet):
21196         * ext/vorbis/vorbisdec.h:
21197         Fix old naming.
21198
21199 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
21200
21201         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types),
21202         (gst_vorbisenc_src_query):
21203           Implement position and duration queries.
21204
21205         * gst/playback/test3.c: (update_scale), (main):
21206           Fix for async state changes and print nicer output.
21207
21208 2005-10-20  Wim Taymans  <wim@fluendo.com>
21209
21210         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
21211         (dump_element_stats), (main):
21212         * gst/playback/test6.c: (main):
21213         Fix tests again
21214
21215 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
21216
21217         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
21218         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
21219           Don't use functions for position queries when handling
21220           duration queries.
21221
21222 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
21223
21224         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
21225         (vorbis_handle_data_packet), (vorbis_dec_chain),
21226         (vorbis_dec_change_state):
21227         * ext/vorbis/vorbisdec.h:
21228           Vorbis streams can be embedded in other container formats
21229           than ogg, container formats where the demuxer might set 
21230           timestamps on encoded vorbis buffers instead of those silly 
21231           granulepos thingies. In short: make vorbisdec handle 
21232           timestamps on incoming buffers as well.
21233
21234 2005-10-20  Wim Taymans  <wim@fluendo.com>
21235
21236         * gst/playback/gstplaybasebin.c: (group_destroy),
21237         (gst_play_base_bin_change_state):
21238         Fix leak.
21239         Handle case where playbasebin is now ASYNC because
21240         decodebin is.
21241
21242 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
21243
21244         * gst/audioconvert/Makefile.am:
21245         * gst/audioconvert/bufferframesconvert.c:
21246         * gst/audioconvert/plugin.c: (plugin_init):
21247         * gst/audioconvert/plugin.h:
21248           And bye bye buffer-frames-convert
21249
21250 2005-10-19  Wim Taymans  <wim@fluendo.com>
21251
21252         * check/elements/audioconvert.c:
21253         * docs/libs/tmpl/gstaudio.sgml:
21254         * docs/libs/tmpl/gstcolorbalance.sgml:
21255         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
21256         (vorbis_handle_identification_packet), (vorbis_handle_data_packet):
21257         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
21258         * gst-libs/gst/audio/audio.c: (gst_audio_structure_set_int):
21259         * gst-libs/gst/audio/audio.h:
21260         * gst/audioconvert/audioconvert.h:
21261         * gst/audioconvert/gstaudioconvert.c:
21262         (gst_audio_convert_parse_caps):
21263         * gst/volume/gstvolume.c:
21264         Bye bye buffer-frames.
21265
21266 2005-10-19  Wim Taymans  <wim@fluendo.com>
21267
21268         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
21269         (query_positions_elems), (query_positions_pads), (update_scale),
21270         (do_seek), (set_update_scale), (message_received), (main):
21271         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
21272         (gst_ogg_demux_perform_seek), (gst_ogg_demux_find_chains),
21273         (gst_ogg_demux_loop):
21274         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
21275         * ext/theora/theoradec.c: (theora_dec_src_query),
21276         (theora_dec_sink_event):
21277         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
21278         (vorbis_dec_sink_event), (vorbis_handle_data_packet):
21279         * gst/adder/gstadder.c: (gst_adder_query):
21280         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
21281         * gst/playback/test3.c: (update_scale):
21282         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
21283         (dump_element_stats), (main):
21284         * gst/playback/test6.c: (main):
21285         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
21286         Query API update.
21287
21288 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
21289
21290         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
21291         (xml_check_first_element), (xml_type_find), (smil_type_find),
21292         (plugin_init):
21293           Add typefinding for SMIL and for generic XML. Based on patch by
21294           Akos Maroy (#308663).
21295
21296 2005-10-18  Wim Taymans  <wim@fluendo.com>
21297
21298         * gst/playback/Makefile.am:
21299         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
21300         (gst_decode_bin_dispose), (dynamic_create), (dynamic_free),
21301         (free_dynamics), (pad_unblocked), (pad_blocked), (close_pad_link),
21302         (try_to_link_1), (new_pad), (no_more_pads), (type_found),
21303         (gst_decode_bin_change_state):
21304         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
21305         (gst_play_bin_send_event_to_sink):
21306         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
21307         (dump_element_stats), (main):
21308         * gst/playback/test6.c: (main):
21309         Make playbin async, it'll commit state to paused when all streams
21310         are detected.
21311         Remove ugly hack.
21312         Added test6.c to show async behaviour.
21313
21314 2005-10-18  Wim Taymans  <wim@fluendo.com>
21315
21316         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
21317         (gst_ogg_demux_perform_seek), (gst_ogg_demux_loop):
21318         Fix for segment-start/stop API change.
21319
21320 2005-10-18  Wim Taymans  <wim@fluendo.com>
21321
21322         * check/Makefile.am:
21323         * check/clocks/selection.c: (GST_START_TEST), (volume_suite),
21324         (main):
21325         Add future test for clock selection.
21326
21327 2005-10-18  Wim Taymans  <wim@fluendo.com>
21328
21329         * ext/alsa/gstalsasink.c: (gst_alsasink_init),
21330         (gst_alsasink_close):
21331         Set handle to NULL.
21332
21333         * gst-libs/gst/audio/gstringbuffer.c:
21334         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
21335         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
21336         (gst_ring_buffer_start), (gst_ring_buffer_pause),
21337         (gst_ring_buffer_stop), (gst_ring_buffer_commit),
21338         (gst_ring_buffer_read):
21339         More debug info.
21340
21341 2005-10-17  Stefan Kost  <ensonic@users.sf.net>
21342
21343         * gst/audiotestsrc/Makefile.am:
21344         * gst/sine/Makefile.am:
21345         * gst/volume/Makefile.am:
21346           fix broken build of controllerized plugins
21347
21348 2005-10-17  Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
21349
21350         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
21351
21352         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
21353         (gst_riff_create_video_template_caps):
21354           Add support for Indeo-3 (IV32).
21355
21356 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
21357
21358         * configure.ac:
21359           rewrite
21360
21361 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
21362
21363         * gst-libs/gst/video/video.c: (gst_video_get_size):
21364         * gst/audiotestsrc/gstaudiotestsrc.c:
21365           doc updates
21366
21367 2005-10-17  Andy Wingo  <wingo@pobox.com>
21368
21369         * ext/ogg/gstoggmux.c (gst_ogg_mux_queue_pads): Fix bug introduced
21370         with the collectpads change.
21371         (gst_ogg_mux_send_headers): Elevate warning to a g_critical.
21372
21373         * gst/tcp/gstmultifdsink.c: Convert to use the boilerplate macro.
21374
21375         * gst/tcp/gsttcp.c (gst_tcp_socket_read): Comment update.
21376
21377         * ext/theora/theoraenc.c (theora_buffer_from_packet): Pass the
21378         alloc_buffer flow return to callers.
21379         (theora_enc_chain, theora_enc_chain): Adapt to buffer_from_packet
21380         change. Fix some memleaks in theoraenc.
21381
21382         * ext/ogg/gstoggmux.c (gst_ogg_mux_send_headers): Fix a segfault
21383         in strange circumstance.
21384
21385 2005-10-17  Julien MOUTTE  <julien@moutte.net>
21386
21387         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
21388         (gst_ffmpegcsp_get_unit_size): We are asked to compute a buffer size
21389         from caps, let's use the caps...
21390
21391 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
21392
21393         * configure.ac:
21394           put back AX_CREATE_STDINT_H, ffmpegcolorspace includes _stdint.h
21395
21396 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
21397
21398         * gst-libs/gst/interfaces/Makefile.am:
21399           fix silly typo
21400
21401 2005-10-16  Andy Wingo  <wingo@pobox.com>
21402
21403         * gst/playback/gstdecodebin.c
21404         (gst_element_set_state_like_a_crazy_man): New kraaaaaaazy
21405         function!
21406         (try_to_link_1): Increase kraziness level.
21407
21408 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
21409
21410         * configure.ac:
21411           restructure like the core one
21412         * gst-libs/gst/audio/Makefile.am:
21413         * gst-libs/gst/interfaces/Makefile.am:
21414         * gst-libs/gst/net/Makefile.am:
21415         * gst-libs/gst/riff/Makefile.am:
21416         * gst-libs/gst/rtp/Makefile.am:
21417         * gst-libs/gst/tag/Makefile.am:
21418         * gst-libs/gst/video/Makefile.am:
21419           use correct linker flags, now the libs are properly versioned
21420         * check/elements/audioconvert.c: (verify_convert):
21421         * ext/alsa/gstalsaplugin.c:
21422         * ext/cdparanoia/gstcdparanoia.c:
21423         * ext/gnomevfs/gstgnomevfs.c:
21424         * ext/libvisual/visual.c:
21425         * ext/ogg/gstogg.c:
21426         * ext/ogg/gstoggparse.c: (gst_ogg_parse_chain):
21427         * ext/theora/theora.c:
21428         * ext/vorbis/vorbis.c:
21429         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
21430         * gst-libs/gst/tag/gsttagediting.c:
21431         * gst-libs/gst/video/video.c:
21432         * gst/adder/gstadder.c:
21433         * gst/audioconvert/plugin.c:
21434         * gst/audiorate/gstaudiorate.c:
21435         * gst/audioresample/gstaudioresample.c:
21436         * gst/audioresample/resample_ref.c: (resample_scale_ref):
21437         * gst/audioscale/gstaudioscale.c:
21438         * gst/audioscale/resample.c:
21439         * gst/audiotestsrc/gstaudiotestsrc.c:
21440         * gst/ffmpegcolorspace/gstffmpeg.c:
21441         * gst/playback/gstdecodebin.c: (close_pad_link):
21442         * gst/playback/gstplaybin.c: (gen_video_element),
21443         (gen_audio_element):
21444         * gst/sine/gstsinesrc.c:
21445         * gst/subparse/gstsubparse.c:
21446         * gst/tags/gsttagediting.c:
21447         * gst/tcp/gsttcpplugin.c:
21448         * gst/typefind/gsttypefindfunctions.c:
21449         * gst/videorate/gstvideorate.c:
21450         * gst/videoscale/gstvideoscale.c:
21451         * gst/videotestsrc/gstvideotestsrc.c:
21452         * gst/volume/gstvolume.c:
21453         * sys/v4l/gstv4l.c:
21454         * sys/ximage/ximage.c:
21455         * sys/xvimage/xvimagesink.c:
21456           fix up defines
21457
21458 2005-10-13  Tim-Philipp Müller  <tim at centricular dot net>
21459
21460         * ext/vorbis/vorbisenc.c:
21461         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
21462         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
21463         (gst_tag_to_vorbis_comments):
21464           Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE.
21465
21466 2005-10-13  Stefan Kost  <ensonic@users.sf.net>
21467
21468         * examples/stats/mp2ogg.c:
21469         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
21470           typo fixes
21471
21472 2005-10-13  Michael Smith <msmith@fluendo.com>
21473
21474         * ext/ogg/gstoggmux.c:
21475           Use magic glib macros to define constants as 64 bit, to ensure
21476           appropriate vararg passing.
21477
21478 2005-10-13  Michael Smith <msmith@fluendo.com>
21479
21480         * ext/ogg/gstoggmux.c:
21481         * gst/audioconvert/audioconvert.c: (float):
21482           Don't use LL suffix, as it's not portable, and neither of these
21483           uses required it anyway.
21484
21485 2005-10-12  Stefan Kost  <ensonic@users.sf.net>
21486
21487         * examples/indexing/indexmpeg.c: (main):
21488         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get),
21489         (cdparanoia_open), (cdparanoia_close), (cdparanoia_event),
21490         (cdparanoia_convert), (cdparanoia_query):
21491         * ext/cdparanoia/gstcdparanoia.h:
21492         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
21493         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file),
21494         (gst_gnomevfssink_chain), (gst_gnomevfssink_change_state):
21495         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
21496         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init):
21497         * gst/playback/gststreamselector.c: (gst_stream_selector_init):
21498         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
21499         (gst_multifdsink_render), (gst_multifdsink_start),
21500         (gst_multifdsink_stop):
21501         * gst/tcp/gstmultifdsink.h:
21502         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init),
21503         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
21504         (gst_tcpclientsink_stop):
21505         * gst/tcp/gsttcpclientsink.h:
21506         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
21507         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_create),
21508         (gst_tcpclientsrc_start), (gst_tcpclientsrc_stop):
21509         * gst/tcp/gsttcpclientsrc.h:
21510         * gst/tcp/gsttcpserversink.h:
21511         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init),
21512         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
21513         (gst_tcpserversrc_stop):
21514         * gst/tcp/gsttcpserversrc.h:
21515         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
21516         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
21517         * sys/ximage/ximagesink.c: (gst_ximagesink_init):
21518           renamed GST_FLAGS macros to GST_OBJECT_FLAGS
21519           moved bitshift from macro to enum definition
21520
21521 2005-10-12  Wim Taymans  <wim@fluendo.com>
21522
21523         * examples/seeking/Makefile.am:
21524         Oops.
21525
21526 2005-10-12  Wim Taymans  <wim@fluendo.com>
21527
21528         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
21529         (gst_ring_buffer_read), (gst_ring_buffer_clear):
21530         Don't assert on normal stuff.
21531
21532         * gst/playback/gstplaybin.c: (do_playbin_seek):
21533         API fix.
21534
21535 2005-10-12  Wim Taymans  <wim@fluendo.com>
21536
21537         * check/pipelines/simple_launch_lines.c: (run_pipeline):
21538         * examples/seeking/Makefile.am:
21539         * examples/seeking/cdplayer.c: (play_cb), (pause_cb), (stop_cb):
21540         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
21541         (do_seek), (set_update_scale), (message_received), (main):
21542         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
21543         (gst_ring_buffer_read), (gst_ring_buffer_clear):
21544         Update for _get_state() API change.
21545
21546 2005-10-11  Wim Taymans  <wim@fluendo.com>
21547
21548         * gst-libs/gst/audio/gstbaseaudiosink.c:
21549         (gst_base_audio_sink_render):
21550         * gst-libs/gst/audio/gstbaseaudiosrc.c:
21551         (gst_base_audio_src_create):
21552         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
21553         (gst_ring_buffer_read):
21554         Cleanups.
21555         Commit and read from ringbuffer in samples rather than bytes.
21556
21557 2005-10-11  Wim Taymans  <wim@fluendo.com>
21558
21559         * gst-libs/gst/audio/gstbaseaudiosink.c:
21560         (gst_base_audio_sink_render):
21561         Respect segment rate and accum when scheduling samples.
21562
21563 2005-10-11  Julien MOUTTE  <julien@moutte.net>
21564
21565         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
21566         (gst_ogg_mux_collected): Quick hack to fix build. We need to handle
21567         EOS correctly, that needs more work.
21568
21569 2005-10-11  Wim Taymans  <wim@fluendo.com>
21570
21571         * check/generic/states.c: (GST_START_TEST):
21572         remove old property.
21573
21574         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
21575         (gst_ogg_demux_perform_seek):
21576         * ext/theora/theoradec.c: (theora_dec_sink_event):
21577         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
21578         (vorbis_handle_data_packet):
21579         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21580         (gst_base_rtp_depayload_set_gst_timestamp):
21581         * gst/videorate/gstvideorate.c: (gst_videorate_event):
21582         Update for newsegment API change.
21583
21584 2005-10-11  Michael Smith <msmith@fluendo.com>
21585
21586         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
21587         (do_playbin_seek), (gst_play_bin_send_event):
21588           Override send_event differently, so that we can takes bits of
21589           functionality from GstPipeline (special handling for seeks,
21590           including pausing/resuming, and resetting stream time) and still get
21591           the appropriate behaviour of only forwarding event to a single sink,
21592           rather than all of them.
21593           Unfortunately requires a lot of code duplication, but the
21594           alternatives are equally ugly in the end.
21595
21596 2005-10-11  Thomas Vander Stichele  <thomas at apestaart dot org>
21597
21598         * check/elements/audioconvert.c: (setup_audioconvert),
21599         (cleanup_audioconvert), (get_int_caps), (verify_convert),
21600         (GST_START_TEST), (audioconvert_suite):
21601           clean up tests a little, fix some leaks.
21602
21603 2005-10-10  Wim Taymans  <wim@fluendo.com>
21604
21605         * ext/alsa/gstalsasink.c:
21606         Also allow unsigned int.
21607
21608         * gst-libs/gst/audio/gstbaseaudiosrc.c:
21609         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
21610         Small cleanup
21611
21612 2005-10-10  Wim Taymans  <wim@fluendo.com>
21613
21614         * check/pipelines/simple_launch_lines.c: (run_pipeline):
21615         Small update, use API as stated in design docs.
21616
21617         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
21618         (update_scale), (do_seek), (seek_cb), (set_update_scale),
21619         (start_seek), (stop_seek), (play_cb), (pause_cb), (stop_cb),
21620         (message_received), (main):
21621         Updated seek example for GOption. Some usability improvements.
21622
21623 2005-10-10  Wim Taymans  <wim@fluendo.com>
21624
21625         * gst/audioconvert/audioconvert.h:
21626         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
21627         (gst_channel_mix_setup_matrix), (gst_channel_mix_mix):
21628         Alloc temp storage somewhere else where we can do it more
21629         portable.
21630
21631 2005-10-10  Wim Taymans  <wim@fluendo.com>
21632
21633         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_create),
21634         (gst_tcpserversrc_start):
21635         Don't block in accept while doing the state change, move
21636         to poll and make cancellable.
21637
21638 2005-10-09  Philippe Khalaf <burger@speedy.org>
21639
21640         * gst-libs/gst/rtp/rtpbasedepayload.c:
21641         Set timestamp and add queue delay to timestamp
21642         * gst-libs/gst/rtp/rtpbuffer.h:
21643         Set correct payload type for h263
21644
21645 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
21646
21647         * gst/audiotestsrc/gstaudiotestsrc.c:
21648         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_class_init),
21649         (gst_audiotestsrc_init), (gst_audiotestsrc_create_sine),
21650         (gst_audiotestsrc_create_square), (gst_audiotestsrc_create_saw),
21651         (gst_audiotestsrc_create_triangle),
21652         (gst_audiotestsrc_create_silence),
21653         (gst_audiotestsrc_create_white_noise),
21654         (gst_audiotestsrc_init_pink_noise),
21655         (gst_audiotestsrc_generate_pink_noise_value),
21656         (gst_audiotestsrc_create_pink_noise),
21657         (gst_audiotestsrc_change_wave):
21658         * gst/audiotestsrc/gstaudiotestsrc.h:
21659           fixed typo, added pink noise
21660
21661 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
21662
21663         * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find),
21664         (plugin_init):
21665           Add wavpack and spc typefind functions from 0.8 branch.
21666
21667 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
21668
21669         * gst/typefind/gsttypefindfunctions.c: (tar_type_find),
21670         (ar_type_find), (msdos_type_find), (plugin_init):
21671           Add typefind functions for tar archives, ar archives,
21672           RAR archives, and msdos-executables (dlls, exe, etc.).
21673           Some of those would be wrongly identified as mpeg
21674           streams of some sort before (#315550).
21675
21676 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
21677
21678         * configure.ac:
21679         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
21680         * docs/plugins/gst-plugins-base-plugins-sections.txt:
21681         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
21682         * gst/audiotestsrc/Makefile.am:
21683         * gst/audiotestsrc/gstaudiotestsrc.c:
21684         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_base_init),
21685         (gst_audiotestsrc_class_init), (gst_audiotestsrc_init),
21686         (gst_audiotestsrc_src_fixate), (gst_audiotestsrc_setcaps),
21687         (gst_audiotestsrc_get_query_types), (gst_audiotestsrc_src_query),
21688         (gst_audiotestsrc_wait), (gst_audiotestsrc_unlock),
21689         (gst_audiotestsrc_create_sine), (gst_audiotestsrc_create_square),
21690         (gst_audiotestsrc_create_saw), (gst_audiotestsrc_create_triangle),
21691         (gst_audiotestsrc_create_silence),
21692         (gst_audiotestsrc_create_white_noise),
21693         (gst_audiotestsrc_change_wave), (gst_audiotestsrc_create),
21694         (gst_audiotestsrc_set_property), (gst_audiotestsrc_get_property),
21695         (gst_audiotestsrc_start), (plugin_init):
21696         * gst/audiotestsrc/gstaudiotestsrc.h:
21697           add new plugin and element
21698         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init):
21699           use gobject_class
21700
21701 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
21702
21703         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_class_init),
21704         (gst_adder_init), (gst_adder_request_new_pad),
21705         (gst_adder_change_state):
21706           Add query function to source pad, so adder reports the correct
21707           time/sample position when queried (#315457); fix state change
21708           function; use GST_DEBUG_FUNCPTR() for pad functions.
21709
21710 2005-10-08  Thomas Vander Stichele  <thomas at apestaart dot org>
21711
21712         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find):
21713           Fix leaks in typefind registration
21714           Clean up the gratuitous commenting and whitespacing a little
21715
21716 2005-10-08  Wim Taymans  <wim@fluendo.com>
21717
21718         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_stop):
21719         Only actually wait for the thread to be stopped if it's 
21720         running.
21721
21722 2005-10-08  Wim Taymans  <wim@fluendo.com>
21723
21724         * gst-libs/gst/audio/gstbaseaudiosink.c:
21725         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
21726         If we receive EOS we can start playback of what we had.
21727
21728 2005-10-08  Wim Taymans  <wim@fluendo.com>
21729
21730         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
21731         (gst_multifdsink_finalize), (multifdsink_hash_remove),
21732         (gst_multifdsink_stop):
21733         Fix crasher when going to NULL multiple times.
21734
21735 2005-10-06  Wim Taymans  <wim@fluendo.com>
21736
21737         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event),
21738         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
21739         * gst-libs/gst/audio/gstbaseaudiosrc.h:
21740         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
21741         patch from Edgard Lima <edgard.lima@indt.org.br>
21742         Fixed gstbaseaudiosrc adding ring buffer sync to it.
21743
21744 2005-10-06  Wim Taymans  <wim@fluendo.com>
21745
21746         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
21747         Report the FLOW_RETURN as string in the error message.
21748
21749         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_clear_all):
21750         Don't assert when clearing an unnegotiated buffer.
21751
21752 2005-10-04  Michael Smith <msmith@fluendo.com>
21753
21754         * gst/playback/gstplaybasebin.c: (group_destroy),
21755         (gen_preroll_element), (remove_groups), (setup_source):
21756         * gst/playback/gstplaybin.c: (remove_sinks), (add_sink),
21757         (setup_sinks), (gst_play_bin_send_event),
21758         (gst_play_bin_change_state):
21759           Set state to NULL before removing from bin. Fix refcounting.
21760
21761 2005-10-04  Michael Smith <msmith@fluendo.com>
21762
21763         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
21764           Correct refcounting in send_event() function. Previously was wrong
21765           if the first sink was unable to handle the event.
21766
21767 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
21768
21769         * configure.ac:
21770           back to development
21771
21772 === release 0.9.3 ===
21773
21774 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
21775
21776         * configure.ac:
21777           Releasing 0.9.3, "De Facto"
21778
21779 2005-10-03  Andy Wingo  <wingo@pobox.com>
21780
21781         * gst/playback/gstdecodebin.c (try_to_link_1)
21782         (remove_element_chain): set element to NULL before removing it.
21783
21784 2005-10-02  Johan Dahlin  <johan@gnome.org>
21785
21786         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_uri_get_protocols): 
21787         protect gst_gnomevfs_get_supported_uris by a mutex, to make it
21788         MT safe.
21789
21790 2005-10-02  Andy Wingo  <wingo@pobox.com>
21791
21792         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_clear) 
21793         (gst_ring_buffer_prepare_read): 
21794         * gst-libs/gst/audio/gstaudiosink.c (audioringbuffer_thread_func):
21795         Demote to LOG.
21796
21797 2005-09-29  Wim Taymans  <wim@fluendo.com>
21798
21799         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
21800         * ext/theora/theoradec.c: (theora_handle_data_packet):
21801         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
21802         Propagate error codes from alloc_buffer too.
21803
21804 2005-09-29  Wim Taymans  <wim@fluendo.com>
21805
21806         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
21807         We use fixed caps.
21808
21809         * gst/playback/Makefile.am:
21810         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
21811         (dump_element_stats), (main):
21812         Added example stream introspection code.
21813
21814 2005-09-28  Stefan Kost  <ensonic@users.sf.net>
21815
21816         * gst/adder/gstadder.c: (gst_adder_collected):
21817           fix adder for float elements
21818
21819 2005-09-28  Wim Taymans  <wim@fluendo.com>
21820
21821         * gst-libs/gst/audio/gstbaseaudiosink.c:
21822         (gst_base_audio_sink_class_init),
21823         (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
21824         * gst-libs/gst/audio/gstbaseaudiosrc.c:
21825         (gst_base_audio_src_class_init),
21826         (gst_base_audio_src_provide_clock):
21827         get_clock -> provide_clock
21828
21829 2005-09-28  Andy Wingo  <wingo@pobox.com>
21830
21831         * gst/videotestsrc/gstvideotestsrc.c: Implement live source mode
21832         and unlocking.
21833
21834         * gst/sine/gstsinesrc.c (gst_sinesrc_unlock): Actually implement
21835         unlocking.
21836
21837         * gst/tcp/gsttcpclientsink.c (gst_tcpclientsink_base_init):
21838         Actually add the pad template.
21839         (gst_tcpclientsink_get_type): We're a base sink. Woot, works.
21840
21841         * gst/tcp/gsttcpserversrc.c: Go ahead and fix up serversrc while
21842         I'm at it...
21843
21844         * gst/tcp/gsttcpclientsrc.c: Make interruptable -- code stolen
21845         from fdsrc. Get caps in create() instead of start() so it can be
21846         interrupted. Interruption somewhat untested.
21847
21848         * gst/tcp/gsttcp.c (gst_tcp_read_buffer, gst_tcp_socket_read):
21849         Proper EOS handling.
21850
21851 2005-09-27  Andy Wingo  <wingo@pobox.com>
21852
21853         * gst/tcp/gsttcpclientsrc.c: Cleaned up.
21854
21855         * gst/tcp/gsttcpserversrc.c: Cleaned up.
21856
21857         * gst/tcp/gsttcpclientsrc.c: Updated for new gsttcp API.
21858
21859         * gst/tcp/gsttcp.h: 
21860         * gst/tcp/gsttcp.c (gst_tcp_read_buffer): New function, factored
21861         out of tcpclientsrc.c. Cancellable.
21862         (gst_tcp_socket_read): Made private, cancellable, with better
21863         diagnostics. Also the FIONREAD ioctl takes a int*, not a size_t*.
21864         (gst_tcp_gdp_read_buffer): Made cancellable, actually returns the
21865         whole buffer, and better diagnostics.
21866         (gst_tcp_gdp_read_caps): Same.
21867
21868         * gst/sine/gstsinesrc.c (gst_sinesrc_wait): Add the base time.
21869
21870 2005-09-26  Andy Wingo  <wingo@pobox.com>
21871
21872         * gst/sine/gstsinesrc.h:
21873         * gst/sine/gstsinesrc.c: Refactor, remove the table lookup code,
21874         change the 'sync' property to 'is-live' and implement it halfway,
21875         update for controller api change.
21876
21877         * gst/volume/gstvolume.c (volume_transform_ip): Update for
21878         controller api change.
21879
21880 2005-09-24  Wim Taymans  <wim@fluendo.com>
21881
21882         * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
21883         * gst-libs/gst/audio/gstaudiosink.c:
21884         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
21885         (gst_audioringbuffer_stop):
21886         * gst-libs/gst/audio/gstbaseaudiosink.c:
21887         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
21888         (gst_base_audio_sink_change_state):
21889         * gst-libs/gst/audio/gstbaseaudiosink.h:
21890         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop),
21891         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
21892         (gst_ring_buffer_commit), (gst_ring_buffer_read):
21893         * gst-libs/gst/audio/gstringbuffer.h:
21894         Fix sync again. Moved sample alignment to basesink.
21895
21896 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21897
21898         * docs/plugins/Makefile.am:
21899         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
21900         * docs/plugins/gst-plugins-base-plugins-sections.txt:
21901         * gst/volume/gstvolume.c:
21902           add/fix docs
21903         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size):
21904         * gst-libs/gst/audio/audio.h:
21905           add conversion macros for frames <-> clocktime
21906
21907 2005-09-23  David Schleef  <ds@schleef.org>
21908
21909         * gst/audioresample/Makefile.am:
21910         * gst/audioresample/debug.h:
21911         * gst/audioresample/gstaudioresample.c:
21912         * gst/audioresample/resample.c: Convert to using gst debugging
21913
21914 2005-09-22  Wim Taymans  <wim@fluendo.com>
21915
21916         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
21917         (gst_play_bin_send_event):
21918         Only seek on one sink, the first one that succeeds.
21919
21920 2005-09-22  Michael Smith <msmith@fluendo.com>
21921
21922         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
21923         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
21924         Don't flush encoder state unless we have an initialised encoder.
21925         Clear out encoder state on PAUSED_TO_READY.
21926
21927 2005-09-22  Wim Taymans  <wim@fluendo.com>
21928
21929         * gst-libs/gst/rtp/gstbasertppayload.c:
21930         (gst_basertppayload_class_init), (gst_basertppayload_init),
21931         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
21932         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
21933         (gst_basertppayload_is_filled), (gst_basertppayload_push),
21934         (gst_basertppayload_set_property),
21935         (gst_basertppayload_get_property),
21936         (gst_basertppayload_change_state):
21937         * gst-libs/gst/rtp/gstbasertppayload.h:
21938         Added max-ptime to control amount of data in the rtp packets.
21939
21940 2005-09-21  Andy Wingo  <wingo@pobox.com>
21941
21942         * gst/playback/gstplaybasebin.c: Attempt to fix up buffer probe
21943         thingies.
21944
21945         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Dispose
21946         can be called multiple times, dogs.
21947
21948 2005-09-21  Wim Taymans  <wim@fluendo.com>
21949
21950         * gst-libs/gst/rtp/gstbasertppayload.c:
21951         (gst_basertppayload_class_init), (gst_basertppayload_init),
21952         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
21953         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
21954         (gst_basertppayload_push), (gst_basertppayload_get_property),
21955         (gst_basertppayload_change_state):
21956         Allow 0 ssrc too.
21957
21958 2005-09-21  Stefan Kost  <ensonic@users.sf.net>
21959
21960         * docs/libs/compiling.sgml:
21961           fixing typos
21962
21963 2005-09-20  Wim Taymans  <wim@fluendo.com>
21964
21965         * gst-libs/gst/rtp/gstbasertppayload.c:
21966         (gst_basertppayload_class_init), (gst_basertppayload_init),
21967         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
21968         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
21969         (gst_basertppayload_push), (gst_basertppayload_set_property),
21970         (gst_basertppayload_get_property),
21971         (gst_basertppayload_change_state):
21972         * gst-libs/gst/rtp/gstbasertppayload.h:
21973         Added property to configure sequence number offsets.
21974
21975 2005-09-20  Wim Taymans  <wim@fluendo.com>
21976
21977         * gst-libs/gst/rtp/gstbasertppayload.c:
21978         (gst_basertppayload_class_init), (gst_basertppayload_init),
21979         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
21980         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
21981         (gst_basertppayload_push), (gst_basertppayload_set_property),
21982         (gst_basertppayload_get_property),
21983         (gst_basertppayload_change_state):
21984         * gst-libs/gst/rtp/gstbasertppayload.h:
21985         Make timestamp offset configurable.
21986
21987 2005-09-20  Thomas Vander Stichele  <thomas at apestaart dot org>
21988
21989         * check/pipelines/simple_launch_lines.c: (run_pipeline):
21990           fix wrong pop/unref
21991
21992 2005-09-19  Torsten Schoenfeld  <kaffeetisch at gmx dot net>
21993
21994         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
21995
21996         * gst-libs/gst/interfaces/propertyprobe.c:
21997         (gst_property_probe_probe_property_name),
21998         (gst_property_probe_needs_probe_name),
21999         (gst_property_probe_get_values_name),
22000         (gst_property_probe_probe_and_get_values_name):
22001           Fix wrong macro usage; it's G_OBJECT_GET_CLASS(obj) or
22002           G_OBJECT_CLASS(klass), not G_OBJECT_CLASS(obj). (#316571)
22003
22004 2005-09-19  Thomas Vander Stichele  <thomas at apestaart dot org>
22005
22006         * check/Makefile.am:
22007           have some tests be disabled for valgrinding
22008         * check/elements/vorbisdec.c: (cleanup_vorbisdec),
22009         (GST_START_TEST):
22010         * ext/vorbis/vorbisdec.c: (vorbisdec_finalize):
22011           Fix A Leak.  Chain To Parent Finalize.
22012
22013 2005-09-19  Wim Taymans  <wim@fluendo.com>
22014
22015         * examples/seeking/seek.c: (make_wav_pipeline), (main):
22016         Fixed wav pipeline.
22017
22018 2005-09-19  Wim Taymans  <wim@fluendo.com>
22019
22020         * gst-libs/gst/rtp/gstbasertppayload.c:
22021         (gst_basertppayload_class_init), (gst_basertppayload_init),
22022         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
22023         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
22024         (gst_basertppayload_push), (gst_basertppayload_get_property),
22025         (gst_basertppayload_change_state):
22026         Posting ERROR and WARNING messages is good.
22027
22028 2005-09-19  Wim Taymans  <wim@fluendo.com>
22029
22030         * gst-libs/gst/rtp/gstbasertpdepayload.c:
22031         (gst_base_rtp_depayload_add_to_queue),
22032         (gst_base_rtp_depayload_push),
22033         (gst_base_rtp_depayload_set_gst_timestamp),
22034         (gst_base_rtp_depayload_queue_release):
22035         This one was not supposed to go in.
22036
22037 2005-09-19  Wim Taymans  <wim@fluendo.com>
22038
22039         * check/pipelines/simple_launch_lines.c: (run_pipeline):
22040         Fix for bus API.
22041
22042         * gst-libs/gst/rtp/gstbasertpdepayload.c:
22043         (gst_base_rtp_depayload_chain),
22044         (gst_base_rtp_depayload_add_to_queue),
22045         (gst_base_rtp_depayload_push),
22046         (gst_base_rtp_depayload_set_gst_timestamp),
22047         (gst_base_rtp_depayload_queue_release):
22048         Some cleanups.
22049
22050         * gst-libs/gst/rtp/gstbasertppayload.c:
22051         (gst_basertppayload_class_init), (gst_basertppayload_init),
22052         (gst_basertppayload_setcaps), (gst_basertppayload_set_options),
22053         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
22054         (gst_basertppayload_get_property),
22055         (gst_basertppayload_change_state):
22056         Added debugging category.
22057
22058 2005-09-18  David Schleef  <ds@schleef.org>
22059
22060         * gst/playback/gstdecodebin.c: free plugin list correctly
22061         * gst/playback/gstplaybin.c: emit warning if autovideosink
22062           and autoaudiosink can't be found (instead of segfaulting)
22063
22064 2005-09-17  Thomas Vander Stichele  <thomas at apestaart dot org>
22065
22066         * check/elements/audioconvert.c: (GST_START_TEST):
22067           try out 24 bit conversion
22068
22069 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
22070
22071         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
22072         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
22073         (gst_vorbisenc_output_buffers), (gst_vorbisenc_change_state):
22074         * ext/vorbis/vorbisenc.h:
22075           Fix EOS handling.  Still needs a fix in the ogg muxer to
22076           mark the last page as eos.
22077
22078 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
22079
22080         * common/gtk-doc-plugins.mak:
22081         * docs/plugins/Makefile.am:
22082         * docs/plugins/gst-plugins-base-plugins-sections.txt:
22083         * gst/ffmpegcolorspace/Makefile.am:
22084         * gst/ffmpegcolorspace/avcodec.h:
22085         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22086         * gst/tcp/gstmultifdsink.c:
22087           fix up ffmpegcolorspace docs; extract header
22088
22089 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
22090
22091         * common/gtk-doc-plugins.mak:
22092         * docs/plugins/Makefile.am:
22093         * docs/plugins/gst-plugins-base-plugins-sections.txt:
22094         * ext/theora/Makefile.am:
22095         * ext/theora/gsttheoraenc.h:
22096         * ext/theora/theoraenc.c:
22097         * ext/vorbis/vorbisenc.c:
22098           pick up signals and args for vorbis; add some docs for vorbis
22099
22100 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
22101
22102         * common/gstdoc-scangobj:
22103         * common/gtk-doc-plugins.mak:
22104         * docs/libs/Makefile.am:
22105         * docs/plugins/gst-plugins-base-plugins.args:
22106         * docs/plugins/gst-plugins-base-plugins.hierarchy:
22107         * docs/plugins/gst-plugins-base-plugins.interfaces:
22108         * docs/plugins/gst-plugins-base-plugins.prerequisites:
22109         * docs/plugins/gst-plugins-base-plugins.signals:
22110           only scanobj stuff from our source module.  Not sure yet
22111           if that's correct, given the hierarchy stuff :)
22112
22113 2005-09-15  Wim Taymans  <wim@fluendo.com>
22114
22115         * gst/audioconvert/gstaudioconvert.c:
22116         And enable 24 bits mode as well..
22117
22118 2005-09-15  Wim Taymans  <wim@fluendo.com>
22119
22120         * gst-libs/gst/rtp/Makefile.am:
22121         * gst-libs/gst/rtp/gstbasertppayload.c:
22122         (gst_basertppayload_get_type), (gst_basertppayload_base_init),
22123         (gst_basertppayload_class_init), (gst_basertppayload_init),
22124         (gst_basertppayload_finalize), (gst_basertppayload_setcaps),
22125         (gst_basertppayload_chain), (gst_basertppayload_set_options),
22126         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
22127         (gst_basertppayload_set_property),
22128         (gst_basertppayload_get_property),
22129         (gst_basertppayload_change_state):
22130         * gst-libs/gst/rtp/gstbasertppayload.h:
22131         Added rtp payloader base class.
22132
22133 2005-09-15  Andy Wingo  <wingo@pobox.com>
22134
22135         * configure.ac (plugindir): Remove the EOL matcher from the
22136         regexp, as it causes me problems. Libtool? Make? Who knows?
22137
22138 2005-09-14  David Schleef  <ds@schleef.org>
22139
22140         * check/generic/states.c: 
22141         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
22142         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
22143           Fixes for changes in registry API.
22144
22145         * configure.ac: Only export gst_plugins_desc.  Add -no-undefined
22146           to GST_PLUGIN_LDFLAGS.
22147         * ext/libvisual/visual.c: Make the library shut up.
22148         * gst-libs/gst/audio/audio.c: Don't define a plugin in a library.
22149         * gst-libs/gst/audio/gstaudiofilter.c: same
22150
22151 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
22152
22153         * docs/plugins/Makefile.am:
22154         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
22155         * docs/plugins/inspect/plugin-libvisual.xml:
22156         * docs/plugins/tmpl/element-tcpserversink.sgml:
22157         * ext/theora/theoraenc.c:
22158           add libvisual plugin and theoraenc element to docs
22159
22160 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
22161
22162         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
22163         * docs/plugins/gst-plugins-base-plugins-sections.txt:
22164         * ext/theora/theoraenc.c:
22165           add theoraenc
22166
22167 2005-09-13  Tim-Philipp Müller  <tim at centricular dot net>
22168
22169         * gst/audioconvert/Makefile.am:
22170           Audioconvert derives from GstBaseTransform and should
22171           link to the library with our base elements to avoid
22172           unresolved symbols. Makes things work with MinGW (#316160)
22173
22174         * gst/playback/test4.c: (main):
22175           Fix MinGW build problem and use g_usleep() instead of 
22176           sleep() (#316162)
22177
22178 2005-09-12  Wim Taymans  <wim@fluendo.com>
22179
22180         * gst/audioconvert/audioconvert.c: (float),
22181         (audio_convert_prepare_context), (audio_convert_convert):
22182         * gst/audioconvert/audioconvert.h:
22183         Cleanups, speedups, simplifications, added back support
22184         for 24 bits.
22185
22186 2005-09-11  Thomas Vander Stichele  <thomas at apestaart dot org>
22187
22188         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
22189         * docs/plugins/gst-plugins-base-plugins-sections.txt:
22190         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
22191         * docs/plugins/tmpl/element-tcpserversink.sgml:
22192         * gst/ffmpegcolorspace/gstffmpeg.c:
22193         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22194         * gst/videotestsrc/gstvideotestsrc.c:
22195         * gst/volume/gstvolume.c:
22196           add more elements to the docs
22197
22198 2005-09-09  Jan Schmidt  <thaytan@mad.scientist.com>
22199
22200         * check/Makefile.am:
22201         * check/pipelines/simple_launch_lines.c: (setup_pipeline),
22202         (run_pipeline), (GST_START_TEST), (simple_launch_lines_suite):
22203           Add extra tests for basetransform based components. 
22204           Comment out the test_element_negotiation test until we decide
22205           if it's testing correct behaviour.
22206         * ext/libvisual/visual.c: (gst_visual_init), (get_buffer),
22207         (gst_visual_chain), (gst_visual_change_state):
22208           Slightly more correct but still bogus timestamping.
22209           Fix state change function.
22210         * gst/audioconvert/gstaudioconvert.c:
22211         (gst_audio_convert_class_init):
22212         * gst/audioresample/gstaudioresample.c:
22213         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22214         (gst_ffmpegcsp_class_init):
22215         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
22216         (gst_videoscale_prepare_size), (gst_videoscale_set_caps),
22217         (gst_videoscale_prepare_image):
22218         * gst/volume/gstvolume.c: (gst_volume_class_init),
22219         (volume_transform_ip):
22220           Basetransform updates. Enable passthrough modes.
22221         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
22222         (gst_ximagesink_renegotiate_size), (gst_ximagesink_xcontext_get),
22223         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
22224           Negotiation fix that allows the window to return to the original
22225           size and renegotiate passthrough upstream. Extra debug output.
22226
22227 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
22228
22229         * gst/sine/gstsinesrc.c:
22230         * gst/volume/gstvolume.c:
22231           fix up header include
22232
22233 2005-09-09  Stefan Kost  <ensonic@users.sf.net>
22234
22235         * gst-libs/gst/audio/gstbaseaudiosink.c:
22236         (gst_base_audio_sink_render):
22237         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit):
22238         * gst/volume/gstvolume.c: (gst_volume_class_init),
22239         (volume_transform):
22240           fixing lost sync, some more debugging
22241
22242 2005-09-08  Jan Schmidt  <thaytan@mad.scientist.com>
22243
22244         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
22245         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_xcontext_get):
22246         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
22247         (gst_xvimagesink_check_xshm_calls):
22248           Fix compilation when XShm is not available.
22249
22250 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
22251
22252         * ext/libvisual/visual.c: (gst_visual_dispose),
22253         (gst_visual_getcaps), (gst_visual_src_setcaps),
22254         (gst_visual_sink_setcaps), (get_buffer), (gst_visual_chain),
22255         (gst_visual_change_state):
22256           Finish fixing up libvisual plugin so that it runs. 
22257
22258 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
22259
22260         * ext/vorbis/vorbisenc.c:
22261         * gst-libs/gst/tag/gstvorbistag.c:
22262           gsttaginterface.h -> gsttagsetter.h
22263
22264 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
22265
22266         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
22267           added another test that failes for me (test is not active by default)
22268
22269 2005-09-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22270
22271         * configure.ac:
22272           v4l2 is no longer in gst-plugins-base
22273
22274 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
22275
22276         * configure.ac:
22277           In the output at the end, don't show the first plugin on the same
22278           line as "Core plug-ins, always built:".
22279           Indent the output as for other plugin categories
22280         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
22281           #define that can be used to not use peer buffer_alloc functions for
22282           test purposes.
22283         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
22284         (gst_ximage_buffer_get_type), (gst_ximagesink_ximage_new),
22285         (gst_ximagesink_show_frame):
22286         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
22287         (gst_xvimage_buffer_get_type), (gst_xvimagesink_setcaps),
22288         (gst_xvimagesink_show_frame):
22289           Error case handling fixes. gst-launch fakesrc ! x[v]imagesink now
22290           fails gracefully instead of XError aborting or deadlocking.
22291
22292 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
22293
22294         * ext/libvisual/Makefile.am:
22295           link against gst-base-libs
22296
22297 2005-09-06  David Schleef  <ds@schleef.org>
22298
22299         * configure.ac: Enable libvisual plugin.
22300         * ext/libvisual/Makefile.am:
22301         * ext/libvisual/visual.c: Fixes to make it compile.
22302
22303 === release 0.9.2 ===
22304
22305 2005-09-06  Thomas Vander Stichele  <thomas at apestaart dot org>
22306
22307         * NEWS:
22308         * RELEASE:
22309         * configure.ac:
22310         * docs/random/ChangeLog-0.8:
22311           releasing 0.9.2, "Spoon"
22312
22313 2005-09-05  Michael Smith <msmith@fluendo.com>
22314
22315         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
22316           libvorbis accepts quality as low as -0.1, not just 0.0. So accept
22317           that in the vorbisenc element.
22318
22319 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
22320
22321         * common/gtk-doc-plugins.mak:
22322         * docs/plugins/Makefile.am:
22323           fix distcheck
22324         * gst/audioresample/resample.c:
22325           fix wrong docstring
22326
22327 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
22328
22329         * common/gst-xmlinspect.py:
22330         * common/gtk-doc-plugins.mak:
22331           only inspect plugins for this given package
22332           require gst-python 0.9
22333
22334 2005-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
22335
22336         * Makefile.am:
22337         * autogen.sh:
22338         * common/gst-xmlinspect.py:
22339         * configure.ac:
22340         * docs/Makefile.am:
22341         * docs/plugins/inspect/plugin-alsa.xml:
22342         * docs/plugins/inspect/plugin-audioresample.xml:
22343         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
22344         * docs/plugins/inspect/plugin-ogg.xml:
22345         * docs/plugins/tmpl/element-gnomevfssink.sgml:
22346         * docs/plugins/tmpl/element-multifdsink.sgml:
22347         * docs/plugins/tmpl/element-tcpserversink.sgml:
22348         * docs/plugins/tmpl/element-vorbisenc.sgml:
22349         * gst-plugins-base.spec.in:
22350           various doc-related updates
22351
22352 2005-08-31  Wim Taymans  <wim@fluendo.com>
22353
22354         * gst-libs/gst/audio/gstbaseaudiosink.c:
22355         (gst_base_audio_sink_render):
22356         Resync if the buffer timestamps drift more than a 10th 
22357         of a second.
22358
22359 2005-08-31  Tim-Philipp Müller  <tim at centricular dot net>
22360
22361         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_property),
22362         (gst_v4lsrc_get_property):
22363           The 'timestamp-offset' property is registered as an int64, so
22364           let's use g_value_{set|get}_int64() in our setter and getter
22365           functions (makes it work and fixes warnings with gst-inspect).
22366
22367 2005-08-30  Wim Taymans  <wim@fluendo.com>
22368
22369         * check/elements/audioconvert.c: (setup_audioconvert):
22370         * check/elements/audioresample.c: (setup_audioresample):
22371         * check/elements/volume.c: (setup_volume):
22372         Fix checks.
22373
22374 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
22375
22376         * common/gtk-doc-plugins.mak:
22377         * common/plugins.xsl:
22378         * docs/plugins/Makefile.am:
22379           make module a param
22380
22381 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
22382
22383         * examples/seeking/seek.c: (make_mp3_pipeline),
22384         (make_mpeg_pipeline), (seek_cb), (start_seek), (stop_seek),
22385         (play_cb), (pause_cb), (stop_cb):
22386           update the example
22387
22388 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
22389
22390         * gst/volume/gstvolume.c: (gst_volume_class_init),
22391         (volume_transform):
22392           do not update controlled params, if buffer has no timestamp
22393
22394 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
22395
22396         * configure.ac:
22397         * gst/sine/Makefile.am:
22398         * gst/volume/Makefile.am:
22399           controllerized elements also need to link against controller-libs ;)
22400
22401 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
22402
22403         * docs/libs/tmpl/gstcolorbalance.sgml:
22404         * docs/libs/tmpl/gstgconf.sgml:
22405         * docs/libs/tmpl/gstmixer.sgml:
22406         * docs/libs/tmpl/gstringbuffer.sgml:
22407         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
22408         (gst_sinesrc_create):
22409         * gst/volume/gstvolume.c: (gst_volume_class_init),
22410         (volume_transform):
22411           controllerized two audio plugins
22412
22413 2005-08-29  Andy Wingo  <wingo@pobox.com>
22414
22415         * ext/vorbis/vorbisdec.c (vorbis_dec_convert, vorbis_dec_push) 
22416         (vorbis_handle_data_packet): Fix some int overflow errors.
22417
22418         * ext/ogg/gstoggdemux.c (gst_ogg_demux_init): Init total_time to
22419         -1.
22420         (gst_ogg_demux_perform_seek): Clamp segment_stop only if it's
22421         valid.
22422         (gst_ogg_pad_submit_packet): Subtract the chain's begin_time only
22423         if it's valid. Fixed streaming-mode playback.
22424
22425         * check/elements/volume.c (cleanup_volume): Fix for running
22426         CK_FORK=no.
22427
22428         * check/elements/audioconvert.c: Convert from native endian, not
22429         little endian.
22430
22431 2005-08-29  Michael Smith <msmith@fluendo.com>
22432
22433         * ext/ogg/Makefile.am:
22434         * ext/ogg/gstogg.c: (plugin_init):
22435         * ext/ogg/gstoggparse.c: (gst_ogg_parse_get_type), (free_stream),
22436         (gst_ogg_parse_delete_all_streams), (gst_ogg_parse_new_stream),
22437         (gst_ogg_parse_find_stream), (gst_ogg_parse_base_init),
22438         (gst_ogg_parse_class_init), (gst_ogg_parse_init),
22439         (gst_ogg_parse_dispose), (gst_ogg_parse_submit_buffer),
22440         (gst_ogg_parse_append_header), (gst_ogg_parse_is_header),
22441         (gst_ogg_parse_buffer_from_page), (gst_ogg_parse_chain),
22442         (gst_ogg_parse_change_state), (gst_ogg_parse_plugin_init):
22443         Add an ogg parser element.
22444
22445 2005-08-28  Andy Wingo  <wingo@pobox.com>
22446
22447         * Updates for two-arg init from GST_BOILERPLATE_FULL.
22448
22449 2005-08-26  Wim Taymans  <wim@fluendo.com>
22450
22451         * gst/audioconvert/audioconvert.c: (if), (float),
22452         (audio_convert_get_func_index), (check_default),
22453         (audio_convert_clean_fmt), (audio_convert_prepare_context),
22454         (audio_convert_clean_context), (audio_convert_get_sizes),
22455         (audio_convert_convert):
22456         Cleanups.
22457
22458 2005-08-26  Wim Taymans  <wim@fluendo.com>
22459
22460         * gst/audioconvert/audioconvert.c: (if), (float),
22461         (audio_convert_get_func_index), (check_default),
22462         (audio_convert_clean_fmt), (audio_convert_prepare_context),
22463         (audio_convert_clean_context), (audio_convert_get_sizes),
22464         (audio_convert_convert):
22465         More elegant and working temp buffer selection algo.
22466
22467 2005-08-26  Wim Taymans  <wim@fluendo.com>
22468
22469         * gst/audioconvert/audioconvert.c: (if), (float),
22470         (audio_convert_get_func_index), (check_default),
22471         (audio_convert_clean_fmt), (audio_convert_prepare_context),
22472         (audio_convert_clean_context), (audio_convert_get_sizes),
22473         (get_temp_buffer), (audio_convert_convert):
22474         Use realloc else we lose our original data.
22475
22476 2005-08-26  Thomas Vander Stichele  <thomas at apestaart dot org>
22477
22478         * gst/audioresample/gstaudioresample.c:
22479           use base class' newsegment to properly timestamp
22480
22481 2005-08-26  Wim Taymans  <wim@fluendo.com>
22482
22483         * gst/audioconvert/audioconvert.c: (if), (float),
22484         (audio_convert_get_func_index), (check_default),
22485         (audio_convert_clean_fmt), (audio_convert_prepare_context),
22486         (audio_convert_clean_context), (audio_convert_get_sizes),
22487         (get_temp_buffer), (audio_convert_convert):
22488         * gst/audioconvert/gstaudioconvert.c:
22489         (gst_audio_convert_parse_caps), (gst_audio_convert_get_unit_size),
22490         (gst_audio_convert_transform_caps),
22491         (gst_audio_convert_fixate_caps), (gst_audio_convert_transform):
22492         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_mix):
22493         Oops, allocate enough space to perform the channel mix.
22494
22495 2005-08-26  Wim Taymans  <wim@fluendo.com>
22496
22497         * gst/audioconvert/Makefile.am:
22498         * gst/audioconvert/audioconvert.c: (if), (float),
22499         (audio_convert_get_func_index), (check_default),
22500         (audio_convert_clean_fmt), (audio_convert_prepare_context),
22501         (audio_convert_clean_context), (audio_convert_get_sizes),
22502         (get_temp_buffer), (audio_convert_convert):
22503         * gst/audioconvert/audioconvert.h:
22504         * gst/audioconvert/gstaudioconvert.c:
22505         (gst_audio_convert_class_init), (gst_audio_convert_init),
22506         (gst_audio_convert_dispose), (gst_audio_convert_parse_caps),
22507         (gst_audio_convert_get_unit_size),
22508         (gst_audio_convert_transform_caps),
22509         (gst_audio_convert_fixate_caps), (gst_audio_convert_set_caps),
22510         (gst_audio_convert_transform_ip), (gst_audio_convert_transform):
22511         * gst/audioconvert/gstaudioconvert.h:
22512         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
22513         (gst_channel_mix_fill_identical),
22514         (gst_channel_mix_fill_compatible), (gst_channel_mix_detect_pos),
22515         (gst_channel_mix_fill_one_other), (gst_channel_mix_fill_others),
22516         (gst_channel_mix_fill_normalize), (gst_channel_mix_fill_matrix),
22517         (gst_channel_mix_setup_matrix), (gst_channel_mix_passthrough),
22518         (gst_channel_mix_mix):
22519         * gst/audioconvert/gstchannelmix.h:
22520         Cleanups, librarify a bit, optimize, better negotiation and more.
22521
22522 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
22523
22524         * ext/ogg/gstoggdemux.c: (ogg_find_peek):
22525         Another from MikeS:
22526         During typefinding, don't support negative offsets
22527         (offsets from the end of the stream) in our typefind->peek() function
22528         - nothing embedded in ogg ever needs them. However, we need to recognise
22529         those requests and reject them, otherwise we return invalid pointers.
22530
22531 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
22532
22533         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
22534         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
22535         (vorbisdec_finalize), (vorbis_handle_type_packet):
22536           Big shout-out to MikeS for fixing this giant memory leak.
22537           Huzzah!
22538
22539 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
22540
22541         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose),
22542         (audio_convert_get_unit_size):
22543           plug some leaks
22544
22545 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
22546
22547         * check/Makefile.am:
22548         * check/elements/audioconvert.c: (setup_audioconvert),
22549         (cleanup_audioconvert), (get_int_caps), (verify_convert),
22550         (GST_START_TEST), (audioconvert_suite), (main):
22551           add a test for audioconvert
22552         * gst/audioresample/gstaudioresample.c:
22553         * gst/audioresample/gstaudioresample.h:
22554           set DURATION so that TIMESTAMP(a) + DURATION(a) == TIMESTAMP(b);
22555           note that for buffers of 1/3 sec this means DURATION(c) is 
22556           one nanosecond more than for a and b
22557
22558 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
22559
22560         * check/Makefile.am:
22561         * check/elements/audioresample.c: (setup_audioresample),
22562         (cleanup_audioresample), (fail_unless_perfect_stream),
22563         (test_perfect_stream_instance), (GST_START_TEST),
22564           add a check for audioresample
22565         (audioresample_suite), (main):
22566         * check/elements/volume.c: (GST_START_TEST):
22567           remove unused method
22568         * gst/audioresample/gstaudioresample.c:
22569           set correct buffer parameters since we're changing them
22570         * gst/audioresample/resample_ref.c: (resample_scale_ref):
22571           add some debug
22572
22573 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
22574
22575         * gst/audioresample/debug.c:
22576         * gst/audioresample/gstaudioresample.c:
22577           add room for extra overlap samples when asked to transform size
22578           protect against possible mem corruption and check for discrepancies
22579           between written size and outbuffer's size so we can warn for
22580           potential problems
22581         * gst/audioresample/resample.c: (resample_init),
22582         (resample_get_output_size_for_input), (resample_get_output_size),
22583         (resample_set_n_channels), (resample_set_format):
22584           set debug level based on RESAMPLE_DEBUG env var
22585           make sure that get_output_size* returns a whole number of
22586           sample_size
22587           set sample_size each time either channel or format is set
22588         * gst/audioresample/resample_chunk.c: (resample_scale_chunk):
22589         * gst/audioresample/resample_functable.c:
22590         (resample_scale_functable):
22591         * gst/audioresample/resample_ref.c: (resample_scale_ref):
22592           remove r->sample_size, it's done in resample.c now
22593           add some debugging to the ref implementation
22594           make sure we only give back bytes that are wholes of the sample
22595           size
22596
22597 2005-08-25  Jan Schmidt  <thaytan@mad.scientist.com>
22598         * gst/playback/gstplaybasebin.c: (fill_buffer):
22599         Revert unpopular change for GST_MESSAGE_SRC to GObject.
22600
22601 2005-08-25  Stefan Kost  <ensonic@users.sf.net>
22602
22603         * gst/volume/gstvolume.c:
22604           made set_caps function static
22605
22606 2005-08-24  Wim Taymans  <wim@fluendo.com>
22607
22608         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
22609         (gst_vorbisenc_change_state):
22610         Stop leaking taglists.
22611
22612 2005-08-24  Wim Taymans  <wim@fluendo.com>
22613
22614         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
22615         (gst_ogg_pad_event), (gst_ogg_demux_factory_filter),
22616         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new),
22617         (gst_ogg_demux_init), (gst_ogg_demux_perform_seek),
22618         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
22619         (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
22620         Parse seeking events better.
22621         Unref static caps.
22622         Generate correct newsegment events, fixes seeking in live oggs.
22623
22624         * ext/theora/theoradec.c: (theora_dec_src_query),
22625         (theora_dec_src_event), (theora_dec_src_getcaps),
22626         (theora_dec_sink_event), (theora_dec_push), (theora_dec_chain):
22627         Use newsegment values to report correct play time.
22628
22629         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
22630         (vorbis_dec_src_event), (vorbis_dec_sink_event):
22631         * ext/vorbis/vorbisdec.h:
22632         Parse and use newsegment values to report correct play time.
22633
22634         * gst-libs/gst/audio/gstbaseaudiosink.c:
22635         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
22636         Clear ringbuffer on flush.
22637         Use newsegment values to calculate playback time.
22638
22639         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
22640         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
22641         Basesink does newsegment calculations for us now.
22642
22643 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
22644
22645         * check/Makefile.am:
22646         * configure.ac:
22647           add core's plugins to the mix so that playbin works
22648         * check/generic/states.c: (GST_START_TEST):
22649           set a 0 timeout on pipelines, so they don't force the next
22650           state change
22651         * gst/playback/gstplaybasebin.c: (setup_source), (prepare_output),
22652         (gst_play_base_bin_change_state):
22653           remove the crappy error handling and do GST error handling
22654
22655 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
22656
22657         * check/Makefile.am:
22658         * check/generic/states.c: (GST_START_TEST), (states_suite), (main):
22659           add same test as to core, it bitches out on playbin atm.
22660
22661 2005-08-24  Wim Taymans  <wim@fluendo.com>
22662
22663         * configure.ac:
22664         Remove audioscale.
22665
22666 2005-08-24  Wim Taymans  <wim@fluendo.com>
22667
22668         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
22669         (gst_videoscale_prepare_size), (parse_caps),
22670         (gst_videoscale_set_caps), (gst_videoscale_get_size),
22671         (gst_videoscale_prepare_image), (gst_videoscale_transform_ip),
22672         (gst_videoscale_transform):
22673         * gst/videoscale/gstvideoscale.h:
22674         Refactor, make use of BaseTranform really well.
22675
22676 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
22677
22678         * configure.ac:
22679           compile audioresample
22680         * gst/audioresample/Makefile.am:
22681         * gst/audioresample/buffer.c:
22682         * gst/audioresample/functable.c:
22683         * gst/audioresample/gstaudioresample.c:
22684         * gst/audioresample/gstaudioresample.h:
22685         * gst/audioresample/resample.c:
22686         (resample_get_output_size_for_input):
22687         * gst/audioresample/resample.h:
22688         * gst/audioresample/resample_chunk.c:
22689         * gst/audioresample/resample_functable.c:
22690         * gst/audioresample/resample_ref.c:
22691           port to use basetransform; doesn't work in all cases yet
22692
22693 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
22694
22695         * gst/audioconvert/gstaudioconvert.c:
22696         (gst_audio_convert_class_init), (gst_audio_convert_init),
22697         (audio_convert_get_unit_size), (audio_convert_transform_caps),
22698         (audio_convert_fixate_caps), (audio_convert_set_caps),
22699         (audio_convert_transform),
22700         (gst_audio_convert_buffer_to_default_format),
22701         (gst_audio_convert_buffer_from_default_format),
22702         (gst_audio_convert_channels):
22703         * gst/audioconvert/gstchannelmix.c:
22704         * gst/audioconvert/gstchannelmix.h:
22705           port to basetransform
22706         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22707         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_class_init),
22708         (gst_ffmpegcsp_get_unit_size):
22709         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
22710         (gst_videoscale_transform_caps), (gst_videoscale_get_unit_size):
22711           fix for basetransform changes
22712
22713 2005-08-24  Jan Schmidt  <thaytan@mad.scientist.com>
22714
22715         * check/Makefile.am:
22716           Add CHECK_CFLAGS and LDFLAGS
22717
22718         * gst/playback/gstplaybasebin.c: (fill_buffer):
22719           GST_MESSAGE_SRC became a GObject
22720
22721 2005-08-24  Wim Taymans  <wim@fluendo.com>
22722
22723         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_set_sample),
22724         (gst_ring_buffer_clear_all):
22725         * gst-libs/gst/audio/gstringbuffer.h:
22726         Added function to clear the ringbuffer.
22727
22728 2005-08-24  Andy Wingo  <wingo@pobox.com>
22729
22730         * sys/v4l/gstv4lelement.c (gst_v4lelement_start) 
22731         (gst_v4lelement_stop): Call _start and _stop for xoverlay instead
22732         of _open and _close.
22733
22734         * sys/v4l/gstv4lxoverlay.h:
22735         * sys/v4l/gstv4lxoverlay.c (gst_v4l_xoverlay_set_xwindow_id): Open
22736         an Xv connection here, instead of all the time. Make Xv only be
22737         loaded if you axe for it. Kindof a workaround for buggy behaviour
22738         of Xv when using remote xservers (XvQueryExtension would block).
22739         (gst_v4l_xoverlay_stop, gst_v4l_xoverlay_start): New functions,
22740         replace the _open and _close public API. Only start the xv
22741         connection if necessary.
22742         (gst_v4l_xoverlay_open, gst_v4l_xoverlay_close): Made static.
22743
22744 2005-08-23  David Schleef  <ds@schleef.org>
22745
22746         * gst/audioresample/Makefile.am: Leet audioresampling code
22747         * gst/audioresample/buffer.c:
22748         * gst/audioresample/buffer.h:
22749         * gst/audioresample/debug.c:
22750         * gst/audioresample/debug.h:
22751         * gst/audioresample/functable.c:
22752         * gst/audioresample/functable.h:
22753         * gst/audioresample/gstaudioresample.c:
22754         * gst/audioresample/gstaudioresample.h:
22755         * gst/audioresample/resample.c:
22756         * gst/audioresample/resample.h:
22757         * gst/audioresample/resample_chunk.c:
22758         * gst/audioresample/resample_functable.c:
22759         * gst/audioresample/resample_ref.c:
22760
22761 2005-08-23  Wim Taymans  <wim@fluendo.com>
22762
22763         * examples/seeking/seek.c: (make_vorbis_pipeline),
22764         (make_theora_pipeline), (make_vorbis_theora_pipeline), (do_seek):
22765         Small seek updates.
22766
22767 2005-08-23  Andy Wingo  <wingo@pobox.com>
22768
22769         * gst-libs/gst/audio/gstbaseaudiosrc.c
22770         (gst_base_audio_src_fixate): Only fixate endianness if it is
22771         present in the caps.
22772
22773 2005-08-22  Andy Wingo  <wingo@pobox.com>
22774
22775         * ext/alsa/gstalsasink.c (gst_alsasink_get_property): 
22776         * ext/alsa/gstalsasrc.c (gst_alsasrc_get_property): Add a
22777         device-name property.
22778
22779         * gst-libs/gst/audio/gstaudiosrc.h:
22780         * gst-libs/gst/audio/gstaudiosrc.c: Implement open_device and
22781         close_device in the ring buffer, like gstaudiosink.
22782
22783         * ext/alsa/gstalsamixer.h:
22784         * ext/alsa/gstalsamixer.c: Not a GObject any more. Include a nifty
22785         macro to implement the interface without much code. Cleanups. 
22786
22787         * ext/alsa/gstalsasrc.h:
22788         * ext/alsa/gstalsasrc.c: Be a mixer. Open device and mixer in
22789         READY.
22790
22791         * ext/alsa/Makefile.am: Add new files.
22792         * ext/alsa/gstalsamixerelement.c: 
22793         * ext/alsa/gstalsamixerelement.c: Split element code out from
22794         mixer code so that alsasrc can be a mixer too.
22795
22796 2005-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
22797
22798         * check/elements/volume.c: (setup_volume), (cleanup_volume),
22799         (GST_START_TEST):
22800         * check/elements/vorbisdec.c: (setup_vorbisdec),
22801         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite):
22802         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
22803         (vorbis_handle_identification_packet),
22804         (vorbis_handle_comment_packet), (vorbis_handle_type_packet),
22805         (vorbis_handle_header_packet), (vorbis_dec_push),
22806         (vorbis_dec_chain):
22807           use the setup/teardown methods to save code.  save code is good.
22808
22809 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
22810
22811         * check/Makefile.am:
22812           add ext dir for plugins
22813           add vorbisdec test conditionally
22814         * check/elements/volume.c: (setup_volume), (cleanup_volume),
22815         (GST_START_TEST), (volume_suite):
22816           add a test with wrong caps
22817         * check/elements/vorbisdec.c: (chain_func), (setup_vorbisdec),
22818         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite), (main):
22819           add a vorbisdec test
22820         * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream),
22821         (gst_ogg_demux_chain), (gst_ogg_demux_loop):
22822           clean up debug output
22823         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
22824           yay, fix a segfault/security issue in vorbisdec
22825           gst-launch fakesrc ! vorbisdec wasn't happy
22826         * ext/vorbis/vorbisenc.c: (vorbisenc_get_type),
22827         (gst_vorbisenc_class_init), (gst_vorbisenc_sink_setcaps),
22828         (gst_vorbisenc_convert_src), (gst_vorbisenc_convert_sink),
22829         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
22830         (gst_vorbisenc_init), (gst_vorbisenc_metadata_set1),
22831         (gst_vorbisenc_set_metadata), (get_constraints_string),
22832         (update_start_message), (gst_vorbisenc_setup),
22833         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
22834         (gst_vorbisenc_push_packet), (gst_vorbisenc_sink_event),
22835         (gst_vorbisenc_chain), (gst_vorbisenc_get_property),
22836         (gst_vorbisenc_set_property), (gst_vorbisenc_change_state):
22837         * ext/vorbis/vorbisenc.h:
22838           march in line
22839         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22840         (gst_ffmpegcsp_transform):
22841           have the kow come home
22842         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
22843           debug my func ptr
22844         * gst/volume/gstvolume.c: (volume_set_caps):
22845           add a debug
22846
22847 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
22848
22849         * Makefile.am:
22850         * check/.cvsignore:
22851         * check/Makefile.am:
22852         * check/elements/.cvsignore:
22853         * check/elements/volume.c: (chain_func), (event_func),
22854         (setup_volume), (cleanup_volume), (GST_START_TEST), (volume_suite),
22855         (main):
22856         * configure.ac:
22857           add unit test structure for gst-plugins-base
22858           add a test for volume
22859         * gst/volume/gstvolume.c: (gst_volume_list_tracks),
22860         (gst_volume_set_volume), (gst_volume_get_volume),
22861         (gst_volume_set_mute), (gst_volume_class_init), (gst_volume_init),
22862         (volume_funcfind), (volume_process_float), (volume_process_int16),
22863         (volume_set_caps), (volume_transform), (volume_update_mute),
22864         (volume_update_volume), (volume_set_property),
22865         (volume_get_property):
22866           document a little; use basetransform vmethod _set_caps
22867
22868 2005-08-19  Andy Wingo  <wingo@pobox.com>
22869
22870         * ext/alsa/gstalsamixertrack.h:
22871         * ext/alsa/gstalsamixertrack.c:
22872         * ext/alsa/gstalsamixeroptions.h:
22873         * ext/alsa/gstalsamixeroptions.c:
22874         * ext/alsa/gstalsamixer.h:
22875         * ext/alsa/gstalsamixer.c: Port to 0.9.
22876
22877         * ext/alsa/Makefile.am: Build mixer, mixeroptions, mixertracks.
22878         Remove gstalsa.c and alsaclock. No more cruft here.
22879         
22880 2005-08-18  Wim Taymans  <wim@fluendo.com>
22881
22882         * gst-libs/gst/rtp/gstbasertpdepayload.c:
22883         (gst_base_rtp_depayload_chain),
22884         (gst_base_rtp_depayload_add_to_queue),
22885         (gst_base_rtp_depayload_push),
22886         (gst_base_rtp_depayload_queue_release):
22887         * gst-libs/gst/rtp/gstbasertpdepayload.h:
22888         Fix for RTPBuffer changes.
22889
22890         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtpbuffer_allocate_data),
22891         (gst_rtpbuffer_new_take_data), (gst_rtpbuffer_new_copy_data),
22892         (gst_rtpbuffer_new_allocate), (gst_rtpbuffer_new_allocate_len),
22893         (gst_rtpbuffer_calc_header_len), (gst_rtpbuffer_calc_packet_len),
22894         (gst_rtpbuffer_calc_payload_len), (gst_rtpbuffer_validate_data),
22895         (gst_rtpbuffer_validate), (gst_rtpbuffer_set_packet_len),
22896         (gst_rtpbuffer_get_packet_len), (gst_rtpbuffer_get_version),
22897         (gst_rtpbuffer_set_version), (gst_rtpbuffer_get_padding),
22898         (gst_rtpbuffer_set_padding), (gst_rtpbuffer_pad_to),
22899         (gst_rtpbuffer_get_extension), (gst_rtpbuffer_set_extension),
22900         (gst_rtpbuffer_get_ssrc), (gst_rtpbuffer_set_ssrc),
22901         (gst_rtpbuffer_get_csrc_count), (gst_rtpbuffer_get_csrc),
22902         (gst_rtpbuffer_set_csrc), (gst_rtpbuffer_get_marker),
22903         (gst_rtpbuffer_set_marker), (gst_rtpbuffer_get_payload_type),
22904         (gst_rtpbuffer_set_payload_type), (gst_rtpbuffer_get_seq),
22905         (gst_rtpbuffer_set_seq), (gst_rtpbuffer_get_timestamp),
22906         (gst_rtpbuffer_set_timestamp), (gst_rtpbuffer_get_payload_len),
22907         (gst_rtpbuffer_get_payload):
22908         * gst-libs/gst/rtp/gstrtpbuffer.h:
22909         Don't subclass GstBuffer but add methods and helper functions
22910         to construct and manipulate RTP packets in regular GstBuffers.
22911
22912 2005-08-18  Stefan Kost  <ensonic@users.sf.net>
22913
22914         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
22915           moved statement below switch
22916         * gst/volume/gstvolume.c: (gst_volume_class_init):
22917           added debug ptr
22918
22919 2005-08-16  Wim Taymans  <wim@fluendo.com>
22920
22921         * gst-libs/gst/audio/gstbaseaudiosrc.c:
22922         (gst_base_audio_src_change_state):
22923         Open and close device in READY<->NULL state change.
22924
22925 2005-08-16  Andy Wingo  <wingo@pobox.com>
22926
22927         * examples/seeking/Makefile.am: Don't compile non-compiling
22928         compiled objects with the compiler.
22929
22930         * examples/seeking/seek.c (make_dv_pipeline): Update for new DV
22931         elements.
22932
22933 2005-08-12  Philippe Khalaf <burger@speedy.org>
22934         * gst-libs/gst/rtp/gstbasertpdepayload.c:
22935         * gst-libs/gst/rtp/gstbasertpdepayload.h:
22936           Made a thread to release the queue.
22937           Removed timestamp conversion for now.
22938
22939 2005-08-10  Philippe Khalaf <burger@speedy.org>
22940         * gst-libs/gst/rtp/gstbasertpdepayload.c:
22941         * gst-libs/gst/rtp/gstbasertpdepayload.h:
22942           Added rtp timestamp -> gst timestamp conversion.
22943           Fixed several problems with queue.
22944
22945 2005-08-09  Tim-Philipp Müller  <tim at centricular dot net>
22946
22947         * gst-libs/gst/audio/gstaudioclock.h:
22948         * gst-libs/gst/audio/gstaudiofilter.h:
22949         * gst-libs/gst/audio/gstaudiosink.h:
22950         * gst-libs/gst/audio/gstaudiosrc.h:
22951         * gst-libs/gst/audio/gstbaseaudiosink.h:
22952         * gst-libs/gst/audio/gstbaseaudiosrc.h:
22953         * gst-libs/gst/audio/gstringbuffer.h:
22954         * gst-libs/gst/net/gstnetbuffer.h:
22955         * gst-libs/gst/rtp/gstbasertpdepayload.h:
22956         * gst-libs/gst/rtp/gstrtpbuffer.h:
22957           Add padding (you will need to rebuild gst-plugins-base,
22958           gst-plugins and all applications afterwards!)
22959
22960 2005-08-09  Tim-Philipp Müller  <tim at centricular dot net>
22961
22962         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
22963         (gst_riff_parse_chunk):
22964           Fix bug in debug message and add some more debug messages.
22965
22966 2005-08-08  Edward Hervey  <edward@fluendo.com>
22967
22968         * gst-libs/gst/riff/riff-media.c:
22969         backported updates since branch
22970
22971 2005-08-08  Andy Wingo  <wingo@pobox.com>
22972
22973         * gst-libs/gst/audio/gstbaseaudiosink.c
22974         (gst_base_audio_sink_change_state): Open the device in NULL->READY
22975         like good elements should. Close on READY->NULL too.
22976
22977         * gst-libs/gst/audio/gstaudiosink.c
22978         (gst_audioringbuffer_open_device,
22979         (gst_audioringbuffer_close_device, gst_audioringbuffer_acquire)
22980         (gst_audioringbuffer_release): Updates for new ring buffer API,
22981         hook into the new audio sink api.
22982
22983         * gst-libs/gst/audio/gstaudiosink.h (GstAudioSinkClass.open)
22984         (GstAudioSinkClass.close): Just open and close the device -- no
22985         resource allocation or configuration.
22986         (GstAudioSinkClass.prepare, GstAudioSinkClass.unprepare): New
22987         vmethods, handle device setup and resource allocation.
22988
22989         * ext/alsa/gstalsasink.c (gst_alsasink_open, gst_alsasink_close)
22990         (gst_alsasink_prepare, gst_alsasink_unprepare): Update for new
22991         base class API.
22992
22993         * gst-libs/gst/audio/gstringbuffer.h
22994         (GstRingBufferClass.open_device, GstRingBufferClass.close_device):
22995         New vmethods.
22996
22997         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_open_device)
22998         (gst_ring_buffer_close_device, gst_ring_buffer_device_is_open):
22999         New API functions. The device should be opened before acquiring
23000         and closed after releasing.
23001
23002 2005-08-08  Tim-Philipp Müller  <tim at centricular dot net>
23003
23004         * gst-libs/gst/interfaces/mixer.h:
23005           Reset padding to GST_PADDING.
23006
23007 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23008
23009         * gst/playback/gstplaybin.c: (remove_sinks):
23010           Remove visualization from parent explicitely; works around some
23011           apparent refcount issue that I haven't tracked down yet.
23012
23013 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23014
23015         * ext/alsa/gstalsasink.c: (set_hwparams):
23016           Assign debug category, add negotiation debug msgs.
23017
23018 2005-08-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23019
23020         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_start):
23021           Fix error code for file-not-found to NOT_FOUND.
23022
23023 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
23024
23025         * common/gtk-doc-plugins.mak:
23026         * docs/plugins/Makefile.am:
23027         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
23028         * docs/plugins/gst-plugins-base-plugins-sections.txt:
23029           renamed to actual element names, so much nicer to look at
23030         * docs/plugins/tmpl/gstmultifdsink.sgml:
23031           remove
23032         * docs/plugins/tmpl/multifdsink.sgml:
23033         * docs/plugins/tmpl/tcpserversink.sgml:
23034           add
23035         * ext/alsa/gstalsa.c:
23036         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get_property):
23037         * ext/ogg/gstoggmux.c:
23038         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
23039         * gst/playback/gstdecodebin.c:
23040         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
23041         * gst/tcp/gsttcpserversink.c:
23042           various fixes and documentation additions
23043
23044 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
23045
23046         * common/Makefile.am:
23047         * common/gstdoc-scangobj:
23048         * common/gtk-doc-plugins.mak:
23049         * common/gtk-doc.mak:
23050           add a custom scangobj that uses the registry
23051           add a custom gtk-doc-plugins.mak that uses it
23052           some doc build fixes
23053         * configure.ac:
23054         * docs/Makefile.am:
23055         * docs/plugins/Makefile.am:
23056         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
23057         * docs/plugins/gst-plugins-base-plugins-sections.txt:
23058         * docs/plugins/gst-plugins-base-plugins.types:
23059         * docs/plugins/tmpl/gstmultifdsink.sgml:
23060           add docs for one element, multifdsink
23061         * gst/adder/gstadder.h:
23062         * gst/volume/gstvolume.h:
23063           don't privatize enum
23064         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
23065         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
23066         (gst_sync_method_get_type), (gst_client_status_get_type),
23067         (gst_multifdsink_class_init),
23068         (gst_multifdsink_client_queue_buffer),
23069         (gst_multifdsink_handle_client_write):
23070         * gst/tcp/gstmultifdsink.h:
23071         * gst/tcp/gsttcp.h:
23072         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
23073         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
23074         (gst_tcpclientsink_render):
23075         * gst/tcp/gsttcpclientsink.h:
23076         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
23077         (gst_tcpclientsrc_init), (gst_tcpclientsrc_create),
23078         (gst_tcpclientsrc_start):
23079         * gst/tcp/gsttcpclientsrc.h:
23080         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
23081         (gst_tcpserversrc_init), (gst_tcpserversrc_create):
23082         * gst/tcp/gsttcpserversrc.h:
23083         * gst/typefind/gsttypefindfunctions.c:
23084           remove superfluous Type stuff
23085
23086 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23087
23088         * gst/playback/gstplaybin.c: (gen_video_element):
23089           Enable videoscale.
23090
23091 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23092
23093         * gst-libs/gst/gconf/gconf.c:
23094         * gst-libs/gst/gconf/gconf.h:
23095           Fix some Andy Problem [tm].
23096
23097 2005-08-04  Andy Wingo  <wingo@pobox.com>
23098
23099         * gst/videoscale/gstvideoscale.c (gst_videoscale_get_size):
23100         * gst/ffmpegcolorspace/gstffmpegcolorspace.c
23101         (gst_ffmpegcsp_get_size): Adapt to API changes.
23102
23103         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_ip):
23104         Implement an in-place do-nothing transform.
23105
23106 2005-08-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23107
23108         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
23109         (gst_ximagesink_renegotiate_size):
23110           Do not set new window sizes yet if we prepare a new buffer size
23111           for upstream renegotiation (software scaling) at some point in the
23112           future, because this new size waqs not actually accepted yet. Once
23113           accepted, renegotiation later on will set the new sizes just fine.
23114           Fixes a videotestsrc ! queue ! videoscale ! ximagesink xoverlay
23115           embedding testcase.
23116
23117 2005-08-03  Andy Wingo  <wingo@pobox.com>
23118
23119         * sys/ximage/ximagesink.c (gst_ximagesink_renegotiate_size):
23120         (gst_ximagesink_buffer_alloc): 
23121         Protect the height, width, and desired_caps with the pool_lock.
23122         Fixes videotestsrc ! queue ! ximagesink.
23123
23124 2005-08-02  Edward Hervey  <edward@fluendo.com>
23125
23126         * gst/volume/gstvolume.c:
23127         include left from controller cleanup
23128
23129 2005-08-02  Jan Schmidt  <thaytan@mad.scientist.com>
23130         * ext/ogg/gstoggmux.c: (gst_ogg_mux_change_state):
23131           Stop collectpads before calling the parent state
23132           change function on PAUSED->READY.
23133
23134 2005-08-01  Jan Schmidt  <thaytan@mad.scientist.com>
23135         * configure.ac:
23136           When testing for X libs, use the X CFlags 
23137         * gst/adder/gstadder.c: (gst_adder_change_state):
23138           Stop the collectpads before calling parent state change function
23139           on PAUSED->READY, otherwise we deadlock deactivating pads.
23140
23141 2005-08-01  Stefan Kost  <ensonic@users.sf.net>
23142
23143         * configure.ac:
23144         * docs/libs/tmpl/gstcolorbalance.sgml:
23145         * docs/libs/tmpl/gstmixer.sgml:
23146         * examples/Makefile.am:
23147         * gst/sine/Makefile.am:
23148         * gst/sine/gstsinesrc.c: (gst_sinesrc_init), (gst_sinesrc_create),
23149         (gst_sinesrc_set_property), (plugin_init):
23150         * gst/sine/gstsinesrc.h:
23151         * gst/volume/Makefile.am:
23152         * gst/volume/gstvolume.c: (gst_volume_set_volume),
23153         (gst_volume_set_mute), (gst_volume_dispose), (gst_volume_init),
23154         (volume_process_float), (volume_process_int16),
23155         (volume_set_property), (plugin_init):
23156         * gst/volume/gstvolume.h:
23157           deactivate and remove dparams (libgstcontrol)
23158
23159 2005-07-29  Wim Taymans  <wim@fluendo.com>
23160
23161         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link_src):
23162         Convert me to BaseTransform!! help..
23163
23164 2005-07-29  Andy Wingo  <wingo@pobox.com>
23165
23166         * ext/alsa/gstalsaplugin.c (plugin_init): We are primary audio
23167         sinks.
23168
23169         * ext/alsa/gstalsasink.c (alsasink_sink_factory): Advertise our
23170         support of both endiannesses.
23171
23172 2005-07-28  Tim-Philipp Müller  <tim at centricular dot net>
23173
23174         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
23175           Fix confusing debug message (s/event/query/)
23176
23177 2005-07-28  Tim-Philipp Müller  <tim at centricular dot net>
23178
23179         * gst/videotestsrc/videotestsrc.h:
23180           Use "_stdint.h" instead of <stdint.h>
23181
23182 2005-07-27  Wim Taymans  <wim@fluendo.com>
23183
23184         * ext/vorbis/Makefile.am:
23185         Revert wrong commit.
23186
23187 2005-07-27  Wim Taymans  <wim@fluendo.com>
23188
23189         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event):
23190         More compilation fixen.
23191
23192 2005-07-27  Wim Taymans  <wim@fluendo.com>
23193
23194         * gst-libs/gst/audio/gstbaseaudiosink.c:
23195         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
23196         (gst_base_audio_sink_create_ringbuffer),
23197         (gst_base_audio_sink_change_state):
23198         Fix compilation.
23199
23200 2005-07-27  Wim Taymans  <wim@fluendo.com>
23201
23202         * examples/seeking/seek.c: (setup_dynamic_link),
23203         (make_dv_pipeline), (make_vorbis_theora_pipeline), (query_rates),
23204         (query_positions_elems), (query_positions_pads), (do_seek):
23205         Update seek example.
23206
23207         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
23208         (gst_ogg_pad_typefind), (gst_ogg_demux_chain_elem_pad),
23209         (gst_ogg_demux_queue_data), (gst_ogg_demux_chain_peer),
23210         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
23211         (gst_ogg_demux_handle_event),
23212         (gst_ogg_demux_deactivate_current_chain),
23213         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
23214         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
23215         (gst_ogg_demux_chain), (gst_ogg_demux_send_event),
23216         (gst_ogg_demux_loop):
23217         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
23218         * ext/theora/theoradec.c: (theora_dec_src_event),
23219         (theora_dec_src_getcaps), (theora_dec_sink_event),
23220         (theora_dec_push), (theora_dec_chain):
23221         * ext/vorbis/Makefile.am:
23222         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_event),
23223         (vorbis_dec_sink_event), (vorbis_dec_push),
23224         (vorbis_handle_data_packet):
23225         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_event),
23226         (gst_vorbisenc_chain):
23227         * gst/playback/gststreaminfo.c: (cb_probe):
23228         * gst/subparse/gstsubparse.c: (gst_subparse_src_event):
23229         * gst/videorate/gstvideorate.c: (gst_videorate_event):
23230         * gst/videoscale/gstvideoscale.c:
23231         (gst_videoscale_handle_src_event):
23232         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_event):
23233         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame),
23234         (gst_ximagesink_navigation_send_event):
23235         * sys/xvimage/xvimagesink.c:
23236         (gst_xvimagesink_navigation_send_event):
23237         Various event updates and cleanups
23238
23239 2005-07-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23240
23241         * gst/videoscale/gstvideoscale.c: (gst_videoscale_prepare_images):
23242           Fix segfault for I420/YV12.
23243
23244 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23245
23246         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
23247           Report bitrate.
23248
23249 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23250
23251         * gst/playback/gstplaybin.c: (gen_video_element),
23252         (gen_audio_element):
23253           Switch to auto*sink elements as default sinks; add volume element
23254           so that volume control in totem works.
23255
23256 2005-07-21  Wim Taymans  <wim@fluendo.com>
23257
23258         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
23259         * gst/playback/gstplaybin.c: (setup_sinks),
23260         (gst_play_bin_change_state):
23261         Refcount fix and more comments.
23262
23263 2005-07-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23264
23265         * sys/ximage/Makefile.am:
23266         * sys/ximage/ximage.c: (plugin_init):
23267         * sys/ximage/ximagesink.c:
23268         Prepare for adding ximagesrc, rename of plugin to ximage etc.
23269         
23270
23271 2005-07-21  Wim Taymans  <wim@fluendo.com>
23272
23273         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
23274         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
23275         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
23276         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
23277         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
23278         (gst_ogg_demux_init), (gst_ogg_demux_activate_chain),
23279         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_chain_info),
23280         (gst_ogg_demux_collect_info), (gst_ogg_demux_chain),
23281         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
23282         Generate correct disconts for live chained oggs.
23283
23284         * gst-libs/gst/audio/gstbaseaudiosink.c:
23285         (gst_base_audio_sink_render),
23286         (gst_base_audio_sink_create_ringbuffer),
23287         (gst_base_audio_sink_change_state):
23288         Handle discont math correctly.
23289
23290         * gst/playback/gstplaybin.c: (add_sink):
23291         Some small debug cleanup.
23292
23293 2005-07-21  Wim Taymans  <wim@fluendo.com>
23294
23295         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init), (gst_ogg_pad_event),
23296         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
23297         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
23298         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
23299         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
23300         (gst_ogg_demux_init), (gst_ogg_demux_deactivate_current_chain),
23301         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
23302         (gst_ogg_demux_read_chain), (gst_ogg_demux_find_pad),
23303         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
23304         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
23305         (gst_ogg_demux_send_event), (gst_ogg_demux_loop),
23306         (gst_ogg_demux_change_state), (gst_ogg_print):
23307         Reorganize code to send the right disconts when in streaming
23308         mode.
23309
23310 2005-07-20  Andy Wingo  <wingo@pobox.com>
23311
23312         * gst/videoscale/vs_image.c (vs_image_scale_nearest_YUYV): Typo
23313         fix (?), fixes a seggie mcfalterson (#310894).
23314
23315 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23316
23317         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_headers),
23318         (gst_ogg_mux_set_header_on_caps):
23319         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
23320         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
23321         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
23322         * gst-libs/gst/audio/multichannel.c:
23323         (gst_audio_set_channel_positions),
23324         (gst_audio_set_structure_channel_positions_list):
23325         * gst/playback/gstdecodebin.c: (dynamic_create):
23326         * gst/playback/gstplaybasebin.c: (setup_source), (mute_group_type):
23327         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
23328           Fixes for API changes in core.
23329
23330 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23331
23332         * gst/playback/gstplaybasebin.c: (fill_buffer):
23333           Use _new_custom() so we can set custom message types for buffering
23334           messages.
23335
23336 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23337
23338         * configure.ac:
23339         * gst-libs/gst/Makefile.am:
23340         * gst-libs/gst/gconf/.cvsignore:
23341         * gst-libs/gst/gconf/Makefile.am:
23342         * gst-libs/gst/gconf/test-gconf.c:
23343         * pkgconfig/Makefile.am:
23344         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
23345         * pkgconfig/gstreamer-gconf.pc.in:
23346           Remove gconf stuff, use gconf elements instead from now on.
23347
23348 2005-07-20  Wim Taymans  <wim@fluendo.com>
23349
23350         * gst-libs/gst/audio/TODO:
23351         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
23352         (gst_audio_clock_get_internal_time):
23353         * gst-libs/gst/audio/gstaudioclock.h:
23354         * gst-libs/gst/audio/gstbaseaudiosink.c:
23355         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
23356         (gst_base_audio_sink_get_time), (gst_base_audio_sink_event),
23357         (gst_base_audio_sink_render),
23358         (gst_base_audio_sink_create_ringbuffer),
23359         (gst_base_audio_sink_change_state):
23360         Make sure the audio clock always returns an increasing value.
23361
23362 2005-07-19  Andy Wingo  <wingo@pobox.com>
23363
23364         * gst/videotestsrc/: Cleanups.
23365
23366 2005-07-19  Wim Taymans  <wim@fluendo.com>
23367
23368         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
23369         Better debugging.
23370
23371 2005-07-19  Wim Taymans  <wim@fluendo.com>
23372
23373         * examples/seeking/seek.c: (make_dv_pipeline),
23374         (make_vorbis_theora_pipeline), (query_rates),
23375         (query_positions_elems), (query_positions_pads), (do_seek):
23376         Make correct DV pipeline.
23377
23378 2005-07-18  Andy Wingo  <wingo@pobox.com>
23379
23380         * configure.ac (DEFAULT_AUDIOSINK, DEFAULT_AUDIOSRC): Use alsa by
23381         default. Also because it's the only thing that really works. (This
23382         is used in the GConf elements).
23383         Use AS_LIBTOOL_TAGS.
23384
23385 2005-07-18  Wim Taymans  <wim@fluendo.com>
23386
23387         * gst/playback/gstdecodebin.c: (remove_element_chain):
23388         * gst/playback/gstplaybin.c: (add_sink):
23389         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
23390         (gst_stream_info_set_mute):
23391         * gst/playback/gststreamselector.c:
23392         (gst_stream_selector_get_linked_pad),
23393         (gst_stream_selector_getcaps), (gst_stream_selector_chain):
23394         More leak and compile fixes.
23395
23396 2005-07-18  Wim Taymans  <wim@fluendo.com>
23397
23398         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
23399         (query_rates), (query_positions_elems), (query_positions_pads),
23400         (do_seek), (seek_cb), (stop_seek):
23401         Updated seek example. 
23402
23403         * gst/playback/gstdecodebin.c: (remove_element_chain), (unlinked):
23404         * gst/playback/gstplaybasebin.c: (queue_threshold_reached),
23405         (queue_out_of_data), (gen_preroll_element), (new_decoded_pad):
23406         * gst/playback/gstplaybin.c: (add_sink):
23407         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
23408         (gst_stream_info_set_mute):
23409         Some refcount leak fixes.
23410
23411 2005-07-16  Wim Taymans  <wim@fluendo.com>
23412
23413         * gst-libs/gst/audio/gstbaseaudiosink.c:
23414         (gst_base_audio_sink_render):
23415         Align samples even if we have roundoff errors in the 
23416         timestamp conversion.
23417
23418 2005-07-16  Wim Taymans  <wim@fluendo.com>
23419
23420         * docs/libs/tmpl/gstringbuffer.sgml:
23421         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
23422         (query_rates), (query_positions_elems), (query_positions_pads),
23423         (update_scale), (do_seek):
23424         Updated seek example.
23425
23426         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
23427         (gst_ogg_pad_submit_page), (gst_ogg_demux_activate_chain),
23428         (gst_ogg_demux_find_chains), (gst_ogg_demux_send_event),
23429         (gst_ogg_demux_loop):
23430         Push out correct discont values.
23431
23432         * ext/theora/theoradec.c: (theora_dec_src_convert),
23433         (theora_dec_sink_convert), (theora_dec_src_getcaps),
23434         (theora_dec_sink_event), (theora_handle_type_packet),
23435         (theora_handle_header_packet), (theora_dec_push),
23436         (theora_handle_data_packet), (theora_dec_chain),
23437         (theora_dec_change_state):
23438         Better timestamping.
23439
23440         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
23441         (vorbis_dec_sink_event), (vorbis_dec_push),
23442         (vorbis_handle_data_packet), (vorbis_dec_chain):
23443         * ext/vorbis/vorbisdec.h:
23444         Better timestamping.
23445
23446         * gst-libs/gst/audio/gstbaseaudiosink.c:
23447         (gst_base_audio_sink_get_time), (gst_base_audio_sink_get_times),
23448         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
23449         Handle syncing on timestamps instead of sample offsets. Make
23450         use of DISCONT values as described in design docs.
23451
23452         * gst-libs/gst/audio/gstbaseaudiosrc.c:
23453         (gst_base_audio_src_get_time):
23454         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_acquire),
23455         (gst_ring_buffer_set_sample), (gst_ring_buffer_commit),
23456         (gst_ring_buffer_read):
23457         * gst-libs/gst/audio/gstringbuffer.h:
23458         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times),
23459         (gst_ximagesink_show_frame):
23460         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
23461         Correcly convert buffer timestamp to stream time.
23462
23463 2005-07-16  Wim Taymans  <wim@fluendo.com>
23464
23465         * gst/audioconvert/gstaudioconvert.c:
23466         (gst_audio_convert_get_buffer):
23467         Timestamp buffers correctly.
23468
23469         * gst/playback/gstplaybin.c: (gen_video_element):
23470         Make internal fakesink silent.
23471
23472 2005-07-15  Wim Taymans  <wim@fluendo.com>
23473
23474         * gst/ffmpegcolorspace/Makefile.am:
23475         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
23476         (gst_ffmpegcsp_caps_remove_format_info),
23477         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
23478         (gst_ffmpegcsp_get_type), (gst_ffmpegcsp_class_init),
23479         (gst_ffmpegcsp_init), (gst_ffmpegcsp_get_size),
23480         (gst_ffmpegcsp_transform_ip), (gst_ffmpegcsp_transform):
23481         Ported ffmpegcolorspace to basetransform.
23482
23483         * gst/videoscale/gstvideoscale.c: (gst_videoscale_transform):
23484         * gst/volume/gstvolume.c: (volume_transform):
23485         Ported to new API.
23486
23487 2005-07-14  Wim Taymans  <wim@fluendo.com>
23488
23489         * gst/videotestsrc/Makefile.am:
23490         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get_type),
23491         (gst_videotestsrc_class_init), (gst_videotestsrc_negotiate),
23492         (gst_videotestsrc_setcaps), (gst_videotestsrc_getcaps),
23493         (gst_videotestsrc_init), (gst_videotestsrc_event),
23494         (gst_videotestsrc_create), (gst_videotestsrc_start),
23495         (gst_videotestsrc_stop), (gst_videotestsrc_get_times),
23496         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
23497         (gst_videotestsrc_get_property):
23498         * gst/videotestsrc/gstvideotestsrc.h:
23499         Make videotestsrc a pushsrc.
23500
23501 2005-07-14  Wim Taymans  <wim@fluendo.com>
23502
23503         * gst/tcp/gstfdset.c: (gst_fdset_free):
23504         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
23505         (gst_multifdsink_add), (gst_multifdsink_remove),
23506         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
23507         (gst_multifdsink_remove_client_link),
23508         (gst_multifdsink_client_queue_data),
23509         (gst_multifdsink_client_queue_caps),
23510         (gst_multifdsink_client_queue_buffer),
23511         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
23512         (gst_multifdsink_stop):
23513         * gst/tcp/gstmultifdsink.h:
23514         0.8 backporting.
23515
23516         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
23517         Also draw image when not from a pool.
23518
23519 2005-07-14  Wim Taymans  <wim@fluendo.com>
23520
23521         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
23522         (mute_stream), (silence_stream):
23523         Small debug additions.
23524
23525 2005-07-14  Wim Taymans  <wim@fluendo.com>
23526
23527         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
23528         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
23529         (gst_ogg_demux_activate_chain), (gst_ogg_demux_loop):
23530         Better error recovery, ignore unconnected pads and
23531         non-fatal errors.
23532
23533 2005-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
23534
23535         * docs/libs/tmpl/gstaudio.sgml:
23536         * docs/libs/tmpl/gstcolorbalance.sgml:
23537         * docs/libs/tmpl/gstgconf.sgml:
23538         * docs/libs/tmpl/gstmixer.sgml:
23539         * docs/libs/tmpl/gstringbuffer.sgml:
23540         * docs/libs/tmpl/gsttuner.sgml:
23541         * gst-libs/gst/audio/gstbaseaudiosrc.c:
23542         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
23543         (gst_tcpclientsrc_class_init):
23544         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
23545         (gst_tcpserversrc_class_init):
23546         * sys/v4l/gstv4lelement.c:
23547           more autistic cleanliness in functions/names/defines
23548
23549 2005-07-13  Thomas Vander Stichele  <thomas at apestaart dot org>
23550
23551         * configure.ac:
23552           make GST_PLUGIN_LDFLAGS only be flags; GST_LIBS should be
23553           added manually to each Makefile.am so we are sure it goes
23554           *last* and doesn't add -L flags before linking in libs of our
23555           own, like, say, internal .la libs, that then accidentally pick
23556           up the installed copy.
23557         * docs/libs/Makefile.am:
23558         * ext/alsa/Makefile.am:
23559         * ext/cdparanoia/Makefile.am:
23560         * ext/gnomevfs/Makefile.am:
23561         * ext/libvisual/Makefile.am:
23562         * ext/ogg/Makefile.am:
23563         * ext/theora/Makefile.am:
23564         * ext/vorbis/Makefile.am:
23565         * gst-libs/gst/video/Makefile.am:
23566         * gst/adder/Makefile.am:
23567         * gst/audioconvert/Makefile.am:
23568         * gst/audiorate/Makefile.am:
23569         * gst/audioscale/Makefile.am:
23570         * gst/ffmpegcolorspace/Makefile.am:
23571         * gst/playback/Makefile.am:
23572         * gst/sine/Makefile.am:
23573         * gst/subparse/Makefile.am:
23574         * gst/tags/Makefile.am:
23575         * gst/tcp/Makefile.am:
23576         * gst/typefind/Makefile.am:
23577         * gst/videorate/Makefile.am:
23578         * gst/videoscale/Makefile.am:
23579         * gst/videotestsrc/Makefile.am:
23580         * gst/volume/Makefile.am:
23581         * sys/v4l/Makefile.am:
23582         * sys/ximage/Makefile.am:
23583         * sys/xvimage/Makefile.am:
23584           adapt properly to this change. This should make sure that
23585           plugins and libs properly link to the as-yet-uninstalled
23586           copies of stuff like libgstinterfaces and libgstvideo
23587
23588 2005-07-13  Andy Wingo  <wingo@pobox.com>
23589
23590         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_stop): Fix a spurious warning.
23591         (gst_v4lsrc_fixate): Fixate on format as well.
23592
23593         * sys/xvimage/xvimagesink.c (gst_xvimage_buffer_destroy) 
23594         (gst_xvimagesink_xvimage_new): Ref the xvimagesink while the
23595         buffer points to it.
23596         (gst_xvimagesink_check_xshm_calls): Don't use our xvimage buffer,
23597         rather just doing X calls ourselves. Also fixes a memleak.
23598
23599 2005-07-12  Andy Wingo  <wingo@pobox.com>
23600
23601         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_get_property) 
23602         (gst_v4lsrc_set_property, gst_v4lsrc_class_init, gst_v4lsrc_init) 
23603         (gst_v4lsrc_create): Re-add the copy-mode property, default to
23604         TRUE to avoid deadlocks if an element holds on to our buffers.
23605
23606 2005-07-11  Thomas Vander Stichele  <thomas at apestaart dot org>
23607
23608         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
23609         (gst_sinesrc_init), (gst_sinesrc_create),
23610         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
23611         (gst_sinesrc_start):
23612         * gst/sine/gstsinesrc.h:
23613           removing num-buffers property before moving it
23614
23615 2005-07-10  Thomas Vander Stichele  <thomas at apestaart dot org>
23616
23617         * configure.ac:
23618           use overridable ERROR_CFLAGS
23619         * docs/libs/gst-plugins-base-libs.types:
23620         * docs/libs/tmpl/gstringbuffer.sgml:
23621         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
23622         (gst_alsasink_class_init):
23623         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
23624         (gst_alsasrc_class_init):
23625         * gst-libs/gst/audio/audio.h:
23626         * gst-libs/gst/audio/gstaudioclock.h:
23627         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
23628         (gst_audio_filter_base_init), (gst_audio_filter_class_init),
23629         (gst_audio_filter_link), (gst_audio_filter_init),
23630         (gst_audio_filter_chain), (gst_audio_filter_set_property),
23631         (gst_audio_filter_get_property),
23632         (gst_audio_filter_class_add_pad_templates):
23633         * gst-libs/gst/audio/gstaudiofilter.h:
23634         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
23635         (gst_audio_filter_template_get_type),
23636         (gst_audio_filter_template_base_init),
23637         (gst_audio_filter_template_class_init),
23638         (gst_audio_filter_template_init),
23639         (gst_audio_filter_template_set_property),
23640         (gst_audio_filter_template_get_property), (plugin_init),
23641         (gst_audio_filter_template_setup),
23642         (gst_audio_filter_template_filter),
23643         (gst_audio_filter_template_filter_inplace):
23644         * gst-libs/gst/audio/gstaudiosink.c:
23645         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
23646         (audioringbuffer_thread_func), (gst_audioringbuffer_acquire),
23647         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
23648         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
23649         (gst_audio_sink_base_init), (gst_audio_sink_class_init),
23650         (gst_audio_sink_init), (gst_audio_sink_create_ringbuffer):
23651         * gst-libs/gst/audio/gstaudiosink.h:
23652         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
23653         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
23654         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
23655         (gst_audioringbuffer_start), (gst_audioringbuffer_stop),
23656         (gst_audioringbuffer_delay), (gst_audio_src_base_init),
23657         (gst_audio_src_class_init), (gst_audio_src_init),
23658         (gst_audio_src_create_ringbuffer):
23659         * gst-libs/gst/audio/gstaudiosrc.h:
23660         * gst-libs/gst/audio/gstbaseaudiosink.c:
23661         (gst_base_audio_sink_base_init), (gst_base_audio_sink_class_init),
23662         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
23663         (gst_base_audio_sink_get_clock), (gst_base_audio_sink_get_time),
23664         (gst_base_audio_sink_set_property),
23665         (gst_base_audio_sink_get_property), (gst_base_audio_sink_setcaps),
23666         (gst_base_audio_sink_get_times), (gst_base_audio_sink_event),
23667         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render),
23668         (gst_base_audio_sink_create_ringbuffer),
23669         (gst_base_audio_sink_callback), (gst_base_audio_sink_change_state):
23670         * gst-libs/gst/audio/gstbaseaudiosink.h:
23671         * gst-libs/gst/audio/gstbaseaudiosrc.c:
23672         (gst_base_audio_src_base_init), (gst_base_audio_src_class_init),
23673         (gst_base_audio_src_init), (gst_base_audio_src_get_clock),
23674         (gst_base_audio_src_get_time), (gst_base_audio_src_set_property),
23675         (gst_base_audio_src_get_property), (gst_base_audio_src_fixate),
23676         (gst_base_audio_src_setcaps), (gst_base_audio_src_get_times),
23677         (gst_base_audio_src_event), (gst_base_audio_src_create),
23678         (gst_base_audio_src_create_ringbuffer),
23679         (gst_base_audio_src_callback), (gst_base_audio_src_change_state):
23680         * gst-libs/gst/audio/gstbaseaudiosrc.h:
23681         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
23682         (gst_ring_buffer_class_init), (gst_ring_buffer_init),
23683         (gst_ring_buffer_dispose), (gst_ring_buffer_finalize),
23684         (gst_ring_buffer_debug_spec_caps),
23685         (gst_ring_buffer_debug_spec_buff), (gst_ring_buffer_parse_caps),
23686         (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
23687         (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
23688         (gst_ring_buffer_start), (gst_ring_buffer_pause),
23689         (gst_ring_buffer_stop), (gst_ring_buffer_delay),
23690         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
23691         (wait_segment), (gst_ring_buffer_commit), (gst_ring_buffer_read),
23692         (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
23693         (gst_ring_buffer_clear):
23694         * gst-libs/gst/audio/gstringbuffer.h:
23695         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
23696         (gst_video_sink_class_init), (gst_video_sink_get_type):
23697         * gst-libs/gst/video/videosink.h:
23698         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
23699         (gst_multifdsink_class_init),
23700         (gst_multifdsink_handle_client_write),
23701         (gst_multifdsink_change_state):
23702         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
23703         (gst_tcpclientsink_setcaps):
23704         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
23705         (gst_ximagesink_getcaps), (gst_ximagesink_setcaps),
23706         (gst_ximagesink_change_state), (gst_ximagesink_show_frame),
23707         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
23708         (gst_ximagesink_send_pending_navigation),
23709         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size),
23710         (gst_ximagesink_class_init), (gst_ximagesink_get_type):
23711         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
23712         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
23713         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc),
23714         (gst_xvimagesink_send_pending_navigation),
23715         (gst_xvimagesink_navigation_send_event),
23716         (gst_xvimagesink_set_xwindow_id),
23717         (gst_xvimagesink_get_desired_size), (gst_xvimagesink_class_init),
23718         (gst_xvimagesink_get_type):
23719         more macro splitting
23720
23721 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
23722
23723         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
23724           plug a memleak, allows me to import 1479 albums in one go
23725           in jamboree
23726         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
23727         (vorbis_handle_type_packet), (vorbis_dec_chain),
23728         (vorbis_dec_change_state):
23729           fix some format strings
23730
23731 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
23732
23733         * docs/libs/tmpl/gstcolorbalance.sgml:
23734         * docs/libs/tmpl/gstmixer.sgml:
23735         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
23736         (gst_alsasink_set_property), (gst_alsasink_get_property):
23737         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
23738         (gst_alsasrc_set_property), (gst_alsasrc_get_property):
23739           add device property
23740
23741 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
23742
23743         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
23744         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
23745         (audiocast_register_listener), (audiocast_thread_run),
23746         (gst_gnomevfssrc_send_additional_headers_callback),
23747         (gst_gnomevfssrc_received_headers_callback),
23748         (gst_gnomevfssrc_push_callbacks), (gst_gnomevfssrc_pop_callbacks),
23749         (gst_gnomevfssrc_get_icy_metadata), (gst_gnomevfssrc_create),
23750         (gst_gnomevfssrc_get_size):
23751           add/clean up debugging
23752         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
23753           cleanups
23754
23755 2005-07-07  Andy Wingo  <wingo@pobox.com>
23756
23757         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Also fixate the
23758         framerate. Need to get a handle on when exactly this function is
23759         called, tho.
23760
23761         * sys/v4l/v4lsrc_calls.h:
23762         * sys/v4l/v4lsrc_calls.c: Remove sync-related stuff.
23763         (gst_v4lsrc_get_fps_list): Moved here from gstv4lsrc.c.
23764         (gst_v4lsrc_buffer_new): Totally derive from GstBuffer.
23765
23766         * sys/v4l/v4l_calls.h: Cast to V4lElement.
23767         * sys/v4l/v4l_calls.c: Header loc fixen, don't load mjpeg, all
23768         v4lelements are sources.
23769
23770         * sys/v4l/gstv4lxoverlay.h:
23771         * sys/v4l/gstv4lxoverlay.c:
23772         * sys/v4l/gstv4ltuner.h:
23773         * sys/v4l/gstv4ltuner.c: Header loc fixen.
23774         
23775         * sys/v4l/gstv4lsrc.h:
23776         * sys/v4l/gstv4lsrc.c: Crucial GPL update. Clean up a bit, port to
23777         PushSrc/BaseSrc. Removed most sync-related properties, videorate
23778         or something should handle that. Made a live source.
23779
23780         * sys/v4l/gstv4lelement.h:
23781         * sys/v4l/gstv4lelement.c: Derive from GstPushSrc. No more
23782         signals. Some cleanups.
23783
23784         * sys/v4l/gstv4lcolorbalance.h: Interface header update.
23785
23786         * sys/v4l/gstv4l.c: Don't register v4lelement, or the jpeg/mjpeg
23787         stuff.
23788
23789         * sys/v4l/Makefile.am: Build everything except the jpeg/mjpeg
23790         stuff.
23791
23792         * sys/Makefile.am (SUBDIRS): Hit the V4L crack pipe.
23793
23794 2005-07-07  Wim Taymans  <wim@fluendo.com>
23795
23796         * ext/theora/theoradec.c: (theora_get_query_types),
23797         (theora_dec_src_getcaps), (theora_dec_push):
23798         * ext/vorbis/vorbisdec.c: (vorbis_get_query_types):
23799         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types):
23800         Remove deprecated/unused query types.
23801
23802 2005-07-06  Wim Taymans  <wim@fluendo.com>
23803
23804         * ext/alsa/Makefile.am:
23805         * ext/alsa/gstalsaplugin.c: (plugin_init):
23806         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
23807         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
23808         (gst_alsasrc_dispose), (gst_alsasrc_base_init),
23809         (gst_alsasrc_class_init), (gst_alsasrc_init),
23810         (gst_alsasrc_getcaps), (set_hwparams), (set_swparams),
23811         (alsasrc_parse_spec), (gst_alsasrc_open), (gst_alsasrc_close),
23812         (xrun_recovery), (gst_alsasrc_read), (gst_alsasrc_delay),
23813         (gst_alsasrc_reset):
23814         * ext/alsa/gstalsasrc.h:
23815         * gst-libs/gst/audio/Makefile.am:
23816         * gst-libs/gst/audio/gstaudiosink.c:
23817         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
23818         (gst_audioringbuffer_start):
23819         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
23820         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
23821         (gst_audioringbuffer_init), (gst_audioringbuffer_dispose),
23822         (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
23823         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
23824         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
23825         (gst_audiosrc_base_init), (gst_audiosrc_class_init),
23826         (gst_audiosrc_init), (gst_audiosrc_create_ringbuffer):
23827         * gst-libs/gst/audio/gstaudiosrc.h:
23828         * gst-libs/gst/audio/gstbaseaudiosink.c:
23829         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
23830         (gst_baseaudiosink_get_time), (gst_baseaudiosink_setcaps),
23831         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render):
23832         * gst-libs/gst/audio/gstbaseaudiosrc.c:
23833         (gst_baseaudiosrc_base_init), (gst_baseaudiosrc_class_init),
23834         (gst_baseaudiosrc_init), (gst_baseaudiosrc_get_clock),
23835         (gst_baseaudiosrc_get_time), (gst_baseaudiosrc_set_property),
23836         (gst_baseaudiosrc_get_property), (gst_baseaudiosrc_fixate),
23837         (gst_baseaudiosrc_setcaps), (gst_baseaudiosrc_get_times),
23838         (gst_baseaudiosrc_event), (gst_baseaudiosrc_create),
23839         (gst_baseaudiosrc_create_ringbuffer), (gst_baseaudiosrc_callback),
23840         (gst_baseaudiosrc_change_state):
23841         * gst-libs/gst/audio/gstbaseaudiosrc.h:
23842         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
23843         (gst_ringbuffer_debug_spec_caps), (gst_ringbuffer_debug_spec_buff),
23844         (gst_ringbuffer_parse_caps), (gst_ringbuffer_start),
23845         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
23846         (gst_ringbuffer_samples_done), (gst_ringbuffer_set_sample),
23847         (wait_segment), (gst_ringbuffer_commit), (gst_ringbuffer_read),
23848         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance):
23849         * gst-libs/gst/audio/gstringbuffer.h:
23850         Added audiosource base classes.
23851         Ported alsasrc, still very basic.
23852
23853 2005-07-06  Wim Taymans  <wim@fluendo.com>
23854
23855         * ext/theora/theoradec.c: (theora_dec_src_getcaps),
23856         (theora_dec_push), (theora_handle_data_packet):
23857         Prepare for better timestamp fix later.
23858
23859         * gst/audioconvert/gstaudioconvert.c:
23860         List most accurate caps first
23861
23862         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_loop):
23863         Use proper pad task function.
23864
23865         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
23866         (gst_xvimagesink_show_frame):
23867         Fix deadlock when alloc failed.
23868
23869 2005-07-05  Andy Wingo  <wingo@pobox.com>
23870
23871         * ext/gnomevfs/gstgnomevfssrc.c:
23872         * gst/sine/gstsinesrc.c:
23873         * gst/tcp/gsttcpserversrc.c:
23874         * gst/tcp/gsttcpclientsrc.c: s/BASESRC/BASE_SRC/.
23875
23876         * sys/v4l/: Port from 0.8.
23877
23878         * Many files: Null if we got it....
23879
23880 2005-07-05  Andy Wingo  <wingo@pobox.com>
23881
23882         * gst/tcp/gsttcpserversink.c (gst_tcpserversink_handle_server_read): 
23883         * gst/tcp/gstmultifdsink.c (gst_multifdsink_client_queue_data):
23884         Signedness fixes.
23885
23886 2005-07-05  Wim Taymans  <wim@fluendo.com>
23887
23888         * configure.ac:
23889         * gst/tcp/Makefile.am:
23890         * gst/tcp/README:
23891         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
23892         (gst_multifdsink_base_init), (gst_multifdsink_class_init),
23893         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
23894         (is_sync_frame), (gst_multifdsink_handle_client_write),
23895         (gst_multifdsink_render), (gst_multifdsink_start),
23896         (gst_multifdsink_stop), (gst_multifdsink_change_state):
23897         * gst/tcp/gstmultifdsink.h:
23898         * gst/tcp/gsttcp.c: (gst_tcp_host_to_ip),
23899         (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps),
23900         (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
23901         * gst/tcp/gsttcp.h:
23902         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
23903         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
23904         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
23905         (gst_tcpclientsink_stop), (gst_tcpclientsink_change_state):
23906         * gst/tcp/gsttcpclientsink.h:
23907         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
23908         (gst_tcpclientsrc_base_init), (gst_tcpclientsrc_class_init),
23909         (gst_tcpclientsrc_init), (gst_tcpclientsrc_getcaps),
23910         (gst_tcpclientsrc_create), (gst_tcpclientsrc_start),
23911         (gst_tcpclientsrc_stop), (gst_tcpclientsrc_unlock):
23912         * gst/tcp/gsttcpclientsrc.h:
23913         * gst/tcp/gsttcpplugin.c: (plugin_init):
23914         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init):
23915         * gst/tcp/gsttcpserversink.h:
23916         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
23917         (gst_tcpserversrc_base_init), (gst_tcpserversrc_class_init),
23918         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize),
23919         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
23920         (gst_tcpserversrc_stop):
23921         * gst/tcp/gsttcpserversrc.h:
23922         * gst/tcp/gsttcpsink.c:
23923         * gst/tcp/gsttcpsink.h:
23924         * gst/tcp/gsttcpsrc.c:
23925         * gst/tcp/gsttcpsrc.h:
23926         Ported tcp plugins to 0.9. 
23927         
23928
23929 2005-07-05  Andy Wingo  <wingo@pobox.com>
23930
23931         * gst/playback/gstplaybasebin.c (fill_buffer):
23932         message_new_application fixen.
23933
23934         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_caps):
23935         Style fix.
23936
23937 2005-07-04  Wim Taymans  <wim@fluendo.com>
23938
23939         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
23940         Set caps on output buffer.
23941
23942 2005-07-04  Andy Wingo  <wingo@pobox.com>
23943
23944         * ext/gnomevfs/gstgnomevfssrc.c
23945         (gst_gnomevfssrc_received_headers_callback) 
23946         (audiocast_thread_kill, audiocast_thread_run): FORTIFY fixen,
23947         hopefully.
23948
23949         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_fixate):
23950         No refcount leakage.
23951
23952         * configure.ac: Enable -Werror.
23953         
23954         * ext/theora/theoradec.c (theora_dec_src_getcaps):
23955         * gst/audioconvert/bufferframesconvert.c
23956         (buffer_frames_convert_fixate):
23957         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int)
23958         (gst_audio_convert_fixate):
23959         * gst/sine/gstsinesrc.c (gst_sinesrc_src_fixate)
23960         (gst_sinesrc_create): Fixate func changes.
23961         
23962         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
23963         (gst_ximagesink_buffer_alloc): Unused var.
23964
23965 2005-07-01  Andy Wingo  <wingo@pobox.com>
23966
23967         * ext/theora/theoradec.c (theora_dec_src_getcaps): Implement a
23968         getcaps to do explicit caps. Needs to be done in all decoders,
23969         possibly via a base class.
23970
23971         * configure.ac (GST_PLUGIN_LDFLAGS): Add videoscale.
23972
23973         * ext/ogg/gstoggdemux.c (gst_ogg_pad_typefind): No need to set
23974         caps on the sink pad, just rely on the pad template. Also, setting
23975         ANY caps on a pad is not valid because the caps are not fixed.
23976
23977         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc): Set the
23978         caps on the buffer, and get the width from the desired_caps if
23979         they're set.
23980         (gst_ximagesink_renegotiate_size): Implement via setting the
23981         desired_caps on the ximagesink.
23982         (gst_ximagesink_setcaps): Only reset the width of the player if it
23983         wasn't already set. Not sure if this is right.
23984         (gst_ximagesink_show_frame): Memcpy only for normal buffers.
23985
23986         * sys/ximage/ximagesink.h (desired_caps): New field, is the caps
23987         that the user wants. NULL unless the window has been resized.
23988
23989         * gst/volume/gstvolume.c (volume_transform): Adapt to
23990         basetransform refcount changes.
23991         
23992 2005-07-01  Andy Wingo  <wingo@pobox.com>
23993
23994         * gst/videoscale/gstvideoscale.c:
23995         * gst/videoscale/gstvideoscale.h: Clean up, port to 0.9. Derives
23996         from BaseTransform, implements a transform_caps. Removed dead code
23997         including some PAR stuff that was never reached -- should probably
23998         be added back somehow.
23999
24000 2005-07-01  Andy Wingo  <wingo@pobox.com>
24001
24002         * gst/videoscale: Merge David's work from 0.8 branch. Changes to
24003         come later.
24004
24005 2005-06-30  Thomas Vander Stichele  <thomas at apestaart dot org>
24006
24007         * configure.ac:
24008         * docs/libs/Makefile.am:
24009         * docs/libs/gst-plugins-libs.types:
24010         * ext/alsa/Makefile.am:
24011         * ext/alsa/gstalsamixer.h:
24012         * ext/alsa/gstalsamixeroptions.h:
24013         * ext/alsa/gstalsamixertrack.h:
24014         * gst-libs/gst/Makefile.am:
24015         * gst-libs/gst/colorbalance/.cvsignore:
24016         * gst-libs/gst/colorbalance/Makefile.am:
24017         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
24018         * gst-libs/gst/colorbalance/colorbalance.c:
24019         * gst-libs/gst/colorbalance/colorbalance.h:
24020         * gst-libs/gst/colorbalance/colorbalance.vcproj:
24021         * gst-libs/gst/colorbalance/colorbalancechannel.c:
24022         * gst-libs/gst/colorbalance/colorbalancechannel.h:
24023         * gst-libs/gst/interfaces/Makefile.am:
24024         * gst-libs/gst/interfaces/colorbalance.c:
24025         (gst_color_balance_class_init):
24026         * gst-libs/gst/interfaces/colorbalance.h:
24027         * gst-libs/gst/interfaces/interfaces-marshal.list:
24028         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_class_init):
24029         * gst-libs/gst/interfaces/mixer.h:
24030         * gst-libs/gst/interfaces/mixeroptions.h:
24031         * gst-libs/gst/interfaces/navigation.c:
24032         * gst-libs/gst/interfaces/tuner.c: (gst_tuner_class_init):
24033         * gst-libs/gst/interfaces/tuner.h:
24034         * gst/volume/Makefile.am:
24035         * gst/volume/gstvolume.c:
24036         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
24037         * sys/ximage/Makefile.am:
24038         * sys/ximage/ximagesink.c:
24039         * sys/xvimage/Makefile.am:
24040         * sys/xvimage/xvimagesink.c:
24041           fold in all interfaces into an interfaces dir, preserving CVS
24042           history
24043
24044 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24045
24046         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
24047           Fix build after riff changes.
24048
24049 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24050
24051         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
24052         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
24053         (gst_riff_create_video_template_caps),
24054         (gst_riff_create_audio_template_caps),
24055         (gst_riff_create_iavs_template_caps):
24056         * gst-libs/gst/riff/riff-media.h:
24057         * gst-libs/gst/riff/riff-read.h:
24058         * gst-libs/gst/riff/riff.c: (gst_riff_init):
24059           Add gst_riff_init() to initialize the debug category, instead
24060           of plugin_init(). Port riff-media.[ch] from -THREADED to HEAD.
24061
24062 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24063
24064         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init):
24065           Oops, I shouldn't apply hacks.
24066
24067 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24068
24069         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init):
24070           Remove pad_loop function which doesn't work.
24071
24072 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24073
24074         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain):
24075           Send EOS when deactivating.
24076         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
24077         (check_queue), (queue_threshold_reached), (queue_out_of_data),
24078         (gen_preroll_element), (probe_triggered), (mute_stream),
24079         (silence_stream), (new_decoded_pad), (setup_substreams),
24080         (set_active_source):
24081         * gst/playback/gstplaybin.c: (gst_play_bin_get_property),
24082         (remove_sinks), (add_sink):
24083         * gst/playback/gststreaminfo.c: (cb_probe), (gst_stream_info_new):
24084           Change for new probe API.
24085
24086 2005-06-29  Wim Taymans  <wim@fluendo.com>
24087
24088         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_init):
24089         * gst-libs/gst/audio/gstbaseaudiosink.c:
24090         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
24091         (gst_baseaudiosink_change_state):
24092         * gst-libs/gst/audio/gstbaseaudiosink.h:
24093         * gst-libs/gst/audio/gstringbuffer.c:
24094         (gst_ringbuffer_set_callback):
24095         Fix compilation error.
24096         Ringbuffer starts out as not running.
24097         Free our clock in dispose.
24098         When releasing the ringbuffer we need to renegotiate so
24099         clear the pad caps.
24100
24101 2005-06-29  Thomas Vander Stichele  <thomas at apestaart dot org>
24102
24103         * autogen.sh:
24104         * configure.ac:
24105         * docs/Makefile.am:
24106         * docs/libs/Makefile.am:
24107         * docs/libs/gst-plugins-libs-docs.sgml:
24108         * docs/libs/gst-plugins-libs-sections.txt:
24109         * docs/libs/gst-plugins-libs.types:
24110         * docs/libs/tmpl/gstaudio.sgml:
24111         * docs/libs/tmpl/gstcolorbalance.sgml:
24112         * docs/libs/tmpl/gstringbuffer.sgml:
24113         * gst-libs/gst/audio/gstringbuffer.c:
24114         (gst_ringbuffer_set_callback):
24115           reinstate gtk-doc docs for plugin libs
24116
24117 2005-06-28  Wim Taymans  <wim@fluendo.com>
24118
24119         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
24120         (gst_ogg_demux_init):
24121         Removed pad loop function.
24122
24123 2005-06-28  Wim Taymans  <wim@fluendo.com>
24124
24125         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
24126         If we're building a chain we are not in an error case
24127         when we queue a buffer.
24128
24129 2005-06-28  Andy Wingo  <wingo@pobox.com>
24130
24131         * *.c: Don't cast to GstObject before reffing/unreffing.
24132
24133 2005-06-27  Andy Wingo  <wingo@pobox.com>
24134
24135         * gst/videotestsrc/gstvideotestsrc.c
24136         (gst_videotestsrc_activate_push): Activation API changes.
24137
24138         * gst/playback/gstdecodebin.c (gst_decode_bin_change_state) 
24139         (gst_decode_bin_dispose): Free dynamics in READY->NULL, because
24140         they have refs on the decodebin.
24141
24142         * ext/ogg/gstoggdemux.c (gst_ogg_pad_class_init): Ref the right
24143         parent class.
24144         (gst_ogg_pad_typefind): Don't leak a pad ref.
24145         (gst_ogg_chain_new_stream): gst_object_unref, not g_object_unref.
24146         (gst_ogg_demux_sink_activate, gst_ogg_demux_sink_activate_push) 
24147         (gst_ogg_demux_sink_activate_pull): Changes for activation API.
24148
24149 2005-06-27  Edward Hervey  <edward@fluendo.com>
24150
24151         * ext/theora/theoradec.c: (theora_dec_change_state): 
24152         re-arranged call to parent's state change in order to avoid locks (or
24153         worse).
24154
24155 2005-06-26  Edward Hervey  <edward@fluendo.com>
24156
24157         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
24158         2nd argument of 'unknow-type' signal is a GstCaps and not a
24159         GstMiniObject
24160
24161 2005-06-25  Jan Schmidt  <thaytan@mad.scientist.com>
24162         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_acquire):
24163           Set the worker thread's running flag to TRUE before starting the
24164           thread.
24165         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
24166           Catch a failure to add typefind to the bin.
24167
24168 2005-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
24169
24170         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
24171         (gst_sinesrc_init), (gst_sinesrc_create),
24172         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
24173         (gst_sinesrc_start):
24174         * gst/sine/gstsinesrc.h:
24175           add num-buffers and timestamp-offset properties
24176         * gst/videotestsrc/gstvideotestsrc.c:
24177         (gst_videotestsrc_class_init), (gst_videotestsrc_set_property),
24178         (gst_videotestsrc_get_property):
24179           add timestamp-offset property
24180
24181 2005-06-23  Christian Schaller  <uraeus@gnome.org>
24182
24183         * configure.ac: add videorate
24184         * gst-plugins-base.spec.in: add videorate
24185
24186 2005-06-23  Wim Taymans  <wim@fluendo.com>
24187
24188         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
24189         (gst_videorate_getcaps), (gst_videorate_setcaps),
24190         (gst_videorate_event), (gst_videorate_chain):
24191         Fixed videorate, fixating an already fixated caps is not
24192         an error.
24193
24194 2005-06-23  Wim Taymans  <wim@fluendo.com>
24195
24196         * ext/ogg/README:
24197         * ext/ogg/gstoggmux.c: (gst_ogg_mux_set_header_on_caps):
24198         Buffer on caps is not boxed anymore.
24199
24200 2005-06-22  Wim Taymans  <wim@fluendo.com>
24201
24202         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
24203         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
24204         Set buffers on caps as miniobjects and not as boxed.
24205
24206 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
24207
24208         * configure.ac:
24209           back to HEAD
24210
24211 === release 0.9.1 ===
24212
24213 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
24214
24215         * .cvsignore:
24216         * NEWS:
24217         * README:
24218         * RELEASE:
24219         * configure.ac:
24220         * po/af.po:
24221         * po/az.po:
24222         * po/cs.po:
24223         * po/en_GB.po:
24224         * po/hu.po:
24225         * po/it.po:
24226         * po/nb.po:
24227         * po/nl.po:
24228         * po/or.po:
24229         * po/sq.po:
24230         * po/sr.po:
24231         * po/sv.po:
24232         * po/uk.po:
24233         * po/vi.po:
24234           updates for release
24235
24236 2005-06-09  Andy Wingo  <wingo@pobox.com>
24237
24238         * gst-libs/gst/net/Makefile.am (lib_LTLIBRARIES): Install gstnet.
24239         
24240 2005-06-09  Andy Wingo  <wingo@pobox.com>
24241
24242         * configure.ac:
24243         * gst-libs/gst/Makefile.am:
24244         * gst-libs/gst/net/Makefile.am:
24245         Add gstnet to build.
24246
24247 2005-06-09  Andy Wingo  <wingo@pobox.com>
24248
24249         * gst-libs/gst/gconf/gconf.c:
24250         * gst/playback/test.c:
24251         * gst/playback/gstplaybin.c (gen_video_element): Ghost pad API
24252         fixes.
24253
24254         * gst/audioconvert/gstaudioconvert.c: RPAD fixes.
24255
24256         * ext/theora/theoraenc.c (theora_enc_chain): 
24257         * ext/theora/theoradec.c (theora_handle_data_packet): GCC4 fixes.
24258
24259         * ext/ogg/gstoggdemux.c (GstOggPad): Derive from GstPad, not
24260         RealPad.
24261
24262 2005-06-02  Wim Taymans  <wim@fluendo.com>
24263
24264         * gst-libs/gst/net/Makefile.am:
24265         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
24266         * pkgconfig/gstreamer-libs.pc.in:
24267         Added net stuff, version net lib.
24268
24269 2005-06-02  Wim Taymans  <wim@fluendo.com>
24270
24271         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
24272         (query_rates), (query_positions_elems), (query_positions_pads),
24273         (do_seek):
24274         Updated seek example.
24275
24276 2005-06-02  Andy Wingo  <wingo@pobox.com>
24277
24278         * pkgconfig/gstreamer-libs-uninstalled.pc.in (prefix):
24279         * pkgconfig/gstreamer-libs.pc.in (prefix): Add gst/tag to the -L
24280         list.
24281
24282         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Don't
24283         remove the typefind, the bin dispose will do it for us. When it's
24284         removed and unreffed, the signal handler will be disconnected,
24285         too.
24286         (unlinked): It's too difficult to disconnect from unlinked
24287         handlers, as they are on pads not elements. Just punt if the pads
24288         aren't grandkids of the bin.
24289
24290 2005-06-02  Wim Taymans  <wim@fluendo.com>
24291
24292         * ext/ogg/README:
24293         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
24294         (gst_ogg_demux_activate_chain), (gst_ogg_demux_clear_chains):
24295         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
24296         * ext/theora/theoradec.c: (theora_dec_src_query),
24297         (theora_handle_data_packet):
24298         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
24299         (theora_enc_chain):
24300         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
24301         (vorbis_handle_data_packet):
24302         * gst/audioconvert/bufferframesconvert.c:
24303         (buffer_frames_convert_chain):
24304         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24305         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
24306         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
24307         (gst_ffmpegcsp_chain):
24308         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
24309         (gst_videorate_getcaps), (gst_videorate_setcaps),
24310         (gst_videorate_event), (gst_videorate_chain):
24311         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_activate),
24312         (gst_videotestsrc_src_query), (gst_videotestsrc_loop):
24313         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
24314         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
24315         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
24316         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
24317         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
24318         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
24319         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
24320         Cleanups and buffer alloc.
24321
24322 2005-05-31  Wim Taymans  <wim@fluendo.com>
24323
24324         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_delay):
24325         Don't try to call the delay method when the device is not
24326         opened.
24327
24328 2005-05-31  Wim Taymans  <wim@fluendo.com>
24329
24330         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_open):
24331         Get actual segment size and buffer size after opening
24332         the device.
24333
24334 2005-05-30  Wim Taymans  <wim@fluendo.com>
24335
24336         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
24337         (gst_ogg_demux_perform_seek), (gst_ogg_demux_clear_chains):
24338         Also FLUSH upstream, makes the loop function exit faster.
24339         
24340         * ext/theora/theoradec.c: (theora_dec_src_query):
24341         Some more debug info in the query.
24342         
24343         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
24344         (gst_ximagesink_setcaps):
24345         Release lock on par error, better error reporting.
24346
24347 2005-05-26  Wim Taymans  <wim@fluendo.com>
24348
24349         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
24350         (gst_ogg_demux_activate_chain), (gst_ogg_demux_chain),
24351         (gst_ogg_demux_clear_chains), (gst_ogg_demux_change_state):
24352         Clear chains in READY
24353         Queue packets until the chain is activated.
24354
24355 2005-05-25  Wim Taymans  <wim@fluendo.com>
24356
24357         * gst-libs/gst/audio/gstaudiosink.c:
24358         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
24359         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
24360         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
24361         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
24362         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
24363         (gst_audiosink_create_ringbuffer):
24364         * gst-libs/gst/audio/gstbaseaudiosink.c:
24365         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
24366         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
24367         (gst_baseaudiosink_set_property), (build_linear_format),
24368         (debug_spec_caps), (debug_spec_buffer),
24369         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
24370         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
24371         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
24372         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
24373         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
24374         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
24375         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
24376         (gst_ringbuffer_play), (gst_ringbuffer_pause),
24377         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
24378         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
24379         (wait_segment), (gst_ringbuffer_commit),
24380         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
24381         (gst_ringbuffer_clear):
24382         Various small cleanups.
24383
24384         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
24385         (gst_audio_convert_change_state):
24386         * gst/subparse/gstsubparse.c: (gst_subparse_chain):
24387         No need to take the locks anymore.
24388
24389 2005-05-25  Wim Taymans  <wim@fluendo.com>
24390
24391         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
24392         (gst_decode_bin_dispose), (try_to_link_1), (get_our_ghost_pad),
24393         (remove_element_chain), (no_more_pads), (unlinked), (close_link),
24394         (type_found):
24395         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_dispose),
24396         (group_destroy), (group_commit), (queue_overrun),
24397         (gen_preroll_element), (no_more_pads), (preroll_unlinked),
24398         (mute_stream), (new_decoded_pad), (setup_substreams),
24399         (setup_source), (mute_group_type), (set_active_source),
24400         (gst_play_base_bin_change_state):
24401         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
24402         (gen_video_element), (gen_text_element), (gen_audio_element),
24403         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks):
24404         * gst/playback/gststreaminfo.c: (gst_stream_info_new),
24405         (gst_stream_info_dispose), (gst_stream_info_set_mute):
24406         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
24407         Some playbin cleanups mostly refcounting sloppyness.
24408
24409 2005-05-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24410
24411         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
24412           Work with streaming input.
24413
24414 2005-05-25  Wim Taymans  <wim@fluendo.com>
24415
24416         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24417         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
24418         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
24419         (gst_ffmpegcsp_chain), (gst_ffmpegcsp_change_state):
24420         No need to take the STREAM lock anymore.
24421
24422 2005-05-25  Wim Taymans  <wim@fluendo.com>
24423
24424         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
24425         (gst_ogg_pad_typefind), (gst_ogg_pad_submit_packet),
24426         (gst_ogg_chain_new_stream), (gst_ogg_demux_perform_seek),
24427         (gst_ogg_demux_chain), (gst_ogg_demux_loop),
24428         (gst_ogg_demux_sink_activate):
24429         * ext/theora/theoradec.c: (theora_dec_src_event),
24430         (theora_handle_comment_packet), (theora_dec_chain),
24431         (theora_dec_change_state):
24432         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
24433         (vorbis_handle_data_packet), (vorbis_dec_chain),
24434         (vorbis_dec_change_state):
24435         Remove STREAM locks as they are taken in core now.
24436         Never set bogus granulepos on vorbis/theora.
24437         Fix leaks in theoradec tag parsing.
24438
24439 2005-05-25  Wim Taymans  <wim@fluendo.com>
24440
24441         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
24442         Fix memleaks, GST_BUFFER_DATA() is not freed.
24443
24444 2005-05-25  Wim Taymans  <wim@fluendo.com>
24445
24446         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
24447         Open non-blocking, set to blocking mode afterwards to avoid
24448         lockups when audio device is busy.
24449
24450 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24451
24452         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_clear):
24453           This can't be good.
24454
24455 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24456
24457         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
24458         (gst_audio_convert_chain), (gst_audio_convert_link_src),
24459         (gst_audio_convert_setcaps):
24460           Implement instant setup switching.
24461
24462 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24463
24464         * gst/playback/gstplaybasebin.c: (probe_triggered):
24465           Fix missing unlock.
24466         * gst/playback/gstplaybin.c: (add_sink):
24467           First add, then link (otherwise pad link fails).
24468
24469 2005-05-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24470
24471         * examples/Makefile.am:
24472         fix buildbot (make distcheck)
24473
24474 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24475
24476         * gst/playback/gstplaybin.c: (gen_vis_element):
24477           Remove some wrong code. Doesn't work yet.
24478
24479 2005-05-19  Wim Taymans  <wim@fluendo.com>
24480
24481         * gst-libs/gst/net/Makefile.am:
24482         * gst-libs/gst/net/README:
24483         * gst-libs/gst/net/gstnetbuffer.c: (gst_netbuffer_get_type),
24484         (gst_netbuffer_class_init), (gst_netbuffer_init),
24485         (gst_netbuffer_finalize), (gst_netbuffer_copy),
24486         (gst_netbuffer_new), (gst_netaddress_set_ip4_address),
24487         (gst_netaddress_set_ip6_address), (gst_netaddress_get_net_type),
24488         (gst_netaddress_get_ip4_address), (gst_netaddress_get_ip6_address):
24489         * gst-libs/gst/net/gstnetbuffer.h:
24490         Added buffer subclass to store extra to/from addresses for
24491         network sources/sinks.
24492
24493 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24494
24495         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
24496           Don't lock an unassigned variable.
24497
24498 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24499
24500         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
24501           Increase buffer for video, decrease buffer for other media types.
24502         * gst/playback/gstplaybin.c: (gen_video_element),
24503         (gen_audio_element):
24504           Change names for debugging purposes.
24505
24506 2005-05-18  Wim Taymans  <wim@fluendo.com>
24507
24508         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24509         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
24510         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
24511         (gst_ffmpegcsp_chain):
24512         Enable buffer alloc passthrough if the source and dest
24513         formats are the same.
24514
24515 2005-05-17  Wim Taymans  <wim@fluendo.com>
24516
24517         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
24518         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
24519         (gst_ogg_demux_chain_unlocked):
24520         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
24521         (gst_audio_convert_caps_remove_format_info),
24522         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
24523         (gst_audio_convert_fixate), (gst_audio_convert_change_state):
24524         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24525         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
24526         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_init),
24527         (gst_ffmpegcsp_bufferalloc), (gst_ffmpegcsp_chain),
24528         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
24529         (gst_ffmpegcsp_get_property):
24530         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
24531         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
24532         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
24533         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
24534         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_imagepool_clear),
24535         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
24536         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_free),
24537         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id):
24538         Leak fixes in oggdemux.
24539         Some cleanups in audioconvert.
24540         Make passthrough work along with buffer_alloc etc.
24541         Make buffer_alloc and buffer recycling actually work in
24542         xvimagesink.
24543
24544 2005-05-17  Thomas Vander Stichele  <thomas at apestaart dot org>
24545
24546         * gst/subparse/gstsubparse.c: (parse_subrip), (parse_mpsub):
24547           make the compiler happy
24548
24549 2005-05-17  Wim Taymans  <wim@fluendo.com>
24550
24551         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
24552         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
24553         (gst_xvimage_buffer_init), (gst_xvimage_buffer_class_init),
24554         (gst_xvimage_buffer_get_type), (gst_xvimagesink_check_xshm_calls),
24555         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
24556         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_setcaps),
24557         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
24558         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
24559         (gst_xvimagesink_set_xwindow_id):
24560         * sys/xvimage/xvimagesink.h:
24561         Port xvimagesink to new MiniObject.
24562
24563 2005-05-17  Wim Taymans  <wim@fluendo.com>
24564
24565         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
24566         (gst_audiofilter_chain):
24567         * gst-libs/gst/audio/gstaudiosink.c:
24568         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
24569         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
24570         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
24571         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
24572         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
24573         (gst_audiosink_create_ringbuffer):
24574         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
24575         (gst_audio_convert_caps_remove_format_info),
24576         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
24577         (gst_audio_convert_fixate), (gst_audio_convert_channels):
24578         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24579         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
24580         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
24581         Fix passthrough in ffmpegcolorspace.
24582         Fix memset in audiosink on wrong memory.
24583
24584 2005-05-16  David Schleef  <ds@schleef.org>
24585
24586         * gst/playback/gststreaminfo.c: (cb_probe): Port from GstData
24587         to GstMiniObject.
24588
24589 2005-05-16  David Schleef  <ds@schleef.org>
24590
24591         Port from GstData to GstMiniObject.
24592         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
24593         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
24594         (gst_ogg_mux_queue_pads), (gst_ogg_mux_set_header_on_caps),
24595         (gst_ogg_mux_collected):
24596         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
24597         * ext/theora/theoradec.c: (theora_handle_comment_packet),
24598         (theora_handle_data_packet):
24599         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
24600         (theora_set_header_on_caps), (theora_enc_chain):
24601         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
24602         (vorbis_handle_comment_packet):
24603         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
24604         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
24605         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_chain):
24606         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_chain):
24607         * gst/audioconvert/gstaudioconvert.c:
24608         (gst_audio_convert_get_buffer):
24609         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
24610         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
24611         (mute_stream), (silence_stream):
24612         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
24613         * gst/volume/gstvolume.c: (volume_transform):
24614         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
24615         (gst_ximage_buffer_init), (gst_ximage_buffer_class_init),
24616         (gst_ximage_buffer_get_type), (gst_ximagesink_check_xshm_calls),
24617         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
24618         (gst_ximagesink_ximage_put), (gst_ximagesink_imagepool_clear),
24619         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_free),
24620         (gst_ximagesink_buffer_alloc):
24621         * sys/ximage/ximagesink.h:
24622
24623 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24624
24625         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
24626         (fill_buffer), (check_queue), (queue_threshold_reached),
24627         (queue_out_of_data):
24628         * gst/playback/gstplaybasebin.h:
24629           Post buffer-fullness on the bus.
24630
24631 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24632
24633         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
24634         (try_to_link_1):
24635         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
24636         (group_commit), (probe_triggered), (setup_source),
24637         (gst_play_base_bin_change_state):
24638         * gst/playback/gstplaybasebin.h:
24639         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
24640         (gst_play_bin_init), (remove_sinks), (setup_sinks),
24641         (gst_play_bin_change_state):
24642           Move setup_output_pads into a virtual function, remove
24643           group-switch (no longer needed) and redirect (handled by bus
24644           now) signals.
24645
24646 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24647
24648         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
24649         (gst_play_base_bin_class_init), (gst_play_base_bin_finalize),
24650         (get_active_group), (get_building_group), (group_destroy),
24651         (group_commit), (check_queue), (queue_overrun),
24652         (queue_threshold_reached), (queue_out_of_data),
24653         (gen_preroll_element), (remove_groups), (unknown_type),
24654         (add_element_stream), (no_more_pads), (probe_triggered),
24655         (preroll_unlinked), (new_decoded_pad), (setup_subtitle),
24656         (setup_substreams), (setup_source), (finish_source),
24657         (prepare_output), (muted_group_change_state),
24658         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
24659         (gst_play_base_bin_change_state):
24660         * gst/playback/gstplaybasebin.h:
24661         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
24662         (gst_play_bin_init), (gst_play_bin_set_property),
24663         (gen_video_element), (gen_text_element), (gen_audio_element),
24664         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
24665         (gst_play_bin_change_state):
24666         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
24667         (cb_probe), (gst_stream_info_new), (gst_stream_info_dispose),
24668         (stream_info_change_state), (gst_stream_info_set_mute),
24669         (gst_stream_info_get_property):
24670         * gst/playback/gststreaminfo.h:
24671         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
24672         (gst_stream_selector_get_linked_pad),
24673         (gst_stream_selector_getcaps),
24674         (gst_stream_selector_get_linked_pads),
24675         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
24676         * gst/playback/gststreamselector.h:
24677           Rough port of playbin. Needs some more work, but is mostly done,
24678           and uses a few locks in important places, which should make stuff
24679           like chain-switches clean. Still uses GST_STATE() in a few places,
24680           which isn't all that good an idea, subtitles/elements disabled
24681           because no elements to test with and thus probably broken, query
24682           and event handling moved to GstBin, internal thread removed
24683           alltogether because the pipeline does that for us now. Can play
24684           Ogg/Vorbis files. Haven't tested anything else yet.
24685
24686 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24687
24688         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
24689           Do no-more-pads (needed for autoplugging).
24690
24691 2005-05-10  Andy Wingo  <wingo@pobox.com>
24692
24693         * ext/vorbis/vorbisdec.c (vorbis_handle_comment_packet): Post a
24694         message to the bus with the tags. Still not sent downstream tho.
24695
24696         * gst/playback/gstdecodebin.c (remove_element_chain): Unref after
24697         get_parent.
24698         (remove_element_chain): Use OBJECT_PARENT instead of get_parent to
24699         avoid refcounting hassles.
24700
24701 2005-05-09  Andy Wingo  <wingo@pobox.com>
24702
24703         * gst/volume/Makefile.am:
24704         * gst/volume/demo.c
24705         * gst/volume/gstvolume.h
24706         * gst/volume/gstvolume.c: Port to 0.9 API, derive from
24707         basetransform. Probably need an audio filter base class.
24708
24709 2005-05-09  Wim Taymans  <wim@fluendo.com>
24710
24711         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_setcaps),
24712         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
24713         (gst_vorbisenc_set_header_on_caps), (gst_vorbisenc_sink_event),
24714         (gst_vorbisenc_chain):
24715         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
24716         (gst_audio_convert_caps_remove_format_info),
24717         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
24718         (gst_audio_convert_fixate), (gst_audio_convert_channels):
24719         Make caps writable before writing to it.
24720         Fix negotiation in audioconvert some more.
24721
24722 2005-05-09  Wim Taymans  <wim@fluendo.com>
24723
24724         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
24725         (gst_videorate_getcaps), (gst_videorate_setcaps),
24726         (gst_videorate_event), (gst_videorate_chain):
24727         Better negotiation.
24728
24729 2005-05-09  Wim Taymans  <wim@fluendo.com>
24730
24731         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
24732         (gst_videorate_getcaps), (gst_videorate_setcaps),
24733         (gst_videorate_blank_data), (gst_videorate_init),
24734         (gst_videorate_event), (gst_videorate_chain),
24735         (gst_videorate_change_state):
24736         Port videorate, do a better job at negotiation while we're at
24737         it.
24738
24739 2005-05-09  Jan Schmidt  <thaytan@mad.scientist.com>
24740
24741         * configure.ac:
24742           Disable libvisual
24743
24744         * examples/Makefile.am:
24745         * gst-libs/gst/audio/Makefile.am:
24746         * gst-libs/gst/riff/Makefile.am:
24747         * gst-libs/gst/tag/Makefile.am:
24748         * gst-libs/gst/video/Makefile.am:
24749           Fixups for missing variables.
24750
24751 2005-05-09  Wim Taymans  <wim@fluendo.com>
24752
24753         * examples/seeking/seek.c: (make_theora_pipeline),
24754         (make_vorbis_theora_pipeline), (make_avi_msmpeg4v3_mp3_pipeline),
24755         (query_rates), (query_positions_elems), (query_positions_pads),
24756         (update_scale), (play_cb), (pause_cb), (stop_cb), (main):
24757         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
24758         (gst_ogg_pad_query_types), (gst_ogg_pad_src_query),
24759         (gst_ogg_pad_typefind), (gst_ogg_demux_init),
24760         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
24761         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_sink_activate):
24762         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
24763         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
24764         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
24765         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
24766         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
24767         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
24768         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
24769         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain):
24770         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
24771         (theora_dec_src_convert), (theora_dec_sink_convert),
24772         (theora_dec_src_query), (theora_dec_sink_query),
24773         (theora_dec_src_event), (theora_dec_sink_event),
24774         (theora_handle_comment_packet), (theora_handle_type_packet),
24775         (theora_handle_header_packet), (theora_handle_data_packet),
24776         (theora_dec_chain):
24777         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
24778         (vorbis_dec_convert), (vorbis_dec_src_query),
24779         (vorbis_dec_sink_query), (vorbis_dec_src_event),
24780         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
24781         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
24782         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
24783         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
24784         (gst_vorbisenc_sink_query), (gst_vorbisenc_init),
24785         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain):
24786         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
24787         (gst_play_bin_query):
24788         * gst/playback/test3.c: (update_scale):
24789         * gst/sine/gstsinesrc.c: (gst_sinesrc_setcaps),
24790         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start):
24791         * gst/subparse/gstsubparse.c: (gst_subparse_init):
24792         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
24793         (gst_videotestsrc_src_query):
24794         * gst/videotestsrc/videotestsrc.c: (paint_hline_I420),
24795         (paint_hline_Y41B), (paint_hline_Y42B), (paint_hline_Y800),
24796         (paint_hline_YUV9):
24797         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
24798         Port to new query API.
24799         Updated seek.
24800         Cleanups in x[v]imagesink
24801
24802 2005-05-09  Andy Wingo  <wingo@pobox.com>
24803
24804         * ext/alsa/gstalsasink.h:
24805         * ext/gnomevfs/gstgnomevfssrc.c:
24806         (gst_gnomevfssrc_get_icy_metadata):
24807         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek)
24808         (gst_ogg_demux_read_chain, gst_ogg_demux_read_end_chain)
24809         * ext/theora/theoradec.c (theora_dec_src_query)
24810         (theora_dec_src_event, theora_dec_sink_event)
24811         (theora_handle_comment_packet, theora_handle_data_packet):
24812         * ext/theora/theoraenc.c (theora_enc_chain):
24813         * ext/vorbis/vorbisdec.c (vorbis_dec_src_event)
24814         (vorbis_dec_sink_event, vorbis_handle_comment_packet):
24815         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
24816         * gst/typefind/gsttypefindfunctions.c (mp3_type_find)
24817         (qt_type_find):
24818         * gst/videotestsrc/videotestsrc.c (paint_setup_I420)
24819         (paint_setup_YV12, paint_setup_YUY2, paint_setup_UYVY)
24820         (paint_setup_YVYU, paint_setup_IYU2, paint_setup_Y41B)
24821         (paint_setup_Y42B, paint_setup_Y800, paint_setup_IMC1)
24822         (paint_setup_IMC2, paint_setup_IMC3, paint_setup_IMC4)
24823         (paint_setup_YVU9, paint_setup_YUV9, paint_setup_xRGB8888)
24824         (paint_setup_xBGR8888, paint_setup_RGBx8888)
24825         (paint_setup_BGRx8888, paint_setup_RGB888, paint_setup_BGR888)
24826         (paint_setup_RGB565, paint_setup_xRGB1555):
24827         * gst/videotestsrc/videotestsrc.h:
24828         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc):
24829         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support)
24830         (gst_xvimagesink_setcaps, gst_xvimagesink_buffer_alloc):
24831         GCC4 fixes.
24832         
24833         * ext/ogg/gstoggdemux.c (gst_ogg_demux_find_chains): Use the new
24834         gst_pad_query_position. Fixes oggdemux.
24835
24836 2005-05-08  David Schleef  <ds@schleef.org>
24837
24838         * configure.ac: Require liboil.
24839         * gst/videotestsrc/gstvideotestsrc.c: Fix up liboil calls, add
24840         a few more.
24841         * gst/videotestsrc/videotestsrc.c:
24842         * gst/videotestsrc/videotestsrc.h:
24843
24844 2005-05-06  Wim Taymans  <wim@fluendo.com>
24845
24846         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24847         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
24848         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
24849         Well, unreffing a buffer right before pushing it is asking
24850         for trouble..
24851
24852 2005-05-06  Christian Schaller  <uraeus@gnome.org>
24853
24854         * pkgconfig/gstreamer-libs.pc.in: add missing library calls
24855
24856 2005-05-06  Wim Taymans  <wim@fluendo.com>
24857
24858         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
24859         (gst_audio_convert_caps_remove_format_info),
24860         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
24861         (gst_audio_convert_fixate), (gst_audio_convert_channels):
24862         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24863         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
24864         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
24865         * gst/sine/Makefile.am:
24866         * gst/sine/gstsinesrc.c: (gst_sinesrc_get_type),
24867         (gst_sinesrc_class_init), (gst_sinesrc_init),
24868         (gst_sinesrc_src_fixate), (gst_sinesrc_setcaps),
24869         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start),
24870         (gst_sinesrc_update_freq):
24871         * gst/sine/gstsinesrc.h:
24872         * gst/tcp/gstmultifdsink.c:
24873         * sys/xvimage/xvimagesink.c:
24874         Fixed negotiation wrt _peer_get_caps()
24875         Some cleanups.
24876
24877
24878 2005-05-06  Wim Taymans  <wim@fluendo.com>
24879
24880         * gst-libs/gst/audio/gstaudiosink.c:
24881         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
24882         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
24883         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
24884         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
24885         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
24886         (gst_audiosink_create_ringbuffer):
24887         * gst-libs/gst/audio/gstbaseaudiosink.c:
24888         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
24889         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
24890         (gst_baseaudiosink_set_property), (build_linear_format),
24891         (debug_spec_caps), (debug_spec_buffer),
24892         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
24893         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
24894         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
24895         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
24896         * gst-libs/gst/audio/gstbaseaudiosink.h:
24897         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
24898         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
24899         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
24900         (gst_ringbuffer_play), (gst_ringbuffer_pause),
24901         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
24902         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
24903         (wait_segment), (gst_ringbuffer_commit),
24904         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
24905         (gst_ringbuffer_clear):
24906         * gst-libs/gst/audio/gstringbuffer.h:
24907         Make the base audiosink return an error when there is no
24908         audiobuffer negotiated.
24909
24910 2005-05-06  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24911
24912         * ext/Makefile.am:
24913         Disable cdparanoia until someone ports it!
24914
24915 2005-05-06  Wim Taymans  <wim@fluendo.com>
24916
24917         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
24918         (gst_ogg_demux_sink_activate):
24919         And revert after wingo's revert.. sigh..
24920
24921 2005-05-05  Andy Wingo  <wingo@pobox.com>
24922
24923         * gst/audiorate/gstaudiorate.c (gst_audiorate_class_init): Pacify
24924         GObject.
24925         * configure.ac: Return audiorate and subparse from the ghetto.
24926         Re-enable -Wall -Werror.
24927         * gst/subparse/gstsubparse.c:
24928         * gst/subparse/gstsubparse.h: Port to 0.9. Can operate loop-based
24929         or chain-based. Cleaned up a bit. Not tested.
24930         
24931 2005-05-05  Christian Schaller <christian@fluendo.com> 
24932
24933         * Makefile.am: remove stuff that is not building
24934         * configure.ac: remove stuff that is not building
24935         * examples/Makefile.am: remove stuff that is not building
24936         * ext/alsa/gstalsasink.c: add alsa/ before the alsalib.h file
24937         * ext/alsa/gstalsasink.h: add alsa/ before the alsalib.h file
24938         * sys/Makefile.am: remove stuff that is not building
24939         * testsuite/Makefile.am: remove stuff that is not building
24940
24941 2005-05-05  Andy Wingo  <wingo@pobox.com>
24942
24943         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
24944         * gst-libs/gst/tag/gstvorbistag.c:
24945         (gst_tag_list_from_vorbiscomment_buffer), (gst_vorbis_tag_chain):
24946         * gst/adder/gstadder.h:
24947         * gst/audioconvert/gstchannelmix.c:
24948         (gst_audio_convert_fill_one_other):
24949         * gst/audiorate/gstaudiorate.c: (gst_audiorate_setcaps),
24950         (gst_audiorate_init), (gst_audiorate_chain):
24951         * gst/playback/gstplaybasebin.c: (setup_source):
24952         * gst/playback/test3.c: (update_scale):
24953         Some GCC4 fixes
24954         
24955         * po/af.po:
24956         * po/az.po:
24957         * po/cs.po:
24958         * po/en_GB.po:
24959         * po/hu.po:
24960         * po/it.po:
24961         * po/nb.po:
24962         * po/nl.po:
24963         * po/or.po:
24964         * po/sq.po:
24965         * po/sr.po:
24966         * po/sv.po:
24967         * po/uk.po:
24968         * po/vi.po: Foo
24969
24970 2005-05-05  Wim Taymans  <wim@fluendo.com>
24971
24972         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
24973         (gst_audio_convert_caps_remove_format_info),
24974         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
24975         (gst_audio_convert_change_state), (gst_audio_convert_channels):
24976         * gst/videotestsrc/gstvideotestsrc.c:
24977         (gst_videotestsrc_src_negotiate), (gst_videotestsrc_src_link),
24978         (gst_videotestsrc_parse_caps), (gst_videotestsrc_src_accept_caps),
24979         (gst_videotestsrc_setcaps), (gst_videotestsrc_activate),
24980         (gst_videotestsrc_init), (gst_videotestsrc_loop):
24981         Don't ignore _push() return values.
24982         Make sure no processing is done when shutting down.
24983         Videotestsrc pad activation fix.
24984
24985 2005-05-05  Wim Taymans  <wim@fluendo.com>
24986
24987         * gst/adder/Makefile.am:
24988         * gst/adder/gstadder.c: (gst_adder_setcaps),
24989         (gst_adder_class_init), (gst_adder_init),
24990         (gst_adder_request_new_pad), (gst_adder_collected),
24991         (gst_adder_change_state):
24992         * gst/adder/gstadder.h:
24993         Ported adder as an example of a mixer element using
24994         collect pads. Needs more negotiation work.
24995
24996 2005-05-05  Wim Taymans  <wim@fluendo.com>
24997
24998         * ext/theora/theoradec.c: (_inc_granulepos),
24999         (theora_dec_src_event), (theora_dec_sink_event),
25000         (theora_handle_comment_packet), (theora_handle_type_packet),
25001         (theora_handle_header_packet), (theora_handle_data_packet),
25002         (theora_dec_chain):
25003         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
25004         (gst_theora_enc_init), (theora_enc_sink_setcaps),
25005         (theora_push_buffer), (theora_push_packet),
25006         (theora_enc_sink_event), (theora_enc_chain),
25007         (theora_enc_change_state), (theora_enc_set_property),
25008         (theora_enc_get_property):
25009         Added stream lock to decoder so that we can serialize
25010         the discont event.
25011         More theoraenc porting, recover from errors, do clean
25012         shutdown.
25013
25014 2005-05-05  Wim Taymans  <wim@fluendo.com>
25015
25016         * ext/ogg/Makefile.am:
25017         * ext/ogg/README:
25018         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
25019         (gst_ogg_pad_submit_packet), (gst_ogg_demux_sink_activate),
25020         (gst_ogg_print):
25021         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
25022         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
25023         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
25024         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
25025         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected),
25026         (gst_ogg_mux_change_state):
25027         Ported ogg muxer.
25028
25029 2005-05-05  Wim Taymans  <wim@fluendo.com>
25030
25031         * docs/design-audiosinks.txt:
25032         * gst-libs/gst/audio/TODO:
25033         * gst-libs/gst/audio/gstaudiosink.c:
25034         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
25035         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
25036         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
25037         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
25038         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
25039         (gst_audiosink_create_ringbuffer):
25040         * gst-libs/gst/audio/gstbaseaudiosink.c:
25041         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
25042         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
25043         (gst_baseaudiosink_set_property), (build_linear_format),
25044         (debug_spec_caps), (debug_spec_buffer),
25045         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
25046         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
25047         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
25048         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
25049         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
25050         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
25051         (gst_ringbuffer_release), (gst_ringbuffer_play),
25052         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
25053         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
25054         (gst_ringbuffer_set_sample), (wait_segment),
25055         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
25056         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
25057         More work on the audiosink, mostly debugging and a race in
25058         shutdown.
25059
25060 2005-04-28  Wim Taymans  <wim@fluendo.com>
25061
25062         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
25063         (gst_ogg_demux_perform_seek), (gst_ogg_demux_sink_activate):
25064         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
25065         (vorbis_dec_src_query), (vorbis_dec_src_event),
25066         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
25067         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
25068         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
25069         Don't crap out when seeking back to position 0.
25070
25071 2005-04-28  Wim Taymans  <wim@fluendo.com>
25072
25073         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
25074         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
25075         (make_vorbis_pipeline), (make_vorbis_theora_pipeline),
25076         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
25077         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline):
25078         Make audio sink configurable, use alsasink as default.
25079
25080 2005-04-28  Wim Taymans  <wim@fluendo.com>
25081
25082         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
25083         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
25084         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
25085         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain),
25086         (vorbis_dec_change_state):
25087         * ext/vorbis/vorbisdec.h:
25088         Refactor, use STREAM_LOCK.
25089
25090 2005-04-28  Wim Taymans  <wim@fluendo.com>
25091
25092         * ext/theora/theoradec.c: (_inc_granulepos),
25093         (theora_dec_sink_event), (theora_handle_comment_packet),
25094         (theora_handle_type_packet), (theora_handle_header_packet),
25095         (theora_handle_data_packet), (theora_dec_chain),
25096         (theora_dec_change_state):
25097         Refactor a bit, use STREAM_LOCK.
25098
25099 2005-04-28  Wim Taymans  <wim@fluendo.com>
25100
25101         * ext/alsa/Makefile.am:
25102         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_get_caps),
25103         (gst_alsa_fixate_to_mimetype), (gst_alsa_fixate_field_nearest_int),
25104         (gst_alsa_link), (gst_alsa_close_audio):
25105         * ext/alsa/gstalsaplugin.c: (plugin_init):
25106         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
25107         (gst_alsasink_dispose), (gst_alsasink_base_init),
25108         (gst_alsasink_class_init), (gst_alsasink_init),
25109         (gst_alsasink_getcaps), (set_hwparams), (set_swparams),
25110         (alsasink_parse_spec), (gst_alsasink_open), (gst_alsasink_close),
25111         (xrun_recovery), (gst_alsasink_write), (gst_alsasink_delay),
25112         (gst_alsasink_reset):
25113         * ext/alsa/gstalsasink.h:
25114         Implement alsasink with simple open/write/close API. 
25115         Make alsa dir build by disabling compilation of code.
25116
25117 2005-04-28  Wim Taymans  <wim@fluendo.com>
25118
25119         * gst-libs/gst/audio/Makefile.am:
25120         * gst-libs/gst/audio/audio.h:
25121         * gst-libs/gst/audio/audioclock.c:
25122         * gst-libs/gst/audio/audioclock.h:
25123         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_get_type),
25124         (gst_audio_clock_class_init), (gst_audio_clock_init),
25125         (gst_audio_clock_new), (gst_audio_clock_get_internal_time):
25126         * gst-libs/gst/audio/gstaudioclock.h:
25127         * gst-libs/gst/audio/gstaudiosink.c:
25128         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
25129         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
25130         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
25131         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
25132         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
25133         (gst_audiosink_create_ringbuffer):
25134         * gst-libs/gst/audio/gstbaseaudiosink.c:
25135         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
25136         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
25137         (gst_baseaudiosink_set_property), (gst_baseaudiosink_get_property),
25138         (build_linear_format), (debug_spec_caps), (debug_spec_buffer),
25139         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
25140         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
25141         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
25142         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
25143         * gst-libs/gst/audio/gstbaseaudiosink.h:
25144         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
25145         (gst_ringbuffer_init), (gst_ringbuffer_finalize),
25146         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
25147         (gst_ringbuffer_release), (gst_ringbuffer_play),
25148         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
25149         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
25150         (gst_ringbuffer_set_sample), (wait_segment),
25151         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
25152         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
25153         * gst-libs/gst/audio/gstringbuffer.h:
25154         Make ringbuffer faster and more simple by removing the locks
25155         in the playback thread.
25156         Add sample accurate playback based on buffer sample offsets.
25157         Make the baseaudiosink provide a clock.
25158         Parse caps in the base class.
25159         Correctly handle seeking, flushing and state changes.
25160
25161 2005-04-25  Thomas Vander Stichele  <thomas at apestaart dot org>
25162
25163         * configure.ac:
25164         * gst/audioconvert/Makefile.am:
25165         * gst/audioscale/Makefile.am:
25166           Fix part of the build.  Come on guys, autogen didn't even work :)
25167
25168 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25169
25170         * configure.ac:
25171         * gst-libs/gst/Makefile.am:
25172         * gst-libs/gst/media-info/.cvsignore:
25173         * gst-libs/gst/media-info/Makefile.am:
25174         * gst-libs/gst/media-info/README:
25175         * gst-libs/gst/media-info/media-info-priv.c:
25176         * gst-libs/gst/media-info/media-info-priv.h:
25177         * gst-libs/gst/media-info/media-info-test.c:
25178         * gst-libs/gst/media-info/media-info.c:
25179         * gst-libs/gst/media-info/media-info.h:
25180         * gst-libs/gst/media-info/media-info.vcproj:
25181         * pkgconfig/Makefile.am:
25182         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
25183         * pkgconfig/gstreamer-media-info.pc.in:
25184           Remove media-info, which is also successed by playbin (see Totem
25185           implementation).
25186
25187 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25188
25189         * configure.ac:
25190         * examples/Makefile.am:
25191         * examples/gstplay/.cvsignore:
25192         * examples/gstplay/Makefile.am:
25193         * examples/gstplay/player.c:
25194         * gst-libs/gst/Makefile.am:
25195         * gst-libs/gst/play/.cvsignore:
25196         * gst-libs/gst/play/Makefile.am:
25197         * gst-libs/gst/play/play.c:
25198         * gst-libs/gst/play/play.h:
25199         * gst-libs/gst/play/play.vcproj:
25200         * pkgconfig/Makefile.am:
25201         * pkgconfig/gstreamer-play-uninstalled.pc.in:
25202         * pkgconfig/gstreamer-play.pc.in:
25203           Remove libgstplay, playbin is now the official successor.
25204
25205 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25206
25207         * configure.ac:
25208         * gst-libs/gst/Makefile.am:
25209         * gst-libs/gst/xwindowlistener/Makefile.am:
25210         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
25211         * gst-libs/gst/xwindowlistener/xwindowlistener.h:
25212           Remove deprecated xwindowlistener (I've moved xwindowlistening
25213           in the v4l/v4l2 plugins over to serverside).
25214
25215 2005-04-25  David Schleef  <ds@schleef.org>
25216
25217         * examples/dynparams/Makefile.am: Move demo-dparams from gst/sine
25218         to examples/dynparams.  Examples do not belong interspersed with
25219         source code.
25220         * examples/dynparams/demo-dparams.c:
25221         * gst/sine/Makefile.am:
25222         * gst/sine/demo-dparams.c:
25223
25224 2005-04-25  David Schleef  <ds@schleef.org>
25225
25226         Don't use GST_PLUGIN_LDFLAGS, because these aren't plugins.
25227         * gst-libs/gst/audio/Makefile.am:
25228         * gst-libs/gst/riff/Makefile.am:
25229         * gst-libs/gst/tag/Makefile.am:
25230         * gst-libs/gst/video/Makefile.am:
25231         * gst-libs/gst/xwindowlistener/Makefile.am:
25232
25233         Convert to 0.9 API, seems to work:
25234         * sys/ximage/Makefile.am:
25235         * sys/ximage/ximagesink.c:
25236
25237 2005-04-24  David Schleef  <ds@schleef.org>
25238
25239         Link plugins against libraries:
25240         * ext/alsa/Makefile.am:
25241         * gst/tcp/Makefile.am:
25242
25243         Remove asm code that should be in liboil
25244         * gst/videoscale/Makefile.am:
25245         * gst/videoscale/videoscale_x86_asm.s:
25246
25247         gettext wants these checked in:
25248         * po/af.po:
25249         * po/az.po:
25250         * po/cs.po:
25251         * po/en_GB.po:
25252         * po/hu.po:
25253         * po/it.po:
25254         * po/nb.po:
25255         * po/nl.po:
25256         * po/or.po:
25257         * po/sq.po:
25258         * po/sr.po:
25259         * po/sv.po:
25260         * po/uk.po:
25261         * po/vi.po:
25262
25263 2005-04-24  David Schleef  <ds@schleef.org>
25264
25265         Convert gst_main() to g_main_loop_run()
25266         * gst/playback/decodetest.c: (main):
25267         * gst/playback/test2.c: (main):
25268         * gst/playback/test3.c: (main):
25269         * gst/playback/test4.c: (main):
25270
25271         Link plugins against libraries:
25272         * ext/libvisual/Makefile.am:
25273         * sys/xvimage/Makefile.am:
25274
25275 2005-04-24  David Schleef  <ds@schleef.org>
25276
25277         * configure.ac: Remove idct and resample libs
25278         * gst-libs/gst/Makefile.am: same
25279
25280         Remove usage of gst_library_load():
25281         * ext/alsa/gstalsaplugin.c: (plugin_init):
25282         * ext/libvisual/visual.c: (plugin_init):
25283         * ext/ogg/gstogg.c: (plugin_init):
25284         * ext/theora/theora.c: (plugin_init):
25285         * ext/vorbis/vorbis.c: (plugin_init):
25286         * gst-libs/gst/audio/gstaudiofiltertemplate.c: (plugin_init):
25287         * gst/audioscale/gstaudioscale.c:
25288         * gst/adder/gstadder.c: (plugin_init):
25289         * gst/audioconvert/plugin.c: (plugin_init):
25290         * sys/ximage/ximagesink.c: (plugin_init):
25291         * sys/xvimage/xvimagesink.c: (plugin_init):
25292         * gst/tcp/gsttcpplugin.c: (plugin_init):
25293
25294         Link plugins against libraries:
25295         * ext/ogg/Makefile.am:
25296         * ext/theora/Makefile.am:
25297         * ext/vorbis/Makefile.am:
25298         * gst/audioconvert/Makefile.am:
25299
25300         Create proper libraries:
25301         * gst-libs/gst/riff/Makefile.am:
25302         * gst-libs/gst/audio/Makefile.am:
25303         * gst-libs/gst/video/Makefile.am:
25304
25305         Move resample library to audioscale plugin directory:
25306         * gst-libs/gst/resample/Makefile.am:
25307         * gst-libs/gst/resample/README:
25308         * gst-libs/gst/resample/dtof.c:
25309         * gst-libs/gst/resample/dtos.c:
25310         * gst-libs/gst/resample/functable.c:
25311         * gst-libs/gst/resample/private.h:
25312         * gst-libs/gst/resample/resample.c:
25313         * gst-libs/gst/resample/resample.h:
25314         * gst-libs/gst/resample/resample.vcproj:
25315         * gst-libs/gst/resample/test.c:
25316         * gst/audioscale/Makefile.am:
25317         * gst/audioscale/README:
25318         * gst/audioscale/dtof.c:
25319         * gst/audioscale/dtos.c:
25320         * gst/audioscale/functable.c:
25321         * gst/audioscale/private.h:
25322         * gst/audioscale/resample.c:
25323         * gst/audioscale/resample.h:
25324         * gst/audioscale/test.c:
25325
25326         Move tagedit library to gst-libs:
25327         * gst-libs/gst/tag/Makefile.am:
25328         * gst-libs/gst/tag/gstid3tag.c:
25329         * gst-libs/gst/tag/gsttagediting.c:
25330         * gst-libs/gst/tag/gsttageditingprivate.h:
25331         * gst-libs/gst/tag/gstvorbistag.c:
25332         * gst/tags/Makefile.am:
25333         * gst/tags/gstid3tag.c:
25334         * gst/tags/gstvorbistag.c:
25335
25336         Fix for core changes:
25337         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
25338         (gst_sinesrc_init), (gst_sinesrc_src_fixate), (gst_sinesrc_link),
25339         (gst_sinesrc_getrange):
25340
25341 2005-04-23  David Schleef  <ds@schleef.org>
25342
25343         * gst-libs/gst/Makefile.am: Remove idct.  It hasn't been used
25344         in gst-plugins in a long time, and properly belongs in liboil.
25345         * gst-libs/gst/idct/Makefile.am:
25346         * gst-libs/gst/idct/README:
25347         * gst-libs/gst/idct/dct.h:
25348         * gst-libs/gst/idct/doieee:
25349         * gst-libs/gst/idct/fastintidct.c:
25350         * gst-libs/gst/idct/floatidct.c:
25351         * gst-libs/gst/idct/idct.c:
25352         * gst-libs/gst/idct/idct.h:
25353         * gst-libs/gst/idct/idtc.vcproj:
25354         * gst-libs/gst/idct/ieeetest.c:
25355         * gst-libs/gst/idct/intidct.c:
25356
25357 2005-04-20  Wim Taymans  <wim@fluendo.com>
25358
25359         * docs/design-audiosinks.txt:
25360         * gst-libs/gst/audio/Makefile.am:
25361         * gst-libs/gst/audio/TODO:
25362         * gst-libs/gst/audio/gstaudiosink.c:
25363         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
25364         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
25365         (gst_audioringbuffer_dispose), (gst_audioringbuffer_finalize),
25366         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
25367         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
25368         (gst_audioringbuffer_delay), (gst_audiosink_base_init),
25369         (gst_audiosink_class_init), (gst_audiosink_init),
25370         (gst_audiosink_create_ringbuffer):
25371         * gst-libs/gst/audio/gstaudiosink.h:
25372         * gst-libs/gst/audio/gstbaseaudiosink.c:
25373         (gst_baseaudiosink_base_init), (gst_baseaudiosink_class_init),
25374         (gst_baseaudiosink_init), (gst_baseaudiosink_set_property),
25375         (gst_baseaudiosink_get_property), (gst_baseaudiosink_setcaps),
25376         (gst_baseaudiosink_get_times), (gst_baseaudiosink_event),
25377         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render),
25378         (gst_baseaudiosink_create_ringbuffer),
25379         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
25380         * gst-libs/gst/audio/gstbaseaudiosink.h:
25381         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
25382         (gst_ringbuffer_class_init), (gst_ringbuffer_init),
25383         (gst_ringbuffer_dispose), (gst_ringbuffer_finalize),
25384         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
25385         (gst_ringbuffer_release), (gst_ringbuffer_play_unlocked),
25386         (gst_ringbuffer_play), (gst_ringbuffer_pause),
25387         (gst_ringbuffer_resume), (gst_ringbuffer_stop),
25388         (gst_ringbuffer_callback), (gst_ringbuffer_delay),
25389         (gst_ringbuffer_played_samples), (gst_ringbuffer_commit),
25390         (gst_ringbuffer_prepare_read), (gst_ringbuffer_clear):
25391         * gst-libs/gst/audio/gstringbuffer.h:
25392         An attempt at a set of audio base classes together with some
25393         design docs.
25394
25395 2005-04-20  Wim Taymans  <wim@fluendo.com>
25396
25397         * gst/audioconvert/Makefile.am:
25398         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
25399         (gst_audio_convert_caps_remove_format_info),
25400         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
25401         (gst_audio_convert_channels):
25402         Link against audio libs.
25403         Fix audio convert plugin.
25404
25405 2005-04-20  Wim Taymans  <wim@fluendo.com>
25406
25407         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter),
25408         (gst_ogg_demux_sink_activate):
25409         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
25410         (theora_set_header_on_caps), (theora_enc_sink_event),
25411         (theora_enc_chain):
25412         Fix theora encoder.
25413
25414 2005-04-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25415
25416         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter):
25417         * gst/playback/gstdecodebin.c: (find_compatibles):
25418           Work with staticpadtemplates in elementfactories.
25419
25420 2005-04-12  Wim Taymans  <wim@fluendo.com>
25421
25422         * gst/playback/README:
25423         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
25424         (compare_ranks), (print_feature), (gst_decode_bin_init),
25425         (dynamic_create), (dynamic_free), (find_compatibles),
25426         (mimetype_is_raw), (close_pad_link), (got_redirect),
25427         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
25428         (new_pad), (no_more_pads), (unlinked), (close_link), (type_found),
25429         (gst_decode_bin_change_state):
25430         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
25431         (gst_play_base_bin_init), (group_destroy), (group_commit),
25432         (check_queue), (queue_overrun), (queue_threshold_reached),
25433         (queue_out_of_data), (gen_preroll_element), (unknown_type),
25434         (new_decoded_pad), (setup_subtitle), (gen_source_element),
25435         (got_redirect), (setup_source), (play_base_eos),
25436         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
25437         (gst_play_base_bin_remove_element):
25438         * gst/playback/gstplaybasebin.h:
25439         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
25440         (gst_play_bin_init), (gst_play_bin_dispose),
25441         (gst_play_bin_set_property), (gen_video_element),
25442         (gen_text_element), (gen_audio_element), (remove_sinks),
25443         (gst_play_bin_send_event):
25444         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
25445         (stream_info_change_state), (gst_stream_info_set_mute):
25446         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
25447         (gst_stream_selector_get_caps), (gst_stream_selector_setcaps),
25448         (gst_stream_selector_request_new_pad), (gst_stream_selector_event),
25449         (gst_stream_selector_chain):
25450         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
25451         (main):
25452         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
25453         (gst_xvimagesink_setcaps), (gst_xvimagesink_get_times),
25454         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
25455         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_class_init):
25456         Raw and crude port of decodebin. 
25457         Make playbin compile.
25458
25459 2005-04-06  Wim Taymans  <wim@fluendo.com>
25460
25461         * ext/gnomevfs/Makefile.am:
25462         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
25463         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
25464         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
25465         (gst_gnomevfssrc_create), (gst_gnomevfssrc_is_seekable),
25466         (gst_gnomevfssrc_get_size), (gst_gnomevfssrc_start),
25467         (gst_gnomevfssrc_stop):
25468         * ext/ogg/Makefile.am:
25469         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_get_data),
25470         (gst_ogg_demux_find_chains), (gst_ogg_demux_sink_activate):
25471         * ext/theora/Makefile.am:
25472         * ext/theora/theoradec.c: (_inc_granulepos),
25473         (theora_dec_sink_event), (theora_dec_chain):
25474         * ext/vorbis/Makefile.am:
25475         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
25476         (vorbis_dec_sink_event), (vorbis_dec_chain):
25477         * gst-libs/gst/audio/Makefile.am:
25478         * sys/xvimage/Makefile.am:
25479         Make gnomevfssrc extend the source base class.
25480         Fix linking against libs in various plugins.
25481
25482 2005-04-06  Andy Wingo  <wingo@pobox.com>
25483
25484         * gst-libs/gst/video/Makefile.am (libgstvideo_la_LDFLAGS): Use
25485         GST_BASE_LIBS.
25486
25487         * configure.ac: Add check and AC_SUBST for libgstbase.
25488
25489 2005-03-31  Wim Taymans  <wim@fluendo.com>
25490
25491         * examples/seeking/Makefile.am:
25492         * examples/seeking/cdparanoia.c: (main):
25493         * examples/seeking/cdplayer.c: (update_scale), (stop_seek),
25494         (play_cb), (pause_cb), (stop_cb), (main):
25495         * examples/seeking/playbin.c:
25496         * examples/seeking/seek.c: (dynamic_link), (make_mod_pipeline),
25497         (make_dv_pipeline), (make_wav_pipeline), (make_flac_pipeline),
25498         (make_sid_pipeline), (make_vorbis_pipeline),
25499         (make_theora_pipeline), (make_vorbis_theora_pipeline),
25500         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
25501         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline),
25502         (make_playerbin_pipeline), (update_scale), (end_scrub), (do_seek),
25503         (seek_cb), (start_seek), (stop_seek), (play_cb), (pause_cb),
25504         (stop_cb), (main):
25505         * examples/seeking/spider_seek.c:
25506         * examples/seeking/vorbisfile.c:
25507         * ext/gnomevfs/Makefile.am:
25508         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
25509         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_base_init),
25510         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
25511         (gst_gnomevfssrc_get_property), (gst_gnomevfssrc_get),
25512         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file),
25513         (gst_gnomevfssrc_getrange), (gst_gnomevfssrc_loop),
25514         (gst_gnomevfssrc_activate), (gst_gnomevfssrc_change_state),
25515         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
25516         * ext/ogg/README:
25517         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_get_type),
25518         (gst_ogg_pad_class_init), (gst_ogg_pad_init),
25519         (gst_ogg_pad_dispose), (gst_ogg_pad_finalize),
25520         (gst_ogg_pad_formats), (gst_ogg_pad_event_masks),
25521         (gst_ogg_pad_query_types), (gst_ogg_pad_getcaps),
25522         (gst_ogg_pad_src_convert), (gst_ogg_pad_src_query),
25523         (gst_ogg_pad_event), (gst_ogg_pad_reset),
25524         (gst_ogg_demux_factory_filter), (compare_ranks),
25525         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
25526         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
25527         (gst_ogg_chain_new), (gst_ogg_chain_free),
25528         (gst_ogg_chain_new_stream), (gst_ogg_chain_get_stream),
25529         (gst_ogg_chain_has_stream), (gst_ogg_demux_base_init),
25530         (gst_ogg_demux_class_init), (gst_ogg_demux_init),
25531         (gst_ogg_demux_finalize), (gst_ogg_demux_handle_event),
25532         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_seek),
25533         (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
25534         (gst_ogg_demux_get_prev_page),
25535         (gst_ogg_demux_deactivate_current_chain),
25536         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
25537         (gst_ogg_demux_bisect_forward_serialno),
25538         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
25539         (gst_ogg_demux_find_pad), (gst_ogg_demux_find_chain),
25540         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain_unlocked),
25541         (gst_ogg_demux_chain), (gst_ogg_demux_send_eos),
25542         (gst_ogg_demux_loop), (gst_ogg_demux_sink_activate),
25543         (gst_ogg_demux_change_state), (gst_ogg_print):
25544         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
25545         (gst_ogg_mux_init), (gst_ogg_mux_sinkconnect),
25546         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
25547         (gst_ogg_mux_push_page), (gst_ogg_mux_send_headers),
25548         (gst_ogg_mux_loop):
25549         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
25550         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
25551         (theora_dec_src_convert), (theora_dec_sink_convert),
25552         (theora_dec_src_query), (theora_dec_src_event),
25553         (theora_dec_sink_event), (theora_dec_chain),
25554         (theora_dec_change_state):
25555         * ext/theora/theoraenc.c: (gst_theora_enc_init),
25556         (theora_enc_sink_setcaps), (theora_buffer_from_packet),
25557         (theora_push_buffer), (theora_enc_sink_event), (theora_enc_chain),
25558         (theora_enc_change_state):
25559         * ext/vorbis/Makefile.am:
25560         * ext/vorbis/oggvorbisenc.c:
25561         * ext/vorbis/oggvorbisenc.h:
25562         * ext/vorbis/vorbis.c: (plugin_init):
25563         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
25564         (vorbis_dec_src_query), (vorbis_dec_src_event),
25565         (vorbis_dec_sink_event), (vorbis_dec_chain),
25566         (vorbis_dec_change_state):
25567         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
25568         (gst_vorbisenc_sink_setcaps), (gst_vorbisenc_init),
25569         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
25570         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
25571         (gst_vorbisenc_change_state):
25572         * ext/vorbis/vorbisenc.h:
25573         * ext/vorbis/vorbisparse.c: (vorbis_parse_chain):
25574         * gst-libs/gst/audio/audioclock.c:
25575         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
25576         (gst_audiofilter_init), (gst_audiofilter_chain):
25577         * gst-libs/gst/audio/testchannels.c: (main):
25578         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
25579         * gst-libs/gst/media-info/media-info-priv.c: (gmip_reset),
25580         (gmip_find_type), (gmip_find_stream), (gmip_find_track_metadata),
25581         (gmip_find_track_streaminfo), (gmip_find_track_format):
25582         * gst-libs/gst/media-info/media-info.c:
25583         (gst_media_info_read_idler):
25584         * gst-libs/gst/play/play.c: (gst_play_get_sink_element),
25585         (gst_play_get_all_by_interface):
25586         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
25587         (gst_riff_parse_chunk), (gst_riff_parse_file_header),
25588         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
25589         (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
25590         (gst_riff_parse_info):
25591         * gst-libs/gst/riff/riff-read.h:
25592         * gst-libs/gst/riff/riff.c: (plugin_init):
25593         * gst-libs/gst/video/Makefile.am:
25594         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_init),
25595         (gst_videosink_class_init), (gst_videosink_get_type):
25596         * gst-libs/gst/video/videosink.h:
25597         * gst/audioconvert/bufferframesconvert.c:
25598         (buffer_frames_convert_init), (buffer_frames_convert_fixate),
25599         (buffer_frames_convert_setcaps), (buffer_frames_convert_chain):
25600         * gst/audioconvert/channelmixtest.c: (main):
25601         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
25602         (gst_audio_convert_chain),
25603         (gst_audio_convert_caps_remove_format_info),
25604         (gst_audio_convert_getcaps), (gst_audio_convert_parse_caps),
25605         (gst_audio_convert_setcaps), (_fixate_caps_to_int),
25606         (gst_audio_convert_fixate), (gst_audio_convert_get_buffer),
25607         (gst_audio_convert_buffer_to_default_format),
25608         (gst_audio_convert_buffer_from_default_format),
25609         (gst_audio_convert_channels):
25610         * gst/audioconvert/gstchannelmix.h:
25611         * gst/ffmpegcolorspace/avcodec.h:
25612         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
25613         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
25614         (gst_ffmpegcsp_configure_context), (gst_ffmpegcsp_setcaps),
25615         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain):
25616         * gst/tags/gstid3tag.c: (gst_tag_extract_id3v1_string):
25617         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
25618         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
25619         (mp3_type_find), (mpeg2_sys_type_find), (mpeg1_sys_type_find),
25620         (mpeg_video_type_find), (mpeg_video_stream_type_find),
25621         (dv_type_find):
25622         * gst/videotestsrc/gstvideotestsrc.c:
25623         (gst_videotestsrc_class_init), (gst_videotestsrc_src_negotiate),
25624         (gst_videotestsrc_src_link), (gst_videotestsrc_parse_caps),
25625         (gst_videotestsrc_src_accept_caps), (gst_videotestsrc_setcaps),
25626         (gst_videotestsrc_src_unlink), (gst_videotestsrc_activate),
25627         (gst_videotestsrc_change_state), (gst_videotestsrc_getcaps),
25628         (gst_videotestsrc_init), (gst_videotestsrc_src_query),
25629         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_loop):
25630         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
25631         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_fixate),
25632         (gst_xvimagesink_getcaps), (gst_xvimagesink_setcaps),
25633         (gst_xvimagesink_change_state), (gst_xvimagesink_get_times),
25634         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
25635         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
25636         (gst_xvimagesink_navigation_send_event),
25637         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_expose),
25638         (gst_xvimagesink_set_property), (gst_xvimagesink_finalize),
25639         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
25640         * sys/xvimage/xvimagesink.h:
25641         Plugin port to 0.9, ogg/theora playback should work in the seek
25642         example now.
25643         Removed old examples.
25644         Removed old oggvorbisenc, renamed rawvorbisenc to vorbisenc as
25645         explained in 0.9 TODO doc.
25646
25647
25648 2005-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
25649
25650         * autogen.sh:
25651         * configure.ac:
25652         * ext/Makefile.am:
25653         * gst/Makefile.am:
25654         * po/POTFILES.in:
25655         * po/af.po:
25656         * po/az.po:
25657         * po/cs.po:
25658         * po/en_GB.po:
25659         * po/hu.po:
25660         * po/it.po:
25661         * po/nb.po:
25662         * po/nl.po:
25663         * po/or.po:
25664         * po/sq.po:
25665         * po/sr.po:
25666         * po/sv.po:
25667         * po/uk.po:
25668         * po/vi.po:
25669         * sys/Makefile.am:
25670         * testsuite/Makefile.am:
25671           remove a whole bunch of plugins.  This module now contains a set
25672           of free reference plugins/elements as agreed.
25673
25674 2005-02-22  Thomas Vander Stichele  <thomas at apestaart dot org>
25675
25676         * configure.ac:
25677           hunting season on 0.9 is now OPEN
25678
25679 2005-02-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25680
25681         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
25682           Kick the hell out of gcc for not warning me about a symbol conflict.
25683
25684 2005-02-22  Luca Ognibene  <luogni@tin.it>
25685
25686         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
25687
25688         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link):
25689           Don't leak caps string (fixes #168134)
25690
25691         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init),
25692         (gst_jpegenc_init), (gst_jpegenc_finalize),
25693         (gst_jpegenc_change_state):
25694           Don't leak line buffers and context struct (fixes #168133).
25695
25696 2005-02-21  Tim-Philipp Müller  <tim at centricular dot net>
25697
25698         * configure.ac:
25699         * ext/dirac/gstdiracdec.cc:
25700         (gst_diracdec_chain):
25701           Since dirac 0.5.0 the framerate in dirac is expressed as a
25702           rational number. Fix build and up requirement to 0.5.0, and
25703           also pass parameters to gst_diracdec_link in the right order
25704           (fixes #167959).
25705
25706 2005-02-21  Maciej Katafiasz  <mathrick@freedesktop.org>
25707
25708         * ext/faad/gstfaad.c: (gst_faad_sinkconnect), (gst_faad_chain):
25709         * ext/faad/gstfaad.h:
25710         TEH LONGEST DEBUGGING SESSION EVAR is over. Fix interaction with 
25711         certain invalid muxed streams, where some packets will contain 
25712         junk after decoder data. Partially fixes #149158.
25713
25714 2005-02-21  Jan Schmidt <thaytan@mad.scientist.com>
25715         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_chain):
25716           Make sure we only write to writable buffers
25717
25718 2005-02-20  Tim-Philipp Müller  <tim at centricular dot net>
25719
25720         * gst-libs/gst/riff/riff-media.c:
25721         (gst_riff_create_audio_caps_with_data):
25722           Do actually fix invalid RIFF fmt header values for alaw
25723           and mulaw audio instead of just saying so.
25724
25725         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
25726           Give gst_riff_create_audio_caps_with_data() a chance to
25727           fix up broken format header fields before extracting any
25728           parameters from the header. (fixes #167633)
25729
25730 2005-02-19  Martin Holters  <martin.holters@gmx.de>
25731
25732         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
25733
25734         * gst/audioconvert/bufferframesconvert.c:
25735         (buffer_frames_convert_link):
25736           Don't leak othercaps. (fixes #167878)
25737
25738 2005-02-19  Arwed v. Merkatz  <v.merkatz@gmx.net>
25739
25740         * configure.ac:
25741         * ext/libvisual/visual.c: (gst_visual_srclink),
25742         (gst_visual_change_state):
25743           Support libvisual 0.2.0.
25744
25745 2005-02-18  Tim-Philipp Müller  <tim at centricular dot net>
25746
25747         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_chain):
25748         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain):
25749           Use same rowstrides for I420 as used everywhere else.
25750
25751 2005-02-17  Tim-Philipp Müller  <tim at centricular dot net>
25752
25753         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
25754           Declare variables at beginning of block and make gcc-2.95 happy
25755           (fixes # 167482, patch by Gergely Nagy).
25756           
25757         * gst/tcp/gsttcpclientsrc.c:
25758         * gst/tcp/gsttcpclientsrc.h:
25759           Move some includes into the header, so that struct sockaddr_in is
25760           defined when it should be defined on FreeBSD as well (fixes
25761           #167483).
25762           
25763         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
25764           Don't pass uninitialised values to setsockopt() here either.
25765
25766 2005-02-17  Luca Ognibene  <luogni at tin dot it>
25767
25768         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
25769
25770         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send):
25771           Don't pass uninitialised values to setsockopt(). (fixes #167704)
25772
25773 2005-02-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25774
25775         * gst/playback/gstplaybin.c: (add_sink):
25776           Invert bin_add/link order to workaround deadlock in opt.
25777
25778 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25779
25780         * gst/modplug/gstmodplug.cc:
25781           Add missing break causing position queries to fail.
25782
25783 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25784
25785         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_populate):
25786           Granpos can apparently be -1, which screws up calculations...
25787
25788 2005-02-16  Jan Schmidt  <thaytan@mad.scientist.com>
25789
25790         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
25791         (gst_ximagesink_send_pending_navigation),
25792         (gst_ximagesink_navigation_send_event), (gst_ximagesink_finalize),
25793         (gst_ximagesink_init):
25794         * sys/ximage/ximagesink.h:
25795         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
25796         (gst_xvimagesink_send_pending_navigation),
25797         (gst_xvimagesink_navigation_send_event),
25798         (gst_xvimagesink_finalize), (gst_xvimagesink_init):
25799         * sys/xvimage/xvimagesink.h:
25800           Use a mutex protected list to marshal navigation
25801           events into the stream thread from whichever thread
25802           sends them.
25803
25804 2005-02-15  Tim-Philipp Müller  <tim at centricular dot net>
25805
25806         * gst/speed/demo-mp3.c: (time_tick_cb), (main):
25807           Display current position and track length; misc. clean-ups.
25808           
25809         * gst/speed/gstspeed.c: (speed_get_query_types), (speed_src_query),
25810         (speed_init), (speed_chain):
25811           Add query function, so that the stream length and current position
25812           get adjusted when queried (note that current position queries may
25813           still be wrong if the audio sink returns values based on buffer
25814           timestamps instead of passing on the query).
25815
25816 2005-02-13  Benjamin Otte  <otte@gnome.org>
25817
25818         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
25819         (gst_audio_convert_channels):
25820           create channel conversion matrix when linking
25821         * gst/audioconvert/.cvsignore:
25822         * gst/audioconvert/Makefile.am:
25823         * gst/audioconvert/channelmixtest.c: (main):
25824           add (ugly) test that ensures stereo <=> mono conversion works
25825           correctly
25826
25827 2005-02-13  Benjamin Otte  <otte@gnome.org>
25828
25829         * gst/audioconvert/gstchannelmix.h:
25830           include missing header file
25831         * gst/audioconvert/gstchannelmix.c:
25832         (gst_audio_convert_fill_compatible):
25833           use same sign for both channels when converting to/from compatible
25834           channel. Previously used different signs made the signals cancel
25835           each other out and appear like silence. (fixes #167269)
25836
25837 2005-02-12  Tim-Philipp Müller  <tim at centricular dot net>
25838
25839         * gst/ffmpegcolorspace/avcodec.h:
25840         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
25841         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
25842         (gst_ffmpegcsp_avpicture_fill):
25843         * gst/ffmpegcolorspace/imgconvert.c:
25844           Convert to and from YV12 (fixes #156379).
25845
25846 2005-02-12  Julien MOUTTE  <julien@moutte.net>
25847
25848         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
25849         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
25850         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
25851         (gst_ximagesink_expose), (gst_ximagesink_set_property),
25852         (gst_ximagesink_finalize), (gst_ximagesink_init): Protect interface
25853         methods from chain and negotiation and vice versa (Fixes #166142).
25854         * sys/ximage/ximagesink.h: Add stream_lock.
25855         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
25856         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
25857         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
25858         (gst_xvimagesink_expose): Check for xcontext before trying to link.
25859
25860 2005-02-12  Tim-Philipp Müller  <tim at centricular dot net>
25861
25862         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_open):
25863           Don't send "Hey! You gave me a NULL pointer you naughty person" as
25864           error message when we can't open the DVD device (when dvdnav_open()
25865           fails, src->dvdnav is NULL, so dvdnav_err_to_string() will return
25866           the above). Send something more useful instead (fixes #167117).
25867
25868 2005-02-11  Julien MOUTTE  <julien@moutte.net>
25869
25870         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
25871         (gst_xvimagesink_sink_link), (gst_xvimagesink_change_state),
25872         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
25873         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
25874         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
25875         (gst_xvimagesink_finalize), (gst_xvimagesink_init): Protect interface
25876         methods from chain and negotiation and vice versa (Fixes #166142).
25877         Fix a possible bug of images in the buffer pool being discarded because
25878         we are looking at the wrong geometry.
25879         * sys/xvimage/xvimagesink.h: Add stream_lock.
25880
25881 2005-02-11  David Schleef  <ds@schleef.org>
25882
25883         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer): Change uint to
25884         unsigned int. (fixes #167128)
25885
25886 2005-02-11  David Schleef  <ds@schleef.org>
25887
25888         * gst/librfb/Makefile.am: Testing stuff before committing is
25889           for wimps... and people with fast machines.  Fix stupid
25890           mistake.
25891
25892 2005-02-11  David Schleef  <ds@schleef.org>
25893
25894         * configure.ac: Pull in librfb from my CVS tree, because it is
25895           too small and annoying to be separate.  Move rfbsrc plugin
25896           to gst/.
25897         * ext/Makefile.am:
25898         * ext/librfb/Makefile.am:
25899         * ext/librfb/gstrfbsrc.c:
25900         * gst/librfb/Makefile.am:
25901         * gst/librfb/gstrfbsrc.c:
25902         * gst/librfb/rfb.c:
25903         * gst/librfb/rfb.h:
25904         * gst/librfb/rfbbuffer.c:
25905         * gst/librfb/rfbbuffer.h:
25906         * gst/librfb/rfbbytestream.c:
25907         * gst/librfb/rfbbytestream.h:
25908         * gst/librfb/rfbcontext.h:
25909         * gst/librfb/rfbdecoder.c:
25910         * gst/librfb/rfbdecoder.h:
25911         * gst/librfb/rfbutil.h:
25912
25913 2005-02-10  Tim-Philipp Müller  <tim at centricular dot net>
25914
25915         * gst/speed/Makefile.am:
25916         * gst/speed/demo-mp3.c: (main):
25917         * gst/speed/filter.func:
25918         * gst/speed/gstspeed.c: (speed_link), (speed_parse_caps),
25919         (speed_class_init), (speed_init), (speed_chain_int16),
25920         (speed_chain_float32), (speed_chain), (speed_set_property),
25921         (speed_get_property), (speed_change_state):
25922         * gst/speed/gstspeed.h:
25923           Fix speed element and make it chain-based (fixes #156467),
25924           and make it handle more than one channel.
25925
25926 2005-02-10  Jan Schmidt  <thaytan@mad.scientist.com>
25927
25928         * ext/dts/gstdtsdec.c: (gst_dtsdec_init), (gst_dtsdec_channels),
25929         (gst_dtsdec_handle_event), (gst_dtsdec_handle_frame),
25930         (gst_dtsdec_chain), (gst_dtsdec_change_state):
25931         * ext/dts/gstdtsdec.h:
25932           Don't clobber the stack constructing the channels array.
25933           Make the element chain-based. DTS tracks can now be played.
25934           
25935 2005-02-09  Tim-Philipp Müller  <tim at centricular dot net>
25936
25937         * gst-libs/gst/audio/multichannel.h:
25938         * gst-libs/gst/gconf/gconf.h:
25939         * gst-libs/gst/idct/idct.h:
25940         * gst-libs/gst/media-info/media-info-priv.h:
25941         * gst-libs/gst/play/play.h:
25942         * gst-libs/gst/resample/private.h:
25943         * gst-libs/gst/resample/resample.h:
25944         * gst-libs/gst/riff/riff-ids.h:
25945         * gst-libs/gst/video/video.h:
25946         * gst-libs/gst/video/videosink.h:
25947           Add G_BEGIN_DECLS and G_END_DECLS around headers where
25948           missing, so that they work when included from C++ code.
25949
25950 2005-02-09  David Schleef  <ds@schleef.org>
25951
25952         * testsuite/gst-lint: Check for non-statically scoped
25953           parent_class variables.  This won't be a problem once
25954           plugins are loaded with RTLD_LOCAL.
25955
25956 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25957
25958         * ext/mplex/gstmplexibitstream.cc:
25959           gcc madness.
25960
25961 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25962
25963         * ext/ogg/gstogmparse.c:
25964         * gst/debug/gstnavigationtest.c:
25965           Die, thou faulty symbol pollutors (non-static parent_class).
25966
25967 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25968
25969         * ext/mplex/gstmplexibitstream.cc:
25970           Fix event handling (#165525).
25971
25972 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25973
25974         * ext/mikmod/gstmikmod.c:
25975         * gst/modplug/gstmodplug.cc:
25976           Add missing endianness to template (fixes #165509).
25977
25978 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25979
25980         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_data):
25981           Fix wrong order of reading of optional bytes (#165290).
25982
25983 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25984
25985         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
25986           Implement FILLER event awareness.
25987
25988 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25989
25990         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_convert):
25991           Fix track calculations (#166208).
25992
25993 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
25994
25995         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25996
25997         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (gst_pngdec_chain):
25998         * ext/libpng/gstpngenc.c:
25999           Fix byte-order, use proper fixed caps. Fixes #164197.
26000
26001 2005-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
26002
26003         * configure.ac:
26004           Add dvdlpcmdec 
26005
26006         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_reset),
26007         (free_all_buffers), (gst_mpeg2dec_alloc_buffer):
26008           Don't push buffers if the src pad isn't negotiated yet.
26009           
26010         * gst/audioconvert/gstaudioconvert.c:
26011         (gst_audio_convert_buffer_to_default_format),
26012         (gst_audio_convert_buffer_from_default_format):
26013           Add support for 24-bit width.
26014
26015         * gst/dvdlpcmdec/.cvsignore:
26016         * gst/dvdlpcmdec/Makefile.am:
26017         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_get_type),
26018         (gst_dvdlpcmdec_base_init), (gst_dvdlpcmdec_class_init),
26019         (gst_dvdlpcm_reset), (gst_dvdlpcmdec_init), (gst_dvdlpcmdec_link),
26020         (gst_dvdlpcmdec_chain), (gst_dvdlpcmdec_change_state),
26021         (plugin_init):
26022         * gst/dvdlpcmdec/gstdvdlpcmdec.h:
26023           New decoder for rearranging DVD LPCM into our audio/x-raw-int
26024           format. Needs support for the channels maps if someone can find 
26025           a DVD LPCM track with > 2 channels.
26026
26027         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_handle_dvd_event),
26028         (gst_dvd_demux_send_discont), (gst_dvd_demux_handle_discont),
26029         (gst_dvd_demux_get_audio_stream), (gst_dvd_demux_process_private):
26030         * gst/mpegstream/gstdvddemux.h:
26031         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
26032         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_init_stream),
26033         (gst_mpeg_demux_send_subbuffer), (gst_mpeg_demux_handle_src_query):
26034         * gst/mpegstream/gstmpegdemux.h:
26035         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_reset),
26036         (gst_mpeg_parse_parse_packhead), (gst_mpeg_parse_loop),
26037         (gst_mpeg_parse_get_rate), (gst_mpeg_parse_convert_src),
26038         (gst_mpeg_parse_handle_src_query),
26039         (gst_mpeg_parse_handle_src_event):
26040           Use audio/x-dvd-lpcm for LPCM output.
26041           Add DTS output.
26042
26043 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
26044
26045         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26046
26047         * gst/alpha/gstalphacolor.c: (gst_alpha_color_sink_link),
26048         (transform_rgb), (transform_bgr), (gst_alpha_color_chain):
26049           Add BGRA handling (#165736).
26050
26051 2005-02-08  Francis Labonte  <francis_labonte@hotmail.com>
26052
26053         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26054
26055         * gst/law/alaw-decode.c: (alawdec_link):
26056         * gst/law/alaw-encode.c: (alawenc_link):
26057         * gst/law/mulaw-decode.c: (mulawdec_link):
26058         * gst/law/mulaw-encode.c: (mulawenc_link):
26059           Fix caps memleaks (#166600).
26060
26061 2005-02-08  Tim-Philipp Müller  <tim at centricular dot net>
26062
26063         * ext/tarkin/mem.h:
26064         * ext/tarkin/wavelet.h:
26065         * ext/tarkin/yuv.h:
26066         * gst/ffmpegcolorspace/avcodec.h:
26067           Include "_stdint.h" instead of <stdint.h>. Fixes build on
26068           systems that don't have stdint.h, like Solaris9 (fixes #166631).
26069
26070 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26071
26072         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state):
26073         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_clear),
26074         (gst_xvimagesink_change_state):
26075           Clear window on PAUSED->READY instead of READY->PAUSED. Stop
26076           Xv video (and thereby regenerate Xv colourkey) in clear() so
26077           that PLAY -> READY -> PLAY works (fixes #162504).
26078
26079 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26080
26081         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_getcaps):
26082           Switch to list instead of range, since MJPEG-devices really just
26083           support decimations, not any size.
26084
26085 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
26086         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_open_decoder),
26087         (gst_mpeg2dec_reset), (free_all_buffers),
26088         (gst_mpeg2dec_alloc_buffer), (handle_sequence):
26089         * ext/mpeg2dec/gstmpeg2dec.h:
26090           The libmpeg2 user-allocated buffer management is awkward, 
26091           to say the least. Hopefully this fixes things.
26092
26093 2005-02-04  Andy Wingo  <wingo@pobox.com>
26094
26095         * gst/audioconvert/bufferframesconvert.c
26096         (buffer_frames_convert_fixate): New function, fixates to 256
26097         frames per buffer by default. (Much better than 1.)
26098         (buffer_frames_convert_init): Set the fixate function for both src
26099         and sink pad.
26100         (buffer_frames_convert_link): After success setting nonfixed caps,
26101         get the negotiated caps so we can know how many buffer-frames it
26102         will be. No idea how this worked at all before.
26103
26104 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
26105
26106         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
26107         (gst_mpeg2dec_close_decoder), (put_buffer), (check_buffer),
26108         (free_buffer), (free_all_buffers), (gst_mpeg2dec_alloc_buffer),
26109         (handle_sequence), (handle_picture):
26110         * ext/mpeg2dec/gstmpeg2dec.h:
26111           Rearrange buffer tracking and refcounting and refactor
26112           a little for readability. 
26113
26114 2005-02-04  Jan Schmidt  <thaytan@mad.scientist.com>
26115         * sys/v4l/gstv4l.c: (plugin_init):
26116         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_get_type),
26117         (gst_v4ljpegsrc_base_init), (gst_v4ljpegsrc_class_init),
26118         (gst_v4ljpegsrc_init), (gst_v4ljpegsrc_src_link),
26119         (gst_v4ljpegsrc_getcaps), (gst_v4ljpegsrc_get):
26120         * sys/v4l/gstv4ljpegsrc.h:
26121         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_open), (gst_v4lsrc_src_link):
26122         * sys/v4l/v4l_calls.h:
26123         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_palette_name),
26124         (gst_v4lsrc_get_fps):
26125         * sys/v4l/v4lsrc_calls.h:
26126           Add new v4ljpegsrc for handling the ov51x hacky "I'll give
26127           you jpeg inside rgb frames" driver.
26128           Don't error in the v4lsrc link function, just return 
26129           REFUSED.
26130
26131 2005-02-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26132
26133         * sys/qcam/gstqcamsrc.c: (gst_qcamsrc_change_state),
26134         (gst_qcamsrc_open):
26135           Use GST_ELEMENT_ERROR, not g_warning, if open failed.
26136
26137 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26138
26139         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
26140           Change caps on MJPEG-B so it doesn't interfere with MJPEG/JPEG.
26141
26142 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26143
26144         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_change_state):
26145           Reset negotiated state on PAUSED->READY.
26146
26147 2005-02-02  David Schleef  <ds@schleef.org>
26148
26149         * configure.ac: Put DEFAULT_AUDIOSINK in config.h and use
26150         whereever possible.  (Fixes #165997)
26151         * examples/capsfilter/capsfilter1.c: (main):
26152         * examples/dynparams/filter.c: (create_ui):
26153         * examples/seeking/cdparanoia.c: (get_track_info), (main):
26154         * examples/seeking/chained.c: (main):
26155         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
26156         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
26157         (make_vorbis_pipeline), (make_mp3_pipeline), (make_avi_pipeline),
26158         (make_mpeg_pipeline), (make_mpegnt_pipeline):
26159         * examples/seeking/spider_seek.c: (make_spider_pipeline):
26160         * examples/switch/switcher.c: (main):
26161         * ext/dv/demo-play.c: (main):
26162         * ext/faad/gstfaad.c: (gst_faad_change_state):
26163         * ext/mad/gstmad.c: (gst_mad_chain):
26164         * ext/smoothwave/demo-osssrc.c: (main):
26165         * gst-libs/gst/gconf/gconf.c: (gst_gconf_set_string),
26166         (gst_gconf_render_bin_from_description),
26167         (gst_gconf_get_default_audio_sink),
26168         (gst_gconf_get_default_video_sink),
26169         (gst_gconf_get_default_audio_src),
26170         (gst_gconf_get_default_video_src),
26171         (gst_gconf_get_default_visualization_element):
26172         * gst/level/demo.c: (main):
26173         * gst/level/plot.c: (main):
26174         * gst/playback/gstplaybin.c: (gen_video_element),
26175         (gen_audio_element):
26176         * gst/playback/test.c: (gen_video_element), (gen_audio_element):
26177         * gst/playondemand/demo-mp3.c: (setup_pipeline):
26178         * gst/sine/demo-dparams.c: (main):
26179         * gst/spectrum/demo-osssrc.c: (main):
26180         * gst/speed/demo-mp3.c: (main):
26181         * gst/volume/demo.c: (main):
26182         * testsuite/embed/embed.c: (main):
26183
26184 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
26185
26186         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
26187         (gst_tcpclientsink_finalize):
26188         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
26189         (gst_tcpclientsrc_finalize):
26190         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
26191         (gst_tcpserversink_init), (gst_tcpserversink_finalize):
26192         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
26193         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize):
26194           Don't leak the hostname when shutting down.
26195           In tcpserversrc, take a copy of the default hostname.
26196
26197 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26198
26199         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iso_receive):
26200           Set caps to systemstream=TRUE.
26201
26202 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26203
26204         * testsuite/Makefile.am:
26205           Fix more OSX buildbots.
26206
26207 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
26208
26209         * ext/mpeg2dec/gstmpeg2dec.c:
26210           Don't send things to NULL PAD_PEERs
26211
26212         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_chain):
26213           Copy-on-write the incoming buffer.
26214
26215         * gst/mpegstream/gstdvddemux.h:
26216         * gst/mpegstream/gstmpegclock.h:
26217         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
26218         (normal_seek), (gst_mpeg_demux_handle_src_event):
26219         * gst/mpegstream/gstmpegdemux.h:
26220         * gst/mpegstream/gstmpegpacketize.h:
26221         * gst/mpegstream/gstmpegparse.c:
26222         (gst_mpeg_parse_update_streaminfo), (gst_mpeg_parse_reset),
26223         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead),
26224         (gst_mpeg_parse_loop), (gst_mpeg_parse_get_rate),
26225         (gst_mpeg_parse_convert_src), (gst_mpeg_parse_handle_src_query),
26226         (gst_mpeg_parse_handle_src_event), (gst_mpeg_parse_change_state):
26227         * gst/mpegstream/gstmpegparse.h:
26228         * gst/mpegstream/gstrfc2250enc.h:
26229           Various changes to the way time is computed that make seeking and
26230           total time estimation much better here.
26231           Use G_BEGIN/END_DECLS instead of __cplusplus
26232
26233         * gst/videocrop/gstvideocrop.c: (gst_video_crop_chain):
26234           Use gst_buffer_stamp instead of only copying the TIMESTAMP
26235
26236 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26237
26238         * gst/subparse/gstsubparse.c:
26239           Fix OSX buildbot.
26240
26241 2005-01-31  Tim-Philipp Müller  <tim at centricular dot net>
26242
26243         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
26244         (theora_enc_chain), (theora_enc_change_state):
26245         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
26246         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_chain),
26247         (gst_vorbisenc_change_state):
26248         * ext/vorbis/vorbisenc.h:
26249           Set granulepos and timestamp correctly for streams not
26250           starting at 0, taking into account the initial delay.
26251
26252 2005-01-31  Tim-Philipp Müller  <tim at centricular dot net>
26253
26254         * gst/mpegstream/gstdvddemux.c:
26255           Add audio/x-dts to audio pad template caps
26256
26257 2005-01-30  David Schleef  <ds@schleef.org>
26258
26259         * ext/polyp/polypsink.c: (gst_polypsink_base_init),
26260         (create_context), (gst_polypsink_link): Fix silly endianness
26261         bug.  Add some debugging.  Remove float from caps; it doesn't
26262         work.  Attempt to get remote audio working.
26263
26264 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26265
26266         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
26267           Add 3IV2 fourcc.
26268
26269 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26270
26271         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream), (swap_line),
26272         (gst_avi_demux_invert), (gst_avi_demux_process_next_entry),
26273         (gst_avi_demux_stream_data):
26274         * gst/avi/gstavidemux.h:
26275           Invert DIB images. Fixes #132341.
26276
26277 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26278
26279         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26280         (gst_ffmpegcsp_chain):
26281           D'oh, reference the palette data, not the palette structure.
26282           Fixes color distortion in #132341.
26283
26284 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26285
26286         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
26287           PAR can be non-fixed when not provided as argument (#162626).
26288
26289 2005-01-29  David Moore  <dcm@acm.org>
26290
26291         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26292
26293         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
26294         (gst_qtdemux_loop_header):
26295           Re-apply patch from #142272 that allows non-seekable sources,
26296           re-proposed by Daniel Drake <dsd@gentoo.org>.
26297
26298 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26299
26300         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_init):
26301           Use the src template for creating the src pad (#162330).
26302
26303 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26304
26305         * configure.ac:
26306         * ext/musepack/Makefile.am:
26307         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_class_init),
26308         (gst_musepackdec_init), (gst_musepackdec_dispose),
26309         (gst_musepackdec_src_query), (gst_musepackdec_src_convert),
26310         (gst_musepack_stream_init), (gst_musepackdec_loop),
26311         (gst_musepackdec_change_state):
26312         * ext/musepack/gstmusepackdec.cpp:
26313         * ext/musepack/gstmusepackdec.h:
26314         * ext/musepack/gstmusepackreader.c: (gst_musepack_reader_peek),
26315         (gst_musepack_reader_read), (gst_musepack_reader_seek),
26316         (gst_musepack_reader_tell), (gst_musepack_reader_get_size),
26317         (gst_musepack_reader_canseek), (gst_musepack_init_reader):
26318         * ext/musepack/gstmusepackreader.cpp:
26319         * ext/musepack/gstmusepackreader.h:
26320           Update to 1.1 API (#165446).
26321
26322 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26323
26324         * ext/Makefile.am:
26325           Unbreak buildbot.
26326
26327 2005-01-28  Andy Wingo  <wingo@pobox.com>
26328
26329         * ext/dv/gstdvdec.c: Change the pixel aspect ratio of dvdec output
26330         to reflect a different dubious internet source. Add a reference
26331         and some commentary.
26332
26333 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26334
26335         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
26336         (gst_stream_selector_get_caps), (gst_stream_selector_chain):
26337         * gst/playback/gststreamselector.h:
26338           Be more selective when we're redoing caps negotiation from
26339           within the chain function on a stream change.
26340
26341 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26342
26343         * configure.ac:
26344         * ext/Makefile.am:
26345         * ext/amrnb/Makefile.am:
26346         * ext/amrnb/amrnb.c: (plugin_init):
26347         * ext/amrnb/amrnbdec.c: (gst_amrnbdec_get_type),
26348         (gst_amrnbdec_base_init), (gst_amrnbdec_class_init),
26349         (gst_amrnbdec_init), (gst_amrnbdec_link), (gst_amrnbdec_chain),
26350         (gst_amrnbdec_state_change):
26351         * ext/amrnb/amrnbdec.h:
26352         * ext/amrnb/amrnbparse.c: (gst_amrnbparse_get_type),
26353         (gst_amrnbparse_base_init), (gst_amrnbparse_class_init),
26354         (gst_amrnbparse_init), (gst_amrnbparse_formats),
26355         (gst_amrnbparse_querytypes), (gst_amrnbparse_query),
26356         (gst_amrnbparse_handle_event), (gst_amrnbparse_reserve),
26357         (gst_amrnbparse_loop), (gst_amrnbparse_state_change):
26358         * ext/amrnb/amrnbparse.h:
26359           Add support for AMR-NB (mobile phone audio format; #155163, #163286).
26360         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
26361           Add AMR-NB/-WB raw formats.
26362         * ext/alsa/gstalsa.c: (gst_alsa_link):
26363           Keep valid time when changing format.
26364         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
26365         (qtdemux_parse_trak):
26366           Add some more format-specific options (#140141, #143555, #155163).
26367
26368 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26369
26370         * gst/matroska/matroska-demux.c:
26371         (gst_matroska_demux_parse_blockgroup):
26372           Fix logic error in timing of subtitle stream synchronization.
26373         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
26374           Add skip-chunk, which is found in kodak-camera streams.
26375
26376 2005-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
26377
26378         * po/LINGUAS:
26379         * po/vi.po:
26380           Adding Vietnamese translation (submitted by Clytie Siddall)
26381
26382 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26383
26384         * gst/playback/gstdecodebin.c: (try_to_link_1):
26385           Use realpad for signal.
26386
26387 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26388
26389         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_base_init):
26390           Fix category so decodebin picks it up.
26391
26392 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26393
26394         * ext/mad/Makefile.am:
26395         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_get_type),
26396         (gst_id3demux_bin_base_init), (gst_id3demux_bin_class_init),
26397         (gst_id3demux_bin_init), (gst_id3demux_bin_remove_pad),
26398         (found_type), (gst_id3demux_bin_change_state):
26399         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
26400         (gst_id3_tag_init), (gst_id3_tag_handle_event),
26401         (gst_id3_tag_src_link), (gst_id3_tag_chain),
26402         (gst_id3_tag_change_state), (plugin_init):
26403         * ext/mad/gstmad.h:
26404           Add id3demuxbin (which is a simple bin consisting of id3demux
26405           and typefind), take over rank from id3demux, remove typefind
26406           code from id3demux. Makes all broken mp3s that I know of work,
26407           and thereby fixes #152688.
26408
26409 2005-01-27  Edward Hervey  <bilboed@bilboed.com>
26410
26411         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26412
26413         * ext/mad/gstmad.c: (gst_mad_src_event):
26414         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
26415           Allow seeks on audio pad, make mad forward those (#164826).
26416         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
26417           Set duration (#165335).
26418
26419 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26420
26421         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
26422         (gst_asf_demux_commit_taglist), (gst_asf_demux_process_comment),
26423         (gst_asf_demux_process_ext_content_desc),
26424         (gst_asf_demux_change_state), (gst_asf_demux_add_audio_stream),
26425         (gst_asf_demux_add_video_stream), (gst_asf_demux_setup_pad):
26426         * gst/asfdemux/gstasfdemux.h:
26427           Improve metadata display, e.g. if the metadata comes before the
26428           streams are loaded (which is perfectly valid).
26429
26430 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26431
26432         * tools/gst-launch-ext-m.m:
26433           Fix AVI/ASF pipelines (#165340).
26434
26435 2005-01-26  Amaury Jacquot  <sxpert@esitcom.org>
26436         * ext/cairo/gsttextoverlay.c: include  string.h and strings.h to fix
26437         build failure on amd64
26438
26439 2005-01-26  Tim-Philipp Müller  <tim at centricular dot net>
26440
26441         * ext/mad/gstid3tag.c: (mad_id3_parse_latin1_string),
26442         (mad_id3_parse_comment_frame), (gst_mad_id3_to_tag_list):
26443           Check environment variables GST_ID3V2_TAG_ENCODING,
26444           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
26445           list of character encodings to force interpretation of non-unicode
26446           strings stored in an ID3v2 tag to a particular encoding. If none
26447           is specified, try to use current locale's encoding, then fall back
26448           to ISO-8859-1 (which will always succeed). (Resolves #149274)
26449         * gst/tags/gstid3tag.c: (gst_tag_from_id3_tag),
26450         (gst_tag_extract_id3v1_string), (gst_tag_list_new_from_id3v1):
26451           Check environment variables GST_ID3V1_TAG_ENCODING,
26452           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
26453           list of character encodings to use in case a string encountered
26454           in an ID3v1 tag is not valid UTF-8 already. If no encoding is
26455           specified, try to use the current locale's encoding, then fall
26456           back to ISO-8859-1 (which will always succeed).
26457
26458 2005-01-25  Benjamin Otte  <otte@gnome.org>
26459
26460         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
26461           - on half framerate, compute the rate in advance so the comparisons
26462             don't compare wrong values
26463           - don't use mad_synth/frame_mute anymore, this mirrors mad_decoder
26464             behaviour
26465           - don't use mad_header_decode anymore, mad_frame_decode does that
26466             automatically
26467           - when getting rid of consumed bytes, reset the stream's skiplen
26468           (fixes #163867)
26469
26470 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
26471
26472         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init)
26473           Use 1/2 a second for default max_discont, as PES streams from DVB
26474           seem to have larger spacings in the SCR. 
26475           Fix a typo.
26476
26477 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26478
26479         * gst/playback/gstplaybasebin.c: (group_commit):
26480           Notify delayed stream-info availability.
26481
26482 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
26483         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
26484         (gst_a52dec_handle_event), (gst_a52dec_chain):
26485         Add some debug output. Check that a discont has a valid
26486         time associated.
26487         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
26488         (gst_alsa_sink_loop):
26489         Ignore TAG events. A little extra debug for broken timestamps.
26490         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init), (dvdnavsrc_loop),
26491         (dvdnavsrc_change_state):
26492         Ensure we send a discont to engage the link before we send any
26493         other events.
26494         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_init),
26495         (dvdreadsrc_finalize), (_close), (_open), (_seek_title),
26496         (_seek_chapter), (seek_sector), (dvdreadsrc_get),
26497         (dvdreadsrc_uri_get_uri), (dvdreadsrc_uri_set_uri):
26498         Handle URI of the form dvd://title[,chapter[,angle]]. Currently only
26499         dvd://title works in totem because typefinding sends a seek that ends
26500         up going back to chapter 1 regardless.
26501         * ext/mpeg2dec/gstmpeg2dec.c:
26502         * ext/mpeg2dec/gstmpeg2dec.h:
26503         Output correct timestamps and handle disconts.
26504         * ext/ogg/gstoggdemux.c: (get_relative):
26505         Small guard against a null dereference.
26506         * ext/pango/gsttextoverlay.c: (gst_textoverlay_finalize),
26507         (gst_textoverlay_set_property):
26508         Free memory when done. Don't call gst_event_filler_get_duration on
26509         EOS events. Use GST_LOG and GST_WARNING instead of g_message and
26510         g_warning.
26511         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_init),
26512         (draw_line), (gst_smoothwave_dispose), (gst_sw_sinklink),
26513         (gst_sw_srclink), (gst_smoothwave_chain):
26514         Draw solid lines, prettier colours.
26515         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_init):
26516         Add a default palette that'll work for some movies.
26517         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_init),
26518         (gst_dvd_demux_handle_dvd_event), (gst_dvd_demux_send_discont),
26519         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_reset):
26520         * gst/mpegstream/gstdvddemux.h:
26521         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
26522         (gst_mpeg_demux_parse_syshead), (gst_mpeg_demux_parse_pes):
26523         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
26524         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead):
26525         * gst/mpegstream/gstmpegparse.h:
26526         Use PTM/NAV events when for timestamp adjustment when connected to 
26527         dvdnavsrc. Don't use many discont events where one suffices.
26528         * gst/playback/gstplaybasebin.c: (group_destroy),
26529         (gen_preroll_element), (gst_play_base_bin_add_element):
26530         * gst/playback/gstplaybasebin.h:
26531         Make sure we remove subtitles from the same bin we put them in.
26532         * gst/subparse/gstsubparse.c: (convert_encoding), (parse_subrip),
26533         (gst_subparse_buffer_format_autodetect),
26534         (gst_subparse_change_state):
26535         Fix some memleaks and invalid accesses.
26536         * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find),
26537         (oggskel_type_find), (cmml_type_find), (plugin_init):
26538         Some typefind functions for Annodex v3.0 files
26539         * gst/wavparse/gstwavparse.h:
26540         GstRiffReadClass is the correct parent class.
26541
26542 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26543
26544         * gst-libs/gst/riff/riff-media.c:
26545         (gst_riff_create_video_caps_with_data):
26546           Add extradata to huffyuv (fixes #165013).
26547         * gst-libs/gst/riff/riff-read.c:
26548         (gst_riff_read_strf_vids_with_data):
26549           Fix extradata extraction if it is in the chunk size.
26550
26551 2005-01-25  Edward Hervey  <bilboed@bilboed.com>
26552
26553         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26554
26555         * gst/effectv/gstquark.c: (gst_quarktv_class_init),
26556         (gst_quarktv_change_state), (gst_quarktv_dispose):
26557           Memory free'ing location fix (#164708).
26558
26559 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26560
26561         * gst/playback/gstplaybasebin.c: (group_commit),
26562         (gen_preroll_element), (probe_triggered), (gen_source_element),
26563         (setup_source), (gst_play_base_bin_change_state),
26564         (gst_play_base_bin_add_element):
26565           Don't block for streams.
26566         * gst/playback/gststreaminfo.c: (stream_info_change_state),
26567         (gst_stream_info_set_mute):
26568           Use gst_pad_set_active_recursive.
26569
26570 2005-01-25  Andy Wingo  <wingo@pobox.com>
26571
26572         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Fix compile
26573         for #ifndef HAVE_XVIDEO.
26574
26575 2005-01-24  Jeffrey C. Ollie
26576
26577         reviewed by: Maciej Katafiasz  <mathrick@freedesktop.org>
26578
26579         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_chain):
26580         * ext/gsm/gstgsmdec.h:
26581         * ext/gsm/gstgsmenc.c: (gst_gsmenc_init), (gst_gsmenc_chain):
26582         * ext/gsm/gstgsmenc.h:
26583         Fix rate to 8kHz as per spec, removes obscure errors when no rate
26584         was given by property. Add proper buffer timestamps and offsets.
26585
26586 2005-01-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26587
26588         * gst-libs/gst/riff/riff-media.c:
26589         (gst_riff_create_audio_caps_with_data):
26590           Audio can be <8000Hz.
26591
26592 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26593
26594         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
26595           Explicit state change to workaround refcount bugs.
26596
26597 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26598
26599         * gst/avi/gstavimux.c: (gst_avimux_write_tag),
26600         (gst_avimux_riff_get_avi_header):
26601           Fix...
26602
26603 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26604
26605         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_element_data),
26606         (gst_riff_read_element_data):
26607         * gst-libs/gst/riff/riff-read.h:
26608           Add _peek version (req'ed in CDXA).
26609         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_init),
26610         (gst_cdxaparse_loop):
26611           Fix parsing in playbin.
26612         * gst/playback/gstdecodebin.c: (close_pad_link):
26613           Ignore current_ pads, they cause major annoyance.
26614
26615 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26616
26617         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
26618           Safety guard.
26619
26620 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26621
26622         * gst/avi/gstavimux.c: (gst_avimux_write_tag):
26623           Fix padding...
26624
26625 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26626
26627         * gst/matroska/ebml-read.c: (gst_ebml_read_buffer):
26628           Allow for 0-sized buffers. Fixes length query problems in
26629           starwars.mkv from the testsuite.
26630
26631 2005-01-19  Tim-Philipp Müller  <tim at centricular dot net>
26632
26633         * gst/videobox/gstvideobox.c: (gst_video_box_copy_plane_i420),
26634         (gst_video_box_i420), (gst_video_box_chain):
26635           Fix row strides for I420 (fixes #163159)
26636           
26637 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26638
26639         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
26640           MPEG2 has a useful rate property, so we can actually use that.
26641           For MPEG-1, continue using the bytes/time properties.
26642
26643 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26644
26645         * gst-libs/gst/riff/riff-media.c:
26646         (gst_riff_create_video_caps_with_data),
26647         (gst_riff_create_video_template_caps):
26648           Add intel-h263.
26649
26650 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26651
26652         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
26653           Fail if caps negotiation fails. Should fix #162184, and should
26654           definately be in there regardless of it fixing the actual bug.
26655         * gst/avi/gstavimux.c: (gst_avimux_get_type), (gst_avimux_init),
26656         (gst_avimux_write_tag), (gst_avimux_riff_get_avi_header),
26657         (gst_avimux_riff_get_avix_header),
26658         (gst_avimux_riff_get_video_header),
26659         (gst_avimux_riff_get_audio_header), (gst_avimux_write_index),
26660         (gst_avimux_start_file), (gst_avimux_handle_event),
26661         (gst_avimux_change_state):
26662         * gst/avi/gstavimux.h:
26663           Refactor structure writing to use GST_WRITE_UINT macros, add
26664           metadata writing support.
26665
26666 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26667
26668         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
26669           Elements may already be destroyed when this function is called.
26670
26671 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26672
26673         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
26674         (gst_qtdemux_loop_header), (gst_qtdemux_handle_esds):
26675           More memory leak fixes (#149162).
26676
26677 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26678
26679         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
26680         (gst_qtdemux_add_stream):
26681           Fix two memleaks.
26682
26683 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26684
26685         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
26686           Argh...
26687
26688 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26689
26690         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
26691           Fix off-by-one bug. Fixes warnings during playback of sincity.mp4
26692           when fixating to six channels in Totem.
26693
26694 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
26695
26696         * ext/dvdread/dvdreadsrc.c: (get_next_cell_for):
26697           Fix compile warnings on Solaris 10 buildbot
26698
26699 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
26700
26701         * ext/dvdread/dvdreadsrc.c: (_read):
26702           Don't read beyond the last cell in a chapter (fixes 
26703           invalid memory access)
26704
26705 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
26706
26707         * ext/dvdread/stream_labels.c:
26708         (dvdreadsrc_get_audio_stream_labels):
26709           Use NULL for an empty GList instead of g_list_alloc(); fix 
26710           memory leaks; s/LCPM/LPCM/; use g_strdup_printf() instead 
26711           of GString (easier to bulk free later)
26712
26713 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
26714
26715         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26716
26717         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
26718         (gst_ffmpeg_pixfmt_to_caps):
26719           Fix BGRA32 caps (#164209).
26720
26721 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
26722
26723         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26724
26725         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
26726         (gst_ffmpeg_caps_to_pixfmt):
26727           alpha_mask can be RGBA/ABGR. Fixes #164265.
26728
26729 2005-01-17  Francis Labonte  <francis_labonte@hotmail.com>
26730
26731         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26732
26733         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer),
26734         (gst_mpeg2dec_alloc_buffer):
26735         * ext/mpeg2dec/gstmpeg2dec.h:
26736           Crop if decoding size is not the actual image size (#163676).
26737
26738 2005-01-17  Steve Baker  <steve@stevebaker.org>
26739
26740         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26741
26742         * gst/typefind/gsttypefindfunctions.c: (aiff_type_find),
26743         (svx_type_find), (sds_type_find), (ircam_type_find), (plugin_init):
26744           Add libsndfile typefind functions (#163309).
26745
26746 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26747
26748         * tools/gst-launch-ext-m.m:
26749           Add .aac, fix .m1v/.m2v (#163891).
26750
26751 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26752
26753         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_wait):
26754           Sanity check, don't wait endlessly since the clock might not
26755           actually run at this point (which is a deadlock). Fixes #164069.
26756
26757 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26758
26759         * gst/playback/gstplaybasebin.c: (probe_triggered):
26760           Of course, only pause if group is done...
26761
26762 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26763
26764         * gst/playback/gstplaybasebin.c: (probe_triggered):
26765           Thread safety.
26766
26767 2005-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
26768
26769         * ext/swfdec/gstswfdec.c: (gst_swfdec_change_state):
26770           Don't return state change success when the parent
26771           failed.
26772
26773 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26774
26775         * gst/avi/gstavimux.c: (gst_avimux_handle_event):
26776           Free events (fix memleak in #162905).
26777
26778 2005-01-15  Gergely Nagy  <algernon@bonehunter.rulez.org>
26779
26780         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26781
26782         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
26783         (gst_ffmpeg_caps_to_pixfmt):
26784           Fix for depth = 15. Fixes #161675.
26785
26786 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26787
26788         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
26789           Set FPS correctly, even for webcams and the like.
26790         * sys/v4l/v4l_calls.c: (gst_v4l_set_chan_norm):
26791           Don error on setting while capturing.
26792
26793 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
26794
26795         * ext/dv/gstdvdec.c:
26796         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
26797         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
26798           I'm a bad boy. using /1001. to force C to do float division
26799           and not integer division (as it did in my last commit)
26800           Thanks to David I. Lehn for pointing this mistake.
26801
26802 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26803
26804         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
26805           Revert Johan's 1.35->1.36 since it breaks compat.
26806
26807 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
26808
26809         * ext/dv/gstdvdec.c:
26810         * ext/libfame/gstlibfame.c:
26811         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
26812         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
26813           replace framerate aproximations by their real value
26814           (24000/1001, 30000/1001, 60000/1001)
26815           Finish fixing bug #164049
26816
26817 2005-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
26818
26819         * ext/ogg/gstoggmux.c:
26820           eos/bos debugging
26821         * gst/tcp/gstmultifdsink.c:
26822         * gst/tcp/gstmultifdsink.h:
26823         * gst/tcp/gsttcp.c:
26824         * gst/tcp/gsttcp.h:
26825         * gst/tcp/gsttcpclientsink.c:
26826         * gst/tcp/gsttcpclientsrc.c:
26827         * gst/tcp/gsttcpserversink.c:
26828         * gst/tcp/gsttcpserversrc.c:
26829           improve reusability of elements after state changes and errors
26830           make multifdsink throw away streamheaders when receiving new ones
26831
26832 2005-01-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26833
26834         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
26835           Fix for if items are already in list...
26836
26837 2005-01-12  Benjamin Otte  <otte@gnome.org>
26838
26839         * gst/adder/gstadder.c: (gst_adder_loop):
26840           fix adder a bit so it doesn't screw up with events as much anymore
26841
26842 2005-01-12  Jan Schmidt  <thaytan@mad.scientist.com>
26843
26844         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link),
26845         (pixbufscale_scale), (gst_pixbufscale_chain):
26846         * ext/gdk_pixbuf/pixbufscale.h:
26847           Incorporate changes from Tim-Philipp Mueller <t.i.m@orange.net>
26848           to ensure rowstrides are calculated the same way as 
26849           ffmpegcolorspace
26850           Use gst_buffer_stamp instead of copying TIMESTAMP manually, so
26851           that we pick up duration and offset also.
26852
26853 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26854
26855         * gst/avi/gstavimux.c: (gst_avimux_class_init),
26856         (gst_avimux_pad_unlink), (gst_avimux_release_pad):
26857           Reusability fixes.
26858
26859 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26860
26861         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
26862         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
26863         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
26864         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
26865           Update flags when requested.
26866
26867 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26868
26869         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
26870           Fix dmix.
26871
26872 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26873
26874         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
26875         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
26876         (probe_triggered), (new_decoded_pad), (gen_source_element),
26877         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
26878         * gst/playback/gstplaybasebin.h:
26879         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
26880         (gst_play_bin_init), (group_switch), (remove_sinks), (setup_sinks),
26881         (gst_play_bin_change_state):
26882           Implement group-switch signal for use in apps to clear metadata
26883           cache, clean up subtitle, add suburi property instead of # hack,
26884           some error-out fixes.
26885
26886 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26887
26888         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
26889           Debug.
26890         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame):
26891           If we got a state change in the _get handler, don't return success.
26892
26893 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
26894
26895         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_my_output_message),
26896         (gst_jpegdec_my_emit_message), (gst_jpegdec_init):
26897           Make jpegdec quiet on MJPEG decoding
26898         * gst/asfdemux/README:
26899           Fix mimetypes for MJPEG and H263
26900
26901 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26902
26903         * ext/theora/theoradec.c: (theora_dec_chain):
26904           Fix broken code generation by gcc by swapping arguments.
26905         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
26906           Fix \n in debug.
26907
26908 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
26909
26910         * TODO:
26911           delete this file, it is by far outdated
26912         * ext/alsa/gstalsa.1: remove
26913         * ext/alsa/gstalsa.c: (add_rates), (add_channels), (gst_alsa_caps),
26914         (gst_alsa_check_sample_rates), (gst_alsa_rates_probe),
26915         (gst_alsa_get_caps):
26916           Add HW probing for supported sample rates. Fixes #161704
26917
26918 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26919
26920         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
26921           Don't crash, biatch! :).
26922
26923 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26924
26925         * ext/musepack/gstmusepackreader.cpp:
26926         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
26927           Some work on tags - still doesn't work in playbin...
26928         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
26929           Handle events...
26930
26931 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26932
26933         * gst/qtdemux/qtdemux.c: (qtdemux_parse_tree):
26934           Also shove tags on kid pads.
26935
26936 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26937
26938         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
26939           Don't bail on unknown events.
26940         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
26941           Don't crash on events before negotiation.
26942         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
26943           Send tags on pads, too.
26944         * gst/playback/gststreamselector.c:
26945         (gst_stream_selector_request_new_pad):
26946           Forward events on first pad if no input was selected yet.
26947
26948 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26949
26950         * gst/playback/gstplaybasebin.c: (setup_substreams):
26951           Don't disable streamtype if the stream doesn't exist, since
26952           then playing a video after audio will disable both and nothing
26953           will happen. Fixes the testsuite.
26954
26955 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26956
26957         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_interface_init),
26958         (gst_v4l_xoverlay_set_xwindow_id):
26959         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_interface_init),
26960         (gst_v4l2_xoverlay_set_xwindow_id):
26961           Add debug categories, fix overlay disabling.
26962
26963 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
26964
26965         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_get_caps):
26966         * ext/alsa/gstalsa.h:
26967           Add HW probing for period_count/size and buffer_size MIX/MAX
26968           Adjust default/user defined value if out of bounds
26969           Should fix bug #162024
26970
26971 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26972
26973         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event):
26974           Fix warning (#161191).
26975
26976 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
26977
26978         * ext/dvdread/stream_labels.c:
26979         (dvdreadsrc_get_audio_stream_labels):
26980           Fix warning (init the good variable in switch default)
26981
26982 2005-01-09  Koop Mast  <kwm@rainbow-runner.nl>
26983
26984         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26985
26986         * gst/tta/gstttaparse.c: (gst_tta_src_event):
26987           Fix gcc-2.95 compile (#163485).
26988
26989 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26990
26991         * configure.ac:
26992         * ext/flac/gstflacenc.c: (gst_flacenc_init),
26993         (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
26994         (gst_flacenc_tell_callback), (gst_flacenc_chain),
26995         (gst_flacenc_change_state):
26996         * ext/flac/gstflacenc.h:
26997           Update for API change in flac-1.1.1. Update requirement in
26998           configure.ac. Fixes #162974.
26999
27000 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27001
27002         * gst/playback/gstplaybasebin.c: (group_destroy):
27003           Remove hack to get rid of assert and get rid of unlinked
27004           signals properly.
27005
27006 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27007
27008         * gst/playback/gstplaybasebin.c: (setup_source):
27009           Set source to NULL so that resources are free'ed. Fixes issues
27010           with playback of CDDA and similar device-accessing things.
27011
27012 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27013
27014         * testsuite/embed/Makefile.am:
27015           test->noinst, fix make test in buildbot.
27016
27017 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27018
27019         * ext/dvdread/stream_labels.c: new file
27020         * ext/dvdread/stream_labels.h: new file
27021         * ext/dvdread/Makefile.am:
27022         * ext/dvdread/dvdreadsrc.c: (_seek_title):
27023           Extract audio stream label from DVD IFO files.
27024           It only dump them on the console for now, still have to
27025           make playbin aware of them.
27026
27027 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27028
27029         * gst/playback/gstplaybasebin.c: (setup_source):
27030           Fix hanging subs.
27031
27032 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27033
27034         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
27035         (gen_preroll_element), (remove_groups), (setup_subtitle),
27036         (gen_source_element), (setup_source):
27037         * gst/playback/gstplaybasebin.h:
27038           Multiple .sub files is just a stupid idea... Fix some threading
27039           mistakes. Interestingly, external .sub files cause playbin to
27040           hang, I don't know why... Parsing fixes contributed by Fran??ois
27041           Kooman <fkooman@tuxed.net>.
27042
27043 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27044
27045         * testsuite/embed/Makefile.am:
27046           Fix buildbot.
27047
27048 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
27049
27050         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27051
27052         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
27053         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
27054         (gst_pngenc_set_property):
27055         * ext/libpng/gstpngenc.h:
27056           Add compression level property (#163323).
27057
27058 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27059
27060         * configure.ac:
27061         * examples/capsfilter/capsfilter1.c: (main):
27062         * examples/seeking/spider_seek.c: (make_spider_pipeline):
27063         * ext/dvdread/Makefile.am:
27064         * ext/dvdread/demo-play:
27065         * ext/dvdread/demo-play.c:
27066         * gconf/gstreamer.schemas.in:
27067         * gst-libs/gst/gconf/gconf.c:
27068         * sys/v4l/TODO:
27069         * testsuite/Makefile.am:
27070         * testsuite/embed/Makefile.am:
27071         * testsuite/embed/embed.c: (cb_expose), (main):
27072           Remove all references to xvideosink, fix examples (#140845).
27073         * gst/playback/gstplaybasebin.c: (group_destroy):
27074           Apparently, disposal does not unlink - so do explicitely.
27075         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
27076           Add debug.
27077
27078 2005-01-09  Maciej Katafiasz <mathrick@freedesktop.org>
27079
27080         * README: fix PKG_CONFIG_PATH instructions, what was there
27081         previously was breaking default search path, not nice. 
27082         Fixes #163358
27083
27084 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27085
27086         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init),
27087         (gst_audioscale_chain):
27088           %#^@^#@^@#^#@^#@^@#^@#^@#^@#^#@^#@^#@^@#^#@ fix seeking
27089           when resampling - how the ^@$^!@^! is this possible?!?
27090
27091 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27092
27093         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
27094           Reset variables on READY.
27095         * gst/matroska/matroska-mux.c: (gst_matroska_mux_request_new_pad),
27096         (gst_matroska_mux_loop):
27097           Require data before writing header.
27098
27099 2005-01-09  Francis Labonte  <francis_labonte@hotmail.com>
27100
27101         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27102
27103         * ext/mad/gstmad.c: (gst_mad_chain):
27104           Don't call mad_stream_sync() directly after recovering sync.
27105           Fixes #151661.
27106
27107 2005-01-09  Martin Eikermann  <meiker@upb.de>
27108
27109         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27110
27111         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init),
27112         (snapshot_handler), (gst_snapshot_sinkconnect),
27113         (gst_snapshot_chain):
27114           Allocate resources when required, fix recursive signal emission
27115           and fix caps. Fixes #161667.
27116
27117 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
27118
27119         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27120
27121         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps),
27122         (gst_pngdec_chain):
27123           Handle only 8-bppc (bits-per-pixel-component) images, better
27124           error handling and correct strides. Fixes #163177.
27125         * ext/libpng/gstpngenc.c: (gst_pngenc_sinklink),
27126         (gst_pngenc_chain):
27127           Better error handling. Fixes #163348.
27128
27129 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27130
27131         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_get_type),
27132         (dvdnavsrc_uri_get_type), (dvdnavsrc_uri_get_protocols),
27133         (dvdnavsrc_uri_get_uri), (dvdnavsrc_uri_set_uri),
27134         (dvdnavsrc_uri_handler_init):
27135           Add DVD-nav URI (dvdnav://) for Totem testing purposes.
27136         * gst/playback/gstplaybasebin.c: (gen_source_element):
27137           Add MMS to streaming URIs.
27138
27139 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27140
27141         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
27142         * sys/xvimage/xvimagesink.c:
27143         (gst_xvimagesink_navigation_send_event):
27144           Check for pad availability before sending event.
27145
27146 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27147
27148         * gst-plugins.spec.in:
27149           Add subparse.
27150
27151 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27152
27153         * configure.ac:
27154           Since we use functions from CVS, up requirement.
27155
27156 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27157
27158         * gst/playback/Makefile.am:
27159         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
27160         (group_destroy), (group_commit), (group_is_muted),
27161         (gen_preroll_element), (add_stream), (unknown_type),
27162         (probe_triggered), (preroll_unlinked), (mute_stream),
27163         (silence_stream), (new_decoded_pad), (setup_substreams),
27164         (setup_source), (get_active_source), (mute_group_type),
27165         (muted_group_change_state), (set_active_source),
27166         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
27167         (play_base_eos), (gst_play_base_bin_change_state):
27168         * gst/playback/gstplaybasebin.h:
27169         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
27170         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
27171         (gst_stream_info_dispose), (stream_info_mute_pad),
27172         (stream_info_change_state), (gst_stream_info_set_mute):
27173         * gst/playback/gststreamselector.c: (gst_stream_selector_get_type),
27174         (gst_stream_selector_base_init), (gst_stream_selector_class_init),
27175         (gst_stream_selector_init), (gst_stream_selector_dispose),
27176         (gst_stream_selector_get_linked_pad),
27177         (gst_stream_selector_get_caps), (gst_stream_selector_link),
27178         (gst_stream_selector_get_linked_pads),
27179         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
27180         * gst/playback/gststreamselector.h:
27181           Adding stream selection support plus required properties for
27182           applications to use this. Fully fixes #100931.
27183
27184 2005-01-08  Benjamin Otte  <otte@gnome.org>
27185
27186         * gst/games/gstpuzzle.c: (nav_event_handler):
27187           - handle nav events differently: forward every event no matter if it
27188             was handled or not.
27189           - translate events
27190           You can now cheat by using navigationtest ! puzzle and moving the
27191           mouse close to the edge of a tile. ;)
27192
27193 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27194
27195         * configure.ac:
27196         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
27197         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_get_type),
27198         (gst_ogm_text_parse_base_init), (gst_ogm_text_parse_init),
27199         (gst_ogm_parse_get_sink_querytypes), (gst_ogm_parse_sink_convert),
27200         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain),
27201         (gst_ogm_parse_plugin_init):
27202         * ext/pango/gsttextoverlay.c: (gst_textoverlay_linkedpads),
27203         (gst_textoverlay_link), (gst_textoverlay_getcaps),
27204         (gst_textoverlay_event), (gst_textoverlay_video_chain),
27205         (gst_textoverlay_loop), (gst_textoverlay_init), (plugin_init):
27206         * ext/pango/gsttextoverlay.h:
27207         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
27208         (gst_matroska_demux_handle_seek_event),
27209         (gst_matroska_demux_sync_streams),
27210         (gst_matroska_demux_parse_blockgroup),
27211         (gst_matroska_demux_subtitle_caps),
27212         (gst_matroska_demux_plugin_init):
27213         * gst/matroska/matroska-ids.h:
27214         * gst/playback/gstdecodebin.c: (close_pad_link):
27215         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
27216         (gen_preroll_element), (remove_groups), (add_stream),
27217         (new_decoded_pad), (setup_subtitles), (gen_source_element),
27218         (setup_source):
27219         * gst/playback/gstplaybasebin.h:
27220         * gst/playback/gstplaybin.c: (gen_text_element), (setup_sinks):
27221         * gst/subparse/Makefile.am:
27222         * gst/subparse/gstsubparse.c: (gst_subparse_get_type),
27223         (gst_subparse_base_init), (gst_subparse_class_init),
27224         (gst_subparse_init), (gst_subparse_formats),
27225         (gst_subparse_eventmask), (gst_subparse_event),
27226         (gst_subparse_handle_event), (convert_encoding), (get_next_line),
27227         (parse_mdvdsub), (parse_mdvdsub_init), (parse_subrip),
27228         (parse_subrip_deinit), (parse_subrip_init), (parse_mpsub),
27229         (parse_mpsub_deinit), (parse_mpsub_init),
27230         (gst_subparse_buffer_format_autodetect),
27231         (gst_subparse_format_autodetect), (gst_subparse_loop),
27232         (gst_subparse_change_state), (gst_subparse_type_find),
27233         (plugin_init):
27234         * gst/subparse/gstsubparse.h:
27235         * gst/typefind/gsttypefindfunctions.c: (ogmtext_type_find),
27236         (plugin_init):
27237           Add subtitle support, .sub parser (supports SRT and MPsub),
27238           OGM text support, Matroska UTF-8 text support, deadlock fixes
27239           all over the place, subtitle awareness in decodebin/playbin
27240           and some fixes to textoverlay to handle subtitles in a stream
27241           correctly. Fixes #100931.
27242
27243 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27244
27245         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
27246           Check for pad availability before doing a query on it.
27247
27248 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27249
27250         * ext/dv/gstdvdec.c:
27251           really fix bpp24/32 dvdec caps (classic rgba indeed)
27252         * gst/asfdemux/gstasfdemux.c:
27253         (gst_asf_demux_process_ext_content_desc):
27254           don't send text tags if they are empty (bis repetita)
27255
27256 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27257
27258         * ext/dv/gstdvdec.c:
27259          remove unneeded comment from dvdec
27260           (related to DV 4CC codes in AVI files)
27261           moved them in gstreamer/docs/random/mimetypes
27262         * gst/asfdemux/gstasfdemux.c:
27263         (gst_asf_demux_process_ext_content_desc):
27264          don't send text tags if they are empty
27265          fix mem leak on error path
27266         * gst/ffmpegcolorspace/avcodec.h:
27267         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
27268         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
27269         (gst_ffmpegcsp_avpicture_fill):
27270         * gst/ffmpegcolorspace/imgconvert.c: (img_get_alpha_info):
27271         * gst/ffmpegcolorspace/imgconvert_template.h:
27272          adds BGR32 and BGRA32 to ffmpegcolorspace
27273           (still bad colors, fixing it on next commit)
27274           helps with dvdec outputing BGR32
27275
27276 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27277
27278         * ext/dv/gstdvdec.c:
27279          Fix audio caps i just broke (missing ',')
27280         * gst/matroska/matroska-mux.c: (gst_matroska_mux_get_type),
27281         (gst_matroska_mux_reset):
27282          Fix typo + add FIXME about old "x-gst-metadata" crap
27283
27284 2005-01-07  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27285
27286         * ext/dv/demo-play.c: (main):
27287          xvideosink -> xvimagesink
27288         * ext/dv/gstdvdec.c:
27289          change rgb 32/32 caps to 24/32 (no alpha)
27290          change nb of channels to be a list (2 or 4, not 2)
27291          change sample rate to be a list (32, 44.1, 48 kHz) not a range
27292         * gst/asfdemux/gstasfdemux.c:
27293         (gst_asf_demux_process_ext_content_desc):
27294          Add 'date/year' to extracted metadata list
27295
27296 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27297
27298         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
27299           The return value of fixate_to does not imply that the requested
27300           value was set, so don't assume.
27301
27302 2005-01-07  Gergely Nagy  <algernon@bonehunter.rulez.org>
27303
27304         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27305
27306         * ext/libpng/gstpngdec.c:
27307         * ext/libpng/gstpngenc.c: (gst_pngenc_base_init),
27308         (gst_pngenc_sinklink), (gst_pngenc_init), (gst_pngenc_chain):
27309         * ext/libpng/gstpngenc.h:
27310           Alpha support (encoder; #163161), mime fixage.
27311
27312 2005-01-07  Sebastien Cote  <sc5@hermes.usherb.ca>
27313
27314         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27315
27316         * ext/faac/gstfaac.c: (gst_faac_outputformat_get_type),
27317         (gst_faac_class_init), (gst_faac_init), (gst_faac_srcconnect),
27318         (gst_faac_set_property), (gst_faac_get_property):
27319         * ext/faac/gstfaac.h:
27320           Allow for ADTS output (#153434).
27321
27322 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27323
27324         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
27325           Fix against template (#150576).
27326
27327 2005-01-06  Benjamin Otte  <otte@gnome.org>
27328
27329         * gst/games/gstpuzzle.c: (draw_puzzle):
27330           don't draw a puzzle if either width or height of tiles would be 0.
27331
27332 2005-01-06  Benjamin Otte  <otte@gnome.org>
27333
27334         * gst/games/gstpuzzle.c: (gst_puzzle_get_type),
27335         (gst_puzzle_class_init), (gst_puzzle_finalize):
27336           no memleaks, please
27337         (gst_puzzle_create), (gst_puzzle_init),
27338         (gst_puzzle_set_property), (gst_puzzle_setup):
27339           change initialization code around so we don't reshuffle on resize
27340         (draw_puzzle):
27341           fix another stupid typo
27342
27343 2005-01-06  Benjamin Otte  <otte@gnome.org>
27344
27345         * gst/games/gstvideoimage.c: (copy_hline_YUY2):
27346           fix stupid typo that borked copying on YUY2
27347
27348 2005-01-06  Benjamin Otte  <otte@gnome.org>
27349
27350         * gst/games/gstpuzzle.c: (draw_puzzle):
27351           fix edges when image sizes aren't multiples of tile sizes
27352
27353 2005-01-06  Benjamin Otte  <otte@gnome.org>
27354
27355         * gst/games/gstpuzzle.c: (gst_puzzle_base_init):
27356           make RGB endianness work correctly
27357         (gst_puzzle_show), (gst_puzzle_swap), (gst_puzzle_move):
27358           refactor and fix race with initial shuffling
27359         (nav_event_handler):
27360           allow using the mouse to puzzle
27361         (draw_puzzle):
27362           insist on tiles having width and height as multiples of 4 to get
27363           clean YUV image handling
27364         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
27365         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_buffer_alloc):
27366           s/DEBUG/LOG/ for common messages
27367         (gst_xvimagesink_navigation_send_event):
27368           fix mouse event translation to not include screen PAR
27369         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
27370           fix mouse event translation to actually work
27371
27372 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27373
27374         * gst/asfdemux/gstasfdemux.c:
27375         (gst_asf_demux_process_ext_content_desc):
27376          Extract TrackNumber metadata + clean up code
27377         * gst/games/gstvideoimage.c: (gst_video_image_draw_rectangle):
27378          Hope this is the good fix (var used unitialised)
27379
27380 2005-01-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27381
27382         * ext/faad/gstfaad.c: (gst_faad_chain):
27383           Only increment timestamp if it's valid. Fixes raw AAC streams.
27384
27385 2005-01-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27386
27387         * configure.ac:
27388         * gst/games/Makefile.am:
27389         * gst/games/gstpuzzle.c:
27390           add a puzzle game with...
27391         * gst/games/gstvideoimage.c:
27392         * gst/games/gstvideoimage.h:
27393           ... full colorspace support (that includes YUV9 and RGB16)) stolen
27394           from videotestsrc and made into something that would be a nice
27395           library for a lot of other plugins.
27396
27397 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27398
27399         * configure.ac:
27400          don't compile faad plugin if a RC of 2.0 is found
27401          Fixes #155346 (and FC1 buildbot)
27402         * gst/asfdemux/gstasfdemux.c:
27403         (gst_asf_demux_process_ext_content_desc):
27404          try to make Solaris compiler happier
27405
27406 2005-01-06  Paul Jack  <pjack@sfaf.org>
27407
27408         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27409
27410         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init):
27411           Fix segfault (#161667).
27412
27413 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27414
27415         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
27416           Fix framerate reporting.
27417
27418 2005-01-05  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27419
27420         * gst-libs/gst/riff/riff-ids.h:
27421         * gst/wavenc/riff.h:
27422          Add AMR (VBR and CBR) ids to riff.h audio codec list
27423         * gst/asfdemux/gstasfdemux.c:
27424         (gst_asf_demux_process_ext_content_desc),
27425         (gst_asf_demux_process_object):
27426           Retrieve more tags from ASF files (Genre, AlbumTitle, Artist)
27427
27428 2005-01-05  Martin Eikermann  <meiker@upb.de>
27429
27430         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27431
27432         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
27433         (gst_dvd_demux_handle_discont):
27434         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_class_init),
27435         (gst_mpeg_demux_handle_discont):
27436           Recreate pads on new-media (#160730).
27437         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_new_pad):
27438           Send discont even if manager changes timestamps (#161929).
27439
27440 2005-01-05  Sebastien Cote  <sc5@hermes.usherb.ca>
27441
27442         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27443
27444         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16):
27445           Fix invalid memory access (#159211).
27446
27447 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27448
27449         * examples/gstplay/player.c: (main):
27450           Don't iterate.
27451         * examples/seeking/seek.c: (fixate), (make_playerbin_pipeline):
27452           Add visualizations.
27453         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
27454         (gst_a52dec_handle_frame):
27455           Set duration.
27456         * ext/dvdnav/gst-dvd:
27457           Add audioconvert. Fixes #161325.
27458         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get):
27459           Explicitely case to gint64. Possible valgrind error.
27460         * gst-libs/gst/play/play.c: (caps_set), (setup_size),
27461         (gst_play_tick_callback), (gst_play_change_state),
27462         (gst_play_dispose), (gst_play_init), (gst_play_class_init),
27463         (gst_play_set_location), (gst_play_get_location),
27464         (gst_play_seek_to_time), (gst_play_set_data_src),
27465         (gst_play_set_video_sink), (gst_play_set_audio_sink),
27466         (gst_play_set_visualization), (gst_play_connect_visualization),
27467         (gst_play_get_framerate), (gst_play_get_all_by_interface),
27468         (gst_play_new):
27469           Use playbin. Fixes #139749 and #147744.
27470         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags):
27471           Add genre tag.
27472         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
27473         (audioscale_get_type), (gst_audioscale_base_init),
27474         (gst_audioscale_class_init), (gst_audioscale_expand_caps),
27475         (gst_audioscale_getcaps), (gst_audioscale_fixate),
27476         (gst_audioscale_link), (gst_audioscale_get_buffer),
27477         (gst_audioscale_decrease_rate), (gst_audioscale_increase_rate),
27478         (gst_audioscale_init), (gst_audioscale_dispose),
27479         (gst_audioscale_chain), (gst_audioscale_set_property),
27480         (gst_audioscale_get_property), (plugin_init):
27481           Indent properly.
27482         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
27483           Fix LPCM.
27484         * gst/qtdemux/qtdemux.c: (qtdemux_parse_udta),
27485         (qtdemux_tag_add_str), (qtdemux_tag_add_num),
27486         (qtdemux_tag_add_gnre), (qtdemux_video_caps):
27487           Add more metadata (fixes #162656).
27488
27489 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
27490
27491         * configure.ac:
27492           back to cvs
27493
27494 === release 0.8.7 ===
27495
27496 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
27497
27498         * NEWS:
27499         * RELEASE:
27500         * configure.ac:
27501           releasing 0.8.7, "Hyperspace"
27502
27503 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
27504
27505         patch by: Tim-Philipp Müller  <t.i.m@zen.co.uk>
27506
27507         * gst/playback/gstplaybasebin.c:
27508          Fix for #162924 - free caps after use, not before
27509
27510 2005-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
27511
27512         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
27513
27514         * gst/playback/gstplaybasebin.c:
27515         * gst/wavparse/gstwavparse.c:
27516           Fix for #154773 - fixes playback of small .wav files
27517
27518 2005-01-03  Thomas Vander Stichele  <thomas at apestaart dot org>
27519
27520         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
27521
27522         * gst/audioscale/gstaudioscale.c:
27523           Fix for #162819 - make audioscale reusable
27524           Fixes playback of more than one file with playbin/totem
27525
27526 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
27527
27528         * gst/ffmpegcolorspace/avcodec.h:
27529         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
27530         * gst/ffmpegcolorspace/imgconvert.c:
27531           clean up the mess that made me cry and avoid needless duplication
27532
27533 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
27534
27535         * gst/ffmpegcolorspace/imgconvert.c:
27536           give some indication of why we're segfaulting
27537
27538 2004-12-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27539
27540         * configure.ac:
27541           Fix indentation, fix v4l2 plugin detection.
27542         * ext/Makefile.am:
27543           Fix libmms location (Maciej, use diff -u!).
27544         * ext/alsa/gstalsa.c: (gst_alsa_init):
27545           Initialize caps cache to NULL.
27546         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
27547           Only change state on audiosink if it exists.
27548
27549 2004-12-28  Maciej Katafiasz  <mathrick@mathrick.org>
27550
27551         * gst/matroska/matroska-demux.c:
27552         * gst/matroska/matroska-ids.h:
27553         * gst/matroska/matroska-demux.h:
27554         Fix Vorbis streams failing to decode in some files, where cluster_time
27555         isn't 0, because then it doesn't send codec_priv before actual data.
27556         Remove time-based test and replace it with marker set on beginning of
27557         new stream
27558
27559 2004-12-28  David Schleef  <ds@schleef.org>
27560
27561         Merge patch from Ronald fixing problems with streaming
27562         text.
27563         * ext/cairo/gstcairo.c: (plugin_init):
27564         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
27565         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
27566         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
27567         (gst_textoverlay_font_init), (gst_textoverlay_init),
27568         (gst_textoverlay_set_property):
27569         * ext/cairo/gsttextoverlay.h:
27570
27571 2004-12-27  David Schleef  <ds@schleef.org>
27572
27573         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
27574         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
27575         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
27576         (gst_textoverlay_font_init), (gst_textoverlay_init),
27577         (gst_textoverlay_set_property): Improvements to actually
27578         render text as white on black outline on video, including
27579         font selection and horizontal/vertical alignment.  (Ronald's
27580         christmas present)
27581         * ext/cairo/gsttextoverlay.h:
27582
27583 2004-12-26  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
27584
27585         * ext/ogg/gstogg.c:
27586         * ext/ogg/gstogmparse.c:
27587           fix ogm[audio/video]parse plugin registration
27588           (riff won't load if bytestream is already loaded)
27589
27590 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
27591
27592         * gst/audioconvert/gstchannelmix.c:
27593           fix for GLIB < 2.4
27594
27595 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
27596
27597         * Makefile.am:
27598         * configure.ac:
27599           disable docs again until it actually passes make distcheck.
27600
27601 2004-12-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27602
27603         * gst/qtdemux/qtdemux.c: (qtdemux_type_get), (qtdemux_audio_caps):
27604         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
27605         (plugin_init):
27606           Add 3GP (variables name Q3GP because they can't start with a
27607           number). Add samr audio fourcc (used in .3gp files), decoder
27608           is work in progress. Also do a GST_WARNING instead of ERROR
27609           in case of unknown nodes, to decrease output.
27610
27611 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
27612
27613         * Makefile.am:
27614           really fix dist
27615
27616 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
27617
27618         * configure.ac:
27619         * ext/speex/gstspeexdec.h:
27620         * ext/speex/gstspeexenc.h:
27621           Fixes #158382.  Make speex plugin compatible with both 1.0 and 1.1.
27622           Fix detection code in configure.ac
27623
27624 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27625
27626         * gst/matroska/matroska-demux.c:
27627         (gst_matroska_demux_parse_blockgroup):
27628           Save position, so that queries give proper return values. Don't
27629           know how this could ever have worked before...
27630
27631 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
27632
27633         * configure.ac:
27634           Put additional LAME check inside the conditional.  Fixes #152339
27635
27636 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27637
27638         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
27639         (gst_avi_demux_stream_scan):
27640           Add some more debug. Fix logic error when setting movi offset
27641           while reading index.
27642
27643 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27644
27645         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
27646         (gst_avi_demux_stream_scan), (gst_avi_demux_handle_seek),
27647         (gst_avi_demux_process_next_entry):
27648           Add some debugging. Better detection of broken indexes and the
27649           accompanying index recovery. No infinite loops on state changes
27650           when we're still in our loopfunction.
27651
27652 2004-12-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27653
27654         * configure.ac:
27655           Fix up.
27656
27657 2004-12-22  Archana Shah  <archana.shah@wipro.com>
27658
27659         Reviewed by:  Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27660
27661         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_volume):
27662           Normalizing the value before setting
27663         (gst_sunaudiomixer_get_volume):
27664           Normalizing the value after getting. Fixes bug# 161980
27665
27666 2004-12-22  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
27667
27668         * Makefile.am: Make sure docs gets disted
27669         * docs/Makefile.am: Make sure all needed files get disted
27670         * gst-plugins.spec.in: latest updates
27671
27672 2004-12-22  Wim Taymans  <wim@fluendo.com>
27673
27674         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
27675         Revert patch 1.38 as clock distribution over schedulers does
27676         not work correcly in the core yet.
27677
27678 2004-12-21  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
27679
27680         * sys/oss/README: remove this file, which predates my birth
27681           (and which content is by far outdated)
27682
27683 2004-12-20  Stefan Kost  <ensonic@users.sf.net>
27684
27685         * Makefile.am:
27686         * configure.ac:
27687         * docs/Makefile.am:
27688         * docs/libs/Makefile.am:
27689         * docs/libs/gst-plugins-libs-docs.sgml:
27690         * docs/libs/gst-plugins-libs-sections.txt:
27691         * docs/libs/tmpl/gstgconf.sgml:
27692         * docs/upload.mak:
27693         * docs/version.entities.in:
27694           Added boilerplate gtk-doc files for plugin-libs documentation.
27695
27696 2004-12-19  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
27697
27698         * gst/auparse/gstauparse.c: fix int and float audio caps
27699
27700 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27701
27702         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
27703         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
27704           g_assert() can be a macro, don't use #ifdef inside it.
27705
27706 2004-12-19  Edward Hervey  <bilboed@bilboed.com>
27707
27708         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27709
27710         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
27711         (gst_videorate_init), (gst_videorate_chain),
27712         (gst_videorate_change_state):
27713           Event handling (fixes #159986).
27714
27715 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27716
27717         * gst-libs/gst/riff/riff-media.c:
27718         (gst_riff_create_video_caps_with_data):
27719           Add BLZ0 (Blizzard's version of DivX) fourcc.
27720
27721 2004-12-18  David Schleef  <ds@schleef.org>
27722
27723         * gst/tta/gstttadec.c: (gst_tta_dec_link): And yet another
27724         portability fix.
27725
27726 2004-12-18  David Schleef  <ds@schleef.org>
27727
27728         * gst/tta/ttadec.h: Disable some header code that isn't used
27729         and clearly isn't portable.
27730
27731 2004-12-18  David Schleef  <ds@schleef.org>
27732
27733         * gst/ffmpegcolorspace/imgconvert.c: (get_pix_fmt_info),
27734         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
27735         (avcodec_get_pix_fmt), (avpicture_layout),
27736         (avcodec_get_pix_fmt_loss), (avg_bits_per_pixel), (img_copy),
27737         (get_convert_table_entry), (img_convert), (img_get_alpha_info):
27738         Fix code to not use GCC extensions (and c99 extensions that
27739         Forte does not like.)
27740
27741 2004-12-19  Tim-Philipp Müller  <t.i.m@zen.co.uk>
27742
27743         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27744
27745         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
27746         (gst_deinterlace_chain):
27747           Rowstride fixes. Fixes #161039.
27748         * gst/videocrop/gstvideocrop.c: (gst_video_crop_init),
27749         (gst_video_crop_get_property), (gst_video_crop_add_to_struct_val),
27750         (gst_video_crop_getcaps), (gst_video_crop_link),
27751         (gst_video_crop_i420), (gst_video_crop_chain),
27752         (gst_video_crop_change_state):
27753           Rework of negotiation. Actually works now. Fixes #158650.
27754
27755 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27756
27757         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_sint):
27758           That was very stupid.
27759
27760 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27761
27762         * gst/matroska/matroska-demux.c:
27763         (gst_matroska_demux_parse_blockgroup):
27764           Fix possible crasher.
27765
27766 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27767
27768         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_uint),
27769         (gst_matroska_ebmlnum_sint), (gst_matroska_demux_parse_blockgroup):
27770           Lace sizes can be zero.
27771
27772 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27773
27774         * ext/musepack/gstmusepackdec.cpp:
27775           Fetch error return values. Fixes #161624.
27776         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
27777           Really EOS.
27778
27779 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27780
27781         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
27782           Work for truncated (unfinished download etc.) files. Fixes #160514.
27783
27784 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27785
27786         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
27787           Fix for integer overflow. Makes #156001 not crash. Probably masks
27788           the real bug.
27789
27790 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27791
27792         * gst/ac3parse/gstac3parse.c: (plugin_init):
27793           Parsers never have ranks. Fixes #159651.
27794
27795 2004-12-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27796
27797         * gst/playback/gstdecodebin.c: (compare_ranks):
27798           make sure the facotries are ordered the same every time even if they
27799           have the same rank by using the name
27800         * gst/playback/gstdecodebin.c: (find_compatibles):
27801           make sure we don't add factories to the list twice
27802
27803 2004-12-16  David Schleef  <ds@schleef.org>
27804
27805         * configure.ac: look for musepack headers as musepack/*.h
27806         (fixes #159847)
27807         * ext/musepack/gstmusepackdec.h: use <musepack/*.h>
27808         * ext/musepack/gstmusepackreader.h: same
27809
27810 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27811
27812         * gst-libs/gst/riff/riff-read.c:
27813         (gst_riff_read_strf_auds_with_data):
27814           Read extradata correctly (fixes #155879).
27815
27816 2004-12-16  David Schleef  <ds@schleef.org>
27817
27818         * gst/audioscale/gstaudioscale.c: allow passthru of >2 channel
27819         audio.  does _not_ attempt or allow conversion unless channels
27820         is 1 or 2.
27821
27822 2004-12-16  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
27823
27824         * tools/gst-launch-ext-m.m: fix mpeg and vob pipelines
27825
27826 2004-12-16  David Schleef  <ds@schleef.org>
27827
27828         * gst/audioscale/gstaudioscale.c: the resample library only
27829         handles 1 or 2 channels.  Change caps to compensate.
27830
27831 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27832
27833         * gst/matroska/matroska-demux.c: (aac_rate_idx), (aac_profile_idx),
27834         (gst_matroska_demux_audio_caps):
27835           Some MPEG-AAC hacks, because else it doesn't work...
27836
27837 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27838
27839         * gst-libs/gst/riff/riff-media.c:
27840         (gst_riff_create_video_caps_with_data),
27841         (gst_riff_create_video_template_caps):
27842           Add h264.
27843
27844 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27845
27846         * gst-libs/gst/audio/Makefile.am:
27847           Try to fix buildbot.
27848
27849 2004-12-16  Thomas Vander Stichele  <thomas at apestaart dot org>
27850
27851         * gst/tcp/gstmultifdsink.c:
27852           Clean up and uniformize debugging.
27853
27854 2004-12-16  Edward Hervey  <bilboed@bilboed.com>
27855
27856         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27857
27858         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
27859         (gst_dvd_demux_reset), (gst_dvd_demux_change_state):
27860         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_reset),
27861         (gst_mpeg_demux_change_state):
27862           Reset on ready. Fixes 160276.
27863
27864 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
27865
27866         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27867
27868         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
27869         (gst_ffmpegcsp_pad_link):
27870           Fix memleak (#154815).
27871
27872 2004-12-16  James Bowes  <bowes@cs.dal.ca>
27873
27874         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27875
27876         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init),
27877         (gst_musicbrainz_init), (gst_musicbrainz_chain),
27878         (gst_musicbrainz_set_property), (gst_musicbrainz_get_property):
27879         * ext/musicbrainz/gsttrm.h:
27880           Add support for using a proxy server when getting a trm id from
27881           the MusicBrainz database (#149613).
27882
27883 2004-12-16  Christophe Fergeau  <teuf@gnome.org>
27884
27885         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27886
27887         * gst/playback/gstdecodebin.c: (new_pad), (close_link):
27888         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
27889           Fix memleaks (#157233).
27890
27891 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
27892
27893         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27894
27895         * gst-libs/gst/resample/resample.c: (gst_resample_close):
27896         * gst-libs/gst/resample/resample.h:
27897         * gst/audioscale/gstaudioscale.c:
27898           Fix memleak (#159215).
27899
27900 2004-12-16  Toni Willberg  <toniw@iki.fi>
27901
27902         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27903
27904         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
27905         * sys/oss/oss_probe.c: (main):
27906           Check for mono/stereo support (similar to samplerate probing),
27907           fixes #159433. Also add missing copyright header to oss_probe.c.
27908
27909 2004-12-15  David Schleef  <ds@schleef.org>
27910
27911         * configure.ac: add audioresample and cairo plugins.  Remove
27912         HAVE_MMX stuff, because it's not used.
27913         * ext/Makefile.am: same
27914         * ext/audioresample/Makefile.am: You are not ready for an
27915         audio resampling element based on audioresample.
27916         * ext/audioresample/gstaudioresample.c:
27917         * ext/audioresample/gstaudioresample.h:
27918         * ext/cairo/Makefile.am: You are not ready for overlay elements
27919         based on cairo.  Don't look too closely, these elements kinda
27920         suck right now.
27921         * ext/cairo/gstcairo.c: new
27922         * ext/cairo/gsttextoverlay.c: new
27923         * ext/cairo/gsttextoverlay.h: new
27924         * ext/cairo/gsttimeoverlay.c: new
27925         * ext/cairo/gsttimeoverlay.h: new
27926         * gst-libs/gst/media-info/media-info-priv.h: fix compile
27927         problem with compilers that don't support variadic macros.
27928
27929 2004-12-15  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
27930
27931         Reviewed by:  David Schleef  <ds@schleef.org>
27932
27933         * sys/sunaudio/gstsunaudio.c: (plugin_init):  Apply patch from
27934         Bala, registering sunaudiosrc (oops!), and cleaning up code a
27935         bit.  Also ran indent-gst.
27936         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_init),
27937         (gst_sunaudiosrc_change_state), (gst_sunaudiosrc_get),
27938         (gst_sunaudiosrc_setparams):
27939
27940 2004-12-14  David Schleef  <ds@schleef.org>
27941
27942         * gst/festival/gstfestival.c: (gst_festival_chain): Set the
27943         output rate to 16000.  Should fix #160235.
27944
27945 2004-12-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
27946
27947         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
27948         Add typefinding for mpeg2 pes streams
27949
27950 2004-12-13  David Schleef  <ds@schleef.org>
27951
27952         * configure.ac:  Applied patch from bug #143659, making default
27953         sources and sinks OS-dependent (for Solaris), and added code
27954         for OS/X.
27955         * gconf/gstreamer.schemas.in: use OS-dependent sinks in gconf.
27956
27957 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
27958
27959         * gst-libs/gst/riff/riff-media.c:
27960           forgot to add h2.64 to avidemux template caps
27961
27962 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
27963
27964         * gst/wavenc/riff.h:
27965         * gst-libs/gst/riff/riff-media.c:
27966         * gst-libs/gst/riff/riff-ids.h:
27967         * gst/avi/gstavimux.c
27968         add 4CC code for VideoSoft h264 in AVI (VSSH)
27969           fixes bug #160655
27970         remove s323 from riff, it's quicktime specific :(
27971
27972 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
27973
27974         * gst/asfdemux/README
27975         * gst/wavenc/riff.h
27976         * gst-libs/gst/riff/riff-ids.h
27977         * gst-libs/gst/riff/riff-media.c
27978         * gst/qtdemux/qtdemux.c:
27979           add new 4CC codes for h263 related codecs
27980           fixes partially bug #155163
27981
27982 2004-12-12  Christian Fredrik Kalager Schaller  <christian at fluendo dot com>
27983
27984         * configure.ac: Update polyaudio requirement to 0.7
27985         * ext/polyp/polypsink.c: (create_stream): add patch from iain (158258)
27986
27987 2004-12-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
27988
27989         * gst/interleave/deinterleave.c:
27990         fix my name's spelling! :)
27991
27992 2004-12-11  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
27993
27994         * AUTHORS ChangeLog
27995         * gst/auparse/gstauparse.c
27996         * gst/interleave/deinterleave.c
27997         * gst/law/:
27998                 alaw-decode.c alaw-encode.c
27999                 mulaw-decode.c mulaw-encode.c
28000         * gst/oneton/gstoneton.c
28001         * sys/osxaudio/:
28002                 gstosxaudioelement.c gstosxaudiosink.c gstosxaudiosrc.c
28003         * sys/osxvideo/:
28004                 cocoawindow.h cocoawindow.m
28005                 osxvideosink.h osxvideosink.m
28006
28007         put the same mail address for Zaheer Abbas Merali everywhere
28008
28009 2004-12-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28010
28011         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_loop):
28012           Align by packetsize, and assert that we a packet available before
28013           playing. The first makes webstreams work (they often include
28014           trailing padding data in a packet), the second allows pausing a
28015           ASF stream in totem without getting demux errors afterwards.
28016
28017 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28018
28019         * ext/ogg/gstoggdemux.c: (get_relative):
28020           Check for non-NULL before accessing member (end-of-chain).
28021
28022 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28023
28024         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
28025         (cdparanoia_set_property), (cdparanoia_get_property):
28026         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
28027         (dvdnavsrc_set_property), (dvdnavsrc_get_property):
28028         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
28029         (dvdreadsrc_init), (dvdreadsrc_set_property),
28030         (dvdreadsrc_get_property):
28031         * sys/vcd/vcdsrc.c: (gst_vcdsrc_class_init),
28032         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property):
28033           Synchronize property names where not yet the case. Devices are
28034           now device=X, other versions are deprecated (but still exist).
28035           Also use g_free() unconditionally.
28036         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
28037         (setup_source), (gst_play_base_bin_get_property):
28038           Expose source.
28039
28040 2004-12-09  Thomas Vander Stichele  <thomas at apestaart dot org>
28041
28042         * configure.ac: move GCONF macro outside conditional for the am
28043           conditional. Fixes #160439
28044
28045 2004-12-08  David Schleef  <ds@schleef.org>
28046
28047         * tools/gst-visualise-m.m: Switch to elements that currently
28048         exist.
28049
28050 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28051
28052         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
28053           We love wrong commas.
28054
28055 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28056
28057         * gst/matroska/matroska-demux.c:
28058         (gst_matroska_demux_handle_src_query):
28059           Don't set DEFAULT, unsupported - makes length display incorrectly
28060           in some cases.
28061
28062 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
28063
28064         * gst/monoscope/README: remove blurb about files being GPL
28065         * gst/monoscope/gstmonoscope.c: Change license field to LGPL
28066         * gst/monoscope/monoscope.c: Change license to BSD with explanation
28067           monoscope is now effectively LGPL licensed
28068
28069 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
28070
28071         * gst/monoscope/README: Update information to be more correct
28072         * gst/monoscope/convolve.c: Relicense to LGPL
28073         * gst/monoscope/convolve.h: Relicense to LGPL
28074
28075 2004-12-06  Arwed v. Merkatz <v.merkatz@gmx.net>
28076
28077         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
28078           set BUFFER_DURATION to correct values (mpeg1 audio frame length is fixed)
28079         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link):
28080           set default_duration for mpeg1 audio
28081
28082 2004-12-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28083
28084         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_close_audio):
28085         * ext/alsa/gstalsa.h:
28086           refactor big chunks of the core caps negotiation code to make it
28087           a lot faster, because people claim it's really slow
28088           (actually, just cache the getcaps when the device is opened)
28089
28090 2004-12-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28091
28092         * ext/a52dec/gsta52dec.c: (gst_a52dec_init),
28093         (gst_a52dec_handle_event), (gst_a52dec_update_streaminfo),
28094         (gst_a52dec_handle_frame), (gst_a52dec_chain),
28095         (gst_a52dec_change_state), (plugin_init):
28096         * ext/a52dec/gsta52dec.h:
28097           Do something useful with timestamps. Make chain-based (since
28098           there's really no reason to be loopbased).
28099         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
28100           Update current_byte/frame correctly.
28101
28102 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28103
28104         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags),
28105         (gst_ape_demux_stream_init):
28106           Forward tags, too.
28107
28108 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28109
28110         * gst/apetag/apedemux.c: (gst_ape_demux_stream_init):
28111           Let's make sure we're done typefinding when detecting tags.
28112
28113 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28114
28115         * gst/matroska/ebml-read.c: (gst_ebml_read_class_init),
28116         (gst_ebml_read_init), (gst_ebml_read_use_event),
28117         (gst_ebml_read_element_id), (gst_ebml_peek_id),
28118         (gst_ebml_read_seek), (gst_ebml_read_skip),
28119         (gst_ebml_read_reserve), (gst_ebml_read_buffer),
28120         (gst_ebml_read_master):
28121         * gst/matroska/ebml-read.h:
28122         * gst/matroska/matroska-demux.c:
28123         (gst_matroska_demux_parse_contents),
28124         (gst_matroska_demux_loop_stream), (gst_matroska_demux_audio_caps):
28125           Disgustingly evil hack for working around INTERRUPT events and
28126           their extremely annoying habit of being a pain in the ass. We
28127           simply peek a cluster before reading any of it.
28128
28129 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28130
28131         * ext/musepack/gstmusepackdec.cpp:
28132           There's also floating point libmusepacks.
28133
28134 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28135
28136         * ext/faad/gstfaad.c: (gst_faad_chanpos_from_gst),
28137         (gst_faad_chanpos_to_gst), (gst_faad_chain):
28138           Set DURATION even if source buffer didn't. Also use increasing
28139           timestamps.
28140         * gst-libs/gst/riff/riff-media.c:
28141         (gst_riff_create_audio_caps_with_data):
28142           Block_align can have larger values than 8192.
28143
28144 2004-12-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28145
28146         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link):
28147         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link):
28148         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link):
28149         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link):
28150           Fix caps.
28151
28152 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28153
28154         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
28155           Fix logic bug.
28156
28157 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28158
28159         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
28160           Yay, another one.
28161
28162 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28163
28164         * ext/esd/esdsink.c: (gst_esdsink_chain):
28165           Make error actually say something useful (fixes #156798).
28166         * gst-libs/gst/riff/riff-media.c:
28167         (gst_riff_create_video_caps_with_data),
28168         (gst_riff_create_video_template_caps):
28169           Add Intel Video 5.0 fourcc (IV50).
28170
28171 2004-12-01  Christophe Fergeau  <teuf@gnome.org>
28172
28173         * ext/mad/gstmad.c: (mpg123_parse_xing_header): fix xing header
28174         detection on mono and stereo mp3 files.
28175
28176 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28177
28178         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
28179           Don't crash on EMPTY caps (e.g. when the demuxer didn't recognize
28180           the contained stream).
28181
28182 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28183
28184         * ext/faad/gstfaad.c: (gst_faad_srcconnect), (gst_faad_chain):
28185           Oops, remove debug.
28186
28187 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
28188
28189         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28190
28191         * gst/law/alaw-decode.c: (alawdec_getcaps):
28192         * gst/law/mulaw-decode.c: (mulawdec_getcaps):
28193           Prevent warnings when negotiating caps (fixes #159338).
28194
28195 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28196
28197         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
28198         (gst_ffmpegcsp_chain):
28199           Remove old leftover that shouldn't be there...
28200
28201 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
28202
28203         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28204
28205         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
28206           Don't forward DISCONT events (fixes #159684).
28207
28208 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28209
28210         * gst/playback/gstplaybin.c: (remove_sinks), (setup_sinks):
28211           Unlink manually since sometimes bin disposal (and therefore
28212           pad unlinking) is delayed, which will cause a new media file
28213           to not be able to start playing instantly.
28214
28215 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28216
28217         * gst/playback/gststreaminfo.c: (stream_info_mute_pad):
28218           On mute of an unlinked stream, check for pad availability so
28219           we don't crash on unlinked pad.
28220
28221 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28222
28223         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
28224         (gst_avi_demux_massage_index):
28225           Fix quite humiliating bug in omitting 0-sized index chunks but
28226           forgetting to count them for timestamps.
28227
28228 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28229
28230         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
28231           Actually leave the loop if we failed to sync. Don't crash.
28232
28233 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28234
28235         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream),
28236         (gst_dvd_demux_process_private):
28237         * gst/mpegstream/gstdvddemux.h:
28238           Fix crash (#159759). Doesn't work, though. :-(.
28239
28240 2004-11-28  Benjamin Otte  <otte@gnome.org>
28241
28242         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
28243           more overwriting protection due to modifying channels one by one
28244           instead of all at once
28245
28246 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28247
28248         * gst/audioconvert/gstchannelmix.c:
28249         (gst_audio_convert_fill_normalize):
28250           Normalize using absolute values.
28251
28252 2004-11-28  Julien MOUTTE  <julien@moutte.net>
28253
28254         * configure.ac:
28255         * ext/Makefile.am:
28256         * ext/directfb/Makefile.am:
28257         * ext/directfb/directfbvideosink.c: (gst_directfbvideosink_create),
28258         (gst_directfbvideosink_get_pixel_format),
28259         (gst_directfbvideosink_get_format_from_fourcc),
28260         (gst_directfbvideosink_fixate), (gst_directfbvideosink_getcaps),
28261         (gst_directfbvideosink_sink_link),
28262         (gst_directfbvideosink_change_state),
28263         (gst_directfbvideosink_chain), (gst_directfbvideosink_buffer_free),
28264         (gst_directfbvideosink_buffer_alloc),
28265         (gst_directfbvideosink_interface_supported),
28266         (gst_directfbvideosink_interface_init),
28267         (gst_directfbvideosink_navigation_send_event),
28268         (gst_directfbvideosink_navigation_init),
28269         (gst_directfbvideosink_set_property),
28270         (gst_directfbvideosink_get_property),
28271         (gst_directfbvideosink_finalize), (gst_directfbvideosink_init),
28272         (gst_directfbvideosink_base_init),
28273         (gst_directfbvideosink_class_init),
28274         (gst_directfbvideosink_get_type), (plugin_init):
28275         * ext/directfb/directfbvideosink.h: Adding a first version of
28276         directfbvideosink.
28277         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): Initializing some
28278         more.
28279
28280 2004-11-28  Benjamin Otte  <otte@gnome.org>
28281
28282         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
28283           walk the samples backwards if out_channels > in_channels so we don't
28284           overwrite data
28285
28286 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28287
28288         * gst/audioconvert/Makefile.am:
28289         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
28290         (gst_audio_convert_link), (gst_audio_convert_change_state),
28291         (gst_audio_convert_channels):
28292         * gst/audioconvert/gstchannelmix.c:
28293         (gst_audio_convert_unset_matrix),
28294         (gst_audio_convert_fill_identical),
28295         (gst_audio_convert_fill_compatible),
28296         (gst_audio_convert_detect_pos), (gst_audio_convert_fill_one_other),
28297         (gst_audio_convert_fill_others),
28298         (gst_audio_convert_fill_normalize),
28299         (gst_audio_convert_fill_matrix), (gst_audio_convert_setup_matrix),
28300         (gst_audio_convert_passthrough), (gst_audio_convert_mix):
28301         * gst/audioconvert/gstchannelmix.h:
28302           Implement a channel mixer.
28303
28304 2004-11-28  Martin Soto  <martinsoto@users.sourceforge.net>
28305
28306         * ext/alsa/gstalsasink.c (gst_alsa_sink_loop):
28307         * ext/alsa/gstalsa.h:
28308         * ext/alsa/gstalsa.c (gst_alsa_set_clock):
28309         Make alsasink actually honor gst_element_set_clock and use that
28310         clock instead of its internal one.
28311
28312 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
28313
28314         * gst/playback/gstplaybasebin.c: (setup_source): fixed a caps leak
28315         (gst_play_base_bin_change_state): nullify source and decoder when
28316         going from READY to NULL so that we don't try to do weird stuff with
28317         them when going from NULL to READY
28318         * gst/playback/gstplaybin.c: (gst_play_bin_init): use gst_object_unref
28319         instead of g_object_unref
28320         (gen_video_element), (gen_audio_element): more refcounting fixes, now
28321         it should be correct
28322         (gst_play_bin_change_state): don't call remove_sinks if we are
28323         currently disposing the object
28324
28325 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28326
28327         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
28328           Don't forget bass if it's there. Else left channel is silent...
28329
28330 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28331
28332         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop),
28333         (gst_a52dec_change_state):
28334           Don't do sample adjusting anymore, we use float audio now.
28335         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
28336           Don't fixate to non-existing properties.
28337
28338 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28339
28340         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels),
28341         (gst_a52dec_change_state):
28342           Advertise that we can do surround sound.
28343
28344 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28345
28346         * ext/a52dec/gsta52dec.c: (gst_a52dec_reneg):
28347           Add buffer-frames=0.
28348         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get_type),
28349         (dvdreadsrc_init), (dvdreadsrc_get_event_mask),
28350         (dvdreadsrc_get_query_types), (dvdreadsrc_get_formats),
28351         (dvdreadsrc_srcpad_event), (dvdreadsrc_srcpad_query),
28352         (_seek_title), (_seek_chapter), (get_next_cell_for), (_read),
28353         (seek_sector), (dvdreadsrc_get), (dvdreadsrc_open_file),
28354         (dvdreadsrc_change_state), (dvdreadsrc_uri_get_type),
28355         (dvdreadsrc_uri_get_protocols), (dvdreadsrc_uri_get_uri),
28356         (dvdreadsrc_uri_set_uri), (dvdreadsrc_uri_handler_init):
28357         * ext/dvdread/dvdreadsrc.h:
28358           Add seeking, querying for bytes, sectors, title, angle and
28359           chapter. Handle multiple chapters. Relicense to LGPL because
28360           Billy agreed on that (thanks Billy!).
28361
28362 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
28363
28364         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose):
28365         call parent dispose method
28366
28367 2004-11-27  Martin Soto  <martinsoto@users.sourceforge.net>
28368
28369         * gst-libs/gst/audio/audioclock.c (gst_audio_clock_set_active)
28370         (gst_audio_clock_get_internal_time):
28371         Fix active <-> inactive transitions: ensure time value always
28372         grows and avoid abrupt value changes.
28373
28374 2004-11-27  Arwed v. Merkatz <v.merkatz@gmx.net>
28375
28376         * configure.ac:
28377         * gst/tta/Makefile.am:
28378         * gst/tta/crc32.h:
28379         * gst/tta/filters.h:
28380         * gst/tta/gsttta.c:
28381         * gst/tta/gstttadec.c:
28382         * gst/tta/gstttadec.h:
28383         * gst/tta/gstttaparse.c:
28384         * gst/tta/gstttaparse.h:
28385         * gst/tta/ttadec.h:
28386           added TTA parser and decoder
28387
28388 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28389
28390         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
28391         (probe_triggered), (check_queue), (buffer_underrun),
28392         (buffer_running), (buffer_overrun), (gen_source_element),
28393         (setup_source):
28394         * gst/playback/gstplaybasebin.h:
28395           Implement buffering. Needs some more work.
28396
28397 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28398
28399         * ext/theora/theoradec.c: (theora_dec_chain):
28400           Fix ilog mask range overflow.
28401
28402 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28403
28404         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
28405           Don't omit the last (which in case of dmix is the only :) )
28406           channel count. Don't set channels if <= 2.
28407
28408 2004-11-26  Christophe Fergeau  <teuf@gnome.org>
28409
28410         * gst/playback/gstplaybin.c: (gen_video_element),
28411         (gen_audio_element): Removed 2 obsolete comments
28412
28413 2004-11-26  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
28414
28415         * ext/vorbis/oggvorbisenc.c
28416         * ext/vorbis/vorbisenc.c :
28417           change description fields of those plugins to differentiate them
28418           (pitivi show Encoders by description, they had the same one)
28419
28420 2004-11-25  Christophe Fergeau  <teuf@gnome.org>
28421
28422         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28423
28424         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
28425         (gst_play_bin_set_property), (gen_video_element),
28426         (gen_audio_element):
28427           Refcounting fixes for provided audio-/videosinks.
28428
28429 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28430
28431         * gst/playback/gstplaybin.c: (gen_video_element),
28432         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state):
28433           Don't reference all sinks, but only the video- and audiosinks.
28434           The vis. element should be disposed when we're done with it.
28435           We don't have any reason to keep it around. This fixes warnings
28436           when reusing playbin for playing multiple audio files with
28437           vis. enabled. Also release audio device on pause - idea stolen
28438           from Rhythmbox.
28439
28440 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28441
28442         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels), (gst_a52dec_push),
28443         (gst_a52dec_reneg), (gst_a52dec_loop), (plugin_init):
28444         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
28445         * ext/alsa/gstalsaplugin.c: (plugin_init):
28446         * ext/dts/gstdtsdec.c: (gst_dtsdec_channels),
28447         (gst_dtsdec_renegotiate), (gst_dtsdec_loop), (plugin_init):
28448         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_chanpos_from_gst),
28449         (gst_faad_chanpos_to_gst), (gst_faad_sinkconnect),
28450         (gst_faad_srcgetcaps), (gst_faad_srcconnect), (gst_faad_chain),
28451         (gst_faad_change_state), (plugin_init):
28452         * ext/faad/gstfaad.h:
28453         * ext/vorbis/vorbis.c: (plugin_init):
28454         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
28455         * gst-libs/gst/audio/Makefile.am:
28456         * gst-libs/gst/audio/audio.c: (plugin_init):
28457         * gst-libs/gst/audio/multichannel.c:
28458         (gst_audio_check_channel_positions),
28459         (gst_audio_get_channel_positions),
28460         (gst_audio_set_channel_positions),
28461         (gst_audio_set_structure_channel_positions_list),
28462         (add_list_to_struct), (gst_audio_set_caps_channel_positions_list),
28463         (gst_audio_fixate_channel_positions):
28464         * gst-libs/gst/audio/multichannel.h:
28465         * gst-libs/gst/audio/testchannels.c: (main):
28466         * gst/audioconvert/gstaudioconvert.c:
28467         (gst_audio_convert_class_init), (gst_audio_convert_init),
28468         (gst_audio_convert_dispose), (gst_audio_convert_getcaps),
28469         (gst_audio_convert_parse_caps), (gst_audio_convert_link),
28470         (gst_audio_convert_fixate), (gst_audio_convert_channels):
28471         * gst/audioconvert/plugin.c: (plugin_init):
28472           Surround sound support.
28473
28474 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28475
28476         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
28477           Fix position for discont if we're close as well. Nitpicking, but
28478           saves a few milliseconds of extra waiting or skipping.
28479
28480 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28481
28482         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter):
28483           We sometimes need parsers for playback, so add those too.
28484
28485 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28486
28487         * configure.ac:
28488         * gst/apetag/Makefile.am:
28489         * gst/apetag/apedemux.c: (gst_ape_demux_get_type),
28490         (gst_ape_demux_base_init), (gst_ape_demux_class_init),
28491         (gst_ape_demux_init), (gst_ape_demux_get_src_formats),
28492         (gst_ape_demux_get_src_query_types),
28493         (gst_ape_demux_handle_src_query), (gst_ape_demux_get_event_mask),
28494         (gst_ape_demux_handle_src_event), (gst_ape_demux_handle_event),
28495         (gst_ape_demux_typefind_peek), (gst_ape_demux_typefind_get_length),
28496         (gst_ape_demux_typefind_suggest), (gst_ape_demux_typefind),
28497         (gst_ape_demux_parse_tags), (gst_ape_demux_stream_init),
28498         (gst_ape_demux_stream_data), (gst_ape_demux_loop),
28499         (gst_ape_demux_change_state):
28500         * gst/apetag/apedemux.h:
28501         * gst/apetag/apetag.c: (plugin_init):
28502         * gst/typefind/gsttypefindfunctions.c: (apetag_type_find),
28503         (plugin_init):
28504           APE v1/2 tag reader plus typefind function.
28505
28506 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28507
28508         * configure.ac:
28509         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
28510         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
28511           Remove hacks for older core. Require newer core version
28512           accordingly.
28513
28514 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28515
28516         * gst/cdxaparse/Makefile.am:
28517         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_get_type),
28518         (gst_cdxaparse_class_init), (gst_cdxaparse_init),
28519         (gst_cdxaparse_loop), (gst_cdxaparse_change_state), (plugin_init):
28520         * gst/cdxaparse/gstcdxaparse.h:
28521         * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_get_type),
28522         (gst_cdxastrip_base_init), (gst_cdxastrip_class_init),
28523         (gst_cdxastrip_init), (gst_cdxastrip_get_src_formats),
28524         (gst_cdxastrip_get_src_query_types),
28525         (gst_cdxastrip_handle_src_query), (gst_cdxastrip_get_event_mask),
28526         (gst_cdxastrip_handle_src_event), (gst_cdxastrip_strip),
28527         (gst_cdxastrip_sync), (gst_cdxastrip_handle_event),
28528         (gst_cdxastrip_chain), (gst_cdxastrip_change_state):
28529         * gst/cdxaparse/gstcdxastrip.h:
28530           SVCD/VCD header stripping separated from CDXA image parsing.
28531         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
28532         (plugin_init):
28533           Add VCD/SVCD header typefinding for VCD/SVCD.
28534         * sys/vcd/vcdsrc.c: (gst_vcdsrc_get_type), (gst_vcdsrc_base_init),
28535         (gst_vcdsrc_class_init), (gst_vcdsrc_init),
28536         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property),
28537         (gst_vcdsrc_get_event_mask), (gst_vcdsrc_get_query_types),
28538         (gst_vcdsrc_get_formats), (gst_vcdsrc_srcpad_event),
28539         (gst_vcdsrc_srcpad_query), (gst_vcdsrc_get),
28540         (gst_vcdsrc_open_file), (gst_vcdsrc_close_file),
28541         (gst_vcdsrc_change_state), (gst_vcdsrc_msf),
28542         (gst_vcdsrc_recalculate), (gst_vcdsrc_uri_get_type),
28543         (gst_vcdsrc_uri_get_protocols), (gst_vcdsrc_uri_get_uri),
28544         (gst_vcdsrc_uri_set_uri), (gst_vcdsrc_uri_handler_init):
28545         * sys/vcd/vcdsrc.h:
28546           Fix up, add seeking, querying, URI interface. Works in totem now.
28547
28548 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
28549
28550         * configure.ac:
28551           back to CVS
28552
28553 === release 0.8.6 ===
28554
28555 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
28556
28557         * NEWS:
28558         * RELEASE:
28559         * configure.ac:
28560         * po/af.po:
28561         * po/az.po:
28562         * po/cs.po:
28563         * po/en_GB.po:
28564         * po/hu.po:
28565         * po/it.po:
28566         * po/nb.po:
28567         * po/nl.po:
28568         * po/or.po:
28569         * po/sq.po:
28570         * po/sr.po:
28571         * po/sv.po:
28572         * po/uk.po:
28573           releasing 0.8.6, "IOU Love"
28574
28575 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28576
28577         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
28578
28579         * gst/playback/gstplaybasebin.c:
28580           Fix unplayable files error handling.  Fixes #158365
28581
28582 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28583
28584         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
28585
28586         * gst/typefind/gsttypefindfunctions.c:
28587           Fix broken mp3 typefinding.  Fixes #158375
28588
28589 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28590
28591         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
28592
28593         * ext/ogg/gstoggdemux.c:
28594           Fix sync on broken files.  Fixes #158976
28595
28596 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28597
28598         patch by: Edward Hervey <bilboed@bilboed.com>
28599
28600         * ext/libpng/gstpngenc.c:
28601           Copy over buffer properties.  Fixes #158832
28602
28603 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28604
28605         patch by: Tim-Philipp Müller <t.i.m@zen.co.uk>
28606
28607         * ext/dvdread/dvdreadsrc.c:
28608           Fixes invalid reads (#158462)
28609
28610 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28611
28612         * sys/v4l/gstv4lsrc.c:
28613         * sys/v4l/gstv4lsrc.h:
28614         * sys/v4l/v4lsrc_calls.c:
28615           Probe less and cache it.  Fixes #159187.
28616
28617 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28618
28619         * gst/videorate/gstvideorate.c:
28620           Handle all video formats. Fixes #159186.
28621
28622 2004-11-16  Jan Schmidt  <thaytan@mad.scientist.com>
28623         * gst/synaesthesia/gstsynaesthesia.c:
28624         (gst_synaesthesia_class_init), (gst_synaesthesia_init),
28625         (gst_synaesthesia_dispose), (gst_synaesthesia_finalize),
28626         (gst_synaesthesia_sink_link), (gst_synaesthesia_src_getcaps),
28627         (gst_synaesthesia_src_link), (gst_synaesthesia_chain),
28628         (gst_synaesthesia_change_state), (plugin_init):
28629         Fix up synaesthesia to work under different samplerates/ buffer sizes.
28630         Force 320x200 output, as that's the only thing the underlying
28631         synaesthesia implementation supports. Still needs to be made
28632         re-entrant.
28633
28634 2004-11-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28635
28636         * configure.ac:
28637           Fix mpeg2enc configure check (similar to mplex check below).
28638
28639 2004-11-14  Koop Mast  <kwm@rainbow-runner.nl>
28640
28641         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28642
28643         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
28644           Fix for gcc-2.95 (fixes #158221).
28645
28646 2004-11-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28647
28648         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
28649           Re-add clock distribution hack (until new core is released).
28650           Fixes #158125.
28651
28652 2004-11-13  Arwed v. Merkatz  <v.merkatz@gmx.net>
28653         * configure.ac:
28654           fix mplex configure check segfaulting on some systems (bug #140994)
28655
28656 2004-11-13  Benjamin Otte  <otte@gnome.org>
28657
28658         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait):
28659           add debugging
28660         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
28661           do a wait when we enter the loop func with no data available to
28662           write instead of getting into an 100% CPU loop by just returning and
28663           being called again by the scheduler
28664
28665 2004-11-13  Jan Schmidt  <thaytan@mad.scientist.com>
28666
28667         * configure.ac:
28668         * ext/libvisual/visual.c: (gst_visual_get_type),
28669         (libvisual_log_handler), (gst_visual_getcaps),
28670         (gst_visual_srclink), (gst_visual_change_state), (make_valid_name),
28671         (plugin_init):
28672           Update libvisual to 0.1.7. Link in the debug handling to gstreamer
28673         * ext/smoothwave/Makefile.am:
28674         * ext/smoothwave/demo-osssrc.c: (main):
28675         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_class_init),
28676         (gst_smoothwave_init), (gst_smoothwave_dispose), (gst_sw_sinklink),
28677         (gst_sw_srclink), (gst_smoothwave_chain), (gst_sw_change_state),
28678         (plugin_init):
28679         * ext/smoothwave/gstsmoothwave.h:
28680           Make gstsmoothwave a working element in the 20th century.
28681
28682         * gst/chart/gstchart.c: (gst_chart_init), (gst_chart_srcconnect):
28683           Fix incorrect link function
28684
28685 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28686
28687         * gst/volume/gstvolume.c:
28688           Allow buffer-frames=0.
28689
28690 2004-11-12 Iain <iaingnome@gmail.com>
28691
28692         * configure.ac: Check for polypaudio
28693
28694         * ext/Makefile.am: Build the polyp dir
28695
28696         * ext/polyp: The polypsink sources.
28697
28698 2004-10-30 Iain <iaingnome@gmail.com>
28699
28700         * gst/interleave/interleave.c (interleave_unlink): Change the src pads
28701         caps to reflect the new number of channels.
28702
28703 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28704
28705         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
28706           Fix for negotiation order problem. This would show when the
28707           ALSA loopfuction was called before any other function. ALSA
28708           wouldn't do anything because we're not negotiated yet, leading
28709           to an infinite loop. Showed in e.g. Rhythmbox. Fixes #158006.
28710
28711 2004-11-11  Tim-Philipp Müller  <t.i.m@zen.co.uk>
28712
28713         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28714
28715         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
28716           No warnings (#157986).
28717
28718 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28719
28720         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
28721           Prefer apev1/2 and id3v1 (at end of file) over musepack.
28722
28723 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28724
28725         * gst/matroska/matroska-demux.c: (gst_matroska_demux_loop_stream):
28726           Signal no-more-pads (so it works in playbin).
28727
28728 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28729
28730         * ext/musepack/gstmusepackreader.cpp:
28731           Workaround for older core.
28732
28733 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28734
28735         * gst/ffmpegcolorspace/imgconvert.c: (yuv420p_to_yuv422):
28736           Actually test for odd width/height rather than testing whether
28737           a temporary variable that was 0 before we subtracted 1 is now
28738           not equal to zero (which it always is).
28739
28740 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
28741
28742         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
28743         Fix compilation if HAVE_XVIDEO is not defined
28744
28745 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
28746
28747         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
28748         Fix compilation if HAVE_XVIDEO is not defined
28749
28750 2004-11-11  Jan Schmidt  <thaytan@mad.scientist.com>
28751
28752         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
28753         (gst_goom_dispose), (gst_goom_sinkconnect), (gst_goom_chain),
28754         (gst_goom_change_state), (plugin_init):
28755         Use the bytestream adapter so goom doesn't depend on the input
28756         buffer size.
28757         Add a debug category
28758
28759 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28760
28761         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
28762           Only set hardware parameters *after* negotiation. Before
28763           negotiation, it will set ANY and that seems to cause crashes
28764           (see e.g. #151288, #153227).
28765
28766 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28767
28768         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
28769           This seems to be antique leftover. It needs to pass error
28770           checking.
28771         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
28772         (gst_sdlvideosink_deinitsdl), (gst_sdlvideosink_initsdl),
28773         (gst_sdlvideosink_destroy), (gst_sdlvideosink_create),
28774         (gst_sdlvideosink_sinkconnect), (gst_sdlvideosink_chain):
28775           Fix GstXOverlay implementation (#151059).
28776
28777 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28778
28779         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
28780           Don't assert (#157853).
28781
28782 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28783
28784         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
28785           Fix bytes/samples confustion.
28786         (gst_alsa_sink_mmap), (gst_alsa_sink_loop):
28787           Fix for underrun (#144389).
28788
28789 2004-11-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28790
28791         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
28792           Disable halfway-seek for pending release (since it needs a new
28793           core release).
28794
28795 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
28796
28797         * sys/v4l/gstv4lsrc.c:
28798         * sys/v4l/gstv4lsrc.h:
28799         * sys/v4l/v4lsrc_calls.c:
28800           add autoprobe-fps property so we can separate autoprobing parts
28801
28802 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
28803
28804         * sys/v4l/gstv4lsrc.c:
28805         * sys/v4l/v4lsrc_calls.c:
28806         initialise fourcc to catch unset fourcc's, and debug
28807
28808 2004-11-09  Wim Taymans  <wim@fluendo.com>
28809
28810         * gst/playback/README:
28811         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
28812         * gst/playback/gstplaybin.c: (gst_play_bin_init),
28813         (gst_play_bin_dispose), (gst_play_bin_set_property),
28814         (remove_sinks), (setup_sinks), (gst_play_bin_change_state),
28815         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
28816         (gst_play_bin_get_formats), (gst_play_bin_convert),
28817         (gst_play_bin_get_query_types), (gst_play_bin_query):
28818         Cleanups and some more documentation.
28819
28820 2004-11-09  Jan Schmidt  <thaytan@mad.scientist.com>
28821
28822         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
28823         (gst_cacasink_init), (gst_cacasink_chain):
28824         * ext/libcaca/gstcacasink.h:
28825         Cacasink inherits from VideoSink, so let that store the clock.
28826
28827 2004-11-09  Wim Taymans  <wim@fluendo.com>
28828
28829         * gst/playback/README:
28830         * gst/playback/gstplaybasebin.c: (group_destroy), (group_is_muted),
28831         (add_stream), (unknown_type), (add_element_stream), (no_more_pads),
28832         (probe_triggered), (preroll_unlinked), (new_decoded_pad),
28833         (gst_play_base_bin_change_state), (gst_play_base_bin_found_tag):
28834         * gst/playback/gstplaybin.c: (gen_vis_element), (remove_sinks),
28835         (setup_sinks):
28836         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute),
28837         (gst_stream_info_is_mute), (gst_stream_info_set_property):
28838         * gst/playback/gststreaminfo.h:
28839         Updated README.
28840         Only switch groups if all streams have muted (EOSed).
28841         Send Tags in sync with the stream playback instead of in
28842         the playback/preroll phase.
28843         Some cleanups, free the fakesrc elements.
28844
28845 2004-11-09  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28846
28847         * ext/alsa/gstalsa.c: (gst_alsa_get_caps_internal):
28848           buffer-frames property was missing
28849         * ext/arts/gst_arts.c:
28850           rate missing from sinkcaps
28851         * ext/audiofile/gstafparse.c:
28852         * ext/audiofile/gstafsink.c:
28853         * ext/audiofile/gstafsrc.c:
28854         * ext/swfdec/gstswfdec.c:
28855           int audio doesn't know buffer-frames
28856         * ext/cdparanoia/gstcdparanoia.c:
28857           int audio doesn't know chunksize either
28858         * ext/nas/nassink.c:
28859           it's endianness, not endianess
28860         * gst-libs/gst/audio/audio.h:
28861           make float standard pad template caps really describe float
28862         * gst/law/mulaw.c: (linear_factory):
28863           signed only, please
28864         * gst/mpegstream/gstdvddemux.c:
28865           widths of 20 are not valid
28866
28867 2004-11-08  Thomas Vander Stichele  <thomas at apestaart dot org>
28868
28869         Submitted by: Luca Ferretti <elle.uca@infinito.it>
28870
28871         * po/LINGUAS:
28872         * po/it.po:
28873           Add Italian
28874
28875 2004-11-08  Wim Taymans  <wim@fluendo.com>
28876
28877         * gst/playback/README:
28878         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
28879         * gst/playback/gstplaybasebin.c: (probe_triggered),
28880         (gst_play_base_bin_change_state):
28881         Updated README, added more comments for fixmes etc..
28882
28883 2004-11-08  Wim Taymans  <wim@fluendo.com>
28884
28885         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
28886         We can remove this hack now.
28887
28888 2004-11-08  Wim Taymans  <wim@fluendo.com>
28889
28890         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
28891         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
28892         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
28893         Only mix AYUV for maximum quality.
28894
28895 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28896
28897         * ext/ogg/gstoggdemux.c: (get_relative), (gst_ogg_demux_src_query),
28898         (gst_ogg_demux_push), (gst_ogg_pad_push):
28899           Let's act as if we're synchronized now! :).
28900         * ext/theora/theoradec.c: (theora_dec_chain):
28901           Add some debug.
28902
28903 2004-11-08  Wim Taymans  <wim@fluendo.com>
28904
28905         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
28906         (gst_alpha_set_property), (gst_alpha_sink_link),
28907         (gst_alpha_set_ayuv), (gst_alpha_set_i420),
28908         (gst_alpha_chroma_key_ayuv), (gst_alpha_chroma_key_i420),
28909         (gst_alpha_init_params), (gst_alpha_chain):
28910         Implement alpha functions for AYUV too, this increases
28911         accuracy quite a bit.
28912
28913 2004-11-08  Wim Taymans  <wim@fluendo.com>
28914
28915         * gst/ffmpegcolorspace/avcodec.h:
28916         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
28917         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
28918         (gst_ffmpegcsp_avpicture_fill):
28919         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
28920         (gst_ffmpegcsp_caps_remove_format_info):
28921         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
28922         (shrink12), (img_get_alpha_info), (deinterlace_line),
28923         (deinterlace_line_inplace):
28924         * gst/ffmpegcolorspace/imgconvert_template.h:
28925         Added AYUV colorspace and handle RGBA a bit more respectful.
28926
28927 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28928
28929         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
28930           Actually always send a discont (cornercase when resending the
28931           same serial-tagged chain twice).
28932
28933 2004-11-08  Julien MOUTTE  <julien@moutte.net>
28934
28935         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
28936         (gst_ximagesink_finalize):
28937         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
28938         (gst_xvimagesink_finalize): Some more cleanups, leaks fixed and checks.
28939
28940 2004-11-08  Wim Taymans  <wim@fluendo.com>
28941
28942         * gst/typefind/gsttypefindfunctions.c: (aac_type_find):
28943         Don't segfault on NULL data.
28944
28945 2004-11-08  Wim Taymans  <wim@fluendo.com>
28946
28947         * gst/playback/gstdecodebin.c: (unlinked):
28948         * gst/playback/gstplay-marshal.list:
28949         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
28950         (gst_play_base_bin_init), (group_create), (get_active_group),
28951         (get_building_group), (group_destroy), (group_commit),
28952         (queue_overrun), (remove_groups), (add_stream), (unknown_type),
28953         (add_element_stream), (no_more_pads), (probe_triggered),
28954         (preroll_unlinked), (new_decoded_pad), (removed_decoded_pad),
28955         (state_change), (setup_source), (gst_play_base_bin_get_property),
28956         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
28957         (gst_play_base_bin_link_stream),
28958         (gst_play_base_bin_get_streaminfo):
28959         * gst/playback/gstplaybasebin.h:
28960         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
28961         (remove_sinks), (setup_sinks), (gst_play_bin_change_state):
28962         Add support for chained ogg files. Prepare for playlist
28963         support. This patch introduces the concept of pad groups, which
28964         together compose one playable media file.
28965
28966 2004-11-07  David Schleef  <ds@schleef.org>
28967
28968         * testsuite/gst-lint: Check for pad templates that aren't statically
28969         scoped.
28970
28971 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28972
28973         * configure.ac:
28974         * ext/Makefile.am:
28975         * ext/musepack/Makefile.am:
28976         * ext/musepack/gstmusepackdec.cpp:
28977         * ext/musepack/gstmusepackdec.h:
28978         * ext/musepack/gstmusepackreader.cpp:
28979         * ext/musepack/gstmusepackreader.h:
28980           Add musepack decoder.
28981         * ext/faad/gstfaad.c: (gst_faad_base_init):
28982           Make pad templates static.
28983         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
28984         (plugin_init):
28985           Add musepack typefinder, make mp3 typefinding work halfway stream,
28986           which doesn't actually work yet because id3demux doesn't implement
28987           _get_length().
28988
28989 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28990
28991         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
28992         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop):
28993           Fix interrupt event handling (#144436).
28994
28995 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28996
28997         * ext/mad/gstid3tag.c: (gst_id3_tag_do_typefind):
28998           Hide unused glory.
28999
29000 2004-11-06  Tim-Philipp Müller  <t.i.m@zen.co.uk>
29001
29002         reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29003
29004         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
29005           Fix weird caps (#157548).
29006
29007 2004-11-06  Tim-Philipp Müller  <t.i.m@zen.co.uk>
29008
29009         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29010
29011         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsm_caps_nego):
29012           Add missing NULL terminator (#157543).
29013
29014 2004-11-05  Thomas Vander Stichele  <thomas at apestaart dot org>
29015
29016         * gst/tcp/gsttcp.h:
29017         * gst/tcp/gsttcpclientsink.c:
29018         * gst/tcp/gsttcpclientsrc.c:
29019         * gst/tcp/gsttcpserversink.c:
29020         * gst/tcp/gsttcpserversrc.c:
29021           ports can go up to 65535.  Move common defines to gsttcp.h
29022
29023 2004-11-05  Wim Taymans  <wim@fluendo.com>
29024
29025         * gst/videotestsrc/videotestsrc.c: (paint_setup_Y41B),
29026         (paint_hline_Y41B), (paint_setup_Y42B), (paint_hline_Y42B):
29027         Added two more colorspaces.
29028
29029 2004-11-05  Wim Taymans  <wim@fluendo.com>
29030
29031         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
29032         (gst_ffmpegcsp_avpicture_fill):
29033         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
29034         (yuv422p_to_yuv422), (yuv420p_to_yuv422), (shrink12),
29035         (img_convert), (deinterlace_line), (deinterlace_line_inplace):
29036         More stride fixes.
29037
29038 2004-11-05  Wim Taymans  <wim@fluendo.com>
29039
29040         * gst/alpha/gstalpha.c: (gst_alpha_set_property), (gst_alpha_add),
29041         (gst_alpha_chroma_key), (gst_alpha_init_params), (gst_alpha_chain):
29042         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
29043         (gst_videomixer_fill_checker), (gst_videomixer_blend_buffers),
29044         (gst_videomixer_loop):
29045         More stride fixes.
29046
29047 2004-11-05  Benjamin Otte  <otte@gnome.org>
29048
29049         * ext/mad/gstmad.c: (gst_mad_chain):
29050           don't overflow data buffer. Flush not needed sync data when syncing
29051           failed.
29052
29053 2004-11-04  Wim Taymans  <wim@fluendo.com>
29054
29055         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
29056         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
29057         (gst_alpha_get_property), (gst_alpha_add), (gst_alpha_chroma_key),
29058         (gst_alpha_init_params), (gst_alpha_chain),
29059         (gst_alpha_change_state):
29060         Updated the chroma keying algorithm with something more
29061         sophisticated.
29062
29063 2004-11-03  Wim Taymans  <wim@fluendo.com>
29064
29065         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
29066         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
29067         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
29068         Fix stride issues. Does not completely work for odd
29069         heights.
29070
29071 2004-11-03  Wim Taymans  <wim@fluendo.com>
29072
29073         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
29074         (gst_alpha_chroma_key), (gst_alpha_chain):
29075         Fix stride issues. Does not completely work for odd
29076         heights.
29077
29078 2004-11-03  Christophe Fergeau  <teuf@gnome.org>
29079
29080         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
29081         * gst/videoscale/videoscale.c: (videoscale_find_by_structure):
29082         leak fixes
29083
29084 2004-11-03  Wim Taymans  <wim@fluendo.com>
29085
29086         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
29087         (gst_ffmpegcsp_avpicture_fill):
29088         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
29089         (avpicture_alloc):
29090         * gst/ffmpegcolorspace/imgconvert_template.h:
29091         Use correct _fill function to get correct strides.
29092
29093 2004-11-02  David Schleef  <ds@schleef.org>
29094
29095         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
29096         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_parse_tree),
29097         (qtdemux_parse_udta), (qtdemux_tag_add), (gst_qtdemux_handle_esds):
29098         Change all g_print()s to debugging.  Add a bunch of consistency
29099         checks.
29100
29101 2004-11-02  Wim Taymans  <wim@fluendo.com>
29102
29103         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
29104         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
29105         (unlinked), (no_more_pads), (close_link):
29106         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
29107         (unknown_type), (add_element_stream), (new_decoded_pad),
29108         (removed_decoded_pad), (setup_source):
29109         * gst/playback/gststreaminfo.c: (gst_stream_info_get_type),
29110         (gst_stream_info_class_init), (gst_stream_info_init),
29111         (gst_stream_info_new), (gst_stream_info_dispose),
29112         (stream_info_mute_pad), (gst_stream_info_set_property),
29113         (gst_stream_info_get_property):
29114         * gst/playback/gststreaminfo.h:
29115         Fix playback of multiple files.
29116         a slightly different approach to handling dynamic pad removals.
29117         This one only looks at pads that we have linked.
29118
29119 2004-11-01  Christophe Fergeau  <teuf@gnome.org>
29120
29121         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_finalize): fix an "invalid
29122         free" warning from libc.
29123
29124 2004-11-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29125
29126         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
29127         (get_unconnected_element), (remove_starting_from), (pad_removed),
29128         (close_link):
29129           Implement support for dynamic pad changing. We listen to "live"
29130           pad removals (i.e. while playing) and re-setup autoplugging
29131           after that. Playbasebin/playbin need some more work for this
29132           to finally work, but decodebin supports (and replugs) chained
29133           ogg now.
29134
29135 2004-11-02  Jan Schmidt  <thaytan@mad.scientist.com>
29136
29137         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_dispose),
29138         (gst_alsa_finalize):
29139         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init),
29140         (gst_cdaudio_finalize):
29141         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
29142         (cdparanoia_finalize):
29143         * ext/divx/gstdivxdec.c: (gst_divxdec_dispose):
29144         * ext/divx/gstdivxenc.c: (gst_divxenc_dispose):
29145         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
29146         (dvdreadsrc_finalize):
29147         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
29148         (gst_flacdec_finalize):
29149         * ext/flac/gstflacenc.c: (gst_flacenc_class_init),
29150         (gst_flacenc_finalize):
29151         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_class_init),
29152         (gst_gnomevfssink_finalize):
29153         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_class_init),
29154         (gst_gnomevfssrc_finalize):
29155         * ext/libfame/gstlibfame.c: (gst_fameenc_class_init),
29156         (gst_fameenc_finalize):
29157         * ext/nas/nassink.c: (gst_nassink_class_init),
29158         (gst_nassink_finalize):
29159         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_finalize),
29160         (gst_sdlvideosink_class_init):
29161         * ext/sndfile/gstsf.c: (gst_sf_dispose):
29162         * gst-libs/gst/mixer/mixertrack.c: (gst_mixer_track_dispose):
29163         * gst-libs/gst/tuner/tunerchannel.c: (gst_tuner_channel_dispose):
29164         * gst-libs/gst/tuner/tunernorm.c: (gst_tuner_norm_dispose):
29165         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
29166         (gst_x_window_listener_dispose):
29167         * gst/audioscale/gstaudioscale.c:
29168         * gst/playondemand/gstplayondemand.c: (play_on_demand_class_init),
29169         (play_on_demand_finalize):
29170         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose):
29171         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
29172         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init),
29173         (cdplayer_finalize):
29174         * sys/glsink/glimagesink.c: (gst_glimagesink_finalize),
29175         (gst_glimagesink_class_init):
29176         * sys/oss/gstosselement.c: (gst_osselement_class_init),
29177         (gst_osselement_finalize):
29178         * sys/oss/gstosssink.c: (gst_osssink_dispose):
29179         * sys/oss/gstosssrc.c: (gst_osssrc_dispose):
29180         * sys/v4l/gstv4lelement.c: (gst_v4lelement_dispose):
29181           Fixes a bunch of problems with finalize and dispose functions,
29182           either assumptions that dispose is only called once, or not calling
29183           the parent class dispose/finalize function
29184
29185 2004-11-01  Stefan Kost  <ensonic@users.sf.net>
29186
29187         * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_link):
29188           added two api precondition guards
29189           use g_strdup with getenv to fix crash when using ENVVAR
29190
29191 2004-11-01  Jan Schmidt  <thaytan@mad.scientist.com>
29192         * ext/esd/esdsink.c: (gst_esdsink_class_init),
29193         (gst_esdsink_finalize):
29194         Use a finalize function, not dispose, and more importantly,
29195         call the parent class finalize function too
29196
29197 2004-11-01  Johan Dahlin  <johan@gnome.org>
29198
29199         * ext/ogg/gstoggdemux.c:
29200         * gst/tags/gstvorbistag.c:
29201         Plug leaks.
29202
29203 2004-10-31  Benjamin Otte  <otte@gnome.org>
29204
29205         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
29206           lotsa memleaks today. But they're all small...
29207
29208 2004-10-31  Benjamin Otte  <otte@gnome.org>
29209
29210         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
29211           another memleak crushed
29212
29213 2004-10-31  Benjamin Otte  <otte@gnome.org>
29214
29215         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
29216           fix memleak
29217
29218 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29219
29220         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
29221           Hack to prevent crash when going to READY inside signal handler
29222           while this function is active.
29223
29224 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29225
29226         * gst/ffmpegcolorspace/Makefile.am:
29227         * gst/ffmpegcolorspace/avcodec.h:
29228         * gst/ffmpegcolorspace/common.h:
29229         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
29230         * gst/ffmpegcolorspace/dsputil.h:
29231         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
29232         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
29233         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
29234         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps),
29235         (gst_ffmpegcsp_codectype_to_caps), (gst_ffmpeg_caps_to_smpfmt),
29236         (gst_ffmpeg_caps_to_pixfmt), (gst_ffmpegcsp_caps_with_codectype),
29237         (gst_ffmpegcsp_avpicture_fill):
29238         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
29239         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
29240         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
29241         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_get_type),
29242         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
29243         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
29244         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
29245         (gst_ffmpegcsp_get_property), (gst_ffmpegcolorspace_register):
29246         * gst/ffmpegcolorspace/imgconvert.c:
29247         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
29248         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
29249         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
29250         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
29251         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
29252         (yuv422_to_yuv420p), (uyvy422_to_yuv420p), (uyvy422_to_yuv422p),
29253         (yuv422_to_yuv422p), (yuv422p_to_yuv422), (yuv422p_to_uyvy422),
29254         (uyvy411_to_yuv411p), (yuv420p_to_yuv422), (C_JPEG_TO_CCIR),
29255         (img_convert_init), (img_apply_table), (shrink41), (shrink21),
29256         (shrink12), (shrink22), (shrink44), (grow21_line), (grow41_line),
29257         (grow21), (grow22), (grow41), (grow44), (conv411),
29258         (gif_clut_index), (build_rgb_palette), (bitcopy_n), (mono_to_gray),
29259         (monowhite_to_gray), (monoblack_to_gray), (gray_to_mono),
29260         (gray_to_monowhite), (gray_to_monoblack), (avpicture_alloc),
29261         (avpicture_free), (is_yuv_planar), (img_convert),
29262         (get_alpha_info_pal8), (img_get_alpha_info), (deinterlace_line),
29263         (deinterlace_line_inplace), (deinterlace_bottom_field),
29264         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
29265         * gst/ffmpegcolorspace/imgconvert_template.h:
29266         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
29267         * gst/ffmpegcolorspace/mmx.h:
29268         * gst/ffmpegcolorspace/utils.c: (av_mallocz), (av_strdup),
29269         (av_fast_realloc), (av_mallocz_static), (av_free_static),
29270         (av_freep), (avcodec_get_context_defaults),
29271         (avcodec_alloc_context), (avcodec_init):
29272           Sync back from gst-ffmpeg. Deprecates ffcolorspace. Adds palette
29273           handling plus update from ffmpeg CVS. Large clean-up.
29274
29275 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29276
29277         * gst/playback/Makefile.am:
29278           We need the marshallers for decodebin, too.
29279
29280 2004-10-30  David Schleef  <ds@schleef.org>
29281
29282         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): Make
29283           quicktime typefinding work with 64-bit offsets.
29284
29285 2004-10-30  Jan Schmidt  <thaytan@mad.scientist.com>
29286
29287         * ext/dv/gstdvdec.c: (gst_dvdec_handle_sink_event):
29288           Set EOS on the element when processing an EOS event.
29289         * ext/speex/gstspeexdec.h:
29290         * ext/speex/gstspeexenc.h:
29291           Only keep a const ptr to the mode
29292         * gst-libs/gst/riff/riff-media.c:
29293         (gst_riff_create_audio_caps_with_data),
29294         (gst_riff_create_audio_template_caps):
29295           Allow WMAV3, with up to 6 channels.
29296         * gst/asfdemux/gstasfmux.c: (gst_asfmux_request_new_pad):
29297           Don't call gst_pad_set_event_function on a sink pad.
29298         * gst/mpegstream/gstdvddemux.c:
29299         (gst_dvd_demux_get_subpicture_stream),
29300         (gst_dvd_demux_set_cur_audio), (gst_dvd_demux_set_cur_subpicture):
29301           Copy the explicit caps that were set across to the cur_* pads,
29302           instead of trying to use a possibly non-existent negotiated caps.
29303           Reset the type of subpicture pads to UNKNOWN after calling
29304           init_stream, so that the caps get set.
29305
29306 2004-10-29  Martin Pitt  <martin.pitt@canonical.com>
29307
29308         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29309
29310         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
29311           Don't touch buffer if it is of size 0 (fixes #151064).
29312
29313 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29314
29315         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push), (gst_ogg_pad_push):
29316           Synchronized discont handling.
29317
29318 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29319
29320         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
29321         (gst_ogg_demux_push):
29322           Make seeking sort-of exact again (fixes #156387).
29323
29324 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29325
29326         * gst/playback/gstplaybasebin.c: (unknown_type),
29327         (add_element_stream), (new_decoded_pad),
29328         (gst_play_base_bin_change_state):
29329         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
29330         (gst_stream_info_init), (gst_stream_info_new),
29331         (gst_stream_info_dispose), (gst_stream_info_get_property):
29332         * gst/playback/gststreaminfo.h:
29333           Make caps explicitely available. Makes testing for unsupported
29334           types possible. Improves error reporting.
29335
29336 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29337
29338         * gst/audioconvert/gstaudioconvert.c:
29339         (gst_audio_convert_buffer_to_default_format):
29340           Really don't touch read-only buffers (#156563).
29341
29342 2004-10-29  Sebastien Cote  <sc5@hermes.usherb.ca>
29343
29344         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29345
29346         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
29347           Fix memleak (#155223).
29348
29349 2004-10-29  Wim Taymans  <wim@fluendo.com>
29350
29351         * gst/tcp/.cvsignore:
29352         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
29353         (gst_multifdsink_class_init), (gst_multifdsink_init),
29354         (gst_multifdsink_add), (gst_multifdsink_remove),
29355         (gst_multifdsink_remove_client_link), (is_sync_frame),
29356         (gst_multifdsink_new_client),
29357         (gst_multifdsink_handle_client_write),
29358         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
29359         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
29360         (gst_multifdsink_get_property):
29361         * gst/tcp/gstmultifdsink.h:
29362         Added burst on connect sync_method, deprecated sync_clients,
29363         streamlined the sync code some more.
29364
29365 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29366
29367         * gst/playback/gstplaybasebin.c: (thread_error), (setup_source),
29368         (gst_play_base_bin_change_state):
29369           Improve error reporting.
29370
29371 2004-10-28  Wim Taymans  <wim@fluendo.com>
29372
29373         * gst/tcp/Makefile.am:
29374         * gst/tcp/fdsetstress.c: (mess_some_more), (run_test), (main):
29375         * gst/tcp/gstfdset.c: (nearest_pow), (resize), (ensure_size),
29376         (gst_fdset_new), (gst_fdset_free), (gst_fdset_set_mode),
29377         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
29378         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
29379         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
29380         (gst_fdset_wait):
29381         Added more locks around fdset structures. Fixed/reworked
29382         the poll array resizing code.
29383         Added stress test for fdset.
29384
29385 2004-10-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
29386
29387         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
29388         fix build
29389
29390 2004-10-28  Benjamin Otte  <otte@gnome.org>
29391
29392         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
29393           fix link function to always query channels and query width for
29394           floats
29395         * configure.ac:
29396           add equalizer dir
29397         * gst/equalizer/Makefile.am:
29398         * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_get_type),
29399         (gst_iir_equalizer_base_init), (gst_iir_equalizer_class_init),
29400         (gst_iir_equalizer_init), (gst_iir_equalizer_finalize),
29401         (arg_to_scale), (setup_filter),
29402         (gst_iir_equalizer_compute_frequencies),
29403         (gst_iir_equalizer_set_property), (gst_iir_equalizer_get_property),
29404         (gst_iir_equalizer_filter_inplace), (gst_iir_equalizer_setup),
29405         (plugin_init):
29406           add an equalizer
29407
29408 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
29409
29410         Submitted by: Kjartan Maraas <kmaraas@broadpark.no>
29411
29412         * po/LINGUAS:
29413         * po/nb.po:
29414           Added Norwegian Bokmaal translation
29415
29416 2004-10-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29417
29418         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
29419           Don't break on options (fixes #156488).
29420
29421 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
29422
29423         * configure.ac:
29424         * ext/cdaudio/Makefile.am:
29425         * sys/Makefile.am:
29426           fix build on older automake
29427
29428 2004-10-26  Wim Taymans  <wim@fluendo.com>
29429
29430         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
29431         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
29432         Allow a little margin when negotiating the framerate.
29433
29434 2004-10-26  Stefan Kost  <ensonic@users.sf.net>
29435
29436         * gst/level/gstlevel.c:
29437           synchonised naming of pads and pad-templates
29438
29439 2004-10-26  Wim Taymans  <wim@fluendo.com>
29440
29441         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
29442         (gst_ogg_demux_handle_event), (_find_chain_get_unknown_part),
29443         (_find_streams_check), (gst_ogg_demux_push):
29444         Fix EOS again. Needs to be done in a better way. We should not
29445         remove the pad if there is no new chained stream.
29446
29447 2004-10-26 Iain <iaingnome@gmail.com>
29448
29449         * ext/ogg/gstoggdemux.c (gst_ogg_pad_new): Free the tag list.
29450         * gst/audioscale/gstaudioscale.c (gst_audioscale_link): Free the copy
29451         of the caps.
29452         * gst/interleave/interleave.c (interleave_class_init): Hook up release
29453         pad.
29454         (interleave_release_pad): Remove the pad.
29455         * gst/level/gstlevel.c: Allow the level to take 1 or 2 channels.
29456         * sys/sunaudio/gstsunaudio.c (gst_sunaudio_setparams): Pay attention to
29457         the set device.
29458         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support): Free the
29459         attrs
29460         (gst_xvimagesink_xcontext_clear): Free the xcontext.
29461         (gst_xvimagesink_finalize): Free the par.
29462
29463 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29464
29465         * gst/avi/gstavimux.c: (gst_avimux_audsinkconnect),
29466         (gst_avimux_stop_file):
29467           First calculate the rate, and only then use it. Hdr.rate is a
29468           multiple and not a derivative of hdr.scale. Scale is not the
29469           same as blockalign but is solely related to rate.
29470
29471 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29472
29473         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
29474         (gst_gnomevfssink_handle_event), (gst_gnomevfssink_chain):
29475           Implement seeking.
29476
29477 2004-10-25  James Henstridge  <james@jamesh.id.au>
29478
29479         Reviewed by:  David Schleef  <ds@schleef.org>
29480
29481         * examples/gstplay/player.c: (got_stream_length), (main):
29482         * examples/seeking/cdplayer.c: (update_scale):
29483         * examples/seeking/seek.c: (format_value), (update_scale):
29484         * examples/seeking/spider_seek.c: (format_value), (update_scale),
29485         (stop_seek):
29486         Build fixes on AMD64.
29487
29488 2004-10-25  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
29489
29490         reviewed by: Ronald Bultje <rbultje at gnome dot org>
29491
29492         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
29493         Fix for some v4l cards which hang in v4lsrc
29494
29495 2004-10-25  Wim Taymans  <wim@fluendo.com>
29496
29497         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_remove),
29498         (gst_ogg_demux_push), (gst_ogg_chains_clear):
29499         Make sure to remove the pad when a new chain is
29500         encountered. Set some vars to NULL so we don't try
29501         to reference freed memory.
29502
29503 2004-10-25  Wim Taymans  <wim@fluendo.com>
29504
29505         * examples/seeking/Makefile.am:
29506         * examples/seeking/cdplayer.c: (update_scale):
29507         * examples/seeking/chained.c: (unlinked), (new_pad), (main):
29508         * examples/seeking/playbin.c: (make_playerbin_pipeline),
29509         (format_value), (update_scale), (iterate), (start_seek),
29510         (stop_seek), (print_media_info), (play_cb), (pause_cb), (stop_cb),
29511         (print_usage), (main):
29512         Added some more examples, update others.
29513
29514 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29515
29516         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
29517         * ext/speex/gstspeexdec.c: (speex_dec_chain):
29518         * ext/theora/theoradec.c: (theora_dec_chain):
29519         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
29520           Add codec-name metadata.
29521
29522 2004-10-25  Takao Fujiwara  <Takao.Fujiwara@Sun.COM>
29523
29524         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29525
29526         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
29527         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
29528         * ext/alsa/gstalsamixertrack.h:
29529         * po/POTFILES.in:
29530           ALSA mixer track label internationalization (#154054).
29531
29532 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29533
29534         * ext/theora/theoradec.c: (theora_dec_chain):
29535           Export bitrate as metadata.
29536
29537 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29538
29539         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
29540         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
29541         * ext/alsa/gstalsamixertrack.h:
29542           Fix names, fix loop.
29543
29544 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29545
29546         * ext/speex/gstspeexdec.c: (gst_speex_dec_init),
29547         (speex_dec_convert):
29548           sinkconvert function so oggdemux can get the file length (totem).
29549
29550 2004-10-25  James Morrison  <ja2morri@csclub.uwaterloo.ca>
29551
29552         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29553
29554         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
29555           Don't push incomplete packets.
29556         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find):
29557           Fix MPEG-4 audio typefinding.
29558
29559 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29560
29561         * sys/v4l/Makefile.am:
29562         * sys/v4l/gstv4l.c: (plugin_init):
29563         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_type),
29564         (gst_v4lelement_init), (gst_v4lelement_dispose),
29565         (gst_v4lelement_change_state):
29566         * sys/v4l/gstv4lelement.h:
29567         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_open),
29568         (gst_v4l_xoverlay_close), (idle_refresh),
29569         (gst_v4l_xoverlay_set_xwindow_id):
29570         * sys/v4l/gstv4lxoverlay.h:
29571         * sys/v4l/v4l-overlay_calls.c:
29572         * sys/v4l/v4l_calls.h:
29573         * sys/v4l2/Makefile.am:
29574         * sys/v4l2/gstv4l2.c: (plugin_init):
29575         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_type),
29576         (gst_v4l2element_init), (gst_v4l2element_dispose),
29577         (gst_v4l2element_change_state):
29578         * sys/v4l2/gstv4l2element.h:
29579         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_open),
29580         (gst_v4l2_xoverlay_close), (idle_refresh),
29581         (gst_v4l2_xoverlay_set_xwindow_id):
29582         * sys/v4l2/gstv4l2xoverlay.h:
29583         * sys/v4l2/v4l2-overlay_calls.c:
29584         * sys/v4l2/v4l2_calls.h:
29585           Remove client-side overlay handling, use the X-server v4l plugin
29586           for that. Nicer overlay, less code. Also make the plugin
29587           compileable without X (but then without overlay, obviously).
29588           Makes xwindowlistener obsolete, should we remove that?
29589
29590 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29591
29592         * sys/oss/gstosssrc.c: (gst_osssrc_get_time), (gst_osssrc_get),
29593         (gst_osssrc_src_query):
29594         * sys/oss/gstosssrc.h:
29595           OK, so people want offset in DEFAULT. This time, actually fix all
29596           cases.
29597         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
29598           Add FPS properly.
29599
29600 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29601
29602         * gst/asfdemux/gstasfmux.c:
29603         * gst/avi/gstavimux.c:
29604           Framerate.
29605
29606 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29607
29608         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_set_property):
29609           Fix properties (channel, norm, frequency).
29610
29611 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29612
29613         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_property):
29614           Flag typo.
29615         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults):
29616           No warnings.
29617
29618 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29619
29620         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_clear_format_list):
29621           Fix hang.
29622
29623 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29624
29625         * sys/v4l2/gstv4l2element.h:
29626           Yet Another Hack (tm) for kernel header borkedness.
29627         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
29628         (gst_v4l2src_v4l2fourcc_to_caps), (gst_v4l2_fourcc_from_structure),
29629         (gst_v4l2src_link), (gst_v4l2src_getcaps),
29630         (gst_v4l2src_change_state):
29631         * sys/v4l2/gstv4l2src.h:
29632         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_init),
29633         (gst_v4l2src_capture_start), (gst_v4l2src_capture_stop):
29634           Fix caps, keep track of state, work.
29635
29636 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29637
29638         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
29639           Quiet.
29640
29641 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29642
29643         * sys/oss/gstosssrc.c: (gst_osssrc_get):
29644           Don't mix bytes and samples.
29645
29646 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29647
29648         * ext/ogg/gstoggmux.c:
29649           Basic pad template which accepts OGM tracks, speex, flac, vorbis
29650           and theora. Any is incorrect.
29651         * gst/asfdemux/gstasfmux.c: (gst_asfmux_vidsink_link):
29652           Fix caps.
29653         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
29654         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
29655         (gst_v4lmjpegsrc_init), (gst_v4lmjpegsrc_srcconnect),
29656         (gst_v4lmjpegsrc_getcaps), (gst_v4lmjpegsrc_change_state):
29657         * sys/v4l/gstv4lmjpegsrc.h:
29658         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
29659         (gst_v4lsrc_change_state):
29660         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_start),
29661         (gst_v4lmjpegsrc_capture_stop):
29662           Fix caps. Keep track of internal state. Work.
29663
29664 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29665
29666         * ext/Makefile.am:
29667           Fix the build fixes.
29668
29669 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29670
29671         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
29672         (gst_ogg_demux_src_event), (_find_chain_seek),
29673         (gst_ogg_pad_push):
29674           Check for pad availability before using it.
29675         * ext/ogg/gstoggdemux.c: (_find_chain_process):
29676           Fix parsing of chained ogg. Needs more work on the decoder side.
29677
29678 2004-10-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29679
29680         * gst/spectrum/Makefile.am:
29681         * gst/spectrum/demo-osssrc.c: (spectrum_chain), (main),
29682         (idle_func):
29683           Fix demo and reenable it. Yes, I'm currently playing with audio
29684           analysis tools
29685
29686 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29687
29688         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
29689           We love it if files that start at zero work too...
29690
29691 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29692
29693         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
29694           Handle files with missing EOS headers.
29695
29696 2004-10-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
29697
29698         * gst/tcp/gsttcpserversink.c:
29699         (gst_tcpserversink_handle_server_read),
29700         (gst_tcpserversink_init_send):
29701         Zero some variables first (need for accept not to return EINVAL)
29702
29703 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29704
29705         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
29706         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
29707         * ext/theora/theoradec.c: (theora_dec_sink_convert),
29708         (theora_dec_chain):
29709         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
29710         (gst_vorbis_dec_init), (vorbis_dec_convert), (vorbis_dec_chain):
29711           Seeking and querying finetune.
29712
29713 2004-10-20  Thomas Vander Stichele  <thomas at apestaart dot org>
29714
29715         * configure.ac:
29716         * ext/Makefile.am:
29717         * ext/raw1394/Makefile.am:
29718           fix the build
29719
29720 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29721
29722         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
29723           Wrong return.
29724         * gst/playback/Makefile.am:
29725         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
29726         * gst/playback/gstplay-marshal.list:
29727         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
29728           Fix marshallers.
29729
29730 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29731
29732         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event):
29733           Silence.
29734
29735 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29736
29737         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
29738         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
29739         (gst_ogg_pad_push):
29740           Yay for non-lineair granulepos in theora.
29741
29742 2004-10-18  Wim Taymans  <wim@fluendo.com>
29743
29744         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
29745         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
29746         * ext/dv/gstdvdec.h:
29747         Make sure we renegotiate aspect ratio when the camera switches.
29748
29749 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29750
29751         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
29752         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
29753           Start at zero.
29754         * ext/theora/theoradec.c: (theora_dec_chain):
29755           Skip headers. Bad idea for chained ogg, but fixes seeking.
29756
29757 2004-10-18  Wim Taymans  <wim@fluendo.com>
29758
29759         * configure.ac:
29760         I swear, this is the last time I touch this.
29761
29762 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29763
29764         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
29765         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
29766         (_read_bos_process), (gst_ogg_demux_iterate), (gst_ogg_pad_new):
29767           Faster seeking.
29768         * ext/theora/theoradec.c: (theora_dec_sink_convert):
29769           Time-to-default conversion.
29770         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
29771           Don't error on unknown packets, just skip. We should probably
29772           read them if we want to support chained ogg.
29773
29774 2004-10-18  Wim Taymans  <wim@fluendo.com>
29775
29776         * configure.ac:
29777         Added cdaudio to wrong list.
29778
29779 2004-10-18  Wim Taymans  <wim@fluendo.com>
29780
29781         * configure.ac:
29782         Revive cdaudio.
29783
29784 2004-10-18  Wim Taymans  <wim@fluendo.com>
29785
29786         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
29787         (gst_dvdec_video_link), (gst_dvdec_push):
29788         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
29789         (gst_smokeenc_resync), (gst_smokeenc_chain):
29790         Fix mimetype on smoke encoder.
29791         Add aspect ratio to dvdec. Not sure if these
29792         values are correct though....
29793
29794 2004-10-18  Wim Taymans  <wim@fluendo.com>
29795
29796         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
29797         Fix vorbis property descriptions and ranges.
29798
29799 2004-10-18  Wim Taymans  <wim@fluendo.com>
29800
29801         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
29802         Really do nothing when no data is available.
29803         Go to the playing state when the stream is not seekable
29804         instead of failing.
29805
29806 2004-10-18  Wim Taymans  <wim@fluendo.com>
29807
29808         * ext/cdaudio/gstcdaudio.c: (_do_init), (gst_cdaudio_base_init),
29809         (gst_cdaudio_get_event_masks), (gst_cdaudio_send_event),
29810         (gst_cdaudio_query), (plugin_init), (cdaudio_uri_get_type),
29811         (cdaudio_uri_get_protocols), (cdaudio_uri_get_uri),
29812         (cdaudio_uri_set_uri), (cdaudio_uri_handler_init):
29813         Added uri handler for cd://
29814         Port to new API.
29815
29816 2004-10-18  Wim Taymans  <wim@fluendo.com>
29817
29818         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
29819         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
29820         (try_to_link_1), (no_more_pads), (close_link), (type_found):
29821         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
29822         (remove_prerolls), (unknown_type), (add_element_stream),
29823         (new_decoded_pad), (setup_source), (gst_play_base_bin_add_element),
29824         (gst_play_base_bin_remove_element),
29825         (gst_play_base_bin_link_stream):
29826         * gst/playback/gstplaybin.c: (gen_video_element),
29827         (gen_vis_element), (remove_sinks), (setup_sinks):
29828         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
29829         (gst_stream_info_get_type), (gst_stream_info_class_init),
29830         (gst_stream_info_init), (gst_stream_info_new),
29831         (gst_stream_info_dispose), (stream_info_mute_pad),
29832         (gst_stream_info_set_property), (gst_stream_info_get_property):
29833         * gst/playback/gststreaminfo.h:
29834         Add sink padtemplate to decodebin.
29835         Added some more comments.
29836         Make queue size configurable in playbasebin.
29837         Added possibility to use elements as sinks (ex cdaudio).
29838
29839 2004-10-15  Wim Taymans  <wim@fluendo.com>
29840
29841         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
29842         (gst_speexenc_chain):
29843         Fix speex timestamps so that it gets muxed properly.
29844
29845 2004-10-15  Wim Taymans  <wim@fluendo.com>
29846
29847         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_get_type),
29848         (gst_dv1394src_base_init), (gst_dv1394src_class_init),
29849         (gst_dv1394src_init), (gst_dv1394src_dispose),
29850         (gst_dv1394src_iso_receive), (gst_dv1394src_discover_avc_node),
29851         (gst_dv1394src_change_state), (gst_dv1394src_get_event_mask),
29852         (gst_dv1394src_event), (gst_dv1394src_get_formats),
29853         (gst_dv1394src_convert), (gst_dv1394src_get_query_types),
29854         (gst_dv1394src_query), (gst_dv1394src_uri_get_type),
29855         (gst_dv1394src_uri_get_protocols), (gst_dv1394src_uri_get_uri),
29856         (gst_dv1394src_uri_set_uri), (gst_dv1394src_uri_handler_init):
29857         * ext/raw1394/gstdv1394src.h:
29858         Added conversion/query functions.
29859         Update buffer timestamps,
29860         Added signals.
29861         Added uri dv:// so it might play from the firewire in playbin.
29862         Fix a possible leak.
29863         Added debugging.
29864
29865 2004-10-15  Wim Taymans  <wim@fluendo.com>
29866
29867         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
29868         (gst_dv1394src_init), (gst_dv1394src_set_property),
29869         (gst_dv1394src_get_property), (gst_dv1394src_iso_receive),
29870         (gst_dv1394src_discover_avc_node), (gst_dv1394src_change_state):
29871         * ext/raw1394/gstdv1394src.h:
29872         Added AV/C VTR control support needed for some cameras.
29873         Added automatic port detection.
29874         Added properties for selecting the channel.
29875         The configure.ac script is not yet updated to reflect the
29876         new libavc1394 and librom1394 dependencies.
29877
29878 2004-10-15  Wim Taymans  <wim@fluendo.com>
29879
29880         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
29881         (qtdemux_parse), (gst_qtdemux_handle_esds):
29882         An esds box is not a container.
29883         Fix parsing of mp4v boxes.
29884         Do not try to renegotiate fps for each frame. Need to
29885         find a better method. This should fix mp4 playback.
29886
29887 2004-10-14  David Schleef  <ds@schleef.org>
29888
29889         * configure.ac: update for swfdec-0.3 and liboil-0.2
29890         * ext/swfdec/gstswfdec.c: update for swfdec-0.3
29891         * ext/swfdec/gstswfdec.h: same
29892         * gst/videofilter/gstvideobalance.c: update for liboil-0.2
29893         * gst/videotestsrc/videotestsrc.c: same
29894
29895 2004-10-14  Wim Taymans  <wim@fluendo.com>
29896
29897         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
29898         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
29899         (is_sync_frame), (gst_multifdsink_new_client),
29900         (gst_multifdsink_handle_client_write),
29901         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
29902         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
29903         Turn warnings into info.
29904         Don't allow a state change in the streaming thread.
29905
29906 2004-10-14  Thomas Vander Stichele  <thomas at apestaart dot org>
29907
29908         * ext/vorbis/oggvorbisenc.c:
29909         * ext/vorbis/vorbisdec.c:
29910           fix template sample rate
29911
29912 2004-10-13  Wim Taymans  <wim@fluendo.com>
29913
29914         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
29915         Decoding the header first fixes some problems in resyncing
29916         in more mp3s.
29917
29918 2004-10-12  Wim Taymans  <wim@fluendo.com>
29919
29920         * gst/playback/gstplaybin.c: (gen_video_element),
29921         (gen_vis_element), (remove_sinks), (setup_sinks):
29922         Added vis plugin support, need to configure the vis
29923         element to activate it.
29924
29925 2004-10-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29926
29927         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get),
29928         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
29929           Some debug.
29930         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
29931         (gst_avi_demux_handle_src_event), (gst_avi_demux_read_superindex),
29932         (gst_avi_demux_read_subindexes), (gst_avi_demux_add_stream),
29933         (gst_avi_demux_stream_index), (gst_avi_demux_skip),
29934         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
29935         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header):
29936         * gst/avi/gstavidemux.h:
29937           Support for openDML-2.0 indx/ix## chunks. Support for broken index
29938           recovery (where, if part of the index is broken, we will still read
29939           the rest of the index and recover the broken part by stream
29940           scanning). More broken media support. EOS workarounds. General AVI
29941           braindamage headache recovery. Aspirin included.
29942
29943 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29944
29945         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_open),
29946         (cdparanoia_event), (cdparanoia_query):
29947           Get rid of hideous lead-in.
29948
29949 2004-10-11  Wim Taymans  <wim@fluendo.com>
29950
29951         * gst/playback/gstplaybasebin.c: (setup_source):
29952         Wrong var used to get g_list_next.
29953
29954 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29955
29956         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
29957         (cdparanoia_get), (cdparanoia_open):
29958           Report discid as metadata, add duration.
29959
29960 2004-10-11  Wim Taymans  <wim@fluendo.com>
29961
29962         * gst/playback/gstplaybasebin.c: (setup_source):
29963         Cleanup the previous pipeline a little earlier for the
29964         case that a source element provides raw data.
29965
29966 2004-10-11  Benjamin Otte  <otte@gnome.org>
29967
29968         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
29969           reset v1 tag offset when there is no v1 tag. Fixes id3demux always
29970           consuming the last 128 bytes, even though it was valid mp3 data.
29971
29972 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
29973
29974         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
29975         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
29976         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
29977         Change g_warnings to GST_WARNING_OBJECT and fix colourspace issue
29978
29979 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
29980
29981         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps):
29982         Fix for webcams that support only specific width or height
29983
29984 2004-10-09  Tim-Philipp Müller  <t.i.m@zen.co.uk>
29985
29986         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29987
29988         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
29989           Fix wrong discont event setup (fixes #154967).
29990
29991 2004-10-09  Sebastien Cote  <sc5@hermes.usherb.ca>
29992
29993         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29994
29995         * gst/auparse/gstauparse.c: (gst_auparse_chain):
29996           Error out on invalid data (fixes #154807).
29997
29998 2004-10-09  Tim-Philipp Müller  <t.i.m@zen.co.uk>
29999
30000         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30001
30002         * ext/dvdread/dvdreadsrc.c: (_read):
30003           Make titles > 0 work again (fixes #154834).
30004
30005 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30006
30007         * gst-libs/gst/riff/riff-media.c:
30008         (gst_riff_create_video_template_caps):
30009           WMV3 missing in template caps.
30010
30011 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30012
30013         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
30014           OK, so the original code was too strict. It makes random AVI files
30015           hang for seconds upon opening, which is unacceptable and is far
30016           beyond the original goal of getting multiple chunks for one-chunk
30017           sounc stream files. So now do just that.
30018
30019 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30020
30021         * gst/playback/gstplaybasebin.c: (setup_source),
30022         (gst_play_base_bin_change_state):
30023           Actually clean up streaminfo if output fails. This would trigger
30024           if, for example, there was no CD in the drive. No preroll, so
30025           a streaminfo structure is created, but the subsequent state change
30026           of the thread fails.
30027         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
30028           Don't change state if parent failed.
30029
30030 2004-10-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30031
30032         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
30033         (gst_play_bin_init), (gst_play_bin_get_property), (handoff),
30034         (gen_video_element), (remove_sinks):
30035           Add small bits of code for screenshot handling.
30036
30037 2004-10-08  Wim Taymans  <wim@fluendo.com>
30038
30039         * gst/playback/gstplaybin.c: (gst_play_bin_set_property),
30040         (gen_video_element), (gen_audio_element), (setup_sinks):
30041         Don't assume the user provided sinks are named "sink"...
30042
30043 2004-10-08  Wim Taymans  <wim@fluendo.com>
30044
30045         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
30046         (unknown_type), (setup_source), (gst_play_base_bin_remove_element),
30047         (gst_play_base_bin_link_stream):
30048         Do not try to autoplug sources that generate raw streams like
30049         cdparanoia.
30050         disconnect the preroll overrun signal when we don't need it anymore.
30051
30052 2004-10-08  Milosz Derezynski  <internalerror.rez@fhtw-berlin.de>
30053
30054         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
30055         Added reworked patch from #154903 from milosz derezynski (deadchip).
30056
30057 2004-10-08  Wim Taymans  <wim@fluendo.com>
30058
30059         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
30060         (cdparanoia_base_init), (cdparanoia_class_init), (cdparanoia_init),
30061         (cdparanoia_dispose), (cdparanoia_get), (cdparanoia_change_state),
30062         (cdparanoia_convert), (cdparanoia_uri_get_type),
30063         (cdparanoia_uri_get_protocols), (cdparanoia_uri_get_uri),
30064         (cdparanoia_uri_set_uri), (cdparanoia_uri_handler_init):
30065         * ext/cdparanoia/gstcdparanoia.h:
30066         This adds the cdda://<tracknum> uri.
30067
30068 2004-10-08  Wim Taymans  <wim@fluendo.com>
30069
30070         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
30071         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
30072         (try_to_link_1), (no_more_pads), (close_link), (type_found):
30073         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
30074         (unknown_type), (gst_play_base_bin_remove_element),
30075         (gst_play_base_bin_link_stream):
30076         * gst/playback/gstplaybasebin.h:
30077         * gst/playback/gstplaybin.c: (gst_play_bin_init),
30078         (gst_play_bin_set_property), (gen_video_element),
30079         (gen_audio_element), (setup_sinks):
30080         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
30081         (gst_stream_info_get_type), (gst_stream_info_class_init),
30082         (gst_stream_info_init), (gst_stream_info_new),
30083         (gst_stream_info_dispose), (stream_info_mute_pad),
30084         (gst_stream_info_set_property), (gst_stream_info_get_property):
30085         * gst/playback/gststreaminfo.h:
30086         Reuse the audio and video bins.
30087         Some internal cleanups in the stream selection code.
30088
30089 2004-10-08  Julien MOUTTE  <julien@moutte.net>
30090
30091         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
30092         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
30093         * sys/ximage/ximagesink.h:
30094         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
30095         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
30096         * sys/xvimage/xvimagesink.h: Reverting Ronald's changes as the issue is
30097         not coming from those elements. Moreover these elements should not keep
30098         the xid they have been given when in NULL state.
30099
30100 2004-10-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30101
30102         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
30103         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
30104         * sys/ximage/ximagesink.h:
30105         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
30106         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
30107         * sys/xvimage/xvimagesink.h:
30108           Actually only create a new toplevel window if we're not gonna
30109           embed it right after.
30110
30111 2004-10-07  Wim Taymans  <wim@fluendo.com>
30112
30113         * gst/playback/gstplaybasebin.c: (play_base_bin_mute_pad),
30114         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream):
30115         * gst/playback/gstplaybin.c: (setup_sinks):
30116         Implement muting/unmuting of streams, mute streams that are not
30117         used.
30118
30119 2004-10-07  Wim Taymans  <wim@fluendo.com>
30120
30121         * gst/typefind/gsttypefindfunctions.c: (ac3_type_find),
30122         (plugin_init):
30123         Added lame audio/x-ac3 typefind function.
30124
30125 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
30126
30127         * configure.ac:
30128           bump nano to cvs
30129
30130 === release 0.8.5 ===
30131
30132 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
30133
30134         * NEWS:
30135         * RELEASE:
30136         * configure.ac:
30137           releasing 0.8.5, "Take You On"
30138
30139 2004-10-06  Wim Taymans  <wim@fluendo.com>
30140
30141         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
30142         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
30143         (no_more_pads), (close_link), (type_found):
30144         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
30145         * gst/playback/gstplaybin.c: (gen_video_element):
30146         Do not signal the no_more_pads after the first pad when
30147         we are plugging a non dynamic element with multiple
30148         output pads (like swfdec, dvdec, ...).
30149
30150 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
30151
30152         * configure.ac:
30153           bump for prerelease
30154
30155 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
30156
30157         * gst/wavparse/gstwavparse.c:
30158           add ATRAC3 to STATIC CAPS to fix a warning
30159
30160         * gst/matroska/ebml-read.c:
30161         * gst-libs/gst/riff/riff-read.c:
30162           fix typos
30163
30164 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
30165
30166         * gst-libs/gst/riff/riff-media.c:
30167           generate caps for ATRAC3 audio streams
30168
30169         * gst/realmedia/rmdemux.c:
30170           generate caps for ATRAC3 audio streams
30171
30172 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
30173
30174         * gst/wavparse/Makefile.am
30175         * gst/wavparse/riff.h
30176         * gst/wavparse/wavparse.vcproj
30177           riff.h removal (unused and duplication with riff-ids.h)
30178
30179 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
30180
30181         * gst/wavparse/gstwavparse.h
30182           remove duplicated defines for audio codec codes
30183
30184         * gst-libs/gst/riff/riff-ids.h
30185         * gst/wavenc/riff.h:
30186           add "4CC" code for ATRAC3 audio streams
30187           add "4CC" code for ITU_G721_ADPCM (unused for now)
30188
30189 2004-10-06  Wim Taymans  <wim@fluendo.com>
30190
30191         * gst/flx/gstflxdec.c: (gst_flxdec_init), (gst_flxdec_loop):
30192         Actually _do_ negotiation. Pass gdouble as arg instead
30193         of guint64 for the framerate.
30194
30195 2004-10-06  Wim Taymans  <wim@fluendo.com>
30196
30197         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
30198         (find_compatibles), (close_pad_link), (try_to_link_1),
30199         (no_more_pads), (close_link), (type_found):
30200         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
30201         * gst/playback/gstplaybin.c: (gen_video_element),
30202         (gen_audio_element):
30203         Set state on newly added element to READY so that negotiation
30204         can happen ASAP.
30205         Addes some more debug info.
30206         Do not try to plug pads with multiple caps structures or ANY
30207         because it is too dangerous since we do not do dynamic
30208         replugging.
30209
30210 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
30211
30212         written by: Gora Mohanty <gora_mohanty@yahoo.co.in>
30213
30214         * po/LINGUAS:
30215         * po/or.po:
30216           add Oriya translation
30217
30218 2004-10-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30219
30220         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
30221           Prevent overwrite of size member. Makes audio sound crappy.
30222
30223 2004-10-05  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
30224
30225         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
30226         Add rmvb to the list of known RealMedia extensions
30227
30228 2004-10-05  Wim Taymans  <wim@fluendo.com>
30229
30230         * ext/libmng/gstmngdec.c: (gst_mngdec_loop), (mngdec_error),
30231         (mngdec_openstream), (mngdec_closestream),
30232         (mngdec_handle_sink_event), (mngdec_readdata),
30233         (mngdec_gettickcount), (mngdec_settimer), (mngdec_processheader),
30234         (mngdec_getcanvasline), (mngdec_refresh),
30235         (gst_mngdec_change_state):
30236         Set the framerate correctly.
30237
30238 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30239
30240         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
30241           There was something wrong with the index massaging.
30242
30243 2004-10-04  Wim Taymans  <wim@fluendo.com>
30244
30245         * ext/jpeg/gstjpeg.c: (smoke_type_find), (plugin_init):
30246         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
30247         (gst_smokedec_chain):
30248         * ext/jpeg/gstsmokedec.h:
30249         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
30250         (gst_smokeenc_init), (gst_smokeenc_resync), (gst_smokeenc_chain):
30251         * ext/jpeg/gstsmokeenc.h:
30252         * ext/jpeg/smokecodec.c: (smokecodec_encode_new),
30253         (smokecodec_decode_new), (smokecodec_info_free),
30254         (smokecodec_set_quality), (smokecodec_get_quality),
30255         (smokecodec_set_threshold), (smokecodec_get_threshold),
30256         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
30257         (find_best_size), (abs_diff), (put), (smokecodec_encode_id),
30258         (smokecodec_encode), (smokecodec_parse_id),
30259         (smokecodec_parse_header), (smokecodec_decode):
30260         * ext/jpeg/smokecodec.h:
30261         * ext/jpeg/smokeformat.h:
30262         Updated smoke, new bitstream, allows embedding in ogg.
30263
30264 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30265
30266         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
30267           Fix seeking in some files. All this code is no longer needed (and
30268           actually breaks stuff) because we now synchronize the full index
30269           right when reading the header.
30270
30271 2004-10-04  Wim Taymans  <wim@fluendo.com>
30272
30273         * configure.ac:
30274         configure update for libmng.
30275
30276 2004-10-04  Wim Taymans  <wim@fluendo.com>
30277
30278         * ext/libmng/Makefile.am:
30279         * ext/libmng/gstmng.c: (plugin_init):
30280         * ext/libmng/gstmng.h:
30281         * ext/libmng/gstmngdec.c: (gst_mngdec_get_type),
30282         (gst_mngdec_base_init), (gst_mngdec_class_init),
30283         (gst_mngdec_sinklink), (gst_mngdec_init), (gst_mngdec_src_getcaps),
30284         (gst_mngdec_loop), (gst_mngdec_get_property),
30285         (gst_mngdec_set_property), (mngdec_error), (mngdec_openstream),
30286         (mngdec_closestream), (mngdec_handle_sink_event),
30287         (mngdec_readdata), (mngdec_gettickcount), (mngdec_settimer),
30288         (mngdec_processheader), (mngdec_getcanvasline), (mngdec_refresh),
30289         (gst_mngdec_change_state):
30290         * ext/libmng/gstmngdec.h:
30291         * ext/libmng/gstmngenc.c: (gst_mngenc_get_type),
30292         (mng_caps_factory), (raw_caps_factory), (gst_mngenc_base_init),
30293         (gst_mngenc_class_init), (gst_mngenc_sinklink), (gst_mngenc_init),
30294         (gst_mngenc_chain), (gst_mngenc_get_property),
30295         (gst_mngenc_set_property):
30296         * ext/libmng/gstmngenc.h:
30297         Added basic MNG decoder. Needs more work. The encoder does
30298         not work yet.
30299
30300 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30301
30302         * gst/realmedia/rmdemux.c: (gst_rmdemux_handle_sink_event),
30303         (gst_rmdemux_loop), (gst_rmdemux_add_stream),
30304         (gst_rmdemux_parse_mdpr), (gst_rmdemux_dump_mdpr):
30305           Don't hang on length=0 chunks. Some negotiation fixes. Signal
30306           no-more-pads.
30307
30308 2004-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
30309
30310         * configure.ac:
30311           you need at least 1.0.4 of speex
30312
30313 2004-10-04 Iain <iaingnome@gmail.com>
30314
30315         * ext/speex/gstspeexdec.h: Revert the includes changes.
30316
30317         * ext/speex/gstspeexenc.[ch]: Revert the includes changes.
30318
30319 2004-09-30 Iain <iaingnome@gmail.com>
30320
30321         * sys/sunaudio/gstsunaudio.c (gst_sunaudiosink_open): Use the device
30322         found during init or set as a property instead of hardcoding /dev/audio
30323
30324 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30325
30326         * gst/realmedia/rmdemux.c: (gst_rmdemux_class_init),
30327         (gst_rmdemux_init), (gst_rmdemux_handle_sink_event),
30328         (gst_rmdemux_loop), (gst_rmdemux_add_stream), (re_hexdump_bytes),
30329         (re_dump_pascal_string), (gst_rmdemux_dump__rmf),
30330         (gst_rmdemux_dump_prop), (gst_rmdemux_parse_mdpr),
30331         (gst_rmdemux_dump_mdpr), (gst_rmdemux_dump_indx),
30332         (gst_rmdemux_dump_data):
30333           Use debug category, fix EOS handling. filesrc ! rmdemux now
30334           works.
30335
30336 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30337
30338         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
30339         (gst_avi_demux_stream_scan), (sort), (gst_avi_demux_massage_index),
30340         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data):
30341           Improve allocation, cutting and sorting of the index. How takes a
30342           few seconds instead of minutes.
30343
30344 2004-10-03  Christophe Fergeau  <teuf@gnome.org>
30345
30346         * gst/realmedia/rmdemux.c: (gst_rmdemux_parse_mdpr):
30347           fixed compilation
30348
30349 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30350
30351         * gst-libs/gst/riff/riff-media.c:
30352         (gst_riff_create_video_caps_with_data),
30353         (gst_riff_create_video_template_caps):
30354           Add wing commander format mimetype/fourccs.
30355         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
30356           Don't crash if some value is 0.
30357
30358 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30359
30360         * gst-libs/gst/riff/riff-media.c:
30361         (gst_riff_create_video_caps_with_data),
30362         (gst_riff_create_video_template_caps):
30363           Add DIB fourcc (raw, palettized 8-bit RGB).
30364         * gst-libs/gst/riff/riff-read.c:
30365         (gst_riff_read_strf_vids_with_data):
30366           Oops, fix strf_data reading bug.
30367         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
30368           Use a non-NULL tag.
30369         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
30370           Time for hacks. Sorry Dave. At least one quicktime movie (a
30371           trailer) that I've encountered contains multiple video tracks.
30372           One of those is the actual video track, the other are one-frame
30373           tracks (images). Unfortunately, the number of frames according
30374           to the trak header is 1 for each, so that doesn't help. So
30375           instead, I look at the duration and discard tracks with a
30376           duration shorter than 20% of the length of the stream. Better
30377           than nothing.
30378
30379 2004-10-01  Christian Schaller <christian@fluendo.com>
30380
30381         * ext/ivorbis/vorbis.c:
30382           Patch from Phil Blundell (Bug 152341)
30383
30384 2004-10-01  Wim Taymans  <wim@fluendo.com>
30385
30386         * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
30387         (speex_dec_get_formats), (speex_dec_convert),
30388         (speex_dec_src_query), (speex_dec_src_event), (speex_dec_event),
30389         (speex_dec_chain), (gst_speexdec_get_property),
30390         (gst_speexdec_set_property):
30391         Small cleanups.
30392
30393 2004-10-01  Wim Taymans  <wim@fluendo.com>
30394
30395         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
30396         (gst_wavparse_stream_init), (gst_wavparse_fmt),
30397         (gst_wavparse_other), (gst_wavparse_loop),
30398         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
30399         (gst_wavparse_srcpad_event):
30400         * gst/wavparse/gstwavparse.h:
30401         Added some more debugging info.
30402         Fix the case where the length of the file is 0.
30403         Make sure we seek to sample borders.
30404
30405 2004-10-01  Wim Taymans  <wim@fluendo.com>
30406
30407         * gst/playback/README:
30408         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
30409         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
30410         (try_to_link_1), (no_more_pads), (close_link), (type_found):
30411         Add some debug info to decodebin, update README
30412
30413 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30414
30415         * ext/dvdnav/dvdnavsrc.c: (dvdnav_handle_navigation_event):
30416           Don't use g_print(); use GST_DEBUG().
30417
30418 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30419
30420         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
30421         (gst_ogg_mux_queue_pads):
30422           Handle EOS properly.
30423
30424 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
30425
30426         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30427
30428         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_sinkconnect),
30429         (gst_faad_chain), (gst_faad_change_state):
30430         * ext/faad/gstfaad.h:
30431           Allow playback of raw (unframed) MPEG AAC files (#148993).
30432
30433 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
30434
30435         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30436
30437         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
30438           Throw error if we didn't recognize the stream. Fixes #152289.
30439
30440 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30441
30442         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
30443           Fix negotiation.
30444
30445 2004-10-01  Francis Labonte  <francis_labonte@hotmail.com>
30446
30447         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30448
30449         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
30450           Fix memleak.
30451
30452 2004-10-01  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
30453
30454         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30455
30456         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_setparams):
30457           Solve #152805.
30458         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_mute):
30459           Solve 152806.
30460
30461 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30462
30463         * gst-libs/gst/riff/riff-media.c:
30464         (gst_riff_create_video_caps_with_data),
30465         (gst_riff_create_audio_caps_with_data):
30466           Add codec_data handling (like asfdemux used to do).
30467         * gst/asfdemux/gstasf.c: (plugin_init):
30468         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
30469         (gst_asf_demux_add_audio_stream), (gst_asf_demux_add_video_stream):
30470           Use riff-media for caps creation instead of our own (mostly
30471           broken) copy of its functions.
30472
30473 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30474
30475         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_capture):
30476           Don't actually error out if we get another return value than
30477           -EINVAL. Opposite to what I first thought, drivers have random
30478           return values for this, although -EINVAL is the expected return
30479           value. Since this is not fatal, we shouldn't use
30480           GST_ELEMENT_ERROR() but just GST_ERROR_OBJECT().
30481
30482 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30483
30484         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
30485         (dvdreadsrc_init), (dvdreadsrc_dispose), (dvdreadsrc_set_property),
30486         (dvdreadsrc_get_property), (_open), (_seek), (_read),
30487         (dvdreadsrc_get), (dvdreadsrc_open_file),
30488         (dvdreadsrc_change_state):
30489           Fix. Don't do one big huge loop around the whole DVD, that will
30490           cache all data and thus eat sizeof(dvd) (several GB) before we
30491           see something.
30492         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
30493           Actually NULL'ify event after using it.
30494         * gst/matroska/ebml-read.c: (gst_ebml_read_use_event),
30495         (gst_ebml_read_handle_event), (gst_ebml_read_element_id),
30496         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
30497         (gst_ebml_read_seek), (gst_ebml_read_skip):
30498           Handle events.
30499         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_base_init),
30500         (gst_dvd_demux_init), (gst_dvd_demux_get_audio_stream),
30501         (gst_dvd_demux_get_subpicture_stream), (gst_dvd_demux_plugin_init):
30502           Fix timing (this will probably break if I seek using menus, but
30503           I didn't get there yet). VOBs and normal DVDs should now work.
30504           Add a mpeg2-only pad with high rank so this get autoplugged for
30505           MPEG-2 movies.
30506         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_base_init),
30507         (gst_mpeg_demux_class_init), (gst_mpeg_demux_init),
30508         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_get_video_stream),
30509         (gst_mpeg_demux_get_audio_stream),
30510         (gst_mpeg_demux_get_private_stream), (gst_mpeg_demux_parse_packet),
30511         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_plugin_init):
30512           Use this as second rank for MPEG-1 and MPEG-2. Still use this for
30513           MPEG-1 but use dvddemux for MPEG-2.
30514         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
30515         (gst_mpeg_parse_init), (gst_mpeg_parse_new_pad),
30516         (gst_mpeg_parse_parse_packhead):
30517           Timing. Only add pad template if it exists. Add sink template from
30518           class and not from ourselves. This means we will always use the
30519           correct sink template even if it is not the one defined in this
30520           file.
30521
30522 2004-09-29  Wim Taymans  <wim@fluendo.com>
30523
30524         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_packet),
30525         (gst_mpeg_demux_parse_pes):
30526         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
30527         Fix playback of mpeg again, timestamps where screwed up by
30528         patch 1.61.
30529
30530 2004-09-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30531
30532         * ext/flac/gstflacdec.c: (gst_flacdec_src_query):
30533           Only return true if we actually filled something in. Prevents
30534           player applications from showing a random length for flac files.
30535         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
30536         (gst_riff_read_use_event), (gst_riff_read_handle_event),
30537         (gst_riff_read_seek), (gst_riff_read_skip), (gst_riff_read_strh),
30538         (gst_riff_read_strf_vids_with_data),
30539         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_iavs):
30540           OK, ok, so I implemented event handling. Apparently it's normal
30541           that we receive random events at random points without asking
30542           for it.
30543         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
30544         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
30545         (gst_avi_demux_handle_src_event), (gst_avi_demux_stream_index),
30546         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
30547         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header),
30548         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
30549         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
30550         * gst/avi/gstavidemux.h:
30551           Implement non-lineair chunk handling and subchunk processing.
30552           The first solves playback of AVI files where the audio and video
30553           data of individual buffers that we read are not synchronized.
30554           This should not happen according to the wonderful AVI specs, but
30555           of course it does happen in reality. It is also a prerequisite for
30556           the second. Subchunk processing allows us to cut chunks in small
30557           pieces and process each of these pieces separately. This is
30558           required because I've seen several AVI files with incredibly large
30559           audio chunks, even some files with only one audio chunk for the
30560           whole file. This allows for proper playback including seeking.
30561           This patch is supposed to fix all AVI A/V sync issues.
30562         * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
30563         (flx_decode_chunks), (flx_decode_color), (gst_flxdec_loop):
30564           Work.
30565         * gst/modplug/gstmodplug.cc:
30566           Proper return value setting for the query() function.
30567         * gst/playback/gstplaybasebin.c: (setup_source):
30568           Being in non-playing state (after, e.g., EOS) is not necessarily
30569           a bad thing. Allow for that. This fixes playback of short files.
30570           They don't actually playback fully now, because the clock already
30571           runs. This means that small files (<500kB) with a small length
30572           (<2sec) will still not or barely play. Other files, such as mod
30573           or flx, will work correctly, however.
30574
30575 2004-09-28  Wim Taymans  <wim@fluendo.com>
30576
30577         * ext/speex/gstspeex.c: (plugin_init):
30578         * ext/speex/gstspeexdec.c: (gst_speex_dec_base_init),
30579         (gst_speex_dec_class_init), (speex_dec_get_formats),
30580         (speex_get_event_masks), (speex_get_query_types),
30581         (gst_speex_dec_init), (speex_dec_convert), (speex_dec_src_query),
30582         (speex_dec_src_event), (speex_dec_event), (speex_dec_chain),
30583         (gst_speexdec_get_property), (gst_speexdec_set_property),
30584         (speex_dec_change_state):
30585         * ext/speex/gstspeexdec.h:
30586         * ext/speex/gstspeexenc.c: (gst_speexenc_get_formats),
30587         (gst_speexenc_get_type), (speex_caps_factory), (raw_caps_factory),
30588         (gst_speexenc_base_init), (gst_speexenc_class_init),
30589         (gst_speexenc_sinkconnect), (gst_speexenc_convert_src),
30590         (gst_speexenc_convert_sink), (gst_speexenc_get_query_types),
30591         (gst_speexenc_src_query), (gst_speexenc_init),
30592         (gst_speexenc_get_tag_value), (comment_init), (comment_add),
30593         (gst_speexenc_metadata_set1), (gst_speexenc_set_metadata),
30594         (gst_speexenc_setup), (gst_speexenc_buffer_from_data),
30595         (gst_speexenc_push_buffer), (gst_speexenc_set_header_on_caps),
30596         (gst_speexenc_chain), (gst_speexenc_get_property),
30597         (gst_speexenc_set_property), (gst_speexenc_change_state):
30598         * ext/speex/gstspeexenc.h:
30599         Rewrote speex encoder, make sure it can be embedded in ogg.
30600         Implemented speex decoder.
30601
30602 2004-09-28  Christian Schaller <christian@fluendo.com>
30603
30604         * configure.ac:
30605         Remove kioslave plugin. Markey is brewing a new working one
30606         * ext/Makefile.am: Remove kioslave plugin
30607         * ext/kio: remove
30608         * gst-plugins.spec.in: remove kio plugin from spec
30609
30610 2004-09-27  Wim Taymans  <wim@fluendo.com>
30611
30612         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
30613         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
30614         (is_sync_frame), (gst_multifdsink_client_queue_buffer),
30615         (gst_multifdsink_new_client),
30616         (gst_multifdsink_handle_client_write),
30617         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
30618         (gst_multifdsink_handle_clients):
30619         * gst/tcp/gstmultifdsink.h:
30620         Make syncing to keyframes actually work for new clients and lagging
30621         clients.
30622
30623 2004-09-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30624
30625         * gst/debug/gstnavigationtest.c: (gst_navigationtest_class_init),
30626         (gst_navigationtest_handle_src_event), (draw_box_planar411),
30627         (gst_navigationtest_planar411), (gst_navigationtest_change_state):
30628         * gst/debug/gstnavigationtest.h:
30629           make navigationtest display button-press and button-release events
30630
30631 2004-09-26 Iain <iaingnome@gmail.com>
30632
30633         * gst/interleave/interleave.c (all_channels_new_media): Checks if all
30634         the channels have received a new media event.
30635         (interleave_buffered_loop): Compresses a new media event on all
30636         channels into one.
30637
30638 2004-09-26 Iain <iaingnome@gmail.com>
30639
30640         * gst/wavenc/gstwavenc.c (gst_wavenc_chain): Company says we need to
30641         call the sinkpad's default event handler and not the srcpads. He also
30642         says this is confusing :)
30643         (gst_wavenc_stop_file): Company says that seek events only go upstream
30644         we should send a discontinuous downstream instead.
30645
30646 2004-09-25  Christian Schaller <christian@fluendo.com>
30647
30648         * Update SPEC file to be usable in conjunction with Fedora Core,
30649           Fedora.us and freshrpms packages
30650         * Fix typo in multifilesrc test Makefile
30651
30652 2004-09-24  Wim Taymans  <wim@fluendo.com>
30653
30654         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
30655         Only signal the no_more_pads signal when we have
30656         added the stream to our list.
30657
30658 2004-09-24  Wim Taymans  <wim@fluendo.com>
30659
30660         * gst/playback/gstplaybasebin.c: (remove_prerolls),
30661         (new_decoded_pad):
30662         * gst/playback/gstplaybasebin.h:
30663         * gst/playback/gstplaybin.c: (setup_sinks):
30664         Don't try to preroll or decode more than one audio/video
30665         track.
30666
30667 2004-09-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30668
30669         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
30670           Throw error if we failed to find a suitable output. This should
30671           throw an error if we successfully set up a pipeline (e.g. because
30672           we recognized a media file) but found no decodable streams in it
30673           (e.g. because it contains only media stream types for which we
30674           have no decoders, or because it's not a media type).
30675
30676 2004-09-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30677
30678         * ext/dirac/Makefile.am:
30679         * ext/dirac/gstdirac.cc:
30680         * ext/dirac/gstdiracdec.cc:
30681         * ext/dirac/gstdiracdec.h:
30682           Do something. Don't actually know if this works because I don't
30683           have a demuxer yet.
30684         * ext/gsm/gstgsmdec.c: (gst_gsmdec_getcaps):
30685           Add channels=1 to caps returned from _getcaps().
30686         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_get_type),
30687         (gst_ogm_video_parse_get_type), (gst_ogm_audio_parse_base_init),
30688         (gst_ogm_video_parse_base_init), (gst_ogm_parse_init),
30689         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
30690         (gst_ogm_parse_sink_convert), (gst_ogm_parse_chain),
30691         (gst_ogm_parse_change_state):
30692           Separate between audio/video so ogmaudioparse actually uses the
30693           audio pad templates. Both audio and video work now, including
30694           autoplugging. Also use sometimes-srcpad hack.
30695         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
30696           Handle events better. Don't hang on infinite loops.
30697         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
30698         (gst_avi_demux_init), (gst_avi_demux_reset),
30699         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
30700         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data),
30701         (gst_avi_demux_change_state):
30702         * gst/avi/gstavidemux.h:
30703           Improve A/V sync. Still not perfect.
30704         * gst/matroska/ebml-read.c: (gst_ebml_read_seek),
30705         (gst_ebml_read_skip):
30706           Handle events better.
30707         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
30708         (gst_qtdemux_loop_header), (qtdemux_parse_trak),
30709         (qtdemux_audio_caps):
30710           Add IMA4. Improve event handling. Save offset after a seek when
30711           the headers are at the end of the file so that we don't end up in
30712           an infinite loop.
30713         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
30714           Add low-priority typefind support for files with no length.
30715
30716 2004-09-23  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30717
30718         * testsuite/multifilesink/Makefile.am:
30719         fix typo
30720
30721 2004-09-22  Julien MOUTTE  <julien@moutte.net>
30722
30723         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
30724         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls): Fix
30725         mistakes from thaytan's patches.
30726
30727 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
30728
30729         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
30730           For completeness, XSync in the destroy function as xvimage does.
30731
30732 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
30733
30734         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
30735            Correct caps negotiation
30736         * gst/volume/gstvolume.c: (volume_chain_float),
30737         (volume_chain_int16):
30738            Modify debug output to be little more informative
30739         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
30740         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
30741         (gst_xvimagesink_xvimage_destroy):
30742           Add XSync calls after detaching from the shared memory segment to
30743           avoid a crash.
30744
30745 2004-09-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30746
30747         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
30748         (gst_ogg_mux_next_buffer), (gst_ogg_mux_loop):
30749         * ext/vorbis/vorbis.c: (plugin_init):
30750         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
30751         (gst_vorbisenc_chain):
30752         * ext/vorbis/vorbisenc.h:
30753         remove explicit newmedia support from oggmux and vorbisenc
30754         add debug category to vorbisenc
30755         * gst/multifilesink/gstmultifilesink.c:
30756         (gst_multifilesink_class_init), (gst_multifilesink_init),
30757         (gst_multifilesink_dispose), (gst_multifilesink_set_location),
30758         (gst_multifilesink_set_property), (gst_multifilesink_next_file),
30759         (gst_multifilesink_handle_event), (gst_multifilesink_chain),
30760         (plugin_init):
30761         * gst/multifilesink/gstmultifilesink.h:
30762         add support for streamheader in multifilesink
30763
30764 2004-09-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30765
30766         * gst/asfdemux/gstasfdemux.c: (_read_var_length), (_read_guid),
30767         (gst_asf_demux_process_segment), (gst_asf_demux_handle_data),
30768         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event):
30769           Prevent infinite loops. More correct error reporting.
30770         * gst/auparse/gstauparse.c: (gst_auparse_chain):
30771           Error out if negotiation fails.
30772         * gst/playback/gstplaybasebin.c: (setup_source),
30773         (gst_play_base_bin_change_state), (gst_play_base_bin_error),
30774         (gst_play_base_bin_found_tag):
30775           Error/tag forwarding. Pre-roll fixes for source errors on state
30776           changes (e.g. "file does not exist") to prevent hangs.
30777
30778 2004-09-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30779
30780         * testsuite/multifilesink/Makefile.am:
30781         * testsuite/multifilesink/lame_test.c: (gst_newmedia_base_init),
30782         (gst_newmedia_class_init), (gst_newmedia_init),
30783         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
30784         (newfile_signal), (test_signal), (main):
30785         * testsuite/multifilesink/multifilesrc_test.c: (main):
30786         * testsuite/multifilesink/oggtheora_test.c:
30787         (gst_newmedia_base_init), (gst_newmedia_class_init),
30788         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
30789         (test_format), (newfile_signal), (test_signal), (main):
30790         * testsuite/multifilesink/oggvorbis_test.c:
30791         (gst_newmedia_base_init), (gst_newmedia_class_init),
30792         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
30793         (test_format), (newfile_signal), (test_signal), (main):
30794         * testsuite/multifilesink/wavenc_test.c: (gst_newmedia_base_init),
30795         (gst_newmedia_class_init), (gst_newmedia_init),
30796         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
30797         (newfile_signal), (test_signal), (main):
30798         New media tests
30799
30800 2004-09-20  Christian Schaller <christian@fluendo.com>
30801
30802         * Fix mikmod license to LGPL as they have relicensed
30803         * Move Dirac and Effectv into LGPL section of README_license
30804
30805 2004-09-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30806
30807         * ext/mad/gstmad.c: (gst_mad_check_caps_reset),
30808         (gst_mad_change_state):
30809           Allow for mp3 rate/channels changes. However, only very
30810           conservatively. Reason that we *have* to enable this is smiply
30811           because the mad find_sync() function is not good enough, it will
30812           regularly sync on random data as valid frames and therefore make
30813           us provide random caps as *final* caps of the stream. The best fix
30814           I could think of is to simply require several of the same stream
30815           changes in a row before we change caps.
30816           The actual testcase that works now is #
30817         * ext/ogg/Makefile.am:
30818         * ext/ogg/gstogg.c: (plugin_init):
30819         * ext/ogg/gstogmparse.c:
30820           OGM support (video only for now; I need an audio sample file).
30821         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
30822         (gst_asf_demux_process_stream), (gst_asf_demux_video_caps),
30823         (gst_asf_demux_add_video_stream):
30824           WMV extradata.
30825         * gst/playback/gstplaybasebin.c: (unknown_type):
30826           Don't error out on single unknown-types after all. It's wrong.
30827           If we found type of video and audio but not of a subtitle stream,
30828           it will still error out (which is unwanted). Will find a better fix
30829           later on.
30830         * gst/typefind/gsttypefindfunctions.c: (ogmvideo_type_find),
30831         (ogmaudio_type_find), (plugin_init):
30832           OGM support.
30833
30834 2004-09-20  Johan Dahlin  <johan@gnome.org>
30835
30836         * ext/jpeg/gstjpegdec.c (gst_jpegdec_chain): Allocate the buffer
30837         after setting caps.
30838
30839 2004-09-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30840
30841         * gst/wavenc/gstwavenc.c: (gst_wavenc_init), (gst_wavenc_chain):
30842         * gst/wavenc/gstwavenc.h:
30843         Added newmedia support to wavenc
30844
30845 2004-09-17  Wim Taymans  <wim@fluendo.com>
30846
30847         * gst/tcp/gstfdset.c: (gst_fdset_fd_has_closed),
30848         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
30849         (gst_fdset_fd_can_write), (gst_fdset_wait):
30850         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
30851         (gst_multifdsink_init), (gst_multifdsink_add),
30852         (gst_multifdsink_remove), (gst_multifdsink_get_stats),
30853         (gst_multifdsink_remove_client_link),
30854         (gst_multifdsink_client_queue_buffer),
30855         (gst_multifdsink_handle_client_write),
30856         (gst_multifdsink_recover_client), (gst_multifdsink_handle_clients),
30857         (gst_multifdsink_close), (gst_multifdsink_change_state):
30858         * gst/tcp/gstmultifdsink.h:
30859         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
30860         (gst_tcpserversink_removed):
30861         Small cleanups in fdset.c
30862         Use a hastable to map fd to the client structure for faster
30863         lookup in _remove and get_stats.
30864         Added virtual function to close the fds.
30865         Handle clients even when the select/poll call was unblocked because
30866         of a command.
30867         Implement syncing to keyframe in the recovery procedure.
30868
30869 2004-09-16 Iain <iaingnome@gmail.com>
30870
30871         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int): Free the
30872         try caps.
30873
30874 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30875
30876         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream):
30877           Caps are only set if the type of the stream is unknown, but this
30878           is initialized in ->init_stream(), so set to UNKNOWN after calling
30879           ->init_stream() so that capsnego starts.
30880
30881 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30882
30883         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
30884         (gst_avi_demux_stream_data):
30885           Just hardcode for raw audio then. AVI audio sucks.
30886
30887 2004-09-15  Arwed v. Merkatz  <v.merkatz@gmx.net>
30888
30889         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
30890         * gst/matroska/matroska-mux.c: (audiosink_templ),
30891         (gst_matroska_mux_audio_pad_link):
30892         * gst/typefind/gsttypefindfunctions.c: (tta_caps), (plugin_init):
30893         Use audio/x-ttafile for tta files and audio/x-tta for raw tta frames.
30894
30895 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30896
30897         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
30898         (gst_avi_demux_stream_data):
30899           Try to fix a/v sync issues.
30900
30901 2004-09-15  David Schleef  <ds@schleef.org>
30902
30903         * configure.ac: remove NASM check, since we don't use it.  Update
30904         dirac check to 0.4
30905         * ext/dirac/gstdiracdec.cc: update to current 0.4 API
30906         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
30907         Initialized variables.
30908         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
30909         (gst_qtdemux_loop_header), (qtdemux_parse), (qtdemux_parse_trak),
30910         (gst_qtdemux_handle_esds), (qtdemux_audio_caps): Fix seeking, add
30911         SVQ3 format
30912
30913 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30914
30915         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
30916         (gst_avi_demux_add_stream), (gst_avi_demux_stream_data):
30917         * gst/avi/gstavidemux.h:
30918           Fix for compressed audio (mp3) timestamp generation. How did this
30919           ever work?
30920
30921 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30922
30923         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
30924           Volume is a double not a float.
30925
30926 2004-09-15  Wim Taymans  <wim@fluendo.com>
30927
30928         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_remove_client_link),
30929         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
30930         Don't close the fd in multifdsink as we didn't open it in the
30931         first place. Some cleanups.
30932
30933 2004-09-15  Wim Taymans  <wim@fluendo.com>
30934
30935         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
30936         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
30937         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
30938         Fix the case where the muxer would mark pages as delta
30939         frames when they are not (vorbis only ogg).
30940
30941 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30942
30943         * gst/playback/gstplaybasebin.c: (state_change), (setup_source),
30944         (gst_play_base_bin_change_state):
30945           Handle the case where we failed to setup a clear pipeline. This
30946           will throw an error (or EOS, another nice case) and if you don't
30947           catch that, the app will wait for the signal forever (and thus
30948           hang).
30949
30950 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30951
30952         * ext/gnomevfs/gstgnomevfssink.c:
30953         (gst_gnomevfssink_uri_get_protocols):
30954         * ext/gnomevfs/gstgnomevfssrc.c:
30955         (gst_gnomevfssrc_uri_get_protocols):
30956         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
30957         * ext/gnomevfs/gstgnomevfsuri.h:
30958           Use _uri_new() instead of _open(), so it doesn't take as long and
30959           Christophe's computer won't hang.
30960         * gst/playback/gstplaybasebin.c: (unknown_type):
30961           Throw error on unknown media type, so apps actually display it.
30962
30963 2004-09-14  Brian Cameron  <brian.cameron@sun.com
30964
30965         * tools/gst-launch-ext-m.m:  Changed ~ to $ENV{HOME} to allow
30966           this script to work on Solaris since bash shell handles echo
30967           differenly than bash.
30968
30969 2004-09-17  Wim Taymans  <wim@fluendo.com>
30970
30971         * gst/playback/gstplaybasebin.c: (queue_overrun), (no_more_pads),
30972         (setup_source), (gst_play_base_bin_set_property),
30973         (gst_play_base_bin_add_element):
30974         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
30975         Some more work on making sure seeking pauses the pipeline and
30976         that changing the uri actually does something.
30977
30978 2004-09-17  Wim Taymans  <wim@fluendo.com>
30979
30980         * gst/tcp/gstfdset.c: (gst_fdset_wait):
30981         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_close):
30982         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send),
30983         (gst_tcpserversink_close):
30984         Be a bit more paranoid when freeing memory.
30985
30986 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30987
30988         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
30989         (qtdemux_parse_trak):
30990           Don't crash by dividing by zero (see sample movie in #126922).
30991
30992 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30993
30994         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
30995           Don't touch non-existing data (fixes crash on file in #140147).
30996
30997 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30998
30999         * gst/playback/gstplaybasebin.c:
31000         (gst_play_base_bin_dispose), (gst_play_base_bin_set_property):
31001           Handle double disposals, and proper change of URIs.
31002
31003 2004-09-13  Martin Eikermann <meiker@upb.de>
31004
31005         * gst/mpegstream/gstmpegparse.c:
31006           fix synchronistation for streams recorded from digital PCR
31007           fixes bug #119376
31008
31009 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31010
31011         * ext/gnomevfs/Makefile.am:
31012         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
31013         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_get_type),
31014         (gst_gnomevfssink_dispose), (gst_gnomevfssink_init),
31015         (gst_gnomevfssink_uri_get_type),
31016         (gst_gnomevfssink_uri_get_protocols),
31017         (gst_gnomevfssink_uri_get_uri), (gst_gnomevfssink_uri_set_uri),
31018         (gst_gnomevfssink_uri_handler_init),
31019         (gst_gnomevfssink_set_property), (gst_gnomevfssink_get_property),
31020         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file):
31021         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
31022         (gst_gnomevfssrc_init), (gst_gnomevfssrc_dispose),
31023         (gst_gnomevfssrc_uri_get_type),
31024         (gst_gnomevfssrc_uri_get_protocols), (gst_gnomevfssrc_uri_get_uri),
31025         (gst_gnomevfssrc_uri_set_uri), (gst_gnomevfssrc_uri_handler_init),
31026         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
31027         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file):
31028         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
31029         * ext/gnomevfs/gstgnomevfsuri.h:
31030           Add URI support to Gnome-VFS plugins. Tries to load a fixed list
31031           of fake URIs to see which this version of Gnome-VFS likes, and
31032           uses that for the Gst-URI interface. Makes playbin support http://
31033           streams. Also fix up some stupid behaviour in gnomevfssrc.
31034
31035 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31036
31037         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
31038         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
31039         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
31040         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
31041           Update mixer (to sync with other sessions) if we try to obtain
31042           a new value. This makes alsamixer work accross applications.
31043         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
31044           Only call sync functions if we're running, else alsalib asserts.
31045         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
31046           Sometimes fails to compile. Possibly a gcc bug.
31047         * gst/playback/gstplaybin.c: (gen_video_element),
31048         (gen_audio_element):
31049           Add a reference to an application-provided object, because we lose
31050           this same reference if we add it to the bin. If we don't do this,
31051           we can only use this object once and thus crash if we go from
31052           ready to playing, back to ready and back to playing again.
31053           Also add an audioscale element because several cheap soundcards -
31054           like mine - don't support all samplerates.
31055         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
31056         (gst_ximagesink_xcontext_clear), (gst_ximagesink_change_state):
31057           Fix wrong order or PAR calls. Makes automatically obtained PAR
31058           from the X server atually being used.
31059
31060 2004-09-12  David Schleef  <ds@schleef.org>
31061
31062         Fixes: #151879, #151881, #151882, #151883, #151884, #151886,
31063         #151887, #152102, #152247.
31064         * examples/indexing/indexmpeg.c: 64-bit warning fixes.
31065         * examples/seeking/cdparanoia.c: same
31066         * examples/seeking/cdplayer.c: same
31067         * examples/seeking/seek.c: same
31068         * examples/seeking/spider_seek.c: same
31069         * examples/seeking/vorbisfile.c: same
31070         * examples/stats/mp2ogg.c: same
31071         * ext/esd/esdsink.c: (gst_esdsink_class_init),
31072         (gst_esdsink_dispose): Dispose of element properly.
31073         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_seek): 64-bit warning
31074         fixes.
31075         * ext/nas/nassink.c: (gst_nassink_class_init),
31076         (gst_nassink_dispose): Dispose of element correctly.
31077         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix leak.
31078         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
31079         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
31080         Fix 64-bit warning.
31081         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
31082         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
31083         Fix 64-bit warning.
31084
31085 2004-09-12  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
31086
31087         * configure.ac : change speex detection as 1.1.6 now uses
31088           .pc/pkg-config and they changed their headers location.
31089
31090 2004-09-09  Arwed v. Merkatz  <v.merkatz@gmx.net>
31091
31092         * gst/matroska/matroska-mux.h:
31093         * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
31094         (gst_matroska_mux_start), (gst_matroska_mux_finish),
31095         (gst_matroska_mux_write_data):
31096           Write multiple blocks/frames per cluster.
31097                 Write meta-seek information (seek heads).
31098
31099 2004-09-09  Scott Wheeler <wheeler@kde.org>
31100
31101         * gst/gstplaybin.c: (gst_play_bin_class_init), (gst_play_bin_init),
31102         (gst_play_bin_set_property), (gst_play_bin_get_property),
31103         (gen_audio_element), (gen_audio_element):
31104           Add a volume element / property to the pipeline.
31105
31106 2004-09-07  Wim Taymans  <wim@fluendo.com>
31107
31108         * gst/videomixer/videomixer.c: (gst_videomixer_blend_buffers):
31109         Copy timestamps from the master pad to the output buffers.
31110
31111 2004-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
31112
31113         * ext/raw1394/gstdv1394src.c:
31114           throw errors when applicable
31115
31116 2004-09-01  Arwed v. Merkatz  <v.merkatz@gmx.net>
31117
31118         * gst/matroska/ebml-ids.h:
31119         * gst/matroska/ebml-read.c: (gst_ebml_read_date):
31120         * gst/matroska/ebml-write.c: (gst_ebml_write_date):
31121         * gst/matroska/matroska-mux.c: (gst_matroska_mux_finish):
31122           automatically convert unix time <-> ebml time when reading/writing
31123           a date, use gst_ebml_write_uint to write CUETIME,
31124           not gst_ebml_write_date.
31125         * gst/matroska/matroska-ids.h:
31126         * gst/matroska/matroska-mux.c: (gst_matroska_mux_create_uid),
31127         (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_link),
31128         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
31129         (gst_matroska_mux_write_data):
31130           Write track and segment UIDs, write muxing date, write
31131           TRACKDEFAULTDURATION for TTA audio, write BLOCKDURATION if known.
31132           Create cues for audio only files.
31133
31134 2004-08-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31135
31136         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
31137         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
31138           Re-commit ALSA switches.
31139         * gst/adder/gstadder.c: (gst_adder_loop):
31140           64-bit fix (#151416).
31141         * gst/debug/progressreport.c: (gst_progressreport_report):
31142           64-bit fix (#151419).
31143         * gst/matroska/matroska-demux.c:
31144         (gst_matroska_demux_parse_contents):
31145           64-bit fix (#151420).
31146         * gst/playback/test3.c: (update_scale):
31147           64-bit fix (#151421).
31148
31149 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
31150
31151         * configure.ac:
31152           bump nano to cvs
31153
31154 === release 0.8.4 ===
31155
31156 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
31157
31158         * configure.ac: releasing 0.8.4, "Alias"
31159
31160 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
31161
31162         * ext/theora/Makefile.am:
31163           fix makefile.  Fixes #151462.
31164
31165 2004-08-30  Wim Taymans  <wim@fluendo.com>
31166
31167         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_wait):
31168         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
31169         (gst_multifdsink_remove_client_link),
31170         (gst_multifdsink_client_queue_buffer),
31171         (gst_multifdsink_handle_client_write):
31172         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
31173         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
31174         Fix some memory leaks.
31175
31176 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
31177
31178         Patch by: David Schleef
31179
31180         * configure.ac:
31181         * sys/Makefile.am:
31182           rename our detection macro for V4L2.  Fixes #151236.
31183
31184 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
31185
31186         Patch by: David Schleef
31187
31188         * configure.ac:
31189           check to define LAMEPRESET.  Fixes #151232.
31190
31191 2004-08-27  David Schleef  <ds@schleef.org>
31192
31193         * sys/glsink/glimagesink.c: (gst_glimagesink_ximage_put),
31194         (gst_glimagesink_xwindow_new), (gst_glimagesink_xcontext_get),
31195         (gst_glimagesink_fixate):  Move local variable declarations to
31196         make gcc-2.95 happy.
31197
31198 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
31199
31200         * configure.ac:
31201           bump nano for prerelease
31202
31203 2004-08-27  David Schleef  <ds@schleef.org>
31204
31205         * sys/sunaudio/Makefile.am: Add sunaudiosrc patch from Bala
31206         * sys/sunaudio/gstsunaudiosrc.c:
31207         * sys/sunaudio/gstsunaudiosrc.h:
31208
31209 2004-08-27 Arwed v. Merkatz <v.merkatz@gmx.net>
31210
31211         * gst/matroska/ebml-read.c: (gst_ebml_peed_id), (gst_ebml_read_element_id),
31212         handle EOS correctly
31213         * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_link):
31214         * gst/matroska/matroska-mux.h:
31215         added BITMAPINFOHEADER structure, mux video/x-divx and video/x-xvid in
31216         VFW compatibility mode
31217
31218 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
31219
31220         patch by: Zaheer Abbas Merali
31221
31222         * ext/ogg/gstoggmux.c:
31223         * ext/vorbis/vorbisenc.c:
31224         * ext/vorbis/vorbisenc.h:
31225           handle NEWMEDIA
31226
31227 2004-08-26 Arwed v. Merkatz <v.merkatz@gmx.net>
31228
31229         * gst/matroska/ebml-write.c: (gst_ebml_write_float),
31230         fix byte order reversion on little endian machines.
31231         * gst/matroska/matroska-mux.c: (audiosink_templ),
31232         (gst_matroska_mux_audio_pad_link):
31233         add TTA codec to the list of supported codecs.
31234         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
31235         (gst_matroska_mux_start), (gst_matroska_mux_finish),
31236         (gst_matroska_mux_write_data):
31237         * gst/matroska/matroska-mux.h:
31238         write segment duration correctly, write muxing app string, fixes bugs
31239         #140897 and #140898.
31240         * gst/matroska/matroska-mux.c: (gst_matroska_mux_loop),
31241         wait for all pads to be negotiated before starting to mux.
31242
31243 2004-08-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31244
31245         * ext/lame/gstlame.c: (gst_lame_init), (gst_lame_chain):
31246         * ext/lame/gstlame.h:
31247         Added new media support to lame
31248
31249 2004-08-25 Arwed v. Merkatz <v.merkatz@gmx.net>
31250
31251         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_blockgroup),
31252         send vorbis headers at the beginning of a stream, fixes bug #141554.
31253         Interpret BLOCKDURATION and set buffer duration accordingly, fixes
31254         bug #148950.
31255         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
31256         (gst_matroska_demux_plugin_init):
31257         * gst/matroska/matroska-ids.h:
31258         enable demuxing of TTA audio streams, fixes bug #148951.
31259         * gst/typefind/gsttypefindfunctions.c: (tta_type_find), (plugin_init),
31260         enable typefinding for TTA audio files, fixes bug #148711.
31261         * ext/xvid/gstxviddec.c: (gst_xviddec_chain),
31262         set XVID_LOWDELAY flag for decoding so xvid always returns an image,
31263         fixes playback of packed bitstream and xvid with bframes, bug #135407.
31264
31265 2004-08-24  Sebastien Cote  <sc5@hermes.usherb.ca>
31266
31267         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
31268         (gst_riff_read_element_data), (gst_riff_read_seek),
31269         (gst_riff_read_skip): fix infinite loop in wavparse, fixes bug
31270         #144616, patch reviewed by Ronald and committed by Christophe Fergeau
31271         <teuf@gnome.org>
31272
31273 2004-08-23 Iain <iaingnome@gmail.com>
31274
31275         * ext/mad/gstid3tag.c (gst_mad_id3_to_tag_list): Special case COMM
31276         tags. They appear to be handled differently to normal.
31277         (tag_list_to_id3_tag_foreach): Ditto.
31278
31279 2004-08-22  Wim Taymans  <wim@fluendo.com>
31280
31281         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
31282         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
31283         Make sure we never send -1 granulepos.
31284
31285 2004-08-20  Wim Taymans  <wim@fluendo.com>
31286
31287         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
31288         (gst_ogg_mux_loop):
31289         I will accept bitchslappings with non sharp objects.
31290
31291 2004-08-20  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31292
31293         * configure.ac:
31294         Clean up the test for lame presets
31295
31296 2004-08-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31297
31298         * configure.ac:
31299         * ext/lame/Makefile.am:
31300         * ext/lame/gstlame.c: (gst_lame_class_init),
31301         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
31302         Only enable lame presets if version of lame has presets in API
31303
31304 2004-08-19  Jan Schmidt  <thaytan@mad.scientist.com>
31305         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_get):
31306         * gst/udp/gstudpsrc.h:
31307           Don't call gst_pad_push in a get function. Fixes #150449
31308
31309 2004-08-18  Wim Taymans  <wim@fluendo.com>
31310
31311         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_set_mode),
31312         (gst_fdset_get_mode), (gst_fdset_add_fd), (gst_fdset_remove_fd),
31313         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
31314         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
31315         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
31316         (gst_fdset_wait):
31317         * gst/tcp/gstfdset.h:
31318         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
31319         (gst_multifdsink_client_queue_buffer),
31320         (gst_multifdsink_handle_client_write):
31321         * gst/tcp/gstmultifdsink.h:
31322         Some extra checks in gstfdset.
31323         Only use send() when the fd is a socket. Don't try to
31324         read from write only fds.
31325
31326 2004-08-18  Wim Taymans  <wim@fluendo.com>
31327
31328         * gst/tcp/gstfdset.c: (gst_fdset_add_fd), (gst_fdset_remove_fd),
31329         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
31330         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
31331         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
31332         (gst_fdset_wait):
31333         Add more locking and bounds checking.
31334
31335 2004-08-18  Wim Taymans  <wim@fluendo.com>
31336
31337         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_wait):
31338         Realloc test fdset in the lock and right before starting
31339         the poll call. Bump the limit to 4096.
31340
31341 2004-08-17  David Schleef  <ds@schleef.org>
31342
31343         * sys/sunaudio/Makefile.am:
31344         * sys/sunaudio/gstsunaudio.c: Fix caps to handle full range
31345         of rates and channels.  Make debugging less obnoxious.
31346
31347         Patch from Balamurali Viswanathan implementing a mixer for
31348         Sun audio.  (bug #144091):
31349         * sys/sunaudio/gstsunelement.c:
31350         * sys/sunaudio/gstsunelement.h:
31351         * sys/sunaudio/gstsunmixer.c:
31352         * sys/sunaudio/gstsunmixer.h:
31353
31354 2004-08-17  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31355
31356         * gst/audioscale/gstaudioscale.c:
31357         * gst/audioscale/gstaudioscale.h:
31358         made audioscale resample from any sample rate to any sample rate
31359
31360 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
31361
31362         * ext/libpng/gstpngdec.c:
31363           error out on unsupported types
31364
31365 2004-08-17  Iain <iaingnome@gmail.com>
31366
31367         * ext/flac/gstflacenc.c (gst_flacenc_update_quality): Only set the
31368         mid_side and loose_mid_side properties if its a stereo stream.
31369
31370 2004-08-17  Wim Taymans  <wim@fluendo.com>
31371
31372         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
31373         (theora_get_formats), (theora_dec_src_convert),
31374         (theora_dec_sink_convert), (theora_dec_src_query),
31375         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
31376         Add a debug line.
31377
31378 2004-08-17  Wim Taymans  <wim@fluendo.com>
31379
31380         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate),
31381         (gst_ogg_pad_push):
31382         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
31383         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
31384         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_page),
31385         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
31386         Mark delta units in the muxer.
31387         Try to decode the packet after an out-of-sync error from
31388         libogg.
31389
31390 2004-08-17  Wim Taymans  <wim@fluendo.com>
31391
31392         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
31393         (gst_multifdsink_init), (gst_multifdsink_add),
31394         (gst_multifdsink_client_queue_buffer),
31395         (gst_multifdsink_set_property), (gst_multifdsink_get_property):
31396         * gst/tcp/gstmultifdsink.h:
31397         Added option to send a keyframe to clients as the first buffer.
31398         Make timeout property writable.
31399
31400 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
31401
31402         patch by: Wim Taymans
31403
31404         * gst/tcp/gstfdset.c:
31405         * gst/tcp/gstmultifdsink.c:
31406           fix index comparison, should include 0
31407
31408 2004-08-16  Wim Taymans  <wim@fluendo.com>
31409
31410         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_new),
31411         (gst_fdset_add_fd), (gst_fdset_remove_fd),
31412         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
31413         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
31414         (gst_fdset_wait):
31415           copy when reallocing for poll so the select arguments don't get
31416           changed during the call
31417
31418 2004-08-16  Wim Taymans  <wim@fluendo.com>
31419
31420         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
31421         (gst_theora_enc_class_init), (theora_enc_sink_link),
31422         (theora_buffer_from_packet), (theora_enc_chain):
31423         Fix bug where buffers were not marked as keyframes
31424         correctly.
31425
31426 2004-08-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31427
31428         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
31429         (gst_lame_preset_get_type), (gst_lame_class_init):
31430         describe the enum values for vbr mode and presets more verbosely
31431
31432 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31433
31434         * ext/lame/gstlame.c: (gst_lame_mode_get_type),
31435         (gst_lame_quality_get_type), (gst_lame_padding_get_type),
31436         (gst_lame_preset_get_type), (gst_lame_class_init), (gst_lame_init),
31437         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
31438         * ext/lame/gstlame.h:
31439         add preset property to lame so it can use lame presets
31440
31441 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31442
31443         * ext/lame/gstlame.c: (gst_lame_get_property):
31444         whoops forgot break, thanks teuf
31445
31446 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31447
31448         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
31449         (gst_lame_class_init), (gst_lame_src_getcaps),
31450         (gst_lame_sink_link), (gst_lame_init), (gst_lame_set_property),
31451         (gst_lame_get_property), (gst_lame_setup):
31452         * ext/lame/gstlame.h:
31453         fix lame's broken vbr stuff, allow it to resample if need be, and also
31454         make xing header optional
31455
31456 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31457
31458         * ext/lame/gstlame.c: (gst_lame_src_getcaps), (gst_lame_init):
31459         added getcaps function so samplerate doesnt get fixated to silly values
31460
31461 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31462
31463         * ext/lame/gstlame.c: (gst_lame_src_link):
31464         revert previous fix
31465
31466 2004-08-12  Johan Dahlin  <johan@gnome.org>
31467
31468         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Remove bogus
31469         checks. Doesn't matter what state we are in. Interfaces are a
31470         compile time thing, not runtime. It also broke the python bindings.
31471
31472 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31473
31474         * ext/lame/gstlame.c: (gst_lame_src_link):
31475         made source pad link function check if sinkpad is ok..fixes the problem
31476         where core fixates the output rate of lame stupidly
31477
31478 2004-08-12  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
31479
31480         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_fixate):
31481         * sys/v4l/v4l_calls.c:
31482         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_set_capture):
31483           fix fixate function to handle nonsimple caps.
31484           remove bogus check in _link
31485           cleanups
31486
31487 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31488
31489         * ext/lame/gstlame.c: (gst_lame_class_init), (gst_lame_init):
31490         set default compression ratio parameter to 0.0 so bitrate parameter
31491         works :)
31492
31493 2004-08-11  David Schleef  <ds@schleef.org>
31494
31495         * gst/tcp/gstfdset.c: Fix compile problem on OS/X.
31496
31497 2004-08-11  David Schleef  <ds@schleef.org>
31498
31499         * gst/mpeg1sys/gstmpeg1systemencode.c: Oops, this was correct
31500         before.
31501
31502 2004-08-11  David Schleef  <ds@schleef.org>
31503
31504         * gst-libs/gst/video/videosink.h: Change copyright block to LGPL.
31505
31506 2004-08-11  David Schleef  <ds@schleef.org>
31507
31508         * ext/pango/gsttextoverlay.c: Add copyright block and fix plugin
31509           license field
31510         * gst-libs/gst/idct/Makefile.am: Remove mmx/sse code
31511         * gst-libs/gst/video/gstvideosink.c: Change copyright block to
31512           LGPL.
31513         * gst/auparse/gstauparse.c: Fix plugin license field.
31514         * gst/monoscope/gstmonoscope.c: Fix plugin license field.
31515         * gst/mpeg1sys/gstmpeg1systemencode.c: Fix plugin license field.
31516         * gst/rtp/gstrtp.c: Fix plugin license field.
31517
31518 2004-08-11  Wim Taymans  <wim@fluendo.com>
31519
31520         * gst/tcp/Makefile.am:
31521         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type), (nearest_pow),
31522         (ensure_size), (gst_fdset_new), (gst_fdset_free),
31523         (gst_fdset_set_mode), (gst_fdset_get_mode), (gst_fdset_add_fd),
31524         (gst_fdset_remove_fd), (gst_fdset_fd_ctl_write),
31525         (gst_fdset_fd_ctl_read), (gst_fdset_fd_has_closed),
31526         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
31527         (gst_fdset_fd_can_write), (gst_fdset_wait):
31528         * gst/tcp/gstfdset.h:
31529         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
31530         (gst_multifdsink_class_init), (gst_multifdsink_init),
31531         (gst_multifdsink_add), (gst_multifdsink_remove),
31532         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
31533         (gst_multifdsink_remove_client_link),
31534         (gst_multifdsink_handle_client_read),
31535         (gst_multifdsink_client_queue_data),
31536         (gst_multifdsink_client_queue_caps),
31537         (gst_multifdsink_client_queue_buffer),
31538         (gst_multifdsink_handle_client_write),
31539         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
31540         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
31541         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
31542         (gst_multifdsink_close):
31543         * gst/tcp/gstmultifdsink.h:
31544         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
31545         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
31546         (gst_tcpserversink_handle_wait), (gst_tcpserversink_init_send),
31547         (gst_tcpserversink_close):
31548         * gst/tcp/gsttcpserversink.h:
31549         Abstracted away the select call, implemented poll (yes we ran into
31550         the 1024 limit in production).
31551
31552 2004-08-11  Thomas Vander Stichele  <thomas at apestaart dot org>
31553
31554         * gst/tcp/gsttcp.c:
31555         * gst/tcp/gsttcpplugin.c:
31556           improve debuggging, remove assert
31557
31558 2004-08-10  Wim Taymans  <wim@fluendo.com>
31559
31560         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
31561         (gst_client_status_get_type), (gst_multifdsink_class_init),
31562         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
31563         (gst_multifdsink_handle_client_read),
31564         (gst_multifdsink_handle_client_write),
31565         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
31566         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
31567         (gst_multifdsink_get_property):
31568         * gst/tcp/gstmultifdsink.h:
31569         * gst/tcp/gsttcp-marshal.list:
31570         Starting to prepare for specifying buffer time in other units
31571         than buffers. Expose remove reason in signal.
31572
31573 2004-08-10  Wim Taymans  <wim@fluendo.com>
31574
31575         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
31576         (gst_multifdsink_remove), (gst_multifdsink_clear),
31577         (gst_multifdsink_remove_client_link),
31578         (gst_multifdsink_handle_client_read),
31579         (gst_multifdsink_client_queue_data),
31580         (gst_multifdsink_client_queue_buffer),
31581         (gst_multifdsink_handle_client_write),
31582         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
31583         (gst_multifdsink_chain), (gst_multifdsink_close):
31584         * gst/tcp/gstmultifdsink.h:
31585         Added more debugging info. Changed the way clients are
31586         removed from the lists. Fixed a bug where a bad file descriptor
31587         could cause many clients to be removed.
31588
31589 2004-08-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31590
31591         * gst/videotestsrc/gstvideotestsrc.c: (generate_capslist):
31592           allow all pixel-aspect-ratios, not just 1:1
31593
31594 2004-08-09  David Schleef  <ds@schleef.org>
31595
31596         * sys/glsink/ARB_multitexture.h:  Remove old files.
31597         * sys/glsink/EXT_paletted_texture.h:
31598         * sys/glsink/NV_register_combiners.h:
31599         * sys/glsink/gstgl_nvimage.c:
31600         * sys/glsink/gstgl_pdrimage.c:
31601         * sys/glsink/gstgl_rgbimage.c:
31602         * sys/glsink/gstglsink.c:
31603         * sys/glsink/gstglsink.h:
31604         * sys/glsink/gstglxwindow.c:
31605         * sys/glsink/regcomb_yuvrgb.c:
31606
31607 2004-08-09  David Schleef  <ds@schleef.org>
31608
31609         Patch from Gernot Ziegler <gz@lysator.liu.se> rewriting the
31610         GL sink plugin.  (Bug #147302)
31611
31612         * configure.ac: Test for OpenGL
31613         * sys/Makefile.am: Use test for OpenGL
31614         * sys/glsink/Makefile.am:
31615         * sys/glsink/glimagesink.c: rewrite
31616         * sys/glsink/glimagesink.h: rewrite
31617
31618 2004-08-09  David Schleef  <ds@schleef.org>
31619
31620         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_base_init):  Only allow
31621         sane framerates.
31622         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get): same
31623         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): same
31624         * testsuite/gst-lint: Test for G_GUINT64_FORMAT usage near gettext.
31625
31626 2004-08-09  Wim Taymans  <wim@fluendo.com>
31627
31628         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
31629         (gst_multifdsink_add), (gst_multifdsink_get_stats),
31630         (gst_multifdsink_client_remove),
31631         (gst_multifdsink_handle_client_read),
31632         (gst_multifdsink_handle_client_write),
31633         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
31634         Do a bit more logging, make the client_read code more robust.
31635
31636 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
31637
31638         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init_source),
31639         (gst_jpegdec_fill_input_buffer), (gst_jpegdec_skip_input_data),
31640         (gst_jpegdec_resync_to_restart), (gst_jpegdec_term_source),
31641         (gst_jpegdec_init), (gst_jpegdec_chain):
31642         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
31643         (gst_multipart_demux_chain), (gst_multipart_demux_change_state):
31644           cleanups, debugging fixes and memleak plugging
31645
31646 2004-08-09  Wim Taymans  <wim@fluendo.com>
31647
31648         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
31649         (theora_get_formats), (theora_dec_src_convert),
31650         (theora_dec_sink_convert), (theora_dec_src_query),
31651         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain),
31652         (theora_dec_change_state):
31653         Don't crash on missing header packets.
31654
31655 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
31656
31657         * po/LINGUAS:
31658         * po/sq.po:
31659           Added Albanian translation (Laurent Dhima)
31660         * po/cs.po:
31661           updated
31662
31663 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
31664
31665         * ext/lame/gstlame.c:
31666           fix/add debugging
31667
31668 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
31669
31670         * sys/ximage/ximagesink.c:
31671         * sys/xvimage/xvimagesink.c:
31672           assign all TOO_LAZY's to a real category.  Thanks to Warthy Warthog.
31673
31674 2004-08-06  Wim Taymans  <wim@fluendo.com>
31675
31676         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
31677         (gst_multifdsink_add), (gst_multifdsink_get_stats),
31678         (gst_multifdsink_client_remove),
31679         (gst_multifdsink_handle_client_read),
31680         (gst_multifdsink_handle_client_write),
31681         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
31682         Make sure we don't try to read more from a client that what
31683         ioctl says us or we deadlock.
31684
31685 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
31686
31687         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_src_link),
31688         (gst_videotestsrc_change_state), (gst_videotestsrc_src_query),
31689         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
31690           decouple running_time and n_frames so it can handle changing
31691           framerate while running
31692
31693 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
31694
31695         * po/nl.po:
31696         * po/sv.po:
31697           updated translations
31698
31699 2004-08-04  Benjamin Otte  <otte@gnome.org>
31700
31701         * gst/videotestsrc/gstvideotestsrc.c:
31702         (gst_videotestsrc_get_capslist), (generate_capslist),
31703         (plugin_init):
31704           generate the list of supported caps at startup and reuse it instead
31705           of always generating it
31706
31707 2004-07-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31708
31709         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link):
31710           whoops, last checkin broke normal build
31711
31712 2004-08-03  Benjamin Otte  <otte@gnome.org>
31713
31714         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume),
31715         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
31716         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
31717         (gst_alsa_mixer_get_option):
31718         * ext/dvdnav/dvdnavsrc.c: (dvdnav_get_event_name),
31719         (dvdnavsrc_print_event):
31720         * ext/ogg/gstoggdemux.c: (_find_chain_process), (gst_ogg_print):
31721         * ext/ogg/gstoggmux.c: (gst_ogg_mux_pad_link),
31722         (gst_ogg_mux_pad_unlink):
31723         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link),
31724         (gst_multipart_mux_pad_unlink):
31725         * gst/videofilter/gstvideobalance.c:
31726         (gst_videobalance_colorbalance_set_value):
31727         * gst/videomixer/videomixer.c: (gst_videomixer_pad_link),
31728         (gst_videomixer_pad_unlink):
31729         * po/uk.po:
31730         * sys/oss/gstossmixer.c:
31731         * sys/v4l/gstv4lcolorbalance.c:
31732         * sys/v4l/gstv4ltuner.c:
31733         * sys/v4l/v4lsrc_calls.c:
31734         * sys/v4l2/gstv4l2colorbalance.c:
31735         * sys/v4l2/gstv4l2tuner.c:
31736           compile fixes for --disable-gst-debug, G_DISABLE_ASSERT and friends
31737
31738 2004-08-03  Benjamin Otte  <otte@gnome.org>
31739
31740         * examples/dynparams/filter.c: (ui_control_create):
31741         * examples/gstplay/player.c: (print_tag):
31742         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad):
31743         * ext/gdk_pixbuf/gstgdkanimation.c:
31744         (gst_gdk_animation_iter_may_advance):
31745         * ext/jack/gstjack.c: (gst_jack_request_new_pad):
31746         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list),
31747         (tag_list_to_id3_tag_foreach), (gst_id3_tag_handle_event):
31748         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_tag_value):
31749         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value):
31750         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
31751         * gst-libs/gst/media-info/media-info-test.c: (print_tag):
31752         * gst/sine/demo-dparams.c: (main):
31753         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
31754         * testsuite/alsa/formats.c: (create_pipeline):
31755         * testsuite/alsa/sinesrc.c: (sinesrc_force_caps), (sinesrc_get):
31756           fixes for G_DISABLE_ASSERT and friends
31757         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
31758         (mp3_type_frame_length_from_header), (mp3_type_find),
31759         (plugin_init):
31760           require mp3 typefinding to have at least MIN_HEADERS valid headers
31761           add typefinding for AAC adts files
31762
31763 2004-08-04  Jan Schmidt  <thaytan@mad.scientist.com>
31764
31765         * sys/ximage/ximagesink.c:
31766         (gst_ximagesink_calculate_pixel_aspect_ratio):
31767         * sys/xvimage/xvimagesink.c:
31768         (gst_xvimagesink_calculate_pixel_aspect_ratio):
31769         Make sure we calculate pixel-aspect-ratio using floating point maths
31770
31771 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
31772
31773         * po/uk.po:
31774           updated translation
31775
31776 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
31777
31778         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
31779         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get):
31780           add debugging for display PAR calculation
31781
31782 2004-08-02  David Schleef  <ds@schleef.org>
31783
31784         * configure.ac: Fix mikmod CFLAGS.
31785
31786 2004-07-27  Benjamin Otte  <otte@gnome.org>
31787
31788         * gst/audioscale/gstaudioscale.c:
31789         - fix templates to only support S16, it's the only format that works
31790         - make caps nego code use try_set_caps_nonfixed and fixation instead
31791         of try_set_caps twice, which is not nice for autopluggers
31792         - change rank to secondary, so autopluggers can pick it up after
31793         audioconvert
31794
31795 2004-08-02  Iain <iain@prettypeople.org>
31796
31797         * gst/interleave/interleave.c (interleave_init),
31798         (interleave_request_new_pad),
31799         (interleave_pad_removed),
31800         (interleave_buffered_loop): Use the real pad count, not the artificial
31801         one.
31802
31803 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
31804
31805         * configure.ac: bump nano back to development
31806
31807 === release 0.8.3 ===
31808
31809 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
31810
31811         * configure.ac: releasing 0.8.3, "Water"
31812
31813 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
31814
31815         * sys/xvimage/xvimagesink.c:
31816         (gst_xvimagesink_calculate_pixel_aspect_ratio),
31817         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_sink_link),
31818         (gst_xvimagesink_change_state), (gst_xvimagesink_buffer_alloc),
31819         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
31820         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
31821         * sys/xvimage/xvimagesink.h:
31822           apply similar PAR fixes as to ximagesink
31823
31824 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
31825
31826         patch from: Benjamin Otte
31827
31828         * ext/lame/gstlame.c: (gst_lame_src_link), (gst_lame_init):
31829           add link function to lame.  Fixes #148986.
31830
31831 2004-08-02  Johan Dahlin  <johan@gnome.org>
31832
31833         * gst/multipart/multipartmux.c (gst_multipart_mux_next_buffer):
31834         fix debugging log
31835
31836 2004-07-30  David Schleef  <ds@schleef.org>
31837
31838         * gst/videomixer/Makefile.am: Fix things that should have been
31839         fixed in the last checkin.
31840
31841 2004-07-30  David Schleef  <ds@schleef.org>
31842
31843         * gst/multipart/Makefile.am: Fix things that should have been
31844         fixed in the last checkin.
31845
31846 2004-07-30  David Schleef  <ds@schleef.org>
31847
31848         * testsuite/multifilesink/Makefile.am: Fix unused variable.
31849
31850 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
31851
31852         * configure.ac:
31853           bump nano for prerelease
31854         * po/af.po:
31855         * po/az.po:
31856         * po/cs.po:
31857         * po/en_GB.po:
31858         * po/hu.po:
31859         * po/nl.po:
31860         * po/sr.po:
31861         * po/sv.po:
31862         * po/uk.po:
31863           updates
31864
31865 2004-07-30  Wim Taymans  <wim@fluendo.com>
31866
31867         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
31868         (gst_multifdsink_add), (gst_multifdsink_remove),
31869         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
31870         (gst_multifdsink_client_remove),
31871         (gst_multifdsink_handle_client_write),
31872         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
31873         * gst/tcp/gstmultifdsink.h:
31874         Recover from a select with a bad file descriptor by removing
31875         the client.
31876
31877 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
31878
31879         * configure.ac:
31880           fix requirement of core
31881         * gst-libs/gst/play/play.c: (gst_play_error_plugin),
31882         (gst_play_pipeline_setup):
31883           don't use colorspace element.  do use hermescolorspace element.
31884           make macro to get a colorspace element.
31885           mark strings for translation.
31886         * po/POTFILES.in:
31887           add play.c
31888         * po/af.po:
31889         * po/az.po:
31890         * po/cs.po:
31891         * po/en_GB.po:
31892         * po/hu.po:
31893         * po/nl.po:
31894         * po/sr.po:
31895         * po/sv.po:
31896         * po/uk.po:
31897           update translations
31898
31899 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31900
31901         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
31902         fix default for newmedia flag
31903
31904 2004-07-30  Wim Taymans  <wim@fluendo.com>
31905
31906         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
31907         (gst_theora_dec_init), (theora_get_formats),
31908         (theora_dec_src_convert), (theora_dec_sink_convert),
31909         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
31910         (theora_dec_chain), (theora_dec_set_property),
31911         (theora_dec_get_property):
31912         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
31913         (gst_theora_enc_class_init), (gst_theora_enc_init),
31914         (theora_enc_sink_link), (theora_enc_chain),
31915         (theora_enc_set_property), (theora_enc_get_property):
31916         Added cropping option to theora decoder.
31917         Added border option to theora encoder.
31918
31919 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31920
31921         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
31922         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
31923         (gst_pngenc_set_property):
31924         * ext/libpng/gstpngenc.h:
31925         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
31926
31927 2004-07-30  Wim Taymans  <wim@fluendo.com>
31928
31929         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
31930         (theora_enc_sink_link), (theora_enc_chain),
31931         (theora_enc_set_property), (theora_enc_get_property):
31932         Fix encoding of non-multiple-of-16 video.
31933
31934 2004-07-29  David Schleef  <ds@schleef.org>
31935
31936         * configure.ac: make test for audiofile more strict
31937
31938 2004-07-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31939
31940         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
31941           give different names to typefind functions
31942
31943 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
31944
31945         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
31946         (gst_ximagesink_calculate_pixel_aspect_ratio),
31947         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
31948         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
31949         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_set_property),
31950         (gst_ximagesink_get_property), (gst_ximagesink_init):
31951         * sys/ximage/ximagesink.h:
31952           allocate PAR's dynamically.
31953           use autodetected PAR if no object-set PAR is given.
31954           add workaround for directfb's X not setting physical size.
31955           fix to xvimagesink will follow tomorrow.
31956
31957 2004-07-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31958
31959         * ext/lame/gstlame.c: (gst_lame_chain): send tag events downstream
31960         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
31961         (gst_shout2send_get_type), (gst_shout2send_set_clock),
31962         (gst_shout2send_class_init), (gst_shout2send_init),
31963         (set_shout_metadata), (gst_shout2send_set_metadata),
31964         (gst_shout2send_chain), (gst_shout2send_set_property),
31965         (gst_shout2send_get_property), (gst_shout2send_connect),
31966         (gst_shout2send_change_state):
31967         * ext/shout2/gstshout2.h:
31968         - fix for sending mp3 audio to icecast2 server, if pad link function not
31969         called before PAUSED state
31970         - added option to use GStreamer clock sync (as opposed to libshout's own sync)
31971         - added tagging support for mp3 audio broadcasted
31972         * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
31973         debug info
31974
31975 2004-07-28  Wim Taymans  <wim@fluendo.com>
31976
31977         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
31978         (gst_ogg_demux_push):
31979         Return query failure when we don't know the length of
31980         an ogg stream insteda of returning TRUE with a bogus value.
31981
31982 2004-07-28  Wim Taymans  <wim@fluendo.com>
31983
31984         * ext/theora/theoradec.c: (theora_get_formats),
31985         (theora_dec_src_convert), (theora_dec_sink_convert),
31986         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
31987         (theora_dec_chain):
31988         Don't screw up the 1 Chroma for 1 luma sample situation when we
31989         have an odd offset/width by adding a black border in those cases.
31990
31991 2004-07-28  Wim Taymans  <wim@fluendo.com>
31992
31993         * ext/theora/theoradec.c: (theora_get_formats),
31994         (theora_dec_src_convert), (theora_dec_sink_convert),
31995         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
31996         (theora_dec_chain):
31997         * ext/theora/theoraenc.c: (theora_enc_sink_link):
31998         Added first attempt at cropping of the image as required by the
31999         theora spec. We need more properties in the caps (offset_x,
32000         offset_y,stride) to implement this correctly.
32001
32002 2004-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
32003
32004         * ext/dvdnav/README:
32005           Update the README to use dvddemux
32006         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
32007           Ensure getcaps returns a subset of the template caps
32008         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_base_init),
32009         (gst_mpeg2subt_init):
32010           Ensure getcaps returns a subset of the template caps
32011         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
32012         (gst_dvd_demux_init), (gst_dvd_demux_get_video_stream),
32013         (gst_dvd_demux_get_subpicture_stream),
32014         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_set_cur_subpicture):
32015         * gst/mpegstream/gstdvddemux.h:
32016           Set the explicit caps on the current_video pad before pushing
32017           anything
32018         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
32019         (gst_mpeg_demux_get_audio_stream):
32020           Free caps used to gst_pad_set_explicit_caps, which takes a const
32021           GstCaps *
32022
32023 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
32024
32025         * configure.ac: update GStreamer requirement to 0.8.4 because of
32026           GstFraction.
32027
32028 2004-07-28  Wim Taymans  <wim@fluendo.com>
32029
32030         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
32031         (gst_wavparse_handle_seek), (gst_wavparse_srcpad_event):
32032         Add the pad to the element after setting up the caps. This
32033         makes it a lot easier to autoplug.
32034
32035 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
32036
32037         * gst/median/gstmedian.c:
32038         * gst/mpeg2subt/gstmpeg2subt.c:
32039         * gst/mpegaudioparse/gstmpegaudioparse.c:
32040         * gst/mpegstream/gstdvddemux.c:
32041         * gst/mpegstream/gstmpegdemux.c:
32042         * gst/mpegstream/gstmpegpacketize.c:
32043         * gst/rtjpeg/gstrtjpeg.c:
32044         * gst/rtjpeg/gstrtjpegdec.c:
32045         * gst/rtjpeg/gstrtjpegenc.c:
32046         * gst/sine/gstsinesrc.c:
32047         * gst/smooth/gstsmooth.c:
32048         * gst/smpte/gstsmpte.c:
32049         * gst/smpte/gstsmpte.h:
32050         * gst/stereo/gststereo.c:
32051         * gst/videofilter/gstgamma.c:
32052         * gst/videofilter/gstvideobalance.c:
32053         * gst/videofilter/gstvideofilter.c:
32054         * gst/videofilter/gstvideoflip.c:
32055         * gst/videoscale/gstvideoscale.c:
32056         * gst/videoscale/videoscale.c:
32057         * gst/videotestsrc/gstvideotestsrc.c:
32058         * gst/videotestsrc/videotestsrc.c:
32059         * gst/wavenc/gstwavenc.c:
32060         * gst/wavparse/gstwavparse.c:
32061           fix local includes and 64 bits constants
32062
32063 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
32064
32065         * win32/gst.sln:
32066         * gst-libs/gst/*/*.vcproj:
32067         * gst/*/*.vcproj:
32068           more working plugins
32069
32070 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
32071
32072         * testsuite/alsa/Makefile.am:
32073         * testsuite/alsa/srcstate.c:
32074         add test for alsasrc changing state
32075
32076 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
32077
32078         * gst/silence/gstsilence.c: (gst_silence_init), (gst_silence_link),
32079         (gst_silence_get):
32080         * gst/silence/gstsilence.h:
32081         fix silence generation for 16bit raw audio
32082
32083 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
32084
32085         * gst/matroska/matroska-demux.c:
32086         (gst_matroska_demux_parse_metadata),
32087         (gst_matroska_demux_video_caps), (gst_matroska_demux_plugin_init):
32088         * gst/mpegaudio/common.c:
32089         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
32090         (gst_videoscale_getcaps), (gst_videoscale_link),
32091         (gst_videoscale_src_fixate), (gst_videoscale_init),
32092         (gst_videoscale_finalize):
32093         * gst/videoscale/gstvideoscale.h:
32094         * gst/videotestsrc/gstvideotestsrc.c:
32095         (gst_videotestsrc_get_capslist):
32096         * gst/wavenc/gstwavenc.c:
32097         * sys/oss/gstossmixer.c: (fill_labels):
32098         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
32099         (gst_ximagesink_handle_xevents),
32100         (gst_ximagesink_calculate_pixel_aspect_ratio),
32101         (gst_ximagesink_xcontext_get), (gst_ximagesink_fixate),
32102         (gst_ximagesink_getcaps), (gst_ximagesink_sink_link),
32103         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
32104         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
32105         (gst_ximagesink_init), (gst_ximagesink_class_init):
32106         * sys/ximage/ximagesink.h:
32107         * sys/xvimage/xvimagesink.c:
32108         (gst_xvimagesink_calculate_pixel_aspect_ratio),
32109         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_sink_link),
32110         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
32111         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
32112         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
32113         * sys/xvimage/xvimagesink.h:
32114           first batch of pixel aspect ratio commits.
32115
32116 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
32117
32118         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
32119         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_chain):
32120         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_fill):
32121           handle stride, needs work if we want to move stride handling
32122           upstream, but works correctly for our purposes.
32123
32124 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
32125
32126         * gst/videoscale/README:
32127           add testing examples
32128         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link),
32129         (gst_videoscale_chain):
32130         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
32131         (gst_videoscale_get_size):
32132           add get_size function that handles stride like videotestsrc.
32133           fixes conversion for YUV formats for as much as I can test them.
32134
32135 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
32136
32137         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
32138         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
32139         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
32140         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
32141         (gst_xvimagesink_xvimage_put):
32142           further cleanups, logging, error handling and synchronizing
32143
32144 2004-07-27  Wim Taymans  <wim@fluendo.com>
32145
32146         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
32147         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
32148         (gst_videomixer_pad_set_property),
32149         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
32150         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
32151         (gst_videomixer_class_init), (gst_videomixer_init),
32152         (gst_videomixer_getcaps), (gst_videomixer_request_new_pad),
32153         (gst_videomixer_blend_ayuv_i420), (pad_zorder_compare),
32154         (gst_videomixer_sort_pads), (gst_videomixer_fill_checker),
32155         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
32156         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
32157         (gst_videomixer_loop), (plugin_init):
32158         Be a nicer negotiation citizen and provide a getcaps function on
32159         the srcpad. This also fixes a crash when resizing.
32160
32161 2004-07-27  Julien MOUTTE  <julien@moutte.net>
32162
32163         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
32164         (gst_xvimagesink_xvimage_new): Some fixes to image size calculation.
32165
32166 2004-07-27  Wim Taymans  <wim@fluendo.com>
32167
32168         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps):
32169         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
32170         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
32171         (gst_pngenc_set_property):
32172         * ext/libpng/gstpngenc.h:
32173         Added snapshot property to pngenc.
32174         removed g_print from pngdec
32175
32176 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
32177
32178         * gst/ac3parse/ac3parse.vcproj
32179         * gst/adder/adder.vcproj
32180         * gst/alpha/alpha.vcproj
32181         * gst/alpha/alphacolor.vcproj
32182         * gst/asfdemux/asf.vcproj
32183         * gst/audioconvert/audioconvert.vcproj
32184         * gst/audiorate/audiorate.vcproj
32185         * gst/audioscale/audioscale.vcproj
32186         * gst/auparse/auparse.vcproj
32187         * gst/avi/avi.vcproj
32188         * gst/cdxaparse/cdxaparse.vcproj
32189         * gst/chart/chart.vcproj
32190         * gst/colorspace/colorspace.vcproj
32191         * gst/cutter/cutter.vcproj
32192         * gst/debug/debug.vcproj
32193         * gst/debug/efence.vcproj
32194         * gst/debug/navigationtest.vcproj
32195         * gst/deinterlace/deinterlace.vcproj
32196         * gst/effectv/effectv.vcproj
32197         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
32198         * gst/filter/filter.vcproj
32199         * gst/flx/flxdec.vcproj
32200         * gst/goom/goom.vcproj
32201         * gst/interleave/interleave.vcproj
32202         * gst/law/alaw.vcproj
32203         * gst/law/mulaw.vcproj
32204         * gst/matroska/matroska.vcproj
32205         * gst/median/median.vcproj
32206         * gst/mixmatrix/mixmatrix.vcproj
32207         * gst/mpeg1sys/mpeg1systemencode.vcproj
32208         * gst/mpeg1videoparse/mp1videoparse.vcproj
32209         * gst/mpeg2sub/mpeg2subt.vcproj
32210         * gst/mpegaudio/mpegaudio.vcproj
32211         * gst/mpegaudioparse/mpegaudioparse.vcproj
32212         * gst/mpegstream/mpegstream.vcproj
32213         * gst/multifilesink/multifilesink.vcproj
32214         * gst/multipart/multipart.vcproj
32215         * gst/oneton/oneton.vcproj
32216         * gst/overlay/overlay.vcproj
32217         * gst/passthrough/passthrough.vcproj
32218         * gst/qtdemux/qtdemux.vcproj
32219         * gst/realmedia/rmdemux.vcproj
32220         * gst/rtjpeg/rtjpeg.vcproj
32221         * gst/rtp/rtp.vcproj
32222         * gst/silence/silence.vcproj
32223         * gst/sine/sinesrc.vcproj
32224         * gst/smooth/smooth.vcproj
32225         * gst/smpte/smpte.vcproj
32226         * gst/spectrum/spectrum.vcproj
32227         * gst/speed/speed.vcproj
32228         * gst/stereo/stereo.vcproj
32229         * gst/switch/switch.vcproj
32230         * gst/tags/tagedit.vcproj
32231         * gst/tcp/tcp.vcproj
32232         * gst/typefind/typefindfunctions.vcproj
32233         * gst/udp/udp.vcproj
32234         * gst/videobox/videobox.vcproj
32235         * gst/videocrop/videocrop.vcproj
32236         * gst/videodrop/videodrop.vcproj
32237         * gst/videofilter/gamma.vcproj
32238         * gst/videofilter/videobalance.vcproj
32239         * gst/videofilter/videofilter.vcproj
32240         * gst/videofilter/videoflip.vcproj
32241         * gst/videoflip/videoflip.vcproj
32242         * gst/videomixer/videomixer.vcproj
32243         * gst/videorate/videorate.vcproj
32244         * gst/videoscale/videoscale.vcproj
32245         * gst/videotestsrc/videotestsrc.vcproj
32246         * gst/virtualdub/virtualdub.vcproj
32247         * gst/volenv/volenv.vcproj
32248         * gst/volume/volume.vcproj
32249         * gst/wavenc/wavenc.vcproj
32250         * gst/wavparse/wavparse.vcproj
32251         * gst/y4m/y4menc.vcproj
32252         * gst-libs/gst/audio/audio.vcproj
32253         * gst-libs/gst/audio/audiofilter.vcproj
32254         * gst-libs/gst/colorbalance/colorbalance.vcproj
32255         * gst-libs/gst/idct/idtc.vcproj
32256         * gst-libs/gst/media-info/media-info.vcproj
32257         * gst-libs/gst/mixer/mixer.vcproj
32258         * gst-libs/gst/navigation/navigation.vcproj
32259         * gst-libs/gst/play/play.vcproj
32260         * gst-libs/gst/propertyprobe/propertyprobe.vcproj
32261         * gst-libs/gst/resample/resample.vcproj
32262         * gst-libs/gst/riff/riff.vcproj
32263         * gst-libs/gst/tuner/tuner.vcproj
32264         * gst-libs/gst/video/video.vcproj
32265         * gst-libs/gst/xoverlay/xoverlay.vcproj
32266           avoid problems with math.h, fix release dependancy
32267           rename GStreamer-0.8.lib to libgstreamer.lib
32268
32269 2004-07-27  Julien MOUTTE  <julien@moutte.net>
32270
32271         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
32272         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate): When
32273         the atom is not available we have to unlock the mutex. Fixes #148023
32274
32275 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32276
32277         * gst-libs/gst/media-info/media-info.h:
32278           issue for a vararg macro with MSVC
32279
32280 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32281
32282         * gst/effectv/effectv.vcproj
32283         * gst-libs/gst/idct/idct.vcproj:
32284         * gst-libs/gst/media-info/media-info.vcproj:
32285         * gst-libs/gst/navigation/navigation.vcproj:
32286         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
32287         * gst-libs/gst/video/video.vcproj:
32288         * gst-libs/gst/xoverlay/xoverlay.vcproj:
32289           fixes for build problems
32290
32291 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32292
32293         * gst-libs/gst/audio/audio.def:
32294         * gst-libs/gst/audio/riff.def:
32295           add some definitions needed by plugins
32296
32297 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32298
32299         * gst/asfdemux/gstasfmux.c
32300           Fix some 64 bits constants to be glib friendly
32301
32302 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32303
32304         * gst/ac3parse/gstac3parse.c
32305         * gst/audioscale/gstaudioscale.c
32306         * gst/auparse/gstauparse.c
32307         * gst/colorspace/gstcolorspace.c
32308         * gst/colorspace/yuv2rgb.h
32309           local include fixes
32310
32311 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32312
32313         * win32/gst.sln
32314           add more plugins to the build
32315
32316 2004-07-26  Julien MOUTTE  <julien@moutte.net>
32317
32318         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
32319         (gst_ximagesink_ximage_new): Some more fixes to image size calculation.
32320
32321 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
32322
32323         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
32324         (gst_level_set_property), (gst_level_get_property),
32325         (gst_level_base_init), (gst_level_class_init):
32326           add debugging categories.  cleanups.
32327
32328 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
32329
32330         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
32331         (gst_videoscale_planar411), (gst_videoscale_planar400),
32332         (gst_videoscale_packed422), (gst_videoscale_packed422rev),
32333         (gst_videoscale_scale_nearest_str1),
32334         (gst_videoscale_scale_nearest_str2),
32335         (gst_videoscale_scale_nearest_str4),
32336         (gst_videoscale_scale_nearest_16bit),
32337         (gst_videoscale_scale_nearest_24bit):
32338           fixed stride issues
32339           tested with 320x240 -> 321, 322, 324 x240
32340           tested with YV12, I420, YUY2, UYVY
32341           fixed packed422rev (don't think it could have worked before)
32342           by testing with UYVY
32343
32344 2004-07-26  Benjamin Otte  <otte@gnome.org>
32345
32346         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_init),
32347         (gst_lame_chain), (gst_lame_setup), (gst_lame_change_state),
32348         (plugin_init):
32349           add debugging category, add error checks like checking return values
32350           of setup calls, make sure it still works after
32351           PLAYING=>NULL=>PLAYING, fix encoding of mono streams
32352
32353 2004-07-26  Wim Taymans  <wim@fluendo.com>
32354
32355         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
32356         (gst_mpeg_demux_get_audio_stream),
32357         (gst_mpeg_demux_process_private):
32358         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_send_data):
32359         Check for error codes from the negotiation functions. Make sure
32360         we really set the pad caps when a new pad is created.
32361
32362 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
32363
32364         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
32365         (gst_ffmpeg_caps_to_pix_fmt):
32366         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
32367         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
32368         (gst_ffmpegcolorspace_pad_link):
32369           don't make function do two things at the same time without reason.
32370
32371 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32372
32373         * gst/ac3parse/ac3parse.vcproj
32374         * gst/adder/adder.vcproj
32375         * gst/alpha/alpha.vcproj
32376         * gst/alpha/alphacolor.vcproj
32377         * gst/asfdemux/asf.vcproj
32378         * gst/audioconvert/audioconvert.vcproj
32379         * gst/audiorate/audiorate.vcproj
32380         * gst/audioscale/audioscale.vcproj
32381         * gst/auparse/auparse.vcproj
32382         * gst/avi/avi.vcproj
32383         * gst/cdxaparse/cdxaparse.vcproj
32384         * gst/chart/chart.vcproj
32385         * gst/colorspace/colorspace.vcproj
32386         * gst/cutter/cutter.vcproj
32387         * gst/debug/debug.vcproj
32388         * gst/debug/efence.vcproj
32389         * gst/debug/navigationtest.vcproj
32390         * gst/deinterlace/deinterlace.vcproj
32391         * gst/effectv/effectv.vcproj
32392         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
32393         * gst/filter/filter.vcproj
32394         * gst/flx/flxdec.vcproj
32395         * gst/goom/goom.vcproj
32396         * gst/interleave/interleave.vcproj
32397         * gst/law/alaw.vcproj
32398         * gst/law/mulaw.vcproj
32399         * gst/matroska/matroska.vcproj
32400         * gst/median/median.vcproj
32401         * gst/mixmatrix/mixmatrix.vcproj
32402         * gst/mpeg1sys/mpeg1systemencode.vcproj
32403         * gst/mpeg1videoparse/mp1videoparse.vcproj
32404         * gst/mpeg2sub/mpeg2subt.vcproj
32405         * gst/mpegaudio/mpegaudio.vcproj
32406         * gst/mpegaudioparse/mpegaudioparse.vcproj
32407         * gst/mpegstream/mpegstream.vcproj
32408         * gst/multifilesink/multifilesink.vcproj
32409         * gst/multipart/multipart.vcproj
32410         * gst/oneton/oneton.vcproj
32411         * gst/overlay/overlay.vcproj
32412         * gst/passthrough/passthrough.vcproj
32413         * gst/qtdemux/qtdemux.vcproj
32414         * gst/realmedia/rmdemux.vcproj
32415         * gst/rtjpeg/rtjpeg.vcproj
32416         * gst/rtp/rtp.vcproj
32417         * gst/silence/silence.vcproj
32418         * gst/sine/sinesrc.vcproj
32419         * gst/smooth/smooth.vcproj
32420         * gst/smpte/smpte.vcproj
32421         * gst/spectrum/spectrum.vcproj
32422         * gst/speed/speed.vcproj
32423         * gst/stereo/stereo.vcproj
32424         * gst/switch/switch.vcproj
32425         * gst/tags/tagedit.vcproj
32426         * gst/tcp/tcp.vcproj
32427         * gst/typefind/typefindfunctions.vcproj
32428         * gst/udp/udp.vcproj
32429         * gst/videobox/videobox.vcproj
32430         * gst/videocrop/videocrop.vcproj
32431         * gst/videodrop/videodrop.vcproj
32432         * gst/videofilter/gamma.vcproj
32433         * gst/videofilter/videobalance.vcproj
32434         * gst/videofilter/videofilter.vcproj
32435         * gst/videofilter/videoflip.vcproj
32436         * gst/videoflip/videoflip.vcproj
32437         * gst/videomixer/videomixer.vcproj
32438         * gst/videorate/videorate.vcproj
32439         * gst/videoscale/videoscale.vcproj
32440         * gst/videotestsrc/videotestsrc.vcproj
32441         * gst/virtualdub/virtualdub.vcproj
32442         * gst/volenv/volenv.vcproj
32443         * gst/volume/volume.vcproj
32444         * gst/wavenc/wavenc.vcproj
32445         * gst/wavparse/wavparse.vcproj
32446         * gst/y4m/y4menc.vcproj
32447           more plugins supported under windows
32448
32449 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
32450
32451         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
32452         (gst_ximagesink_ximage_put), (gst_ximagesink_renegotiate_size),
32453         (gst_ximagesink_chain), (gst_ximagesink_buffer_alloc):
32454         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
32455         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc):
32456           Add debugging statements.  Use the sizes as returned by the
32457           *CreateImage calls.
32458
32459 2004-07-26  Johan Dahlin  <johan@gnome.org>
32460
32461         * gst/tcp/gsttcpclientsrc.c (gst_tcpclientsrc_get): Make sure that
32462         the pad is negotiated.
32463
32464         * gst/ffmpegcolorspace/gstffmpegcolorspace.c (gst_ffmpegcolorspace_chain): Ditto
32465
32466 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32467
32468         * gst-libs/gst/colorbalance/colorbalance.vcproj:
32469         * gst-libs/gst/idct/idct.vcproj:
32470         * gst-libs/gst/media-info/media-info.vcproj:
32471         * gst-libs/gst/mixer/mixer.vcproj:
32472         * gst-libs/gst/navigation/navigation.vcproj:
32473         * gst-libs/gst/play/play.vcproj:
32474         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
32475         * gst-libs/gst/resample/resample.vcproj:
32476         * gst-libs/gst/tuner/tuner.vcproj:
32477         * gst-libs/gst/video/video.vcproj:
32478         * gst-libs/gst/xoverlay/xoverlay.vcproj:
32479           more plugins supported under windows
32480
32481 2004-07-25 Iain <iain@prettypeople.org>
32482
32483         * gst/wavparse/gstwavparse.c (gst_wavparse_fmt): Set the caps on the
32484         pad now rather than when the pad is created because state changes wipe
32485         explicit caps (fixes #148043).
32486
32487 2004-07-25  Sebastien Cote  <sc5@hermes.usherb.ca>
32488
32489         reviewed by Benjamin Otte  <otte@gnome.org>
32490
32491         * ext/mad/gstmad.c:
32492           fix mad plugin crashing on Sun (fixes #148289)
32493
32494 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
32495
32496         * gst/avi/avi.def:
32497         * gst/avi/avi.vcproj:
32498         * gst/matroska/matroska.def:
32499         * gst/matroska/matroska.vcproj:
32500           remove unused .def files
32501
32502 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
32503
32504         * gst-libs/gst/audio/gstaudiofilter.c:
32505           Clean the local include
32506
32507 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
32508
32509         * win32/gst.sln:
32510         * gst-libs/gst/audio/audio.def:
32511         * gst-libs/gst/audio/audio.vcproj:
32512         * gst-libs/gst/audio/audiofilter.vcproj:
32513         * gst-libs/gst/audio/riff.def:
32514         * gst-libs/gst/audio/riff.vcproj:
32515         * gst-libs/gst/gst-libs.def:
32516         * gst-libs/gst/gst-libs.vcproj:
32517         * gst/avi/avi.vcproj:
32518         * gst/avi/avi.vcproj:
32519           Copy the files where needed after building, cleaner projects
32520
32521 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
32522
32523         * gst/matroska/ebml-write.c:
32524           Fix some 64 bits constants to be glib friendly
32525
32526 2004-07-24  Steve Lhomme  <steve.lhomme@free.fr>
32527
32528         * win32/gst.sln:
32529         * gst-libs/gst/gst-libs.def:
32530         * gst-libs/gst/gst-libs.vcproj:
32531         * gst/matroska/matroska.def:
32532         * gst/matroska/matroska.vcproj:
32533           Add the preliminary canvas to build plugins on Win32
32534
32535 2004-07-23  Benjamin Otte  <otte@gnome.org>
32536
32537         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
32538           don't enfore negotiation from source side, it breaks
32539           sinesrc ! audioconvert ! osssink
32540
32541 2004-07-22  David Schleef  <ds@schleef.org>
32542
32543         * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add typefind
32544         for ELF files, since they can easily be recognized as audio/mpeg.
32545         (bug #147441)
32546
32547 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
32548
32549         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
32550         (gst_videoscale_planar411), (gst_videoscale_scale_nearest_32bit),
32551         (gst_videoscale_scale_nearest_24bit),
32552         (gst_videoscale_scale_nearest_16bit):
32553           fix 16bit and 24bit for stride (24bit might need testing)
32554           don't pretend we do more than one algorithm
32555
32556 2004-07-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
32557
32558         * configure.ac:
32559         * gst/Makefile.am:
32560         * gst/multifilesink/Makefile.am:
32561         * gst/multifilesink/gstmultifilesink.c:
32562         (gst_multifilesink_get_formats),
32563         (gst_multifilesink_get_query_types), (_do_init),
32564         (gst_multifilesink_base_init), (gst_multifilesink_class_init),
32565         (gst_multifilesink_init), (gst_multifilesink_dispose),
32566         (gst_multifilesink_set_location), (gst_multifilesink_set_property),
32567         (gst_multifilesink_get_property), (gst_multifilesink_open_file),
32568         (gst_multifilesink_close_file), (gst_multifilesink_next_file),
32569         (gst_multifilesink_pad_query), (gst_multifilesink_handle_event),
32570         (gst_multifilesink_chain), (gst_multifilesink_change_state),
32571         (gst_multifilesink_uri_get_type),
32572         (gst_multifilesink_uri_get_protocols),
32573         (gst_multifilesink_uri_get_uri), (gst_multifilesink_uri_set_uri),
32574         (gst_multifilesink_uri_handler_init), (plugin_init):
32575         * gst/multifilesink/gstmultifilesink.h:
32576         * testsuite/Makefile.am:
32577         * testsuite/multifilesink/Makefile.am:
32578         * testsuite/multifilesink/fakesrc_test.c: (gst_newmedia_base_init),
32579         (gst_newmedia_class_init), (gst_newmedia_init),
32580         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
32581         (newfile_signal), (test_signal), (main):
32582         multifilesink plugin for creating new files every time a new media
32583         discontinuity event occurs
32584
32585 2004-07-22  Wim Taymans  <wim@fluendo.com>
32586
32587         * gst/alpha/Makefile.am:
32588         * gst/alpha/gstalphacolor.c: (gst_alpha_color_get_type),
32589         (gst_alpha_color_base_init), (gst_alpha_color_class_init),
32590         (gst_alpha_color_init), (gst_alpha_color_set_property),
32591         (gst_alpha_color_get_property), (gst_alpha_color_sink_link),
32592         (transform), (gst_alpha_color_chain),
32593         (gst_alpha_color_change_state), (plugin_init):
32594         Stupid plugin to to RGBA to AYUV conversion because none of
32595         the colorspace plugins can handle that yet.
32596
32597 2004-07-22  Wim Taymans  <wim@fluendo.com>
32598
32599         * examples/seeking/seek.c: (update_scale), (main):
32600         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
32601         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
32602         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
32603         (gst_decode_bin_init), (gst_decode_bin_dispose),
32604         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
32605         (no_more_pads), (close_link), (type_found),
32606         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
32607         (plugin_init):
32608         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
32609         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
32610         (gst_play_base_bin_dispose), (queue_overrun),
32611         (gen_preroll_element), (remove_prerolls), (unknown_type),
32612         (no_more_pads), (new_stream), (setup_source),
32613         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
32614         (play_base_eos), (gst_play_base_bin_change_state),
32615         (gst_play_base_bin_add_element),
32616         (gst_play_base_bin_remove_element),
32617         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
32618         (gst_play_base_bin_unlink_stream),
32619         (gst_play_base_bin_get_streaminfo):
32620         * gst/playback/gstplaybin.c: (gen_video_element),
32621         (gen_audio_element):
32622         * gst/playback/gststreaminfo.h:
32623         More playback updates, attempt to fix things after the state change
32624         breakage.
32625
32626 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
32627
32628         * gst/videoscale/videoscale.c: (gst_videoscale_planar411),
32629         (gst_videoscale_scale_nearest_16bit):
32630           comment algorithm
32631
32632 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
32633
32634         * gst/videotestsrc/gstvideotestsrc.c:
32635         (gst_videotestsrc_class_init), (gst_videotestsrc_src_link),
32636         (gst_videotestsrc_init), (gst_videotestsrc_get),
32637         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
32638         (gst_videotestsrc_get_property):
32639         * gst/videotestsrc/gstvideotestsrc.h:
32640         * gst/videotestsrc/videotestsrc.c:
32641         * gst/videotestsrc/videotestsrc.h:
32642           cleanup and commenting
32643
32644 2004-07-21  Wim Taymans  <wim@fluendo.com>
32645
32646         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
32647         (gst_ogg_demux_get_formats), (gst_ogg_demux_src_query),
32648         (gst_ogg_demux_src_event), (gst_ogg_demux_src_convert),
32649         (gst_ogg_demux_handle_event), (gst_ogg_demux_seek_before),
32650         (_find_chain_get_unknown_part), (_find_streams_check),
32651         (gst_ogg_demux_push), (gst_ogg_pad_push):
32652         * ext/theora/theoradec.c: (theora_get_formats),
32653         (theora_dec_src_convert), (theora_dec_sink_convert),
32654         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
32655         (theora_dec_chain):
32656         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
32657         (vorbis_dec_convert), (vorbis_dec_src_query),
32658         (vorbis_dec_src_event), (vorbis_dec_event):
32659         More seeking fixes, oggdemux now supports seeking to time and
32660         uses the downstream element to convert granulepos to time.
32661         Seeking in theora-only ogg files now works.
32662
32663 2004-07-21  Wim Taymans  <wim@fluendo.com>
32664
32665         * ext/theora/theoradec.c: (gst_theora_dec_init),
32666         (theora_get_formats), (theora_get_event_masks),
32667         (theora_get_query_types), (theora_dec_src_convert),
32668         (theora_dec_sink_convert), (theora_dec_src_query),
32669         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
32670         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
32671         (vorbis_get_event_masks), (vorbis_get_query_types),
32672         (gst_vorbis_dec_init), (vorbis_dec_convert),
32673         (vorbis_dec_src_query), (vorbis_dec_src_event), (vorbis_dec_event):
32674         Added query/convert/formats functions to vorbis and theora decoders
32675         so that the outside world can use them too. Fixed seeking on an
32676         ogg/theora/vorbis file by disabling the seeking seeking on the
32677         theora srcpad.
32678
32679 2004-07-21  Julien MOUTTE  <julien@moutte.net>
32680
32681         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
32682         (gst_ximagesink_renegotiate_size), (gst_ximagesink_sink_link),
32683         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id): Optimize
32684         images creation for both elements. We don't create the image on caps
32685         nego or renego, we just destroy the internal one if present if it does
32686         not match the needs. The chain function takes care of creating a new
32687         image when needed.
32688         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
32689         (gst_xvimagesink_xwindow_decorate), (gst_xvimagesink_sink_link),
32690         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
32691         (gst_xvimagesink_set_xwindow_id): Additionally xvimage now contains
32692         the image format information. The buffer pool checks for the context
32693         image format and discard images with different formats.
32694         * sys/xvimage/xvimagesink.h: Adding im_format in the xvimage structure.
32695
32696 2004-07-21  Thomas Vander Stichele  <thomas at apestaart dot org>
32697
32698         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
32699         (gst_ffmpegcolorspace_chain):
32700           no point in doing any chaining if the pad we want to push from
32701           isn't usable.
32702
32703 2004-07-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32704
32705         * gst-libs/gst/riff/riff-media.c:
32706         (gst_riff_create_audio_caps_with_data):
32707           Fix double end-to-native symbol conversion (#148021).
32708
32709 2004-07-20  David Schleef  <ds@schleef.org>
32710
32711         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
32712         Don't use an Atom that doesn't exist.
32713
32714 2004-07-20  Wim Taymans  <wim@fluendo.com>
32715
32716         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
32717         (gst_multifdsink_add), (gst_multifdsink_get_stats),
32718         (gst_multifdsink_client_remove),
32719         (gst_multifdsink_handle_client_write),
32720         (gst_multifdsink_queue_buffer):
32721         * gst/tcp/gstmultifdsink.h:
32722         More multifdsink stats. Avoid deadlock by releasing locks
32723         before sending out a signal.
32724
32725 2004-07-20  Thomas Vander Stichele  <thomas at apestaart dot org>
32726
32727         * po/LINGUAS:
32728         * po/hu.po:
32729           added Hungarian translation (Laszlo Dvornik)
32730
32731 2004-07-20  Wim Taymans  <wim@fluendo.com>
32732
32733         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
32734         (gst_multifdsink_add), (gst_multifdsink_client_remove),
32735         (gst_multifdsink_handle_client_write),
32736         (gst_multifdsink_queue_buffer):
32737         * gst/tcp/gsttcp-marshal.list:
32738         Fixed the stupid marshal definition.
32739
32740 2004-07-20  Wim Taymans  <wim@fluendo.com>
32741
32742         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
32743         (gst_multifdsink_init), (gst_multifdsink_add),
32744         (gst_multifdsink_client_remove),
32745         (gst_multifdsink_handle_client_write),
32746         (gst_multifdsink_queue_buffer), (gst_multifdsink_chain),
32747         (gst_multifdsink_set_property), (gst_multifdsink_get_property),
32748         (gst_multifdsink_init_send):
32749         * gst/tcp/gstmultifdsink.h:
32750         Added more stats, added timeout for a client, fixed some typos
32751         and added some comments.
32752
32753 2004-07-20  Wim Taymans  <wim@fluendo.com>
32754
32755         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
32756         (gst_multifdsink_add), (gst_multifdsink_get_stats),
32757         (gst_multifdsink_client_remove),
32758         (gst_multifdsink_handle_client_write):
32759         * gst/tcp/gstmultifdsink.h:
32760         * gst/tcp/gsttcp-marshal.list:
32761         Added get_stats method that returns a GValueArray of
32762         stats values.
32763
32764 2004-07-19  Benjamin Otte  <otte@gnome.org>
32765
32766         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
32767           make sure longname, description and author are valid UTF-8
32768
32769 2004-07-19  Thomas Vander Stichele  <thomas at apestaart dot org>
32770
32771         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state),
32772         (gst_ximagesink_set_property):
32773         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
32774         (gst_xvimagesink_set_property):
32775           make sure SYNCHRONOUS is respected after getting the X context
32776
32777 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
32778
32779         * gst/matroska/matroska-demux.c:
32780         (gst_matroska_demux_handle_src_event),
32781         (gst_matroska_demux_parse_blockgroup):
32782         * gst/matroska/matroska-ids.h:
32783           add BlockReference tag and ignore it to clear out log.
32784           ignore NAVIGATION events to clear out log.
32785
32786 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
32787
32788         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
32789         (gst_matroska_demux_add_stream):
32790         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init):
32791           add debug categories
32792
32793 2004-07-16  Wim Taymans  <wim@fluendo.com>
32794
32795         * ext/libpng/Makefile.am:
32796         * ext/libpng/gstpng.c: (plugin_init):
32797         * ext/libpng/gstpngdec.c: (user_error_fn), (user_warning_fn),
32798         (gst_pngdec_get_type), (gst_pngdec_base_init),
32799         (gst_pngdec_class_init), (gst_pngdec_sinklink), (gst_pngdec_init),
32800         (gst_pngdec_src_getcaps), (user_read_data), (gst_pngdec_chain):
32801         * ext/libpng/gstpngdec.h:
32802         Added png decoder.
32803
32804 2004-07-16  Julien MOUTTE  <julien@moutte.net>
32805
32806         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
32807         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
32808         (gst_ximagesink_ximage_destroy), (gst_ximagesink_sink_link),
32809         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
32810         (gst_ximagesink_buffer_alloc):
32811         * sys/ximage/ximagesink.h:
32812         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
32813         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
32814         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
32815         (gst_xvimagesink_buffer_alloc):
32816         * sys/xvimage/xvimagesink.h: Getting the 2 video sinks synchronized
32817         again. Using internal data pointer of the x(v)image to store image's
32818         data to be coherent with the buffer alloc mechanism. Investigated the
32819         image destruction code to be sure that everything gets freed correctly.
32820
32821 2004-07-16  Wim Taymans  <wim@fluendo.com>
32822
32823         * gst-libs/gst/riff/riff-read.c:
32824         (gst_riff_read_strf_vids_with_data),
32825         (gst_riff_read_strf_auds_with_data):
32826         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
32827         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
32828         Make sure we don't create 0 sized subbuffers in riff-read.
32829         Signal the no more pads signal after reading the avi header.
32830
32831 2004-07-16  Wim Taymans  <wim@fluendo.com>
32832
32833         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
32834         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
32835         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
32836         (gst_decode_bin_init), (gst_decode_bin_dispose),
32837         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
32838         (no_more_pads), (close_link), (type_found),
32839         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
32840         (gst_decode_bin_change_state), (plugin_init):
32841         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
32842         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
32843         (gst_play_base_bin_dispose), (queue_overrun),
32844         (gen_preroll_element), (remove_prerolls), (unknown_type),
32845         (no_more_pads), (new_stream), (setup_source),
32846         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
32847         (play_base_eos), (gst_play_base_bin_change_state),
32848         (gst_play_base_bin_add_element),
32849         (gst_play_base_bin_remove_element),
32850         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
32851         (gst_play_base_bin_unlink_stream),
32852         (gst_play_base_bin_get_streaminfo):
32853         * gst/playback/gstplaybasebin.h:
32854         Better error recovery. Added configurable preroll queue size. Faster
32855         detection of no-more-pads.
32856
32857 2004-07-16  Wim Taymans  <wim@fluendo.com>
32858
32859         * gst-libs/gst/video/video.h:
32860         Added 32 bits RGBA. Not sure if we should use another mime-type
32861         for alpha rgb. Currently the presence of the alpha_mask property
32862         signals an alpha channel.
32863
32864 2004-07-16  Wim Taymans  <wim@fluendo.com>
32865
32866         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
32867         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
32868         FPS seems to be 0.0 to MAX everywhere else.
32869
32870 2004-07-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32871
32872         * gst-libs/gst/riff/riff-media.c:
32873         (gst_riff_create_video_caps_with_data):
32874           mp42/mp43 (no caps) exist too.
32875         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
32876           Set pixel_width/height; we've got them in-caps.
32877         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
32878         * gst/wavparse/gstwavparse.c: (plugin_init):
32879           Both are valid primary.
32880         * sys/oss/gstossmixer.c:
32881           Remove i18n hack and enable translations.
32882
32883 2004-07-15  Benjamin Otte  <otte@gnome.org>
32884
32885         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
32886         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
32887           fix for non-shm xv. Original patch by Tim Ringenbach (fixes #147248)
32888
32889 2004-07-15  Benjamin Otte  <otte@gnome.org>
32890
32891         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
32892         (gst_alsa_sw_params_dump), (gst_alsa_hw_params_dump),
32893         (gst_alsa_close_audio):
32894           disable some of the debugging code for now. Writing debugging to a
32895           buffer is broken in current alsalib releases.
32896
32897 2004-07-12  Benjamin Otte  <otte@gnome.org>
32898
32899         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer):
32900           use bufferpools
32901
32902 2004-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
32903
32904         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
32905         (theora_dec_src_query), (theora_dec_event):
32906         * ext/theora/theoraenc.c: (gst_theora_enc_class_init):
32907           add debugging categories.  Remove \n's.
32908
32909 2004-07-13  Johan Dahlin  <johan@gnome.org>
32910
32911         * gst/playback/gstplaybin.c (gst_play_bin_set_property)
32912         (gst_play_bin_get_property): Impl.
32913
32914 2004-07-13  Wim Taymans  <wim@fluendo.com>
32915
32916         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_seek_before):
32917         When trying to find the stream length, seek back N pages
32918         instead of just one, where N is the number of streams in
32919         the current chain.
32920
32921 2004-07-13  Wim Taymans  <wim@fluendo.com>
32922
32923         * gst-libs/gst/riff/riff-media.c:
32924         (gst_riff_create_audio_caps_with_data),
32925         (gst_riff_create_audio_caps),
32926         (gst_riff_create_audio_template_caps):
32927         * gst-libs/gst/riff/riff-media.h:
32928         * gst-libs/gst/riff/riff-read.c:
32929         (gst_riff_read_strf_vids_with_data),
32930         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_auds):
32931         * gst-libs/gst/riff/riff-read.h:
32932         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
32933         (gst_avi_demux_add_stream):
32934         Set codec_data on caps for avidemuxer.
32935
32936 2004-07-12  David Schleef  <ds@schleef.org>
32937
32938         * configure.ac: Fix test for Objective C
32939
32940 2004-07-12  Jan Schmidt  <thaytan@mad.scientist.com>
32941         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
32942         (gst_gdk_pixbuf_chain):
32943           Add svg and pcx to template caps, and ensure that getcaps returns a
32944           subset of the template caps.
32945           Copy each row manually for output, as gdkpixbuf may pad the
32946           rowstride to a 32-bit word boundary.
32947
32948 2004-07-12  Wim Taymans  <wim@fluendo.com>
32949
32950         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
32951         (gst_riff_create_video_template_caps):
32952         Fix the template caps to include some more media types.
32953
32954 2004-07-12  Wim Taymans  <wim@fluendo.com>
32955
32956         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
32957         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
32958         (compare_ranks), (print_feature), (gst_decode_bin_init),
32959         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
32960         (try_to_link_1), (new_pad), (close_link), (type_found),
32961         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
32962         (gst_decode_bin_change_state), (plugin_init):
32963         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
32964         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
32965         (gst_play_base_bin_dispose), (queue_overrun),
32966         (gen_preroll_element), (remove_prerolls), (no_more_pads),
32967         (new_stream), (setup_source), (gst_play_base_bin_set_property),
32968         (gst_play_base_bin_get_property), (play_base_eos),
32969         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
32970         (gst_play_base_bin_remove_element),
32971         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
32972         (gst_play_base_bin_unlink_stream),
32973         (gst_play_base_bin_get_streaminfo):
32974         * gst/playback/gstplaybasebin.h:
32975         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
32976         (gst_play_bin_class_init), (gst_play_bin_init),
32977         (gst_play_bin_dispose), (gst_play_bin_set_property),
32978         (gst_play_bin_get_property), (gen_video_element),
32979         (gen_audio_element), (remove_sinks), (setup_sinks),
32980         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
32981         (gst_play_bin_send_event), (gst_play_bin_get_formats),
32982         (gst_play_bin_convert), (gst_play_bin_get_query_types),
32983         (gst_play_bin_query), (plugin_init):
32984         * gst/playback/test4.c: (main):
32985         More fixes on reusing of the element.
32986
32987 2004-07-11  Benjamin Otte  <otte@gnome.org>
32988
32989         * ext/mad/gstmad.c: (normal_seek):
32990           allow seeking for other methods than just SET
32991
32992 2004-07-11  Andy Wingo  <wingo@pobox.com>
32993
32994         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_link): For
32995         float, "any" caps -> buffer_frames=[0,MAX].
32996
32997         * gst/interleave/interleave.c (interleave_getcaps): Seems the core
32998         doesn't intersect our caps with the template any more. Do it
32999         ourselves.
33000         (interleave_buffered_loop): Use g_newa instead of malloc/free.
33001
33002 2004-07-09  Wim Taymans  <wim@fluendo.com>
33003
33004         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
33005         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
33006         (compare_ranks), (print_feature), (gst_decode_bin_init),
33007         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
33008         (try_to_link_1), (new_pad), (close_link), (type_found),
33009         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
33010         (gst_decode_bin_change_state), (plugin_init):
33011         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
33012         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
33013         (gst_play_base_bin_dispose), (queue_overrun),
33014         (gen_preroll_element), (remove_prerolls), (no_more_pads),
33015         (new_stream), (setup_source), (gst_play_base_bin_set_property),
33016         (gst_play_base_bin_get_property), (play_base_eos),
33017         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
33018         (gst_play_base_bin_remove_element),
33019         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
33020         (gst_play_base_bin_unlink_stream),
33021         (gst_play_base_bin_get_streaminfo):
33022         * gst/playback/gstplaybasebin.h:
33023         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
33024         (gst_play_bin_class_init), (gst_play_bin_init),
33025         (gst_play_bin_dispose), (gst_play_bin_set_property),
33026         (gst_play_bin_get_property), (gen_video_element),
33027         (gen_audio_element), (remove_sinks), (setup_sinks),
33028         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
33029         (gst_play_bin_send_event), (gst_play_bin_get_formats),
33030         (gst_play_bin_convert), (gst_play_bin_get_query_types),
33031         (gst_play_bin_query), (plugin_init):
33032         * gst/playback/test4.c: (main):
33033         Work on object reuse and seeking.
33034
33035 2004-07-09  Wim Taymans  <wim@fluendo.com>
33036
33037         * examples/seeking/seek.c: (iterate):
33038         Don't consume all CPU in the idle loop.
33039
33040 2004-07-09  Wim Taymans  <wim@fluendo.com>
33041
33042         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_new_output_pad),
33043         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_process_private):
33044         Add pad to element *after* setting the pad functions so that
33045         the scheduler can use the correct ones.
33046
33047 2004-07-09  Wim Taymans  <wim@fluendo.com>
33048
33049         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
33050         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_chain):
33051         Sync to keyframe after seek
33052
33053 2004-07-09  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
33054
33055         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
33056         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
33057         (gst_alsa_sink_loop), (gst_alsa_sink_change_state):
33058         * ext/alsa/gstalsasrc.c: (gst_alsa_src_change_state):
33059         * ext/libvisual/visual.c: (gst_visual_change_state):
33060         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_change_state):
33061         * ext/theora/theoradec.c: (theora_dec_change_state):
33062         * ext/theora/theoraenc.c: (theora_enc_change_state):
33063         * ext/vorbis/vorbisdec.c: (vorbis_dec_change_state):
33064         * gst-libs/gst/navigation/navigation.c:
33065         * gst/adder/gstadder.c: (gst_adder_change_state):
33066         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
33067         (gst_audio_convert_get_buffer):
33068         * gst/multipart/multipartdemux.c:
33069         (gst_multipart_demux_change_state):
33070         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
33071         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
33072         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
33073         * gst/videoscale/gstvideoscale.c:
33074         (gst_videoscale_handle_src_event):
33075         * gst/volume/gstvolume.c: (volume_chain_int16):
33076           don't assert in state change, this should be done by the base
33077           GstElement class.
33078           various debugging fixes.
33079
33080 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
33081
33082         * configure.ac:
33083         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
33084         (gst_play_dispose), (gst_play_set_location),
33085         (gst_play_set_data_src), (gst_play_set_video_sink),
33086         (gst_play_set_audio_sink), (gst_play_set_visualization),
33087         (gst_play_connect_visualization), (gst_play_get_sink_element),
33088         (gst_play_get_all_by_interface):
33089         * gst-libs/gst/play/play.h:
33090           add new method to get elements implementing an interface.
33091           add various error logging
33092
33093 2004-07-08  Wim Taymans  <wim@fluendo.com>
33094
33095         * examples/seeking/seek.c: (make_dv_pipeline), (make_avi_pipeline),
33096         (make_mpeg_pipeline), (make_mpegnt_pipeline),
33097         (make_playerbin_pipeline), (query_durations_elems),
33098         (query_durations_pads), (query_positions_elems),
33099         (query_positions_pads), (update_scale), (iterate), (stop_seek),
33100         (main):
33101         Added playbin seeking example.
33102
33103 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
33104
33105         * gst-libs/gst/play/play.c: (gst_play_set_location),
33106         (gst_play_set_data_src), (gst_play_set_video_sink),
33107         (gst_play_set_audio_sink), (gst_play_set_visualization),
33108         (gst_play_connect_visualization), (gst_play_get_framerate):
33109           use a macro to look up elements from hash table
33110
33111 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
33112
33113         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
33114         (gst_play_get_length_callback), (gst_play_set_location),
33115         (gst_play_seek_to_time), (gst_play_set_data_src),
33116         (gst_play_set_video_sink), (gst_play_set_audio_sink),
33117         (gst_play_set_visualization), (gst_play_connect_visualization),
33118         (gst_play_get_sink_element):
33119         - add debugging info
33120         - fix looking up sink elements by iterating over complete caps
33121         - put everything except for source and autoplugger in a complete bin
33122
33123 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
33124
33125         * ext/alsa/gstalsa.c: (gst_alsa_drain_audio):
33126         * ext/alsa/gstalsasink.c: (gst_alsa_sink_flush_one_pad),
33127         (gst_alsa_sink_check_event), (gst_alsa_sink_mmap),
33128         (gst_alsa_sink_write), (gst_alsa_sink_loop):
33129         * ext/alsa/gstalsasink.h:
33130         - add debugging info
33131         - clean up schizophrenia of data/buffer/event
33132         - fix double event unref error
33133
33134 2004-07-08  Wim Taymans  <wim@fluendo.com>
33135
33136         * gst/playback/Makefile.am:
33137         Add headers to noinst
33138
33139 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
33140
33141         * tools/gst-launch-ext-m.m:
33142         * tools/gst-launch-ext.1.in:
33143           convert to the third millenium
33144
33145 2004-07-07  David Schleef  <ds@schleef.org>
33146
33147         * sys/dxr3/Makefile.am: noinst_SOURCES should be nodist_SOURCES
33148
33149 2004-07-07  Wim Taymans  <wim@fluendo.com>
33150
33151         * gst/playback/Makefile.am:
33152         * gst/playback/README:
33153         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
33154         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
33155         (compare_ranks), (print_feature), (gst_decode_bin_init),
33156         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
33157         (try_to_link_1), (new_pad), (close_link), (type_found),
33158         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
33159         (plugin_init):
33160         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
33161         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
33162         (gst_play_base_bin_dispose), (rebuild_pipeline), (queue_overrun),
33163         (gen_preroll_element), (no_more_pads), (new_stream),
33164         (setup_source), (gst_play_base_bin_set_property),
33165         (gst_play_base_bin_get_property), (gst_play_base_bin_change_state),
33166         (gst_play_base_bin_add_element),
33167         (gst_play_base_bin_remove_element),
33168         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
33169         (gst_play_base_bin_unlink_stream),
33170         (gst_play_base_bin_get_streaminfo):
33171         * gst/playback/gstplaybasebin.h:
33172         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
33173         (gst_play_bin_class_init), (gst_play_bin_init),
33174         (gst_play_bin_dispose), (gst_play_bin_set_property),
33175         (gst_play_bin_get_property), (gen_video_element),
33176         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state),
33177         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
33178         (gst_play_bin_get_formats), (gst_play_bin_convert),
33179         (gst_play_bin_get_query_types), (gst_play_bin_query),
33180         (plugin_init):
33181         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
33182         (gst_stream_info_get_type), (gst_stream_info_class_init),
33183         (gst_stream_info_init), (gst_stream_info_new),
33184         (gst_stream_info_dispose), (gst_stream_info_set_property),
33185         (gst_stream_info_get_property):
33186         * gst/playback/gststreaminfo.h:
33187         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
33188         (main):
33189         * gst/playback/test2.c: (main):
33190         * gst/playback/test3.c: (update_scale), (main):
33191         More playbin fixes. Added README. Do better element filtering.
33192         Added base class to preroll media. Added test apps.
33193
33194 2004-07-07  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
33195
33196         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_flush_decoder):
33197         * ext/mpeg2dec/gstmpeg2dec.h:
33198           various debugging improvements.  Reset stream to next picture
33199           instead of sequence header, otherwise seeks cannot work.
33200
33201 2004-07-07  Wim Taymans  <wim@fluendo.com>
33202
33203         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
33204         (gst_video_box_class_init), (gst_video_box_set_property),
33205         (gst_video_box_i420), (gst_video_box_ayuv), (gst_video_box_chain):
33206         Use pad_alloc where possible.
33207
33208 2004-07-07  Wim Taymans  <wim@fluendo.com>
33209
33210         * sys/oss/gstosselement.c: (gst_osselement_reset),
33211         (gst_osselement_parse_caps):
33212         * sys/oss/gstosselement.h:
33213         * sys/oss/gstosssrc.c: (gst_osssrc_get):
33214         Fix offset on osssrc.
33215
33216 2004-07-07  Wim Taymans  <wim@fluendo.com>
33217
33218         * ext/theora/theora.c: (plugin_init):
33219         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
33220         (theora_dec_src_query), (theora_dec_chain):
33221         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
33222         (theora_enc_sink_link), (theora_buffer_from_packet),
33223         (theora_push_packet), (theora_enc_chain):
33224         Fix theora granulepos calculation.
33225         Fix overflow in duration/position calculation.
33226         Bump rank to PRIMARY for theoradec.
33227         Use granulepos of last packet to calculate position.
33228         Set keyframe flag on buffers when needed.
33229
33230 2004-07-06  David Schleef  <ds@schleef.org>
33231
33232         * gst/playback/Makefile.am: 'test' in bin_PROGRAMS?  Are you
33233         serious?  (Fixed, obviously.)
33234
33235 2004-07-06  Thomas Vander Stichele  <thomas at apestaart dot org>
33236
33237         * po/LINGUAS:
33238         * po/cs.po:
33239           added Czech translation (Miloslav Trmac)
33240
33241 2004-07-05  Wim Taymans  <wim@fluendo.com>
33242
33243         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
33244         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
33245         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
33246         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
33247         (close_link), (type_found), (gst_decode_bin_set_property),
33248         (gst_decode_bin_get_property), (gst_decode_bin_get_event_masks),
33249         (gst_decode_bin_send_event), (gst_decode_bin_get_formats),
33250         (gst_decode_bin_convert), (gst_decode_bin_get_query_types),
33251         (gst_decode_bin_query), (plugin_init):
33252         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
33253         (gst_play_bin_class_init), (gst_play_bin_init),
33254         (gst_play_bin_dispose), (rebuild_pipeline), (get_audio_element),
33255         (get_video_element), (new_pad), (setup_source),
33256         (gst_play_bin_set_property), (gst_play_bin_get_property),
33257         (gst_play_bin_change_state), (gst_play_bin_add_element),
33258         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
33259         (gst_play_bin_send_event), (gst_play_bin_get_formats),
33260         (gst_play_bin_convert), (gst_play_bin_get_query_types),
33261         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
33262         * gst/playback/test.c: (main):
33263         More fixes, cleaned up playbin, make it use decodebin. Added
33264         threaded property to playbin.
33265
33266 2004-07-05  Wim Taymans  <wim@fluendo.com>
33267
33268         * configure.ac:
33269         * gst/playback/Makefile.am:
33270         * gst/playback/decodetest.c: (main):
33271         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
33272         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
33273         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
33274         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
33275         (close_link), (type_found), (gst_decode_bin_set_property),
33276         (gst_decode_bin_get_property), (gst_decode_bin_change_state),
33277         (gst_decode_bin_get_event_masks), (gst_decode_bin_send_event),
33278         (gst_decode_bin_get_formats), (gst_decode_bin_convert),
33279         (gst_decode_bin_get_query_types), (gst_decode_bin_query),
33280         (plugin_init):
33281         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
33282         (gst_play_bin_class_init), (gst_play_bin_init),
33283         (gst_play_bin_dispose), (gen_default_output), (rebuild_pipeline),
33284         (collect_sink_pads), (find_compatibles), (close_pad_link),
33285         (try_to_link_1), (new_pad), (close_link), (type_found),
33286         (setup_source), (gst_play_bin_set_property),
33287         (gst_play_bin_get_property), (gst_play_bin_factory_filter),
33288         (compare_ranks), (gst_play_bin_collect_factories),
33289         (gst_play_bin_change_state), (gst_play_bin_add_element),
33290         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
33291         (gst_play_bin_send_event), (gst_play_bin_get_formats),
33292         (gst_play_bin_convert), (gst_play_bin_get_query_types),
33293         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
33294         * gst/playback/test.c: (main):
33295         Added some playback helper elements and some test apps, very alpha
33296         still.
33297
33298 2004-07-04  Benjamin Otte  <otte@gnome.org>
33299
33300         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
33301           only restart audio when we indeed have an xrun to fix repeated
33302           xruns. Fix suggested by Giuliano Pochini.
33303
33304 2004-07-03  David Schleef  <ds@schleef.org>
33305
33306         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper): Disable
33307         call to gst_debug_log() if debugging is disabled (bug #145118)
33308
33309 2004-07-03  Benjamin Otte  <otte@gnome.org>
33310
33311         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
33312           use our own functions for restarting the alsa device.
33313         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
33314           I should apply patches myself - use MIN for the third argument, not
33315           the second, this fixes seeking
33316
33317 2004-07-02  David Schleef  <ds@schleef.org>
33318
33319         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
33320         (gst_flacdec_write):  Actually, GST_PAD_CAPS() has nothing to
33321         do with the logic.
33322
33323 2004-07-02  David Schleef  <ds@schleef.org>
33324
33325         * ext/flac/gstflacdec.c: (gst_flacdec_write):  Set duration on
33326         output buffers.  Fix logic mistake.  (bug #144866)
33327
33328 2004-07-02  David Schleef  <ds@schleef.org>
33329
33330         * gst-libs/gst/xoverlay/Makefile.am: xoverlay no longer depends
33331         on X.  (bug #144753)
33332
33333 2004-07-02  David Schleef  <ds@schleef.org>
33334
33335         * gst/wavenc/gstwavenc.c: (gst_wavenc_setup),
33336         (gst_wavenc_stop_file): Switch to GST_WRITE_UINT32_LE macros
33337         (bug #144624)
33338         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
33339         (gst_osselement_rate_probe_check): Add another workaround for
33340         buggy drivers (bug #145336)
33341
33342 2004-07-02  David Schleef  <ds@schleef.org>
33343
33344         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_handle_client_write):
33345         Most systems don't have MSG_NOSIGNAL.
33346
33347 2004-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
33348
33349         * Makefile.am:
33350         * gst-libs/gst/colorbalance/Makefile.am:
33351         * gst-libs/gst/mixer/Makefile.am:
33352         * gst-libs/gst/play/Makefile.am:
33353         * gst-libs/gst/tuner/Makefile.am:
33354           (hopefully) fix both install and dist and make error message useful.
33355           needs testing across automakes.
33356
33357 2004-07-02  Benjamin Otte  <otte@gnome.org>
33358
33359         * ext/ogg/gstogg.c: (plugin_init):
33360           we require bytestream now
33361         * ext/ogg/gstoggdemux.c:
33362           huge diff to implement chain setup in a fast and generic way. This
33363           improves tag reading and startup of huge files (read: Theora videos)
33364           quite a bit. It probably contains bugs, too, so please test.
33365           Seeking is not improved to the fast method.
33366
33367 2004-06-29  Wim Taymans  <wim@fluendo.com>
33368
33369         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
33370         * ext/ogg/gstoggmux.c:
33371         Fix memleak in oggdemux when running unconnected pads.
33372         doc update in mux, start working on keyframe mode.
33373
33374 2004-06-29  Benjamin Otte  <otte@gnome.org>
33375
33376         * sys/oss/gstosssink.c:
33377         * sys/oss/gstosssrc.c:
33378           advertise correct template caps - we indeed do non-native endianness
33379           and 8bit audio has no endianness
33380         * sys/ximage/ximagesink.c: (gst_ximagesink_getcaps):
33381         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps):
33382           avoid (wrong) duplications in getcaps function and return
33383           template caps
33384
33385 2004-06-29  Wim Taymans  <wim@fluendo.com>
33386
33387         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
33388         (gst_multifdsink_class_init), (gst_multifdsink_add),
33389         (gst_multifdsink_remove), (gst_multifdsink_clear),
33390         (gst_multifdsink_client_remove),
33391         (gst_multifdsink_handle_client_read),
33392         (gst_multifdsink_client_queue_data),
33393         (gst_multifdsink_client_queue_caps),
33394         (gst_multifdsink_client_queue_buffer),
33395         (gst_multifdsink_handle_client_write),
33396         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
33397         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
33398         (gst_multifdsink_init_send), (gst_multifdsink_close):
33399         Fix wrong GList iteration that could crash the server when
33400         more then 2 clients disconnect at the same time. Read all the
33401         pending commands in one batch to recover from command storms under
33402         very heavy load.
33403
33404 2004-06-28  Wim Taymans  <wim@fluendo.com>
33405
33406         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
33407         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
33408         (gst_videomixer_pad_set_property),
33409         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
33410         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
33411         (gst_videomixer_class_init), (gst_videomixer_init),
33412         (gst_videomixer_request_new_pad), (gst_videomixer_blend_ayuv_i420),
33413         (pad_zorder_compare), (gst_videomixer_sort_pads),
33414         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
33415         (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
33416         (gst_videomixer_update_queues), (gst_videomixer_loop),
33417         (plugin_init):
33418         Avoid divide by zero, choose masterpad as the pad with the highest
33419         framerate.
33420
33421 2004-06-27  Julien Moutte  <julien@moutte.net>
33422
33423         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
33424         (gst_ximagesink_xwindow_new):
33425         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
33426         (gst_xvimagesink_xwindow_new): I prefer locking the mutex in the
33427         function directly. We might want to call it from somewhere else one day.
33428
33429 2004-06-27  Julien Moutte  <julien@moutte.net>
33430
33431         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
33432         (gst_ximagesink_xwindow_new):
33433         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
33434         (gst_xvimagesink_xwindow_new): Trying to fix the random behaviour of
33435         window decorations.
33436
33437 2004-06-27  Wim Taymans  <wim@fluendo.com>
33438
33439         * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
33440         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
33441         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state),
33442         (gst_dvdec_set_property), (gst_dvdec_get_property):
33443         * ext/dv/gstdvdec.h:
33444         Implement drop_factor property to lower the framerate with
33445         a factor.
33446
33447 2004-06-27  Thomas Vander Stichele  <thomas at apestaart dot org>
33448
33449         * gst-libs/gst/colorbalance/Makefile.am:
33450         * gst-libs/gst/mixer/Makefile.am:
33451         * gst-libs/gst/play/Makefile.am:
33452         * gst-libs/gst/tuner/Makefile.am:
33453           unbreak Company's fix that didn't install the -enum.h files
33454
33455 2004-06-27  Wim Taymans  <wim@fluendo.com>
33456
33457         * ext/dv/gstdvdec.c: (gst_dvdec_push), (gst_dvdec_loop),
33458         (gst_dvdec_change_state):
33459         * ext/dv/gstdvdec.h:
33460         Fix timestamp, duration and offset of the buffers.
33461
33462 2004-06-27  Wim Taymans  <wim@fluendo.com>
33463
33464         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
33465         (gst_multifdsink_class_init), (gst_multifdsink_add),
33466         (gst_multifdsink_remove), (gst_multifdsink_clear),
33467         (gst_multifdsink_client_remove),
33468         (gst_multifdsink_handle_client_read),
33469         (gst_multifdsink_client_queue_data),
33470         (gst_multifdsink_client_queue_caps),
33471         (gst_multifdsink_client_queue_buffer),
33472         (gst_multifdsink_handle_client_write),
33473         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
33474         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
33475         (gst_multifdsink_init_send), (gst_multifdsink_close):
33476         * gst/tcp/gstmultifdsink.h:
33477         * gst/tcp/gsttcpserversink.c:
33478         (gst_tcpserversink_handle_server_read),
33479         (gst_tcpserversink_handle_select), (gst_tcpserversink_close):
33480         More multifdsink fixes, more recovery policy fixes.
33481         Removed stupid g_print
33482
33483 2004-06-26  Wim Taymans  <wim@fluendo.com>
33484
33485         * gst/tcp/Makefile.am:
33486         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
33487         (gst_multifdsink_get_type), (gst_multifdsink_base_init),
33488         (gst_multifdsink_class_init), (gst_multifdsink_init),
33489         (gst_multifdsink_debug_fdset), (gst_multifdsink_client_remove),
33490         (gst_multifdsink_handle_client_read),
33491         (gst_multifdsink_client_queue_data),
33492         (gst_multifdsink_client_queue_caps),
33493         (gst_multifdsink_client_queue_buffer),
33494         (gst_multifdsink_handle_client_write),
33495         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
33496         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
33497         (gst_multifdsink_chain), (gst_multifdsink_set_property),
33498         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
33499         (gst_multifdsink_close), (gst_multifdsink_change_state):
33500         * gst/tcp/gstmultifdsink.h:
33501         * gst/tcp/gsttcpplugin.c: (plugin_init):
33502         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_get_type),
33503         (gst_tcpserversink_class_init), (gst_tcpserversink_init),
33504         (gst_tcpserversink_handle_server_read),
33505         (gst_tcpserversink_handle_select),
33506         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property),
33507         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
33508         * gst/tcp/gsttcpserversink.h:
33509         Added multifdsink, made tcpserversink a subclass of fdsink, removed
33510         one of the locks, added recovery policy to multifdsink.
33511
33512 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
33513
33514         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
33515           fix decision for when getting frames with same timestamp
33516         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
33517         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
33518         (gst_v4lsrc_get_property):
33519         * sys/v4l/gstv4lsrc.h:
33520           add latency offset property
33521
33522 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
33523
33524         * gst/videorate/gstvideorate.c: (gst_videorate_chain),
33525         (plugin_init):
33526           fix debugging. add category.
33527
33528 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
33529
33530         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
33531           fix wrong offsets
33532
33533 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
33534
33535         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
33536         (gst_alsa_src_get_time), (gst_alsa_src_loop),
33537         (gst_alsa_src_change_state):
33538           return a time that is in sync with the element's processing
33539
33540 2004-06-25  Wim Taymans  <wim@fluendo.com>
33541
33542         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
33543         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
33544         (gst_tcpserversink_client_remove),
33545         (gst_tcpserversink_handle_client_read),
33546         (gst_tcpserversink_client_queue_data),
33547         (gst_tcpserversink_client_queue_caps),
33548         (gst_tcpserversink_client_queue_buffer),
33549         (gst_tcpserversink_handle_client_write),
33550         (gst_tcpserversink_queue_buffer),
33551         (gst_tcpserversink_handle_clients), (gst_tcpserversink_thread),
33552         (gst_tcpserversink_chain), (gst_tcpserversink_set_property),
33553         (gst_tcpserversink_get_property), (gst_tcpserversink_init_send),
33554         (gst_tcpserversink_close):
33555         * gst/tcp/gsttcpserversink.h:
33556         Serversink rewrite. Really do non blocking writes to clients and
33557         maintain an internal queue to handle slower clients while not
33558         disturbing fast clients.
33559
33560 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
33561
33562         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
33563           better debug, don't override OFFSET and OFFSET_END
33564
33565 2004-06-25  Iain <iain@prettypeople.org>
33566
33567         * gst-libs/gst/media-info/media-info-priv.c (gmi_set_mime): Add
33568         name=source for the wavparse pipeline.
33569
33570 2004-06-24  Johan Dahlin  <johan@gnome.org>
33571
33572         * ext/theora/theoraenc.c (theora_enc_chain): Call
33573         gst_pad_try_set_caps instead of gst_pad_set_explicit_caps so the
33574         streamheader caps are set correctly.
33575
33576 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
33577
33578         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
33579         (gst_vorbisenc_setup), (gst_vorbisenc_set_property):
33580           respect minimum bitrate; same could be done for max bitrate
33581
33582 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
33583
33584         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
33585         (gst_vorbisenc_setup):
33586           fix sample rate range
33587
33588 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
33589
33590         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_class_init),
33591         (gst_oggvorbisenc_setup):
33592         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
33593         (gst_vorbisenc_setup):
33594           resolve ambiguities in code and description
33595
33596 2004-06-24  Wim Taymans  <wim@fluendo.com>
33597
33598         * ext/alsa/gstalsa.c: (gst_alsa_start), (gst_alsa_xrun_recovery):
33599         * ext/alsa/gstalsa.h:
33600         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
33601         (gst_alsa_src_update_avail), (gst_alsa_src_loop):
33602         Use alsa trigger_tstamp to get the timestamp of the first
33603         sample in the buffer for more precise sync. Some cleanups.
33604
33605 2004-06-24  Wim Taymans  <wim@fluendo.com>
33606
33607         * gst/audiorate/gstaudiorate.c: (gst_audiorate_link),
33608         (gst_audiorate_init), (gst_audiorate_chain),
33609         (gst_audiorate_set_property), (gst_audiorate_get_property):
33610         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
33611         (gst_videorate_chain):
33612         Added some logging, fixed an overflow bug in videorate.
33613
33614 2004-06-24  Benjamin Otte  <otte@gnome.org>
33615
33616         * ext/kio/Makefile.am:
33617           fix for builddir != srcdir and distcheck
33618
33619 2004-06-24  Benjamin Otte  <otte@gnome.org>
33620
33621         * gst-libs/gst/colorbalance/Makefile.am:
33622         * gst-libs/gst/mixer/Makefile.am:
33623         * gst-libs/gst/play/Makefile.am:
33624         * gst-libs/gst/tuner/Makefile.am:
33625         * gst/tcp/Makefile.am:
33626         * sys/dxr3/Makefile.am:
33627           don't include -enumtypes.[ch] or -marshal.[ch] files in the disted
33628           tarball.
33629           Also add all *.list files that were missing.
33630         * Makefile.am:
33631           add a distcheck hook to ensure the above doesn't happen again.
33632
33633 2004-06-23  David I. Lehn  <dlehn@users.sourceforge.net>
33634
33635         * ext/Makefile.am: s/DTS_DIR=dvdread/DTS_DIR=dts/
33636
33637 2004-06-23  Colin Walters  <walters@redhat.com>
33638
33639         * m4/Makefile.am: Distribute gst-fionread.m4.
33640
33641 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
33642
33643         * configure.ac: back to dev
33644
33645 2004-06-23  Wim Taymans  <wim@fluendo.com>
33646
33647         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
33648         (gst_alsa_xrun_recovery):
33649         * ext/alsa/gstalsa.h:
33650         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
33651         (gst_alsa_sink_loop), (gst_alsa_sink_get_time):
33652         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
33653         (gst_alsa_src_get_time), (gst_alsa_src_update_avail),
33654         (gst_alsa_src_loop):
33655         Add clock to alsasrc. Take new capture timestamp when
33656         restarting after an overrun. Split up some functions between
33657         alsasrc and alsasink.
33658
33659 === release 0.8.2 ===
33660
33661 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
33662
33663         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
33664         (gst_alsa_change_state), (gst_alsa_update_avail),
33665         (gst_alsa_xrun_recovery):
33666         * ext/alsa/gstalsa.h:
33667         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
33668           merge back changes from release
33669
33670 2004-06-23  Wim Taymans  <wim@fluendo.com>
33671
33672         * gst/audiorate/gstaudiorate.c: (gst_audiorate_class_init),
33673         (gst_audiorate_init), (gst_audiorate_chain),
33674         (gst_audiorate_set_property), (gst_audiorate_get_property):
33675         Implement sample dropping and notify
33676
33677 2004-06-22  Wim Taymans  <wim@fluendo.com>
33678
33679         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
33680         (theora_enc_sink_link), (theora_buffer_from_packet),
33681         (theora_push_packet), (theora_enc_chain):
33682         Some cleanups, make sure the timestamps are correct.
33683
33684 2004-06-22  Wim Taymans  <wim@fluendo.com>
33685
33686         * ext/alsa/gstalsa.c: (gst_alsa_get_time), (gst_alsa_clock_update),
33687         (gst_alsa_change_state), (gst_alsa_update_avail),
33688         (gst_alsa_xrun_recovery):
33689         * ext/alsa/gstalsa.h:
33690         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
33691         Cleanups, take queued samples into account when reporting
33692         the time.
33693
33694 2004-06-22  Wim Taymans  <wim@fluendo.com>
33695
33696         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
33697         (gst_videorate_init):
33698         Initialize the property as well.
33699
33700 2004-06-22  Wim Taymans  <wim@fluendo.com>
33701
33702         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
33703         (gst_videorate_init), (gst_videorate_chain),
33704         (gst_videorate_set_property), (gst_videorate_get_property):
33705         Add property to make videorate silent.
33706         Add property to prefer new frames over old ones.
33707
33708 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
33709
33710         * sys/osxvideo/Makefile.am:
33711         Workaround so that the osxvideo .so file gets linked with the
33712         Cocoa, OpenGL and QuickTime frameworks
33713
33714 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
33715
33716         * sys/osxaudio/Makefile.am:
33717         Workaround so that the osxaudio .so file gets linked with the
33718         CoreAudio framework
33719
33720 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
33721
33722         * configure.ac:
33723         Whoops, my fault...fixed build issues
33724
33725 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
33726
33727         * configure.ac:
33728         Add objective-c support if running in Darwin/Mac OS X
33729         * sys/Makefile.am:
33730         * sys/osxvideo:
33731         * sys/osxvideo/Makefile.am:
33732         * sys/osxvideo/osxvideosink.h:
33733         * sys/osxvideo/osxvideosink.m:
33734         * sys/osxvideo/cocoawindow.h:
33735         * sys/osxvideo/cocoawindow.m:
33736         Add osxvideosink, a cocoa-based osx video sink
33737
33738
33739 2004-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
33740         * ext/dvdnav/gst-dvd:
33741         Grab the gconf key from the right spot
33742         * gst/debug/gstnavseek.c: (gst_navseek_init),
33743         (gst_navseek_segseek), (gst_navseek_handle_src_event),
33744         (gst_navseek_chain):
33745         * gst/debug/gstnavseek.h:
33746           Add 's', 'e' and 'l' keypresses to navseek to define the start,end
33747           and loop parameters of a segment seek.
33748         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
33749         (gst_videotestsrc_get_event_masks),
33750         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
33751         * gst/videotestsrc/gstvideotestsrc.h:
33752           Add seeking support to videotestsrc
33753           Initialise the timestamp_offset variable.
33754
33755 2004-06-18  Wim Taymans  <wim@fluendo.com>
33756
33757         * ext/sidplay/gstsiddec.cc:
33758         Fix negotiation and set correct end offset.
33759
33760 2004-06-18  Thomas Vander Stichele  <thomas at apestaart dot org>
33761
33762         * configure.ac: branch and prerelease
33763
33764 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
33765
33766         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
33767         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_get),
33768         (gst_tcpclientsrc_init_receive):
33769         * gst/tcp/gsttcpclientsrc.h:
33770           read caps when connecting to server for GDP so we set them correctly
33771
33772 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
33773
33774         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
33775           notify drops and duplicates
33776         * gst/videoscale/videoscale.c: (videoscale_get_structure):
33777           no good reason to limit ourselves to 100x100
33778
33779 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
33780
33781         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
33782         (gst_v4lsrc_open), (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
33783         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
33784         (gst_v4lsrc_get_property):
33785         * sys/v4l/gstv4lsrc.h:
33786         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
33787         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
33788         (gst_v4l_set_audio):
33789         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame),
33790         (gst_v4lsrc_try_capture):
33791         * sys/v4l/v4lsrc_calls.h:
33792           change try_palette to more general try_capture
33793           add autoprobe option so we can turn off autoprobing
33794           various fixes
33795
33796 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
33797
33798         * configure.ac:
33799           add videorate
33800         * sys/ximage/ximagesink.c: (gst_ximagesink_finalize),
33801         (gst_ximagesink_class_init):
33802         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_finalize),
33803         (gst_xvimagesink_class_init):
33804           run them as finalize, not dispose, since dispose can be invoked
33805           multiple times
33806
33807 2004-06-17  Wim Taymans  <wim@fluendo.com>
33808
33809         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
33810         (gst_alsa_get_time), (gst_alsa_xrun_recovery):
33811         * ext/alsa/gstalsa.h:
33812         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
33813         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init), (gst_alsa_src_loop),
33814         (gst_alsa_src_change_state):
33815         * ext/alsa/gstalsasrc.h:
33816         Make the xrun code timestamp and offset the buffers correctly.
33817         moved the clock to the base class, use alsa methods to get time.
33818         Do correct timestamping on outgoing buffers.
33819
33820 2004-06-17  Wim Taymans  <wim@fluendo.com>
33821
33822         * gst/audiorate/Makefile.am:
33823         * gst/audiorate/gstaudiorate.c: (gst_audiorate_get_type),
33824         (gst_audiorate_base_init), (gst_audiorate_class_init),
33825         (gst_audiorate_link), (gst_audiorate_init), (gst_audiorate_chain),
33826         (gst_audiorate_set_property), (gst_audiorate_get_property),
33827         (gst_audiorate_change_state), (plugin_init):
33828         Added an audiorate converter that fills in gaps.
33829
33830 2004-06-17  Johan Dahlin  <johan@gnome.org>
33831
33832         * ext/tcp/*: Revert Zaheer changes, to make things actually work again.
33833
33834 2004-06-16  Wim Taymans  <wim@fluendo.com>
33835
33836         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get):
33837         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
33838         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
33839         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
33840         (gst_v4lsrc_get_property):
33841         * sys/v4l/gstv4lsrc.h:
33842         Added a copy mode to v4lsrc where it will output a copied version
33843         of its internal hardware buffer.
33844         Fix the wrong FLAG_SET usage. The flags are integers, not bits, you
33845         can't | them.
33846
33847 2004-06-16  Wim Taymans  <wim@fluendo.com>
33848
33849         * sys/oss/gstosssrc.c: (gst_osssrc_get):
33850         Timestamp fixes.
33851
33852 2004-06-16  Wim Taymans  <wim@fluendo.com>
33853
33854         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
33855         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
33856         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
33857         (gst_v4lsrc_get_property):
33858         * sys/v4l/gstv4lsrc.h:
33859         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
33860         Added a sync mode enum property to control v4lsrc timestamp method
33861         Removed the use-fixed-fps property and moved functionality in
33862         the enum.
33863         Don't error on an error value from v4l-conf, it might not always
33864         be a real error.
33865
33866 2004-06-16  Wim Taymans  <wim@fluendo.com>
33867
33868         * gst/videorate/Makefile.am:
33869         * gst/videorate/gstvideorate.c: (gst_videorate_get_type),
33870         (gst_videorate_base_init), (gst_videorate_class_init),
33871         (gst_videorate_getcaps), (gst_videorate_link),
33872         (gst_videorate_init), (gst_videorate_chain),
33873         (gst_videorate_set_property), (gst_videorate_get_property),
33874         (gst_videorate_change_state), (plugin_init):
33875         Added a video timestamp corrector.
33876
33877 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
33878
33879         fixed a potential leak with previous commit
33880
33881         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
33882
33883 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
33884
33885         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
33886         Added missing refcount, fixes bug #144425
33887         Cheers Tim for finding the bug
33888
33889 2004-06-15  Thomas Vander Stichele  <thomas at apestaart dot org>
33890
33891         * sys/v4l/gstv4l.c: (plugin_init):
33892         * sys/v4l/gstv4lcolorbalance.c:
33893         * sys/v4l/gstv4lcolorbalance.h:
33894         * sys/v4l/gstv4lelement.c:
33895         * sys/v4l/gstv4lelement.h:
33896         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
33897         * sys/v4l/gstv4lmjpegsink.h:
33898         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
33899         * sys/v4l/gstv4lmjpegsrc.h:
33900         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
33901         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
33902         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
33903         * sys/v4l/gstv4lsrc.h:
33904         * sys/v4l/gstv4ltuner.c:
33905         * sys/v4l/gstv4ltuner.h:
33906         * sys/v4l/gstv4lxoverlay.c:
33907         * sys/v4l/gstv4lxoverlay.h:
33908         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
33909         (gst_v4l_set_window), (gst_v4l_enable_overlay):
33910         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
33911         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
33912         (gst_v4l_set_audio):
33913         * sys/v4l/v4l_calls.h:
33914         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
33915         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_sync_frame),
33916         (gst_v4lmjpegsink_set_buffer), (gst_v4lmjpegsink_set_playback),
33917         (gst_v4lmjpegsink_playback_init),
33918         (gst_v4lmjpegsink_playback_start), (gst_v4lmjpegsink_get_buffer),
33919         (gst_v4lmjpegsink_play_frame), (gst_v4lmjpegsink_wait_frame),
33920         (gst_v4lmjpegsink_playback_stop),
33921         (gst_v4lmjpegsink_playback_deinit):
33922         * sys/v4l/v4lmjpegsink_calls.h:
33923         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
33924         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_buffer),
33925         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
33926         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_capture_start),
33927         (gst_v4lmjpegsrc_grab_frame), (gst_v4lmjpegsrc_requeue_frame),
33928         (gst_v4lmjpegsrc_capture_stop), (gst_v4lmjpegsrc_capture_deinit):
33929         * sys/v4l/v4lmjpegsrc_calls.h:
33930         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
33931         (gst_v4lsrc_sync_frame), (gst_v4lsrc_set_capture),
33932         (gst_v4lsrc_capture_init), (gst_v4lsrc_capture_start),
33933         (gst_v4lsrc_grab_frame), (gst_v4lsrc_requeue_frame),
33934         (gst_v4lsrc_capture_stop), (gst_v4lsrc_capture_deinit),
33935         (gst_v4lsrc_try_palette):
33936         * sys/v4l/v4lsrc_calls.h:
33937           bunch of paranoia cleanups
33938
33939 2004-06-14  David Schleef  <ds@schleef.org>
33940
33941         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_init),
33942         (cdparanoia_get), (cdparanoia_open), (cdparanoia_change_state):
33943         Send discont events and change timestamps appropriately when
33944         we get a seek event.  (bug #144240)
33945         * ext/cdparanoia/gstcdparanoia.h:
33946
33947 2004-06-14  Benjamin Otte  <otte@gnome.org>
33948
33949         * ext/alsa/gstalsa.c: Use snd_pcm_hw_params_set_rate _near instead of
33950           snd_pcm_hw_params_set_rate  since the latter fails for no good
33951           reason on some setups.
33952
33953 2004-06-14  David Schleef  <ds@schleef.org>
33954
33955         * gst/volume/demo.c: (value_changed_callback): exp10() is not
33956         standard.  Thank you for playing.
33957
33958 2004-06-14  Wim Taymans  <wim@fluendo.com>
33959
33960         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
33961         Patch 1.3 broke the ordering of the colorspace info and
33962         made the plugin basically work by coincidence, reordered
33963         the info.
33964
33965 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
33966
33967         * ext/lame/gstlame.c:
33968         * ext/mad/gstmad.c:
33969           sync caps.  Make sure mad can only output a list of rates, not
33970           a full range.  In the future, have three caps lists for each of the
33971           mpeg versions.  Change mpegversion to a double as well.
33972
33973 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
33974
33975         * gst/volume/.cvsignore:
33976         * gst/volume/Makefile.am:
33977         * gst/volume/demo.c: (value_changed_callback), (idler),
33978         (setup_gui), (main):
33979           added small demo app
33980
33981 2004-06-13  Jan Schmidt  <thaytan@mad.scientist.com>
33982         * ext/esd/esdsink.c: (gst_esdsink_change_state):
33983         * ext/esd/esdsink.h:
33984         Close the esd connection on pause, because esd will just wait -
33985         blocking all other esd clients indefinitely.
33986
33987 2004-06-12  Christophe Fergeau  <teuf@gnome.org>
33988
33989         * gst/tags/gstvorbistag.c: replaced a g_warning which I added in my
33990           previous commit with GST_DEBUG
33991
33992 2004-06-12  Thomas Vander Stichele  <thomas at apestaart dot org>
33993
33994         * configure.ac:
33995           add a header check for a dvdread header in dvdnav.  Fixes #133002
33996
33997 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
33998
33999         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
34000         * gst/tcp/gsttcpclientsink.h:
34001         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
34002         * gst/tcp/gsttcpclientsrc.h:
34003         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init),
34004         (gst_tcpserversink_handle_server_read),
34005         (gst_tcpserversink_init_send):
34006         * gst/tcp/gsttcpserversink.h:
34007         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
34008         * gst/tcp/gsttcpserversrc.h:
34009         Modified the tcp plugins so they are portable (IPv4,IPv6, any future
34010         version of IP)
34011
34012 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
34013
34014         * configure.ac:
34015         Added ogg library so that OSX detects libtheora properly
34016
34017 2004-06-11  Wim Taymans  <wim@fluendo.com>
34018
34019         * ext/theora/theoradec.c: (theora_dec_chain),
34020         (theora_dec_change_state):
34021         Don't try to decode frames before we received a keyframe.
34022
34023 2004-06-11  Wim Taymans  <wim@fluendo.com>
34024
34025         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
34026         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
34027         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
34028         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
34029         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
34030         Added property to set the maximum delay of a page.
34031
34032 2004-06-10  Wim Taymans  <wim@fluendo.com>
34033
34034         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
34035         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
34036         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
34037         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
34038         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
34039         Added max-delay property to control the maximum amount
34040         of data to put in one page.
34041
34042 2004-06-10  Wim Taymans  <wim@fluendo.com>
34043
34044         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
34045         (gst_theora_enc_init), (theora_enc_sink_link),
34046         (theora_buffer_from_packet), (theora_enc_set_property),
34047         (theora_enc_get_property):
34048         Set duration on encoded buffer, added some more properties
34049
34050 2004-06-10  Wim Taymans  <wim@fluendo.com>
34051
34052         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
34053         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
34054         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
34055         * ext/theora/theoraenc.c: (theora_enc_chain):
34056         Fix refcounting bugs
34057
34058 2004-06-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34059
34060         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
34061         (gst_asf_demux_loop), (gst_asf_demux_process_file),
34062         (gst_asf_demux_process_data), (gst_asf_demux_handle_data),
34063         (gst_asf_demux_process_object), (gst_asf_demux_get_stream),
34064         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event),
34065         (gst_asf_demux_handle_src_event), (gst_asf_demux_handle_src_query),
34066         (gst_asf_demux_change_state):
34067         * gst/asfdemux/gstasfdemux.h:
34068           You know Chimaira? "I - HATE - EVERYTHING". Yeah, that's what this
34069           feels like. I think we should set a new requirement for demuxers
34070           from now on to implement sane loop functions, data loops, query
34071           and seek functions before first commit into CVS. And this commit
34072           fixes all of the above.
34073
34074 2004-06-10  Christophe Fergeau  <teuf@gnome.org>
34075
34076         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add): make sure parsed
34077           vorbis comments are properly encoded in UTF-8 before adding them
34078           to a GstTagList
34079
34080 2004-06-09  Benjamin Otte  <otte@gnome.org>
34081
34082         * ext/alsa/gstalsa.c: (add_channels):
34083           handle min <= max correctly
34084         * ext/alsa/gstalsa.c: (gst_alsa_fixate_to_mimetype),
34085         (gst_alsa_fixate_field_nearest_int), (gst_alsa_fixate):
34086           add fixation functions so we fixate correctly. No preferring of alaw
34087           anymore because it's the first structure.
34088         * ext/alsa/gstalsa.h:
34089         * ext/alsa/gstalsa.c: (gst_alsa_sw_params_dump),
34090         (gst_alsa_hw_params_dump):
34091           add functions to ease debugging in alsalib
34092         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
34093         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
34094         (gst_alsa_start_audio):
34095           only specify hw params if we really setup a format (fixes #134007 -
34096           or at least works around it)
34097
34098 2004-06-09  Wim Taymans  <wim@fluendo.com>
34099
34100         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
34101         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
34102         (gst_ogg_mux_push_page), (gst_ogg_mux_get_headers),
34103         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_send_headers),
34104         (gst_ogg_mux_loop):
34105         Use stream caps to setup the initial pages in the ogg stream.
34106         Correctly set the streamheader caps on the srcpad.
34107
34108 2004-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
34109
34110         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
34111         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
34112         (gst_v4lsrc_getcaps):
34113         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
34114         (gst_v4l_get_picture), (gst_v4l_get_audio), (gst_v4l_set_audio):
34115           add querying of fps lists for webcams.  Negotiating to a framerate
34116           now works.
34117
34118 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
34119
34120         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
34121         (theora_push_buffer), (theora_push_packet),
34122         (theora_set_header_on_caps), (theora_enc_chain):
34123           mark buffers and put on streamheader, raw theora streaming
34124           now works too, whee
34125
34126 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
34127
34128         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
34129         (gst_tcp_gdp_read_caps):
34130           do a looping read for caps and GDP headers too
34131
34132 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
34133
34134         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
34135         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get):
34136           return EOS instead of NULL in _get
34137
34138 2004-06-08  Wim Taymans  <wim@fluendo.com>
34139
34140         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
34141         (gst_tcp_gdp_read_caps), (gst_tcp_gdp_write_header),
34142         (gst_tcp_gdp_write_caps):
34143         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
34144         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
34145         (gst_tcpserversrc_gdp_read_header), (gst_tcpserversrc_get):
34146         Memory leak fixes
34147
34148 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
34149
34150         * ext/vorbis/Makefile.am:
34151         * ext/vorbis/vorbis.c: (plugin_init):
34152         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_base_init),
34153         (gst_vorbis_parse_class_init), (gst_vorbis_parse_init),
34154         (vorbis_parse_set_header_on_caps), (vorbis_parse_chain),
34155         (vorbis_parse_change_state):
34156         * ext/vorbis/vorbisparse.h:
34157           adding a vorbisparse element that marks the buffers, streaming
34158           raw vorbis using GDP now works, whee
34159
34160 2004-06-08  Wim Taymans  <wim@fluendo.com>
34161
34162         * ext/jpeg/Makefile.am:
34163         * ext/jpeg/README:
34164         * ext/jpeg/gstjpeg.c: (plugin_init):
34165         * ext/jpeg/gstsmokedec.c: (gst_smokedec_get_type),
34166         (gst_smokedec_base_init), (gst_smokedec_class_init),
34167         (gst_smokedec_init), (gst_smokedec_link), (gst_smokedec_chain):
34168         * ext/jpeg/gstsmokedec.h:
34169         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_get_type),
34170         (gst_smokeenc_base_init), (gst_smokeenc_class_init),
34171         (gst_smokeenc_init), (gst_smokeenc_getcaps), (gst_smokeenc_link),
34172         (gst_smokeenc_resync), (gst_smokeenc_chain),
34173         (gst_smokeenc_set_property), (gst_smokeenc_get_property):
34174         * ext/jpeg/gstsmokeenc.h:
34175         * ext/jpeg/smokecodec.c: (smokecodec_init_destination),
34176         (smokecodec_flush_destination), (smokecodec_term_destination),
34177         (smokecodec_init_source), (smokecodec_fill_input_buffer),
34178         (smokecodec_skip_input_data), (smokecodec_resync_to_restart),
34179         (smokecodec_term_source), (smokecodec_encode_new),
34180         (smokecodec_decode_new), (smokecodec_info_free),
34181         (smokecodec_set_quality), (smokecodec_get_quality),
34182         (smokecodec_set_threshold), (smokecodec_get_threshold),
34183         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
34184         (find_best_size), (abs_diff), (put), (smokecodec_encode),
34185         (smokecodec_parse_header), (smokecodec_decode):
34186         * ext/jpeg/smokecodec.h:
34187         Added a new simple jpeg based codec
34188
34189 2004-06-08  Wim Taymans  <wim@fluendo.com>
34190
34191         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
34192         (gst_multipart_mux_loop):
34193         Fix memory leak
34194
34195 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
34196
34197         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
34198         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_client_remove),
34199         (gst_tcpserversink_handle_client_read), (gst_tcp_buffer_write),
34200         (gst_tcpserversink_handle_client_write), (gst_tcpserversink_chain),
34201         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
34202         * gst/tcp/gsttcpserversink.h:
34203           take streamheader into account
34204
34205 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
34206
34207         * gst/level/Makefile.am:
34208         * gst/level/gstlevel.c: (gst_level_class_init):
34209           clean up marshal generation
34210
34211 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
34212
34213         * gst/tcp/Makefile.am:
34214         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_get_type),
34215         (gst_tcpclientsink_class_init), (gst_tcpclientsink_init),
34216         (gst_tcpclientsink_set_property), (gst_tcpclientsink_get_property):
34217         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
34218         (gst_tcpclientsrc_init), (gst_tcpclientsrc_set_property),
34219         (gst_tcpclientsrc_get_property):
34220         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
34221         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
34222         (gst_tcpserversink_handle_client_read),
34223         (gst_tcpserversink_handle_client_write),
34224         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property):
34225         * gst/tcp/gsttcpserversink.h:
34226           add signals client-added and client-removed
34227         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
34228         (gst_tcpserversrc_init), (gst_tcpserversrc_set_property),
34229         (gst_tcpserversrc_get_property):
34230         uniformized, change default protocol to NONE
34231         * gst/tcp/gsttcp-marshal.list: added
34232 2004-06-07  Benjamin Otte  <otte@gnome.org>
34233
34234         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
34235           handle discont events if they happen before caps nego
34236
34237 2004-06-07  Wim Taymans  <wim@fluendo.com>
34238
34239         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
34240         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
34241         (gst_multipart_demux_plugin_init):
34242         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
34243         (gst_multipart_mux_init), (gst_multipart_mux_loop),
34244         (gst_multipart_mux_change_state):
34245         Small updates, fix a memleak
34246
34247 2004-06-07  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
34248
34249         * configure.ac: OSS portability
34250         * ext/arts/gst_arts.c: idem
34251         * sys/oss/gstosselement.c: idem
34252         * sys/oss/gstossmixer.c: idem
34253         * sys/oss/gstosssink.c: idem
34254         * sys/oss/gstosssrc.c: idem
34255         * sys/oss/oss_probe.c: idem
34256           - check for soundcard.h in different places for some BSD
34257
34258 2004-06-07  Jan Schmidt <thaytan@mad.scientist.com>
34259
34260         * AUTHORS:
34261         Add me to the authors file
34262         * configure.ac:
34263         Increase the libdv requirement to >= version 0.100
34264         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
34265         (gst_dvdec_src_query), (gst_dvdec_handle_sink_event),
34266         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state):
34267         * ext/dv/gstdvdec.h:
34268         Add support for the new_media flag when sending DISCONT events
34269         Make the querying work when video pad is not linked
34270
34271 2004-06-07  Tim-Philipp Müller  <t.i.m@zen.co.uk>
34272
34273         reviewed by Benjamin Otte  <otte@gnome.org>
34274
34275         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init):
34276           create a NULL-initialized array of pads, so we don't think they
34277           exist already. (fixes #143130)
34278
34279 2004-06-07  Benjamin Otte  <otte@gnome.org>
34280
34281         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init),
34282         (mixmatrix_resize), (gst_mixmatrix_set_all_caps),
34283         (gst_mixmatrix_request_new_pad), (gst_mixmatrix_loop):
34284           don't use // coments
34285
34286 2004-06-07  Benjamin Otte  <otte@gnome.org>
34287
34288         * ext/alsa/gstalsa.c: (gst_alsa_samples_to_timestamp):
34289           cast to GstClockTime to get higher granularity
34290         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
34291           use gst_element_set_time_delay to get the exact time
34292         * ext/mad/gstmad.c: (gst_mad_chain):
34293           use the negotiated rate instead of the current frame's rate which
34294           might be wrong because of bit errors. This avoids emitting totally
34295           bogus timestamps and screwing sync.
34296         (fixes #143454)
34297
34298 2004-06-07  Tim-Philipp Müller  <t.i.m@zen.co.uk>
34299
34300         reviewed by Benjamin Otte  <otte@gnome.org>
34301
34302         * gst/adder/gstadder.c: (gst_adder_loop):
34303           properly error out when no negotiation has happened yet. (fixes
34304           #143032)
34305
34306 2004-06-06  Benjamin Otte  <otte@gnome.org>
34307
34308         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
34309           forward correctly transformed offset in discont events. Based on
34310           patch by Arwed v. Merkatz. (fixes #142851)
34311
34312 2004-06-06  David Schleef  <ds@schleef.org>
34313
34314         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: that's
34315         G_HAVE_GNUC_VARARGS, not G_HAVE_GNU_VARARGS.  Should fix compile
34316         problems on several systems.
34317
34318 2004-06-06  Benjamin Otte  <otte@gnome.org>
34319
34320         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
34321           use explicit caps on the srcpad
34322         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
34323           properly error out if caps couldn't be set (fixes #142764)
34324
34325 2004-06-06  Benjamin Otte  <otte@gnome.org>
34326
34327         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
34328         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
34329         (gst_alsa_start_audio):
34330           - don't call set_periods_integer anymore, it breaks the
34331           configuration randomly
34332           - call snd_pcm_hw_params_set_access directly instead of using masks
34333           - don't fail if the sw_params can't be set, just use the default
34334           params and hope it works. Alsalib has weird issues when you touch
34335           sw_params and does no proper error reporting about what failed.
34336         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
34337         (gst_alsa_close_audio):
34338           make our alsa debugging go via gst debugging and not conditionally
34339           defined
34340         * ext/alsa/gstalsa.h:
34341           add ALSA_DEBUG_FLUSH macro
34342         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper),
34343         (plugin_init):
34344           wrap alsa errors to be printed via the gst debugging system and not
34345           spammed to stderr
34346
34347 2004-06-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34348
34349         * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
34350         (gst_qtdemux_handle_src_query), (gst_qtdemux_handle_src_event),
34351         (gst_qtdemux_handle_sink_event), (gst_qtdemux_change_state),
34352         (gst_qtdemux_loop_header), (qtdemux_dump_mvhd),
34353         (qtdemux_parse_trak):
34354         * gst/qtdemux/qtdemux.h:
34355           Bitch. Also known as seeking, querying & co.
34356         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
34357         (gst_osssink_change_state):
34358         * sys/oss/gstosssink.h:
34359           Resyncing is for weenies, this hack is no longer needed and was
34360           broken anyway (since it - unintendedly - always leaves resync to
34361           TRUE).
34362
34363 2004-06-05  Andrew Turner <zxombie@hotpop.com>
34364
34365         * gst/tcp/gsttcp.c: portability (Solaris 10/FreeBSD)
34366         * gst/tcp/gsttcpclientsrc.h: idem
34367           - define MSG_NOSIGNAL if not done
34368           - include unistd.h for off_t
34369           (fixes #143749)
34370
34371 2004-06-05  Benjamin Otte  <otte@gnome.org>
34372
34373         * configure.ac:
34374         * ext/kio/Makefile.am:
34375           check for qt's moc preprocessor explicitly and use it
34376
34377 2004-06-03  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
34378
34379         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
34380           don't get a signal for EPIPE on socket writes
34381           (somebody check if this works on other platforms)
34382
34383 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
34384
34385         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
34386         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
34387           check error condition on available samples correctly
34388
34389 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
34390
34391         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_time):
34392           avoid a segfault
34393         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
34394         (gst_tcp_gdp_read_header), (gst_tcp_gdp_read_caps):
34395         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
34396         (gst_tcpserversrc_gdp_read_header):
34397          use ssize_t over size_t since the former is signed and thus the
34398          check for error codes can work
34399
34400 2004-06-02  Wim Taymans  <wim@fluendo.com>
34401
34402         reviewed by: Johan
34403
34404         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
34405         (gst_multipart_mux_loop):
34406         Oops
34407
34408 2004-06-02  Wim Taymans  <wim@fluendo.com>
34409
34410         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
34411         (gst_multipart_mux_init), (gst_multipart_mux_loop),
34412         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
34413         (gst_multipart_mux_change_state):
34414         Added configurable boundary specifier, added the value as a
34415         caps field as well.
34416
34417 2004-06-02  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
34418
34419         * gst/tcp/gsttcp.c:
34420         * gst/tcp/gsttcpclientsrc.c:
34421         * gst/tcp/gsttcpclientsrc.h:
34422         * gst/tcp/gsttcpserversrc.c:
34423           - portability fix, to compile on OSX
34424             (fixes #143146)
34425
34426         * sys/osxaudio/gstosxaudioelement.c:
34427         * sys/osxaudio/gstosxaudiosink.c:
34428         * sys/osxaudio/gstosxaudiosrc.c:
34429           - compilation warnings on OSX
34430             (fixes #143153)
34431
34432 2004-06-02  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34433
34434         * ext/vorbis/vorbisdec.c : sign warning fixes
34435
34436         * gst-libs/gst/mixer/mixertrack.c :
34437           do no use defines which are glib 2.4 specific
34438
34439 2004-06-01  Christophe Fergeau  <teuf@gnome.org>
34440
34441         * ext/flac/gstflactag.c: strip ending framing bit from vorbiscomment
34442           buffer since libflac doesn't expect it (reports a sync error when
34443           it encounters that)
34444
34445
34446 2004-06-01  Owen Fraser-Green  <owen@discobabe.net>
34447
34448         * gst-libs/gst/mixer/mixertrack.h: Changed struct syntax
34449         * gst-libs/gst/mixer/mixertrack.c:
34450         (gst_mixer_track_get_property), (get_mixer_track_init),
34451         (get_mixer_track_get_property): Added property accessors
34452         * gst-libs/gst/mixer/mixeroptions.h: Changed struct syntax
34453         * gst-libs/gst/mixer/mixeroptions.c:
34454         (gst_mixer_options_get_values): Added
34455         * gst-libs/gst/mixer/mixer.h: Changed GstMixerClass syntax
34456         * gst-libs/gst/mixer/mixer.c: Fixed comment
34457
34458
34459 2004-06-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
34460
34461         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
34462           improve error messages on open
34463
34464
34465 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
34466
34467         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
34468           check if v4l-conf is in path
34469
34470 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
34471
34472         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
34473           change assert to a more readable error message
34474
34475 2004-05-31  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
34476
34477         * gst-libs/gst/tuner/tunerchannel.h:
34478           - add a freq_multiplicator field to make the conversion
34479             between internal frequency unit and Hz
34480         * sys/v4l/gstv4lelement.c:
34481         * sys/v4l2/gstv4l2element.c:
34482           - change default video device to /dev/video0
34483         * sys/v4l/v4l_calls.c:
34484         * sys/v4l2/v4l2_calls.c:
34485           - we only expose frequency to the user in Hz instead of
34486             bastard v4lX unit (either 62.5kHz or 62.5Hz)
34487
34488 2004-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
34489         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
34490           Initialise b_o_s and e_o_s variables
34491         * gst-libs/gst/riff/riff-media.c:
34492         (gst_riff_create_video_caps_with_data):
34493           Add some unusual fourcc's from mplayer avi's
34494         * gst/multipart/multipartmux.c: (gst_multipart_mux_plugin_init):
34495           Make the muxer have rank GST_RANK_NONE, so it doesn't mess up
34496           autoplugging.
34497
34498 2004-05-28  Wim Taymans  <wim@fluendo.com>
34499
34500         * configure.ac:
34501         * gst/alpha/Makefile.am:
34502         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
34503         (gst_alpha_get_type), (gst_alpha_base_init),
34504         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
34505         (gst_alpha_get_property), (gst_alpha_sink_link), (gst_alpha_add),
34506         (gst_alpha_chroma_key), (gst_alpha_chain),
34507         (gst_alpha_change_state), (plugin_init):
34508         A plugin to add an alpha channel to I420 video. Can optionally do
34509         chroma keying.
34510         * gst/multipart/Makefile.am:
34511         * gst/multipart/multipart.c: (plugin_init):
34512         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
34513         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
34514         (gst_multipart_demux_finalize), (gst_multipart_demux_handle_event),
34515         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
34516         (gst_multipart_demux_change_state),
34517         (gst_multipart_demux_plugin_init):
34518         * gst/multipart/multipartmux.c: (gst_multipart_mux_get_type),
34519         (gst_multipart_mux_base_init), (gst_multipart_mux_class_init),
34520         (gst_multipart_mux_get_sink_event_masks), (gst_multipart_mux_init),
34521         (gst_multipart_mux_sinkconnect), (gst_multipart_mux_pad_link),
34522         (gst_multipart_mux_pad_unlink),
34523         (gst_multipart_mux_request_new_pad),
34524         (gst_multipart_mux_handle_src_event),
34525         (gst_multipart_mux_next_buffer), (gst_multipart_mux_compare_pads),
34526         (gst_multipart_mux_queue_pads), (gst_multipart_mux_loop),
34527         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
34528         (gst_multipart_mux_change_state), (gst_multipart_mux_plugin_init):
34529         A Multipart demuxer/muxer. Not sure if it violates specs. Used to
34530         send multipart jpeg images to a browser.
34531         * gst/videobox/Makefile.am:
34532         * gst/videobox/README:
34533         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
34534         (gst_video_box_get_type), (gst_video_box_base_init),
34535         (gst_video_box_class_init), (gst_video_box_init),
34536         (gst_video_box_set_property), (gst_video_box_get_property),
34537         (gst_video_box_sink_link), (gst_video_box_i420),
34538         (gst_video_box_ayuv), (gst_video_box_chain),
34539         (gst_video_box_change_state), (plugin_init):
34540         Crops or adds borders around an image. can do alpha channel
34541         borders as well.
34542         * gst/videomixer/Makefile.am:
34543         * gst/videomixer/README:
34544         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
34545         (gst_videomixer_pad_base_init), (gst_videomixer_pad_class_init),
34546         (gst_videomixer_pad_get_sink_event_masks),
34547         (gst_videomixer_pad_get_property),
34548         (gst_videomixer_pad_set_property),
34549         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_link),
34550         (gst_videomixer_pad_unlink), (gst_videomixer_pad_init),
34551         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
34552         (gst_videomixer_base_init), (gst_videomixer_class_init),
34553         (gst_videomixer_init), (gst_videomixer_request_new_pad),
34554         (gst_videomixer_handle_src_event),
34555         (gst_videomixer_blend_ayuv_i420), (gst_videomixer_fill_checker),
34556         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
34557         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
34558         (gst_videomixer_loop), (gst_videomixer_get_property),
34559         (gst_videomixer_set_property), (gst_videomixer_change_state),
34560         (plugin_init):
34561         Generic video mixer plugin, can handle multiple inputs all with
34562         different framerates and video sizes. Is fully alpha channel
34563         aware.
34564
34565 2004-05-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34566
34567         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
34568           Select first track as master track. Not sure how else to handle
34569           that...
34570         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer):
34571           Discard discont events. Should fix #142962.
34572
34573 2004-05-26  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34574
34575         * ext/alsa/Makefile.am:
34576         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init),
34577         (gst_alsa_mixer_build_list), (gst_alsa_mixer_get_volume),
34578         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
34579         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
34580         (gst_alsa_mixer_get_option):
34581         * ext/alsa/gstalsamixer.h:
34582         * ext/alsa/gstalsamixeroptions.c:
34583         (gst_alsa_mixer_options_get_type),
34584         (gst_alsa_mixer_options_class_init), (gst_alsa_mixer_options_init),
34585         (gst_alsa_mixer_options_new):
34586         * ext/alsa/gstalsamixeroptions.h:
34587         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
34588         * ext/alsa/gstalsamixertrack.h:
34589           Add enumerations (as GstMixerOptions). Make correct distinction
34590           between input/output tracks. Add capture/playback private flag.
34591           Use flag to decide on whether to set capture or playback volumes
34592           or switches. Use playback and record switches.
34593         * gst-libs/gst/mixer/Makefile.am:
34594         * gst-libs/gst/mixer/mixer-marshal.list:
34595         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init),
34596         (gst_mixer_set_option), (gst_mixer_get_option),
34597         (gst_mixer_mute_toggled), (gst_mixer_record_toggled),
34598         (gst_mixer_volume_changed), (gst_mixer_option_changed):
34599         * gst-libs/gst/mixer/mixer.h:
34600         * gst-libs/gst/mixer/mixeroptions.c: (gst_mixer_options_get_type),
34601         (gst_mixer_options_class_init), (gst_mixer_options_init),
34602         (gst_mixer_options_dispose):
34603         * gst-libs/gst/mixer/mixeroptions.h:
34604           Add GstMixerOptions.
34605         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
34606           Rename Audio Mixer to OSS Mixer (similar to Alsa Mixer). Fix
34607           broken device detection on computers with multiple OSS sound
34608           cards.
34609
34610 2004-05-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34611
34612         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
34613           fixate nicely even when the peer is not negotiating
34614
34615 2004-05-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34616
34617         * gst/audioconvert/gstaudioconvert.c:
34618         (gst_audio_convert_parse_caps):
34619           make sure we don't allow depth > width
34620         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
34621           fixate endianness to G_BYTE_ORDER as default
34622         * gst/audioscale/gstaudioscale.c:
34623           we don't handle another endianness as host-endianness
34624
34625 2004-05-25  David Schleef  <ds@schleef.org>
34626
34627         * gst/ffmpegcolorspace/mem.c:  malloc() is in stdlib.h, not malloc.h
34628
34629 2004-05-24  Benjamin Otte  <otte@gnome.org>
34630
34631         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_sinkconnect),
34632         (gst_oggvorbisenc_setup):
34633           properly fail when we can't setup the vorbis encoder due to
34634           unsupported settings
34635         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sinkconnect),
34636         (gst_vorbisenc_setup):
34637           same
34638         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
34639           fix case where warnings occured when one pad was unlinked while the
34640           other's link function was called
34641
34642 2004-05-24  Thomas Vander Stichele  <thomas at apestaart dot org>
34643
34644         * gst/tcp/Makefile.am:
34645           use GST_ENABLE_NEW
34646
34647 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34648
34649         * gst-libs/gst/resample/private.h:
34650           don't use optimizations that are #if 0'ed
34651
34652 2004-05-24  Wim Taymans  <wim@fluendo.com>
34653
34654         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
34655         Fix potential division by zero error and hopefully get
34656         the position query right to get correct timestamps on avi
34657         audio.
34658
34659 2004-05-24  Wim Taymans  <wim@fluendo.com>
34660
34661         * gst/videoscale/videoscale.c: (gst_videoscale_scale_nearest),
34662         (gst_videoscale_scale_nearest_str2),
34663         (gst_videoscale_scale_nearest_str4),
34664         (gst_videoscale_scale_nearest_32bit),
34665         (gst_videoscale_scale_nearest_24bit),
34666         (gst_videoscale_scale_nearest_16bit):
34667         Fix the scaling algorithm and avoid a buffer overflow.
34668         removed the while loop in the scaling function as it
34669         was used for point sampling only.
34670
34671 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34672
34673         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
34674         (gst_id3_tag_class_init), (gst_id3_tag_init),
34675         (gst_id3_tag_set_property), (gst_id3_tag_get_tag_to_render),
34676         (gst_id3_tag_handle_event), (gst_id3_tag_do_caps_nego),
34677         (gst_id3_tag_send_tag_event):
34678           lots of fixes to make id3mux work and id3demux work correctly
34679
34680 2004-05-24  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34681
34682         * ext/Makefile.am:
34683           add rules to build shout2send (was removed by accident
34684           when this module was no more marked experimental/broken)
34685
34686 2004-05-24  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
34687
34688         * ext/shout2/gstshout2.c:
34689         * ext/shout2/gstshout2.h:
34690           adding a "connection problem" signal to shout2send
34691           (fixes #142954)
34692
34693 2004-05-21  Thomas Vander Stichele  <thomas at apestaart dot org>
34694
34695         * ext/kio/kioreceiver.cpp:
34696         * ext/kio/kioreceiver.h:
34697           fix sign comparison issues
34698
34699 2004-05-21  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34700
34701         * gst/cdxaparse/gstcdxaparse.c:
34702         * gst/cdxaparse/gstcdxaparse.h:
34703           some renaming
34704           add some checks/sanity
34705           prepare for seek addition
34706
34707         * sys/sunaudio/gstsunaudio.c:
34708           remove exported dupe init function
34709
34710 2004-05-21  Jan Schmidt  <thaytan@mad.scientist.com>
34711
34712         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_get_formats),
34713         (gst_dvdec_src_convert), (gst_dvdec_sink_convert):
34714           Fix format conversion and position querying.
34715         * gst/debug/progressreport.c: (gst_progressreport_report):
34716           Don't output a bogus total value that we didn't query.
34717         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
34718           Always set XV_AUTOPAINT_COLORKEY to true. Fixes xvimagesink showing
34719           only a blank window after xine has been used.
34720
34721 2004-05-21  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
34722
34723         * m4/as-arts.m4:
34724           sync with upstream version to fix test on FC2
34725           readd with -ko to preserve Id header
34726
34727 2004-05-20  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34728
34729         * configure.ac:
34730           test for FIONREAD ioctl in sys/filio.h for Solaris compat.
34731         * gst/tcp/gsttcpclientsrc.c: idem
34732         * gst/tcp/gsttcpserversink.c: idem
34733         * gst/tcp/gsttcpserversrc.c: idem
34734         * m4/gst-fionread.m4: idem
34735
34736         * sys/sunaudio/gstsunaudio.c: change category to Sink/Audio
34737
34738         * configure.ac: enable speex plugin for speex 1.1.5+
34739         * ext/speex/gstspeexenc.c: fix cast warning
34740
34741         * ext/esd/README: fix typo
34742
34743 2004-05-20  David Schleef  <ds@schleef.org>
34744
34745         * configure.ac: Minor cosmetic change to convince the buildbot to
34746         reautogen.
34747         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_class_init),
34748         (gst_sunaudiosink_init), (gst_sunaudiosink_getcaps),
34749         (gst_sunaudiosink_pad_link), (gst_sunaudiosink_chain),
34750         (gst_sunaudiosink_setparams), (gst_sunaudiosink_open),
34751         (gst_sunaudiosink_close), (gst_sunaudiosink_change_state),
34752         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property):
34753         More hacking.  Plays audio now.
34754
34755 2004-05-20  David Schleef  <ds@schleef.org>
34756
34757         * configure.ac:
34758         * sys/Makefile.am:
34759
34760 2004-05-20  David Schleef  <ds@schleef.org>
34761
34762         * sys/osxaudio/Makefile.am:  New OS X audio plugin by Zaheer Abbas Merali
34763         * sys/osxaudio/gstosxaudio.c:
34764         * sys/osxaudio/gstosxaudioelement.c:
34765         * sys/osxaudio/gstosxaudioelement.h:
34766         * sys/osxaudio/gstosxaudiosink.c:
34767         * sys/osxaudio/gstosxaudiosink.h:
34768         * sys/osxaudio/gstosxaudiosrc.c:
34769         * sys/osxaudio/gstosxaudiosrc.h:
34770
34771 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
34772
34773         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps),
34774         (gst_vorbisenc_chain):
34775           put the codec headers on the caps as streamheader as well as
34776           pushing them out
34777
34778 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
34779
34780         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
34781         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
34782         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain):
34783         split up push_packet into two functions
34784
34785 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
34786
34787         * gst/tcp/.cvsignore:
34788           ignore enums
34789         * gst/tcp/Makefile.am:
34790         * gst/tcp/README:
34791         * gst/tcp/gsttcp.c:
34792         * gst/tcp/gsttcp.h:
34793         * gst/tcp/gsttcpclientsink.c:
34794         * gst/tcp/gsttcpclientsink.h:
34795         * gst/tcp/gsttcpclientsrc.c:
34796         * gst/tcp/gsttcpclientsrc.h:
34797         * gst/tcp/gsttcpplugin.c:
34798         * gst/tcp/gsttcpserversink.c:
34799         * gst/tcp/gsttcpserversink.h:
34800         * gst/tcp/gsttcpserversrc.c:
34801         * gst/tcp/gsttcpserversrc.h:
34802           add new tcp elements
34803
34804 2004-05-19  Wim Taymans  <wim@fluendo.com>
34805
34806         * gst/law/mulaw-conversion.c: (mulaw_encode):
34807         Fix overflow bug in ulaw encoding.
34808
34809 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34810
34811         * ext/mad/gstmad.c: (gst_mad_handle_event):
34812           don't unref the event twice
34813
34814 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34815
34816         * configure.ac:
34817           remove -Wno-sign-compare
34818
34819 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34820
34821         * configure.ac:
34822           remove -DG_DISABLE_DEPRECATED. It's not usable without workarounds
34823           if you want to work against glib 2.2 and 2.4
34824
34825 2004-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
34826
34827         * gst/tcp/Makefile.am:
34828         * gst/tcp/gsttcp.c:
34829         * gst/tcp/gsttcp.h:
34830         * gst/tcp/gsttcpsink.h:
34831         * gst/tcp/gsttcpsrc.h:
34832           gsttcp -> gsttcpplugin + CVS surgery in preparation for tcp merge
34833
34834 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34835
34836         * gst/debug/tests.c: (md5_get_value):
34837           fix segfault on gst-inspect
34838
34839 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34840
34841         * gst/debug/testplugin.c:
34842         * gst/debug/tests.c:
34843         * gst/debug/tests.h:
34844           add new extensible and configurable testing element. Current tests
34845           include buffer count, stream length, timestamp/duration matching and
34846           md5.
34847         * gst/debug/Makefile.am:
34848         * gst/debug/gstdebug.c: (plugin_init):
34849           add infrastructure for new element
34850
34851 2004-05-19  Johan Dahlin  <johan@gnome.org>
34852
34853         * ext/dv/gstdvdec.c (gst_dvdec_quality_get_type): Add proper
34854         ending of the array. Fixes gst-inspect segfault on ppc.
34855
34856 2004-05-19  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34857
34858         * ext/dirac/gstdiracdec.cc : change category to Codec/Decoder/Video
34859
34860         * m4/a52.m4 : don't fix a test that should fail with current a52dec lib
34861
34862 2004-05-18  David Schleef  <ds@schleef.org>
34863
34864         * gst/ffmpegcolorspace/imgconvert.c: (img_convert): Fixes for
34865         warnings (bugs, actually) noticed by gcc but not forte.
34866
34867 2004-05-18  David Schleef  <ds@schleef.org>
34868
34869         * sys/sunaudio/Makefile.am:
34870         * sys/sunaudio/gstsunaudio.c: New sunaudiosink
34871
34872 2004-05-18  David Schleef  <ds@schleef.org>
34873
34874         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
34875         (gst_qtdemux_loop_header):  Patch from dcm@acm.org (David Moore)
34876         to allow qtdemux to use non-seekable streams. (bug #142272)
34877
34878 2004-05-18  David Schleef  <ds@schleef.org>
34879
34880         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16),
34881         (gst_resample_sinc_ft_float): Remove use of static temporary
34882         buffer.  This code was obviously not supposed to last long, but
34883         it's stuck in our ABI, so it required a little hack to make it
34884         ABI-compatible.  Fixes #142585.
34885         * gst-libs/gst/resample/resample.h: same.
34886
34887 2004-05-18  David Schleef  <ds@schleef.org>
34888
34889         * configure.ac: Add sunaudio
34890         * examples/Makefile.am: make gstplay depend on gconf
34891         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Remove c99-isms
34892         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette),
34893         (convert_table_lookup), (img_convert): remove c99-isms
34894         * gst/ffmpegcolorspace/imgconvert_template.h: make a constant
34895           unsigned, to fix a warning on Solaris
34896         * gst/mpeg1sys/systems.c: bcopy->memcpy
34897         * gst/rtjpeg/RTjpeg.c: (RTjpeg_yuvrgb8): bcopy->memcpy
34898         * sys/Makefile.am: Add sunaudio
34899
34900 2004-05-18  Wim Taymans  <wim@fluendo.com>
34901
34902         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_init),
34903         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
34904         (gst_ogg_mux_next_buffer), (gst_ogg_mux_push_page),
34905         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
34906         (gst_ogg_mux_loop):
34907         Fix an ugly memleak where the muxer didn't flush enough ogg
34908         pages. This also resulted in badly muxed ogg files.
34909
34910 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34911
34912         * gst/asfdemux/asfheaders.c :
34913         * gst/asfdemux/asfheaders.h :
34914         * gst/asfdemux/gstasfdemux.c :
34915           - fix ASF_OBJ_PADDING guid
34916           - add 3 new object guids (language list, metadata,
34917             extended stream properties)
34918           - add a function to parse extended header objects
34919
34920 2004-05-18  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34921
34922         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
34923           remove leftover debugging g_print
34924
34925 2004-05-17  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34926
34927         * ext/mad/gstmad.c: (gst_mad_handle_event):
34928           Fix for when the first format in a discont event is not a
34929           byte-based one. Should fix #137710.
34930
34931 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34932
34933         * m4/a52.m4 : fix compilation with -Wall -Werror
34934         * m4/libfame.m4 : idem
34935         * m4/libmikmod.m4 : idem
34936
34937 2004-05-17  Benjamin Otte  <otte@gnome.org>
34938
34939         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
34940           signal the new tags before giving up the reference
34941
34942 2004-05-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34943
34944         * ext/shout2/gstshout2.c:
34945           use application/ogg instead of application/x-ogg (patch by Patrick
34946           Guimond, fixes #142432)
34947         * sys/oss/gstosselement.c: (gst_osselement_reset),
34948         (gst_osselement_sync_parms):
34949           don't set fragment size unless specified (fixes #142493)
34950
34951 2004-05-17  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34952
34953         * configure.ac : fix compilation of v4l2src with "-Wall -Werror"
34954           fixes #142664
34955
34956 2004-05-17  Benjamin Otte  <otte@gnome.org>
34957
34958         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
34959           compute offsets correctly for internal buffers so timestamps are set
34960           correctly when we can't seek. Also handle cases where there are no
34961           offsets. (based on a patch by David Moore, fixes #142507)
34962
34963 2004-05-17  Benjamin Otte  <otte@gnome.org>
34964
34965         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
34966           use correct variable when determining amount of data to skip so we
34967           don't skip into the void and segfault
34968
34969 2004-05-16  Benjamin Otte  <otte@gnome.org>
34970
34971         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
34972           Hi, I'm a memleak
34973
34974 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34975
34976         * gst/asfdemux/gstasfdemux.c:
34977           - fix a mem leak and always propagate tags
34978           - add WMV3 to known video codecs (but no decoder yet)
34979           - replace "surplus data" at end of audio header for what
34980             it is : codec specific data
34981           - fix a typo
34982
34983 2004-05-16  Arwed v. Merkatz  <v.merkatz@gmx.net>
34984
34985         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
34986
34987         * gst-libs/gst/audio/audioclock.c:
34988           Fix wrong return type (#142205).
34989
34990 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34991
34992         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_init):
34993           Ignore CRCs by default (fixes #142566).
34994
34995 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34996
34997         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
34998         (gst_alsa_mixer_close), (gst_alsa_mixer_supported),
34999         (gst_alsa_mixer_build_list), (gst_alsa_mixer_free_list),
35000         (gst_alsa_mixer_change_state), (gst_alsa_mixer_list_tracks),
35001         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
35002         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record):
35003           Fix for cases where we fail to attach to a mixer.
35004
35005 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35006
35007         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
35008           Don't touch events after not owning them anymore.
35009         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
35010         (gst_wavparse_fmt), (gst_wavparse_other),
35011         (gst_wavparse_handle_seek), (gst_wavparse_loop),
35012         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
35013         (gst_wavparse_srcpad_event):
35014         * gst/wavparse/gstwavparse.h:
35015           Add seeking, fix querying.
35016
35017 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35018
35019         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
35020           - process comments even if they don't end with \0\0
35021             g_convert would ignore them if present and works well without them
35022
35023 2004-05-16  Benjamin Otte  <otte@gnome.org>
35024
35025         * ext/alsa/gstalsa.c: (gst_alsa_caps), (gst_alsa_get_caps):
35026           simplify caps
35027
35028 2004-05-16  Benjamin Otte  <otte@gnome.org>
35029
35030         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
35031           don't write to memory we might not write to - g_convert does that
35032           for us anyway (fixes #142613)
35033         (gst_asf_demux_audio_caps):
35034           comment out gst_util_dump_mem
35035
35036 2004-05-16  Benjamin Otte  <otte@gnome.org>
35037
35038         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
35039           compute correct expected timestamps after seek (broken since
35040           last commit)
35041         * ext/gdk_pixbuf/pixbufscale.c: (pixbufscale_init):
35042           rename element and debugging category to gdkpixbufscale
35043
35044 2004-05-16  Benjamin Otte  <otte@gnome.org>
35045
35046         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
35047           add error checking to snd_pcm_delay and remove duplicate call to
35048           snd_pcm_delay that caused issues (see inline code comments)
35049         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
35050           make more readable and fix return value when snd_pcm_delay fails
35051         (fixes #142586)
35052
35053 2004-05-15  Jan Schmidt  <thaytan@mad.scientisti.com>
35054         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type),
35055         (gst_pixbufscale_get_type), (gst_pixbufscale_base_init),
35056         (gst_pixbufscale_class_init), (gst_pixbufscale_getcaps),
35057         (gst_pixbufscale_link), (gst_pixbufscale_init),
35058         (gst_pixbufscale_handle_src_event), (pixbufscale_scale),
35059         (gst_pixbufscale_chain), (gst_pixbufscale_set_property),
35060         (gst_pixbufscale_get_property), (pixbufscale_init):
35061         * ext/gdk_pixbuf/pixbufscale.h:
35062         Add these files I forgot earlier
35063
35064 2004-05-15  Jan Schmidt  <thaytan@mad.scientist.com>
35065         * ext/gdk_pixbuf/Makefile.am:
35066         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
35067         * ext/gdk_pixbuf/gstgdkpixbuf.h:
35068         Add new pixbufscale element to scale RGB video
35069         using gdk_pixbuf, because gdk_pixbuf does BILINEAR
35070         and HYPER interpolation correctly.
35071         * ext/theora/theoraenc.c: (theora_enc_chain),
35072         Discard buffer and return if explicit caps could not be set
35073         (theora_enc_get_property):
35074         Make _get return kbps for the bitrate consistent with
35075         the _set function.
35076
35077
35078 2004-05-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35079
35080         * ext/libvisual/visual.c: (gst_visual_chain):
35081           add missing visual_audio_analyze
35082
35083 2004-05-14  David Schleef  <ds@schleef.org>
35084
35085         * ext/esd/esdsink.c: (gst_esdsink_chain): Fix crash when ESD
35086         is killed while we're playing.
35087         * gst/qtdemux/qtdemux.c: (qtdemux_parse): call
35088         gst_element_no_more_pads().
35089
35090 2004-05-14  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35091
35092         * gst-libs/gst/riff/riff-read.c :
35093           - fix INFO tag extraction in RIFF/AVI files
35094             because gst_event_unref (event) also freed taglist
35095           - avoid a mem leak
35096
35097 2004-05-13  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35098
35099         * ext/mad/gstid3tag.c : move from "Codec/(Dem/M)uxer" to "Codec/(Dem/M)uxer/Audio"
35100         * gst/wavenc/gstwavenc.c : move from "Codec/Encoder/Audio" to "Codec/Muxer/Audio"
35101
35102         * gst/auparse/gstauparse.c :
35103           - add code (commented for now) to support audio/x-adpcm on src pad
35104             (we have no decoder for those layout yet)
35105
35106         * gst/cdxaparse/gstcdxaparse.c :
35107         * gst/cdxaparse/gstcdxaparse.h :
35108           - partial rewrite using RiffRead (ripped iain's wavparse code)
35109
35110         * gst/rtp/gstrtpL16enc.c : typo
35111         * gst/rtp/gstrtpgsmenc.c : typo
35112
35113 2004-05-13  Benjamin Otte  <otte@gnome.org>
35114
35115         * configure.ac:
35116           check for exact version of libvisual, it's not supposed to be
35117           API/ABI stable yet
35118
35119 2004-05-13  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35120
35121         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
35122           signal no-more-pads
35123
35124 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
35125
35126         * ext/dv/gstdvdec.c: (gst_dvdec_src_convert)
35127         Report which format was used for GST_FORMAT_DEFAULT
35128         * gst/debug/Makefile.am:
35129         * gst/debug/gstdebug.c: (plugin_init):
35130         * gst/debug/progressreport.c: (gst_progressreport_base_init),
35131         (gst_progressreport_class_init), (gst_progressreport_init),
35132         (gst_progressreport_report), (gst_progressreport_set_property),
35133         (gst_progressreport_get_property), (gst_progressreport_chain),
35134         (gst_progressreport_plugin_init):
35135         Add progressreport element for testing.
35136
35137 2004-05-13  Thomas Vander Stichele  <thomas at apestaart dot org>
35138
35139         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_change_state):
35140         * sys/v4l/gstv4lsrc.h:
35141         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
35142         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
35143         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init),
35144         (gst_v4lsrc_grab_frame):
35145           add more debugging
35146           send a discont at start
35147
35148 2004-05-12  Colin Walters  <walters@redhat.com>
35149
35150         * gst/asfdemux/gstasfdemux.c (gst_asf_demux_process_segment): Avoid
35151         inflooping if we can't find a chunk.  Or in other words, don't blow
35152         chunks if we don't have a chunk to blow.
35153
35154 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
35155         * ext/audiofile/gstafsrc.c: (gst_afsrc_get):
35156         Remove old debug output
35157         * ext/dv/gstdvdec.c: (gst_dvdec_quality_get_type),
35158         (gst_dvdec_class_init), (gst_dvdec_loop), (gst_dvdec_change_state),
35159         (gst_dvdec_set_property), (gst_dvdec_get_property):
35160         Change the quality setting to an enum, so it works from gst-launch
35161         Don't renegotiate a non-linked pad. Allows audio only decoding.
35162         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_getcaps),
35163         (gst_deinterlace_link), (gst_deinterlace_init):
35164         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
35165         (gst_videodrop_link):
35166         Some caps negotiation fixes
35167
35168 2004-05-12  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35169
35170         * ext/tarkin/gsttarkin.c :
35171           - Change RANK from NONE to PRIMARY
35172         * ext/gdk_pixbuf/gstgdkpixbuf.c :
35173           - Change RANK from NONE to MARGINAL
35174         * ext/divx/gstdivxenc.c :
35175           - Change RANK from PRIMARY to NONE (encoder/spider issue)
35176
35177 2004-05-12  Thomas Vander Stichele  <thomas at apestaart dot org>
35178
35179         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
35180         (gst_vorbisenc_push_packet):
35181           copy a function that was added between 1.0 and 1.0.1 until we
35182           depend on worthwhile features of post-1.0
35183
35184 2004-05-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35185
35186         * configure.ac:
35187           enable shout2 by default
35188         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
35189         (gst_shout2send_base_init), (gst_shout2send_init),
35190         (gst_shout2send_connect), (gst_shout2send_change_state):
35191         * ext/shout2/gstshout2.h:
35192           make this work again. Based on a patch by Zaheer Abbas Merali (fixes
35193           #142262)
35194         * ext/theora/theora.c: (plugin_init):
35195           don't set rank on encoders
35196
35197 2004-05-11  Jeremy Simon  <jesimon@libertysurf.fr>
35198
35199         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
35200           Use codec_data property instead of flag1 and flag2 for wma
35201
35202 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35203
35204         * gst/cdxaparse/gstcdxaparse.c :
35205           - Add mpegversion to CAPS to make it link
35206           - Rank is as GST_RANK_SECONDARY instead of NONE
35207         * gst/auparse/gstauparse.c :
35208           - Document all audio encoding we can encounter from Solaris 9
35209             headers and libsndfile information.
35210           - Increase max. rate from 48000 to 192000 (to match other elements)
35211           - Don't try to play junk data between header and samples
35212
35213 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35214
35215         * ext/libvisual/visual.c: (gst_visual_getcaps):
35216           use the right caps depending on endianness (I hope)
35217         * ext/ogg/gstoggmux.c: (gst_ogg_mux_plugin_init):
35218           use GST_RANK_NONE for all non-decoding elements or spider gets
35219           mighty confused
35220
35221 2004-05-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35222
35223         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
35224           Fix some odd cases and fix BE metadata parsing of unicode16 text.
35225
35226 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35227
35228         * gst/switch/gstswitch.c: (gst_switch_release_pad),
35229         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
35230         (gst_switch_loop), (gst_switch_get_type):
35231           whoever that was: DO NOT IMPORT PRIVATE SYMBOLS THAT ARE NOT IN
35232           HEADERS. Had to be said.
35233
35234 2004-05-10  David Schleef  <ds@schleef.org>
35235
35236         * configure.ac: Add prototype Dirac support.
35237         * ext/Makefile.am:
35238         * ext/dirac/Makefile.am:
35239         * ext/dirac/gstdirac.cc:
35240         * ext/dirac/gstdiracdec.cc:
35241
35242 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35243
35244         * gst/auparse/gstauparse.c: (gst_auparse_class_init),
35245         (gst_auparse_init), (gst_auparse_chain),
35246         (gst_auparse_change_state):
35247           Hack around spider. Remove me some day please.
35248
35249 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35250
35251         * gst/auparse/gstauparse.c: (gst_auparse_chain):
35252           Fix for some uninitialized variables in previous patch, also
35253           makes it work. Fixes #142286 while we're at it.
35254
35255 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35256
35257         * gst/auparse/gstauparse.c:
35258                 fixes a-law, adds mu-law, linear pcm (8,16,24,32), ieee (32, 64)
35259                 only unsupported formats are ADPCM/CCITT G.72x
35260                 reviewed by Ronald
35261         * gst-libs/gst/audio/audio.h: adds 24bit depth to PCM (x-raw-int)
35262
35263 2004-05-10  Wim Taymans  <wim@fluendo.com>
35264
35265         * ext/vorbis/Makefile.am:
35266         * ext/vorbis/README:
35267         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_formats),
35268         (oggvorbisenc_get_type), (vorbis_caps_factory), (raw_caps_factory),
35269         (gst_oggvorbisenc_base_init), (gst_oggvorbisenc_class_init),
35270         (gst_oggvorbisenc_sinkconnect), (gst_oggvorbisenc_convert_src),
35271         (gst_oggvorbisenc_convert_sink),
35272         (gst_oggvorbisenc_get_query_types), (gst_oggvorbisenc_src_query),
35273         (gst_oggvorbisenc_init), (gst_oggvorbisenc_get_tag_value),
35274         (gst_oggvorbisenc_metadata_set1), (gst_oggvorbisenc_set_metadata),
35275         (get_constraints_string), (update_start_message),
35276         (gst_oggvorbisenc_setup), (gst_oggvorbisenc_write_page),
35277         (gst_oggvorbisenc_chain), (gst_oggvorbisenc_get_property),
35278         (gst_oggvorbisenc_set_property), (gst_oggvorbisenc_change_state):
35279         * ext/vorbis/oggvorbisenc.h:
35280         * ext/vorbis/vorbis.c: (plugin_init):
35281         * ext/vorbis/vorbisenc.c: (vorbis_caps_factory),
35282         (raw_caps_factory), (gst_vorbisenc_class_init),
35283         (gst_vorbisenc_init), (gst_vorbisenc_setup),
35284         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain),
35285         (gst_vorbisenc_get_property), (gst_vorbisenc_set_property):
35286         * ext/vorbis/vorbisenc.h:
35287         Added a raw vorbis encoder to be used with the oggmuxer.
35288         We still need the old encoder for some gnome applications,
35289         read the README to find out how that works.
35290         The raw encoder is called "rawvorbisenc" until 0.9.
35291
35292 2004-05-10  Wim Taymans  <wim@fluendo.com>
35293
35294         * ext/ogg/gstogg.c: (plugin_init):
35295         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init),
35296         (gst_ogg_print):
35297         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type),
35298         (gst_ogg_mux_base_init), (gst_ogg_mux_class_init),
35299         (gst_ogg_mux_get_sink_event_masks), (gst_ogg_mux_init),
35300         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_pad_link),
35301         (gst_ogg_mux_pad_unlink), (gst_ogg_mux_request_new_pad),
35302         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_next_buffer),
35303         (gst_ogg_mux_push_page), (gst_ogg_mux_compare_pads),
35304         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop),
35305         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property),
35306         (gst_ogg_mux_change_state), (gst_ogg_mux_plugin_init):
35307         Added an ogg muxer.
35308         Small typo fixes in the demuxer.
35309
35310 2004-05-10  Wim Taymans  <wim@fluendo.com>
35311
35312         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
35313         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
35314         (theora_enc_change_state), (theora_enc_set_property),
35315         (theora_enc_get_property):
35316         Mark the last packet with an EOS flag which is not really needed
35317         in gstreamer.
35318         Do some better video framerate initialisation.
35319         Update the buffer timestamp.
35320
35321 2004-05-10  Jan Schmidt  <thaytan@mad.scientist.com>
35322
35323         * ext/dv/gstdvdec.c: (gst_dvdec_change_state):
35324         Return the result of the parent state change call
35325
35326 2004-05-10  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35327
35328         * gst/law/alaw.c : alawdec should be registered with type ALAWDEC, not ALAWENC
35329         * gst/law/alaw-decode.c : put audio/x-alaw on pads, instead of audio/x-mulaw
35330         * gst/law/alaw-encode.c : (idem)
35331         * ext/a52dec/gsta52dec.c : mark audio/a52, audio/ac3 as deprecated in a comment
35332         * gst/ac3parse/gstac3parse.c : audio/ac3 => audio/x-ac3
35333         * gst/realmedia/rmdemux.c : audio/a52 => audio/x-ac3
35334
35335 2004-05-09  Benjamin Otte  <otte@gnome.org>
35336
35337         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
35338           don't use a fixed buffer size when writing variable length data to
35339           it. Fixes memory corruption and makes alsasrc work
35340
35341 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35342
35343         * ext/gnomevfs/gstgnomevfssink.c:
35344         (_gst_boolean_allow_overwrite_accumulator),
35345         (gst_gnomevfssink_class_init), (gst_gnomevfssink_open_file):
35346           Run glib's default signal handler (??) in RUN_CLEANUP rather than
35347           RUN_LAST, and don't use that to set the accumulator value because
35348           then it's always FALSE.
35349
35350 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35351
35352         * gst-libs/gst/riff/riff-media.c:
35353         (gst_riff_create_video_caps_with_data),
35354         (gst_riff_create_audio_caps),
35355         (gst_riff_create_audio_template_caps):
35356         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
35357           Fix for unaligned RIFF files (i.e. where all the chunks together
35358           in a LIST chunk are not of the same size as the size given in
35359           the LIST chunk header). Fixes several odd WAVE files. Also fix
35360           ADPCM (block_align property) in audio, so that wavparse based
35361           on this works now as it used to stand-alone.
35362
35363 2004-05-09  Edward Hervey  <bilboed@bilboed.com>
35364
35365         reviewed by Benjamin Otte  <otte@gnome.org>
35366
35367         * ext/a52dec/gsta52dec.c:
35368         * ext/divx/gstdivxdec.c:
35369         * ext/divx/gstdivxenc.c:
35370         * ext/dts/gstdtsdec.c: (gst_dtsdec_base_init):
35371         * ext/faac/gstfaac.c: (gst_faac_base_init):
35372         * ext/faad/gstfaad.c: (gst_faad_base_init):
35373         * ext/ivorbis/vorbisfile.c:
35374         * ext/lame/gstlame.c:
35375         * ext/libfame/gstlibfame.c:
35376         * ext/mpeg2enc/gstmpeg2enc.cc:
35377         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_base_init):
35378         * ext/sidplay/gstsiddec.cc:
35379         * ext/speex/gstspeexdec.c:
35380         * ext/speex/gstspeexenc.c:
35381         * ext/xvid/gstxviddec.c:
35382         * ext/xvid/gstxvidenc.c:
35383           correct klasses. Mostly s,Codec/(Audio|Video),\1/Codec,
35384           (fixes #142193)
35385
35386 2004-05-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35387
35388         * ext/alsa/gstalsa.c: (device_list),
35389         (gst_alsa_class_probe_devices):
35390         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
35391           Fix alsa oddness in mixer after the combination of using mixer
35392           in source/sink elements and using hw:x,y instead of just hw:x.
35393
35394 2004-05-09  Benjamin Otte  <otte@gnome.org>
35395
35396         * gst/wavparse/gstwavparse.c: (gst_wavparse_destroy_sourcepad),
35397         (gst_wavparse_create_sourcepad):
35398           make PAUSED=>READY=>PAUSED=READY work by not destroying NULL
35399           sourcepads
35400
35401 2004-05-09  Benjamin Otte  <otte@gnome.org>
35402
35403         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
35404           allow discont events before caps nego
35405
35406 2004-05-08  Benjamin Otte  <otte@gnome.org>
35407
35408         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
35409           don't leak events
35410
35411 2004-05-08  Benjamin Otte  <otte@gnome.org>
35412
35413         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
35414         (gst_level_change_state), (gst_level_init):
35415         * gst/level/gstlevel.h:
35416           figure out if we're initialized directly instead of keeping a
35417           variable that's wrong in 90% of cases
35418           don't initialize pads and then leak them and use a new unitialized
35419           pad. (fixes #142084)
35420           these were bugs so n00bish I didn't find them for an hour :/
35421
35422 2004-05-08 Iain <iain@prettypeople.org>
35423
35424         * gst/wavparse/gstwavparse.[ch]: Rewrote to use RiffRead instead.
35425         * gst-libs/gst/riff/riff-read.c (gst_riff_read_peek_head): Unstatic it
35426         (gst_riff_read_element_data): Ditto, and added a got_bytes argument to
35427         return the length that was read.
35428         (gst_riff_read_strf_auds): Allow fmt tags as well.
35429
35430 2004-05-07  David Schleef  <ds@schleef.org>
35431
35432         * ext/faad/gstfaad.c: (gst_faad_sinkconnect): HACK to correct
35433         signed char assumption in faad.h.
35434
35435 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35436
35437         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps):
35438           Missing break, detected by Daniel Gazard <daniel.gazard@free.fr>.
35439
35440 2004-05-07  Colin Walters  <walters@redhat.com>
35441
35442         * gst/volume/gstvolume.c (gst_volume_dispose): Unref dpman.
35443         * ext/flac/gstflacdec.c (gst_flacdec_dispose): Add dispose
35444         function.
35445         * gst/audioscale/gstaudioscale.c (gst_audioscale_dispose):
35446         Add dispose function.
35447
35448 2004-05-08  Jan Schmidt  <thaytan@mad.scientist.com>
35449         * ext/dv/gstdvdec.c: (gst_dvdec_video_link):
35450           Fix caps nego and pad templates. RGB mode caps should
35451           work now.
35452         * ext/dvdnav/gst-dvd:
35453           Move mpeg2dec inside the thread because otherwise the
35454           queue rejects cap changes mid-stream
35455         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
35456         (gst_mpeg2dec_flush_decoder):
35457           For mpeg2dec > 0.4.0, call the flush function instead of
35458           manually extracting all in-flight frames.
35459         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_factory),
35460         (gst_dv1394src_init), (gst_dv1394src_iso_receive):
35461           Change mime type video/dv go video/x-dv to match the
35462           rest of gst-plugins
35463
35464 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35465
35466         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
35467         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_type),
35468         (gst_alsa_sink_class_init):
35469         * ext/alsa/gstalsasink.h:
35470         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_type),
35471         (gst_alsa_src_class_init):
35472         * ext/alsa/gstalsasrc.h:
35473           Make alsasink/src a subclass of alsamixer so that mixer stuff
35474           shows up in gst-rec. Needs some finetuning.
35475
35476 2004-05-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35477
35478         * ext/lame/gstlame.c: (gst_lame_chain):
35479           simplify
35480         * ext/mad/gstmad.c: (gst_mad_handle_event):
35481           fix event leak
35482         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
35483           be able to detect mp3 files < 4096 bytes
35484
35485 2004-05-06  Wim Taymans  <wim@fluendo.com>
35486
35487         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
35488         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
35489         (theora_enc_set_property), (theora_enc_get_property):
35490         Also encode the first frame, cleanup some code.
35491
35492 2004-05-06  Wim Taymans  <wim@fluendo.com>
35493
35494         * ext/mpeg2enc/gstmpeg2enc.cc:
35495         Forward events first before deciding that negotiation was
35496         not performed.
35497
35498 2004-05-06  Wim Taymans  <wim@fluendo.com>
35499
35500         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
35501         First process the events before deciding that negotiation
35502         was not performed.
35503
35504 2004-05-06  Wim Taymans  <wim@fluendo.com>
35505
35506         * ext/theora/Makefile.am:
35507         * ext/theora/theora.c: (plugin_init):
35508         * ext/theora/theoradec.c: (theora_dec_change_state):
35509         * ext/theora/theoraenc.c: (gst_theora_enc_base_init),
35510         (gst_theora_enc_class_init), (gst_theora_enc_init),
35511         (theora_enc_sink_link), (theora_enc_event), (theora_push_packet),
35512         (theora_enc_chain), (theora_enc_change_state),
35513         (theora_enc_set_property), (theora_enc_get_property):
35514         Added a theora encoder, grouped the encoder and decoder into the
35515         same plugin.
35516
35517 2004-05-05  Thomas Vander Stichele  <thomas at apestaart dot org>
35518
35519         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
35520         (gst_jpegenc_chain):
35521         fix DURATION on outgoing buffers
35522         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
35523         debug using time formats
35524         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
35525         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
35526         (gst_xvimagesink_sink_link):
35527         windows with width/height 0 generate X errors, so don't allow them
35528
35529 2004-05-05  Wim Taymans  <wim@fluendo.com>
35530
35531         * ext/mpeg2dec/gstmpeg2dec.c: (src_templ),
35532         (gst_mpeg2dec_base_init), (gst_mpeg2dec_init),
35533         (gst_mpeg2dec_negotiate_format):
35534         * ext/mpeg2dec/gstmpeg2dec.h:
35535           removed the static pad template so that we can add the
35536           more accurate framerate value to the caps.
35537
35538
35539 2004-05-04  Benjamin Otte  <otte@gnome.org>
35540
35541         * configure.ac:
35542           check for kdemacros.h, too (should fix #141821)
35543         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
35544           don't crash if no header was sent, but nicely error out (fixes part
35545           of #141554)
35546
35547 2004-05-04  Wim Taymans  <wim@fluendo.com>
35548
35549         * ext/mpeg2enc/gstmpeg2enc.cc: (gst_mpeg2enc_dispose): call the
35550         parent dispose function to avoid segfault on destroy.
35551
35552 2004-05-04  Thomas Vander Stichele  <thomas at apestaart dot org>
35553
35554         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
35555         (plugin_init):
35556         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
35557         (gst_xvimagesink_sink_link):
35558         clean up debugging caps
35559         also recreate xvimage when format has changed
35560
35561 2004-05-04  Benjamin Otte  <otte@gnome.org>
35562
35563         * ext/libvisual/Makefile.am:
35564         * ext/libvisual/visual.c: (gst_visual_class_init),
35565         (gst_visual_init), (gst_visual_dispose), (gst_visual_getcaps),
35566         (gst_visual_srclink), (gst_visual_chain),
35567         (gst_visual_change_state), (plugin_init):
35568           use a GstAdapter to correctly adapt buffer sizes - allows using a
35569           framerate
35570
35571 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
35572
35573         * sys/v4l/gstv4lelement.h:
35574         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
35575         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps), (gst_v4lsrc_getcaps),
35576         (gst_v4lsrc_buffer_free):
35577         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities):
35578         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
35579         (gst_v4lsrc_sync_frame), (gst_v4lsrc_grab_frame),
35580         (gst_v4lsrc_requeue_frame):
35581         move some debugging categories around
35582         query for fps index and set accordingly if found
35583
35584 2004-05-03  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35585
35586         * ext/lame/gstlame.c:
35587         correct defaults that lame_init puts out of range
35588
35589 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
35590
35591         * ext/divx/gstdivxenc.c: (gst_divxenc_get_type),
35592         (gst_divxenc_class_init):
35593         fix range since -1 is the default
35594         * gst/mpeg1sys/gstmpeg1systemencode.c:
35595         (gst_mpeg1_system_encode_get_type), (gst_system_encode_multiplex):
35596         * gst/rtjpeg/gstrtjpegdec.c: (gst_rtjpegdec_get_type),
35597         (gst_rtjpegdec_chain):
35598         * gst/rtjpeg/gstrtjpegenc.c: (gst_rtjpegenc_get_type),
35599         (gst_rtjpegenc_chain):
35600         * sys/qcam/gstqcamsrc.c: (gst_autoexp_mode_get_type),
35601         (gst_qcamsrc_get_type), (gst_qcamsrc_change_state):
35602         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_get_type):
35603         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_type):
35604         * sys/v4l/gstv4lsrc.c:
35605         * sys/v4l/v4l_calls.c: (gst_v4l_open):
35606         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
35607         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
35608         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init):
35609         * sys/vcd/vcdsrc.c: (vcdsrc_get_type), (vcdsrc_get):
35610           remove gst_info calls
35611
35612 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
35613
35614         * Makefile.am:
35615         * po/af.po:
35616         * po/az.po:
35617         * po/en_GB.po:
35618         * po/nl.po:
35619         * po/sr.po:
35620         * po/sv.po:
35621           Updated translations
35622
35623 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
35624
35625         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
35626           refactor/comment code
35627
35628 2004-05-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35629
35630         * gst/asfdemux/Makefile.am:
35631         * gst/asfdemux/asfheaders.c:
35632         * gst/asfdemux/asfheaders.h:
35633         * gst/asfdemux/gstasf.c: (plugin_init):
35634         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_get_type),
35635         (gst_asf_demux_base_init), (gst_asf_demux_process_comment),
35636         (gst_asf_demux_setup_pad):
35637         * gst/asfdemux/gstasfdemux.h:
35638         * gst/asfdemux/gstasfmux.c:
35639         * gst/asfdemux/gstasfmux.h:
35640           Add tagging support to demuxer, split out registration in its own
35641           file instead of in demux (hacky), and prevent having some tables
35642           in our memory multiple times (in asfheaders.h).
35643
35644 2004-05-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35645
35646         * gst/matroska/matroska-demux.c:
35647         (gst_matroska_demux_parse_metadata):
35648         * gst/matroska/matroska-ids.h:
35649           Basic tag reading support.
35650
35651 2004-04-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35652
35653         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
35654           Really detect ac-3 audio.
35655         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find):
35656           really detect matroska files (off-by-1).
35657
35658 2004-04-30  David Schleef  <ds@schleef.org>
35659
35660         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
35661         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_type_get),
35662         (qtdemux_dump_stsz), (qtdemux_dump_stco), (qtdemux_dump_co64),
35663         (qtdemux_dump_unknown), (qtdemux_parse_tree), (qtdemux_parse_udta),
35664         (qtdemux_tag_add), (get_size), (gst_qtdemux_handle_esds): More qtdemux
35665         hackage -- parse a lot more atoms, extract a few tags.  One might even
35666         mistake this for tag support.  Maybe it is.
35667         * gst/qtdemux/qtdemux.h:
35668
35669 2004-04-30  Colin Walters  <walters@verbum.org>
35670
35671         * ext/alsa/gstalsasink.c (gst_alsa_sink_mmap): Plug a memleak.
35672
35673 2004-04-30  Thomas Vander Stichele  <thomas at apestaart dot org>
35674
35675         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
35676         (gst_ffmpegcolorspace_getcaps):
35677           remove broken nego fix
35678
35679 2004-04-30  Benjamin Otte  <otte@gnome.org>
35680
35681         * configure.ac:
35682         * ext/Makefile.am:
35683         * ext/libvisual/Makefile.am:
35684         * ext/libvisual/visual.c:
35685           add initial support for libvisual (http://libvisual.sourceforge.net)
35686           libvisual is still quite alpha, so expect crashes in there :)
35687
35688 2004-04-29  David Schleef  <ds@schleef.org>
35689
35690         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream), (qtdemux_parse),
35691         (qtdemux_parse_trak), (get_size), (gst_qtdemux_handle_esds): Hacked
35692         up qtdemux to make it spit out codec_data.  Do _not_ look at this
35693         code; you will no longer respect me.
35694
35695 2004-04-29  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35696
35697         * ext/alsa/gstalsa.c : (gst_alsa_class_probe_devices)
35698         * ext/alsa/gstalsa.h :
35699         change alsa pcm device discovery to find more than 1 device
35700         per card. code review by Ronald.
35701
35702 2004-04-29  David Schleef  <ds@schleef.org>
35703
35704         * sys/oss/gstosselement.c: (gst_osselement_rate_probe_check):
35705         Add a check for a driver bug on FreeBSD.  (bug #140565)
35706
35707 2004-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
35708
35709         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_get_type):
35710         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
35711         (gst_jpegenc_getcaps):
35712           move format setting to inner loop
35713         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
35714         (gst_ffmpegcolorspace_getcaps):
35715           use GST_PAD_CAPS if available so that we use already negotiated
35716           caps
35717         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
35718         (qtdemux_parse_moov), (qtdemux_parse):
35719           extra debugging
35720         * sys/qcam/qcam-Linux.c: (qc_lock_wait), (qc_unlock):
35721         * sys/qcam/qcam-os.c: (qc_lock_wait), (qc_unlock):
35722           move hardcoded path to DEFINE
35723
35724 2004-04-28  David Schleef  <ds@schleef.org>
35725
35726         * gst/speed/gstspeed.c: (speed_parse_caps):  Fix caps parsing.
35727         (bug #140064)
35728
35729 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35730
35731         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
35732           Don't probe for playback device if we're a source element. Fixes
35733           #139658.
35734
35735 2004-04-29  Benjamin Otte  <otte@gnome.org>
35736
35737         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
35738         (gst_id3_tag_chain):
35739           rewrite buffer offset
35740
35741 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35742
35743         * configure.ac:
35744         * ext/Makefile.am:
35745         * ext/dts/Makefile.am:
35746         * ext/dts/gstdtsdec.c: (gst_dtsdec_get_type),
35747         (gst_dtsdec_base_init), (gst_dtsdec_class_init), (gst_dtsdec_init),
35748         (gst_dtsdec_channels), (gst_dtsdec_renegotiate),
35749         (gst_dtsdec_handle_event), (gst_dtsdec_update_streaminfo),
35750         (gst_dtsdec_loop), (gst_dtsdec_change_state),
35751         (gst_dtsdec_set_property), (gst_dtsdec_get_property),
35752         (plugin_init):
35753         * ext/dts/gstdtsdec.h:
35754           New DTS decoder.
35755         * ext/faad/gstfaad.c: (gst_faad_sinkconnect),
35756         (gst_faad_srcconnect):
35757           Add ESDS atom handling (.m4a).
35758
35759 2004-04-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35760
35761         * ext/divx/gstdivxdec.c: (plugin_init):
35762           Remove comment that makes no sense.
35763         * ext/mad/gstid3tag.c: (gst_id3_tag_set_property):
35764           Fix for obvious typo that resulted in warnings during gst-register.
35765         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link),
35766         (gst_xviddec_sink_link):
35767           Fix caps negotiation a bit better.
35768         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
35769           We call this 'codec_data', not 'esds'.
35770
35771 2004-04-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35772
35773         * gst/monoscope/gstmonoscope.c:
35774           make sure we only provide 256x128
35775         * gst/monoscope/monoscope.c: (monoscope_init):
35776           assert size of 256x128
35777
35778 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
35779
35780         * Makefile.am:
35781         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
35782         (gst_v4lsrc_getcaps), (gst_v4lsrc_buffer_free):
35783           fixate to max width and height of device
35784
35785 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
35786
35787         * Makefile.am:
35788         * sys/v4l/gstv4l.c:
35789         * sys/v4l/gstv4lsrc.c:
35790         * sys/v4l/v4l_calls.c:
35791         * sys/v4l/v4lsrc_calls.c:
35792           fix for qc-usb driver which fakes having more than one buffer
35793           by handing the same buffer twice, which confused GStreamer's/v4lsrc
35794           buffer_free override
35795           add debugging
35796
35797 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
35798
35799         * Makefile.am:
35800         * gst/videotestsrc/gstvideotestsrc.c:
35801         (gst_videotestsrc_class_init), (gst_videotestsrc_change_state),
35802         (gst_videotestsrc_init), (gst_videotestsrc_get),
35803         (gst_videotestsrc_set_property), (gst_videotestsrc_get_property):
35804         * gst/videotestsrc/gstvideotestsrc.h:
35805           add num-buffers property
35806
35807         2004-04-26  Benjamin Otte  <otte@gnome.org>
35808
35809         * ext/mad/gstid3tag.c: (plugin_init):
35810           set id3mux rank to NONE so it doesn't confuse spider
35811           require audio/mpeg,mpegversion=1 in id3mux
35812
35813 2004-04-26  Benjamin Otte  <otte@gnome.org>
35814
35815         * configure.ac:
35816           detect faad correctly as non-working if it's indeed non-working
35817
35818 2004-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
35819
35820         * Makefile.am:
35821         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
35822         (gst_jpegenc_class_init), (gst_jpegenc_getcaps):
35823         fix _getcaps so it only negotiates to its supported format
35824
35825 2004-04-25  Benjamin Otte  <otte@gnome.org>
35826
35827         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
35828           fix memleak
35829
35830 2004-04-23  Benjamin Otte  <otte@gnome.org>
35831
35832         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
35833           audio/x-raw-int with height rules! not. Now it's depth.
35834
35835 2004-04-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35836
35837         * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
35838         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
35839         (gst_wavparse_loop):
35840           Missing variable initialization. Add handling of DVI ADPCM. Fix
35841           mis-parsing of LIST chunks. This works around a bug where we mis-
35842           parse non-aligning LIST chunks (so LIST chunks where the contents
35843           don't align with the actual LIST size). The correct fix is to use
35844           rifflib, I'm not going to fix wavparse - too much work. All this
35845           fixes #104878.
35846
35847 2004-04-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
35848
35849         reviewed by Benjamin Otte  <otte@gnome.org>
35850
35851         * ext/shout/gstshout.c: (gst_icecastsend_change_state):
35852           fix shoutcast not working (fixes #140844)
35853
35854 2004-04-22  Benjamin Otte  <otte@gnome.org>
35855
35856         * ext/hermes/gsthermescolorspace.c:
35857         (gst_hermes_colorspace_caps_remove_format_info):
35858         * gst/colorspace/gstcolorspace.c:
35859         (gst_colorspace_caps_remove_format_info):
35860         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
35861         (gst_ffmpegcolorspace_caps_remove_format_info):
35862           s/gst_caps_simplify/gst_caps_do_simplify/
35863
35864 2004-04-22  Benjamin Otte  <otte@gnome.org>
35865
35866         * gst-libs/gst/riff/riff-media.c:
35867         (gst_riff_create_video_caps_with_data):
35868           mpegversion is an int
35869         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init):
35870           don't try to create pad templates with NULL caps, use any caps
35871           instead.
35872
35873 2004-04-20  David Schleef  <ds@schleef.org>
35874
35875         * ext/sdl/Makefile.am: Link against libgstinterfaces, not
35876         libgstxoverlay.  jmmv@menta.net (Julio M. Merino Vidal)
35877         (bug #140384)
35878
35879 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
35880
35881         reviewed by David Schleef
35882
35883         * ext/mad/gstid3tag.c: Add stdlib.h
35884         * gst/rtp/gstrtpgsmenc.c: same
35885         * gst/tags/gstid3tag.c: same
35886         * gst/udp/gstudpsrc.c: (gst_udpsrc_get): Fix GST_DISABLE_LOADSAVE
35887         * gst/tcp/gsttcpsink.c: (gst_tcpsink_sink_link): Adjust
35888         GST_DISABLE_LOADSAVE use.
35889         * gst/udp/gstudpsink.c: (gst_udpsink_sink_link): Likewise.
35890         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get): Likewise.
35891         * ext/gnomevfs/gstgnomevfssrc.c: Include <stdlib.h> (needed by
35892         atol(3)).
35893         * sys/oss/gstosselement.h: Include <sys/types.h> (needed for dev_t).
35894         * gst/tags/gstvorbistag.c: Include <stdlib.h> (needed by
35895         strtoul(3)).
35896         * gst/rtp/gstrtpL16enc.c: Include <stdlib.h> (needed by random(3)).
35897         * ext/mad/Makefile.am: (libgstmad_la_CFLAGS): Add $(MAD_CFLAGS)
35898         $(ID3_CFLAGS).
35899         * ext/libfame/Makefile.am: (libgstlibfame_la_CFLAGS): Add
35900         $(LIBFAME_CFLAGS).
35901
35902 2004-04-20  David Schleef  <ds@schleef.org>
35903
35904         * gst/realmedia/rmdemux.c:  This was supposed to part of the
35905         last checkin.  Same idea.
35906
35907 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
35908
35909         reviewed by David Schleef
35910
35911         * configure.ac: bump required gstreamer version to 0.8.1.1
35912         because of following changes [--ds]
35913
35914         * gst-libs/gst/riff/riff-read.c:  Include gst/gstutils.h.
35915         (gst_riff_peek_head, gst_riff_peek_list, gst_riff_read_list)
35916         (gst_riff_read_header):  Use GST_READ_UINT*
35917         macros to access possibly unaligned memory.
35918
35919         * gst/typefind/gsttypefindfunctions.c: Include gst/gstutils.h.
35920         (mp3_type_find):  Use GST_READ_UINT*
35921         macros to access possibly unaligned memory.
35922         (mp3_type_find, mpeg1_parse_header, qt_type_find)
35923         (speex_type_find): Likewise
35924
35925         * gst/tags/gstvorbistag.c: (ADVANCE): Likewise
35926
35927         * gst/qtdemux/qtdemux.c: Include stdlib.h (needed by realloc).
35928         (QTDEMUX_GUINT32_GET, QTDEMUX_GUINT16_GET, QTDEMUX_FP32_GET)
35929         (QTDEMUX_FP16_GET, QTDEMUX_FOURCC_GET)
35930         (gst_qtdemux_loop_header, gst_qtdemux_loop_header)
35931         (qtdemux_node_dump_foreach, qtdemux_tree_get_child_by_type)
35932         (qtdemux_tree_get_sibling_by_type):  Use GST_READ_UINT*
35933         macros to access possibly unaligned memory.
35934
35935         * gst/mpegstream/gstmpegpacketize.c: (parse_generic, parse_chunk):
35936         Likewise.
35937
35938         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead)
35939         (gst_mpeg_demux_parse_packet, gst_mpeg_demux_parse_pes): Likewise.
35940
35941         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
35942         Likewise.
35943
35944         * gst/mpeg2sub/gstmpeg2subt.c: (GST_BUFFER_DATA)
35945         (gst_mpeg2subt_chain_subtitle): Likewise.
35946
35947         * gst/mpeg1videoparse/gstmp1videoparse.c: (mp1videoparse_parse_seq)
35948         (gst_mp1videoparse_time_code, gst_mp1videoparse_real_chain):
35949         Likewise.
35950
35951         * gst/mpeg1sys/buffer.c: (mpeg1mux_buffer_update_audio_info):
35952         Likewise.
35953
35954         * gst/cdxaparse/gstcdxaparse.c: (gst_bytestream_peek_bytes):
35955         Likewise.
35956
35957         * gst/asfdemux/gstasfdemux.c: (_read_var_length, _read_uint):
35958         Likewise.
35959
35960 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
35961
35962         * configure.ac:
35963           update required version of GStreamer because of GST_TIME_FORMAT
35964
35965 2004-04-20  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35966
35967         * ext/mad/gstid3tag.c: (gst_id3_tag_init):
35968           remove leftover g_print
35969         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
35970           don't try setting only a subset of the caps. We don't want to kill
35971           autoplugging on purpose
35972
35973 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
35974
35975         * sys/ximage/ximagesink.c: (plugin_init):
35976         * sys/xvimage/xvimagesink.c: (plugin_init):
35977           add debugging categories
35978
35979 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
35980
35981         * po/en_GB.po:
35982         * po/LINGUAS:
35983           Adding en_GB translation (Gareth Owen)
35984
35985 2004-04-20  David Schleef  <ds@schleef.org>
35986
35987         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
35988         (qtdemux_parse), (qtdemux_type_get), (qtdemux_dump_mvhd),
35989         (qtdemux_dump_tkhd), (qtdemux_dump_stsd), (qtdemux_dump_unknown),
35990         (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
35991         A number of new features and hacks to extract the esds atom and
35992         put it into the caps.  (bug #137724)
35993
35994 2004-04-19  David Schleef  <ds@schleef.org>
35995
35996         * gconf/Makefile.am: Fix for non-GNU make
35997         * gst-libs/gst/Makefile.am: Change directory order to handle
35998         GstPlay linking with gstinterfaces
35999         * gst-libs/gst/audio/make_filter: make use of tr portable
36000         * gst-libs/gst/play/Makefile.am: Add intended \
36001         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
36002         (gst_xwin_set_clips): Switch to ISO variadic macro. Use a
36003         function prototype instead of void *.
36004         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Switch to ISO variadic
36005         macro.
36006         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
36007         (gst_ffmpegcolorspace_chain): wrap NULL in GST_ELEMENT_ERROR call
36008         * gst/videofilter/make_filter: make use of tr portable
36009         * pkgconfig/Makefile.am: Remove GNU extension in Makefile target
36010
36011 2004-04-19  Thomas Vander Stichele  <thomas at apestaart dot org>
36012
36013         * po/LINGUAS:
36014         * po/uk.po:
36015           Added Ukrainian translation (Maxim V. Dziumanenko)
36016
36017 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36018
36019         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_getcaps),
36020         (gst_gsmdec_link), (gst_gsmdec_chain):
36021           Fix capsnego, simplify chain function slightly.
36022         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
36023           Add GSM.
36024
36025 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36026
36027         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
36028         (gst_wavparse_destroy_sourcepad), (gst_wavparse_create_sourcepad),
36029         (gst_wavparse_parse_fmt), (gst_wavparse_change_state):
36030           Hack to make wavparse work with spider (always -> sometimes pad).
36031           Fixes #135862 && #140411.
36032
36033 2004-04-18  Benjamin Otte  <otte@gnome.org>
36034
36035         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
36036         (gst_osselement_rate_probe_check),
36037         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate):
36038           get rid of \n in debug output
36039
36040 2004-04-17  Iain <iain@prettypeople.org>
36041
36042         * gst/wavparse/gstwavparse.c (gst_wavparse_loop): Allow all events,
36043         not just EOS.
36044
36045 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36046
36047         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
36048         (gst_id3_tag_class_init), (gst_id3_tag_get_caps),
36049         (gst_id3_tag_add_src_pad), (gst_id3_tag_init),
36050         (gst_id3_tag_set_property), (gst_id3_tag_do_caps_nego),
36051         (gst_id3_tag_src_link), (gst_id3_tag_chain),
36052         (gst_id3_tag_change_state), (plugin_init):
36053           deprecate id3tag element and replace with id3demux/id3mux.
36054           great side effect: this ugly file is now even uglier, yay!
36055         * ext/mad/gstmad.h:
36056           remove non-available function
36057           update for new get_type
36058
36059 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36060
36061         * configure.ac:
36062           require mpeg2dec >= 0.4.0
36063
36064 2004-04-17  Benjamin Otte  <otte@gnome.org>
36065
36066         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
36067         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
36068         (gst_xvimagesink_set_xwindow_id):
36069           call GST_ELEMENT_ERROR whenever get_xcontext fails. Includes
36070           assorted cleanup fixes.
36071
36072 2004-04-16  David Schleef  <ds@schleef.org>
36073
36074         * sys/ximage/ximagesink.h: Compile fix for FreeBSD. (bug #140268)
36075         * sys/xvimage/xvimagesink.h: same
36076
36077 2004-04-16  Thomas Vander Stichele  <thomas at apestaart dot org>
36078
36079         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
36080           Fix GST_ELEMENT_ERROR with (NULL)
36081
36082 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36083
36084         * gst-libs/gst/riff/riff-media.c:
36085         (gst_riff_create_video_caps_with_data):
36086           Add div[3456] as fourccs for DivX 3 (fixes #140137).
36087
36088 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36089
36090         * gst-libs/gst/riff/riff-media.c:
36091         (gst_riff_create_video_caps_with_data),
36092         (gst_riff_create_video_caps), (gst_riff_create_audio_caps),
36093         (gst_riff_create_video_template_caps),
36094         (gst_riff_create_audio_template_caps):
36095         * gst-libs/gst/riff/riff-media.h:
36096         * gst-libs/gst/riff/riff-read.c:
36097         (gst_riff_read_strf_vids_with_data), (gst_riff_read_strf_vids):
36098         * gst-libs/gst/riff/riff-read.h:
36099         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
36100           Add MS RLE support. I added some functions to read out strf chunks
36101           into strf chunks and the data behind it. This is usually color
36102           palettes (as in RLE, but also in 8-bit RGB). Also use those during
36103           caps creation. Lastly, add ADPCM (similar to wavparse - which
36104           should eventually be rifflib based).
36105         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
36106         (gst_matroska_demux_init), (gst_matroska_demux_reset):
36107         * gst/matroska/matroska-demux.h:
36108           Remove placeholders for some prehistoric tagging system. Didn't add
36109           support for any tag system really anyway.
36110         * gst/qtdemux/qtdemux.c:
36111           Add support for audio/x-m4a (MPEG-4) through spider.
36112         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
36113         (gst_wavparse_loop):
36114           ADPCM support (#135862). Increase max. buffer size because we
36115           cannot split buffers for ADPCM (screws references) and I've seen
36116           files with 2048 byte chunks. 4096 seems safe for now.
36117
36118 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
36119
36120         * configure.ac: bump nano to 1
36121
36122 === release 0.8.1 ===
36123
36124 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
36125
36126         * configure.ac: releasing 0.8.1, "Comforting Sounds"
36127
36128 2004-04-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36129
36130         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
36131           Fix typo in divxversion (3 instead of 4 for "DIVX" fourcc).
36132           Fixes #140058
36133
36134 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
36135
36136         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_plugin_init):
36137           lower rank of dvddemux so that it's not used for mpeg playback.
36138
36139 2004-04-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36140
36141         * configure.ac:
36142           save libs correctly when checking mad
36143
36144 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
36145
36146         * ext/mad/gstid3tag.c: (plugin_init):
36147           lower rank of id3tag as proposed by Benjamin.  Fixes #139926.
36148
36149 2004-04-13  David Schleef  <ds@schleef.org>
36150
36151         * common/m4/gst-feature.m4: Call -config scripts with
36152         --plugin-libs if it is supported.
36153         * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect): sequences of
36154         JPEG images are image/jpeg.
36155         * gst/debug/Makefile.am:
36156         * gst/debug/negotiation.c: (gst_negotiation_class_init),
36157         (gst_negotiation_getcaps), (gst_negotiation_pad_link),
36158         (gst_negotiation_update_caps), (gst_negotiation_get_property),
36159         (gst_negotiation_plugin_init): Add a property that acts like
36160         filter caps.
36161         * testsuite/gst-lint:  Move license checking to be a standard
36162         test.
36163
36164 2004-04-13  David Schleef  <ds@schleef.org>
36165
36166         * gst/avi/gstavidemux.c: (gst_avi_demux_reset): Fix memleak.
36167         patch from Sebastien Cote (bug #139958)
36168
36169 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
36170
36171         * examples/gstplay/Makefile.am:
36172         * examples/gstplay/player.c: (main):
36173           make the commandline player example use gconf settings
36174
36175 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
36176
36177         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
36178         (gst_cacasink_sinkconnect), (gst_cacasink_init),
36179         (gst_cacasink_chain), (gst_cacasink_open), (gst_cacasink_close):
36180           init/end library during state transition, not object
36181           creation/disposal.  get rid of custom dispose handler.
36182
36183
36184 2004-04-12  Christian Schaller <Uraeus@gnome.org>
36185
36186         * sys/oss/gstosselement.c: s/lstat/stat/ from freeBSD, since it can
36187         be a symlink
36188
36189 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36190
36191         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_data):
36192           Handle JUNK chunks inside data section. Prevents warnings.
36193
36194 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36195
36196         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
36197         (gst_riff_create_video_template_caps):
36198           Add MS video v1.
36199         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
36200         (gst_avi_demux_stream_data):
36201           Add support for "rec-list" chunks.
36202
36203 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36204
36205         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
36206           Fix another codecname mismatch.
36207
36208 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36209
36210         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
36211           Fix divx caps mismatch and move from video/x-jpeg to image/jpeg
36212           so that MJPEG plays back.
36213
36214 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36215
36216         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
36217         (gst_mp1videoparse_real_chain), (gst_mp1videoparse_change_state):
36218         * gst/mpeg1videoparse/gstmp1videoparse.h:
36219           Fix for some slight mis-cuts in buffer parsing, and for some
36220           potential overflows or faults-causers. Adds disconts. Also fixes
36221           #139105 while we're at it.
36222
36223 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36224
36225         * configure.ac:
36226         * sys/v4l2/gstv4l2element.h:
36227           Workaround for missing struct v4l2_buffer declaration in Suse 9
36228           and Mandrake 10 linux/videodev2.h header file (#135919).
36229
36230 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36231
36232         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
36233           Bail out if no filename was given.
36234
36235 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36236
36237         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
36238         (gst_v4l2_fourcc_from_structure):
36239           Add Y41B/Y42B YUV formats (see #125732), fix Y41P (was typo'ed to
36240           Y41B somewhere).
36241
36242 2004-04-09  Benjamin Otte  <otte@gnome.org>
36243
36244         * ext/gnomevfs/gstgnomevfssink.c:
36245         (_gst_boolean_allow_overwrite_accumulator),
36246         (gst_gnomevfssink_class_init):
36247           fix erase signal - if any handler returns false the file will not be
36248           overwritten. If no handler is connected, the file will not be
36249           overwritten either.
36250           renamed signal to "allow-overwrite"
36251         * ext/mad/gstid3tag.c: (tag_list_to_id3_tag_foreach):
36252           free string when adding it to ID3 failed
36253         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
36254           unref event when done
36255         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
36256           free caps
36257         * gst/typefind/gsttypefindfunctions.c:
36258         (mpeg_video_stream_type_find):
36259           fix invalid read
36260
36261 2004-04-08  David Schleef  <ds@schleef.org>
36262
36263         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
36264         (gst_ffmpegcolorspace_register): Change rank to PRIMARY.
36265
36266 2004-04-08  David Schleef  <ds@schleef.org>
36267
36268         * gst/colorspace/gstcolorspace.c: Don't advertise a conversion
36269         we don't support (bug #139532)
36270
36271 2004-04-07  Thomas Vander Stichele  <thomas at apestaart dot org>
36272
36273         * ext/mad/gstmad.c: (gst_mad_handle_event),
36274         (gst_mad_check_caps_reset), (gst_mad_chain),
36275         (gst_mad_change_state):
36276           only set explicit caps if they haven't been set before for
36277           this stream.  MPEG-audio sample rate/channels aren't allowed
36278           to change in-stream.
36279           Fixes #139382
36280
36281 2004-04-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36282
36283         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_base_init),
36284         (_gst_boolean_did_something_accumulator),
36285         (gst_gnomevfssink_class_init), (gst_gnomevfssink_dispose),
36286         (gst_gnomevfssink_init), (gst_gnomevfssink_set_property),
36287         (gst_gnomevfssink_get_property), (gst_gnomevfssink_open_file),
36288         (gst_gnomevfssink_close_file), (gst_gnomevfssink_chain),
36289         (gst_gnomevfssink_change_state):
36290           Fix erase signal. Don't erase by default. Remove handoff signal.
36291           Remove erase property. Don't segfault. General cleanup.
36292
36293 2004-04-07  Benjamin Otte  <otte@gnome.org>
36294
36295         * gst-libs/gst/gconf/test-gconf.c: (main):
36296           add missing gst_init
36297
36298 2004-04-07  Benjamin Otte  <otte@gnome.org>
36299
36300         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
36301           free the mutexes, too
36302
36303 2004-04-07  Benjamin Otte  <otte@gnome.org>
36304
36305         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
36306           actually free the URI string
36307         * ext/mad/gstid3tag.c: (gst_id3_tag_src_event):
36308           compute offset correctly when passing discont events
36309         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
36310           don't leak discont events
36311         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
36312           add some missing breaks so caps aren't copied randomly
36313         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream):
36314           if we realloc memory, we better use it
36315
36316 2004-04-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36317
36318         * ext/mad/gstmad.c: (normal_seek):
36319           fix GST_FORMAT_TIME usage
36320
36321 2004-04-05  David Schleef  <ds@schleef.org>
36322
36323         * ext/kio/kiosrc.cpp:  Undefine KDE_DEPRECATED so we can use
36324         a deprecated function (hack!)
36325
36326 2004-04-05  Benjamin Otte  <otte@gnome.org>
36327
36328         * ext/esd/esdmon.c: (gst_esdmon_get):
36329           fix nonterminated vararg and memleak
36330
36331 2004-04-05  Benjamin Otte  <otte@gnome.org>
36332
36333         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init),
36334         (gst_ladspa_init), (gst_ladspa_force_src_caps),
36335         (gst_ladspa_set_property), (gst_ladspa_get_property),
36336         (gst_ladspa_instantiate), (gst_ladspa_activate),
36337         (gst_ladspa_deactivate), (gst_ladspa_loop), (gst_ladspa_chain):
36338           clean up debugging
36339
36340 2004-04-05  Stefan Kost <kost@imn.htwk-leipzig.de>
36341
36342         reviewed by Benjamin Otte  <otte@gnome.org>
36343
36344         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init):
36345           check for broken LADSPA parameters (fixes #138635)
36346
36347 2004-04-05  Benjamin Otte  <otte@gnome.org>
36348
36349         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps):
36350           advertise buffer-frames correctly on sinkpads
36351
36352 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
36353
36354         * ext/mad/gstmad.c: (gst_mad_get_type), (gst_mad_layer_get_type),
36355         (gst_mad_mode_get_type), (gst_mad_emphasis_get_type),
36356         (gst_mad_get_event_masks), (gst_mad_get_query_types), (index_seek),
36357         (normal_seek), (gst_mad_src_event), (gst_mad_handle_event),
36358         (gst_mad_check_caps_reset), (gst_mad_chain):
36359         add more debugging, only reset caps when we're not in error state
36360
36361 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
36362
36363         * ext/mad/gstmad.c: add debugging category, comment + cleanups
36364
36365 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
36366
36367         reviewed by Benjamin Otte  <otte@gnome.org>
36368
36369         * configure.ac:
36370           fix == in test(1) operator
36371
36372 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
36373
36374         reviewed by Benjamin Otte  <otte@gnome.org>
36375
36376         * configure.ac:
36377           fix --export-symblos-regex to a working regex.
36378
36379 2004-04-04  Benjamin Otte  <otte@gnome.org>
36380
36381         * sys/oss/.cvsignore:
36382           add for oss_probe
36383
36384 2004-04-03  Tim-Phillip Müller <t.i.m@zen.co.uk>
36385
36386         reviewed by Benjamin Otte  <otte@gnome.org>
36387
36388         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
36389           add missing 'new_media' argument (fixes #138168)
36390         * gst/matroska/matroska-demux.c:
36391         (gst_matroska_demux_handle_seek_event):
36392           add vararg terminator (fixes #138169)
36393
36394 2004-04-02  David Schleef  <ds@schleef.org>
36395
36396         * ext/gdk_pixbuf/Makefile.am:  Make sure gstgdkanimation.h is
36397         disted (bug #138914)
36398
36399 2004-04-01  Benjamin Otte  <otte@gnome.org>
36400
36401         * ext/alsa/gstalsa.c: (gst_alsa_change_state),
36402         (gst_alsa_close_audio):
36403           handle case better where a soundcard can't pause
36404         * ext/ogg/gstoggdemux.c:
36405           don't crash when we get events but don't have pads yet
36406
36407 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
36408
36409         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
36410           throw an error if we couldn't probe any caps.
36411
36412 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
36413
36414         * ext/dvdnav/gst-dvd:
36415         Add a really simple sample DVD player
36416
36417 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
36418
36419         * ext/a52dec/gsta52dec.c: (gst_a52dec_get_type), (gst_a52dec_init),
36420         (gst_a52dec_push), (gst_a52dec_handle_event),
36421         (gst_a52dec_update_streaminfo), (gst_a52dec_loop),
36422         (gst_a52dec_change_state):
36423         * ext/a52dec/gsta52dec.h:
36424           Use a debug category, Output timestamps correctly
36425           Emit tag info, Handle events, tell liba52dec about cpu
36426           capabilities so it can use MMX etc.
36427         * ext/dv/gstdvdec.c: (gst_dvdec_loop), (gst_dvdec_change_state):
36428           Fix a crasher accessing invalid memory
36429         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init),
36430         (dvdnavsrc_update_highlight), (dvdnavsrc_loop),
36431         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
36432         (dvdnavsrc_event), (dvdnavsrc_get_formats), (dvdnavsrc_convert),
36433         (dvdnavsrc_query):
36434           Some support for byte-format seeking.
36435           Small fixes for still frames and menu button overlays
36436         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
36437         (gst_mpeg2dec_alloc_buffer):
36438           Use a debug category. Adjust the report level of several items to
36439           LOG. Call mpeg2_custom_fbuf to mark our buffers as 'custom buffers'
36440           so it doesn't lose the GstBuffer pointer
36441         * gst/debug/Makefile.am:
36442         * gst/debug/gstdebug.c: (plugin_init):
36443         * gst/debug/gstnavseek.c: (gst_navseek_get_type),
36444         (gst_navseek_base_init), (gst_navseek_class_init),
36445         (gst_navseek_init), (gst_navseek_seek),
36446         (gst_navseek_handle_src_event), (gst_navseek_set_property),
36447         (gst_navseek_get_property), (gst_navseek_chain),
36448         (gst_navseek_plugin_init):
36449         * gst/debug/gstnavseek.h:
36450           Add the navseek debug element for seeking back and forth in a
36451           video stream using arrow keys.
36452         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_get_type),
36453         (gst_mpeg2subt_base_init), (gst_mpeg2subt_class_init),
36454         (gst_mpeg2subt_init), (gst_mpeg2subt_finalize),
36455         (gst_mpeg2subt_getcaps_video), (gst_mpeg2subt_link_video),
36456         (gst_mpeg2subt_handle_video), (gst_mpeg2subt_src_event),
36457         (gst_mpeg2subt_parse_header), (gst_get_nibble),
36458         (gst_setup_palette), (gst_get_rle_code), (gst_draw_rle_line),
36459         (gst_merge_uv_data), (gst_mpeg2subt_merge_title),
36460         (gst_update_still_frame), (gst_mpeg2subt_handle_subtitle),
36461         (gst_mpeg2subt_handle_dvd_event), (gst_mpeg2subt_loop):
36462         * gst/mpeg2sub/gstmpeg2subt.h:
36463           Pretty much a complete rewrite. Now a loopbased element. May still
36464           require work to properly synchronise subtitle buffers.
36465         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private),
36466         (gst_dvd_demux_send_subbuffer):
36467         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_subbuffer):
36468           Don't attempt to create subbuffers of size 0
36469           Reduce a couple of error outputs to warnings.
36470         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect),
36471         (gst_y4mencode_chain):
36472         Output the y4m frame header correctly.
36473
36474 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
36475
36476         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
36477           throw errors instead of allowing SIGFPE
36478
36479 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
36480
36481         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_string),
36482         (gst_gconf_render_bin_from_key):
36483           leak plugging and style fixing
36484
36485 2004-03-31  David Schleef  <ds@schleef.org>
36486
36487         * gst/audioscale/gstaudioscale.c: (gst_audioscale_expand_value),
36488         (gst_audioscale_getcaps): Fix getcaps to expand and union lists.
36489         (bug #138225)
36490         * gst/debug/Makefile.am:
36491         * gst/debug/breakmydata.c: (gst_break_my_data_plugin_init):
36492         * gst/debug/gstdebug.c: (plugin_init):  Merge elements into one
36493         plugin.
36494         * gst/debug/negotiation.c: (gst_gst_negotiation_get_type),
36495         (gst_negotiation_base_init), (gst_negotiation_class_init),
36496         (gst_negotiation_init), (gst_negotiation_getcaps),
36497         (gst_negotiation_pad_link), (gst_negotiation_chain),
36498         (gst_negotiation_set_property), (gst_negotiation_get_property),
36499         (gst_negotiation_plugin_init):  New element to talk about random
36500         negotiation things happening in a pipeline.
36501
36502 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
36503
36504         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
36505           fix integer addition with help of Stefan Kost
36506
36507 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
36508
36509         * po/nl.po: updated Dutch translation (Elros Cyriatan)
36510
36511 2004-03-30  David Schleef  <ds@schleef.org>
36512
36513         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer),
36514         (gst_mpeg2dec_negotiate_format):  Handle Y42B-format MPEG
36515         video, patch from Matthew.Spencer@eu.sony.com (Matthew Spencer)
36516         (bug #137504)
36517         * ext/mpeg2dec/gstmpeg2dec.h:
36518
36519 2004-03-30  David Schleef  <ds@schleef.org>
36520
36521         * ext/gdk_pixbuf/Makefile.am: Remove spurious rules. (bug #136527)
36522
36523 2004-03-30  David Schleef  <ds@schleef.org>
36524
36525         * tools/gst-launch-ext-m.m:  Applied patch from gnome@flyn.org (W.
36526         Michael Petullo) to handle .mov
36527
36528 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36529
36530         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
36531         (gst_osselement_rate_check_rate):
36532           probe caps correctly for sound cards that only support one format
36533
36534 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36535
36536         * ext/kio/kiosrc.cpp: (process_events):
36537           update handling event processing if inside KDE - untested
36538
36539 2004-03-29  David Schleef  <ds@schleef.org>
36540
36541         * ext/hermes/gsthermescolorspace.c: (plugin_init): decrease rank
36542         by 2 to not interfere with other colorspaces.
36543         * ext/pango/gsttextoverlay.c: (plugin_init): change rank to NONE
36544         * gst/colorspace/gstcolorspace.c: (plugin_init): decrease rank by
36545         one to not interfere with ffmpeg_colorspace.
36546
36547 2004-03-29  David Schleef  <ds@schleef.org>
36548
36549         * ext/alsa/gstalsa.c: (gst_alsa_fixate): Don't fixate fields that
36550         aren't in the caps.
36551         * gst/sine/gstsinesrc.c: change rate caps to [1,MAX]
36552         * gst/videocrop/gstvideocrop.c: (plugin_init): Change rank to NONE.
36553
36554 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36555
36556         * gst-libs/gst/riff/riff-media.c:
36557           fail on error, don't try to set stuff on NULL caps
36558
36559 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36560
36561         * configure.ac:
36562         * ext/Makefile.am:
36563         * ext/kio/Makefile.am:
36564         * ext/kio/kioreceiver.cpp:
36565         * ext/kio/kioreceiver.h:
36566         * ext/kio/kiosrc.cpp:
36567         * ext/kio/kiosrc.h:
36568           add experimental kiosrc plugin
36569         * ext/alsa/gstalsaplugin.c: (plugin_init):
36570           initialize debugging category only when we're sure registering the
36571           plugins worked.
36572
36573 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
36574
36575         * examples/gstplay/player.c: (main):
36576         * gst-libs/gst/play/play.c: (gst_play_class_init),
36577         (gst_play_set_location), (gst_play_set_data_src),
36578         (gst_play_set_video_sink), (gst_play_set_audio_sink),
36579         (gst_play_set_visualization), (gst_play_connect_visualization):
36580           check return values of element_set_state and return FALSE where
36581           failed
36582
36583 2004-03-29  Benjamin Otte  <otte@gnome.org>
36584
36585         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
36586           try harder to check if an event is really a discont
36587
36588 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
36589
36590         * po/LINGUAS: adding Azerbaijani (M??tin ??mirov)
36591         * po/az.po:
36592
36593 2004-03-28  Benjamin Otte  <otte@gnome.org>
36594
36595         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
36596         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
36597         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
36598           get rid of non-standard "..." ranges in case statements.
36599
36600 2004-03-27  Martin Soto  <martinsoto@users.sourceforge.net>
36601
36602         * gst/mpegstream/gstmpegdemux.c:
36603         * gst/mpegstream/gstmpegdemux.h: Complete overhaul. All DVD
36604         specific functionality split to the new dvddemux element.
36605         * gst/mpegstream/gstdvddemux.c:
36606         * gst/mpegstream/gstdvddemux.h: New demultiplexer for DVD (VOB)
36607         streams, derived from mpegdemux.
36608         * gst/mpegstream/gstmpegparse.c: Discontinuity handling cleaned
36609         up. SCR based timestamp rewriting can be turned off (will probably
36610         completely disappear soon).
36611         * ext/dvdnav/dvdnavsrc.c: Changes resulting from a few months
36612         hacking. General cleanup. All printf statements replaced by
36613         debugging messages. Almost complete libdvdnav support.
36614         (dvdnavsrc_class_init): Got rid of unnecessary signals (replaced
36615         by events. New properties for audio and subpicture languages.
36616         (dvdnavsrc_update_highlight): Now uses events.
36617         (dvdnavsrc_user_op): Cleaned up.
36618         (dvdnavsrc_get): Renamed to dvdnavsrc_loop (element is now loop
36619         based). Lots of cleanup, and propper support for most libdvdnav
36620         events.
36621         (dvdnavsrc_make_dvd_event): New function.
36622         (dvdnavsrc_make_dvd_nav_packet_event): New function.
36623         (dvdnavsrc_make_clut_change_event): New function.
36624
36625 2004-03-26  Benjamin Otte  <otte@gnome.org>
36626
36627         * gst/typefind/gsttypefindfunctions.c: (theora_type_find):
36628           fix bug where typefinding would claim it's theora whenever less then
36629           7 bytes of data were available
36630
36631 2004-03-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36632
36633         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link),
36634         (gst_alawdec_base_init), (gst_alawdec_class_init),
36635         (gst_alawdec_init), (gst_alawdec_chain):
36636         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link),
36637         (gst_alawenc_base_init), (gst_alawenc_class_init),
36638         (gst_alawenc_init), (gst_alawenc_chain):
36639         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link),
36640         (gst_mulawdec_base_init), (gst_mulawdec_class_init),
36641         (gst_mulawdec_init), (gst_mulawdec_chain):
36642         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link),
36643         (gst_mulawenc_base_init), (gst_mulawenc_class_init),
36644         (gst_mulawenc_init), (gst_mulawenc_chain):
36645           Fix capsnego in all four, remove the unused property functions and
36646           simplify the chain functions slightly. I guess we could use macros
36647           or something similar for those, since the code is so similar, but
36648           I'm currently too lazy...
36649
36650 2004-03-24  David Schleef  <ds@schleef.org>
36651
36652         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
36653         (gst_osselement_close_audio), (gst_osselement_probe_caps),
36654         (gst_osselement_get_format_structure),
36655         (gst_osselement_rate_probe_check), (gst_osselement_rate_add_range),
36656         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate),
36657         (gst_osselement_rate_int_compare): Add code to handle rate probing
36658         (bug #120883)
36659         * sys/oss/gstosselement.h: same
36660         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_getcaps):
36661         Use rate probing provided by osselement.
36662         * sys/oss/gstosssrc.c: (gst_osssrc_init), (gst_osssrc_getcaps): same
36663
36664 2004-03-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36665
36666         * ext/xvid/gstxvidenc.c: (gst_xvidenc_set_property),
36667         (gst_xvidenc_get_property):
36668           ulong/int mess-up.
36669
36670 2004-03-24  David Schleef  <ds@schleef.org>
36671
36672         * ext/speex/gstspeexdec.c: (gst_speexdec_base_init),
36673         (gst_speexdec_init):
36674         * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
36675         (gst_speexenc_init):  Create the pad template correctly (from
36676         the static pad template, not a NULL pointer.)
36677
36678 2004-03-25  Benjamin Otte  <otte@gnome.org>
36679
36680         * gst/debug/Makefile.am:
36681         * gst/debug/breakmydata.c:
36682           add element that quasi-randomly changes bytes in the stream.
36683           Intended use is robustness checking of demuxers and decoders in
36684           media tests.
36685
36686 2004-03-24  Benjamin Otte  <otte@gnome.org>
36687
36688         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
36689         (gst_alsa_probe_hw_params):
36690         * ext/alsa/gstalsa.h:
36691           debugging output fixes
36692
36693 2004-03-24  Benjamin Otte  <otte@gnome.org>
36694
36695         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_set_property):
36696           don't g_return_if_fail if element is PLAYING, fail silently as every
36697           other element.
36698         * gst/effectv/gstquark.c: (gst_quarktv_chain):
36699           only fix needed for cast lvalue issues in gst-plugins
36700         * gst/volenv/gstvolenv.c: (gst_volenv_init):
36701           add proxy_getcaps
36702
36703 2004-03-24  Benjamin Otte  <otte@gnome.org>
36704
36705         * gst/level/gstlevel.c: (gst_level_init):
36706           add proxying getcaps function, so level doesn't advertise impossible
36707           caps
36708
36709 2004-03-24  David Schleef  <ds@schleef.org>
36710
36711         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
36712         (gst_qtdemux_loop_header), (qtdemux_parse_moov), (qtdemux_parse),
36713         (qtdemux_node_dump_foreach), (qtdemux_dump_mvhd),
36714         (qtdemux_dump_tkhd), (qtdemux_dump_elst), (qtdemux_dump_mdhd),
36715         (qtdemux_dump_hdlr), (qtdemux_dump_vmhd), (qtdemux_dump_dref),
36716         (qtdemux_dump_stsd), (qtdemux_dump_stts), (qtdemux_dump_stss),
36717         (qtdemux_dump_stsc), (qtdemux_dump_stsz), (qtdemux_dump_stco),
36718         (qtdemux_dump_co64), (qtdemux_dump_dcom), (qtdemux_dump_cmvd),
36719         (qtdemux_parse_tree), (qtdemux_parse_trak):  Fix debugging
36720         messages.  Divide the chunk size by the compression ratio
36721         (needed for MACE audio)
36722
36723 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36724
36725         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
36726           Fix buffer overflow read error.
36727
36728 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36729
36730         * ext/alsa/gstalsa.h:
36731           Remove unused entry.
36732         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
36733           Add cinepak.
36734         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
36735         (gst_videodrop_link), (gst_videodrop_chain):
36736           Fix, sort of. Was horribly broken with new capsnego. Bah...
36737
36738 2004-03-23  Jeremy Simon  <jesimon@libertysurf.fr>
36739
36740         * gst/typefind/gsttypefindfunctions.c: (ape_type_find),
36741         (plugin_init):
36742         Add a monkeysaudio typefind function
36743
36744 2004-03-23  Johan Dahlin  <johan@gnome.org>
36745
36746         * gst-libs/gst/play/play.c (gst_play_audio_fixate)
36747         (gst_play_video_fixate): Check so the structure has the field
36748         before trying to fixate them, this makes it possible to have
36749         fakesinks for video and audio output without printing errors on
36750         the output console.
36751
36752 2004-03-22  David Schleef  <ds@schleef.org>
36753
36754         * sys/oss/Makefile.am:
36755         * sys/oss/oss_probe.c: (main), (probe_check), (add_range),
36756         (check_rate), (add_rate):  Rate probing test app.
36757
36758 2004-03-21  Benjamin Otte  <otte@gnome.org>
36759
36760         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
36761         (_fixate_caps_to_int), (gst_audio_convert_fixate):
36762           add a fixation function that pretty much does the right thing (fixes
36763           #137556)
36764
36765 2004-03-20  David I. Lehn  <dlehn@users.sourceforge.net>
36766
36767         * configure.ac: GST_PACKAGE default: s/GStreamer/GStreamer Plugins/
36768
36769 2004-03-20  Tim-Phillip Müller <t.i.m@zen.co.uk>
36770
36771         reviewed by: Benjamin Otte  <otte@gnome.org>
36772
36773         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
36774           terminate gst_event_new_discontinuous correctly (fixes parts of
36775           #137711)
36776
36777 2004-03-19  David Schleef  <ds@schleef.org>
36778
36779         * gst-libs/gst/Makefile.am:  Enable xoverlay unconditionally,
36780         since it doesn't depend on X, and it's part of our ABI.
36781
36782 2004-03-19  Iain <iain@prettypeople.org>
36783
36784         * gst/interleave/deinterleave.c (deinterleave_sink_link): Use the
36785         is_int in the structure, not the local variable.
36786
36787 2004-03-19  David Schleef  <ds@schleef.org>
36788
36789         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_change_state),
36790         (gst_rfbsrc_init), (gst_rfbsrc_getcaps), (gst_rfbsrc_fixate),
36791         (gst_rfbsrc_link), (gst_rfbsrc_paint_rect), (gst_rfbsrc_get):
36792         Improvements in caps negotiation.
36793
36794 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
36795
36796         * po/LINGUAS:
36797         * po/af.po:
36798           adding Afrikaans (Petri Jooste)
36799
36800 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
36801
36802         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
36803         (gst_ffmpegcolorspace_chain):
36804         throw error instead of g_critical (#137588)
36805
36806 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
36807
36808         * Makefile.am:
36809         * configure.ac:
36810           dist common and m4 correctly
36811         * po/sv.po:
36812
36813 2004-03-17  David Schleef  <ds@schleef.org>
36814
36815         * pkgconfig/gstreamer-media-info.pc.in:  Add Version.
36816         (bug #137348)
36817
36818 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
36819
36820         * po/LINGUAS:
36821         * po/sv.po:
36822           adding Swedish translation (Christian Rose)
36823
36824 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
36825
36826         * Makefile.am: use release.mak
36827
36828 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
36829
36830         * common/ChangeLog:
36831         * common/gst-autogen.sh:
36832           add some explanation about the version detection
36833         * configure.ac:
36834           fix X check
36835
36836 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
36837
36838         * configure.ac: bump nano to 1
36839
36840 === release 0.8.0 ===
36841
36842 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
36843
36844         * configure.ac: release 0.8.0, "Pharmaceutical Itch"
36845
36846 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
36847
36848         * configure.ac:
36849           update libtool version
36850         * gst-libs/gst/media-info/Makefile.am:
36851           actually use libtool version
36852
36853 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
36854
36855         * configure.ac: fix speex detection to work with 1.0 but not 1.1
36856
36857 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
36858
36859         * configure.ac:
36860         * gst-plugins.spec.in:
36861         * pkgconfig/Makefile.am:
36862         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
36863         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
36864         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
36865         * pkgconfig/gstreamer-libs.pc.in:
36866         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
36867         * pkgconfig/gstreamer-play-uninstalled.pc.in:
36868         * pkgconfig/gstreamer-plugins-uninstalled.pc.in:
36869         * pkgconfig/gstreamer-plugins.pc.in:
36870           remove @VERSION@ from some of the pc files since core and plugins
36871           are decoupled.
36872           created gstreamer-plugins.pc as it's a better name, but keeping
36873           -libs around for now to get fixes upstream done first.
36874
36875 2004-03-15  Julien MOUTTE <julien@moutte.net>
36876
36877         * gst-libs/gst/play/play.c: (gst_play_get_framerate),
36878         (gst_play_get_sink_element): First draft of gst_play_get_framerate.
36879         * gst-libs/gst/play/play.h:
36880
36881 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
36882
36883         * *.c, *.cc: don't mix tabs and spaces
36884
36885 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
36886
36887         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
36888           use the new ffmpegcolorspace
36889         * gst-plugins.spec.in:
36890           package new colorspace and media-info
36891         * configure.ac:
36892         * pkgconfig/Makefile.am:
36893           fix some more disting issues
36894         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
36895         * pkgconfig/gstreamer-media-info.pc.in:
36896           generate media-info pc files
36897
36898 2004-03-15  Johan Dahlin  <johan@gnome.org>
36899
36900         * *.h: Revert indenting
36901
36902 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
36903
36904         * configure.ac:
36905           adding ffmpegcolorspace element
36906         * gst/ffmpegcolorspace/Makefile.am:
36907         * gst/ffmpegcolorspace/avcodec.h:
36908         * gst/ffmpegcolorspace/common.h:
36909         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
36910         * gst/ffmpegcolorspace/dsputil.h:
36911         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
36912         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
36913         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_pix_fmt_to_caps),
36914         (gst_ffmpeg_caps_to_pix_fmt):
36915         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
36916         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
36917         (gst_ffmpegcolorspace_caps_remove_format_info),
36918         (gst_ffmpegcolorspace_getcaps), (gst_ffmpegcolorspace_pad_link),
36919         (gst_ffmpegcolorspace_get_type), (gst_ffmpegcolorspace_base_init),
36920         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_init),
36921         (gst_ffmpegcolorspace_chain), (gst_ffmpegcolorspace_change_state),
36922         (gst_ffmpegcolorspace_set_property),
36923         (gst_ffmpegcolorspace_get_property),
36924         (gst_ffmpegcolorspace_register):
36925         * gst/ffmpegcolorspace/imgconvert.c:
36926         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
36927         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
36928         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
36929         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
36930         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
36931         (yuv422_to_yuv420p), (yuv422_to_yuv422p), (yuv422p_to_yuv422),
36932         (C_JPEG_TO_CCIR), (img_convert_init), (img_apply_table),
36933         (shrink41), (shrink21), (shrink12), (shrink22), (shrink44),
36934         (grow21_line), (grow41_line), (grow21), (grow22), (grow41),
36935         (grow44), (conv411), (gif_clut_index), (build_rgb_palette),
36936         (bitcopy_n), (mono_to_gray), (monowhite_to_gray),
36937         (monoblack_to_gray), (gray_to_mono), (gray_to_monowhite),
36938         (gray_to_monoblack), (avpicture_alloc), (avpicture_free),
36939         (is_yuv_planar), (img_convert), (get_alpha_info_pal8),
36940         (img_get_alpha_info), (deinterlace_line),
36941         (deinterlace_line_inplace), (deinterlace_bottom_field),
36942         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
36943         * gst/ffmpegcolorspace/imgconvert_template.h:
36944         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
36945         * gst/ffmpegcolorspace/mmx.h:
36946         * gst/ffmpegcolorspace/utils.c: (avcodec_init):
36947           adding ffmpegcolorspace element supplied by Ronald after cleaning
36948           up and pulling in the right bits of upstream source.
36949           I'm sure a better C/compiler wizard could do some cleaning up (for
36950           example use GLIB's malloc stuff), but as a first pass this
36951           works very well
36952
36953 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
36954
36955         * ext/alsa/gstalsa.h:
36956           I assume Ronald forgot to commit the change to have cardname
36957           as a struct member.  Expect some public spanking at the next
36958           opportunity.
36959
36960 2004-03-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36961
36962         * ext/alsa/gstalsa.c: (gst_alsa_get_property),
36963         (gst_alsa_open_audio), (gst_alsa_close_audio):
36964         * ext/alsa/gstalsa.c:
36965           Don't open the device if we're a mixer (= padless).
36966         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_class_init),
36967         (gst_alsa_mixer_init), (gst_alsa_mixer_open),
36968         (gst_alsa_mixer_close), (gst_alsa_mixer_change_state):
36969           Open mixer during state change rather than during object
36970           initialization. Also, get a device name. Currently in a somewhat
36971           hackish fashion, but I didn't really find something better.
36972
36973 2004-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
36974
36975         * *.c, *.h: run gst-indent
36976
36977 2004-03-14  Benjamin Otte  <otte@gnome.org>
36978
36979         * gst/modplug/gstmodplug.cc:
36980         * gst/modplug/gstmodplug.h:
36981           set correct timestamps on outgoing buffers
36982
36983 2004-03-14  Benjamin Otte  <otte@gnome.org>
36984
36985         * gst/modplug/gstmodplug.cc:
36986           handle events - don't do crap when a discont arrives that's not
36987           necessary
36988           This allows correct loading and playback of mods in Rhythmbox
36989
36990 2004-03-14  Benjamin Otte  <otte@gnome.org>
36991
36992         * configure.ac:
36993         * gst-libs/gst/gconf/Makefile.am:
36994         * pkgconfig/Makefile.am:
36995           move gstreamer-gconf pkgconfig files to pkgconfig/ dir. Make sure
36996           they get rebuilt properly
36997         * configure.ac:
36998           when checking for vorbis, try pkgconfig first.
36999         * gst/modplug/gstmodplug.cc:
37000           add fixate function
37001
37002 2004-03-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37003
37004         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
37005           Fix for obvious mistake, where we first shift the offset and then
37006           read a samplesize element assuming the old offset. Note that this
37007           part still has something weird, i.e. my movies containing those
37008           don't actually play well, but at least there's something that looks
37009           like sound now.
37010
37011 2004-03-14  Jan Schmidt  <thaytan@mad.scientist.com>
37012         * gst/typefind/gsttypefindfunctions.c: (speex_type_find),
37013         (plugin_init):
37014         Add a typefind function for speex format
37015
37016 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37017
37018         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps),
37019         (gst_asf_demux_setup_pad):
37020           Use 25fps as our "fake" fps value (marked for fixage in 0.9.x)
37021           instead of 0. Reason is simple: some elements have a fps range
37022           of 1-max instead of 0-max. So now ASF video actually works.
37023
37024 2004-03-13  Thomas Vander Stichele  <thomas at apestaart dot org>
37025
37026         * po/LINGUAS:
37027         * po/sr.po:
37028           adding serbian as a language
37029
37030 2004-03-13  Benjamin Otte  <otte@gnome.org>
37031
37032         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
37033           return taglist correctly from _get function, don't gst_pad_push it.
37034           (fixes #137042)
37035
37036 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
37037         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
37038
37039 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37040
37041         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_free_list):
37042         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init),
37043         (gst_alsa_mixer_track_new):
37044         * ext/alsa/gstalsamixertrack.h:
37045           Fix ancient leftovers... MixerTrack is a GObject.
37046
37047 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37048
37049         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
37050         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
37051           Don't block during probing...
37052
37053 2004-03-12  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37054
37055         * ext/alsa/gstalsa.c: (gst_alsa_get_type), (gst_alsa_class_init),
37056         (gst_alsa_get_property), (gst_alsa_probe_get_properties),
37057         (gst_alsa_class_probe_devices), (gst_alsa_class_list_devices),
37058         (gst_alsa_probe_probe_property), (gst_alsa_probe_needs_probe),
37059         (gst_alsa_probe_get_values), (gst_alsa_probe_interface_init),
37060         (gst_alsa_open_audio), (gst_alsa_close_audio):
37061         * ext/alsa/gstalsa.h:
37062           Add propertyprobe interface implementation, add some device-name
37063           property, all this so that it looks good in gnome-volume-control.
37064
37065 2004-03-12  David Schleef  <ds@schleef.org>
37066
37067         * configure.ac: the Hermes library controls hermescolorspace, not
37068         colorspace.
37069         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
37070         (gst_mpeg2dec_init): minor pet peeve: disable code with #ifdef,
37071         not /* */
37072         * ext/sdl/sdlvideosink.c: Change XID to unsigned long.
37073         * ext/sdl/sdlvideosink.h: ditto.
37074         * gst/colorspace/gstcolorspace.c: Fix old comments about Hermes
37075
37076 2004-03-12  Benjamin Otte  <otte@gnome.org>
37077
37078         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_set_xwindow_id),
37079         (gst_x_overlay_got_xwindow_id):
37080         * gst-libs/gst/xoverlay/xoverlay.h:
37081           replace XID with unsigned long to get rid of the xlibs dependency in
37082           XOverlay (fixes #137004)
37083
37084 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
37085         * gst/effectv/gstaging.c: (gst_agingtv_base_init),
37086         (gst_agingtv_setup):
37087         * gst/effectv/gstdice.c: (gst_dicetv_get_type),
37088         (gst_dicetv_base_init), (gst_dicetv_class_init),
37089         (gst_dicetv_setup), (gst_dicetv_init), (gst_dicetv_draw):
37090         * gst/effectv/gstedge.c: (gst_edgetv_get_type),
37091         (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
37092         (gst_edgetv_setup), (gst_edgetv_rgb32):
37093         * gst/effectv/gsteffectv.c:
37094         * gst/effectv/gstquark.c: (gst_quarktv_link), (gst_quarktv_init),
37095         (gst_quarktv_set_property):
37096         * gst/effectv/gstrev.c: (gst_revtv_get_type),
37097         (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
37098         (gst_revtv_setup), (gst_revtv_rgb32):
37099         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type),
37100         (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
37101         (gst_shagadelictv_init), (gst_shagadelictv_setup),
37102         (gst_shagadelictv_rgb32):
37103         * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type),
37104         (gst_vertigotv_base_init), (gst_vertigotv_class_init),
37105         (gst_vertigotv_setup), (gst_vertigotv_init), (gst_vertigotv_rgb32):
37106         * gst/effectv/gstwarp.c:
37107         Port everything that can be ported to videofilter and fix up the caps.
37108         Can someone with a big-endian machine please check these?
37109
37110 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37111
37112         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_get_time),
37113         (gst_osssink_chain), (gst_osssink_change_state):
37114           Latest fixes for A/V sync, audio playback and such. This is about
37115           all... MPEG playback issues are mostly related to the async build-
37116           up of MPEG files, I cannot fix that. Use basicgthread to solve it.
37117
37118 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
37119
37120         patch from: Stephane Loeuillet
37121
37122         * configure.ac:
37123           use pkg-config for some libraries, falling back to the old .m4 way
37124           (fixes #131270)
37125         * m4/libdv.m4:
37126           removed
37127
37128 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
37129
37130         * configure.ac:
37131         * tools/Makefile.am:
37132         * tools/Makefile.in:
37133         * tools/gst-launch-ext-m.m:
37134         * tools/gst-launch-ext.1.in:
37135         * tools/gst-visualise-m.m:
37136         * tools/gst-visualise.1:
37137         * tools/gst-visualise.1.in:
37138           reorganizing generation of script tools
37139
37140 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37141
37142         * ext/divx/gstdivxdec.c:
37143           Downgrade priority. We prefer ffdec_mpeg4.
37144         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps), (gst_faad_srcconnect),
37145         (gst_faad_chain), (gst_faad_change_state):
37146           Fix capsnego. Doesn't work for some sounds because we don't have
37147           a 5:1 to stereo element.
37148         * ext/xvid/gstxvid.c: (plugin_init):
37149           Add priority.
37150         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
37151         (gst_osssink_change_state):
37152           Add discont handling.
37153
37154 2004-03-09  Colin Walters  <walters@verbum.org>
37155
37156         * gst/audioconvert/gstaudioconvert.c: Fix typo in width 8
37157         conversion.
37158
37159 2004-03-09  Benjamin Otte  <otte@gnome.org>
37160
37161         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
37162           the signals take 2 arguments
37163
37164 2004-03-09  David Schleef  <ds@schleef.org>
37165
37166         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad),
37167         (gst_alsa_fixate): Add fixate function.  (bug #136686)
37168         * ext/alsa/gstalsa.h:
37169         * ext/alsa/gstalsasink.c: (gst_alsa_sink_init):
37170
37171 2004-03-09  Benjamin Otte  <otte@gnome.org>
37172
37173         * ext/mikmod/gstmikmod.c: (gst_mikmod_init), (gst_mikmod_loop),
37174         (gst_mikmod_change_state):
37175         * ext/mikmod/gstmikmod.h:
37176           make mikmod's loop function not loop infinitely and call
37177           gst_element_yield anymore
37178         * gst/modplug/gstmodplug.cc:
37179           fix pad negotiation (fixes #136590)
37180
37181 2004-03-09  David Schleef  <ds@schleef.org>
37182
37183         * ext/lcs/Makefile.am:  Fix so that the lcs colorspace plugin
37184         doesn't conflict with the internal colorspace plugin.
37185         * gst-libs/gst/audio/make_filter:  Use `` instead of $() to
37186         satisfy the crappy-ass shell shipped by a certain vendor.
37187         * gst/videofilter/make_filter: same (bug #135299)
37188
37189 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
37190
37191         * configure.ac: bump nano to 1
37192
37193 === release 0.7.6 ===
37194
37195 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
37196
37197         * configure.in: releasing 0.7.6, "There"
37198
37199 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
37200
37201         * pkgconfig/gstreamer-play-uninstalled.pc.in:
37202         * pkgconfig/gstreamer-play.pc.in:
37203           synchronize the two
37204
37205 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
37206
37207         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_base_init),
37208         (cdparanoia_open), (cdparanoia_event):
37209           fix/add error handling
37210         * po/POTFILES.in:
37211           add cdparanoia source
37212         * tools/Makefile.am:
37213           make scripts executable
37214
37215 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
37216
37217         * configure.ac:
37218         * ext/vorbis/Makefile.am:
37219         * sys/Makefile.am:
37220           remove id3types, vorbisfile and xvideosink from the build (#133783)
37221
37222 2004-03-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37223
37224         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
37225           Fix metadata read crash (#136537).
37226
37227 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
37228
37229         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
37230         * gst-libs/gst/media-info/media-info.c: (gst_media_info_read):
37231           adding mime types, fixing the one-stop function
37232
37233 2004-03-08  Christian Schaller <Uraeus@gnome.org>
37234
37235         * ext/nas/nassink.c and /ext/nas/nassink.h:
37236         More NAS love from Arwed von Merkatz
37237         So lets all sing 'Can you feel the NAS tonight'
37238
37239 2004-03-08  Christian Schaller <Uraeus@gnome.org>
37240
37241         * tools/gst-launch-ext.in:
37242         Replace vorbisfile with oggdemux/vorbisdec/audioconvert
37243
37244 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
37245
37246         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
37247         (gst_mpeg2dec_init):
37248         remove the user_data pad for now, because it is being used in
37249         fixating causing MPEG playback to fixate on 1000 Hz for playback.
37250         If someone knows how to fix this properly, please do.
37251
37252 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
37253
37254         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
37255         (gst_osssink_get_time):
37256         add a warning, IMO this won't get triggered anymore, remove later
37257
37258 2004-03-07  David Schleef  <ds@schleef.org>
37259
37260         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):  Added Cinepak
37261         format (bug #136470)
37262
37263 2004-03-07  Thomas Vander Stichele  <thomas at apestaart dot org>
37264
37265         * gst-libs/Makefile.am:
37266         * gst-libs/gst/media-info/Makefile.am:
37267         * gst-libs/gst/media-info/media-info-priv.c: (found_tag_callback),
37268         (error_callback), (gst_media_info_error_create),
37269         (gst_media_info_error_element), (gmip_init), (gmip_reset),
37270         (gmi_clear_decoder), (gmip_find_type_pre), (gmip_find_type):
37271         * gst-libs/gst/media-info/media-info-priv.h:
37272         * gst-libs/gst/media-info/media-info-test.c: (main):
37273         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
37274         (gst_media_info_class_init), (gst_media_info_instance_init),
37275         (gst_media_info_set_source), (gst_media_info_read_with_idler),
37276         (gst_media_info_read_idler), (gst_media_info_read):
37277         * gst-libs/gst/media-info/media-info.h:
37278         fixed, should work now
37279
37280 2004-03-07  Christian Schaller <Uraeus@gnome.org>
37281
37282         * ext/nas/nassink.c:
37283         A bunch of NAS fixes from Arwed von Merkatz
37284
37285 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37286
37287         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
37288         (qtdemux_parse_trak):
37289           Fix crash (j might be greater than n_samples, in which case we're
37290           writing outside the allocated space for the array) and memleak.
37291
37292 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37293
37294         * sys/oss/gstosssink.c: (gst_osssink_chain):
37295           And another caller that couldn't handle delay < 0 (unsigned
37296           integer overflow). Video now continues playing on an audio
37297           buffer underrun, and the clock continues working. Audio still
37298           stalls.
37299
37300 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37301
37302         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
37303         (gst_osssink_get_time):
37304           get_delay() may return values lower than 0. In those cases, we
37305           should not actually cast to *unsigned* int64, that will break
37306           stuff horribly. In my case, it screwed up A/V sync in movies
37307           in totem rather badly.
37308
37309 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
37310
37311         * ext/faac/gstfaac.c: (gst_faac_chain):
37312         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
37313         * ext/libpng/gstpngenc.c: (user_write_data):
37314         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
37315         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
37316         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
37317         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
37318         Fix several misuse of gst_buffer_merge (it doesn't take ownership
37319         of any buffer), should fix some leaks. I hope I didn't unref buffers
37320         that shouldn't be...
37321
37322 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
37323
37324         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
37325         (deep_notify_callback), (tag_flag_score), (found_tag_callback),
37326         (error_callback), (gmi_reset), (gmi_seek_to_track),
37327         (gmi_get_decoder), (gmi_set_mime), (gmip_find_type_pre),
37328         (gmip_find_type_post), (gmip_find_stream_post),
37329         (gmip_find_track_streaminfo_post):
37330         * gst-libs/gst/media-info/media-info-priv.h:
37331         * gst-libs/gst/media-info/media-info-test.c: (print_tag),
37332         (info_print), (main):
37333         * gst-libs/gst/media-info/media-info.c:
37334         (gst_media_info_error_create), (gst_media_info_error_element),
37335         (gst_media_info_instance_init), (gst_media_info_get_property),
37336         (gst_media_info_new), (gst_media_info_set_source),
37337         (gst_media_info_read_idler), (gst_media_info_read):
37338         * gst-libs/gst/media-info/media-info.h:
37339           first pass at making this work again.  This seems to work on
37340           tagged ogg/vorbis and mp3 files.
37341
37342 2004-03-06  Benjamin Otte  <otte@gnome.org>
37343
37344         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
37345           fix huge leak: gst_buffer_merge doesn't unref the first argument
37346           itself.
37347
37348 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
37349
37350         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_update_info):
37351           report layer/mode/emphasis
37352
37353 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
37354
37355         * ext/mad/gstmad.c: (gst_mad_chain): fixed caps leak
37356
37357 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
37358
37359         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
37360           signal serial
37361
37362 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
37363
37364         * ext/vorbis/vorbis.c: (plugin_init):
37365         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
37366         (gst_vorbis_dec_init), (vorbis_dec_event):
37367         add debug category
37368         make vorbisdec handle _BYTE and _TIME queries
37369
37370 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
37371
37372         * ext/mad/gstmad.c: (gst_mad_chain): send the average bitrate read
37373           from the xing header
37374
37375 2004-03-06  Benjamin Otte  <otte@gnome.org>
37376
37377         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps),
37378         (gst_audio_convert_link), (gst_audio_convert_change_state),
37379         (gst_audio_convert_buffer_from_default_format):
37380           do conversions from/to float correctly, fix some caps nego errors,
37381           export correct supported caps in template and getcaps, use correct
37382           caps in try_set_caps functions
37383
37384 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
37385
37386         For some reason, I only committed a ChangeLog entry yesterday and
37387         not the corresponding code...
37388         * ext/mad/gstmad.c: Fix detection of Xing headers
37389         * gst/tags/gstid3tag.c: Changes to support TLEN tags
37390
37391 2004-03-06  Benjamin Otte  <otte@gnome.org>
37392
37393         * ext/ogg/gstoggdemux.c: (gst_ogg_get_pad_by_pad),
37394         (gst_ogg_demux_src_query):
37395           make sure to handle the case where there's no current chain
37396           gracefully.
37397
37398 2004-03-05  David Schleef  <ds@schleef.org>
37399
37400         * ext/aalib/gstaasink.c: (gst_aasink_fixate), (gst_aasink_init):
37401         Add fixate function. (bug #131128)
37402         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
37403         (gst_sdlvideosink_fixate):  Add fixate function.
37404         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
37405         Fix attempt to print a non-pointer using GST_PTR_FORMAT.
37406         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt):
37407         Fix missing break that was causing ulaw to be interpreted as
37408         raw int.
37409
37410 2004-03-05  David Schleef  <ds@schleef.org>
37411
37412         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
37413         Fix code that ignores return value of gst_buffer_merge().
37414         (bug #114560)
37415         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_descramble_segment):
37416         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice): same
37417         * testsuite/gst-lint:  Check for above.
37418
37419 2004-03-05  David Schleef  <ds@schleef.org>
37420
37421         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):  Check for unfixed
37422         caps and throw an element error.  (bug #136334)
37423
37424 2004-03-05  David Schleef  <ds@schleef.org>
37425
37426         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_srcgetcaps),
37427         (gst_faad_chain): Fix negotiation.
37428         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_handle_src_event): Add
37429         key and button events.
37430         * gst-libs/gst/floatcast/floatcast.h: Fix a minor bug in this
37431         dung heap of code.
37432         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in: gstgconf
37433         depends on gconf
37434         * gst-libs/gst/gconf/gstreamer-gconf.pc.in: same
37435         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
37436         (gst_play_video_fixate), (gst_play_audio_fixate): Add a fixate
37437         function to encourage better negotiation, particularly between
37438         audioconvert and osssink.
37439         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
37440         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):  Make some debugging
37441         more important.
37442         * gst/typefind/gsttypefindfunctions.c:  Fix mistake in flash
37443         typefinding.
37444         * gst/vbidec/vbiscreen.c:  Add glib header
37445         * pkgconfig/gstreamer-play.pc.in:  Depends on gst-interfaces.
37446
37447 2004-03-06  Christophe Fergeau  <teuf@users.sourceforge.net>
37448
37449         * ext/mad/gstmad.c: Fix detection of Xing headers
37450         * gst/tags/gstid3tag.c: Changes to support TLEN tags
37451
37452 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
37453
37454         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
37455         (gst_wavparse_pad_convert), (gst_wavparse_pad_query):
37456           debug updates
37457
37458 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
37459
37460         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
37461         * ext/mad/gstmad.c: (gst_mad_init), (is_xhead),
37462         (mpg123_parse_xing_header), (gst_mad_chain): parse Xing header in vbr
37463         files, and report the parsed length as a GST_TAG_DURATION tag.
37464         * gst/tags/gstid3tag.c: support TLEN (duration) tag
37465
37466 2004-03-05  Benjamin Otte  <otte@gnome.org>
37467
37468         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_channels):
37469           convert channels correctly. convert correctly to unsigned.
37470
37471 2004-03-05  Julien MOUTTE <julien@moutte.net>
37472
37473         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): Check if
37474         we have a window before clearing it.
37475
37476 2004-03-05  Julien MOUTTE <julien@moutte.net>
37477
37478         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state): Check if we
37479         have a window before clearing it.
37480
37481 2004-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
37482
37483         * gconf/gstreamer.schemas.in:
37484         * gst-libs/gst/gconf/Makefile.am:
37485           version installation path the same way as for 0.6
37486         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
37487         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
37488         * pkgconfig/gstreamer-play-uninstalled.pc.in:
37489           remove comment that was fixed
37490
37491 2004-03-05  David Schleef  <ds@schleef.org>
37492
37493         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_src_formats),
37494         (gst_qtdemux_src_convert), (gst_qtdemux_get_src_query_types),
37495         (gst_qtdemux_get_event_mask), (gst_qtdemux_handle_src_query),
37496         (gst_qtdemux_handle_src_event), (gst_qtdemux_add_stream):
37497         Add prototype code for handling seeking and querying.
37498
37499 2004-03-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37500
37501         * examples/gstplay/player.c: (main):
37502           Initialize variables to NULL. Prevents a segfault because the
37503           (uninitialized) variable is not NULL, resulting in a crash on
37504           trying to reach error->message.
37505
37506 2004-03-05  Benjamin Otte  <otte@gnome.org>
37507
37508         * gst/audioconvert/gstaudioconvert.c:
37509         (gst_audio_convert_buffer_to_default_format):
37510         make float=>int conversion work correctly even in cornercases.
37511
37512 2004-03-04  David I. Lehn  <dlehn@users.sourceforge.net>
37513
37514         * debian/README.Debian:
37515         * debian/build-deps:
37516         * debian/changelog:
37517         * debian/control:
37518         * debian/control.in:
37519         * debian/copyright:
37520         * debian/gstreamer-a52dec.files:
37521         * debian/gstreamer-aa.files:
37522         * debian/gstreamer-alsa.files:
37523         * debian/gstreamer-alsa.manpages:
37524         * debian/gstreamer-arts.files:
37525         * debian/gstreamer-artsd.files:
37526         * debian/gstreamer-audiofile.files:
37527         * debian/gstreamer-avifile.files:
37528         * debian/gstreamer-cdparanoia.files:
37529         * debian/gstreamer-colorspace.files:
37530         * debian/gstreamer-doc.files:
37531         * debian/gstreamer-dv.files:
37532         * debian/gstreamer-dvd.files:
37533         * debian/gstreamer-esd.files:
37534         * debian/gstreamer-festival.files:
37535         * debian/gstreamer-flac.files:
37536         * debian/gstreamer-gconf.conffiles:
37537         * debian/gstreamer-gconf.files:
37538         * debian/gstreamer-gconf.postinst:
37539         * debian/gstreamer-gnomevfs.files:
37540         * debian/gstreamer-gsm.files:
37541         * debian/gstreamer-http.files:
37542         * debian/gstreamer-jack.files:
37543         * debian/gstreamer-jpeg.files:
37544         * debian/gstreamer-mad.files:
37545         * debian/gstreamer-mikmod.files:
37546         * debian/gstreamer-misc.files:
37547         * debian/gstreamer-mpeg2dec.files:
37548         * debian/gstreamer-oss.files:
37549         * debian/gstreamer-plugin-apps.files:
37550         * debian/gstreamer-plugin-apps.manpages:
37551         * debian/gstreamer-plugin-libs-dev.files:
37552         * debian/gstreamer-plugin-libs.files:
37553         * debian/gstreamer-plugin-template.postinst:
37554         * debian/gstreamer-plugin-template.postrm:
37555         * debian/gstreamer-sdl.files:
37556         * debian/gstreamer-sid.files:
37557         * debian/gstreamer-vorbis.files:
37558         * debian/gstreamer-x.files:
37559         * debian/mk.control:
37560         * debian/rules:
37561         Debian package info not maintained here.
37562
37563 2004-03-04  Thomas Vander Stichele  <thomas at apestaart dot org>
37564
37565         * ext/aalib/gstaasink.c: (gst_aasink_class_init):
37566         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init):
37567         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init):
37568         * ext/divx/gstdivxenc.c: (gst_divxenc_class_init):
37569         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init):
37570         * ext/gsm/gstgsmenc.c: (gst_gsmenc_class_init):
37571         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
37572         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init):
37573         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
37574         * ext/xvid/gstxvidenc.c: (gst_xvidenc_class_init):
37575         * gst-libs/gst/colorbalance/colorbalance.c:
37576         (gst_color_balance_class_init):
37577         * gst-libs/gst/colorbalance/colorbalancechannel.c:
37578         (gst_color_balance_channel_class_init):
37579         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
37580         * gst-libs/gst/play/play.c: (gst_play_class_init):
37581         * gst-libs/gst/propertyprobe/propertyprobe.c:
37582         (gst_property_probe_iface_init):
37583         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init):
37584         * gst-libs/gst/tuner/tunerchannel.c:
37585         (gst_tuner_channel_class_init):
37586         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init):
37587         * gst/cutter/gstcutter.c: (gst_cutter_class_init):
37588         * gst/effectv/gstvertigo.c: (gst_vertigotv_class_init):
37589         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init):
37590         * sys/dxr3/dxr3spusink.c: (dxr3spusink_class_init):
37591         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
37592         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
37593         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init):
37594         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init):
37595           fix signals to use - instead of _
37596         * ext/libcaca/gstcacasink.h:
37597         * ext/sdl/sdlvideosink.h:
37598           fix header rename
37599
37600 2004-03-04  David Schleef  <ds@schleef.org>
37601
37602         * testsuite/gst-lint:  Add a check for bad signal names.
37603
37604 2004-03-04  Stefan Kost <kost@imn.htwk-leipzig.de>
37605
37606         reviewed by David Schleef
37607
37608         * gst/videofilter/gstgamma.c: (gst_gamma_rgb32): Fix typo that
37609         modified the alpha channel and caused a warning. (bug #136192)
37610
37611 2004-04-03  Christian Schaller <Uraeus@gnome.org>
37612
37613         * gst-plugins.spec.in:
37614         Change names of plugins to actually be correct. Try to keep things
37615         alphabetical to avoid getting beat up by Thomas
37616
37617 2004-03-03  Julien MOUTTE <julien@moutte.net>
37618
37619         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_default_video_sink):
37620         Using ximagesink as a default if no gconf key found. We should
37621         probably consider using alsasink instead of osssink for the audio
37622         part.
37623
37624 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
37625
37626         * configure.ac:
37627           fix --with-plugins, don't think it ever worked before
37628         * gst-plugins.spec.in:
37629           even more updates
37630
37631 2004-03-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37632
37633         * ext/sdl/sdlvideosink.h:
37634         * sys/ximage/ximagesink.h:
37635         * sys/xvideo/xvideosink.h:
37636         * sys/xvimage/xvimagesink.h:
37637           Fix for move of gstvideosink.h -> videosink.h.
37638
37639 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
37640
37641         * gst-libs/gst/xwindowlistener/Makefile.am:
37642           this is a plugin library, not a library
37643
37644 2004-03-01  David Schleef  <ds@schleef.org>
37645
37646         * AUTHORS:  Added some names.  Add yourself if you're still
37647         missing.
37648
37649 2004-03-01  David Schleef  <ds@schleef.org>
37650
37651         * MAINTAINERS: Add
37652
37653 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
37654
37655         * gst-plugins.spec.in: clean up spec file
37656
37657 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
37658
37659         * gst-libs/gst/video/Makefile.am:
37660         * gst-libs/gst/video/gstvideosink.c:
37661         * gst-libs/gst/video/gstvideosink.h:
37662           rename gstvideosink.h to videosink.h to match other headers
37663         * gst/mixmatrix/Makefile.am:
37664           fix plugin filename
37665         * gst/tags/Makefile.am: fix plugin filename
37666
37667 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
37668
37669         * gst/tags/Makefile.am: fix plugin filename
37670
37671 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
37672
37673         * examples/gstplay/player.c: (got_time_tick), (main):
37674           add error handler
37675           display time_tick more readably
37676         * gst/mixmatrix/Makefile.am:
37677           fix plugin file name
37678
37679 2004-02-29  Christophe Fergeau  <teuf@gnome.org>
37680
37681         * sys/oss/gstosselement.c: (gst_osselement_probe),
37682         (device_combination_append), (gst_osselement_class_probe_devices):
37683         * sys/oss/gstosselement.h:
37684           Reworked enumeration of oss dsps and mixers so that gst-mixer works
37685           on my system using alsa oss emulation, fixes bug #135597
37686
37687 2004-02-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37688
37689         * gst/videodrop/gstvideodrop.c: (gst_videodrop_init),
37690         (gst_videodrop_chain), (gst_videodrop_change_state):
37691         * gst/videodrop/gstvideodrop.h:
37692           Work based on timestamp of input data, not based on the expected
37693           framerate from the input. The consequence is that this element now
37694           not only scales framerates, but also functions as a framerate
37695           corrector or framerate stabilizer/constantizer.
37696
37697 2004-02-27  David Schleef  <ds@schleef.org>
37698
37699         patches from jmmv@menta.net (Julio M. Merino Vidal)
37700
37701         * gst/interleave/deinterleave.c: (deinterleave_chain): Fix
37702         GST_ELEMENT_ERROR call (bug #135634)
37703         * gst/interleave/interleave.c: (interleave_buffered_loop),
37704         (interleave_bytestream_loop): Don't use alloca() (bug #135640)
37705         * sys/cdrom/gstcdplayer_ioctl_bsd.h: Fix ioctls on NetBSD (bug #135645)
37706         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
37707         (gst_osssink_chain): Fix ioctls on NetBSD. (bug #135644)
37708         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_sync_next_frame),
37709         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
37710         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_requeue_frame):
37711         Fix GST_ELEMENT_ERROR call.
37712         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_palette): Fix
37713         GST_ELEMENT_ERROR call.
37714
37715 2004-02-27  Benjamin Otte  <otte@gnome.org>
37716
37717         * gst-libs/gst/audio/audio.h:
37718           add macro to make sure header isn't included twice
37719         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
37720           don't use gst_buffer_free
37721         * gst/playondemand/filter.func:
37722           don't use gst_data_free. Free data only once.
37723
37724 2004-02-26  David Schleef  <ds@schleef.org>
37725
37726         * gst-libs/gst/colorbalance/Makefile.am:
37727         * gst-libs/gst/mixer/Makefile.am:
37728         * gst-libs/gst/tuner/Makefile.am:
37729         * gst/level/Makefile.am: -marshal.[ch] and -enum.[ch] files
37730         should not be disted, -marshal.h files should not be installed,
37731         and -enum.h files _should_ be installed.  Fix to make this the
37732         case.
37733
37734 === release 0.7.5 ===
37735
37736 2004-02-26  Thomas Vander Stichele  <thomas at apestaart dot org>
37737
37738         * configure.ac: release 0.7.5, "Under The Sea"
37739
37740 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
37741
37742         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
37743         (gst_audio_convert_change_state), (gst_audio_convert_get_buffer):
37744         * gst/videoscale/gstvideoscale.c:
37745         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
37746           assorted debug/warning fixes
37747
37748 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
37749
37750         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
37751         (gst_videoscale_init), (gst_videoscale_chain),
37752         (gst_videoscale_set_property), (plugin_init):
37753         * gst/videoscale/gstvideoscale.h:
37754         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
37755         (gst_videoscale_scale_rgb), (gst_videoscale_planar411),
37756         (gst_videoscale_planar400), (gst_videoscale_packed422),
37757         (gst_videoscale_packed422rev), (gst_videoscale_32bit),
37758         (gst_videoscale_24bit), (gst_videoscale_16bit),
37759         (gst_videoscale_bilinear), (gst_videoscale_bicubic),
37760         (gst_videoscale_scale_plane_slow),
37761         (gst_videoscale_scale_point_sample),
37762         (gst_videoscale_scale_nearest),
37763         (gst_videoscale_scale_nearest_str2),
37764         (gst_videoscale_scale_nearest_str4),
37765         (gst_videoscale_scale_nearest_32bit),
37766         (gst_videoscale_scale_nearest_24bit),
37767         (gst_videoscale_scale_nearest_16bit):
37768         add debugging category and use it properly
37769         fix use of GST_PTR_FORMAT
37770
37771 2004-02-25  Andy Wingo  <wingo@pobox.com>
37772
37773         * gst/interleave/interleave.c (interleave_buffered_loop): Always
37774         push only when channel->buffer is NULL. Prevents segfaults doing
37775         the state change after a nonlocal exit, like a scheme exception.
37776
37777         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
37778         Handle the case where the intersected caps is empty.
37779
37780 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
37781
37782         * gst/law/mulaw-decode.c: (mulawdec_link):
37783         * gst/law/mulaw.c: (plugin_init):
37784           fix mulawdec so it actually works again
37785
37786 2004-02-24  Arwed v. Merkatz  <v.merkatz@gmx.net>
37787
37788         reviewed by: David Schleef  <ds@schleef.org>
37789
37790         * gst/videofilter/gstgamma.c: (gst_gamma_class_init),
37791         (gst_gamma_init), (gst_gamma_set_property),
37792         (gst_gamma_get_property), (gst_gamma_calculate_tables),
37793         (gst_gamma_rgb24), (gst_gamma_rgb32):  Adds gamma correction
37794         for RGB, with separate r g and b correction factors. (#131167)
37795
37796 2004-02-24  Thomas Vander Stichele  <thomas at apestaart dot org>
37797
37798         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
37799           only signal tags for bitrate if they're > 0 (#134894)
37800
37801 2004-02-24  David Schleef  <ds@schleef.org>
37802
37803         * gst/qtdemux/qtdemux.c: (plugin_init), (gst_qtdemux_loop_header),
37804         (qtdemux_parse_moov), (qtdemux_parse), (qtdemux_node_dump_foreach),
37805         (qtdemux_dump_mvhd), (qtdemux_dump_tkhd), (qtdemux_dump_elst),
37806         (qtdemux_dump_mdhd), (qtdemux_dump_hdlr), (qtdemux_dump_vmhd),
37807         (qtdemux_dump_dref), (qtdemux_dump_stsd), (qtdemux_dump_stts),
37808         (qtdemux_dump_stss), (qtdemux_dump_stsc), (qtdemux_dump_stsz),
37809         (qtdemux_dump_stco), (qtdemux_dump_co64), (qtdemux_dump_dcom),
37810         (qtdemux_dump_cmvd), (qtdemux_parse_tree), (qtdemux_parse_trak):
37811         Cleanups.  Convert g_prints to GST_LOGs.  Add qtdemux debug
37812         category.  Attempt to fix timestamp calculation.
37813
37814 2004-02-24  Johan Dahlin  <johan@gnome.org>
37815
37816         * gst-libs/gst/gconf/gconf.c: Add \n to g_print error messages
37817
37818 2004-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
37819
37820         * configure.ac:
37821         * gconf/Makefile.am:
37822         * gconf/gstreamer.schemas:
37823         * gst-libs/gst/gconf/Makefile.am:
37824         * gst-libs/gst/gconf/gconf.c:
37825           version gconf schemas and install locations
37826
37827 2004-02-23  Benjamin Otte  <otte@gnome.org>
37828
37829         * ext/xine/xineinput.c: (gst_xine_input_dispose):
37830         (gst_xine_input_subclass_init):
37831           call parent dispose.
37832           change pad template for CD reader correctly
37833         * ext/xine/Makefile.am:
37834         * ext/xine/gstxine.h:
37835         * ext/xine/xine.c: (plugin_init):
37836         * ext/xine/xineaudiosink.c:
37837           wrap audio sinks, too
37838         * gst-libs/gst/resample/private.h:
37839         * gst-libs/gst/resample/resample.c: (gst_resample_init),
37840         (gst_resample_reinit), (gst_resample_scale),
37841         (gst_resample_nearest_s16), (gst_resample_bilinear_s16),
37842         (gst_resample_sinc_slow_s16), (gst_resample_sinc_s16),
37843         (gst_resample_sinc_ft_s16), (gst_resample_nearest_float),
37844         (gst_resample_bilinear_float), (gst_resample_sinc_slow_float),
37845         (gst_resample_sinc_float), (gst_resample_sinc_ft_float):
37846         * gst-libs/gst/resample/resample.h:
37847         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
37848         (gst_audioscale_class_init), (gst_audioscale_link),
37849         (gst_audioscale_get_buffer), (gst_audioscale_init),
37850         (gst_audioscale_chain), (gst_audioscale_set_property),
37851         (gst_audioscale_get_property):
37852         * gst/audioscale/gstaudioscale.h:
37853           s/resample_*/gst_resample_*/i to not clobber namespaces
37854
37855 2004-02-23  Julien MOUTTE  <julien@moutte.net>
37856
37857         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
37858         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
37859         (gst_riff_create_video_template_caps),
37860         (gst_riff_create_audio_template_caps),
37861         (gst_riff_create_iavs_template_caps):
37862         * gst-libs/gst/riff/riff-media.h:
37863         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
37864         (gst_asf_demux_audio_caps), (gst_asf_demux_add_audio_stream),
37865         (gst_asf_demux_video_caps), (gst_asf_demux_add_video_stream):
37866         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
37867         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
37868         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
37869         (gst_matroska_demux_plugin_init): First batch implementing audio and
37870         video codec tags in demuxers.
37871
37872 2004-02-22  Benjamin Otte  <otte@gnome.org>
37873
37874         * ext/xine/Makefile.am:
37875         * ext/xine/gstxine.h:
37876         * ext/xine/xine.c: (plugin_init):
37877         * ext/xine/xineinput.c:
37878           add input plugin wrapper. Playback from files, http, mms and cdda
37879           works.
37880         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
37881           remove leftover G_GNUC_UNUSED
37882         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_stream),
37883         (gst_asf_demux_identify_guid):
37884           improve debugging output
37885
37886 2004-02-22  Benjamin Otte  <otte@gnome.org>
37887
37888         reported by: Padraig O'Briain <padraig.obriain@sun.com>
37889
37890         * autogen.sh:
37891           replace test -e with test -x for mkinstalldirs to be more portable.
37892           (fixes #134816)
37893
37894 2004-02-22  Benjamin Otte  <otte@gnome.org>
37895
37896         reported by: Stefan Kost <kost@imn.htwk-leipzig.de>
37897
37898         * gst/audioconvert/gstaudioconvert.c: (plugin_init):
37899           set rank to PRIMARY
37900         * gst/volume/gstvolume.c: (plugin_init):
37901           set rank to NONE
37902         fixes #134960
37903
37904 2004-02-22   Julio M. Merino Vidal <jmmv@menta.net>
37905
37906         reviewed by Benjamin Otte  <otte@gnome.org>
37907
37908         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
37909           escape NULL strings in GST_ELEMENT_ERROR properly (fixes #135116)
37910
37911 2004-02-22  Benjamin Otte  <otte@gnome.org>
37912
37913         * configure.ac:
37914           export [_]*{gst,Gst,GST}.* symbols from plugins
37915
37916 2004-02-22  Christophe Fergeau <teuf@gnome.org>
37917
37918         reviewed by: Benjamin Otte  <otte@gnome.org>
37919
37920         * ext/lame/gstlame.c: (add_one_tag):
37921         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
37922         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value),
37923         (gst_vorbisenc_metadata_set1):
37924         * gst/tags/gstid3tag.c:
37925         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add):
37926           apply fixes from bugs #135042 (lame can't write tags) and #133817
37927           (add GST_ALBUM_VOLUME_{COUNT,NUMBER} tags)
37928
37929 2004-02-22 Ramon Garcia <ramon_garcia_f@yahoo.com>
37930
37931         * configure.ac: Export only gst_plugin_desc from plugins.
37932          Note that this change only makes any effect with Linux using libtool
37933          1.5.2 or higher. Otherwise it is silently ignored, but it would build
37934          fine. And don't try to have several versions of libtool in different
37935          directories.
37936
37937 2004-02-20  Andy Wingo  <wingo@pobox.com>
37938
37939         * gst/intfloat/, gst/oneton: Removed, replaced by audioconvert and
37940         interleave respectively.
37941
37942         * gst/interleave/deinterleave.c: New plugin: deinterleave
37943         (replaces on oneton).
37944         * gst/interleave/interleave.c: New plugin: interleave.
37945         * gst/interleave/plugin.h: Support file.
37946         * gst/interleave/plugin.c: Support file.
37947
37948         * configure.ac: Remove intfloat and oneton, add interleave.
37949
37950         * ext/sndfile/gstsf.c: Handle events better.
37951
37952         * gst/audioconvert/gstaudioconvert.c: Change to support int2float
37953         and float2int operation. int2float has scheduling problems as
37954         noted in in2float_chain.
37955
37956 2004-02-20  Benjamin Otte  <otte@gnome.org>
37957
37958         * ext/xine/Makefile.am:
37959         * ext/xine/gstxine.h:
37960         * ext/xine/xine.c:
37961         * ext/xine/xineaudiodec.c:
37962         * ext/xine/xinecaps.c:
37963           add first version of xine plugin wrapper. Currently only wraps the
37964           QDM2 win32 DLL, and even that only in proof-of-concept quality.
37965         * configure.ac:
37966         * ext/Makefile.am:
37967           add xine plugin wrapper, disabled by default. Use --enable-xine to
37968           build. Note that it'll segfault on gst-register if you don't remove
37969           the goom and tvtime post plugins from xine.
37970         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
37971         (qtdemux_parse), (qtdemux_parse_trak), (qtdemux_audio_caps):
37972           add extradata parsing for QDM2.
37973           change around debugging prints.
37974
37975 2004-02-19  Benjamin Otte  <otte@gnome.org>
37976
37977         * ext/lame/gstlame.c: (gst_lame_chain):
37978         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
37979           use gst_tag_list_insert when you want to insert tags
37980
37981 2004-02-18  David Schleef  <ds@schleef.org>
37982
37983         * configure.ac:  Move massink to gst-rotten
37984         * ext/Makefile.am:
37985         * ext/mas/Makefile.am:
37986         * ext/mas/massink.c:
37987         * ext/mas/massink.h:
37988
37989 2004-02-18  David Schleef  <ds@schleef.org>
37990
37991         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init): Disable gdk_pixbuf
37992         typefinding, since it seems to be worse than nothing.
37993         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):  Add ftyp
37994         atom to recognize .mp4 and .m4a files as video/quicktime.
37995
37996 2004-02-18  David Schleef  <ds@schleef.org>
37997
37998         * gst/sine/demo-dparams.c: (quit_live),
37999         (dynparm_log_value_changed), (dynparm_value_changed), (main):
38000         Use double dparams, not float.
38001         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
38002         (gst_sinesrc_init): Change sync default to FALSE, since multiple
38003         sync'd elements don't really work correctly.
38004         * gst/volume/gstvolume.c: (volume_class_init), (volume_init),
38005         (volume_update_volume), (volume_get_property):  Change dparam
38006         to double.
38007
38008 2004-02-18  Julien MOUTTE  <julien@moutte.net>
38009
38010         * sys/ximage/ximagesink.c:
38011         (gst_ximagesink_xwindow_update_geometry),
38012         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
38013         (gst_ximagesink_change_state), (gst_ximagesink_expose),
38014         (gst_ximagesink_init): Rework the way software video scaling works. So
38015         now we check on each chain call if the video frames are feeling the
38016         window. If not we try to renegotiate caps. On failure we memorize that
38017         and we won't try again for that PLAYING sessions.
38018         * sys/ximage/ximagesink.h: Adding a boolean to store the caps renego
38019         failure.
38020         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): initialize the
38021         synchronous flag.
38022
38023 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
38024
38025         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
38026           break up _link so we can give a better debug message for errors
38027
38028 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
38029
38030         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
38031           set up debug category
38032
38033 2004-02-18  Julien MOUTTE <julien@moutte.net>
38034
38035         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
38036         (gst_ximagesink_handle_xevents), (gst_ximagesink_expose): Reorganizing
38037         the way renegotiation work. The event handling function is not taking
38038         care of external windows and renegotiate method check for pad flags
38039         NEGOTIATING. Should fix : #133209
38040
38041 2004-02-17  Julien MOUTTE  <julien@moutte.net>
38042
38043         * sys/ximage/ximagesink.c: (gst_ximagesink_expose): Checking if the
38044         pad is negotiating before trying renegotiation.
38045
38046 2004-02-17  Thomas Vander Stichele  <thomas at apestaart dot org>
38047
38048         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
38049           pass on all possible mime types as typefind hints
38050
38051 2004-02-17  Julien MOUTTE <julien@moutte.net>
38052
38053         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
38054         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Fix a
38055         possible SHM leak if we crash. All other apps using XShm are doing
38056         that.
38057
38058 2004-02-17  Julien MOUTTE  <julien@moutte.net>
38059
38060         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
38061         (gst_ximagesink_expose): Renegotiate size on expose.
38062         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_expose): Update window
38063         size on expose.
38064
38065 2004-02-16  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38066
38067         * testsuite/alsa/sinesrc.c:
38068           cosmetic fix to fix compile issue with gcc 2.95.4
38069
38070 2004-02-16  Julien MOUTTE <julien@moutte.net>
38071
38072         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
38073         (gst_alsa_timestamp_to_bytes): Alsa should trigger an error if it
38074         failed opening the audio device.
38075         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
38076         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
38077         (gst_ximagesink_xwindow_new), (gst_ximagesink_xwindow_destroy),
38078         (gst_ximagesink_xwindow_resize), (gst_ximagesink_xwindow_clear),
38079         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
38080         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
38081         (gst_ximagesink_change_state), (gst_ximagesink_chain),
38082         (gst_ximagesink_set_xwindow_id): Clearing window in READY TO PAUSED.
38083         Removing some useless g_return_if_fail like wingo suggested.
38084         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
38085         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xvimage_put),
38086         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
38087         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_xwindow_clear),
38088         (gst_xvimagesink_update_colorbalance),
38089         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get),
38090         (gst_xvimagesink_xcontext_clear),
38091         (gst_xvimagesink_get_fourcc_from_caps),
38092         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
38093         (gst_xvimagesink_set_xwindow_id),
38094         (gst_xvimagesink_colorbalance_list_channels),
38095         (gst_xvimagesink_colorbalance_set_value),
38096         (gst_xvimagesink_colorbalance_get_value): Clearing window in READY TO
38097         PAUSED. Removing some useless g_return_if_fail like wingo suggested.
38098
38099 2004-02-16  Thomas Vander Stichele  <thomas at apestaart dot org>
38100
38101         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
38102           throw error when not negotiated instead of asserting
38103
38104 2004-02-15  Julien MOUTTE  <julien@moutte.net>
38105
38106         * gst/switch/gstswitch.c: (gst_switch_loop): More fixes for
38107         correct data refcounting.
38108
38109 2004-02-15  Julien MOUTTE  <julien@moutte.net>
38110
38111         * gst/switch/gstswitch.c: (gst_switch_change_state),
38112         (gst_switch_class_init): Cleaning the sinkpads correctly on state
38113         change, mostly the EOS flag.
38114
38115 2004-02-15  Julien MOUTTE  <julien@moutte.net>
38116
38117         * examples/gstplay/player.c: (got_eos), (main): Adding some
38118         output for debugging.
38119         * gst-libs/gst/play/play.c: (gst_play_state_change): Stop our
38120         timeouts if we go to any state different from PLAYING.
38121         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek): Fix some
38122         more EOS bugs in riff lib.
38123
38124 2004-02-14  Julien MOUTTE  <julien@moutte.net>
38125
38126         * gst-libs/gst/play/play.c: (gst_play_connect_visualization): Disable
38127         visualization until i find a way to fix switch correctly.
38128         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head): Fix a bug when
38129         EOS arrives.
38130         * gst/switch/gstswitch.c: (gst_switch_release_pad),
38131         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
38132         (gst_switch_loop), (gst_switch_dispose), (gst_switch_class_init):
38133         Reworked switch to get a more correct behaviour with events and refing
38134         of data stored in sinkpads.
38135         * gst/switch/gstswitch.h: Adding an eos flag for every sinkpad so that
38136         we don't pull from a pad in EOS.
38137
38138 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38139
38140         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
38141           remove v1 tag even if we can't read it (makes sure we don't detect
38142           it again)
38143
38144 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38145
38146         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait),
38147         (gst_alsa_xrun_recovery):
38148         * ext/alsa/gstalsa.h:
38149           try xrun recovery when wait failed. Make xrun recovery function
38150           return TRUE/FALSE to indicate success. (might fix #134354)
38151
38152 2004-02-13  David Schleef  <ds@schleef.org>
38153
38154         * gst/sine/demo-dparams.c: (dynparm_log_value_changed),
38155         (dynparm_value_changed), (main): Convert from float to double.
38156         * gst/sine/gstsinesrc.c: (gst_sinesrc_init): same.
38157
38158 2004-02-13  David Schleef  <ds@schleef.org>
38159
38160         * gst/silence/gstsilence.c: (gst_silence_class_init),
38161         (gst_silence_set_clock), (gst_silence_get),
38162         (gst_silence_set_property), (gst_silence_get_property):
38163         * gst/silence/gstsilence.h: Add sync property.
38164         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
38165         (gst_sinesrc_init), (gst_sinesrc_set_clock), (gst_sinesrc_get),
38166         (gst_sinesrc_set_property), (gst_sinesrc_get_property):
38167         * gst/sine/gstsinesrc.h: Add sync property.
38168
38169 2004-02-13  David Schleef  <ds@schleef.org>
38170
38171         * gst/intfloat/gstint2float.c: (conv_f32_s16),
38172         (gst_int2float_chain_gint16):  Change stdint usage to glib types.
38173
38174 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
38175
38176         * configure.ac:
38177         * ext/Makefile.am:
38178         * gst-libs/ext/Makefile.am:
38179           move ffmpeg plugin to gst-ffmpeg module
38180
38181 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
38182
38183         * configure.ac: use GST_ARCH to detect architecture
38184
38185 2004-02-12  Julien MOUTTE  <julien@moutte.net>
38186
38187         * gst/vbidec/vbiscreen.c: Fixing thomasvs fixes. Missing header.
38188
38189 2004-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
38190
38191         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
38192           classify LADSPA plugins based on number of src/sink pads
38193           (#133663, Stefan Kost)
38194         * gst/sine/gstsinesrc.c: (gst_sinesrc_init):
38195           fix dparams registration
38196           (#133528, Stefan Kost)
38197         * gst/vbidec/vbiscreen.c: (vbiscreen_set_current_cell):
38198           fix use of isprint and use g_ascii_isprint instead
38199           (#133316, Stefan Kost)
38200
38201 2004-02-11  David Schleef  <ds@schleef.org>
38202
38203         Convert a few inner loops to use liboil.  This is currently
38204         optional, and is only enabled if liboil is present (duh!).
38205         * configure.ac: Check for liboil-0.1
38206         * gst/intfloat/Makefile.am:
38207         * gst/intfloat/gstint2float.c: (conv_f32_s16), (scalarmult_f32),
38208         (gst_int2float_chain_gint16):
38209         * gst/videofilter/Makefile.am:
38210         * gst/videofilter/gstvideobalance.c: (gst_videobalance_class_init),
38211         (tablelookup_u8), (gst_videobalance_planar411):
38212         * gst/videotestsrc/Makefile.am:
38213         * gst/videotestsrc/gstvideotestsrc.c: (plugin_init):
38214         * gst/videotestsrc/videotestsrc.c: (splat_u8), (paint_hline_YUY2),
38215         (paint_hline_IYU2), (paint_hline_str4), (paint_hline_str3),
38216         (paint_hline_RGB565), (paint_hline_xRGB1555):
38217
38218 2004-02-11  David Schleef  <ds@schleef.org>
38219
38220         * ext/lcs/gstcolorspace.c: (colorspace_find_lcs_format),
38221         (gst_colorspace_caps_get_fourcc), (colorspace_setup_converter),
38222         (gst_colorspace_getcaps), (gst_colorspace_link),
38223         (gst_colorspace_base_init), (gst_colorspace_init),
38224         (gst_colorspace_chain), (gst_colorspace_change_state),
38225         (plugin_init): Merge Ronald's patch (bug #117897) and update
38226         for new caps and negotiation.  Seems to work, although it
38227         shows off bugs in lcs.
38228
38229 2004-02-11  David Schleef  <ds@schleef.org>
38230
38231         * ext/alsa/Makefile.am: Fix linking against libgstinterfaces.
38232         (bug #133886)  Noticed by bugs@leroutier.net (Stephane LOEUILLET)
38233
38234 2004-02-11  David Schleef  <ds@schleef.org>
38235
38236         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_class_init),
38237         (gst_rfbsrc_change_state), (gst_rfbsrc_init),
38238         (gst_rfbsrc_set_property), (gst_rfbsrc_get_property):
38239         Add server and port properties
38240
38241 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
38242
38243         * m4/a52.m4:
38244         * m4/aalib.m4:
38245         * m4/as-ffmpeg.m4:
38246         * m4/as-liblame.m4:
38247         * m4/as-slurp-ffmpeg.m4:
38248         * m4/check-libheader.m4:
38249         * m4/esd.m4:
38250         * m4/freetype2.m4:
38251         * m4/gconf-2.m4:
38252         * m4/glib.m4:
38253         * m4/gst-alsa.m4:
38254         * m4/gst-artsc.m4:
38255         * m4/gst-ivorbis.m4:
38256         * m4/gst-matroska.m4:
38257         * m4/gst-sdl.m4:
38258         * m4/gst-shout2.m4:
38259         * m4/gst-sid.m4:
38260         * m4/gtk.m4:
38261         * m4/libdv.m4:
38262         * m4/libfame.m4:
38263         * m4/libmikmod.m4:
38264         * m4/ogg.m4:
38265         * m4/vorbis.m4:
38266           fix underquotedness of macros (#133800)
38267         * m4/as-avifile.m4:
38268         * m4/xmms.m4:
38269           removed because no longer used
38270
38271 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
38272
38273         * configure.ac:
38274           require gettext 0.11.5 so ulonglong.m4 gets checked out and copied
38275           by autopoint (fixes #132996)
38276
38277 2004-02-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38278
38279         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_base_init):
38280         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_base_init):
38281         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_base_init):
38282         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_base_init):
38283           fix memleaks
38284
38285 2004-02-11  David Schleef  <ds@schleef.org>
38286
38287         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
38288         (gst_gdk_pixbuf_chain): Fix logic bug causing spurious errors.
38289         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_base_init),
38290         (gst_jpegdec_init), (gst_jpegdec_chain): Fix negotiation.
38291         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_base_init),
38292         (gst_jpegenc_class_init), (gst_jpegenc_init),
38293         (gst_jpegenc_getcaps), (gst_jpegenc_link), (gst_jpegenc_resync),
38294         (gst_jpegenc_chain), (gst_jpegenc_set_property),
38295         (gst_jpegenc_get_property):  Fix negotiation.  Add some properties.
38296         * ext/jpeg/gstjpegenc.h: Fix negotiation.
38297
38298 2004-02-10  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38299
38300         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
38301         (gst_mikmod_srcfixate), (gst_mikmod_srclink), (gst_mikmod_loop):
38302         * ext/mikmod/gstmikmod.h:
38303           fix caps negotiation in mikmod
38304         * ext/ogg/gstoggdemux.c: (gst_ogg_print):
38305           output debug information
38306
38307 2004-02-08  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38308
38309         * gst-libs/gst/colorbalance/Makefile.am:
38310         * gst-libs/gst/navigation/Makefile.am:
38311         * gst-libs/gst/xoverlay/Makefile.am:
38312           remove unused GST_OPT_CFLAGS from Makefiles
38313           include X_CFLAGS and X_LIBS in xoverlay. (#131948)
38314
38315 2004-02-07  David Schleef  <ds@schleef.org>
38316
38317         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_handle_event): Don't
38318         push events to pads that haven't been created (#133508)
38319
38320 2004-02-07  Jan Schmidt  <thaytan@mad.scientist.com>
38321
38322         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
38323         (gst_dvdec_sink_convert), (gst_dvdec_handle_sink_event),
38324         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
38325         (gst_dvdec_loop), (gst_dvdec_change_state):
38326         Second attempt at committing a working dvdec element.
38327
38328 2004-02-06  David Schleef  <ds@schleef.org>
38329
38330         Build fixes for OS X: (see #129600)
38331         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_strh),
38332         (gst_riff_read_strf_vids), (gst_riff_read_strf_auds),
38333         (gst_riff_read_strf_iavs):
38334         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
38335         (gst_avi_demux_stream_odml):
38336         * gst/playondemand/Makefile.am:
38337         * gst/rtp/rtp-packet.c:
38338
38339 2004-02-05  David Schleef  <ds@schleef.org>
38340
38341         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_loop): Revert
38342         last change, because it Just Doesn't Compile.
38343
38344 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38345
38346         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
38347           skip undecodable id3v2 tag instead of keeping it
38348
38349 2004-02-05  David Schleef  <ds@schleef.org>
38350
38351         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
38352         Unref leaked buffer.  (Noticed by Ronald)
38353
38354 2004-02-05  David I. Lehn  <dlehn@users.sourceforge.net>
38355
38356         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
38357         Sync requires with other checks.  >= vs =.
38358
38359 2004-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
38360
38361         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
38362         (gst_dvdec_video_link), (gst_dvdec_loop):
38363         * ext/dv/gstdvdec.h:
38364           rework the caps negotiation so that dvdec works again instead
38365           of just segfaulting.
38366
38367 === release 0.7.4 ===
38368
38369 2004-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
38370
38371         * NEWS: GStreamer Plugins 0.7.4 "For Great Justice" released
38372         * configure.ac: changed for release
38373
38374 2004-02-05  Thomas Vander Stichele  <thomas at apestaart dot org>
38375
38376         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in:
38377         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
38378         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
38379         * pkgconfig/gstreamer-play-uninstalled.pc.in:
38380           reworked patch by David Lehn to fix libdir and includedir for
38381           uninstalled libraries
38382           removed play and gconf from gstreamer-libs since they have their
38383           own pkgconfig files
38384
38385 2004-02-04  David Schleef  <ds@schleef.org>
38386
38387         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt): Fix a caps
38388         memleak.
38389
38390 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38391
38392         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
38393           use correct GST_TAG_ENCODER tag
38394
38395 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38396
38397         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
38398           be sure to stop the clock when going to paused
38399         * sys/oss/gstosssink.c: (gst_osssink_change_state):
38400           reset number of transmitted when going to ready.
38401         fixes #132935
38402
38403 2004-02-05  Charles Schmidt <cschmidt2@emich.edu>
38404
38405         reviewed by Benjamin Otte
38406
38407         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
38408           extract track count (fixes #133410)
38409
38410 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38411
38412         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
38413           that should be !=, not == (fixes #132519)
38414
38415 2004-02-04  David Schleef  <ds@schleef.org>
38416
38417         Make sure set_explicit_caps() is called before adding pad.
38418         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
38419         * gst/id3/gstid3types.c: (gst_id3types_loop):
38420         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
38421         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
38422
38423 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
38424
38425         * configure.ac:
38426           bump nano to 2, first prerelease
38427           put back AM_PROG_LIBTOOL
38428
38429 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
38430
38431         * testsuite/alsa/Makefile.am:
38432           these are user test apps, not automatic testsuite tests
38433
38434 2004-02-04  David Schleef  <ds@schleef.org>
38435
38436         Convert GST_DEBUG_CAPS() to GST_DEBUG():
38437         * gst/mpeg1videoparse/gstmp1videoparse.c:
38438         (mp1videoparse_parse_seq):
38439         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
38440         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
38441         * sys/xvideo/gstxwindow.c: (_gst_xwindow_new):
38442         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
38443         (gst_xvideosink_getcaps):
38444         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
38445         * testsuite/gst-lint: more tests
38446
38447 2004-02-04  David Schleef  <ds@schleef.org>
38448
38449         Replace use of GST_PAD_FORMATS_FUNCTION() and similar macros
38450         with the code that they would expand to.
38451         * ext/flac/gstflacdec.c: (gst_flacdec_get_src_formats),
38452         (gst_flacdec_get_src_query_types),
38453         (gst_flacdec_get_src_event_masks):
38454         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_formats),
38455         (gst_gnomevfssrc_get_query_types),
38456         (gst_gnomevfssrc_get_event_mask):
38457
38458 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38459
38460         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
38461         (gst_sinesrc_dispose):
38462           fix memleak by properly disposing sinesrc
38463
38464 2004-02-04  Julien MOUTTE  <julien@moutte.net>
38465
38466         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_expose):
38467         * gst-libs/gst/xoverlay/xoverlay.h: Adding the _expose method to tell
38468         an overlay to redraw the image because it has been exposed.
38469         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy),
38470         (gst_ximagesink_ximage_put), (gst_ximagesink_expose),
38471         (gst_ximagesink_xoverlay_init), (gst_ximagesink_init):
38472         * sys/ximage/ximagesink.h: Implement expose method from XOverlay
38473         interface
38474         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_destroy),
38475         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_expose),
38476         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_init):
38477         * sys/xvimage/xvimagesink.h: Implement expose method from XOverlay
38478         interface
38479
38480 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38481
38482         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
38483           more memleak fixage
38484
38485 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38486
38487         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
38488         * gst/typefind/gsttypefindfunctions.c:
38489           fix memleaks shown by gst-typefind
38490
38491 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
38492
38493         * common/glib-gen.mak:
38494           add hack rule to touch .Plo files
38495         * gst-libs/gst/colorbalance/Makefile.am:
38496         * gst-libs/gst/mixer/Makefile.am:
38497         * gst-libs/gst/play/Makefile.am:
38498         * gst-libs/gst/tuner/Makefile.am:
38499           remove glib_root variable
38500
38501 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38502
38503         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream):
38504           set explicit caps before adding the element, so the autopluggers can
38505           plug correctly.
38506         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
38507         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
38508         (mpeg_video_type_find), (mpeg_video_stream_type_find),
38509         (dv_type_find):
38510           fix memleaks in typefind functions. gst_type_find_suggest takes a const
38511           argument.
38512
38513 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
38514
38515         * gst-libs/gst/colorbalance/Makefile.am:
38516         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
38517         * gst-libs/gst/colorbalance/colorbalance.c:
38518         * gst-libs/gst/colorbalance/colorbalance.h:
38519         * gst-libs/gst/colorbalance/colorbalancemarshal.list:
38520         * gst-libs/gst/mixer/Makefile.am:
38521         * gst-libs/gst/mixer/mixer-marshal.list:
38522         * gst-libs/gst/mixer/mixer.c:
38523         * gst-libs/gst/mixer/mixer.h:
38524         * gst-libs/gst/mixer/mixermarshal.list:
38525         * gst-libs/gst/play/Makefile.am:
38526         * gst-libs/gst/play/play.h:
38527         * gst-libs/gst/tuner/Makefile.am:
38528         * gst-libs/gst/tuner/tuner-marshal.list:
38529         * gst-libs/gst/tuner/tuner.c:
38530         * gst-libs/gst/tuner/tuner.h:
38531         * gst-libs/gst/tuner/tunermarshal.list:
38532           use new glib-gen.mak snippet to clean up Makefile.am
38533           fix various bugs in Makefile.am's
38534
38535 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38536
38537         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
38538           handle chain parsing correctly in the multichain case
38539         * ext/theora/theoradec.c: (gst_theora_dec_init), (_theora_ilog),
38540         (theora_dec_from_granulepos), (theora_dec_to_granulepos),
38541         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
38542         (theora_dec_chain):
38543           handle events and queries correctly
38544
38545 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
38546
38547         * .cvsignore:
38548         Ignore generated file _stdint.h.
38549
38550 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
38551
38552         * gst-libs/gst/colorbalance/Makefile.am:
38553         * gst-libs/gst/colorbalance/colorbalance.h:
38554         * gst-libs/gst/mixer/Makefile.am:
38555         * gst-libs/gst/mixer/mixer.h:
38556         * gst-libs/gst/play/Makefile.am:
38557         * gst-libs/gst/play/play.h:
38558         * gst-libs/gst/tuner/Makefile.am:
38559         * gst-libs/gst/tuner/tuner.h:
38560         Generate enum type code with glib-mkenums.
38561         * gst-libs/gst/colorbalance/.cvsignore:
38562         * gst-libs/gst/mixer/.cvsignore:
38563         * gst-libs/gst/play/.cvsignore:
38564         * gst-libs/gst/tuner/.cvsignore:
38565         Ignore generated files.
38566
38567 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
38568
38569         * gst-libs/gst/audio/.cvsignore:
38570         Ignore generated file.
38571         * gst-libs/gst/audio/Makefile.am:
38572         Do not install example filter.
38573
38574 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
38575
38576         * examples/switch/.cvsignore:
38577         Ignore generated file.
38578
38579 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38580
38581         * common/m4/ax_create_stdint_h.m4:
38582         * configure.ac:
38583           add AX_CREATE_STDINT_H to get correct type definitions for a52dec in
38584           _stdint.h.
38585         * Makefile.am:
38586           remove generated _stdint.h in DISTCLEANFILES
38587         * ext/a52dec/gsta52dec.c:
38588           include _stdint.h for a52dec. (should fix #133064)
38589
38590 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
38591
38592         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add),
38593         (gst_tag_to_vorbis_comments):
38594         Add replaygain support to vorbistag
38595
38596 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
38597         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
38598         (gst_ffmpeg_caps_to_extradata):
38599           Fix SVQ3 caps flag properties
38600           Use glib macro for bytes swap
38601
38602 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
38603
38604         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
38605         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
38606         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
38607         * ext/sndfile/gstsf.c: (plugin_init):
38608         * gst/avi/gstavi.c: (plugin_init):
38609         * sys/dxr3/dxr3init.c: (plugin_init):
38610         * sys/oss/gstossaudio.c: (plugin_init):
38611         * sys/v4l/gstv4l.c: (plugin_init):
38612         * sys/v4l2/gstv4l2.c: (plugin_init):
38613           remove textdomain calls
38614         * po/nl.po:
38615           update Dutch translation
38616
38617 2004-02-02  Julien MOUTTE  <julien@moutte.net>
38618
38619         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
38620         (gst_play_set_audio_sink): Moving volume in the audio thread for
38621         instantaneous volume change. Maybe i will add another volume in front
38622         of visualization later, not sure yet though.
38623
38624 2004-02-02  Julien MOUTTE  <julien@moutte.net>
38625
38626         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
38627         (gst_ximagesink_handle_xevents): Better X events handling, only take
38628         the latest events for configure and motion.
38629         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents): same.
38630
38631 2004-02-02  Jon Trowbridge  <trow@gnu.org>
38632
38633         reviewed by: David Schleef  <ds@schleef.org>
38634
38635         Fix memory leaks:
38636         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_register):
38637         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_register):
38638
38639 2004-02-02  David Schleef  <ds@schleef.org>
38640
38641         code cleanup.  Change bzero() to memset().  Remove duplicate ; at ends
38642         of lines.
38643         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_event):
38644         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
38645         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link):
38646         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
38647         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
38648         * gst/effectv/gstedge.c: (gst_edgetv_sinkconnect):
38649         * gst/effectv/gstvertigo.c: (gst_vertigotv_sinkconnect):
38650         * gst/intfloat/float22int.c: (gst_float2_2_int_getcaps),
38651         (gst_float2_2_int_link):
38652         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
38653         * gst/rtjpeg/RTjpeg.c: (RTjpeg_init_mcompress):
38654         * gst/tcp/gsttcpsink.c: (gst_tcpsink_init_send):
38655         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_init_receive):
38656         * gst/udp/gstudpsink.c: (gst_udpsink_init_send):
38657         * gst/udp/gstudpsrc.c: (gst_udpsrc_init_receive):
38658         * sys/v4l/gstv4lelement.c: (gst_v4lelement_init):
38659         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
38660         * testsuite/gst-lint: Add tests for bzero and ;;
38661
38662 2004-02-02  David Schleef  <ds@schleef.org>
38663
38664         * gst/debug/efence.c: Add fallback if MAP_ANONYMOUS isn't defined.
38665
38666 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
38667
38668         * ext/aalib/gstaasink.c: (gst_aasink_open):
38669         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
38670         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
38671         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
38672         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
38673         (gst_afsink_close_file):
38674         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
38675         (gst_afsrc_close_file):
38676         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
38677         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
38678         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
38679         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
38680         * ext/esd/esdmon.c: (gst_esdmon_get):
38681         * ext/esd/esdsink.c: (gst_esdsink_chain), (gst_esdsink_open_audio):
38682         * ext/faac/gstfaac.c: (gst_faac_chain):
38683         * ext/faad/gstfaad.c: (gst_faad_chain):
38684         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
38685         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
38686         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
38687         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
38688         (gst_flacdec_loop):
38689         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
38690         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
38691         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
38692         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
38693         (gst_gnomevfssink_close_file):
38694         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
38695         (gst_gnomevfssrc_open_file):
38696         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
38697         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
38698         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
38699         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
38700         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
38701         * ext/mad/gstmad.c: (gst_mad_chain):
38702         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
38703         * ext/mpeg2dec/gstmpeg2dec.c:
38704         * ext/mpeg2enc/gstmpeg2enc.cc:
38705         * ext/mplex/gstmplex.cc:
38706         * ext/mplex/gstmplexibitstream.cc:
38707         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
38708         (gst_ogg_demux_push):
38709         * ext/raw1394/gstdv1394src.c:
38710         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
38711         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
38712         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
38713         (gst_sf_loop):
38714         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
38715         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop):
38716         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
38717         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
38718         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
38719         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
38720         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
38721         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
38722         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
38723         (gst_riff_read_element_data), (gst_riff_read_seek),
38724         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
38725         * gst/adder/gstadder.c: (gst_adder_loop):
38726         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
38727         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
38728         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
38729         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
38730         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
38731         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
38732         * gst/goom/gstgoom.c: (gst_goom_chain):
38733         * gst/id3/gstid3types.c: (gst_id3types_loop):
38734         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
38735         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
38736         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
38737         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
38738         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
38739         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
38740         (gst_ebml_read_float), (gst_ebml_read_header):
38741         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
38742         (gst_matroska_demux_parse_blockgroup):
38743         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
38744         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
38745         * gst/oneton/gstoneton.c: (gst_oneton_chain):
38746         * gst/silence/gstsilence.c: (gst_silence_get):
38747         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
38748         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
38749         * gst/speed/gstspeed.c: (speed_loop):
38750         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
38751         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
38752         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
38753         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
38754         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
38755         (gst_wavparse_loop):
38756         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
38757         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
38758         (dxr3audiosink_close):
38759         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
38760         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
38761         (dxr3videosink_close), (dxr3videosink_write_data):
38762         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
38763         * sys/oss/gstosssink.c: (gst_osssink_chain):
38764         * sys/oss/gstosssrc.c: (gst_osssrc_get):
38765         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
38766         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
38767         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
38768         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
38769         (gst_v4l_set_window), (gst_v4l_enable_overlay):
38770         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
38771         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
38772         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
38773         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
38774         (gst_v4l_set_audio):
38775         * sys/v4l/v4l_calls.h:
38776         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
38777         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
38778         (gst_v4lmjpegsink_playback_init),
38779         (gst_v4lmjpegsink_playback_start):
38780         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame):
38781         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
38782         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
38783         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
38784         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
38785         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
38786         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
38787         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
38788         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
38789         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
38790         (gst_v4l2_get_output), (gst_v4l2_set_output),
38791         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
38792         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
38793         (gst_v4l2_set_attribute):
38794         * sys/v4l2/v4l2_calls.h:
38795         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
38796         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
38797         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
38798         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
38799         (gst_v4l2src_capture_stop):
38800         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
38801         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
38802         (gst_ximagesink_chain):
38803         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
38804         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
38805         (gst_xvideosink_xwindow_new):
38806         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
38807         (gst_xvimagesink_chain):
38808
38809 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
38810
38811         * gst/volume/gstvolume.c: (gst_volume_set_volume),
38812         (gst_volume_get_volume), (volume_class_init), (volume_init),
38813         (volume_chain_int16), (volume_update_volume):
38814         * gst/volume/gstvolume.h:
38815           make code more readable by removing magic numbers
38816           make mixer interface export 0-100 range
38817           make it internally map to 0.0-1.0 range so users don't distort
38818           output by putting the sliders at full volume
38819
38820 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
38821
38822         * gst-libs/gst/play/play.c: (gst_play_tick_callback),
38823         (gst_play_state_change), (gst_play_seek_to_time):
38824         block the tick callback for 0.5 secs after doing a seek
38825
38826 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
38827
38828         * gst-libs/gst/play/play.c: (gst_play_new):
38829           check for GError
38830
38831 2004-02-01  Julien MOUTTE  <julien@moutte.net>
38832
38833         * gst-libs/gst/play/play.c: (gst_play_seek_to_time),
38834         (gst_play_new): Accepting NULL GError, blocking time tick while seeking.
38835         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
38836         (gst_ximagesink_chain), (gst_ximagesink_init): s/sinkconnect/sink_link
38837         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
38838         (gst_xvimagesink_chain), (gst_xvimagesink_init): s/sinkconnect/sink_link
38839
38840 2004-02-01  Thomas Vander Stichele  <thomas at apestaart dot org>
38841
38842         * configure.ac:
38843         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
38844           check for a function added in vorbis 1.1
38845
38846 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38847
38848         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
38849         (gst_alsa_drain_audio), (gst_alsa_stop_audio):
38850           really start/stop clock only on PLAYING <=> PAUSED
38851         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
38852           remove \n from debugging lines
38853         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
38854           make it work when seeking does not
38855         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
38856           reset on DISCONT
38857
38858 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38859
38860         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start):
38861           start clock on PAUSED=>PLAYING, not later
38862         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
38863           extract correct time for different discont formats
38864         (gst_alsa_sink_get_time):
38865           don't segfault when no format is negotiated yet, just return 0
38866         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
38867         (gst_ogg_demux_handle_event), (gst_ogg_demux_push),
38868         (gst_ogg_pad_push):
38869           handle flush and discont events correctly
38870         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
38871           handle discont events correctly
38872
38873 2004-01-31  Thomas Vander Stichele  <thomas at apestaart dot org>
38874
38875         * gst-libs/gst/play/play.c: (gst_play_error_quark),
38876         (gst_play_error_create), (gst_play_error_plugin),
38877         (gst_play_pipeline_setup), (gst_play_init), (gst_play_new):
38878         * gst-libs/gst/play/play.h:
38879           add error handling during creation
38880         * examples/gstplay/player.c: (main):
38881           use new gst_play_new
38882
38883
38884 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38885
38886         * ext/theora/theoradec.c: (theora_dec_chain):
38887           make comments work
38888         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
38889         (vorbis_dec_src_event), (vorbis_dec_chain):
38890           add encoder tag, fix tag reading to be more error tolerant, change
38891           BITRATE to NOMINAL_BITRATE, add debugging, don't unref events after
38892           gst_pad_event_default.
38893         * gst/tags/gstvorbistag.c:
38894         (gst_tag_list_from_vorbiscomment_buffer):
38895           undefine function specific define at end of function
38896
38897 2004-01-31  Jeremy Simon  <jesimon@libertysurf.fr>
38898
38899         * ext/flac/gstflac.c: (plugin_init):
38900         * ext/flac/gstflacdec.c: (gst_flacdec_class_init):
38901         * ext/flac/gstflacdec.h:
38902         * ext/flac/gstflacenc.h:
38903           Fix typos
38904
38905 2004-01-30  David I. Lehn  <dlehn@users.sourceforge.net>
38906
38907         * examples/gstplay/player.c: s/gstplay.h/play.h/
38908
38909 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
38910
38911         * gst-libs/gst/play/Makefile.am:
38912         * gst-libs/gst/play/gstplay.c:
38913         * gst-libs/gst/play/gstplay.h:
38914         * gst-libs/gst/play/play.c:
38915           more surgery, operation complete
38916
38917 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
38918
38919         * gst-libs/gst/play/play.old.c:
38920         * gst-libs/gst/play/play.old.h:
38921           after CVS surgery by moving, remove
38922         * gst-libs/gst/play/playpipelines.c:
38923           remove
38924
38925         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
38926           add negotiation error
38927
38928 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
38929
38930         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
38931         (gst_ogg_demux_push):
38932           add some seeking debug info
38933           send a flush when seeking
38934
38935 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38936
38937         * configure.ac:
38938           use AC_C_INLINE
38939         * configure.ac:
38940         * ext/Makefile.am:
38941         * ext/theora/Makefile.am:
38942         * ext/theora/theoradec.c:
38943           add theora video decoder. Does just do simple decoding for now and
38944           has been tested against Theora cvs only. It only works when theora
38945           is compiled with --enable-static.
38946         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
38947           always reset packetno on DISCONT
38948
38949 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38950
38951         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
38952           Fix audio.
38953
38954 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38955
38956         * gst/mpegaudioparse/gstmpegaudioparse.c:
38957         (mp3_type_frame_length_from_header):
38958           Fix header parsing - stolen from ffmpeg (thank you! :) ).
38959
38960 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38961
38962         * ext/esd/esdsink.c: (gst_esdsink_init):
38963           Since we have static pad template caps, we don't need to negotiate;
38964           either the core errors out or we know the format.
38965
38966 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38967
38968         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
38969         (gst_riff_read_seek):
38970         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
38971         (gst_ebml_read_seek):
38972           Fix event handling.
38973
38974 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38975
38976         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
38977           removee video/x-theora from vp3 decoder, it doesn't handle raw
38978           theora streams
38979         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
38980           fix bug with finalizing element that never went to PAUSED
38981         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
38982           length and position queries were swapped
38983         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
38984         (vorbis_dec_from_granulepos), (vorbis_dec_src_query),
38985         (vorbis_dec_src_event):
38986           implement querying time and bytes
38987
38988 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
38989
38990         * just about every source file:
38991           gst_element_error -> GST_ELEMENT_ERROR
38992
38993 2004-01-29  Julien MOUTTE  <julien@moutte.net>
38994
38995         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get): Fixing seeking
38996         emiting FLUSH and even before DISCONT.
38997         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): Fix seeking to
38998         get the best instant seeking as possible yay!
38999
39000 2004-01-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39001
39002         * gst/mpeg1videoparse/gstmp1videoparse.c:
39003         (gst_mp1videoparse_real_chain):
39004           Committed wrong version last week... Grr... Didn't notice until now.
39005
39006 2004-01-29  Julien MOUTTE <julien@moutte.net>
39007
39008         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new):
39009         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new): Emit the
39010         have_xwindow_id signal in xwindow_create.
39011
39012 2004-01-29  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39013
39014         * ext/ogg/gstoggdemux.c:
39015           lots of changes - mainly support for chained bitstreams, seeking,
39016           querying and bugfixes of course
39017         * ext/vorbis/Makefile.am:
39018         * ext/vorbis/vorbisdec.c:
39019         * ext/vorbis/vorbisdec.h:
39020           add vorbisdec raw vorbis decoder
39021         * ext/vorbis/vorbis.c: (plugin_init):
39022           register vorbisdec as PRIMARY, vorbisfile as SECONDARY
39023         * gst/intfloat/Makefile.am:
39024         * gst/intfloat/float22int.c:
39025         * gst/intfloat/float22int.h:
39026         * gst/intfloat/gstintfloatconvert.c: (plugin_init):
39027           add float2intnew plugin. It converts multichannel interleaved float to
39028           multichannel interleaved int. The name should probably be changed.
39029         * gst/typefind/gsttypefindfunctions.c: (theora_type_find),
39030         (plugin_init):
39031           add typefinding for raw theora video so oggdemux can detect it.
39032
39033 2004-01-28  Julien MOUTTE  <julien@moutte.net>
39034
39035         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): seek on video
39036         sink element first.
39037         * gst/videoscale/gstvideoscale.c:
39038         (gst_videoscale_handle_src_event): Fixing src event handler.
39039
39040 2004-01-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39041
39042         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
39043         (gst_v4lsrc_open), (gst_v4lsrc_close),
39044         (gst_v4lsrc_palette_to_caps), (gst_v4lsrc_srcconnect),
39045         (gst_v4lsrc_getcaps), (gst_v4lsrc_set_clock):
39046         * sys/v4l/gstv4lsrc.h:
39047         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_start),
39048         (gst_v4lsrc_grab_frame), (gst_v4lsrc_capture_stop):
39049           Implement resizing... Hack. But that's why v4l is b0rked...
39050
39051 2004-01-28  Julien MOUTTE <julien@moutte.net>
39052
39053         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
39054         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
39055         (gst_ximagesink_ximage_put), (gst_ximagesink_xwindow_new),
39056         (gst_ximagesink_xwindow_destroy):
39057         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
39058         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
39059         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
39060         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_get_xv_support),
39061         (gst_xvimagesink_xcontext_get): Removing some useless debugs messages,
39062         correctly cleaning the image created to check xshm calls on succes,
39063         added a lot of XSync calls in X11 functions, and fixed a segfault when
39064         no image format was defined before negotiation happened.
39065
39066 2004-01-28  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39067
39068         * ext/alsa/gstalsa.c: (gst_alsa_query_func):
39069           use gst_element_get_time to get correct time
39070
39071 2004-01-28  Julien MOUTTE  <julien@moutte.net>
39072
39073         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
39074         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_destroy),
39075         (gst_ximagesink_xcontext_get), (gst_ximagesink_class_init):
39076         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xerror),
39077         (gst_xvimagesink_check_xshm_calls),
39078         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xcontext_get): Our
39079         X plugins are now able to detect that XShm calls will fail even if the
39080         server claims that it has XShm support (remote displays most of the
39081         time). We then log the error as a GST_DEBUG and set use_shm to FALSE
39082         so that we use non XShm functions. This feature is almost useless for
39083         xvimagesink as Xv is not supported on remote displays anyway, but
39084         it might happen than even on the local display XShm calls fail.
39085
39086 2004-01-27  David Schleef  <ds@schleef.org>
39087
39088         * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
39089         (gst_esdsink_link), (gst_esdsink_get_time), (gst_esdsink_chain),
39090         (gst_esdsink_change_state):  Fix sync issues in esdsink.  Also
39091         changed esdsink to only use 44100,16,2, since esd sucks at rate
39092         conversion and esdsink has had difficulty negotiating.
39093
39094 2004-01-27  Julien MOUTTE <julien@moutte.net>
39095
39096         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback),
39097         (gst_play_seek_to_time): Fixing the way to get current position.
39098
39099 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39100
39101         * sys/oss/gstosssink.c: (gst_osssink_sink_query):
39102           use gst_element_get_time to get correct time
39103
39104 2004-01-27  Julien MOUTTE <julien@moutte.net>
39105
39106         * gst-libs/gst/play/gstplay.c: (gst_play_set_location): The easiest
39107         fix ever... Inverting 2 lines of code make spider autoplug correctly
39108         tagged mp3 !
39109
39110 2004-01-27  David Schleef  <ds@schleef.org>
39111
39112         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
39113         Use gst_pad_try_set_caps_nonfixed().
39114
39115 2004-01-27  David Schleef  <ds@schleef.org>
39116
39117         * gst/ac3parse/gstac3parse.c: update to checklist 5
39118         * gst/adder/gstadder.c: rewrite negotiation.  update to checklist 5
39119         * gst/audioconvert/gstaudioconvert.c: update to checklist 5
39120         * gst/audioscale/gstaudioscale.c: same
39121         * gst/auparse/gstauparse.c: same
39122         * gst/avi/gstavidemux.c: same
39123
39124 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39125
39126         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
39127           stop processing after EOS
39128
39129 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39130
39131         * gst/asfdemux/asfheaders.h:
39132         * gst/asfdemux/gstasfdemux.c:
39133         * gst/asfdemux/gstasfmux.c: (gst_asfmux_put_guid),
39134         (gst_asfmux_put_string), (gst_asfmux_put_wav_header),
39135         (gst_asfmux_put_vid_header), (gst_asfmux_put_bmp_header):
39136           lot's of fixes to make data extraction simpler and get the code
39137           architecture and compiler independant. Add debugging category
39138         * gst/goom/gstgoom.c: (gst_goom_change_state):
39139           reset channel count on PAUSED=>READY, not READY=>PAUSED
39140
39141 2004-01-26  Colin Walters  <walters@verbum.org>
39142
39143         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_get): Remove ugly
39144         code to pull a bigger buffer in iradio mode.  This as a side effect
39145         makes typefinding work.
39146
39147 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
39148
39149         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
39150         Fix SVQ3 decoding on PPC
39151
39152 2004-01-26  Julien MOUTTE <julien@moutte.net>
39153
39154         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain): Dunno how
39155         that one managed to stay there... Fixed.
39156
39157 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
39158
39159         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
39160         (gst_ffmpeg_caps_to_extradata), (gst_ffmpeg_caps_to_pixfmt):
39161         * gst/qtdemux/qtdemux.c: (plugin_init), (qtdemux_parse_trak),
39162         (qtdemux_video_caps):
39163         * gst/qtdemux/qtdemux.h:
39164         Add SVQ3 specific flags to qtdemux and ffmpeg
39165
39166 2004-01-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39167
39168         * gst-libs/gst/audio/audio.h:
39169           remove buffer-frames from audio caps
39170         * gst/audioconvert/gstaudioconvert.c:
39171           fix plugin to really work.
39172
39173 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39174
39175         * gst-libs/gst/mixer/mixer.c:
39176         * gst-libs/gst/propertyprobe/propertyprobe.c:
39177         * gst-libs/gst/tuner/tuner.c: (gst_tuner_find_norm_by_name),
39178         (gst_tuner_find_channel_by_name):
39179         * gst-libs/gst/tuner/tuner.h:
39180           Add gtk-doc style comments. Also fix a function name.
39181
39182 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39183
39184         * ext/divx/gstdivxdec.c: (gst_divxdec_init),
39185         (gst_divxdec_negotiate):
39186           Fix for new capsnego - also fixes gst-player with divxdec.
39187
39188 2004-01-25  Julien MOUTTE  <julien@moutte.net>
39189
39190         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
39191         (gst_play_identity_handoff), (gst_play_set_location),
39192         (gst_play_set_visualization), (gst_play_connect_visualization): Another
39193         try in visualization implementation. Still have an issue with switch
39194         blocking when pulling from video_queue and only audio comes out of
39195         spider.
39196         * gst/switch/gstswitch.c: (gst_switch_release_pad),
39197         (gst_switch_poll_sinkpads), (gst_switch_class_init): Implementing pad
39198         release method. And check if the pad is usable before pulling.
39199
39200 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39201
39202         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose),
39203         (gst_videobalance_init),
39204         (gst_videobalance_colorbalance_list_channels),
39205         (gst_videobalance_colorbalance_set_value),
39206         (gst_videobalance_colorbalance_get_value),
39207         (gst_videobalance_update_properties),
39208         (gst_videobalance_update_tables_planar411),
39209         (gst_videobalance_planar411):
39210         * gst/videofilter/gstvideobalance.h:
39211           Implement lookup-tables. +/- 10x faster.
39212
39213 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39214
39215         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
39216         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
39217           The index reading was broken. The rest worked fine, but the whole
39218           goal of my rewrite was to make avidemux readable, and this was
39219           not at all readable. Please use typed variables.
39220
39221 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39222
39223         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
39224           Additional pad usability check.
39225         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
39226         (mp1videoparse_find_next_gop), (gst_mp1videoparse_time_code),
39227         (gst_mp1videoparse_real_chain):
39228           Fix MPEG video stream parsing. The original plugin had several
39229           issues, including not timestamping streams where the source was
39230           not timestamped (this happens with PTS values in mpeg system
39231           streams, but MPEG video is also a valid stream on its own so
39232           that needs timestamps too). We use the display time code for that
39233           for now. Also, if one incoming buffer contains multiple valid
39234           frames, we push them all on correctly now, including proper EOS
39235           handling. Lastly, several potential segfaults were fixed, and we
39236           properly sync on new sequence/gop headers to include them in next,
39237           not previous frames (since they're header for the next frame, not
39238           the previous). Also see #119206.
39239         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain),
39240         (bpf_from_header):
39241           Move caps setting so we only do it after finding several valid
39242           MPEG-1 fraes sequentially, not right after the first one (which
39243           might be coincidental).
39244         * gst/typefind/gsttypefindfunctions.c: (mpeg1_sys_type_find),
39245         (mpeg_video_type_find), (mpeg_video_stream_type_find),
39246         (plugin_init):
39247           Add unsynced MPEG video stream typefinding, and change some
39248           probability values so we detect streams rightly. The idea is as
39249           follows: I can have an unsynced system stream which contains
39250           video. In the current code, I would randomly get a type for either
39251           system or video stream type found, because the probabilities are
39252           being calculated rather randomly. I now use fixed values, so we
39253           always prefer system stream if that was found (and that is how it
39254           should be). If no system stream was found, we can still identity                the stream as video-only.
39255
39256 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39257
39258         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
39259         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
39260           don't write to buffer. Extract data without the need of
39261           __attribute__ ((packed))
39262
39263 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39264
39265         * gst/typefind/gsttypefindfunctions.c: (mpeg1_parse_header),
39266         (mpeg1_sys_type_find):
39267           Fix MPEG-1 stream typefinding.
39268
39269 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39270
39271         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
39272           Fix typefinding for MPEG-1 system streams, similar to MPEG-2.
39273
39274 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
39275
39276         * ext/esd/esdsink.c: (gst_esdsink_open_audio):
39277         * ext/esd/gstesd.c: (plugin_init):
39278           private debugging, better error reporting
39279
39280 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39281
39282         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
39283         (gst_riff_read_init), (gst_riff_read_change_state):
39284         * gst-libs/gst/riff/riff-read.h:
39285           Remove stuff fromold metadata system.
39286
39287 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39288
39289         * ext/ogg/gstoggdemux.c:
39290           Fix wrong file comment.
39291         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
39292         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
39293           Add metadata reading properly.
39294
39295 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
39296
39297         * ext/Makefile.am:
39298           Fix nas DIST_SUBDIRS
39299           Uraeus:
39300           Fix bug where make distcheck doesn't get run on adding stuff to
39301           the build.
39302
39303 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39304
39305         * ext/divx/gstdivxdec.c: (gst_divxdec_init), (gst_divxdec_setup):
39306         * ext/divx/gstdivxdec.h:
39307           Fix divx3 ("msmpeg4") playback using divxdec.
39308
39309 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39310
39311         * gst/typefind/gsttypefindfunctions.c:
39312         (mp3_type_frame_length_from_header): fix bug in length computation
39313         (mp3_type_find): improve debugging output
39314
39315 2004-01-23  Julien MOUTTE  <julien@moutte.net>
39316
39317         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
39318         (gst_play_set_location), (gst_play_seek_to_time),
39319         (gst_play_set_audio_sink), (gst_play_set_visualization),
39320         (gst_play_connect_visualization), (gst_play_get_sink_element): Reworked
39321         the pipeline from scratch. Visualization is back and switch went out as
39322         i realized it was not possible to use the way i wanted.
39323         * sys/ximage/ximagesink.c: (gst_ximagesink_imagepool_clear),
39324         (gst_ximagesink_change_state), (gst_ximagesink_dispose): Move xcontext
39325         clearing in state change from READY to NULL. So that one can clean the
39326         X ressources keeping the element.
39327         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
39328         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_change_state),
39329         (gst_xvimagesink_colorbalance_set_value),
39330         (gst_xvimagesink_colorbalance_get_value),
39331         (gst_xvimagesink_set_property), (gst_xvimagesink_dispose),
39332         (gst_xvimagesink_init): Same xcontext cleaning than ximagesink in state
39333         change from READY to NULL and fixed some stupid bugs in colorbalance
39334         get/set values. Also added the following feature : when nobody tries to
39335         set some values to the colorbalance levels before the xcontext is
39336         grabbed, then when creating channels list from Xv attributes we set the
39337         internal values to the Xv defaults. This way we handle buggy Xv drivers
39338         that set default hue values far from the middle of the range (Thanks
39339         to Jon Trowbridge for pointing that issue).
39340         * sys/xvimage/xvimagesink.h: Adding a cb_changed boolean to know if
39341         colorbalance levels have been set before xcontext is grabbed.
39342
39343 2004-01-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39344
39345         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
39346           Fix the ossmixer case where we shouldn't open /dev/dsp* because
39347           it might block operations (which is bad for a mixer).
39348
39349 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
39350
39351         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
39352         (deep_notify_callback), (gmi_set_decoder), (gmi_clear_decoder),
39353         (gmip_find_type_pre):
39354         * gst-libs/gst/media-info/media-info-priv.h:
39355         * gst-libs/gst/media-info/media-info.c:
39356         (gst_media_info_instance_init), (gst_media_info_read_idler):
39357         add fakesink to get caps on decoder src pad again
39358         fix callback prototype to match new have_type signal signature
39359
39360 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
39361
39362         * gst/adder/gstadder.c: (gst_adder_link):
39363           fix non-compile and cut-n-paste code
39364
39365 2004-01-21  David Schleef  <ds@schleef.org>
39366
39367         * ext/swfdec/gstswfdec.c: (gst_swfdec_video_getcaps),
39368         (gst_swfdec_video_link), (copy_image), (gst_swfdec_loop),
39369         (gst_swfdec_init), (gst_swfdec_change_state):
39370         * ext/swfdec/gstswfdec.h:
39371         Fix negotiation.
39372         * gst/adder/gstadder.c: (gst_adder_link), (gst_adder_init),
39373         (gst_adder_request_new_pad): Fix negotiation.
39374         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_fixate):
39375         Add a fixate function.
39376         * gst/intfloat/gstfloat2int.c:
39377         * gst/intfloat/gstfloat2int.h:
39378         * gst/intfloat/gstint2float.c:
39379         * gst/intfloat/gstint2float.h:
39380         Completely rewrite the negotiation.  Doesn't quite work yet,
39381         due to some buffer-frames problem.
39382
39383 2004-01-21  Thomas Vander Stichele  <thomas at apestaart dot org>
39384
39385         * ext/gnomevfs/gstgnomevfssrc.c:
39386         * sys/v4l2/v4l2_calls.h:
39387           fix includes for distcheck
39388
39389 2004-01-21  Christian Schaller <uraeus@gnome.org>
39390
39391         * ext/nas/
39392         Add libnas (network audio system) plugin, patch from Arwed von Merkatz
39393         based on earlier patch from Laurent Vivier
39394
39395 2004-01-20  Jeremy Simon  <jesimon@libertysurf.fr>
39396
39397         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
39398         Fix wma caps property
39399         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
39400         Fix typo (flags1 and flags2)
39401
39402 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
39403
39404         * gst-libs/gst/media-info/media-info-priv.c:
39405         (deep_notify_callback), (gmi_seek_to_track), (gmi_get_decoder),
39406         (gmip_find_type_pre), (gmip_find_type), (gmip_find_stream_post),
39407         (gmip_find_stream), (gmip_find_track_metadata),
39408         (gmip_find_track_streaminfo_post), (gmip_find_track_streaminfo),
39409         (gmip_find_track_format):
39410         * gst-libs/gst/media-info/media-info-priv.h:
39411         * gst-libs/gst/media-info/media-info-test.c: (main):
39412         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
39413         (gst_media_info_read_idler), (gst_media_info_read):
39414         * gst-libs/gst/media-info/media-info.h:
39415           register debugging category and use it for debugging
39416
39417 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
39418
39419         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_update_streaminfo),
39420         (gst_vorbisfile_new_link):
39421           signal streaminfo through tags
39422
39423 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39424
39425         * ext/mplex/gstmplex.cc:
39426         * ext/mplex/gstmplexibitstream.cc:
39427           g++ doesn't like NULL in our i18n/error macros, should be
39428           either (NULL) or ("").
39429
39430 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39431
39432         * sys/dxr3/dxr3audiosink.c:
39433         * sys/dxr3/dxr3init.c:
39434         * sys/dxr3/dxr3spusink.c: (dxr3spusink_close):
39435         * sys/dxr3/dxr3videosink.c: (dxr3videosink_close):
39436           Fix more error error error errors (missing includes here).
39437
39438 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39439
39440         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
39441           fix thomas' error errors.
39442
39443 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
39444
39445         * ext/mpeg2enc/gstmpeg2enc.cc:
39446           fix error errors.
39447
39448 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39449
39450         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
39451         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
39452           Fix for new error system.
39453
39454 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
39455
39456         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
39457           fix for new error reporting
39458
39459 2004-01-20  David Schleef  <ds@schleef.org>
39460
39461         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
39462         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
39463         (gst_ximagesink_set_xwindow_id): Change to using a framerate
39464         of [1,100] instead of [0,MAX], since 0 isn't handled correctly,
39465         and neither is 100+, most likely.
39466         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
39467         (gst_xvimagesink_getcaps): same
39468
39469 2004-01-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39470
39471         * configure.ac:
39472           Up version requirement to 2.0.3 (not yet released) to avoid symbol
39473           clashes with ffmpeg.
39474
39475 2004-01-20  Julien MOUTTE  <julien@moutte.net>
39476
39477         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
39478         (gst_switch_init): Fixed switch element : proxying link and setting
39479         caps from src to sink on request.
39480
39481 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
39482
39483         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
39484         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
39485         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
39486         fix element_error
39487
39488 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
39489
39490         * sys/v4l/v4l_calls.h:
39491         * sys/v4l2/v4l2_calls.h:
39492           element_error fixes
39493
39494 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
39495
39496         * gst-libs/gst/gst-i18n-plugin.h:
39497           add locale.h
39498           remove config.h inclusion
39499
39500 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
39501
39502         * autogen.sh:
39503           adding autopoint invocation
39504         * Makefile.am:
39505         * configure.ac:
39506         * gst-libs/gst/gettext.h:
39507           adding gettext bits
39508         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
39509         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
39510         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
39511         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
39512         (gst_gnomevfssink_close_file):
39513         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_open_file):
39514         * ext/sndfile/gstsf.c: (gst_sf_loop), (plugin_init):
39515         * gst-libs/gst/gst-i18n-plugin.h:
39516         * gst/avi/gstavi.c: (plugin_init):
39517         * sys/dxr3/dxr3init.c: (plugin_init):
39518         * sys/dxr3/dxr3videosink.c: (dxr3videosink_write_data):
39519         * sys/oss/gstossaudio.c: (plugin_init):
39520         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
39521         * sys/v4l/gstv4l.c: (plugin_init):
39522         * sys/v4l/v4l_calls.c: (gst_v4l_open):
39523         * sys/v4l2/gstv4l2.c: (plugin_init):
39524         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
39525         (gst_v4l2_fill_lists), (gst_v4l2_get_norm), (gst_v4l2_set_norm),
39526         (gst_v4l2_get_input), (gst_v4l2_set_input), (gst_v4l2_get_output),
39527         (gst_v4l2_set_output), (gst_v4l2_get_frequency),
39528         (gst_v4l2_set_frequency), (gst_v4l2_signal_strength),
39529         (gst_v4l2_get_attribute), (gst_v4l2_set_attribute):
39530           make sure locale and translation domain are set
39531           fix translated strings
39532         * po/.cvsignore:
39533         * po/LINGUAS:
39534         * po/Makevars:
39535         * po/POTFILES.in:
39536         * po/nl.po:
39537           put translation files into place
39538         * sys/xvideo/imagetest.c: (main):
39539         * ext/dv/demo-play.c: (main):
39540           fix unnecessary translations
39541
39542 2004-01-19  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
39543
39544         * ext/sndfile/gstsf.c:
39545         * gst/avi/gstavimux.c:
39546         * ext/audiofile/gstafsink.c:
39547         * ext/audiofile/gstafsrc.c:
39548         * ext/gnomevfs/gstgnomevfssink.c:
39549         * ext/gnomevfs/gstgnomevfssrc.c:
39550         * sys/oss/gstosselement.c:
39551         * sys/v4l/v4l_calls.h:
39552           fix i18n include
39553
39554 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
39555
39556         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
39557         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
39558         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
39559         (gst_v4l2_get_output), (gst_v4l2_set_output),
39560         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
39561         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
39562         (gst_v4l2_set_attribute):
39563         update to new error handling
39564
39565 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
39566
39567         * ext/sidplay/gstsiddec.cc:
39568         * gst/modplug/gstmodplug.cc:
39569           parenthese NULL because C++ seems angry about it
39570
39571 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
39572
39573         * gst-libs/gst/gst-i18n-plugin.h:
39574           add skeleton i18n stuff, but needs to be further implemented
39575
39576 2004-01-18  Thomas Vander Stichele  <thomas at apestaart dot org>
39577
39578         * examples/gstplay/player.c: (main):
39579         * ext/aalib/gstaasink.c: (gst_aasink_open):
39580         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
39581         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
39582         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
39583         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
39584         (gst_afsink_close_file):
39585         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
39586         (gst_afsrc_close_file):
39587         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
39588         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
39589         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
39590         * ext/esd/esdmon.c: (gst_esdmon_get):
39591         * ext/esd/esdsink.c: (gst_esdsink_chain):
39592         * ext/faac/gstfaac.c: (gst_faac_chain):
39593         * ext/faad/gstfaad.c: (gst_faad_chain):
39594         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
39595         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
39596         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
39597         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
39598         (gst_flacdec_loop):
39599         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
39600         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
39601         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
39602         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
39603         (gst_gnomevfssink_close_file):
39604         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
39605         (gst_gnomevfssrc_open_file):
39606         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
39607         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
39608         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
39609         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
39610         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
39611         * ext/mad/gstmad.c: (gst_mad_chain):
39612         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
39613         * ext/mpeg2dec/gstmpeg2dec.c:
39614         * ext/mpeg2enc/gstmpeg2enc.cc:
39615         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
39616         * ext/mplex/gstmplex.cc:
39617         * ext/mplex/gstmplexibitstream.cc:
39618         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
39619         (gst_ogg_demux_push), (gst_ogg_pad_push):
39620         * ext/raw1394/gstdv1394src.c:
39621         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
39622         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
39623         * ext/sidplay/gstsiddec.cc:
39624         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
39625         (gst_sf_loop):
39626         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
39627         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
39628         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
39629         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
39630         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
39631         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
39632         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
39633         * gst-libs/gst/Makefile.am:
39634         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
39635         (gst_riff_read_element_data), (gst_riff_read_seek),
39636         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
39637         * gst/adder/gstadder.c: (gst_adder_parse_caps), (gst_adder_loop):
39638         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
39639         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
39640         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
39641         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
39642         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
39643         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
39644         * gst/goom/gstgoom.c: (gst_goom_chain):
39645         * gst/id3/gstid3types.c: (gst_id3types_loop):
39646         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
39647         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
39648         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
39649         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
39650         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
39651         (gst_ebml_read_float), (gst_ebml_read_header):
39652         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
39653         (gst_matroska_demux_parse_blockgroup):
39654         * gst/modplug/gstmodplug.cc:
39655         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
39656         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
39657         * gst/oneton/gstoneton.c: (gst_oneton_chain):
39658         * gst/silence/gstsilence.c: (gst_silence_get):
39659         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
39660         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
39661         * gst/speed/gstspeed.c: (speed_loop):
39662         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
39663         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
39664         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
39665         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
39666         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
39667         (gst_wavparse_loop):
39668         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
39669         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
39670         (dxr3audiosink_close):
39671         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
39672         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
39673         (dxr3videosink_close), (dxr3videosink_write_data):
39674         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
39675         * sys/oss/gstosselement.h:
39676         * sys/oss/gstosssink.c: (gst_osssink_get_type), (gst_osssink_init),
39677         (gst_osssink_chain):
39678         * sys/oss/gstosssrc.c: (gst_osssrc_get):
39679         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
39680         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
39681         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
39682         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_window),
39683         (gst_v4l_enable_overlay):
39684         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
39685         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
39686         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
39687         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
39688         (gst_v4l_set_audio):
39689         * sys/v4l/v4l_calls.h:
39690         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
39691         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
39692         (gst_v4lmjpegsink_playback_init),
39693         (gst_v4lmjpegsink_playback_start):
39694         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
39695         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_capture),
39696         (gst_v4lmjpegsrc_set_capture_m), (gst_v4lmjpegsrc_capture_init),
39697         (gst_v4lmjpegsrc_requeue_frame):
39698         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
39699         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
39700         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
39701         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
39702         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
39703         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
39704         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
39705         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
39706         (gst_v4l2src_capture_stop):
39707         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
39708         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
39709         (gst_ximagesink_chain):
39710         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
39711         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
39712         (gst_xvideosink_xwindow_new):
39713         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
39714         (gst_xvimagesink_chain):
39715         use new error signal, function and categories
39716
39717 2004-01-18  Jeremy Simon <jesimon@libertysurf.fr>
39718
39719         * configure.ac:
39720         * ext/Makefile.am:
39721         * ext/musicbrainz/gsttrm.c:
39722         * ext/musicbrainz/gsttrm.h:
39723         * ext/musicbrainz/Makefile.am:
39724         Add a trm plugin
39725
39726 2004-01-18  Julien MOUTTE  <julien@moutte.net>
39727
39728         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property),
39729         (gst_ximagesink_get_property), (gst_ximagesink_class_init): Adding
39730         synchronous property for debugging.
39731         * sys/ximage/ximagesink.h: Adding the synchronous boolean flag.
39732         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
39733         (gst_xvimagesink_set_property): Moving a pointer declaration to a
39734         smaller block, fixing indent.
39735
39736 2004-01-16  David Schleef  <ds@schleef.org>
39737
39738         * gst/videofilter/gstvideobalance.c: Fix regression; changing a
39739         property affects the video stream.
39740         * sys/xvimage/xvimagesink.c:
39741         * sys/xvimage/xvimagesink.h:
39742         Add synchronous property for debugging.  Should probably be
39743         disabled in non-CVS builds.  Make sure that the Xv attribute
39744         exists before we set it (crash!).  Fix a silly float bug that
39745         caused colorbalance to just not work.
39746
39747 2004-01-17  Christian Schaller <Uraeus@gnome.org>
39748
39749         * tools/gst-launch-ext.in - update for new plugins
39750
39751 2004-01-16  David Schleef  <ds@schleef.org>
39752
39753         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect): Fix use of
39754         already-freed caps.
39755
39756 2994-01-16  Christian Schaller <Uraeus@gnome.org>
39757
39758         * Update spec for new colorspace plugin and libcaca plugin
39759         * Fix compilation of libcaca plugin (clock -> id)
39760
39761 2004-01-16  Julien MOUTTE <julien@moutte.net>
39762
39763         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_update_colorbalance),
39764         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
39765         (gst_xvimagesink_set_xwindow_id),
39766         (gst_xvimagesink_colorbalance_set_value),
39767         (gst_xvimagesink_colorbalance_get_value),
39768         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
39769         (gst_xvimagesink_init), (gst_xvimagesink_class_init): Implementing
39770         correct colorbalance properties. They can now be set when the element
39771         is still in NULL state. The values will be committed to the Xv Port
39772         when xcontext is initialized.
39773         * sys/xvimage/xvimagesink.h: Added hue, saturation, contrast,
39774         brightness int values in the GstXvImagesink structure.
39775
39776 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39777
39778         * gst-libs/gst/Makefile.am:
39779           restructure so having local patches works easier.
39780
39781 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39782
39783         * ext/mpeg2enc/Makefile.am:
39784         * ext/mpeg2enc/gstmpeg2enc.cc:
39785         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
39786           Bugfix with respect to EOS handling.
39787
39788 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39789
39790         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
39791           Link with right caps (else, it segfaults).
39792         * ext/mplex/gstmplexjob.cc:
39793           Fix for slight API change in 1.6.1.93 release of mjpegtools.
39794
39795 2004-01-15  David Schleef  <ds@schleef.org>
39796
39797         * gst-libs/gst/audio/Makefile.am:
39798         Add gstaudiofiltertemplate.c and building of gstaudiofilterexample.c
39799         from the template.
39800         * gst-libs/gst/audio/gstaudiofilter.c:
39801         * gst-libs/gst/audio/gstaudiofilter.h:
39802         Add bytes_per_sample and size and n_samples calculation.
39803         * gst-libs/gst/audio/gstaudiofilterexample.c:
39804         Remove, now autogenerated.
39805         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
39806         Moved from gstaudiofilterexample, object name changed, code added
39807         so that it actually works.
39808         * gst-libs/gst/audio/make_filter:
39809         Script to build an audiofilter subclass from the template.
39810         * gst/colorspace/Makefile.am:
39811         * gst/colorspace/yuv2yuv.c:
39812         Remove file, since it's GPL, and we don't use it.
39813
39814 2004-01-15  Julien MOUTTE  <julien@moutte.net>
39815
39816         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
39817         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Making both of
39818         them use the buffer free function to test how the buffer was allocated.
39819
39820 2004-01-15  David Schleef  <ds@schleef.org>
39821
39822         * ext/esd/esdsink.c: (gst_esdsink_class_init): Remove property
39823         that handles osssink fallback.
39824         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
39825         (gst_audio_convert_getcaps):
39826         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
39827         Add audio/x-qdm2 for QDM2 audio.
39828         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
39829         * gst/sine/gstsinesrc.h: Add example of how to implement tags.
39830         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
39831         Decrease minimum size to 16x16.
39832         * gst/wavparse/gstwavparse.c:
39833         Convert disabled pad template caps to new caps.
39834         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
39835         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
39836         (gst_xvimagesink_chain): Throw element error when display cannot
39837         be opened.  Increase minimum framerate to 1.0.  Check the data
39838         free function on a buffer to make sure it is the type we expect
39839         before manipulating it.
39840
39841 2004-01-15  Julien MOUTTE <julien@moutte.net>
39842
39843         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
39844         (gst_videobalance_colorbalance_set_value): Implement passthru if
39845         settings are in the middle.
39846         * tools/gst-launch-ext.in: Stop using xvideosink, use ximagesink.
39847
39848 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39849
39850         * gst/videofilter/Makefile.am:
39851         * gst/volume/Makefile.am:
39852           Since we use videofilter symbols, link to it.
39853
39854 2004-01-15  Julien MOUTTE <julien@moutte.net>
39855
39856         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init): Setting
39857         mixer interface type to HARDWARE.
39858         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init): Adding a default
39859         type to SOFTWARE.
39860         * gst-libs/gst/mixer/mixer.h: Adding mixer interface type and macro.
39861         * gst-libs/gst/mixer/mixertrack.h: Adding mixertrack flag SOFTWARE.
39862         * gst/volume/gstvolume.c: (gst_volume_interface_supported),
39863         (gst_volume_interface_init), (gst_volume_list_tracks),
39864         (gst_volume_set_volume), (gst_volume_get_volume),
39865         (gst_volume_set_mute), (gst_volume_mixer_init),
39866         (gst_volume_dispose), (gst_volume_get_type), (volume_class_init),
39867         (volume_init): Implementing mixer interface.
39868         * gst/volume/gstvolume.h: Adding tracklist for mixer interface.
39869         * sys/oss/gstosselement.c: (gst_osselement_get_type),
39870         (gst_osselement_change_state): Removing some trailing commas in
39871         structures.
39872         * sys/oss/gstossmixer.c: (gst_ossmixer_interface_init): Setting mixer
39873         interface type to HARDWARE.
39874         * sys/v4l/gstv4lcolorbalance.c:
39875         (gst_v4l_color_balance_interface_init): Setting colorbalance interface
39876         type to HARDWARE.
39877         * sys/v4l2/gstv4l2colorbalance.c:
39878         (gst_v4l2_color_balance_interface_init): Setting colorbalance
39879         interface type to HARDWARE.
39880         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): use exactly the
39881         same code than ximagesink for event handling.
39882
39883 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39884
39885         * ext/snapshot/Makefile.am:
39886         * ext/snapshot/gstsnapshot.c: (gst_snapshot_sinkconnect),
39887         (gst_snapshot_chain):
39888         * ext/snapshot/gstsnapshot.h:
39889           This has to be a joke... Snapshot should be connected to a tee,
39890           colorspace element before it and EOS after that, where the other
39891           src of the tee receives normal data.
39892           The current way is *wrong*.
39893
39894 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39895
39896         * ext/hermes/gsthermescolorspace.c:
39897           Fix another compile error. Same as below.
39898
39899 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39900
39901         * gst/colorspace/gstcolorspace.c:
39902         * gst/colorspace/yuv2yuv.c: (gst_colorspace_yuy2_to_i420),
39903         (gst_colorspace_i420_to_yv12):
39904           Fix compiling... Didn't test if it actually works.
39905
39906 2004-01-15  David Schleef  <ds@schleef.org>
39907
39908         * configure.ac:
39909         * gst/colorspace/Makefile.am:
39910         * gst/colorspace/gstcolorspace.c:
39911         * gst/colorspace/gstcolorspace.h:
39912         * gst/colorspace/yuv2rgb.c:
39913         * gst/colorspace/yuv2rgb.h:
39914         Duplicate the ext/hermes colorspace plugin, and remove Hermes
39915         code and GPL code.  Fix for new caps negotiation.  Rewrite
39916         much of the format handling code, and some of the conversion
39917         code.  Basically, rewrote almost everything.  This element
39918         handles I420, YV12 to RGB conversions.
39919         * ext/hermes/Makefile.am:
39920         * ext/hermes/gsthermescolorspace.c:
39921         Rename colorspace to hermescolorspace.  Fix negotiation issues.
39922         Remove non-Hermes related code.  This element handles lots of
39923         RGB to RGB conversions, but no YUV.
39924         * ext/hermes/gstcolorspace.c:
39925         * ext/hermes/gstcolorspace.h:
39926         * ext/hermes/rgb2yuv.c:
39927         * ext/hermes/yuv2rgb.c:
39928         * ext/hermes/yuv2rgb.h:
39929         * ext/hermes/yuv2rgb_mmx16.s:
39930         * ext/hermes/yuv2yuv.c:
39931         * ext/hermes/yuv2yuv.h:
39932         Remove old code.
39933
39934 2004-01-14  Colin Walters  <walters@verbum.org>
39935
39936         * ext/mad/gstid3tag.c (gst_id3_tag_chain): Don't nego caps if
39937         they've already been.
39938
39939 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39940
39941         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
39942           assume tag mode when pad is not connected
39943
39944 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39945
39946         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
39947           Don't update the time of the clock
39948         (gst_alsa_sink_loop):
39949           sync to the clock given to alsasink, not the own clock
39950         * sys/oss/gstosssink.c: (gst_osssink_chain):
39951           sync to the clock
39952         (gst_osssink_change_state):
39953           activate the clock
39954         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
39955         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
39956           remove bogus code that made DISCONT events unhandled
39957         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
39958           explicitly case to double in _set_simple. (fixes 2nd warning in bug
39959           #131502)
39960         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_read_object_header),
39961         (gst_asf_demux_handle_sink_event), (gst_asf_demux_audio_caps),
39962         (gst_asf_demux_add_audio_stream), (gst_asf_demux_video_caps):
39963           convert g_warning because of wrong asf data to GST_WARNINGs (fixes
39964           2nd warning in bug #131502)
39965
39966 2004-01-14  Julien MOUTTE  <julien@moutte.net>
39967
39968         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
39969         (gst_videobalance_colorbalance_set_value),
39970         (gst_videobalance_colorbalance_get_value): Fixing videobalance ranges
39971         for colorbalance interface implementation.
39972         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
39973         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
39974         (gst_ximagesink_dispose), (gst_ximagesink_init),
39975         (gst_ximagesink_class_init): Adding DISPLAY property.
39976         * sys/ximage/ximagesink.h: Adding display_name to store display.
39977         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
39978         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
39979         (gst_xvimagesink_dispose), (gst_xvimagesink_init),
39980         (gst_xvimagesink_class_init): Adding DISPLAY property and colorbalance
39981         properties (they still need polishing though for gst-launch use : no
39982         xcontext yet, i ll do that tomorrow).
39983         * sys/xvimage/xvimagesink.h: Adding display_name to store display.
39984
39985 2004-01-14  Julien MOUTTE  <julien@moutte.net>
39986
39987         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
39988         (gst_play_set_location), (gst_play_set_visualization): Preparing
39989         switch integration, adding videobalance in the pipeline.
39990
39991 2004-01-14  Julien MOUTTE <julien@moutte.net>
39992
39993         * gst-libs/gst/colorbalance/colorbalance.c:
39994         (gst_color_balance_class_init): Adding a default type.
39995         * gst-libs/gst/colorbalance/colorbalance.h: Adding a macro to access
39996         the type.
39997         * gst/videofilter/gstvideobalance.c: (gst_videobalance_get_type),
39998         (gst_videobalance_dispose), (gst_videobalance_class_init),
39999         (gst_videobalance_init), (gst_videobalance_interface_supported),
40000         (gst_videobalance_interface_init),
40001         (gst_videobalance_colorbalance_list_channels),
40002         (gst_videobalance_colorbalance_set_value),
40003         (gst_videobalance_colorbalance_get_value),
40004         (gst_videobalance_colorbalance_init): Implementing colorbalance
40005         interface.
40006         * gst/videofilter/gstvideobalance.h: Adding colorbalance channels
40007         list.
40008         * sys/ximage/ximagesink.c: (gst_ximagesink_set_xwindow_id): Fixing a
40009         bug which was triggering a BadAccess X error when setting an overlay
40010         before pad was really negotiated.
40011         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_colorbalance_init):
40012         Using the colorbalance type macro.
40013
40014 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40015
40016         * ext/flac/gstflacenc.c: (gst_flacenc_set_metadata),
40017         (gst_flacenc_chain):
40018           handle tags correctly
40019         * gst/tags/gstid3tag.c: (gst_tag_list_new_from_id3v1):
40020           extract ID3v1 tags correctly
40021
40022 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40023
40024         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find),
40025         (plugin_init):
40026           Improve matroska typefinding for odd-typed headers...
40027
40028 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40029
40030         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
40031           Fix for using incremental number on padnames.
40032
40033 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40034
40035         * ext/divx/gstdivxdec.c:
40036         * ext/divx/gstdivxenc.c:
40037           Set category to divx4linux instead of divx (too generic).
40038         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
40039         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
40040         (gst_wavparse_loop), (gst_wavparse_change_state):
40041         * gst/wavparse/gstwavparse.h:
40042           fix parsing of WAV files with non-standard fmt-tag size and fix
40043           skipping of unrecognized chunks... Someone please fix this thing
40044           to use rifflib so all this is automated.
40045         * sys/v4l/Makefile.am:
40046         * sys/v4l2/Makefile.am:
40047           Add X_CFLAGS because we depend on X (for overlay).
40048
40049 2004-01-14  Jan Schmidt  <thaytan@mad.scientist.com>
40050
40051         * ext/mpeg2dec/gstmpeg2dec.c:
40052           Don't issue a timestamp unless we tagged the frame
40053           with a PTS.
40054
40055 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40056
40057         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback):
40058           Query the audio element to get the time, not the clock. We're
40059           interested in the element's time here.
40060
40061 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40062
40063         * ext/aalib/gstaasink.c: (gst_aasink_chain):
40064         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
40065         * ext/esd/esdsink.c: (gst_esdsink_chain):
40066         * ext/libcaca/gstcacasink.c: (gst_cacasink_chain):
40067         * ext/mas/massink.c: (gst_massink_chain):
40068         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_chain):
40069         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_index),
40070         (gst_matroska_demux_parse_metadata):
40071         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop),
40072         (gst_mpeg_parse_release_locks):
40073         * gst/tcp/gsttcpsink.c: (gst_tcpsink_chain):
40074         * gst/udp/gstudpsink.c: (gst_udpsink_chain):
40075         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
40076         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
40077         (gst_osssink_change_state):
40078         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
40079         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
40080         * sys/xvideo/xvideosink.c: (gst_xvideosink_chain),
40081         (gst_xvideosink_release_locks):
40082         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
40083           use element time.
40084         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_start),
40085         (gst_alsa_clock_stop):
40086         * gst-libs/gst/audio/audioclock.c: (gst_audio_clock_set_active),
40087         (gst_audio_clock_get_internal_time):
40088           simplify for use with new clocking code.
40089         * testsuite/alsa/Makefile.am:
40090         * testsuite/alsa/sinesrc.c: (sinesrc_init), (sinesrc_force_caps):
40091           fix testsuite for new caps system
40092
40093 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40094
40095         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
40096         * ext/flac/gstflacenc.c: (add_one_tag):
40097           length is already host endian, no need to convert. Fixes playback of
40098           tagged files on PPC. (bug #128384)
40099
40100 2004-01-13  Julien MOUTTE <julien@moutte.net>
40101
40102         * gst-libs/gst/colorbalance/colorbalance.h: Adding a type to the
40103         colorbalance interface stating if it is hardware based or software
40104         based.
40105         * gst/videofilter/gstvideobalance.c: (gst_videobalance_planar411):
40106         Removing a trailing comma.
40107         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
40108         (gst_xvimagesink_colorbalance_init): Integrating a patch from Jon
40109         Trowbridge <trow@ximian.com> querying Xv adaptor for min/max value as
40110         the documentation seems to be wrong on the -1000 to 1000 interval.
40111
40112 2004-01-12  David Schleef  <ds@schleef.org>
40113
40114         * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
40115         (gst_efence_buffer_alloc), (gst_fenced_buffer_new),
40116         (gst_fenced_buffer_default_free), (gst_fenced_buffer_default_copy):
40117         Fix negotiation.  Add a bufferalloc function for the sink pad,
40118         and generally clean up some of the code.
40119
40120 2004-01-12  Julien MOUTTE <julien@moutte.net>
40121
40122         * gst-libs/gst/colorbalance/colorbalancechannel.c:
40123         (gst_color_balance_channel_dispose): Adding safety check in dispose
40124         method.
40125         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
40126         (gst_xvimagesink_xcontext_clear),
40127         (gst_xvimagesink_interface_supported),
40128         (gst_xvimagesink_colorbalance_list_channels),
40129         (gst_xvimagesink_colorbalance_set_value),
40130         (gst_xvimagesink_colorbalance_get_value),
40131         (gst_xvimagesink_colorbalance_init), (gst_xvimagesink_get_type):
40132         Adding colorbalance interface support to set XV parameters such as
40133         HUE, BRIGHTNESS, CONTRAST, SATURATION.
40134         * sys/xvimage/xvimagesink.h: Adding the channels list for colorbalance
40135         interface.
40136
40137 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
40138
40139         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_get_type),
40140         (gst_audio_convert_class_init), (gst_audioconvert_getcaps),
40141         (gst_audio_convert_init), (gst_audio_convert_set_property),
40142         (gst_audio_convert_get_property), (gst_audio_convert_chain),
40143         (gst_audio_convert_link),
40144         (gst_audio_convert_buffer_to_default_format),
40145         (gst_audio_convert_buffer_from_default_format), (plugin_init):
40146           - implement _getcaps and use it
40147           - improve linking
40148           - remove float caps since no float conversion is actually done
40149           - remove properties and arguments that were to be used for rate
40150             conversion
40151
40152 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
40153
40154         * gst-libs/gst/audio/audio.c: (_gst_audio_structure_set_list),
40155         (gst_audio_structure_set_int):
40156         * gst-libs/gst/audio/audio.h:
40157           add helper functions for _getcaps matching the standard audio
40158           templates
40159
40160 2004-01-12  David Schleef  <ds@schleef.org>
40161
40162         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
40163         Test that pad is negotiated before getting its caps.
40164
40165 2004-01-12  Julien MOUTTE <julien@moutte.net>
40166
40167         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element): When
40168         analyzing the pads of an element the bin is mostly in READY state so
40169         no caps were negotiated. This helper function needs to work with
40170         _get_caps directly then. I was not freeing them though, added that to
40171         fix the mem leak.
40172
40173 2004-01-12  Julien MOUTTE <julien@moutte.net>
40174
40175         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
40176         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Fixing the
40177         direct put buffers detection. I prefer checking GST_BUFFER_PRIVATE
40178         than the free_func.
40179
40180 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
40181
40182         * sys/oss/gstossaudio.c: (plugin_init):
40183         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
40184         * sys/oss/gstosselement.h:
40185           make an oss debugging category
40186           make failure more descriptive
40187
40188 2004-01-11  David Schleef  <ds@schleef.org>
40189
40190         * ext/ffmpeg/gstffmpeg.c:
40191         * ext/ffmpeg/gstffmpegcodecmap.c:
40192         * ext/ffmpeg/gstffmpegdec.c:
40193         * ext/ffmpeg/gstffmpegenc.c:
40194         * ext/ffmpeg/gstffmpegprotocol.c:
40195         * ext/gdk_pixbuf/gstgdkanimation.c:
40196         * ext/jpeg/gstjpeg.c:
40197         * ext/libpng/gstpng.c:
40198         * ext/mpeg2dec/perftest.c:
40199         * ext/speex/gstspeex.c:
40200         * gst-libs/gst/resample/dtos.c:
40201         * gst/intfloat/gstintfloatconvert.c:
40202         * gst/oneton/gstoneton.c:
40203         * gst/rtjpeg/RTjpeg.c:
40204         * gst/rtp/gstrtp.c:
40205         * sys/dxr3/dxr3init.c:
40206         * sys/glsink/gstgl_nvimage.c:
40207         * sys/glsink/gstgl_pdrimage.c:
40208         * sys/glsink/gstglsink.c:
40209         * testsuite/gst-lint:
40210         Make sure everybody wraps #include "config.h" in #ifdef HAVE_CONFIG_H
40211
40212 2004-01-11  David Schleef  <ds@schleef.org>
40213
40214         * ext/alsa/gstalsasrc.c: (gst_alsa_src_set_caps):
40215         * ext/faac/gstfaac.c: (gst_faac_sinkconnect):
40216         * ext/gdk_pixbuf/gstgdkanimation.c:
40217         (gst_gdk_animation_iter_create_pixbuf):
40218         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
40219         (gst_gdk_pixbuf_chain):
40220         * ext/gdk_pixbuf/gstgdkpixbuf.h:
40221         * ext/jack/gstjack.c: (gst_jack_change_state):
40222         * ext/xvid/gstxviddec.c: (gst_xviddec_sink_link):
40223         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element):
40224         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
40225         * gst/videofilter/gstvideofilter.c:
40226         (gst_videofilter_set_output_size):
40227         Remove all usage of gst_pad_get_caps(), and replace it with
40228         gst_pad_get_allowed_caps() or gst_pad_get_negotiated_cap().
40229
40230 2004-01-11  David Schleef  <ds@schleef.org>
40231
40232         * configure.ac:
40233         * ext/Makefile.am: Fixes to make ext/libcaca compile.
40234         * ext/divx/gstdivxdec.c:
40235         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
40236         (gst_gdk_pixbuf_init), (gst_gdk_pixbuf_chain): Make gdkpixbufdec
40237         handle images that span multiple buffers.  Now work with both
40238         filesrc ! gdkpixbufdec and qtdemux ! gdkpixbufdec.
40239         * ext/gdk_pixbuf/gstgdkpixbuf.h:
40240         * ext/libcaca/gstcacasink.h: Fixes needed due to recent
40241         video/video.h changes
40242         * ext/xvid/gstxvid.c: (gst_xvid_csp_to_caps): same
40243         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
40244         (gst_v4lmjpegsrc_buffer_free): Use buffer free function instead
40245         of GstData free function.
40246         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
40247         same.
40248
40249 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40250
40251         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_class_init),
40252         (gst_v4l2element_dispose), (gst_v4l2element_set_property),
40253         (gst_v4l2element_get_property):
40254         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults), (gst_v4l2_open):
40255           add norm, channel and frequency properties.
40256         * sys/v4l2/gstv4l2tuner.c:
40257           fixes for tuner interface changes
40258         * sys/v4l2/gstv4l2element.h:
40259         * sys/v4l2/gstv4l2src.c:
40260         * sys/v4l2/gstv4l2src.h:
40261         * sys/v4l2/v4l2src_calls.c:
40262         * sys/v4l2/v4l2src_calls.h:
40263           rework v4l2src to work with saa1734 cards and allow mmaped buffers.
40264
40265 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40266
40267         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init),
40268         (gst_tuner_find_norm_by_name), (gst_v4l2_find_channel_by_name),
40269         (gst_tuner_channel_changed), (gst_tuner_norm_changed),
40270         (gst_tuner_frequency_changed), (gst_tuner_signal_changed):
40271         * gst-libs/gst/tuner/tuner.h:
40272           GObjects aren't const.
40273           Add find_by_name functions.
40274           Add checks to _changed functions.
40275         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_get_channel),
40276         (gst_v4l_tuner_get_norm):
40277           Fixes for above.
40278
40279 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40280
40281         * gst-libs/gst/video/video.h:
40282           Fix caps template names to be understandable.
40283           Prefix everything with GST_VIDEO.
40284         * ext/aalib/gstaasink.c:
40285         * ext/divx/gstdivxdec.c:
40286         * ext/divx/gstdivxenc.c:
40287         * ext/gdk_pixbuf/gstgdkpixbuf.c:
40288         * ext/hermes/gstcolorspace.c: (gst_colorspace_base_init):
40289         * ext/jpeg/gstjpegdec.c: (raw_caps_factory):
40290         * ext/jpeg/gstjpegenc.c: (raw_caps_factory):
40291         * ext/libcaca/gstcacasink.c:
40292         * ext/libpng/gstpngenc.c: (raw_caps_factory):
40293         * ext/snapshot/gstsnapshot.c:
40294         * ext/swfdec/gstswfdec.c:
40295         * ext/xvid/gstxviddec.c:
40296         * ext/xvid/gstxvidenc.c:
40297         * gst/chart/gstchart.c:
40298         * gst/deinterlace/gstdeinterlace.c:
40299         * gst/effectv/gsteffectv.c:
40300         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
40301         * gst/goom/gstgoom.c:
40302         * gst/median/gstmedian.c:
40303         * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
40304         (gst_monoscope_srcconnect), (gst_monoscope_chain):
40305         * gst/overlay/gstoverlay.c:
40306         * gst/smooth/gstsmooth.c:
40307         * gst/smpte/gstsmpte.c:
40308         * gst/synaesthesia/gstsynaesthesia.c:
40309         * gst/videocrop/gstvideocrop.c:
40310         * gst/videodrop/gstvideodrop.c:
40311         * gst/y4m/gsty4mencode.c:
40312         * sys/qcam/gstqcamsrc.c:
40313         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
40314           Make them work with new video.h file.
40315         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
40316         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
40317         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
40318         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
40319           Make it work with new buffer allocation system.
40320
40321 2004-01-11  Julien MOUTTE  <julien@moutte.net>
40322
40323         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain): Fixing the
40324         pad_alloc_buffer implementation to use ->srcpad
40325         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain): Fixing the
40326         pad_alloc_buffer implementation to use ->srcpad
40327         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):  Fixing the
40328         pad_alloc_buffer implementation to use ->srcpad
40329         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
40330         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
40331         (gst_ximagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
40332         a reference to everything we need.
40333         * sys/ximage/ximagesink.h: adding a reference to the sink in the image.
40334         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
40335         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
40336         (gst_xvimagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
40337         a reference to everything we need.
40338         * sys/xvimage/xvimagesink.h: adding a reference to the sink in the image
40339
40340 2004-01-11  David Schleef  <ds@schleef.org>
40341
40342         * ext/divx/gstdivxenc.c: remove bogus gst_caps_is_fixed() test
40343         * gst/debug/efence.c: (gst_efence_chain), (gst_fenced_buffer_new),
40344         (gst_fenced_buffer_default_copy): Fix for rename of buffer private
40345         structure members.
40346         * gst/effectv/gstwarp.c: (gst_warptv_setup): Don't reset the time
40347         value during a resize/renegotiation.
40348         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain): use
40349         gst_pad_alloc_buffer();
40350         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
40351         (gst_v4lmjpegsrc_buffer_free): Fix for rename of buffer private
40352         structure members.
40353         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
40354         Fix for rename of buffer private structure members.
40355         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
40356         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
40357         Fix for rename of buffer private structure members.
40358         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
40359         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
40360         Fix for rename of buffer private structure members.
40361
40362 2004-01-11  Arwed v. Merkatz <v.merkatz@gmx.net>
40363
40364         reviewed by: David Schleef <ds@schleef.org>
40365
40366         * gst/videofilter/Makefile.am:
40367         * gst/videofilter/gstgamma.c: Gamma correction filter.  Modified
40368         from the patch by ds to fit in with recent make_filter changes.
40369
40370 2004-01-11  Julien MOUTTE  <julien@moutte.net>
40371
40372         * configure.ac: Adding examples/switch/Makefile
40373         * examples/Makefile.am: Adding examples/switch
40374         * examples/switch/Makefile.am: Adding switcher example.
40375         * examples/switch/switcher.c: (got_eos), (idle_iterate),
40376         (switch_timer), (main): Adding an example demonstrating switch usage
40377         with 2 videotestsrc showing different patterns.
40378         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
40379         (gst_switch_init): Fixing switch with the new caps system.
40380
40381 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40382
40383         * gst-libs/gst/video/video.h:
40384           Fix 32bit caps. Issue remaining: The macro names are chosen poorly.
40385           They should probably be like
40386           GST_VIDEO_PAD_TEMPLATE_CAPS_{RGB,BGR,RGBx,BGRx}.
40387
40388 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40389
40390         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
40391         (qtdemux_parse_trak):
40392           fix audio chunk size/timestamp calculation
40393
40394 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40395
40396         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
40397           fix SVQ3 caps
40398
40399 2004-01-11  Steve Baker  <steve@stevebaker.org>
40400
40401         * gst/effectv/gstaging.c: (gst_agingtv_get_type),
40402         (gst_agingtv_base_init), (gst_agingtv_class_init),
40403         (gst_agingtv_init), (gst_agingtv_setup), (gst_agingtv_rgb32),
40404         (gst_agingtv_set_property), (gst_agingtv_get_property):
40405         Port agingTV to videofilter
40406
40407 2004-01-09  Julien MOUTTE <julien@moutte.net>
40408
40409         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain):
40410         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
40411
40412 2004-01-09  Julien MOUTTE <julien@moutte.net>
40413
40414         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain):
40415         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
40416         * gst-libs/gst/xoverlay/xoverlay.c:
40417         (gst_x_overlay_got_desired_size): Updating doc for the xid being 0.
40418         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
40419         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
40420         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
40421         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
40422         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
40423         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
40424         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init): Implementing
40425         the bufferalloc_function to replace bufferpools, fixing the XOverlay
40426         interface implementation to handle xid being 0 and fix some bugs
40427         triggered by Benjamin's testcase.
40428         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
40429         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
40430         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init): Implementing
40431         the bufferalloc_function to replace bufferpools, fixing the XOverlay
40432         interface implementation to handle xid being 0 and fix some bugs
40433         triggered by Benjamin's testcase.
40434
40435 2004-01-09  David Schleef  <ds@schleef.org>
40436
40437         * ext/librfb/gstrfbsrc.c:  Hacking.  Added actual decoding and
40438         mouse pointer events.  It works.
40439
40440 2004-01-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40441
40442         * ext/divx/gstdivxenc.c: (gst_divxenc_init):
40443           Use explicit caps - fix capsnego.
40444         * ext/xvid/gstxviddec.c:
40445         * ext/xvid/gstxvidenc.c:
40446           Remove macro-inside-macro which caused compile errors.
40447         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_header):
40448           Error out if it's not a RIFF file. Else we error out without
40449           gst_element_error() which is not good...
40450
40451 2004-01-08  David Schleef  <ds@schleef.org>
40452
40453         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
40454         Fix pad_link function to handle formats that ffmpeg returns
40455         as multiple caps structures.
40456         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain):
40457         Only complain if source buffer is _smaller_ than expected.
40458         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
40459         (gst_videoscale_handle_src_event): Resize navigation events
40460         when passing them upstream.
40461         * gst/videotestsrc/gstvideotestsrc.c:
40462         * gst/videotestsrc/gstvideotestsrc.h:
40463         * gst/videotestsrc/videotestsrc.c:
40464         * gst/videotestsrc/videotestsrc.h:
40465         Rewrite many of the buffer painting functions to handle odd
40466         sizes (for many formats, size%4!=0 or size%8!=0).  Most have
40467         been verified to work with my video card.
40468         * testsuite/gst-lint:  Add check for elements calling
40469         gst_pad_get_caps() instead of gst_pad_get_allowed_caps().
40470
40471 2004-01-08  David Schleef  <ds@schleef.org>
40472
40473         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
40474         (gst_videodrop_link), (gst_videodrop_init): Fix negotiation.
40475
40476 2004-01-08  Julien MOUTTE  <julien@moutte.net>
40477
40478         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents): A
40479         configure event is not emiting the desired size signal. That fixes
40480         aspect ratio issues with gst-player.
40481
40482 2004-01-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40483
40484         * gst/median/gstmedian.c: (gst_median_link), (gst_median_init):
40485           Fix capsnego.
40486
40487 2004-01-08  Julien MOUTTE  <julien@moutte.net>
40488
40489         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_create): Using XOverlay
40490         public method to fire size signal.
40491
40492 2004-01-07  Julien MOUTTE  <julien@moutte.net>
40493
40494         * examples/gstplay/Makefile.am: Adding the interface library.
40495         * gst-libs/gst/play/Makefile.am: Adding the interface library.
40496         * gst-libs/gst/play/gstplay.c: (gst_play_set_video_sink): Connecting to         the XOverlay size signal instead of GstVideoSink.
40497         * gst-libs/gst/play/gstplay.h: Including the XOverlay interface to check
40498         GST_IS_X_OVERLAY before signal connect.
40499         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_class_init):
40500         Removing the have_video_size signal.
40501         * gst-libs/gst/video/gstvideosink.h: Removing the have_video_size signal
40502         and associated public method.
40503         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
40504         (gst_ximagesink_sinkconnect): Using XOverlay public method to fire size
40505         signal.
40506         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
40507         (gst_xvideosink_xwindow_new): Using XOverlay public method to fire size
40508         signal.
40509         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sinkconnect):
40510         Using XOverlay public method to fire size signal.
40511
40512 2004-01-07  David Schleef  <ds@schleef.org>
40513
40514         * gst/videofilter/Makefile.am:
40515         * gst/videofilter/gstvideotemplate.c:
40516         * gst/videofilter/make_filter:
40517         Create gstvideoexample.c in a srcdir!=builddir friendly way.
40518         Convert make_filter to /bin/sh script.
40519
40520 2004-01-07  Thomas Vander Stichele  <thomas at apestaart dot org>
40521
40522         * gst/modplug/gstmodplug.cc: fix element description
40523
40524 2004-01-07  Julien MOUTTE  <julien@moutte.net>
40525
40526         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
40527         (got_video_size): Adding some new lines in g_print calls.
40528         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
40529         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_xwindow_resize),
40530         (gst_ximagesink_handle_xevents), (gst_ximagesink_fixate),
40531         (gst_ximagesink_sinkconnect), (gst_ximagesink_change_state),
40532         (gst_ximagesink_chain), (gst_ximagesink_buffer_new),
40533         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size):
40534         Complete code review, reverting some stuff i disagree with, adding
40535         some fixes : time synchronization on invalid timestamps, renegotiation
40536         of private window.
40537         * sys/ximage/ximagesink.h:
40538         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_destroy),
40539         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_handle_xevents),
40540         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
40541         (gst_xvimagesink_fixate), (gst_xvimagesink_sinkconnect),
40542         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
40543         (gst_xvimagesink_buffer_new),
40544         (gst_xvimagesink_navigation_send_event),
40545         (gst_xvimagesink_set_xwindow_id),
40546         (gst_xvimagesink_get_desired_size),
40547         (gst_xvimagesink_xoverlay_init): Complete code review, reverting some
40548         stuff i disagree with, adding some fixes : Renegotiation of private
40549         window, implementing get_desired_size.
40550
40551 2004-01-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40552
40553         * ext/audiofile/gstafsink.c: (gst_afsink_init), (gst_afsink_chain),
40554         (gst_afsink_handle_event):
40555         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
40556         * gst/avi/gstavimux.c: (gst_avimux_request_new_pad):
40557         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_init):
40558         * sys/dxr3/dxr3spusink.c: (dxr3spusink_init):
40559         * sys/dxr3/dxr3videosink.c: (dxr3videosink_init):
40560           Fix for instantiate-test (see core). Also remove dead code from
40561           jpegenc (which still needs fixing, but that's lower on my TODO
40562           list...).
40563         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
40564           Never return NULL as caps.
40565
40566 2004-01-07  David Schleef  <ds@schleef.org>
40567
40568         * configure.ac:
40569         * ext/Makefile.am:
40570         * ext/librfb/Makefile.am:
40571         * ext/librfb/gstrfbsrc.c:
40572         New source plugin based on librfb-0.1.  RFB (remote framebuffer)
40573         is the protocol used by VNC.
40574
40575 2004-01-07  David Schleef  <ds@schleef.org>
40576
40577         * gst/videofilter/gstvideotemplate.c:
40578         * gst/videofilter/gstvideotemplate.h:
40579         * gst/videofilter/make_filter:
40580         Merge videotemplate header into source file.
40581         * gst/effectv/Makefile.am:
40582         * gst/effectv/gsteffectv.c: (plugin_init):
40583         * gst/effectv/gstwarp.c:
40584         Make warpTV a subclass of videofilter.
40585
40586 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40587
40588         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
40589           Add guard against invalid utf-8 conversions in mad. Just in case.
40590
40591 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40592
40593         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
40594           Fix for bug shown by poisoning
40595
40596 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40597
40598         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
40599         (gst_v4lmjpegsrc_buffer_free):
40600         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
40601         (gst_v4lsrc_srcconnect), (gst_v4lsrc_getcaps), (gst_v4lsrc_get),
40602         (gst_v4lsrc_buffer_free):
40603           Fix for removed bufferpools.
40604
40605 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
40606
40607         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
40608         Fix caps negotiation.
40609
40610         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
40611         (dvdnavsrc_update_buttoninfo), (dvdnavsrc_get),
40612         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
40613         (dvdnavsrc_event):
40614         * ext/mpeg2dec/gstmpeg2dec.c:
40615         * gst-libs/gst/navigation/navigation.c:
40616         (gst_navigation_send_key_event), (gst_navigation_send_mouse_event):
40617         * gst-libs/gst/navigation/navigation.h:
40618         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_handle_src_event):
40619         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
40620         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
40621         Super-simple first version of mouse and keyboard events. Clicking
40622         on a DVD menu now works, although it may not take you where you
40623         expected.
40624
40625         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
40626         * gst/videotestsrc/gstvideotestsrc.c:
40627         (gst_videotestsrc_src_fixate):
40628         These fixate functions were broken - they never actually
40629         fixated :)
40630
40631 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40632
40633         * ext/shout/gstshout.c: (gst_icecastsend_base_init),
40634         (gst_icecastsend_init):
40635           fix for new caps system.
40636         * gst-libs/gst/mixer/mixertrack.h:
40637         * sys/oss/gstossmixer.c: (gst_ossmixer_build_list):
40638           Add 'master track' flag (for tools like ACME that only want to
40639           change the main volume).
40640
40641 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
40642
40643         * ext/xvid/gstxvid.c: (gst_xvid_structure_to_csp),
40644         (gst_xvid_csp_to_caps):
40645         * ext/xvid/gstxviddec.c: (gst_xviddec_src_getcaps):
40646         * ext/xvid/gstxvidenc.c:
40647         ifdef out ARGB type when it isn't available
40648         in xvidcore 1.0.0beta2
40649
40650 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40651
40652         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
40653           When we have received a new SCR right in the first buffer after
40654           a seek (so in the same cycle that handles the discont), we should
40655           handle the buffer instead of unreffing it, else we lose data.
40656
40657 2004-01-06  Iain <iain@prettypeople.org>
40658
40659         * gst/intfloat/gstint2float.c (gst_int2float_link): Set the
40660           buffer-frames caps too.
40661
40662         * gst/oneton/gstoneton.c (gst_oneton_sink_connect): Only create the new
40663           caps that we need, don't destroy them all and rebuild them. And when
40664           creating src pads, use the src pad template rather than the sink...
40665
40666 2004-01-05  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40667
40668         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
40669           Add pad to element *after* setting functions such as event handler.
40670           Without this, the scheduler (opt) will link pads, set the event
40671           handler from the default event function (dispatcher in gstpad.c)
40672           and *after* that, we will set our own event function, which will
40673           thus never be used (and thus mpegdemux doesn't handle events).
40674
40675 2004-01-04  David Schleef  <ds@schleef.org>
40676
40677         Fix the fixate functions to handle new prototype:
40678         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
40679         * gst/videotestsrc/gstvideotestsrc.c:
40680         (gst_videotestsrc_src_fixate):
40681         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
40682         * sys/ximage/ximagesink.c: (gst_ximagesink_fixate):
40683         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
40684
40685 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40686
40687         * sys/ximage/ximagesink.h:
40688         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
40689         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_sinkconnect),
40690         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
40691         (gst_ximagesink_xoverlay_init):
40692           assorted fixes to make (re)embedding work
40693         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect),
40694         (gst_ximagesink_get_desired_size):
40695           implement desired size additions to XOverlay
40696
40697 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40698
40699         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init),
40700         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_get_desired_size),
40701         (gst_x_overlay_got_desired_size):
40702         * gst-libs/gst/xoverlay/xoverlay.h:
40703           Add optional "desired size" signal and querying.
40704
40705 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40706
40707         * gst/matroska/matroska-demux.c:
40708         (gst_matroska_demux_parse_blockgroup):
40709           Fix EBML-laced block parsing. Diffs are relative to previous
40710           lace, not the first lace. Thanks to Mosu from the Matroska
40711           team for detecting this.
40712         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
40713         (gst_wavparse_parse_fmt), (gst_wavparse_getcaps),
40714         (gst_wavparse_handle_sink_event), (gst_wavparse_loop),
40715         (gst_wavparse_change_state):
40716         * gst/wavparse/gstwavparse.h:
40717           Quickfix for capsnego.
40718
40719 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40720
40721         * gst/wavenc/gstwavenc.c: (set_property), (gst_wavenc_init):
40722           Fix indenting, fix pad creation.
40723
40724 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40725
40726         * ext/xvid/gstxviddec.c: (gst_xviddec_init),
40727         (gst_xviddec_src_getcaps), (gst_xviddec_src_link),
40728         (gst_xviddec_sink_link):
40729           Implement src_getcaps() so proper size caps is negotiated.
40730
40731 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40732
40733         * ext/flac/gstflacdec.c: (gst_flacdec_loop):
40734           Finish flac decoder on EOS. See #116178.
40735
40736 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40737
40738         * gst/matroska/matroska-demux.c: (gst_matroska_demux_src_getcaps),
40739         (gst_matroska_demux_add_stream):
40740         * gst/matroska/matroska-ids.h:
40741           Add getcaps() function to fix capsnego...
40742
40743 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40744
40745         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
40746         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
40747         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
40748           Fix more integer overflows. Again, see #126967.
40749
40750 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40751
40752         * ext/mpeg2dec/gstmpeg2dec.c:
40753           Add support for mpeg2dec-0.4.0 (released two weeks ago). See
40754           #130416.
40755
40756 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40757
40758         * configure.ac:
40759         * ext/xvid/gstxvid.c: (gst_xvid_init), (gst_xvid_error),
40760         (gst_xvid_structure_to_csp), (gst_xvid_csp_to_caps):
40761         * ext/xvid/gstxvid.h:
40762         * ext/xvid/gstxviddec.c: (gst_xviddec_class_init),
40763         (gst_xviddec_init), (gst_xviddec_setup), (gst_xviddec_chain),
40764         (gst_xviddec_src_link), (gst_xviddec_sink_link),
40765         (gst_xviddec_change_state):
40766         * ext/xvid/gstxviddec.h:
40767         * ext/xvid/gstxvidenc.c: (gst_xvidenc_profile_get_type),
40768         (gst_xvidenc_base_init), (gst_xvidenc_class_init),
40769         (gst_xvidenc_init), (gst_xvidenc_setup), (gst_xvidenc_chain),
40770         (gst_xvidenc_link), (gst_xvidenc_set_property),
40771         (gst_xvidenc_get_property), (gst_xvidenc_change_state):
40772         * ext/xvid/gstxvidenc.h:
40773           Update xvid plugin to latest xvid (1.0.0-beta3) API.
40774
40775 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40776
40777         * gst/rtp/rtp-packet.c:
40778           Add sys/types.h include, since OS X doesn't define in_addr_t
40779           in netinet/in.h, like it does on Linux (see #129600).
40780
40781 2004-01-03  Thomas Canty <tommydal@optushome.com.au>
40782
40783         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
40784
40785         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_dispose):
40786           Correct logic of dispose function (see #129306).
40787
40788 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40789
40790         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_pes):
40791         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
40792         (gst_mpeg_parse_init):
40793         * gst/mpegstream/gstmpegparse.h:
40794           Remove clock (which was never provided, i.e. dead code), and
40795           also fix integer overflows at high PTS values (see #126967).
40796
40797 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40798
40799         * ext/flac/gstflacdec.c:
40800         * ext/libpng/gstpngenc.h:
40801         * ext/mikmod/gstmikmod.h:
40802           OS X fixes (see #126628).
40803
40804 2004-01-02  David Schleef  <ds@schleef.org>
40805
40806         * ext/alsa/gstalsasrc.c: (gst_alsa_src_pad_factory),
40807         (gst_alsa_src_base_init): Remove bogus "src" request pad.
40808         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_base_init),
40809         (gst_mpeg_parse_class_init): Move pad template registration
40810         to class_init, since the derived class (mpegdemux) doesn't
40811         want them.
40812
40813 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40814
40815         * sys/ximage/Makefile.am:
40816         * sys/xvideo/Makefile.am:
40817         * sys/xvimage/Makefile.am:
40818           Move interface libs from LDFLAGS to LIBADD, fix relocation errors
40819           after installation (see #127664).
40820
40821 2004-01-02  David Schleef  <ds@schleef.org>
40822
40823         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_init),
40824         (gst_ffmpegenc_connect):  Negotiation fixes.
40825         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_negotiate_format):
40826         Remove inappropriate gst_caps_free().
40827         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
40828         Reenable Ronald's internal resize code, since the core handles
40829         it correctly now.
40830
40831 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40832
40833         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
40834         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
40835         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init), (gst_v4lsrc_init):
40836           Fix pad template stuff.
40837
40838 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40839
40840         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
40841         * gst/matroska/ebml-write.c: (gst_ebml_write_sint):
40842           fix signed integer reading/writing.
40843
40844 2004-01-02  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40845
40846         * ext/alsa/README:
40847           Remove outdated document
40848
40849 2004-01-03  Jan Schmidt  <thaytan@mad.scientist.com>
40850
40851         * gst/cutter/gstcutter.c: (gst_cutter_init):
40852           src pad was being created twice - oops.
40853
40854 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40855
40856         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
40857           Comment out internal resize. It doesn't handle the resulting
40858           XEvent internally, does another try_set_caps() which leads to
40859           a really nice loop.
40860           Real fix will come when Julien and Dave are awake. ;).
40861
40862 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40863
40864         * ext/mpeg2enc/gstmpeg2enc.cc:
40865           fix const/nonconst compile issue.
40866
40867 2004-01-02  David Schleef  <ds@schleef.org>
40868
40869         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate),
40870         (gst_xvimagesink_sinkconnect), (gst_xvimagesink_init):
40871         Add fixate function and a check for bad formats.
40872
40873 2004-01-01  David Schleef  <ds@schleef.org>
40874
40875         Negotiation fixes:
40876         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
40877         (gst_audiofilter_init):
40878         * gst/debug/efence.c: (gst_efence_init):
40879         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
40880         (gst_deinterlace_init):
40881         * gst/volume/gstvolume.c: (volume_connect):
40882
40883 2004-01-01  David Schleef  <ds@schleef.org>
40884
40885         Convert elements to use gst_pad_use_explicit_caps() where
40886         appropriate:
40887         * ext/a52dec/gsta52dec.c: (gst_a52dec_init), (gst_a52dec_reneg):
40888         * ext/audiofile/gstafparse.c: (gst_afparse_init),
40889         (gst_afparse_open_file):
40890         * ext/audiofile/gstafsrc.c: (gst_afsrc_init),
40891         (gst_afsrc_open_file):
40892         * ext/esd/esdmon.c: (gst_esdmon_init), (gst_esdmon_get):
40893         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_init),
40894         (gst_ffmpegdec_chain):
40895         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
40896         * ext/flac/gstflacdec.c: (gst_flacdec_init), (gst_flacdec_write):
40897         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init),
40898         (gst_gdk_pixbuf_chain):
40899         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init), (gst_jpegdec_link),
40900         (gst_jpegdec_chain):
40901         * ext/mad/gstmad.c: (gst_mad_init), (gst_mad_chain):
40902         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
40903         (gst_mikmod_negotiate):
40904         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
40905         (gst_mpeg2dec_negotiate_format):
40906         * ext/mpeg2enc/gstmpeg2enc.cc:
40907         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
40908         * ext/speex/gstspeexdec.c: (gst_speexdec_init),
40909         (gst_speexdec_sinkconnect):
40910         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop), (gst_swfdec_init):
40911         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_init),
40912         (gst_vorbisfile_new_link):
40913         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_init),
40914         (gst_ac3parse_chain):
40915         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_add_audio_stream),
40916         (gst_asf_demux_setup_pad):
40917         * gst/auparse/gstauparse.c: (gst_auparse_init),
40918         (gst_auparse_chain):
40919         * gst/id3/gstid3types.c: (gst_id3types_loop):
40920         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
40921         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
40922         (mp1videoparse_parse_seq):
40923         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_init),
40924         (bpf_from_header):
40925         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
40926         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_lpcm_set_caps):
40927         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
40928         (gst_mpeg_parse_send_data):
40929         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
40930         (gst_qtdemux_add_stream):
40931         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
40932         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
40933         (gst_wavparse_parse_fmt):
40934
40935 2004-01-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40936
40937         * configure.ac:
40938           Fix configure check for mpeg2enc. We need 1.6.1.93 instead of
40939           1.6.1.92, since the pkg-config file of 1.6.1.92 is borked and
40940           it therefore uses the wrong include paths. Too bad... Note
40941           that 1.6.1.93 is not release yet. ;).
40942           Also add a check for mplex, which is now using the lib'ified
40943           mplex from mjpegtools, too.
40944         * ext/ffmpeg/gstffmpegcodecmap.c:
40945           Add codec_tag for 3ivx/xvid. For xvid, this should fix playback
40946           issues. I don't think ffmpeg handles 3ivx correctly, so this
40947           probably won't work. But it won't hurt either.
40948         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_connect),
40949         (gst_ffmpegdec_chain):
40950         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect),
40951         (gst_ffmpegenc_chain_audio):
40952           Fix memleak in audio encoding. Close codec if open fails, this
40953           calls the cleanup routines so we can re-use the context.
40954         * ext/mpeg2enc/gstmpeg2enc.cc:
40955           Fix pad template names/types, fix memory issue with getcaps().
40956         * ext/mpeg2enc/gstmpeg2encoder.cc:
40957         * ext/mpeg2enc/gstmpeg2encoder.hh:
40958           Fix compile issue with new caps system (const thingy).
40959         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
40960         * ext/mpeg2enc/gstmpeg2encpicturereader.hh:
40961           We read a first frame right on initing, so that we have a caps
40962           when we init the output. This caps is cached in padprivate and
40963           read as first frame.
40964         * ext/mplex/Makefile.am:
40965         * ext/mplex/gstmplex.cc:
40966         * ext/mplex/gstmplex.h:
40967         * ext/mplex/gstmplex.hh:
40968         * ext/mplex/gstmplexibitstream.cc:
40969         * ext/mplex/gstmplexibitstream.hh:
40970         * ext/mplex/gstmplexjob.cc:
40971         * ext/mplex/gstmplexjob.hh:
40972         * ext/mplex/gstmplexoutputstream.cc:
40973         * ext/mplex/gstmplexoutputstream.hh:
40974           We wrap mjpegtools mplex. So I rewrote the plugin. The old plugin
40975           had issues, didn't do capsnego, supported only a subset of the
40976           mplex features and required a mplex fork in our local CVS. Plus
40977           that it worked agaist a very old mplex version. Rewriting was
40978           faster than updating it.
40979         * gst-libs/ext/Makefile.am:
40980         * gst-libs/ext/mplex/INSTRUCT:
40981         * gst-libs/ext/mplex/Makefile.am:
40982         * gst-libs/ext/mplex/README:
40983         * gst-libs/ext/mplex/TODO:
40984         * gst-libs/ext/mplex/ac3strm_in.cc:
40985         * gst-libs/ext/mplex/audiostrm.hh:
40986         * gst-libs/ext/mplex/audiostrm_out.cc:
40987         * gst-libs/ext/mplex/aunit.hh:
40988         * gst-libs/ext/mplex/bits.cc:
40989         * gst-libs/ext/mplex/bits.hh:
40990         * gst-libs/ext/mplex/buffer.cc:
40991         * gst-libs/ext/mplex/buffer.hh:
40992         * gst-libs/ext/mplex/fastintfns.h:
40993         * gst-libs/ext/mplex/format_codes.h:
40994         * gst-libs/ext/mplex/inputstrm.cc:
40995         * gst-libs/ext/mplex/inputstrm.hh:
40996         * gst-libs/ext/mplex/lpcmstrm_in.cc:
40997         * gst-libs/ext/mplex/mjpeg_logging.cc:
40998         * gst-libs/ext/mplex/mjpeg_logging.h:
40999         * gst-libs/ext/mplex/mjpeg_types.h:
41000         * gst-libs/ext/mplex/mpastrm_in.cc:
41001         * gst-libs/ext/mplex/mpegconsts.cc:
41002         * gst-libs/ext/mplex/mpegconsts.h:
41003         * gst-libs/ext/mplex/mplexconsts.hh:
41004         * gst-libs/ext/mplex/multplex.cc:
41005         * gst-libs/ext/mplex/outputstream.hh:
41006         * gst-libs/ext/mplex/padstrm.cc:
41007         * gst-libs/ext/mplex/padstrm.hh:
41008         * gst-libs/ext/mplex/stillsstream.cc:
41009         * gst-libs/ext/mplex/stillsstream.hh:
41010         * gst-libs/ext/mplex/systems.cc:
41011         * gst-libs/ext/mplex/systems.hh:
41012         * gst-libs/ext/mplex/vector.cc:
41013         * gst-libs/ext/mplex/vector.hh:
41014         * gst-libs/ext/mplex/videostrm.hh:
41015         * gst-libs/ext/mplex/videostrm_in.cc:
41016         * gst-libs/ext/mplex/videostrm_out.cc:
41017         * gst-libs/ext/mplex/yuv4mpeg.cc:
41018         * gst-libs/ext/mplex/yuv4mpeg.h:
41019         * gst-libs/ext/mplex/yuv4mpeg_intern.h:
41020         * gst-libs/ext/mplex/yuv4mpeg_ratio.cc:
41021           We don't fork mjpegtools' mplex in our CVS anymore.
41022         * gst/avi/gstavidemux.c: (gst_avi_demux_src_getcaps),
41023         (gst_avi_demux_add_stream):
41024         * gst/avi/gstavidemux.h:
41025           Add getcaps() function for proper caps nego. This makes some
41026           parts of AVI playback/reading work.
41027         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
41028           Resize window on new capsnego. This is probably wrong, but
41029           I'm still committing it because with current capsnego, the
41030           first successfull capsnego is auto-fixated, therefore rounded
41031           down to the lowest values in the caps. this results in a 16x16
41032           XWindow that is not reized when real capsnego finishes.
41033           Dave, I see more cases of this, do you know a proper solution?
41034         * tools/gst-launch-ext.in:
41035           Fix MPEG-4 AAC (Apple iPod/iTunes) file commandline.
41036
41037 2003-12-31  David Schleef  <ds@schleef.org>
41038
41039         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get):
41040         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):
41041           Change gst_pad_proxy_link() to gst_pad_try_set_caps()
41042
41043 2003-12-30  David Schleef  <ds@schleef.org>
41044
41045         * ext/ffmpeg/gstffmpegcolorspace.c:
41046         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
41047         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_init),
41048         (gst_ffmpegcsp_chain): Negotiation fixes
41049         * ext/mad/gstmad.c: (gst_mad_chain): Negotiation fixes
41050         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
41051         (gst_audio_convert_link), (gst_audio_convert_channels):
41052         * gst/audioscale/gstaudioscale.c: (gst_audioscale_getcaps),
41053         (gst_audioscale_link), (gst_audioscale_get_buffer),
41054         (gst_audioscale_chain): Negotiation fixes
41055         * gst/audioscale/gstaudioscale.h:
41056         * gst/videofilter/gstvideofilter.c:
41057         (gst_videofilter_format_get_structure), (gst_videofilter_getcaps),
41058         (gst_videofilter_link), (gst_videofilter_init),
41059         (gst_videofilter_set_output_size), (gst_videofilter_setup),
41060         (gst_videofilter_find_format_by_structure):
41061         * gst/videofilter/gstvideofilter.h: Negotiation fixes
41062         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
41063         (gst_videoscale_link):
41064         * gst/videoscale/videoscale.c: (videoscale_get_structure),
41065         (videoscale_find_by_structure), (gst_videoscale_setup):
41066         * gst/videoscale/videoscale.h: Negotiation fixes
41067         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
41068         (gst_ximagesink_fixate), (gst_ximagesink_init): Add a fixate
41069         function, restrict resizing to a multiple of 4 (hack until
41070         everyone supports odd sizes correctly).
41071
41072 2003-12-29  Colin Walters  <walters@verbum.org>
41073
41074         * ext/esd/esdsink.c (gst_esdsink_link): Fix typo; get depth instead of
41075         signed.
41076
41077 2003-12-30  Jan Schmidt <thaytan@mad.scientist.com>
41078
41079         * ext/sndfile/gstsf.c: (gst_sf_loop):
41080           Fix warning about discarding const qualifier
41081
41082 2003-12-27  Jeremy Simon   <jesimon@libertysurf.fr>
41083
41084         * gst/cutter/gstcutter.c:
41085         * gst/videoscale/gstvideoscale.c:
41086         * gst/volenv/gstvolenv.c:
41087         * gst-libs/gst/audio/audio.c:
41088         * gst-libs/gst/video/video.c:
41089           Fix warnings
41090
41091 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41092
41093         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
41094           Don't send ALSA debugging to stderr.
41095         * ext/alsa/gstalsa.h:
41096           Use GST_WARNING instead of g_warning when ALSA functions fail.
41097
41098 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41099
41100         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
41101           Free XVAdapterInfo correctly.
41102
41103 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41104
41105         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
41106         (gst_id3_tag_do_caps_nego), (gst_id3_tag_src_link):
41107           Make id3tag use correct caps nego.
41108
41109 2003-12-27  Amaury Jacquot <sxpert@esitcom.org>
41110
41111         * ext/ivorbis/vorbis.c:
41112         * ext/ivorbis/vorbisenc.h:
41113         * ext/ivorbis/vorbisfile.c:
41114           Modify so that it uses the new caps things
41115
41116 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41117
41118         * testsuite/spider/spider1.c: (main):
41119         * testsuite/spider/spider2.c: (main):
41120         * testsuite/spider/spider3.c: (main):
41121           Make tests compile again. They probably don't work.
41122
41123 2003-12-24  Colin Walters  <walters@verbum.org>
41124
41125         * sys/oss/gstosssink.c (gst_osssink_sink_fixate): Return NULL if
41126         we can't fixate the caps anymore.
41127
41128 2003-12-23  David Schleef  <ds@schleef.org>
41129
41130         * gst/volume/gstvolume.c: (volume_init): Proxy getcaps.
41131         * sys/oss/gstosssink.c: (gst_osssink_init),
41132         (gst_osssink_sink_fixate): Add fixate function.
41133
41134 2003-12-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41135
41136         * ext/ffmpeg/gstffmpegcodecmap.c:
41137         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_getcaps),
41138         (gst_ffmpegcsp_srcconnect_func), (gst_ffmpegcsp_sinkconnect),
41139         (gst_ffmpegcsp_srcconnect), (gst_ffmpegcsp_get_type),
41140         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
41141         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
41142         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
41143         (gst_ffmpegcsp_get_property), (gst_ffmpegcsp_register):
41144           fix typo in RGB masks, and move back to "old" colorspace
41145           capsnego code until whoever wrote this new crap has actually
41146           tested it so that it works.
41147           And yes, this works, keep it that way please.
41148
41149 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41150
41151         * ext/divx/gstdivxdec.c: (gst_divxdec_base_init),
41152         (gst_divxdec_init), (gst_divxdec_negotiate):
41153         * ext/divx/gstdivxdec.h:
41154         * ext/divx/gstdivxenc.c: (gst_divxenc_base_init),
41155         (gst_divxenc_init):
41156         * ext/faac/gstfaac.c: (gst_faac_base_init), (gst_faac_init),
41157         (gst_faac_sinkconnect), (gst_faac_srcconnect):
41158         * ext/mpeg2enc/gstmpeg2enc.cc:
41159         * ext/mpeg2enc/gstmpeg2encoder.cc:
41160         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
41161         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_base_init),
41162         (dxr3audiosink_init), (dxr3audiosink_pcm_sinklink):
41163         * sys/dxr3/dxr3spusink.c: (dxr3spusink_base_init),
41164         (dxr3spusink_init):
41165         * sys/dxr3/dxr3videosink.c: (dxr3videosink_base_init),
41166         (dxr3videosink_init):
41167           Fix caps breakage after Dave's caps branch merge.
41168
41169 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41170
41171         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
41172           Fix for 24bpp display.
41173
41174 2003-12-23  Colin Walters  <walters@verbum.org>
41175
41176         * ext/gnomevfs/gstgnomevfssink.c: Add ARG_HANDLE property that takes
41177         a GnomeVFSHandle directly.
41178
41179 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41180
41181         * gst/volume/Makefile.am:
41182         * gst/volume/gstvolume.c: (volume_connect), (volume_parse_caps),
41183         (volume_base_init), (volume_init):
41184           Reenable volume element and fix to work with new caps stuff.
41185           Rhythmbox needs this.
41186
41187 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41188
41189         * gst/qtdemux/qtdemux.c: (plugin_init):
41190           qtdemux requires bytestream
41191
41192 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41193
41194         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_link):
41195           Fix remaining caps handling errors due to CAPS merge.
41196
41197 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41198
41199         * ext/faad/gstfaad.c: (gst_faad_base_init), (gst_faad_init),
41200         (gst_faad_sinkconnect), (gst_faad_srcgetcaps),
41201         (gst_faad_srcconnect):
41202           Port to new caps system.
41203
41204 2003-12-21  Julien MOUTTE  <julien@moutte.net>
41205
41206         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
41207         (got_video_size), (main): using g_print instead of g_message.
41208         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup): Fixing EOS
41209         signal which was not emitted because of "switch" element added to the
41210         bin but not connected. (Removing from the bin temporarily)
41211
41212 2003-12-21  Julien MOUTTE  <julien@moutte.net>
41213
41214         * configure.ac: X_DISPLAY_MISSING is set to 1 if AC_PATH_XTRA fails to
41215         find X development files. I don't understand the previous tests and
41216         they fail on my debian/ppc unstable. This one works.
41217         * examples/gstplay/player.c: (main): Set the pipeline to READY before
41218         exiting.
41219         * gst-libs/gst/play/gstplay.c: (gst_play_get_length_callback),
41220         (gst_play_set_video_sink), (gst_play_set_audio_sink),
41221         (gst_play_set_visualization): Add some safety checks in set_ methods
41222         and state_change. This was throwing some ugly CRITICAL messages when
41223         pipeline was getting disposed and casts were failing.
41224
41225 2003-12-21  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41226
41227         * configure.ac:
41228           Improve mpeg2enc detection. This is for distributions that do
41229           ship mjpegtools, but without mpeg2enc. Also does object check
41230           for might there ever be ABI incompatibility.
41231         * ext/mpeg2enc/gstmpeg2enc.cc:
41232           Add Andrew as second maintainer (he's helping me), and also add
41233           an error if no caps was set. This happens if I pull before capsnego
41234           and that's something I should solve sometime else.
41235         * gst/matroska/matroska-demux.c:
41236         (gst_matroska_demux_parse_blockgroup):
41237           Fix time parsing.
41238         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link),
41239         (gst_matroska_mux_track_header):
41240           Add caps to templates.
41241         * gst/mpegaudioparse/gstmpegaudioparse.c: (mp3_sink_factory):
41242           Add mpegversion=1 to prevent confusion with MPEG/AAC.
41243         * gst/mpegstream/gstmpegdemux.c:
41244           Remove layer since it causes warnings about unfixed caps.
41245         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
41246           Fix obvious typo (we error out if caps were set, we should of
41247           course error out if *no* caps were set).
41248         * sys/oss/gstosselement.c: (gst_osselement_convert):
41249           Fix format conversion, we confused bits/bytes.
41250         * sys/oss/gstosselement.h:
41251           Improve documentation for 'bps'.
41252         * sys/v4l/TODO:
41253           Remove stuff about plugins that need removing - this was done
41254           ages ago.
41255         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init),
41256         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query):
41257         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_src_convert),
41258         (gst_v4lsrc_src_query):
41259         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
41260         (gst_v4l2src_src_convert), (gst_v4l2src_src_query):
41261           Add get_query_types(), get_formats() and query() functions.
41262
41263 2003-12-21  Thomas Vander Stichele  <thomas at apestaart dot org>
41264
41265         * ChangeLog: moved to gstreamer/docs/random/old/ChangeLog.gst-plugins
41266           * moved CVS to freedesktop.org