gst/speexresample/README: Update README with the latest diff between the Speex resamp...
[platform/upstream/gstreamer.git] / ChangeLog
1 2008-11-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2
3         * gst/speexresample/README:
4         Update README with the latest diff between the Speex resampler
5         and our copy.
6
7 2008-11-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
8
9         * gst/speexresample/gstspeexresample.c: (plugin_init):
10         Update the debug category from speex_resample to audioresample.
11
12 2008-11-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
13
14         * gst/audioresample/Makefile.am:
15         * gst/audioresample/buffer.c:
16         * gst/audioresample/buffer.h:
17         * gst/audioresample/debug.c:
18         * gst/audioresample/debug.h:
19         * gst/audioresample/functable.c:
20         * gst/audioresample/functable.h:
21         * gst/audioresample/gstaudioresample.c:
22         * gst/audioresample/gstaudioresample.h:
23         * gst/audioresample/resample.c:
24         * gst/audioresample/resample.h:
25         * gst/audioresample/resample_chunk.c:
26         * gst/audioresample/resample_functable.c:
27         * gst/audioresample/resample_ref.c:
28         * tests/check/elements/audioresample.c:
29         Remove audioresample files.
30
31 2008-11-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
32
33         * docs/plugins/inspect/plugin-audioresample.xml:
34         Regenerated for library filename change.
35
36 2008-11-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
37
38         * configure.ac:
39         * docs/plugins/Makefile.am:
40         * docs/plugins/gst-plugins-base-plugins-sections.txt:
41         * docs/plugins/gst-plugins-base-plugins.args:
42         * docs/plugins/gst-plugins-base-plugins.hierarchy:
43         * docs/plugins/gst-plugins-base-plugins.interfaces:
44         * docs/plugins/gst-plugins-base-plugins.prerequisites:
45         * docs/plugins/inspect/plugin-adder.xml:
46         * docs/plugins/inspect/plugin-alsa.xml:
47         * docs/plugins/inspect/plugin-audioconvert.xml:
48         * docs/plugins/inspect/plugin-audiorate.xml:
49         * docs/plugins/inspect/plugin-audioresample.xml:
50         * docs/plugins/inspect/plugin-audiotestsrc.xml:
51         * docs/plugins/inspect/plugin-cdparanoia.xml:
52         * docs/plugins/inspect/plugin-decodebin.xml:
53         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
54         * docs/plugins/inspect/plugin-gdp.xml:
55         * docs/plugins/inspect/plugin-gio.xml:
56         * docs/plugins/inspect/plugin-gnomevfs.xml:
57         * docs/plugins/inspect/plugin-libvisual.xml:
58         * docs/plugins/inspect/plugin-ogg.xml:
59         * docs/plugins/inspect/plugin-pango.xml:
60         * docs/plugins/inspect/plugin-playback.xml:
61         * docs/plugins/inspect/plugin-queue2.xml:
62         * docs/plugins/inspect/plugin-subparse.xml:
63         * docs/plugins/inspect/plugin-tcp.xml:
64         * docs/plugins/inspect/plugin-theora.xml:
65         * docs/plugins/inspect/plugin-typefindfunctions.xml:
66         * docs/plugins/inspect/plugin-uridecodebin.xml:
67         * docs/plugins/inspect/plugin-video4linux.xml:
68         * docs/plugins/inspect/plugin-videorate.xml:
69         * docs/plugins/inspect/plugin-videoscale.xml:
70         * docs/plugins/inspect/plugin-videotestsrc.xml:
71         * docs/plugins/inspect/plugin-volume.xml:
72         * docs/plugins/inspect/plugin-vorbis.xml:
73         * docs/plugins/inspect/plugin-ximagesink.xml:
74         * docs/plugins/inspect/plugin-xvimagesink.xml:
75         * gst/speexresample/gstspeexresample.c: (plugin_init):
76         * gst/speexresample/Makefile.am:
77         * tests/check/Makefile.am:
78         * tests/check/elements/speexresample.c: (setup_speexresample),
79         (GST_START_TEST), (test_pipeline):
80         Rename the moved speexresample to audioresample, integrate into the
81         build system and remove the old audioresample from the build system.
82         Fixes bug #558124, #385061, #346218, #116051.
83
84 2008-11-27  Wim Taymans  <wim.taymans@collabora.co.uk>
85
86         * gst-libs/gst/audio/gstbaseaudiosrc.c:
87         (gst_base_audio_src_get_offset), (gst_base_audio_src_create):
88         Avoid nasty int overflows after about 12 hours and 25 minutes when these
89         code paths are triggered. 
90         A free beer to Håvard Graff for finding this!
91
92 2008-11-27  Wim Taymans  <wim.taymans@collabora.co.uk>
93
94         Patch by: 이문형 <iwings at gmail dot com>
95
96         * gst-libs/gst/rtsp/gstrtspconnection.c:
97         (gst_rtsp_connection_connect):
98         A successful gst_poll_wait() doesn't always mean successful connect() on
99         Windows.  We should check errors by calling gst_poll_fd_has_error().
100         See #561924.
101
102 2008-11-25  Wim Taymans  <wim.taymans@collabora.co.uk>
103
104         * gst-libs/gst/rtp/gstrtcpbuffer.c:
105         Fix typo in the docs.
106
107 2008-11-25  Wim Taymans  <wim.taymans@collabora.co.uk>
108
109         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_sink_event):
110         If no stream was found before receiving EOS, post an error message.
111         Fixes #561924.
112
113 2008-11-25  Wim Taymans  <wim.taymans@collabora.co.uk>
114
115         * ext/theora/gsttheoraenc.h:
116         * ext/theora/theoraenc.c: (gst_theora_enc_init),
117         (theora_buffer_from_packet), (theora_push_packet),
118         (theora_enc_sink_event), (theora_enc_is_discontinuous),
119         (theora_enc_chain):
120         Parse segment events.
121         Pass incomming buffer timestamps to outgoing buffers.
122         Use the running_time to construct the granulepos.
123         Fixes #562163.
124
125 2008-11-25  Wim Taymans  <wim.taymans@collabora.co.uk>
126
127         * gst/playback/gstplaybin2.c: (activate_group):
128         Fix buffer-duration property.
129
130 2008-11-25  Wim Taymans  <wim.taymans@collabora.co.uk>
131
132         * gst-libs/gst/audio/gstbaseaudiosink.c:
133         (gst_base_audio_sink_drain), (gst_base_audio_sink_event),
134         (gst_base_audio_sink_sync_latency), (gst_base_audio_sink_render),
135         (gst_base_audio_sink_change_state):
136         Really fix audiosink drain handling by keeping track of the running_time
137         of the last sample.
138
139 2008-11-24  Michael Smith <msmith@songbirdnest.com>
140
141         * gst/playback/gstplaybin2.c:
142           Add notification of current stream. Add ability to configure buffer
143           sizes.
144         * gst/playback/gsturidecodebin.c:
145           Add ability to configure buffer sizes for streaming mode.
146           Bug #561734.
147
148 2008-11-24  Stefan Kost  <ensonic@users.sf.net>
149
150         * gst-libs/gst/audio/gstbaseaudiosink.c:
151           Time is already in running_time. Remove base_time handling. Fixes
152           audiosinks not draining and thus chopping some audio in the end.
153
154 2008-11-24  David Schleef  <ds@schleef.org>
155
156         * ext/ogg/gstoggmux.c:
157         * ext/ogg/gstoggmux.h:
158           If we're muxing a dirac stream, flush the page after every picture.
159
160 2008-11-24  Stefan Kost  <ensonic@users.sf.net>
161
162         * gst-libs/gst/audio/gstbaseaudiosink.c:
163           Add one log message to check for audio_drained. Sync one log message
164           with the condition. Send EOS after draining audio in pull mode.
165
166 2008-11-24  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
167
168         * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_create):
169         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
170         Use gst_buffer_try_new_and_alloc() and fail properly if the
171         allocation failed. This prevents abort() if downstream elements
172         request an insane amount of memory.
173
174 2008-11-24  Wim Taymans  <wim.taymans@collabora.co.uk>
175
176         * gst/volume/gstvolume.c: (volume_choose_func),
177         (volume_update_volume), (gst_volume_set_volume),
178         (gst_volume_get_volume), (gst_volume_set_mute),
179         (gst_volume_class_init), (gst_volume_init),
180         (volume_process_double), (volume_process_float),
181         (volume_process_int32), (volume_process_int32_clamp),
182         (volume_process_int24), (volume_process_int24_clamp),
183         (volume_process_int16), (volume_process_int16_clamp),
184         (volume_process_int8), (volume_process_int8_clamp), (volume_setup),
185         (volume_transform_ip), (volume_set_property),
186         (volume_get_property):
187         * gst/volume/gstvolume.h:
188         Cleanup volume, define and use default values.
189         Recalculate new volume and mute setup before processing. Fixes #561789.
190
191         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
192         Add controller unit test. Patch by: Jonathan Matthew
193         Fix bogus test that messed with basetransform's internal state.
194
195 2008-11-22  Wim Taymans  <wim.taymans@collabora.co.uk>
196
197         * gst/videorate/gstvideorate.c:
198         Add jpeg and png image media types to the caps. Fixes #561436.
199
200 2008-11-22  Wim Taymans  <wim.taymans@collabora.co.uk>
201
202         * gst/playback/gstplaysink.c: (gen_audio_chain):
203         Don't post an error when we can't configure the volume but post a
204         warning instead. Fixes #561780.
205
206 2008-11-21  David Schleef  <ds@schleef.org>
207
208         Patch by: Jonathan Rosser <jonathan.rosser@rd.bbc.co.uk>
209
210         * gst/videotestsrc/gstvideotestsrc.c:
211         * gst/videotestsrc/gstvideotestsrc.h:
212         * gst/videotestsrc/videotestsrc.c:
213         * gst/videotestsrc/videotestsrc.h:
214           Add a zone plate pattern generator based on BBC R&D Report
215           1978/23 (yeah *that* 1978).  Try 'videotestsrc pattern=zone-plate
216           kx2=20 ky2=20 kt=1'.
217
218 2008-11-20  Michael Smith <msmith@songbirdnest.com>
219
220         * gst/playback/gstdecodebin2.c:
221           Fix random fat-fingering making this not compile.
222
223 2008-11-20  Michael Smith <msmith@songbirdnest.com>
224
225         * gst/playback/gstdecodebin2.c:
226           If the top-level type of the stream is plain text, don't try to decode
227           it, matching behaviour of decodebin.
228         * gst/playback/gstplaysink.c:
229           If we fail to generate a text chain (e.g. due to missing optional
230           plugins), don't crash.
231
232 2008-11-20  Michael Smith <msmith@songbirdnest.com>
233
234         * gst-libs/gst/rtsp/gstrtspdefs.c:
235           Fix win32 build. Oops.
236
237 2008-11-20  Michael Smith <msmith@songbirdnest.com>
238
239         * gst-libs/gst/rtsp/gstrtspdefs.c:
240           Use WSAGetLastError() rather than errno/h_errno on win32.
241
242 2008-11-20  Michael Smith <msmith@songbirdnest.com>
243
244         * gst-libs/gst/riff/riff-media.c:
245           Support WMA Lossless properly.
246
247 2008-11-18  David Schleef  <ds@schleef.org>
248
249         * gst/videotestsrc/gstvideotestsrc.c:
250         * gst/videotestsrc/gstvideotestsrc.h:
251         * gst/videotestsrc/videotestsrc.c:
252         * gst/videotestsrc/videotestsrc.h:
253           Add "colorspec" property, specifying whether to generate BT.601
254           or BT.709 video.  This only affects YCbCr values, not RGB, since
255           if you're generating a 709 test pattern, presumably you want
256           709 RGB primaries, not 601.  Also add "smpte75" pattern, which
257           uses 75% colors instead of 100%, since this is often more useful
258           for testing (and also follows the SMPTE EG-1 guideline).
259
260 2008-11-18  Alessandro Decina  <alessandro.d@gmail.com>
261
262         * gst/playback/gstdecodebin.c:
263         Add a "sink-caps" property to decodebin like it's done for decodebin2.
264         Fixes #560380.
265
266 2008-11-14  Jan Schmidt  <jan.schmidt@sun.com>
267
268         * gst/audioresample/gstaudioresample.c:
269         Guard against a NULL dereference I somehow encountered -
270         with a FLUSH_STOP arriving either before basetransform _start(),
271         or after _stop().
272
273         * gst/typefind/gsttypefindfunctions.c:
274         Make sure we never jump backwards when typefinding corrupt mov files.
275
276 2008-11-14  Jan Schmidt  <jan.schmidt@sun.com>
277
278         * gst-libs/gst/interfaces/propertyprobe.c:
279         Fix random type causing a docs warning.
280
281 2008-11-14  Stefan Kost  <ensonic@users.sf.net>
282
283         * sys/v4l/gstv4l.c:
284           Give it a minimal rank for autovideosrc.
285
286 2008-11-13  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
287
288         * gst/typefind/gsttypefindfunctions.c: (jp2_type_find),
289         (plugin_init):
290         Improve typefinding of ISO JPEG2000 mime types.
291
292 2008-11-13  Wim Taymans  <wim.taymans@collabora.co.uk>
293
294         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
295         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_setcaps),
296         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
297         * sys/xvimage/xvimagesink.h:
298         Avoid typechecking when we do trivial casts.
299         Move error handling out of the main program flow.
300         Sneak in the display-region caps property, not completely correct yet.
301         Cache the width/height in buffer_alloc instead of parsing it from the
302         caps all the time.
303
304 2008-11-13  Wim Taymans  <wim.taymans@collabora.co.uk>
305
306         * gst/playback/gstplaybin2.c: (deactivate_group):
307         don't try to unlink the selector sinkpad when we don't have it yet. This
308         can happen if an error occured before the group was complete.
309
310 2008-11-13  Wim Taymans  <wim.taymans@collabora.co.uk>
311
312         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data),
313         (gst_rtp_buffer_set_packet_len), (gst_rtp_buffer_get_packet_len),
314         (gst_rtp_buffer_get_header_len), (gst_rtp_buffer_get_version),
315         (gst_rtp_buffer_set_version), (gst_rtp_buffer_get_padding),
316         (gst_rtp_buffer_set_padding), (gst_rtp_buffer_pad_to),
317         (gst_rtp_buffer_get_extension), (gst_rtp_buffer_set_extension),
318         (gst_rtp_buffer_get_extension_data),
319         (gst_rtp_buffer_set_extension_data), (gst_rtp_buffer_get_ssrc),
320         (gst_rtp_buffer_set_ssrc), (gst_rtp_buffer_get_csrc_count),
321         (gst_rtp_buffer_get_csrc), (gst_rtp_buffer_set_csrc),
322         (gst_rtp_buffer_get_marker), (gst_rtp_buffer_set_marker),
323         (gst_rtp_buffer_get_payload_type),
324         (gst_rtp_buffer_set_payload_type), (gst_rtp_buffer_get_seq),
325         (gst_rtp_buffer_set_seq), (gst_rtp_buffer_get_timestamp),
326         (gst_rtp_buffer_set_timestamp),
327         (gst_rtp_buffer_get_payload_subbuffer),
328         (gst_rtp_buffer_get_payload_len), (gst_rtp_buffer_get_payload):
329         Avoid expensive type checks we already did as part of the 
330         _validate() function that should be called first.
331
332 2008-11-11  Wim Taymans  <wim.taymans@collabora.co.uk>
333
334         * gst-libs/gst/rtp/gstbasertpdepayload.c: (create_segment_event),
335         (gst_base_rtp_depayload_push_full),
336         (gst_base_rtp_depayload_set_gst_timestamp):
337         Fix some cases where a newsegment event was not sent.
338
339 2008-11-11  Wim Taymans  <wim.taymans@collabora.co.uk>
340
341         * gst/playback/gstplaybin2.c: (activate_group):
342         Catch state change errors and stop from the uridecodebin elements
343         instead of trying to continue in vain.
344
345 2008-11-10  Wim Taymans  <wim.taymans@collabora.co.uk>
346
347         * gst-libs/gst/audio/gstbaseaudiosink.c:
348         (gst_base_audio_sink_sync_latency), (gst_base_audio_sink_render),
349         (gst_base_audio_sink_callback):
350         Use gst_base_sink_do_preroll() to wait for PLAYING and before waiting
351         for the latency to expire, fixes #559567.
352
353 2008-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
354
355         * gst/adder/gstadder.c:
356           Change author string after seeing output of gst-inspector.
357
358 2008-11-10  Wim Taymans  <wim.taymans@collabora.co.uk>
359
360         * gst/playback/gstplaysink.c: (gst_play_sink_reconfigure):
361         Don't try to do crazy things when we only have a text pad without a
362         video pad. Fixes #559478.
363
364 2008-11-06  Wim Taymans  <wim.taymans@collabora.co.uk>
365
366         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
367         Fix case where we don't have a range for the rates or channels as is the
368         case with truespeech.
369
370 2008-11-05  Wim Taymans  <wim.taymans@collabora.co.uk>
371
372         * gst/volume/gstvolume.c: (volume_update_real_volume),
373         (gst_volume_set_volume), (gst_volume_get_volume),
374         (gst_volume_set_mute), (gst_volume_init), (volume_setup),
375         (volume_transform_ip), (volume_update_mute),
376         (volume_update_volume), (volume_get_property):
377         * gst/volume/gstvolume.h:
378         Keep negotiated state in a separate variable.
379         Protect the volume and mute properties with the object lock.
380         Protect modifying the transform with the transform lock.
381
382 2008-11-05  Wim Taymans  <wim.taymans@collabora.co.uk>
383
384         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
385         (gst_ffmpeg_pixfmt_to_caps):
386         Only convert caps to string when debug is enabled.
387
388 2008-11-04  Wim Taymans  <wim.taymans@collabora.co.uk>
389
390         * ext/theora/gsttheoradec.h:
391         * ext/theora/theoradec.c: (gst_theora_dec_init),
392         (gst_theora_dec_reset), (theora_dec_src_event),
393         (theora_dec_sink_event), (theora_handle_type_packet):
394         Copy seqnum.
395         Keep events in a pending list, like vorbisdec, instead of trying
396         to construct a segment event ourselves.
397
398         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
399         (vorbis_dec_src_event), (vorbis_dec_sink_event):
400         * ext/vorbis/vorbisdec.h:
401         Copy seqnum.
402
403 2008-11-04  Wim Taymans  <wim.taymans@collabora.co.uk>
404
405         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
406         (gst_ogg_demux_deactivate_current_chain),
407         (gst_ogg_demux_perform_seek), (gst_ogg_demux_handle_page),
408         (gst_ogg_demux_loop):
409         * ext/ogg/gstoggdemux.h:
410         Copy seqnums around to track playback segments and messages.
411
412 2008-11-03  Wim Taymans  <wim.taymans@collabora.co.uk>
413
414         Based on patch by: Matthias Kretz <kretz at kde dot org>
415
416         * ext/alsa/gstalsasink.c: (gst_alsasink_open),
417         (gst_alsasink_prepare), (gst_alsasink_unprepare),
418         (gst_alsasink_write):
419         Make all access non-blocking so that we can better handle unplugging
420         of usb devices. Fixes #559111
421
422 2008-11-03  Wim Taymans  <wim.taymans@collabora.co.uk>
423
424         Patch by: Damien Lespiau  <damien.lespiau gmail com>
425
426         * gst-libs/gst/rtsp/gstrtspconnection.c:
427         (gst_rtsp_connection_write):
428         Make the next call to poll not depend on previous calls to poll with or
429         without reading from the active descriptor. Fixes #544293.
430
431 2008-10-31  Wim Taymans  <wim.taymans@collabora.co.uk>
432
433         Patch by: Nick Haddad <nick at haddads dot net>
434
435         * gst-libs/gst/riff/riff-ids.h:
436         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
437         Add support for other fourcc codes that are commonly used for
438         'uncompressed RGB', including 'RGB ', 'RAW ', and 0.
439         Fixes #558553.
440
441 2008-10-30  Stefan Kost  <ensonic@users.sf.net>
442
443         * gst/audioresample/gstaudioresample.c:
444           Return the result of parent_class->event().
445
446 2008-10-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
447
448         * gst/audioresample/gstaudioresample.c:
449         (gst_audioresample_class_init), (audioresample_fixate_caps):
450         Fixate the rate to the nearest supported rate instead of
451         the first one. Fixes bug #549510.
452
453 2008-10-27  Wim Taymans  <wim.taymans@collabora.co.uk>
454
455         * win32/common/libgstaudio.def:
456         Add new symbols.
457
458 2008-10-23  Wim Taymans  <wim.taymans@collabora.co.uk>
459
460         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
461         Attempt to make obfuscated code clearer.
462
463 2008-10-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
464
465         * docs/libs/gst-plugins-base-libs-sections.txt:
466         * gst-libs/gst/floatcast/floatcast.h:
467         Move float endianness conversion macros to core. Second part of
468         bug ##555196.
469
470 2008-10-22  Stefan Kost  <ensonic@users.sf.net>
471
472         * sys/ximage/ximagesink.h:
473         * sys/xvimage/xvimagesink.h:
474           Don't mark as gtk-doc docs as they aren't public.
475
476 2008-10-22  Stefan Kost  <ensonic@users.sf.net>
477
478         * sys/xvimage/xvimagesink.c:
479         * sys/xvimage/xvimagesink.h:
480         * tests/icles/Makefile.am:
481         * tests/icles/test-colorkey.c:
482           Allow setting colorkey if possible. Implement property probe interface
483           for optional X features (autopaint-colorkey, double-buffer and
484           colorkey). Fixes #554533
485
486 2008-10-22  Sebastian Dröge  <slomo@circular-chaos.org>
487
488         * gst-libs/gst/tag/tags.c: (gst_tag_image_data_to_image_buffer):
489         Remove useless buffer size assignment. It already has this value.
490
491 2008-10-20  Wim Taymans  <wim.taymans@collabora.co.uk>
492
493         * gst-libs/gst/audio/gstaudiosink.c:
494         (gst_audioringbuffer_class_init), (gst_audioringbuffer_acquire),
495         (gst_audioringbuffer_activate), (gst_audioringbuffer_release),
496         (gst_audioringbuffer_stop):
497         Implement a separate activate functions to start monitoring the segments
498         or, in pull mode, pulling in data.
499
500         * gst-libs/gst/audio/gstbaseaudiosink.c:
501         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
502         (gst_base_audio_sink_query_pad), (gst_base_audio_sink_query),
503         (gst_base_audio_sink_setcaps), (gst_base_audio_sink_callback),
504         (gst_base_audio_sink_activate_pull),
505         (gst_base_audio_sink_async_play),
506         (gst_base_audio_sink_change_state):
507         Implement pad and element convert query function.
508         Activate the ringbuffer.
509         Use the segment last_stop value as the offset to pull.
510         Use new basesink _do_preroll() method to preroll in the pulling thread.
511         Take appropriate locking in the pulling thread.
512
513         * gst-libs/gst/audio/gstringbuffer.h:
514         Update some docs.
515
516 2008-10-20  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
517
518         * gst/typefind/gsttypefindfunctions.c: (mxf_type_find):
519         Improve MXF typefinding a bit by searching for a header partition
520         pack instead of just a general partition pack and checking more
521         bytes for valid values.
522
523 2008-10-20  Wim Taymans  <wim.taymans@collabora.co.uk>
524
525         * tests/icles/.cvsignore:
526         update ignore file.
527
528         * tests/icles/Makefile.am:
529         * tests/icles/test-box.c: (make_pipeline), (main):
530         Add another interactive command line experimentation suite for
531         dynamically boxing/cropping/saling an input video.
532
533 2008-10-17  Wim Taymans  <wim.taymans@collabora.co.uk>
534
535         * docs/libs/gst-plugins-base-libs-sections.txt:
536         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_convert),
537         (gst_ring_buffer_activate), (gst_ring_buffer_is_active):
538         * gst-libs/gst/audio/gstringbuffer.h:
539         Add methods to more accuratly control the pulling thread of a
540         ringbuffer.
541         Add format conversion helper code to the ringbuffer.
542         API: GstRingBuffer:gst_ring_buffer_activate()
543         API: GstRingBuffer:gst_ring_buffer_is_active()
544         API: GstRingBuffer:gst_ring_buffer_convert()
545
546 2008-10-16  Wim Taymans  <wim.taymans@collabora.co.uk>
547
548         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func),
549         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
550         (gst_audioringbuffer_stop):
551         Signal thread startup earlier so that we can immediatly go into pull
552         mode when we have to and block on preroll.
553
554 2008-10-16  Wim Taymans  <wim.taymans@collabora.co.uk>
555
556         * gst-libs/gst/audio/gstringbuffer.c:
557         (gst_ring_buffer_prepare_read):
558         In pull mode we want the callback to prepull a buffer we can preroll on
559         even when we are not yet playing.
560
561 2008-10-16  Stefan Kost  <ensonic@users.sf.net>
562
563         * ext/alsa/Makefile.am:
564         * ext/cdparanoia/Makefile.am:
565         * ext/gio/Makefile.am:
566         * ext/gnomevfs/Makefile.am:
567         * ext/libvisual/Makefile.am:
568         * ext/ogg/Makefile.am:
569         * ext/pango/Makefile.am:
570         * ext/theora/Makefile.am:
571         * ext/vorbis/Makefile.am:
572         * gst/adder/Makefile.am:
573         * gst/audioconvert/Makefile.am:
574         * gst/audiorate/Makefile.am:
575         * gst/audioresample/Makefile.am:
576         * gst/audiotestsrc/Makefile.am:
577         * gst/ffmpegcolorspace/Makefile.am:
578         * gst/gdp/Makefile.am:
579         * gst/playback/Makefile.am:
580         * gst/subparse/Makefile.am:
581         * gst/tcp/Makefile.am:
582         * gst/typefind/Makefile.am:
583         * gst/videorate/Makefile.am:
584         * gst/videoscale/Makefile.am:
585         * gst/videotestsrc/Makefile.am:
586         * gst/volume/Makefile.am:
587         * sys/v4l/Makefile.am:
588         * sys/ximage/Makefile.am:
589         * sys/xvimage/Makefile.am:
590           Don't install static libs for plugins. Fixes #550851 for base.
591
592 2008-10-16  Wim Taymans  <wim.taymans@collabora.co.uk>
593
594         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_init):
595         Set the default blocksize to -1 because we will then use the configured
596         samplesperbuffer to create our output buffer.
597
598 2008-10-15  Edward Hervey  <edward.hervey@collabora.co.uk>
599
600         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
601         (gst_riff_create_video_template_caps):
602         Add mappping for the KMVC (Karl Morton's Video) Codec.
603
604 2008-10-15  Edward Hervey  <edward.hervey@collabora.co.uk>
605
606         * gst/typefind/gsttypefindfunctions.c: (flac_type_find):
607         Don't forget to advance the offset of what we're matching against, else
608         we end up in a forever loop.
609
610 2008-10-15  Sebastian Dröge  <slomo@circular-chaos.org>
611
612         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
613         Improve typefinding a bit. If we don't have a Unicode charset
614         try GST_SUBTITLE_ENCODING and otherwise try ISO-8859-15.
615
616 2008-10-14  Edward Hervey  <edward.hervey@collabora.co.uk>
617
618         * ext/theora/theoradec.c: (theora_dec_decode_buffer):
619         Fix build on macosx.
620
621 2008-10-13  Wim Taymans  <wim.taymans@collabora.co.uk>
622
623         Based on patch by: Robin Stocker <robin at nibor dot org>
624
625         * ext/theora/gsttheoradec.h:
626         * ext/theora/theoradec.c: (gst_theora_dec_init),
627         (theora_dec_setcaps), (theora_handle_type_packet),
628         (theora_dec_decode_buffer), (theora_dec_change_state):
629         Parse input caps and make the PAR override the encoded PAR when
630         specified by a container. Fixes #555699.
631
632 2008-10-13  Wim Taymans  <wim.taymans@collabora.co.uk>
633
634         * gst-libs/gst/rtp/gstbasertpdepayload.c:
635         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
636         (gst_base_rtp_depayload_set_gst_timestamp),
637         (gst_base_rtp_depayload_change_state):
638         * gst-libs/gst/rtp/gstbasertpdepayload.h:
639         Add some more G_LIKELY
640         Fail when the setcaps function was not called.
641
642         * gst-libs/gst/rtp/gstbasertppayload.c:
643         (gst_basertppayload_set_outcaps):
644         Propagate return value of setcaps.
645
646 2008-10-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
647
648         * gst/subparse/Makefile.am:
649         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
650         (gst_sub_parse_class_init), (gst_sub_parse_init),
651         (gst_convert_to_utf8), (detect_encoding), (convert_encoding),
652         (get_next_line), (gst_sub_parse_data_format_autodetect),
653         (feed_textbuf), (handle_buffer), (gst_sub_parse_change_state),
654         (gst_subparse_type_find):
655         * gst/subparse/gstsubparse.h:
656         Add support for UTF16/UTF32 subtitles as long as the first bytes of
657         the first buffer contain the BOM. This also adds support for other
658         encodings that allow NUL bytes via the encoding property.
659         Fixes bugs #552237 and #456788.
660
661 2008-10-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
662
663         * gst-libs/gst/tag/tags.c: (gst_tag_image_data_to_image_buffer):
664         Don't drop the last byte of image tags if they're not an URI list.
665         Fixes bug #556066.
666
667 2008-10-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
668
669         * gst/typefind/gsttypefindfunctions.c: (flac_type_find):
670         For looking at the 4th byte we have to get 4 bytes of course
671         and not 3.
672
673 2008-10-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
674
675         * gst/typefind/gsttypefindfunctions.c: (flac_type_find):
676         Improve FLAC-without-headers typefinding by looking at most of the
677         frame header and checking if invalid values are used. Should prevent
678         quite some false positives compared to the old version which only
679         check if the first 14 bits are set.
680
681 2008-10-11  Stefan Kost  <ensonic@users.sf.net>
682
683         * sys/xvimage/xvimagesink.c:
684           Don't assert on caps==NULL.
685
686 2008-10-10  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
687
688         * gst/subparse/gstsubparse.c:
689         (gst_sub_parse_data_format_autodetect), (handle_buffer),
690         (gst_sub_parse_change_state):
691         * gst/subparse/gstsubparse.h:
692         * tests/check/elements/subparse.c: (GST_START_TEST):
693         Add support for subtitle files with UTF-8 BOM at the beginning
694         by simple stripping it from the first line before passing it
695         to any parsing code. Fixes bug #555257 and playback of files
696         created by Gnome Subtitles.
697
698 2008-10-10  Wim Taymans  <wim.taymans@collabora.co.uk>
699
700         * gst/audiotestsrc/gstaudiotestsrc.c:
701         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
702         (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
703         (gst_audio_test_src_start), (gst_audio_test_src_stop),
704         (gst_audio_test_src_do_seek), (gst_audio_test_src_check_get_range),
705         (gst_audio_test_src_create):
706         * gst/audiotestsrc/gstaudiotestsrc.h:
707         Define the default property values in the usual place.
708         Implement start/stop to reset values correctly.
709         Calculate the sample size only once when we negotiate.
710         Rename some values to make more sense.
711         Keep track of our byte range.
712         Add support for pull based scheduling. Disabled for now until we have
713         the whole stack working.
714         Set the BUFFER_OFFSET correctly.
715
716 2008-10-10  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
717
718         Based on a patch by: xavierb at gmail dot com
719
720         * gst/subparse/gstsubparse.c:
721         (gst_sub_parse_data_format_autodetect):
722         * tests/check/elements/subparse.c: (GST_START_TEST):
723         Make the detection of the used subtitle a bit less strict
724         for srt subtitles. Fixes bug #555607.
725
726 2008-10-10  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
727
728         * ext/vorbis/vorbisenc.c:
729         (gst_vorbis_enc_buffer_check_discontinuous):
730         Fix discontinuity detection which was broken by last commit.
731
732 2008-10-09  Tim-Philipp Müller  <tim.muller at collabora co uk>
733
734         * configure.ac::
735           Require core CVS for ghostpad API additions used by decodebin2.
736
737 2008-10-08  Edward Hervey  <edward.hervey@collabora.co.uk>
738
739         * gst-libs/gst/audio/gstbaseaudiosrc.c:
740         (gst_base_audio_src_create):
741         Fix debug statements (space between '%' and actual format).
742
743 2008-10-08  Wim Taymans  <wim.taymans@collabora.co.uk>
744
745         * gst/playback/gstdecodebin2.c: (gst_decode_pad_activate):
746         Remove bogus assert, the decodepad could have been created inside an
747         already existing group.
748
749 2008-10-08  Andy Wingo  <wingo@pobox.com>
750
751         * gst/playback/gstdecodebin2.c (expose_pad): Fix typo: unset
752         target instead of setting it.
753         (gst_decode_pad_activate, gst_decode_pad_unblock): This is now the
754         API for a decode pad. The bugfix is that we set the group in
755         activate(), not when the pad was created because it might be NULL
756         then.
757         (gst_decode_group_control_source_pad, gst_decode_group_expose):
758         Update to use the API.
759
760 2008-10-08  Andy Wingo  <wingo@pobox.com>
761
762         * gst/playback/gstdecodebin2.c (struct _GstDecodePad): Change to
763         be a subclass of GstGhostPad.
764         (analyze_new_pad): So, when emitting the signals that determine
765         how we do autoplugging, already create the ghost pad and use it as
766         the pad in the signal arguments. This allows applications to make
767         a connection between the pad passed in e.g. autoplug-continue, and
768         the pad passed in new-decoded-pad.
769         (connect_pad, expose_pad): Update to receive the ghosted decode
770         pad in the args, retargetting it as necessary if we have to plug
771         the target pad through a multiqueue.
772         (gst_decode_group_control_source_pad): Adapt to receive an
773         already-ghosted pad that just needs activation, blocking, and
774         drain notification.
775         (sort_end_pads): Adapt for decode pads actually being pads.
776         (gst_decode_group_expose): Adapt for decode pads actually being
777         pads. Rewrite the decode pad names so they appear in order. Adds a
778         new error case if we couldn't set the name.
779         (gst_decode_group_free, gst_decode_group_hide): Adapt cleanup
780         logic.
781         (gst_decode_pad_set_blocked, gst_decode_pad_add_drained_check):
782         New API for the decode pad, needed because we shouldn't do these
783         things inside gst_decode_pad_new(), but after.
784         (gst_decode_pad_new): Change to actually make the real pad, and
785         delay the blocking/drainage bits.
786
787 2008-10-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
788
789         Patch by: Daniel Drake <dsd at laptop dot org>
790
791         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear_collectpads):
792         Unref all buffers when clearing collectpads. Fixes bug #546955.
793
794 2008-10-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
795
796         Based on a patch by: Klaas <klaas at rivercrew dot net>
797
798         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_sink_event),
799         (gst_vorbis_enc_buffer_check_discontinuous),
800         (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
801         * ext/vorbis/vorbisenc.h:
802         Keep track of the upstream segments and use the running time on that
803         segment instead of the buffer timestamp everywhere. Fixes bug #525807.
804
805 2008-10-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
806
807         * gst/audioconvert/audioconvert.c: (audio_convert_convert):
808         Prevent overflows with big buffer when calculating the size of
809         the intermediate buffer by using gst_util_uint64_scale() instead of
810         plain arithmetics. Fixes bug #552801.
811
812 2008-10-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
813
814         Patch by: Pavel Zeldin <pzeldin at gmail dot com>
815
816         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_render_time),
817         (gst_clock_overlay_class_init), (gst_clock_overlay_finalize),
818         (gst_clock_overlay_init), (gst_clock_overlay_set_property),
819         (gst_clock_overlay_get_property):
820         * ext/pango/gstclockoverlay.h:
821         API: Add ability to specify format for date/time display by
822         adding a "time-format" property.
823         Fixes bug #554879.
824
825 2008-10-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
826
827         Patch by: Jan Gerber <j at oil21 dot org>
828
829         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
830         (gst_riff_create_video_template_caps):
831         Add FFV1 fourcc to support playback of FFMPEG lossless video
832         in AVI. Fixes bug #555319.
833
834 2008-10-08  Wim Taymans  <wim.taymans@collabora.co.uk>
835
836         Patch by: Håvard Graff <havard dot graff at tandberg dot com>
837
838         * gst-libs/gst/audio/gstbaseaudiosrc.c:
839         (gst_base_audio_src_create):
840         Implement skew clock slaving. Fixes #552559.
841
842 2008-10-08  Wim Taymans  <wim.taymans@collabora.co.uk>
843
844         * gst-libs/gst/audio/multichannel.c:
845         * gst-libs/gst/audio/testchannels.c:
846         Fix include of config.h
847
848 2008-10-06  Wim Taymans  <wim.taymans@collabora.co.uk>
849
850         Based on Patch by: Tero Saarni <tero dot saarni at gmail dot com>
851
852         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_parse_line),
853         (print_media), (gst_sdp_message_dump):
854         Fix parsing of the c= field containing multicast addresses.
855         Fixes #552199.
856         Add the connection info to the session or streams.
857         Fix parsing of the bandwidth.
858         Add debugging for the connections and bandwidths for a media.
859         Add debugging for the bandwidth of the session. 
860
861 2008-10-06  Wim Taymans  <wim.taymans@collabora.co.uk>
862
863         * gst-libs/gst/rtp/gstbasertppayload.c:
864         (gst_basertppayload_change_state):
865         Configure the next seqnum and timestamp in the state change so that they
866         can be queried soon after.
867
868 2008-10-06  Wim Taymans  <wim.taymans@collabora.co.uk>
869
870         * gst-libs/gst/rtp/gstbasertpdepayload.c:
871         (gst_base_rtp_depayload_chain):
872         Improve debugging of the rtptime.
873
874 2008-10-05  Jan Schmidt  <jan.schmidt@sun.com>
875
876         * configure.ac:
877         Back to development -> 0.10.21.1
878
879 2008-10-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
880
881         * gst/typefind/gsttypefindfunctions.c: (flac_type_find),
882         (plugin_init):
883         Add typefinding for FLAC without headers in the beginning.
884         This is already handled by flacdec and friends.
885
886 2008-10-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
887
888         * gst/typefind/gsttypefindfunctions.c: (mxf_type_find),
889         (plugin_init):
890         Add typefinder for MXF.
891
892 2008-10-03  Jan Schmidt  <jan.schmidt@sun.com>
893
894         * tests/icles/Makefile.am:
895         Only build test-colorkey if GTK+ is available.
896
897 === release 0.10.21 ===
898
899 2008-10-03  Jan Schmidt <jan.schmidt@sun.com>
900
901         * configure.ac:
902           releasing 0.10.21, "We Could Be Wrong"
903
904 2008-09-28  Jan Schmidt  <jan.schmidt@sun.com>
905
906         * configure.ac:
907         0.10.20.4 pre-release
908
909 2008-09-25  Wim Taymans  <wim.taymans@collabora.co.uk>
910
911         Patch by: Vincent Penquerc'h <ogg dot k dot ogg dot k at googlemail dot com>
912
913         * ext/theora/theoraparse.c: (theora_parse_set_streamheader):
914         Set the BOS flag on the BOS packet. Fixes #553244.
915
916 2008-09-23  Wim Taymans  <wim.taymans@collabora.co.uk>
917
918         * gst-libs/gst/rtsp/gstrtspmessage.c:
919         (gst_rtsp_message_parse_request),
920         (gst_rtsp_message_parse_response):
921         Fix the g_return_val_if_fail() statements.
922
923 2008-09-22  Michael Smith <msmith@songbirdnest.com>
924
925         * gst-libs/gst/tag/gsttagdemux.c:
926           Fail to activate if there's insufficient data in the file to be usable,
927           preventing an assertion fail later. Fixes #552960
928
929 2008-09-15  Tim-Philipp Müller  <tim.muller at collabora co uk>
930
931         * gst-libs/gst/pbutils/descriptions.c:
932         * gst/typefind/gsttypefindfunctions.c:
933           Recognise Kate subtitle streams (#550582).
934
935 2008-09-13  Tim-Philipp Müller  <tim.muller at collabora co uk>
936
937         * gst-libs/gst/audio/audio.h: (GST_AUDIO_FIELD_SIGNED):
938           Remove trailing comma from enum list, which causes problems
939           with -pendantic (#550729).
940
941 2008-09-10  Jan Schmidt  <jan.schmidt@sun.com>
942
943         * configure.ac:
944         0.10.20.2 pre-release
945
946         * po/LINGUAS:
947         * po/id.po:
948         * po/pt_BR.po:
949
950         New translations.
951
952 2008-09-05  Tim-Philipp Müller  <tim.muller at collabora co uk>
953
954         * gst-libs/gst/interfaces/propertyprobe.c:
955           (gst_property_probe_get_properties),
956           (gst_property_probe_get_property),
957           (gst_property_probe_probe_property),
958           (gst_property_probe_probe_property_name),
959           (gst_property_probe_needs_probe),
960           (gst_property_probe_needs_probe_name),
961           (gst_property_probe_get_values),
962           (gst_property_probe_get_values_name),
963           (gst_property_probe_probe_and_get_values),
964           (gst_property_probe_probe_and_get_values_name):
965           More sanity checks for our second-favourite interface.
966
967 2008-09-05  Stefan Kost  <ensonic@users.sf.net>
968
969         * gst-libs/gst/interfaces/propertyprobe.c:
970           Check for NULL pointer, in the hope that this fixes #532864.
971
972 2008-09-05  Tim-Philipp Müller  <tim.muller at collabora co uk>
973
974         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_class_init):
975           No really, the next release is 0.10.21 (fix Since: tags in docs).
976
977 2008-09-04  Wim Taymans  <wim.taymans@collabora.co.uk>
978
979         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_stop):
980         Disable a code path that is now called but causes a deadlock for some
981         reason and is unneeded.
982
983 2008-09-04  Stefan Kost  <ensonic@users.sf.net>
984
985         * sys/xvimage/xvimagesink.c:
986         * sys/xvimage/xvimagesink.h:
987           Add a "draw-border" property that can be set to false to disable
988           drawing borders.
989           
990         * tests/icles/test-colorkey.c:
991         * tests/icles/Makefile.am:
992           Add new test application for the colorkey handling.
993
994 2008-09-03  Edward Hervey  <edward.hervey@collabora.co.uk>
995
996         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
997         Use a decent caps for TrueSpeech instead of a ffmpeg-specific one.
998         This will also be fixed for upcoming gst-ffmpeg release so that once
999         this release of -base is out, it will work with the latest gst-ffmpeg
1000         release.
1001
1002 2008-09-03  Edward Hervey  <edward.hervey@collabora.co.uk>
1003
1004         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
1005         (gst_riff_create_audio_template_caps):
1006         Add Truespeech mapping for RIFF formats (AVI/WAV).
1007         Fixes #550656
1008
1009 2008-09-03  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1010
1011         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
1012         Typefind video/mj2 and image/jp2 ISO JPEG2000 mime types.
1013         Fixes #550638.
1014
1015 2008-09-03  Stefan Kost  <ensonic@users.sf.net>
1016
1017         * configure.ac:
1018         * gst/subparse/Makefile.am:
1019         * gst/subparse/gstsubparse.c:
1020         * gst/subparse/samiparse.c:
1021         * tests/check/elements/subparse.c:
1022           Rework last change, so that we build subparse, but just disable the
1023           sami parse functionality, if we're configured to not use xml. In the
1024           tests only the sami test is disabled now.
1025
1026 2008-09-02  Stefan Kost  <ensonic@users.sf.net>
1027
1028         * configure.ac:
1029           Disable subparse when xml is disabled. It woundn't work anyway. Fixes
1030           test runs.
1031
1032 2008-09-02  Tim-Philipp Müller  <tim.muller at collabora co uk>
1033
1034         * po/POTFILES.in:
1035           Add some more files with strings for translation.
1036
1037 2008-09-02  Stefan Kost  <ensonic@users.sf.net>
1038
1039         * gst-libs/gst/tag/gstvorbistag.c:
1040         * tests/check/libs/tag.c:
1041           Use new geo location tags from core. Fixes #481169
1042
1043 2008-09-01  Edward Hervey  <edward.hervey@collabora.co.uk>
1044
1045         * tests/check/elements/audioresample.c: (setup_audioresample),
1046         (fail_unless_perfect_stream), (test_perfect_stream_instance),
1047         (test_discont_stream_instance):
1048         Now that GstBaseTransform is 'fixed' ... remove cruft from tests.
1049         Add debugging for coherence.
1050
1051 2008-08-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
1052
1053         Patch by: Jonathan Matthew  <notverysmart gmail com>
1054
1055         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
1056           Add typefinder for PDF documents (which is nice to have, since it's a
1057           common format, but also helps prevent false positives). Fixes #549814.
1058
1059 2008-08-27  Wim Taymans  <wim.taymans@collabora.co.uk>
1060
1061         * gst/playback/gstplaybin2.c: (selector_blocked), (pad_added_cb),
1062         (no_more_pads_cb):
1063         Fix nasty race where multiple decodebins could start pushing data before
1064         we manage to configure the sinks, resulting in not-linked errors in
1065         typical RTSP streaming cases.
1066
1067 2008-08-26  Wim Taymans  <wim.taymans@collabora.co.uk>
1068
1069         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_stop):
1070         Since we now call stop, we trigger this code path that causes a deadlock
1071         is apparently not needed.
1072
1073 2008-08-26  Wim Taymans  <wim.taymans@collabora.co.uk>
1074
1075         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_start),
1076         (gst_ring_buffer_stop):
1077         Also allow the case where the ringbuffer was paused when we try to stop
1078         it so that the basesrc stop function is still called.
1079
1080 2008-08-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1081
1082         Patch by: Mike Ruprecht <cmaiku at gmail dot com>
1083
1084         * sys/v4l/gstv4lelement.c: (gst_v4l_class_probe_devices):
1085         Reprobe devices again instead of taking a cached list as new
1086         devices could've been plugged in. Fixes bug #549062.
1087
1088 2008-08-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1089
1090         Patch by: Alessandro Dessina <alessandro nnva org>
1091
1092         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain),
1093         (gst_ogg_demux_activate_chain):
1094         Don't add pads and activate them for skeleton streams. These are already
1095         handled inside oggdemux. Fixes bug #537599.
1096
1097 2008-08-22  Wim Taymans  <wim.taymans@collabora.co.uk>
1098
1099         * ext/vorbis/vorbisdec.c: (vorbis_dec_change_state):
1100         Reset variable so that query and convert fail after going back to
1101         READY. Fixes #548898.
1102
1103 2008-08-22  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1104
1105         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
1106         If a buffer arrives with a timestamp before the timestamp+duration
1107         of the previous buffer clip it instead of dropping it completely.
1108         Slight improvement for the unfixable bug #548913.
1109
1110 2008-08-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1111
1112         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
1113         Take the current timestamp instead of timestamp+duration for the offset.
1114         This offset will later be used for calculating the timestamp and
1115         otherwise vorbisdec will interpolate timestamps wrong if upstream
1116         only sends timestamps and no granulepos.
1117
1118 2008-08-21  Stefan Kost  <ensonic@users.sf.net>
1119
1120         * tests/examples/seek/seek.c:
1121           Don't crash when having no visualisations.
1122
1123 2008-08-16  David Schleef  <ds@schleef.org>
1124
1125         * gst/typefind/gsttypefindfunctions.c: DV typefinding.  Remove
1126           check for a bit that is 0 in IEC 61384, but not SMPTE 314M.
1127           Fixes #548065.
1128
1129 2008-08-15  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1130
1131         * gst-libs/gst/pbutils/missing-plugins.c: (copy_and_clean_caps):
1132         When cleaning up the caps fields also remove "depth" for the same
1133         reason we remove "width".
1134
1135 2008-08-14  Tim-Philipp Müller  <tim.muller at collabora co uk>
1136
1137         * gst-libs/gst/pbutils/descriptions.c: (format_info_get_desc):
1138           Add Lead H.264 here as well.
1139
1140 2008-08-14  Julien Moutte  <julien@fluendo.com>
1141
1142         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
1143         (gst_riff_create_video_template_caps): Add Lead H.264 variant.
1144
1145 2008-08-13  Wim Taymans  <wim.taymans@collabora.co.uk>
1146
1147         * gst-libs/gst/audio/gstbaseaudiosrc.c:
1148         (gst_base_audio_src_create):
1149         When not slaved to another clock also subtract the base_time from our
1150         internal clock time to get the running time.
1151
1152 2008-08-12  David Schleef  <ds@schleef.org>
1153
1154         * ext/theora/theoraenc.c: Remove the 2000 kbit limit to bitrate,
1155           since it has no basis in libtheora.
1156
1157 2008-08-12  Stefan Kost  <ensonic@users.sf.net>
1158
1159         * gst-libs/gst/interfaces/propertyprobe.h:
1160           Remove double "interface" from doc-string.
1161
1162         * gst-libs/gst/interfaces/xoverlay.h:
1163           Document interface.
1164
1165         * gst-libs/gst/riff/riff.c:
1166           Add basic doc blobs.
1167
1168 2008-08-11  Stefan Kost  <ensonic@users.sf.net>
1169
1170         * gst-libs/gst/audio/Makefile.am:
1171           Don't try to build that example anymore.
1172
1173 2008-08-11  Stefan Kost  <ensonic@users.sf.net>
1174
1175         * gst-libs/gst/audio/.cvsignore:
1176         * gst-libs/gst/audio/Makefile.am:
1177         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
1178         * gst-libs/gst/audio/make_filter:
1179           Move audiofiltertemplate to gst-template.
1180
1181 2008-08-11  Stefan Kost  <ensonic@users.sf.net>
1182
1183         * docs/libs/gst-plugins-base-libs-sections.txt:
1184         * gst-libs/gst/audio/gstaudiosrc.h:
1185           More docs and shuffling. What can we do with the hundreds of #defines.
1186
1187 2008-08-11  Stefan Kost  <ensonic@users.sf.net>
1188
1189         * gst-libs/gst/audio/audio.h:
1190         * gst-libs/gst/audio/gstaudiofilter.h:
1191         * gst-libs/gst/audio/gstringbuffer.h:
1192         * gst-libs/gst/interfaces/propertyprobe.h:
1193         * gst-libs/gst/tag/gsttagdemux.h:
1194           Reducing number of dundocumented symbols.
1195
1196 2008-08-11  Stefan Kost  <ensonic@users.sf.net>
1197
1198         * gst-libs/gst/audio/audio.c:
1199           Fix doc comment syntax.
1200
1201         * gst-libs/gst/interfaces/propertyprobe.c:
1202           Add more doc-comments and a FIXME: for the signal.    
1203
1204 2008-08-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1205
1206         * ext/ogg/gstoggmux.c: (gst_ogg_mux_sink_event),
1207         (gst_ogg_mux_request_new_pad):
1208         * ext/ogg/gstoggmux.h:
1209         Don't pretend to support NEWSEGMENT events, instead override the
1210         GstCollectPads event function to return FALSE on NEWSEGMENT events
1211         and do the normal work for other events.
1212
1213         This prevents elements like flacenc to seek to the start and rewrite
1214         some data which then results in a broken Ogg packet.
1215
1216 2008-08-07  Tim-Philipp Müller  <tim.muller at collabora co uk>
1217
1218         Patch by: Frederic Crozat <fcrozat@mandriva.org>
1219
1220         * ext/alsa/gstalsaplugin.c: (plugin_init):
1221         * ext/cdparanoia/gstcdparanoiasrc.c: (plugin_init):
1222         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
1223         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init):
1224         * gst-libs/gst/audio/gstbaseaudiosrc.c: (_do_init):
1225         * gst-libs/gst/pbutils/pbutils.c: (gst_pb_utils_init):
1226         * gst-libs/gst/tag/tags.c: (gst_tag_register_tags_internal):
1227         * gst/playback/gstdecodebin.c: (plugin_init):
1228         * gst/playback/gstdecodebin2.c: (gst_decode_bin_plugin_init):
1229         * gst/playback/gstplayback.c: (plugin_init):
1230         * gst/playback/gstqueue2.c: (plugin_init):
1231         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_plugin_init):
1232         * sys/v4l/gstv4l.c: (plugin_init):
1233         Make sure gettext returns translations in UTF-8 encoding rather
1234         than in the current locale encoding (#546822).
1235
1236 2008-08-06  Stefan Kost  <ensonic@users.sf.net>
1237
1238         * gst-libs/gst/pbutils/descriptions.c:
1239           Add audio/x-qdm for qtdemux.
1240
1241 2008-08-05  Stefan Kost  <ensonic@users.sf.net>
1242
1243         * ext/vorbis/vorbisdec.c:
1244           Do not leak old taglist.
1245
1246 2008-08-04  Stefan Kost  <ensonic@users.sf.net>
1247
1248         * tests/icles/test-scale.c:
1249           Include <stdlib.h> for atoi().
1250
1251 2008-08-04  Andy Wingo  <wingo@pobox.com>
1252
1253         * gst/audiotestsrc/gstaudiotestsrc.c: Very crucial and important
1254         documentation fix.
1255
1256 2008-08-01  Stefan Kost  <ensonic@users.sf.net>
1257
1258         * gst/adder/gstadder.c:
1259           Cleanup lots of empty lines that came from gst-indent going havoc
1260           before I added the INDENT_ON/OFF marker some time agao.
1261
1262 2008-08-01  Stefan Kost  <ensonic@users.sf.net>
1263
1264         * configure.ac:
1265         * gst-libs/gst/riff/riff-read.c:
1266           Bump requirement to latest core and use new tag for riff formats.
1267           Needed for #520694.
1268
1269 2008-08-01  Wim Taymans  <wim.taymans@collabora.co.uk>
1270
1271         * tests/examples/dynamic/Makefile.am:
1272         * tests/examples/dynamic/codec-select.c: (make_encoder),
1273         (make_pipeline), (do_switch), (my_bus_callback), (main):
1274         Add example app that dynamically switches between 3 'encoders'.
1275
1276 2008-07-31  Wim Taymans  <wim.taymans@collabora.co.uk>
1277
1278         * gst/playback/gstplaysink.c: (gst_play_sink_set_vis_plugin):
1279         Add some more comments.
1280
1281 2008-07-31  Wim Taymans  <wim.taymans@collabora.co.uk>
1282
1283         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_getcaps),
1284         (gst_video_test_src_create):
1285         Discard buffers of the wrong size after renegotiation, this is perfectly
1286         possible with things like capsfilter that could suggest caps changes
1287         upstream without knowing the size of the buffer.
1288
1289 2008-07-31  Wim Taymans  <wim.taymans@collabora.co.uk>
1290
1291         * tests/icles/.cvsignore:
1292         * tests/icles/Makefile.am:
1293         * tests/icles/test-scale.c: (make_pipeline), (main):
1294         Add dynamic rescaling tests for the new basetransform.
1295
1296 2008-07-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
1297
1298         * gst/audioconvert/Makefile.am:
1299           Dist recently-added gstfastrandom.h.
1300
1301 2008-07-30  Edward Hervey  <edward.hervey@collabora.co.uk>
1302
1303         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
1304         Fix a "may be used uninitialized in this function" which weirdly only
1305         appears on macosx (?).
1306
1307 2008-07-30  Stefan Kost  <ensonic@users.sf.net>
1308
1309         * gst-libs/gst/riff/riff-ids.h:
1310           Adding acid chunk for tempo and loop information.
1311
1312 2008-07-29  Stefan Kost  <ensonic@users.sf.net>
1313
1314         * sys/xvimage/Makefile.am:
1315           floor() needs linking to $(LIBM).
1316
1317 2008-07-29  Stefan Kost  <ensonic@users.sf.net>
1318
1319         * ext/gnomevfs/gstgnomevfssrc.c:
1320           Aggregate short reads and add some comments and debug logging.
1321           Fixes #537380
1322
1323 2008-07-29  Stefan Kost  <ensonic@users.sf.net>
1324
1325         * gst/playback/gstplaybasebin.c:
1326           Fix property doc markup (its not a signal).
1327
1328         * sys/xvimage/xvimagesink.c:
1329           Add since tag for new proeprties (also add sice tags fro the last two
1330           other additions).
1331
1332 2008-07-29  Stefan Kost  <ensonic@users.sf.net>
1333
1334         * sys/xvimage/xvimagesink.c:
1335         * sys/xvimage/xvimagesink.h:
1336           Add autofill/colorkey properties. Fixes #538656.
1337
1338 2008-07-28  David Schleef  <ds@schleef.org>
1339
1340         * sys/xvimage/xvimagesink.c:
1341           Fix rounding errors when converting colorbalance values
1342           between hardware and object property ranges.  Partial
1343           fix for #537889, however, there still seems to be a small
1344           drift problem that could be totem's fault.
1345
1346 2008-07-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1347
1348         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
1349         (gst_ogg_demux_perform_seek), (gst_ogg_demux_handle_page):
1350         Don't use GST_CLOCK_TIME_NONE as start of NEWSEGMENT events.
1351         This fixes a critical warning.
1352
1353 2008-07-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1354
1355         * ext/ogg/gstoggmux.c:
1356         Allow muxing of CELT into Ogg streams.
1357
1358 2008-07-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1359
1360         * gst/typefind/gsttypefindfunctions.c: (celt_type_find),
1361         (plugin_init):
1362         Add simple typefinder for the CELT codec (www.celt-codec.org).
1363
1364 2008-07-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1365
1366         Patch by: Jan Gerber <j at oil21 dot org>
1367
1368         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fisbone):
1369         Fix calculation of the start time from skeleton streams.
1370         Fixes bug #530068.
1371
1372 2008-07-24  Stefan Kost  <ensonic@users.sf.net>
1373
1374         * tests/examples/seek/seek.c:
1375           Use 64 bit constant GST_CLOCK_TIME_NONE instead of plain -1.
1376
1377 2008-07-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1378
1379         * gst/audioconvert/audioconvert.h:
1380         * gst/audioconvert/gstaudioquantize.c:
1381         (gst_audio_quantize_setup_dither),
1382         (gst_audio_quantize_free_dither):
1383         * gst/audioconvert/gstfastrandom.h:
1384         Implement a linear congruential generator as pseudo random number
1385         generator for the dither noise. This is about 2 times faster than
1386         using GLib's mersenne twister. Also this uses only integer math for
1387         generating integers while GLib internally uses floating point math.
1388
1389 2008-07-23  Michael Smith <msmith@songbirdnest.com>
1390
1391         * configure.ac:
1392           Remove AC_ISC_POSIX; it breaks on some systems and is not needed.
1393
1394 2008-07-23  Tim-Philipp Müller  <tim.muller at collabora co uk>
1395
1396         Patch by: Damien Lespiau  <damien.lespiau gmail com>
1397
1398         * gst-libs/gst/sdp/gstsdpmessage.c: (print_media):
1399           Use GST_STR_NULL to avoid crashes with libcs that don't
1400           like NULL strings in printf args (such as the win32 one).
1401           Fixes #544306.
1402
1403 2008-07-17  Jan Schmidt  <Jan.Schmidt@sun.com>
1404
1405         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls):
1406         Oops - set the size of the image used for probing back to 1x1, for
1407         consistency with ximagesink
1408
1409 2008-07-17  Jan Schmidt  <Jan.Schmidt@sun.com>
1410
1411         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
1412         (gst_ximagesink_ximage_new):
1413         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
1414         (gst_xvimagesink_xvimage_new):
1415
1416         Apparently on Solaris and OS/X (at least), it's not legal to ask the
1417         X server to attach to a shared memory segment after we've deleted it,
1418         with the result that MIT-SHM is disabled. Instead, remove it only after 
1419         X succeeds in attaching too.
1420
1421 2008-07-16  David Schleef  <ds@schleef.org>
1422
1423         * gst/audiotestsrc/gstaudiotestsrc.c:
1424         * gst/audiotestsrc/gstaudiotestsrc.h:
1425           Add 'ticks', a 1/30 second sine wave pulse every second.
1426
1427 2008-07-15  David Schleef  <ds@schleef.org>
1428
1429         * gst-libs/gst/video/video.c: Revert ABI change.
1430
1431 2008-07-15  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1432
1433         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
1434         Make it impossible to have NULL caps at the point where we set
1435         framerate and other things. Also don't return immediately for "3ivd"
1436         video and let framerate, etc be set. Might fix bug #542508.
1437
1438 2008-07-14  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1439
1440         * gst-libs/gst/video/video.c: (gst_video_format_parse_caps):
1441         Video format can also be conveniently determined from (many)
1442         non-fixed caps.
1443
1444 2008-07-14  Jan Schmidt  <thaytan@noraisin.net>
1445
1446         * gst/playback/gstplaybasebin.c:
1447         * gst/playback/gstplaybasebin.h:
1448         * gst/playback/gstplaybin.c:
1449         * gst/playback/gststreamselector.c:
1450         First stab at integrating DVD subpicture overlay into
1451         playbin. Successfully plugs and plays, but the queues need
1452         shrinking - 3 seconds of video is too much buffering.
1453
1454 2008-07-11  Stefan Kost  <ensonic@users.sf.net>
1455
1456         * gst/audioconvert/gstaudioconvert.c:
1457           Remove now obsolete note in the docs.
1458
1459 2008-07-11  Stefan Kost  <ensonic@users.sf.net>
1460
1461         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
1462         * docs/plugins/gst-plugins-base-plugins-overrides.txt:
1463         * docs/plugins/gst-plugins-base-plugins-sections.txt:
1464         * docs/plugins/gst-plugins-base-plugins.args:
1465         * docs/plugins/gst-plugins-base-plugins.hierarchy:
1466         * docs/plugins/gst-plugins-base-plugins.interfaces:
1467         * docs/plugins/gst-plugins-base-plugins.prerequisites:
1468         * docs/plugins/gst-plugins-base-plugins.signals:
1469         * docs/plugins/inspect/plugin-adder.xml:
1470         * docs/plugins/inspect/plugin-alsa.xml:
1471         * docs/plugins/inspect/plugin-audioconvert.xml:
1472         * docs/plugins/inspect/plugin-audiorate.xml:
1473         * docs/plugins/inspect/plugin-audioresample.xml:
1474         * docs/plugins/inspect/plugin-audiotestsrc.xml:
1475         * docs/plugins/inspect/plugin-cdparanoia.xml:
1476         * docs/plugins/inspect/plugin-decodebin.xml:
1477         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
1478         * docs/plugins/inspect/plugin-gdp.xml:
1479         * docs/plugins/inspect/plugin-gnomevfs.xml:
1480         * docs/plugins/inspect/plugin-libvisual.xml:
1481         * docs/plugins/inspect/plugin-ogg.xml:
1482         * docs/plugins/inspect/plugin-pango.xml:
1483         * docs/plugins/inspect/plugin-playback.xml:
1484         * docs/plugins/inspect/plugin-queue2.xml:
1485         * docs/plugins/inspect/plugin-subparse.xml:
1486         * docs/plugins/inspect/plugin-tcp.xml:
1487         * docs/plugins/inspect/plugin-theora.xml:
1488         * docs/plugins/inspect/plugin-typefindfunctions.xml:
1489         * docs/plugins/inspect/plugin-uridecodebin.xml:
1490         * docs/plugins/inspect/plugin-video4linux.xml:
1491         * docs/plugins/inspect/plugin-videorate.xml:
1492         * docs/plugins/inspect/plugin-videoscale.xml:
1493         * docs/plugins/inspect/plugin-videotestsrc.xml:
1494         * docs/plugins/inspect/plugin-volume.xml:
1495         * docs/plugins/inspect/plugin-vorbis.xml:
1496         * docs/plugins/inspect/plugin-ximagesink.xml:
1497         * docs/plugins/inspect/plugin-xvimagesink.xml:
1498         * ext/alsa/gstalsamixer.c:
1499         * ext/alsa/gstalsasink.c:
1500         * ext/alsa/gstalsasrc.c:
1501         * ext/gio/gstgiosink.c:
1502         * ext/gio/gstgiosrc.c:
1503         * ext/gio/gstgiostreamsink.c:
1504         * ext/gio/gstgiostreamsrc.c:
1505         * ext/gnomevfs/gstgnomevfssink.c:
1506         * ext/gnomevfs/gstgnomevfssrc.c:
1507         * ext/ogg/gstoggdemux.c:
1508         * ext/ogg/gstoggmux.c:
1509         * ext/pango/gstclockoverlay.c:
1510         * ext/pango/gsttextoverlay.c:
1511         * ext/pango/gsttextrender.c:
1512         * ext/pango/gsttimeoverlay.c:
1513         * ext/theora/theoradec.c:
1514         * ext/theora/theoraenc.c:
1515         * ext/theora/theoraparse.c:
1516         * ext/vorbis/vorbisdec.c:
1517         * ext/vorbis/vorbisenc.c:
1518         * ext/vorbis/vorbisparse.c:
1519         * ext/vorbis/vorbistag.c:
1520         * gst/adder/gstadder.c:
1521         * gst/audioconvert/gstaudioconvert.c:
1522         * gst/audioresample/gstaudioresample.c:
1523         * gst/audiotestsrc/gstaudiotestsrc.c:
1524         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
1525         * gst/gdp/gstgdpdepay.c:
1526         * gst/gdp/gstgdppay.c:
1527         * gst/playback/gstdecodebin2.c:
1528         * gst/playback/gstplaybin.c:
1529         * gst/playback/gstplaybin2.c:
1530         * gst/playback/gstqueue2.c:
1531         * gst/playback/gsturidecodebin.c:
1532         * gst/tcp/gstmultifdsink.c:
1533         * gst/tcp/gsttcpserversink.c:
1534         * gst/videorate/gstvideorate.c:
1535         * gst/videoscale/gstvideoscale.c:
1536         * gst/videotestsrc/gstvideotestsrc.c:
1537         * gst/volume/gstvolume.c:
1538         * sys/ximage/ximagesink.c:
1539         * sys/xvimage/xvimagesink.c:
1540           Cleanup Plugin docs. Link to signals and properties. Fix sub-section
1541           titles. Drop mentining that all our example pipelines are "simple"
1542           pipelines.
1543
1544 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1545
1546         * tests/examples/seek/Makefile.am:
1547         Fix out of tree build by adding all required CFLAGS.
1548
1549 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1550
1551         * gst/playback/gstdecodebin.c: (add_raw_queue):
1552         And ref the pad before returning it again when linking to the queue
1553         failed. Otherwise we will unref the pad twice later and things break.
1554
1555 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1556
1557         * gst/playback/gstdecodebin.c: (add_raw_queue):
1558         If linking the raw pad with a queue fails, try it without a queue
1559         instead of failing completely. This should never happen.
1560
1561 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1562
1563         Patch by: Evgeniy Stepanov <eugeni dot stepanov at gmail dot com>
1564
1565         * gst/playback/gstdecodebin.c: (add_raw_queue), (close_pad_link):
1566         Add a queue after a demuxer if the demuxer outputs raw data. This was
1567         done before only for non-raw data but is required in this case too.
1568         Fixes bug #540215.
1569
1570         decodebin2 doesn't have this issue because all streams of a group
1571         go through multiqueue.
1572
1573 2008-07-03  Wim Taymans  <wim.taymans@collabora.co.uk>
1574
1575         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
1576
1577         * gst-libs/gst/sdp/gstsdpmessage.c:
1578         Makes libgstsdp compile with mingw32 by defining the right WINVER so
1579         that getaddrinfo() can be used. Fixes #541358.
1580
1581 2008-07-01  Wim Taymans  <wim.taymans@collabora.co.uk>
1582
1583         * gst/videotestsrc/gstvideotestsrc.c:
1584         (gst_video_test_src_class_init), (gst_video_test_src_init),
1585         (gst_video_test_src_set_property),
1586         (gst_video_test_src_get_property), (gst_video_test_src_create):
1587         * gst/videotestsrc/gstvideotestsrc.h:
1588         Cleanups, use default property values as defines.
1589         Add property to enable/disable peer buffer allocation.
1590
1591 2008-06-30  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1592
1593         * tests/check/elements/gdpdepay.c: (gdpdepay_suite):
1594         * tests/check/pipelines/streamheader.c: (streamheader_suite):
1595         Enable unit tests on PPC again as the bugs are now fixed.
1596
1597 2008-06-30  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1598
1599         * gst-libs/gst/riff/riff-ids.h:
1600         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
1601         (gst_riff_create_audio_template_caps):
1602         Add support for ADPCM IMA DK3 and DK4 variant in RIFF containers.
1603         Fixes bug #540351.
1604
1605 2008-06-30  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1606
1607         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1608         (gst_ffmpeg_pixfmt_to_caps):
1609         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
1610         (gst_ffmpegcsp_get_unit_size):
1611         Only set/get on the PAL8 format, ffmpegcolorspace doesn't support
1612         it on other formats. Also adjust the unit size only for that format
1613         to not include the palette. Fixes bug #540497.
1614
1615 2008-06-29  Stefan Kost  <ensonic@users.sf.net>
1616
1617         * gst/adder/gstadder.c:
1618           Use GST_DEBUG_FUNCPTR and remove some extra vlnak lines.
1619
1620 2008-06-27  Stefan Kost  <ensonic@users.sf.net>
1621
1622         * ChangeLog:
1623           ChangeLog surgery.
1624   
1625         * tests/examples/seek/seek.c:
1626           Move variable into ifdef too.
1627         
1628
1629 2008-06-27  Stefan Kost  <ensonic@users.sf.net>
1630
1631         * tests/examples/seek/seek.c:
1632           Include config.h and check if we have X. Remove XInitThread(), don't
1633           think its needed. Fixes: #540334.
1634
1635 2008-06-26  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1636
1637         Patch by: Sam Morris <sam at robots dot org to uk>
1638
1639         * gst-libs/gst/interfaces/mixertrack.c:
1640         (gst_mixer_track_class_init), (gst_mixer_track_get_property),
1641         (gst_mixer_track_set_property):
1642         API: Add "index" property to GstMixerTrack to differantiate between
1643         multiple mixer tracks with the same label.
1644
1645         * ext/alsa/gstalsamixeroptions.c: (gst_alsa_mixer_options_new):
1646         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
1647         Set the "index" property of GstMixerTrack to the index given by ALSA.
1648         Fixes bug #528299.
1649
1650 2008-06-25  Stefan Kost  <ensonic@users.sf.net>
1651
1652         * tests/examples/seek/Makefile.am:
1653         * tests/examples/seek/seek.c:
1654           Remove libgstvideo usage. Use gtk_get_option_group instead of
1655           gtk_init().
1656
1657 2008-06-24  Stefan Kost  <ensonic@users.sf.net>
1658
1659         * tests/check/Makefile.am:
1660           Name the test registry format neutral.
1661
1662 2008-06-24  Stefan Kost  <ensonic@users.sf.net>
1663
1664         * gst/playback/gstqueue2.c:
1665           Do not double notify. Remove the unsued return value.
1666
1667 2008-06-24  Stefan Kost  <ensonic@users.sf.net>
1668
1669         * ext/alsa/gstalsamixer.c:
1670           Also consider "speaker" as a name for master volume. If that doesn't
1671           help look for the first non-mono volume control that also has a
1672           playback switch.
1673
1674 2008-06-24  Stefan Kost  <ensonic@users.sf.net>
1675
1676         * ChangeLog:
1677           Forgot to save the ChangeLog :/
1678
1679 2008-06-24  Stefan Kost  <ensonic@users.sf.net>
1680
1681         * tests/examples/seek/Makefile.am:
1682         * tests/examples/seek/seek.c:
1683           Embedd the xwindow. Allow to play multiple files.
1684
1685 2008-06-24  Jan Schmidt  <jan.schmidt@sun.com>
1686
1687         * sys/ximage/ximagesink.c (gst_ximagesink_ximage_put),
1688         (gst_ximagesink_setcaps):
1689         * sys/ximage/ximagesink.h:
1690         When the caps change, make sure to re-draw borders in
1691         force-aspect-ratio=true mode.
1692         * sys/xvimage/xvimagesink.c (gst_xvimagesink_xvimage_put):
1693         Don't clear the border_draw flag until we actually draw the border.
1694         * tests/check/Makefile.am:
1695         Ignore alsasink/src during the states test too, so it doesn't fail
1696         when running without access to the sound device.
1697
1698 2008-06-22  Stefan Kost  <ensonic@users.sf.net>
1699
1700         * tests/examples/seek/seek.c:
1701           Fix crasher when playing a parse-launch line the 2nd time.
1702
1703 2008-06-21  Thomas Vander Stichele  <thomas at apestaart dot org>
1704
1705         * tests/check/pipelines/oggmux.c:
1706           Properly ifdef tests to fix compilation.
1707
1708 2008-06-20  Michael Smith <msmith@songbirdnest.com>
1709
1710         * gst/playback/gstplay-marshal.list:
1711         * gst/playback/gstplaybin2.c:
1712           Add get-video-pad, get-audio-pad, get-text-pad action signals to
1713           playbin2. This allows the user to get to the selector's sinkpads, and
1714           thus inspect a range of things - caps, tags, etc. 
1715
1716 2008-06-20  Michael Smith <msmith@songbirdnest.com>
1717
1718         * gst/playback/gstplaybin2.c:
1719           Use a different constant for the convert-frame signal id.
1720           Fixes #537009.
1721
1722 2008-06-20  Michael Smith <msmith@songbirdnest.com>
1723
1724         * gst/playback/gstplaybin2.c:
1725         * gst/playback/gstplaysink.c:
1726           Fix a whole bunch of typos in comments and log statements. 
1727
1728 2008-06-20  Michael Smith <msmith@songbirdnest.com>
1729
1730         * sys/xvimage/xvimagesink.c:
1731           Don't set colour balance values on the Xv port if the user hasn't
1732           changed them (via properties or the interface). Avoids accumulating
1733           rounding errors for the common case.
1734           Partial fix for bug #537889.
1735
1736 2008-06-20  Michael Smith <msmith@songbirdnest.com>
1737
1738         * gst/playback/gstdecodebin2.c:
1739           Ensure decodebin2 emits 'drained' signal once, and only once, when all
1740           pads are drained.
1741
1742 2008-06-20  Wim Taymans  <wim.taymans@collabora.co.uk>
1743
1744         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_get_latency),
1745         (gst_vorbis_enc_src_query), (gst_vorbis_enc_chain):
1746         Report the encoder latency. Fixes #538232.
1747
1748 2008-06-20  Wim Taymans  <wim.taymans@collabora.co.uk>
1749
1750         * gst/playback/gstplaybin2.c: (gst_play_bin_get_property),
1751         (notify_source), (activate_group):
1752         Implement the source property, emit notify when it changes in the
1753         underlying uridecodebin.
1754
1755 2008-06-20  Wim Taymans  <wim.taymans@collabora.co.uk>
1756
1757         * tests/examples/seek/seek.c: (stop_cb):
1758         Free and clear the seek element list so that we don't use invalid
1759         references when seeking after recreating a gst-launch line.
1760
1761 2008-06-20  Wim Taymans  <wim.taymans@collabora.co.uk>
1762
1763         * gst-libs/gst/audio/gstbaseaudiosink.c:
1764         (gst_base_audio_sink_query), (gst_base_audio_sink_skew_slaving),
1765         (gst_base_audio_sink_render):
1766         Report latency even if we are not live instead of hiding it.
1767         Take ts-offset and render-delay of the basesink into account when
1768         scheduling samples.
1769         Rework the clipping code so that we can take the various offsets into
1770         account and still do correct clipping.
1771
1772 2008-06-20  Jan Schmidt  <jan.schmidt@sun.com>
1773
1774         * configure.ac:
1775         Bump verion back to devel -> 0.10.20.1
1776
1777 2008-06-20  Sebastian Dröge  <slomo@circular-chaos.org>
1778
1779         * gst-libs/gst/tag/tags.c: (gst_tag_image_data_to_image_buffer):
1780         Don't increase the size of non-string image buffers by one as this
1781         might in theory confuse decoders. Still increase it by one for string
1782         image buffers to append '\0'.
1783
1784 2008-06-20  Sebastian Dröge  <slomo@circular-chaos.org>
1785
1786         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
1787         
1788         * gst/gdp/gstgdppay.c: (gst_gdp_pay_reset):
1789         Fix a buffer memleak and remove a confusing and wrong debug output.
1790         Fixes bug #538663.
1791
1792 === release 0.10.20 ===
1793
1794 2008-06-18  Jan Schmidt <jan.schmidt@sun.com>
1795
1796         * configure.ac:
1797           releasing 0.10.20, "Here I Go Again"
1798
1799 2008-06-11  Jan Schmidt  <jan.schmidt@sun.com>
1800
1801         * configure.ac:
1802         0.10.19.3 pre-release
1803
1804 2008-06-11  Jan Schmidt  <jan.schmidt@sun.com>
1805
1806         * gst-libs/gst/rtsp/gstrtspconnection.c:
1807         Fix build on win32.
1808         Patch By: David Schleef <ds@schleef.org>
1809         Fixes: #536874
1810
1811 2008-06-11  Sebastian Dröge  <slomo@circular-chaos.org>
1812
1813         * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_finalize),
1814         (gst_gio_base_src_create):
1815         * ext/gio/gstgiobasesrc.h:
1816         Try to read the requested number of bytes, even if the first
1817         read returns less than requested, until nothing is read anymore
1818         or we have the requested amount of bytes. This fixes playback of
1819         files via Samba as Samba only allows to read 64k at once.
1820
1821         Implement a caching algorithm that makes sure that we read at
1822         least 4k of data every time. Some elements will try to read a few
1823         bytes, then seek, read again a few bytes and so on and this is
1824         painfully slow as every operation has to go over DBus if GVfs is
1825         used as backend.
1826
1827         Fixes bug #536849 and #536848.
1828
1829         * ext/gio/gstgiosrc.c: (gst_gio_src_class_init),
1830         (gst_gio_src_check_get_range):
1831         Override check_get_range() to blacklist http/https URIs
1832         and whitelist file URIs. More to be added on demand.
1833
1834 2008-06-05  Jan Schmidt  <jan.schmidt@sun.com>
1835
1836         * configure.ac:
1837         0.10.19.2 pre-release
1838
1839 2008-06-04  Jan Schmidt  <jan.schmidt@sun.com>
1840
1841         * win32/common/libgstrtsp.def:
1842         * win32/common/libgsttag.def:
1843         Add new API functions to the dll exports
1844
1845 2008-06-04  Michael Smith <msmith@songbirdnest.com>
1846
1847         * gst/playback/gstplaybasebin.c:
1848           Disconnect signals from decodebins we created before we remove it
1849           from playbin, to avoid crashes if the decodebin is eventually
1850           disposed after the playbin itself (possible if the app takes a
1851           reference on the decodebin).
1852           Fixes #536521.
1853
1854 2008-06-04  Tim-Philipp Müller  <tim.muller at collabora co uk>
1855
1856         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
1857           (mp3_type_find), (musepack_type_find), (MULTIPART_MAX_HEADER_SIZE),
1858           (mpeg_sys_type_find), (mpeg_ts_type_find), (mpeg4_video_type_find),
1859           (h264_video_type_find), (mpeg_video_stream_type_find),
1860           (dv_type_find), (mmsh_type_find):
1861           Bunch of small clean-ups: use gst_type_find_suggest_simple(); don't
1862           copy caps for no good reason (this may be desirable to make it easier
1863           to detect leaks, but then it should probably be done for all caps
1864           in the typefinder somewhere).
1865
1866 2008-06-04  Peter Kjellerstedt  <pkj@axis.com>
1867
1868         * tests/check/Makefile.am:
1869         Do not try to run the check tests for subparse unless it has been
1870         built.
1871
1872 2008-06-04  Peter Kjellerstedt  <pkj@axis.com>
1873
1874         * tests/check/pipelines/streamheader.c: (buffer_probe_cb),
1875         (test_multifdsink_gdp_vorbisenc), (streamheader_suite):
1876         Do not try to run a test which requires vorbisenc unless we have
1877         actually built it.
1878
1879 2008-06-04  Peter Kjellerstedt  <pkj@axis.com>
1880
1881         * gst-libs/gst/rtsp/gstrtspconnection.c:
1882         (gst_rtsp_connection_set_auth), (gst_rtsp_connection_set_auth_param),
1883         (gst_rtsp_connection_clear_auth_params),
1884         (gst_rtsp_connection_set_qos_dscp), (gst_rtsp_connection_get_ip):
1885         * gst-libs/gst/rtsp/gstrtspconnection.h:
1886         Add a couple of missing argument guards.
1887         Add a way of setting the DSCP for an RTSP connection.
1888         Add an accessor method for the ip member of GstRTSPConnection as all
1889         members are supposed to be private.
1890
1891 2008-06-04  Peter Kjellerstedt  <pkj@axis.com>
1892
1893         * gst/tcp/gstmultifdsink.c: (setup_dscp_client):
1894         Fixed accidental use of IPv4 options for all IPv6 addresses.
1895
1896 2008-06-04  Tim-Philipp Müller  <tim.muller at collabora co uk>
1897
1898         * gst-libs/gst/interfaces/mixertrack.h:
1899           Document mixer track flags.
1900
1901 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
1902
1903         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
1904
1905         * gst/gdp/gstgdppay.c: (gst_gdp_pay_reset_streamheader):
1906         Don't set caps on the buffers that contain a copy of the buffer
1907         including the caps of them resulting in an always increasing refcount
1908         of the caps and insanely large caps. Instead include a buffer without
1909         caps in the new caps. Fixes bug #536475.
1910
1911 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
1912
1913         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps):
1914         Transform a given PAR to a range on the struct with the generic
1915         height/width instead of the struct with the possibly restricted
1916         height/width.
1917
1918 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
1919
1920         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps):
1921         Prefer the given format if it contains something stricter than [1,MAX]
1922         for height or width and only put a structure that requires rescaling
1923         as second. This makes it possible to use videoscale in pipelines where
1924         the source can actually produce the wanted height/width but usually
1925         selects a different one from the requested.
1926
1927 2008-06-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
1928
1929         Based on patch by: John Millikin <jmillikin gmail com>
1930
1931         * gst-libs/gst/tag/gstvorbistag.c: (tag_matches), (gst_vorbis_tag_add),
1932           (gst_vorbis_tag_add_coverart):
1933           Retrieve COVERART tags from vorbis comments (#512333)
1934
1935 2008-06-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
1936
1937         * gst-libs/gst/tag/tag.h:
1938         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum):
1939           Don't forget to add new enum value here too (should probably use
1940           glib-mkenums here...).
1941
1942 2008-06-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
1943
1944         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_add_id3_image):
1945         * gst-libs/gst/tag/tag.h: (GST_TAG_IMAGE_TYPE_NONE),
1946         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum),
1947           (gst_tag_image_type_get_type), (gst_tag_image_type_is_valid),
1948           (gst_tag_image_data_to_image_buffer):
1949           Add two utility functions to avoid code duplication (#512333):
1950           API: add gst_tag_image_data_to_image_buffer()
1951           API: add gst_tag_list_add_id3_image()
1952           API: add GST_TAG_IMAGE_TYPE_NONE enum value
1953
1954 2008-06-03  Sebastian Dröge  <slomo@circular-chaos.org>
1955
1956         * win32/common/libgstaudio.def:
1957         Add gst_audio_check_channel_positions() to the exported symbols.
1958
1959 2008-06-03  Sebastian Dröge  <slomo@circular-chaos.org>
1960
1961         * docs/libs/gst-plugins-base-libs-sections.txt:
1962         * gst-libs/gst/audio/multichannel.c:
1963         (gst_audio_check_channel_positions):
1964         * gst-libs/gst/audio/multichannel.h:
1965         API: Make gst_audio_check_channel_positions() public.
1966
1967         * tests/check/libs/audio.c: (GST_START_TEST):
1968         Add some simple checks for gst_audio_check_channel_positions().
1969
1970 2008-06-02  Tim-Philipp Müller  <tim.muller at collabora co uk>
1971
1972         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
1973           minrange and maxrange are scaled according to the frequency
1974           multiplier.
1975
1976 2008-06-02  Tim-Philipp Müller  <tim.muller at collabora co uk>
1977
1978         * ext/pango/Makefile.am:
1979         * ext/pango/gsttextoverlay.c: (gst_text_overlay_shade_y),
1980           (gst_text_overlay_blit_yuv420), (gst_text_overlay_push_frame):
1981           Use gstvideo functions to calculate strides and plane offsets. Fixes
1982           rendering issue ('ghost' images of the text on the chroma planes)
1983           with widths or heights that are not multiples of 8 (#506659 and
1984           probably also #485729).
1985
1986         * tests/icles/test-textoverlay.c: (show_text), (test_textoverlay),
1987           (main):
1988           Test with odd height/width too.
1989
1990 2008-06-02  Sebastian Dröge  <slomo@circular-chaos.org>
1991
1992         * gst/adder/gstadder.c: (gst_adder_query_duration),
1993         (gst_adder_query_latency):
1994         When using gst_element_iterate_pads() one has to unref every pad
1995         after usage.
1996
1997 2008-05-31  Mark Nauwelaerts  <mnauw@users.sf.net>
1998
1999         * gst-libs/gst/audio/gstbaseaudiosrc.c:
2000         (gst_base_audio_src_class_init):
2001         Add a gtk-doc chunk for the new properties to have a Since: indication.
2002
2003 2008-05-31  Mark Nauwelaerts  <mnauw@users.sf.net>
2004
2005         * gst-libs/gst/audio/gstbaseaudiosrc.c:
2006         (gst_base_audio_src_class_init), (gst_base_audio_src_dispose),
2007         (gst_base_audio_src_get_property), (gst_base_audio_src_setcaps),
2008         (gst_base_audio_src_change_state):
2009         Provide readable actual-buffer-time and actual-latency-time properties
2010         that reflect the configured ringbuffer values. Fixes #524724.
2011         API: GstBaseAudioSrc:actual-buffer-time
2012         API: GstBaseAudioSrc:actual-latency-time
2013
2014 2008-05-30  Wim Taymans  <wim.taymans@collabora.co.uk>
2015
2016         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push),
2017         (gst_basertppayload_change_state):
2018         Simply converting the running time into an RTP timestamp by scaling it
2019         based on the clock-rate is good enough for making an RTP timestamp. This
2020         has the added benefit that we can later on expose a property with the
2021         RTP timestamp of running time 0, as is needed for RTSP servers to
2022         generate the response of the PLAY request.
2023
2024 2008-05-30  Sebastian Dröge  <slomo@circular-chaos.org>
2025
2026         * gst/audioconvert/gstaudioconvert.c:
2027         (structure_has_fixed_channel_positions),
2028         (gst_audio_convert_transform_caps):
2029         Allow up to 11 positioned channels now that audioconvert can handle
2030         this but add no default positions for > 8 channels.
2031         
2032         * tests/check/elements/audioconvert.c: (GST_START_TEST):
2033         Add some unit tests for the above change: Test conversion of
2034         11 positioned channels to stereo and the other way around, test
2035         conversion of 15 unpositioned channels in different ways.
2036
2037 2008-05-29  Sebastian Dröge  <slomo@circular-chaos.org>
2038
2039         * win32/common/libgstaudio.def:
2040         Add gst_audio_clock_reset to the list of exported symbols.
2041
2042 2008-05-29  Sebastian Dröge  <slomo@circular-chaos.org>
2043
2044         * tests/check/elements/vorbisdec.c: (vorbisdec_suite):
2045         Remove wrong_channels_identification_header unit test as we now
2046         support 7 (and more channels).
2047
2048 2008-05-29  Sebastian Dröge  <slomo@circular-chaos.org>
2049
2050         * gst/audioconvert/gstchannelmix.c:
2051         (gst_channel_mix_fill_one_other):
2052         If mixing left or right to center (or the other way around) only take
2053         the complete value if we don't already have the original position in
2054         the source.
2055
2056 2008-05-29  Sebastian Dröge  <slomo@circular-chaos.org>
2057
2058         * gst-libs/gst/audio/multichannel.c:
2059         (gst_audio_check_channel_positions),
2060         (gst_audio_set_structure_channel_positions_list),
2061         (gst_audio_fixate_channel_positions):
2062         Allow rear center together with rear left/right and other previously
2063         conflicting channel positions. The reason why they weren't allowed
2064         was the channel mixing implementation in audioconvert.
2065         Also take this into account when fixing channel layouts.
2066
2067         Allow setting channel positions for 1/2 channels when using
2068         gst_audio_set_structure_channel_position().
2069
2070         * gst/audioconvert/gstchannelmix.c:
2071         (gst_channel_mix_fill_compatible), (gst_channel_mix_detect_pos),
2072         (gst_channel_mix_fill_one_other), (gst_channel_mix_fill_others),
2073         (gst_channel_mix_fill_special), (gst_channel_mix_fill_matrix):
2074         Major rewrite of the channel mixing.
2075
2076         We now allow previously conflicting channel positions to appear
2077         together (rear center and rear left/right for example).
2078         Fixes bug #533817.
2079
2080         Rework the way channels are mixed together to take more possible
2081         channel positions into account, properly mix from/to side channels
2082         and don't assume that either center, left&right or nothing of a
2083         specific position is available anymore.
2084
2085         * tests/check/elements/audioconvert.c: (GST_START_TEST):
2086         Adjust unit tests with non-standard 1/2 channel layouts to the more
2087         correct new behaviour.
2088
2089         Add a unit test for 5.1->Stereo downmixing.
2090
2091 2008-05-29  Sebastian Dröge  <slomo@circular-chaos.org>
2092
2093         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
2094         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_generate_sink_caps):
2095         Add sane defaults for the 7 and 8 channel layouts as those are
2096         undefined in the Vorbis spec. Use NONE channel layouts when decoding
2097         more than 8 channels instead of erroring out. Fixes bug #535356.
2098
2099 2008-05-28  Wim Taymans  <wim.taymans@collabora.co.uk>
2100
2101         * docs/plugins/Makefile.am:
2102         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
2103         * docs/plugins/gst-plugins-base-plugins-sections.txt:
2104         * ext/theora/theoraparse.c:
2105         Add theoraparse to the docs and fix some docs.
2106
2107 2008-05-28  Wim Taymans  <wim.taymans@collabora.co.uk>
2108
2109         * gst-libs/gst/cdda/gstcddabasesrc.c:
2110         (gst_cdda_base_src_add_track), (gst_cdda_base_src_create):
2111         Fix EOS condition and track addition check, the track.end sector is
2112         included in the track. Fixes #533265.
2113
2114 2008-05-28  Wim Taymans  <wim.taymans@collabora.co.uk>
2115
2116         Patch by: Mark Nauwelaerts <manauw at skynet be>
2117
2118         * gst/videorate/gstvideorate.c: (gst_video_rate_reset),
2119         (gst_video_rate_flush_prev), (gst_video_rate_event),
2120         (gst_video_rate_chain):
2121         * gst/videorate/gstvideorate.h:
2122         React (more) to NEWSEGMENT
2123         Small adjustment in timestamp calculation to prevent mismatches
2124         Fixes #435633.
2125
2126 2008-05-28  Tim-Philipp Müller  <tim.muller at collabora co uk>
2127
2128         * tests/examples/seek/seek.c: (make_parselaunch_pipeline):
2129           Initialise error to NULL as we should.
2130
2131 2008-05-28  Sebastian Dröge  <slomo@circular-chaos.org>
2132
2133         * gst/adder/gstadder.c: (gst_adder_query_duration),
2134         (gst_adder_query_latency), (gst_adder_query):
2135         Implement latency query.
2136
2137 2008-05-27  Sebastian Dröge  <slomo@circular-chaos.org>
2138
2139         * gst/adder/gstadder.c: (gst_adder_query_duration):
2140         Correctly resync the iterator if gst_iterator_next() returns
2141         GST_ITERATOR_RESYNC.
2142
2143 2008-05-27  Tim-Philipp Müller  <tim.muller at collabora co uk>
2144
2145         * win32/vs6/libgstpbutils.dsp:
2146           Add pbutils-enumtypes.c to sources (#518037).
2147
2148 2008-05-27  Wim Taymans  <wim.taymans@collabora.co.uk>
2149
2150         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
2151         (gst_audio_clock_reset), (gst_audio_clock_get_internal_time):
2152         * gst-libs/gst/audio/gstaudioclock.h:
2153         Add method to inform the clock that the time starts from 0 again. We use
2154         this info to calculate a clock offset so that the time we report in
2155         internal_time is monotonically increasing, as required by the clock base
2156         class. Fixes #521761.
2157         API: GstAudioClock::gst_audio_clock_reset()
2158
2159         * gst-libs/gst/audio/gstbaseaudiosink.c:
2160         (gst_base_audio_sink_skew_slaving),
2161         (gst_base_audio_sink_change_state):
2162         * gst-libs/gst/audio/gstbaseaudiosrc.c:
2163         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
2164         Reset reported time when we (re)create the ringbuffer.
2165
2166 2008-05-27  Tim-Philipp Müller  <tim.muller at collabora co uk>
2167
2168         * ext/alsa/gstalsamixertrack.c:
2169           (gst_alsa_mixer_track_update_alsa_capabilities):
2170           Make sure playback volumes aren't accidentally overwritten by
2171           capture volumes if an alsa mixer track has both playback and
2172           capture capabilities: we create two GstMixerTracks in that
2173           case, so make sure we query only the alsa capabilities that
2174           refer to the type of GstMixerTrack we created from the dual
2175           capability alsa element. Should fix issues with Audigy2 sound
2176           cards (#518082).
2177
2178 2008-05-27  Tim-Philipp Müller  <tim.muller at collabora co uk>
2179
2180         * tests/check/pipelines/oggmux.c: (test_pipeline):
2181           Don't use deprecated function.
2182
2183 2008-05-27  Wim Taymans  <wim.taymans@collabora.co.uk>
2184
2185         * gst/playback/gstdecodebin2.c:
2186         (gst_decode_group_control_source_pad), (gst_decode_group_expose):
2187         Check for NULL cases and log them, creating ghostpads can, for example,
2188         fail when the pad returns wrong caps.
2189
2190         * gst/playback/gstplaybin2.c: (perform_eos):
2191         When pushing out the EOS event, collect the return value and warn when
2192         something failed.
2193
2194 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
2195
2196         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
2197         (gst_riff_create_video_template_caps):
2198         Add support for DVCPRO.
2199
2200 2008-05-26  Tim-Philipp Müller  <tim.muller at collabora co uk>
2201
2202         * gst/videoscale/gstvideoscale.c: (DEFAULT_PROP_METHOD):
2203           Change default scaling method from nearest-neighbour to bilinear.
2204
2205 2008-05-26  Tim-Philipp Müller  <tim.muller at collabora co uk>
2206
2207         * tests/check/libs/video.c:
2208           More checks.
2209
2210 2008-05-25  Tim-Philipp Müller  <tim.muller at collabora co uk>
2211
2212         * gst/subparse/gstsubparse.c: (parser_state_init),
2213           (gst_sub_parse_format_autodetect), (handle_buffer):
2214         * gst/subparse/gstsubparse.h:
2215         * tests/check/elements/subparse.c: (test_tmplayer_style3b):
2216           Limit duration to a maximum of five seconds for tmplayer format where
2217           we can guess the duration only from the timestamp of the next line of
2218           text. We don't want to show a text for eternities just because nothing
2219           else is being said for a while.
2220
2221 2008-05-23  Wim Taymans  <wim.taymans@collabora.co.uk>
2222
2223         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2224         (gst_base_rtp_depayload_chain),
2225         (gst_base_rtp_depayload_handle_sink_event),
2226         (gst_base_rtp_depayload_push_full),
2227         (gst_base_rtp_depayload_change_state):
2228         Check sequence numbers, mark input buffers with a discont flag for the
2229         subclass when we detected a gap, drop duplicate buffers. We do this
2230         because one can use the element without a jitterbuffer in front and we
2231         don't want to feed the subclasses invalid or reordered data.
2232         Do an error when the subclass did not provide a process function instead
2233         of crashing.
2234         Some other small cleanups.
2235
2236 2008-05-22  Tim-Philipp Müller  <tim.muller at collabora co uk>
2237
2238         * gst/videotestsrc/videotestsrc.c: (paint_hline_NV12_NV21):
2239           May just as well use the precalculated uvstride here.
2240
2241 2008-05-22  Jan Schmidt  <jan.schmidt@sun.com>
2242
2243         * docs/plugins/Makefile.am:
2244         * docs/plugins/gst-plugins-base-plugins-overrides.txt:
2245         * docs/plugins/gst-plugins-base-plugins-sections.txt:
2246         * docs/plugins/gst-plugins-base-plugins.args:
2247         * docs/plugins/gst-plugins-base-plugins.hierarchy:
2248         * docs/plugins/gst-plugins-base-plugins.interfaces:
2249         * docs/plugins/gst-plugins-base-plugins.prerequisites:
2250         * docs/plugins/inspect/plugin-adder.xml:
2251         * docs/plugins/inspect/plugin-alsa.xml:
2252         * docs/plugins/inspect/plugin-audioconvert.xml:
2253         * docs/plugins/inspect/plugin-audiorate.xml:
2254         * docs/plugins/inspect/plugin-audioresample.xml:
2255         * docs/plugins/inspect/plugin-audiotestsrc.xml:
2256         * docs/plugins/inspect/plugin-cdparanoia.xml:
2257         * docs/plugins/inspect/plugin-decodebin.xml:
2258         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
2259         * docs/plugins/inspect/plugin-gdp.xml:
2260         * docs/plugins/inspect/plugin-gio.xml:
2261         * docs/plugins/inspect/plugin-gnomevfs.xml:
2262         * docs/plugins/inspect/plugin-libvisual.xml:
2263         * docs/plugins/inspect/plugin-ogg.xml:
2264         * docs/plugins/inspect/plugin-pango.xml:
2265         * docs/plugins/inspect/plugin-playback.xml:
2266         * docs/plugins/inspect/plugin-queue2.xml:
2267         * docs/plugins/inspect/plugin-subparse.xml:
2268         * docs/plugins/inspect/plugin-tcp.xml:
2269         * docs/plugins/inspect/plugin-theora.xml:
2270         * docs/plugins/inspect/plugin-typefindfunctions.xml:
2271         * docs/plugins/inspect/plugin-uridecodebin.xml:
2272         * docs/plugins/inspect/plugin-video4linux.xml:
2273         * docs/plugins/inspect/plugin-videorate.xml:
2274         * docs/plugins/inspect/plugin-videoscale.xml:
2275         * docs/plugins/inspect/plugin-videotestsrc.xml:
2276         * docs/plugins/inspect/plugin-volume.xml:
2277         * docs/plugins/inspect/plugin-vorbis.xml:
2278         * docs/plugins/inspect/plugin-ximagesink.xml:
2279         * docs/plugins/inspect/plugin-xvimagesink.xml:
2280         * ext/cdparanoia/gstcdparanoiasrc.c:
2281         * ext/ogg/gstoggdemux.c:
2282         * ext/ogg/gstoggdemux.h:
2283         * ext/ogg/gstoggmux.c:
2284         * ext/ogg/gstoggmux.h:
2285         * gst/audioconvert/audioconvert.c:
2286         * gst/audioconvert/audioconvert.h:
2287         * gst/audioconvert/gstaudioconvert.h:
2288         * gst/gdp/gstgdpdepay.h:
2289         * gst/gdp/gstgdppay.h:
2290         * gst/playback/gstdecodebin.c:
2291         * gst/playback/gstdecodebin2.c:
2292         * gst/playback/gstplaybin.c:
2293         * gst/playback/gstplaybin2.c:
2294         * gst/playback/gsturidecodebin.c:
2295         * gst/tcp/gstmultifdsink.c:
2296         * gst/tcp/gstmultifdsink.h:
2297         * gst/tcp/gsttcp.h:
2298
2299         Add some documentation comments, and some new headers to be scanned.
2300         Rename some internal enum declarations (audioconvert's DitherType and
2301         NoiseShapingType, GstUnitType from the TCP elements) to match the
2302         documented GObject type names so that the docs pick them up.
2303         Name the playbin2 docs markups properly so they get picked up. They'll
2304         need renaming back when/if playbin2 becomes playbin.
2305
2306         100% symbol coverage for the plugin docs, booya.
2307
2308 2008-05-22  Sebastian Dröge  <slomo@circular-chaos.org>
2309
2310         Patch by: Thijs Vermeir <thijsvermeir@gmail.com>
2311
2312         * gst/videotestsrc/videotestsrc.c: (paint_hline_NV12_NV21):
2313         Fix generation of NV12/NV21 frames. Fixes bug #532454.
2314
2315 2008-05-22  Wim Taymans  <wim.taymans@collabora.co.uk>
2316
2317         Patch by: Sjoerd Simons <sjoerd at luon dot net>
2318
2319         * gst/playback/gstdecodebin.c: (remove_fakesink):
2320         Lock the fakesink before setting the state to NULL and removing it from
2321         the bin so that a concurrent state change cannot interfere. 
2322         Fixes #534331.
2323
2324 2008-05-21  Felipe Contreras  <felipe.contreras@gmail.com>
2325
2326         * docs/Makefile.am:
2327         Fix installing plugin documentation when gtk-doc is disabled.
2328
2329 2008-05-21  Felipe Contreras  <felipe.contreras@gmail.com>
2330
2331         * gst-libs/gst/rtsp/Makefile.am:
2332         Distribute, don't install md5.h
2333
2334 2008-05-21  Julien Moutte  <julien@fluendo.com>
2335
2336         * gst/tcp/gstmultifdsink.c: (setup_dscp_client): Use IPPROTO_IP
2337         instead of SOL_IP, works on more platforms.
2338         * gst/typefind/gsttypefindfunctions.c: (aac_type_find): Fix printf
2339         arguments.
2340
2341 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
2342
2343         * ext/vorbis/vorbisdec.c:
2344         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform):
2345         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_show_frame):
2346         Some debug and comment fixes.
2347
2348         * tests/examples/dynamic/addstream.c: (main):
2349         Fix , to ;
2350
2351 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
2352
2353         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
2354         * gst/playback/decodetest.c: (new_decoded_pad_cb):
2355         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
2356         (try_to_link_1), (elem_is_dynamic), (close_link), (type_found),
2357         (cleanup_decodebin):
2358         * gst/playback/gstdecodebin2.c: (gst_decode_bin_init),
2359         (connect_element), (gst_decode_group_control_demuxer_pad):
2360         * gst/playback/gstplaybasebin.c: (queue_remove_probe),
2361         (queue_out_of_data), (gen_preroll_element), (preroll_unlinked),
2362         (mute_group_type):
2363         * gst/playback/gstplaybin.c: (gst_play_bin_vis_blocked),
2364         (gst_play_bin_set_property), (handoff), (gen_video_element),
2365         (gen_text_element), (gen_audio_element), (gen_vis_element),
2366         (remove_sinks), (add_sink), (setup_sinks):
2367         * gst/playback/gstplaybin2.c: (pad_added_cb), (no_more_pads_cb):
2368         * gst/playback/gstplaysink.c: (gst_play_sink_get_video_sink),
2369         (gst_play_sink_get_audio_sink), (gst_play_sink_vis_unblocked),
2370         (gst_play_sink_vis_blocked), (gst_play_sink_set_vis_plugin),
2371         (gst_play_sink_get_vis_plugin), (gst_play_sink_set_mute),
2372         (gen_video_chain), (gen_text_chain), (gen_audio_chain),
2373         (gen_vis_chain), (gst_play_sink_reconfigure),
2374         (gst_play_sink_set_font_desc), (gst_play_sink_get_font_desc),
2375         (gst_play_sink_request_pad):
2376         * gst/playback/gsturidecodebin.c: (type_found), (setup_source):
2377         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
2378         (cb_newpad):
2379         * gst/playback/test6.c: (new_decoded_pad_cb):
2380         * tests/check/elements/audioconvert.c: (GST_START_TEST):
2381         * tests/check/elements/audiorate.c: (test_injector_chain),
2382         (do_perfect_stream_test):
2383         * tests/check/elements/ffmpegcolorspace.c: (GST_START_TEST):
2384         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
2385         * tests/check/elements/gnomevfssink.c:
2386         * tests/check/elements/textoverlay.c:
2387         (notgst_check_setup_src_pad2), (notgst_check_teardown_src_pad2):
2388         * tests/check/elements/videotestsrc.c: (GST_START_TEST):
2389         * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
2390         * tests/check/pipelines/oggmux.c: (test_pipeline):
2391         * tests/check/pipelines/streamheader.c: (GST_START_TEST):
2392         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
2393         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
2394         * tests/examples/seek/scrubby.c: (make_wav_pipeline):
2395         * tests/examples/seek/seek.c: (make_mod_pipeline),
2396         (make_dv_pipeline), (make_wav_pipeline), (make_flac_pipeline),
2397         (make_sid_pipeline), (make_parse_pipeline), (make_vorbis_pipeline),
2398         (make_theora_pipeline), (make_vorbis_theora_pipeline),
2399         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
2400         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline),
2401         (update_fill), (msg_buffering):
2402         Don't use bad gst_element_get_pad().
2403
2404 2008-05-21  Stefan Kost  <ensonic@users.sf.net>
2405
2406         * gst-libs/gst/riff/riff-media.c:
2407           Fix wrong method name in docs. Fix calculation of strf fields for
2408           broken mulaw/alaw.
2409   
2410         * gst-libs/gst/riff/riff-read.c:
2411           Whitespace fix and removing double ';'.
2412
2413 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
2414
2415         * docs/design/part-playbin2.txt:
2416         Add some leftover doc.
2417
2418 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2419
2420         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_others):
2421         Fix copy & paste error in last commit.
2422
2423 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2424
2425         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_others):
2426         Add support for mixing GST_AUDIO_CHANNEL_POSITION_SIDE_* from/to
2427         other channel positions when source has SIDE channels and dest doesn't
2428         or the other way around.
2429
2430 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
2431
2432         Patch by: Henrik Eriksson <henriken at axis dot com>
2433
2434         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
2435         (gst_multi_fd_sink_init), (setup_dscp_client), (setup_dscp),
2436         (gst_multi_fd_sink_add_full), (gst_multi_fd_sink_set_property),
2437         (gst_multi_fd_sink_get_property):
2438         * gst/tcp/gstmultifdsink.h:
2439         Add support for DSCP QOS. Fixes #469933.
2440
2441 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2442
2443         * tests/check/elements/audioconvert.c: (GST_START_TEST):
2444         Add another test that checks if conversion between standard 1 and 2
2445         channel layouts with and without positions set is working.
2446
2447 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2448
2449         * gst-libs/gst/audio/multichannel.c:
2450         (gst_audio_check_channel_positions):
2451         Allow non-standard 2 channel layouts.
2452         
2453         * tests/check/elements/audioconvert.c: (GST_START_TEST):
2454         Add some tests for converting and remapping non-standard 1 and 2
2455         channel layouts.
2456
2457 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2458
2459         * gst/audioconvert/gstchannelmix.c:
2460         (gst_channel_mix_fill_normalize):
2461         Prevent division by zero if the channel mix matrix contains only
2462         zeroes.
2463
2464 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2465
2466         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
2467
2468         * gst/gdp/gstgdppay.c: (gst_gdp_pay_chain):
2469         Close a buffer memory leak. Fixes bug #534071.
2470
2471 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2472
2473         * gst-libs/gst/rtsp/gstrtsptransport.h:
2474         Make the GstRTSPTransport struct members public as there are no
2475         setters/getters and it's supposed to be changed directly.
2476         Fixes bug #533087.
2477
2478 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2479
2480         * gst/adder/gstadder.c:
2481         Adder also doesn't support audio/x-raw-int with width!=depth so don't
2482         claim this on the pad template caps.
2483
2484 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
2485
2486         * gst-libs/gst/audio/gstbaseaudiosink.c:
2487         (gst_base_audio_sink_sync_latency):
2488         We can only use our optimal calibration if we prerolled before the
2489         latency expired.
2490
2491 2008-05-20  Tim-Philipp Müller  <tim.muller at collabora co uk>
2492
2493         * configure.ac:
2494           Require core CVS for GstBaseSrc buffer caps setting magic.
2495
2496 2008-05-20  Sebastian Dröge  <slomo@circular-chaos.org>
2497
2498         * gst/audioconvert/gstaudioconvert.c:
2499         (gst_audio_convert_fixate_channels):
2500         Fix logic in last commit.
2501
2502 2008-05-20  Sebastian Dröge  <slomo@circular-chaos.org>
2503
2504         * gst/audioconvert/gstaudioconvert.c:
2505         (gst_audio_convert_fixate_channels):
2506         Passthrough the channel positions if the number of output channels is
2507         the same as the number of input channels, the input had a channel
2508         layout and downstream requests no special one. We did this already for
2509         > 2 channels but now it's also done for 1 channel. Fixes bug #533617.
2510
2511 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
2512
2513         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_init),
2514         (gst_gnome_vfs_src_finalize),
2515         (gst_gnome_vfs_src_received_headers_callback),
2516         (gst_gnome_vfs_src_create), (gst_gnome_vfs_src_stop):
2517         * ext/gnomevfs/gstgnomevfssrc.h:
2518         Set the ICY caps on the srcpad from where they get picked up by the base
2519         class now and set on the outgoing buffers.
2520
2521         * gst-libs/gst/audio/gstbaseaudiosrc.c:
2522         (gst_base_audio_src_create):
2523         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_buffer_new):
2524         BaseSrc now sets the caps on outgoing buffers automatically.
2525
2526 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
2527
2528         * gst-libs/gst/audio/gstbaseaudiosink.c:
2529         (gst_base_audio_sink_resample_slaving),
2530         (gst_base_audio_sink_skew_slaving),
2531         (gst_base_audio_sink_sync_latency), (gst_base_audio_sink_render),
2532         (gst_base_audio_sink_async_play),
2533         (gst_base_audio_sink_change_state):
2534         Change the way in which the ringbuffer is started when dealing with a
2535         slaved clock and latency. We now sync to the clock until we reach
2536         upstream latency before starting the ringbuffer. This has the effect
2537         that we can accurately align the master and slave clocks and let the
2538         rate correction code take care of the initial drift or rounding errors
2539         instead of leaving them uncorrected with the old approach.
2540
2541 2008-05-20  Sebastian Dröge  <slomo@circular-chaos.org>
2542
2543         * gst/audioconvert/gstaudioconvert.c:
2544         (gst_audio_convert_fixate_channels):
2545         Correctly set the default channel positions when converting to 8
2546         channels.
2547
2548 2008-05-19  Tim-Philipp Müller  <tim.muller at collabora co uk>
2549
2550         * configure.ac:
2551           Error out if we don't have the required version of core.
2552
2553 2008-05-19  Tim-Philipp Müller  <tim.muller at collabora co uk>
2554
2555         * gst/typefind/gsttypefindfunctions.c: (aac_type_find):
2556           Use data scan helper in aac typefinder and stop scanning
2557           for headers when we've found a type. Also fix potential invalid
2558           memory access when calculating the frame length.
2559
2560 2008-05-19  Tim-Philipp Müller  <tim.muller at collabora co uk>
2561
2562         * gst/typefind/gsttypefindfunctions.c: (data_scan_ctx_ensure_data),
2563           (mpeg_sys_is_valid_pack):
2564           Don't modify scan context when we return FALSE in ensure_data, so
2565           it's possible to continue scanning, and we don't end up with a NULL
2566           data pointer and a positive size, which might bite us the next time
2567           we're called. Small constification.
2568
2569 2008-05-16  Sebastian Dröge  <slomo@circular-chaos.org>
2570
2571         * gst/adder/gstadder.c:
2572         Adder doesn't support 24 bit samples so don't claim it supports them
2573         in the pad template caps.
2574
2575 2008-05-14  Wim Taymans  <wim.taymans@collabora.co.uk>
2576
2577         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2578         (gst_base_rtp_depayload_chain):
2579         Validate the RTP packet before further processing it. It's just too
2580         dangerous to accept random packets and people are not forced to use a
2581         jitterbuffer or session manager to filter out the bad packets.
2582
2583         * gst-libs/gst/rtp/gstrtpbuffer.c:
2584         (gst_rtp_buffer_set_extension_data),
2585         (gst_rtp_buffer_get_payload_subbuffer):
2586         Small cleanups.
2587         When setting extension data in a buffer that is too small, we fail and
2588         we should not set the extension bit.
2589         Change GST_WARNINGS into g_warning because they really are
2590         programming errors.
2591
2592         * tests/check/libs/rtp.c: (GST_START_TEST):
2593         Catch the g_warnings now in the unit tests and that fact that failing to
2594         set extension data left the extension bit untouched.
2595
2596 2008-05-14  Tim-Philipp Müller  <tim.muller at collabora co uk>
2597
2598         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init):
2599           Revert previous change which made basetransform handle buffer_alloc
2600           and which breaks things badly in the non-passthrough case since it
2601           returned buffers with a different (ie. sometimes smaller) size than
2602           the size requested.
2603
2604 2008-05-14  Wim Taymans  <wim.taymans@collabora.co.uk>
2605
2606         Patch by: Bernard B <b-gnome at largestprime dot net>
2607
2608         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_compare_seqnum):
2609         Fix seqnum compare function for bordercase values and fix the docs
2610         again. Fixes #533075.
2611
2612         * tests/check/libs/rtp.c: (GST_START_TEST), (rtp_suite):
2613         Add a testcase for seqnum compare function.
2614
2615 2008-05-14  Sebastian Dröge  <slomo@circular-chaos.org>
2616
2617         * gst/adder/gstadder.c: (gst_adder_setcaps),
2618         (gst_adder_class_init):
2619         Correctly declare the supported endianness on the pad templates
2620         and check for correct endianness in the set caps function. Adder
2621         only supports native endianness.
2622         Also use gst_element_class_set_details_simple().
2623
2624 2008-05-14  Stefan Kost  <ensonic@users.sf.net>
2625
2626         * sys/xvimage/xvimagesink.c:
2627           Better debug logging in port value handling. Merging separate port
2628           value loops into one.
2629
2630 2008-05-13  Wim Taymans  <wim.taymans@collabora.co.uk>
2631
2632         Patch by: Hannes Bistry <hannesb at gmx dot de>
2633
2634         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_start):
2635         * gst/tcp/gsttcpserversink.c:
2636         (gst_tcp_server_sink_handle_server_read),
2637         (gst_tcp_server_sink_handle_wait), (gst_tcp_server_sink_init_send):
2638         Fix regression in clientsrc because we did not add the fd to the poll
2639         set anymore. Fixes #532364.
2640         Do some cleanups here and there.
2641
2642 2008-05-13  Sebastian Dröge  <slomo@circular-chaos.org>
2643
2644         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
2645         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init):
2646         * gst/playback/gstplay-marshal.list:
2647         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init):
2648         Use correct marshallers. GstCaps are a boxed type and no GObject
2649         subclass.
2650
2651 2008-05-13  Sebastian Dröge  <slomo@circular-chaos.org>
2652
2653         * win32/common/libgstrtsp.def:
2654         Add gst_rtsp_connection_(set|clear)_auth_param() to the exported
2655         symbols.
2656
2657 2008-05-13  Sebastian Dröge  <slomo@circular-chaos.org>
2658
2659         Patch by: Sjoerd Simons <sjoerd at luon dot net>
2660
2661         * tests/check/elements/audioresample.c:
2662         (live_switch_alloc_only_48000), (live_switch_get_sink_caps),
2663         (live_switch_push), (GST_START_TEST):
2664         Add unit test for the latest basetransform negotiation changes.
2665         See bug #526768.
2666
2667 2008-05-13  Sebastian Dröge  <slomo@circular-chaos.org>
2668
2669         * gst/ffmpegcolorspace/imgconvert.c: (nv12_to_nv21):
2670         Fix nv12<->nv21 conversion if stride is larger than width.
2671
2672 2008-05-13  Sebastian Dröge  <slomo@circular-chaos.org>
2673
2674         Patch by: Jan Gerber <j at oil21 dot org>
2675
2676         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fishead),
2677         (gst_ogg_pad_parse_skeleton_fisbone):
2678         * ext/ogg/gstoggdemux.h:
2679         Parse presentation time from skeleton streams and use it as offset
2680         for the timestamps. Fixes bug #530068.
2681
2682 2008-05-12  Wim Taymans  <wim.taymans@collabora.co.uk>
2683
2684         * gst-libs/gst/audio/gstbaseaudiosink.c:
2685         (gst_base_audio_sink_render), (gst_base_audio_sink_async_play):
2686         Revert previous patch that attempted to more accurately calculate the
2687         initial offset between master and slave clock. The best thing we can do
2688         in general is take the time of both clocks as the diff since we don't
2689         know when the actual preroll happened.
2690
2691 2008-05-11  Tim-Philipp Müller  <tim.muller at collabora co uk>
2692
2693         * gst-libs/gst/pbutils/install-plugins.c:
2694           Fix docs: type and missing word.
2695
2696 2008-05-10  Tim-Philipp Müller  <tim.muller at collabora co uk>
2697
2698         * gst/typefind/gsttypefindfunctions.c: (h264_video_type_find):
2699           Don't do lots of 4-byte peeks, but use the 'new' data scan helper
2700           for this instead; don't check if we've found enough markers after
2701           each and every step, it's enough to do that only if we've actually
2702           found a new marker.
2703           Embed a G_UNLIKELY into the IS_MPEG_HEADER macro.
2704
2705 2008-05-10  Tim-Philipp Müller  <tim.muller at collabora co uk>
2706
2707         * gst/typefind/gsttypefindfunctions.c:
2708           (DATA_SCAN_CTX_CHUNK_SIZE), (DataScanCtx), (data_scan_ctx_advance),
2709           (data_scan_ctx_ensure_data), (GST_MPEGVID_TYPEFIND_TRY_SYNC),
2710           (mpeg_video_stream_type_find):
2711           Move scan helper thingy to the beginning of the file so we can use
2712           it in other typefind functions. Rename it to something more
2713           generic. Also improve handling of things towards the end of the
2714           typefind data: peek as much as we can if we know the size of the
2715           data, rather than just min_size.
2716
2717 2008-05-09  Jan Schmidt  <jan.schmidt@sun.com>
2718
2719         * docs/libs/gst-plugins-base-libs-sections.txt:
2720         * gst-libs/gst/interfaces/colorbalance.c:
2721         * gst-libs/gst/interfaces/colorbalance.h:
2722         * gst-libs/gst/interfaces/colorbalancechannel.c:
2723         * gst-libs/gst/interfaces/colorbalancechannel.h:
2724         * gst-libs/gst/interfaces/tuner.c:
2725         * gst-libs/gst/interfaces/tunerchannel.c:
2726         * gst-libs/gst/interfaces/tunerchannel.h:
2727         * gst-libs/gst/interfaces/tunernorm.c:
2728         * gst-libs/gst/interfaces/tunernorm.h:
2729         * gst-libs/gst/video/video.c:
2730         * gst-libs/gst/video/video.h:
2731         Document the GstTuner and GstColorBalance interfaces, and some
2732         other random API functions that needed it. 70% symbol coverage, woo.
2733
2734 2008-05-09  Wim Taymans  <wim.taymans@collabora.co.uk>
2735
2736         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_acquire):
2737         Choose to allocate one less segment but require one additional segment
2738         as latency. 
2739
2740         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_acquire):
2741         No need to increment the number of segments in the source.
2742
2743         * gst-libs/gst/audio/gstbaseaudiosink.c:
2744         (gst_base_audio_sink_get_time), (clock_convert_external),
2745         (gst_base_audio_sink_resample_slaving),
2746         (gst_base_audio_sink_skew_slaving),
2747         (gst_base_audio_sink_none_slaving), (gst_base_audio_sink_render),
2748         (gst_base_audio_sink_async_play):
2749         Remove adding latency when returning the internal time while subtracting
2750         it again when we use the value a little later.
2751         When calculating the end timestamp, we are making a rounding error
2752         with the current algorithm. Ensure that we don't accumulate these
2753         rounding errors when aligning samples by not resampling at all if we
2754         don't need to. Fixes #419351.
2755         Make the initial calibration of the clock slaving a little more
2756         predictable and accurate. Also handle the case where we don't do
2757         clock slaving.
2758
2759 2008-05-09  Sebastian Dröge  <slomo@circular-chaos.org>
2760
2761         Based on a patch by:
2762           Björn Benderius <bjoern dot benderius at axis dot com>
2763
2764         * gst/ffmpegcolorspace/avcodec.h:
2765         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
2766         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
2767         (gst_ffmpegcsp_avpicture_fill):
2768         * gst/ffmpegcolorspace/imgconvert.c: (nv12_to_nv21):
2769         * gst/ffmpegcolorspace/imgconvert_template.h:
2770         Add conversions from/to NV12 and NV21 and conversions between those
2771         two formats. Fixes bug #532166.
2772
2773 2008-05-08  Edward Hervey  <edward.hervey@collabora.co.uk>
2774
2775         * gst/typefind/gsttypefindfunctions.c: (h264_video_type_find):
2776         Abort the h264 typefinding as soon as _peek() doesn't return anything,
2777         which happens for example with files smaller than 128kb.
2778
2779 2008-05-08  Wim Taymans  <wim.taymans@collabora.co.uk>
2780
2781         Patch by: Wouter Cloetens <zombie at e2big dot org>
2782
2783         * gst-libs/gst/rtsp/Makefile.am:
2784         * gst-libs/gst/rtsp/gstrtspconnection.c:
2785         (gst_rtsp_connection_create), (md5_digest_to_hex_string),
2786         (auth_digest_compute_hex_urp), (auth_digest_compute_response),
2787         (add_auth_header), (gst_rtsp_connection_free),
2788         (gst_rtsp_connection_set_auth), (str_case_hash), (str_case_equal),
2789         (gst_rtsp_connection_set_auth_param),
2790         (gst_rtsp_connection_clear_auth_params):
2791         * gst-libs/gst/rtsp/gstrtspconnection.h:
2792         Add Digest authorization support for RTSP connections. See #532065.
2793
2794         * gst-libs/gst/rtsp/md5.c:
2795         * gst-libs/gst/rtsp/md5.h:
2796         Yeap, another md5 implementation until we can depend on a glib that has
2797         support for it.
2798
2799 2008-05-08  Sebastian Dröge  <slomo@circular-chaos.org>
2800
2801         Patch by: Sjoerd Simons <sjoerd at luon dot net>
2802
2803         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init):
2804         Let audioresample use the buffer allocation of basetransform instead
2805         of it's own stuff.
2806
2807         * tests/check/elements/audioresample.c: (alloc_only_48000),
2808         (GST_START_TEST), (audioresample_suite):
2809         Add unit test for the recent basetransform bugfix, where upstream
2810         changes caps to something that can't be passed through anymore.
2811
2812 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
2813
2814         * win32/common/config.h.in:
2815           Don't define GST_FUNCTION, if GLib supports MSVC we'd much rather
2816           use the real thing than having "???" unconditionally.
2817
2818 2008-05-07  Wim Taymans  <wim.taymans@collabora.co.uk>
2819
2820         * gst-libs/gst/audio/gstbaseaudiosink.c:
2821         (gst_base_audio_sink_query):
2822         Report the latency with the new seglatency parameter.
2823
2824         * gst-libs/gst/audio/gstringbuffer.c:
2825         (gst_ring_buffer_debug_spec_buff), (gst_ring_buffer_parse_caps),
2826         (gst_ring_buffer_acquire):
2827         * gst-libs/gst/audio/gstringbuffer.h:
2828         Add new field to the ringbufferspec to specify the expected latency
2829         between the underlying device read/write pointer, this is needed
2830         when writing sinks that sit a little closer to the hardware.
2831         Add some more docs for other fields.
2832
2833 2008-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
2834
2835         * gst/volume/gstvolume.c: (volume_transform_ip):
2836         Return NOT_NEGOTIATED if we didn't set a process function yet for some
2837         reason instead of crashing later. Might fix bug #509125.
2838
2839 2008-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
2840
2841         Based on a patch by: Tim-Philipp Müller  <tim.muller at collabora co uk>
2842
2843         * gst/audioconvert/audioconvert.c: (audio_convert_prepare_context):
2844         * gst/audioconvert/audioconvert.h:
2845         * gst/audioconvert/gstaudioconvert.c:
2846         (gst_audio_convert_parse_caps),
2847         (structure_has_fixed_channel_positions),
2848         (gst_audio_convert_transform_caps):
2849         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_matrix):
2850         Add support for more than 8 channels and NONE channel layouts. For
2851         more than 8 channels no channel conversion is supported yet, only
2852         format conversions are supported. Fixes bug #398033.
2853
2854         * tests/check/elements/audioconvert.c: (verify_convert),
2855         (GST_START_TEST), (audioconvert_suite):
2856         Add some unit tests by Tim for checking the NONE channel layouts
2857         and more than 8 channels and add some more unit tests for channel
2858         conversions.
2859
2860 2008-05-06  Wim Taymans  <wim.taymans@collabora.co.uk>
2861
2862         * gst/playback/gstdecodebin2.c: (connect_pad):
2863         When autoplugging fails, set the element back to NULL before
2864         unreffing it.
2865
2866 2008-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
2867
2868         * win32/common/libgstaudio.def:
2869         Add gst_base_audio_src_[sg]et_slave_method() to the exported
2870         symbols.
2871
2872 2008-05-05  Sebastian Dröge  <slomo@circular-chaos.org>
2873
2874         * gst/subparse/samiparse.c: (handle_start_sync),
2875         (end_sami_element), (characters_sami):
2876         Remove trailing, leading and double whitespaces.
2877         Correctly timestamp buffers and output the last buffer too.
2878
2879         * tests/check/elements/subparse.c: (GST_START_TEST),
2880         (subparse_suite):
2881         Add a simple unit test for SAMI parsing.
2882
2883 2008-05-05  Sebastian Dröge  <slomo@circular-chaos.org>
2884
2885         Patch by: Young-Ho Cha <ganadist at chollian dot net>
2886
2887         * gst/subparse/samiparse.c: (handle_start_sync),
2888         (start_sami_element), (end_sami_element), (characters_sami),
2889         (sami_context_reset):
2890         Only output characters inside the "sync" elements. There could be
2891         other elements like "style" that have some content but should
2892         not be printed. Fixes bug #467911.
2893
2894 2008-05-05  Sebastian Dröge  <slomo@circular-chaos.org>
2895
2896         * gst/playback/gstplaybasebin.c: (set_audio_mute),
2897         (set_active_source):
2898         * gst/playback/gstplaybasebin.h:
2899         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
2900         (playbin_set_audio_mute):
2901         Allow setting -1 as current-audio to mute the current audio stream,
2902         similar to what is done for subtitles. Fixes bug #342294.
2903
2904 2008-05-05  Edward Hervey  <edward.hervey at collabora co uk>
2905
2906         * gst-libs/gst/pbutils/descriptions.c: (formats): 
2907         It's SorensOn and not SorensEn.
2908
2909 2008-05-04  Tim-Philipp Müller  <tim.muller at collabora co uk>
2910
2911         * gst-libs/gst/pbutils/descriptions.c: (formats):
2912           Fix description of video/x-flash-video.
2913
2914 2008-05-04  Sebastian Dröge  <slomo@circular-chaos.org>
2915
2916         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
2917         * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
2918         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
2919         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps_list):
2920         Remove some unused code.
2921
2922         * gst/audioconvert/gstaudioquantize.c:
2923         (gst_audio_quantize_free_noise_shaping):
2924         Don't return before freeing the noise shaping history.
2925
2926 2008-05-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
2927
2928         * tests/check/elements/subparse.c: (do_test),
2929           (test_tmplayer_style3b), (subparse_suite):
2930           Add unit test for the tmplayer variant from bug #530962.
2931
2932 2008-05-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
2933
2934         * gst/subparse/gstsubparse.c: (handle_buffer),
2935           (gst_sub_parse_sink_event):
2936         * gst/subparse/tmplayerparse.c: (tmplayer_process_buffer),
2937           (tmplayer_parse_line):
2938           Fix parsing of tmplayer subtitle variant where every single line contains
2939           text and there isn't an empty line after each line to determine the
2940           duration (#530962). Improve EOS handling for tmplayer subtitles a bit by
2941           making sure that we push out the last line of text without a duration if
2942           there's still text left in the buffer at the end.
2943
2944 2008-05-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
2945
2946         * gst/subparse/gstsubparse.c: (feed_textbuf):
2947           Fix detection of discontinuities based on the buffer offset (doesn't work
2948           so well if no buffer offset is set) and also check for the DISCONT buffer
2949           flag. This keeps the parser state from being reset after each buffer in
2950           the unit test.
2951
2952 2008-05-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
2953
2954         * gst/typefind/gsttypefindfunctions.c: (mpeg_video_stream_type_find):
2955           Further fine-tuning: don't absolutely require sequence or GOP headers
2956           (as introduced in the previous commit), but adjust the typefind
2957           probabilities returned accordingly if we don't see them. Also make sure
2958           picture header and first slice are somewhat close to each other (which
2959           is not perfect but still better than requiring a fixed offset or having
2960           no limit at all).
2961
2962 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
2963
2964         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
2965         (gst_basertppayload_sink_setcaps),
2966         (gst_basertppayload_sink_getcaps):
2967         Rename the setcaps/getcaps function internally to make it clear that
2968         they are called for the sink pad.
2969
2970 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
2971
2972         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2973         (gst_base_rtp_depayload_class_init),
2974         (gst_base_rtp_depayload_handle_sink_event), (create_segment_event),
2975         (gst_base_rtp_depayload_packet_lost),
2976         (gst_base_rtp_depayload_set_gst_timestamp):
2977         * gst-libs/gst/rtp/gstbasertpdepayload.h:
2978         Catch packet-lost events from the jitterbuffer and convert them into a
2979         vmethod call (lost-packet) so that depayloaders can do something smart.
2980         Also add a default packet-lost function that sends out a segment update
2981         to the decoders.
2982
2983 2008-05-02  Stefan Kost  <ensonic@users.sf.net>
2984
2985         * gst/playback/test4.c:
2986         * gst/playback/test5.c:
2987         * gst/playback/test6.c:
2988         * gst/playback/test7.c:
2989           Also include config.h when relying on defines from it. Fixes the
2990           build. Its been a please to serve :)
2991
2992 2008-05-02  Thijs Vermeir <thijsvermeir@gmail.com>
2993
2994         * gst/videotestsrc/videotestsrc.c (paint_setup_NV12),
2995         (paint_setup_NV21), (paint_hline_NV12_NV21):
2996         Add support for NV12 and NV21 in videotestsrc
2997
2998 2008-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
2999
3000         * gst/videoscale/gstvideoscale.c:
3001         * gst/videoscale/vs_4tap.c: (vs_image_scale_4tap_Y):
3002         * gst/videoscale/vs_image.c: (vs_image_scale_nearest_RGBA),
3003         (vs_image_scale_linear_RGBA), (vs_image_scale_nearest_RGB),
3004         (vs_image_scale_linear_RGB), (vs_image_scale_nearest_YUYV),
3005         (vs_image_scale_linear_YUYV), (vs_image_scale_nearest_UYVY),
3006         (vs_image_scale_linear_UYVY), (vs_image_scale_nearest_Y),
3007         (vs_image_scale_linear_Y), (vs_image_scale_nearest_RGB565),
3008         (vs_image_scale_linear_RGB565), (vs_image_scale_nearest_RGB555),
3009         (vs_image_scale_linear_RGB555):
3010         Support 1x1 images as input and output as for example the BBC HQ new
3011         streams have 1x1 GIFs in the playlists for some reason.
3012
3013 2008-05-01  Tim-Philipp Müller  <tim.muller at collabora co uk>
3014
3015         * gst/playback/gstdecodebin.c: (free_pad_probe_for_element),
3016           (try_to_link_1):
3017           If we can't activate one of the decoders we plugged in (such as,
3018           say, musepackdec) for some reason (it might not support push mode,
3019           for example), remove any pad probes that close_pad_link() might
3020           have set up. This makes sure we later don't try to remove a probe
3021           for a pad that doesn't exist any longer, and avoids nast warnings
3022           and probably other things too.
3023
3024 2008-04-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
3025
3026         * gst/typefind/gsttypefindfunctions.c:
3027           (mpeg_video_stream_ctx_ensure_data), (mpeg_video_stream_type_find),
3028           (plugin_init):
3029           Rework mpeg video stream typefinding a bit more: make sure sequence,
3030           GOP, picture and slice headers appear in the order they should and
3031           that we've in fact at least had one of each; fix picture header
3032           detection; decouple picture and slice header check - don't assume
3033           they're at a fixed offset, there may be extra data in between. Also,
3034           announce varying degrees of probability depending on what we found
3035           exactly (multiple pictures, at least one picture, just sequence and
3036           GOP headers). Finally, in _ensure_data(), take into account that we
3037           might be typefinding smaller amounts of data, such as the first
3038           buffer of a stream, so fall back to the minimum size needed as long
3039           as that's available, instead of erroring out if there's less than
3040           2kB of data. Fixes #526173. Conveniently also doesn't recognise the
3041           fuzzed file from #399342 as valid.
3042
3043 2008-04-30  Michael Smith <msmith@songbirdnest.com>
3044
3045         * ext/theora/theoradec.c:
3046           Cool kids don't divide by zero.
3047           Treat PAR of x:0 as 1:1.
3048           Fixes #530719.
3049
3050 2008-04-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
3051
3052         * gst/typefind/gsttypefindfunctions.c: (MpegVideoStreamCtx),
3053           (mpeg_video_stream_ctx_advance), (mpeg_video_stream_ctx_ensure_data),
3054           (mpeg_video_stream_type_find):
3055           Refactor a bit: use context structure to track parsing offset and
3056           size of available data and make the code a bit clearer. Fixes bad
3057           memory access in #356937.
3058
3059 2008-04-28  Michael Smith <msmith@songbirdnest.com>
3060
3061         * gst/playback/test4.c:
3062         * gst/playback/test5.c:
3063         * gst/playback/test6.c:
3064         * gst/tcp/gstmultifdsink.c:
3065           Include stdlib.h and unistd.h only if the appropriate HAVE_*_H macro
3066           is defined.
3067
3068 2008-04-28  Wim Taymans  <wim.taymans@collabora.co.uk>
3069
3070         * gst-libs/gst/audio/gstbaseaudiosink.h:
3071         Clarify some docs.
3072
3073         * gst-libs/gst/audio/gstbaseaudiosrc.c: (slave_method_get_type),
3074         (gst_base_audio_src_class_init), (gst_base_audio_src_init),
3075         (gst_base_audio_src_set_slave_method),
3076         (gst_base_audio_src_get_slave_method),
3077         (gst_base_audio_src_set_property),
3078         (gst_base_audio_src_get_property), (gst_base_audio_src_create):
3079         * gst-libs/gst/audio/gstbaseaudiosrc.h:
3080         Add property and methods for selecting the clock slave method in the
3081         source, like in the sink.
3082         We only implement "none" and "re-timestamp" for now.
3083         API: gst_base_audio_src_set_slave_method()
3084         API: gst_base_audio_src_get_slave_method()
3085
3086 2008-04-25  Wim Taymans  <wim.taymans@collabora.co.uk>
3087
3088         * gst-libs/gst/rtp/gstrtpbuffer.c:
3089         Fix the docs about the seqnum compare function, it returns a difference.
3090
3091 2008-04-24  Edward Hervey  <edward.hervey@collabora.co.uk>
3092
3093         * ext/alsa/gstalsadeviceprobe.c:
3094         (gst_alsa_get_device_list): Don't return before freeing up
3095         the allocated structures.
3096
3097 2008-04-24  Stefan Kost  <ensonic@users.sf.net>
3098
3099         * gst/playback/gstplaybin.c:
3100           Remove obsolete streaminfo code and fix a leak. Fixes #529546
3101
3102 2008-04-23  Stefan Kost  <ensonic@users.sf.net>
3103
3104         * ext/ogg/gstoggdemux.c:
3105           Revert the event part, that should not go in.
3106
3107 2008-04-23  Stefan Kost  <ensonic@users.sf.net>
3108
3109         * ext/ogg/gstoggdemux.c:
3110           Don't leak GstPluginFeatures when filtering.
3111
3112 2008-04-23  Stefan Kost  <ensonic@users.sf.net>
3113
3114         * sys/xvimage/xvimagesink.c:
3115           Add some logging for cases when grabbing the xv failed.
3116
3117 2008-04-21  David Schleef  <ds@schleef.org>
3118
3119         * ext/ogg/gstoggmux.c:
3120           Update Ogg/Dirac muxing.  Removes the weird "KW-DIRAC" bos
3121           packet.  Should conform to what we currently think is the
3122           final Ogg/Dirac muxing spec.
3123
3124 2008-04-21  David Schleef  <ds@schleef.org>
3125
3126         * sys/xvimage/xvimagesink.c:
3127           Fix typo that causes the overlay keying color to bright green
3128           on a 16-bit display.  Dark grey good.  Bright green bad.
3129
3130 2008-04-21  Stefan Kost  <ensonic@users.sf.net>
3131
3132         * ext/gnomevfs/gstgnomevfsuri.c:
3133           Add  FIXME comment about using uri-list for source and sink.
3134
3135 2008-04-20  Sebastian Dröge  <slomo@circular-chaos.org>
3136
3137         * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header):
3138         GST_TYPE_FRACTION contains gints so correctly cast gint64 arguments to
3139         vaargs functions to gint. Otherwise the fractions will get 0 set
3140         instead of the correct value on big endian systems. Fixes bug #529018.
3141
3142 2008-04-20  Sebastian Dröge  <slomo@circular-chaos.org>
3143
3144         * ext/gnomevfs/gstgnomevfssink.c:
3145         (gst_gnome_vfs_sink_uri_get_protocols):
3146         * ext/gnomevfs/gstgnomevfssrc.c:
3147         (gst_gnome_vfs_src_uri_get_protocols):
3148         * ext/gnomevfs/gstgnomevfsuri.c: (_internal_get_supported_uris),
3149         (gst_gnomevfs_get_supported_uris):
3150         Get the list of supported URI schemes in a threadsafe way and use the
3151         same list for the source and sink.
3152
3153 2008-04-20  Sebastian Dröge  <slomo@circular-chaos.org>
3154
3155         * ext/gio/gstgio.c: (_internal_get_supported_protocols),
3156         (gst_gio_get_supported_protocols):
3157         Don't generate a new supported protocols list on each call but cache
3158         it. It's supposed to be static anyway, this way we only leak it once
3159         per process.
3160
3161         * ext/gio/gstgiosink.c: (gst_gio_sink_base_init),
3162         (gst_gio_sink_class_init), (gst_gio_sink_finalize),
3163         (gst_gio_sink_set_property), (gst_gio_sink_get_property),
3164         (gst_gio_sink_start):
3165         * ext/gio/gstgiosink.h:
3166         * ext/gio/gstgiosrc.c: (gst_gio_src_base_init),
3167         (gst_gio_src_class_init), (gst_gio_src_finalize),
3168         (gst_gio_src_set_property), (gst_gio_src_get_property),
3169         (gst_gio_src_start):
3170         * ext/gio/gstgiosrc.h:
3171         API: Add "file" properties where one can set a GFile as
3172         source/destination.
3173
3174         Add locking to the properties and use
3175         gst_element_class_set_details_simple() instead of a static
3176         GstElementDetails struct.
3177
3178 2008-04-19  Sebastian Dröge  <slomo@circular-chaos.org>
3179
3180         * gst/typefind/gsttypefindfunctions.c: (musepack_type_find),
3181         (plugin_init):
3182         Add "mpp" and "mp+" as possible extensions for MusePack files.
3183
3184         Add typefinding for MusePack StreamVersion 8 files and include the
3185         stream version in the caps.
3186
3187 2008-04-19  Sebastian Dröge  <slomo@circular-chaos.org>
3188
3189         * gst-libs/gst/rtp/gstrtppayloads.c:
3190         (gst_rtp_payload_info_for_name):
3191         Use g_ascii_strcasecmp() instead of the deprecated g_strcasecmp().
3192
3193 2008-04-18  Tim-Philipp Müller  <tim at centricular dot net>
3194
3195         * configure.ac:
3196           Bump Gtk+ requirement to 2.12.0 for gtk_range_set_fill_level
3197           (NB: this only affects compilation of some of the examples).
3198           Remove some configure.ac cruft that's not needed any longer.
3199
3200 2008-04-18  Edward Hervey  <edward.hervey@collabora.co.uk>
3201
3202         * gst/gdp/gstgdpdepay.c: (gst_gdp_depay_chain):
3203         Don't validate the payload if there isn't any.
3204         Fixes #525915
3205
3206 2008-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
3207
3208         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_may_start):
3209         Use g_atomic_int_set() instead of gst_atomic_int_set().
3210
3211 2008-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
3212
3213         * ext/gio/gstgio.c: (gst_gio_get_supported_protocols):
3214         Return NULL instead of a gchar * array with one NULL element if we
3215         don't get any supported URI schemes from GIO.
3216
3217 2008-04-15  Stefan Kost  <ensonic@users.sf.net>
3218
3219         * gst/audiotestsrc/gstaudiotestsrc.c:
3220           Remove cpp style commented old code.
3221
3222 2008-04-15  Stefan Kost  <ensonic@users.sf.net>
3223
3224         * gst/playback/gstdecodebin2.c:
3225           Fix signal docs.
3226
3227 2008-04-14  Tim-Philipp Müller  <tim at centricular dot net>
3228
3229         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init),
3230           (gst_text_overlay_init):
3231           Fix textoverlay unit test again by making the supposed default
3232           value for the wait-text property the actual default value.
3233           Also fix Since: tag for new property.
3234
3235 2008-04-11  Tim-Philipp Müller  <tim at centricular dot net>
3236
3237         * gst-libs/gst/video/video.c: (gst_video_format_new_caps),
3238           (gst_video_format_to_fourcc), (gst_video_format_get_row_stride),
3239           (gst_video_format_get_pixel_stride),
3240           (gst_video_format_get_component_width),
3241           (gst_video_format_get_component_height),
3242           (gst_video_format_get_component_offset), (gst_video_format_get_size),
3243           (gst_video_format_convert):
3244           Add guards to these functions to ensure sane input values.
3245
3246         * tests/check/libs/video.c:
3247           Fix unit test not to create caps with width=0 and height=0.
3248
3249 2008-04-11  Wim Taymans  <wim.taymans@collabora.co.uk>
3250
3251         * docs/design/draft-keyframe-force.txt:
3252         Fix typo.
3253
3254         * gst/playback/gstqueue2.c: (update_buffering),
3255         (gst_queue_handle_src_query):
3256         Set buffering mode in the messages.
3257         Set buffering percent in the query.
3258
3259         * tests/examples/seek/seek.c: (update_fill), (msg_state_changed),
3260         (do_stream_buffering), (do_download_buffering), (msg_buffering):
3261         Do some more fancy things based on the buffering method in use.
3262
3263 2008-04-09  Wim Taymans  <wim.taymans@collabora.co.uk>
3264
3265         * tests/examples/seek/seek.c: (update_fill), (set_update_fill),
3266         (play_cb), (pause_cb), (stop_cb), (msg_state_changed),
3267         (msg_buffering), (main):
3268         Add basic download reports to seek using the new buffering API.
3269
3270 2008-04-09  Wim Taymans  <wim.taymans@collabora.co.uk>
3271
3272         * gst/playback/gstqueue2.c: (update_buffering),
3273         (gst_queue_close_temp_location_file), (gst_queue_handle_src_query),
3274         (gst_queue_src_checkgetrange_function):
3275         Include extra buffering stats in the buffering message.
3276         Implement BUFFERING query.
3277
3278         * gst/playback/gsturidecodebin.c: (do_async_start),
3279         (do_async_done), (type_found), (setup_streaming), (setup_source),
3280         (gst_uri_decode_bin_change_state):
3281         Only add decodebin2 when the type is found in streaming mode.
3282         Make uridecodebin async to PAUSED even when we don't have decodebin2
3283         added yet.
3284
3285 2008-04-09  Sebastian Dröge  <slomo@circular-chaos.org>
3286
3287         * ext/gio/gstgio.c: (gst_gio_get_supported_protocols):
3288         Filter cdda from the supported URI schemes. We can't support
3289         musicbrainz tags and everything else one expects from a cdda source
3290         with GIO. Fixes bug #526794.
3291
3292 2008-04-07  Jan Schmidt  <jan.schmidt@sun.com>
3293
3294         * sys/xvimage/xvimagesink.c (gst_xvimagesink_xvimage_new),
3295         (gst_xvimagesink_buffer_alloc):
3296         Fix calculation of 'expected size' for YV12 buffers.
3297         Be a little more verbose in the debug output for buffer-alloc'ed
3298         buffers which turn out to have the wrong size.
3299
3300 2008-04-07  Tim-Philipp Müller  <tim at centricular dot net>
3301
3302         * NEWS:
3303         * RELEASE:
3304         * gst-plugins-base.doap:
3305           Merge other changes from 0.10.19 release branch.
3306
3307 2008-04-06  Tim-Philipp Müller  <tim at centricular dot net>
3308
3309         * gst-libs/gst/audio/gstbaseaudiosink.c:
3310           (gst_base_audio_sink_class_init):
3311         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3312           (gst_base_audio_src_class_init):
3313         * gst/playback/gstplayback.c: (plugin_init):
3314         * gst/volume/gstvolume.c: (plugin_init):
3315           Work around missing bits of thread-safety on older GLibs some
3316           more to avoid assertions when starting up multiple playbin
3317           objects concurrently (see #512382).
3318
3319 2008-04-06  Tim-Philipp Müller  <tim at centricular dot net>
3320
3321         * gst-libs/gst/pbutils/missing-plugins.c: (copy_and_clean_caps):
3322           Remove some more fields.
3323
3324 2008-04-06  Sebastian Dröge  <slomo@circular-chaos.org>
3325
3326         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
3327
3328         * configure.ac:
3329         Actually build dlls when cross-compiling with mingw32.
3330         Fixes bug #526247.
3331
3332 2008-04-03  Tim-Philipp Müller  <tim at centricular dot net>
3333
3334         * configure.ac:
3335           Bump version to 0.10.19.1 after the unplanned 0.10.19 release.
3336
3337 2008-04-03  Wim Taymans  <wim.taymans@collabora.co.uk>
3338
3339         * tests/examples/seek/seek.c: (play_cb), (pause_cb), (stop_cb),
3340         (msg_buffering), (connect_bus_signals), (main):
3341         Add statusbar.
3342         Add buffering support with feedback in the statusbar.
3343
3344 2008-04-03  Tim-Philipp Müller  <tim at centricular dot net>
3345
3346         * ext/ogg/gstoggmux.c:
3347           Fix sample pipeline description.
3348
3349 2008-04-03  Stefan Kost  <ensonic@users.sf.net>
3350
3351         * docs/plugins/Makefile.am:
3352         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
3353         * docs/plugins/gst-plugins-base-plugins-overrides.txt:
3354         * docs/plugins/gst-plugins-base-plugins-sections.txt:
3355           Add playbin, playbin2, decodebin, decodebin2, uridecodebin and oggmux
3356
3357         * docs/plugins/gst-plugins-base-plugins.args:
3358         * docs/plugins/gst-plugins-base-plugins.hierarchy:
3359         * docs/plugins/gst-plugins-base-plugins.interfaces:
3360         * docs/plugins/gst-plugins-base-plugins.prerequisites:
3361         * docs/plugins/inspect/plugin-adder.xml:
3362         * docs/plugins/inspect/plugin-alsa.xml:
3363         * docs/plugins/inspect/plugin-audioconvert.xml:
3364         * docs/plugins/inspect/plugin-audiorate.xml:
3365         * docs/plugins/inspect/plugin-audioresample.xml:
3366         * docs/plugins/inspect/plugin-audiotestsrc.xml:
3367         * docs/plugins/inspect/plugin-cdparanoia.xml:
3368         * docs/plugins/inspect/plugin-decodebin.xml:
3369         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
3370         * docs/plugins/inspect/plugin-gdp.xml:
3371         * docs/plugins/inspect/plugin-gnomevfs.xml:
3372         * docs/plugins/inspect/plugin-libvisual.xml:
3373         * docs/plugins/inspect/plugin-ogg.xml:
3374         * docs/plugins/inspect/plugin-pango.xml:
3375         * docs/plugins/inspect/plugin-playback.xml:
3376         * docs/plugins/inspect/plugin-queue2.xml:
3377         * docs/plugins/inspect/plugin-subparse.xml:
3378         * docs/plugins/inspect/plugin-tcp.xml:
3379         * docs/plugins/inspect/plugin-theora.xml:
3380         * docs/plugins/inspect/plugin-typefindfunctions.xml:
3381         * docs/plugins/inspect/plugin-uridecodebin.xml:
3382         * docs/plugins/inspect/plugin-video4linux.xml:
3383         * docs/plugins/inspect/plugin-videorate.xml:
3384         * docs/plugins/inspect/plugin-videoscale.xml:
3385         * docs/plugins/inspect/plugin-videotestsrc.xml:
3386         * docs/plugins/inspect/plugin-volume.xml:
3387         * docs/plugins/inspect/plugin-vorbis.xml:
3388         * docs/plugins/inspect/plugin-ximagesink.xml:
3389         * docs/plugins/inspect/plugin-xvimagesink.xml:
3390           Update introspection data.
3391
3392         * ext/ogg/gstoggmux.c:
3393           Document oggmux.
3394
3395         * gst/playback/gstdecodebin2.c:
3396           Don't use gtk-doc style comment start for private stuff, but make it
3397           formatted like this for consistency.
3398
3399 2008-04-03  Wim Taymans  <wim.taymans@collabora.co.uk>
3400
3401         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
3402         (gst_decode_bin_init), (gst_decode_bin_dispose),
3403         (gst_decode_bin_set_sink_caps), (gst_decode_bin_get_sink_caps),
3404         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
3405         (analyze_new_pad), (connect_pad), (expose_pad),
3406         (gst_decode_group_new), (gst_decode_group_control_demuxer_pad),
3407         (gst_decode_group_expose), (gst_decode_group_free),
3408         (do_async_start), (do_async_done), (gst_decode_bin_change_state):
3409         Remove fakesink hack, we can now implement this more elegantly.
3410         Added property to bypass typefinding.
3411         Removed underrun callback and demuxer pad probe, we now use the srcpad
3412         probe to expose groups.
3413         API::sink-caps property
3414
3415         * gst/playback/gstplaybin2.c: (no_more_pads_cb):
3416         Guard against multiple emissions of the no_more_pads signal, which
3417         happens when we are dealing with chained oggs.
3418
3419         * gst/playback/gsturidecodebin.c: (remove_decoders),
3420         (make_decoder), (type_found), (setup_streaming), (source_new_pad),
3421         (setup_source):
3422         For streams, use our own typefind element and plug our queue after it.
3423         We will need this to determine the type of buffering to use for the
3424         queue soon.
3425
3426 2008-04-03  Wim Taymans  <wim.taymans@collabora.co.uk>
3427
3428         * gst-libs/gst/audio/gstbaseaudiosink.c:
3429         (gst_base_audio_sink_skew_slaving), (gst_base_audio_sink_render):
3430         Guard against over and underflows because of clock slaving.
3431         When we are using our own clock, still compensate for any calibrations
3432         that we might have done to our clock.
3433
3434 2008-04-03  Wim Taymans  <wim.taymans@collabora.co.uk>
3435
3436         * ext/theora/theoradec.c: (theora_handle_type_packet),
3437         (theora_dec_chain):
3438         Don't try to do anything fancy with the return code from pushing an
3439         event, it does not have enough information to turn it into a
3440         GST_FLOW_ERROR.
3441
3442 2008-04-03  Wim Taymans  <wim.taymans@collabora.co.uk>
3443
3444         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_reset),
3445         (gst_ogg_demux_chain_elem_pad):
3446         Add small debug line.
3447         Pass return code from the internal decoder instead of the too generic
3448         GST_FLOW_ERROR.
3449
3450 2008-04-03  Sebastian Dröge  <slomo@circular-chaos.org>
3451
3452         * gst-libs/gst/cdda/Makefile.am:
3453         * gst-libs/gst/cdda/base64.c:
3454         * gst-libs/gst/cdda/base64.h:
3455         * gst-libs/gst/cdda/gstcddabasesrc.c:
3456         (gst_cddabasesrc_calculate_musicbrainz_discid):
3457         Use GLib's base64 implementation instead of our own.
3458
3459 2008-04-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3460
3461         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
3462         (gst_ogg_demux_read_chain):
3463         Refix oggdemux, we only have a problem if we failed to find a chain and
3464         we are not EOF.
3465
3466 2008-04-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3467
3468         Patch by: Victor STINNER <victor dot stinner at haypocalc dot com>
3469
3470         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
3471         (gst_ogg_demux_read_chain):
3472         When we fail to find a BOS page and we and up with no chain, error out
3473         properly instead of segfaulting. Fixes #525665.
3474
3475 2008-04-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3476
3477         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
3478         (gst_ogg_demux_read_chain), (gst_ogg_demux_handle_page):
3479         The new-pad-group sequence is add-pads, no-more-pads, add-pads,
3480         no-more-pads...
3481
3482 2008-04-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3483
3484         * gst/playback/gstqueue2.c: (update_out_rates),
3485         (gst_queue_open_temp_location_file),
3486         (gst_queue_close_temp_location_file), (gst_queue_handle_src_event),
3487         (gst_queue_handle_src_query), (gst_queue_set_property):
3488         Update the estimated input data when we push out a buffer.
3489         Add some debug info about the temp file.
3490         Only forward src events when we are not using a temp file.
3491         Don't block the duration query, we need to find something better.
3492         Don't leak the temp filename.
3493
3494 2008-04-01  Sebastian Dröge  <slomo@circular-chaos.org>
3495
3496         * configure.ac:
3497         Require GLib 2.12 and liboil 0.3.14.
3498
3499         * gst/volume/gstvolume.c: (volume_process_double):
3500         Unconditionally use liboil 0.3.14 function.
3501
3502 2008-03-31  Wim Taymans  <wim.taymans@collabora.co.uk>
3503
3504         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
3505         ms-gsm can have arbitrarty sample rates. See #481354.
3506
3507 2008-03-28  Wim Taymans  <wim.taymans@collabora.co.uk>
3508
3509         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
3510         MP4S is generic MPEG-4, not a microsoft variant.
3511
3512 2008-03-27  Michael Smith <msmith@fluendo.com>
3513
3514         * gst/gdp/gstgdpdepay.c: (gst_gdp_depay_chain):
3515           Check the body CRC (if set) when depayloading.
3516           Fixes #522401.
3517
3518 2008-03-24  Tim-Philipp Müller  <tim at centricular dot net>
3519
3520         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init):
3521           Fix Since: version for new property.
3522
3523 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3524
3525         * gst-libs/gst/rtsp/gstrtspconnection.c:
3526         (gst_rtsp_connection_connect), (gst_rtsp_connection_write),
3527         (gst_rtsp_connection_read_internal), (gst_rtsp_connection_poll):
3528         Don't error when poll_wait returns EAGAIN.
3529
3530 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3531
3532         * gst/playback/gstqueue2.c: (gst_queue_is_filled):
3533         The queue is never filled when there are no buffers in the queue at all.
3534         Fixes #523993.
3535
3536 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3537
3538         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
3539         (init_group), (free_group), (gst_play_bin_init),
3540         (gst_play_bin_finalize), (gst_play_bin_set_uri),
3541         (gst_play_bin_set_suburi), (gst_play_bin_get_video_tags),
3542         (gst_play_bin_get_audio_tags), (gst_play_bin_get_text_tags),
3543         (gst_play_bin_set_current_video_stream),
3544         (gst_play_bin_set_current_audio_stream),
3545         (gst_play_bin_set_current_text_stream),
3546         (gst_play_bin_set_encoding), (gst_play_bin_set_property),
3547         (gst_play_bin_get_property), (pad_added_cb), (pad_removed_cb),
3548         (no_more_pads_cb), (perform_eos), (autoplug_select_cb),
3549         (activate_group), (deactivate_group), (setup_next_source),
3550         (save_current_group), (gst_play_bin_change_state):
3551         Update some docs.
3552         Add new locks and conds to protect pipeline creation and group
3553         switching.
3554         Implement the sub-uri property.
3555         Keep track of pending uridecodebin creation and configure the output
3556         pipeline after all streams are configured.
3557         Propagate subtitle encoding to the uridecodebins.
3558         Implement getting the video/audio/visualisation elements.
3559         Use input-selector for stream switching.
3560         If we are asked to do visualisation, prefer to autoplug raw sinks
3561         instead of sinks that accept encoded data.
3562
3563 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3564
3565         * gst/playback/gstplaysink.c: (gst_play_sink_class_init),
3566         (gst_play_sink_init), (gst_play_sink_dispose),
3567         (gst_play_sink_set_video_sink), (gst_play_sink_get_video_sink),
3568         (gst_play_sink_set_audio_sink), (gst_play_sink_get_audio_sink),
3569         (gst_play_sink_vis_unblocked), (gst_play_sink_vis_blocked),
3570         (gst_play_sink_set_vis_plugin), (gst_play_sink_get_vis_plugin),
3571         (gst_play_sink_set_volume), (gst_play_sink_get_volume),
3572         (gst_play_sink_set_mute), (gen_video_chain), (gen_text_chain),
3573         (gen_audio_chain), (gen_vis_chain), (gst_play_sink_reconfigure),
3574         (gst_play_sink_set_font_desc), (gst_play_sink_get_font_desc),
3575         (gst_play_sink_send_event_to_sink), (gst_play_sink_change_state):
3576         * gst/playback/gstplaysink.h:
3577         Add methods to get audio/video/vis elements.
3578         Add methods to set the font description for the overlay.
3579         Remove properties, we're using this element with its methods only.
3580         Add support for subtitles.
3581         Rearrange the locking a bit to not use the object lock for protecting
3582         the pipeline construction.
3583         Try to use the volume and mute property on the sink when its available.
3584         Implement the mute option with volume when the sink does not have a mute
3585         property.
3586         Only add volume element when the sink has no volume property.
3587         Only do visualisations with raw audio pads.
3588
3589 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3590
3591         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init),
3592         (gst_text_overlay_init), (gst_text_overlay_set_property),
3593         (gst_text_overlay_get_property), (gst_text_overlay_src_event),
3594         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
3595         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
3596         (gst_text_overlay_change_state):
3597         * ext/pango/gsttextoverlay.h:
3598         Add property to configure waiting for text on the textpad or not, with
3599         the default behaviour being the old one (always wait for text before
3600         rendering the video). This default behaviour is usually not the best one
3601         because the text stream can very sparse and could require queueing a lot
3602         of video.
3603         Fix the flushing and EOS handing so that we don't mix up their meaning.
3604
3605 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3606
3607         * gst/playback/gsturidecodebin.c:
3608         (gst_uri_decode_bin_autoplug_factories),
3609         (gst_uri_decode_bin_class_init), (gst_uri_decode_bin_init),
3610         (gst_uri_decode_bin_finalize), (gst_uri_decode_bin_set_encoding),
3611         (gst_uri_decode_bin_set_property),
3612         (gst_uri_decode_bin_get_property), (no_more_pads_full),
3613         (new_decoded_pad_cb), (gen_source_element), (remove_decoders),
3614         (proxy_autoplug_factories_signal), (make_decoder),
3615         (source_new_pad), (setup_source):
3616         Add a readonly source property and notify.
3617         Add new lock for protecting the construction of the pipeline.
3618         Keep track of the decodebins we plugged.
3619         Correctly proxy the autoplug signal so that it actually continues.
3620         Proxy subtitle-encoding to the decodebins.
3621
3622 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3623
3624         * tests/examples/seek/seek.c: (audio_toggle_cb), (video_toggle_cb),
3625         (text_toggle_cb), (update_streams), (main):
3626         Rearrange some buttons in playbin2 and make some other boxes insensitive
3627         when needed.
3628         Add language codes to subtitle selection boxes when we gind the right
3629         tags for the streams.
3630
3631 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3632
3633         * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose),
3634         (gst_decode_bin_set_caps), (gst_decode_bin_get_caps),
3635         (gst_decode_bin_set_subs_encoding),
3636         (gst_decode_bin_get_subs_encoding),
3637         (gst_decode_bin_autoplug_factories), (connect_pad), (are_raw_caps),
3638         (deactivate_free_recursive):
3639         Protect caps property with the object lock.
3640         Protect encoding property with the object lock.
3641         Keep list of elements we added that have the subtitle-encoding property.
3642         Distribute the subtitle-encoding to all of the elements when it
3643         changes.
3644
3645 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3646
3647         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_release):
3648         Small debug improvement.
3649
3650         * gst-libs/gst/audio/gstbaseaudiosink.c:
3651         (gst_base_audio_sink_render):
3652         Fix bug in determining the sample start/stop position, we want to base
3653         this decision on the fact that we are going forwards or backwards, not
3654         slower or faster. This fixes some ugly resync warnings when playing at
3655         very slow speeds.
3656
3657 2008-03-23  Sebastian Dröge  <slomo@circular-chaos.org>
3658
3659         * ext/gio/gstgio.c: (gst_gio_get_supported_protocols):
3660         Correctly set the supported URI schemes and don't leave
3661         some schemes in the middle or at the start at NULL.
3662
3663 2008-03-23  Tim-Philipp Müller  <tim at centricular dot net>
3664
3665         * tests/check/elements/gdpdepay.c:
3666           Make test compile without unused function/variable warnings on PPC.
3667  
3668 2008-03-22  Sebastian Dröge  <slomo@circular-chaos.org>
3669
3670         * configure.ac:
3671         * ext/alsa/gstalsamixerelement.c:
3672         (gst_alsa_mixer_element_class_init):
3673         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init):
3674         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init):
3675         * ext/cdparanoia/gstcdparanoiasrc.c:
3676         (gst_cd_paranoia_src_class_init):
3677         * ext/gio/gstgiosink.c: (gst_gio_sink_class_init):
3678         * ext/gio/gstgiosrc.c: (gst_gio_src_class_init):
3679         * ext/gio/gstgiostreamsink.c: (gst_gio_stream_sink_class_init):
3680         * ext/gio/gstgiostreamsrc.c: (gst_gio_stream_src_class_init):
3681         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
3682         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init):
3683         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init):
3684         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init):
3685         * ext/pango/gsttextrender.c: (gst_text_render_class_init):
3686         * ext/theora/theoradec.c: (gst_theora_dec_class_init):
3687         * ext/theora/theoraenc.c: (gst_theora_enc_class_init):
3688         * ext/theora/theoraparse.c: (gst_theora_parse_class_init):
3689         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_class_init):
3690         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
3691         (gst_audio_filter_template_class_init):
3692         * gst-libs/gst/audio/gstbaseaudiosink.c:
3693         (gst_base_audio_sink_class_init):
3694         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3695         (gst_base_audio_src_class_init):
3696         * gst-libs/gst/cdda/gstcddabasesrc.c:
3697         (gst_cdda_base_src_class_init):
3698         * gst-libs/gst/interfaces/mixertrack.c:
3699         (gst_mixer_track_class_init):
3700         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3701         (gst_base_rtp_depayload_class_init):
3702         * gst-libs/gst/rtp/gstbasertppayload.c:
3703         (gst_basertppayload_class_init):
3704         * gst/audioconvert/gstaudioconvert.c:
3705         (gst_audio_convert_class_init):
3706         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_class_init):
3707         * gst/audioresample/gstaudioresample.c:
3708         (gst_audioresample_class_init):
3709         * gst/audiotestsrc/gstaudiotestsrc.c:
3710         (gst_audio_test_src_class_init):
3711         * gst/gdp/gstgdppay.c: (gst_gdp_pay_class_init):
3712         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init):
3713         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
3714         (preroll_unlinked):
3715         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
3716         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init):
3717         * gst/playback/gstplaysink.c: (gst_play_sink_class_init):
3718         * gst/playback/gstqueue2.c: (gst_queue_class_init):
3719         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init):
3720         * gst/playback/gststreamselector.c: (gst_selector_pad_class_init),
3721         (gst_stream_selector_class_init):
3722         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init):
3723         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
3724         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
3725         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
3726         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_class_init):
3727         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_class_init):
3728         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_class_init):
3729         * gst/videorate/gstvideorate.c: (gst_video_rate_class_init):
3730         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init):
3731         * gst/videotestsrc/gstvideotestsrc.c:
3732         (gst_video_test_src_class_init):
3733         * gst/volume/gstvolume.c: (gst_volume_class_init):
3734         * sys/v4l/gstv4lelement.c: (gst_v4lelement_class_init):
3735         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
3736         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
3737         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init):
3738         * sys/ximage/ximagesink.c: (gst_ximagesink_class_init):
3739         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_class_init):
3740         Use G_PARAM_STATIC_STRINGS everywhere for GParamSpecs that use
3741         static strings (i.e. all). This gives us less memory usage,
3742         fewer allocations and thus less memory defragmentation. Depend
3743         on core CVS for this. Fixes bug #523806.
3744
3745 2008-03-22  Sebastian Dröge  <slomo@circular-chaos.org>
3746
3747         * ext/gio/gstgio.c: (gst_gio_get_supported_protocols):
3748         Filter http and https protocols. GIO/GVfs handles them but it's
3749         impossible to implement iradio/icecast with it. Better use
3750         souphttpsrc or something else for this.
3751
3752         * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_get_size):
3753         If getting the file informations by a query fails try it with the
3754         seek-to-end trick too.
3755
3756 2008-03-21  Sebastian Dröge  <slomo@circular-chaos.org>
3757
3758         * gst/volume/gstvolume.c: (gst_volume_interface_supported),
3759         (gst_volume_base_init), (gst_volume_class_init),
3760         (volume_process_double), (volume_process_float),
3761         (volume_transform_ip), (plugin_init):
3762         memset buffers to zero if we get a GAP buffer. We usually see a
3763         buffer as one unit so let's handle it as one and don't care about
3764         volume changes while processing one buffer.
3765         Also clean up some stuff a bit.
3766
3767 2008-03-21  Sebastian Dröge  <slomo@circular-chaos.org>
3768
3769         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
3770         (gst_audio_convert_create_silence_buffer),
3771         (gst_audio_convert_transform):
3772         Make audioconvert GAP-aware by outputting silence buffers when the
3773         input has the GAP flag set. This is up to 8x faster.
3774         Based on a patch by Stefan Kost. Fixes bug #517813.
3775
3776 2008-03-21  Sebastian Dröge  <slomo@circular-chaos.org>
3777
3778         * gst/volume/gstvolume.c: (volume_process_double):
3779         Use oil_scalarmultiply_f64_ns() for double processing when it's
3780         available at compile time.
3781
3782 2008-03-21  Sebastian Dröge  <slomo@circular-chaos.org>
3783
3784         * configure.ac:
3785         Fix lrint/lrintf checks to actually work. These functions are
3786         in libm on Linux at least so try to link to it.
3787
3788 2008-03-21  Jan Schmidt  <jan.schmidt@sun.com>
3789
3790         * configure.ac:
3791         Back to development - 0.10.18.1
3792
3793 === release 0.10.18 ===
3794
3795 2008-03-20  Jan Schmidt <jan.schmidt@sun.com>
3796
3797         * configure.ac:
3798           releasing 0.10.18, "I will follow"
3799
3800 2008-03-18  Jan Schmidt  <jan.schmidt@sun.com>
3801
3802         * configure.ac:
3803         * win32/common/config.h:
3804         0.10.17.4 pre-release
3805
3806 2008-03-18  Wim Taymans  <wim.taymans@collabora.co.uk>
3807
3808         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_message_dump):
3809         Use GST_STR_NULL when trying to print strings that could be NULL because
3810         this might crash on some platforms. See #520808.
3811
3812 2008-03-18  Wim Taymans  <wim.taymans@collabora.co.uk>
3813
3814         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
3815
3816         * gst-libs/gst/rtsp/gstrtspconnection.c:
3817         (gst_rtsp_connection_connect), (gst_rtsp_connection_write),
3818         (read_line), (gst_rtsp_connection_read_internal):
3819         Generic Windows fixes that makes libgstrtsp work on Windows when
3820         coupled with the new GstPoll API. See #520808.
3821
3822 2008-03-17  Sebastian Dröge  <slomo@circular-chaos.org>
3823
3824         Patch by: Milosz Derezynski <internalerror at gmail dot com>
3825
3826         * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_create):
3827           If seeking to a new position succeeds don't simply return from
3828           create() without creating a buffer. Do this only in the case
3829           seeking to the new position fails. Fixes bug #523054.
3830
3831 2008-03-17  Tim-Philipp Müller  <tim at centricular dot net>
3832
3833         * gst-libs/gst/video/video.c: (gst_video_format_parse_caps),
3834           (gst_video_format_from_rgba32_masks):
3835           Fix gst_video_format_parse_caps() for RGB caps with alpha channel
3836           (#522635).
3837
3838         * tests/check/libs/video.c: (test_parse_caps_rgb), (video_suite):
3839           Add unit test for the RGB caps parsing and creation, checking for
3840           internal consistency of the new API and consistency of the API with
3841           the old GST_VIDEO_CAPS_* defines.
3842
3843 2008-03-14  David Schleef  <ds@schleef.org>
3844
3845         * gst/videotestsrc/videotestsrc.c:  Oops, revert last change
3846           because -base is in freeze.
3847
3848 2008-03-14  David Schleef  <ds@schleef.org>
3849
3850         Patch by: William M. Brack
3851
3852         * gst/videotestsrc/videotestsrc.c: Fix Bayer pattern generation.
3853
3854 2008-03-14  Wim Taymans  <wim.taymans@collabora.co.uk>
3855
3856         * gst/playback/gststreamselector.c: (gst_selector_pad_event),
3857         (gst_selector_pad_chain):
3858         * gst/playback/gststreamselector.h:
3859         Revert change that caused regression until a real fix is found.
3860         Fixes #522203.
3861
3862 2008-03-12  Michael Smith <msmith@fluendo.com>
3863
3864         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps):
3865         * gst-libs/gst/audio/gstringbuffer.h:
3866           Rename recently added buffer types to make more sense.
3867         * ext/alsa/gstalsasink.c: (alsasink_parse_spec),
3868         (gst_alsasink_write):
3869           Adapt for above API changes.
3870           Fixes bug #520523.
3871
3872 2008-03-11  Sebastian Dröge  <slomo@circular-chaos.org>
3873
3874         * win32/common/libgstnetbuffer.def:
3875         Add new symbol gst_netaddress_equal. Fixes bug #521743.
3876
3877 2008-03-11  Jan Schmidt  <jan.schmidt@sun.com>
3878
3879         * configure.ac:
3880         * win32/common/config.h:
3881         0.10.17.3 pre-release
3882
3883 2008-03-10  Wim Taymans  <wim.taymans@collabora.co.uk>
3884
3885         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3886         (gst_base_audio_src_create):
3887         Fix duration when no clock was provided. Fixes #520300.
3888
3889 2008-03-07  Wim Taymans  <wim.taymans@collabora.co.uk>
3890
3891         Patch by: Olivier Crete  <tester at tester ca>
3892
3893         * docs/libs/gst-plugins-base-libs-sections.txt:
3894         * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netaddress_equal):
3895         * gst-libs/gst/netbuffer/gstnetbuffer.h:
3896         Add trivial function to compare GstNetAddress. See #520626.
3897         API: GstNetBuffer::gst_netaddress_equal
3898
3899 2008-03-07  Wim Taymans  <wim.taymans@collabora.co.uk>
3900
3901         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
3902         Update mode property docs, it's deprecated now.
3903
3904 2008-03-07  Wim Taymans  <wim.taymans@collabora.co.uk>
3905
3906         * gst-libs/gst/rtsp/gstrtspconnection.c:
3907         (gst_rtsp_connection_create):
3908         * gst/tcp/gstmultifdsink.c: (gst_fdset_mode_get_type),
3909         (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_start):
3910         * gst/tcp/gstmultifdsink.h:
3911         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_start):
3912         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_start):
3913         Remove GstPollMode from gstpoll constructor.
3914
3915 2008-03-04  Jan Schmidt  <jan.schmidt@sun.com>
3916
3917         * configure.ac:
3918         * win32/common/config.h:
3919         0.10.17.2 pre-release
3920
3921 2008-03-03  Jan Schmidt  <jan.schmidt@sun.com>
3922
3923         * gst/Makefile.am:
3924         GST_PLUGINS_ALL correctly lists subparse and tcp now, don't distclean
3925         them twice
3926
3927         * win32/common/libgstinterfaces.def:
3928         * win32/common/libgstrtp.def:
3929         Add new API to the defs
3930
3931 2008-03-03  Peter Kjellerstedt  <pkj@axis.com>
3932
3933         Patch by: Mersad Jelacic  <mersad at axis dot com>
3934
3935         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
3936         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
3937         API: add gst_base_rtp_audio_payload_set_samplebits_options() to make it
3938         possible to specify the sample size in bits. (#509637)
3939
3940 2008-03-03  Tim-Philipp Müller  <tim at centricular dot net>
3941
3942         * tests/check/libs/mixer.c:
3943           Add a few simple checks for the new message types.
3944
3945 2008-03-03  Tim-Philipp Müller  <tim at centricular dot net>
3946
3947         * docs/libs/gst-plugins-base-libs-sections.txt:
3948         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_option_changed),
3949           (gst_mixer_options_list_changed), (gst_mixer_mixer_changed),
3950           (gst_mixer_message_get_type),
3951           (gst_mixer_message_parse_option_changed),
3952           (gst_mixer_message_parse_options_list_changed):
3953         * gst-libs/gst/interfaces/mixer.h: (GstMixerType),
3954           (GST_MIXER_MESSAGE_OPTION_CHANGED),
3955           (GST_MIXER_MESSAGE_OPTIONS_LIST_CHANGED),
3956           (GST_MIXER_MESSAGE_MIXER_CHANGED):
3957           API: add gst_mixer_options_list_changed(), gst_mixer_mixer_changed()
3958           and gst_mixer_message_parse_options_list_changed(). Fixes #519916.
3959
3960 2008-03-03  Tim-Philipp Müller  <tim at centricular dot net>
3961
3962         * gst-libs/gst/interfaces/mixeroptions.c: (gst_mixer_options_init),
3963           (gst_mixer_options_get_values):
3964         * gst-libs/gst/interfaces/mixeroptions.h:
3965           (GST_MIXER_OPTIONS_GET_CLASS), (GstMixerOptionsClass),
3966           (_GstMixerOptions), (_GstMixerOptionsClass):
3967           API: add GstMixerOptions::get_values vfunc (#519906)
3968
3969 2008-03-03  Peter Kjellerstedt  <pkj@axis.com>
3970
3971         * configure.ac:
3972         Use AG_GST_CHECK_PLUGIN and AG_GST_DISABLE_PLUGIN to simplify which
3973         plug-ins are included/excluded. (#498222)
3974
3975 2008-03-03  Sebastian Dröge  <slomo@circular-chaos.org>
3976
3977         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
3978         Add typefinder for IMelody files, using audio/x-imelody.
3979         See bug #519516.
3980
3981 2008-03-03  Sebastian Dröge  <slomo@circular-chaos.org>
3982
3983         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_get_type):
3984         * ext/alsa/gstalsasink.c: (set_hwparams):
3985         * ext/alsa/gstalsasrc.c: (set_hwparams):
3986         * ext/gio/gstgio.c: (gst_gio_uri_handler_get_uri):
3987         * ext/ogg/gstoggmux.h:
3988         * ext/ogg/gstogmparse.c:
3989         * gst-libs/gst/audio/audio.c:
3990         * gst-libs/gst/fft/kiss_fft_f64.c: (kiss_fft_f64_alloc):
3991         * gst-libs/gst/pbutils/missing-plugins.c:
3992         (gst_missing_uri_sink_message_new),
3993         (gst_missing_element_message_new),
3994         (gst_missing_decoder_message_new),
3995         (gst_missing_encoder_message_new):
3996         * gst-libs/gst/rtp/gstbasertppayload.c:
3997         * gst-libs/gst/rtp/gstrtcpbuffer.c:
3998         (gst_rtcp_packet_bye_get_reason):
3999         * gst/audioconvert/gstaudioconvert.c:
4000         * gst/audioresample/gstaudioresample.c:
4001         * gst/ffmpegcolorspace/imgconvert.c:
4002         * gst/playback/test.c: (gen_video_element), (gen_audio_element):
4003         * gst/typefind/gsttypefindfunctions.c:
4004         * gst/videoscale/vs_4tap.c:
4005         * gst/videoscale/vs_4tap.h:
4006         * sys/v4l/gstv4lelement.c:
4007         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_any_caps):
4008         * sys/v4l/v4l_calls.c:
4009         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init),
4010         (gst_v4lsrc_try_capture):
4011         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
4012         (gst_ximagesink_ximage_new):
4013         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
4014         (gst_xvimagesink_xvimage_new):
4015         * tests/check/elements/audioconvert.c:
4016         * tests/check/elements/audioresample.c:
4017         (fail_unless_perfect_stream):
4018         * tests/check/elements/audiotestsrc.c: (setup_audiotestsrc):
4019         * tests/check/elements/decodebin.c:
4020         * tests/check/elements/gdpdepay.c: (setup_gdpdepay),
4021         (setup_gdpdepay_streamheader):
4022         * tests/check/elements/gdppay.c: (setup_gdppay), (GST_START_TEST),
4023         (setup_gdppay_streamheader):
4024         * tests/check/elements/gnomevfssink.c: (setup_gnomevfssink):
4025         * tests/check/elements/multifdsink.c: (setup_multifdsink):
4026         * tests/check/elements/textoverlay.c:
4027         * tests/check/elements/videorate.c: (setup_videorate):
4028         * tests/check/elements/videotestsrc.c: (setup_videotestsrc):
4029         * tests/check/elements/volume.c: (setup_volume):
4030         * tests/check/elements/vorbisdec.c: (setup_vorbisdec):
4031         * tests/check/elements/vorbistag.c:
4032         * tests/check/generic/clock-selection.c:
4033         * tests/check/generic/states.c: (setup), (teardown):
4034         * tests/check/libs/cddabasesrc.c:
4035         * tests/check/libs/video.c:
4036         * tests/check/pipelines/gio.c:
4037         * tests/check/pipelines/oggmux.c:
4038         * tests/check/pipelines/simple-launch-lines.c:
4039         (simple_launch_lines_suite):
4040         * tests/check/pipelines/streamheader.c:
4041         * tests/check/pipelines/theoraenc.c:
4042         * tests/check/pipelines/vorbisdec.c:
4043         * tests/check/pipelines/vorbisenc.c:
4044         * tests/examples/seek/scrubby.c:
4045         * tests/examples/seek/seek.c: (query_positions_elems),
4046         (query_positions_pads):
4047         * tests/icles/stress-xoverlay.c: (myclock):
4048         Correct all relevant warnings found by the sparse semantic code
4049         analyzer. This include marking several symbols static, using
4050         NULL instead of 0 for pointers and using "foo (void)" instead
4051         of "foo ()" for declarations.
4052
4053         * win32/common/libgstrtp.def:
4054         Add gst_rtp_buffer_set_extension_data to the symbol definition file.
4055
4056 2008-03-02  Tim-Philipp Müller  <tim at centricular dot net>
4057
4058         Patch by: José Alburquerque <jaalburqu svn gnome org>
4059
4060         * gst/playback/gstplaybin2.c:
4061           Make the function signature of the _get_*_tags() functions match
4062           the signature of the vfuncs they implement, ie. return a
4063           GstTagList rather than a GstStructure, which is more correct,
4064           even if one is typedef'ed to the other (#518940).
4065
4066 2008-03-02  Tim-Philipp Müller  <tim at centricular dot net>
4067
4068         * gst-libs/gst/rtsp/gstrtspconnection.c:
4069           Don't include unix headers unconditionally (fixes #518037).
4070
4071 2008-03-02  Tim-Philipp Müller  <tim at centricular dot net>
4072
4073         * tests/check/libs/video.c: (paintinfo), (paintinfo_struct),
4074           (fourcc_list_struct), (fourcc_list), (fourcc_get_size),
4075           (paint_setup_I420), (paint_setup_YV12), (paint_setup_AYUV),
4076           (paint_setup_YUY2), (paint_setup_UYVY), (paint_setup_YVYU),
4077           (paint_setup_IYU2), (paint_setup_Y41B), (paint_setup_Y42B),
4078           (paint_setup_Y800), (paint_setup_YVU9), (paint_setup_YUV9),
4079           (gst_video_format_is_packed), (video_format_is_packed):
4080           Add unit test that makes sure that the strides, offsets and
4081           sizes returned for the various YUV formats by the new video API
4082           match the old reference implementation in videotestsrc.
4083
4084 2008-03-02  Tim-Philipp Müller  <tim at centricular dot net>
4085
4086         * gst-libs/gst/video/video.c: (gst_video_calculate_display_ratio),
4087           (gst_video_format_from_fourcc), (gst_video_format_to_fourcc),
4088           (gst_video_format_is_rgb), (gst_video_format_is_yuv),
4089           (gst_video_format_has_alpha), (gst_video_format_get_row_stride),
4090           (gst_video_format_get_pixel_stride),
4091           (gst_video_format_get_component_width),
4092           (gst_video_format_get_component_height),
4093           (gst_video_format_get_component_offset), (gst_video_format_get_size):
4094         * gst-libs/gst/video/video.h: (GST_VIDEO_FORMAT_Y41B),
4095           (GST_VIDEO_FORMAT_Y42B):
4096           API: add GST_VIDEO_FORMAT_Y41B and GST_VIDEO_FORMAT_Y42B.
4097
4098 2008-03-02  Tim-Philipp Müller  <tim at centricular dot net>
4099
4100         * gst-libs/gst/video/video.c: (gst_video_format_get_component_offset):
4101           YV12 is I420 with swapped components 1 and 2, so the offset of
4102           component 1 for I420 should be the offset for component 2 for YV12
4103           and vice versa.
4104
4105 2008-02-29  Rene Stadler  <mail@renestadler.de>
4106
4107         * sys/v4l/gstv4lelement.c:
4108         Add missing semicolon to fix indentation.
4109
4110 2008-02-29  Julien Moutte  <julien@fluendo.com>
4111
4112         * ext/alsa/gstalsa.c: (gst_alsa_open_iec958_pcm),
4113         (gst_alsa_probe_supported_formats): Probe for IEC958 pcm to detect
4114         if we can do SPDIF output.
4115         * ext/alsa/gstalsa.h:
4116         * ext/alsa/gstalsasink.c: (set_hwparams), (alsasink_parse_spec),
4117         (gst_alsasink_prepare), (gst_alsasink_close), (gst_alsasink_write):
4118         * ext/alsa/gstalsasink.h: Initial support for SPDIF.
4119         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps):
4120         * gst-libs/gst/audio/gstringbuffer.h: Add non linear buffer types
4121         to support AC3, EC3 and IEC958 buffers.
4122
4123 2008-02-29  Tim-Philipp Müller  <tim at centricular dot net>
4124
4125         * gst-libs/gst/interfaces/mixer.c: (GST_MIXER_MESSAGE_HAS_TYPE),
4126           (gst_mixer_message_parse_mute_toggled),
4127           (gst_mixer_message_parse_record_toggled),
4128           (gst_mixer_message_parse_volume_changed),
4129           (gst_mixer_message_parse_option_changed):
4130           De-cruft and fix message type assertions (NULL is not a really
4131           valid mixer message type string).
4132
4133 2008-02-29  Wim Taymans  <wim.taymans@collabora.co.uk>
4134
4135         * ext/libvisual/visual.c: (gst_vis_src_negotiate):
4136         When negotiating, actually start from a format that we can support
4137         instead of from the too generic template.
4138
4139 2008-02-29  Wim Taymans  <wim.taymans@collabora.co.uk>
4140
4141         * gst/playback/gstplaybin2.c: (gst_play_bin_set_property):
4142         Enable vis setting.
4143
4144         * gst/playback/gstplaysink.c: (gst_play_sink_init),
4145         (gst_play_sink_dispose), (gst_play_sink_vis_unblocked),
4146         (gst_play_sink_vis_blocked), (gst_play_sink_set_vis_plugin),
4147         (gen_vis_chain):
4148         Implement vis switching while playing.
4149
4150 2008-02-28  David Schleef  <ds@schleef.org>
4151
4152         * gst-libs/gst/riff/riff-media.c: Add Dirac mapping
4153
4154 2008-02-28  Wim Taymans  <wim.taymans@collabora.co.uk>
4155
4156         Patch by: Peter Kjellerstedt  <pkj at axis com>
4157
4158         * gst/tcp/Makefile.am:
4159         * gst/tcp/fdsetstress.c:
4160         * gst/tcp/gstfdset.c:
4161         * gst/tcp/gstfdset.h:
4162         Removed fdset and stress test, they are now known as GstPoll in
4163         core. 
4164
4165         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
4166         (gst_multi_fd_sink_add_full), (gst_multi_fd_sink_remove),
4167         (gst_multi_fd_sink_clear), (gst_multi_fd_sink_remove_client_link),
4168         (gst_multi_fd_sink_handle_client_write),
4169         (gst_multi_fd_sink_queue_buffer),
4170         (gst_multi_fd_sink_handle_clients), (gst_multi_fd_sink_start),
4171         (gst_multi_fd_sink_stop):
4172         * gst/tcp/gstmultifdsink.h:
4173         * gst/tcp/gsttcp.c: (gst_tcp_socket_read), (gst_tcp_socket_close),
4174         (gst_tcp_read_buffer), (gst_tcp_gdp_read_buffer),
4175         (gst_tcp_gdp_read_caps):
4176         * gst/tcp/gsttcp.h:
4177         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_init),
4178         (gst_tcp_client_sink_setcaps), (gst_tcp_client_sink_render),
4179         (gst_tcp_client_sink_start), (gst_tcp_client_sink_stop):
4180         * gst/tcp/gsttcpclientsink.h:
4181         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_init),
4182         (gst_tcp_client_src_create), (gst_tcp_client_src_start),
4183         (gst_tcp_client_src_stop), (gst_tcp_client_src_unlock):
4184         * gst/tcp/gsttcpclientsrc.h:
4185         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_handle_wait),
4186         (gst_tcp_server_sink_init_send), (gst_tcp_server_sink_close):
4187         * gst/tcp/gsttcpserversink.h:
4188         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_init),
4189         (gst_tcp_server_src_create), (gst_tcp_server_src_start),
4190         (gst_tcp_server_src_stop), (gst_tcp_server_src_unlock):
4191         * gst/tcp/gsttcpserversrc.h:
4192         Port to GstPoll. See #505417.
4193
4194 2008-02-28  Wim Taymans  <wim.taymans@collabora.co.uk>
4195
4196         Patch by: Peter Kjellerstedt  <pkj at axis com>
4197
4198         * gst-libs/gst/rtsp/gstrtspconnection.c:
4199         (gst_rtsp_connection_create), (gst_rtsp_connection_connect),
4200         (gst_rtsp_connection_write), (gst_rtsp_connection_read_internal),
4201         (gst_rtsp_connection_receive), (gst_rtsp_connection_close),
4202         (gst_rtsp_connection_free), (gst_rtsp_connection_poll),
4203         (gst_rtsp_connection_flush):
4204         * gst-libs/gst/rtsp/gstrtspconnection.h:
4205         Use GstPoll for the rtsp connection. See #505417.
4206
4207 2008-02-27  Wim Taymans  <wim.taymans@collabora.co.uk>
4208
4209         * tests/examples/seek/seek.c: (vis_toggle_cb), (filter_features),
4210         (init_visualization_features), (vis_combo_cb), (shot_cb), (main):
4211         Add combo box for visualisations, populate it with a factory list
4212         of all visualisation plugins, configure vis plugin instance in
4213         playbin2. 
4214
4215 2008-02-27  Wim Taymans  <wim.taymans@collabora.co.uk>
4216
4217         * tests/check/libs/rtp.c: (GST_START_TEST):
4218         Add check for RTP buffer defaults, padding and marker bit API.
4219
4220 2008-02-27  Sebastian Dröge  <slomo@circular-chaos.org>
4221
4222         * gst-libs/gst/cdda/sha1.c: (sha_transform):
4223         Use memcpy() instead of upcasting a byte array to long *. This
4224         fixes an unaligned memory access, resulting in SIGBUS on IA64.
4225         This should be ported to GCheckSum once we can use GLib 2.16.
4226         Partially fixes bug #500833.
4227
4228 2008-02-27  Tim-Philipp Müller  <tim at centricular dot net>
4229
4230         * gst-libs/gst/tag/gsttagdemux.c: (gst_tag_demux_chain):
4231           Push tag event after the newsegment event. Log the pointer of
4232           the buffer we're actually going to push rather than the buffer
4233           we're feeding to _make_metadata_writable().
4234
4235 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
4236
4237         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
4238         Comment smoke typefinder for now. The smokedec plugin needs one
4239         frame per buffer but we have no parser yet, thus it simply crashes
4240         in most situations.
4241
4242 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
4243
4244         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
4245         Add typefinder for the smoke video codec. Copied from the jpeg plugin.
4246
4247 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
4248
4249         * gst/typefind/gsttypefindfunctions.c: (mid_type_find),
4250         (plugin_init):
4251         Add midi typefinder, copied from the timidity plugin.
4252
4253 2008-02-23  Tim-Philipp Müller  <tim at centricular dot net>
4254
4255         Based on patch by: Tomasz Sałaciński <tsalacinski gmail com>
4256
4257         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
4258         * tests/check/elements/subparse.c: (test_microdvd_with_italics),
4259           (subparse_suite):
4260           Forward slashes at the beginning and end of a line also signify
4261           italics (Fixes: #518162).
4262
4263 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
4264
4265         * tests/check/gst-plugins-base.supp:
4266         Add a suppression for a cached value in GIO that wasn't moved
4267         while moving gio from -bad to -base.
4268
4269 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
4270
4271         Patch by: Brian Cameron <brian dot cameron at sun dot com>
4272
4273         * configure.ac:
4274         Don't hardcode -Wall and -Werror for configure checks, this fails
4275         with non-GCC compilers. Fixes bug #517991.
4276
4277 2008-02-21  Stefan Kost  <ensonic@users.sf.net>
4278
4279         * gst/audioconvert/gstaudioconvert.c:
4280         * gst/audioconvert/gstaudioquantize.c:
4281         * gst/audioconvert/gstaudioquantize.h:
4282           Make audioconvert gap aware. If noiseshaping is used, wait for
4283           noiseshaping to converge before marking as GAP. Fixes #517813.
4284
4285 2008-02-21  Stefan Kost  <ensonic@users.sf.net>
4286
4287         * gst/audiotestsrc/gstaudiotestsrc.c:
4288           Mark buffers as GAP,if volume is 0.0 and fix the previous logic.
4289
4290 2008-02-20  Sebastian Dröge  <slomo@circular-chaos.org>
4291
4292         * ext/gnomevfs/gstgnomevfssink.c:
4293         (gst_gnome_vfs_sink_handle_event):
4294         Return FALSE when seeking for a new segment fails instead
4295         of silently ignoring the failure and appending every buffer
4296         that comes for the new segment.
4297
4298 2008-02-20  Wim Taymans  <wim.taymans@collabora.co.uk>
4299
4300         * gst/playback/gstplaysink.c: (find_property),
4301         (gst_play_sink_find_property), (gen_video_chain),
4302         (gst_play_sink_reconfigure), (gst_play_sink_get_last_frame):
4303         Recursively search the sink element for a last-frame property so that we
4304         can also find the property in autovideosink and friends that don't
4305         always proxy the internal sink properties.
4306
4307 2008-02-19  Tim-Philipp Müller  <tim at centricular dot net>
4308
4309         * gst-libs/gst/audio/multichannel.c:
4310           (GST_AUDIO_CHANNEL_POSITIONS_FIELD_NAME),
4311           (gst_audio_get_channel_positions), (gst_audio_set_channel_positions),
4312           (gst_audio_set_structure_channel_positions_list),
4313           (add_list_to_struct), (gst_audio_set_caps_channel_positions_list),
4314           (gst_audio_fixate_channel_positions):
4315           Fix confusing terminology in docs and code: structure fields are
4316           'fields' and not 'properties'.
4317
4318 2008-02-19  Tim-Philipp Müller  <tim at centricular dot net>
4319
4320         * gst-libs/gst/audio/multichannel.c:
4321           (gst_audio_check_channel_positions), (add_list_to_struct):
4322           Give more useful warning messages if one of the channel
4323           layout enums passed to us is invalid and if the "channels"
4324           field in the caps has a GType we don't expect.
4325
4326 2008-02-19  Tim-Philipp Müller  <tim at centricular dot net>
4327
4328         * gst-libs/gst/audio/multichannel.c:
4329           Fix typo in docs blurb.
4330
4331 2008-02-19  Julien Moutte  <julien@fluendo.com>
4332
4333         Patch by: Josep Torra Valles <josep@fluendo.com>
4334
4335         * gst/typefind/gsttypefindfunctions.c: Increase the MPEG PS
4336         typefind lookup to fix typefinding on HD clips.
4337
4338 2008-02-19  Tim-Philipp Müller  <tim at centricular dot net>
4339
4340         * gst/playback/gstscreenshot.c:
4341         * gst/playback/gstscreenshot.h:
4342           Fix up copyright (I rewrote the GStreamer-0.10 code for
4343           this from scratch back in the days).
4344
4345 2008-02-19  Wim Taymans  <wim.taymans@collabora.co.uk>
4346
4347         * gst/playback/Makefile.am:
4348         * gst/playback/gstscreenshot.c: (feed_fakesrc), (save_result),
4349         (create_element), (gst_play_frame_conv_convert):
4350         * gst/playback/gstscreenshot.h:
4351         Add screenshot conversion code from totem.
4352
4353         * gst/playback/gstplay-marshal.list:
4354         * gst/playback/gstplaybin2.c: (gst_play_marshal_BUFFER__BOXED),
4355         (gst_play_bin_class_init), (gst_play_bin_convert_frame),
4356         (gst_play_bin_get_property), (no_more_pads_cb), (activate_group):
4357         Implement frame property to get a color-unconverted snapshot.
4358         Implement convert-frame action signal to get a converted snapshot image.
4359         Configure connection speed in uridecodebin.
4360         Document some more properties.
4361
4362         * gst/playback/gstplaysink.c: (gst_play_sink_class_init),
4363         (gen_video_chain), (gen_audio_chain), (gst_play_sink_reconfigure),
4364         (gst_play_sink_get_last_frame):
4365         * gst/playback/gstplaysink.h:
4366         Use last-buffer property of the video sink to get a video snapshot.
4367
4368         * tests/examples/seek/seek.c: (shot_cb), (main):
4369         Add snapshot button for playbin2 and use the frame property to save the
4370         frame as a png in the current directory.
4371
4372 2008-02-19  Sebastian Dröge  <slomo@circular-chaos.org>
4373
4374         Patch by: Josep Torra Valles <josep at fluendo dot com>
4375
4376         * gst/typefind/gsttypefindfunctions.c: (h264_video_type_find),
4377         (plugin_init):
4378         Add typefinding support for h264 elementary streams.
4379         Fixes bug #517420.
4380
4381 2008-02-18  Stefan Kost  <ensonic@users.sf.net>
4382
4383         * configure.ac:
4384           Require CVS of core for new API in collectpads.
4385
4386         * gst/adder/gstadder.c:
4387           Use new API to make adder sparse stream aware.
4388
4389 2008-02-18  Wim Taymans  <wim.taymans@collabora.co.uk>
4390
4391         * gst/playback/gstplaybin2.c: (pad_added_cb), (pad_removed_cb),
4392         (no_more_pads_cb):
4393         Get the object data correct so that we can remove our channels
4394         correctly.
4395
4396         * gst/playback/gstplaysink.c: (gen_video_chain), (gen_audio_chain),
4397         (gen_vis_chain), (gst_play_sink_reconfigure),
4398         (gst_play_sink_request_pad):
4399         Add option to disable async behaviour in the sinks when possible. This
4400         makes it possible to avoid an audio queue when dealing with
4401         visualisations.
4402         Add option to add a queue for the audio path.
4403
4404         * tests/examples/seek/seek.c: (clear_streams), (update_streams),
4405         (main):
4406         Disable the vis checkbox to match the defaults of playbin2.
4407         Only get the stream info when we need to.
4408
4409 2008-02-17  Sebastian Dröge  <slomo@circular-chaos.org>
4410
4411         * ext/gio/gstgiobasesink.c: (gst_gio_base_sink_stop),
4412         (gst_gio_base_sink_set_stream):
4413         * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_stop),
4414         (gst_gio_base_src_set_stream):
4415         * ext/gio/gstgiosink.c: (gst_gio_sink_start):
4416         * ext/gio/gstgiosrc.c: (gst_gio_src_start):
4417         Don't use async operations as they require a running main loop.
4418         This makes us block again when closing streams and unable
4419         to mount the enclosing volume of an URI if it isn't yet.
4420
4421 2008-02-15  Wim Taymans  <wim.taymans@collabora.co.uk>
4422
4423         * gst/playback/gstplaysink.c: (gst_play_sink_set_mute),
4424         (gst_play_sink_get_mute), (gen_video_chain), (gen_audio_chain),
4425         (gen_vis_chain), (gst_play_sink_reconfigure),
4426         (gst_play_sink_request_pad):
4427         Move tee in front of the audio and vis pipelines.
4428         Add queue for audio for now.
4429         Add visualisation support.
4430
4431         * tests/examples/seek/seek.c: (main):
4432         Visualisation is by default disabled.
4433
4434 2008-02-15  Sebastian Dröge  <slomo@circular-chaos.org>
4435
4436         * ext/gio/gstgiobasesink.c: (close_stream_cb):
4437         * ext/gio/gstgiobasesrc.c: (close_stream_cb):
4438         Improve debugging a bit.
4439
4440         * ext/gio/gstgiosink.c: (mount_cb), (gst_gio_sink_start):
4441         * ext/gio/gstgiosink.h:
4442         * ext/gio/gstgiosrc.c: (mount_cb), (gst_gio_src_start):
4443         * ext/gio/gstgiosrc.h:
4444         Try to mount the enclosing volume of a GFile if it isn't mounted
4445         yet. This requires us to wait for an async operation to finish, done
4446         with an nested GMainLoop. Authentication is not supported yet, will
4447         come later.
4448
4449 2008-02-14  Wim Taymans  <wim.taymans@collabora.co.uk>
4450
4451         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
4452         (gst_play_bin_set_property), (gst_play_bin_get_property),
4453         (pad_added_cb), (pad_removed_cb), (no_more_pads_cb):
4454         * gst/playback/gstplaysink.c: (gst_play_sink_set_mute),
4455         (gst_play_sink_get_mute), (gen_audio_chain):
4456         * gst/playback/gstplaysink.h:
4457         Add mute property.
4458
4459         * gst/playback/gststreamselector.c: (gst_selector_pad_event),
4460         (gst_selector_pad_chain):
4461         * gst/playback/gststreamselector.h:
4462         Make sure we forward the event only once.
4463
4464         * tests/examples/seek/seek.c: (stop_cb), (mute_toggle_cb), (main):
4465         Add and implement the mute button for playbin2.
4466
4467 2008-02-13  Wim Taymans  <wim.taymans@collabora.co.uk>
4468
4469         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
4470
4471         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_delay):
4472         Add some more debug info.
4473         Make sure we never return a negative delay. Fixes #516246.
4474
4475 2008-02-12  Tim-Philipp Müller  <tim at centricular dot net>
4476
4477         * ext/alsa/gstalsasink.c: (gst_alsasink_delay):
4478           Revert patch that makes the sink hold the object lock when
4479           calling snd_pcm_delay(), since it breaks playback for me.
4480
4481 2008-02-12  Julien Moutte  <julien@fluendo.com>
4482
4483         * tests/examples/seek/seek.c: (rate_spinbutton_changed_cb): Add
4484         some seek flags when changing rate.
4485
4486 2008-02-12  Wim Taymans  <wim.taymans@collabora.co.uk>
4487
4488         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
4489         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
4490         (gst_base_rtp_audio_payload_handle_sample_based_buffer):
4491         Fix potential leaks.
4492
4493         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_chain):
4494         Fix leak when there is no function configured.
4495
4496 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
4497
4498         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_buffer_class_init),
4499         (gst_v4lsrc_buffer_finalize):
4500         Correctly chain up the finalize method.
4501
4502 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
4503
4504         * ext/gio/gstgiostreamsink.c:
4505         * ext/gio/gstgiostreamsrc.c:
4506         Add documentation and example code for giostreamsink/giostreamsrc.
4507
4508         * tests/check/pipelines/gio.c: (GST_START_TEST):
4509         Ask the GMemoryOutputStream for the data instead of assuming that
4510         the pointer to the data stayed the same. It could've been realloc'ed.
4511
4512 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
4513
4514         * ext/gio/gstgiosink.c:
4515         * ext/gio/gstgiosrc.c:
4516         Make the documentation of giosink/giosrc complete, large parts
4517         are based on the gnomevfssink/gnomevfssrc docs.
4518
4519 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
4520
4521         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
4522         * docs/plugins/gst-plugins-base-plugins-sections.txt:
4523         * docs/plugins/gst-plugins-base-plugins.args:
4524         * docs/plugins/gst-plugins-base-plugins.hierarchy:
4525         * docs/plugins/gst-plugins-base-plugins.interfaces:
4526         * docs/plugins/gst-plugins-base-plugins.prerequisites:
4527         * docs/plugins/gst-plugins-base-plugins.signals:
4528         * docs/plugins/inspect/plugin-adder.xml:
4529         * docs/plugins/inspect/plugin-audioconvert.xml:
4530         * docs/plugins/inspect/plugin-audiorate.xml:
4531         * docs/plugins/inspect/plugin-audioresample.xml:
4532         * docs/plugins/inspect/plugin-decodebin.xml:
4533         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
4534         * docs/plugins/inspect/plugin-gdp.xml:
4535         * docs/plugins/inspect/plugin-gio.xml:
4536         * docs/plugins/inspect/plugin-gnomevfs.xml:
4537         * docs/plugins/inspect/plugin-libvisual.xml:
4538         * docs/plugins/inspect/plugin-ogg.xml:
4539         * docs/plugins/inspect/plugin-pango.xml:
4540         * docs/plugins/inspect/plugin-playback.xml:
4541         * docs/plugins/inspect/plugin-queue2.xml:
4542         * docs/plugins/inspect/plugin-subparse.xml:
4543         * docs/plugins/inspect/plugin-theora.xml:
4544         * docs/plugins/inspect/plugin-uridecodebin.xml:
4545         * docs/plugins/inspect/plugin-videorate.xml:
4546         * docs/plugins/inspect/plugin-videoscale.xml:
4547         * docs/plugins/inspect/plugin-volume.xml:
4548         * docs/plugins/inspect/plugin-vorbis.xml:
4549         Add the GIO documentation again and while at that run make update.
4550
4551 2008-02-11  Tim-Philipp Müller  <tim at centricular dot net>
4552
4553         * ext/alsa/gstalsa.h: (GST_CHECK_ALSA_VERSION):
4554         * ext/alsa/gstalsasink.c: (set_swparams):
4555         * ext/alsa/gstalsasrc.c: (set_swparams), (gst_alsasrc_open):
4556           Don't use snd_pcm_sw_params_set_xfer_align() if we're compiling
4557           against libasound >= 1.0.16, since it's been deprecated in
4558           0.10.16, and alignment is always 1 then, apparently. (#512899)
4559
4560 2008-02-11  Tim-Philipp Müller  <tim at centricular dot net>
4561
4562         * gst/playback/gstplaybin.c: (gen_audio_element):
4563         * gst/playback/gstplaysink.c: (gen_audio_chain):
4564           Handle case where we can't create the volume element a bit
4565           better (#514307).
4566
4567 2008-02-11  Tim-Philipp Müller  <tim at centricular dot net>
4568
4569         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_check_get_range):
4570         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
4571           Add support for https protocol. Fixes #510229.
4572
4573 2008-02-11  Julien Moutte  <julien@fluendo.com>
4574         
4575         Patch by: Alan Peevers <peeves@pacbell.net>
4576
4577         * ext/alsa/gstalsasink.c: (gst_alsasink_delay): Take appropriate
4578         lock when calling alsa methods.
4579
4580 2008-02-11  Tim-Philipp Müller  <tim at centricular dot net>
4581
4582         * gst/typefind/gsttypefindfunctions.c:
4583           Bump rank of jpeg and png typefinders, which will return maximum
4584           probability in the most common cases (thus short-circuiting more
4585           expensive typefinders like the mp3 one for these two quite common
4586           image types).
4587
4588 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
4589
4590         * ext/theora/theoraparse.c:
4591         Fix long description of the theora parser to be more verbose than just
4592         the type name.
4593
4594 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
4595
4596         Patch by: Branko Čibej <brane at xbc dot nu>
4597
4598         * sys/xvimage/xvimagesink.c:
4599         Fix build of xvimagesink if we don't have XShm, e.g. on Mac OS X.
4600         Fixes bug #515654.
4601
4602 2008-02-09  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
4603
4604         * gst/playback/gstplaybasebin.c:
4605         Set is_dynamic as True if there are elements with both request
4606         and sometimes src pad templates instead of breaking out when it
4607         finds the first pad template that is a src.
4608
4609 2008-02-08  Wim Taymans  <wim.taymans@collabora.co.uk>
4610
4611         * tests/examples/seek/seek.c: (stop_cb), (clear_streams),
4612         (update_streams), (video_combo_cb), (audio_combo_cb),
4613         (text_combo_cb), (volume_spinbutton_changed_cb), (main):
4614         Add some stream switching and volume gui for playbin2.
4615
4616 2008-02-08  Wim Taymans  <wim.taymans@collabora.co.uk>
4617
4618         * gst/playback/gstplay-marshal.list:
4619         Added marshal for streamselector Tags.
4620
4621         * gst/playback/gstplaybasebin.c: (set_active_source):
4622         Streamselector now selects pads based on the pad object instead of its
4623         name.
4624
4625         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
4626         (init_group), (gst_play_bin_init), (get_group), (get_tags),
4627         (gst_play_bin_get_video_tags), (gst_play_bin_get_audio_tags),
4628         (gst_play_bin_get_text_tags),
4629         (gst_play_bin_set_current_video_stream),
4630         (gst_play_bin_set_current_audio_stream),
4631         (gst_play_bin_set_current_text_stream),
4632         (gst_play_bin_set_property), (gst_play_bin_get_property),
4633         (pad_added_cb), (pad_removed_cb), (autoplug_select_cb):
4634         Remove option to mute streams with the current-a/v/t property, we have
4635         this functionality in the flags.
4636         Add signals to notify when the number of A/V/T channels changed.
4637         Add action signals to get tags for the A/V/T streams.
4638         Implement setting the current A/V/T stream.
4639         Rearrange some things to simplify stream selection.
4640         Implement volume.
4641
4642         * gst/playback/gstplaysink.c: (gst_play_sink_set_volume),
4643         (gst_play_sink_get_volume), (gst_play_sink_set_property),
4644         (gst_play_sink_get_property), (gen_video_chain), (gen_audio_chain),
4645         (activate_vis), (gst_play_sink_reconfigure):
4646         * gst/playback/gstplaysink.h:
4647         Add and implement volume setting methods.
4648
4649         * gst/playback/gststreamselector.c: (gst_selector_pad_class_init),
4650         (gst_selector_pad_finalize), (gst_selector_pad_get_property),
4651         (gst_selector_pad_event), (gst_stream_selector_class_init),
4652         (gst_stream_selector_init), (gst_stream_selector_finalize),
4653         (gst_stream_selector_set_property),
4654         (gst_stream_selector_get_property),
4655         (gst_stream_selector_get_linked_pad),
4656         (gst_stream_selector_request_new_pad):
4657         * gst/playback/gststreamselector.h:
4658         Add pad properties for tags and status of pads.
4659         Keep tags on pads.
4660         Make active pad selection based on pad object instead of name.
4661
4662 2008-02-08  Stefan Kost  <ensonic@users.sf.net>
4663
4664         * configure.ac:
4665           Revert last change as we now check in gtk-doc.m4 for sed.
4666
4667 2008-02-08  Jan Schmidt  <Jan.Schmidt@sun.com>
4668
4669         * configure.ac:
4670         Find and subst SED when building the docs.
4671
4672 2008-02-08  Julien Moutte  <julien@fluendo.com>
4673
4674         * tests/examples/seek/seek.c: (stop_cb), (connect_bus_signals),
4675         (main): Make sure bus signals are reconnected when pressing STOP
4676         and then PLAY again for a parse launch pipeline. Fix a ref leak
4677         on the bus.
4678         * win32/common/config.h: Updated.
4679
4680 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
4681
4682         * configure.ac:
4683         Make DISABLE_DEPRECATED defined *only* during CVS, not during
4684         pre-releases or releases.
4685
4686 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
4687
4688         * configure.ac:
4689         * ext/gio/Makefile.am:
4690         Subst GIO_LDFLAGS to avoid undefined Makefile var error Zaheer is
4691         reporting
4692
4693 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
4694
4695         * docs/plugins/Makefile.am:
4696         Add the headers which need scanning for the GIO plugin. The rest of
4697         the docs still need migrating.
4698
4699 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
4700
4701         * ext/Makefile.am:
4702         * tests/check/Makefile.am:
4703         * tests/check/pipelines/.cvsignore:
4704         Add gio in a few more places.
4705
4706 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
4707
4708         * configure.ac:
4709         * ext/Makefile.am:
4710         * tests/check/Makefile.am:
4711         Move gio plugin from -bad and mark as experimental.
4712
4713 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
4714
4715         * gst-libs/gst/interfaces/mixeroptions.c:
4716         * gst-libs/gst/interfaces/mixertrack.c:
4717         Comment out a couple of other things which break the build when
4718         GST_DISABLE_DEPRECATED isn't on but -Werror is.
4719
4720 2008-02-07  Tim-Philipp Müller  <tim at centricular dot net>
4721
4722         * docs/libs/gst-plugins-base-libs-sections.txt:
4723           Fix pbutils header.
4724
4725 2008-02-07  Wim Taymans  <wim.taymans@collabora.co.uk>
4726
4727         * gst-libs/gst/rtsp/gstrtspmessage.c: (gst_rtsp_message_unset):
4728         Fix compiler warning.
4729
4730 2008-02-07  Wim Taymans  <wim.taymans@collabora.co.uk>
4731
4732         Patch by: Peter Kjellerstedt  <pkj at axis com>
4733
4734         * gst-libs/gst/sdp/gstsdpmessage.c: (is_multicast_address):
4735         Clear the addrinfo struct using memset. Fixes #514937.
4736
4737 2008-02-06  Wim Taymans  <wim.taymans@collabora.co.uk>
4738
4739         * gst/tcp/gstfdset.h:
4740         Remove unused field to same some memory.
4741
4742         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
4743         Mark action signals as such.
4744
4745 2008-02-06  Michael Smith <msmith@fluendo.com>
4746
4747         * ext/theora/theoradec.c: (_theora_granule_frame),
4748         (_inc_granulepos):
4749           Increment granulepos for new-bitstream versions appropriately.
4750           Fixes #514623.
4751
4752 2008-02-04  Wim Taymans  <wim.taymans@collabora.co.uk>
4753
4754         * tests/examples/seek/seek.c: (do_seek),
4755         (rate_spinbutton_changed_cb), (update_streams), (main):
4756         Remove obsolete stream_time reset after flushing seek, core does that
4757         automatically now.
4758         Improve accuracy of speed spinbutton.
4759         Only do playbin2 stuff when we actually use it.
4760
4761 2008-02-02  Tim-Philipp Müller  <tim at centricular dot net>
4762
4763         * tests/check/Makefile.am:
4764           Revert previous change of the test environment's GST_PLUGIN_PATH.
4765           The problem is not with the plugins, but with element factories
4766           and only occurs if elements are split out from existing plugins
4767           or if plugins change name (see #512740).
4768
4769 2008-02-02  Tim-Philipp Müller  <tim at centricular dot net>
4770
4771         * tests/check/Makefile.am:
4772           Fix the tests environment's GST_PLUGIN_PATH: we want the directory
4773           with the core's plugins first and our local build directories last,
4774           since we might be building against an installed core, and that
4775           core's plugin directory may contain older or other versions of
4776           our own -base plugins, but we really do want to test our local
4777           ones (if there are multiple plugins or element factories with the
4778           same name, those inspected last will trump those read in earlier).
4779           Fixes #512740 for the most part.
4780
4781 2008-02-02  Sebastian Dröge  <slomo@circular-chaos.org>
4782
4783         * configure.ac:
4784         * gst-libs/gst/rtsp/gstrtspconnection.c: (add_date_header):
4785         Use gmtime_r if available as gmtime is not MT-safe.
4786         Fixes bug #511810.
4787
4788 2008-02-02  Sebastian Dröge  <slomo@circular-chaos.org>
4789
4790         * gst-libs/gst/rtsp/gstrtspconnection.c: (add_date_header):
4791         Cast glong to time_t as time_t might have a different type on
4792         other platforms, like FreeBSD, and we get a compiler warning
4793         otherwise. Fixes bug #511825.
4794
4795 2008-02-01  Wim Taymans  <wim.taymans@collabora.co.uk>
4796
4797         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
4798         (get_group), (get_n_pads), (gst_play_bin_get_property),
4799         (pad_added_cb), (no_more_pads_cb), (perform_eos),
4800         (autoplug_select_cb), (deactivate_group):
4801         Remove stream-info, we going for something easier.
4802         Refactor getting the current group.
4803         Implement getting the number of audio/video/text streams.
4804
4805         * gst/playback/gststreamselector.c:
4806         (gst_stream_selector_class_init), (gst_stream_selector_init),
4807         (gst_stream_selector_get_property),
4808         (gst_stream_selector_request_new_pad),
4809         (gst_stream_selector_release_pad):
4810         * gst/playback/gststreamselector.h:
4811         Add property for number of pads.
4812
4813         * tests/examples/seek/seek.c: (set_scale), (update_flag),
4814         (vis_toggle_cb), (audio_toggle_cb), (video_toggle_cb),
4815         (text_toggle_cb), (update_streams), (msg_async_done),
4816         (msg_state_changed), (main):
4817         Block slider callback when updating the slider position.
4818         Add gui elements for controlling playbin2.
4819         Add callback for async_done that updates position/duration.
4820
4821 2008-02-01  Stefan Kost  <ensonic@users.sf.net>
4822
4823         * docs/plugins/Makefile.am:
4824         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
4825         * docs/plugins/gst-plugins-base-plugins-sections.txt:
4826         * docs/plugins/gst-plugins-base-plugins.hierarchy:
4827         * docs/plugins/gst-plugins-base-plugins.interfaces:
4828         * docs/plugins/gst-plugins-base-plugins.prerequisites:
4829           First round of plugin docs cleansups.
4830
4831         * docs/plugins/inspect/plugin-adder.xml:
4832         * docs/plugins/inspect/plugin-alsa.xml:
4833         * docs/plugins/inspect/plugin-audioconvert.xml:
4834         * docs/plugins/inspect/plugin-audiorate.xml:
4835         * docs/plugins/inspect/plugin-audioresample.xml:
4836         * docs/plugins/inspect/plugin-audiotestsrc.xml:
4837         * docs/plugins/inspect/plugin-cdparanoia.xml:
4838         * docs/plugins/inspect/plugin-decodebin.xml:
4839         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
4840         * docs/plugins/inspect/plugin-gdp.xml:
4841         * docs/plugins/inspect/plugin-gnomevfs.xml:
4842         * docs/plugins/inspect/plugin-libvisual.xml:
4843         * docs/plugins/inspect/plugin-ogg.xml:
4844         * docs/plugins/inspect/plugin-pango.xml:
4845         * docs/plugins/inspect/plugin-subparse.xml:
4846         * docs/plugins/inspect/plugin-tcp.xml:
4847         * docs/plugins/inspect/plugin-theora.xml:
4848         * docs/plugins/inspect/plugin-typefindfunctions.xml:
4849         * docs/plugins/inspect/plugin-video4linux.xml:
4850         * docs/plugins/inspect/plugin-videorate.xml:
4851         * docs/plugins/inspect/plugin-videoscale.xml:
4852         * docs/plugins/inspect/plugin-videotestsrc.xml:
4853         * docs/plugins/inspect/plugin-volume.xml:
4854         * docs/plugins/inspect/plugin-vorbis.xml:
4855         * docs/plugins/inspect/plugin-ximagesink.xml:
4856         * docs/plugins/inspect/plugin-xvimagesink.xml:
4857           Regenerate.
4858
4859         * ext/ogg/Makefile.am:
4860         * ext/ogg/gstoggmux.c:
4861         * ext/ogg/gstoggmux.h:
4862           Add header for oggmux. the c-file needs a doc blob still.
4863
4864 2008-02-01  Wim Taymans  <wim.taymans@collabora.co.uk>
4865
4866         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
4867
4868         * gst-libs/gst/rtp/gstrtpbuffer.c:
4869         (gst_rtp_buffer_set_extension_data):
4870         * gst-libs/gst/rtp/gstrtpbuffer.h:
4871         * tests/check/libs/rtp.c: (GST_START_TEST), (rtp_suite):
4872         Add gst_rtp_buffer_set_extension_data() 
4873         Add a unit test for this addition. Fixes #511478.
4874         API: GstRTPBuffer:gst_rtp_buffer_set_extension_data()
4875
4876 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
4877
4878         * configure.ac:
4879         Back to CVS
4880
4881 === release 0.10.17 ===
4882
4883 2008-01-30  Jan Schmidt <jan.schmidt@sun.com>
4884
4885         * configure.ac:
4886           releasing 0.10.17, "Peanut Butter and Jelly"
4887
4888 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
4889
4890         * gst-libs/gst/interfaces/mixeroptions.c:
4891         * gst-libs/gst/interfaces/mixertrack.c:
4892         Also remove the conditional registration of the signals
4893         that disappeared with the ABI change in 0.10.14
4894
4895 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
4896
4897         * gst-libs/gst/rtsp/gstrtspconnection.c:
4898         Revert patch to gstrtspconnection.c for brown paper bag
4899         release of -base. Re-opens: #511825
4900
4901 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
4902
4903         * gst-libs/gst/interfaces/mixeroptions.h:
4904         * gst-libs/gst/interfaces/mixertrack.h:
4905         Change the way these deprecated function pointers are removed
4906         so that the compiled ABI is unconditionally smaller. This 
4907         sets in stone an ABI break that actually occurred when the
4908         things were deprecated in 0.10.14, which seems to be the best
4909         fix as the only known users are oss-mixer and sunaudio-mixer in 
4910         gst-plugins-good.
4911         Fixes: #513018
4912
4913 2008-01-30  Tim-Philipp Müller  <tim at centricular dot net>
4914
4915         * win32/common/libgstpbutils.def:
4916           Export the two new _get_type() functions which are needed
4917           by the python bindings.
4918
4919 2008-01-29  Sebastian Dröge  <slomo@circular-chaos.org>
4920
4921         * gst-libs/gst/rtsp/gstrtspconnection.c: (add_date_header):
4922         Cast glong to time_t as time_t might have a different type on
4923         other platforms, like FreeBSD, and we get a compiler warning
4924         otherwise. Fixes bug #511825.
4925
4926 2008-01-29  Sebastian Dröge  <slomo@circular-chaos.org>
4927
4928         * gst-libs/gst/audio/gstaudiofilter.c:
4929         (gst_audio_filter_class_init):
4930         Initialize the GstRingerBuffer class to get it's debug category
4931         initialized. gst_ring_buffer_parse_caps() uses the ringbuffer debug
4932         category and otherwise we get some g_critical(). Fixes bug #512334.
4933
4934 2008-01-28  Jan Schmidt  <jan.schmidt@sun.com>
4935
4936         * configure.ac:
4937         Back to CVS
4938
4939 === release 0.10.16 ===
4940
4941 2008-01-28  Jan Schmidt <jan.schmidt@sun.com>
4942
4943         * configure.ac:
4944           releasing 0.10.16, "Scheduled Interruption"
4945
4946 2008-01-22  Wim Taymans  <wim.taymans@collabora.co.uk>
4947
4948         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
4949
4950         * gst-libs/gst/rtp/gstrtpbuffer.c:
4951         (gst_rtp_buffer_get_extension_data):
4952         Fix typos and wrong extension check. Fixes #511274.
4953
4954 2008-01-18  Jan Schmidt  <jan.schmidt@sun.com>
4955
4956         * po/sk.po:
4957         Oops - add new sk.po mentioned in the LINGUAS I just committed
4958
4959 2008-01-17  Jan Schmidt  <jan.schmidt@sun.com>
4960
4961         * po/LINGUAS:
4962         Add ca translation to the disted list.
4963
4964         * win32/vs6/libgstsdp.dsp:
4965         Convert line endings to CRLF
4966
4967 2008-01-17  Sebastien Moutte <sebastien@moutte.net>
4968
4969         * win32/MANIFEST:
4970         Add win32/vs6/libgstrtsp.dsp to MANIFEST
4971
4972 2008-01-14  Jan Schmidt  <jan.schmidt@sun.com>
4973
4974         * win32/common/libgstsdp.def:
4975         * win32/common/libgstvideo.def:
4976         Add new API declarations
4977
4978 2008-01-14  Jan Schmidt  <jan.schmidt@sun.com>
4979
4980         * ext/theora/gsttheoradec.h:
4981         * ext/theora/gsttheoraparse.h:
4982         * ext/theora/theoradec.c:
4983         * ext/theora/theoraparse.c:
4984         Take a 2nd stab at handling libtheora granulepos changes in the decoder
4985         and parser by inspecting the bitstream version of the incoming data.
4986
4987 2008-01-14  Sebastian Dröge  <slomo@circular-chaos.org>
4988
4989         * configure.ac:
4990         * pkgconfig/Makefile.am:
4991         * pkgconfig/gstreamer-audio-uninstalled.pc.in:
4992         * pkgconfig/gstreamer-audio.pc.in:
4993         * pkgconfig/gstreamer-cdda-uninstalled.pc.in:
4994         * pkgconfig/gstreamer-cdda.pc.in:
4995         * pkgconfig/gstreamer-fft-uninstalled.pc.in:
4996         * pkgconfig/gstreamer-fft.pc.in:
4997         * pkgconfig/gstreamer-floatcast-uninstalled.pc.in:
4998         * pkgconfig/gstreamer-floatcast.pc.in:
4999         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
5000         * pkgconfig/gstreamer-interfaces.pc.in:
5001         * pkgconfig/gstreamer-netbuffer-uninstalled.pc.in:
5002         * pkgconfig/gstreamer-netbuffer.pc.in:
5003         * pkgconfig/gstreamer-pbutils-uninstalled.pc.in:
5004         * pkgconfig/gstreamer-pbutils.pc.in:
5005         * pkgconfig/gstreamer-riff-uninstalled.pc.in:
5006         * pkgconfig/gstreamer-riff.pc.in:
5007         * pkgconfig/gstreamer-rtp-uninstalled.pc.in:
5008         * pkgconfig/gstreamer-rtp.pc.in:
5009         * pkgconfig/gstreamer-rtsp-uninstalled.pc.in:
5010         * pkgconfig/gstreamer-rtsp.pc.in:
5011         * pkgconfig/gstreamer-sdp-uninstalled.pc.in:
5012         * pkgconfig/gstreamer-sdp.pc.in:
5013         * pkgconfig/gstreamer-tag-uninstalled.pc.in:
5014         * pkgconfig/gstreamer-tag.pc.in:
5015         * pkgconfig/gstreamer-video-uninstalled.pc.in:
5016         * pkgconfig/gstreamer-video.pc.in:
5017         Provide one pkg-config file for every gst-plugins-base library.
5018         This makes linking to those libraries much more intuitive and
5019         provides standard pkg-config behaviour for them. Fixes bug #499697.
5020
5021 2008-01-13  David Schleef  <ds@schleef.org>
5022
5023         * gst/videoscale/vs_4tap.c:
5024           Fix valgrind error on 4tap scaling method.
5025
5026 2008-01-13  Sebastien Moutte  <sebastien@moutte.net>
5027
5028         * gst-libs/gst/sdp/gstsdpmessage.c: (is_multicast_address):
5029         Include Winsock2.h for VS6 and use a different way initialize
5030         hints structure so it can build with VS6.
5031         * win32/MANIFEST:
5032         * win32/vs6/libgstsdp.dsp:
5033         * win32/common/libgstsdp.def:
5034         Add new files for libgstsdp.
5035         * win32/vs6/grammar.dsp:
5036         Copy pbutils-enumtypes* from win32/common to pbutils sources folder.
5037         * win32/vs6/gst_plugins_base.dsw:
5038         * win32/vs6/libgstdecodebin.dsp:
5039         * win32/vs6/libgstdecodebin2.dsp:
5040         * win32/vs6/libgstplaybin.dsp:
5041         * win32/vs6/libgstvolume.dsp:
5042         Add new dependencies to the link list.
5043
5044 2008-01-13  Julien Moutte  <julien@fluendo.com>
5045
5046         * win32/common/config.h:
5047         * win32/common/gstrtsp-enumtypes.c: (gst_rtsp_result_get_type),
5048         (gst_rtsp_event_get_type), (gst_rtsp_family_get_type),
5049         (gst_rtsp_state_get_type), (gst_rtsp_version_get_type),
5050         (gst_rtsp_method_get_type), (gst_rtsp_auth_method_get_type),
5051         (gst_rtsp_header_field_get_type), (gst_rtsp_status_code_get_type):
5052         * win32/common/interfaces-enumtypes.c:
5053         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
5054         (gst_mixer_message_type_get_type), (gst_mixer_flags_get_type),
5055         (gst_mixer_track_flags_get_type),
5056         (gst_tuner_channel_flags_get_type):
5057         * win32/common/multichannel-enumtypes.c:
5058         (gst_audio_channel_position_get_type):
5059         * win32/common/pbutils-enumtypes.c:
5060         (gst_install_plugins_return_get_type):
5061         * win32/common/pbutils-enumtypes.h: Update/Add generated files
5062         in the win32 build directory.
5063
5064 2008-01-12  Jan Schmidt  <Jan.Schmidt@sun.com>
5065
5066         * tests/check/Makefile.am:
5067         Fix CFLAGS to also pull in the gstcheck cflags from AM_CFLAGS.
5068
5069         * tests/check/elements/audiorate.c: (do_perfect_stream_test):
5070         * tests/check/elements/playbin.c:
5071         * tests/check/libs/mixer.c: (test_element_interface_supported),
5072         (gst_implements_interface_init):
5073         * tests/check/libs/rtp.c: (GST_START_TEST):
5074         Fix various assignment type mismatches.
5075
5076 2008-01-12  Jan Schmidt  <Jan.Schmidt@sun.com>
5077
5078         * configure.ac:
5079         * gst-libs/gst/rtsp/Makefile.am:
5080         Add test to see if hstrerror is available or if we need libresolv
5081         (Solaris) for it, then use it in libgstrtsp.
5082
5083 2008-01-12  Jan Schmidt  <Jan.Schmidt@sun.com>
5084
5085         * gst-libs/gst/tag/Makefile.am:
5086         Fix include path order
5087
5088 2008-01-11  Edward Hervey  <edward.hervey@collabora.co.uk>
5089
5090         * gst-libs/gst/pbutils/install-plugins.c:
5091         (gst_install_plugins_context_copy),
5092         (gst_install_plugins_context_get_type):
5093         * gst-libs/gst/pbutils/install-plugins.h:
5094         Add GBoxed GType for GstInstallPluginsContext, this eases the wrapping
5095         for bindings.
5096
5097 2008-01-11  Michael Smith <msmith@fluendo.com>
5098
5099         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
5100         (_theora_granule_frame), (_theora_granule_start_time),
5101         (theora_dec_sink_convert), (theora_dec_decode_buffer):
5102           Adapt for post-alpha meaning of granulepos, when we
5103           have a newer version of libtheora.
5104         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
5105         (theora_enc_get_ogg_packet_end_time), (theora_enc_sink_event),
5106         (theora_enc_is_discontinuous), (theora_enc_chain):
5107           Likewise.
5108         * tests/check/Makefile.am:
5109           Link libtheora into theoraenc test so we can check which version of
5110           libtheora we're testing against.
5111         * tests/check/pipelines/theoraenc.c: (check_libtheora),
5112         (check_buffer_granulepos),
5113         (check_buffer_granulepos_from_starttime), (GST_START_TEST),
5114         (theoraenc_suite):
5115           Adapt tests to check the values that are now defined for theora; make
5116           the tests backwards-adapt the passed values if we're running against an
5117           old libtheora.
5118           Fixes #497964
5119
5120 2008-01-10  Tim-Philipp Müller  <tim at centricular dot net>
5121
5122         * gst-libs/gst/audio/gstbaseaudiosink.c:
5123           (gst_base_audio_sink_class_init):
5124         * gst-libs/gst/audio/gstbaseaudiosrc.c:
5125           (gst_base_audio_src_class_init):
5126           Ref audio clock class from a thread-safe context to make sure
5127           we're not bit by GObjects lack of thread-safety here (#349410),
5128            however unlikely that may be in practice.
5129
5130 2008-01-10  Sebastian Dröge  <slomo@circular-chaos.org>
5131
5132         * autogen.sh:
5133           Add -Wno-portability to the automake parameters to stop warnings
5134           about GNU make extensions being used. We require GNU make in almost
5135           every Makefile anyway.
5136           
5137         * configure.ac:
5138           Use AM_PROG_CC_C_O as a compiler that accepts both -c and -o
5139           at the same time is required for per target flags.
5140
5141 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
5142
5143         * gst-libs/gst/tag/gsttagdemux.c: (gst_tag_demux_pull_start_tag):
5144           Post an error message if we can't pull as many bytes as we need
5145           for the tag. This makes sure the user gets to see a proper error
5146           message if a file with a partial ID3 tag is fed to decodebin, and
5147           not a 'no ID3 tag demuxer' error, which would be confusing
5148           (see #508138).
5149
5150 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
5151
5152         * gst-libs/gst/pbutils/descriptions.c: (formats):
5153           Add description strings for ID3, APE, and ICY tags.
5154
5155 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
5156
5157         * gst/playback/gstdecodebin.c: (try_to_link_1):
5158           Make sure we error out correctly if we can't activate one of
5159           the elements we've added.  Fixes #508138.
5160           
5161 2008-01-07  Tim-Philipp Müller  <tim at centricular dot net>
5162
5163         Patch by: Bastien Nocera <hadess at hadess net>
5164
5165         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume),
5166           (check_if_volumes_are_the_same), (gst_alsa_mixer_set_volume):
5167           Use snd_mixer_selem_set_{playback|capture}_volume_all() if
5168           the volume is the same for all channels. This works around
5169           some problem in alsa that leaves us with inconsistent state
5170           for some reason (#486840).
5171
5172 2008-01-07  Tim-Philipp Müller  <tim at centricular dot net>
5173
5174         Patch by: Jerone Young <jerone at gmail com>
5175
5176         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_find_master_mixer):
5177           If there's no mixer track by the name of 'Master' or 'Front',
5178           check if there's one called 'PCM' before trying the generic
5179           fallback logic (fixes #506928, where we pick 'Mic' as master
5180           track for the AD1984 card in a Thinkpad T61/X61 laptop).
5181
5182 2008-01-07  Wim Taymans  <wim.taymans@collabora.co.uk>
5183
5184         * gst/playback/gstplay-enum.c:
5185         (register_gst_autoplug_select_result),
5186         (gst_autoplug_select_result_get_type), (register_gst_play_flags),
5187         (gst_play_flags_get_type):
5188         * gst/playback/gstplay-enum.h:
5189         Add enums for configuration flags.
5190
5191         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
5192         (init_group), (gst_play_bin_init), (gst_play_bin_set_property),
5193         (gst_play_bin_get_property), (no_more_pads_cb),
5194         (autoplug_select_cb), (gst_play_bin_change_state):
5195         Merge mode with flags.
5196         Add more property getters/setters, defaults and docs.
5197         Add properties to get number of audio/video/text streams.
5198         Create sink object in _init so that we can always rely on it being
5199         there.
5200
5201         * gst/playback/gstplaysink.c: (gst_play_sink_init),
5202         (gen_video_chain), (gen_audio_chain), (gen_vis_chain),
5203         (activate_vis), (gst_play_sink_reconfigure),
5204         (gst_play_sink_set_flags), (gst_play_sink_get_flags),
5205         (gst_play_sink_change_state):
5206         * gst/playback/gstplaysink.h:
5207         Use flags to configure the sink pipelines.
5208         Add tee before audio pipeline so that we can use it for visualisations.
5209         Start working on integrating visualisations.
5210         Remove mode, we can do everything with the flags now.
5211         Add method to configue the sink pipeline.
5212
5213 2008-01-06  Tim-Philipp Müller  <tim at centricular dot net>
5214
5215         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
5216           (check_buffer_timestamp), (check_buffer_duration):
5217           Turn these functions into macros so we can see right away
5218           where the failure occured.
5219
5220 2008-01-05  Julien Moutte  <julien@fluendo.com>
5221
5222         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Add
5223         debugging information to understand how X calculates the stride
5224         for XvImages.
5225
5226 2008-01-03  Sebastian Dröge  <slomo@circular-chaos.org>
5227
5228         * gst/volume/Makefile.am:
5229         * gst/volume/gstvolume.c: (volume_choose_func),
5230         (gst_volume_base_init), (gst_volume_class_init), (gst_volume_init),
5231         (volume_setup):
5232         * gst/volume/gstvolume.h:
5233         Use GstAudioFilter as base class for the volume element instead of
5234         plain GstBaseTransform.
5235
5236 2008-01-03  Sebastian Dröge  <slomo@circular-chaos.org>
5237
5238         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type):
5239         Don't set element details for the abstract GstAudioFilter class.
5240
5241 2008-01-02  Sebastian Dröge  <slomo@circular-chaos.org>
5242
5243         * gst-libs/gst/audio/gstaudiofilter.c:
5244         (gst_audio_filter_class_init), (gst_audio_filter_get_unit_size):
5245         Implement get_unit_size() vmethod of GstBaseTransform.
5246
5247 2008-01-01  Edward Hervey  <edward.hervey@collabora.co.uk>
5248
5249         * gst-libs/gst/pbutils/Makefile.am:
5250         * gst-libs/gst/pbutils/pbutils.h:
5251         Use glib-enum generator to have a proper enum GType for
5252         GST_TYPE_INSTALL_PLUGINS_RETURN so we can easily wrap it in bindings.
5253
5254 2007-12-31  David Schleef  <ds@schleef.org>
5255
5256         * tests/check/Makefile.am:
5257         * tests/check/pipelines/theoraenc.c:
5258           Reenable theoraenc test, which fails on the buildbot but
5259           not locally.
5260
5261 2007-12-31  David Schleef  <ds@schleef.org>
5262
5263         * docs/libs/.cvsignore:
5264         * docs/plugins/.cvsignore:
5265           Add *-undeclared.txt to fix buildbot.
5266
5267 2007-12-31  David Schleef  <ds@schleef.org>
5268
5269         * tests/check/Makefile.am:
5270           Second attempt at disabling theoraenc test long enough to
5271           get buildbot to compile -base.
5272
5273 2007-12-31  David Schleef  <ds@schleef.org>
5274
5275         * tests/check/pipelines/theoraenc.c:
5276           Disable theoraenc test long enough to get the buildbot to
5277           compile a recent -base.
5278
5279 2007-12-31  Wim Taymans  <wim.taymans@collabora.co.uk>
5280
5281         * tests/examples/seek/seek.c: (stop_cb):
5282         Make sure we reset the slider value to 0.0 without racing against a
5283         possible g_idle that sets it to something else.
5284
5285 2007-12-31  Thijs Vermeir  <thijsvermeir@gmail.com>
5286
5287         * sys/ximage/ximagesink.c:
5288         fix typo
5289
5290 2007-12-30  Wim Taymans  <wim.taymans@collabora.co.uk>
5291
5292         * gst-libs/gst/rtsp/gstrtspdefs.c: (rtsp_init_status):
5293         * gst-libs/gst/rtsp/gstrtspdefs.h:
5294         Add Location header so that we can start implementing redirects.
5295         See #506025.
5296
5297 2007-12-29  Thijs Vermeir  <thijsvermeir@gmail.com>
5298
5299         * gst/subparse/gstssaparse.c:
5300         combine if's
5301
5302 2007-12-29  Thijs Vermeir  <thijsvermeir@gmail.com>
5303
5304         * gst/subparse/gstssaparse.c:
5305         remove duplicate log message
5306
5307 2007-12-29  Sebastian Dröge  <slomo@circular-chaos.org>
5308
5309         * ext/libvisual/visual.c: (gst_visual_chain):
5310         Fix 'xyz may be used uninitialized' compiler warnings caused
5311         by broken g_assert_not_reached() macro in GLib-2.15.x and don't
5312         abort() in any case but properly report the error.
5313
5314 2007-12-28  Wim Taymans  <wim.taymans@collabora.co.uk>
5315
5316         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
5317         (gst_play_bin_finalize), (gst_play_bin_set_uri),
5318         (gst_play_bin_set_suburi), (gst_play_bin_set_property),
5319         (gst_play_bin_get_property), (pad_removed_cb), (drained_cb),
5320         (autoplug_select_cb), (activate_group), (deactivate_group),
5321         (setup_next_source), (save_current_group),
5322         (gst_play_bin_change_state):
5323         Code cleanups.
5324         Remove next-uri, we can use the uri property just fine.
5325         Fix some crasher.
5326         Unref uridecodebin when switching.
5327         Fix going to READY.
5328
5329         * gst/playback/gstplaysink.c: (gst_play_sink_class_init),
5330         (gst_play_sink_init), (gst_play_sink_dispose),
5331         (gst_play_sink_finalize), (gst_play_sink_vis_unblocked),
5332         (gst_play_sink_vis_blocked), (gst_play_sink_set_video_sink),
5333         (gst_play_sink_set_audio_sink), (gst_play_sink_set_vis_plugin),
5334         (gst_play_sink_set_property), (gst_play_sink_get_property),
5335         (gen_video_chain), (gen_text_element), (gen_audio_chain),
5336         (gen_vis_element), (gst_play_sink_get_mode),
5337         (gst_play_sink_set_mode), (gst_play_sink_set_flags),
5338         (gst_play_sink_get_flags), (gst_play_sink_request_pad),
5339         (gst_play_sink_release_pad), (gst_play_sink_send_event_to_sink),
5340         (gst_play_sink_change_state):
5341         * gst/playback/gstplaysink.h:
5342         Add some locking to make things threadsafe.
5343
5344         * gst/playback/test7.c: (about_to_finish_cb):
5345         Fix test.
5346
5347 2007-12-22  Tim-Philipp Müller  <tim at centricular dot net>
5348
5349         * gst/videoscale/gstvideoscale.c: (gst_video_scale_set_property),
5350           (gst_video_scale_get_property), (gst_video_scale_transform_caps),
5351           (gst_video_scale_transform):
5352           Don't claim to be able to handle/transform caps that can't really
5353           be handled by the currently selected scaling method (here: RGB or
5354           packed YUV with 4-tap method). Also add locking to method property.
5355
5356         * tests/check/pipelines/simple-launch-lines.c: (setup_pipeline),
5357           (test_basetransform_based):
5358           Some test pipelines for the above (not entirely valgrind clean yet
5359           apparently).
5360
5361 2007-12-21  David Schleef  <ds@schleef.org>
5362
5363         * gst-libs/gst/video/video.c:
5364         * gst-libs/gst/video/video.h:
5365           Add additional RGBA and RGB-24 video formats.
5366
5367 2007-12-21  Tim-Philipp Müller  <tim at centricular dot net>
5368
5369         * tests/check/elements/playbin.c: (test_sink_usage_video_only_stream),
5370           (test_suburi_error_unknowntype), (test_suburi_error_invalidfile),
5371           (test_suburi_error_wrongproto), (test_missing_primary_decoder):
5372         * tests/check/libs/cddabasesrc.c: (GST_START_TEST), (GST_START_TEST),
5373           (cddabasesrc_suite):
5374           Don't use GST_PLUGIN_DEFINE_STATIC, it's not portable and will be
5375           deprecated in the future (see #498924).
5376
5377 2007-12-21  Tim-Philipp Müller  <tim at centricular dot net>
5378
5379         * gst/playback/gststreamselector.c: (gst_selector_pad_event):
5380           Don't leak event.
5381
5382 2007-12-20  Thijs Vermeir <thijsvermeir@gmail.com>
5383
5384         * gst-libs/gst/riff/riff-read.c:
5385         Use GST_ROUND_UP_2 macro
5386
5387 2007-12-20  Tim-Philipp Müller  <tim at centricular dot net>
5388
5389         * gst/playback/.cvsignore:
5390           Ignore more.
5391
5392 2007-12-20  Tim-Philipp Müller  <tim at centricular dot net>
5393
5394         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init):
5395         * gst/playback/gstplaybasebin.c: (set_subtitles_visible),
5396           (set_active_source):
5397         * gst/playback/gstplaybasebin.h:
5398         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
5399           (setup_sinks), (playbin_set_subtitles_visible):
5400           Make switching off of subtitles work. To avoid all kind of
5401           problems with unlinking of the subtitle input, we just keep
5402           the subtitle inputs linked as they are and tell textoverlay
5403           not to render them. Fixes #373011.
5404           Other subtitle switching issues (esp. when there are both
5405           external and in-stream subtitles) remain. They'll be solved
5406           in playbin2.
5407
5408 2007-12-18  Wim Taymans  <wim.taymans@collabora.co.uk>
5409
5410         * gst/playback/gststreamselector.c: (gst_selector_pad_init):
5411         Init the pad segment too.
5412
5413 2007-12-18  Wim Taymans  <wim.taymans@collabora.co.uk>
5414
5415         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func),
5416         (gst_audioringbuffer_open_device),
5417         (gst_audioringbuffer_close_device), (gst_audioringbuffer_acquire),
5418         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
5419         (gst_audioringbuffer_pause), (gst_audioringbuffer_stop),
5420         (gst_audio_sink_create_ringbuffer):
5421         Improve debug output.
5422
5423         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_start),
5424         (gst_ring_buffer_pause), (gst_ring_buffer_delay):
5425         Prevent some functions from doing things and failing when the
5426         ringbuffer is not yet acquired.
5427
5428 2007-12-18  Sebastian Dröge  <slomo@circular-chaos.org>
5429
5430         * gst-libs/gst/interfaces/interfaces.h:
5431           Also remove interfaces.h from CVS as it is not needed anymore.
5432
5433 2007-12-18  Sebastian Dröge  <slomo@circular-chaos.org>
5434
5435         * gst-libs/gst/interfaces/Makefile.am:
5436           interfaces.h is not used anymore so remove it from the build
5437           process.
5438
5439 2007-12-17  David Schleef  <ds@schleef.org>
5440
5441         * gst/videotestsrc/gstvideotestsrc.c:
5442         * gst/videotestsrc/gstvideotestsrc.h:
5443           Add a "blink" pattern.  Turn on the pain.  Apologies.  It's useful
5444           for testing vertical refresh synchronization.
5445
5446 2007-12-17  David Schleef  <ds@schleef.org>
5447
5448         * docs/libs/gst-plugins-base-libs-sections.txt:
5449         * gst-libs/gst/video/video.c:
5450         * gst-libs/gst/video/video.h:
5451           Add new GstVideFormat enum and write a bunch of helper functions
5452           based around it.
5453
5454 2007-12-17  Tim-Philipp Müller  <tim at centricular dot net>
5455
5456         * Makefile.am:
5457           Use new common/win32.mak.
5458
5459 2007-12-17  Wim Taymans  <wim.taymans@collabora.co.uk>
5460
5461         * gst-libs/gst/audio/gstbaseaudiosrc.c:
5462         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
5463         Add debug info.
5464         When going from PLAYING to PAUSED, pause the ringbuffer before calling
5465         the parent state change function, just like the audiosink, because the
5466         parent waits for the element to finish its processing before completing
5467         the state change. This makes going to PAUSED a lot snappier.
5468         When going from READY to PAUSED, don't allow the ringbuffer to start
5469         yet.
5470
5471 2007-12-17  Edward Hervey  <edward.hervey@collabora.co.uk>
5472
5473         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
5474         Yet another fix for broken software that produce files with an empty
5475         blockalign field. Instead of completely failing, make a second attempt
5476         at guessing the width/depth by looking at strf->size.
5477
5478 2007-12-16  Tim-Philipp Müller  <tim at centricular dot net>
5479
5480         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_do_seek),
5481           (gst_cdda_base_src_handle_track_seek), (gst_cdda_base_src_create):
5482         * gst-libs/gst/pbutils/install-plugins.c:
5483           (gst_install_plugins_spawn_child), (gst_install_plugins_supported):
5484         * gst-libs/gst/pbutils/missing-plugins.c:
5485           (gst_missing_plugin_message_get_installer_detail),
5486           (gst_missing_encoder_installer_detail_new):
5487         * gst-libs/gst/rtsp/gstrtspconnection.c: (gst_rtsp_connection_send):
5488         * gst-libs/gst/rtsp/gstrtspmessage.c: (gst_rtsp_message_unset):
5489           Turn a few g_assert_not_reached() into g_return_val_if_reached() to
5490           avoid compiler warnings (#503930).
5491
5492 2007-12-17  Edward Hervey  <edward.hervey@collabora.co.uk>
5493
5494         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
5495         Be apologetic of software that use the 'jpeg' instead of 'JPEG' FOURCC
5496         for jpeg video streams.
5497         Add the 'avc1'/'AVC1' fourcc mapping for h264, same software-comment as
5498         for the above modification.
5499
5500 2007-12-15  Tim-Philipp Müller  <tim at centricular dot net>
5501
5502         * gst-libs/gst/interfaces/xoverlay.c: (gst_x_overlay_expose),
5503           (gst_x_overlay_handle_events):
5504           More guards (we don't want klass to end up being NULL).
5505
5506 2007-12-14  Sebastian Dröge  <slomo@circular-chaos.org>
5507
5508         * configure.ac:
5509         * gst/volume/gstvolume.c: (gst_volume_init):
5510           Use new gst_base_transform_set_gap_aware() function as volume
5511           correctly handles GST_BUFFER_FLAG_GAP. Require core 0.10.15.1 
5512           for this.
5513
5514 2007-12-14  Wim Taymans  <wim.taymans@collabora.co.uk>
5515
5516         * tests/examples/seek/seek.c: (msg_segment_done), (main):
5517         Don't go to READY on EOS as this avoids testing of seeking and
5518         restarting after EOS, use the stop button when you want to READY.
5519         Don't try to do a flushing seek in segment-done, it does not make
5520         sense to use this for gapless playback and is not needed.
5521
5522 2007-12-14  Wim Taymans  <wim.taymans@collabora.co.uk>
5523
5524         * gst/playback/gstqueue2.c: (gst_queue_init), (gst_queue_finalize),
5525         (reset_rate_timer), (update_in_rates), (update_out_rates),
5526         (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
5527         (gst_queue_chain), (gst_queue_loop):
5528         Use separate timers for input and output rates.
5529         Pause measuring the output rate when we block for more data.
5530         See #503262.
5531
5532 2007-12-14  Wim Taymans  <wim.taymans@collabora.co.uk>
5533
5534         * gst/playback/gstqueue2.c: (gst_queue_chain):
5535         Pause the timer to measure the input rate when we block because the
5536         queue is filled. See #503262.
5537
5538 2007-12-13  Wim Taymans  <wim.taymans@collabora.co.uk>
5539
5540         Patch by: Peter Kjellerstedt  <pkj at axis com>
5541
5542         * gst-libs/gst/rtsp/gstrtspconnection.c:
5543         (gst_rtsp_connection_free):
5544         Close control sockets. Fixes #503440.
5545
5546 2007-12-13  Wim Taymans  <wim.taymans@collabora.co.uk>
5547
5548         * gst/playback/gstdecodebin2.c: (analyze_new_pad), (connect_pad):
5549         Expose the right pad in the right place with the right element.
5550
5551 2007-12-13  Tim-Philipp Müller  <tim at centricular dot net>
5552
5553         * gst-libs/gst/pbutils/descriptions.c: (formats):
5554           Add description for 'private' dts caps (who come up with that name?).
5555
5556 2007-12-13  Tim-Philipp Müller  <tim at centricular dot net>
5557
5558         * Makefile.am:
5559           Add check-exports target and run it with 'make check'.
5560
5561         * configure.ac:
5562           Be stricter about what we export in our libraries: change regexp so that
5563           we only export _gst_foo(), but not __gst_foo().
5564
5565         * gst-libs/gst/cdda/base64.h: (rfc822_binary):
5566         * gst-libs/gst/cdda/sha1.h: (sha_init), (sha_update), (sha_final):
5567           Change internal functions to __gst_foo so they dont' get exported.
5568
5569         * win32/common/libgstaudio.def:
5570           Add missing symbols.
5571
5572 2007-12-11  David Schleef  <ds@schleef.org>
5573
5574         * ChangeLog: remove conflict markers
5575
5576 2007-12-11  Tim-Philipp Müller  <tim at centricular dot net>
5577
5578         * ext/gnomevfs/Makefile.am:
5579         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_unicodify):
5580           Use gst_tag_freeform_string_to_utf8() here, which also takes
5581           into account any character sets specified by the user via
5582           environment variables.
5583
5584 2007-12-10  Wim Taymans  <wim.taymans@gmail.com>
5585
5586         * gst/audioconvert/Makefile.am:
5587         Also link to libm.
5588
5589 2007-12-10  Wim Taymans  <wim.taymans@gmail.com>
5590
5591         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
5592         No need for floating point operations here. avoids having to link
5593         against the math library too.
5594
5595 2007-12-10  Tim-Philipp Müller  <tim at centricular dot net>
5596
5597         * gst-libs/gst/pbutils/descriptions.c: (formats),
5598           (format_info_get_desc):
5599         * tests/check/libs/pbutils.c: (GST_START_TEST), (caps_strings),
5600           (GST_START_TEST):
5601           Add one or two missing formats.  Generate ADPCM description
5602           dynamically depending on layout/format.
5603
5604 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
5605
5606         * configure.ac:
5607           Don't define GST_DISABLE_DEPRECATED for releases. Fixes #498181.
5608
5609 2007-12-08  Tim-Philipp Müller  <tim at centricular dot net>
5610
5611         Patch by: Robin Stocker <robin dot stocker at gmx dot ch>
5612
5613         * gst/subparse/gstsubparse.c: (gst_sub_parse_data_format_autodetect):
5614           Some .srt files start with chunk number 0 and not chunk number 1,
5615           recognise and accept those as well (fixes #502497).
5616
5617         * tests/check/elements/subparse.c: (srt_input), (srt_input0),
5618           (test_src):
5619           Add unit test for the above.
5620
5621 2007-12-06  Wim Taymans  <wim.taymans@gmail.com>
5622
5623         * gst/playback/gstplay-enum.c:
5624         (register_gst_autoplug_select_result),
5625         (gst_autoplug_select_result_get_type):
5626         * gst/playback/gstplay-enum.h:
5627         Add missing files.
5628
5629 2007-12-05  Wim Taymans  <wim.taymans@gmail.com>
5630
5631         * gst/playback/Makefile.am:
5632         Group decodebin2 and uridecodebin into the same plugin so that they
5633         can share the GEnumType.
5634
5635         * gst/playback/gstdecodebin2.c: (_gst_array_accumulator),
5636         (_gst_select_accumulator), (gst_decode_bin_class_init),
5637         (gst_decode_bin_init), (gst_decode_bin_autoplug_sort),
5638         (gst_decode_bin_autoplug_select), (gst_decode_bin_autoplug_add),
5639         (analyze_new_pad), (connect_pad), (gst_decode_bin_plugin_init):
5640         Add signal to sort factories instead of the more awkward autoplug-select
5641         signal.
5642         Modify autoplug_select so that we can try, skip or expose the
5643         autopluggin of an element on a pad.
5644
5645         * gst/playback/gstfactorylists.c: (compare_ranks),
5646         (decoders_filter), (sinks_filter), (gst_factory_list_is_type),
5647         (element_filter), (gst_factory_list_get_elements),
5648         (gst_factory_list_debug), (gst_factory_list_filter):
5649         * gst/playback/gstfactorylists.h:
5650         Simplify the API, allow getting elements based on mask.
5651
5652         * gst/playback/gstplay-marshal.list:
5653         Add some more marshallers.
5654
5655         * gst/playback/gstplaybin2.c: (init_group), (gst_play_bin_init),
5656         (gst_play_bin_finalize), (pad_removed_cb), (autoplug_factories_cb),
5657         (autoplug_select_cb), (activate_group):
5658         Add support for managing non-raw sinks by providing a custom element and
5659         sink list to decodebin2.
5660         Try to plug non-raw sinks when decodebin2 using autoplug-select of
5661         decodebin2.
5662
5663         * gst/playback/gstplaysink.c: (gen_video_chain), (gen_audio_chain),
5664         (gst_play_sink_set_mode), (gst_play_sink_request_pad):
5665         * gst/playback/gstplaysink.h:
5666         Add support for raw and non-raw sinks. 
5667         Add support to force sinks selected by playbin2.
5668         Don't plug raw converters for non-raw sinks.
5669
5670         * gst/playback/gsturidecodebin.c: (_gst_array_accumulator),
5671         (_gst_select_accumulator), (gst_uri_decode_bin_class_init),
5672         (proxy_autoplug_select_signal), (gst_uri_decode_bin_plugin_init),
5673         (plugin_init):
5674         Use right accumulators.
5675         Proxy new signal.
5676
5677 2007-12-03  Wim Taymans  <wim.taymans@gmail.com>
5678
5679         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
5680         Use runnning time as the base time instead of the timestamp.
5681         Spotted by Saur on IRC.
5682
5683 2007-12-03  Edward Hervey  <bilboed@bilboed.com>
5684
5685         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
5686         Add 'WVC1' codec mapping for Windows Media VC-1 video codec.
5687
5688 2007-12-03  Wim Taymans  <wim.taymans@gmail.com>
5689
5690         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_bisect_forward_serialno),
5691         (gst_ogg_demux_read_chain):
5692         If we find a new serial number but it does not contain a BOS page, make
5693         sure we initialize the chain to NULL because else we will try to scan it
5694         and crash. Fixes #500763
5695
5696 2007-11-30  Wim Taymans  <wim.taymans@gmail.com>
5697
5698         * gst/playback/Makefile.am:
5699         * gst/playback/gstfactorylists.c: (compare_ranks), (print_feature),
5700         (get_feature_array), (decoders_filter), (sinks_filter),
5701         (gst_factory_list_get_decoders), (gst_factory_list_get_sinks),
5702         (gst_factory_list_filter):
5703         * gst/playback/gstfactorylists.h:
5704         Refactor some common code to filter factories and check caps compat.
5705
5706         * gst/playback/gstdecodebin.c:
5707         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
5708         (gst_decode_bin_init), (gst_decode_bin_dispose),
5709         (gst_decode_bin_autoplug_continue),
5710         (gst_decode_bin_autoplug_factories),
5711         (gst_decode_bin_autoplug_select), (analyze_new_pad),
5712         (find_compatibles):
5713         * gst/playback/gstplaybin.c:
5714         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
5715         (gst_play_bin_init), (gst_play_bin_finalize),
5716         (autoplug_factories_cb), (activate_group):
5717         * gst/playback/gstqueue2.c:
5718         * gst/playback/gsturidecodebin.c: (proxy_unknown_type_signal),
5719         (proxy_autoplug_continue_signal),
5720         (proxy_autoplug_factories_signal), (proxy_autoplug_select_signal),
5721         (proxy_drained_signal):
5722         Add some more debug info and use factor filtering code.
5723
5724 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
5725
5726         * gst/audiotestsrc/gstaudiotestsrc.c:
5727         * gst/volume/gstvolume.c:
5728         * gst/volume/gstvolume.h:
5729           Add GAP-flag support.
5730
5731 2007-11-24  Julien MOUTTE  <julien@moutte.net>
5732
5733         * tests/examples/seek/seek.c: (main): Increase the range of the
5734         rate selector as I would like to test QOS behavior at higher
5735         forward and reverse playback speed like say 64x.
5736
5737 2007-11-23  Sebastian Dröge  <slomo@circular-chaos.org>
5738
5739         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
5740         (audioresample_query), (audioresample_query_type),
5741         (gst_audioresample_set_property):
5742         Implement latency query.
5743
5744 2007-11-21  Wim Taymans  <wim.taymans@gmail.com>
5745
5746         * gst-libs/gst/audio/gstbaseaudiosink.c:
5747         (gst_base_audio_sink_drain):
5748         Our EOS time contains the base_time, _wait_eos() expects a running_time
5749         so we have to subtract the base_time again before calling the function.
5750         This fixes an EOS regression where the base_time was added twice and EOS
5751         took longer and longer in certain situations.
5752         Fixes #498767.
5753
5754 2007-11-21  Wim Taymans  <wim.taymans@gmail.com>
5755
5756         * docs/libs/gst-plugins-base-libs-sections.txt:
5757         * gst-libs/gst/audio/gstbaseaudiosink.c: (slave_method_get_type),
5758         (gst_base_audio_sink_set_provide_clock),
5759         (gst_base_audio_sink_get_provide_clock),
5760         (gst_base_audio_sink_set_slave_method),
5761         (gst_base_audio_sink_get_slave_method),
5762         (gst_base_audio_sink_set_property),
5763         (gst_base_audio_sink_get_property), (gst_base_audio_sink_drain),
5764         (gst_base_audio_sink_none_slaving),
5765         (gst_base_audio_sink_handle_slaving):
5766         * gst-libs/gst/audio/gstbaseaudiosink.h:
5767         Expose methods for some object properties so that subclasses can more
5768         easily configure them.
5769         Added slave method none, that completely disables slaving to the
5770         internal clock.
5771         API: gst_base_audio_sink_set_provide_clock()
5772         API: gst_base_audio_sink_get_provide_clock()
5773         API: gst_base_audio_sink_set_slave_method()
5774         API: gst_base_audio_sink_get_slave_method()
5775
5776         * gst-libs/gst/audio/gstbaseaudiosrc.c:
5777         (gst_base_audio_src_set_provide_clock),
5778         (gst_base_audio_src_get_provide_clock),
5779         (gst_base_audio_src_set_property),
5780         (gst_base_audio_src_get_property), (gst_base_audio_src_create):
5781         * gst-libs/gst/audio/gstbaseaudiosrc.h:
5782         Expose methods for some object properties so that subclasses can more
5783         easily configure them.
5784         API: gst_base_audio_src_set_provide_clock()
5785         API: gst_base_audio_src_get_provide_clock()
5786
5787 2007-11-20  Wim Taymans  <wim.taymans@gmail.com>
5788
5789         Patch by: Joe Peterson <lavajoe at gentoo dot org>
5790
5791         * gst-libs/gst/sdp/gstsdpmessage.c:
5792         Fix compilation on FreeBSD (Gentoo). Fixes #498228.
5793
5794 2007-11-19  Sebastian Dröge  <slomo@circular-chaos.org>
5795
5796         * tests/check/libs/fft.c: (GST_START_TEST):
5797         Fix scaling to really have dB instead of something else.
5798
5799 2007-11-19  Julien MOUTTE  <julien@moutte.net>
5800
5801         * tests/examples/seek/seek.c: (main): There's a nice macro to check
5802         GTK version, use it.
5803
5804 2007-11-19  Julien MOUTTE  <julien@moutte.net>
5805
5806         * tests/examples/seek/seek.c: (main): Try to support stable version
5807         of GTK.
5808
5809 2007-11-17  Stefan Kost  <ensonic@users.sf.net>
5810
5811         * gst/playback/README:
5812         * gst/playback/test7.c:
5813           Fix the build + little README update.
5814
5815 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
5816
5817         * tests/examples/seek/seek.c: (make_playerbin2_pipeline), (main):
5818         Add playbin2 seek pipeline.
5819
5820 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
5821
5822         * gst/playback/Makefile.am:
5823         * gst/playback/gstplayback.c: (plugin_init):
5824         * gst/playback/test7.c: (update_scale), (warning_cb), (error_cb),
5825         (eos_cb), (about_to_finish_cb), (main):
5826         Add playbin2.
5827         Added gapless playback example.
5828
5829         * gst/playback/gstplaybasebin.c:
5830         * gst/playback/gstplaybasebin.h:
5831         * gst/playback/gstplaybin.c: (gst_play_bin_plugin_init):
5832         * gst/playback/gstqueue2.c:
5833         * gst/playback/test.c:
5834         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init),
5835         (pad_removed_cb):
5836         * gst/playback/gststreaminfo.h:
5837         Change email.
5838
5839         * gst/playback/gstplaybin2.c: (gst_play_bin_get_type),
5840         (gst_play_bin_class_init), (init_group), (gst_play_bin_init),
5841         (gst_play_bin_dispose), (gst_play_bin_set_uri),
5842         (gst_play_bin_set_suburi), (gst_play_bin_set_property),
5843         (gst_play_bin_get_property), (gst_play_bin_handle_message),
5844         (pad_added_cb), (pad_removed_cb), (no_more_pads_cb), (perform_eos),
5845         (drained_cb), (unlink_group), (activate_group),
5846         (setup_next_source), (gst_play_bin_change_state),
5847         (gst_play_bin2_plugin_init):
5848         Added raw first version of playbin2. Does chained oggs and gapless
5849         playback fine. No support for raw sinks yet. No visualisations or
5850         subtitles yet.
5851
5852         * gst/playback/gstplaysink.c: (gst_play_sink_get_type),
5853         (gst_play_sink_class_init), (gst_play_sink_init),
5854         (gst_play_sink_dispose), (gst_play_sink_vis_unblocked),
5855         (gst_play_sink_vis_blocked), (gst_play_sink_set_video_sink),
5856         (gst_play_sink_set_audio_sink), (gst_play_sink_set_vis_plugin),
5857         (gst_play_sink_set_property), (gst_play_sink_get_property),
5858         (post_missing_element_message), (free_chain), (add_chain),
5859         (activate_chain), (gen_video_chain), (gen_text_element),
5860         (gen_audio_chain), (gen_vis_element), (gst_play_sink_get_mode),
5861         (gst_play_sink_set_mode), (gst_play_sink_request_pad),
5862         (gst_play_sink_release_pad), (gst_play_sink_send_event_to_sink),
5863         (gst_play_sink_send_event), (gst_play_sink_change_state):
5864         * gst/playback/gstplaysink.h:
5865         Added Element that abstracts the sinks and their pipelines for playbin2.
5866
5867 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
5868
5869         * gst/playback/gststreamselector.c: (gst_selector_pad_get_type),
5870         (gst_selector_pad_class_init), (gst_selector_pad_init),
5871         (gst_selector_pad_finalize), (gst_selector_pad_reset),
5872         (gst_selector_pad_get_linked_pads), (gst_selector_pad_event),
5873         (gst_selector_pad_getcaps), (gst_selector_pad_bufferalloc),
5874         (gst_selector_pad_chain), (gst_stream_selector_get_type),
5875         (gst_stream_selector_base_init), (gst_stream_selector_class_init),
5876         (gst_stream_selector_init), (gst_stream_selector_set_property),
5877         (gst_stream_selector_get_linked_pad),
5878         (gst_stream_selector_getcaps),
5879         (gst_stream_selector_is_active_sinkpad),
5880         (gst_stream_selector_activate_sinkpad),
5881         (gst_stream_selector_get_linked_pads),
5882         (gst_stream_selector_request_new_pad),
5883         (gst_stream_selector_release_pad):
5884         * gst/playback/gststreamselector.h:
5885         Improve streamselector, make it select and unselect the current pad more
5886         intelligently. 
5887         Subclass GstPad for the sinkpads of the selector.
5888         Handle segments more correctly.
5889         Fix caps negotiation.
5890         Implement release_pad.
5891
5892 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
5893
5894         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
5895         (gst_decode_group_check_if_drained), (source_pad_event_probe),
5896         (remove_fakesink):
5897         Add drained signal fired when decodebin finishes decoding the data.
5898         Remove deprecated STATE_DIRTY message.
5899
5900         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init),
5901         (unknown_type_cb), (new_decoded_pad_cb), (pad_removed_cb),
5902         (analyse_source), (proxy_drained_signal), (make_decoder),
5903         (source_new_pad), (value_list_append_structure_list),
5904         (handle_redirect_message), (handle_message):
5905         Proxy the new drained signal.
5906         Handle pad removed from decodebin.
5907         Handle redirect messages by sorting multiple redirections based on the
5908         connection speed.
5909
5910 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
5911
5912         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
5913
5914         * gst-libs/gst/rtsp/gstrtspmessage.c: (gst_rtsp_message_unset):
5915         Fix leaking headers. Fixes #496761.
5916
5917 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
5918
5919         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
5920
5921         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
5922         (gst_ximagesink_change_state):
5923         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get):
5924         Don't leak the PAR on errors. Fixes #496731.
5925
5926 2007-11-16  Tim-Philipp Müller  <tim at centricular dot net>
5927
5928         * gst-libs/gst/tag/gstid3tag.c: (user_tag_matches),
5929           (gst_tag_from_id3_user_tag):
5930           Add mapping for audio cd discid tags, so we can extract
5931           them from tags as well (see #347848). Also compare identifiers
5932           in ID3v2 TXXX frames in a case-insensitive way to increase
5933           compatibility when reading tags (discid vs. DiscID vs. DiscId).
5934
5935 2007-11-16  Jan Schmidt  <jan.schmidt@sun.com>
5936
5937         * gst-plugins-base.doap:
5938         Oops, fix the release name.
5939
5940 2007-11-16  Jan Schmidt  <jan.schmidt@sun.com>
5941
5942         * gst-plugins-base.doap:
5943         Add 0.10.15 release
5944
5945 2007-11-16  Jan Schmidt  <jan.schmidt@sun.com>
5946
5947         * configure.ac:
5948         Back to CVS
5949
5950 === release 0.10.15 ===
5951
5952 2007-11-15  Jan Schmidt <jan.schmidt@sun.com>
5953
5954         * configure.ac:
5955           releasing 0.10.15, "No need to argue"
5956
5957 2007-11-15  Jan Schmidt  <jan.schmidt@sun.com>
5958
5959         * win32/vs6/libgstfft.dsp:
5960         Convert line endings to DOS.
5961
5962 2007-11-15  Sebastien Moutte <sebastien@moutte.net>
5963
5964         * win32/vs6/gst_plugins_base.dsw:
5965         * win32/vs6/libgstfft.dsp:
5966         * win32/MANIFEST:
5967         Add a project file for fft plugin and remove socket
5968         based plugin which don't build from the workspace.
5969         * win32/vs6/libgstaudio.dsp:
5970         * win32/vs6/libgstrtp.dsp:
5971         * win32/vs6/libgsttag.dsp:
5972         Convert line endings back to DOS.
5973         Fixes #496724
5974
5975 2007-11-14  Jan Schmidt  <jan.schmidt@sun.com>
5976
5977         * win32/vs6/libgstinterfaces.dsp:
5978         * win32/vs6/libgstrtsp.dsp:
5979         Convert line endings back to DOS
5980
5981 2007-11-14  Jan Schmidt  <jan.schmidt@sun.com>
5982
5983         * gst-libs/gst/fft/kiss_fft_f32.h:
5984         * gst-libs/gst/fft/kiss_fft_f64.h:
5985         * gst-libs/gst/fft/kiss_fft_s16.h:
5986         * gst-libs/gst/fft/kiss_fft_s32.h:
5987         Don't include malloc.h which doesn't exist on Mac OSX.
5988         Instead, pull in glib.h and use g_malloc/g_free for 
5989         consistency. Fixes: #496548
5990
5991 2007-11-09  Stefan Kost  <ensonic@users.sf.net>
5992
5993         * gst/playback/gstdecodebin2.c:
5994           Dont leak ghostpad. Fixes #475451.
5995
5996 2007-11-09  Wim Taymans  <wim.taymans@gmail.com>
5997
5998         * docs/design/design-decodebin.txt:
5999         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
6000         Update some more docs and comments.
6001
6002 2007-11-06  Tim-Philipp Müller  <tim at centricular dot net>
6003
6004         Patch by: Sebastien Moutte  <sebastien moutte net>
6005
6006         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_ntp_to_unix),
6007           (gst_rtcp_unix_to_ntp):
6008         * gst-libs/gst/rtp/gstrtppayloads.c: (gst_rtp_payload_info_for_name):
6009           Fix some C99-isms and and a missing function that some versions of
6010           MSVC don't like too much (#494346).
6011
6012         * win32/vs6/gst_plugins_base.dsw:
6013         * win32/vs6/libgstaudio.dsp:
6014         * win32/vs6/libgstrtp.dsp:
6015         * win32/vs6/libgsttag.dsp:
6016           Update vs6 projects files (#494346).
6017
6018 2007-11-06  Tim-Philipp Müller  <tim at centricular dot net>
6019
6020         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
6021
6022         * win32/common/libgstaudio.def:
6023         * win32/common/libgstcdda.def:
6024         * win32/common/libgstinterfaces.def:
6025         * win32/common/libgstnetbuffer.def:
6026         * win32/common/libgstpbutils.def:
6027         * win32/common/libgstrtp.def:
6028         * win32/common/libgstrtsp.def:
6029         * win32/common/libgsttag.def:
6030         * win32/common/libgstvideo.def:
6031           More missing symbols to export (fixes #493986).
6032
6033 2007-11-06  Sebastian Dröge  <slomo@circular-chaos.org>
6034
6035         * docs/libs/gst-plugins-base-libs-sections.txt:
6036         * gst-libs/gst/fft/gstfftf32.c:
6037         * gst-libs/gst/fft/gstfftf32.h:
6038         * gst-libs/gst/fft/gstfftf64.c:
6039         * gst-libs/gst/fft/gstfftf64.h:
6040         * gst-libs/gst/fft/gstffts16.c:
6041         * gst-libs/gst/fft/gstffts16.h:
6042         * gst-libs/gst/fft/gstffts32.c:
6043         * gst-libs/gst/fft/gstffts32.h:
6044         * tests/check/libs/fft.c: (GST_START_TEST):
6045         Remove the magnitude and phase calculation functions as these have
6046         very special use cases and can't even be used for the spectrum
6047         element. Also adjust the docs to mention some properties of the used
6048         FFT implemention, i.e. how the values are scaled. Fixes #492098.
6049
6050 2007-11-06  Tim-Philipp Müller  <tim at centricular dot net>
6051
6052         * gst/playback/gstplaybasebin.c: (queue_threshold_reached),
6053           (finish_source):
6054           Avoid crash when there are external subtitles (fixes #491722).
6055
6056 2007-11-03  Tim-Philipp Müller  <tim at centricular dot net>
6057
6058         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
6059         * ext/alsa/gstalsasrc.c: (gst_alsasrc_open):
6060           'Could not open resource for writing' is not an acceptable
6061           error message when we can't open the audio device (see #492334),
6062           even less so when we're trying to open it to record something.
6063
6064 2007-11-02  Tim-Philipp Müller  <tim at centricular dot net>
6065
6066         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
6067
6068         * win32/common/libgstrtp.def:
6069           Add some more missing symbols (#492813).
6070
6071 2007-11-02  Tim-Philipp Müller  <tim at centricular dot net>
6072
6073         Patch by: Thijs Vermeir <thijsvermeir@gmail.com>
6074
6075         * tests/check/elements/audioconvert.c: (verify_convert):
6076           Add check to make sure that the out caps have a channel layout
6077           set on them where they should have one.
6078
6079 2007-11-01  Tim-Philipp Müller  <tim at centricular dot net>
6080
6081         Patch by: Vincent Torri <vtorri at univ-evry dot fr>
6082
6083         * gst-libs/gst/fft/kiss_fft_s16.h: (KISS_FFT_S16_MALLOC):
6084         * gst-libs/gst/fft/kiss_fft_s32.h: (KISS_FFT_S32_MALLOC):
6085           Include our own _stdint.h instead of sys/types.h, makes MingW happy
6086           (#492306).
6087
6088         * gst-libs/gst/rtsp/gstrtspconnection.c: (gst_rtsp_connection_create):
6089           Use _pipe directly, GLib doesn't have a pipe() macro any longer
6090           (it disappeared in GLib 2.14.0) (#492306).
6091
6092         * gst-libs/gst/sdp/Makefile.am:
6093         * gst-libs/gst/sdp/gstsdpmessage.c:
6094           Fix includes and LIBS for win32/Mingw (#492306).
6095
6096         * tests/examples/dynamic/addstream.c (pause_play_stream):
6097           Use more portable g_usleep() instead of sleep() (#492306).
6098
6099 2007-11-01  Tim-Philipp Müller  <tim at centricular dot net>
6100
6101         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
6102
6103         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
6104           (gst_ring_buffer_parse_caps):
6105           Return NULL instead of an enum that happens to be 0, fixes warning
6106           on MSVC (#492114).
6107
6108         * gst-libs/gst/audio/gstringbuffer.h:
6109           No trailing commas in enum list (for gcc-2.9x).
6110
6111         * gst/videotestsrc/videotestsrc.c: (random_char):
6112           Make information loss explicit instead of implicitly truncating to
6113           eight bits via the return value.  Fixes runtime error on MSVC when
6114           using the debug CRT (#492114).
6115
6116         * win32/common/config.h.in:
6117           Fix a bunch of '#undef FOO bar', which MSVC doesn't like (#492114).
6118
6119         * win32/common/libgstinterfaces.def:
6120         * win32/common/libgstrtp.def:
6121           Export a few more symbols (#492114).
6122
6123 2007-11-01  Stefan Kost  <ensonic@users.sf.net>
6124
6125         * gst-libs/gst/audio/audio.c:
6126         * gst-libs/gst/audio/audio.h:
6127           Readd the deprecation guards, but preserve compilability.
6128
6129 2007-10-31  Tim-Philipp Müller  <tim at centricular dot net>
6130
6131         * gst/audioconvert/gstaudioconvert.c: (find_suitable_channel_layout),
6132           (gst_audio_convert_fixate_channels), (gst_audio_convert_fixate_caps):
6133           Preserve channel layout when fixating the number of channels in the
6134           output caps, or make sure there's a suitable channel position layout
6135           set on the caps if required. Fixes #430677.
6136
6137 2007-10-31  Tim-Philipp Müller  <tim at centricular dot net>
6138
6139         * tests/check/elements/decodebin.c: (test_text_plain_streams):
6140           Make sure the pipeline really operates in push mode as it should
6141           in this case.
6142
6143 2007-10-31  Tim-Philipp Müller  <tim at centricular dot net>
6144
6145         * gst-libs/gst/audio/audio.h:
6146           Don't guard deprecated enum with #ifndef DISABLE_DEPRECATED, or
6147           compilation with DISABLE_DEPRECATED and without REMOVE_DEPRECATED
6148           (ie. normal cvs builds) will fail.
6149
6150 2007-10-31  Stefan Kost  <ensonic@users.sf.net>
6151
6152         * docs/libs/Makefile.am:
6153         * gst-libs/gst/audio/audio.c:
6154         * gst-libs/gst/audio/audio.h:
6155         * gst-libs/gst/interfaces/mixer.c:
6156           tell gtk-doc about the deprecation guard. Apply more doc fixes.
6157
6158 2007-10-31  Tim-Philipp Müller  <tim at centricular dot net>
6159
6160         * tests/check/libs/audio.c: (init_value_to_channel_layout),
6161           (test_channel_layout_value_intersect), (audio_suite):
6162           Add simple unit test to make sure GstValue intersection
6163           of channel layouts works the way I think it does.
6164
6165 2007-10-30  Stefan Kost  <ensonic@users.sf.net>
6166
6167         * docs/libs/gst-plugins-base-libs-sections.txt:
6168         * gst-libs/gst/audio/gstaudiofilter.h:
6169         * gst-libs/gst/interfaces/mixer.h:
6170         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6171         * gst-libs/gst/rtp/gstbasertpdepayload.h:
6172         * gst-libs/gst/sdp/gstsdpmessage.c:
6173           Fix the docs according to what gtk-doc complained about.
6174
6175 2007-10-30  Stefan Kost  <ensonic@users.sf.net>
6176
6177         * tests/icles/stress-playbin.c:
6178           Fix the build.
6179
6180 2007-10-30  Tim-Philipp Müller  <tim at centricular dot net>
6181
6182         * gst/playback/gstdecodebin.c: (close_pad_link), (type_found):
6183         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
6184           Post nice/more useful error message if we don't have a decoder for
6185           the primary type.
6186
6187 2007-10-30  Wim Taymans  <wim.taymans@gmail.com>
6188
6189         * gst/playback/gstdecodebin2.c: (gst_decode_group_expose):
6190         Be a bit more useful, unblock the pads after we fired the no-more-pads
6191         signal so that we can use the signal to inspect and connect all pads
6192         without having to keep extra state outside of decodebin.
6193
6194 2007-10-30  Wim Taymans  <wim.taymans@gmail.com>
6195
6196         * gst/playback/gsturidecodebin.c:
6197         (gst_uri_decode_bin_autoplug_continue),
6198         (gst_uri_decode_bin_class_init), (no_more_pads_full):
6199         Implement default signal handler so that we return TRUE when nothing is
6200         connected.
6201
6202 2007-10-28  Sebastian Dröge  <slomo@circular-chaos.org>
6203
6204         * gst-libs/gst/riff/riff-media.c:
6205         (gst_riff_wavext_add_channel_layout),
6206         (gst_riff_wave_add_default_channel_layout),
6207         (gst_riff_wavext_get_default_channel_mask),
6208         (gst_riff_create_audio_caps):
6209         Use the ALSA channel layout as default for wav files without channel
6210         layout information. This fixes playback of chan-id.wav on 5.1 systems
6211         for example. Also refactor the channel layout setting a bit and add
6212         more default channel orders. Fixes #489010.
6213
6214 2007-10-26  Tim-Philipp Müller  <tim at centricular dot net>
6215
6216         * tests/check/libs/tag.c: (test_musicbrainz_tag_registration):
6217           GST_TAG_MUSICBRAINZ_SORTNAME is deprecated and we compile with
6218           -DGST_DISABLE_DEPRECATED, so use new GST_TAG_ARTIST_SORTNAME
6219           instead.
6220
6221 2007-10-25  Wim Taymans  <wim.taymans@gmail.com>
6222
6223         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
6224         (gst_decode_bin_dispose), (gst_decode_bin_set_caps),
6225         (gst_decode_bin_set_subs_encoding),
6226         (gst_decode_bin_get_subs_encoding), (gst_decode_bin_set_property),
6227         (gst_decode_bin_get_property), (analyze_new_pad):
6228         Move subtitle encoding property to decodebin2 so that it can set the
6229         property value on all elements that it autoplugs and that require it.
6230         Make caps refcounting more consistent in get/set.
6231
6232         * gst/playback/gsturidecodebin.c: (_gst_boolean_accumulator),
6233         (gst_uri_decode_bin_class_init), (gst_uri_decode_bin_init),
6234         (gst_uri_decode_bin_finalize), (gst_uri_decode_bin_set_property),
6235         (gst_uri_decode_bin_get_property), (proxy_unknown_type_signal),
6236         (proxy_autoplug_continue_signal),
6237         (proxy_autoplug_factories_signal), (proxy_autoplug_select_signal),
6238         (make_decoder):
6239         Proxy properties and relevant signals from the internal decodebin.
6240         Make properties MT safe.
6241
6242 2007-10-25  Tim-Philipp Müller  <tim at centricular dot net>
6243
6244         * gst-libs/gst/tag/tag.h: (GST_TAG_MUSICBRAINZ_SORTNAME):
6245         * gst-libs/gst/tag/tags.c:
6246           Deprecate GST_TAG_MUSICBRAINZ_SORTNAME, replaced by the newly-added
6247           GST_TAG_ARTIST_SORTNAME (in an API and ABI compatible way).
6248
6249         * gst-libs/gst/tag/gstid3tag.c: (tag_matches):
6250           Map ID3v2 TSOP, TSOA and TSOT frames to new SORTNAME tags (#414539).
6251
6252         * gst-libs/gst/tag/gstvorbistag.c: (tag_matches),
6253           (gst_tag_to_vorbis_comments):
6254           Map new SORTNAME tags (these tags aren't even semi-official, so I'm
6255           just mapping everything I found in the wild) (#414539).
6256
6257 2007-10-24  Wim Taymans  <wim.taymans@gmail.com>
6258
6259         Inspired by patch of: René Stadler <mail at renestadler dot de>
6260
6261         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
6262         (gst_decode_bin_autoplug_continue),
6263         (gst_decode_bin_autoplug_factories),
6264         (gst_decode_bin_autoplug_select), (analyze_new_pad), (connect_pad),
6265         (find_compatibles):
6266         * gst/playback/gstplay-marshal.list:
6267         Remove the autoplug-sort signal and replace it with a binding friendly
6268         autoplug-select signal.
6269         Add an autoplug-factories signal that can be used to generate a list of
6270         factories to try to autoplug.
6271         Add the GstPad to the autoplugging signal args as it might be needed to
6272         make a good factory selection.
6273         Fix up the marshallers for this. Fixes #407282.
6274
6275 2007-10-23  Tim-Philipp Müller  <tim at centricular dot net>
6276
6277         * gst-libs/gst/tag/gsttagdemux.c:
6278           Don't abort with an assertion if we receive a seek event with
6279           a start type of NONE (see launchpad bug #155878).
6280
6281 2007-10-22  Wim Taymans  <wim.taymans@gmail.com>
6282
6283         * sys/ximage/ximagesink.c: (gst_ximagesink_event_thread),
6284         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
6285         (gst_ximagesink_change_state), (gst_ximagesink_reset):
6286         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_event_thread),
6287         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_xcontext_clear),
6288         (gst_xvimagesink_change_state), (gst_xvimagesink_reset):
6289         Make sure that before we clean up the X resources, we shutdown and join
6290         the event thread.
6291         Also make sure the event thread does not shut down immediatly after
6292         startup because the running variable is not yet correctly set.
6293         Fixes #378770. 
6294
6295 2007-10-16  Wim Taymans  <wim.taymans@gmail.com>
6296
6297         * gst/playback/gstdecodebin.c: (new_pad), (type_found):
6298         Make the window for a race in typefind and shutting down smaller until
6299         we figure out the right locking here. Avoids #485753 usually.
6300
6301         * gst/playback/gstdecodebin2.c: (type_found), (pad_added_group_cb):
6302         Remove unneeded lock causing a race in typefind and shutting down.
6303         Fixes #485753.
6304
6305         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
6306         Also remove sinks when going to NULL because we might not complete the
6307         state change to PAUSED, causing the PAUSED->READY state change not to
6308         happen.
6309
6310 2007-10-16  Wim Taymans  <wim.taymans@gmail.com>
6311
6312         * gst-libs/gst/audio/gstbaseaudiosink.c:
6313         (gst_base_audio_sink_drain), (gst_base_audio_sink_change_state):
6314         Also explicitly release the ringbuffer when going to NULL because it
6315         is required in the setcaps function, before the state change to PAUSED
6316         completes.
6317
6318 2007-10-16  Tim-Philipp Müller  <tim at centricular dot net>
6319
6320         * tests/icles/.cvsignore:
6321         * tests/icles/Makefile.am:
6322         * tests/icles/stress-playbin.c:
6323           Does what it says on the tin.
6324
6325 2007-10-15  Wim Taymans  <wim.taymans@gmail.com>
6326
6327         * gst/playback/gstqueue2.c: (gst_queue_init), (gst_queue_push_one):
6328         Fix queue negotiation. See #486758.
6329
6330 2007-10-12  Jan Schmidt  <Jan.Schmidt@sun.com>
6331
6332         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
6333         (gst_xvimagesink_xwindow_new),
6334         (gst_xvimagesink_update_colorbalance),
6335         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get):
6336
6337         Fix handling of some of the X atoms. If the last parameter is True,
6338         XInternAtom won't create the atom if it doesn't exist, and therefore
6339         might return None. This causes X errors on Xv implementations that
6340         don't provide the colour balance attributes.
6341
6342 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
6343
6344         * gst-libs/gst/tag/gstvorbistag.c:
6345         * tests/check/libs/tag.c:
6346           Extract vorbis comment LICENSE tags correctly.
6347
6348 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
6349
6350         Patch by: Jason Kivlighn  <jkivlighn gmail com>
6351
6352         * gst-libs/gst/tag/gstid3tag.c:
6353         * tests/check/libs/tag.c:
6354           Map ID3v2 WCOP frame to GST_TAG_COPYRIGHT_URI (#447000).
6355
6356 2007-10-10  Tim-Philipp Müller  <tim at centricular dot net>
6357
6358         * gst-libs/gst/tag/gsttagdemux.c:
6359           Don't error out when a buggy downstream element doesn't
6360           handle the newsegment event we send properly (especially
6361           not without posting a meaningful error message on the
6362           bus). See bug #471370 and launchpad bug #136264.
6363
6364 2007-10-10  Wim Taymans  <wim.taymans@gmail.com>
6365
6366         * gst-libs/gst/audio/gstbaseaudiosink.c:
6367         (gst_base_audio_sink_drain):
6368         Use new basesink method to make our EOS drain interruptable.
6369
6370 2007-10-10  Jan Schmidt  <Jan.Schmidt@sun.com>
6371
6372         * gst-libs/gst/rtp/gstrtppayloads.c:
6373         Fix silly search-replace oversight.
6374
6375 2007-10-09  Wim Taymans  <wim.taymans@gmail.com>
6376
6377         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
6378
6379         * gst-libs/gst/rtp/gstbasertppayload.c: (copy_fixed),
6380         (gst_basertppayload_set_outcaps):
6381         Fix caps memleak. Fixes #484989.
6382
6383
6384 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
6385
6386         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6387         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain):
6388         Fix debug output.
6389
6390 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
6391
6392         * gst-libs/gst/audio/gstbaseaudiosrc.c:
6393         (gst_base_audio_src_create):
6394         Also handle the case where there is no clock set on the audio source,
6395         like in the unit tests.
6396
6397 2007-10-08  Jan Schmidt  <Jan.Schmidt@sun.com>
6398
6399         * gst-libs/gst/rtp/gstrtppayloads.c:
6400         Use unsigned G_MAXUINT8 instead of -1 to initialise a guint8
6401         to avoid compiler warnings
6402
6403 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
6404
6405         * gst/playback/gstdecodebin.c: (type_found),
6406         (gst_decode_bin_change_state):
6407         * gst/playback/gstdecodebin2.c: (type_found),
6408         (gst_decode_bin_change_state):
6409         Don't disconnect the have_type signal because we never reconnect it
6410         later on. Instead keep a variable to see if we already detected a type.
6411
6412 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
6413
6414         * gst/playback/gstdecodebin.c: (add_fakesink), (type_found):
6415         * gst/playback/gstdecodebin2.c: (gst_decode_bin_init),
6416         (type_found):
6417         Unlink the signal handler when we found the type, we're not going to do
6418         anything sensible with more type_found signals anyway.
6419
6420 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
6421
6422         * gst-libs/gst/tag/gsttagdemux.c:
6423           Don't leak caps.
6424
6425 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
6426
6427         * gst-libs/gst/tag/Makefile.am:
6428         * gst-libs/gst/tag/gsttagdemux.c:
6429         * gst-libs/gst/tag/gsttagdemux.h:
6430           API: add GstTagDemux base class for simple tag demuxers.
6431
6432         * docs/libs/gst-plugins-base-libs-docs.sgml:
6433         * docs/libs/gst-plugins-base-libs-sections.txt:
6434           Add GstTagDemux to docs.
6435
6436 2007-10-05  Sebastian Dröge  <slomo@circular-chaos.org>
6437
6438         * gst-libs/gst/rtp/gstrtpbuffer.c:
6439         (gst_rtp_buffer_get_payload_subbuffer):
6440         Fix bug introduced with last commit which inverted the logic and
6441         caused all buffers to be dropped. Fixes #483620.
6442         Thanks to Laurent Glayal <spglegle at yahoo dot fr> for noticing.
6443
6444 2007-10-04  Stefan Kost  <ensonic@users.sf.net>
6445
6446         * gst-libs/gst/rtp/gstrtpbuffer.c:
6447           Replace g_return_if_val (as it could be disabled), with regular return
6448           and warning.
6449
6450 2007-10-03  Stefan Kost  <ensonic@users.sf.net>
6451
6452         * tests/check/pipelines/simple-launch-lines.c:
6453           Print message name and not just number.
6454
6455 2007-10-02  Wim Taymans  <wim.taymans@gmail.com>
6456
6457         * gst-libs/gst/audio/gstbaseaudiosink.c:
6458         (gst_base_audio_sink_async_play):
6459         When slaved to the clock, don't try to align a sample with the previous
6460         one when going to PLAYING again.
6461
6462 2007-10-02  Stefan Kost  <ensonic@users.sf.net>
6463
6464         * tests/examples/snapshot/snapshot.c:
6465           Fix the build.
6466
6467 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
6468
6469         * gst-libs/gst/sdp/gstsdpmessage.h:
6470         Add RFC 3556 bandwidth modifiers.
6471
6472 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
6473
6474         * docs/libs/gst-plugins-base-libs-docs.sgml:
6475         * docs/libs/gst-plugins-base-libs-sections.txt:
6476         * gst-libs/gst/rtp/gstrtppayloads.c:
6477         Update documentation.
6478
6479 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
6480
6481         * gst-libs/gst/rtp/Makefile.am:
6482         * gst-libs/gst/rtp/gstrtppayloads.c: (gst_rtp_payload_info_for_pt),
6483         (gst_rtp_payload_info_for_name):
6484         * gst-libs/gst/rtp/gstrtppayloads.h:
6485         Added new file and header to deal with payload info.
6486
6487         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data),
6488         (gst_rtp_buffer_default_clock_rate):
6489         * gst-libs/gst/rtp/gstrtpbuffer.h:
6490         Payload specific stuff is move to new headers.
6491         Implement _default_clock rate using the new payload function.
6492
6493         * gst-libs/gst/sdp/gstsdpmessage.c: (is_multicast_address),
6494         (gst_sdp_parse_line):
6495         * gst-libs/gst/sdp/gstsdpmessage.h:
6496         Add some more comments.
6497
6498 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
6499
6500         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
6501         (sdp_check_header), (sdp_type_find), (plugin_init):
6502         Add typefind function for application/sdp.
6503         Remove some old dirac typefind code that was ifdeffed out.
6504
6505 2007-09-29  Sebastien Moutte <sebastien@moutte.net>
6506
6507         * win32/common/libgstaudio.def:
6508         Add new exported functions.
6509         * win32/vs6/grammar.dsp:
6510         Add autogeneration and copy of some autegenerated files from win32/common
6511         for rtsp library.
6512         * win32/vs6/libgstaudioconvert.dsp:
6513         Add gstaudioquantize.c to the build.
6514         * win32/vs6/libgstinterfaces.dsp:
6515         Add videoorientation.c to the build.
6516         * win32/vs6/libgstriff.dsp:
6517         Add libgsttag to the link libraries list.
6518         * win32/vs6/libgstvolume.dsp:
6519         Add liboil to the link.
6520         * win32/vs6/gst_plugins_base.dsw:
6521         * win32/vs6/libgstrtsp.dsp:
6522         * win32/common/libgstrtsp.def:
6523         Add files to build libgstrtsp library.
6524         
6525 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
6526
6527         * tests/examples/snapshot/snapshot.c: (main):
6528         Print error when pipeline failed to construct.
6529
6530 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
6531
6532         * configure.ac:
6533         * gst-libs/gst/tag/gstid3tag.c:
6534         * gst-libs/gst/tag/gstvorbistag.c:
6535           Add mappings for the new GST_TAG_COMPOSER for vorbis comments
6536           and ID3v2 tags.
6537
6538 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
6539
6540         * gst-libs/gst/floatcast/floatcast.h:
6541           Don't include config.h in an installed public header, this
6542           might break compilation of applications that don't have such
6543           a header and doesn't necessarily do what it's supposed to do
6544           anyway (ie. check for the lrint/lrintf defines) (#442065).
6545           Add docs for the various macros and document how this header
6546           has to be used (link against libm, etc.); add a few FIXMEs;
6547           include math.h for non-c99 code path.  Based on patch by
6548           Jan Schmidt.
6549           
6550 2007-09-25  Sebastian Dröge  <slomo@circular-chaos.org>
6551
6552         * configure.ac:
6553         Use AG_GST_ARG_WITH_PLUGINS and AG_GST_ARG_ENABLE_EXTERNAL instead
6554         of duplicating these macros in configure.ac.
6555
6556 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6557
6558         * po/hu.po:
6559         * po/sv.po:
6560         * po/uk.po:
6561           Updated translations to 0.10.14
6562
6563 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6564
6565         translated by: Jakub Bogusz <qboosh@pld-linux.org>
6566
6567         * po/pl.po:
6568           Added Polish translation.
6569
6570 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6571
6572         translated by: Ilkka Tuohela <hile@iki.fi>
6573
6574         * po/fi.po:
6575           Added Finnish translation.
6576
6577 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6578
6579         translated by: Jorge González González <aloriel@gmail.com>
6580
6581         * po/es.po:
6582           Added Spanish translation.
6583
6584 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6585
6586         translated by: Mogens Jaeger <mogens@jaeger.tf>
6587
6588         * po/da.po:
6589           Added Danish translation.
6590
6591 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6592
6593         translated by: Funda Wang <fundawang@linux.net.cn>
6594
6595         * po/zh_CN.po:
6596           Added Chinese (simplified) translation.
6597
6598 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6599
6600         translated by: Alexander Shopov <ash@contact.bg>
6601
6602         * po/bg.po:
6603           Added Bulgarian translation.
6604
6605 2007-09-21  Wim Taymans  <wim.taymans@gmail.com>
6606
6607         * gst/playback/gstqueue2.c: (gst_queue_push_one):
6608         Fix compilation wrt printf arguments.
6609
6610 2007-09-20  Wim Taymans  <wim.taymans@gmail.com>
6611
6612         * configure.ac:
6613         * tests/examples/Makefile.am:
6614         * tests/examples/snapshot/.cvsignore:
6615         * tests/examples/snapshot/Makefile.am:
6616         * tests/examples/snapshot/snapshot.c: (main):
6617         Add simple snapshot example program using appsink.
6618
6619 2007-09-20  Stefan Kost  <ensonic@users.sf.net>
6620
6621         * tests/check/generic/states.c:
6622           Improved state change unit test.
6623
6624 2007-09-19  Stefan Kost  <ensonic@users.sf.net>
6625
6626         * docs/plugins/.cvsignore:
6627         * tests/check/.cvsignore:
6628           Ignore registries in any format.
6629
6630 2007-09-19  Wim Taymans  <wim.taymans@gmail.com>
6631
6632         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6633         (gst_base_rtp_depayload_chain),
6634         (gst_base_rtp_depayload_set_gst_timestamp):
6635         Only copy timestamp on outgoing packets if the depayloader did not set
6636         one.
6637         Also copy duration on outgoing packets.
6638
6639 2007-09-19  Wim Taymans  <wim.taymans@gmail.com>
6640
6641         * gst-libs/gst/rtp/gstbasertppayload.c: (copy_fixed),
6642         (gst_basertppayload_set_outcaps):
6643         Fix compilation because of missing %d in printf.
6644         When fixating caps, fixate what we can and throw away all remaining
6645         unfixed caps, subclasses should do something smart if they need to.
6646
6647 2007-09-19  Stefan Kost  <ensonic@users.sf.net>
6648
6649         * ext/gnomevfs/gstgnomevfssrc.c:
6650           Improve debug logs a bit and be more verbose if things go wrong.
6651
6652 2007-09-17  Jan Schmidt  <Jan.Schmidt@sun.com>
6653
6654         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
6655         (gst_text_overlay_set_property):
6656         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
6657         * gst-libs/gst/audio/gstbaseaudiosink.c:
6658         (gst_base_audio_sink_render):
6659         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_ntp_to_unix),
6660         (gst_rtcp_unix_to_ntp):
6661         * gst-libs/gst/rtsp/gstrtspmessage.c: (gst_rtsp_message_get_type):
6662         * gst/playback/gstqueue2.c:
6663         * tests/examples/seek/seek.c: (set_scale):
6664         Fix a bunch of compile warnings shown with Forte.
6665
6666         * gst/audiorate/gstaudiorate.c:
6667         Always pull in config.h before including any system headers.
6668
6669 2007-09-17  Wim Taymans  <wim.taymans@gmail.com>
6670
6671         * gst/playback/gstqueue2.c: (update_buffering),
6672         (gst_queue_locked_flush), (gst_queue_locked_enqueue),
6673         (gst_queue_handle_sink_event), (gst_queue_chain),
6674         (gst_queue_push_one), (gst_queue_sink_activate_push),
6675         (gst_queue_src_activate_push), (gst_queue_src_activate_pull):
6676         Also fix #476514 for queue2.
6677
6678 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
6679
6680         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6681         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_setcaps),
6682         (gst_base_rtp_depayload_chain),
6683         (gst_base_rtp_depayload_handle_sink_event),
6684         (gst_base_rtp_depayload_push_full),
6685         (gst_base_rtp_depayload_set_gst_timestamp),
6686         (gst_base_rtp_depayload_change_state):
6687         Remove code to deal with RTP to GST time conversion, we now just copy
6688         the GST timestamp we receive to the outgoing buffers.
6689         Handle segment and flushes correctly.
6690
6691         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
6692         When we have no valid input timestamp, use the previous rtp timestamp on
6693         the outgoing RTP packet instead of the RTP base time.
6694
6695 2007-09-15  David Schleef  <ds@schleef.org>
6696
6697         * ext/alsa/gstalsa.c:
6698         * ext/alsa/gstalsadeviceprobe.c:
6699         * ext/alsa/gstalsamixer.c:
6700         * ext/alsa/gstalsasink.c:
6701         * ext/alsa/gstalsasrc.c:
6702           Change alsa alloca's to malloc to fix warnings on gcc-4.2.
6703
6704 2007-09-15  Wim Taymans  <wim.taymans@gmail.com>
6705
6706         * gst-libs/gst/rtp/gstbasertppayload.c:
6707         (gst_basertppayload_set_outcaps), (gst_basertppayload_push):
6708         Add some debug info when negotiating caps.
6709
6710 2007-09-14  Wim Taymans  <wim.taymans@gmail.com>
6711
6712         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data):
6713         A buffer with an empty payload is also a valid buffer.
6714
6715 2007-09-14  Wim Taymans  <wim.taymans@gmail.com>
6716
6717         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_event),
6718         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
6719         (gst_basertppayload_change_state):
6720         Make sure we start our RTP timestamp from the random base RTP
6721         timestamp even if the buffer timestamp starts from some random value.
6722
6723 2007-09-14  Wim Taymans  <wim.taymans@gmail.com>
6724
6725         * configure.ac:
6726         * tests/examples/Makefile.am:
6727         * tests/examples/dynamic/.cvsignore:
6728         * tests/examples/dynamic/Makefile.am:
6729         * tests/examples/dynamic/addstream.c: (create_stream),
6730         (pause_play_stream), (message_received), (eos_message_received),
6731         (perform_step), (main):
6732         Add simple exmple app to demonstrate starting and pausing live and
6733         non-live bins in a PLAYING pipeline.
6734
6735 2007-09-14  Julien MOUTTE  <julien@moutte.net>
6736
6737         * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add some
6738         typefind for QCP files (RFC #3625)
6739
6740 2007-09-13  Wim Taymans  <wim.taymans@gmail.com>
6741
6742         * gst-libs/gst/audio/gstbaseaudiosink.c:
6743         (gst_base_audio_sink_init):
6744         Disable pull mode scheduling, we're not ready for it yet and it subtly
6745         breaks a lot of things.
6746
6747 2007-09-12  Tim-Philipp Müller  <tim at centricular dot net>
6748
6749         * tests/check/elements/libvisual.c:
6750           Test all libvisual plugins, not just the first one; this reproduces
6751           bug #450336 quite easily.  Looks like a problem with the 'jess'
6752           visualisation.
6753
6754 2007-09-12  Tim-Philipp Müller  <tim at centricular dot net>
6755
6756         * tests/check/Makefile.am:
6757         * tests/check/elements/.cvsignore:
6758         * tests/check/elements/libvisual.c:
6759           Add basic libvisual test case in an attempt to reproduce bug #450336.
6760           Doesn't reproduce that bug, but some other crasher instead (invalid
6761           free), at least with make elements/libvisual.forever and the bumscope
6762           plugin on x86-64/gutsy. Leaving test disabled for now.
6763
6764 2007-09-11  Wim Taymans  <wim.taymans@gmail.com>
6765
6766         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
6767
6768         * gst-libs/gst/rtsp/gstrtspconnection.c:
6769         (gst_rtsp_connection_read_internal), (gst_rtsp_connection_read),
6770         (read_body), (gst_rtsp_connection_receive):
6771         Make sure we can not cancel in the middle of receiving a message.
6772         Fixes #475731.
6773
6774 2007-09-11  Tim-Philipp Müller  <tim at centricular dot net>
6775
6776         Patch by: Josep Torra Valles <josep@fluendo.com>
6777
6778         * gst/playback/gstplaybasebin.c:
6779           Increase upper limit for audio queue a bit; fixes preroll problem
6780           with playbin and decodebin2 when playing a quicktime trailer with
6781           multichannel audio via http (#464666).
6782
6783 2007-09-10  Wim Taymans  <wim.taymans@gmail.com>
6784
6785         * gst-libs/gst/audio/gstbaseaudiosrc.c:
6786         (gst_base_audio_src_class_init), (gst_base_audio_src_init),
6787         (gst_base_audio_src_provide_clock),
6788         (gst_base_audio_src_set_property),
6789         (gst_base_audio_src_get_property), (gst_base_audio_src_create):
6790         * gst-libs/gst/audio/gstbaseaudiosrc.h:
6791         Allow othe clocks than the internal clock to be used for the pipeline.
6792         Add property to disable clock provide.
6793         API: GstBaseAudioSrc::provide-clock
6794
6795 2007-09-10  Stefan Kost  <ensonic@users.sf.net>
6796
6797         * gst/playback/gstdecodebin2.c:
6798           Don't leak request pads. Fixes #475395.
6799
6800 2007-09-09  Sebastian Dröge  <slomo@circular-chaos.org>
6801
6802         Patch by: René Stadler <mail at renestadler dot de>
6803
6804         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
6805         (gst_ximage_buffer_class_init):
6806         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
6807         (gst_xvimage_buffer_class_init):
6808         Correctly chain up finalize with the parent class to prevent
6809         memory leaks. Fixes #474880.
6810
6811 2007-09-09  Sebastian Dröge  <slomo@circular-chaos.org>
6812
6813         * gst/volume/gstvolume.c: (volume_choose_func):
6814         * tests/check/elements/volume.c: (GST_START_TEST):
6815         Revert the latest change: floating point samples are allowed to
6816         have any value, not only values in the range [-1,1]. Thanks to Andy
6817         Wingo for noticing.
6818         Also fix processing of int32 samples with volumes > 4 by making the
6819         unity value smaller which prevents overflows.
6820
6821 2007-09-07  Tim-Philipp Müller  <tim at centricular dot net>
6822
6823         * gst-libs/gst/rtp/gstrtpbuffer.c:
6824         * tests/check/libs/rtp.c:
6825           Fix gst_rtp_buffer_set_csrc() and enable csrc-related unit test checks.
6826
6827 2007-09-07  Tim-Philipp Müller  <tim at centricular dot net>
6828
6829         Based on patch by: Haakon Sporsheim  <haakon.sporsheim at tandberg com>
6830
6831         * gst-libs/gst/rtp/gstrtpbuffer.c:
6832           Fix up GstRTPHeader helper struct so that compilers will not under
6833           any circumstances add padding in between our fields, as currently
6834           happens with MSVC on win32, because that would lead to us sending
6835           out RTP payloads with broken RTP headers (#471194).
6836           Fix assertion guards for gst_rtp_buffer_get_csrc() and _set_csrc().
6837           
6838         * tests/check/Makefile.am:
6839         * tests/check/libs/.cvsignore:
6840         * tests/check/libs/rtp.c:
6841           Add some simple unit tests for GstRTPBuffer. Some are disabled
6842           because the code tested still needs fixing (set_csrc() does not work).
6843
6844 2007-09-07  Tim-Philipp Müller  <tim at centricular dot net>
6845
6846         * win32/MANIFEST:
6847         * win32/common/gstrtsp-enumtypes.c:
6848         * win32/common/gstrtsp-enumtypes.h:
6849         * win32/common/interfaces-enumtypes.c:
6850         * win32/common/interfaces-enumtypes.h:
6851         * win32/common/multichannel-enumtypes.c:
6852           Add rtsp enumtypes (#474384) and update others.
6853
6854 2007-09-06  Stefan Kost  <ensonic@users.sf.net>
6855
6856         * configure.ac:
6857           Fix configure check for HAVE_LIBXML_HTML.
6858
6859 2007-09-06  Tim-Philipp Müller  <tim at centricular dot net>
6860
6861         * tests/check/libs/.cvsignore:
6862           Ignore more, in case the build bots work again one day.
6863
6864 2007-09-06  Sebastian Dröge  <slomo@circular-chaos.org>
6865
6866         Reviewed by:  Stefan Kost  <ensonic@users.sf.net>
6867
6868         * configure.ac:
6869         * gst-libs/gst/Makefile.am:
6870         * gst-libs/gst/fft/Makefile.am:
6871         * gst-libs/gst/fft/_kiss_fft_guts_f32.h:
6872         * gst-libs/gst/fft/_kiss_fft_guts_f64.h:
6873         * gst-libs/gst/fft/_kiss_fft_guts_s16.h:
6874         * gst-libs/gst/fft/_kiss_fft_guts_s32.h:
6875         * gst-libs/gst/fft/gstfft.c: (gst_fft_next_fast_length):
6876         * gst-libs/gst/fft/gstfft.h:
6877         * gst-libs/gst/fft/gstfftf32.c: (gst_fft_f32_new),
6878         (gst_fft_f32_fft), (gst_fft_f32_inverse_fft), (gst_fft_f32_free),
6879         (gst_fft_f32_window), (gst_fft_f32_magnitude), (gst_fft_f32_phase):
6880         * gst-libs/gst/fft/gstfftf32.h:
6881         * gst-libs/gst/fft/gstfftf64.c: (gst_fft_f64_new),
6882         (gst_fft_f64_fft), (gst_fft_f64_inverse_fft), (gst_fft_f64_free),
6883         (gst_fft_f64_window), (gst_fft_f64_magnitude), (gst_fft_f64_phase):
6884         * gst-libs/gst/fft/gstfftf64.h:
6885         * gst-libs/gst/fft/gstffts16.c: (gst_fft_s16_new),
6886         (gst_fft_s16_fft), (gst_fft_s16_inverse_fft), (gst_fft_s16_free),
6887         (gst_fft_s16_window), (gst_fft_s16_magnitude), (gst_fft_s16_phase):
6888         * gst-libs/gst/fft/gstffts16.h:
6889         * gst-libs/gst/fft/gstffts32.c: (gst_fft_s32_new),
6890         (gst_fft_s32_fft), (gst_fft_s32_inverse_fft), (gst_fft_s32_free),
6891         (gst_fft_s32_window), (gst_fft_s32_magnitude), (gst_fft_s32_phase):
6892         * gst-libs/gst/fft/gstffts32.h:
6893         * gst-libs/gst/fft/kiss_fft_f32.c: (kf_bfly2), (kf_bfly4),
6894         (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
6895         (kiss_fft_f32_alloc), (kiss_fft_f32_stride), (kiss_fft_f32),
6896         (kiss_fft_f32_cleanup), (kiss_fft_f32_next_fast_size):
6897         * gst-libs/gst/fft/kiss_fft_f32.h:
6898         * gst-libs/gst/fft/kiss_fft_f64.c: (kf_bfly2), (kf_bfly4),
6899         (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
6900         (kiss_fft_f64_alloc), (kiss_fft_f64_stride), (kiss_fft_f64),
6901         (kiss_fft_f64_cleanup), (kiss_fft_f64_next_fast_size):
6902         * gst-libs/gst/fft/kiss_fft_f64.h:
6903         * gst-libs/gst/fft/kiss_fft_s16.c: (kf_bfly2), (kf_bfly4),
6904         (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
6905         (kiss_fft_s16_alloc), (kiss_fft_s16_stride), (kiss_fft_s16),
6906         (kiss_fft_s16_cleanup), (kiss_fft_s16_next_fast_size):
6907         * gst-libs/gst/fft/kiss_fft_s16.h:
6908         * gst-libs/gst/fft/kiss_fft_s32.c: (kf_bfly2), (kf_bfly4),
6909         (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
6910         (kiss_fft_s32_alloc), (kiss_fft_s32_stride), (kiss_fft_s32),
6911         (kiss_fft_s32_cleanup), (kiss_fft_s32_next_fast_size):
6912         * gst-libs/gst/fft/kiss_fft_s32.h:
6913         * gst-libs/gst/fft/kiss_fftr_f32.c: (kiss_fftr_f32_alloc),
6914         (kiss_fftr_f32), (kiss_fftri_f32):
6915         * gst-libs/gst/fft/kiss_fftr_f32.h:
6916         * gst-libs/gst/fft/kiss_fftr_f64.c: (kiss_fftr_f64_alloc),
6917         (kiss_fftr_f64), (kiss_fftri_f64):
6918         * gst-libs/gst/fft/kiss_fftr_f64.h:
6919         * gst-libs/gst/fft/kiss_fftr_s16.c: (kiss_fftr_s16_alloc),
6920         (kiss_fftr_s16), (kiss_fftri_s16):
6921         * gst-libs/gst/fft/kiss_fftr_s16.h:
6922         * gst-libs/gst/fft/kiss_fftr_s32.c: (kiss_fftr_s32_alloc),
6923         (kiss_fftr_s32), (kiss_fftri_s32):
6924         * gst-libs/gst/fft/kiss_fftr_s32.h:
6925         * gst-libs/gst/fft/kiss_version:
6926         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
6927         * pkgconfig/gstreamer-plugins-base.pc.in:
6928         Add libgstfft, a FFT library based on Kiss FFT which is
6929         BSD licensed. Supported sample formats are int16, int32,
6930         float and double. For those formats a real FFT and IFFT
6931         can be done, different windowing functions can be applied
6932         and functions for extracting the magnitude and phase exist.
6933         Fixes #468619.
6934
6935         * docs/libs/Makefile.am:
6936         * docs/libs/gst-plugins-base-libs-docs.sgml:
6937         * docs/libs/gst-plugins-base-libs-sections.txt:
6938         Integrate libgstfft into the docs.
6939
6940         * tests/check/Makefile.am:
6941         * tests/check/libs/fft.c: (GST_START_TEST), (fft_suite), (main):
6942         Add unit tests for libgstfft, currently only testing the FFT.
6943         Unit tests for IFFT will follow soon.
6944
6945 2007-09-05  Wim Taymans  <wim.taymans@gmail.com>
6946
6947         Patch by: Peter Kjellerstedt  <pkj at axis com>
6948
6949         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_time_init),
6950         (gst_sdp_message_init), (gst_sdp_message_uninit),
6951         (is_multicast_address), (gst_sdp_message_as_text),
6952         (gst_sdp_message_get_origin), (gst_sdp_message_set_connection),
6953         (gst_sdp_message_get_connection), (gst_sdp_message_add_bandwidth),
6954         (gst_sdp_message_add_time), (gst_sdp_message_add_zone),
6955         (gst_sdp_message_get_key), (gst_sdp_message_get_attribute_val_n),
6956         (gst_sdp_message_get_attribute_val), (gst_sdp_message_add_media),
6957         (gst_sdp_media_init), (gst_sdp_media_uninit),
6958         (gst_sdp_media_as_text), (gst_sdp_media_set_port_info),
6959         (gst_sdp_media_connections_len), (gst_sdp_media_add_connection),
6960         (gst_sdp_media_bandwidths_len), (gst_sdp_media_get_bandwidth),
6961         (gst_sdp_media_add_bandwidth), (gst_sdp_media_attributes_len),
6962         (gst_sdp_parse_line), (print_media), (gst_sdp_message_dump):
6963         * gst-libs/gst/sdp/gstsdpmessage.h:
6964         Separate INIT_ARRAY() and related macros into two versions, one for
6965         structures and one for pointers (e.g., INIT_ARRAY() and
6966         INIT_PTR_ARRAY()). This fixes a segmentation error on freeing the
6967         lists of emails and phone numbers.
6968         Add missing const as appropriate.
6969         Change all gint to guint since they all actually represent unsigned
6970         values.
6971         Do not use time as a variable name as it shadows the global time().
6972         Add gst_sdp_message_as_text() and gst_sdp_media_as_text().
6973         Actually implement gst_sdp_message_add_time().
6974         Make gst_sdp_message_add_time() take repeat times as an argument.
6975         Store repeat times in GstSDPTime as a GArray rather than as gchar**.
6976         Corrected the definition of gst_sdp_media_get_bandwidth() (was
6977         misspelled as badwidth).
6978         gst-indented and a little clean up. Fixes #471067.
6979
6980 2007-09-05  Sebastian Dröge  <slomo@circular-chaos.org>
6981
6982         * gst/volume/gstvolume.c: (volume_choose_func),
6983         (volume_process_double), (volume_process_double_clamp),
6984         (volume_process_float_clamp):
6985         Correctly clamp float/double samples in the [-1.0,1.0] range to
6986         prevent weird effects.
6987         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
6988         Add unit tests for all samples types that had none before.
6989
6990 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
6991
6992         * gst-libs/gst/rtp/gstrtpbuffer.c:
6993           Need to include stdlib.h for abs() here too.
6994
6995 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
6996
6997         * gst/playback/gststreaminfo.c:
6998           Fix build.
6999
7000 2007-09-05  Stefan Kost  <ensonic@users.sf.net>
7001
7002         * gst/playback/gststreaminfo.c:
7003           Clean up some half-disabled code and comment.
7004
7005 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
7006
7007         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
7008
7009         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
7010         (gst_base_rtp_payload_audio_handle_event):
7011         Return FALSE from the event handler to let the parent class handle the
7012         event. Fixes #446766.
7013
7014         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7015         (gst_base_rtp_depayload_chain), (gst_base_rtp_depayload_push_full):
7016         Mark outgoing buffers as DISCONT if the incomming buffer was DISCONT.
7017
7018         * gst-libs/gst/rtp/gstbasertppayload.c:
7019         Bump the MTU to 1400.
7020
7021 2007-09-03  Johan Dahlin  <jdahlin@async.com.br>
7022
7023         * gst/typefind/gsttypefindfunctions.c (plugin_init): 
7024         Add an audio/x-nsf typefind function for the nsfdec element.
7025
7026 2007-09-03  Renato Filho  <renato.filho@indt.org.br>
7027         * gst/playback/gstplaybasebin.c:
7028         Included "myth://" on stream_uris list for enable buffering to mythtv files
7029
7030 2007-09-03  Wim Taymans  <wim.taymans@gmail.com>
7031
7032         * docs/libs/gst-plugins-base-libs-sections.txt:
7033         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_packet_get_rb),
7034         (gst_rtcp_packet_sdes_copy_entry), (gst_rtcp_ntp_to_unix),
7035         (gst_rtcp_unix_to_ntp):
7036         * gst-libs/gst/rtp/gstrtcpbuffer.h:
7037         Fix parsing of RB blocks.
7038         Fix docs.
7039         Added helper functions to convert to/from UNIX and NTP time.
7040         API: gst_rtcp_ntp_to_unix()
7041         API: gst_rtcp_unix_to_ntp()
7042
7043         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data),
7044         (gst_rtp_buffer_get_header_len),
7045         (gst_rtp_buffer_get_extension_data),
7046         (gst_rtp_buffer_get_payload_subbuffer),
7047         (gst_rtp_buffer_get_payload_len), (gst_rtp_buffer_get_payload),
7048         (gst_rtp_buffer_ext_timestamp):
7049         * gst-libs/gst/rtp/gstrtpbuffer.h:
7050         Fix some more docs.
7051         Implement handling of packets with extensions.
7052         Fix padding check in _validate().
7053         Added function to get extension data.
7054         API: gst_rtp_buffer_get_header_len()
7055         API: gst_rtp_buffer_get_extension_data()
7056
7057 2007-09-03  Wim Taymans  <wim.taymans@gmail.com>
7058
7059         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7060         (gst_base_rtp_depayload_class_init),
7061         (gst_base_rtp_depayload_set_gst_timestamp):
7062         Add some more docs for the queue-delay property and fix a typo in a
7063         comment.
7064
7065         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
7066         Fix typo.
7067
7068 2007-09-03  Wim Taymans  <wim.taymans@gmail.com>
7069
7070         * gst-libs/gst/audio/gstbaseaudiosink.c:
7071         (gst_base_audio_sink_skew_slaving), (gst_base_audio_sink_render),
7072         (gst_base_audio_sink_change_state):
7073         When skew slaving, try to hover around the middle of a segment so that
7074         we at most drift by half a segment.
7075         If we are aligning in the oposite direction of the clock skew, we don't
7076         have to resync.
7077
7078 2007-08-31  Wim Taymans  <wim.taymans@gmail.com>
7079
7080         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7081         (gst_base_rtp_depayload_setcaps),
7082         (gst_base_rtp_depayload_set_gst_timestamp):
7083         Be less silly with the segment start, just apply the clock-base to the
7084         timestamp.
7085
7086 2007-08-31  Wim Taymans  <wim.taymans@gmail.com>
7087
7088         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7089         (gst_base_rtp_depayload_class_init),
7090         (gst_base_rtp_depayload_finalize),
7091         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
7092         (gst_base_rtp_depayload_handle_sink_event),
7093         (gst_base_rtp_depayload_set_gst_timestamp),
7094         (gst_base_rtp_depayload_change_state):
7095         * gst-libs/gst/rtp/gstbasertpdepayload.h:
7096         Deprecate the queue handling thread thing and remove the code.
7097         Use new method to calculate the extended timestamp.
7098
7099 2007-08-31  Wim Taymans  <wim.taymans@gmail.com>
7100
7101         * gst-libs/gst/rtp/gstrtcpbuffer.c:
7102         (gst_rtcp_packet_sdes_copy_entry):
7103         Use g_strndup which does exactly what we want.
7104
7105         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_compare_seqnum),
7106         (gst_rtp_buffer_ext_timestamp):
7107         * gst-libs/gst/rtp/gstrtpbuffer.h:
7108         Add helper function to compare seqnums.
7109         Add helper function to calculate extended timestamps.
7110         API: gst_rtp_buffer_compare_seqnum()
7111         API: gst_rtp_buffer_ext_timestamp()
7112
7113 2007-08-30  Wim Taymans  <wim.taymans@gmail.com>
7114
7115         * gst-libs/gst/rtp/gstrtcpbuffer.c:
7116         (gst_rtcp_packet_sdes_get_entry),
7117         (gst_rtcp_packet_sdes_copy_entry):
7118         * gst-libs/gst/rtp/gstrtcpbuffer.h:
7119         Fix and document SDES item data function.
7120         Add new function that makes a proper copy of SDES item data.
7121         API: gst_rtcp_packet_sdes_copy_entry()
7122
7123 2007-08-30  Stefan Kost  <ensonic@users.sf.net>
7124
7125         * configure.ac:
7126         * gst/Makefile.am:
7127           The tcp and subparse plugins are under gst, but not totaly free of
7128           dependencies. Handle selection inconfigure.ac, so that they show up
7129           on the final list of what is build and what is not. Maybe they should
7130           better be moved to ext.
7131
7132 2007-08-30  Stefan Kost  <ensonic@users.sf.net>
7133
7134         Patch by: Daniel Díaz  <yosoy@danieldiaz.org>
7135
7136         * configure.ac:
7137         * gst/Makefile.am:
7138           Check if libxml provides HTML parser which subparse needs.
7139           Fixes #451970.
7140
7141 2007-08-29  Tim-Philipp Müller  <tim at centricular dot net>
7142
7143         * ext/alsa/gstalsa.c:
7144           Fix typo and compilation on big endian systems.
7145
7146 2007-08-29  Tim-Philipp Müller  <tim at centricular dot net>
7147
7148         * gst/subparse/gstssaparse.c:
7149           Convert SSA newline codes into actual newline characters (#470766).
7150
7151 2007-08-28  Tim-Philipp Müller  <tim at centricular dot net>
7152
7153         * docs/libs/gst-plugins-base-libs-sections.txt:
7154         * gst-libs/gst/pbutils/install-plugins.c:
7155         * gst-libs/gst/pbutils/install-plugins.h:
7156         * tests/check/libs/pbutils.c:
7157           API: also add gst_install_plugins_supported() while we're at it
7158           (see #470456).
7159
7160 2007-08-28  Tim-Philipp Müller  <tim at centricular dot net>
7161
7162         * docs/libs/gst-plugins-base-libs-sections.txt:
7163         * gst-libs/gst/pbutils/missing-plugins.c:
7164         * gst-libs/gst/pbutils/missing-plugins.h:
7165         * tests/check/libs/pbutils.c:
7166           API: add gst_missing_*_installer_detail_new() convenience API so
7167           that applications that know exactly what they're missing can request
7168           installer detail strings for those items directly instead of having
7169           to first create a dummy missing-plugin message and then get the
7170           installer detail string from that.  Fixes #470456.
7171
7172 2007-08-27  Jan Schmidt  <thaytan@mad.scientist.com>
7173
7174         * gst/playback/gstdecodebin.c: (close_pad_link):
7175         We need to set up delayed-linking whenever the caps are non-fixed,
7176         not just when there are multiple types - use gst_pad_is_fixed()
7177         to test.
7178
7179 2007-08-26  Tim-Philipp Müller  <tim at centricular dot net>
7180
7181         * gst-libs/gst/pbutils/missing-plugins.c:
7182           (gst_missing_plugin_message_get_installer_detail):
7183           Add missing separator in PID fallback case.
7184
7185 2007-08-24  Jan Schmidt  <thaytan@mad.scientist.com>
7186
7187         * ext/alsa/Makefile.am:
7188         There is no GST_PLUGINS_BASE_LIBS defined.
7189         
7190         * ext/alsa/gstalsa.c:
7191         * ext/alsa/gstalsasink.c: (gst_alsasink_delay):
7192         * ext/alsa/gstalsasrc.c: (gst_alsasrc_delay):
7193         Add support for ALSA 24-bit formats.
7194         snd_pcm_delay can return an error code, especially
7195         during XRUNS. In that case, the best we can do is assume
7196         delay = 0.
7197
7198         * gst/audioconvert/Makefile.am:
7199         Add flags from -base before any more-remote dependencies.
7200
7201 2007-08-23  Sebastian Dröge  <slomo@circular-chaos.org>
7202
7203         Based on a patch by: Davyd Madeley <davyd at madeley dot id dot au>
7204
7205         * gst/volume/gstvolume.c: (volume_choose_func),
7206         (volume_update_real_volume), (gst_volume_set_volume),
7207         (gst_volume_init), (volume_process_int32),
7208         (volume_process_int32_clamp), (volume_process_int24),
7209         (volume_process_int24_clamp), (volume_process_int16),
7210         (volume_process_int16_clamp), (volume_process_int8),
7211         (volume_process_int8_clamp), (volume_update_volume), (plugin_init):
7212         * gst/volume/gstvolume.h:
7213         Add support for int32, int24 and int8 to the volume element.
7214         Fixes #445529.
7215
7216 2007-08-23  Tim-Philipp Müller  <tim at centricular dot net>
7217
7218         * tests/examples/Makefile.am:
7219           Fix even more.
7220
7221 2007-08-23  Stefan Kost  <ensonic@users.sf.net>
7222
7223         * configure.ac:
7224         * docs/libs/Makefile.am:
7225         * docs/libs/gst-plugins-base-libs-docs.sgml:
7226         * docs/libs/gst-plugins-base-libs-sections.txt:
7227         * ext/gnomevfs/gstgnomevfssrc.c:
7228         * ext/gnomevfs/gstgnomevfssrc.h:
7229         * gst-libs/gst/Makefile.am:
7230         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
7231         * pkgconfig/gstreamer-plugins-base.pc.in:
7232         * sys/v4l/v4lsrc_calls.c:
7233         * tests/examples/Makefile.am:
7234         * win32/common/config.h:
7235           Revert unwanted commit. many thanks to moap. I want a fix for 
7236           https://thomas.apestaart.org/moap/trac/ticket/239
7237
7238 2007-08-23  Stefan Kost  <ensonic@users.sf.net>
7239
7240         * gst/volume/gstvolume.c:
7241           Move passthrough below gst_object_sync_values(). Fixes #442654.
7242
7243 2007-08-22  Wim Taymans  <wim.taymans@gmail.com>
7244
7245         * gst-libs/gst/audio/audio.c:
7246         Clarify the docs a little.
7247
7248 2007-08-22  Stefan Kost  <ensonic@users.sf.net>
7249
7250         * gst/volume/gstvolume.c:
7251           Enable liboil for float and add more details about problems with
7252           int16.
7253
7254 2007-08-21  Wim Taymans  <wim.taymans@gmail.com>
7255
7256         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
7257         Fix RGB24 masks as spotted by _ke (Daniel G. Siegel) on IRC.
7258
7259 2007-08-21  Wim Taymans  <wim.taymans@gmail.com>
7260
7261         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward):
7262         When calculating the first timestamp of the buffers, don't go below 0
7263         and clip the samples because the offset was on the eos page.
7264         Fixes #466717.
7265
7266 2007-08-21  Wim Taymans  <wim.taymans@gmail.com>
7267
7268         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain),
7269         (gst_ogg_demux_collect_chain_info):
7270         Also submit the eos page when trying to find the first timestamp.
7271         See #466717.
7272
7273 2007-08-17  Sebastian Dröge  <slomo@circular-chaos.org>
7274
7275         * gst-libs/gst/audio/audio.h:
7276         Use gst_util_uint64_scale() instead of doing the math
7277         with double for GST_FRAMES_TO_CLOCK_TIME() and
7278         GST_CLOCK_TIME_TO_FRAMES(). For large timestamps this
7279         prevents rounding errors. Fixes #467667.
7280
7281 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
7282
7283         * gst-libs/gst/rtsp/gstrtspconnection.c:
7284         (gst_rtsp_connection_connect), (gst_rtsp_connection_write),
7285         (gst_rtsp_connection_read), (gst_rtsp_connection_poll):
7286         * gst-libs/gst/rtsp/gstrtspconnection.h:
7287         Small cleanups.
7288         On shutdown, don't read the control socket yet.
7289         Set timeout value correctly in all cases.
7290         Add function to check if the server accepts reads or writes.
7291         API: gst_rtsp_connection_poll()
7292
7293         * gst-libs/gst/rtsp/gstrtspdefs.h:
7294         Fix compilation with -pedantic.
7295         Add enum for _poll.
7296
7297 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
7298
7299         Patch by: Olivier Crete  <tester at tester ca>
7300
7301         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
7302         (gst_basertppayload_getcaps):
7303         * gst-libs/gst/rtp/gstbasertppayload.h:
7304         Add getcaps vfunc to basertppayload. See #465146.
7305
7306 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
7307
7308         * gst/playback/gstplaybasebin.c: (queue_threshold_reached):
7309         Only post buffering messages when we are a stream.
7310
7311 2007-08-15  Tim-Philipp Müller  <tim at centricular dot net>
7312
7313         * gst-libs/gst/pbutils/install-plugins.c:
7314         * gst-libs/gst/pbutils/missing-plugins.c:
7315           Small docs fix and addition.
7316
7317 2007-08-13  Tim-Philipp Müller  <tim at centricular dot net>
7318
7319         * tests/icles/.cvsignore:
7320         * tests/icles/Makefile.am:
7321         * tests/icles/test-textoverlay.c:
7322           Add a dumb little test for textoverlay alignments.
7323
7324 2007-08-13  Tim-Philipp Müller  <tim at centricular dot net>
7325
7326         Patch by: Dan Williams  <dcbw redhat com>
7327
7328         * ext/pango/gsttextoverlay.c:
7329         * ext/pango/gsttextoverlay.h:
7330           API: add "line-alignment" property (#459334). Add gtk-doc blurb for
7331           "silent" property so there's a Since tag in the API reference.
7332
7333 2007-08-12  Wim Taymans  <wim.taymans@gmail.com>
7334
7335         * gst-libs/gst/rtp/gstbasertppayload.c:
7336         (gst_basertppayload_set_outcaps):
7337         * gst-libs/gst/rtp/gstbasertppayload.h:
7338         Improve caps negotiation so that downstream elements can confiure
7339         certain RTP properties by fixing them on the caps. See #465146.
7340         Add docs.
7341
7342 2007-08-11  Tim-Philipp Müller  <tim at centricular dot net>
7343
7344         * docs/libs/gst-plugins-base-libs-sections.txt:
7345         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7346         * gst-libs/gst/rtp/gstbasertpdepayload.h:
7347           Mark as deprecated some macros which were presumably meant to be
7348           private API and accidentally exposed in the public header file.
7349           Also actually _init() lock (only works at the moment because the
7350           struct is zeroed out when created and the initial values in the
7351           mutex struct are zeroes too). (#459585)
7352
7353 2007-08-10  Stefan Kost  <ensonic@users.sf.net>
7354
7355         * docs/libs/Makefile.am:
7356           Remove cruft and do some cleanups.
7357
7358         * docs/libs/gst-plugins-base-libs-docs.sgml:
7359           Prepare for comming gtkdoc features (rebase against online docs).
7360
7361 2007-08-10  Michael Smith <msmith@fluendo.com>
7362
7363         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
7364           Debug output fixes.
7365         * tests/check/elements/audiorate.c: (do_perfect_stream_test),
7366         (GST_START_TEST):
7367           Change the number of buffers used; 500 is too many and leads to
7368           timeouts.
7369
7370 2007-08-10  Tim-Philipp Müller  <tim at centricular dot net>
7371
7372         * gst/playback/gstqueue2.c:
7373         * gst/videorate/gstvideorate.c:
7374           Printf format fixes (#465028).
7375
7376 2007-08-09  Michael Smith <msmith@fluendo.com>
7377
7378         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
7379           If we have a large (> 1 second) discontinuity, push a series of
7380           smaller buffers rather than a single very large buffer. Avoids
7381           unreasonably large single buffer allocations when encountering a
7382           large gap.
7383         * tests/check/elements/audiorate.c: (GST_START_TEST),
7384         (audiorate_suite):
7385           Add a test for this.
7386
7387 2007-08-09  Jan Schmidt  <thaytan@mad.scientist.com>
7388
7389         * gst/playback/gstplaybasebin.c: (group_commit),
7390         (queue_remove_probe), (queue_threshold_reached):
7391
7392         Patch by: Josep Torra Valles <josep@fluendo.com>
7393         Fixes: #465015
7394         Make sure we remove the check_queues buffer probe from the 
7395         correct queue to avoid racily going back to "buffering 99%" when
7396         buffering is actually complete.
7397
7398         Also, fix the spelling of Josep's surname in the ChangeLog.
7399
7400 2007-08-09  Stefan Kost  <ensonic@users.sf.net>
7401
7402         * ext/ogg/gstoggmux.c:
7403           Do not leak oggmux instance.
7404         
7405         * ext/vorbis/vorbisenc.c:
7406           Also log values.
7407
7408 2007-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
7409
7410         * po/hu.po:
7411         * po/it.po:
7412         * po/nl.po:
7413         * po/uk.po:
7414         * po/vi.po:
7415           Updated translations.
7416
7417 2007-08-08  Stefan Kost  <ensonic@users.sf.net>
7418
7419         patch by: Yang Hong <hongyang@redflag-linux.com>
7420
7421         * ext/pango/gsttextoverlay.c:
7422         * ext/pango/gsttextoverlay.h:
7423           Add 'silent' property to GstTimeOverlay. Fixes #462979
7424
7425 2007-08-08  Wim Taymans  <wim.taymans@gmail.com>
7426
7427         Patch by: Josep Torra Valles <josep@fluendo.com>
7428
7429         * docs/plugins/gst-plugins-base-plugins.args:
7430         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init),
7431         (gst_uri_decode_bin_init), (gst_uri_decode_bin_set_property),
7432         (gst_uri_decode_bin_get_property), (gen_source_element):
7433         Add connection-speed property. Fixes #464690.
7434
7435 2007-08-07  Wim Taymans  <wim.taymans@gmail.com>
7436
7437         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
7438
7439         * configure.ac:
7440         * gst-libs/gst/rtsp/Makefile.am:
7441         * gst-libs/gst/rtsp/gstrtspconnection.c:
7442         (gst_rtsp_connection_connect):
7443         Fix compilation on windows. Fixes #464320.
7444
7445 2007-08-07  Wim Taymans  <wim.taymans@gmail.com>
7446
7447         Patch by: Josep Torra Valles <josep@fluendo.com>
7448
7449         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
7450         (gst_play_base_bin_init), (queue_threshold_reached),
7451         (gen_source_element), (setup_substreams),
7452         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
7453         (gst_play_base_bin_get_streaminfo_value_array):
7454         * gst/playback/gstplaybasebin.h:
7455         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
7456         (gst_play_bin_set_property), (gst_play_bin_get_property),
7457         (gst_play_bin_handle_redirect_message):
7458         Move connection-speed property from playbin to playbasebin so that we
7459         can also configure it in source elements that have the connection-speed
7460         property. Fixes #464028.
7461         Add some debug info here and there.
7462
7463 2007-08-06  Sebastian Dröge  <slomo@circular-chaos.org>
7464
7465         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_query):
7466         Properly respond to conversion queries. Fixes #464079.
7467
7468 2007-08-03  Sebastian Dröge  <slomo@circular-chaos.org>
7469
7470         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_init),
7471         (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
7472         (gst_audio_test_src_init_sine_table),
7473         (gst_audio_test_src_change_wave), (gst_audio_test_src_create):
7474         * gst/audiotestsrc/gstaudiotestsrc.h:
7475         Add float/double and int32 support to audiotestsrc. Fixes #460422.
7476         Also set the default volume to the default value specified in the
7477         GParamSpec.
7478
7479 2007-08-03  Sebastian Dröge  <slomo@circular-chaos.org>
7480
7481         Patch by: Jens Granseuer <jensgr at gmx dot net>
7482
7483         * gst/audioconvert/gstaudioquantize.c:
7484         Fix C89 incompatibilities and spelling of explanations. Fixes #463215.
7485
7486 2007-08-03  Wim Taymans  <wim.taymans@gmail.com>
7487
7488         * gst-libs/gst/rtsp/gstrtsptransport.c: (gst_rtsp_transport_parse):
7489         Add rdt manager for rdt transport.
7490         Fix parsing of RDT transport.
7491
7492 2007-08-03  Jan Schmidt  <thaytan@mad.scientist.com>
7493
7494         * configure.ac:
7495         Back to CVS
7496
7497 === release 0.10.14 ===
7498
7499 2007-08-03  Jan Schmidt <thaytan@mad.scientist.com>
7500
7501         * configure.ac:
7502           releasing 0.10.14, "Light Years Ahead"
7503
7504 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
7505
7506         * tests/check/libs/audio.c: (GST_START_TEST):
7507         Fix the test to reflect the behaviour of gst_audio_clip_buffer.
7508
7509 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
7510
7511         * gst-libs/gst/audio/audio.c:
7512         When clipping a buffer with no timestamp, assume it is
7513         within the segment without warnings.
7514
7515         Fixes: #460978
7516
7517 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
7518
7519         * gst-libs/gst/rtsp/gstrtspextension.c: (gst_rtsp_extension_send):
7520         Fire the signal on the object, not the interface.
7521
7522 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
7523
7524         * gst-libs/gst/rtsp/.cvsignore:
7525         Ber. Don't include the full path, idiot.
7526
7527 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
7528
7529         * gst-libs/gst/rtsp/.cvsignore:
7530         Ignore generated files.
7531
7532 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
7533
7534         * gst-libs/gst/interfaces/Makefile.am:
7535         * gst-libs/gst/interfaces/interfaces-marshal.list:
7536         * gst-libs/gst/interfaces/rtspextension.c:
7537         * gst-libs/gst/interfaces/rtspextension.h:
7538         * gst-libs/gst/rtsp/Makefile.am:
7539         * gst-libs/gst/rtsp/gstrtsp.h:
7540         * gst-libs/gst/rtsp/gstrtspextension.c:
7541         (gst_rtsp_extension_get_type), (gst_rtsp_extension_iface_init),
7542         (gst_rtsp_extension_detect_server),
7543         (gst_rtsp_extension_before_send), (gst_rtsp_extension_after_send),
7544         (gst_rtsp_extension_parse_sdp), (gst_rtsp_extension_setup_media),
7545         (gst_rtsp_extension_configure_stream),
7546         (gst_rtsp_extension_get_transports),
7547         (gst_rtsp_extension_stream_select), (gst_rtsp_extension_send):
7548         * gst-libs/gst/rtsp/gstrtspextension.h:
7549         * gst-libs/gst/rtsp/rtsp-marshal.list:
7550         Move the rtspextension.h interface into gstrtspextension.h
7551         as part of libgstrtsp instead of libgstinterfaces, because it's
7552         only for use within plugins, not applications. 
7553         Add stuff to do the enum & marshal generation needed in libgstrtsp now.
7554         Use the GST_TYPE_RTSP_RESULT enum type for the return value of the 
7555         signal that the GstRTSPExtension interface emits, since G_TYPE_ENUM
7556         is abstract.
7557
7558 2007-07-26  Wim Taymans  <wim.taymans@gmail.com>
7559
7560         * gst-libs/gst/interfaces/Makefile.am:
7561         * gst-libs/gst/interfaces/interfaces-marshal.list:
7562         * gst-libs/gst/interfaces/rtspextension.c:
7563         (gst_rtsp_extension_iface_init),
7564         (gst_rtsp_extension_stream_select), (gst_rtsp_extension_send):
7565         * gst-libs/gst/interfaces/rtspextension.h:
7566         Fix marshaller for the send signal.
7567         Add URL to stream selection interface method.
7568
7569 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
7570
7571         * gst-libs/gst/riff/Makefile.am:
7572         Pull in our dependencies from -base before those from outside.
7573
7574 2007-07-26  Wim Taymans  <wim.taymans@gmail.com>
7575
7576         * docs/libs/gst-plugins-base-libs-sections.txt:
7577         * gst-libs/gst/rtsp/gstrtspbase64.c: (gst_rtsp_base64_decode_ip):
7578         * gst-libs/gst/rtsp/gstrtspbase64.h:
7579         API: gst_rtsp_base64_decode_ip()
7580         Added function to decode Base64 in-place.
7581
7582 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
7583
7584         * tests/check/libs/.cvsignore:
7585         Ignore the mixer test binary.
7586
7587 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
7588
7589         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward):
7590         Gratuitous comment change to trigger a rebuild on the buildbots.
7591
7592 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
7593
7594         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_media_get_media),
7595         (gst_sdp_media_get_port), (gst_sdp_media_get_num_ports),
7596         (gst_sdp_media_get_proto), (gst_sdp_media_formats_len),
7597         (gst_sdp_media_get_format), (gst_sdp_media_get_information),
7598         (gst_sdp_media_connections_len), (gst_sdp_media_get_connection),
7599         (gst_sdp_media_bandwidths_len), (gst_sdp_media_get_badwidth),
7600         (gst_sdp_media_get_key), (gst_sdp_media_attributes_len),
7601         (gst_sdp_media_get_attribute), (gst_sdp_media_get_attribute_val_n),
7602         (gst_sdp_media_get_attribute_val):
7603         * gst-libs/gst/sdp/gstsdpmessage.h:
7604         Constify args where we can.
7605
7606 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
7607
7608         * gst-libs/gst/interfaces/Makefile.am:
7609         * gst-libs/gst/interfaces/rtspextension.c:
7610         (gst_rtsp_extension_get_type), (gst_rtsp_extension_iface_init),
7611         (gst_rtsp_extension_detect_server),
7612         (gst_rtsp_extension_before_send), (gst_rtsp_extension_after_send),
7613         (gst_rtsp_extension_parse_sdp), (gst_rtsp_extension_setup_media),
7614         (gst_rtsp_extension_configure_stream),
7615         (gst_rtsp_extension_get_transports),
7616         (gst_rtsp_extension_stream_select), (gst_rtsp_extension_send):
7617         * gst-libs/gst/interfaces/rtspextension.h:
7618         Move interface for RTSP extensions from -good to here.
7619         Added helper methods to invoke interface methods.
7620
7621 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
7622
7623         * docs/libs/gst-plugins-base-libs-sections.txt:
7624         * gst-libs/gst/rtsp/gstrtspdefs.h:
7625         * gst-libs/gst/rtsp/gstrtspmessage.c: (key_value_foreach),
7626         (gst_rtsp_message_get_type), (gst_rtsp_message_parse_request),
7627         (gst_rtsp_message_init_response),
7628         (gst_rtsp_message_parse_response), (gst_rtsp_message_new_data),
7629         (gst_rtsp_message_parse_data), (gst_rtsp_message_add_header),
7630         (gst_rtsp_message_remove_header), (gst_rtsp_message_get_header),
7631         (gst_rtsp_message_append_headers), (gst_rtsp_message_set_body),
7632         (gst_rtsp_message_get_body), (dump_key_value):
7633         * gst-libs/gst/rtsp/gstrtspmessage.h:
7634         * gst-libs/gst/rtsp/gstrtsprange.c: (parse_npt_time),
7635         (parse_npt_range), (parse_clock_range), (parse_smpte_range),
7636         (gst_rtsp_range_parse):
7637         * gst-libs/gst/rtsp/gstrtsprange.h:
7638         * gst-libs/gst/rtsp/gstrtsptransport.c:
7639         * gst-libs/gst/rtsp/gstrtspurl.c:
7640         Fix some more RTSP docs.
7641         Add some missing methods for dealing with messages.
7642
7643 2007-07-24  Wim Taymans  <wim.taymans@gmail.com>
7644
7645         * docs/libs/gst-plugins-base-libs-docs.sgml:
7646         * docs/libs/gst-plugins-base-libs-sections.txt:
7647         * gst-libs/gst/rtsp/gstrtspbase64.c: (gst_rtsp_base64_encode):
7648         * gst-libs/gst/rtsp/gstrtspbase64.h:
7649         * gst-libs/gst/rtsp/gstrtspconnection.c:
7650         (gst_rtsp_connection_connect), (add_auth_header),
7651         (gst_rtsp_connection_write), (gst_rtsp_connection_send),
7652         (read_body), (gst_rtsp_connection_receive),
7653         (gst_rtsp_connection_next_timeout),
7654         (gst_rtsp_connection_reset_timeout),
7655         (gst_rtsp_connection_set_auth):
7656         * gst-libs/gst/rtsp/gstrtspconnection.h:
7657         * gst-libs/gst/rtsp/gstrtspdefs.c: (rtsp_init_status):
7658         * gst-libs/gst/rtsp/gstrtspdefs.h:
7659         * gst-libs/gst/rtsp/gstrtspmessage.h:
7660         * gst-libs/gst/rtsp/gstrtsprange.c: (parse_npt_time),
7661         (parse_npt_range), (parse_clock_range), (parse_smpte_range),
7662         (gst_rtsp_range_parse):
7663         * gst-libs/gst/rtsp/gstrtspurl.h:
7664         Added beginnings of RTSP documentation.
7665
7666 2007-07-24  Wim Taymans  <wim.taymans@gmail.com>
7667
7668         * docs/libs/Makefile.am:
7669         * docs/libs/gst-plugins-base-libs-docs.sgml:
7670         * docs/libs/gst-plugins-base-libs-sections.txt:
7671         * gst-libs/gst/sdp/gstsdp.h:
7672         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_message_set_origin),
7673         (gst_sdp_message_set_connection), (gst_sdp_message_add_bandwidth),
7674         (gst_sdp_message_add_time), (gst_sdp_message_add_zone),
7675         (gst_sdp_message_set_key), (gst_sdp_message_get_attribute_val_n),
7676         (gst_sdp_message_get_attribute_val),
7677         (gst_sdp_message_add_attribute), (gst_sdp_media_new),
7678         (gst_sdp_media_init), (gst_sdp_media_uninit), (gst_sdp_media_free),
7679         (gst_sdp_media_get_media), (gst_sdp_media_set_media),
7680         (gst_sdp_media_get_port), (gst_sdp_media_get_num_ports),
7681         (gst_sdp_media_set_port_info), (gst_sdp_media_get_proto),
7682         (gst_sdp_media_set_proto), (gst_sdp_media_formats_len),
7683         (gst_sdp_media_get_format), (gst_sdp_media_add_format),
7684         (gst_sdp_media_get_information), (gst_sdp_media_set_information),
7685         (gst_sdp_media_connections_len), (gst_sdp_media_get_connection),
7686         (gst_sdp_media_add_connection), (gst_sdp_media_bandwidths_len),
7687         (gst_sdp_media_get_badwidth), (gst_sdp_media_add_bandwidth),
7688         (gst_sdp_media_set_key), (gst_sdp_media_get_key),
7689         (gst_sdp_media_attributes_len), (gst_sdp_media_add_attribute),
7690         (gst_sdp_media_get_attribute_val_n),
7691         (gst_sdp_media_get_attribute_val), (gst_sdp_message_parse_buffer),
7692         (print_media), (gst_sdp_message_dump):
7693         * gst-libs/gst/sdp/gstsdpmessage.h:
7694         Document the SDP library.
7695         Add some of the missing SDPMedia methods.
7696
7697 2007-07-24  Wim Taymans  <wim.taymans@gmail.com>
7698
7699         * configure.ac:
7700         * gst-libs/gst/Makefile.am:
7701         * gst-libs/gst/rtsp/Makefile.am:
7702         * gst-libs/gst/rtsp/gstrtspbase64.c: (gst_rtsp_base64_encode):
7703         * gst-libs/gst/rtsp/gstrtspbase64.h:
7704         * gst-libs/gst/rtsp/gstrtspconnection.c: (inet_aton),
7705         (gst_rtsp_connection_create), (gst_rtsp_connection_connect),
7706         (add_auth_header), (add_date_header), (gst_rtsp_connection_write),
7707         (gst_rtsp_connection_send), (read_line), (read_string), (read_key),
7708         (parse_response_status), (parse_request_line), (parse_line),
7709         (gst_rtsp_connection_read), (read_body),
7710         (gst_rtsp_connection_receive), (gst_rtsp_connection_close),
7711         (gst_rtsp_connection_free), (gst_rtsp_connection_next_timeout),
7712         (gst_rtsp_connection_reset_timeout), (gst_rtsp_connection_flush),
7713         (gst_rtsp_connection_set_auth):
7714         * gst-libs/gst/rtsp/gstrtspconnection.h:
7715         * gst-libs/gst/rtsp/gstrtspdefs.c: (rtsp_init_status),
7716         (gst_rtsp_strresult), (gst_rtsp_method_as_text),
7717         (gst_rtsp_version_as_text), (gst_rtsp_header_as_text),
7718         (gst_rtsp_status_as_text), (gst_rtsp_find_header_field),
7719         (gst_rtsp_find_method):
7720         * gst-libs/gst/rtsp/gstrtspdefs.h:
7721         * gst-libs/gst/rtsp/gstrtspmessage.c: (key_value_foreach),
7722         (gst_rtsp_message_new), (gst_rtsp_message_init),
7723         (gst_rtsp_message_new_request), (gst_rtsp_message_init_request),
7724         (gst_rtsp_message_new_response), (gst_rtsp_message_init_response),
7725         (gst_rtsp_message_init_data), (gst_rtsp_message_unset),
7726         (gst_rtsp_message_free), (gst_rtsp_message_add_header),
7727         (gst_rtsp_message_remove_header), (gst_rtsp_message_get_header),
7728         (gst_rtsp_message_append_headers), (gst_rtsp_message_set_body),
7729         (gst_rtsp_message_take_body), (gst_rtsp_message_get_body),
7730         (gst_rtsp_message_steal_body), (dump_mem), (dump_key_value),
7731         (gst_rtsp_message_dump):
7732         * gst-libs/gst/rtsp/gstrtspmessage.h:
7733         * gst-libs/gst/rtsp/gstrtsprange.c: (parse_npt_time),
7734         (parse_npt_range), (parse_clock_range), (parse_smpte_range),
7735         (gst_rtsp_range_parse), (gst_rtsp_range_free):
7736         * gst-libs/gst/rtsp/gstrtsprange.h:
7737         * gst-libs/gst/rtsp/gstrtsptransport.c: (gst_rtsp_transport_new),
7738         (gst_rtsp_transport_init), (gst_rtsp_transport_get_mime),
7739         (gst_rtsp_transport_get_manager), (parse_mode), (parse_range),
7740         (range_as_text), (rtsp_transport_mode_as_text),
7741         (rtsp_transport_profile_as_text), (rtsp_transport_ltrans_as_text),
7742         (gst_rtsp_transport_parse), (gst_rtsp_transport_as_text),
7743         (gst_rtsp_transport_free):
7744         * gst-libs/gst/rtsp/gstrtsptransport.h:
7745         * gst-libs/gst/rtsp/gstrtspurl.c: (gst_rtsp_url_parse),
7746         (gst_rtsp_url_free), (gst_rtsp_url_set_port),
7747         (gst_rtsp_url_get_port), (gst_rtsp_url_get_request_uri):
7748         * gst-libs/gst/rtsp/gstrtspurl.h:
7749         * gst-libs/gst/sdp/Makefile.am:
7750         * gst-libs/gst/sdp/gstsdp.h:
7751         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_origin_init),
7752         (gst_sdp_connection_init), (gst_sdp_bandwidth_init),
7753         (gst_sdp_time_init), (gst_sdp_zone_init), (gst_sdp_key_init),
7754         (gst_sdp_attribute_init), (gst_sdp_message_new),
7755         (gst_sdp_message_init), (gst_sdp_message_uninit),
7756         (gst_sdp_message_free), (gst_sdp_media_new), (gst_sdp_media_init),
7757         (gst_sdp_media_uninit), (gst_sdp_media_free),
7758         (gst_sdp_message_set_origin), (gst_sdp_message_get_origin),
7759         (gst_sdp_message_set_connection), (gst_sdp_message_get_connection),
7760         (gst_sdp_message_add_bandwidth), (gst_sdp_message_add_time),
7761         (gst_sdp_message_add_zone), (gst_sdp_message_set_key),
7762         (gst_sdp_message_get_key), (gst_sdp_message_get_attribute_val_n),
7763         (gst_sdp_message_get_attribute_val),
7764         (gst_sdp_message_add_attribute), (gst_sdp_message_add_media),
7765         (gst_sdp_media_add_attribute), (gst_sdp_media_add_bandwidth),
7766         (gst_sdp_media_add_format), (gst_sdp_media_get_attribute),
7767         (gst_sdp_media_get_attribute_val_n),
7768         (gst_sdp_media_get_attribute_val), (gst_sdp_media_get_format),
7769         (read_string), (read_string_del), (gst_sdp_parse_line),
7770         (gst_sdp_message_parse_buffer), (print_media),
7771         (gst_sdp_message_dump):
7772         * gst-libs/gst/sdp/gstsdpmessage.h:
7773         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
7774         Move SDP and RTSP from helper objects in -good to a reusable library.
7775         Use a proper gst_ namespace.
7776
7777 2007-07-23  Sebastian Dröge  <slomo@circular-chaos.org>
7778
7779         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward),
7780         (vorbis_dec_flush_decode):
7781         Use the new buffer clipping function from gstaudio here.
7782
7783 2007-07-23  Sebastian Dröge  <slomo@circular-chaos.org>
7784
7785         * docs/libs/gst-plugins-base-libs-sections.txt:
7786         * gst-libs/gst/audio/audio.c: (gst_audio_buffer_clip):
7787         * gst-libs/gst/audio/audio.h:
7788         * tests/check/libs/audio.c: (GST_START_TEST), (audio_suite):
7789         API: Add buffer clipping function for raw audio buffers. Fixes #456656.
7790         Also add deprecation guards for gst_audio_structure_set_int() to the
7791         header.
7792
7793 2007-07-23  Stefan Kost  <ensonic@users.sf.net>
7794
7795         * docs/libs/gst-plugins-base-libs-sections.txt:
7796           Cleanup the docs.
7797
7798 2007-07-23  Wim Taymans  <wim.taymans@gmail.com>
7799
7800         Patch by: Dan Williams <dcbw at redhat dot com>
7801
7802         * gst/playback/gstplaybasebin.c:
7803         (gst_play_base_bin_get_streaminfo_value_array):
7804         Don't return NULL when querying the stream info value array but instead
7805         return an empty array. Fixes #459204.
7806
7807 2007-07-23  Tim-Philipp Müller  <tim at centricular dot net>
7808
7809         * gst/playback/gsturidecodebin.c:
7810           Init debug category before using it.
7811
7812 2007-07-21  Jan Schmidt  <thaytan@noraisin.net>
7813
7814         * gst-libs/gst/interfaces/mixer.h:
7815         Add padding vars in place of the signal pointers
7816         when building with DISABLE_DEPRECATED so that the
7817         interface structure doesn't change size.
7818
7819 2007-07-20  Jan Schmidt  <thaytan@noraisin.net>
7820
7821         * docs/libs/gst-plugins-base-libs-sections.txt:
7822         * ext/alsa/gstalsamixer.c:
7823         * ext/alsa/gstalsamixer.h:
7824         * ext/alsa/gstalsamixerelement.c:
7825         * ext/alsa/gstalsamixertrack.c:
7826         * gst-libs/gst/interfaces/mixer.c:
7827         * gst-libs/gst/interfaces/mixer.h:
7828         * gst-libs/gst/interfaces/mixeroptions.c:
7829         * gst-libs/gst/interfaces/mixeroptions.h:
7830         * gst-libs/gst/interfaces/mixertrack.c:
7831         * gst-libs/gst/interfaces/mixertrack.h:
7832         * tests/check/Makefile.am:
7833         * tests/check/libs/mixer.c:
7834
7835         Patch By: Marc-Andre Lureau <marcandre.lureau@gmail.com>
7836         Fixes: #152864 
7837
7838         Add support for notifying mixer changes on the message bus, and
7839         implement it in alsamixer.
7840
7841         API: gst_mixer_get_mixer_flags
7842         API: gst_mixer_message_parse_mute_toggled
7843         API: gst_mixer_message_parse_record_toggled
7844         API: gst_mixer_message_parse_volume_changed
7845         API: gst_mixer_message_parse_option_changed
7846         API: GstMixerMessageType
7847         API: GstMixerFlags
7848
7849 2007-07-20  Michael Smith <msmith@fluendo.com>
7850
7851         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
7852         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_setcaps):
7853           xcontext->im_format is only for testing XShm support (as the header
7854           file comments document). Use xvimage->im_format for everything else.
7855           Avoids spurious warnings on buffer allocation before setcaps.
7856
7857 2007-07-20  Stefan Kost  <ensonic@users.sf.net>
7858
7859         * tests/examples/volume/Makefile.am:
7860         * tests/icles/Makefile.am:
7861           We should use $(LIBM).
7862
7863 2007-07-20  Stefan Kost  <ensonic@users.sf.net>
7864
7865         * tests/icles/Makefile.am:
7866           This needs -lm.
7867
7868 2007-07-16  Wim Taymans  <wim.taymans@gmail.com>
7869
7870         * gst-libs/gst/rtp/gstbasertppayload.c:
7871         (gst_basertppayload_class_init), (gst_basertppayload_init),
7872         (gst_basertppayload_set_property),
7873         (gst_basertppayload_get_property):
7874         Don't break ABI, restore previous ranges. Keep the default random
7875         selection of timestamp and seqnum offset but as soon as the app sets a
7876         specific value, use that one.
7877
7878 2007-07-14  Wim Taymans  <wim.taymans@gmail.com>
7879
7880         Patch by: Bastien Nocera <hadess at hadess dot net>
7881
7882         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
7883         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
7884         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
7885         * sys/xvimage/xvimagesink.h:
7886         Add option to turn off double-buffering for debugging purposes.
7887         Fixes #437169.
7888
7889 2007-07-14  Wim Taymans  <wim.taymans@gmail.com>
7890
7891         Patch by: Jorn Baayen <jorn at openedhand dot com>
7892
7893         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
7894         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
7895         (gst_ximagesink_init), (gst_ximagesink_class_init):
7896         * sys/ximage/ximagesink.h:
7897         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents),
7898         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
7899         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
7900         * sys/xvimage/xvimagesink.h:
7901         add 'handle-expose' property. Useful for video widgets which may want to
7902         be in control of Expose behaviour. Fixes #380625
7903
7904 2007-07-14  Wim Taymans  <wim.taymans@gmail.com>
7905
7906         * gst-libs/gst/rtp/gstbasertppayload.c:
7907         (gst_basertppayload_class_init), (gst_basertppayload_init),
7908         (gst_basertppayload_event), (gst_basertppayload_push),
7909         (gst_basertppayload_set_property),
7910         (gst_basertppayload_get_property),
7911         (gst_basertppayload_change_state):
7912         * gst-libs/gst/rtp/gstbasertppayload.h:
7913         Fix ranges of rtp payloader properties so that the full range can be
7914         used in addition to -1 (random).
7915         Fix wrong seqnum reporting in caps.
7916         Fixes #420326.
7917
7918 2007-07-13  Wim Taymans  <wim.taymans@gmail.com>
7919
7920         * gst/videorate/gstvideorate.c: (gst_video_rate_init),
7921         (gst_video_rate_query):
7922         Use boilerplate.
7923         Add latency query, might not be perfect yet but already works a lot
7924         better. Fixes #442557.
7925
7926 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
7927
7928         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
7929         (gst_xvimagesink_setcaps):
7930         * sys/xvimage/xvimagesink.h:
7931         After a caps change, redraw our borders to avoid garbage left there
7932         when the image format changes to a smaller size, like 16:9 -> 4:3
7933         Also, hold the flow_lock a bit longer in the set_caps while we're
7934         fiddling with the xcontext.
7935
7936 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
7937
7938         * Makefile.am:
7939         * configure.ac:
7940         * tests/Makefile.am:
7941         Remove bogus check for libcheck, since we check for
7942         gstreamer-check and it pulls in the required info from there, and we
7943         weren't actually _using_ the information for libcheck ourselves
7944         anyway.
7945
7946 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
7947
7948         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
7949         (gst_ffmpeg_caps_to_pixfmt):
7950         Fix the r_mask test for RGBA32 on little-endian.
7951         Fix a stupid typo that would have obviously broken 
7952         compilation on big-endian, if anyone was testing.
7953
7954 2007-07-12  Wim Taymans  <wim.taymans@gmail.com>
7955
7956         * gst/videotestsrc/videotestsrc.c: (paint_hline_AYUV),
7957         (paint_hline_str4):
7958         * gst/videotestsrc/videotestsrc.h:
7959         Add alpha to the color struct.
7960         Use a default alpha value of 255 instead of 128.
7961
7962 2007-07-12  Wim Taymans  <wim.taymans@gmail.com>
7963
7964         * gst/playback/gstplaybasebin.c: (no_more_pads_full),
7965         (setup_source):
7966         Clear the dynamic pads counter when starting a new uri. This makes
7967         reusing playbin work again.
7968         Fixes #454264.
7969
7970 2007-07-12  Stefan Kost  <ensonic@users.sf.net>
7971
7972         * configure.ac:
7973           Use pkg-config to locate check.
7974
7975 2007-07-12  Tim-Philipp Müller  <tim at centricular dot net>
7976
7977         * configure.ac:
7978         * tests/check/elements/volume.c: (GST_START_TEST):
7979           Fix 'make check' build against core CVS.
7980
7981 2007-07-10  Stefan Kost  <ensonic@users.sf.net>
7982
7983         * gst-libs/gst/interfaces/propertyprobe.c:
7984         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
7985         * gst-libs/gst/tag/gstvorbistag.c:
7986           Make gtk-doc happy.
7987
7988 2007-07-08  Tim-Philipp Müller  <tim at centricular dot net>
7989
7990         * gst-libs/gst/audio/gstbaseaudiosink.c:
7991         (gst_base_audio_sink_callback):
7992           Quick hack to make audiosinks stop at EOS when operating in
7993           pull-mode; needs to be fixed properly some day.
7994
7995 2007-07-06  Stefan Kost  <ensonic@users.sf.net>
7996
7997         * docs/libs/gst-plugins-base-libs-sections.txt:
7998           Fix location of includes in the docs.
7999
8000 2007-07-06  Jan Schmidt  <thaytan@mad.scientist.com>
8001
8002         * gst/ffmpegcolorspace/avcodec.h:
8003         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
8004         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
8005         (gst_ffmpegcsp_avpicture_fill):
8006         * gst/ffmpegcolorspace/imgconvert.c: (img_convert),
8007         (img_get_alpha_info):
8008         Add 2 new pixel formats - ABGR32 and ARGB32, which are reflections
8009         of the existing BGRA32 and RGBA32 formats with the alpha at the other
8010         end of the word. Partially fixes #451908
8011
8012 2007-07-05  Stefan Kost  <ensonic@users.sf.net>
8013
8014         * docs/libs/Makefile.am:
8015         * docs/plugins/Makefile.am:
8016           Simplify --extra-dir as gtkdoc scans recursively.
8017
8018 2007-07-03  Wim Taymans  <wim.taymans@gmail.com>
8019
8020         * gst/adder/gstadder.c: (gst_adder_sink_getcaps),
8021         (gst_adder_request_new_pad):
8022         Make getcaps more robust by not using the proxycaps function. This makes
8023         sure that we don't end up recursively calling getcaps upstream.
8024         See #316248.
8025
8026 2007-06-29  Wim Taymans  <wim.taymans@gmail.com>
8027
8028         * gst/audioconvert/audioconvert.c:
8029         Include math.h to fix compilation.
8030
8031 2007-06-29  Jan Schmidt  <thaytan@mad.scientist.com>
8032
8033         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
8034         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
8035         Add a mapping for YUV format "IYU1", which is a 4:1:1 packed pixel
8036         format, as produced by some dc1394 cameras like the iSight.
8037         See http://www.fourcc.org/yuv.php#IYU1
8038
8039 2007-06-28  Sebastian Dröge  <slomo@circular-chaos.org>
8040
8041         * gst/audioconvert/Makefile.am:
8042         * gst/audioconvert/audioconvert.c: (audio_convert_get_func_index),
8043         (check_default), (audio_convert_prepare_context),
8044         (audio_convert_clean_context), (audio_convert_convert):
8045         * gst/audioconvert/audioconvert.h:
8046         * gst/audioconvert/gstaudioconvert.c:
8047         (gst_audio_convert_dithering_get_type),
8048         (gst_audio_convert_ns_get_type), (gst_audio_convert_class_init),
8049         (gst_audio_convert_init), (gst_audio_convert_set_caps),
8050         (gst_audio_convert_set_property), (gst_audio_convert_get_property):
8051         * gst/audioconvert/gstaudioconvert.h:
8052         * gst/audioconvert/gstaudioquantize.c:
8053         (gst_audio_quantize_setup_noise_shaping),
8054         (gst_audio_quantize_free_noise_shaping),
8055         (gst_audio_quantize_setup_dither),
8056         (gst_audio_quantize_free_dither),
8057         (gst_audio_quantize_setup_quantize_func),
8058         (gst_audio_quantize_setup), (gst_audio_quantize_free):
8059         * gst/audioconvert/gstaudioquantize.h:
8060         Implement dithering and noise shaping in audioconvert. By default now
8061         TPDF dithering (and no noise shaping) will be used when converting
8062         from a higher bit depth to 20 bit depth or smaller, otherwise
8063         everything will be as it is now.
8064         For the last audioconvert in a pipeline it would make sense to
8065         use some kind of noise shaping, enabling it by default for all
8066         conversions would give undesired results though. Fixes #360246.
8067         * tests/check/elements/audioconvert.c: (setup_audioconvert),
8068         (GST_START_TEST):
8069         Adjust unit test for the new audioconvert.
8070
8071 2007-06-28  Wim Taymans  <wim@fluendo.com>
8072
8073         * gst/playback/gstqueue2.c: (apply_segment), (update_buffering):
8074         Use other metrics as well when estimating the buffer level.
8075
8076 2007-06-28  Wim Taymans  <wim@fluendo.com>
8077
8078         * gst/playback/gstplaybasebin.c: (make_decoder), (setup_source):
8079         Small debug improvement.
8080
8081         * gst/playback/gstqueue2.c: (apply_segment), (update_buffering),
8082         (plugin_init):
8083         Tweak the rate estimation period.
8084         When calculating the buffer filledness in rate estimation mode, don't
8085         mix it with other metrics.
8086
8087 2007-06-28  Wim Taymans  <wim@fluendo.com>
8088
8089         * gst/playback/gstdecodebin2.c: (gst_decode_group_new),
8090         (gst_decode_group_expose), (gst_decode_group_free), (add_fakesink):
8091         When creating the groups, allow for a 5 second, unlimited buffers
8092         preroll phase after which we expose the group.
8093         When the group is exposed, use a small number of buffers up to a 2
8094         second limit. Also disconnect the overrun signal from multiqueue when we
8095         exposed the group because it is not needed anymore.
8096
8097 2007-06-27  Tim-Philipp Müller  <tim at centricular dot net>
8098
8099         * gst-libs/gst/tag/tags.c: (gst_tag_freeform_string_to_utf8):
8100           Don't pass trailing zeroes in fixed-size string arrays in ID3v1 tags
8101           to utf8-validate; fixes recognition of ID3v1 tags in UTF-8 encoding
8102           (#451707); also, output some debugging info when dealing with
8103           freeform strings.
8104
8105         * tests/check/libs/tag.c: (GST_START_TEST), (tag_suite):
8106           Add unit test for the above.
8107
8108 2007-06-27  Tim-Philipp Müller  <tim at centricular dot net>
8109
8110         * gst-libs/gst/pbutils/descriptions.c: (caps_are_rtp_caps):
8111           Add description for Windows Media RTP caps.
8112
8113         * gst-libs/gst/pbutils/missing-plugins.c: (copy_and_clean_caps):
8114           Remove RTP fields that don't define the format from caps.
8115
8116 2007-06-27  Tim-Philipp Müller  <tim at centricular dot net>
8117
8118         * ext/vorbis/vorbisdec.c: (vorbis_dec_decode_buffer):
8119           Skip empty buffers, but not empty header buffers. That way the original
8120           vorbisdec unit test still passes (#451145); also, take into account
8121           that those empty packets might carry a granulepos.
8122
8123         * tests/check/Makefile.am:
8124         * tests/check/elements/vorbisdec.c:
8125         (_create_codebook_header_buffer), (_create_audio_buffer),
8126         (GST_START_TEST), (vorbisdec_suite):
8127           Add unit test that sends an empty packet.
8128
8129 2007-06-27  Wim Taymans  <wim@fluendo.com>
8130
8131         * ext/vorbis/vorbisdec.c: (vorbis_dec_decode_buffer):
8132         Don't error out on 0-sized packets, just emit a warning because this is
8133         not a fatal error. Fixes #451145.
8134
8135 2007-06-25  Stefan Kost  <ensonic@users.sf.net>
8136
8137         * docs/plugins/gst-plugins-base-plugins.args:
8138         * docs/plugins/gst-plugins-base-plugins.signals:
8139         * docs/plugins/inspect/plugin-adder.xml:
8140         * docs/plugins/inspect/plugin-alsa.xml:
8141         * docs/plugins/inspect/plugin-audioconvert.xml:
8142         * docs/plugins/inspect/plugin-audiorate.xml:
8143         * docs/plugins/inspect/plugin-audioresample.xml:
8144         * docs/plugins/inspect/plugin-audiotestsrc.xml:
8145         * docs/plugins/inspect/plugin-cdparanoia.xml:
8146         * docs/plugins/inspect/plugin-decodebin.xml:
8147         * docs/plugins/inspect/plugin-decodebin2.xml:
8148         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
8149         * docs/plugins/inspect/plugin-gdp.xml:
8150         * docs/plugins/inspect/plugin-gnomevfs.xml:
8151         * docs/plugins/inspect/plugin-libvisual.xml:
8152         * docs/plugins/inspect/plugin-ogg.xml:
8153         * docs/plugins/inspect/plugin-pango.xml:
8154         * docs/plugins/inspect/plugin-playbin.xml:
8155         * docs/plugins/inspect/plugin-subparse.xml:
8156         * docs/plugins/inspect/plugin-tcp.xml:
8157         * docs/plugins/inspect/plugin-theora.xml:
8158         * docs/plugins/inspect/plugin-typefindfunctions.xml:
8159         * docs/plugins/inspect/plugin-video4linux.xml:
8160         * docs/plugins/inspect/plugin-videorate.xml:
8161         * docs/plugins/inspect/plugin-videoscale.xml:
8162         * docs/plugins/inspect/plugin-videotestsrc.xml:
8163         * docs/plugins/inspect/plugin-volume.xml:
8164         * docs/plugins/inspect/plugin-vorbis.xml:
8165         * docs/plugins/inspect/plugin-ximagesink.xml:
8166         * docs/plugins/inspect/plugin-xvimagesink.xml:
8167           Update docs with caps info.
8168
8169 2007-06-25  Tim-Philipp Müller  <tim at centricular dot net>
8170
8171         * po/POTFILES.in:
8172           Add more files with translatable strings (#450875).
8173
8174 2007-06-23  Edward Hervey  <edward@fluendo.com>
8175
8176         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_find_chains):
8177         The chain should be freed if we error out here, else it will leak.
8178         * gst/playback/gstdecodebin.c: (disconnect_unlinked_signals),
8179         (cleanup_decodebin):
8180         Don't forget to *properly* remove the signals, else it will leak.
8181
8182 2007-06-22  Jan Schmidt  <thaytan@noraisin.net>
8183
8184         * MAINTAINERS:
8185         Updating all the maintainers files
8186
8187 2007-06-21  Stefan Kost  <ensonic@users.sf.net>
8188
8189         * tests/examples/seek/seek.c: (update_scale), (play_cb), (stop_cb),
8190         (main):
8191           Destroy and recreate parse-launch based pipeline after stop to be able
8192           to play again. Reorder some code and add more comments.
8193
8194 2007-06-20  Jan Schmidt  <thaytan@mad.scientist.com>
8195
8196         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
8197         When handling a delayed-caps notification case, mark
8198         the group as dynamic so that the nbdynamic count is
8199         incremented and decremented correctly. Fixes: #449156
8200         Patch by: Wim Taymans <wim@fluendo.com>
8201
8202 2007-06-19  Andy Wingo  <wingo@pobox.com>
8203
8204         * gst-libs/gst/audio/gstbaseaudiosink.c
8205         (gst_base_audio_sink_init): Enable pull-mode operation.
8206
8207 2007-06-19  Michael Smith <msmith@fluendo.com>
8208
8209         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8210           Change minimum rate back to 1000 to allow low-sample-rate wav files
8211           to play back.
8212
8213 2007-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
8214
8215         * po/vi.po:
8216           Update translations.
8217
8218 2007-06-15  David Schleef  <ds@schleef.org>
8219
8220         * gst/playback/gstqueue2.c:
8221           Fix compile error from ignored return value.
8222
8223 2007-06-15  Michael Smith <msmith@fluendo.com>
8224
8225         * gst/videoscale/vs_4tap.c: (vs_image_scale_4tap_Y):
8226           Update tmpbuf for all neccesary rows, not just one, as is required
8227           when downscaling.
8228           Fixes #402076.
8229
8230 2007-06-15  Michael Smith <msmith@fluendo.com>
8231
8232         * tests/check/pipelines/oggmux.c: (validate_ogg_page), (is_video),
8233         (eos_buffer_probe):
8234           Add a test that ensures we set DELTA_UNIT on all non-header,
8235           non-video buffers, if we have a video stream.
8236         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
8237         (gst_ogg_mux_process_best_pad):
8238           Move setting delta_pad to earlier, where we inspect all pads, so
8239           that leading audio pages don't get DELTA_UNIT unset if they come
8240           before the first DELTA_UNIT from video pages. Fixes the newly-added
8241           test. Fixes #385527.
8242
8243 2007-06-14  Tim-Philipp Müller  <tim at centricular dot net>
8244
8245         * tests/check/pipelines/streamheader.c: (streamheader_suite):
8246           Disable test_multifdsink_gdp_vorbisenc() on ppc64 since it
8247           fails on the p5-ppc64 build bot and the failure looks like it is due
8248           to the same issue as #348114, ie. a compiler bug.
8249
8250 2007-06-13  Edward Hervey  <edward@fluendo.com>
8251
8252         * gst/playback/gstqueue2.c: (gst_queue_create_read):
8253         Fix build on MacOSX.
8254
8255 2007-06-13  Wim Taymans  <wim@fluendo.com>
8256
8257         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
8258         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain):
8259         Fix compilation on mingw. Fixes #446972.
8260
8261 2007-06-12  Wim Taymans  <wim@fluendo.com>
8262
8263         Patches by: Thiago Sousa Santos <thiagossantos at gmail dot com>
8264
8265         * gst/playback/gstqueue2.c: (update_buffering),
8266         (gst_queue_locked_enqueue):
8267         Fix a division by zero when the max percent is <= 0. Fixes #446572.
8268         also update the buffering status when receiving events. Fixes #446551.
8269
8270 2007-06-11  Wim Taymans  <wim@fluendo.com>
8271
8272         Based on patch by: Thiago Sousa Santos <thiagossantos at gmail dot com>
8273
8274         * gst/playback/gstqueue2.c: (gst_queue_peer_query),
8275         (gst_queue_handle_src_query):
8276         Wait for preroll before attempting to forward a duration query upstream.
8277         Fixes #445505.
8278
8279 2007-06-07  Sebastien Moutte  <sebastien@moutte.net>
8280
8281         * gst-libs/gst/rtp/gstbasertpdepayload.c: 
8282         (gst_base_rtp_depayload_set_gst_timestamp):
8283         Use G_GINT64_CONSTANT macro for int64 constant.
8284         * win32/common/libgstinterfaces.def:
8285         * win32/common/libgsttag.def:
8286         Add new exported functions.
8287
8288 2007-06-07  Tim-Philipp Müller  <tim at centricular dot net>
8289
8290         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers):
8291           The BOS page of the first Dirac video stream needs to come before
8292           the BOS page of any Vorbis streams or other audio streams, just like
8293           it is with Theora.
8294
8295 2007-06-07  Wim Taymans  <wim@fluendo.com>
8296
8297         * gst/playback/gstqueue2.c: (gst_queue_get_range):
8298         Fix compilation.
8299
8300 2007-06-06  Wim Taymans  <wim@fluendo.com>
8301
8302         Patch by: Thiago Sousa Santos <thiagossantos at gmail dot com>
8303
8304         * gst/playback/gstqueue2.c: (gst_queue_init),
8305         (gst_queue_handle_sink_event), (gst_queue_chain),
8306         (gst_queue_get_range), (gst_queue_src_checkgetrange_function),
8307         (gst_queue_sink_activate_push), (gst_queue_src_activate_push),
8308         (gst_queue_src_activate_pull):
8309         Add pull based scheduling and fix some deadlocks. Fixes #444523.
8310         Does not yet completely work because duration queries upstream won't
8311         block yet.
8312
8313 2007-06-06  Wim Taymans  <wim@fluendo.com>
8314
8315         * configure.ac:
8316         * gst/playback/gstqueue2.c: (gst_queue_create_read):
8317         Some more fseeko checks.
8318
8319 2007-06-06  Wim Taymans  <wim@fluendo.com>
8320
8321         * configure.ac:
8322         check for large file support.
8323
8324 2007-06-05  Sebastian Dröge  <slomo@circular-chaos.org>
8325
8326         Based on a patch by Sven Arvidsson <sa at whiz dot se>:
8327
8328         * gst/subparse/gstsubparse.c: (parse_subrip),
8329         (subviewer_unescape_newlines), (parse_subviewer),
8330         (gst_sub_parse_data_format_autodetect),
8331         (gst_sub_parse_format_autodetect), (gst_subparse_type_find):
8332         * gst/subparse/gstsubparse.h:
8333         Add support for SubViewer version 1 and 2 subtitles. Fixes #394061.
8334         * tests/check/elements/subparse.c: (GST_START_TEST),
8335         (subparse_suite):
8336         Add a unit test for both SubViewer formats.
8337
8338 2007-06-01  Michael Smith <msmith@fluendo.com>
8339
8340         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_do_seek):
8341           Don't overflow intermediate values when seeking to large time values
8342           in audiotestsrc.
8343
8344 2007-06-05  Wim Taymans  <wim@fluendo.com>
8345
8346         * gst/playback/gstqueue2.c: (gst_queue_have_data),
8347         (gst_queue_create_read), (gst_queue_read_item_from_file),
8348         (gst_queue_open_temp_location_file), (gst_queue_locked_enqueue):
8349         Include stdio to define fseeko.
8350
8351 2007-06-05  Wim Taymans  <wim@fluendo.com>
8352
8353         Patch by: Edward Hervey  <edward@fluendo.com>
8354
8355         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
8356         (gst_v4lsrc_query):
8357         Make v4lsrc output segments in GST_FORMAT_TIME. Fixes #442553.
8358
8359 2007-06-05  Tim-Philipp Müller  <tim at centricular dot net>
8360
8361         * gst-libs/gst/riff/Makefile.am:
8362         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_info):
8363           Use gst_tag_utf8_from_freeform_string() from libgsttag instead of
8364           our own implementation.
8365
8366 2007-06-05  Wim Taymans  <wim@fluendo.com>
8367
8368         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8369         (gst_base_rtp_depayload_setcaps),
8370         (gst_base_rtp_depayload_set_gst_timestamp),
8371         (gst_base_rtp_depayload_change_state):
8372         Handle timestamp wraparound.
8373
8374 2007-06-05  Wim Taymans  <wim@fluendo.com>
8375
8376         * gst/playback/gsturidecodebin.c: (no_more_pads_full),
8377         (new_decoded_pad), (remove_pads), (make_decoder), (setup_source),
8378         (gst_uri_decode_bin_change_state):
8379         Make sure we name srcpads uniquely even when using different internal
8380         decodebins.
8381         Signal no-more-pads when no more dynamic elements exist.
8382         Remove pads on cleanup.
8383
8384 2007-06-05  Wim Taymans  <wim@fluendo.com>
8385
8386         Based on patch by: Thiago Sousa Santos <thiagossantos at gmail dot com>
8387
8388         * gst/playback/gstqueue2.c: (gst_queue_class_init),
8389         (gst_queue_init), (gst_queue_finalize),
8390         (gst_queue_write_buffer_to_file), (gst_queue_have_data),
8391         (gst_queue_create_read), (gst_queue_read_item_from_file),
8392         (gst_queue_open_temp_location_file),
8393         (gst_queue_close_temp_location_file), (gst_queue_locked_flush),
8394         (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
8395         (gst_queue_is_empty), (gst_queue_is_filled),
8396         (gst_queue_change_state), (gst_queue_set_temp_location),
8397         (gst_queue_set_property):
8398         Add support for filebased buffering. Fixes #441264.
8399
8400 2007-06-05  Wim Taymans  <wim@fluendo.com>
8401
8402         * gst/playback/gstdecodebin2.c: (gst_decode_bin_factory_filter),
8403         (analyze_new_pad), (connect_pad), (expose_pad), (caps_notify_cb),
8404         (caps_notify_group_cb), (gst_decode_group_new),
8405         (gst_decode_group_free):
8406         Add support for delayed caps fixation when autoplugging.
8407         Optimize cases where a multiqueue is not needed/wanted, like right after
8408         anything that is not a demuxer.
8409
8410 2007-06-05  Wim Taymans  <wim@fluendo.com>
8411
8412         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fisbone),
8413         (gst_ogg_pad_submit_packet), (gst_ogg_demux_perform_seek),
8414         (gst_ogg_demux_read_chain), (gst_ogg_demux_collect_chain_info):
8415         consideratly speedup ogg chain detection by not trying to find a base
8416         timestamp for skeleton streams. 
8417
8418 2007-06-05  Wim Taymans  <wim@fluendo.com>
8419
8420         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
8421         (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_add_full),
8422         (gst_multi_fd_sink_remove_flush),
8423         (gst_multi_fd_sink_remove_client_link),
8424         (gst_multi_fd_sink_handle_client_write),
8425         (gst_multi_fd_sink_handle_clients):
8426         * gst/tcp/gstmultifdsink.h:
8427         Add support for remove_flush.
8428
8429 2007-06-05  Wim Taymans  <wim@fluendo.com>
8430
8431         * docs/design/draft-keyframe-force.txt:
8432         * ext/theora/theoraenc.c: (theora_enc_sink_event),
8433         (theora_enc_chain):
8434         Add draft design for forcing keyframes in encoders and implement in
8435         theoraenc.
8436
8437 2007-06-05  Jan Schmidt  <thaytan@mad.scientist.com>
8438
8439         * configure.ac:
8440           Back to CVS
8441
8442 === release 0.10.13 ===
8443
8444 2007-06-05  Jan Schmidt <thaytan@mad.scientist.com>
8445
8446         * configure.ac:
8447           releasing 0.10.13, "What's Going on?"
8448
8449 2007-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
8450
8451         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8452         In riff, the depth is stored in the size field but it just means that
8453         the least significant bits are cleared. We can therefore just play
8454         the sample as if it had a depth == width. Fixes: #440997
8455
8456         Patch by: Wim Taymans <wim@fluendo.com> 
8457         Patch by: Sebastian Dröge  <slomo@circular-chaos.org>
8458
8459 2007-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
8460
8461         * gst-libs/gst/floatcast/floatcast.h:
8462         Define inline when needed on win32 builds. Fixes: #441295
8463         Patch by: Sebastien Moutte  <sebastien@moutte.net>
8464
8465 2007-05-29  Wim Taymans  <wim@fluendo.com>
8466
8467         * gst/playback/gstplaybasebin.c: (queue_overrun),
8468         (no_more_pads_full):
8469         Stop buffering when the group is commited because the queues filled up.
8470         Fixes #442024.
8471
8472 2007-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
8473
8474         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_ensure_track_list),
8475         (gst_alsa_mixer_free), (gst_alsa_mixer_update),
8476         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
8477         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
8478         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
8479         * ext/alsa/gstalsamixer.h:
8480         * ext/alsa/gstalsamixerelement.c:
8481         (gst_alsa_mixer_element_interface_supported),
8482         (gst_alsa_mixer_element_finalize), (gst_alsa_mixer_element_init),
8483         (gst_alsa_mixer_element_set_property),
8484         (gst_alsa_mixer_element_get_property),
8485         (gst_alsa_mixer_element_change_state):
8486         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_update):
8487         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_volume_changed),
8488         (gst_mixer_option_changed):
8489         * gst-libs/gst/interfaces/mixer.h:
8490         Revert commits towards #152864 made so far. We'll pick it up again
8491         after the 0.10.13 release.
8492
8493 2007-05-24  Wim Taymans  <wim@fluendo.com>
8494
8495         * gst-libs/gst/audio/gstbaseaudiosink.c:
8496         (gst_base_audio_sink_render):
8497         After an interrupt (PAUSED/flush) assume that the next sample should not
8498         be aligned to the previous sample. Fixes #417992.
8499
8500 2007-05-24  Tim-Philipp Müller  <tim at centricular dot net>
8501
8502         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8503           Don't add channels and rate fields to the template caps for
8504           audio/x-dts, as wavparse might not always be able to set them,
8505           which would then lead to 'caps are not a real subset of the
8506           template caps' warnings.
8507
8508 2007-05-24  Jan Schmidt  <thaytan@mad.scientist.com>
8509
8510         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
8511         Handle unknown or invalid pads without crashing, as might occur if
8512         a media file like an mp3 is specified as a subtitle file.
8513         Fixes: #410039
8514
8515 2007-05-24  Jan Schmidt  <thaytan@mad.scientist.com>
8516
8517         * gst/playback/gstplaybin.c: (add_sink), (dummy_blocked_cb),
8518         (setup_sinks):
8519         Block the subtitle bin output queue before ghosting it and linking,
8520         then unblock after. This avoids spurious not-linked errors caused 
8521         by the queue starting up (because it gets linked when it is ghosted). 
8522         Fixes: #350299
8523
8524 2007-05-23  Jan Schmidt  <thaytan@mad.scientist.com>
8525
8526         * tests/check/elements/playbin.c: (test_suburi_error_unknowntype):
8527         Use /dev/zero instead of /dev/urandom to produce an invalid subtitle
8528         file. Avoids flukes where the input gets typefound to some valid but
8529         useless type.
8530
8531 2007-05-22  Tim-Philipp Müller  <tim at centricular dot net>
8532
8533         * tests/check/Makefile.am:
8534         * tests/check/elements/.cvsignore:
8535         * tests/check/elements/gnomevfssink.c: (setup_gnomevfssink),
8536         (cleanup_gnomevfssink), (GST_START_TEST), (gnomevfssink_suite):
8537           Add unit test for gnomevfssink seeking and position reporting for
8538           file:// URIs.
8539
8540 2007-05-22  Tim-Philipp Müller  <tim at centricular dot net>
8541
8542         Patch by: Mark Nauwelaerts <manauw at skynet be>
8543
8544         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_init),
8545         (gst_gnome_vfs_sink_open_file), (gst_gnome_vfs_sink_handle_event),
8546         (gst_gnome_vfs_sink_query), (gst_gnome_vfs_sink_render):
8547         * ext/gnomevfs/gstgnomevfssink.h:
8548           Fix position reporting, especially after a seek (from upstream),
8549           see #412648.
8550
8551 2007-05-22  Tim-Philipp Müller  <tim at centricular dot net>
8552
8553         * ext/cdparanoia/gstcdparanoiasrc.c:
8554           Repair umlaut.
8555
8556 2007-05-22  Jan Schmidt  <thaytan@mad.scientist.com>
8557
8558         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8559         Specify the full valid range for MP3 samplerates. Fixes a regression
8560         caused by extra header checks since the last release.
8561
8562 2007-05-21  Jan Schmidt  <thaytan@mad.scientist.com>
8563
8564         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
8565         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
8566         Fix a locking-order bug I introduced with my changes the other day.
8567         Patch by Mike Smith.
8568
8569 2007-05-21  Michael Smith <msmith@fluendo.com>
8570
8571         * ext/theora/theoradec.c: (theora_handle_data_packet):
8572           Don't look inside 0-length packets (which indicate duplicated
8573           frames)
8574
8575 2007-05-21  Wim Taymans  <wim@fluendo.com>
8576
8577         * ext/cdparanoia/gstcdparanoiasrc.c:
8578         (gst_cd_paranoia_src_read_sector):
8579         * gst-libs/gst/audio/gstbaseaudiosrc.c:
8580         (gst_base_audio_src_create):
8581         Small cleanups.
8582
8583         * ext/theora/theoradec.c: (theora_dec_sink_event):
8584         Fix typo.
8585
8586         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8587         (gst_base_rtp_depayload_set_gst_timestamp):
8588         Add some FIXME
8589
8590         * gst/playback/gstdecodebin.c: (queue_underrun_cb):
8591         And some debug info when a FIXME path is hit.
8592
8593 2007-05-21  Wim Taymans  <wim@fluendo.com>
8594
8595         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
8596         (gst_base_rtp_audio_payload_class_init),
8597         (gst_base_rtp_audio_payload_init),
8598         (gst_base_rtp_audio_payload_finalize),
8599         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
8600         (gst_base_rtp_audio_payload_handle_sample_based_buffer),
8601         (gst_base_rtp_payload_audio_handle_event):
8602         Some cleanups, remove minptime property as it is now in the parent
8603         class.
8604         Override parent class event function.
8605
8606         * gst-libs/gst/rtp/gstbasertppayload.c:
8607         (gst_basertppayload_class_init), (gst_basertppayload_init),
8608         (gst_basertppayload_event), (gst_basertppayload_set_property),
8609         (gst_basertppayload_get_property):
8610         * gst-libs/gst/rtp/gstbasertppayload.h:
8611         Add min-ptime property.
8612         Add handle-event vmethod. Fixes #415001.
8613
8614 2007-05-18  Stefan Kost  <ensonic@users.sf.net>
8615
8616         * gst-libs/gst/audio/gstbaseaudiosink.c
8617           (gst_base_audio_sink_change_state):
8618           Fix typo in comment.
8619
8620         * gst/playback/gstdecodebin.c (gst_decode_bin_class_init,
8621           free_dynamics, pad_probe, close_pad_link, try_to_link_1,
8622           get_our_ghost_pad, remove_element_chain, queue_underrun_cb,
8623           close_link):
8624         * gst/playback/gstplaybin.c (gst_play_bin_set_property,
8625           gen_audio_element, remove_sinks, gst_play_bin_send_event_to_sink):
8626           Remove trailing whitespaces in comments.
8627
8628         * gst/volume/Makefile.am:
8629           Fix tabs.
8630
8631 2007-05-18  Stefan Kost  <ensonic@users.sf.net>
8632
8633         patch by: Marc-Andre Lureau <marcandre.lureau@gmail.com>
8634
8635         * gst-libs/gst/interfaces/mixer.h (mixer_type, option_changed,
8636           set_option, get_option, _gst_reserved):
8637           Revert reordering functions (keep ABI).
8638
8639 2007-05-17  Jan Schmidt  <thaytan@mad.scientist.com>
8640
8641         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
8642         (gst_ximagesink_xwindow_new), (gst_ximagesink_handle_xevents),
8643         (gst_ximagesink_show_frame):
8644         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
8645         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_handle_xevents),
8646         (gst_xvimagesink_show_frame):
8647         When we create our own window, indicate that we handle the 
8648         WM_DELETE client message from the window manager, so that it won't 
8649         kill our window (and our app) along with it. Handle ClientMessage,
8650         post an error on the bus, and close the window. Further buffers
8651         arriving will result in a FlowError because the window has been
8652         destroyed.
8653
8654         Fixes: #393975
8655
8656         Clean up the X event handling loop and make them the same for
8657         both xvimagesink and ximagesink while I'm at it.
8658
8659 2007-05-17  Wim Taymans  <wim@fluendo.com>
8660
8661         * gst/playback/gstdecodebin2.c: (gst_decode_bin_factory_filter):
8662         Make decodebin2 autoplug depayloaders too.
8663
8664         * gst/playback/gsturidecodebin.c: (source_new_pad):
8665         Set the newly created decoder in a usable state when autoplugging a
8666         dynamic source such as RTSP.
8667
8668 2007-05-17  Tim-Philipp Müller  <tim at centricular dot net>
8669
8670         * gst/playback/gststreaminfo.c: (cb_probe):
8671           Ignore video-codec tag for audio streams and ignore audio-codec tags
8672           for video streams. Should make codec name collection a bit more
8673           robust against sloppy demuxers that send tag events containing both
8674           tags down each pad.
8675
8676 2007-05-17  Wim Taymans  <wim@fluendo.com>
8677
8678         * gst/playback/gstqueue2.c: (update_rates):
8679         Tweak the buffering thresholds a little.
8680         Update the buffer size with the previously calculate rate instead of
8681         only when we calculate a new rate so that we get smoother buffering
8682         updates.
8683
8684         * gst/playback/Makefile.am:
8685         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_base_init),
8686         (gst_uri_decode_bin_class_init), (gst_uri_decode_bin_init),
8687         (gst_uri_decode_bin_finalize), (gst_uri_decode_bin_set_property),
8688         (gst_uri_decode_bin_get_property), (unknown_type),
8689         (add_element_stream), (no_more_pads_full), (no_more_pads),
8690         (source_no_more_pads), (new_decoded_pad), (array_has_value),
8691         (gen_source_element), (has_all_raw_caps), (analyse_source),
8692         (remove_decoders), (make_decoder), (remove_source),
8693         (source_new_pad), (setup_source), (decoder_query_init),
8694         (decoder_query_duration_fold), (decoder_query_duration_done),
8695         (decoder_query_position_fold), (decoder_query_position_done),
8696         (decoder_query_latency_fold), (decoder_query_latency_done),
8697         (decoder_query_seeking_fold), (decoder_query_seeking_done),
8698         (decoder_query_generic_fold), (gst_uri_decode_bin_query),
8699         (gst_uri_decode_bin_change_state), (plugin_init):
8700         New element that intergrates a source, optional buffering element and
8701         decodebin.
8702
8703 2007-05-17  Tim-Philipp Müller  <tim at centricular dot net>
8704
8705         * configure.ac:
8706           Bump libtheora requirement to 1.0alpha5 for the pixformat check
8707           (also has a .pc file, so we don't need the fallback check any
8708           longer). Fixes #438840.
8709
8710 2007-05-17  Wim Taymans  <wim@fluendo.com>
8711
8712         * gst/playback/gstqueue2.c: (gst_queue_get_type),
8713         (gst_queue_class_init), (gst_queue_finalize), (update_time_level),
8714         (apply_segment), (apply_buffer), (update_buffering),
8715         (reset_rate_timer), (update_rates), (gst_queue_locked_flush),
8716         (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
8717         (gst_queue_handle_sink_event), (gst_queue_is_filled),
8718         (gst_queue_chain), (gst_queue_push_one), (gst_queue_loop),
8719         (plugin_init):
8720         fix build.
8721
8722 2007-05-17  Wim Taymans  <wim@fluendo.com>
8723
8724         * gst/playback/Makefile.am:
8725         * gst/playback/gstqueue2.c: (gst_queue_get_type),
8726         (gst_queue_class_init), (gst_queue_init), (gst_queue_finalize),
8727         (gst_queue_getcaps), (gst_queue_bufferalloc),
8728         (gst_queue_acceptcaps), (update_time_level), (apply_segment),
8729         (apply_buffer), (update_buffering), (reset_rate_timer),
8730         (update_rates), (gst_queue_locked_flush),
8731         (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
8732         (gst_queue_handle_sink_event), (gst_queue_is_empty),
8733         (gst_queue_is_filled), (gst_queue_chain), (gst_queue_push_one),
8734         (gst_queue_loop), (gst_queue_handle_src_event),
8735         (gst_queue_handle_src_query), (gst_queue_sink_activate_push),
8736         (gst_queue_src_activate_push), (gst_queue_change_state),
8737         (gst_queue_set_property), (gst_queue_get_property), (plugin_init):
8738         On our way to playbin2 this is the new network queue that does buffering
8739         all by itself using high and low watermarks. It can also measure up and
8740         downstream bandwidth to optimally size the queue.
8741
8742 2007-05-17  Michael Smith <msmith@fluendo.com>
8743
8744         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_do_seek):
8745         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_do_seek):
8746           Use the segment->last_stop value to calculate the next timestamp to
8747           generate after a seek; not the segment->start value.
8748
8749 2007-05-15  David Schleef  <ds@schleef.org>
8750
8751         * docs/Makefile.am: Install docs even when --disable-gtk-doc
8752           is disabled.  This matches the behavior of gtk+.  Fixes #349099.
8753
8754 2007-05-15  Wim Taymans  <wim@fluendo.com>
8755
8756         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
8757         (gst_ogg_demux_perform_seek), (gst_ogg_demux_handle_page):
8758         Some more chained streaming ogg timestamp fixes.
8759
8760 2007-05-15  Wim Taymans  <wim@fluendo.com>
8761
8762         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
8763         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
8764         (gst_ogg_demux_handle_page):
8765         Add some FIXMEs.
8766         Fix chain start/stop segment handling based on patch by
8767         <ahalda at cs dot mcgill dot ca> see #320984.
8768
8769 2007-05-15  Michael Smith <msmith@fluendo.com>
8770
8771         * configure.ac:
8772           We don't require a C++ compiler. So don't require one.
8773
8774 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
8775
8776         * ext/alsa/gstalsamixer.c (source, n_poll_fds, poll_fds,
8777           gst_alsa_mixer_check, gst_alsa_mixer_dispatch,
8778           gst_alsa_mixer_finalize, gst_alsa_mixer_handle_source_callback,
8779           gst_alsa_mixer_handle_callback, gst_alsa_mixer_elem_handle_callback,
8780           gst_alsa_mixer_ensure_track_list, gst_alsa_mixer_update_option,
8781           gst_alsa_mixer_update_track):
8782           Apply some of the cleanup Tim suggested in #152864 afterwards.
8783
8784 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
8785
8786         patch by: Marc-Andre Lureau <marcandre.lureau@gmail.com>
8787
8788         * ext/alsa/gstalsamixer.c (main_context, GstAlsaMixerWatch,
8789           _GstAlsaMixerWatch, source, n_poll_fds, poll_fds,
8790           gst_alsa_mixer_watch_funcs, gst_alsa_mixer_prepare,
8791           gst_alsa_mixer_check, gst_alsa_mixer_dispatch,
8792           gst_alsa_mixer_finalize, gst_alsa_mixer_find_master_mixer,
8793           gst_alsa_mixer_handle_source_callback,
8794           gst_alsa_mixer_handle_callback, gst_alsa_mixer_elem_handle_callback,
8795           gst_alsa_mixer_ensure_track_list, gst_alsa_mixer_free,
8796           gst_alsa_mixer_get_volume, gst_alsa_mixer_set_volume,
8797           gst_alsa_mixer_set_mute, gst_alsa_mixer_set_record,
8798           gst_alsa_mixer_get_option, gst_alsa_mixer_update_option,
8799           gst_alsa_mixer_update_track, _gst_alsa_mixer_set_interface):
8800         * ext/alsa/gstalsamixer.h (handle_source, interface, dir):
8801         * ext/alsa/gstalsamixerelement.c (gst_alsa_mixer_element_details,
8802           gst_alsa_mixer_element_interface_supported,
8803           gst_alsa_mixer_element_finalize, gst_alsa_mixer_element_init,
8804           gst_alsa_mixer_element_set_property,
8805           gst_alsa_mixer_element_get_property,
8806           gst_alsa_mixer_element_change_state):
8807         * ext/alsa/gstalsamixertrack.c (gst_alsa_mixer_track_update):
8808         * gst-libs/gst/interfaces/mixer.c (gst_mixer_volume_changed,
8809           gst_mixer_option_changed):
8810         * gst-libs/gst/interfaces/mixer.h (set_option, get_option,
8811           volume_changed, option_changed, _gst_reserved):
8812           Implement notification for alsamixer. Fixes #152864
8813
8814 2007-05-14  David Schleef  <ds@schleef.org>
8815
8816         * gst/videotestsrc/videotestsrc.c:
8817         * gst/videotestsrc/videotestsrc.h:
8818           Add support for video/x-raw-bayer.
8819
8820 2007-05-12  David Schleef  <ds@schleef.org>
8821
8822         * sys/xvimage/xvimagesink.c:
8823           Add some sanity checking for the XVImage size returned by X.
8824           Related to #377400.
8825
8826 2007-05-12  Wim Taymans  <wim@fluendo.com>
8827
8828         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8829         (gst_base_rtp_depayload_setcaps),
8830         (gst_base_rtp_depayload_set_gst_timestamp):
8831         Parse and use additional caps fields as described in updated
8832         application/x-rtp caps spec.
8833
8834 2007-05-12  Wim Taymans  <wim@fluendo.com>
8835
8836         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
8837         (gst_ogg_demux_collect_chain_info):
8838         If there is a stream in a chain without any data packets, ignore the
8839         stream in the total length calculations. Might be related to #436820.
8840
8841 2007-05-11  Jan Schmidt  <thaytan@mad.scientist.com>
8842
8843         * gst/typefind/gsttypefindfunctions.c: (mpeg_sys_is_valid_pack),
8844         (mpeg_sys_is_valid_pes), (mpeg_sys_is_valid_sys),
8845         (mpeg_sys_type_find), (mpeg_ts_type_find), (mpeg4_video_type_find),
8846         (mpeg_video_type_find), (mpeg_video_stream_type_find),
8847         (plugin_init):
8848
8849         Consolidate and re-work our mpeg system stream detection to probe
8850         more packets and produce a higher confidence result. Fixes a
8851         regression caused by lowering the typefind probability last year
8852         - related to bug #397810. Remove the redundant MPEG-1 specific 
8853         typefind function, as the new one detects both MPEG-1 & MPEG-2
8854         happily.
8855
8856         Also cleanup the MPEG elementary and MPEG-TS detection functions a
8857         little. 
8858
8859         Tested against my media test directory, with some improvements and
8860         no regressions.
8861
8862 2007-05-10  Wim Taymans  <wim@fluendo.com>
8863
8864         * gst/playback/gstplaybasebin.c: (fill_buffer), (check_queue),
8865         (queue_out_of_data):
8866         Connect to the new queue "pushing" signal instead of the broken
8867         "running" one.
8868
8869 2007-05-09  Sebastien Moutte  <sebastien@moutte.net>
8870
8871         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
8872         (gst_base_rtp_audio_payload_handle_frame_based_buffer):
8873         Move variable declaration before the first instruction.
8874         * gst/videotestsrc/videotestsrc.c:
8875         Define M_PI if it's not defined yet.
8876         * win32/common/libgstrtp.def:
8877         Add new exported functions.
8878
8879 2007-05-09  Michael Smith <msmith@fluendo.com>
8880
8881         * ext/theora/theoradec.c: (theora_handle_type_packet):
8882           gst_pad_push_event() does not return a GstFlowReturn!
8883
8884 2007-05-09  Wim Taymans  <wim@fluendo.com>
8885
8886         * tests/examples/seek/scrubby.c: (stop_cb), (main):
8887         * tests/examples/seek/seek.c: (do_seek):
8888         Some small cosmetic changes.
8889
8890 2007-05-08  Stefan Kost  <ensonic@users.sf.net>
8891
8892         * gst/adder/gstadder.c (gst_adder_src_event, gst_adder_collected,
8893           gst_adder_change_state):
8894         * gst/adder/gstadder.h (bps, offset, collect_event, segment,
8895           segment_pending, segment_position, segment_rate):
8896           Handle playback-rate on adder.
8897
8898 2007-05-07  Michael Smith <msmith@fluendo.com>
8899
8900         * ext/theora/gsttheoradec.h:
8901         * ext/theora/theoradec.c: (gst_theora_dec_reset),
8902         (theora_dec_sink_event), (theora_handle_comment_packet),
8903         (theora_handle_type_packet), (theora_dec_change_state):
8904           Don't push events (newsegment, tags) before initialising the
8905           decoder.
8906           This is neccesary for seeking to work correctly in gnonlin.
8907
8908 2007-05-04  Stefan Kost  <ensonic@users.sf.net>
8909
8910         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
8911         * gst/adder/gstadder.c:
8912         * gst/audiotestsrc/gstaudiotestsrc.c
8913           (gst_audio_test_src_create_white_noise):
8914         * gst/videotestsrc/gstvideotestsrc.c:
8915         * gst/volume/gstvolume.c (VOLUME_UNITY_INT16,
8916           VOLUME_UNITY_INT16_BIT_SHIFT, VOLUME_MAX_DOUBLE,
8917           volume_sink_template, volume_src_template, gst_volume_init,
8918           volume_process_double, volume_process_int16,
8919           volume_process_int16_clamp):
8920           Doc fixes and formatting.
8921
8922 2007-05-04  Tim-Philipp Müller  <tim at centricular dot net>
8923
8924         * tests/check/Makefile.am:
8925         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
8926           Minimal check for volume's GstController usability; also another
8927           test for #422295.
8928
8929 2007-05-04  Tim-Philipp Müller  <tim at centricular dot net>
8930
8931         * gst-libs/gst/cdda/gstcddabasesrc.c:
8932         (gst_cdda_base_src_add_track):
8933           Fix it so that it (a) makes sense and (b) doesn't break
8934           everything cdda-related including the unit test.
8935
8936 2007-05-04  Stefan Kost  <ensonic@users.sf.net>
8937
8938         * gst-libs/gst/cdda/gstcddabasesrc.c:
8939         (gst_cdda_base_src_add_track):
8940           Fix build when disabling asserts.
8941
8942 2007-05-03  Tim-Philipp Müller  <tim at centricular dot net>
8943
8944         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
8945           When XShm is not available, we might get row strides that are not
8946           rounded up to multiples of four; this is bad, because virtually
8947           every RGB-processing element in GStreamer assumes rowstrides are
8948           rounded up to multiples of four, so let's allocate at least enough
8949           memory to avoid crashes in this case. The image will still be
8950           displayed distorted though if this happens, so that still needs
8951           fixing (maybe by allocating a bigger image with an 'even' width
8952           and then clipping it appropriately when rendering - something for
8953           Xlib aficionados in any case).
8954
8955 2007-05-03  Michael Smith <msmith@fluendo.com>
8956
8957         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
8958           If a buffer doesn't have a timestamp, assume it's contiguous with
8959           the previous buffer, and synthesise timestamps appropriately.
8960
8961 2007-05-03  Edward Hervey  <edward@fluendo.com>
8962
8963         * tests/check/elements/videorate.c: (GST_START_TEST):
8964         Set buffer timestamp to a valid value in order to test the buffer
8965         really does stay in videorate.
8966
8967 2007-05-03  Edward Hervey  <edward@fluendo.com>
8968
8969         * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
8970         There is no sensible way to handle incoming buffers which don't have a
8971         valid timestamp. We therefore discard them and wait for the next one.
8972
8973 2007-05-01  Tim-Philipp Müller  <tim at centricular dot net>
8974
8975         * gst/playback/gstdecodebin.c: (type_found), (plugin_init):
8976         * gst/playback/gstdecodebin2.c: (plugin_init):
8977           Better error message for text files.
8978
8979 2007-04-29  Wim Taymans  <wim@fluendo.com>
8980
8981         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_packet_add_rb):
8982         Fix offset bug in generation RR packets.
8983
8984 2007-04-27  Julien MOUTTE  <julien@moutte.net>
8985
8986         * ext/theora/theoradec.c: (_theora_granule_time),
8987         (theora_dec_push_forward), (theora_handle_data_packet),
8988         (theora_dec_decode_buffer): Calculate buffer duration correctly
8989         to generate a perfect stream (#433888).
8990         * gst/audioresample/gstaudioresample.c:
8991         (audioresample_check_discont): Glib provides ABS.
8992
8993 2007-04-27  Wim Taymans  <wim@fluendo.com>
8994
8995         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_packet_get_rb),
8996         (gst_rtcp_packet_add_rb), (gst_rtcp_packet_sdes_add_item),
8997         (gst_rtcp_packet_sdes_add_entry), (gst_rtcp_packet_bye_add_ssrc),
8998         (gst_rtcp_packet_bye_add_ssrcs), (get_reason_offset),
8999         (gst_rtcp_packet_bye_set_reason):
9000         * gst-libs/gst/rtp/gstrtcpbuffer.h:
9001         Fix RB block parsing and writing.
9002         Add support for constructing BYE packets.
9003
9004 2007-04-25  Tim-Philipp Müller  <tim at centricular dot net>
9005
9006         * gst-libs/gst/audio/gstbaseaudiosrc.c: (_do_init),
9007         (gst_base_audio_src_create):
9008         * po/POTFILES.in:
9009           When posting a warning message because samples were dropped, post
9010           something more intelligible than he default error message for clock
9011           errors which is just confusing in this context (#432984).
9012
9013 2007-04-25  Wim Taymans  <wim@fluendo.com>
9014
9015         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_buffer_new),
9016         (gst_rtcp_buffer_end), (gst_rtcp_buffer_get_packet_count),
9017         (read_packet_header), (gst_rtcp_packet_move_to_next),
9018         (gst_rtcp_buffer_add_packet), (gst_rtcp_packet_sr_set_sender_info),
9019         (gst_rtcp_packet_rr_set_ssrc), (gst_rtcp_packet_add_rb),
9020         (gst_rtcp_packet_sdes_get_item_count),
9021         (gst_rtcp_packet_sdes_first_item),
9022         (gst_rtcp_packet_sdes_next_item), (gst_rtcp_packet_sdes_get_ssrc),
9023         (gst_rtcp_packet_sdes_first_entry),
9024         (gst_rtcp_packet_sdes_next_entry),
9025         (gst_rtcp_packet_sdes_get_entry), (gst_rtcp_packet_sdes_add_item),
9026         (gst_rtcp_packet_sdes_add_entry):
9027         * gst-libs/gst/rtp/gstrtcpbuffer.h:
9028         Implement code to write SR, RR and SDES packets.
9029
9030 2007-04-24  Tim-Philipp Müller  <tim at centricular dot net>
9031
9032         Patch by: Christian Kirbach <Christian dot Kirbach at googlemail com>
9033
9034         * sys/ximage/ximagesink.c:
9035           Fix build if XShm is not available (#432362).
9036
9037 2007-04-24  Sebastian Dröge  <slomo@circular-chaos.org>
9038
9039         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init):
9040         Initalize the AudioConvertCtx with zeroes, otherwise it will contain
9041         pointers to random memory which are passed to g_free() when
9042         audio_convert_prepare_context() is called the first time.
9043
9044 2007-04-24  Tim-Philipp Müller  <tim at centricular dot net>
9045
9046         Patch by: Dan Williams <dcbw redhat com>
9047
9048         * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
9049           Don't leak incoming buffer if gst_pad_push() returns a
9050           non-OK flow. Fixes #432755.
9051          
9052         * tests/check/elements/videorate.c: (GST_START_TEST),
9053         (videorate_suite):
9054           Unit test for the above by Yours Truly.
9055
9056 2007-04-23  Stefan Kost  <ensonic@users.sf.net>
9057
9058         * gst/adder/gstadder.c: (gst_adder_setcaps), (gst_adder_src_event),
9059         (gst_adder_sink_event), (gst_adder_collected):
9060           Fix non-flushing segmented seeks, Fixes #340060 for me
9061
9062 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
9063
9064         Patch by: Olivier Crete  <tester at tester ca>
9065
9066         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
9067         (gst_base_rtp_audio_payload_class_init),
9068         (gst_base_rtp_audio_payload_init),
9069         (gst_base_rtp_audio_payload_dispose):
9070           Chain up to parent class in dispose function; get rid of
9071           unnecessary 'diposed' flag in private structure (#415001).
9072
9073 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
9074
9075         * docs/libs/gst-plugins-base-libs.types:
9076         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
9077         (gst_base_rtp_audio_payload_class_init):
9078         * gst-libs/gst/rtp/gstbasertpdepayload.c:
9079         * gst-libs/gst/rtp/gstbasertppayload.c:
9080           Some minor docs fixes and additions; also add missing 'Since' bits.
9081
9082 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
9083
9084         Patch by: Zeeshan Ali  <zeenix gmail com>
9085
9086         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
9087         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
9088         (gst_base_rtp_audio_payload_handle_sample_based_buffer),
9089         (gst_base_rtp_audio_payload_push):
9090         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
9091           The recently-added gst_base_rtp_audio_payload_push() should take an
9092           object of type GstBaseRTPAudioPayload as first argument (#431672).
9093
9094 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
9095
9096         * gst/audioresample/gstaudioresample.c:
9097           Make more functions static, just because we can.
9098
9099 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
9100
9101         * tests/check/elements/audioresample.c:
9102           Add unit test for audioresample shutdown crasher (#420106).
9103
9104 2007-04-20  Stefan Kost  <ensonic@users.sf.net>
9105
9106         * gst/subparse/gstsubparse.c:
9107         * gst/subparse/samiparse.c:
9108           Use GST_DISABLE_XML here
9109
9110         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
9111         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_get_xv_support),
9112         (gst_xvimagesink_buffer_alloc),
9113         (gst_xvimagesink_navigation_send_event):
9114         * sys/xvimage/xvimagesink.h:
9115           Include stdlib.h when using atoi.
9116           
9117         * tests/check/elements/playbin.c: (playbin_suite):
9118           Use GST_DISABLE_REGISTRY here
9119
9120 2007-04-19  Michael Smith  <msmith@fluendo.com>
9121
9122         * ext/theora/gsttheoraenc.h:
9123         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
9124         (theora_enc_sink_event), (theora_enc_change_state):
9125           Track initialisation state; don't try to use encoder state if we're
9126           not initialised (it'll segfault).
9127
9128 2007-04-18  Stefan Kost  <ensonic@users.sf.net>
9129
9130         * tests/check/pipelines/.cvsignore:
9131         Fix build.
9132
9133 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
9134
9135         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9136         Allow random depths between 1 and 32 instead of only multiplies of 8.
9137
9138 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
9139
9140         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9141         Set the maximum number of channels for PCM and float in the correct
9142         place to have it also used when creating the template caps.
9143
9144 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
9145
9146         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9147         Correctly support 4, 6 and 8 channels with normal PCM and float
9148         wav files.
9149
9150         Fix the depth and signedness calculation in extensible wav files and
9151         also handle 1, 2, 4, 6, 8 channels here when a file without channel
9152         mask is found.
9153
9154         Add support for float, alaw and mulaw in extensible wav files.
9155
9156         This allows correct playback of all but 5 files from
9157         http://www-mmsp.ece.mcgill.ca/Documents/AudioFormats/WAVE/Samples.html
9158         
9159         (gst_riff_create_audio_template_caps):
9160         Add voxware and float formats to the template caps.     
9161
9162 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
9163
9164         Patch by: Vincent Torri <vtorri at univ-evry dot fr>
9165
9166         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_render_time):
9167         Fix unused variable warning if HAVE_LOCALTIME_R is undefinied
9168
9169         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9170         * gst/audioresample/gstaudioresample.c: (audioresample_do_output):
9171         Use the correct format strings for integer formats.
9172
9173 2007-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
9174
9175         * ext/theora/theoraenc.c (theora_buffer_from_packet, theora_enc_chain):
9176           Don't use pad_alloc_buffer_and_set_caps to create a small header
9177           packet, or, worse, to create a big temporary video buffer using the
9178           src pad.
9179
9180 2007-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
9181
9182         * gst/gdp/gstgdppay.c (gst_gdp_pay_chain):
9183         * tests/check/pipelines/streamheader.c (tag_event_probe_cb,
9184           GST_START_TEST, buffer_probe_cb, GST_START_TEST):
9185           Fix a bug where serialized IN_CAPS buffers needed to be set IN_CAPS.
9186
9187 2007-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
9188
9189         * tests/check/pipelines/streamheader.c (tag_event_probe_cb,
9190           GST_START_TEST, n_in_caps, buffer_probe_cb, GST_START_TEST,
9191           streamheader_suite):
9192           Add another test set up for failure
9193
9194 2007-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
9195
9196         * tests/check/Makefile.am:
9197         * tests/check/pipelines/streamheader.c (n_tags, tag_event_probe_cb,
9198           GST_START_TEST, streamheader_suite, main):
9199           Add a test for the streamheader bug Wim fixed.
9200
9201 2007-04-13  Jan Schmidt  <thaytan@mad.scientist.com>
9202
9203         * ext/theora/theoradec.c: (theora_dec_sink_event):
9204         Fix misleading comment.
9205
9206 2007-04-13  Stefan Kost  <ensonic@users.sf.net>
9207
9208         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9209           More sanity checks for the header fields.
9210
9211 2007-04-12  Tim-Philipp Müller  <tim at centricular dot net>
9212
9213         * gst-libs/gst/tag/tags.c: (gst_tag_freeform_string_to_utf8):
9214           Try encodings from all environment variables, not just those in the
9215           first environment variable that is set.
9216
9217 2007-04-12  Wim Taymans  <wim@fluendo.com>
9218
9219         * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps),
9220         (gst_video_rate_chain):
9221         Add some debug.
9222
9223         * tests/check/elements/videorate.c: (GST_START_TEST),
9224         (videorate_suite):
9225         Added check for videorate changing caps handling. Closes #421834.
9226
9227 2007-04-12  Michael Smith  <msmith@fluendo.com>
9228
9229         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
9230           Use scale functions to avoid overflow when calculating duration of 
9231           vorbis buffers.
9232
9233 2007-04-12  Tim-Philipp Müller  <tim at centricular dot net>
9234
9235         * docs/libs/gst-plugins-base-libs-sections.txt:
9236         * gst-libs/gst/tag/tag.h:
9237         * gst-libs/gst/tag/tags.c: (gst_tag_freeform_string_to_utf8):
9238           API: add gst_tag_freeform_string_to_utf8() (#405072).
9239
9240         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_extract_id3v1_string):
9241           Use gst_tag_freeform_string_to_utf8() here.
9242
9243 2007-04-12  Wim Taymans  <wim@fluendo.com>
9244
9245         * gst/gdp/gstgdppay.c: (gst_gdp_pay_chain),
9246         (gst_gdp_pay_sink_event):
9247         Make sure we set the IN_CAPS flag correctly.
9248
9249         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
9250         Get the IN_CAPS flag before we call functions that mess with the flags.
9251
9252 2007-04-10  Thomas Vander Stichele  <thomas at apestaart dot org>
9253
9254         * gst/gdp/gstgdppay.c (gst_gdp_pay_reset_streamheader,
9255           gst_gdp_pay_chain, gst_gdp_pay_sink_event):
9256           Only stamp buffers with offset/offset_end right before they get
9257           pushed.  This ensures offset continuity, which was not the case
9258           before as shown by
9259           gst-launch -v -m audiotestsrc num-buffers=10 ! audioconvert ! vorbisenc ! gdppay ! identity check-imperfect-offset=TRUE ! fakesink silent=TRUE
9260
9261 2007-04-06  Wim Taymans  <wim@fluendo.com>
9262
9263         * gst/playback/gstplaybin.c: (add_sink),
9264         (gst_play_bin_change_state):
9265         Activate sync in playbin, we are ready to handle it for live streams.
9266
9267 2007-04-06  Tim-Philipp Müller  <tim at centricular dot net>
9268
9269         * tests/check/elements/playbin.c:
9270         (test_sink_usage_video_only_stream), (playbin_suite):
9271           Add small test for stream-info-value-array code paths.
9272
9273 2007-04-05  Wim Taymans  <wim@fluendo.com>
9274
9275         * gst-libs/gst/audio/gstbaseaudiosink.c:
9276         (gst_base_audio_sink_skew_slaving):
9277         Don't try to create invalid calibration parameters by making the
9278         internal time go backwards, instead make external time go forward.
9279
9280 2007-04-05  Wim Taymans  <wim@fluendo.com>
9281
9282         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
9283
9284         * gst/playback/gstplaybasebin.c: (add_stream):
9285         Fix leak in add_stream(), when g_value_set_object() increases the
9286         refcount of streaminfo object. Fixes #426250.
9287
9288 2007-04-03  David Schleef  <ds@schleef.org>
9289
9290         * gst/videotestsrc/gstvideotestsrc.c:
9291         * gst/videotestsrc/gstvideotestsrc.h:
9292         * gst/videotestsrc/videotestsrc.c:
9293         * gst/videotestsrc/videotestsrc.h:
9294           Add a test pattern called "circular", which has concentric
9295           rings with varying radial frequency.  The main purpose of this
9296           pattern is to test fidelity loss in a filter or scaler element.
9297           Notably, this pattern is scale invariant, and is optimally viewed
9298           with a width (and height) of 400.
9299
9300 2007-04-03  Wim Taymans  <wim@fluendo.com>
9301
9302         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
9303
9304         * gst/playback/gstdecodebin2.c: (connect_pad), (expose_pad),
9305         (deactivate_free_recursive):
9306         Decodebin2 doesn't unref pads it obtains in some occasions:
9307         - multiqueue src pads, when either connecting further or exposing
9308         - sink pads of new autoplugged elements
9309         - peer pads when recursively freeing elements
9310         Fixes #425455.
9311
9312 2007-03-30  Sebastian Dröge  <slomo@circular-chaos.org>
9313
9314         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9315         Add audio/x-raw-float support, now that audioconvert support
9316         non-native endianness floats.
9317
9318 2007-03-30  Tim-Philipp Müller  <tim at centricular dot net>
9319
9320         * docs/libs/gst-plugins-base-libs-docs.sgml:
9321           gstreamer-plugins-base.pc doesn't exist, it's
9322           gstreamer-plugins-base-0.10.pc.
9323
9324 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
9325
9326         Patch by: René Stadler <mail at renestadler dot de>
9327         with some minor changes
9328
9329         * gst-libs/gst/floatcast/floatcast.h:
9330         Use more efficient float endianness conversion functions that don't
9331         involve 2 function calls per value.
9332         * gst/audioconvert/audioconvert.c: (audio_convert_get_func_index),
9333         (check_default), (audio_convert_prepare_context):
9334         * gst/audioconvert/gstaudioconvert.c:
9335         (gst_audio_convert_parse_caps), (make_lossless_changes):
9336         Support non-native endianness floats as input and output.
9337         Fixes #339838.
9338         * tests/check/elements/audioconvert.c: (verify_convert),
9339         (GST_START_TEST):
9340         Add unit tests for the non-native endianness float conversions.
9341
9342 2007-03-29  Wim Taymans  <wim@fluendo.com>
9343
9344         * gst-libs/gst/rtp/gstbasertpdepayload.c:
9345         (gst_base_rtp_depayload_base_init),
9346         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
9347         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
9348         (gst_base_rtp_depayload_set_gst_timestamp),
9349         (gst_base_rtp_depayload_change_state),
9350         (gst_base_rtp_depayload_set_property),
9351         (gst_base_rtp_depayload_get_property):
9352         * gst-libs/gst/rtp/gstbasertpdepayload.h:
9353         Add Private structure.
9354         Bring element code to 2007.
9355         Parse clock-base caps param and use it when generating the
9356         newsegment.
9357         Reset variables before going to PAUSED.
9358         Fix some docs.
9359
9360 2007-03-29  Wim Taymans  <wim@fluendo.com>
9361
9362         * docs/libs/gst-plugins-base-libs-docs.sgml:
9363         * docs/libs/gst-plugins-base-libs-sections.txt:
9364         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
9365         (gst_base_rtp_audio_payload_get_adapter):
9366         Add RTCP docs.
9367         Fix some more docs.
9368
9369         * gst-libs/gst/rtp/Makefile.am:
9370         * gst-libs/gst/rtp/gstrtcpbuffer.c:
9371         (gst_rtcp_buffer_new_take_data), (gst_rtcp_buffer_new_copy_data),
9372         (gst_rtcp_buffer_validate_data), (gst_rtcp_buffer_validate),
9373         (gst_rtcp_buffer_get_packet_count), (read_packet_header),
9374         (gst_rtcp_buffer_get_first_packet), (gst_rtcp_packet_move_to_next),
9375         (gst_rtcp_buffer_add_packet), (gst_rtcp_packet_remove),
9376         (gst_rtcp_packet_get_padding), (gst_rtcp_packet_get_type),
9377         (gst_rtcp_packet_get_count), (gst_rtcp_packet_get_length),
9378         (gst_rtcp_packet_sr_get_sender_info),
9379         (gst_rtcp_packet_sr_set_sender_info),
9380         (gst_rtcp_packet_rr_get_ssrc), (gst_rtcp_packet_rr_set_ssrc),
9381         (gst_rtcp_packet_get_rb_count), (gst_rtcp_packet_get_rb),
9382         (gst_rtcp_packet_add_rb), (gst_rtcp_packet_set_rb),
9383         (gst_rtcp_packet_sdes_get_chunk_count),
9384         (gst_rtcp_packet_sdes_first_chunk),
9385         (gst_rtcp_packet_sdes_next_chunk), (gst_rtcp_packet_sdes_get_ssrc),
9386         (gst_rtcp_packet_sdes_first_item),
9387         (gst_rtcp_packet_sdes_next_item), (gst_rtcp_packet_sdes_get_item),
9388         (gst_rtcp_packet_bye_get_ssrc_count),
9389         (gst_rtcp_packet_bye_get_nth_ssrc), (gst_rtcp_packet_bye_add_ssrc),
9390         (gst_rtcp_packet_bye_add_ssrcs), (get_reason_offset),
9391         (gst_rtcp_packet_bye_get_reason_len),
9392         (gst_rtcp_packet_bye_get_reason), (gst_rtcp_packet_bye_set_reason):
9393         * gst-libs/gst/rtp/gstrtcpbuffer.h:
9394         Add new helper object for parsing and creating RTCP messages.
9395
9396 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
9397
9398         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9399         PCM samples with width=8 must be always unsigned, no matter what
9400         depth they have.
9401
9402 2007-03-29  Andy Wingo  <wingo@pobox.com>
9403
9404         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev): Make
9405         perfect offsets also, not just timestamps.
9406
9407         * tests/check/elements/videorate.c (test_more): Test that given
9408         any incoming offsets, that videorate produces perfect offsets.
9409
9410 2007-03-29  Wim Taymans  <wim@fluendo.com>
9411
9412         * gst-libs/gst/riff/riff-ids.h:
9413         Add some more RIFF formats.
9414
9415 2007-03-29  Wim Taymans  <wim@fluendo.com>
9416
9417         * gst-libs/gst/rtp/gstrtpbuffer.c:
9418         (gst_rtp_buffer_default_clock_rate):
9419         * gst-libs/gst/rtp/gstrtpbuffer.h:
9420         Fix fixed payload names and docs.
9421         Added method to get the default clock rates of fixed payload types.
9422         API: GstRTPBuffer::gst_rtp_buffer_default_clock_rate()
9423
9424 2007-03-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9425
9426         * tests/check/pipelines/.cvsignore:
9427         Add new vorbisdec test to cvsignore.
9428
9429 2007-03-28  Wim Taymans  <wim@fluendo.com>
9430
9431         * gst-libs/gst/audio/gstbaseaudiosink.c: (slave_method_get_type),
9432         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
9433         (gst_base_audio_sink_query), (gst_base_audio_sink_get_time),
9434         (gst_base_audio_sink_set_property),
9435         (gst_base_audio_sink_get_property), (gst_base_audio_sink_event),
9436         (clock_convert_external), (gst_base_audio_sink_resample_slaving),
9437         (gst_base_audio_sink_skew_slaving),
9438         (gst_base_audio_sink_handle_slaving), (gst_base_audio_sink_render),
9439         (gst_base_audio_sink_async_play):
9440         * gst-libs/gst/audio/gstbaseaudiosink.h:
9441         Store private stuff in GstBaseAudioSinkPrivate.
9442         Add configurable clock slaving modes property.
9443         API:: GstBaseAudioSink::slave-method property
9444         Some more latency reporting tweaks.
9445         Added skew based clock slaving correction and make it the default until
9446         the resampling method is more robust.
9447
9448 2007-03-27  Sebastian Dröge  <slomo@circular-chaos.org>
9449
9450         * gst/audioconvert/audioconvert.c:
9451         Add docs to the integer pack functions and implement proper
9452         rounding. Before we had rounding towards negative infinity, i.e.
9453         always the smaller number was taken. Now we use natural rounding,
9454         i.e. rounding to the nearest integer and to the one with the largest
9455         absolute value for X.5. The old rounding introduced some minor
9456         distortions. Fixes #420079
9457         * tests/check/elements/audioconvert.c: (GST_START_TEST):
9458         Fix one unit test that assumed the old rounding and added unit tests
9459         for checking signed/unsigned int16 <-> signed/unsigned int16 with
9460         depth 8, one for signed int16 <-> unsigned int16 and one for the new
9461         rounding from signed int32 to signed/unsigned int16.
9462
9463 2007-03-27  Michael Smith  <msmith@fluendo.com>
9464
9465         * gst/audioconvert/gstaudioconvert.c: (strip_width_64),
9466         (gst_audio_convert_transform_caps):
9467           Fix typo in debug line introduced recently, as pointed out on irc.
9468
9469 2007-03-27  Tim-Philipp Müller  <tim at centricular dot net>
9470
9471         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
9472         * tests/check/libs/tag.c: (GST_START_TEST):
9473           Make sure we parse floating-point numbers in vorbis comments
9474           correctly with either '.' or ',' as separator, no matter what
9475           the current locale is. Add unit test for this too.
9476
9477 2007-03-26  Tim-Philipp Müller  <tim at centricular dot net>
9478
9479         Patch by: René Stadler  <mail at renestadler de>
9480
9481         * gst-libs/gst/tag/gstvorbistag.c: (gst_tag_to_vorbis_comments):
9482           When writing out floating-point numbers to vorbis comment tags, always
9483           use the same character as separator no matter what the current locale is
9484           (fixes #423051).
9485
9486         * tests/check/libs/tag.c: (GST_START_TEST):
9487           Add unit tests for replaygain tags in vorbis comments (closes #423055).
9488
9489 2007-03-26  Thomas Vander Stichele  <thomas at apestaart dot org>
9490
9491         * ext/vorbis/vorbisdec.c (vorbis_dec_push_forward,
9492           vorbis_handle_data_packet):
9493           Correctly set DURATION to generate a timestamp-continuous stream.
9494           One bug left at the end; see
9495           ihttp://bugzilla.gnome.org/show_bug.cgi?id=423086
9496         * tests/check/Makefile.am:
9497         * tests/check/pipelines/vorbisenc.c (GST_START_TEST):
9498           Add a test to check this.  Without the above patch this test fails.
9499
9500 2007-03-26  Jan Schmidt  <thaytan@mad.scientist.com>
9501
9502         * gst-libs/gst/rtp/Makefile.am:
9503         The base audio payloader uses GstAdapter - we need GST_BASE_LIBS.
9504
9505 2007-03-23  Michael Smith  <msmith@fluendo.com>
9506
9507         * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps),
9508         (gst_video_rate_reset), (gst_video_rate_chain):
9509           If videorate changes caps, we can no longer use the old buffer
9510           (which may have a different size, incompatible with our caps).
9511           So don't do that; just duplicate the new frame more times.
9512
9513 2007-03-22  Jan Schmidt  <thaytan@mad.scientist.com>
9514
9515         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
9516         Remove playbin's override of the set_clock vmethod. It's irrelevant
9517         after Wim's commit on the 19th.
9518
9519 2007-03-22  Wim Taymans  <wim@fluendo.com>
9520
9521         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_get_size),
9522         (gst_gnome_vfs_src_start), (gst_gnome_vfs_src_stop):
9523         * ext/gnomevfs/gstgnomevfssrc.h:
9524         Don't cache file sizes. Fixes #341078.
9525
9526 2007-03-21  Tim-Philipp Müller  <tim at centricular dot net>
9527
9528         * gst/playback/gstplaybin.c: (add_sink):
9529           Use GST_PTR_FORMAT to log caps. 
9530
9531 2007-03-21  Tim-Philipp Müller  <tim at centricular dot net>
9532
9533         Patch by: Young-Ho Cha <ganadist at chollian net>
9534
9535         * gst/subparse/samiparse.c: (handle_start_font):
9536           Special-case some more colour names that pango doesn't handle by
9537           default. Fixes #420578.
9538
9539 2007-03-20  Michael Smith  <msmith@fluendo.com>
9540
9541         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
9542           If we get a zero-sized input buffer, don't pass it to libvorbis, as
9543           that marks EOS internally. After that, libvorbis will buffer all
9544           input data, and encode none of it, eventually leading to memory
9545           exhaustion.
9546
9547 2007-03-19  Wim Taymans  <wim@fluendo.com>
9548
9549         * gst/playback/gstdecodebin.c: (remove_fakesink):
9550         Don't post STATE_DIRTY anymore.
9551
9552         * gst/playback/gstplaybin.c: (add_sink), (gst_play_bin_send_event),
9553         (gst_play_bin_change_state):
9554         Remove stream_time reset in seek handling, core does that now.
9555         Disable clocking for live pipelines by forcing a NULL clock to the
9556         complete pipeline, core is too smart now for our previous hack.
9557         We can always autoplug in PAUSED now.
9558
9559 2007-03-17  David Schleef  <ds@schleef.org>
9560
9561         * REQUIREMENTS:  Update this file, change the formatting to make
9562         it more consistent, plus more machine readable.
9563
9564 2007-03-16  Michael Smith  <msmith@fluendo.com>
9565
9566         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
9567         (strip_width_64), (append_with_other_format):
9568           Previous fix was too simplistic, and broke the tests. Use a better
9569           approach; only strip 64 from widths for integer audio.
9570
9571 2007-03-16  Michael Smith  <msmith@fluendo.com>
9572
9573         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
9574         (gst_audio_convert_transform_caps):
9575           We don't support 64 bit integer audio, so don't try to claim we can.
9576           Stops us producing caps don't match our template caps.
9577           Update comments.
9578
9579 2007-03-15  Michael Smith  <msmith@fluendo.com>
9580
9581         * gst/audioresample/gstaudioresample.c:
9582         (audioresample_check_discont), (audioresample_transform):
9583           Don't trigger discontinuities for very small imperfections; a filter
9584           flush will sound bad, and many plugins have rounding errors leading
9585           to these.
9586
9587 2007-03-14 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
9588
9589         Patch by: Olivier Crete <olivier.crete@collabora.co.uk>
9590
9591         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
9592         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
9593         API: add "min-ptime" property to RTP base audio payloader.
9594         API: add gst_base_rtp_audio_payload_push().
9595         API: add gst_base_rtp_audio_payload_get_adapter().
9596         Fixes #415001
9597         Indentation/whitespace/documentation fixes.
9598
9599 2007-03-14  Julien MOUTTE  <julien@moutte.net>
9600
9601         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
9602         (audioresample_transform_size), (audioresample_do_output),
9603         (audioresample_transform), (audioresample_pushthrough): Handle
9604         discontinuous streams.
9605         * gst/audioresample/gstaudioresample.h:
9606         * tests/check/elements/audioresample.c:
9607         (test_discont_stream_instance), (GST_START_TEST),
9608         (audioresample_suite): Add a test for discontinuous streams.
9609         * win32/common/config.h: Updated.
9610
9611 2007-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
9612
9613         * po/af.po:
9614         * po/az.po:
9615         * po/cs.po:
9616         * po/en_GB.po:
9617         * po/it.po:
9618         * po/nb.po:
9619         * po/nl.po:
9620         * po/or.po:
9621         * po/sq.po:
9622         * po/sr.po:
9623         * po/sv.po:
9624         * po/uk.po:
9625         * po/vi.po:
9626           Update translations from translation project.
9627
9628 2007-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
9629
9630         * gst/audioresample/debug.h:
9631         * gst/audioresample/resample.c: (resample_init):
9632           Since I really am not interested in a debug line for each sample
9633           being processed, move the library's debugging to its own category,
9634           libaudioresample
9635
9636 2007-03-13  Michael Smith  <msmith@fluendo.com>
9637
9638         * ext/theora/theoradec.c: (theora_handle_type_packet):
9639           Since the plugin doesn't support anything other than 4:2:0 right
9640           now, post an error and fail if we get something else. Won't matter
9641           until libtheora supports the other pixel formats, but hopefully
9642           that'll be soon...
9643
9644 2007-03-10  Sebastien Moutte  <sebastien@moutte.net>
9645
9646         * gst-libs/gst/audio/gstbaseaudiosink.c:(gst_base_audio_sink_render):
9647         Use gst_guint64_to_gdouble for conversion.
9648         * win32/MANIFEST:
9649         Add new files to the win32 MANIFEST.
9650         * win32/common/libgstaudio.def:
9651         * win32/common/libgstpbutils.def:
9652         Add new exported functions.
9653         * win32/vs6/gst_plugins_base.dsw:
9654         * win32/vs6/libgstdecodebin.dsp:
9655         * win32/vs6/libgstplaybin.dsp:
9656         Change the link to libgstpbutils.lib.
9657         * win32/vs6/libgstdecodebin2.dsp:
9658         Add a new project for decodebin2.
9659         * win32/vs6/libgstpbutils.dsp:
9660         Add a new project for pbutils.
9661
9662 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
9663
9664         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
9665           Also accept partial dates with only year and month,
9666           like 1999-12-00 (fixes #410396 even more).
9667
9668         * tests/check/libs/tag.c: (GST_START_TEST):
9669           Add unit test for the above.
9670
9671 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
9672
9673         * tests/check/elements/subparse.c: (GST_START_TEST),
9674         (subparse_suite):
9675           Add unit test for MPL2 subtitle format (#413799).
9676
9677 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
9678
9679         Patch by: Kamil Pawlowski  <kamilpe gmail com>
9680
9681         * gst/subparse/Makefile.am:
9682         * gst/subparse/gstsubparse.c:
9683         (gst_sub_parse_data_format_autodetect),
9684         (gst_sub_parse_format_autodetect), (gst_sub_parse_sink_event),
9685         (gst_subparse_type_find):
9686         * gst/subparse/gstsubparse.h:
9687         * gst/subparse/mpl2parse.c: (mpl2_parse_line), (parse_mpl2):
9688         * gst/subparse/mpl2parse.h:
9689           Add support for MPL2 subtitle format (#413799).
9690
9691 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
9692
9693         * configure.ac:
9694           We require core CVS for the new buffer metadata copy functions.
9695
9696 2007-03-09  Wim Taymans  <wim@fluendo.com>
9697
9698         * gst-libs/gst/tag/gstid3tag.c:
9699         Add read support for GST_TAG_MUSICBRAINZ_SORTNAME (TSOP) tag.
9700         Fixes #414496.
9701
9702         Patch by: Alex Lancaster <alexl at users sourceforge net>
9703
9704 2007-03-09  Wim Taymans  <wim@fluendo.com>
9705
9706         * ext/libvisual/visual.c: (gst_visual_sink_setcaps),
9707         (gst_vis_src_negotiate), (get_buffer), (gst_visual_chain):
9708         Improve adapter usage and comments.
9709
9710 2007-03-09  Wim Taymans  <wim@fluendo.com>
9711
9712         * ext/pango/gsttextrender.c: (gst_text_render_chain):
9713         * ext/vorbis/vorbistag.c: (gst_vorbis_tag_parse_packet):
9714         * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netbuffer_copy):
9715         Use new metadata copy function.
9716
9717         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
9718         (gst_ffmpegcsp_transform):
9719         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform):
9720         Basetransform copied the metadata for us.
9721
9722 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
9723
9724         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event),
9725         (gst_text_overlay_video_event):
9726           Some more logging. Only accept newsegment events in TIME format and
9727           send a WARNING message if they are not in TIME format.
9728
9729         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
9730         (gst_sub_parse_init), (gst_sub_parse_src_event), (handle_buffer),
9731         (gst_sub_parse_chain), (gst_sub_parse_sink_event):
9732         * gst/subparse/gstsubparse.h:
9733           No need to allocate GstSegment structure dynamically, just put it
9734           into the instance structure; ignore newsegment events in BYTE
9735           format and in particular don't let it overwrite our saved TIME
9736           segment from the last seek.
9737
9738 2007-03-09  Michael Smith  <msmith@fluendo.com>
9739
9740         * gst/typefind/gsttypefindfunctions.c: (ac3_type_find):
9741           Replace AC3 typefinder with one that isn't terrible, and actually
9742           works usefully.
9743
9744 2007-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
9745
9746         * gst/audioconvert/gstaudioconvert.c:
9747         (gst_audio_convert_transform):
9748           fix error category and translatable string
9749           
9750
9751 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
9752
9753         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
9754         * pkgconfig/gstreamer-plugins-base.pc.in:
9755           Fix up utils => pbutils here too.
9756
9757 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
9758
9759         * gst/subparse/gstsubparse.c: (handle_buffer):
9760           Break out of loop in chain function as soon as possible if we get
9761           a non-OK flow return.
9762
9763 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
9764
9765         * tests/check/elements/alsa.c: (GST_START_TEST):
9766         Unref the mixer if the state change fails too (if the
9767         alsa devices are inaccessible, for example)
9768
9769 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
9770
9771         * tests/check/Makefile.am:
9772         Don't test libvisual elements in the states check, because libvisual
9773         seems to leak internally.
9774
9775         Re-enable the alsa and states tests now that there's new suppressions
9776         in gst.supp.
9777
9778         * tests/check/elements/alsa.c: (GST_START_TEST):
9779         Don't leak the alsamixer we instantiated.
9780
9781 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
9782
9783         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
9784         (gst_ximagesink_change_state), (gst_ximagesink_reset),
9785         (gst_ximagesink_finalize):
9786         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
9787         (gst_xvimagesink_reset), (gst_xvimagesink_finalize):
9788         Move some cleanup stuff from the state change handler into a _reset()
9789         function that can be called from _finalize(). This ensures that things
9790         get freed even if (for some reason) the NULL->READY state transition
9791         fails in the parent class.
9792         Even if a parent state change fails, process our downward state change
9793         logic instead of bailing out early.
9794         Free the correct xcontext pointer in ximagesink's xcontext_clear.
9795
9796 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
9797
9798         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
9799         Extra log line.
9800
9801         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_init):
9802         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_init):
9803         Use pango_font_description_set_family_static instead of 
9804         pango_font_description_set_family to save a string copy (it was
9805         leaking due to the strdup anyway)
9806
9807         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_finalize):
9808         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_finalize):
9809         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_finalize):
9810         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_finalize):
9811         Chain up in finalize.
9812
9813 2007-03-07  Tim-Philipp Müller  <tim at centricular dot net>
9814
9815         * gst-libs/gst/interfaces/mixertrack.c:
9816         (gst_mixer_track_class_init), (gst_mixer_track_get_property),
9817         (gst_mixer_track_set_property):
9818           API: add "untranslated-label" property which should be set by
9819           implementations at construct time (#414645).
9820
9821         * ext/alsa/gstalsamixeroptions.c: (gst_alsa_mixer_options_new):
9822         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
9823           Set "untranslated-label" when constructing mixer track objects.
9824
9825         * tests/check/elements/alsa.c: (GST_START_TEST), (alsa_suite):
9826           Unit test to check the above.
9827
9828 2007-03-07  Wim Taymans  <wim@fluendo.com>
9829
9830         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain):
9831         Fix confusing debug message.
9832
9833 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
9834
9835         * gst-plugins-base.doap:
9836         update doap file with new version
9837
9838 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
9839
9840         * configure.ac:
9841         Back to CVS
9842
9843 === release 0.10.12 ===
9844
9845 2007-03-07  Jan Schmidt <thaytan@mad.scientist.com>
9846
9847         * configure.ac:
9848           releasing 0.10.12, "Zombie Horde"
9849
9850 2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
9851
9852         * configure.ac:
9853         Bump version to 0.10.11.4 pre-release
9854
9855 2007-03-06  Wim Taymans  <wim@fluendo.com>
9856
9857         * gst-libs/gst/audio/gstbaseaudiosink.c:
9858         (gst_base_audio_sink_async_play):
9859         Fix regression that made GStreamer skip the first samples of audio.
9860         Fixes #414684.
9861
9862 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
9863
9864         * configure.ac:
9865         Bump version to 0.10.11.3 pre-release
9866
9867 2007-03-05  Sebastian Dröge  <slomo@circular-chaos.org>
9868
9869         * po/POTFILES.in:
9870           Update paths for the rename from utils to pbutils to fix the build.
9871
9872 2007-03-05  Tim-Philipp Müller  <tim at centricular dot net>
9873
9874         * gst-libs/gst/pbutils/Makefile.am:
9875           Change directory to install headers in from gst/utils to gst/pbutils
9876           as well.
9877
9878 2007-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
9879
9880         * configure.ac:
9881         * docs/libs/gst-plugins-base-libs-docs.sgml:
9882         * docs/libs/gst-plugins-base-libs-sections.txt:
9883         * gst-libs/gst/Makefile.am:
9884         * gst-libs/gst/interfaces/mixer.c:
9885         * gst-libs/gst/pbutils/Makefile.am:
9886         * gst-libs/gst/pbutils/descriptions.c:
9887         (gst_pb_utils_get_source_description),
9888         (gst_pb_utils_get_sink_description),
9889         (gst_pb_utils_get_decoder_description),
9890         (gst_pb_utils_get_encoder_description),
9891         (gst_pb_utils_get_element_description),
9892         (gst_pb_utils_add_codec_description_to_tag_list),
9893         (gst_pb_utils_get_codec_description), (gst_pb_utils_list_all):
9894         * gst-libs/gst/pbutils/descriptions.h:
9895         * gst-libs/gst/pbutils/install-plugins.c:
9896         * gst-libs/gst/pbutils/install-plugins.h:
9897         * gst-libs/gst/pbutils/missing-plugins.c:
9898         (gst_missing_uri_source_message_new),
9899         (gst_missing_uri_sink_message_new),
9900         (gst_missing_element_message_new),
9901         (gst_missing_decoder_message_new),
9902         (gst_missing_encoder_message_new),
9903         (gst_missing_plugin_message_get_description):
9904         * gst-libs/gst/pbutils/missing-plugins.h:
9905         * gst-libs/gst/pbutils/pbutils.c: (gst_pb_utils_init):
9906         * gst-libs/gst/pbutils/pbutils.h:
9907         * gst-libs/gst/utils/Makefile.am:
9908         * gst-libs/gst/utils/base-utils.c:
9909         * gst-libs/gst/utils/base-utils.h:
9910         * gst-libs/gst/utils/descriptions.c:
9911         * gst-libs/gst/utils/descriptions.h:
9912         * gst-libs/gst/utils/install-plugins.c:
9913         * gst-libs/gst/utils/install-plugins.h:
9914         * gst-libs/gst/utils/missing-plugins.c:
9915         * gst-libs/gst/utils/missing-plugins.h:
9916         * gst-plugins-base.spec.in:
9917         * gst/playback/Makefile.am:
9918         * gst/playback/gstdecodebin.c:
9919         * gst/playback/gstdecodebin2.c:
9920         * gst/playback/gstplaybasebin.c: (setup_subtitle),
9921         (gen_source_element):
9922         * gst/playback/gstplaybin.c: (plugin_init):
9923         * tests/check/Makefile.am:
9924         * tests/check/libs/pbutils.c: (GST_START_TEST),
9925         (test_pb_utils_install_plugins_do_callout), (libgstpbutils_suite):
9926         * tests/check/libs/utils.c:
9927           rename utils to pbutils
9928
9929 2007-03-02  Jan Schmidt  <thaytan@mad.scientist.com>
9930
9931         * docs/plugins/Makefile.am:
9932         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
9933         * docs/plugins/gst-plugins-base-plugins-sections.txt:
9934         * docs/plugins/inspect/plugin-decodebin2.xml:
9935         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init):
9936         Add documentation for decodebin2 that indicates that the API
9937         is still unstable.
9938
9939 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
9940
9941         * configure.ac:
9942         Update to 0.10.11.2 (0.10.12 pre-release)
9943
9944 2007-03-01  Wim Taymans  <wim@fluendo.com>
9945
9946         * gst-libs/gst/audio/gstbaseaudiosink.c:
9947         (gst_base_audio_sink_async_play):
9948         base time is irrelevant here.
9949
9950 2007-03-01  Wim Taymans  <wim@fluendo.com>
9951
9952         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
9953         * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
9954         Improve debugging.
9955
9956         * gst-libs/gst/audio/gstbaseaudiosink.c:
9957         (gst_base_audio_sink_query), (gst_base_audio_sink_event),
9958         (gst_base_audio_sink_render), (gst_base_audio_sink_async_play):
9959         Improve latency and clock slaving calculations.
9960         Improve slave clock calibration.
9961
9962         * gst-libs/gst/audio/gstringbuffer.c:
9963         (gst_ring_buffer_commit_full):
9964         When we are asked to render N sample to 0 bytes, return N.
9965
9966 2007-03-01  Wim Taymans  <wim@fluendo.com>
9967
9968         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
9969         (gst_alsasink_write), (gst_alsasink_reset):
9970         * ext/alsa/gstalsasink.h:
9971         Remove unused dispose function.
9972         Rename lock to not interfere with alsasrc lock.
9973
9974         * ext/alsa/gstalsasrc.c: (gst_alsasrc_finalize),
9975         (gst_alsasrc_class_init), (gst_alsasrc_init), (set_swparams),
9976         (gst_alsasrc_read), (gst_alsasrc_reset):
9977         * ext/alsa/gstalsasrc.h:
9978         Implement finalize function.
9979         Use lock to protect alsa access.
9980         Implement _reset.
9981         Fine tune sw params.
9982
9983 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
9984
9985         * configure.ac:
9986           Convert to new AG_GST style.
9987
9988 2007-02-28  Wim Taymans  <wim@fluendo.com>
9989
9990         Patch by: Ed Catmur <ed at catmur dot co dot uk>
9991
9992         * gst/playback/gstplaybin.c: (gst_play_bin_vis_unblocked),
9993         (gst_play_bin_vis_blocked), (gst_play_bin_set_property):
9994         Fix race condition when rapidly switching visualisations in playbin.
9995         Fixes #401029.
9996
9997 2007-02-28  Jan Schmidt  <thaytan@mad.scientist.com>
9998
9999         * tests/check/Makefile.am:
10000         Include local stuff before system installed things in LDFLAGS and
10001         CFLAGS.
10002
10003 2007-02-28  Wim Taymans  <wim@fluendo.com>
10004
10005         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_sink_activate):
10006         Improve debugging.
10007
10008 2007-02-28  Wim Taymans  <wim@fluendo.com>
10009
10010         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
10011         (gst_v4lsrc_fixate), (gst_v4lsrc_query):
10012         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_buffer_new):
10013         Fix duration and timestamping, taking latency into account.
10014         Implement latency query.
10015
10016 2007-02-28  Wim Taymans  <wim@fluendo.com>
10017
10018         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
10019         (gst_audio_clock_new):
10020         Fix clock name.
10021
10022         * gst-libs/gst/audio/gstbaseaudiosink.c:
10023         (gst_base_audio_sink_init), (gst_base_audio_sink_query):
10024         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
10025         (gst_base_audio_src_query), (gst_base_audio_src_get_offset),
10026         (gst_base_audio_src_create):
10027         Improve latency query code.
10028         Use proper clock names.
10029
10030 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
10031
10032         * tests/check/generic/states.c: (GST_START_TEST):
10033           Copy the states.c test from core again
10034         * tests/check/Makefile.am:
10035           ignore cdio and cdparanoiasrc
10036
10037 2007-02-28  Stefan Kost  <ensonic@users.sf.net>
10038
10039         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
10040         (double_hq), (audio_convert_get_func_index), (check_default),
10041         (audio_convert_prepare_context), (audio_convert_convert):
10042           Also make valgrind happy and avoid copying data in some cases.
10043
10044 2007-02-28  Stefan Kost  <ensonic@users.sf.net>
10045
10046         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
10047         (double_hq), (audio_convert_get_func_index),
10048         (audio_convert_prepare_context), (audio_convert_convert):
10049         * gst/audioconvert/gstaudioconvert.c:
10050         (gst_audio_convert_class_init), (gst_audio_convert_get_unit_size),
10051         (gst_audio_convert_transform_caps):
10052         * tests/check/elements/audioconvert.c: (GST_START_TEST),
10053         (audioconvert_suite):
10054           Don't run inplace if that overwrites source data as we go. Add more
10055           tests. Fixes #339837 even more.
10056
10057 2007-02-27  Julien MOUTTE  <julien@moutte.net>
10058
10059         * tests/examples/seek/seek.c: (do_seek), (set_update_scale),
10060         (msg_segment_done): Fix various seeking bugs (Slider was not
10061         updating when doing a non flushing seek, Reverse playback 
10062         on segment seek was wrong).
10063
10064 2007-02-26  Wim Taymans  <wim@fluendo.com>
10065
10066         * tests/examples/seek/seek.c: (stop_seek):
10067         When we stop scrubbing, don't leave the pipeline PLAYING when we
10068         requested a PAUSED state.
10069
10070 2007-02-25  Tim-Philipp Müller  <tim at centricular dot net>
10071
10072         Patch by: René Stadler <mail at renestadler de>
10073
10074         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
10075           Parse date strings in vorbis comments that have an invalid (zero)
10076           month or day (#410396).
10077
10078         * tests/check/libs/tag.c: (GST_START_TEST):
10079           Test case for the above.
10080
10081 2007-02-24  Tim-Philipp Müller  <tim at centricular dot net>
10082
10083         Patch by: Loïc Minier <lool+gnome at via ecp fr>
10084
10085         * configure.ac:
10086         * ext/alsa/Makefile.am:
10087         * gst/audiotestsrc/Makefile.am:
10088           Fix compilation with LDFLAGS='-Wl,-z,defs' (#410963).
10089
10090 2007-02-23  Tim-Philipp Müller  <tim at centricular dot net>
10091
10092         * gst/playback/gstplaybin.c:
10093           Improve docs: point out that the application needs to assist playbin
10094           with buffering.
10095
10096 2007-02-23  Tim-Philipp Müller  <tim at centricular dot net>
10097
10098         * gst-libs/gst/utils/install-plugins.c:
10099         * gst-libs/gst/utils/missing-plugins.c:
10100         * tests/check/libs/utils.c: (missing_msg_check_getters):
10101           Change GStreamer marker prefix in detail string from 'gstreamer.net'
10102           to just 'gstreamer'. Document the caps string component of the
10103           decoder/encoder detail a bit better, since not everyone will be
10104           familiar with the GStreamer media type/caps system (but they better
10105           enjoy nested itemized lists).
10106
10107 2007-02-22  Tim-Philipp Müller  <tim at centricular dot net>
10108
10109         * gst-libs/gst/netbuffer/gstnetbuffer.c:
10110         (notgst_buffer_copy_fields_in_place), (gst_netbuffer_copy):
10111           Fix copying of GstNetBuffer (would crash before, or at least lead to
10112           invalid memory access, #410772), for now by copying the GstBuffer copy
10113           code from the core over here so we can copy the GstBuffer fields on a
10114           provided buffer instance (of type GstNetBuffer in this case). Would be
10115           better to fix this with some support by the core though (and in the long
10116           run change the broken GstBuffer/GstMiniObject copy semantics, #393099).
10117
10118         * tests/check/Makefile.am:
10119           Enable unit test for GstNetBuffer.
10120
10121 2007-02-22  Andy Wingo  <wingo@pobox.com>
10122
10123         * gst-libs/gst/audio/gstbaseaudiosink.c
10124         (gst_base_audio_sink_init): Disable pull-mode activation until we
10125         figure out how to make audio sinks go to PLAYING.
10126
10127 2007-02-22  Stefan Kost  <ensonic@users.sf.net>
10128
10129         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
10130         (double_hq), (audio_convert_get_func_index),
10131         (audio_convert_prepare_context), (audio_convert_convert):
10132         * gst/audioconvert/audioconvert.h:
10133         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_setup_matrix),
10134         (gst_channel_mix_mix_int), (gst_channel_mix_mix_float):
10135         * gst/audioconvert/gstchannelmix.h:
10136         * tests/check/elements/audioconvert.c: (GST_START_TEST):
10137           Add float as an intermediate format, as well as float mixing. Enable
10138           test that was failing before. Fixes #339837
10139
10140 2007-02-21  Jan Schmidt  <thaytan@mad.scientist.com>
10141
10142         * tests/examples/seek/seek.c: (do_seek):
10143         Undo the previous commit: -1 as a stop time implies that the stop
10144         time is the end of file, clearing any previously configured segment.
10145
10146 2007-02-21  Jan Schmidt  <thaytan@mad.scientist.com>
10147
10148         * tests/examples/seek/seek.c: (do_seek):
10149         Don't SEEK_SET with a stop time of -1, use SEEK_NONE instead.
10150
10151 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
10152
10153         * gst/volume/gstvolume.c: (volume_process_int16),
10154         (volume_process_int16_clamp), (volume_set_caps):
10155           Unbreak volume, value remains gint.
10156
10157 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
10158
10159         * gst/volume/gstvolume.c: (volume_choose_func),
10160         (volume_update_real_volume), (gst_volume_set_volume),
10161         (gst_volume_init), (volume_process_double), (volume_process_float),
10162         (volume_process_int16), (volume_process_int16_clamp),
10163         (volume_set_caps), (volume_transform_ip), (volume_update_volume):
10164         * gst/volume/gstvolume.h:
10165           Extend float audio support (double) and some int->uint cleanups.
10166
10167 2007-02-20  Edward Hervey  <edward@fluendo.com>
10168
10169         * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose),
10170         (multi_queue_underrun_cb), (gst_decode_group_check_if_drained),
10171         (sort_end_pads), (gst_decode_group_expose),
10172         (gst_decode_group_hide):
10173         Don't free groups from the streaming threads. Just put them aside and
10174         free them in dispose.
10175
10176 2007-02-20  Edward Hervey  <edward@fluendo.com>
10177
10178         * gst/playback/gstdecodebin2.c: (connect_element),
10179         (pad_added_group_cb), (gst_decode_group_check_if_blocked),
10180         (sort_end_pads), (gst_decode_group_expose):
10181         Handle dynamic pads within groups.
10182         Sort pads before exposing them in order to make playbin happy.
10183         There still is a race with the multiqueue filling up. This should be
10184         solved separately.
10185         Fixes #398721
10186
10187 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
10188
10189         * gst-libs/gst/utils/base-utils.c:
10190         * gst-libs/gst/utils/descriptions.c:
10191         * gst-libs/gst/utils/install-plugins.c:
10192         * gst-libs/gst/utils/missing-plugins.c:
10193           Some more docs (and descriptions for two subtitle formats).
10194
10195 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
10196
10197         * gst-libs/gst/audio/audio.c:
10198           Fix documentation.
10199
10200 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
10201
10202         Patch by: Yves Lefebvre  <ivanohe abacom com>
10203
10204         * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps):
10205           Don't leak caps. Fixes #408278.
10206
10207 2007-02-15  Stefan Kost  <ensonic@users.sf.net>
10208
10209         * ext/cdparanoia/gstcdparanoiasrc.h:
10210         * ext/ogg/gstoggdemux.h:
10211         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
10212         (gst_audio_frame_length), (gst_audio_duration_from_pad_buffer),
10213         (gst_audio_is_buffer_framed), (gst_audio_structure_set_int):
10214         * gst-libs/gst/audio/audio.h:
10215         * gst-libs/gst/audio/gstaudiofilter.h:
10216         * gst-libs/gst/interfaces/videoorientation.h:
10217         * gst/adder/gstadder.h:
10218           More docs coverage and some ChangeLog surgery (add missing names)
10219
10220 2007-02-15  Wim Taymans  <wim@fluendo.com>
10221
10222         * sys/ximage/ximagesink.c:
10223         (gst_ximagesink_calculate_pixel_aspect_ratio):
10224         * sys/xvimage/xvimagesink.c:
10225         (gst_xvimagesink_calculate_pixel_aspect_ratio):
10226         Small constifications.
10227
10228 2007-02-15  Wim Taymans  <wim@fluendo.com>
10229
10230         * gst-libs/gst/audio/gstbaseaudiosink.c:
10231         (gst_base_audio_sink_class_init), (gst_base_audio_sink_query),
10232         (gst_base_audio_sink_render), (gst_base_audio_sink_callback),
10233         (gst_base_audio_sink_async_play),
10234         (gst_base_audio_sink_change_state):
10235         Answer latency query.
10236         Use configured latency when syncing.
10237         Fix clock slaving.
10238
10239         * gst-libs/gst/audio/gstbaseaudiosrc.c:
10240         (gst_base_audio_src_class_init), (gst_base_audio_src_dispose),
10241         (gst_base_audio_src_query), (gst_base_audio_src_change_state):
10242         Fix possible memleak.
10243         Implement latency query.
10244         Small cleanups.
10245
10246 2007-02-15  Wim Taymans  <wim@fluendo.com>
10247
10248         * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
10249         Ignore errors in reset, these are not fatal. They also grab the element
10250         lock which is already taking when this function is called. Fixes
10251         #405451.
10252
10253 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
10254
10255         * configure.ac:
10256           Remove 'tests/examples/xerror/Makefile' from output files again.
10257
10258 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
10259
10260         * configure.ac:
10261         * docs/plugins/Makefile.am:
10262           Also crossref against gst-plugins-base-libs.
10263
10264 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
10265
10266         * configure.ac:
10267         * docs/libs/Makefile.am:
10268         * docs/plugins/Makefile.am:
10269           Add crossreferences to glib/gobject/gstream docs.
10270
10271         * gst-libs/gst/audio/audio.h:
10272           Source formatting.
10273
10274         * gst/audiotestsrc/gstaudiotestsrc.c: (plugin_init):
10275           Add own debug category.
10276
10277 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
10278
10279         Patch by: René Stadler <mail at renestadler de>
10280
10281         * gst-libs/gst/tag/gstvorbistag.c:
10282           Add vorbis/FLAC-tag mapping for new GST_TAG_REFERENCE_LEVEL
10283           (#403597).
10284
10285 2007-02-10  Tim-Philipp Müller  <tim at centricular dot net>
10286
10287         * gst/playback/gstplaybasebin.c: (setup_source):
10288           When we have external subtitles and wait for the subtitle decodebin
10289           to get up and running, we set up a (sync) bus handler for the
10290           subtitle decodebin, so we can stop waiting when it posts an error
10291           message. However, we should do that before we set the subtitle
10292           decodebin's state to playing, otherwise things are racy and we might
10293           miss error messages posted before we had a chance to set up the bus.
10294           This should finally fix totem hanging on .txt pseudo-subtitle files.
10295           
10296 2007-02-10  Sébastien Moutte  <sebastien at moutte dot net>
10297
10298         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:(gst_base_rtp_audio_payload_handle_frame_based_buffer):
10299           Use gst_gdouble_to_guint64 for conversions.
10300         * win32/common/config.h.in:
10301           Add a define for GST_INSTALL_PLUGINS_HELPER
10302         * win32/common/libgstaudio.def:
10303         * win32/common/libgstcdda.def:
10304         * win32/common/libgstnetbuffer.def:
10305         * win32/common/libgstrtp.def:
10306         * win32/common/libgutils.def:
10307           Add new exported functions.
10308         * win32/vs6/gst_plugins_base.dsw:
10309         * win32/vs6/libgstdecodebin.dsp:
10310         * win32/vs6/libgstnetbuffer.dsp:
10311         * win32/vs6/libgstplaybin.dsp:
10312         * win32/vs6/libgstrtp.dsp:
10313         * win32/vs6/libgstvorbis.dsp:
10314         * win32/vs6/libgstcdda.dsp:
10315         * win32/vs6/libgstgdp.dsp:
10316         * win32/vs6/libgstutils.dsp:
10317           Update and add new project files.
10318
10319 2007-02-10  Tim-Philipp Müller  <tim at centricular dot net>
10320
10321         * gst/subparse/gstsubparse.c: (subrip_remove_unhandled_tag),
10322         (subrip_remove_unhandled_tags), (parse_subrip):
10323           For SubRip (.srt) subtitles, ignore all markup tags we don't
10324           handle (like font tags, for example).
10325
10326         * tests/check/elements/subparse.c:
10327           Add test for this.
10328
10329 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
10330
10331         * gst/playback/gstdecodebin.c: (add_fakesink),
10332         (gst_decode_bin_change_state):
10333         * gst/playback/gstdecodebin2.c: (add_fakesink),
10334         (gst_decode_bin_change_state):
10335           Don't error out if there is no fakesink in the NULL to READY state
10336           change, since when decodebin is re-used, we're only adding the
10337           fakesink element in READY to PAUSED.
10338
10339         * tests/check/elements/decodebin.c:
10340         (new_decoded_pad_plug_fakesink_cb), (GST_START_TEST),
10341         (decodebin_suite):
10342           Minimal unit test to make sure we can use the same decodebin
10343           instance twice (at least with audiotestsrc input).
10344
10345 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
10346
10347         * ext/alsa/gstalsa.c: (gst_alsa_find_device_name):
10348           Try to get devic-name from device string first, and from handle only
10349           as fallback (seems to yield better results and is more robust
10350           against buggy probing code on the application side).
10351
10352 2007-02-08  Tim-Philipp Müller  <tim at centricular dot net>
10353
10354         Based on patch by: Julien Puydt <julien.puydt at laposte net>
10355
10356         * ext/alsa/gstalsa.c: (gst_alsa_find_device_name_no_handle),
10357         (gst_alsa_find_device_name):
10358         * ext/alsa/gstalsa.h:
10359         * ext/alsa/gstalsasink.c: (gst_alsasink_get_property):
10360         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_property):
10361           Improve device-name detection a bit, especially in the case where
10362           the device is not actually open (#405020, #405024). Move common code
10363           into gstalsa.c instead of duplicating it.
10364
10365 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
10366
10367         * gst/audioconvert/gstaudioconvert.c:
10368           Fix up docs chunk so that gtk-doc doesn't complain, and fix typo.
10369
10370 2007-02-06  Julien MOUTTE  <julien@moutte.net>
10371
10372         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents),
10373         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_clear),
10374         (gst_xvimagesink_interface_supported),
10375         (gst_xvimagesink_probe_get_properties),
10376         (gst_xvimagesink_probe_probe_property),
10377         (gst_xvimagesink_probe_needs_probe),
10378         (gst_xvimagesink_probe_get_values),
10379         (gst_xvimagesink_property_probe_interface_init),
10380         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
10381         (gst_xvimagesink_init), (gst_xvimagesink_class_init),
10382         (gst_xvimagesink_get_type):
10383         * sys/xvimage/xvimagesink.h: Implement PropertyProbe Interface
10384         for XVAdaptors so that one can choose the adaptor to use with 
10385         gstreamer-properties.
10386
10387 2007-02-06  Stefan Kost  <ensonic@users.sf.net>
10388
10389         * gst/audioconvert/gstaudioconvert.c:
10390           Also mention that a conversion from double to float is suboptimal still.
10391
10392 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
10393
10394         * gst-libs/gst/audio/gstaudiofilter.c:
10395         (gst_audio_filter_class_init), (gst_audio_filter_change_state):
10396           Clear our formats structure and free the caps contained in it when
10397           shutting down.
10398
10399 2007-02-05  Andy Wingo  <wingo@pobox.com>
10400
10401         * gst-libs/gst/audio/gstbaseaudiosink.c
10402         (gst_base_audio_sink_callback): Update basesink->offset so that we
10403         pull monotonically increasing offsets instead of, um, seeking back
10404         to 0 each time. Fixes alsasrc ! alsasink!
10405
10406 2007-02-05  Tim-Philipp Müller  <tim at centricular dot net>
10407
10408         * gst/videoscale/gstvideoscale.c:
10409           A width and height of 1 makes us crash, so increase minimum size to
10410           2x2 pixels until someone feels like fixing this (#404512).
10411
10412 2007-02-04  Tim-Philipp Müller  <tim at centricular dot net>
10413
10414         * tests/check/pipelines/oggmux.c: (GST_START_TEST), (oggmux_suite):
10415           Add small test to make sure request pads are cleaned up properly
10416           even if oggmux never changes state out of NULL.
10417
10418 2007-02-04  Tim-Philipp Müller  <tim at centricular dot net>
10419
10420         * tests/check/libs/utils.c: (GST_START_TEST):
10421           Fix unit test. Turns out things work much better when you
10422           NULL-terminate string arrays. Should make p5 build bot happy again.
10423
10424 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
10425
10426         * gst-libs/gst/audio/Makefile.am:
10427         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
10428         (gst_audio_filter_template_base_init),
10429         (gst_audio_filter_template_class_init),
10430         (gst_audio_filter_template_init),
10431         (gst_audio_filter_template_set_property),
10432         (gst_audio_filter_template_get_property),
10433         (gst_audio_filter_template_setup),
10434         (gst_audio_filter_template_filter),
10435         (gst_audio_filter_template_filter_inplace), (plugin_init):
10436           Oops, forgot to commit fixed-up example.
10437
10438 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
10439
10440         * docs/libs/gst-plugins-base-libs-sections.txt:
10441         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
10442         (gst_audio_filter_class_init), (gst_audio_filter_init),
10443         (gst_audio_filter_set_caps),
10444         (gst_audio_filter_class_add_pad_templates):
10445         * gst-libs/gst/audio/gstaudiofilter.h:
10446           Port GstAudioFilter to 0.10. This change technically breaks
10447           API and ABI (and thus also every library developer's heart),
10448           but seems justifiable on the grounds that the base class was
10449           completely unusable before (ie. would crash immediately when
10450           actually used). Fixes #403963 (and eventually also #403572).
10451           Also document all of this a bit.
10452
10453 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
10454
10455         * gst-libs/gst/utils/install-plugins.c:
10456         (gst_install_plugins_spawn_child):
10457         * tests/check/libs/utils.c:
10458         (test_base_utils_install_plugins_do_callout):
10459           Lowering log level to see why things fail on the p5 build bot;
10460           fix some typos in unit test messages.
10461
10462 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
10463
10464         * tests/check/libs/utils.c:
10465         (test_base_utils_install_plugins_do_callout):
10466           Don't hard-code temp directory for test helper; use GLib functions
10467           to write out file and do error checking etc.
10468
10469 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
10470
10471         * gst-libs/gst/utils/Makefile.am:
10472         * gst-libs/gst/utils/base-utils.h:
10473         * gst-libs/gst/utils/install-plugins.c:
10474         (gst_install_plugins_context_set_xid),
10475         (gst_install_plugins_context_new),
10476         (gst_install_plugins_context_free),
10477         (gst_install_plugins_get_helper),
10478         (gst_install_plugins_spawn_child),
10479         (gst_install_plugins_return_from_status),
10480         (gst_install_plugins_installer_exited),
10481         (gst_install_plugins_async), (gst_install_plugins_sync),
10482         (gst_install_plugins_return_get_name),
10483         (gst_install_plugins_installation_in_progress):
10484         * gst-libs/gst/utils/install-plugins.h:
10485           API: add API for applications to initiate installation of missing
10486           plugins, ie. gst_install_plugins_async() primarily.
10487           Based on libgimme-codec by Ryan Lortie.
10488
10489         * configure.ac:
10490           Add --with-install-plugins-helper configure option so distros can specify
10491           the path of the helper script or program to call when plugin installation
10492           is requested (distros: please do any argument munging in this helper
10493           script instead of patching GStreamer to pass arguments differently
10494           to another program directly).
10495
10496         * docs/libs/gst-plugins-base-libs-docs.sgml:
10497         * docs/libs/gst-plugins-base-libs-sections.txt:
10498           Build and document new API.
10499
10500         * tests/check/libs/utils.c: (result_cb),
10501         (test_base_utils_install_plugins_do_callout), (GST_START_TEST),
10502         (libgstbaseutils_suite):
10503           Some simple checks for the new API.
10504
10505 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
10506
10507         * tests/check/elements/audioconvert.c: (test_float_conversion):
10508           Add small test for 32bit float <=> 64bit float conversion (works
10509           only one way so far, 32=>64 produces structured noise).
10510
10511 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
10512
10513         * gst/audioconvert/gstaudioconvert.c:
10514         (set_structure_widths_32_and_64), (make_lossless_changes):
10515           We don't support floats with a width of 40, 48 or 56 bits.
10516
10517 2007-02-02  Stefan Kost  <ensonic@users.sf.net>
10518
10519         * gst/audioconvert/audioconvert.c: (float), (double),
10520         (audio_convert_get_func_index):
10521         * gst/audioconvert/gstaudioconvert.c: (set_structure_widths),
10522         (make_lossless_changes):
10523           Support for 64-bit float audio in audioconvert (#339837)
10524
10525 2007-02-01  Tim-Philipp Müller  <tim at centricular dot net>
10526
10527         Patch by: Holger Wansing  <linux wansing-online de>
10528
10529         * po/LINGUAS:
10530         * po/de.po:
10531           Add German translation (#352069).
10532
10533 2007-02-01  Sebastian Dröge  <slomo@circular-chaos.org>
10534
10535         reviewed by: Wim Taymans <wim@fluendo.com>
10536
10537         * ext/ogg/gstoggmux.c: (gst_ogg_mux_ogg_pad_destroy_notify),
10538         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad):
10539         Use newly added GstCollectPads API to free the allocated resources in
10540         the GstOggPad structures (#402393).
10541
10542 2007-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
10543
10544         * gst/playback/gstplaybin.c: (gen_vis_element):
10545           Add audioresample+audioconvert in front of the visualisation
10546           element, so that elements like libvisual 0.4 that don't support all
10547           samplerates can work.
10548
10549           Fixes: #402505
10550
10551 2007-01-30  Tim-Philipp Müller  <tim at centricular dot net>
10552
10553         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property),
10554         (gst_play_base_bin_get_streaminfo_value_array):
10555           Take some locks and make a copy of the streaminfo value array we
10556           maintain while holding the lock, so that the application can
10557           retrieve the stream-info as a value array in a thread-safe way.
10558
10559 2007-01-30  Wim Taymans  <wim@fluendo.com>
10560
10561         * gst/audioconvert/gstaudioconvert.c:
10562         Don't fail on 0 sized buffers. Fixes #396835.
10563
10564 2007-01-29  David Schleef  <ds@schleef.org>
10565
10566         * gst/typefind/gsttypefindfunctions.c:
10567           Detect BBCD as video/x-dirac, so we can play raw dirac
10568           streams.
10569
10570 2007-01-29  Tim-Philipp Müller  <tim at centricular dot net>
10571
10572         * ext/theora/theoraenc.c: (theora_enc_chain):
10573           Check return value of theora_encode_header(), or we might try to
10574           allocate a random number of bytes. theora_encode_header() can fail
10575           if libtheora has been compiled with encoding support disabled.
10576           Fixes #398110.
10577
10578 2007-01-29  Wim Taymans  <wim@fluendo.com>
10579
10580         * tests/check/gst/.cvsignore:
10581         Do as buildbot says.
10582
10583 2007-01-29  Wim Taymans  <wim@fluendo.com>
10584
10585         * ext/libvisual/visual.c: (gst_visual_src_setcaps):
10586         Fix strides in libvisual. Gst uses X strides.
10587         Inspired by: <ed at catmur dot co dot uk> and 
10588         <tim at centricular dot net>
10589         Fixes #401118.
10590
10591 2007-01-27  Wim Taymans  <wim@fluendo.com>
10592
10593         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_submit_buffer),
10594         (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
10595         (gst_ogg_demux_get_prev_page), (gst_ogg_demux_do_seek),
10596         (gst_ogg_demux_perform_seek),
10597         (gst_ogg_demux_bisect_forward_serialno),
10598         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
10599         (gst_ogg_demux_find_chains), (gst_ogg_demux_handle_page),
10600         (gst_ogg_demux_chain), (gst_ogg_demux_combine_flows),
10601         (gst_ogg_demux_loop_reverse), (gst_ogg_demux_loop):
10602         * ext/ogg/gstoggdemux.h:
10603         Properly propagate streaming errors when we are scanning the file for
10604         chains so that we don't crash when shut down. Might fix some crashers
10605         when quickly switching oggs in RB such as #332503 and #378436.
10606
10607 2007-01-26  Tim-Philipp Müller  <tim at centricular dot net>
10608
10609         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
10610           Map a gnome-vfs HOST_NOT_FOUND error into a GStreamer NOT_FOUND
10611           error code as well.
10612
10613 2007-01-25  Wim Taymans  <wim@fluendo.com>
10614
10615         * gst/playback/gstplaybasebin.c: (remove_source):
10616         Don't try to disconnect a signal from a finalized object.
10617
10618 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
10619
10620         * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose):
10621           Cast lock macro parameters to make sure we're actually accessing the
10622           lock member at the right class level. Free list itself in _dispose()
10623           as well and NULL it in case dispose gets called multiple times.
10624
10625 2007-01-25  Edward Hervey  <edward@fluendo.com>
10626
10627         * gst/playback/gstdecodebin2.c:
10628         (gst_decode_bin_dispose),(gst_decode_bin_finalize):
10629         Free GstDecodeGroups no longer used.
10630         (gst_decode_group_expose):
10631         Don't unlock too many times !
10632         (deactivate_free_recursive):
10633         Free iterator once we're done with it.
10634         Fix for recursively deactivating elements (stop at ghostpads).
10635
10636 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
10637
10638         * gst/playback/gstplaybin.c: (handoff):
10639           Fix up caps on the frame buffer before we save it and potentially
10640           make it accessible to other threads via g_object_get; also use
10641           gst_buffer_replace() instead of gst_mini_object_replace().
10642
10643 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
10644
10645         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
10646           Make getting the current frame thread-safe.
10647
10648 2007-01-25  Edward Hervey  <edward@fluendo.com>
10649
10650         * gst/playback/gstdecodebin2.c: (gst_decode_bin_finalize),
10651         (gst_decode_group_new), (gst_decode_group_free):
10652         Set queues to bigger sizes to cope with HD contents.
10653         Fix some mutex freeing and add comment about MT safe methods.
10654
10655 2007-01-24  Tim-Philipp Müller  <tim at centricular dot net>
10656
10657         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event),
10658         (gst_text_overlay_text_event):
10659           Don't unnecessarily ref (and then leak) upstream events if the text
10660           pad is not linked. Fixes #399948.
10661
10662         * tests/check/gst-plugins-base.supp:
10663           Add suppression for pango on edgy/x86 for textoverlay test.
10664
10665 2007-01-24  Wim Taymans  <wim@fluendo.com>
10666
10667         * gst-libs/gst/rtp/gstrtpbuffer.h:
10668         Add some more fixed payloads.
10669
10670 2007-01-23  Tim-Philipp Müller  <tim at centricular dot net>
10671
10672         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain):
10673           Error out properly if we get an error from libogg while reading the
10674           BOS page(s). Fixes crash parsing 'fuzzed' ogg file (#399340).
10675
10676 2007-01-23  Tim-Philipp Müller  <tim at centricular dot net>
10677
10678         * gst/playback/gstdecodebin2.c: (gst_decode_bin_finalize):
10679           Don't leak mutex.
10680
10681         * tests/check/elements/playbin.c:
10682         (test_sink_usage_video_only_stream),
10683         (test_suburi_error_unknowntype), (test_suburi_error_invalidfile),
10684         (test_suburi_error_wrongproto), (test_missing_urisource_handler),
10685         (test_missing_suburisource_handler),
10686         (test_missing_primary_decoder), (playbin_suite):
10687           Run all tests once with decodebin and once with decodebin2.
10688           One test does not pass yet with decodebin2.
10689
10690 2007-01-23  Edward Hervey  <edward@fluendo.com>
10691
10692         * ext/ogg/gstoggmux.c: (all_pads_eos), (gst_ogg_mux_collected):
10693         Fix the cases where oggmux doesn't properly figure out that all
10694         sinkpads have gone EOS, and therefore doesn't push out the remaining
10695         buffers and the final EOS event.
10696         Fixes #363379
10697
10698 2007-01-23  Julien MOUTTE  <julien@moutte.net>
10699
10700         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
10701         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
10702         Don't lock on navigation event push, just on keysym to string.
10703         Fixes #397673 again.
10704
10705 2007-01-22  Edward Hervey  <edward@fluendo.com>
10706
10707         * gst/playback/gstdecodebin2.c: (gst_decode_group_new),
10708         (get_current_group), (group_demuxer_event_probe),
10709         (gst_decode_group_expose), (deactivate_free_recursive),
10710         (gst_decode_group_free):
10711         Cleanups.
10712         Don't forget to emit 'no-more-pads' once a group is exposed.
10713         Cleanup elements from a DecodeGroup once we remove it.
10714         Protect call to gst_decode_group_expose() with the decodebin lock.
10715
10716 2007-01-22  Julien MOUTTE  <julien@moutte.net>
10717
10718         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
10719         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
10720         Looking at Xorg code i can't figure out if that XKeysymToString
10721         function is thread sensible or not. Lock it just in case as
10722         recommended by Radek Doulik <rodo at ximian dot com>.
10723
10724 2007-01-22  Julien MOUTTE  <julien@moutte.net>
10725
10726         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
10727         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
10728         Lock that X Call as well. Fixes #397673.
10729
10730 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
10731
10732         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find):
10733           Don't go into an endless loop if the file starts with 00 00 01 2X,
10734           like quicktime redirect files might. Fixes #396042.
10735
10736         * tests/check/Makefile.am:
10737         * tests/check/gst/.cvsignore:
10738         * tests/check/gst/typefindfunctions.c: (GST_START_TEST),
10739         (typefindfunctions_suite):
10740           Add unit test for the above.
10741
10742 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
10743
10744         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
10745           On second thought, use "depth" field rather than "bpp" field.
10746
10747 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
10748
10749         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
10750           Camtasia caps apparently need a bpp field (#398875).
10751
10752 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
10753
10754         * gst/playback/gstplaybasebin.c: (setup_subtitle),
10755         (gen_source_element), (gst_play_base_bin_change_state):
10756           Attempt at a better error message in case we don't have the required
10757           URI handler installed; post missing-plugin message also when we're
10758           missing an URI handler for the subtitle URI; clean up properly also
10759           when an error occurs and we never made it to PAUSED state.
10760
10761         * tests/check/elements/playbin.c: (GST_START_TEST),
10762         (playbin_suite):
10763           Check that we're also getting a missing-plugin messsage for a
10764           missing subtitle URI handler (and clean up properly).
10765
10766 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
10767
10768         * gst/playback/gstplaybasebin.c: (analyse_source), (setup_source):
10769           Plug a few reference leaks.
10770
10771 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
10772
10773         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
10774           Lower probability a bit if the marker isn't right at the start,
10775           to decrease the chance of false positives.
10776
10777 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
10778
10779         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
10780           Small mpeg2 system stream typefinding improvement: make typefinder
10781           probe a bit into the stream instead of just looking for a marker
10782           at the beginning. Fixes #397810.
10783
10784 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
10785
10786         * gst/audioconvert/gstchannelmix.c:
10787           Remove compatibility cruft for prehistoric GLib versions.
10788
10789 2007-01-17  Tim-Philipp Müller  <tim at centricular dot net>
10790
10791         * gst/playback/Makefile.am:
10792         * gst/playback/gstdecodebin.c: (close_pad_link):
10793         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
10794         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
10795         (gst_play_base_bin_handle_message_func), (unknown_type):
10796           Let decodebin be the element to post missing-plugin messages for
10797           missing decoders (rather than playbin); make playbin implement
10798           GstBin::handle_message so we can suppress missing-plugin messages
10799           for types we're not handling on purpose (don't want to bring up an
10800           installer in those cases).
10801
10802 2007-01-16  Tim-Philipp Müller  <tim at centricular dot net>
10803
10804         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
10805         * gst-libs/gst/tag/gstvorbistag.c:
10806         (gst_tag_list_to_vorbiscomment_buffer):
10807         * gst/typefind/gsttypefindfunctions.c: (vorbis_type_find):
10808           Fix potentially unaligned access (#397207).
10809
10810 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
10811
10812         * tests/examples/seek/seek.c: (set_scale), (update_scale),
10813         (do_seek), (stop_seek), (pause_cb), (stop_cb), (loop_toggle_cb),
10814         (rate_spinbutton_changed_cb), (msg_eos), (msg_segment_done),
10815         (main):
10816           Allow to toggle looping while it plays. Fix callback prototype. Clean
10817           up code a bit more. Add copyright header.
10818
10819 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
10820
10821         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
10822           Red and blue mask was swapped (spotted by Dan Williams).
10823
10824 2007-01-15  Stefan Kost  <ensonic@users.sf.net>
10825
10826         * gst-libs/gst/tag/gstid3tag.c:
10827         * gst-libs/gst/tag/gstvorbistag.c:
10828           Use new beats-per-minute tag from core.
10829
10830 2007-01-15  Tim-Philipp Müller  <tim at centricular dot net>
10831
10832         * po/POTFILES.in:
10833           Add new files with translatable strings, so they actually make it
10834           into the template file one day.
10835
10836 2007-01-12  Andy Wingo  <wingo@pobox.com>
10837
10838         * gst-libs/gst/audio/gstbaseaudiosink.c
10839         (gst_base_audio_sink_fixate): Implement, stolen from baseaudiosrc.
10840         (gst_base_audio_sink_activate_pull): Remove the handwavey nego
10841         stuff, as the base class handles this now. Actually tell the ring
10842         buffer to start.
10843         (gst_base_audio_sink_callback): Cast the ring buffer correctly.
10844         How did this work before? Maybe I'm not as awesome a programmer as
10845         I think.
10846
10847         * gst-libs/gst/audio/gstbaseaudiosrc.c
10848         (gst_base_audio_src_fixate): Rework as a basesrc vmethod instead
10849         of a pad function.
10850
10851 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
10852
10853         * gst-libs/gst/utils/missing-plugins.c: (copy_and_clean_caps):
10854           Remove more fields so that the application can better blacklist
10855           formats that have been tried before.
10856
10857 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
10858
10859         * gst-libs/gst/audio/mixerutils.h:
10860           Add G_BEGIN_DECLS and G_END_DECLS guards so these helpers can be
10861           used when compiling with c++ compilers as well.
10862
10863 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
10864
10865         * gst/typefind/gsttypefindfunctions.c:
10866           Fix comment.
10867
10868 2007-01-11  Tim-Philipp Müller  <tim at centricular dot net>
10869
10870         * gst/playback/gstplaybin.c: (post_missing_element_message),
10871         (gen_video_element), (gen_text_element), (gen_audio_element),
10872         (gen_vis_element):
10873           Post missing-plugin messages also when we error out because
10874           converters, textoverlay or auto*sinks are missing (#161922).
10875
10876 2007-01-10  Wim Taymans  <wim@fluendo.com>
10877
10878         * gst/playback/gstdecodebin.c: (dynamic_add), (close_pad_link),
10879         (is_demuxer_element), (new_caps):
10880         * gst/playback/gstplaybasebin.c: (source_new_pad):
10881         Fix the case where we try to ref a NULL element when we delay a link
10882         because of unfixed caps.
10883         Set the state of autoplugged decodebins to PAUSED.
10884         RTSP now works in playbin, we can remove it from the blacklist.
10885
10886 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
10887
10888         * gst/playback/Makefile.am:
10889         * gst/playback/gstplaybasebin.c: (string_arr_has_str),
10890         (unknown_type), (setup_subtitle), (gen_source_element):
10891         * gst/playback/gstplaybin.c: (plugin_init):
10892           Post missing-plugin messages on the bus for missing sources and
10893           missing decoders/demuxers/depayloaders; fix error code used when
10894           we're missing an URI handler source; for media types that we are not
10895           handling on purpose at the moment, don't print "don't know how to
10896           handle xyz" messages to the terminal or post missing-plugin
10897           messages on the bus.
10898
10899         * tests/check/elements/playbin.c: (create_playbin),
10900         (GST_START_TEST), (gst_codec_src_uri_get_type),
10901         (gst_codec_src_uri_get_protocols), (gst_codec_src_uri_get_uri),
10902         (gst_codec_src_uri_set_uri), (gst_codec_src_uri_handler_init),
10903         (gst_codec_src_init_type), (gst_codec_src_base_init),
10904         (gst_codec_src_create), (gst_codec_src_class_init),
10905         (gst_codec_src_init), (plugin_init), (playbin_suite):
10906           Add some tests for the missing-plugin stuff.
10907
10908 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
10909
10910         * configure.ac:
10911         * gst-libs/gst/Makefile.am:
10912         * gst-libs/gst/utils/Makefile.am:
10913         * gst-libs/gst/utils/base-utils.c: (gst_base_utils_init):
10914         * gst-libs/gst/utils/base-utils.h:
10915         * gst-libs/gst/utils/descriptions.c: (format_info_get_desc),
10916         (find_format_info), (caps_are_rtp_caps),
10917         (gst_base_utils_get_source_description),
10918         (gst_base_utils_get_sink_description),
10919         (gst_base_utils_get_decoder_description),
10920         (gst_base_utils_get_encoder_description),
10921         (gst_base_utils_get_element_description),
10922         (gst_base_utils_add_codec_description_to_tag_list),
10923         (gst_base_utils_get_codec_description), (gst_base_utils_list_all):
10924         * gst-libs/gst/utils/descriptions.h:
10925         * gst-libs/gst/utils/missing-plugins.c:
10926         (missing_structure_get_type), (copy_and_clean_caps),
10927         (gst_missing_uri_source_message_new),
10928         (gst_missing_uri_sink_message_new),
10929         (gst_missing_element_message_new),
10930         (gst_missing_decoder_message_new),
10931         (gst_missing_encoder_message_new),
10932         (missing_structure_get_string_detail),
10933         (missing_structure_get_caps_detail),
10934         (gst_missing_plugin_message_get_installer_detail),
10935         (gst_missing_plugin_message_get_description),
10936         (gst_is_missing_plugin_message):
10937         * gst-libs/gst/utils/missing-plugins.h:
10938           API: add new libgstbaseutils library with functions
10939           - to create and parse missing-plugins messages
10940           - that provide (translated) descriptions for caps/decoders/sources/etc.
10941           Closes #392393.
10942
10943         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
10944         * pkgconfig/gstreamer-plugins-base.pc.in:
10945           Add new lib.
10946
10947         * docs/libs/gst-plugins-base-libs-docs.sgml:
10948         * docs/libs/gst-plugins-base-libs-sections.txt:
10949           Generate docs for new lib and API.
10950
10951         * tests/check/Makefile.am:
10952         * tests/check/libs/.cvsignore:
10953         * tests/check/libs/utils.c: (missing_msg_check_getters),
10954         (GST_START_TEST), (libgstbaseutils_suite):
10955           Add some basic unit tests.
10956
10957 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
10958
10959         * ext/ogg/Makefile.am:
10960           Dist gstoggdemux.h to fix 'make distcheck'.
10961
10962         * sys/v4l/Makefile.am:
10963           Fix 'make distcheck' even more.
10964
10965 2007-01-09  Wim Taymans  <wim@fluendo.com>
10966
10967         * docs/plugins/Makefile.am:
10968         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
10969         * docs/plugins/gst-plugins-base-plugins-sections.txt:
10970         * ext/ogg/gstoggdemux.c: (gst_ogg_page_copy), (gst_ogg_page_free),
10971         (gst_ogg_pad_query_types), (gst_ogg_pad_submit_page),
10972         (gst_ogg_chain_reset), (gst_ogg_chain_new_stream),
10973         (gst_ogg_demux_perform_seek):
10974         * ext/ogg/gstoggdemux.h:
10975         Added docs.
10976         Add some more comments.
10977         Small cleanups.
10978
10979 2007-01-09  Wim Taymans  <wim@fluendo.com>
10980
10981         * ext/theora/theoradec.c:
10982         * ext/vorbis/vorbisdec.c:
10983         * gst-libs/gst/audio/gstringbuffer.c:
10984         (gst_ring_buffer_commit_full):
10985         * gst-libs/gst/audio/gstringbuffer.h:
10986         * gst-libs/gst/rtp/gstrtpbuffer.c:
10987         * gst-libs/gst/tag/gstvorbistag.c:
10988         Small documentation updates/fixes
10989
10990 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
10991
10992         * configure.ac:
10993           Require core CVS HEAD for Andy's basesrc/sink API additions.
10994
10995 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
10996
10997         Patch by: Günter Thelen  <daedalus dot inc at gmx net>
10998
10999         * gst/typefind/gsttypefindfunctions.c: (flac_type_find),
11000         (plugin_init):
11001           Add typefinder for flac-in-ogg in conformance with the ogg-mapping
11002           on flac.sf.net (there appear to be other versions of the first
11003           ogg page in the wild) (#391365).
11004
11005 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
11006
11007         * configure.ac:
11008           Check if localtime_r() is available.
11009
11010         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_render_time):
11011           If localtime_r() is not available, fall back to localtime(). Should
11012           fix build on MingW (#393310).
11013
11014 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
11015
11016         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
11017         * gst/subparse/gstsubparse.h:
11018           Remove spurious 1000 subtrahend when calculating the timestamp from
11019           the frame number and the frame rate . Also, use the frames/second
11020           value specified in the first line of the file, if one is specified
11021           there. Should fix #357503.
11022
11023         * tests/check/elements/subparse.c: (do_test),
11024         (test_tmplayer_do_test), (test_microdvd_do_test), (GST_START_TEST),
11025         (subparse_suite):
11026           Add some basic unit tests for the microdvd subtitle format.
11027
11028 2007-01-07  Julien MOUTTE  <julien@moutte.net>
11029
11030         Patch by: Young-Ho Cha <ganadist at chollian dot net>
11031
11032         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
11033         (gst_xvimage_buffer_finalize), (gst_xvimagesink_xvimage_new),
11034         (gst_xvimagesink_xvimage_put), (gst_lookup_xv_port_from_adaptor),
11035         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_setcaps),
11036         (gst_xvimagesink_set_xwindow_id),
11037         (gst_xvimagesink_set_event_handling),
11038         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
11039         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
11040         Fixes: #390076.
11041         Add an adaptor property to select a specific XV adaptor.
11042         * sys/xvimage/xvimagesink.h:
11043
11044 2007-01-07  Julien MOUTTE  <julien@moutte.net>
11045
11046         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
11047         (gst_ximagesink_handle_xerror), (gst_ximagesink_ximage_new),
11048         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
11049         (gst_ximagesink_handle_xevents), (gst_ximagesink_setcaps),
11050         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
11051         (gst_ximagesink_expose), (gst_ximagesink_set_event_handling):
11052         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
11053         (gst_xvimage_buffer_finalize), (gst_xvimagesink_handle_xerror),
11054         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
11055         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_setcaps),
11056         (gst_xvimagesink_change_state), (gst_xvimagesink_set_xwindow_id),
11057         (gst_xvimagesink_expose), (gst_xvimagesink_set_event_handling):
11058         Use flow_lock much more to protect every access to xwindow.
11059         Try to catch erros while creating images in case some drivers are
11060         just generating an XError when the requested image is too big.
11061         Should fix : #354698, #384008, #384060.
11062         * tests/icles/stress-xoverlay.c: (cycle_window), (create_window):
11063         Implement some stress testing of setting window xid.
11064
11065 2007-01-07  Sébastien Moutte  <sebastien@moutte.net>
11066
11067         * win32/common/libgsaudio.def:
11068           Add new exported function.
11069         * win32/common/libgstogg.dsp:
11070           Add gstoggaviparse.c to the build.
11071         * win32/common/libgstvideoscale.dsp:
11072           Add vs_4tap.c to the build.
11073         * win32/common/libgstvorbis.dsp:
11074           Add vorbistag.c to the build.
11075         
11076 2007-01-06  Andy Wingo  <wingo@pobox.com>
11077
11078         * gst-libs/gst/audio/gstbaseaudiosink.c
11079         (gst_base_audio_sink_class_init)
11080         (gst_base_audio_sink_init): 
11081         (gst_base_audio_sink_activate_pull): Add an activate_pull function
11082         to baseaudiosink, and tell basesink that we can work in pull mode.
11083         This way the ring buffer thread drives the pipeline directly, if
11084         pull mode is possible. There is some lingering nastiness regarding
11085         capsnego, however.
11086         (gst_base_audio_sink_callback): Implement the callback to pull
11087         data. This interface is a bit light, though -- it should get a
11088         GstFlowReturn return value at least.
11089
11090 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
11091
11092         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_stream_out):
11093         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
11094         * gst/playback/gstdecodebin2.c:
11095         (gst_decode_group_check_if_blocked):
11096           Printf format and missing argument fixes.
11097
11098 2007-01-05  Jan Schmidt  <thaytan@mad.scientist.com>
11099
11100         * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header),
11101         (gst_ogm_parse_change_state):
11102         Activate pads before adding them to the element.
11103
11104 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
11105
11106         * tests/examples/seek/scrubby.c: (main):
11107         * tests/examples/seek/seek.c: (main):
11108           Call g_thread_init() first thing in main() (see #391278).
11109
11110 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
11111
11112         * tests/check/Makefile.am:
11113         * tests/check/libs/.cvsignore:
11114         * tests/check/libs/netbuffer.c: (GST_START_TEST),
11115         (netbuffer_suite):
11116           Add test for GstNetBuffer + gst_buffer_copy(). Disabled
11117           for the time being, since it's broken, see #393099.
11118
11119 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
11120
11121         * tests/check/Makefile.am:
11122           Update to use GST_PLUGINS_BASE_CFLAGS as well.
11123
11124 2007-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
11125
11126         * configure.ac:
11127           split out GST_CFLAGS into GST_PLUGINS_BASE_CFLAGS and GST_CFLAGS
11128           so that GST_BASE_CFLAGS can go inbetween them, making sure
11129           we use uninstalled gst-libs headers
11130         * docs/libs/Makefile.am:
11131         * ext/alsa/Makefile.am:
11132         * ext/cdparanoia/Makefile.am:
11133         * ext/gnomevfs/Makefile.am:
11134         * ext/libvisual/Makefile.am:
11135         * ext/ogg/Makefile.am:
11136         * ext/theora/Makefile.am:
11137         * ext/vorbis/Makefile.am:
11138         * gst-libs/gst/audio/Makefile.am:
11139         * gst-libs/gst/cdda/Makefile.am:
11140         * gst-libs/gst/interfaces/Makefile.am:
11141         * gst-libs/gst/riff/Makefile.am:
11142         * gst-libs/gst/rtp/Makefile.am:
11143         * gst-libs/gst/tag/Makefile.am:
11144         * gst/adder/Makefile.am:
11145         * gst/audioconvert/Makefile.am:
11146         * gst/audiorate/Makefile.am:
11147         * gst/audioresample/Makefile.am:
11148         * gst/playback/Makefile.am:
11149         * gst/tcp/Makefile.am:
11150         * gst/videoscale/Makefile.am:
11151         * gst/volume/Makefile.am:
11152         * sys/ximage/Makefile.am:
11153         * sys/xvimage/Makefile.am:
11154         * tests/icles/Makefile.am:
11155           adapt
11156
11157 2007-01-04  Julien MOUTTE  <julien@moutte.net>
11158
11159         * gst-libs/gst/interfaces/xoverlay.c:
11160         (gst_x_overlay_handle_events):
11161         * gst-libs/gst/interfaces/xoverlay.h:
11162         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
11163         (gst_ximagesink_set_xwindow_id),
11164         (gst_ximagesink_set_event_handling),
11165         (gst_ximagesink_xoverlay_init), (gst_ximagesink_set_property),
11166         (gst_ximagesink_get_property), (gst_ximagesink_init),
11167         (gst_ximagesink_class_init):
11168         * sys/ximage/ximagesink.h:
11169         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new),
11170         (gst_xvimagesink_set_xwindow_id),
11171         (gst_xvimagesink_set_event_handling),
11172         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_set_property),
11173         (gst_xvimagesink_get_property), (gst_xvimagesink_init),
11174         (gst_xvimagesink_class_init):
11175         * sys/xvimage/xvimagesink.h:
11176         * tests/icles/stress-xoverlay.c: (toggle_events), (create_window):
11177         Add a method to the XOverlay interface to allow disabling of 
11178         event handling in x[v]imagesink elements. This will let X events
11179         propagate to parent windows which can be usefull in some cases.
11180         Be carefull that the application is then responsible of pushing
11181         navigation events and expose events to the video sink.
11182         Fixes: #387138.
11183
11184 2007-01-03  Tim-Philipp Müller  <tim at centricular dot net>
11185
11186         * gst-libs/gst/tag/gstvorbistag.c:
11187         * tests/check/libs/tag.c: (GST_START_TEST):
11188           Add vorbistag <=> GStreamer tag mapping for GST_TAG_LOCATION
11189           (fixes #392070).
11190
11191 2007-01-01  Tim-Philipp Müller  <tim at centricular dot net>
11192
11193         * configure.ac:
11194         * docs/Makefile.am:
11195         * docs/design/Makefile.am:
11196           Dist design docs.
11197
11198 2006-12-27  Julien MOUTTE  <julien@moutte.net>
11199
11200         * docs/libs/gst-plugins-base-libs-sections.txt: Fix a documentation
11201         typo. Fixes: #390063.
11202
11203 2006-12-27  Julien MOUTTE  <julien@moutte.net>
11204
11205         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
11206         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Plug a
11207         caps leak.
11208         * win32/common/config.h: Updated.
11209
11210 2006-12-22  Stefan Kost  <ensonic@users.sf.net>
11211
11212         * tests/check/elements/gdpdepay.c: (cleanup_gdpdepay),
11213         (setup_gdpdepay_streamheader):
11214         * tests/check/elements/gdppay.c: (cleanup_gdppay),
11215         (setup_gdppay_streamheader):
11216           Fix the dp tests, but activating the pads for the streamheader tests
11217           too and cleaning up conditionaly
11218
11219 2006-12-22  Jan Schmidt  <thaytan@mad.scientist.com>
11220
11221         * gst/ffmpegcolorspace/avcodec.h:
11222         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11223         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
11224         (gst_ffmpegcsp_avpicture_fill):
11225         * gst/ffmpegcolorspace/imgconvert.c: (img_convert),
11226         (img_get_alpha_info):
11227         Add 2 new caps arrangements, for 24-bit RGB and BGR in 32-bits, but at the
11228         other end of the word. Fixes: #387073.
11229
11230         Add some inconsequential branch hints in a couple of places.
11231
11232 2006-12-21  Tim-Philipp Müller  <tim at centricular dot net>
11233
11234         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11235         (gst_ffmpeg_caps_to_smpfmt):
11236           The "signed" field in raw audio caps is of boolean type, trying to
11237           extract the value with _get_int() will fail (fix to keep in sync with
11238           the copy in gst-ffmpeg)
11239
11240 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
11241
11242         * tests/check/elements/audioresample.c: (cleanup_audioresample):
11243         * tests/check/elements/audiotestsrc.c: (cleanup_audiotestsrc):
11244         * tests/check/elements/gdpdepay.c: (setup_gdpdepay),
11245         (cleanup_gdpdepay):
11246         * tests/check/elements/gdppay.c: (setup_gdppay), (cleanup_gdppay):
11247         * tests/check/elements/subparse.c: (teardown_subparse):
11248         * tests/check/elements/textoverlay.c: (cleanup_textoverlay):
11249         * tests/check/elements/videorate.c: (cleanup_videorate):
11250         * tests/check/elements/videotestsrc.c: (cleanup_videotestsrc):
11251         * tests/check/elements/volume.c: (cleanup_volume):
11252         * tests/check/elements/vorbisdec.c: (setup_vorbisdec),
11253         (cleanup_vorbisdec):
11254         * tests/check/elements/vorbistag.c: (setup_vorbistag),
11255         (cleanup_vorbistag):
11256           consistent pad (de)activation
11257
11258 2006-12-20  Tim-Philipp Müller  <tim at centricular dot net>
11259
11260         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
11261           Forgot to register the extensions.
11262
11263 2006-12-20  Tim-Philipp Müller  <tim at centricular dot net>
11264
11265         * gst/typefind/gsttypefindfunctions.c: (vivo_type_find),
11266         (plugin_init):
11267           Add typefinder for VIVO files (my christmas present to the 90s).
11268
11269 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
11270
11271         * gst/playback/gstdecodebin.c: (type_found):
11272           Special-case the text/plain media type: we only want to recognise it
11273           as a 'raw' decoded media type if it comes from a demuxer or subtitle
11274           parser, but not if the entire stream is of text/plain type. If the
11275           entire stream is text/plain, we should just error out.
11276
11277           This fixes playback of audio files with lyrics in totem. Totem can't
11278           distinguish between text files and subtitle files and passes any
11279           .txt file with the same basename as the main file to playbin as
11280           suburi, and playbin will then throw a 'subtitle found, but no video
11281           stream' error, which isn't entirely helpful. See #380342.
11282
11283           Also, with this change we'll show a slightly more correct error
11284           message in case totem passes a playlist file to us (although a
11285           custom error message wording instead of the default text would
11286           probably not be a bad idea either).
11287
11288           Same problem also needs to be fixed for playbin+decodebin2.
11289
11290         * tests/check/Makefile.am:
11291         * tests/check/elements/decodebin.c: (src_handoff_cb),
11292         (decodebin_new_decoded_pad_cb), (GST_START_TEST),
11293         (decodebin_suite):
11294           Add simple unit test for decodebin for the above.
11295
11296 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
11297
11298         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
11299         * gst/playback/gstdecodebin2.c: (gst_decode_bin_change_state):
11300           Refuse to change state to READY when we failed to create any of the
11301           required elements in our instance init function.
11302
11303 2006-12-15  Tim-Philipp Müller  <tim at centricular dot net>
11304
11305         * docs/libs/gst-plugins-base-libs-sections.txt:
11306           Small docs fixes/updates.
11307
11308         * gst-libs/gst/video/gstvideosink.h:
11309           Remove nonfunctional GST_VIDEO_SINK_CLOCK macro which is a leftover
11310           from the 0.9 days (GST_BASE_SINK_CLOCK, which it points to, was
11311           removed from the base sink API between 0.9.6 and 0.9.7).
11312           API: add GST_VIDEO_SINK_CAST and use it for the height/width
11313           accessor macros, so we don't do a runtime GObject type check every
11314           time we use them.
11315
11316 2006-12-15  Thomas Vander Stichele  <thomas at apestaart dot org>
11317
11318         * Makefile.am:
11319         * gst-plugins-base.doap:
11320         * gst-plugins-base.spec.in:
11321           add doap file
11322
11323 2006-12-09  Tim-Philipp Müller  <tim at centricular dot net>
11324
11325         Patch by: Jens Granseuer <jensgr at gmx net>
11326
11327         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
11328         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
11329         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
11330         (gst_base_rtp_audio_payload_handle_sample_based_buffer):
11331         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
11332           Declare variables at the beginning of a block. Fixes #383195.
11333
11334 2006-12-07  Jan Schmidt  <thaytan@mad.scientist.com>
11335
11336         * configure.ac:
11337         Bump version nano - back to CVS.
11338
11339
11340 === release 0.10.11 ===
11341
11342 2006-12-06  Jan Schmidt <thaytan@mad.scientist.com>
11343
11344         * configure.ac:
11345           releasing 0.10.11, "Dumb things"
11346
11347 2006-12-05  Jan Schmidt  <thaytan@mad.scientist.com>
11348
11349         * gst/playback/gstdecodebin.c: (find_dynamic), (dynamic_add),
11350         (close_pad_link), (elem_is_dynamic), (unlinked), (close_link):
11351         Handle the case where an element has multiple pads with 
11352         unfixed caps as well as still possibly producing more dynamic 
11353         pads by storing each case as a distinct entry in the dynamic list.
11354         Fixes #38223 again.
11355
11356 2006-12-04  Wim Taymans  <wim@fluendo.com>
11357
11358         * gst/playback/gstdecodebin.c: (close_pad_link):
11359         Fix #382223, add more dynamic caps handling.
11360
11361 2006-12-04  Wim Taymans  <wim@fluendo.com>
11362
11363         * gst-libs/gst/audio/gstringbuffer.h:
11364         * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netbuffer_init),
11365         (gst_netaddress_set_ip4_interface),
11366         (gst_netaddress_set_ip6_interface), (gst_netaddress_set_loopback),
11367         (gst_netaddress_set_ttl), (gst_netaddress_get_ip4_interface),
11368         (gst_netaddress_get_ip6_interface), (gst_netaddress_get_loopback),
11369         (gst_netaddress_get_ttl):
11370         * gst-libs/gst/netbuffer/gstnetbuffer.h:
11371         * gst/playback/gstdecodebin.c: (close_pad_link):
11372         * tests/examples/seek/seek.c: (end_scrub), (end_seek), (do_seek),
11373         (seek_cb), (stop_seek), (rate_spinbutton_changed_cb):
11374         * win32/common/config.h:
11375
11376 2006-12-01  Michael Smith  <msmith@fluendo.com>
11377
11378         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
11379           Delete bad debug code.
11380           Fixes #381219
11381
11382 2006-12-01  Jan Schmidt  <thaytan@mad.scientist.com>
11383
11384         * gst/videoscale/vs_4tap.c:
11385         * win32/MANIFEST:
11386         * win32/common/config.h:
11387         * win32/vs8/libgstvideoscale.vcproj:
11388         Fix compilation on win32 under VS8
11389         Patch by: Sergey Scobich <sergey dot scobich at gmail dot com>
11390         Partially fixes #381175
11391
11392 2006-11-30  Michael Smith  <msmith@fluendo.com>
11393
11394         * tests/check/pipelines/theoraenc.c: (check_buffer_granulepos),
11395         (GST_START_TEST):
11396           It would be very bad if, after a discont buffer, we thought every
11397           single following buffer was also discont. So, add to the test to
11398           ensure that this isn't the case.
11399           
11400         * ext/theora/theoraenc.c: (theora_enc_is_discontinuous):
11401           ... it was the case. So fix it.
11402
11403 2006-11-28  Wim Taymans  <wim@fluendo.com>
11404
11405         * gst/playback/gstplaybasebin.c: (check_queue_event):
11406         Improve debug.
11407
11408         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps):
11409         Fix width and height range from 16 - 4096 to 1 - MAXINT, just like the
11410         padtemplate caps. Refixes #357577.
11411
11412 2006-11-28  Wim Taymans  <wim@fluendo.com>
11413
11414         * gst/playback/gstplaybasebin.c: (check_queue_event),
11415         (queue_threshold_reached), (queue_out_of_data),
11416         (gen_preroll_element):
11417         Add event probe to see when EOS is in a queue and we can disable the
11418         underrun signals. Fixes #357577.
11419
11420 2006-11-28  Edward Hervey  <edward@fluendo.com>
11421
11422         * gst/playback/Makefile.am:
11423         * gst/playback/gstdecodebin2.c: (gst_decode_bin_get_type),
11424         (_gst_boolean_accumulator), (gst_decode_bin_class_init),
11425         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
11426         (gst_decode_bin_init), (gst_decode_bin_dispose),
11427         (gst_decode_bin_finalize), (gst_decode_bin_set_property),
11428         (gst_decode_bin_get_property), (gst_decode_bin_set_caps),
11429         (gst_decode_bin_get_caps), (gst_decode_bin_autoplug_continue),
11430         (gst_decode_bin_autoplug_sort), (analyze_new_pad), (connect_pad),
11431         (connect_element), (expose_pad), (type_found),
11432         (pad_added_group_cb), (pad_removed_group_cb),
11433         (no_more_pads_group_cb), (pad_added_cb), (pad_removed_cb),
11434         (no_more_pads_cb), (find_compatibles), (is_demuxer_element),
11435         (are_raw_caps), (multi_queue_overrun_cb),
11436         (multi_queue_underrun_cb), (gst_decode_group_new),
11437         (get_current_group), (group_demuxer_event_probe),
11438         (gst_decode_group_control_demuxer_pad),
11439         (gst_decode_group_control_source_pad),
11440         (gst_decode_group_check_if_blocked),
11441         (gst_decode_group_check_if_drained), (gst_decode_group_expose),
11442         (gst_decode_group_hide), (gst_decode_group_free),
11443         (gst_decode_group_set_complete), (source_pad_blocked_cb),
11444         (source_pad_event_probe), (gst_decode_pad_new), (add_fakesink),
11445         (remove_fakesink), (find_sink_pad), (gst_decode_bin_change_state),
11446         (plugin_init):
11447         New decodebin2 element.
11448         Closes #370092
11449         * gst/playback/gstplay-marshal.list:
11450         Added marshallers for new signals in decodebin2
11451         * gst/playback/gstplaybasebin.c: (setup_subtitle), (make_decoder):
11452         Use decodebin2 if *and only if* the USE_DECODEBIN2 environment variable
11453         is set.
11454
11455 2006-11-28  Wim Taymans  <wim@fluendo.com>
11456
11457         * gst/playback/gstplaybasebin.c: (setup_source),
11458         (gst_play_base_bin_change_state):
11459         Disable rtsp:// uris for the release, it's not good enough yet.
11460         Remove unused var.
11461
11462 2006-11-26  Wim Taymans  <wim@fluendo.com>
11463
11464         * ext/theora/theoradec.c: (gst_theora_dec_reset),
11465         (theora_dec_push_forward), (theora_dec_push_reverse),
11466         (theora_handle_data_packet), (theora_dec_decode_buffer),
11467         (theora_dec_flush_decode), (theora_dec_chain_reverse),
11468         (theora_dec_chain_forward), (theora_dec_chain):
11469         Implement reverse playback.
11470
11471         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
11472         (vorbis_dec_decode_buffer), (vorbis_dec_flush_decode),
11473         (vorbis_dec_chain_forward):
11474         Clear buffers used for reverse playback in _reset.
11475         No need to set the eos flag, we clip samples using the segment.
11476
11477 2006-11-24  Wim Taymans  <wim@fluendo.com>
11478
11479         * ext/ogg/gstoggdemux.c: (gst_ogg_page_copy), (gst_ogg_page_free),
11480         (gst_ogg_pad_init), (gst_ogg_pad_dispose), (gst_ogg_pad_reset),
11481         (gst_ogg_pad_stream_out), (gst_ogg_pad_submit_page),
11482         (gst_ogg_chain_reset), (gst_ogg_demux_perform_seek):
11483         Some cleanups.
11484         Handle continued pages in reverse mode.
11485
11486 2006-11-24  Wim Taymans  <wim@fluendo.com>
11487
11488         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward),
11489         (vorbis_handle_data_packet), (vorbis_dec_decode_buffer),
11490         (vorbis_dec_flush_decode):
11491         Small cleanups.
11492         Don't try to add invalid timestamps.
11493         Clipping will unref the buffer.
11494
11495 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
11496
11497         * gst/adder/gstadder.h:
11498         * gst/audiotestsrc/gstaudiotestsrc.h:
11499           remove obsolete _factory_init protos
11500
11501 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
11502
11503         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
11504           Fix spacing in debug message.
11505
11506 2006-11-23  Wim Taymans  <wim@fluendo.com>
11507
11508         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page),
11509         (gst_ogg_demux_chain):
11510         Don't just ignore return values from _pad_push().
11511         Small debug improvements.
11512
11513 2006-11-23  Michael Smith  <msmith@fluendo.com>
11514
11515         * ext/ogg/gstoggmux.c: (gst_ogg_mux_process_best_pad):
11516           If our incoming buffer is marked as DISCONT, then increment the page
11517           number (so that the discontinuity is marked in the final ogg
11518           bitstream) and flush the previous page.
11519
11520 2006-11-22  Michael Smith  <msmith@fluendo.com>
11521
11522         * ext/theora/gsttheoraenc.h:
11523         * ext/theora/theoraenc.c: (gst_theora_enc_init),
11524         (theora_enc_reset), (theora_enc_clear), (theora_enc_sink_setcaps),
11525         (theora_buffer_from_packet), (theora_enc_is_discontinuous),
11526         (theora_enc_chain), (theora_enc_change_state):
11527           Mark discontinuities of > 3/4 of a frame, reinit encoder.
11528
11529         * tests/check/pipelines/theoraenc.c: (check_buffer_granulepos),
11530         (GST_START_TEST), (theoraenc_suite):
11531           Enable discontinuity test, fix it.
11532
11533 2006-11-21  Tim-Philipp Müller  <tim at centricular dot net>
11534
11535         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
11536         (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
11537         (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
11538         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
11539         (gst_text_overlay_change_state):
11540         * ext/pango/gsttextoverlay.h:
11541           Some textoverlay fixes: for one, in the video chain function,
11542           actually wait for a text buffer to come in if there is none at the
11543           moment and there should be one; also, deal more gracefully with
11544           incoming buffers that do not have a timestamp or duration; discard
11545           text buffer when not needed any longer. Fixes #341681.
11546
11547         * tests/check/Makefile.am:
11548         * tests/check/elements/.cvsignore:
11549         * tests/check/elements/textoverlay.c:
11550         (notgst_check_setup_src_pad2), (notgst_check_teardown_src_pad2),
11551         (setup_textoverlay), (buffer_is_all_black), (create_black_buffer),
11552         (create_text_buffer), (cleanup_textoverlay), (GST_START_TEST),
11553         (test_video_waits_for_text_send_text_newsegment_thread),
11554         (test_video_waits_for_text_shutdown_element),
11555         (test_render_continuity_push_video_buffers_thread),
11556         (textoverlay_suite):
11557           Add some unit tests for textoverlay.
11558
11559 2006-11-21  Tim-Philipp Müller  <tim at centricular dot net>
11560
11561         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
11562           Avoid integer underflow when the found probability for mp3 is
11563           smaller than the 'penalty' we subtract if there's not a clean
11564           mp3 header sync at offset 0.
11565
11566 2006-11-21  Stefan Kost  <ensonic@users.sf.net>
11567
11568         * docs/libs/gst-plugins-base-libs-sections.txt:
11569           Add some new symbols to the docs
11570
11571 2006-11-20  Tim-Philipp Müller  <tim at centricular dot net>
11572
11573         * tests/check/Makefile.am:
11574         * tests/check/elements/ffmpegcolorspace.c:
11575         (ffmpegcolorspace_suite):
11576           Enable ffmpegcolorspace test now that the RGBA32 issue is fixed
11577           (for now not for valgrinding though, since it takes too long).
11578
11579 2006-11-20  Wim Taymans  <wim@fluendo.com>
11580
11581         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11582         (gst_ffmpeg_pixfmt_to_caps):
11583         Fix RGBA32 caps. Fixes #357038.
11584
11585 2006-11-20  Tim-Philipp Müller  <tim at centricular dot net>
11586
11587         * gst-libs/gst/interfaces/mixertrack.h:
11588           Add FIXME so we can add some padding here in 0.11
11589
11590 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
11591
11592         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
11593           Fix GstBaseRTPAudioPayload structure so the whole GObject
11594           inheritance business actually works (parent class instance structure
11595           must always come first in the derived class instance structure).
11596
11597 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
11598
11599         * gst/videotestsrc/Makefile.am:
11600         * tests/check/Makefile.am:
11601           Make sure our checks and the videotestsrc plugin link against the
11602           local uninstalled gst libs and not any installed gst libs that
11603           might happen to exist as well.
11604
11605         * tests/check/elements/adder.c: (message_received),
11606         (test_event_message_received), (test_play_twice_message_received):
11607         * tests/check/elements/ffmpegcolorspace.c: (GST_START_TEST):
11608           Fix compiler warnings when compiling against core with disabled
11609           debugging system.
11610
11611 2006-11-16  Michael Smith  <msmith@fluendo.com>
11612
11613         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
11614         (gst_audio_rate_sink_event), (gst_audio_rate_chain):
11615           Fix audiorate, so that it accurately sets offsets and timestamps.
11616           Doesn't change the fundamental algorithmic decisions; so should be
11617           safe.
11618
11619         * tests/check/Makefile.am:
11620           Enable audiorate test now that it passes.
11621
11622 2006-11-09  Stefan Kost  <ensonic@users.sf.net>
11623
11624         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
11625           clear xv when going to NULL, remove // commented non-existant proto
11626
11627         * tests/examples/seek/seek.c: (main):
11628           add missing tooltip description for scrub and play_scrub
11629
11630 2006-11-14  David Schleef  <ds@schleef.org>
11631
11632         * configure.ac:
11633           Bump liboil requirement to 0.3.8.
11634         * gst-libs/gst/riff/riff-media.c:
11635           Add Dirac fourcc.
11636         * gst/videoscale/vs_image.h:
11637         * gst/videoscale/vs_scanline.h:
11638           Use liboil's stdint.h.
11639         * gst/videotestsrc/videotestsrc.c:
11640           Remove liboil related ifdef's, since they aren't needed now, and
11641           won't work with future versions.
11642
11643 2006-11-14  David Schleef  <ds@schleef.org>
11644
11645         * gst/videoscale/Makefile.am:
11646         * gst/videoscale/gstvideoscale.c:
11647         * gst/videoscale/gstvideoscale.h:
11648         * gst/videoscale/vs_4tap.c:
11649         * gst/videoscale/vs_4tap.h:
11650         * gst/videoscale/vs_image.c:
11651         * gst/videoscale/vs_image.h:
11652         * gst/videoscale/vs_scanline.c:
11653         * gst/videoscale/vs_scanline.h:
11654           Add a 4-tap image scaler.  Theoretically looks much prettier.
11655           The tap calculation could use some improvement.
11656
11657 2006-11-14  Wim Taymans  <wim@fluendo.com>
11658
11659         Patch by: Jan David Mol <j dot j dot d dot mol at tudelft dot nl>
11660
11661         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds),
11662         (gst_riff_parse_strf_iavs):
11663         * gst/subparse/gstsubparse.c: (convert_encoding):
11664         * gst/tcp/gstmultifdsink.c:
11665         (gst_multi_fd_sink_handle_client_write):
11666         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
11667         (gst_tcp_read_buffer), (gst_tcp_gdp_read_caps),
11668         (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
11669         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_render):
11670         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
11671         (gst_ximagesink_ximage_new):
11672         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
11673         Various gsize and gssize printf fixes. Fixes #372507.
11674
11675 2006-11-13  Wim Taymans  <wim@fluendo.com>
11676
11677         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
11678         (vorbis_dec_push_forward), (vorbis_dec_push_reverse),
11679         (vorbis_handle_data_packet), (vorbis_dec_decode_buffer),
11680         (vorbis_dec_flush_decode), (vorbis_dec_chain_reverse),
11681         (vorbis_dec_chain_forward), (vorbis_dec_chain):
11682         * ext/vorbis/vorbisdec.h:
11683         First stab at vorbis reverse playback.
11684
11685 2006-11-13  Wim Taymans  <wim@fluendo.com>
11686
11687         * gst-libs/gst/audio/gstbaseaudiosink.c:
11688         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
11689         * gst-libs/gst/audio/gstbaseaudiosink.h:
11690         Make the clock sync code more accurate wrt resampling and playback
11691         at different rates.
11692         
11693         * gst-libs/gst/audio/gstringbuffer.c:
11694         (gst_ring_buffer_commit_full), (gst_ring_buffer_commit):
11695         * gst-libs/gst/audio/gstringbuffer.h:
11696         Use better algorithm to interpolate sample rates. 
11697
11698 2006-11-13  Michael Smith  <msmith@fluendo.com>
11699
11700         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page):
11701           Improve a debug line slightly.
11702
11703         * ext/ogg/gstogmparse.c: (gst_ogm_parse_plugin_init):
11704           Call gst_riff_init() in plugin_init, to avoid getting errors from
11705           the debug system (unrelated changes to another plugin made this turn
11706           up; not sure why).
11707
11708 2006-11-10  Tim-Philipp Müller  <tim at centricular dot net>
11709
11710         Patch by: Sergey Scobich  <sergery.scobich at gmail com>
11711
11712         * win32/common/libgsttag.def:
11713           Add missing symbol (#366492).
11714
11715 2006-11-09  Tim-Philipp Müller  <tim at centricular dot net>
11716
11717         * gst/playback/gststreamselector.c: (gst_stream_selector_dispose):
11718           Don't unref a NULL pad.
11719
11720 2006-11-09  Wim Taymans  <wim@fluendo.com>
11721
11722         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page),
11723         (gst_ogg_demux_get_prev_page), (gst_ogg_demux_perform_seek),
11724         (gst_ogg_demux_handle_page), (gst_ogg_demux_chain),
11725         (gst_ogg_demux_loop_forward), (gst_ogg_demux_loop_reverse),
11726         (gst_ogg_demux_loop):
11727         Implement first stab at reverse playback.
11728
11729 2006-11-07  Stefan Kost  <ensonic@users.sf.net>
11730
11731         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
11732         (gst_riff_create_video_template_caps):
11733           add h263/h264 variants to the caps, Fixes #363118
11734
11735 2006-11-06  Tim-Philipp Müller  <tim at centricular dot net>
11736
11737         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
11738         * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
11739           Use g_strerror instead of strerror so we get UTF-8.
11740
11741 2006-11-03  David Schleef  <ds@schleef.org>
11742
11743         * ext/ogg/gstoggdemux.c:
11744         * ext/ogg/gstoggmux.c:
11745           Add/remove KW-DIRAC header here, since it is ogg-specific.
11746
11747 2006-11-03  Michael Smith  <msmith@fluendo.com>
11748
11749         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find):
11750           Recognise more mpeg4 elementary video streams.
11751
11752 2006-11-02  Edward Hervey  <edward@fluendo.com>
11753
11754         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
11755         Lower the probability of mp3 typefinding functions if we don't find a
11756         valid mp3 header at the start of the file.
11757         Closes #369482
11758
11759 2006-11-02  Wim Taymans  <wim@fluendo.com>
11760
11761         * ext/theora/gsttheoradec.h:
11762         * ext/theora/theoradec.c: (gst_theora_dec_init),
11763         (theora_dec_sink_event), (theora_dec_chain_forward),
11764         (theora_dec_flush_decode), (theora_dec_chain_reverse),
11765         (theora_dec_chain):
11766         Document and partially implement an algorithm for doing reverse playback
11767         of theora video.
11768
11769 2006-11-02  Tim-Philipp Müller  <tim at centricular dot net>
11770
11771         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
11772
11773         * win32/common/config.h:
11774         * win32/common/interfaces-enumtypes.c:
11775         * win32/common/libgsttag.def:
11776         * win32/vs8/gst-plugins-base.sln:
11777         * win32/vs8/libgstaudioresample.vcproj:
11778         * win32/vs8/libgstinterfaces.vcproj:
11779         * win32/vs8/libgstogg.vcproj:
11780         * win32/vs8/libgstriff.vcproj:
11781         * win32/vs8/libgsttag.vcproj:
11782         * win32/vs8/libgsttheora.vcproj:
11783         * win32/vs8/libgstvideoscale.vcproj:
11784         * win32/vs8/libgstvorbis.vcproj:
11785           Misc. VS8 build fixes: fix syntax in config.h, add missing entries
11786           to libgsttag.def; add missing dependencies for some vs8 projects;
11787           re-arrange placement of .def files in vs8 projects (#366334).
11788
11789 2006-11-01  Tim-Philipp Müller  <tim at centricular dot net>
11790
11791         * ext/ogg/gstogg.c:
11792           Remove unused variable.
11793
11794         * ext/ogg/gstoggdemux.c:
11795           Fix Wim's surname in plugin description.
11796
11797 2006-10-31  Wim Taymans  <wim@fluendo.com>
11798
11799         * gst-plugins-base.spec.in:
11800         spec new .h file. Fixes #368310.
11801
11802 2006-10-31  Michael Smith  <msmith@fluendo.com>
11803
11804         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_add_full),
11805         (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
11806         (gst_multi_fd_sink_get_stats),
11807         (gst_multi_fd_sink_remove_client_link),
11808         (gst_multi_fd_sink_queue_buffer),
11809         (gst_multi_fd_sink_handle_clients):
11810         * gst/tcp/gstmultifdsink.h:
11811           Make using the remove or clear signals threadsafe.
11812           Make calling get-stats with an invalid fd not segfault.
11813           Fixes 368273.
11814
11815 2006-10-31  Wim Taymans  <wim@fluendo.com>
11816
11817         * gst-libs/gst/rtp/Makefile.am:
11818         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
11819         (gst_base_rtp_audio_payload_init):
11820         Fix and activate base audio payloader.
11821
11822 2006-10-28  Tim-Philipp Müller  <tim at centricular dot net>
11823
11824         * gst/typefind/gsttypefindfunctions.c: (qtif_type_find),
11825         (plugin_init):
11826           Add typefinder for QuickTime Image Files (see #366156).
11827
11828 2006-10-28  Tim-Philipp Müller  <tim at centricular dot net>
11829
11830         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init):
11831           Another typo fix (#366212).
11832
11833 2006-10-27  Wim Taymans  <wim@fluendo.com>
11834
11835         * gst/volume/gstvolume.c: (volume_transform_ip):
11836         Use stream time to synchronize volume property instead of rather random
11837         timestamps. This is needed when gnonlin does its time shifting.
11838
11839 2006-10-27  Wim Taymans  <wim@fluendo.com>
11840
11841         Patch by: Mark Nauwelaerts <manauw at skynet dot be>
11842
11843         * ext/ogg/gstoggmux.c: (gst_ogg_mux_release_pad):
11844         Remove the pad from the element in release_pad. Fixes #364812.
11845
11846 2006-10-27  Tim-Philipp Müller  <tim at centricular dot net>
11847
11848         * sys/ximage/ximagesink.c: (gst_ximagesink_get_type):
11849         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_type):
11850           Explicitly create our custom buffer classes at a thread-safe
11851           location as well, since g_type_class_ref() doesn't seem to be
11852           entirely thread-safe either (#365501; also see #349410).
11853
11854 2006-10-26  Tim-Philipp Müller  <tim at centricular dot net>
11855
11856         * gst-libs/gst/riff/riff-read.c: (freeform_string_to_utf8),
11857         (gst_riff_parse_info):
11858           If strings in INFO chunk are not UTF-8, do something similar to
11859           what we do for ID3v1 tags: check a number of environment variables
11860           (GST_AVI_TAG_ENCODING, GST_RIFF_TAG_ENCODING, GST_TAG_ENCODING) for
11861           character sets to try, otherwise try the current locale and/or fall
11862           back on ISO-8859-1. Fixes #360552.
11863
11864 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
11865
11866         * gst/videotestsrc/gstvideotestsrc.c:
11867         (gst_video_test_src_pattern_get_type),
11868         (gst_video_test_src_set_pattern):
11869         * gst/videotestsrc/gstvideotestsrc.h:
11870         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_checkers1),
11871         (gst_video_test_src_checkers2), (gst_video_test_src_checkers4),
11872         (gst_video_test_src_checkers8):
11873         * gst/videotestsrc/videotestsrc.h:
11874           Add a bunch of exciting new checkers patterns.
11875
11876 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
11877
11878         * gst/subparse/Makefile.am:
11879         * gst/subparse/gstsubparse.c:
11880         (gst_sub_parse_data_format_autodetect),
11881         (gst_sub_parse_format_autodetect), (handle_buffer),
11882         (gst_sub_parse_chain), (gst_subparse_type_find), (plugin_init):
11883         * gst/subparse/gstsubparse.h:
11884         * gst/subparse/tmplayerparse.c: (tmplayer_parse_line),
11885         (parse_tmplayer):
11886         * gst/subparse/tmplayerparse.h:
11887           Add support for TMPlayer-type subtitles (#362845).
11888
11889         * tests/check/elements/subparse.c: (test_tmplayer_do_test),
11890         (GST_START_TEST), (subparse_suite):
11891           Add some basic unit tests for the above.
11892
11893 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
11894
11895         * tests/check/elements/audiorate.c: (test_injector_base_init),
11896         (test_injector_class_init), (test_injector_chain),
11897         (test_injector_init), (probe_cb), (do_perfect_stream_test),
11898         (GST_START_TEST), (audiorate_suite):
11899           More tests for audiorate: inject buffers to check behaviour when
11900           buffers overlap.
11901
11902 2006-10-21  Tim-Philipp Müller  <tim at centricular dot net>
11903
11904         * tests/check/Makefile.am:
11905         * tests/check/elements/.cvsignore:
11906         * tests/check/elements/audiorate.c: (probe_cb), (got_buf),
11907         (do_perfect_stream_test), (GST_START_TEST), (audiorate_suite):
11908           Add some basic unit tests for audiorate. Disabled at the moment
11909           since it doesn't pass yet (see bug #363119).
11910
11911 2006-10-20  Tim-Philipp Müller  <tim at centricular dot net>
11912
11913         * gst/subparse/gstsubparse.c: (subrip_fix_up_markup),
11914         (parse_subrip), (handle_buffer):
11915           Add missing closing tags for markup and fix broken markup,
11916           otherwise pango won't render anything (fixes #357531). Also,
11917           make sure the text we send out is always NUL-terminated
11918           (better safe than sorry etc.).
11919
11920         * tests/check/elements/subparse.c: (test_srt_do_test),
11921         (test_srt):
11922           Some more tests for .srt incl. tests for the above stuff.
11923
11924 2006-10-20  Julien MOUTTE  <julien@moutte.net>
11925
11926         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
11927         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
11928         Patch by: Stefan Kost  <ensonic@users.sf.net>
11929         Try to redraw borders only when needed. Apparently this consumes
11930         resources on small devices... :-O (#363607)
11931
11932 2006-10-20  Michael Smith  <msmith@fluendo.com>
11933
11934         * gst/tcp/gstmultifdsink.c:
11935         (gst_multi_fd_sink_client_queue_buffer):
11936           If caps change, then update the client's idea of the caps so that we
11937           don't end up re-sending streamheaders for every single buffer after
11938           the caps change.
11939
11940 2006-10-20  Michael Smith  <msmith@fluendo.com>
11941
11942         * ext/ogg/gstoggparse.c: (gst_ogg_parse_dispose),
11943         (gst_ogg_parse_append_header), (gst_ogg_parse_chain):
11944           Set caps on pushed buffers; fix up refcounting of caps objects.
11945
11946 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
11947
11948         * gst/typefind/gsttypefindfunctions.c: (mmsh_type_find),
11949         (plugin_init):
11950           Typefind mmsh header data packet to application/x-mmsh (#362625).
11951
11952 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
11953
11954         * tests/check/Makefile.am:
11955         * tests/check/elements/.cvsignore:
11956         * tests/check/elements/subparse.c: (buffer_from_static_string),
11957         (setup_subparse), (teardown_subparse), (test_srt_do_test),
11958         (GST_START_TEST), (subparse_suite):
11959           Add very simple unit test for subparse.
11960
11961 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
11962
11963         * gst/subparse/gstsubparse.c: (strip_trailing_newlines),
11964         (parse_subrip):
11965           Strip trailing newlines from subtitle text output.
11966
11967 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
11968
11969         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
11970         (gst_sub_parse_change_state):
11971           Fix memleak; clear subparse->textbuf n state change function.
11972
11973 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
11974
11975         * gst/subparse/gstsubparse.c:
11976         (gst_sub_parse_data_format_autodetect):
11977           Don't require subrip (.srt) files to start with a chunk number of 1.
11978
11979 2006-10-18  Wim Taymans  <wim@fluendo.com>
11980
11981         * gst-libs/gst/audio/gstbaseaudiosink.c:
11982         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
11983         * gst-libs/gst/audio/gstbaseaudiosink.h:
11984         Extract rate from the NEWSEGMENT event.
11985         Use commit_full to also take rate adjustment into account when writing
11986         samples to the ringbuffer.
11987         
11988         * gst-libs/gst/audio/gstringbuffer.c:
11989         (gst_ring_buffer_commit_full), (gst_ring_buffer_commit),
11990         (gst_ring_buffer_read):
11991         * gst-libs/gst/audio/gstringbuffer.h:
11992         Added _commit_full() to also take rate into account.
11993         Use simple interpolation algorithm to resample audio.
11994         API: gst_ring_buffer_commit_full()
11995
11996         * tests/examples/seek/scrubby.c: (speed_cb), (do_seek):
11997         * tests/examples/seek/seek.c: (segment_done):
11998         Don't try to seek with 0.0 rate, just pause instead.
11999         Remove bogus debug line.
12000
12001 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
12002
12003         * gst/playback/gstplaybasebin.c: (subbin_startup_sync_msg),
12004         (setup_source):
12005           Catch async errors when starting up the subtitle bin, so we can
12006           stop waiting and continue with the main film instead of hanging
12007           forever. Fixes #339366.
12008
12009         * tests/check/elements/playbin.c: (playbin_suite):
12010           Enable unit test for the above.
12011
12012 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
12013
12014         * tests/check/Makefile.am:
12015         * tests/check/elements/.cvsignore:
12016         * tests/check/elements/playbin.c: (GST_START_TEST),
12017         (gst_red_video_src_uri_get_type),
12018         (gst_red_video_src_uri_get_protocols),
12019         (gst_red_video_src_uri_get_uri), (gst_red_video_src_uri_set_uri),
12020         (gst_red_video_src_uri_handler_init),
12021         (gst_red_video_src_init_type), (gst_red_video_src_base_init),
12022         (gst_red_video_src_create), (gst_red_video_src_class_init),
12023         (gst_red_video_src_init), (plugin_init), (playbin_suite):
12024           Some small and basic unit tests for playbin; not very useful yet,
12025           but at least a start.
12026
12027 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
12028
12029         * gst/playback/gstplaybin.c: (setup_sinks):
12030           The old pad activation spiel.
12031
12032 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
12033
12034         * gst/playback/gstplaybasebin.c: (setup_source):
12035           Don't hang forever if the subbin already fails to start up in 
12036           the state change to PAUSED (#339366).
12037
12038 2006-10-17  Tim-Philipp Müller  <tim at centricular dot net>
12039
12040         * gst-libs/gst/interfaces/tuner.c: (gst_tuner_list_channels),
12041         (gst_tuner_set_channel), (gst_tuner_get_channel),
12042         (gst_tuner_list_norms), (gst_tuner_set_norm), (gst_tuner_get_norm),
12043         (gst_tuner_set_frequency), (gst_tuner_get_frequency),
12044         (gst_tuner_signal_strength), (gst_tuner_find_norm_by_name),
12045         (gst_tuner_find_channel_by_name):
12046           Fix some function guards, add some more function guards.
12047
12048 2006-10-17  Jan Schmidt  <thaytan@mad.scientist.com>
12049
12050         * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
12051         (remove_element_chain):
12052         Don't return a pad from get_our_ghost_pad unless it is actually the
12053         one we want.
12054         Change a cast in remove_element_chain slightly.
12055
12056 2006-10-13  Julien MOUTTE  <julien@moutte.net>
12057
12058         * tests/examples/seek/seek.c: (do_seek), (start_seek),
12059         (rate_spinbutton_changed_cb), (segment_done), (msg_state_changed):
12060         Segment seeking needs to use the rate and set stop to -1.
12061
12062 2006-10-13  Wim Taymans  <wim@fluendo.com>
12063
12064         * gst-libs/gst/audio/gstbaseaudiosink.c:
12065         (gst_base_audio_sink_setcaps):
12066         Don't crash when ringbuffer is not yet created.
12067         Patch by: Ville Syrjala <ville dot syrjala at movial dot fi>
12068         Fixes #361634.
12069
12070         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
12071         * gst/playback/gststreamselector.c:
12072         (gst_stream_selector_request_new_pad):
12073         Activate pads befre adding them to running elements.
12074
12075 2006-10-13  Julien MOUTTE  <julien@moutte.net>
12076
12077         * tests/examples/seek/seek.c: (do_seek), (start_seek),
12078         (rate_spinbutton_changed_cb), (msg_state_changed): Stop the scale
12079         updater when we start grabing the slider. Don't wait for the
12080         pipeline to be PAUSED.
12081
12082 2006-10-13  Tim-Philipp Müller  <tim at centricular dot net>
12083
12084         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_list_tracks),
12085         (gst_mixer_set_volume), (gst_mixer_get_volume),
12086         (gst_mixer_set_mute), (gst_mixer_set_option),
12087         (gst_mixer_get_option), (gst_mixer_mute_toggled),
12088         (gst_mixer_record_toggled), (gst_mixer_volume_changed),
12089         (gst_mixer_option_changed):
12090           Guard mixer interface functions against bogus arguments.
12091
12092 2006-10-12  Julien MOUTTE  <julien@moutte.net>
12093
12094         * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
12095         (play_cb), (pause_cb), (stop_cb), (rate_spinbutton_changed_cb),
12096         (msg_state_changed), (main): Use state-changed messages to trigger
12097         start/stop of scale update timer. Indeed the scale slider was
12098         jumping here and there because the update timer was activated 
12099         before seek completed. This fixes instant applying of rate changes
12100         by pressing the spinbutton like a crazy man !
12101
12102 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
12103
12104         Patch by: Sebastien Cote  <sebas642 at yahoo.ca>
12105
12106         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
12107         (gst_basertppayload_finalize):
12108           Fix two small memory leaks (#361456).
12109
12110 2006-10-10  Julien MOUTTE  <julien@moutte.net>
12111
12112         * tests/examples/seek/seek.c: (do_seek),
12113         (rate_spinbutton_changed_cb): When changing spinbutton we try
12114         to change the rate on the fly.
12115
12116 2006-10-10  Wim Taymans  <wim@fluendo.com>
12117
12118         * gst-libs/gst/riff/riff-ids.h:
12119         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
12120         (gst_riff_create_audio_template_caps):
12121         Add WMS caps.
12122
12123 2006-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12124
12125         Patch by: Josep Torra Valles <josep@fluendo.com>
12126
12127         * ext/gnomevfs/gstgnomevfssink.c:
12128         * ext/gnomevfs/gstgnomevfssrc.c:
12129         Fix URI interface implementation return type.
12130         * ext/pango/gsttextoverlay.c: (gst_text_overlay_set_property):
12131         Fix what looks like a copy/paste issue when assigning values.
12132         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
12133         (gst_audio_filter_template_get_type):
12134         Cast to prevent Forte warnings.
12135         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
12136         Fix URI interface implementation return type.
12137         gst_pad_query_position requires a signed integer pointer as
12138         3rd parameter, GstClockTime is unsigned.
12139         * gst/audioconvert/audioconvert.c:
12140         Fix integer overflow when treated as signed.
12141         * gst/audioresample/resample.c: (resample_add_input_data):
12142         Cast to prevent warnings on Forte.
12143         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette):
12144         Fix integer overflow when treated as signed.
12145         * gst/ffmpegcolorspace/imgconvert_template.h:
12146         Fix integer overflow when treated as signed. RGBA_OUT shifts bits.
12147         * gst/playback/gstdecodebin.c: (queue_filled_cb),
12148         (cleanup_decodebin):
12149         Who initialises a guint to -1!
12150         Cast function pointers to prevent warnings on Forte.
12151         * gst/playback/gstplaybasebin.c: (queue_deadlock_check),
12152         (queue_threshold_reached):
12153         Cast function pointers correctly to prevent warnings on Forte.
12154         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
12155         Cast function pointers correctly to prevent warnings on Forte.
12156         * gst/subparse/gstssaparse.c: (gst_ssa_parse_setcaps):
12157         Obvious change to unsigned, 0xEF > max signed char.
12158         * gst/tcp/gstmultifdsink.c: (get_buffers_max), (count_burst_unit):
12159         GstClockTime is unsigned, initialise correctly.
12160         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
12161         Cast so pointer arithemetic doesn't cause warnings on Forte.
12162         * gst/videorate/gstvideorate.c:
12163         Use correct return value.
12164         * tests/examples/seek/scrubby.c:
12165         GstClockTime is unsigned, initialise correctly.
12166
12167 2006-10-10  Tim-Philipp Müller  <tim at centricular dot net>
12168
12169         Patch by: Ferenc Gerlits  <fgerlits at gmail com>
12170
12171         * gst/typefind/gsttypefindfunctions.c:
12172           Recognise XML files and XML-like files shorter than 256 bytes as
12173           well (fixes #359237).
12174
12175 2006-10-09  Edgard Lima <edgard.lima@indt.org.br>
12176
12177         Patch by: Renato Filho <renato.filho@indt.org.br>
12178         
12179         * gst/typefind/gsttypefindfunctions.c:
12180         Added typefind functions to video/x-nuv media.
12181         
12182 2006-10-08  Tim-Philipp Müller  <tim at centricular dot net>
12183
12184         * gst-libs/gst/interfaces/xoverlay.c:
12185         (gst_x_overlay_set_xwindow_id), (gst_x_overlay_expose):
12186           Some more guards against invalid input.
12187
12188 2006-10-07  Julien MOUTTE  <julien@moutte.net>
12189
12190         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event): 
12191         Useless goto.
12192         * tests/examples/seek/seek.c: (do_seek),
12193         (rate_spinbutton_changed_cb), (main): Add a rate spinbutton in
12194         seek example to experiment with rates != 1.0 (reverse playback !)
12195
12196 2006-10-06  Stefan Kost  <ensonic@users.sf.net>
12197
12198         * gst-libs/gst/interfaces/xoverlay.c:
12199           Unref message in doc-example (spotted by Robert McQueen)
12200
12201 2006-10-06  Wim Taymans  <wim@fluendo.com>
12202
12203         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
12204         (mpeg1_parse_header), (mpeg1_sys_type_find):
12205         printf fix.
12206
12207 2006-10-06  Wim Taymans  <wim@fluendo.com>
12208
12209         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
12210         (close_pad_link):
12211         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
12212         Activate dynamic pads before adding them to the element.
12213
12214 2006-10-06  Michael Smith  <msmith@fluendo.com>
12215
12216         * gst-libs/gst/floatcast/floatcast.h:
12217           Fix obviously-bogus macros; use the correct types.
12218
12219 2006-10-06  Wim Taymans  <wim@fluendo.com>
12220
12221         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12222         (gst_base_rtp_depayload_change_state):
12223         Also call parent state change function to activate pads.
12224
12225         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
12226         (mpeg1_parse_header), (mpeg1_sys_type_find):
12227         Add some more debug info in mpeg typefinding.
12228
12229 2006-10-06  Michael Smith  <msmith@fluendo.com>
12230
12231         * ext/theora/theoradec.c: (theora_dec_chain):
12232           Zero byte theora packets are valid and well-defined; don't warn on
12233           them.
12234
12235 2006-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
12236
12237         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
12238         (gst_multi_fd_sink_get_stats), (find_limits),
12239         (gst_multi_fd_sink_queue_buffer):
12240           API: add dropped_buffers to the get-stats GValueArray
12241
12242 2006-10-05  Tim-Philipp Müller  <tim at centricular dot net>
12243
12244         * ext/alsa/gstalsadeviceprobe.c:
12245         (gst_alsa_device_property_probe_get_values):
12246         * ext/alsa/gstalsasink.c: (set_hwparams):
12247         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_elem_pad),
12248         (gst_ogg_chain_new_stream), (gst_ogg_demux_read_chain):
12249         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers),
12250         (gst_ogg_mux_process_best_pad):
12251         * ext/ogg/gstoggparse.c: (gst_ogg_parse_new_stream),
12252         (gst_ogg_parse_chain):
12253         * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header):
12254         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
12255         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_setup),
12256         (gst_vorbis_enc_buffer_check_discontinuous):
12257         * ext/vorbis/vorbisparse.c: (vorbis_parse_src_query):
12258         * gst-libs/gst/audio/gstbaseaudiosink.c:
12259         (gst_base_audio_sink_render):
12260         * gst-libs/gst/cdda/gstcddabasesrc.c:
12261         (gst_cdda_base_src_handle_track_seek):
12262         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12263         (gst_base_rtp_depayload_push_full):
12264         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
12265         * gst/audioresample/resample.c: (resample_input_pushthrough):
12266         * gst/playback/gstplaybasebin.c: (queue_out_of_data):
12267         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_handle_clients):
12268         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
12269         (wavpack_type_find):
12270         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
12271         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
12272         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
12273         * tests/check/elements/volume.c: (GST_START_TEST):
12274           Printf format fixes.
12275
12276 2006-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
12277
12278         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_caps):
12279           Fix a simple mistake (see the docs)
12280           Fixes #359580
12281
12282 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
12283
12284         * docs/plugins/Makefile.am:
12285         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12286         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12287         * docs/plugins/gst-plugins-base-plugins.args:
12288         * docs/plugins/gst-plugins-base-plugins.hierarchy:
12289         * docs/plugins/inspect/plugin-adder.xml:
12290         * docs/plugins/inspect/plugin-alsa.xml:
12291         * docs/plugins/inspect/plugin-audioconvert.xml:
12292         * docs/plugins/inspect/plugin-audiorate.xml:
12293         * docs/plugins/inspect/plugin-audioresample.xml:
12294         * docs/plugins/inspect/plugin-audiotestsrc.xml:
12295         * docs/plugins/inspect/plugin-cdparanoia.xml:
12296         * docs/plugins/inspect/plugin-decodebin.xml:
12297         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
12298         * docs/plugins/inspect/plugin-gdp.xml:
12299         * docs/plugins/inspect/plugin-gnomevfs.xml:
12300         * docs/plugins/inspect/plugin-libvisual.xml:
12301         * docs/plugins/inspect/plugin-ogg.xml:
12302         * docs/plugins/inspect/plugin-pango.xml:
12303         * docs/plugins/inspect/plugin-playbin.xml:
12304         * docs/plugins/inspect/plugin-subparse.xml:
12305         * docs/plugins/inspect/plugin-tcp.xml:
12306         * docs/plugins/inspect/plugin-theora.xml:
12307         * docs/plugins/inspect/plugin-typefindfunctions.xml:
12308         * docs/plugins/inspect/plugin-video4linux.xml:
12309         * docs/plugins/inspect/plugin-videorate.xml:
12310         * docs/plugins/inspect/plugin-videoscale.xml:
12311         * docs/plugins/inspect/plugin-videotestsrc.xml:
12312         * docs/plugins/inspect/plugin-volume.xml:
12313         * docs/plugins/inspect/plugin-vorbis.xml:
12314         * docs/plugins/inspect/plugin-ximagesink.xml:
12315         * docs/plugins/inspect/plugin-xvimagesink.xml:
12316           Add vorbistag element to docs; update version numbers to 0.10.10.1.
12317
12318 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
12319
12320         Patch by: James "Doc" Livingston <doclivingston at gmail com>
12321
12322         * ext/vorbis/Makefile.am:
12323         * ext/vorbis/vorbis.c: (plugin_init):
12324         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_class_init),
12325         (vorbis_parse_parse_packet), (vorbis_parse_chain):
12326         * ext/vorbis/vorbisparse.h:
12327         * ext/vorbis/vorbistag.c: (gst_vorbis_tag_base_init),
12328         (gst_vorbis_tag_class_init), (gst_vorbis_tag_init),
12329         (gst_vorbis_tag_parse_packet):
12330         * ext/vorbis/vorbistag.h:
12331           Add new vorbistag element which derives from vorbisparse
12332           and is essentially the same as well, only that it implements
12333           the GstTagSetter interface and can modify the stream's
12334           vorbiscomment on the fly (#335635).
12335
12336         * tests/check/Makefile.am:
12337         * tests/check/elements/.cvsignore:
12338         * tests/check/elements/vorbistag.c: (setup_vorbistag),
12339         (cleanup_vorbistag), (buffer_probe), (start_pipeline),
12340         (get_buffer), (stop_pipeline), (_create_codebook_header_buffer),
12341         (_create_audio_buffer), (GST_START_TEST), (vorbistag_suite):
12342           Add unit test for new vorbistag element.
12343
12344 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
12345
12346         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init),
12347         (vorbis_parse_push_headers), (vorbis_parse_chain):
12348           Set BOS flag in packet structure to fix 'jump depends
12349           on unitialized value' errors in valgrind; various minor
12350           clean-ups.
12351
12352 2006-09-30  Jan Schmidt  <thaytan@mad.scientist.com>
12353
12354         * gst/playback/gstdecodebin.c: (close_pad_link):
12355         Fix typo in a debug statement.
12356
12357         * gst/playback/gstplaybasebin.c: (probe_triggered),
12358         (new_decoded_pad_full), (new_decoded_pad), (subs_new_decoded_pad),
12359         (gen_source_element), (source_new_pad), (analyse_source),
12360         (setup_source):
12361         When handling no_more_pads in new_decoded_pad, make sure to treat
12362         subtitle pads correctly. Fixes playback with subtitle files.
12363
12364         Move a recurring message to LOG level.
12365
12366         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
12367         The maximum value for the Xv colorkey on this Radeon is 0xFFFFFFFF,
12368         which ends up as -1 when cast to an int. Make the logic handle the
12369         max value as an unsigned mask and only change the colorkey when it's
12370         a value we recognise.
12371
12372 2006-09-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
12373
12374         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
12375         Removed empty * between paragraphs
12376
12377 2006-09-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
12378
12379         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
12380         * gst-libs/gst/rtp/README:
12381         Moved some documentation into .c file
12382
12383 2006-09-29  Wim Taymans  <wim@fluendo.com>
12384
12385         * gst/playback/gstdecodebin.c: (no_more_pads):
12386         Fix compilation.
12387
12388 2006-09-29  Wim Taymans  <wim@fluendo.com>
12389
12390         * gst/playback/gstdecodebin.c: (new_caps):
12391         Remove g_print
12392
12393         * gst/playback/gstplaybin.c:
12394         Add some docs.
12395
12396 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
12397
12398         * tests/check/Makefile.am:
12399           Re-enable cddabasesrc test to see if it works again
12400           now.
12401
12402 2006-09-29  Wim Taymans  <wim@fluendo.com>
12403
12404         * gst/playback/gstplaybasebin.c: (setup_subtitle),
12405         (gen_source_element):
12406         Handle invalid URIs a bit more gracefully.
12407
12408 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
12409
12410         * tests/check/pipelines/oggmux.c:
12411           Remove obsolete comment.
12412
12413 2006-09-29  Michael Smith  <msmith@fluendo.com>
12414
12415         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
12416         (gst_ogg_mux_release_pad), (gst_ogg_mux_push_buffer),
12417         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
12418         (gst_ogg_mux_send_headers), (gst_ogg_mux_process_best_pad),
12419         (gst_ogg_mux_collected):
12420           Commit patch from James "Doc" Livingston, adds proper EOS handling
12421           in oggmux. GStreamer can, for the first time ever, create a valid
12422           Ogg file! Yay!
12423
12424         * tests/check/pipelines/oggmux.c: (check_chain_final_state),
12425         (oggmux_suite):
12426           Reenable tests now that they pass.
12427
12428 2006-09-29  Wim Taymans  <wim@fluendo.com>
12429
12430         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_handle_clients):
12431         Stop reading commands when EOF (we read 0) as well.
12432
12433 2006-09-28  Wim Taymans  <wim@fluendo.com>
12434
12435         * gst/playback/gstdecodebin.c: (dynamic_create), (dynamic_free),
12436         (close_pad_link), (dynamic_remove), (no_more_pads), (new_caps),
12437         (find_dynamic), (unlinked), (close_link):
12438         Implement delayed caps linking needed for element with a lot of
12439         different caps on the src pads that get fixed at runtime.
12440         Improve management of dynamic elements.
12441
12442         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
12443         (group_destroy), (group_commit), (check_queue), (queue_overrun),
12444         (gen_preroll_element), (remove_groups), (unknown_type),
12445         (add_element_stream), (no_more_pads_full), (no_more_pads),
12446         (sub_no_more_pads), (source_no_more_pads), (preroll_unlinked),
12447         (new_decoded_pad), (setup_subtitle), (array_has_value),
12448         (gen_source_element), (source_new_pad), (has_all_raw_caps),
12449         (analyse_source), (remove_decoders), (make_decoder),
12450         (remove_source), (setup_source), (finish_source), (prepare_output),
12451         (gst_play_base_bin_change_state):
12452         * gst/playback/gstplaybasebin.h:
12453         Use more _CAST instead of full type checking casts.
12454         Small cleanups, plug some leaks.
12455         Handle dynamic sources.
12456         Add some helper functions to create lists of strings used for
12457         blacklisting and other stuff.
12458         Refactor some code dealing with analysing the source.
12459         Re-enable sources without pads (like cd:// or other selfcontained
12460         elements).
12461
12462 2006-09-28  Wim Taymans  <wim@fluendo.com>
12463
12464         * gst-libs/gst/audio/gstbaseaudiosink.c:
12465         (gst_base_audio_sink_render):
12466         When we have a timestamp, we can still perform clipping.
12467         When we have no clock, we must play the sample ASAP.
12468
12469 2006-09-28  Wim Taymans  <wim@fluendo.com>
12470
12471         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
12472         Set caps on outgoing buffers.
12473
12474         * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
12475         (gst_video_rate_event), (gst_video_rate_chain):
12476         * gst/videorate/gstvideorate.h:
12477         Fix videorate some more. Fixes #357977
12478
12479 2006-09-28  Tim-Philipp Müller  <tim at centricular dot net>
12480
12481         * tests/check/elements/adder.c: (adder_suite):
12482           Don't set timeout to 6 seconds when we're running
12483           in valgrind ... (and how is 6 seconds longer than
12484           the default anyway?)
12485
12486 2006-09-28  Wim Taymans  <wim@fluendo.com>
12487
12488         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
12489         (gst_audio_rate_sink_event), (gst_audio_rate_convert),
12490         (gst_audio_rate_convert_segments), (gst_audio_rate_chain):
12491         Keep sink and src segment to keep track of time and support more
12492         input formats.
12493         Fix bogus next_offset and run_time calculation, don't understand how
12494         this could have worked before. Fixes #357976.
12495         Remove some unneeded vars.
12496
12497 2006-09-28  Tim-Philipp Müller  <tim at centricular dot net>
12498
12499         * gst/playback/gstplaybin.c: (remove_sinks):
12500           Only remove visualisation from visbin if there is a visbin (or:
12501           don't throw warnings when closing totem without playing a file).
12502
12503 2006-09-27  Wim Taymans  <wim@fluendo.com>
12504
12505         * gst-libs/gst/audio/gstbaseaudiosink.c:
12506         (gst_base_audio_sink_render):
12507         Add some more info in a WARNING.
12508
12509         * gst-libs/gst/audio/gstbaseaudiosrc.c:
12510         (gst_base_audio_src_create):
12511         Handle PAUSE in create function, use new -core addition to
12512         wait for playing. Fixes pausing and resuming capture from an
12513         audiosrc.
12514
12515         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
12516         (gst_ring_buffer_read):
12517         Constify some more.
12518         Caller supports interrupted reads now.
12519
12520 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
12521
12522         * tests/check/Makefile.am:
12523           Another attempt to make the gen64 buildbot happy.
12524
12525 2006-09-27  Stefan Kost  <ensonic@users.sf.net>
12526
12527         Patch by: Jonathan Matthew <jonathan@kaolin.wh9.net>
12528
12529         * ext/libvisual/visual.c: (gst_visual_clear_actors),
12530         (gst_visual_chain), (gst_visual_change_state):
12531           Libvisual plugin was not passing audio data to libvisual 0.4.0 
12532           correctly. Fixes #357800
12533
12534 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
12535
12536         * tests/check/pipelines/simple-launch-lines.c: (run_pipeline):
12537           Add timeout to _get_state() so we see which pipeline it is
12538           that causes trouble on the gen64 build bot.
12539
12540 2006-09-27  Wim Taymans  <wim@fluendo.com>
12541
12542         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12543         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_push_full),
12544         (gst_base_rtp_depayload_push_ts), (gst_base_rtp_depayload_process),
12545         (gst_base_rtp_depayload_set_gst_timestamp):
12546         the source pad always uses fixed caps.
12547
12548 2006-09-27  Wim Taymans  <wim@fluendo.com>
12549
12550         * docs/libs/gst-plugins-base-libs-docs.sgml:
12551         * docs/libs/gst-plugins-base-libs-sections.txt:
12552         * gst-libs/gst/audio/gstaudioclock.c:
12553         * gst-libs/gst/audio/gstaudioclock.h:
12554         * gst-libs/gst/audio/gstaudiosink.c:
12555         * gst-libs/gst/audio/gstaudiosink.h:
12556         * gst-libs/gst/audio/gstaudiosrc.c:
12557         * gst-libs/gst/audio/gstbaseaudiosink.c:
12558         (gst_base_audio_sink_render):
12559         * gst-libs/gst/audio/gstbaseaudiosink.h:
12560         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init):
12561         * gst-libs/gst/audio/gstbaseaudiosrc.h:
12562         * gst-libs/gst/audio/gstringbuffer.h:
12563         Added docs for the audio libs.
12564
12565 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
12566
12567         * tests/check/Makefile.am:
12568           Temporarily disable test that fails on the bots for unknown reasons.
12569
12570 2006-09-26 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
12571
12572         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
12573         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
12574         Moved AudioCodecType into priv
12575         Renamed all gst_basertpaudiopayload to gst_base_rtp_audio_payload prefixes
12576
12577 2006-09-25  Wim Taymans  <wim@fluendo.com>
12578
12579         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
12580         (add_fakesink), (remove_fakesink), (pad_probe), (close_pad_link),
12581         (is_demuxer_element), (try_to_link_1), (get_our_ghost_pad),
12582         (new_pad):
12583         Cleanups and small leak fixes.
12584         Added Depayloaders to valid list of autopluggable elements.
12585
12586 2006-09-25  Wim Taymans  <wim@fluendo.com>
12587
12588         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
12589         (gst_play_bin_vis_blocked), (gst_play_bin_set_property),
12590         (gen_video_element), (gen_text_element), (gen_audio_element),
12591         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
12592         (gst_play_bin_set_clock_func), (gst_play_bin_change_state):
12593         Detect NO_PREROLL state change returns and disable clock distribution to
12594         the sinks so that sync is disabled.
12595         Avoid some type checking and do simple casts instead.
12596         Small cleanups, fix some FIXMEs.
12597         Be more robust when linking user specified elements, catch an report
12598         errors. Fixes #357404.
12599         Fix some leaks in the error paths.
12600
12601 2006-09-25  Stefan Kost  <ensonic@users.sf.net>
12602
12603         * ChangeLog:
12604           ChangeLog surgery for missing bug-number
12605
12606 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
12607
12608         Patch by: Peter Kjellerstedt  <pkj at axis com>
12609
12610         * gst/playback/test.c:
12611           Fix compilation with uClibc and -Werror (#357591).
12612
12613 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
12614
12615         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
12616           Parse dates that are followed by a time as well (#357532).
12617
12618         * tests/check/libs/tag.c: (test_vorbis_tags):
12619           Add unit test for this.
12620
12621 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
12622
12623         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
12624         (gst_audio_convert_transform_caps):
12625         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_unicolor):
12626         * gst/videotestsrc/videotestsrc.h:
12627           A few array const-ifications.
12628
12629 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
12630
12631         * tests/check/Makefile.am:
12632           See if this makes the build bots happy.
12633
12634         * tests/check/libs/cddabasesrc.c:
12635           UTF8-ise my name.
12636
12637 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
12638
12639         Patch by: Young-Ho Cha <ganadist at chollian dot net>
12640
12641         * gst/subparse/samiparse.c: (handle_start_font),
12642         (fix_invalid_entities):
12643           More case-insensitivity for certain tags; recognise entities with
12644           decimal codes as special entities as well (#357330).
12645
12646 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
12647
12648         * gst-libs/gst/Makefile.am:
12649           Need to build tag directory before cdda.
12650
12651 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
12652
12653         * docs/libs/gst-plugins-base-libs-sections.txt:
12654         * gst-libs/gst/cdda/Makefile.am:
12655         * gst-libs/gst/cdda/gstcddabasesrc.c:
12656         (gst_cdda_base_src_base_init):
12657         * gst-libs/gst/cdda/gstcddabasesrc.h:
12658         * gst-libs/gst/tag/tag.h:
12659         * gst-libs/gst/tag/tags.c: (gst_tag_register_tags_internal),
12660         (gst_tag_register_musicbrainz_tags):
12661           Move GST_TAG_CDDA_* tags into libgsttag and make libgstcddabasesrc
12662           depend on libgsttag. This is required so we can extract/read tags like
12663           DISCID without depending on libgstcddabasesrc (which used to register
12664           them).
12665
12666         * gst-libs/gst/tag/gstvorbistag.c:
12667           Add vorbiscomment mapping for CDDB_DISCID and MUSICBRAINZ_DISCID
12668           tags (also see #347848).
12669
12670         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_metadata_set1):
12671           Log vorbis comments we are actually writing. Const-ify array.
12672
12673 2006-09-23  Wim Taymans  <wim@fluendo.com>
12674
12675         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
12676         Improve buffering a bit by avoiding a deadlock because we cannot assume
12677         the underrun is always called.
12678
12679 2006-09-23  Wim Taymans  <wim@fluendo.com>
12680
12681         Patch by: Young-Ho Cha <ganadist at chollian dot net>
12682
12683         * gst-libs/gst/riff/riff-ids.h:
12684         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
12685         (gst_riff_create_audio_template_caps):
12686         Added MPEG-4 AAC and id and caps. Fixes #357289
12687         Added WMA9 Lossless id.
12688
12689 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
12690
12691         * ext/gnomevfs/gstgnomevfssrc.c:
12692           Fix misleading docs addition.
12693
12694         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
12695           Get rid of compiler warning the right way.
12696
12697 2006-09-22  Wim Taymans  <wim@fluendo.com>
12698
12699         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12700         (gst_base_rtp_depayload_finalize),
12701         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
12702         (gst_base_rtp_depayload_push_full),
12703         (gst_base_rtp_depayload_push_ts), (gst_base_rtp_depayload_push),
12704         (gst_base_rtp_depayload_process),
12705         (gst_base_rtp_depayload_set_gst_timestamp),
12706         (gst_base_rtp_depayload_queue_release):
12707         * gst-libs/gst/rtp/gstbasertpdepayload.h:
12708         Small cleanups.
12709         Fix some leaks.
12710         Refactored the process method and added methods to push from the process
12711         vmethod.
12712         Use _scale functions.
12713         API: gst_base_rtp_depayload_push_ts
12714         API: gst_base_rtp_depayload_push
12715
12716         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
12717         timestamps are uint.
12718
12719 2006-09-22  Stefan Kost  <ensonic@users.sf.net>
12720
12721         * gst-libs/gst/interfaces/xoverlay.c:
12722           Remove unused statement from doc example.
12723
12724 2006-09-21  Stefan Kost  <ensonic@users.sf.net>
12725
12726         * gst-libs/gst/interfaces/videoorientation.c:
12727         (gst_video_orientation_iface_init),
12728         (gst_video_orientation_get_hflip),
12729         (gst_video_orientation_get_vflip),
12730         (gst_video_orientation_get_hcenter),
12731         (gst_video_orientation_get_vcenter),
12732         (gst_video_orientation_set_hflip),
12733         (gst_video_orientation_set_vflip),
12734         (gst_video_orientation_set_hcenter),
12735         (gst_video_orientation_set_vcenter):
12736           Add since tags to new API docs, ChangeLog surgery (forgot API keyword
12737           in ChangeLog)
12738
12739 2006-09-21  Tim-Philipp Müller  <tim at centricular dot net>
12740
12741         * tests/check/Makefile.am:
12742         * tests/check/elements/.cvsignore:
12743         * tests/check/elements/ffmpegcolorspace.c: (rgb_format_to_caps),
12744         (create_rgb_conversions), (rgb_conversion_free),
12745         (right_shift_colour), (fix_expected_colour), (check_rgb_buf),
12746         (got_buf_cb), (GST_START_TEST), (ffmpegcolorspace_suite):
12747           Add unit test for ffmpegcolorspace (RGB <=> RGB only so far),
12748           but disable for now since it doesn't pass (something wrong with
12749           RGBA somewhere).
12750
12751 2006-09-21  Wim Taymans  <wim@fluendo.com>
12752
12753         * gst/playback/gstplaybasebin.c: (group_commit),
12754         (queue_deadlock_check), (queue_overrun), (queue_threshold_reached),
12755         (queue_out_of_data), (gen_preroll_element),
12756         (preroll_remove_overrun), (probe_triggered):
12757         Refactor handling of overrun detection.
12758         Separate handling of group completion and deadlock detection when doing
12759         network buffering. This should fix some deadlocks that were not detected
12760         because the group was completed.
12761         Add more comments, improve debugging.
12762
12763 2006-09-21  Wim Taymans  <wim@fluendo.com>
12764
12765         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
12766         * tests/check/libs/audio.c:
12767         Some more compilation fixes.
12768
12769 2006-09-21  Wim Taymans  <wim@fluendo.com>
12770
12771         * gst-libs/gst/audio/gstringbuffer.c:
12772         (gst_ring_buffer_samples_done), (gst_ring_buffer_commit),
12773         (gst_ring_buffer_read):
12774         Early morning compilation fix.
12775
12776 2006-09-20  Wim Taymans  <wim@fluendo.com>
12777
12778         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
12779         * tests/check/elements/multifdsink.c: (GST_START_TEST):
12780         * tests/check/elements/videorate.c: (GST_START_TEST):
12781         * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
12782         * tests/check/pipelines/oggmux.c: (eos_buffer_probe):
12783         Fix some warnings.
12784
12785 2006-09-20  Stefan Kost  <ensonic@users.sf.net>
12786
12787         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
12788         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
12789         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_show_frame):
12790           Handcrafted merge to help CVS understanding what I changed and what
12791           not.
12792
12793 2006-09-20  Stefan Kost  <ensonic@users.sf.net>
12794
12795         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
12796         (gst_xvimagesink_get_times):
12797           change colorkey behaviour back according to #354773 comment 6/7
12798
12799 2006-09-19  Michael Smith  <msmith@fluendo.com>
12800
12801         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
12802         (gst_multi_fd_sink_class_init), (get_buffers_max), (find_limits),
12803         (gst_multi_fd_sink_recover_client),
12804         (gst_multi_fd_sink_queue_buffer), (gst_multi_fd_sink_set_property),
12805         (gst_multi_fd_sink_get_property):
12806         * gst/tcp/gstmultifdsink.h:
12807           Implement stubbed out properties unit-type, units-soft-max,
12808           units-max, to allow specifying maximum sizes in units other than
12809           buffers.
12810           Fixes #355935
12811
12812 2006-09-19  Wim Taymans  <wim@fluendo.com>
12813
12814         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
12815         (gst_riff_create_audio_template_caps):
12816         Reorder the audio formats a bit for clarity.
12817         Detect and create caps for MSGSM and MSN (WAV49).
12818         Fixes #356596.
12819
12820         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
12821         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
12822         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_show_frame):
12823         Small cleanups, move error handling out of normal flow for clarity.
12824
12825 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
12826
12827         * docs/libs/gst-plugins-base-libs-docs.sgml:
12828         * docs/libs/gst-plugins-base-libs.types:
12829         * gst-libs/gst/interfaces/Makefile.am:
12830         * gst-libs/gst/interfaces/videoorientation.c:
12831         (gst_video_orientation_get_type),
12832         (gst_video_orientation_iface_init),
12833         (gst_video_orientation_get_hflip),
12834         (gst_video_orientation_get_vflip),
12835         (gst_video_orientation_get_hcenter),
12836         (gst_video_orientation_get_vcenter),
12837         (gst_video_orientation_set_hflip),
12838         (gst_video_orientation_set_vflip),
12839         (gst_video_orientation_set_hcenter),
12840         (gst_video_orientation_set_vcenter):
12841         * gst-libs/gst/interfaces/videoorientation.h:
12842           API: Add new interface to control video orientation (fixes #354908)
12843
12844 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
12845
12846         * gst/videotestsrc/gstvideotestsrc.c:
12847           Use G_UNLIKELY in _create and log one more detail.
12848           
12849         (gst_video_test_src_get_times), (gst_video_test_src_create):
12850         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
12851           Use gst_util_uint64_scale_int in _get_times().
12852
12853 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
12854
12855         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support)
12856           Give better warning message (add object and detail).
12857
12858 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
12859
12860         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
12861         (gst_xvimagesink_get_times):
12862           xvimage assumed that XV_COLORKEY can be set in RGB888 format (fixes
12863           #354773), use gst_util_uint64_scale_int in _get_times()
12864
12865 2006-09-18  Michael Smith  <msmith@fluendo.com>
12866
12867         * ext/ogg/gstoggmux.c: (gst_ogg_mux_push_buffer):
12868           Timestamps are unsigned; comparision against GST_CLOCK_TIME_NONE was
12869           always true, leading to dropping all timestamps.
12870
12871 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
12872
12873         * ext/libvisual/visual.c: (gst_vis_src_negotiate),
12874         (gst_visual_chain), (gst_visual_change_state):
12875           update to work also with libvisual 0.4 API, fix double unref (#355914)
12876           
12877         * tools/gst-launch-ext.1.in:
12878         * tools/gst-visualise.1.in:
12879           remove references to old man-pages
12880
12881         * tests/examples/seek/seek.c: (main):
12882           add real meadi-buttons, add tool-tips for the seek-options, arrange
12883           seek options in a table
12884
12885 2006-09-18  Michael Smith  <msmith@fluendo.com>
12886
12887         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear),
12888         (gst_ogg_mux_push_buffer):
12889           Don't generate out-of-order timestamps from oggmux, instead clamp
12890           output timestamps to be >= the previously output ts.
12891           Fixes #355595
12892
12893 2006-09-18  Michael Smith  <msmith@fluendo.com>
12894
12895         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
12896         (gst_multi_fd_sink_class_init):
12897           Updates, fixes, and typo corrections for multifdsink. No functional
12898           changes.
12899
12900 2006-09-17  Michael Smith  <msmith@fluendo.com>
12901
12902         * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find):
12903           Don't crash on truncated files - check that we got an 8 byte buffer
12904           before trying to memcmp it.
12905
12906 2006-09-17  Tim-Philipp Müller  <tim at centricular dot net>
12907
12908         * gst/playback/gstplaybasebin.c: (get_active_source):
12909           Make stream-switching appear instant to the application
12910           (ie. make sure that a g_object_get on 'current-foo' returns
12911           the stream previously set with g_object_set(). Totem needs
12912           this to update stream-related meta-info (like audio-codec)
12913           correctly when switching streams.
12914
12915 2006-09-17  Tim-Philipp Müller  <tim at centricular dot net>
12916
12917         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_find_master_mixer),
12918         (gst_alsa_mixer_ensure_track_list):
12919           Try harder to guess which mixer track is the master mixer
12920           track (instead of just taking the first one that has a pvolume).
12921           Fixes #342228.
12922
12923 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
12924
12925         reviewed by: <delete if not using a buddy>
12926
12927         * gst-libs/gst/audio/audio.h:
12928         * gst/audiotestsrc/gstaudiotestsrc.c: (plugin_init):
12929
12930 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
12931
12932         * gst/audioconvert/gstaudioconvert.c: (set_structure_widths),
12933         (gst_audio_convert_transform_caps):
12934           Get structure-name just once.
12935
12936 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
12937
12938         * tests/check/elements/audioresample.c: (GST_START_TEST):
12939         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
12940         * tests/check/elements/volume.c: (GST_START_TEST):
12941         * tests/check/elements/vorbisdec.c: (GST_START_TEST):
12942         * tests/check/pipelines/oggmux.c: (validate_ogg_page), (eos_watch),
12943         (test_pipeline), (GST_START_TEST):
12944         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
12945         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
12946           Fix big batch of compiler warnings.
12947
12948 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
12949
12950         * ext/gnomevfs/gstgnomevfssrc.c:
12951           Add docs about icydemux usage in connection with gnomevfssrc
12952
12953         * ext/libvisual/visual.c:
12954         * ext/ogg/gstoggaviparse.c:
12955         * ext/ogg/gstoggdemux.c:
12956         * ext/ogg/gstoggmux.c:
12957         * ext/ogg/gstoggparse.c:
12958         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
12959         * gst-libs/gst/audio/gstaudiosink.c:
12960         * gst-libs/gst/audio/gstaudiosrc.c:
12961         * gst/audiorate/gstaudiorate.c:
12962           More G_OBJECT macro fixing.
12963
12964         * gst/audiotestsrc/gstaudiotestsrc.h:
12965           Fix wrong info in header due to copy & paste
12966
12967 2006-09-15  Wim Taymans  <wim@fluendo.com>
12968
12969         * gst-libs/gst/audio/gstbaseaudiosink.c:
12970         (gst_base_audio_sink_get_time), (gst_base_audio_sink_callback):
12971         * gst-libs/gst/audio/gstbaseaudiosrc.c:
12972         (gst_base_audio_src_get_time), (gst_base_audio_src_fixate),
12973         (gst_base_audio_src_get_times), (gst_base_audio_src_get_offset),
12974         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
12975         Do the delay calculation in the source/sink base classes as this is
12976         specific for the capture/playback mode.
12977         Try to fixate a bit better, like round depth up to a multiple of 8
12978         bigger than width.
12979         Handle underruns correctly by marking DISCONT on buffers and adjusting
12980         timestamps to handle the gap.
12981         Set offset/offset_end correctly on buffers.
12982
12983         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_pause),
12984         (gst_ring_buffer_samples_done), (gst_ring_buffer_commit),
12985         (gst_ring_buffer_read):
12986         Remove resync and underrun recovery from the ringbuffer.
12987         Fix ringbuffer read code on under/overrun.
12988
12989 2006-09-15  Wim Taymans  <wim@fluendo.com>
12990
12991         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
12992         (gst_play_base_bin_init), (fill_buffer), (check_queue),
12993         (queue_threshold_reached), (gst_play_base_bin_set_property),
12994         (gst_play_base_bin_get_property):
12995         * gst/playback/gstplaybasebin.h:
12996         Don't use a 0 low watermark when buffering, it is catching starvation
12997         way too late. Instead, use a 3 second queue with 30 and 95
12998         percent low/high watermarks. 
12999         Added queue-min-threshold property to configure low watermark.
13000         Use new _buffering message API.
13001         Make queue_threshold variable big enough to store a uint64 time value.
13002         API: playbin::queue-min-threshold property.
13003
13004 2006-09-15  Wim Taymans  <wim@fluendo.com>
13005
13006         * configure.ac:
13007         We require 0.10.10.1 now because of _wait_preroll().
13008
13009         * gst-libs/gst/audio/gstbaseaudiosink.c:
13010         (gst_base_audio_sink_render):
13011         Use gst_base_sink_wait_preroll().
13012
13013 2006-09-15  Wim Taymans  <wim@fluendo.com>
13014
13015         * ext/alsa/gstalsasink.c: (xrun_recovery), (gst_alsasink_write):
13016         * ext/alsa/gstalsasrc.c: (xrun_recovery), (gst_alsasrc_read):
13017         Use DEBUG_OBJECT more.
13018
13019 === release 0.10.10 ===
13020
13021 2006-09-07  Thomas Vander Stichele  <thomas at apestaart dot org>
13022
13023         patch by: Michael Smith <msmith at fluendo dot com>
13024
13025         * gst/tcp/gstmultifdsink.c: (is_sync_frame),
13026         (gst_multi_fd_sink_client_queue_buffer),
13027         (gst_multi_fd_sink_new_client):
13028         * tests/check/elements/multifdsink.c: (GST_START_TEST),
13029         (multifdsink_suite):
13030           Fix implementation of sync-method 'next-keyframe'
13031           Closes #354594
13032
13033 2006-09-07  Thomas Vander Stichele  <thomas at apestaart dot org>
13034
13035         patch by: Wim Taymans <wim at fluendo dot com>
13036
13037         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
13038         This patch removes the RANDOM flag that was incorrectly introduced with
13039         revision 1.91.  Fixes #354590
13040
13041 2006-09-05  Tim-Philipp Müller  <tim at centricular dot net>
13042
13043         * tests/check/Makefile.am:
13044           Random variation in Makefile line to see if it makes the
13045           gen64-base-full bot any happier.
13046
13047 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
13048
13049         * tests/check/pipelines/oggmux.c: (oggmux_suite):
13050           Disable test that fails at the moment (killed after timeout).
13051
13052 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
13053
13054         Patch by: James Livingston  <doclivingston at gmail.com>
13055
13056         * tests/check/Makefile.am:
13057         * tests/check/pipelines/.cvsignore:
13058         * tests/check/pipelines/oggmux.c: (get_page_codec),
13059         (check_chain_final_state), (fail_if_audio), (validate_ogg_page),
13060         (eos_buffer_probe), (start_pipeline), (stop_pipeline), (eos_watch),
13061         (test_pipeline), (test_vorbis), (test_theora), (test_vorbis_theora),
13062         (test_theora_vorbis), (oggmux_suite):
13063           Add simple unit test for oggmux from #337026 with checking for the
13064           EOS flags disabled for the time being.
13065
13066 2006-09-04  Wim Taymans  <wim@fluendo.com>
13067
13068         patch by: Alessandro Dessina <alessandro nnva org>
13069
13070         * ext/ogg/gstoggmux.c:
13071         Add cmml caps to oggmux. Fixes #353912
13072
13073 2006-09-02  Tim-Philipp Müller  <tim at centricular dot net>
13074
13075         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
13076           Returning a return value often helps. In this case, we
13077           don't need the return value anyway, so just get rid of it.
13078           Should make build bots much happier.
13079
13080 2006-09-02  Tim-Philipp Müller  <tim at centricular dot net>
13081
13082         * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure),
13083         (paint_get_structure), (gst_video_test_src_get_size),
13084         (gst_video_test_src_smpte), (gst_video_test_src_snow),
13085         (gst_video_test_src_unicolor), (paint_setup_AYUV),
13086         (paint_hline_AYUV), (paint_setup_ARGB8888), (paint_setup_ABGR8888),
13087         (paint_setup_RGBA8888), (paint_setup_BGRA8888), (paint_hline_str4):
13088         * gst/videotestsrc/videotestsrc.h:
13089           Add support for AYUV and the various RGBA formats. Initialise
13090           fields of paintinfo structs allocated on the stack.
13091
13092         * tests/check/elements/videotestsrc.c: (right_shift_colour),
13093         (fix_expected_colour), (check_rgb_buf), (got_buf_cb),
13094         (check_rgb_buf), (videotestsrc_suite):
13095           Add unit tests for videotestsrc's RGB output.
13096
13097 2006-09-01  Tim-Philipp Müller  <tim at centricular dot net>
13098
13099         * gst/videotestsrc/gstvideotestsrc.c:
13100         (gst_video_test_src_pattern_get_type),
13101         (gst_video_test_src_set_pattern):
13102         * gst/videotestsrc/gstvideotestsrc.h:
13103         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_unicolor),
13104         (gst_video_test_src_black), (gst_video_test_src_white),
13105         (gst_video_test_src_red), (gst_video_test_src_green),
13106         (gst_video_test_src_blue):
13107         * gst/videotestsrc/videotestsrc.h:
13108           Add more uni-colour patterns ("white", "red", "green", and "blue").
13109
13110 2006-09-01  Tim-Philipp Müller  <tim at centricular dot net>
13111
13112         * gst/videotestsrc/videotestsrc.c: (paint_setup_YVYU):
13113           Fix stride for YVYU, should be word-aligned (#353658).
13114
13115 2006-08-31  Tim-Philipp Müller  <tim at centricular dot net>
13116
13117         * gst/adder/gstadder.c: (gst_adder_src_event):
13118           Fix build.
13119
13120 2006-08-31  Edward Hervey  <edward@fluendo.com>
13121
13122         * gst/adder/gstadder.c: (forward_event_func),
13123         (gst_adder_src_event), (gst_adder_collected),
13124         (gst_adder_change_state):
13125         * gst/adder/gstadder.h:
13126         Remember the start position asked in the incoming seeks, so we can
13127         output GST_EVENT_NEW_SEGMENT with a correct position value (instead
13128         of assuming it will always be 0).
13129
13130 2006-08-31  Edward Hervey  <edward@fluendo.com>
13131
13132         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
13133         (gst_ogg_demux_finalize), (gst_ogg_demux_perform_seek),
13134         (gst_ogg_demux_loop):
13135         Send the GST_EVENT_NEW_SEGMENT from the streaming thread.
13136
13137 2006-08-30  Tim-Philipp Müller  <tim at centricular dot net>
13138
13139         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13140         (gst_ffmpegcsp_get_unit_size):
13141           Return FALSE instead of returning a random false unit
13142           size when the format isn't known/supported (even if
13143           this shouldn't happen under normal circumstances).
13144
13145 2006-08-29  Wim Taymans  <wim@fluendo.com>
13146
13147         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
13148
13149         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create),
13150         (gst_gnome_vfs_src_start):
13151         Try harder to get the size from a uri by using _info_uri() when
13152         _info_from_handle() does not give us enough info. 
13153         Also follow symlinks when getting the size.
13154         Partially Fixes #332864.
13155
13156 2006-08-29  Tim-Philipp Müller  <tim at centricular dot net>
13157
13158         Patch by: Viktor Peters  <viktor dot peters at gmail dot com>
13159
13160         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_ensure_track_list),
13161         (gst_alsa_mixer_update), (gst_alsa_mixer_get_volume),
13162         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
13163         (gst_alsa_mixer_set_record):
13164         * ext/alsa/gstalsamixertrack.c:
13165         (gst_alsa_mixer_track_update_alsa_capabilities),
13166         (alsa_track_has_cap), (gst_alsa_mixer_track_new),
13167         (gst_alsa_mixer_track_update):
13168         * ext/alsa/gstalsamixertrack.h:
13169           Improve and fix mixer track handling, in particular better handling
13170           of alsa's pvolume/pswitch/cvolume/cswitch capabilities; create
13171           separate track objects for tracks that have both capture and playback
13172           volume (and label them differently as well so they're not mistakenly
13173           assumed to be duplicates); classify mixer tracks that only affect
13174           the audible volume of something (rather than the capture volume)
13175           as playback tracks. Redefine/fix meaning of RECORD and MUTE flags
13176           for capture tracks to correspond to alsa-pswitch alsa-cswitch
13177           (following the meaning documented in the mixer interface header
13178           file); add support for alsa's exclusive cswitch groups; update/sync
13179           state/flags better if mixer settings are changed by another
13180           application. Fixes #336075.
13181
13182 2006-08-29  Tim-Philipp Müller  <tim at centricular dot net>
13183
13184         * gst/playback/gstplaybin.c:
13185           Improve docs: add section about BUFFERING messages sent by playbin.
13186
13187 2006-08-29  Michael Smith  <msmith@fluendo.com>
13188
13189         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_push_buffer),
13190         (gst_vorbis_enc_buffer_check_discontinuous),
13191         (gst_vorbis_enc_chain):
13192           Ignore explicit DISCONT marked on buffers (which is often spurious,
13193           particularly when using multiple segments), in favour of solely
13194           using the timestamps/durations.
13195
13196 2006-08-29  Edward Hervey  <edward@fluendo.com>
13197
13198         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
13199         Don't rely on incoming buffers offset anymore, since it is completely
13200         broken when using multiple segments.
13201         Instead convert the incoming buffers timestamp to running time, and
13202         then convert that value to the offsets.
13203         Also inform GstSegment of the last outputted stop position, which is
13204         needed if we received several segments with an unknown stop value.
13205
13206 2006-08-29  Thomas Vander Stichele  <thomas at apestaart dot org>
13207
13208         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
13209           fix buffer unreffing on a header push failure
13210
13211 2006-08-28  Wim Taymans  <wim@fluendo.com>
13212
13213         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_sink_event),
13214         (gst_audio_rate_chain):
13215         Make the metadata of the buffer writable before changing its
13216         flags.
13217
13218 2006-08-28  Wim Taymans  <wim@fluendo.com>
13219
13220         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
13221         (gst_audio_rate_setcaps), (gst_audio_rate_init),
13222         (gst_audio_rate_sink_event), (gst_audio_rate_src_event),
13223         (gst_audio_rate_chain), (gst_audio_rate_change_state):
13224         Fix audiorate some more.
13225         Reset and resync counters on flush and READY.
13226         Handle the DISCONT flag correctly.
13227         Use GstSegment to track position.
13228         Fail when not negotiated.
13229         Fixes #353234.
13230
13231 2006-08-25  Michael Smith  <msmith@fluendo.com>
13232
13233         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
13234           Fix spelling.
13235           Remove accidently included debug line.
13236
13237 2006-08-25  Wim Taymans  <wim@fluendo.com>
13238
13239         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
13240         Small cleanups.
13241         If a buffer is received with no caps, make the buffer metadata
13242         writable and set the caps, making sure that we don't screw up the
13243         refcounts.
13244
13245 2006-08-25  Michael Smith  <msmith@fluendo.com>
13246
13247         * gst/gdp/gstgdppay.c: (gst_gdp_pay_reset),
13248         (gst_gdp_pay_reset_streamheader), (gst_gdp_pay_chain):
13249           Fix memory leaks and misleading debug messages, add a couple of
13250           comments.
13251
13252         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_get_stats),
13253         (gst_multi_fd_sink_render):
13254           Do not use gst_buffer_make_writable() in a basesink render method,
13255           as it may incorrectly unref the buffer. Instead, use convoluted
13256           dance to avoid copying the buffer except when we need to.
13257
13258 2006-08-25  Michael Smith  <msmith@fluendo.com>
13259
13260         * ext/vorbis/vorbisenc.c:
13261         (gst_vorbis_enc_buffer_check_discontinuous):
13262           Allow very small discontinuities in the timestamps. These we can't
13263           do anything useful with anyway (because vorbis's timestamps have
13264           only sample granularity), and are commonly produced by elements with
13265           minor bugs. Allow up to 1/2 a sample out.
13266           Fixes #351742.
13267
13268 2006-08-24  Wim Taymans  <wim@fluendo.com>
13269
13270         * tests/examples/seek/seek.c: (seek_cb), (start_seek), (stop_seek),
13271         (play_scrub_toggle_cb), (main):
13272         Add a checkbox to enable play scrubbing. Makes it possible to disable
13273         normal scrubbing.
13274
13275 2006-08-23  Stefan Kost  <ensonic@users.sf.net>
13276
13277         * tests/check/elements/.cvsignore:
13278           make buildbot happy
13279
13280 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
13281
13282         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
13283         (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init),
13284         (gst_ogm_parse_class_init), (gst_ogm_parse_dispose),
13285         (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
13286         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
13287         (gst_ogm_parse_stream_header), (gst_ogm_parse_comment_packet),
13288         (gst_ogm_text_parse_strip_trailing_zeroes),
13289         (gst_ogm_parse_data_packet), (gst_ogm_parse_chain),
13290         (gst_ogm_parse_sink_event), (gst_ogm_parse_change_state):
13291           Refactor ogm parse, do better input checking, misc. clean-ups.
13292           Cache incoming events and push them once the source pad has
13293           been created. Don't pass unterminated strings to sscanf().
13294           Strip trailing zeroes from subtitle text output, since they
13295           are not valid UTF-8. Don't push vorbiscomment packets on
13296           the subtitle text pad. Output perfect streams if possible.
13297
13298 2006-08-23  Wim Taymans  <wim@fluendo.com>
13299
13300         * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
13301         Waits for tasks to settle down so that we clean up correctly for 
13302         valgrind.
13303
13304 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
13305
13306         * tests/check/libs/tag.c: (GST_START_TEST), (taglists_are_equal):
13307           Unit test fixes: \377 is more likely to fit into 8 bits than \777;
13308           actually return return value in taglists_are_equal.
13309
13310 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
13311
13312         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
13313           Fix crash due to broken bitstream parsing on x86-64: can't make
13314           any assumptions about sizeof(struct) due to alignment/packing
13315           differences on different architectures. Fixes #351790.
13316
13317 2006-08-22  Wim Taymans  <wim@fluendo.com>
13318
13319         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
13320         (gst_riff_parse_chunk), (gst_riff_parse_file_header),
13321         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
13322         (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
13323         (gst_riff_parse_info):
13324         Protect public functions against bad input.
13325         Do some cleanups.
13326         Fix documentation.
13327
13328 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
13329
13330         * gst-libs/gst/riff/riff-ids.h:
13331         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
13332           Add voxware audio IDs (even if we can't play it) (#351795).
13333
13334 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
13335
13336         * gst-libs/gst/riff/riff-media.c:
13337         (gst_riff_create_video_template_caps),
13338         (gst_riff_create_audio_template_caps),
13339         (gst_riff_create_iavs_template_caps):
13340           Const-ify some arrays and use G_N_ELEMENTS instead
13341           of wasting oodles of RAM on terminator bits.
13342
13343 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
13344
13345         * gst-libs/gst/tag/gstvorbistag.c:
13346         (gst_tag_list_to_vorbiscomment_buffer):
13347         * tests/check/libs/tag.c: (GST_START_TEST):
13348           And the same for _to_vorbiscomment_buffer(): allow
13349           id_data_len == 0 for speex.
13350
13351 2006-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
13352
13353         * configure.ac:
13354         * docs/plugins/Makefile.am:
13355         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
13356         * docs/plugins/gst-plugins-base-plugins-sections.txt:
13357         * docs/plugins/inspect/plugin-gdp.xml:
13358         * gst/gdp/Makefile.am:
13359         * tests/check/Makefile.am:
13360           Move GDP plugin to -base from -bad.  Closes #347783.
13361
13362 2006-08-21  Tim-Philipp Müller  <tim at centricular dot net>
13363
13364         * gst-libs/gst/tag/gstvorbistag.c:
13365         (gst_tag_list_from_vorbiscomment_buffer):
13366           Allow id_data_len == 0 (needed for vorbis comments in Speex files).
13367           Also add some checks to make sure we don't memcmp() beyond the end of
13368           vorbiscomment buffer if the ID to check for is larger than the buffer.
13369
13370         * tests/check/libs/tag.c: (GST_START_TEST):
13371           Some more tests for gst_tag_list_from_vorbiscomment_buffer().
13372
13373 2006-08-21  Tim-Philipp Müller  <tim at centricular dot net>
13374
13375         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_metadata_set1),
13376         (gst_vorbis_enc_set_metadata):
13377           Use vorbis comment utility functions from libgsttag
13378           instead of re-inventing the wheel (partially fixes #347091).
13379
13380 2006-08-21  Jan Schmidt  <thaytan@mad.scientist.com>
13381
13382         * tests/check/elements/audioconvert.c: (GST_START_TEST):
13383         Fix leaks. Wait for state transitions that might happen ASYNC, as well
13384         as some that won't.
13385
13386 2006-08-21  Wim Taymans  <wim@fluendo.com>
13387
13388         * docs/libs/Makefile.am:
13389         * docs/libs/gst-plugins-base-libs-sections.txt:
13390         * docs/libs/gst-plugins-base-libs.types:
13391         Don't try to GObject scan the netbuffer as it's not a GObject.
13392         Fixes #351308.
13393
13394         * gst-libs/gst/netbuffer/gstnetbuffer.c:
13395         * gst-libs/gst/netbuffer/gstnetbuffer.h:
13396         Document GstNetBuffer.
13397
13398 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
13399
13400         * tests/check/elements/audioconvert.c: (GST_START_TEST),
13401         (audioconvert_suite):
13402           Add testcase for caps-size-explosion
13403
13404 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
13405
13406         * gst/audioconvert/gstaudioconvert.c:
13407         (gst_audio_convert_get_unit_size), (set_structure_widths):
13408           Lower debug, use g_assert in _get_unit_size
13409
13410         * gst/audioresample/gstaudioresample.c:
13411         (audioresample_get_unit_size):
13412         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13413         (gst_ffmpegcsp_get_unit_size):
13414         * gst/videoscale/gstvideoscale.c: (gst_video_scale_get_unit_size):
13415           use g_assert in _get_unit_size
13416
13417 2006-08-18  Wim Taymans  <wim@fluendo.com>
13418
13419         * docs/libs/gst-plugins-base-libs-sections.txt:
13420         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_set_packet_len),
13421         (gst_rtp_buffer_pad_to), (gst_rtp_buffer_get_payload_subbuffer),
13422         (gst_rtp_buffer_get_payload_buffer):
13423         * gst-libs/gst/rtp/gstrtpbuffer.h:
13424         Document GstRTPBuffer.
13425         Added function to efficiently strip payload headers.
13426         API: gst_rtp_buffer_get_payload_subbuffer()
13427
13428 2006-08-17  Tim-Philipp Müller  <tim at centricular dot net>
13429
13430         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
13431         (gst_tag_to_vorbis_comments):
13432           Serialise unknown vorbis comments into GST_TAG_EXTENDED_COMMENT
13433           tags and deserialise them properly as well (#347091).
13434           Add some more gtk-doc blurbs and also some g_return_if_fail().
13435
13436         * tests/check/libs/tag.c: (GST_START_TEST),
13437         (back_to_vorbis_comments), (taglists_are_equal), (tag_suite):
13438           More tests.
13439
13440 2006-08-17  Wim Taymans  <wim@fluendo.com>
13441
13442         * ext/ogg/Makefile.am:
13443         * ext/ogg/gstogg.c: (plugin_init):
13444         * ext/ogg/gstoggaviparse.c: (gst_ogg_avi_parse_get_type),
13445         (gst_ogg_avi_parse_base_init), (gst_ogg_avi_parse_class_init),
13446         (gst_ogg_avi_parse_init), (gst_ogg_avi_parse_finalize),
13447         (gst_ogg_avi_parse_setcaps), (gst_ogg_avi_parse_event),
13448         (gst_ogg_avi_parse_push_packet), (gst_ogg_avi_parse_chain),
13449         (gst_ogg_avi_parse_change_state), (gst_ogg_avi_parse_plugin_init):
13450         Added ogg-in-avi parser element. Fixes #140139.
13451
13452         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
13453         Fixed a bug in oggdemux debug code.
13454
13455         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
13456         (gst_riff_create_audio_template_caps):
13457         Recognise Ogg in the AVI extensible wave format.
13458
13459 2006-08-17  Tim-Philipp Müller  <tim at centricular dot net>
13460
13461         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
13462           Make buffer durations add up (duration should be next_ts-ts for
13463           perfect streams). Fixes CD ripping to Ogg/Vorbis with vorbisenc
13464           from CVS.
13465
13466         * tests/check/libs/cddabasesrc.c: (gst_cd_foo_src_close),
13467         (test_buffer_timestamps), (cddabasesrc_suite):
13468           Add unit test for the above.
13469
13470         * tests/check/Makefile.am:
13471           Don't know why cddabasesrc test was in VALGRIND_TO_FIX, remove
13472           to see what happens.
13473
13474 2006-08-16  Wim Taymans  <wim@fluendo.com>
13475
13476         * ext/alsa/gstalsasink.c: (gst_alsasink_set_property),
13477         (gst_alsasink_open):
13478         * ext/alsa/gstalsasrc.c: (gst_alsasrc_set_property),
13479         (gst_alsasrc_open):
13480         Avoid setting and using a NULL device name.
13481         Print more info when we fail to open a device.
13482
13483 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
13484
13485         * docs/libs/gst-plugins-base-libs-sections.txt:
13486         * gst-libs/gst/tag/tag.h:
13487         * gst-libs/gst/tag/tags.c: (gst_tag_parse_extended_comment):
13488           API: add gst_tag_parse_extended_comment() (#351426).
13489
13490         * tests/check/Makefile.am:
13491         * tests/check/libs/.cvsignore:
13492         * tests/check/libs/tag.c: (GST_START_TEST), (tag_suite), (main):
13493           Add unit test for gst_tag_parse_extended_comment().
13494
13495 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
13496
13497         * sys/ximage/ximagesink.c: (gst_ximagesink_get_property):
13498         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_property):
13499           Fix leak (#351502).
13500
13501 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
13502
13503         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
13504         * docs/plugins/gst-plugins-base-plugins-sections.txt:
13505         * docs/plugins/gst-plugins-base-plugins.args:
13506         * gst/playback/gstplaybin.c:
13507           Document playbin.
13508           
13509         * docs/plugins/inspect/plugin-adder.xml:
13510         * docs/plugins/inspect/plugin-alsa.xml:
13511         * docs/plugins/inspect/plugin-audioconvert.xml:
13512         * docs/plugins/inspect/plugin-audiorate.xml:
13513         * docs/plugins/inspect/plugin-audioresample.xml:
13514         * docs/plugins/inspect/plugin-audiotestsrc.xml:
13515         * docs/plugins/inspect/plugin-cdparanoia.xml:
13516         * docs/plugins/inspect/plugin-decodebin.xml:
13517         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
13518         * docs/plugins/inspect/plugin-gnomevfs.xml:
13519         * docs/plugins/inspect/plugin-ogg.xml:
13520         * docs/plugins/inspect/plugin-pango.xml:
13521         * docs/plugins/inspect/plugin-playbin.xml:
13522         * docs/plugins/inspect/plugin-subparse.xml:
13523         * docs/plugins/inspect/plugin-tcp.xml:
13524         * docs/plugins/inspect/plugin-theora.xml:
13525         * docs/plugins/inspect/plugin-typefindfunctions.xml:
13526         * docs/plugins/inspect/plugin-video4linux.xml:
13527         * docs/plugins/inspect/plugin-videorate.xml:
13528         * docs/plugins/inspect/plugin-videoscale.xml:
13529         * docs/plugins/inspect/plugin-videotestsrc.xml:
13530         * docs/plugins/inspect/plugin-volume.xml:
13531         * docs/plugins/inspect/plugin-vorbis.xml:
13532         * docs/plugins/inspect/plugin-ximagesink.xml:
13533         * docs/plugins/inspect/plugin-xvimagesink.xml:
13534           Update to CVS version.
13535
13536 2006-08-14  Tim-Philipp Müller  <tim at centricular dot net>
13537
13538         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
13539         (gst_play_bin_set_property), (gst_play_bin_get_property),
13540         (value_list_append_structure_list),
13541         (gst_play_bin_handle_redirect_message),
13542         (gst_play_bin_handle_message):
13543           API: GstPlayBin::connection-speed
13544           Add "connection-speed" property; re-order redirect messages with
13545           multiple redirect locations depending on the minimum bitrate if
13546           that information is available and a connection speed is set
13547           (#350399).
13548
13549 2006-08-14  Tim-Philipp Müller  <tim at centricular dot net>
13550
13551         * gst/playback/gstplaybin.c:
13552           Update max volume to the same value that the volume element uses.
13553
13554 2006-08-14  Wim Taymans  <wim@fluendo.com>
13555
13556         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
13557         Less uglyness..
13558
13559 2006-08-14  Wim Taymans  <wim@fluendo.com>
13560
13561         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_submit_buffer),
13562         (gst_ogg_demux_get_next_page), (gst_ogg_demux_perform_seek),
13563         (gst_ogg_demux_read_chain), (gst_ogg_demux_loop):
13564         Add some more debug info.
13565         Don't crash when a seek failed.
13566         Actually return the result of the seek instead of TRUE.
13567         Ignore multiple BOS pages with the same serial so that we don't create
13568         the same stream multiple times.
13569         Post an error when we fail to do the initial seek.
13570
13571 2006-08-13  Wim Taymans  <wim@fluendo.com>
13572
13573         * ext/alsa/gstalsa.c: (gst_alsa_detect_rates),
13574         (gst_alsa_detect_channels), (gst_alsa_probe_supported_formats):
13575         Small code cleanup.
13576
13577         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
13578         (gst_alsa_mixer_new):
13579         Remove hack that always set the device to hw:0*.
13580         Properly find the card name for whatever device was configured.
13581         Do some better debugging.
13582         Fixes #350784.
13583
13584         * ext/alsa/gstalsamixerelement.c:
13585         (gst_alsa_mixer_element_set_property),
13586         (gst_alsa_mixer_element_change_state):
13587         Cleanups.
13588         Handle setting of a NULL device name better.
13589
13590 2006-08-11  Wim Taymans  <wim@fluendo.com>
13591
13592         * gst/adder/gstadder.c:
13593         Don't clip float values. Fixes #350900.
13594
13595 2006-08-11  Andy Wingo  <wingo@pobox.com>
13596
13597         * gst/tcp/gsttcp.c: Really fix the build?
13598
13599         * gst/tcp/gsttcp.h: For now, always disable deprecation here --
13600         fixes the build.
13601
13602 2006-08-10  Tim-Philipp Müller  <tim at centricular dot net>
13603
13604         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes):
13605           Float caps shouldn't have a "signed" field.
13606
13607 2006-08-10  Tim-Philipp Müller  <tim at centricular dot net>
13608
13609         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query):
13610           Implement SEEKING query in its most basic form, so that we can
13611           at least check if we're seekable or not (#350655).
13612
13613 2006-08-09  Tim-Philipp Müller  <tim at centricular dot net>
13614
13615         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
13616           The checks here are not even close to anything that would
13617           justify MAXIMUM probability, lowering to POSSIBLE until someone
13618           fixes the checks (case at hand: quicktime redirection files
13619           might start with 00 00 01 XX and pass the checks here just
13620           fine, see #350399).
13621
13622 2006-08-08  Tim-Philipp Müller  <tim at centricular dot net>
13623
13624         Patch by: Sjoerd Simons  <sjoerd at luon net>
13625
13626         * gst/typefind/gsttypefindfunctions.c: (multipart_type_find):
13627           Better detection for multipart/x-mixed-replace: accept leading
13628           whitespaces before the boundary marker as well (as our very own
13629           multipartmux used to produce) (#349068).
13630
13631 2006-08-07  Tim-Philipp Müller  <tim at centricular dot net>
13632
13633         Patch by: Young-Ho Cha  <ganadist at chollian net>
13634
13635         * gst-libs/gst/riff/riff-ids.h:
13636         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
13637         (gst_riff_create_audio_template_caps):
13638           Detect DTS audio streams (#350157).
13639
13640 2006-08-05  Andy Wingo  <wingo@pobox.com>
13641
13642         * ext/theora/gsttheoraparse.h:
13643         * ext/theora/theoraparse.c (gst_theora_parse_class_init)
13644         (theora_parse_dispose, theora_parse_set_property)
13645         (theora_parse_get_property, theora_parse_munge_granulepos)
13646         (theora_parse_push_buffer, theora_parse_change_state):
13647         API: GstTheoraParse::synchronization-points
13648         Add a property 'synchronization-points' to fix badly synchronized oggs.
13649
13650 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
13651
13652         * tests/check/Makefile.am:
13653         * tests/check/libs/.cvsignore:
13654         * tests/check/libs/audio.c: (structure_contains_channel_positions),
13655         (fixed_caps_have_channel_positions), (GST_START_TEST),
13656         (audio_suite), (main):
13657           Add a few tests for the channel position stuff in libgstaudio.
13658
13659 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
13660
13661         * ext/alsa/gstalsa.c: (caps_add_channel_configuration),
13662         (gst_alsa_detect_channels):
13663         * ext/alsa/gstalsasink.c:
13664           Add support for cards that (only) do more than 8 channels,
13665           like the Delta 44 (#345188).
13666
13667         * gst-libs/gst/audio/multichannel.c:
13668         (gst_audio_check_channel_positions):
13669         * gst-libs/gst/audio/multichannel.h:
13670           API: add GST_AUDIO_CHANNEL_POSITION_NONE, which stands for an
13671           unspecified channel position and cannot be combined with any
13672           of the other audio channel positions; adjust position layout
13673           checks accordingly (#345188).
13674
13675 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
13676
13677         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
13678           Recognise ancient RealAudio files (see #349779).
13679
13680 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
13681
13682         Patch by: Jens Granseuer  <jensgr at gmx net>
13683
13684         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
13685           Add typefinder for Interplay's MVE format (#348973).
13686
13687 2006-08-02  Wim Taymans  <wim@fluendo.com>
13688
13689         Patch by: Marcel Moreaux <marcelm at luon dot net>
13690
13691         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13692         (gst_base_rtp_depayload_add_to_queue):
13693         * gst-libs/gst/rtp/gstbasertpdepayload.h:
13694         Handle RTP sequence number rollover.
13695         Disable jitterbuffer by default.
13696
13697 2006-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
13698
13699         * gst/audioresample/gstaudioresample.c: (audioresample_stop),
13700         (audioresample_set_caps):
13701         Don't leak references to the incoming caps. Clean them up when
13702         stopping.
13703
13704         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
13705         (gst_video_scale_finalize):
13706         Don't leak our temporary pixel buffer.
13707
13708         * tests/check/Makefile.am:
13709         * tests/check/pipelines/simple-launch-lines.c: (run_pipeline),
13710         (GST_START_TEST), (simple_launch_lines_suite):
13711
13712         Fix leaks and re-enable the test for valgrind checking.
13713
13714 2006-07-28  Tim-Philipp Müller  <tim at centricular dot net>
13715
13716         Patch by: Sjoerd Simons  <sjoerd at luon net>
13717
13718         * gst/typefind/gsttypefindfunctions.c: (multipart_type_find),
13719         (plugin_init):
13720           Add typefind function for multipart/x-mixed-replace (#348916).
13721
13722 2006-07-28  Wim Taymans  <wim@fluendo.com>
13723
13724         * gst/adder/gstadder.c: (gst_adder_setcaps),
13725         (gst_adder_query_duration):
13726         Fix leak in duration query.
13727         Reflow some docs and notes.
13728
13729 2006-07-28  Michael Smith  <msmith@fluendo.com>
13730
13731         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST),
13732         (vorbisenc_suite):
13733           Enable Andy's extra vorbisenc test, now that it passes. Also fix one
13734           aspect of it.
13735
13736 2006-07-28  Michael Smith  <msmith@fluendo.com>
13737
13738         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_generate_sink_caps),
13739         (gst_vorbis_enc_sink_getcaps), (gst_vorbis_enc_buffer_from_packet),
13740         (gst_vorbis_enc_push_buffer),
13741         (gst_vorbis_enc_buffer_check_discontinuous),
13742         (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
13743         * ext/vorbis/vorbisenc.h:
13744           Handle discontinuities in the input vorbis stream correctly,
13745           so that the output is properly timestamped (and has good granulepos
13746           values). Needs some oggmux fixes too.
13747
13748 2006-07-27  Wim Taymans  <wim@fluendo.com>
13749
13750         patch by: Kai Vehmanen <kv2004 eca cx>
13751
13752         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13753         (gst_base_rtp_depayload_chain),
13754         (gst_base_rtp_depayload_handle_sink_event),
13755         (gst_base_rtp_depayload_change_state):
13756         Don't send multiple newsegments with different formats.
13757         Fixes #348677.
13758
13759 2006-07-26  Wim Taymans  <wim@fluendo.com>
13760
13761         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
13762         (gst_ogg_demux_do_seek), (gst_ogg_demux_read_chain):
13763         Make seeking in ogg more accurate again by doing the more correct
13764         granuletime to stream time conversion.
13765
13766 2006-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
13767
13768         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_add_full),
13769         (gst_multi_fd_sink_new_client):
13770           debug a little more understandably
13771           do not use goto as a substitute for break, especially if
13772           break is also being used
13773
13774 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
13775
13776         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
13777         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
13778           Remove GLib-2.6 compatibility cruft.
13779
13780 2006-07-24  Wim Taymans  <wim@fluendo.com>
13781
13782         * gst-libs/gst/audio/gstbaseaudiosink.c:
13783         (gst_base_audio_sink_render):
13784         Don't try to align a sample to an unknown value.
13785
13786 2006-07-24  Wim Taymans  <wim@fluendo.com>
13787
13788         * gst-libs/gst/audio/gstbaseaudiosink.c:
13789         (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
13790         When the audio clock is slaved to another clock, never try to align
13791         samples but trust the rate interpolation algorithm.
13792
13793 2006-07-24  Wim Taymans  <wim@fluendo.com>
13794
13795         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
13796         Don't try to calculate silence samples, base class does this much
13797         better now.
13798
13799         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
13800         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps),
13801         (gst_ring_buffer_acquire):
13802         Calculate silence samples correctly.
13803
13804         * gst-libs/gst/audio/gstringbuffer.h:
13805         Add _CAST macro.
13806
13807 2006-07-22  Tim-Philipp Müller  <tim at centricular dot net>
13808
13809         * gst/typefind/gsttypefindfunctions.c: (xml_check_first_element):
13810           Limit search for the first markup tag to the first few kB of
13811           the file. If we don't find one there, it's highly unlikely that
13812           this is an XML(-ish) file.
13813
13814 2006-07-21  Andy Wingo  <wingo@pobox.com>
13815
13816         * tests/check/pipelines/theoraenc.c (test_discontinuity): Similar
13817         test to the one in vorbisenc. Also commented out.
13818
13819         * tests/check/pipelines/vorbisenc.c: 
13820         (test_discontinuity): New test, commented out until Mike lands
13821         some elite vorbisenc patches.
13822
13823         * tests/check/pipelines/theoraenc.c: Port to bufferstraw.
13824         Bufferstraw was actually factored out of these tests. Now we share
13825         code yay.
13826
13827         * configure.ac (GST_MAJORMINOR): Rev core requirements to 0.10.9.1
13828         for bufferstraw addition to gstcheck.
13829
13830 2006-07-21  Wim Taymans  <wim@fluendo.com>
13831
13832         * ext/theora/theoradec.c: (clip_buffer):
13833         Better clipping.
13834
13835 2006-07-21  Wim Taymans  <wim@fluendo.com>
13836
13837         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func),
13838         (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
13839         (gst_audioringbuffer_release), (gst_audioringbuffer_stop):
13840         Fix leak.
13841         Avoid type casting when we can.
13842
13843         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_dispose):
13844         Fix mem leak.
13845
13846 2006-07-20  Tim-Philipp Müller  <tim at centricular dot net>
13847
13848         * ext/alsa/gstalsamixerelement.c:
13849         (gst_alsa_mixer_element_change_state):
13850           Make state change fail if the specified device can't be opened
13851           for some reason.
13852
13853 2006-07-20  Wim Taymans  <wim@fluendo.com>
13854
13855         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
13856         (cb_newpad), (main):
13857         Example of a small audio/video player using decodebin.
13858
13859 2006-07-20  Stefan Kost  <ensonic@users.sf.net>
13860
13861         * gst-libs/gst/riff/riff-ids.h:
13862           Add 'fact' chunk id
13863
13864 2006-07-19  Wim Taymans  <wim@fluendo.com>
13865
13866         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13867         (gst_base_rtp_depayload_chain),
13868         (gst_base_rtp_depayload_change_state):
13869         Don't assert when not negotiated but post a meaningfull 
13870         error message. Fixes #347918.
13871
13872         * gst-libs/gst/rtp/gstbasertppayload.c:
13873         Add comment about better default MTU size.
13874
13875         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data):
13876         Small cleanups, start docs.
13877
13878 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
13879
13880         Patch by: Martin Szulecki
13881
13882         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_property):
13883           If "device-name" is requested and the device is not
13884           open, try to temporarily open it to obtain this
13885           information (#342494).
13886
13887 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
13888
13889         * gst-libs/gst/tag/gstid3tag.c:
13890           Add TSSE <=> GST_TAG_ENCODER mapping (see #347898).
13891
13892         * gst-libs/gst/tag/gsttageditingprivate.h:
13893         * gst-libs/gst/tag/gstvorbistag.c:
13894           Some more random const-ifications.
13895
13896 2006-07-18  Stefan Kost  <ensonic@users.sf.net>
13897
13898         * gst-libs/gst/riff/riff-ids.h:
13899         * gst-libs/gst/riff/riff-media.c:
13900         (gst_riff_create_video_template_caps):
13901           Add more FOURCCs (sort list to make stuff easier to find),
13902           add comment what those 16 bytes in struct _gst_riff_strh according to
13903           one avi-dumper are
13904
13905 2006-07-17  Tim-Philipp Müller  <tim at centricular dot net>
13906
13907         * gst-libs/gst/audio/multichannel.c:
13908         (gst_audio_check_channel_positions),
13909         (gst_audio_fixate_channel_positions):
13910           Const-ify two arrays.
13911
13912 2006-07-17  Tim-Philipp Müller  <tim at centricular dot net>
13913
13914         * ext/alsa/gstalsa.c: (caps_add_channel_configuration):
13915           Fix typo, so that alsasink also advertises 8 channels
13916           if that's supported (tags: can, worms, open, alsa, ph34r).
13917
13918 2006-07-17  Wim Taymans  <wim@fluendo.com>
13919
13920         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
13921         (gst_ogg_pad_submit_packet), (gst_ogg_demux_read_chain):
13922         *sigh*, when is the compiler going to warn when the comments
13923         are out-of-sync with the code.. Refix case of busted theora
13924         headers with 0 granule pos.
13925
13926 2006-07-14  Wim Taymans  <wim@fluendo.com>
13927
13928         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13929         (gst_base_rtp_depayload_wait),
13930         (gst_base_rtp_depayload_change_state),
13931         (gst_base_rtp_depayload_set_property),
13932         (gst_base_rtp_depayload_get_property):
13933         Fix 99% cpu load by waiting for absolute times on the
13934         clock. Fixes #347300.
13935
13936 2006-07-14  Andy Wingo  <wingo@pobox.com>
13937
13938         * ext/theora/gsttheoraparse.h: 
13939         * ext/theora/theoraparse.c (theora_parse_drain_event_queue)
13940         (theora_parse_push_headers, theora_parse_clear_queue)
13941         (theora_parse_drain_queue_prematurely, )
13942         (theora_parse_sink_event, theora_parse_change_state): Queue events
13943         until we initialized our state, like in vorbisparse.
13944
13945         * ext/vorbis/vorbisparse.h: 
13946         * ext/vorbis/vorbisparse.c (vorbis_parse_drain_event_queue)
13947         (vorbis_parse_push_headers, vorbis_parse_clear_queue)
13948         (vorbis_parse_drain_queue_prematurely, )
13949         (vorbis_parse_sink_event, vorbis_parse_change_state): Queue events
13950         until we have initialized our state. Fixes seeking after an
13951         initial pad block.
13952
13953 2006-07-14  Andy Wingo  <wingo@pobox.com>
13954
13955         Patch by: Iain Holmes <iaingnome@gmail.com>
13956         
13957         * ext/ogg/gstoggdemux.c (gst_ogg_demux_finalize): Fix memleak.
13958
13959 2006-07-14  Jan Schmidt  <thaytan@mad.scientist.com>
13960
13961         * configure.ac:
13962         Bump nano back to CVS
13963
13964 === release 0.10.9 ===
13965
13966 2006-07-13  Jan Schmidt <thaytan@mad.scientist.com>
13967
13968         * configure.ac:
13969           releasing 0.10.9, "I walk the line"
13970
13971 2006-07-14  Michael Smith  <msmith@fluendo.com>
13972
13973         * tests/check/pipelines/vorbisenc.c: (stop_pipeline):
13974           Move a g_cond_signal to earlier to avoid sometimes deadlocking
13975           (commonly happens when running this test under valgrind) when trying
13976           to remove the buffer probe.
13977
13978 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
13979
13980         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
13981         Fix missing g_unlock from the previous commit
13982
13983 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
13984
13985         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
13986         (gst_ximagesink_change_state):
13987         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
13988         (gst_xvimagesink_change_state):
13989         Implement a locking order to ensure we always take the object lock
13990         before the x_lock and never vice-versa.
13991
13992 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
13993
13994         * gst/playback/gstdecodebin.c: (find_compatibles):
13995         Fix a caps leak when linking (#347304)
13996
13997         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
13998         (gst_ximagesink_ximage_destroy), (gst_ximagesink_xcontext_clear),
13999         (gst_ximagesink_change_state):
14000         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
14001         (gst_xvimage_buffer_finalize), (gst_xvimagesink_check_xshm_calls),
14002         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
14003         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_change_state):
14004         Don't leak shared memory resources. Use the object lock to protect
14005         against the xcontext disappearing while returning a buffer from the
14006         pipeline. (#347304)
14007
14008 2006-07-12  Edward Hervey  <edward@fluendo.com>
14009
14010         * ext/vorbis/vorbisdec.c: (vorbis_dec_finalize),
14011         (vorbis_handle_comment_packet):
14012         gst_tag_list_merge() returns a new object. Take that into account when
14013         using it. This avoids memleak.
14014         Revert previous commit which is not needed.
14015
14016 2006-07-12  Edward Hervey  <edward@fluendo.com>
14017
14018         * ext/vorbis/vorbisdec.c: (vorbis_dec_finalize):
14019         Reset the decoder in finalize so that all fields get cleared.
14020
14021 2006-07-12  Wim Taymans  <wim@fluendo.com>
14022
14023         * gst-libs/gst/audio/gstbaseaudiosrc.c:
14024         (gst_base_audio_src_set_clock),
14025         (gst_base_audio_src_check_get_range), (gst_base_audio_src_create):
14026         Don't try to post an error message when setting the clock fails
14027         as this can happen when adding an element to a bin which will then
14028         deadlock. Fixes #347296.
14029
14030 2006-07-12  Edward Hervey  <edward@fluendo.com>
14031
14032         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
14033         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
14034         (vorbis_handle_type_packet):
14035         Post tag messages on the bus even if we're not initialized.
14036         If we're not initialized, we still postpone the event pushing of tags.
14037
14038 2006-07-12  Wim Taymans  <wim@fluendo.com>
14039
14040         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
14041         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
14042         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps):
14043         Revert last two changes that broke the freeze.
14044
14045 2006-07-12  Wim Taymans  <wim@fluendo.com>
14046
14047         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
14048         basesink calculates silence sample correctly for us.
14049
14050 2006-07-12  Wim Taymans  <wim@fluendo.com>
14051
14052         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
14053         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps):
14054         Calculate correct silence samples so we don't fill our ringbuffer
14055         with noise.
14056
14057 2006-07-12  Edward Hervey  <edward@fluendo.com>
14058
14059         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
14060         (gst_vorbis_dec_reset), (vorbis_dec_sink_event),
14061         (vorbis_handle_comment_packet), (vorbis_handle_type_packet):
14062         * ext/vorbis/vorbisdec.h:
14063         Delay sending events (newsegment, tags) until the decoder is properly
14064         initialized.
14065         Fixes #347295
14066
14067 2006-07-11  Jan Schmidt  <thaytan@mad.scientist.com>
14068
14069         * tests/check/elements/audioconvert.c: (get_float_mc_caps),
14070         (get_int_mc_caps), (GST_START_TEST), (audioconvert_suite):
14071           Patch from #347221 adding a test for audioconvert
14072           channel remappings.
14073
14074 2006-07-11  Tim-Philipp Müller  <tim at centricular dot net>
14075
14076         * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
14077         (gst_ssa_parse_parse_line):
14078           Don't include the terminating NUL in the buffer size,
14079           it's only there for extra paranoia (would add random
14080           '*' characters at the end of each subtitle since the
14081           terminator itself is not valid UTF-8 technically).
14082           Also fix indenting after boilerplate macro.
14083
14084 2006-07-10  Tim-Philipp Müller  <tim at centricular dot net>
14085
14086         * gst/playback/gstdecodebin.c: (close_pad_link):
14087           Also emit 'unknown-type' signal (which should really be
14088           called unhandled-type) if we found potential decoders/demuxers
14089           in the registry but none of them worked in the end (as in the
14090           case where the plugins don't exist any longer but are still
14091           listed in the registry). Fixes #329798.
14092
14093 2006-07-08  Andy Wingo  <wingo@pobox.com>
14094
14095         * theoraparse.c (theora_parse_push_buffer)
14096         (theora_parse_drain_queue_prematurely, theora_parse_drain_queue):
14097         Add some more debugging. Fix granulepos reconstruction in the face
14098         of discontinuities.
14099
14100 2006-07-06  Wim Taymans  <wim@fluendo.com>
14101
14102         * gst-libs/gst/audio/gstbaseaudiosink.c:
14103         (gst_base_audio_sink_class_init),
14104         (gst_base_audio_sink_provide_clock):
14105         Use gobject_class instead of G_OBJECT_CLASS (klass)
14106
14107         * gst-libs/gst/audio/gstbaseaudiosrc.c:
14108         (gst_base_audio_src_class_init), (gst_base_audio_src_init),
14109         (gst_base_audio_src_set_clock), (gst_base_audio_src_provide_clock),
14110         (gst_base_audio_src_get_time),
14111         (gst_base_audio_src_check_get_range), (gst_base_audio_src_create),
14112         (gst_base_audio_src_create_ringbuffer):
14113         Fix latency and buffer-time constants and properties ala basesink.
14114         Implement pull based scheduling. Fixes #346527.
14115         Set default blocksize in GstBaseSrc to 0, we default to pushing out
14116         one segment.
14117         Refuse slaving to another clock instead of silently not working.
14118         Only provide a clock when we are actually able to do so.
14119         Various small cleanups and compiler hints.
14120
14121 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
14122
14123         Patch by: Lutz Mueller <lutz at topfrose de>
14124
14125         * gst/typefind/gsttypefindfunctions.c: (html_type_find),
14126         (plugin_init):
14127           Add typefinding for text/html (#346581).
14128
14129 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
14130
14131         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
14132         (xml_check_first_element), (xml_type_find), (smil_type_find):
14133           Fix SMIL typefinding, make xml_check_first_element() more
14134           useful.
14135
14136 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
14137
14138         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
14139         (gst_play_base_bin_finalize), (decodebin_element_added_cb),
14140         (decodebin_element_removed_cb), (gst_play_base_bin_set_property):
14141         * gst/playback/gstplaybasebin.h:
14142           Protect list of elements with a subtitle-encoding property and
14143           the subtitle encoding member itself with a lock of their own
14144           instead of using the object lock. This prevents a dead-lock in
14145           the element-remove callback in some circumstances when shutting
14146           down playbin.
14147
14148 2006-07-05  Sebastien Moutte  <sebastien@moutte.net>
14149
14150         * win32/common/libgsttag.def:
14151         Export some new functions.
14152         * win32/vs6/libgstogg.dsp:
14153         Add a link to libgsttag-0.10.lib.
14154
14155 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
14156
14157         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
14158           Some const-ification.
14159
14160 2006-07-04  Wim Taymans  <wim@fluendo.com>
14161
14162         * gst/playback/gstplaybasebin.c: (is_stream), (gen_source_element):
14163         Improve checking if we are dealing with a stream. Added some
14164         more uris that need buffering.
14165
14166 2006-07-03  Edward Hervey  <edward@fluendo.com>
14167
14168         * ext/vorbis/vorbisdec.c: (vorbis_do_clip):
14169         Remove unused variable.
14170
14171 2006-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
14172
14173         * Makefile.am:
14174           include lcov.mak
14175         * configure.ac:
14176           add GCOV_LIBS to GST_LIBS
14177
14178 2006-07-02  Tim-Philipp Müller  <tim at centricular dot net>
14179
14180         Patch by: Michael Sheldon  <webmaster at mikeasoft com>
14181
14182         * ext/alsa/gstalsasrc.c:
14183           Add 32 bps to template caps and increase channels range
14184           from [1,2] to [1,MAX]. See #346326.
14185
14186 2006-06-30  Tim-Philipp Müller  <tim at centricular dot net>
14187
14188         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
14189           Recognise 'WMVA' video codec fourcc (#345879).
14190           
14191 2006-06-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
14192          
14193         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
14194           Fixed nasty memory leak
14195
14196 2006-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
14197
14198         * gst/tcp/gsttcp.c: (gst_tcp_read_buffer),
14199         (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps):
14200           fix logging
14201
14202 2006-06-23  Jan Schmidt  <thaytan@mad.scientist.com>
14203
14204         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
14205         (gst_decode_bin_init), (gst_decode_bin_finalize), (add_fakesink),
14206         (remove_fakesink), (pad_probe), (gst_decode_bin_change_state):
14207         Protect remove_fakesink using a mutex, so that we don't try and
14208         remove the fakesink simultaneously from multiple threads.
14209
14210         When going from READY to PAUSED, restore the fakesink, so that
14211         it is there when decodebin gets reused.
14212
14213 2006-06-23  Tim-Philipp Müller  <tim at centricular dot net>
14214
14215         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
14216         * gst-libs/gst/rtp/gstbasertpdepayload.c:
14217         * gst-libs/gst/rtp/gstbasertppayload.c:
14218         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14219         * gst/tcp/gstmultifdsink.c:
14220         * gst/tcp/gsttcpclientsink.c:
14221         * gst/tcp/gsttcpclientsrc.c:
14222         * gst/tcp/gsttcpserversink.c:
14223         * gst/tcp/gsttcpserversrc.c:
14224         * gst/videorate/gstvideorate.c:
14225         * gst/videotestsrc/gstvideotestsrc.c:
14226         * sys/v4l/gstv4ljpegsrc.c:
14227         * sys/v4l/gstv4lmjpegsink.c:
14228         * sys/v4l/gstv4lsrc.c:
14229         * tests/examples/seek/scrubby.c:
14230         * tests/examples/seek/seek.c:
14231           Use GST_DEBUG_CATEGORY_STATIC where possible (#342503).
14232
14233 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
14234
14235         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum):
14236           Second field in GEnumValue shouldn't be a description,
14237           but a stringified version of the enum value.
14238
14239 2006-06-22  Wim Taymans  <wim@fluendo.com>
14240
14241         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
14242         (gst_ximage_buffer_free), (gst_ximagesink_ximage_put),
14243         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
14244         Avoid type checking in buffer casts.
14245         Avoid caps copy in buffer_alloc when we can.
14246         Use pad_peer_accept.
14247
14248 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
14249
14250         * gst-libs/gst/tag/tag.h:
14251           Oops, make that 'Since: 0.10.9'.
14252
14253 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
14254
14255         * docs/libs/gst-plugins-base-libs-sections.txt:
14256         * gst-libs/gst/tag/tag.h:
14257         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum),
14258         (gst_tag_image_type_get_type):
14259           API: add GstTagImageType enum to describe images contained
14260           in image tags (#345641).
14261
14262 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
14263
14264         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
14265           Fix warnings with gst-inspect: "buffers-min" property
14266           should be of G_TYPE_INT and not G_TYPE_INT64. Also fix
14267           typo in property description.
14268
14269 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
14270
14271         Patch by: Cody Russell <bratsche at gnome org>
14272
14273         * gst/audioresample/gstaudioresample.c:
14274         (gst_audioresample_class_init):
14275         * gst/playback/gststreamselector.c:
14276         (gst_stream_selector_class_init):
14277         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
14278         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
14279         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
14280         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_class_init):
14281         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_class_init):
14282         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_class_init):
14283         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init):
14284         * gst/videotestsrc/gstvideotestsrc.c:
14285         (gst_video_test_src_class_init):
14286         * gst/volume/gstvolume.c: (gst_volume_class_init):
14287           Avoid unnecessary class cast check in class_init
14288           functions (#337747).
14289
14290 2006-06-21  Tim-Philipp Müller  <tim at centricular dot net>
14291
14292         * ext/pango/gsttextoverlay.c: (gst_text_overlay_make_utf8),
14293         (gst_text_overlay_video_chain):
14294           g_markup_escape_text() REALLY doesn't like non-UTF8 input
14295           and doesn't validate its input either (and neither did
14296           textoverlay it seems). Let's do that then and fix #345206.
14297
14298 2006-06-19  Wim Taymans  <wim@fluendo.com>
14299
14300         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
14301         (gst_unit_type_get_type), (gst_multi_fd_sink_class_init),
14302         (gst_multi_fd_sink_init), (gst_multi_fd_sink_add_full),
14303         (gst_multi_fd_sink_add), (gst_multi_fd_sink_handle_client_read),
14304         (find_syncframe), (find_limits), (assign_value),
14305         (count_burst_unit), (gst_multi_fd_sink_new_client),
14306         (gst_multi_fd_sink_handle_client_write),
14307         (gst_multi_fd_sink_queue_buffer), (gst_multi_fd_sink_render),
14308         (gst_multi_fd_sink_set_property), (gst_multi_fd_sink_get_property),
14309         (gst_multi_fd_sink_change_state):
14310         * gst/tcp/gstmultifdsink.h:
14311         Added shiny new burst-on-connect methods.
14312         Add properties to control the minimal amount of data queued.
14313         Small cleanups.
14314         API: bytes-min property
14315         API: time-min property
14316         API: buffers-min property
14317         API: burst-unit property
14318         API: burst-value property
14319         API: add-full signal
14320
14321         * gst/tcp/gsttcp-marshal.list:
14322         Added new marshaller code for the new signal.
14323
14324         * tests/check/elements/multifdsink.c: (GST_START_TEST),
14325         (multifdsink_suite):
14326         Added testcases for new burst methods.
14327
14328 2006-06-19  Edward Hervey  <edward@fluendo.com>
14329
14330         * ext/theora/theoradec.c: (clip_buffer), (theora_dec_push):
14331         Implement clipping for accurate seeking.
14332         Closes #345225
14333
14334 2006-06-19  Wim Taymans  <wim@fluendo.com>
14335
14336         Patch by: Philip Jaegenstedt <philip at lysator dot liu dot se>
14337
14338         * gst/videoscale/gstvideoscale.c: (gst_video_scale_prepare_size),
14339         (gst_video_scale_transform):
14340         Make videoscale support RGBA, ARGB, BGRA and ABGR. Fixes #345131
14341
14342 2006-06-17  Tim-Philipp Müller  <tim at centricular dot net>
14343
14344         * configure.ac:
14345           Fix --disable-external (can't set conditionals conditionally,
14346           #343602).
14347
14348 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
14349
14350         * tests/check/elements/audioresample.c: (test_reuse),
14351         (audioresample_suite):
14352           Add test case for bug #342789 fixed below.
14353
14354 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
14355
14356         * gst/audioresample/gstaudioresample.c:
14357         (gst_audioresample_class_init), (gst_audioresample_init),
14358         (audioresample_start), (audioresample_stop),
14359         (gst_audioresample_set_property), (gst_audioresample_get_property):
14360           Implement GstBaseTransform::start and ::stop so that audioresample
14361           can clear its internal state properly and be reused instead of
14362           causing non-negotiated errors with playbin under some circumstances
14363           (#342789).
14364
14365         * tests/check/elements/audioresample.c: (setup_audioresample),
14366         (cleanup_audioresample):
14367           Need to set element state here so that ::start and ::stop are
14368           called.
14369
14370 2006-06-16  Wim Taymans  <wim@fluendo.com>
14371
14372         Patch by: Young-Ho Cha <ganadist at chollian dot net>
14373
14374         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_vids):
14375         Parse extra data better, apparently it's right behind
14376         the normal strf header size. Fixes #343500.
14377
14378 2006-06-16  Wim Taymans  <wim@fluendo.com>
14379
14380         * ext/alsa/gstalsasink.c: (set_hwparams):
14381         If we fail to set the buffer_time and period_time alsa
14382         parameters, post a warning and leave alsa select a 
14383         default instead of failing. Fixes #342085
14384
14385 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
14386
14387         * docs/libs/gst-plugins-base-libs-sections.txt:
14388         * gst-libs/gst/cdda/gstcddabasesrc.h:
14389           Remove GST_CDDA_TAG_TRACK_TAGS again, it is #ifdef 0'ed
14390           out in the header file and shouldn't be listed in the docs.
14391
14392         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
14393           Must dereference pointer to fourcc in the debug statement.
14394
14395 2006-06-16  Stefan Kost  <ensonic@users.sf.net>
14396
14397         * docs/libs/Makefile.am:
14398         * docs/libs/gst-plugins-base-libs-docs.sgml:
14399         * docs/libs/gst-plugins-base-libs-sections.txt:
14400         * docs/libs/gst-plugins-base-libs.types:
14401         add remaining symbols into correct setions
14402         
14403         * gst-libs/gst/audio/gstringbuffer.c:
14404         fix incomplete docs
14405         
14406         * gst-libs/gst/audio/gstringbuffer.h:
14407         comment out not yet implemented function
14408         
14409         
14410         * gst-libs/gst/floatcast/floatcast.h:
14411         * gst-libs/gst/netbuffer/gstnetbuffer.c:
14412         add short descriptions
14413         
14414         
14415         * gst-libs/gst/interfaces/propertyprobe.c:
14416         fix return value docs   
14417         
14418         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
14419         simplify debug logging
14420         
14421         * gst-libs/gst/riff/riff-read.h:
14422         sync function prototype and docs
14423         
14424         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
14425         remove left over symbol
14426
14427 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
14428
14429         * autogen.sh:
14430         * configure.ac:
14431         * docs/Makefile.am:
14432           Use GST_PLUGIN_DOCS macro in configure.ac, add
14433           --enable-plugin-docs default to autogen.sh and use
14434           ENABLE_PLUGIN_DOCS conditional in Makefile.am (#344039).
14435
14436 2006-06-15  Wim Taymans  <wim@fluendo.com>
14437
14438         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
14439         (gst_ogg_demux_activate_chain), (gst_ogg_demux_combine_flows),
14440         (gst_ogg_demux_loop):
14441         Combine GstFlowReturn from the source pads to give a
14442         meaningfull result to the upstream peer or to stop the
14443         processing task in case of errors.
14444
14445 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
14446
14447         * gst/playback/gststreaminfo.c: (cb_probe):
14448           Try GST_TAG_CODEC as fallback when extracting the
14449           codec name; more debug info.
14450
14451 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
14452
14453         * ext/ogg/Makefile.am:
14454         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
14455           Extract language tags from ogm subtitle streams, so that
14456           the subtitle menu choices are labelled correctly in
14457           Totem (fixes #344708).
14458
14459 2006-06-14  Wim Taymans  <wim@fluendo.com>
14460
14461         Patch by: Alessandro Decina <alessandro at nnva dot org>
14462
14463         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_clear),
14464         (gst_ogg_mux_release_pad), (gst_ogg_mux_get_headers),
14465         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_init_collectpads),
14466         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
14467         Fix various leaks. Fixes #343699.
14468         Add x-smoke mime type.
14469
14470 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
14471
14472         * gst-libs/gst/riff/riff-ids.h:
14473           Add IDs for 'bext' chunks (see #343837).
14474
14475 2006-06-12  Tim-Philipp Müller  <tim at centricular dot net>
14476
14477         Patch by: Young-Ho Cha  <ganadist at chollian net>
14478
14479         * gst/subparse/samiparse.c: (sami_context_pop_state),
14480         (handle_start_font), (end_sami_element):
14481           Honour font face tags in SAMI subtitles (#344503).
14482
14483 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
14484
14485         * po/POTFILES.in:
14486           add missing files containing translatable strings
14487
14488 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
14489
14490         * docs/libs/tmpl/.cvsignore:
14491           we don't want those *.sgml files in CVS either
14492
14493 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
14494
14495         * docs/libs/.cvsignore:
14496         * tests/check/elements/.cvsignore:
14497         * tests/check/libs/.cvsignore:
14498           ignore more
14499
14500 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
14501
14502         * docs/libs/Makefile.am:
14503           also commiting the changed Makefile.am (added more libs to the
14504           doc-build)
14505
14506 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
14507
14508         * docs/libs/gst-plugins-base-libs-docs.sgml:
14509         * docs/libs/gst-plugins-base-libs-sections.txt:
14510         * docs/libs/gst-plugins-base-libs.types:
14511           first batch of reordering things, add index & hierarchy
14512
14513 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
14514
14515         * configure.ac:
14516           use GST_PKG_CHECK_MODULES, cleans up output
14517
14518 2006-06-10  Tim-Philipp Müller  <tim at centricular dot net>
14519
14520         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
14521           Add support for burn:// URIs (#343385); const-ify things a bit,
14522           use G_N_ELEMENTS instead of hard-coded array size.
14523
14524 2006-06-10  Tim-Philipp Müller  <tim at centricular dot net>
14525
14526         Patch by: Young-Ho Cha  <ganadist at chollian net>
14527
14528         * gst/subparse/samiparse.c: (fix_invalid_entities), (parse_sami):
14529           Fix up broken entities before passing them to libxml *sigh*.
14530           (#343303).
14531           
14532 2006-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
14533
14534         * configure.ac:
14535           back to TRUNK
14536
14537 === release 0.10.8 ===
14538
14539 2006-06-09  Thomas Vander Stichele <thomas at apestaart dot org>
14540
14541         * configure.ac:
14542           releasing 0.10.8, "Moar gij ziet mij nie"
14543
14544 2006-06-07  Thomas Vander Stichele  <thomas at apestaart dot org>
14545
14546         * configure.ac:
14547         * po/af.po:
14548         * po/az.po:
14549         * po/cs.po:
14550         * po/en_GB.po:
14551         * po/hu.po:
14552         * po/it.po:
14553         * po/nb.po:
14554         * po/nl.po:
14555         * po/or.po:
14556         * po/sq.po:
14557         * po/sr.po:
14558         * po/sv.po:
14559         * po/uk.po:
14560         * po/vi.po:
14561         * win32/common/config.h:
14562           0.10.7.2 prerelease
14563
14564 2006-06-07  Thomas Vander Stichele  <thomas at apestaart dot org>
14565
14566         * docs/libs/tmpl/gstaudio.sgml:
14567         * docs/libs/tmpl/gstcolorbalance.sgml:
14568         * docs/libs/tmpl/gstmixer.sgml:
14569         * docs/libs/tmpl/gstringbuffer.sgml:
14570         * docs/libs/tmpl/gsttuner.sgml:
14571         * docs/libs/tmpl/gstxoverlay.sgml:
14572         * gst-libs/gst/audio/audio.c:
14573         * gst-libs/gst/audio/gstringbuffer.c:
14574         * gst-libs/gst/interfaces/colorbalance.c:
14575         * gst-libs/gst/interfaces/mixer.c:
14576         * gst-libs/gst/interfaces/tuner.c:
14577         * gst-libs/gst/interfaces/xoverlay.c:
14578           move last template doc snippets to source code and delete them
14579
14580 2006-06-06  Michael Smith  <msmith@fluendo.com>
14581
14582         * ext/theora/theoraparse.c: (theora_parse_drain_queue_prematurely),
14583         (theora_parse_drain_queue):
14584           Mark DELTA_UNIT on non-keyframes.
14585
14586 2006-06-03  Jan Schmidt  <thaytan@mad.scientist.com>
14587
14588         * gst-libs/gst/audio/gstbaseaudiosink.c:
14589         (gst_base_audio_sink_class_init), (gst_base_audio_sink_setcaps):
14590         * gst-libs/gst/audio/gstbaseaudiosink.h:
14591         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps),
14592         (gst_ring_buffer_samples_done):
14593         * gst-libs/gst/audio/gstringbuffer.h:
14594         Document better the fact that latency_time and buffer_time are values
14595         stored in microseconds, and not the usual GStreamer nanoseconds.
14596         Change the variables (compatibly) that store them from GstClockTime 
14597         to guint64 to make it more clear that they're not storing clock times.
14598         Also, remove the bogus property description that says the user can
14599         specify -1 to get the default value, since that's never been the case.
14600
14601         When computing the default segment size for the ring buffer, make it
14602         an integer number of samples.
14603
14604         When the sub-class indicates a delay greater than the number of
14605         samples we've written return 0 from the audio sink get_time method.
14606
14607 2006-06-02  Michael Smith  <msmith@fluendo.com>
14608
14609         * tests/check/elements/audioconvert.c: (set_channel_positions),
14610         (get_float_mc_caps), (get_int_mc_caps):
14611         * tests/check/elements/audioresample.c:
14612         * tests/check/elements/audiotestsrc.c: (GST_START_TEST):
14613         * tests/check/elements/videorate.c:
14614         * tests/check/elements/videotestsrc.c: (GST_START_TEST):
14615         * tests/check/elements/volume.c:
14616         * tests/check/elements/vorbisdec.c:
14617         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
14618           Don't busy-wait in tests; this was causing test timeouts very
14619           frequently when running under valgrind.
14620
14621 2006-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
14622
14623         * gst/tcp/README:
14624         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_init),
14625         (gst_multi_fd_sink_remove_client_link),
14626         (gst_multi_fd_sink_client_queue_caps),
14627         (gst_multi_fd_sink_client_queue_buffer),
14628         (gst_multi_fd_sink_handle_client_write),
14629         (gst_multi_fd_sink_render):
14630         * gst/tcp/gstmultifdsink.h:
14631           make multifdsink properly deal with streamheader:
14632           - streamheader is taken from caps
14633           - buffers marked with IN_CAPS are not sent
14634           - streamheaders are sent, on connection, from the caps of the
14635             buffer where the client gets positioned to
14636           - further streamheader changes are done every time the client
14637             will receive a buffer with different caps
14638         * tests/check/elements/multifdsink.c: (GST_START_TEST),
14639         (gst_multifdsink_create_streamheader):
14640           add tests for this
14641
14642 2006-06-02  Michael Smith  <msmith@fluendo.com>
14643
14644         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
14645           Reinstate limit on channel count. Vorbis does not define the meaning
14646           of > 6 channels, so they're just independent channels. Gstreamer
14647           currently has no mechanism to represent N independent channels.
14648
14649 2006-06-02  Michael Smith  <msmith@fluendo.com>
14650
14651         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
14652           Don't arbitrarily restrict channel counts and rate in vorbis.
14653           In terms of effects likely on real-world files, this fixes 96kHz
14654           playback of vorbis.
14655
14656 2006-06-02  Michael Smith  <msmith@fluendo.com>
14657
14658         * gst/audioconvert/audioconvert.c: (float):
14659           More correct float->int conversion.
14660
14661 2006-06-02  Michael Smith  <msmith@fluendo.com>
14662
14663         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_perform_seek):
14664           Don't accidently send GST_CLOCK_TIME_NONE as a new segment start
14665           value. Fixes g-critical on trying to play back ogg containing
14666           unknown codec.
14667
14668 2006-06-02  Wim Taymans  <wim@fluendo.com>
14669
14670         * gst/playback/gstplaybasebin.c: (group_create), (group_commit),
14671         (setup_source):
14672         * gst/playback/gstplaybasebin.h:
14673         Make the subtitle detection work from any thread so we don't
14674         deadlock. Fixes #343397.
14675
14676 2006-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
14677
14678         * gst/volume/Makefile.am:
14679           Seriously, it's not *that* hard to get compilation right.  Even
14680           a drunk can do it ! Add LIBOIL CFLAGS and LIBS
14681
14682 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
14683
14684         * gst/volume/gstvolume.c: (volume_choose_func),
14685         (volume_update_real_volume), (gst_volume_class_init),
14686         (gst_volume_init), (volume_process_float), (volume_process_int16),
14687         (volume_process_int16_clamp), (volume_set_caps),
14688         (volume_transform_ip), (plugin_init):
14689         * gst/volume/gstvolume.h:
14690         rewrite the passthrough check, split _int16 and _int16_clamp, fix
14691         another property desc., remove unused param from process function
14692         
14693         * tests/check/elements/volume.c: (volume_suite):
14694         reactivate the passthrough test
14695
14696 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
14697
14698         * ext/alsa/gstalsamixerelement.h:
14699         * ext/alsa/gstalsamixeroptions.h:
14700         * ext/alsa/gstalsamixertrack.h:
14701         * ext/gnomevfs/gstgnomevfssink.h:
14702         * ext/gnomevfs/gstgnomevfssrc.h:
14703         * ext/theora/gsttheoradec.h:
14704         * ext/theora/gsttheoraenc.h:
14705         * ext/theora/gsttheoraparse.h:
14706         * ext/vorbis/vorbisparse.h:
14707         * gst-libs/gst/audio/gstaudioclock.h:
14708         * gst-libs/gst/audio/gstaudiofilter.h:
14709         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
14710         * gst/audioconvert/gstaudioconvert.h:
14711         * gst/audioresample/gstaudioresample.h:
14712         * gst/audiotestsrc/gstaudiotestsrc.h:
14713         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
14714         * gst/playback/gststreamselector.h:
14715         * gst/tcp/gstmultifdsink.h:
14716         * gst/tcp/gsttcpclientsink.h:
14717         * gst/tcp/gsttcpclientsrc.h:
14718         * gst/tcp/gsttcpserversink.h:
14719         * gst/tcp/gsttcpserversrc.h:
14720         * gst/videorate/gstvideorate.h:
14721         * gst/videoscale/gstvideoscale.h:
14722         * gst/videotestsrc/gstvideotestsrc.h:
14723         * gst/volume/gstvolume.h:
14724         * sys/v4l/gstv4ljpegsrc.h:
14725         * sys/v4l/gstv4lmjpegsink.h:
14726         * sys/v4l/gstv4lmjpegsrc.h:
14727         * sys/v4l/gstv4lsrc.h:
14728         * sys/ximage/ximagesink.h:
14729         * sys/xvimage/xvimagesink.h:
14730         * tests/old/testsuite/alsa/sinesrc.h:
14731         Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass
14732
14733 2006-05-31  Wim Taymans  <wim@fluendo.com>
14734
14735         * ext/libvisual/visual.c: (gst_visual_reset),
14736         (gst_visual_sink_setcaps), (gst_visual_sink_event),
14737         (gst_visual_src_event), (get_buffer), (gst_visual_chain):
14738         Handle DISCONT.
14739         Use running time before doing QoS.
14740         Handle mono too.
14741
14742 2006-05-31  Thomas Vander Stichele  <thomas at apestaart dot org>
14743
14744         * docs/libs/Makefile.am:
14745           set a magic variable to indicate we know the docs are incomplete
14746
14747 2006-05-30  Sebastien Moutte  <sebastien@moutte.net>
14748
14749         * win32/common/libgstvideo.def:
14750           export gst_video_calculate_display_ratio
14751         * win32/vs6/libgstvideoscale.dsp:
14752           add link to libgstvideo-0.10.lib
14753
14754 2006-05-30  Tim-Philipp Müller  <tim at centricular dot net>
14755
14756         * gst/playback/gstplaybasebin.c: (gen_source_element):
14757           Throw a more comprehensible error for rtsp:// URIs (rather
14758           than erroring out with a negotiation error later on) until
14759           we fix playbin to handle rtspsrc etc.
14760
14761 2006-05-30  Wim Taymans  <wim@fluendo.com>
14762
14763         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event),
14764         (gst_text_overlay_text_event):
14765         Added some FIXMEs.
14766
14767 2006-05-30  Wim Taymans  <wim@fluendo.com>
14768
14769         * gst/adder/gstadder.c: (gst_adder_class_init), (gst_adder_init),
14770         (gst_adder_request_new_pad), (gst_adder_release_pad):
14771         * gst/adder/gstadder.h:
14772         Implement release_request_pad.
14773         Make padcounter atomic.
14774
14775         * tests/check/elements/adder.c: (GST_START_TEST), (adder_suite):
14776         Added check for release_pad in adder.
14777
14778 2006-05-30  Wim Taymans  <wim@fluendo.com>
14779
14780         * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream):
14781         Fix build again.
14782
14783 2006-05-30  Thomas Vander Stichele  <thomas at apestaart dot org>
14784
14785         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
14786         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
14787         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
14788         (gst_ogg_pad_submit_page), (gst_ogg_chain_new_stream),
14789         (gst_ogg_demux_seek), (gst_ogg_demux_get_data),
14790         (gst_ogg_demux_get_next_page), (gst_ogg_demux_do_seek),
14791         (gst_ogg_demux_bisect_forward_serialno),
14792         (gst_ogg_demux_read_chain), (gst_ogg_demux_find_chains),
14793         (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
14794           add more debugging
14795           clean up printf formats for granulepos and serialno
14796
14797 2006-05-30  Michael Smith  <msmith@fluendo.com>
14798
14799         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
14800         (gst_vorbis_enc_class_init), (gst_vorbis_enc_dispose),
14801         (gst_vorbis_enc_generate_sink_caps), (gst_vorbis_enc_sink_getcaps),
14802         (gst_vorbis_enc_init), (gst_vorbis_enc_buffer_from_header_packet),
14803         (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
14804         * ext/vorbis/vorbisenc.h:
14805           Multi-channel caps negotiation, so we can do proper multichannel
14806           vorbis encoding, negotiated through audioconvert.
14807
14808 2006-05-30  Wim Taymans  <wim@fluendo.com>
14809
14810         * tests/check/elements/adder.c: (test_event_message_received),
14811         (test_play_twice_message_received), (GST_START_TEST),
14812         (adder_suite):
14813         Added check to show that #339935 is fixed with ongoing
14814         adder and collectpads fixes.
14815
14816 2006-05-29  Wim Taymans  <wim@fluendo.com>
14817
14818         * gst/adder/gstadder.c: (gst_adder_request_new_pad):
14819         Don't leak pad name.
14820
14821 2006-05-29  Wim Taymans  <wim@fluendo.com>
14822
14823         * gst/adder/gstadder.c: (gst_adder_query_duration),
14824         (forward_event_func), (forward_event), (gst_adder_src_event):
14825         Fix adder seeking.
14826         Make query/seeking code threadsafe.
14827
14828         * tests/check/Makefile.am:
14829         * tests/check/elements/adder.c: (test_event_message_received),
14830         (GST_START_TEST), (test_play_twice_message_received):
14831         Fix adder test case.
14832
14833 2006-05-29  Tim-Philipp Müller  <tim at centricular dot net>
14834
14835         Patch by: Young-Ho Cha  <ganadist at chollian net>
14836
14837         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
14838         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
14839         (set_encoding_element), (decodebin_element_added_cb),
14840         (decodebin_element_removed_cb), (setup_subtitle), (setup_source),
14841         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
14842         * gst/playback/gstplaybasebin.h:
14843           Add 'subtitle-encoding' property to playbin, so applications can
14844           force a subtitle encoding for non-UTF8 subtitles (#342268).
14845
14846         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init),
14847         (gst_sub_parse_set_property):
14848           Rename recently-added 'encoding' property to 'subtitle-encoding'
14849           (so it can be proxied by playbin/decodebin in a generic way
14850           with less danger of false positives).
14851
14852 2006-05-29  Michael Smith  <msmith@fluendo.com>
14853
14854         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
14855         (append_with_other_format), (set_structure_widths),
14856         (gst_audio_convert_transform_caps):
14857           Patch from #341562: give more specific audio caps in get_caps, so
14858           that basetransform  can make better decisions on what caps to
14859           negotiate.
14860
14861 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
14862
14863         * tests/check/elements/volume.c:
14864         make it compile again
14865
14866 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
14867
14868         * tests/check/elements/volume.c: (volume_suite):
14869         disable test until #343196 gets resolved
14870
14871 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
14872
14873         * gst/adder/gstadder.c: (gst_adder_get_type):
14874         Make it easier to copy&paste
14875         
14876         * gst/volume/Makefile.am:
14877         * gst/volume/gstvolume.c: (volume_update_real_volume),
14878         (gst_volume_set_volume), (gst_volume_set_mute),
14879         (gst_volume_class_init), (volume_process_int16), (volume_set_caps),
14880         (volume_transform_ip), (volume_update_mute),
14881         (volume_update_volume):
14882         * gst/volume/gstvolume.h:
14883         Add own debug category, move duplicate code to helper function, fix
14884         property texts, add more comments and prepare ffor liboil-goodness
14885         
14886         * tests/check/Makefile.am:
14887         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
14888         add test for mute and passtrough case, be a bit more verbose to track
14889         failure
14890         
14891         * tests/check/generic/states.c: (GST_START_TEST):
14892         catch elements that fail to instantiate
14893
14894 2006-05-28  Edward Hervey  <edward@fluendo.com>
14895
14896         * tests/check/pipelines/simple-launch-lines.c:
14897         * tests/check/pipelines/theoraenc.c:
14898         * tests/check/pipelines/vorbisenc.c:
14899         Comment out tests using parse_launch() if core was built without
14900         parsing capabilities.
14901
14902 2006-05-27  Edward Hervey  <edward@fluendo.com>
14903
14904         * tests/check/Makefile.am:
14905         Extra bonus points for whoever explains to ensonic that you are meant
14906         to test unit tests thoroughly before commiting them, especially if
14907         you know it's going to break.
14908         De-activated element/adder tests.
14909
14910 2006-05-27  Edward Hervey  <edward@fluendo.com>
14911
14912         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
14913         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps):
14914         Marking caps conversion issues as GST_WARNING is way too verbose,
14915         Moving them to GST_LOG.
14916
14917 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
14918
14919         * README:
14920           Replace current README (containing the release notes from
14921           some 0.9.x version) with a proper README taken from the core.
14922
14923 2006-05-26  Wim Taymans  <wim@fluendo.com>
14924
14925         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
14926         (vorbis_dec_src_event), (vorbis_dec_sink_event), (vorbis_do_clip),
14927         (vorbis_dec_push), (vorbis_handle_data_packet), (vorbis_dec_chain),
14928         (vorbis_dec_change_state):
14929         Small cleanups.
14930         Add some FIXMEs
14931         Clip output samples to segment boundaries.
14932
14933 2006-05-26  Jan Schmidt  <thaytan@mad.scientist.com>
14934
14935         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
14936         (gst_ximagesink_xcontext_get), (gst_ximagesink_show_frame):
14937         Improve the errors produced on bad output, including some human
14938         readable description strings.
14939         Handle the (theoretical for ximagesink) case where the XServer 
14940         has a different idea about the size required for a particular 
14941         frame and gives us too small a memory allocation.
14942
14943 2006-05-26  Jan Schmidt  <thaytan@mad.scientist.com>
14944
14945         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
14946         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
14947         (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
14948         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
14949         Improve the errors produced on bad output, including some human 
14950         readable description strings.
14951         Handle RGB Xv formats properly by transforming them into our 
14952         big-endian caps description.
14953         Use gst_caps_truncate to ensure that we never try and choose a
14954         non-fixed caps in buffer_alloc.
14955         Handle the case where the XServer has a different idea about the size
14956         required for a particular frame and gives us too small a memory
14957         allocation.
14958         Use -1 to indicate 'no image format', because 0 is a valid XServer
14959         image format number.
14960         Put RGB Xv formats at the end of the caps, so that we always prefer
14961         YUV format frames.
14962         Iterate the available Xv Encodings to determine the maximum width and
14963         height, and then return that in our caps.
14964         (Closes #315312, #337544)
14965
14966 2006-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
14967
14968         * gst/playback/gstdecodebin.c: (remove_fakesink), (pad_probe):
14969         When there is only one unfinished pad and it receives an event that
14970         doesn't match our requirements, we need to set alldone=FALSE so that
14971         the fakesink is not removed yet.
14972
14973 2006-05-25  Tim-Philipp Müller  <tim at centricular dot net>
14974
14975         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
14976           Use gst_type_find_helper_for_buffer() to find the type
14977           of stream from the first packet.
14978
14979         * configure.ac:
14980           Bump requirements to core CVS (needed for vorbis
14981           typefinding to work).
14982
14983 2006-05-24  Edward Hervey  <edward@fluendo.com>
14984
14985         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): 
14986         Added the 'prfl' atom type which MQV (no, it's not a typo) files
14987         contain.  Else they play perfectly fine with qtdemux.
14988
14989 2006-05-23  Stefan Kost  <ensonic@users.sf.net>
14990
14991         * ext/theora/theoradec.c:
14992         * ext/theora/theoraenc.c:
14993         * ext/theora/theoraparse.c: (gst_theora_parse_class_init):
14994         * gst/audiorate/gstaudiorate.c:
14995           make more debug catagories static
14996         
14997         * tests/check/Makefile.am:
14998         * tests/check/elements/adder.c: (message_received),
14999         (test_event_message_received), (GST_START_TEST),
15000         (test_play_twice_message_received), (adder_suite):
15001           added test case for using element twice, extra bonus points for anyone
15002           who can make these test run reliably
15003
15004 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
15005
15006         * ext/theora/theoradec.c: (theora_dec_chain):
15007           Make work with time-stamped input buffers that do not
15008           have a granulepos in BUFFER_OFFSET_END (like theora
15009           buffers coming from matroskademux). Fixes #342448.
15010
15011 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
15012
15013         Patch by: Peter Kjellerstedt  <pkj at axis com>
15014
15015         * gst/tcp/Makefile.am:
15016           fdstresstest doesn't need Gtk+, fix compilation if 
15017           gtk is not available (#342566).
15018
15019 2006-05-19 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
15020          
15021         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
15022           80 line columns
15023           Removed redundant floor()
15024
15025 2006-05-19  Tim-Philipp Müller  <tim at centricular dot net>
15026
15027         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
15028           On second thought, just skip JUNK chunks automatically, so
15029           the caller doesn't have to handle this. Fixes #342345.
15030           Also, return GST_FLOW_UNEXPECTED if we get a short read,
15031           not GST_FLOW_ERROR.
15032
15033 2006-05-19  Tim-Philipp Müller  <tim at centricular dot net>
15034
15035         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
15036           Don't bail out on JUNK chunks with a size of 0 (would try to
15037           pull_range 0 bytes before, which sources don't like too much).
15038           See #342345.
15039
15040 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
15041
15042         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
15043         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
15044         Use the gstutil scaling function to preserve 64 bits while calculating
15045         output width and height from the display-aspect-ratio. (A continuation
15046         of #341542)
15047
15048 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
15049
15050         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
15051         (gst_xvimagesink_buffer_alloc):
15052         * sys/xvimage/xvimagesink.h:
15053         When performing buffer allocations, remember the caps and image format
15054         we return so that if the same caps are asked for next time we can
15055         return them immediately without doing any caps intersections.
15056
15057 2006-05-18 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
15058          
15059         * gst-libs/gst/rtp/README:
15060           Some new documentation
15061         * gst-libs/gst/rtp/gstrtpbuffer.h:       
15062           Added GST_RTP_PAYLOAD_DYNAMIC_STRING for use by children       
15063         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
15064         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:     
15065           New RTP audio base payloader class. Supports frame or sample based
15066           codecs.  Not enabled in Makefile.am until approved.
15067
15068 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
15069
15070         * tests/check/elements/alsa.c: (test_device_property_probe):
15071           Fix test case: don't try to free NULL GValueArray when there
15072           are no devices.
15073
15074 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
15075
15076         * tests/check/Makefile.am:
15077         * tests/check/elements/alsa.c: (test_device_property_probe),
15078         (alsa_suite), (main):
15079           Add simple test that runs a device property probe on alsasrc,
15080           alsasink and alsamixer. Disable valgrind check for now (too
15081           many leaks in libasound, and valgrind ignored my suppressions
15082           additions).
15083
15084 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
15085
15086         * ext/alsa/gstalsadeviceprobe.c: (gst_alsa_get_device_list),
15087         (gst_alsa_device_property_probe_probe_property),
15088         (gst_alsa_device_property_probe_needs_probe),
15089         (gst_alsa_device_property_probe_get_values),
15090         (gst_alsa_type_add_device_property_probe_interface):
15091         * ext/alsa/gstalsadeviceprobe.h:
15092         * ext/alsa/gstalsamixerelement.c:
15093         (gst_alsa_mixer_element_init_interfaces):
15094         * ext/alsa/gstalsamixerelement.h:
15095           Clean up and simplify alsa device probing. Make it actually work
15096           for multiple classes. Don't cache results any longer.
15097
15098         * ext/alsa/gstalsasink.c: (gst_alsasink_init_interfaces),
15099         (gst_alsasink_init):
15100         * ext/alsa/gstalsasrc.c: (gst_alsasrc_dispose),
15101         (gst_alsasrc_interface_supported), (gst_implements_interface_init),
15102         (gst_alsasrc_init_interfaces), (gst_alsasrc_set_property):
15103           Make alsasink and alsasrc implement the GstPropertyProbe interface
15104           for device probing (#342181).
15105           Patch by: Martin Szulecki  <gnomebugzilla at sukimashita com>
15106
15107 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
15108
15109         * gst/subparse/samiparse.c: (handle_start_font):
15110           Don't ignore return value of strtol (++compiler_happiness).
15111
15112 2006-05-17  Tim-Philipp Müller  <tim at centricular dot net>
15113
15114         Patch by: Young-Ho Cha  <ganadist chollian net>
15115
15116         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
15117         (gst_sub_parse_class_init), (gst_sub_parse_init),
15118         (gst_sub_parse_set_property), (gst_sub_parse_get_property),
15119         (convert_encoding):
15120         * gst/subparse/gstsubparse.h:
15121           Add 'encoding' property (#341681).
15122
15123         * gst/subparse/samiparse.c: (characters_sami):
15124           Output is pango markup, so we need to escape text
15125           between tags (#342143).
15126
15127 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
15128
15129         * gst-libs/gst/audio/multichannel.c:
15130         (gst_audio_check_channel_positions):
15131           It's okay to have caps with channels=1 and a channel position
15132           different from GST_AUDIO_CHANNEL_POSITION_FRONT_MONO
15133           (deinterleavers might want to keep the position in the caps,
15134           so that they can be re-interleaved again properly later).
15135           Leave check for unexpected 2-channel layouts intact for now.
15136
15137 2006-05-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15138
15139         * gst/tcp/gsttcp.c: (gst_tcp_socket_read):
15140         Return GST_FLOW_UNEXPECTED when we have an eos on the socket so
15141         basesrc can do its job correctly.
15142
15143 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
15144
15145         * ext/alsa/Makefile.am:
15146         * ext/alsa/gstalsa.c: (gst_alsa_detect_rates),
15147         (gst_alsa_detect_formats), (get_channel_free_structure),
15148         (caps_add_channel_configuration), (gst_alsa_detect_channels),
15149         (gst_alsa_probe_supported_formats):
15150         * ext/alsa/gstalsa.h:
15151         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
15152           Refactor and improve caps probing code: probe signedness
15153           when we probe the supported formats/widths; set endianness
15154           to the one we actually probed for (ie. cpu endianness).
15155           
15156         * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (gst_alsasrc_getcaps),
15157         (gst_alsasrc_close):
15158         * ext/alsa/gstalsasrc.h:
15159           Implement caps probing for alsasrc.
15160
15161 2006-05-15  Wim Taymans  <wim@fluendo.com>
15162
15163         * ext/theora/theoradec.c: (gst_theora_dec_reset),
15164         (theora_dec_src_query), (theora_dec_src_event),
15165         (theora_dec_sink_event), (theora_handle_comment_packet),
15166         (theora_handle_data_packet), (theora_dec_change_state):
15167         Cleanups, add some G_LIKELY.
15168         Use segment helpers instead of our own wrong code.
15169         Clear queued buffers on seek and READY.
15170
15171         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
15172         (vorbis_dec_convert), (vorbis_dec_src_query),
15173         (vorbis_dec_src_event), (vorbis_dec_sink_event),
15174         (vorbis_handle_comment_packet), (vorbis_dec_push),
15175         (vorbis_handle_data_packet), (vorbis_dec_chain),
15176         (vorbis_dec_change_state):
15177         * ext/vorbis/vorbisdec.h:
15178         Remove old useless packetno variable.
15179         Do position query properly.
15180         Add some G_LIKELY.
15181         Do cleanup of queued buffers in new helper function
15182         and use it.
15183
15184 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
15185
15186         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
15187           Query supported sample rates. Fixes #341732.
15188
15189 2006-05-15  Julien MOUTTE  <julien@moutte.net>
15190
15191         * gst/playback/gstdecodebin.c: (cleanup_decodebin),
15192         (gst_decode_bin_change_state): Make decodebin reusable
15193         when going from PAUSE_TO_READY and then back to PAUSED.
15194         Fixes #331678.
15195
15196 2006-05-15  Wim Taymans  <wim@fluendo.com>
15197
15198         * ext/vorbis/vorbisdec.c: (vorbis_get_query_types),
15199         (vorbis_dec_convert), (vorbis_dec_src_query),
15200         (vorbis_dec_sink_query), (vorbis_dec_src_event),
15201         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
15202         (vorbis_dec_clean_queued), (vorbis_dec_push),
15203         (vorbis_handle_data_packet), (vorbis_dec_change_state):
15204         Cleanups. Use refcounting and DEBUG_OBJECT.
15205         Reset segment on flush, use code methods instead of our
15206         own wrong version.
15207         Fix potential memleak.
15208
15209 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
15210
15211         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
15212         (gst_alsasink_init):
15213         * ext/alsa/gstalsasink.h:
15214           Don't leak allocated snd_output_t structure if there's
15215           more than one alsasink instance at a time (#341873).
15216           Also fix GObject macros in header file.
15217           
15218 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
15219
15220         * gst/subparse/gstsubparse.c:
15221         (gst_sub_parse_data_format_autodetect):
15222           Don't use libxml functions in the typefinding code.
15223
15224 2006-05-15  Wim Taymans  <wim@fluendo.com>
15225
15226         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
15227         Fix seeking performance in the case where a non-header 
15228         packet has a 0 granulepos (busted theora case). 
15229         Fixes #341719
15230         (nvdr: thanks Wim for not mentioning who spotted and fixed it in
15231          the first place, you limelight stealer you)
15232
15233 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
15234
15235         * gst/subparse/gstsubparse.c:
15236         (gst_sub_parse_data_format_autodetect):
15237           Improve SAMI typefinding: handle case where there are
15238           whitespaces or newlines in front of the first <SAMI>
15239           tag (#169936).
15240
15241 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
15242
15243         * configure.ac:
15244           Build video4linux plugin even if there's no XVIDEO, just
15245           without implementing the GstXOverlay interface (#334002).
15246          
15247 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
15248
15249         * configure.ac:
15250         * ext/libvisual/visual.c: (gst_visual_actor_plugin_is_gl),
15251         (plugin_init):
15252           Add tentative support for libvisual-0.4 (#336881).
15253
15254 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
15255
15256         Patch by: Young-Ho Cha <ganadist at chollian net>
15257
15258         * gst/subparse/samiparse.c: (handle_start_font):
15259           Need to map "silver" colour explicitly (#169936).
15260
15261 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
15262
15263         Patch by: Young-Ho Cha  <ganadist at chollian net>
15264
15265         * gst/subparse/Makefile.am:
15266         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
15267         (parser_state_dispose), (gst_sub_parse_data_format_autodetect),
15268         (gst_sub_parse_format_autodetect), (feed_textbuf),
15269         (gst_subparse_type_find), (plugin_init):
15270         * gst/subparse/gstsubparse.h:
15271         * gst/subparse/samiparse.c:
15272         * gst/subparse/samiparse.h:
15273           Add support for SAMI subtitles (#169936).
15274
15275 2006-05-14  Michael Smith  <msmith@fluendo.com>
15276
15277         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_others):
15278           Fix #341696: crash when mixing L+R+C to mono or stereo.
15279         * tests/check/Makefile.am:
15280         * tests/check/elements/audioconvert.c: (set_channel_positions),
15281         (get_float_mc_caps), (get_int_mc_caps), (GST_START_TEST),
15282         (audioconvert_suite):
15283           Add test for the above, including some generic framework bits for
15284           testing multichannel things.
15285
15286 === release 0.10.7 ===
15287
15288 2006-05-14  Jan Schmidt <thaytan@mad.scientist.com>
15289
15290         * configure.ac:
15291           releasing 0.10.7, "Leave the gun"
15292
15293 2006-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
15294
15295         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
15296         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
15297         Fix the build.
15298
15299 2006-05-12  Jan Schmidt  <thaytan@mad.scientist.com>
15300
15301         * docs/libs/gst-plugins-base-libs-docs.sgml:
15302         * docs/libs/gst-plugins-base-libs-sections.txt:
15303         * gst-libs/gst/video/video.c: (gst_video_calculate_display_ratio):
15304         * gst-libs/gst/video/video.h:
15305         * gst/videoscale/Makefile.am:
15306         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
15307         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
15308         * tests/check/Makefile.am:
15309         * tests/check/libs/video.c: (GST_START_TEST), (video_suite),
15310         (main):
15311           Fix integer overflow problem with pixel-aspect-ratio calculations
15312           in videoscale and xvimagesink (#341542)
15313
15314 2006-05-12  Tim-Philipp Müller  <tim at centricular dot net>
15315
15316         * gst-libs/gst/tag/gstid3tag.c:
15317           Map GST_IMAGE_TAG to and from ID2v2 APIC frames (#341557).
15318
15319 2006-05-12  Sebastien Moutte  <sebastien@moutte.net>
15320
15321         * win32/MANIFEST:
15322           update win32 files listing
15323
15324 2006-05-11  Thomas Vander Stichele  <thomas at apestaart dot org>
15325
15326         patch by: Sjoerd Simons (sjoerd@luon.net)
15327
15328         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
15329         (group_create), (group_destroy), (add_stream),
15330         (gst_play_base_bin_get_property),
15331         (gst_play_base_bin_get_streaminfo_value_array):
15332         * gst/playback/gstplaybasebin.h:
15333           API: GstPlayBaseBin::stream-info-value-array property
15334           use a more bindings-friendly way of exposing streaminfo
15335           using a GValueArray.  Tested in ipython.
15336           Closes #341114
15337
15338 2006-05-11  Wim Taymans  <wim@fluendo.com>
15339
15340         * gst/playback/gstdecodebin.c: (try_to_link_1), (queue_enlarge),
15341         (queue_underrun_cb), (queue_filled_cb):
15342         Also catch queue underruns but don't do anything yet.
15343         Refactor and comment queue enlarging code a bit.
15344
15345         * gst/playback/gstplaybasebin.c: (queue_overrun),
15346         (queue_threshold_reached), (queue_out_of_data),
15347         (gen_preroll_element):
15348         If a queue over/underruns check that we don't create nasty
15349         deadlocks when the min-threshold is not reached but the
15350         max-bytes is. In those cases disable max-bytes when we
15351         know that the queue is fed timed data.
15352         Add more comments.
15353
15354 2006-05-11  Tim-Philipp Müller  <tim at centricular dot net>
15355
15356         * gst/playback/gstplaybin.c: (gen_audio_element):
15357           Make playbin automatically plug an 'audioresample'
15358           element before the audio sink as well. This solves
15359           problems with sinks that only accept a very specific
15360           sample rate, like esdsink (e.g. #340379).
15361
15362 2006-05-11  Tim-Philipp Müller  <tim at centricular dot net>
15363
15364         * gst/playback/gstplaybasebin.c: (gen_source_element):
15365           Make http sources send special headers so that we receive
15366           icecast metadata if the http stream is an icecast stream
15367           (otherwise the server will just ignore them). This also
15368           means that from now on users will need the 'icydemux'
15369           element from gst-plugins-good installed if they want to
15370           listen to icecast radio streams. (#341432, #333657).
15371
15372 2006-05-11  Thomas Vander Stichele  <thomas at apestaart dot org>
15373
15374         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_remove_client_link),
15375         (gst_multi_fd_sink_new_client), (gst_multi_fd_sink_stop):
15376           remove stupid example from docs - it should come with a simple
15377           C program instead.
15378           Clean up/fix docs
15379         * tests/check/elements/multifdsink.c: (wait_bytes_served),
15380         (fail_if_can_read), (GST_START_TEST),
15381         (gst_multifdsink_create_streamheader), (multifdsink_suite):
15382           add a test for changing streamheader which exposes a bug in
15383           multifdsink
15384
15385 2006-05-11  Michael Smith  <msmith@fluendo.com>
15386
15387         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_init),
15388         (gst_gnome_vfs_src_received_headers_callback):
15389         * ext/gnomevfs/gstgnomevfssrc.h:
15390           Don't set icy-caps unless we have a sane interval value. Move
15391           interval to a local variable; we never use it outside this function.
15392
15393 2006-05-11  Wim Taymans  <wim@fluendo.com>
15394
15395         * sys/ximage/ximagesink.c: (gst_ximagesink_get_type):
15396         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_type):
15397         Register special buffer types along with the objects so
15398         that they are not registered at runtime from N different
15399         streaming threads since they are not threadsafe.
15400
15401 2006-05-10  Thomas Vander Stichele  <thomas at apestaart dot org>
15402
15403         * tests/check/elements/multifdsink.c: (wait_bytes_served),
15404         (GST_START_TEST), (fail_unless_read), (multifdsink_suite):
15405           add two more tests, one doing streamheader
15406
15407 2006-05-10  Thomas Vander Stichele  <thomas at apestaart dot org>
15408
15409         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_stop):
15410           clean up the bufqueue when shutting down
15411         * tests/check/Makefile.am:
15412         * tests/check/elements/multifdsink.c: (setup_multifdsink),
15413         (cleanup_multifdsink), (GST_START_TEST), (multifdsink_suite),
15414         (main):
15415           add a test for the leak that was just fixed
15416
15417 2006-05-10  Wim Taymans  <wim@fluendo.com>
15418
15419         * gst/adder/gstadder.c: (gst_adder_setcaps),
15420         (gst_adder_query_duration), (gst_adder_query), (forward_event),
15421         (gst_adder_src_event), (gst_adder_sink_event),
15422         (gst_adder_class_init), (gst_adder_finalize),
15423         (gst_adder_request_new_pad), (gst_adder_collected):
15424         * gst/adder/gstadder.h:
15425         Updated some docs. Added comments and FIXMEs all over the place.
15426         Improve debugging info.
15427         Fix leak on finalize by not calling the parent.
15428         Implement duration query.
15429         Make event forwarding threadsafe.
15430         Correctly send NEWSEGMENT at start and after flush.
15431         Handle EOS correctly.
15432         Post error when not negotiated.
15433
15434         * tests/check/elements/adder.c: (GST_START_TEST):
15435         Added FIXME in the test.
15436
15437 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
15438
15439         * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
15440         (gst_text_overlay_halign_get_type),
15441         (gst_text_overlay_wrap_mode_get_type):
15442         * ext/theora/theoradec.c: (theora_handle_type_packet),
15443         (theora_handle_data_packet):
15444         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
15445         (theora_enc_sink_setcaps), (theora_enc_chain):
15446         * gst-libs/gst/cdda/gstcddabasesrc.c:
15447         (gst_cdda_base_src_mode_get_type):
15448         * gst/audiotestsrc/gstaudiotestsrc.c:
15449         (gst_audiostestsrc_wave_get_type):
15450         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
15451         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
15452         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
15453         (gst_sync_method_get_type), (gst_unit_type_get_type),
15454         (gst_client_status_get_type):
15455         * gst/videoscale/gstvideoscale.c:
15456         (gst_video_scale_method_get_type):
15457         * gst/videotestsrc/gstvideotestsrc.c:
15458         (gst_video_test_src_pattern_get_type):
15459         * gst/videotestsrc/videotestsrc.c: (paint_setup_I420),
15460         (paint_setup_YV12), (paint_setup_YUY2), (paint_setup_UYVY),
15461         (paint_setup_YVYU), (paint_setup_IYU2), (paint_setup_Y41B),
15462         (paint_setup_Y42B), (paint_setup_Y800), (paint_setup_YVU9),
15463         (paint_setup_YUV9), (paint_setup_RGB888), (paint_setup_BGR888),
15464         (paint_setup_RGB565), (paint_setup_xRGB1555):
15465           Const-ify GEnumValue and GFlagsValue arrays. Use
15466           GST_ROUND_UP_* macros instead of home-made ones.
15467
15468 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
15469
15470         * configure.ac:
15471           Require core CVS for the new newsegment stuff.
15472
15473 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
15474
15475         Patch by: Sjoerd Simons  <sjoerd at luon net>
15476
15477         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type):
15478           Register nick for enum value (#341160).
15479
15480 2006-05-09  Stefan Kost  <ensonic@users.sf.net>
15481
15482         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find),
15483         (plugin_init):
15484          backout typefind patch #340375
15485          
15486         * tests/check/elements/adder.c: (message_received),
15487         (GST_START_TEST), (adder_suite):
15488           redo, signal-handling of test
15489
15490 2006-05-09  Wim Taymans  <wim@fluendo.com>
15491
15492         * gst/adder/gstadder.c: (gst_adder_request_new_pad),
15493         (gst_adder_collected):
15494         * gst/adder/gstadder.h:
15495         Remove bogus segment merging and forwarding, we don't
15496         care about timestamps anyway and we just produce a
15497         continuous stream. 
15498         Also create a nice NEWSEGMENT event when we start.
15499         Use _scale_int some more.
15500
15501 2006-05-09  Edward Hervey  <edward@fluendo.com>
15502
15503         * tests/icles/stress-xoverlay.c:
15504         Fix if core was built without parsing support.
15505
15506 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
15507
15508         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
15509           Add SEDG (Samsung MPEG-4) fourcc.
15510
15511 2006-05-09  Edward Hervey  <edward@fluendo.com>
15512
15513         * tests/icles/stress-xoverlay.c:
15514         * tests/examples/volume/volume.c:
15515         Fix if core was built without parsing support.
15516
15517         * tests/examples/seek/seek.c:
15518         Disable the parse_launch example if core was built without parsing
15519         support.
15520
15521 2006-05-08  Edward Hervey  <edward@fluendo.com>
15522
15523         * autogen.sh: (CONFIGURE_DEF_OPT): 
15524         libtoolize on Darwin/MacOSX is called glibtoolize
15525
15526 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
15527
15528         * tests/check/Makefile.am:
15529         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST):
15530           Disable the adder test, until the build-slaves posses the kindness to 
15531           either like it or to give valid reason for not doing so 
15532
15533 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
15534
15535         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
15536         (adder_suite):
15537           Shuffle NULL state change around and raise timeout more
15538
15539 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
15540
15541         * gst/typefind/gsttypefindfunctions.c: (mp4_find_box),
15542         (mp4_type_find), (plugin_init):
15543           Add typefind to distinguish between "audio/x-m4a" and new type
15544           "video/mp4". Fixes #340375
15545
15546         * tests/check/elements/adder.c: (adder_suite):
15547           Raise timeout to make buildbot happy
15548
15549 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
15550
15551         * gst/adder/gstadder.c: (gst_adder_sink_event),
15552         (gst_adder_request_new_pad), (gst_adder_change_state):
15553         * gst/adder/gstadder.h:
15554         * tests/check/Makefile.am:
15555         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
15556         (adder_suite), (main):
15557           Add sink-event handling to adder. It tries to merge incomming
15558           newsegment-events. Added test to check if segment_done is comming
15559           through. Fixes #340060
15560
15561 2006-05-05  Andy Wingo  <wingo@pobox.com>
15562
15563         * ext/theora/theoraparse.c (gst_theora_parse_init)
15564         (theora_parse_src_convert, theora_parse_src_query):
15565         * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init)
15566         (vorbis_parse_convert, vorbis_parse_src_query): Add convert and
15567         query functions on the source pads of the theora and vorbis parse
15568         elements. Fixes position querying when doing a remux.
15569
15570 2006-05-05  Michael Smith  <msmith@fluendo.com>
15571
15572         * ext/theora/theoraparse.c: (parse_granulepos),
15573         (theora_parse_drain_queue_prematurely),
15574         (theora_parse_queue_buffer), (theora_parse_sink_event):
15575           Fix flushing.
15576           Fix invalid granulepos outputs when starting with a non-keyframe.
15577
15578 2006-05-05  Jan Schmidt  <thaytan@mad.scientist.com>
15579
15580         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find),
15581         (mpeg1_sys_type_find), (ogganx_type_find), (sw_data_destroy):
15582         Rearrange MPEG system stream detection, fixing some memleaks in the
15583         process.
15584         Constify the data for STARTS_WITH and RIFF helper handlers. Make sure
15585         they clean up their data correctly.
15586         Remove unused ogganx caps and move the 'is_annodex' check to inside
15587         the 'is_ogg' if statement.
15588
15589 2006-05-05  Wim Taymans  <wim@fluendo.com>
15590
15591         * gst/playback/gstdecodebin.c: (cleanup_decodebin):
15592         Properly remove ghostpads. Fixes #340392
15593
15594 2006-05-04  David Schleef  <ds@schleef.org>
15595
15596         * gst/typefind/gsttypefindfunctions.c:
15597
15598 2006-05-03  Jan Schmidt  <thaytan@mad.scientist.com>
15599
15600         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
15601         (mpeg_ts_probe_headers), (mpeg_ts_type_find):
15602
15603         When typefinding an MP3 in push-based mode, don't penalise the
15604         probability down to 74% when we found 5 valid frames just because we
15605         can't peek the end of the file.
15606
15607         Make the probability for detecting MPEG Transport Streams based on the
15608         number of sequential headers we successfully detected.
15609
15610 2006-05-03  Wim Taymans  <wim@fluendo.com>
15611
15612         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
15613         (vorbis_dec_push), (vorbis_dec_chain):
15614         Still produce an error when we receive an empty packet.
15615
15616 2006-05-03  Wim Taymans  <wim@fluendo.com>
15617
15618         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
15619         (gst_ogg_chain_mark_discont), (gst_ogg_chain_new_stream),
15620         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek):
15621         Mark buffers with DISCONT after seek and after activating new
15622         chains.
15623
15624         * ext/theora/gsttheoradec.h:
15625         * ext/theora/theoradec.c: (gst_theora_dec_reset),
15626         (theora_get_query_types), (theora_dec_sink_event),
15627         (theora_dec_push), (theora_handle_data_packet), (theora_dec_chain),
15628         (theora_dec_change_state):
15629         Fix frame counter.
15630         Detect and mark DISCONT buffers.
15631
15632         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
15633         (vorbis_dec_sink_event), (vorbis_dec_push), (vorbis_dec_chain),
15634         (vorbis_dec_change_state):
15635         * ext/vorbis/vorbisdec.h:
15636         Use GstSegment.
15637         Detect and mark DISCONT buffers.
15638         Don't crash on 0 sized buffers.
15639
15640 2006-05-03  Wim Taymans  <wim@fluendo.com>
15641
15642         * gst/volume/gstvolume.c: (volume_funcfind), (volume_set_caps),
15643         (volume_transform_ip):
15644         Increase "volume" property to 10.0. Fixes #340369.
15645         Set the process function to NULL when capsnego fails so that
15646         we properly error out.
15647
15648 2006-05-02  Stefan Kost  <ensonic@users.sf.net>
15649
15650         * gst/playback/gstplaybin.c: (add_sink):
15651         * gst/playback/test.c: (main):
15652         * gst/playback/test5.c: (dump_element_stats):
15653         * gst/playback/test6.c: (main):
15654           free caps using gst_caps_unref, don't leak caps-strings
15655
15656 2006-05-01  Tim-Philipp Müller  <tim at centricular dot net>
15657
15658         * gst/typefind/gsttypefindfunctions.c: (musepack_type_find),
15659         (plugin_init):
15660           Refine musepack typefinding a bit. Return MAXIMUM
15661           probability when we detect stream version 7 to make
15662           sure the mpeg audio typefinder doesn't trump us.
15663
15664 2006-04-29  Tim-Philipp Müller  <tim at centricular dot net>
15665
15666         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
15667           Protect against unexpected NULL strf_data buffer.
15668
15669 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
15670
15671         * tests/check/elements/audioconvert.c: (verify_convert),
15672         (GST_START_TEST):
15673           interpret the out[] buffer in the order the bytes are actually
15674           put in, which is LITTLE_ENDIAN, not BYTE_ORDER.
15675           Other tests should use BYTE_ORDER since the array is filled in
15676           with actual values
15677
15678 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
15679
15680         * tests/check/elements/audioconvert.c: (verify_convert),
15681         (GST_START_TEST):
15682           when a test fails, give an indication of which it is
15683
15684 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
15685
15686         * gst-libs/gst/cdda/gstcddabasesrc.c:
15687           compile fix; strtol() needs <stdlib.h>
15688
15689 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
15690
15691         * ext/alsa/gstalsamixerelement.c:
15692         * ext/alsa/gstalsasrc.c:
15693         * ext/cdparanoia/gstcdparanoiasrc.c:
15694         * ext/gnomevfs/gstgnomevfssink.c:
15695         * ext/gnomevfs/gstgnomevfssrc.c:
15696         * ext/ogg/gstoggdemux.c:
15697         * ext/ogg/gstoggmux.c:
15698         * ext/ogg/gstoggparse.c:
15699         * ext/ogg/gstogmparse.c:
15700         * ext/pango/gstclockoverlay.c:
15701         * ext/pango/gsttextoverlay.c:
15702         * ext/pango/gsttextrender.c:
15703         * ext/pango/gsttimeoverlay.c:
15704         * ext/theora/theoradec.c:
15705         * ext/theora/theoraenc.c:
15706         * ext/vorbis/vorbisdec.c:
15707         * ext/vorbis/vorbisenc.c:
15708         * gst-libs/gst/audio/gstaudiofilter.c:
15709         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
15710         * gst/audioconvert/gstaudioconvert.c:
15711         * gst/audiorate/gstaudiorate.c:
15712         * gst/audioresample/gstaudioresample.c:
15713         * gst/audiotestsrc/gstaudiotestsrc.c:
15714         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15715         * gst/playback/gstdecodebin.c:
15716         * gst/playback/gstplaybin.c:
15717         * gst/playback/gststreamselector.c:
15718         * gst/subparse/gstsubparse.c:
15719         * gst/tcp/gstmultifdsink.c:
15720         * gst/tcp/gsttcpclientsink.c:
15721         * gst/tcp/gsttcpclientsrc.c:
15722         * gst/tcp/gsttcpserversink.c:
15723         * gst/tcp/gsttcpserversrc.c:
15724         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
15725         * gst/videorate/gstvideorate.c:
15726         * gst/videoscale/gstvideoscale.c:
15727         * gst/videotestsrc/gstvideotestsrc.c:
15728         * gst/volume/gstvolume.c:
15729         * sys/v4l/gstv4ljpegsrc.c:
15730         * sys/v4l/gstv4lmjpegsink.c:
15731         * sys/v4l/gstv4lmjpegsrc.c:
15732         * sys/v4l/gstv4lsrc.c:
15733         * sys/ximage/ximagesink.c:
15734         * sys/xvimage/xvimagesink.c:
15735         * tests/check/libs/cddabasesrc.c:
15736           make GstElementDetails const
15737
15738 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
15739
15740         * gst/adder/gstadder.c: (gst_adder_setcaps), (gst_adder_src_event),
15741         (gst_adder_init):
15742           send events from src-pad to all sink-pads fixes #338657
15743
15744 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
15745
15746         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps),
15747         (alsasink_parse_spec):
15748           query width capabilities from alsa, fixes #338919
15749
15750 2006-04-28  Wim Taymans  <wim@fluendo.com>
15751
15752         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
15753         (gst_multi_fd_sink_remove_client_link):
15754         * gst/tcp/gstmultifdsink.h:
15755         Fix race condition in multifdsink that can lead to spurious 
15756         duplicate clients. this patch adds a new signal that is fired when
15757         multifdsink has removed all references to the fd.
15758         Fixes #339574.
15759         Updated documentation.
15760         API: client-fd-removed signal added
15761
15762 2006-04-28  Michael Smith  <msmith@fluendo.com>
15763
15764         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_get_stats):
15765           When asking g_value_array_new to prealloc elements, we may as well
15766           ask for the right number of elements.
15767
15768 2006-04-28  Wim Taymans  <wim@fluendo.com>
15769
15770         * gst-libs/gst/audio/gstbaseaudiosink.c:
15771         (gst_base_audio_sink_drain), (gst_base_audio_sink_event),
15772         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
15773         patch to make timestamp checking more tollerant to rounding 
15774         errors given that real discontinuities are to be marked on
15775         buffers. Fixes some asf files and #338778.
15776         Also avoid some crashers when we receive an event in the 
15777         NULL state.
15778
15779 2006-04-28  Michael Smith  <msmith@fluendo.com>
15780
15781         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
15782         (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
15783         (gst_gnome_vfs_src_get_property),
15784         (gst_gnome_vfs_src_send_additional_headers_callback),
15785         (gst_gnome_vfs_src_received_headers_callback),
15786         (gst_gnome_vfs_src_create), (gst_gnome_vfs_src_start),
15787         (gst_gnome_vfs_src_stop):
15788         * ext/gnomevfs/gstgnomevfssrc.h:
15789           Remove ICY handling (mostly) from gnomevfssrc, in favour of
15790           proper shared support within icydemux.
15791
15792 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
15793
15794         * gst/videorate/gstvideorate.c: (gst_video_rate_reset),
15795         (gst_video_rate_swap_prev), (gst_video_rate_chain):
15796           fix up docs
15797           fix a leak when no caps negotiated
15798           fix counting of input frames
15799         * tests/check/elements/.cvsignore:
15800         * tests/check/elements/videorate.c: (assert_videorate_stats),
15801         (GST_START_TEST), (videorate_suite):
15802           add tests for these
15803
15804 2006-04-28  Wim Taymans  <wim@fluendo.com>
15805
15806         * gst-libs/gst/audio/gstringbuffer.c:
15807         (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
15808         (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
15809         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
15810         (gst_ring_buffer_pause), (gst_ring_buffer_stop),
15811         (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
15812         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
15813         (gst_ring_buffer_commit), (gst_ring_buffer_read),
15814         (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
15815         (gst_ring_buffer_clear), (gst_ring_buffer_may_start):
15816         Check arguments passed to public functions instead of
15817         crashing.
15818
15819 2006-04-28  Wim Taymans  <wim@fluendo.com>
15820
15821         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
15822         (gst_base_audio_src_get_time), (gst_base_audio_src_create):
15823         GstBaseAudioSrc must be live or it does not work.
15824
15825         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audio_src_init):
15826         Don't set live to TRUE as this is the default in the parentclass.
15827
15828 2006-04-28  Wim Taymans  <wim@fluendo.com>
15829
15830         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps),
15831         (gst_video_scale_fixate_caps), (gst_video_scale_src_event):
15832         Videoscale doesn't pass on pixel-aspect ratio. Handle all
15833         fixation cases better. Fixes #338991
15834
15835 2006-04-28  Wim Taymans  <wim@fluendo.com>
15836
15837         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
15838         Handle 0/1 framerate correctly Fixes #331901.
15839
15840 2006-04-28  Wim Taymans  <wim@fluendo.com>
15841
15842         * tests/check/elements/audioconvert.c: (get_float_caps),
15843         (GST_START_TEST), (audioconvert_suite):
15844         Added check for correct clipping when doing float samples
15845         in audioconvert.
15846
15847 2006-04-28  Wim Taymans  <wim@fluendo.com>
15848
15849         * gst/videorate/gstvideorate.c: (gst_video_rate_event),
15850         (gst_video_rate_chain):
15851         Print more debugging info.
15852
15853 2006-04-28  Wim Taymans  <wim@fluendo.com>
15854
15855         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
15856         (resample_set_state_from_caps):
15857         Add support for other formats audioresample can handle such as
15858         32 bits in and float and 64 bits float. Fixes #301759
15859
15860 2006-04-28  Wim Taymans  <wim@fluendo.com>
15861
15862         * gst/audioconvert/audioconvert.c: (float):
15863         correctly clip float samples > 1.0. Fixes #338718
15864
15865 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
15866
15867         Patch by: Young-Ho Cha  <ganadist at chollian net>
15868
15869         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
15870         (gst_text_overlay_render_text):
15871           Don't strip newlines from the text. Also, center lines
15872           within multi-line paragraphs (#339405).
15873
15874 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
15875
15876         * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find):
15877           Fix wavpack typefinding to work in more cases (don't peek
15878           for chunks of multiple hundred kBs at once, but process
15879           things step-by-step in smaller units). Fixes #339786.
15880
15881 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
15882
15883         * configure.ac:
15884           back to HEAD
15885
15886 === release 0.10.6 ===
15887
15888 2006-04-28  Thomas Vander Stichele <thomas at apestaart dot org>
15889
15890         * configure.ac:
15891           releasing 0.10.6, "Chao"
15892
15893 2006-04-26  David Schleef  <ds@schleef.org>
15894
15895         * gst/videoscale/gstvideoscale.c: Add call to oil_init().
15896           Fixes #338897.
15897
15898 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
15899
15900         * configure.ac:
15901         * win32/common/config.h:
15902           new prerelease
15903
15904 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
15905
15906         patch by: Wim Taymans
15907
15908         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
15909         (gst_ogg_demux_perform_seek):
15910           make sure correct newsegments are sent, so that the decoder
15911           and the demuxer agree on timestamps.  Fixes playback of a lot
15912           of Ogg files that do not start from 0.  Fixes #339833.
15913
15914 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
15915
15916         Patch by: Edward Hervey  <edward@fluendo.com>
15917
15918         * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
15919         * tests/check/Makefile.am:
15920         * tests/check/elements/videorate.c: (assert_videorate_stats),
15921         (setup_videorate), (cleanup_videorate), (GST_START_TEST),
15922         (videorate_suite), (main):
15923           Fix an infinite loop if frames are passed in with wrongly ordered
15924           timestamps.  Fixes #339013.
15925
15926 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
15927
15928         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
15929
15930         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
15931           fix typefinding on some ISO files.  Fixes #339212.
15932
15933 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
15934
15935         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
15936
15937         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
15938           add another H264 fourcc.  Fixes #339047.
15939
15940 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
15941
15942         Patch by: Jan Schmidt
15943
15944         * gst/playback/gststreamselector.c:
15945         (gst_stream_selector_bufferalloc):
15946           Restore old StreamSelector behaviour.
15947           Fixes #338419.
15948
15949 2006-04-12  Thomas Vander Stichele  <thomas at apestaart dot org>
15950
15951         * configure.ac:
15952         * win32/common/config.h:
15953           prerelease
15954
15955 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
15956
15957         Patch by: Antoine Tremblay  <hexa00 at gmail dot com>
15958
15959         * gst-libs/gst/rtp/gstbasertpdepayload.c:
15960         (gst_base_rtp_depayload_finalize), (gst_base_rtp_depayload_push):
15961           Fix some memory leaks: on finalize, free buffers left in the queue
15962           before destroying the queue; in _push(), unref rtp_buf even if
15963           the process vfunc returned a NULL buffer as output buffer (#337548);
15964           demote some recuring debug messages to LOG level.
15965
15966 2006-04-11  Wim Taymans  <wim@fluendo.com>
15967
15968         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
15969         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
15970         (gst_ogg_chain_free), (gst_ogg_demux_sink_event),
15971         (gst_ogg_demux_loop):
15972         More cleanups.
15973         Respect segment stop when emiting EOS or SEGMENT_DONE.
15974         Fixes (#337945).
15975
15976 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
15977
15978         * gst/playback/gststreamselector.c:
15979         (gst_stream_selector_get_property):
15980           Don't leak pad name.
15981
15982 2006-04-10  Michael Smith  <msmith@fluendo.com>
15983
15984         * tests/check/Makefile.am:
15985         * tests/check/gst-plugins-base.supp:
15986           Suppress an old libtheora bug (fixed in more recent versions), so 
15987           that FC4 buildslaves can pass.
15988
15989 2006-04-10  Wim Taymans  <wim@fluendo.com>
15990
15991         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
15992         (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
15993         (gst_ogg_demux_init), (gst_ogg_demux_finalize),
15994         (gst_ogg_demux_sink_event), (gst_ogg_demux_get_data),
15995         (gst_ogg_demux_loop):
15996         Don't leak events.
15997         Remember what error we got when finding chains, if we
15998         were shutdown, that would not be an error.
15999
16000 2006-04-10  Wim Taymans  <wim@fluendo.com>
16001
16002         * gst-libs/gst/audio/gstbaseaudiosink.c:
16003         (gst_base_audio_sink_event):
16004         Starting the ringbuffer when we did not acquire it can cause
16005         a deadlock, is pointless and causes nasty things for
16006         subclasses. 
16007         Fixes gst-launch audiotestsrc num-buffers=0 ! alsasink.
16008
16009 2006-04-10  Wim Taymans  <wim@fluendo.com>
16010
16011         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
16012         (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
16013         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
16014         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
16015         (gst_ogg_demux_deactivate_current_chain),
16016         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
16017         (gst_ogg_demux_bisect_forward_serialno),
16018         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain):
16019         Add some more debugging.
16020
16021 2006-04-10  Wim Taymans  <wim@fluendo.com>
16022
16023         * ext/theora/theoradec.c: (theora_dec_src_event),
16024         (theora_handle_data_packet):
16025         Some more debug info.
16026
16027         * tests/examples/seek/seek.c: (start_seek), (main):
16028         Print element messages too.
16029
16030 2006-04-09  Sebastien Moutte  <sebastien@moutte.net>
16031
16032         * gst/audioresample/debug.h:
16033           replace debug macros with variable number of parameters
16034           by a simple alias to gstreamer standard debug macros 
16035          (#define RESAMPLE_ERROR GST_ERROR, __VA_ARGS__ is not
16036           supported by MSVC 6.0 and 7.1)
16037         * gst/audioresample/resample.h:
16038           define M_PI and rint for WIN32
16039         * win32/common/libgstaudio.def:
16040         * win32/common/libgstriff.def:
16041         * win32/common/libgsttag.def:
16042         * win32/common/libgstvideo.def:
16043           add new exported functions
16044         * win32/vs6:
16045           update project files
16046
16047 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
16048
16049         * ext/alsa/gstalsamixeroptions.c:
16050         (gst_alsa_mixer_options_class_init):
16051         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init):
16052         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_class_init):
16053         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init):
16054         * ext/ogg/gstoggparse.c: (gst_ogg_parse_class_init):
16055         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_class_init):
16056         * gst-libs/gst/audio/gstaudiofilter.c:
16057         (gst_audio_filter_class_init):
16058         * gst-libs/gst/audio/gstaudiosink.c:
16059         (gst_audioringbuffer_class_init):
16060         * gst-libs/gst/audio/gstaudiosrc.c:
16061         (gst_audioringbuffer_class_init):
16062         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_class_init):
16063         * gst-libs/gst/interfaces/colorbalancechannel.c:
16064         (gst_color_balance_channel_class_init):
16065         * gst-libs/gst/interfaces/mixeroptions.c:
16066         (gst_mixer_options_class_init):
16067         * gst-libs/gst/interfaces/mixertrack.c:
16068         (gst_mixer_track_class_init):
16069         * gst-libs/gst/interfaces/tunerchannel.c:
16070         (gst_tuner_channel_class_init):
16071         * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_class_init):
16072         * gst-libs/gst/netbuffer/gstnetbuffer.c:
16073         (gst_netbuffer_class_init):
16074         * gst-libs/gst/rtp/gstbasertppayload.c:
16075         (gst_basertppayload_class_init):
16076         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
16077         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
16078         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
16079         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init):
16080         * gst/playback/gststreamselector.c:
16081         (gst_stream_selector_class_init):
16082         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
16083         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
16084         * sys/v4l/gstv4lcolorbalance.c:
16085         (gst_v4l_color_balance_channel_class_init):
16086         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_class_init):
16087         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
16088         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
16089         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_channel_class_init),
16090         (gst_v4l_tuner_norm_class_init):
16091         * sys/ximage/ximagesink.c: (gst_ximagesink_class_init):
16092         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_class_init):
16093         * tests/old/testsuite/alsa/sinesrc.c: (sinesrc_class_init):
16094         Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
16095
16096 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
16097
16098         * ext/pango/gsttextrender.h:
16099         * gst-libs/gst/audio/gstaudiosink.h:
16100         * gst-libs/gst/audio/gstaudiosrc.h:
16101         * gst-libs/gst/audio/gstbaseaudiosink.h:
16102         * gst-libs/gst/audio/gstbaseaudiosrc.h:
16103         * gst-libs/gst/audio/gstringbuffer.h:
16104         * gst-libs/gst/rtp/gstbasertpdepayload.h:
16105         * gst-libs/gst/rtp/gstbasertppayload.h:
16106         * gst-libs/gst/video/gstvideofilter.h:
16107         * gst-libs/gst/video/gstvideosink.h:
16108         * gst/playback/gstplaybasebin.h:
16109         * gst/tcp/gstmultifdsink.h:
16110         * sys/v4l/gstv4lelement.h:
16111         Fix broken GObject macros
16112
16113 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
16114
16115         * ext/alsa/gstalsasink.c: (set_hwparams), (alsasink_parse_spec):
16116         More debug to trace why my USB headset is not working with gst
16117
16118 2006-04-07  Jan Schmidt  <thaytan@mad.scientist.com>
16119
16120         * gst/playback/gstplaybasebin.c: (group_destroy):
16121         Clean up our group elements properly in the case where it never 
16122         got committed - it still got added unconditionally to the bin.
16123
16124 2006-04-07  Wim Taymans  <wim@fluendo.com>
16125
16126         * ext/theora/theoradec.c: (theora_dec_sink_event),
16127         (theora_handle_data_packet), (theora_dec_chain):
16128         Unref unhandled events.
16129         Protect against empty buffers.
16130         Perform QoS on running time.
16131
16132 2006-04-07  Michael Smith  <msmith@fluendo.com>
16133
16134         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_set_header_on_caps),
16135         (gst_vorbis_enc_chain):
16136           Remove leaks from vorbisenc.
16137           Mostly minor changes, the only significant one is that now the
16138           buffers we set as 'streamheader' on the caps are copies of the
16139           original buffers, to avoid circular refcounting problems.
16140
16141 2006-04-07  Jan Schmidt  <thaytan@mad.scientist.com>
16142
16143         * gst/playback/gstplaybasebin.c: (mute_stream), (setup_substreams):
16144           Don't remove our mute-probe if someone else already did so.
16145           Don't set a 2nd one if there is already one pending on the pad.
16146
16147         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
16148         (do_playbin_seek):
16149           When a seek fails, ensure that playbin is still set back to playing.
16150           
16151         * gst/typefind/gsttypefindfunctions.c: (mpeg_ts_probe_headers),
16152         (mpeg_ts_type_find), (plugin_init):
16153           Add a typefind function for mpeg-ts streams. (Closes: #336617)
16154
16155 2006-04-06  Andy Wingo  <wingo@pobox.com>
16156
16157         * gst/videorate/gstvideorate.c (gst_video_rate_reset) 
16158         (gst_video_rate_init): Caps-related parameters should not be reset
16159         by a flush -- move their inits to the instance init function.
16160         (gst_video_rate_flush_prev): Don't complain if gst_pad_push
16161         is not OK, just return the result.
16162
16163         * gst/audiotestsrc/gstaudiotestsrc.c
16164         (gst_audio_test_src_class_init)
16165         (gst_audio_test_src_get_times): Re-enable is-live=true, as was
16166         broken by Stefan's commit on 24 March.
16167
16168         * ext/ogg/gstoggmux.c (gst_ogg_mux_push_buffer): Set caps on
16169         buffers being pushed out. Fixes oggmux ! multifdsink.
16170
16171 2006-04-05  Tim-Philipp Müller  <tim at centricular dot net>
16172
16173         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
16174         (gst_vorbis_dec_init), (vorbis_dec_finalize):
16175         * ext/vorbis/vorbisdec.h:
16176         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_add_interfaces),
16177         (gst_vorbis_enc_base_init), (gst_vorbis_enc_class_init),
16178         (gst_vorbis_enc_sink_setcaps), (gst_vorbis_enc_convert_src),
16179         (gst_vorbis_enc_convert_sink), (gst_vorbis_enc_get_query_types),
16180         (gst_vorbis_enc_src_query), (gst_vorbis_enc_sink_query),
16181         (gst_vorbis_enc_init), (gst_vorbis_enc_get_tag_value),
16182         (gst_vorbis_enc_metadata_set1), (gst_vorbis_enc_set_metadata),
16183         (gst_vorbis_enc_setup), (gst_vorbis_enc_clear),
16184         (gst_vorbis_enc_buffer_from_packet),
16185         (gst_vorbis_enc_buffer_from_header_packet),
16186         (gst_vorbis_enc_push_buffer), (gst_vorbis_enc_push_packet),
16187         (gst_vorbis_enc_set_header_on_caps), (gst_vorbis_enc_sink_event),
16188         (gst_vorbis_enc_chain), (gst_vorbis_enc_output_buffers),
16189         (gst_vorbis_enc_get_property), (gst_vorbis_enc_set_property),
16190         (gst_vorbis_enc_change_state):
16191         * ext/vorbis/vorbisenc.h:
16192           Remove left-over 0.8 cruft; use GST_DEBUG_FUNCPTR; make
16193           vorbisenc adhere to the official nomenclature; use boilerplate
16194           macro.
16195
16196 2006-04-04  Andy Wingo  <wingo@pobox.com>
16197
16198         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
16199         Whoops, fix bug introduced. Bad hacker!
16200         
16201         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
16202         Properly handle the case where you get EOS before any buffers are
16203         received. Use gst_buffer_make_metadata_writable where appropriate.
16204
16205         * ext/theora/theoradec.c (theora_handle_data_packet): This value
16206         is often negative -- make it signed so as not to wrap around.
16207         Fixes segfaults introduced on 9 March.
16208
16209 2006-04-03  Wim Taymans  <wim@fluendo.com>
16210
16211         * ext/theora/gsttheoradec.h:
16212         * ext/theora/theoradec.c: (theora_dec_src_event):
16213         Don't try to store a gdouble in a gboolean.
16214         Small cleanups.
16215
16216 2006-04-03  Michael Smith  <msmith@fluendo.com>
16217
16218         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads):
16219           Oggmux sucks.
16220           Make it suck slightly less by writing out the final page.
16221           Still can't encode a vorbis-in-ogg file correctly, though.
16222
16223 2006-04-03  Andy Wingo  <wingo@pobox.com>
16224
16225         * ext/theora/theoraparse.c (theora_parse_drain_queue): Um, remove
16226         a g_print.
16227
16228         * ext/theora/theora.c (plugin_init): Register theoraparse.
16229
16230         * ext/theora/gsttheoraparse.h: 
16231         * ext/theora/theoraparse.c: New files implementing a theora
16232         parser. Now we can properly remux ogg/theora+vorbis, yay.
16233
16234         * ext/vorbis/vorbisparse.c: Add some docs and a copyright.
16235
16236 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
16237
16238         * gst/audiotestsrc/gstaudiotestsrc.c:
16239           Fixed the sample pipeline (see #323798)
16240
16241 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
16242
16243         * configure.ac:
16244         * win32/common/config.h:
16245         * win32/common/config.h.in:
16246           use AS_VERSION and AS_NANO
16247           more cleanups
16248
16249 2006-03-31  Andy Wingo  <wingo@pobox.com>
16250
16251         * ext/vorbis/vorbisparse.c (vorbis_parse_sink_event): Fix
16252         uninitialized variable return that would happen.
16253         
16254         * ext/vorbis/vorbisparse.c (vorbis_parse_drain_queue): Fix
16255         uninitialized variable return that would never happen.
16256
16257         * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init) 
16258         (vorbis_parse_sink_event): Add an event function to flush our
16259         state on a seek, and to drain buffers on a premature EOS.
16260         (vorbis_parse_push_headers, vorbis_parse_clear_queue) 
16261         (vorbis_parse_push_buffer, vorbis_parse_drain_queue_prematurely) 
16262         (vorbis_parse_chain, vorbis_parse_queue_buffer) 
16263         (vorbis_parse_drain_queue): Queue up buffers until we can set
16264         their timestamps and granulepos values.
16265
16266         * ext/vorbis/vorbisparse.h: Include the vorbis decoder headers,
16267         and keep track of data needed for deriving granulepos and
16268         timestamps for buffers.
16269
16270 2006-03-29  Wim Taymans  <wim@fluendo.com>
16271
16272         Patch by: j^ <j at bootlab dot org>
16273
16274         * ext/alsa/gstalsamixerelement.c:
16275         (gst_alsa_mixer_element_class_init):
16276         * ext/alsa/gstalsasink.c:
16277         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init):
16278         * ext/ogg/gstoggdemux.c:
16279         * ext/ogg/gstoggmux.c:
16280         * ext/ogg/gstoggparse.c:
16281         * ext/pango/gstclockoverlay.c:
16282         * ext/pango/gsttextoverlay.c:
16283         * ext/pango/gsttextrender.c:
16284         * ext/pango/gsttimeoverlay.c:
16285         * ext/theora/theoradec.c:
16286         * ext/theora/theoraenc.c:
16287         * ext/vorbis/vorbisdec.c:
16288         * ext/vorbis/vorbisenc.c:
16289         * gst/audioconvert/gstaudioconvert.c:
16290         * gst/subparse/gstsubparse.c:
16291         * gst/tcp/gstmultifdsink.c:
16292         * gst/tcp/gsttcpclientsink.c:
16293         * gst/tcp/gsttcpclientsrc.c:
16294         * gst/tcp/gsttcpserversink.c:
16295         * gst/tcp/gsttcpserversrc.c:
16296           better/unified long descriptions
16297           Fixes #336477
16298
16299 2006-03-29  Wim Taymans  <wim@fluendo.com>
16300
16301         * tests/examples/seek/seek.c: (end_scrub), (seek_cb), (start_seek),
16302         (stop_seek):
16303         Don't let double and triple clicks mess up our state.
16304
16305 2006-03-28  Tim-Philipp Müller  <tim at centricular dot net>
16306
16307         * gst/playback/gstplaybin.c: (gen_video_element),
16308         (gen_text_element), (gen_audio_element), (gen_vis_element):
16309           Error out gracefully when we can't create any of the usual
16310           conversion elements for some reason. Also, don't try to
16311           create an audioscale (sic) element that's not used anyway.
16312
16313 2006-03-28  Tim-Philipp Müller  <tim at centricular dot net>
16314
16315         * gst/playback/gstplaybasebin.c: (setup_source):
16316           Don't post RESOURCE_NOT_FOUND error when we can't find a source
16317           element for a particular protocol, that's confusing for users.
16318           Instead, post a RESOURCE_FAILED error, so that our own error
16319           message is actually shown in totem etc. (#336303).
16320
16321 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
16322
16323         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
16324
16325         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_finalize),
16326         (gst_gnome_vfs_src_get_icy_metadata):
16327           Fix some minor memory leaks (#336194).
16328
16329 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
16330
16331         * ext/gnomevfs/gstgnomevfs.c:
16332         (gst_gnome_vfs_location_to_uri_string):
16333         * ext/gnomevfs/gstgnomevfs.h:
16334         * ext/gnomevfs/gstgnomevfssink.c:
16335         (gst_gnome_vfs_sink_set_property):
16336         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_set_property):
16337           Make gnomevfssink accept filenames as well as URIs for the
16338           "location" property, just like gnomevfssrc does (and
16339           filesrc/filesink do) (#336190).
16340
16341 2006-03-24  Thomas Vander Stichele <thomas at apestaart dot org>
16342
16343         * tests/check/generic/clock-selection.c: (GST_START_TEST):
16344           set to NULL before unreffing, fixes a valgrind leak.
16345           Why was this not triggering the error that an object needs to
16346           be NULL before unreffing ?
16347         * win32/common/config.h:
16348           update
16349
16350 2006-03-24  Tim-Philipp Müller  <tim at centricular dot net>
16351
16352         * gst/subparse/gstsubparse.c: (convert_encoding),
16353         (gst_sub_parse_change_state):
16354         * gst/subparse/gstsubparse.h:
16355           Text subtitle files may or may not be UTF-8. If it's not, we
16356           don't really want to see '?' characters in place of non-ASCII
16357           characters like accented characters. So let's assume the input
16358           is UTF-8 until we come across text that is clearly not. If it's
16359           not UTF-8, we don't really know what it is, so try the following:
16360           (a) see whether the GST_SUBTITLE_ENCODING environment variable
16361           is set; if not, check (b) if the current locale encoding is
16362           non-UTF-8 and use that if it is, or (c) assume ISO-8859-15 if
16363           the current locale encoding is UTF-8 and the environment variable
16364           was not set to any particular encoding. Not perfect, but better
16365           than nothing (and better than before, I think) (fixes #172848).
16366
16367 2006-03-24  Thomas Vander Stichele <thomas at apestaart dot org>
16368
16369         * configure.ac:
16370           update core requirement to 0.10.4.1 because of async_playback
16371           vmethod on GstBaseSink
16372
16373 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
16374
16375         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
16376         * gst/adder/gstadder.c: (gst_adder_init):
16377         use DEBUG_FUNCPTR for collectpads
16378
16379 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
16380
16381         * docs/plugins/Makefile.am:
16382         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
16383         * docs/plugins/gst-plugins-base-plugins-sections.txt:
16384         * ext/cdparanoia/gstcdparanoiasrc.c:
16385         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_base_init),
16386         (gst_gnome_vfs_sink_class_init):
16387         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_base_init):
16388         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_base_init):
16389         * ext/ogg/gstoggmux.c:
16390         * ext/ogg/gstoggparse.c: (gst_ogg_parse_base_init):
16391         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
16392         (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init):
16393         * ext/pango/gsttextoverlay.c:
16394         * ext/pango/gsttextrender.c:
16395         * ext/theora/theoradec.c:
16396         * ext/theora/theoraenc.c:
16397         * ext/vorbis/vorbisdec.c:
16398         * ext/vorbis/vorbisenc.c:
16399         * gst-libs/gst/audio/gstaudiofilter.c:
16400         (gst_audio_filter_base_init):
16401         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
16402         (gst_audio_filter_template_base_init):
16403         * gst/adder/gstadder.c: (gst_adder_get_type):
16404         * gst/adder/gstadder.h:
16405         * gst/audioconvert/gstaudioconvert.c:
16406         * gst/audiotestsrc/gstaudiotestsrc.c:
16407         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
16408         (gst_audio_test_src_create):
16409         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16410         * gst/playback/gstdecodebin.c:
16411         * gst/playback/gstplaybin.c:
16412         * gst/playback/gststreamselector.c:
16413         (gst_stream_selector_base_init):
16414         * gst/subparse/gstsubparse.c: (gst_sub_parse_base_init):
16415         * gst/volume/gstvolume.c:
16416         * sys/v4l/gstv4lmjpegsink.c:
16417         * sys/v4l/gstv4lmjpegsrc.c:
16418         * tests/check/libs/cddabasesrc.c:
16419         * tests/old/examples/gob/gst-identity2.gob:
16420           Add docs for adder, use GST_ELEMENT_DETAILS macro,
16421           define GstElementDetails at the top
16422
16423 2006-03-23  Sebastien Moutte  <sebastien@moutte.net>
16424
16425         * win32/common/libgstinterfaces.def:
16426         Add a lot of export functions for gst-python
16427         * win32/vs6/libgstinterfaces.dsp:
16428         Add a missing include folder in the project configuration
16429         
16430 2006-03-23  Wim Taymans  <wim@fluendo.com>
16431
16432         * gst-libs/gst/audio/gstbaseaudiosrc.c:
16433         (gst_base_audio_src_get_time), (gst_base_audio_src_create),
16434         (gst_base_audio_src_change_state):
16435         Fix audio sources, forgot to make the ringbuffer
16436         startable...
16437
16438 2006-03-23  Wim Taymans  <wim@fluendo.com>
16439
16440         * gst-libs/gst/audio/gstbaseaudiosrc.c:
16441         (gst_base_audio_src_get_time), (gst_base_audio_src_create),
16442         (gst_base_audio_src_change_state):
16443         unparent instead of unref the ringbuffer.
16444
16445 2006-03-23  Wim Taymans  <wim@fluendo.com>
16446
16447         * gst-libs/gst/audio/gstbaseaudiosink.c:
16448         (gst_base_audio_sink_class_init), (gst_base_audio_sink_async_play),
16449         (gst_base_audio_sink_do_play), (gst_base_audio_sink_change_state):
16450         Implement new async_play vmethod to start slaving and allow
16451         playback start in case of async PLAY state changes. 
16452
16453         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
16454         Enable QoS with new method in base class.
16455
16456 2006-03-23  Wim Taymans  <wim@fluendo.com>
16457
16458         Patch by: Julien MOUTTE <julien at moutte dot net>
16459
16460         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_query),
16461         (gst_video_test_src_do_seek), (gst_video_test_src_create):
16462         Partially handle 0 framerate, only EOS after the first frame
16463         is missing.
16464
16465 2006-03-23  Wim Taymans  <wim@fluendo.com>
16466
16467         Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
16468
16469         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
16470         (gst_riff_create_video_template_caps):
16471         * gst/ffmpegcolorspace/avcodec.h:
16472         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
16473         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
16474         (gst_ffmpegcsp_avpicture_fill):
16475         * gst/ffmpegcolorspace/imgconvert.c:
16476         Patch for support of YVU9 AVI files (#334822)
16477
16478 2006-03-22  Edward Hervey  <edward@fluendo.com>
16479
16480         * docs/design/design-decodebin.txt:
16481         Added design document for new decodebin
16482         (Target Caps): text/x-pango-markup is also a default target caps.
16483
16484 2006-03-22  Wim Taymans  <wim@fluendo.com>
16485
16486         * gst-libs/gst/audio/gstbaseaudiosink.c:
16487         (gst_base_audio_sink_dispose):
16488         Since we _parent the ringbuffer, we also need to
16489         _unparent instead of a plain _unref.
16490
16491 2006-03-22  Wim Taymans  <wim@fluendo.com>
16492
16493         * tests/examples/seek/seek.c: (end_scrub), (do_seek), (seek_cb),
16494         (stop_seek), (scrub_toggle_cb), (main):
16495         Add scrub checkbox.
16496
16497 2006-03-21  Tim-Philipp Müller  <tim at centricular dot net>
16498
16499         * ext/ogg/gstoggparse.c: (gst_ogg_parse_find_stream),
16500         (gst_ogg_parse_chain):
16501           Fix very inefficient usage of linked lists (#335365).
16502
16503 2006-03-21  Edward Hervey  <edward@fluendo.com>
16504
16505         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
16506         * gst/playback/gstplaybin.c: (handoff):
16507         * gst/playback/gststreamselector.c:
16508         (gst_stream_selector_set_property):
16509         gcc 4.1 unreferenced pointer fixes.
16510         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
16511         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
16512         gst_buffer_ref() now takes a GstBuffer*.
16513
16514 2006-03-20  Julien MOUTTE  <julien@moutte.net>
16515
16516         * sys/xvimage/xvimagesink.c:
16517         (gst_xvimagesink_get_format_from_caps): Fix a memleak reported
16518         by Jan Schmidt.
16519
16520 2006-03-19  Tim-Philipp Müller  <tim at centricular dot net>
16521
16522         * gst/typefind/gsttypefindfunctions.c: (id3v2_type_find),
16523         (id3v1_type_find), (apetag_type_find), (plugin_init):
16524           Can't do tag preferences via probability, as tags would then
16525           lose against types that are recognised with MAXIMUM probability
16526           (like .wav); so let all tag typefinders return MAXIMUM themselves
16527           and order them via the rank. Split ID3v1 and ID3v2 typefinders so
16528           that we can prefer APE to ID3v1 (fixes #335028).
16529           
16530 2006-03-17  Wim Taymans  <wim@fluendo.com>
16531
16532         * gst-libs/gst/audio/gstbaseaudiosink.c:
16533         (gst_base_audio_sink_change_state):
16534         * gst-libs/gst/audio/gstringbuffer.c: (wait_segment),
16535         (gst_ring_buffer_may_start):
16536         * gst-libs/gst/audio/gstringbuffer.h:
16537         Only start playback if we are playing.
16538         should fix #330748.
16539
16540 2006-03-17  Jan Schmidt  <thaytan@mad.scientist.com>
16541
16542         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
16543         * win32/common/config.h:
16544           Revert accidental commits to these files.
16545
16546 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
16547
16548         Patch by: Michal Benes  <michal dot benes at xeris dot cz>
16549
16550         * tests/Makefile.am:
16551           Don't try to build tests in tests/icles if we
16552           don't have X (#323852)
16553
16554 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
16555
16556         * gst-libs/gst/tag/gstid3tag.c:
16557           Add TXXX frame identifiers for replaygain stuff as used
16558           by some taggers (see #323721).
16559
16560 2006-03-16  Jan Schmidt  <thaytan@mad.scientist.com>
16561
16562         * gst/playback/gststreamselector.c:
16563         (gst_stream_selector_set_property),
16564         (gst_stream_selector_bufferalloc):
16565           Preserve the existing buggy streamselector behaviour by performing
16566           a fallback buffer allocation when downstream isn't linked yet.
16567           This should really be fixed in playbin by blocking pads until it's
16568           linked them.
16569           Also, use gst_pad_alloc_buffer instead of
16570           gst_pad_alloc_buffer_and_set.
16571
16572 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
16573
16574         * gst-libs/gst/tag/gstid3tag.c:
16575           Don't crash on unknown ID3v2 TXXX frames.
16576           
16577 2006-03-15  Jan Schmidt  <thaytan@mad.scientist.com>
16578
16579         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise):
16580           Chain up to the parent finalize method.
16581           Add 32-bit sample size to the template caps.
16582
16583         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
16584         (gst_riff_create_video_template_caps):
16585           Add the fourcc that the VMWare codec uses.
16586           
16587         * gst/playback/gststreamselector.c:
16588         (gst_stream_selector_set_property),
16589         (gst_stream_selector_bufferalloc),
16590         (gst_stream_selector_request_new_pad):
16591           For the active pad, forward buffer-alloc requests, otherwise
16592           return GST_FLOW_NOT_LINKED. This also prevents xvimagesink
16593           having to memcpy every frame when used by playbin.
16594
16595         * gst/tcp/gstmultifdsink.c:
16596         (gst_multi_fd_sink_handle_client_write):
16597           Get negotiated caps from the sink pad, rather than the sink
16598           pad's peer.
16599
16600 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
16601
16602         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
16603         
16604         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_pop_callbacks):
16605           Don't forget to set src->callbacks_pushed to FALSE again when
16606           popping them, otherwise re-activation in a different mode won't
16607           work (#334620).
16608
16609 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
16610
16611         Patch by: Sebastien Moutte  <sebastien moutte net>
16612
16613         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: (gst_ff_vid_caps_new),
16614         (gst_ff_aud_caps_new), (gst_ffmpeg_pixfmt_to_caps),
16615         (gst_ffmpeg_smpfmt_to_caps):
16616           Replace __VA_ARGS__ caps creation macros with varargs functions.
16617           Makes things compile on MSVC (#320765), looks nicer, and we can
16618           tell the compiler to check for the NULL terminator.
16619
16620 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
16621
16622         Patch by: Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
16623
16624         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
16625           Make sure the buffer we copy into is really always big
16626           enough, this time for real (#333488).
16627           
16628 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
16629
16630         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
16631           Add support for 24bpp DIB (#305279).
16632
16633 2006-03-14  Wim Taymans  <wim@fluendo.com>
16634
16635         * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_init):
16636         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
16637         * gst/ffmpegcolorspace/gstffmpegcolorspace.c: (gst_ffmpegcsp_init):
16638         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
16639         (gst_video_scale_init), (gst_video_scale_src_event):
16640         Re-enable QoS after the release.
16641         Rework videoscale to use the base class src_event handler.
16642
16643 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
16644
16645         * configure.ac:
16646           back to CVS.
16647
16648 === release 0.10.5 ===
16649
16650 2006-03-13  Thomas Vander Stichele <thomas at apestaart dot org>
16651
16652         * configure.ac:
16653           releasing 0.10.5, "Net"
16654
16655 2006-03-13  Tim-Philipp Müller  <tim at centricular dot net>
16656
16657         * docs/plugins/Makefile.am:
16658           Part of previous cdparanoiasrc docs fixes, forgot to commit.
16659           
16660 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
16661
16662         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
16663         * docs/plugins/gst-plugins-base-plugins-sections.txt:
16664         * docs/plugins/gst-plugins-base-plugins.hierarchy:
16665           Add cdparanoiasrc to docs.
16666
16667         * gst-libs/gst/cdda/gstcddabasesrc.c:
16668           More GstCddaBaseSrc docs.
16669
16670 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
16671
16672         * docs/libs/gst-plugins-base-libs-sections.txt:
16673         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_user_tag):
16674         * gst-libs/gst/tag/tag.h:
16675           API: libgsttag: new method gst_tag_from_id3_user_tag().
16676
16677 2006-03-11  Tim-Philipp Müller  <tim at centricular dot net>
16678
16679         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
16680           NULL-terminate array of mpeg4 video file extensions.
16681           Fixes crash on PPC (#334226).
16682
16683 2006-03-11  Tim-Philipp Müller  <tim at centricular dot net>
16684
16685         * ext/gnomevfs/gstgnomevfssrc.c:
16686         (gst_gnome_vfs_src_check_get_range):
16687           gnome_vfs_uri_is_local() alone is not a good indicator
16688           whether we can operate in pull-mode with a specific URI,
16689           as it returns FALSE for file:// URIs that point to an
16690           NFS-mounted path. Be more conservative here: whitelist
16691           local files, blacklist http URIs and use the old
16692           mechanism for anything else (fixes #334216).
16693
16694 2006-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
16695
16696         * configure.ac:
16697           back to trunk
16698
16699 === release 0.10.4 ===
16700
16701 2006-03-10  Thomas Vander Stichele <thomas at apestaart dot org>
16702
16703         * configure.ac:
16704           releasing 0.10.4, "Power"
16705
16706 2006-03-10  Jan Schmidt  <thaytan@mad.scientist.com>
16707
16708         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
16709         Disable max-lateness by setting it to -1 for now, so that 
16710         we can bed QoS stuff in thoroughly between now and the next
16711         release.
16712
16713 2006-03-10  Tim-Philipp Müller  <tim at centricular dot net>
16714
16715         Patch by: Fabrizio Gennari
16716
16717         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
16718           Make sure we don't read beyond the palette buffer in case of
16719           broken or manipulated files (#333488)
16720
16721 2006-03-10  Edward Hervey  <edward@fluendo.com>
16722
16723         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
16724         Fix for variable not initialized.
16725
16726 2006-03-09  Wim Taymans  <wim@fluendo.com>
16727
16728         * ext/libvisual/visual.c: (gst_visual_get_type),
16729         (gst_visual_src_setcaps), (gst_vis_src_negotiate),
16730         (gst_visual_chain):
16731         Small cleanups.
16732
16733         * ext/theora/gsttheoradec.h:
16734         * ext/theora/theoradec.c: (gst_theora_dec_init),
16735         (gst_theora_dec_reset), (_theora_granule_time),
16736         (theora_dec_src_convert), (theora_dec_sink_convert),
16737         (theora_dec_src_query), (theora_dec_src_event),
16738         (theora_dec_sink_event), (theora_handle_comment_packet),
16739         (theora_handle_header_packet), (theora_dec_push),
16740         (theora_handle_data_packet), (theora_dec_chain),
16741         (theora_dec_change_state):
16742         Add simple QoS.
16743
16744 2006-03-09  Wim Taymans  <wim@fluendo.com>
16745
16746         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
16747         (audiocast_register_listener), (gst_gnome_vfs_src_start):
16748         Some cleanups.
16749
16750 2006-03-09  Wim Taymans  <wim@fluendo.com>
16751
16752         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
16753         Don't try to activate NULL chains.
16754
16755 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
16756
16757         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
16758           Fix invalid memory access to region before peek'd data (#332964).
16759
16760 2006-03-09  Wim Taymans  <wim@fluendo.com>
16761
16762         Patch by: Christophe Fergeau
16763
16764         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init):
16765         * ext/pango/gsttextrender.c: (gst_text_render_init):
16766         * gst/adder/gstadder.c: (gst_adder_init):
16767         Don't leak padtemplates, closes #333510.
16768
16769 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
16770
16771         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
16772           Fix invalid memory access: make sure string passed to
16773           regexec() is NUL-termianted.
16774
16775 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
16776
16777         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
16778         (mp3_type_find):
16779           Refactor mpeg/audio typefinding to make it more maintainable
16780           and easier to fine-tune. Make probing into middle of the file
16781           work properly (fixes #333900, also see #152688).
16782
16783 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
16784
16785         * gst/typefind/gsttypefindfunctions.c:
16786         (utf8_type_find_have_valid_utf8_at_offset):
16787           Remove part from previous commit that was bogus:
16788           g_utf8_validate() does in fact not accept embedded
16789           zeroes, so we don't need to check for those (thanks
16790           to Mike for the hint).
16791
16792 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
16793
16794         * gst/typefind/gsttypefindfunctions.c:
16795         (utf8_type_find_count_embedded_zeroes),
16796         (utf8_type_find_have_valid_utf8_at_offset), (utf8_type_find):
16797           Make plain/text typefinder more conservative: firstly, check
16798           for embedded zeroes, which are perfectly valid UTF-8 characters,
16799           but also a fairly good sign that something is not a plain text
16800           file; secondly, probe into the middle of the file if possible.
16801           If we can't probe into the middle, limit the probability value
16802           to be returned to TYPE_FIND_POSSIBLE (see #333900).
16803
16804 2006-03-08  Michael Smith  <msmith@fluendo.com>
16805
16806         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
16807           Make typefind function name for mpeg4 video unique.
16808
16809 2006-03-08  Wim Taymans  <wim@fluendo.com>
16810
16811         * ext/libvisual/visual.c: (gst_visual_init),
16812         (gst_visual_clear_actors), (gst_visual_dispose),
16813         (gst_visual_reset), (gst_visual_src_setcaps),
16814         (gst_visual_sink_setcaps), (gst_vis_src_negotiate),
16815         (gst_visual_sink_event), (gst_visual_src_event), (get_buffer),
16816         (gst_visual_chain), (gst_visual_change_state):
16817         Cleanups, post nice errors.
16818         Handle sink and src events.
16819         Implement simple QoS.
16820
16821         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
16822         Use new basesink methods to configure max-lateness.
16823         Small doc update.
16824
16825         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16826         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps):
16827         Debug statement cleanups.
16828
16829         * gst/volume/gstvolume.c: (gst_volume_class_init):
16830         Simple cleanup.
16831
16832 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
16833
16834         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init),
16835         (gst_text_overlay_init), (gst_text_overlay_set_property),
16836         (gst_text_overlay_get_property):
16837           Revert API/ABI break from March 1. Keep 'halign' and 'valign'
16838           as string type properties, but mark them deprecated. Add
16839           'halignment' and 'valignment' properties that use enums
16840           instead of strings.
16841
16842 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
16843
16844         Patch by: Fabrizio Gennari
16845
16846         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
16847           Allow palettes with less than 256 colours in AVI files
16848           (#333488)
16849
16850 2006-03-07  Julien MOUTTE  <julien@moutte.net>
16851
16852         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event),
16853         (gst_text_overlay_video_event): Fix wrong EOS handling on text
16854         pad. We were releasing the queued text buffer when we should keep
16855         it until video pad gets EOS or discard the text buffer because it's
16856         too old. That was eating the last subtitle buffer. Add some more
16857         debug.
16858
16859 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
16860
16861         * ext/pango/gsttextoverlay.c: (gst_text_overlay_render_text),
16862         (gst_text_overlay_video_chain):
16863           Fix invalid memory access (we can't access a buffer after it's been
16864           pushed downstream without taking a reference); fix memory leak (if
16865           there's no text to render, bail out before allocating stuff).
16866
16867 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
16868
16869         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
16870         (gst_text_overlay_setcaps_txt), (gst_text_overlay_video_chain):
16871         * ext/pango/gsttextoverlay.h:
16872           If input is plain text, escape it before passing it to
16873           pango_layout_set_markup().
16874
16875 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
16876
16877         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_chain):
16878           Don't ignore flow return from gst_pad_push().
16879
16880 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
16881
16882         Patch by: Fabrizio Gennari
16883
16884         * ext/libvisual/visual.c: (gst_visual_getcaps),
16885         (gst_visual_src_setcaps), (gst_visual_sink_setcaps):
16886         * ext/ogg/gstoggmux.c: (gst_ogg_mux_sinkconnect):
16887         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
16888         (gst_vorbisenc_convert_sink):
16889         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
16890         (gst_audio_duration_from_pad_buffer):
16891         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_link),
16892         (gst_audio_filter_chain):
16893         * gst-libs/gst/rtp/gstbasertpdepayload.c:
16894         (gst_base_rtp_depayload_setcaps):
16895         * gst-libs/gst/video/video.c: (gst_video_frame_rate),
16896         (gst_video_get_size):
16897         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
16898           Don't leak references returned by gst_pad_get_parent()
16899           (#333663)
16900
16901 2006-03-06  Stefan Kost  <ensonic@users.sf.net>
16902
16903         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
16904           change location param details
16905         * gst/volume/gstvolume.c: (plugin_init):
16906           correct plugin description
16907
16908 2006-03-06  Tim-Philipp Müller  <tim at centricular dot net>
16909
16910         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
16911         (gst_gnome_vfs_src_check_get_range):
16912           Override GstBaseSrc::check_get_range() in order to avoid opening
16913           the resource just to check whether we can operate in pull-mode or
16914           not - we can predict that pretty well from the URI alone. Should
16915           fix problems with last.fm (#331690). (Requires latest core CVS).
16916
16917 2006-03-06  Wim Taymans  <wim@fluendo.com>
16918
16919         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
16920         (gst_video_sink_class_init):
16921         Throw away frames that are later than 20 ms.
16922
16923 2006-03-06  Tim-Philipp Müller  <tim at centricular dot net>
16924
16925         Patch by: Fabrizio Gennari
16926
16927         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
16928           Set depth on WMA caps (#333545)
16929
16930 2006-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
16931
16932         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
16933         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
16934           put Theora BOS pages before others.  This hardcodes
16935           the Ogg/Theora I profile, but hey.
16936
16937 2006-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
16938
16939         * ext/ogg/README:
16940           updated with some examples
16941         * ext/theora/theoraenc.c: (granulepos_to_timestamp),
16942         (granulepos_add), (theora_buffer_from_packet):
16943         * ext/vorbis/vorbisenc.c: (granulepos_to_timestamp_offset),
16944         (granulepos_to_timestamp), (gst_vorbisenc_buffer_from_packet),
16945         (gst_vorbisenc_chain):
16946           implement strategy from ext/ogg/README
16947         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
16948         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
16949         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_compare_pads),
16950         (gst_ogg_mux_queue_pads), (gst_ogg_mux_collected):
16951           Fix muxer so that oggz-validate is happy with all streams;
16952           except for no eos mark, and the BOS page ordering
16953         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
16954         (check_buffer_granulepos):
16955         * tests/check/pipelines/vorbisenc.c: (check_buffer_granulepos):
16956           update tests to check for OFFSET being set as requested
16957           fixed type of granulepos, it's not a ClockTime
16958
16959 2006-03-05  Julien MOUTTE  <julien@moutte.net>
16960
16961         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
16962         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
16963         Check that the xvimage we are creating has a correct size
16964         before returning it. (#314897)
16965
16966 2006-03-05  Tim-Philipp Müller  <tim at centricular dot net>
16967
16968         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
16969           Give id3 and ape tag typefinders a rank slightly higher
16970           than PRIMARY to ensure they're always run before any of
16971           the other typefinders (in particular wav and mp3) (#324186).
16972
16973 2006-03-05  Tim-Philipp Müller  <tim at centricular dot net>
16974
16975         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
16976           Add support for '3IVD' fourcc (#333403).
16977
16978 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
16979
16980         * configure.ac:
16981           Bump requirements to GStreamer CVS for the new error enum.
16982
16983         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_render):
16984           Emit new GST_RESOURCE_ERROR_NO_SPACE_LEFT when there's no
16985           space left on the device (fixes #333352).
16986
16987 2006-03-04  Sebastien Moutte  <sebastien@moutte.net>
16988
16989         * win32/vs6:
16990           add a project file for libgstvolume
16991           update the workspace
16992
16993 2006-03-03  Thomas Vander Stichele  <thomas at apestaart dot org>
16994
16995         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
16996         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
16997         (GST_START_TEST):
16998           Fix for http://bugzilla.gnome.org/show_bug.cgi?id=333254
16999           Set IN_CAPS on header buffers
17000
17001 2006-03-02  Wim Taymans  <wim@fluendo.com>
17002
17003         * docs/plugins/Makefile.am:
17004         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
17005         * docs/plugins/gst-plugins-base-plugins-sections.txt:
17006         Add audioresample to docs.
17007
17008         * gst/audioconvert/gstaudioconvert.c:
17009         Add revision date.
17010
17011         * gst/audioresample/gstaudioresample.c:
17012         (gst_audioresample_base_init), (gst_audioresample_class_init),
17013         (gst_audioresample_init), (gst_audioresample_dispose),
17014         (audioresample_get_unit_size), (audioresample_transform_caps),
17015         (resample_set_state_from_caps), (audioresample_transform_size),
17016         (audioresample_set_caps), (audioresample_event),
17017         (audioresample_do_output), (audioresample_transform),
17018         (audioresample_pushthrough), (gst_audioresample_set_property),
17019         (gst_audioresample_get_property), (plugin_init):
17020         * gst/audioresample/gstaudioresample.h:
17021         Added docs.
17022         Small code cleanups.
17023
17024 2006-03-02  Wim Taymans  <wim@fluendo.com>
17025
17026         * docs/plugins/Makefile.am:
17027         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
17028         * docs/plugins/gst-plugins-base-plugins-sections.txt:
17029         Added videoscale to docs.
17030
17031         * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
17032         (gst_video_rate_swap_prev), (gst_video_rate_event),
17033         (gst_video_rate_chain):
17034         Fix typo in docs.
17035
17036         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
17037         (gst_video_scale_init), (gst_video_scale_prepare_size),
17038         (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
17039         (gst_video_scale_fixate_caps), (gst_video_scale_transform):
17040         * gst/videoscale/gstvideoscale.h:
17041         Added docs, examples.
17042         Some code cleanups.
17043         Post errors instead of g_warning.
17044
17045 2006-03-02  Wim Taymans  <wim@fluendo.com>
17046
17047         * docs/libs/gst-plugins-base-libs-docs.sgml:
17048         * docs/libs/gst-plugins-base-libs-sections.txt:
17049         * docs/libs/gst-plugins-base-libs.types:
17050         * docs/plugins/Makefile.am:
17051         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
17052         * docs/plugins/gst-plugins-base-plugins-sections.txt:
17053         Added some more docs to libs and plugins.
17054
17055         * gst-libs/gst/audio/gstringbuffer.c:
17056         (gst_ring_buffer_prepare_read), (gst_ring_buffer_clear):
17057         * gst-libs/gst/audio/gstringbuffer.h:
17058         Document ringbuffer some more.
17059
17060         * gst/videorate/gstvideorate.c: (gst_video_rate_class_init),
17061         (gst_video_rate_setcaps), (gst_video_rate_reset),
17062         (gst_video_rate_init), (gst_video_rate_flush_prev),
17063         (gst_video_rate_swap_prev), (gst_video_rate_event),
17064         (gst_video_rate_chain), (gst_video_rate_change_state):
17065         * gst/videorate/gstvideorate.h:
17066         Fix videorate to use segments.
17067         Make it work with 0/1 framerates (closes #331903)
17068         Handle EOS correctly.
17069         Added docs.
17070
17071 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
17072
17073         * ext/ogg/gstogmparse.c: (gst_ogm_parse_class_init),
17074         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
17075         (gst_ogm_text_parse_init), (gst_ogm_parse_change_state):
17076           In state change function, first chain up to parent class,
17077           then handle downwards state change stuff. Remove some
17078           commented out cruft from 0.8 code.
17079
17080 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
17081
17082         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
17083         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
17084         (gst_ogm_parse_sink_convert), (gst_ogm_parse_sink_query),
17085         (gst_ogm_parse_chain):
17086           Don't remove/re-add source pad if the new caps are the same as
17087           the old caps anyway (#333042). When removing source pad, don't
17088           unref it afterwards - we didn't ref it when adding. Sprinkle some
17089           GST_DEBUG_FUNCPTR goodness here and there. Don't leak references
17090           after using gst_pad_get_parent(). Return downstream flow return
17091           value in chain function.
17092
17093 2006-03-02  Wim Taymans  <wim@fluendo.com>
17094
17095         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
17096         * docs/plugins/gst-plugins-base-plugins.args:
17097         * docs/plugins/gst-plugins-base-plugins.hierarchy:
17098         * docs/plugins/gst-plugins-base-plugins.interfaces:
17099         * docs/plugins/gst-plugins-base-plugins.signals:
17100         Fix hierarchy, added some more elements to the docs.
17101
17102         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17103         (gst_ffmpegcsp_get_type):
17104         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
17105         Fix docs for ffmpegcolorspace.
17106
17107 2006-03-01  Tim-Philipp Müller  <tim at centricular dot net>
17108
17109         * gst/typefind/gsttypefindfunctions.c: (id3_type_find),
17110         (apetag_type_find), (ape_type_find), (plugin_init):
17111           Some typefinding fine-tuning:
17112           - rank ID3/APE tags in order of preference via probabilities, so that
17113             ID3v2 > APEv2 > APEv1 > ID3v1.
17114           - three or four bytes don't really justify MAXIMUM probability,
17115             change those to 'very likely' (musepack and monkeysaudio).
17116
17117 2006-03-01  Wim Taymans  <wim@fluendo.com>
17118
17119         * docs/plugins/Makefile.am:
17120         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
17121         * docs/plugins/gst-plugins-base-plugins-sections.txt:
17122         * ext/alsa/gstalsamixer.c:
17123         * ext/alsa/gstalsamixer.h:
17124         * ext/alsa/gstalsamixerelement.c:
17125         (gst_alsa_mixer_element_class_init), (gst_alsa_mixer_element_init):
17126         * ext/alsa/gstalsamixerelement.h:
17127         * ext/alsa/gstalsasink.c:
17128         * ext/alsa/gstalsasink.h:
17129         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
17130         (gst_alsasrc_init):
17131         * ext/alsa/gstalsasrc.h:
17132         Added alsa docs.
17133         Small code cleanups.
17134
17135 2006-03-01  Wim Taymans  <wim@fluendo.com>
17136
17137         * ext/theora/Makefile.am:
17138         Dist new header too,
17139
17140 2006-03-01  Wim Taymans  <wim@fluendo.com>
17141
17142         * docs/plugins/Makefile.am:
17143         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
17144         * docs/plugins/gst-plugins-base-plugins-sections.txt:
17145         * ext/gnomevfs/gstgnomevfssink.h:
17146         * ext/gnomevfs/gstgnomevfssrc.h:
17147         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
17148         * ext/vorbis/vorbisdec.h:
17149         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_sink):
17150         * ext/vorbis/vorbisenc.h:
17151         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps),
17152         (vorbis_parse_chain), (vorbis_parse_change_state):
17153         * ext/vorbis/vorbisparse.h:
17154         * gst/audioconvert/gstaudioconvert.h:
17155         * gst/tcp/gsttcpserversink.h:
17156         * gst/videotestsrc/gstvideotestsrc.c:
17157         * gst/videotestsrc/gstvideotestsrc.h:
17158         * gst/volume/gstvolume.c:
17159         * gst/volume/gstvolume.h:
17160         Fix some more docs.
17161         Added docs for vorbisdec and vorbisparse.
17162         Fix vorbisparse.
17163
17164 2006-03-01  Wim Taymans  <wim@fluendo.com>
17165
17166         * docs/plugins/Makefile.am:
17167         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
17168         * docs/plugins/gst-plugins-base-plugins-sections.txt:
17169         * ext/pango/gstclockoverlay.h:
17170         * ext/pango/gsttextoverlay.h:
17171         * ext/pango/gsttextrender.h:
17172         * ext/pango/gsttimeoverlay.h:
17173         * ext/theora/gsttheoradec.h:
17174         * ext/theora/gsttheoraenc.h:
17175         * ext/theora/theoradec.c:
17176         * ext/theora/theoraenc.c:
17177         * gst/audioconvert/gstaudioconvert.h:
17178         * gst/audiotestsrc/gstaudiotestsrc.h:
17179         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
17180         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
17181         * gst/tcp/gstmultifdsink.h:
17182         Updated/added documentation.
17183
17184         * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
17185         (gst_text_overlay_halign_get_type),
17186         (gst_text_overlay_wrap_mode_get_type),
17187         (gst_text_overlay_base_init), (gst_text_overlay_class_init),
17188         (gst_text_overlay_init), (gst_text_overlay_set_property),
17189         (gst_text_overlay_get_property):
17190         Fix up properties to be enums instead of string to make bindings,
17191         introspection and automatic GUI creation possible.
17192         Add getters for the properties.
17193
17194 2006-02-28  Sebastien Moutte  <sebastien@moutte.net>
17195
17196         * gst/audiotestsrc/gstaudiotestsrc.c:
17197           added defines of M_PI and M_PI_2
17198         * gst/ffmpegcolorspace/avcodec.h:
17199           removed #include "stdint.h" for win32 as _stdint.h is 
17200           autogenerated to win32/common
17201         * win32/common/libgstaudio.def:
17202         * win32/common/libgsttag.def:
17203           added some exports
17204         * win32/vs6:
17205           some project files bugs corrected
17206         * win32/vs7:
17207           project files are reset to the default vs7 configuration 
17208           (they link to msvcr71.dll using default optimizations)
17209           
17210 2006-02-28  Wim Taymans  <wim@fluendo.com>
17211
17212         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
17213         Fix some docs.
17214
17215 2006-02-28  Edward Hervey  <edward@fluendo.com>
17216
17217         * ext/alsa/gstalsasrc.c:
17218         Set proper class on the ElementDetails:
17219         Source/Audio instead of Src/Audio/
17220
17221 2006-02-28  Edward Hervey  <edward@fluendo.com>
17222
17223         * gst/videoscale/vs_scanline.c:
17224         (vs_scanline_resample_nearest_RGBA):
17225         Revert optimization in videoscale. It should go in liboil and have
17226         an appropriate liboil function.
17227
17228 2006-02-28  Wim Taymans  <wim@fluendo.com>
17229
17230         * gst-libs/gst/audio/gstbaseaudiosink.c:
17231         (gst_base_audio_sink_provide_clock):
17232         Don't try to provide a clock in the NULL state.
17233
17234 2006-02-28  Wim Taymans  <wim@fluendo.com>
17235
17236         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
17237         (gst_ogg_pad_event), (gst_ogg_pad_internal_chain),
17238         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
17239         (gst_ogg_demux_deactivate_current_chain),
17240         (gst_ogg_demux_activate_chain), (gst_ogg_demux_do_seek),
17241         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_info),
17242         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
17243         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
17244         Use GstSegment infrastructure to remove duplicated code
17245         and handle more seek cases correctly.
17246
17247 2006-02-28  Wim Taymans  <wim@fluendo.com>
17248
17249         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17250         (gst_ffmpegcsp_transform):
17251         Don't ignore return code from ffmpeg convert function.
17252
17253         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
17254         Split out some long statements to ease debugging.
17255
17256 2006-02-27  Jan Schmidt  <thaytan@mad.scientist.com>
17257
17258         * ext/libvisual/visual.c: (gst_visual_init),
17259         (gst_vis_src_negotiate), (get_buffer), (plugin_init):
17260         Don't use gst_pad_use_fixed_caps, because it prevents downstream from
17261         being able to renegotiate the size. Instead, use the negotiation
17262         algorithm from the goom plugin to pick an initial output caps. 
17263
17264         Also, allow theoretical libvisual plugins that might support non-GL 
17265         output even if they also do GL.
17266
17267 2006-02-26  Julien MOUTTE  <julien@moutte.net>
17268
17269         * ext/libvisual/visual.c: (gst_visual_init),
17270         (gst_visual_src_setcaps), (get_buffer), (gst_visual_chain),
17271         (plugin_init): Load only non GL plugins. Fix some memleaks and 
17272         possible negotiation issues.
17273
17274 2006-02-25  Julien MOUTTE  <julien@moutte.net>
17275
17276         * gst-libs/gst/tag/tag.h: Adding Annodex tags here.
17277
17278 2006-02-24  Michael Smith  <msmith@fluendo.com>
17279
17280         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find),
17281         (cmml_type_find), (plugin_init):
17282           Fix CMML type find function to not require a specific minor version
17283           of the CMML header.
17284
17285           Add an MPEG4 video elementary stream typefind function.
17286
17287 2006-02-04  Michael Smith  <msmith@fluendo.com>
17288
17289         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fishead),
17290         (gst_ogg_pad_parse_skeleton_fisbone), (gst_ogg_pad_query_convert),
17291         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
17292         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
17293         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_collect_chain_info),
17294         (gst_ogg_demux_change_state), (gst_annodex_granule_to_time):
17295           Annodex support in ogg demuxer. Doesn't do very much without the
17296           other annodex patches (to come).
17297
17298 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
17299
17300         Patch by: Fabrizio Gennari <fabrizio dot get at tiscali dot it>
17301
17302         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
17303           Pick up palette for MS video v1 (#327028)
17304
17305 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
17306
17307         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17308         (gst_ffmpegcsp_caps_remove_format_info),
17309         (gst_ffmpegcsp_get_unit_size):
17310           The 'palette_data' field from incoming RGB caps shouldn't be
17311           proxied on outgoing YUV caps; also, restrict unit size
17312           adjustment in case of paletted data only to the unit that
17313           actually has a palette. Fixes #330711.
17314
17315 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
17316
17317         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17318         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
17319         (gst_ffmpegcsp_finalize), (gst_ffmpegcsp_class_init),
17320         (gst_ffmpegcsp_get_unit_size):
17321           Plug some memory leaks.
17322
17323 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
17324
17325         * sys/ximage/Makefile.am:
17326         * sys/xvimage/Makefile.am:
17327           Add some _CFLAGS and _LIBS that seem to be missing
17328           and/or required for Cygwin (see #317048).
17329
17330 2006-02-22  Wim Taymans  <wim@fluendo.com>
17331
17332         * ext/alsa/gstalsasrc.c:
17333         Fix description as pointed out by caugier.
17334
17335 2006-02-22  Tommi Myöhänen  <ext-tommi do myohanen at nokia dot com>
17336
17337         Reviewed by : Edward Hervey  <edward@fluendo.com>
17338
17339         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
17340         (qt_type_find):
17341         Better 3gp typefinding (#331526).
17342
17343 2006-02-21  Tim-Philipp Müller  <tim at centricular dot net>
17344
17345         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
17346           Don't send EOS event here, the base class will send one for us.
17347
17348         * gst/playback/gstplaybasebin.c: (prepare_output):
17349           Subpictures without video stream aren't allowed either.
17350         
17351         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
17352           Fix debug statement copy'n'paste-o.
17353
17354 2006-02-21  Tim-Philipp Müller  <tim at centricular dot net>
17355
17356         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume):
17357           Fix issues with mixer keeping state when muting/unmuting
17358           and when changing the volume whilst muted (see #331763
17359           and #331765).
17360
17361 2006-02-20  Tim-Philipp Müller  <tim at centricular dot net>
17362
17363         * gst/subparse/gstsubparse.c: (subrip_unescape_formatting),
17364         (parse_subrip), (gst_sub_parse_format_autodetect):
17365           Set right caps given that we send escaped text. Also,
17366           honour <i></i>, <b></b> and <u></u> markers that can be found
17367           in .srt files (fixes #310202).
17368
17369 2006-02-20  Tim-Philipp Müller  <tim at centricular dot net>
17370
17371         * gst-libs/gst/audio/mixerutils.c:
17372         (element_factory_rank_compare_func):
17373           Make order in which elements are tried more determinable.
17374
17375 2006-02-20  Julien MOUTTE  <julien@moutte.net>
17376
17377         * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
17378         (remove_element_chain), (cleanup_decodebin),
17379         (gst_decode_bin_change_state): Make decodebin reusable by
17380         fixing remove_element_chain first and then introduce a
17381         cleaner in state change to ->NULL. (Closes #331678)
17382
17383 2006-02-19  Wim Taymans  <wim@fluendo.com>
17384
17385         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_open_file):
17386         use 0666 mask when creating files so umask gets applied
17387         correctly. Fixes #331295.
17388
17389 2006-02-19  Tim-Philipp Müller  <tim at centricular dot net>
17390
17391         * gst/subparse/Makefile.am:
17392         * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
17393         (gst_ssa_parse_dispose), (gst_ssa_parse_init),
17394         (gst_ssa_parse_class_init), (gst_ssa_parse_src_event),
17395         (gst_ssa_parse_sink_event), (gst_ssa_parse_setcaps),
17396         (gst_ssa_parse_remove_override_codes), (gst_ssa_parse_parse_line),
17397         (gst_ssa_parse_chain), (gst_ssa_parse_change_state):
17398         * gst/subparse/gstssaparse.h:
17399         * gst/subparse/gstsubparse.c: (plugin_init):
17400           Add very basic parser for SSA subtitle streams (as often
17401           found in matroska files).
17402
17403 2006-02-19  Tim-Philipp Müller  <tim at centricular dot net>
17404
17405         * gst/playback/gstdecodebin.c: (mimetype_is_raw):
17406           That should be text/x-pango-markup, not text/x-pango-layout.
17407
17408 2006-02-19  Julien MOUTTE  <julien@moutte.net>
17409
17410         * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize):
17411         Polishing.
17412
17413 2006-02-19  Julien MOUTTE  <julien@moutte.net>
17414
17415         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
17416         (gst_text_overlay_finalize), (gst_text_overlay_init),
17417         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
17418         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
17419         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
17420         (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
17421         (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
17422         Fix state change deadlock.
17423
17424 2006-02-19  Julien MOUTTE  <julien@moutte.net>
17425
17426         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
17427         (gst_text_overlay_finalize), (gst_text_overlay_init),
17428         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
17429         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
17430         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
17431         (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
17432         (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
17433         * ext/pango/gsttextoverlay.h: Fix seeking both for muxed formats
17434         and subtitles files.
17435
17436 2006-02-19  Julien MOUTTE  <julien@moutte.net>
17437
17438         * gst/playback/gstdecodebin.c: (mimetype_is_raw): pango layout
17439         should be considered as raw.
17440
17441 2006-02-19  Julien MOUTTE  <julien@moutte.net>
17442
17443         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
17444         (cb_probe):
17445         * gst/playback/gststreaminfo.h: Introduce language informations.
17446
17447 2006-02-18  Jan Schmidt  <thaytan@mad.scientist.com>
17448
17449         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
17450         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
17451         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
17452         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
17453         Set shared memory segments to be deleted as soon as we have attached,
17454         that way they get cleaned up automatically if we crash.
17455
17456 2006-02-18  Julien MOUTTE  <julien@moutte.net>
17457
17458         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_get_text): 
17459         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_get_text): Those
17460         functions are called with lock held.
17461
17462 2006-02-18  Julien MOUTTE  <julien@moutte.net>
17463
17464         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
17465         (gst_text_overlay_finalize), (gst_text_overlay_init),
17466         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
17467         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
17468         (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
17469         (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
17470         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
17471         (gst_text_overlay_change_state): Refactoring of textoverlay
17472         without collectpads. This now supports sparse subtitles coming
17473         from a demuxer instead of a sub file. Seeking is still broken 
17474         though. Need to discuss with wtay some more on how to handle
17475         seeking correctly.
17476         * ext/pango/gsttextoverlay.h:
17477         * gst/playback/gstplaybin.c: (setup_sinks): Support linking with
17478         subtitles coming from the demuxer.
17479
17480 2006-02-17  Wim Taymans  <wim@fluendo.com>
17481
17482         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
17483         (gst_vorbisenc_convert_sink):
17484         Use some more scaling functions.
17485
17486 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
17487
17488         * ext/cdparanoia/gstcdparanoiasrc.c:
17489         (gst_cd_paranoia_src_class_init), (gst_cd_paranoia_dummy_callback),
17490         (gst_cd_paranoia_paranoia_callback),
17491         (gst_cd_paranoia_src_signal_is_being_watched),
17492         (gst_cd_paranoia_src_read_sector):
17493         * ext/cdparanoia/gstcdparanoiasrc.h:
17494           Add back 'transport-error' and 'uncorrected-error' signals and
17495           make them actually be fired when bad stuff happens (#319340).
17496
17497 2006-02-17  Wim Taymans  <wim@fluendo.com>
17498
17499         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
17500         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
17501         (gst_ring_buffer_device_is_open), (gst_ring_buffer_acquire),
17502         (gst_ring_buffer_release), (gst_ring_buffer_set_flushing),
17503         (gst_ring_buffer_start), (gst_ring_buffer_pause_unlocked),
17504         (gst_ring_buffer_pause), (gst_ring_buffer_stop),
17505         (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
17506         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
17507         (gst_ring_buffer_commit), (gst_ring_buffer_prepare_read),
17508         (gst_ring_buffer_clear):
17509         Small cleanups.
17510         Added some G_LIKELY.
17511
17512 2006-02-17  Wim Taymans  <wim@fluendo.com>
17513
17514         * gst-libs/gst/audio/TODO:
17515         Update TODO
17516
17517         * gst-libs/gst/audio/gstbaseaudiosink.c:
17518         (gst_base_audio_sink_get_offset):
17519         When trying to play samples ASAP and we don't have a
17520         previous sample, try to play at position 0 instead of
17521         an invalid position.
17522
17523 2006-02-17  Wim Taymans  <wim@fluendo.com>
17524
17525         * ext/alsa/gstalsasink.c: (gst_alsasink_open),
17526         (gst_alsasink_reset):
17527         Also release lock when we get an error in _reset();
17528         fix an error message.
17529
17530 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
17531
17532         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
17533         (gst_alsasink_init), (get_channel_free_structure),
17534         (caps_add_channel_configuration), (gst_alsasink_getcaps),
17535         (gst_alsasink_close):
17536         * ext/alsa/gstalsasink.h:
17537           Add support for more than 2 channels (#326720).
17538
17539 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
17540
17541         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
17542           Set codec_name for WAVEFORMATEX as well. When we have 'normal PCM'
17543           with 4 or 6 channels, assume a default channel layout to make things
17544           work (not sure there's anything else we can do in those cases).
17545
17546 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
17547
17548         * gst-libs/gst/audio/multichannel.c:
17549           Minor docs fix.
17550
17551         * gst-libs/gst/riff/Makefile.am:
17552         * gst-libs/gst/riff/riff-ids.h:
17553         * gst-libs/gst/riff/riff-media.c:
17554         (gst_riff_wavext_add_channel_layout), (gst_riff_create_audio_caps):
17555           Add support for WAVEFORMATEX, eg. PCM audio with more than two
17556           channels and a channel layout map.
17557           
17558 2006-02-16  Mathieu Garcia <b0nk at free dot fr>
17559
17560         Reviewed by Edward Hervey  <edward@fluendo.com>
17561
17562         * gst/videoscale/vs_scanline.c: (vs_scanline_resample_nearest_RGBA): 
17563         C-level optimization of the RGBA nearest neighbour function.
17564         Eventually this might end up in liboil with vectorized versions.
17565
17566 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
17567
17568         * gst-libs/gst/audio/multichannel.c:
17569         (gst_audio_get_channel_positions):
17570           When we have more than 2 channels, but no channel layout is
17571           specified in the caps, return some default channel layout
17572           to the caller and warn about about a possibly buggy element
17573           (could be buggy filtercaps as well of course) (#317038).
17574
17575 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
17576
17577         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
17578           Add gst-libs/gst/cdda to list of lib search paths.
17579
17580 2006-02-15  Andy Wingo  <wingo@pobox.com>
17581
17582         * ext/ogg/gstoggmux.c (gst_ogg_mux_collected): When updating
17583         timestamp, update timestamp_end as well. Fixes a bugaboo. I hope
17584         to the Lord Jesus that I do not have to touch the ogg muxer ever
17585         again.
17586
17587 2006-02-15  Edward Hervey  <edward@fluendo.com>
17588
17589         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
17590         quicktime movie files can also contain 'uuid' atoms.
17591
17592 2006-02-14  Tim-Philipp Müller  <tim at centricular dot net>
17593
17594         * gst/audioconvert/plugin.c: (plugin_init):
17595           Register the GstAudioChannelPosition enum type with the type
17596           system in the plugin_init function, so that it is known before
17597           any element actually makes use of multi-channel stuff. This is
17598           required for example if one wants to be able to deserialise/use
17599           a caps string with channel positions before any pipeline has
17600           been setup and started, like with gst-launch.
17601
17602 2006-02-14  Wim Taymans  <wim@fluendo.com>
17603
17604         * gst-libs/gst/audio/gstringbuffer.c:
17605         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_delay),
17606         (gst_ring_buffer_samples_done), (wait_segment),
17607         (gst_ring_buffer_commit), (gst_ring_buffer_clear):
17608         Add some compiler G_(UN_)LIKELY help.
17609         SIGNAL the ringbuffer waiters when going to PAUSED as well to
17610         make sure they can exit their functions. Should fix #330748
17611
17612 2006-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
17613
17614         * Makefile.am:
17615         * configure.ac:
17616         * win32/MANIFEST:
17617         * win32/common/_stdint.h:
17618           Windows does not have long long; copy the generated _stdint.h
17619         * win32/common/interfaces-enumtypes.c:
17620         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
17621         (gst_mixer_track_flags_get_type),
17622         (gst_tuner_channel_flags_get_type):
17623         * win32/common/multichannel-enumtypes.c:
17624         (gst_audio_channel_position_get_type):
17625           update
17626
17627 2006-02-13  Wim Taymans  <wim@fluendo.com>
17628
17629         * gst-libs/gst/audio/gstbaseaudiosink.c:
17630         (gst_base_audio_sink_get_time), (gst_base_audio_sink_preroll),
17631         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
17632         Always sync on first sample we receive when starting.
17633
17634 2006-02-13  Wim Taymans  <wim@fluendo.com>
17635
17636         * gst/playback/gstplaybin.c: (gen_vis_element):
17637         Update vis bin docs.
17638         Move queue after tee so we don't queue video buffers but
17639         audio samples instead. Fixes problems where the video queue
17640         is filled and the audio queue empty.
17641
17642 2006-02-13  Tim-Philipp Müller  <tim at centricular dot net>
17643
17644         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
17645           No need to push an EOS event here, GstBaseSrc will do that for us
17646           when we return FLOW_UNEXPECTED.
17647           
17648 2006-02-12  Wim Taymans  <wim@fluendo.com>
17649
17650         * gst-libs/gst/audio/gstbaseaudiosink.c:
17651         (gst_base_audio_sink_get_time), (gst_base_audio_sink_setcaps),
17652         (gst_base_audio_sink_drain), (gst_base_audio_sink_preroll),
17653         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
17654         Use scale functions when possible.
17655         Fix error messages.
17656         Free clockid when after waiting for EOS.
17657         Use G_(UN_)LIKLY when it makes sense.
17658         Fix sample clipping bug found by Arwed v. Merkatz fixes #330789.
17659
17660 2006-02-12  Edward Hervey  <edward@fluendo.com>
17661
17662         * gst/playback/gstplaybasebin.c: (prepare_output): 
17663         Remove stray semi-colon (fixes #330888).
17664
17665 2006-02-12  Jan Schmidt  <thaytan@mad.scientist.com>
17666
17667         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
17668         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls):
17669         Fix up the XShm call testing so that we catch errors, and don't
17670         cause new ones by attempting to detach from a segment we failed
17671         to attach to. Fixes #312439.
17672
17673 2006-02-10  Edward Hervey  <edward@fluendo.com>
17674
17675         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
17676         Added flv file typefind (video/x-flv).
17677
17678 2006-02-10  Edward Hervey  <edward@fluendo.com>
17679
17680         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
17681         (gst_riff_create_video_template_caps):
17682         Added FLV1 <==> 'video/x-flash-video,flvversion=1' conversion.
17683         Also added the caps to the default set of riff video caps.
17684
17685 2006-02-09  Andy Wingo  <wingo@pobox.com>
17686
17687         * ext/ogg/gstoggmux.c (GstOggPad): Keep track of both the start
17688         time and the end time of the last packet in the page.
17689         (gst_ogg_mux_pad_queue_page): In addition to setting the timestamp
17690         on the pages in our queue, set the duration as well. Reflow a
17691         debug statement.
17692         (gst_ogg_mux_collected): Keep track of GstOggPad->timestamp_end.
17693         Fixes bad muxing order.
17694
17695 2006-02-09  Thomas Vander Stichele  <thomas at apestaart dot org>
17696
17697         * gst-libs/gst/rtp/gstbasertppayload.c:
17698         (gst_basertppayload_setcaps), (gst_basertppayload_push):
17699           update seqnum before setting it on the packet; this makes sure
17700           that the timestamp and seqnum properties match after pushing
17701           a buffer
17702
17703 2006-02-09  Andy Wingo  <wingo@pobox.com>
17704
17705         * gst-libs/gst/audio/gstringbuffer.c
17706         (gst_ring_buffer_samples_done): Cast to guint64, fixes an integer
17707         overflow after 13.5 hours of recording. Kapow!
17708
17709         * ext/alsa/gstalsasrc.c (gst_alsasrc_delay): Clamp the delay to
17710         the buffer size -- we don't care about underrun/overrun reporting
17711         right now, just need to return a useful value.
17712
17713 2006-02-09  Jan Schmidt  <thaytan@mad.scientist.com>
17714
17715         * configure.ac:
17716           Back to CVS
17717
17718 === release 0.10.3 ===
17719
17720 2006-02-09  Jan Schmidt <thaytan@mad.scientist.com>
17721
17722         * configure.ac:
17723           releasing 0.10.3, "Under Pressure"
17724
17725 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
17726
17727         * configure.ac:
17728         Drat. Bump libtool version number for new API.
17729         Prelease 0.10.2.3 (of 0.10.3)
17730
17731 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
17732
17733         * configure.ac:
17734         * win32/common/config.h:
17735         0.10.2.2 prerelease (of 0.10.3).
17736
17737 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
17738
17739         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_create):
17740           Revert Andy's newsegment change pending a more correct
17741           fix.
17742
17743 2006-02-08  Thomas Vander Stichele  <thomas at apestaart dot org>
17744
17745         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
17746         (qt_type_find), (plugin_init):
17747           detect more files as 3gp
17748           group and reorder the iso file formats
17749
17750 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
17751
17752         * ext/vorbis/vorbis.c: (plugin_init):
17753           Register musicbrainz tags, so apps don't have to.
17754
17755 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
17756
17757         * gst-libs/gst/tag/gstvorbistag.c: (gst_tag_from_vorbis_tag),
17758         (gst_tag_to_vorbis_tag):
17759           Make sure we called gst_tag_register_musicbrainz_tags()
17760           before possibly mapping a vorbiscomment string from/to a
17761           musicbrainz tag.
17762
17763 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
17764
17765         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
17766           In case we can't find the required number of consecutive
17767           mpeg audio frames to positively identify an MPEG audio
17768           stream, check if there's at least a valid mpeg audio
17769           frame right at offset 0 and if so suggest mpeg/audio
17770           caps with a very low probability (#153004).
17771
17772 2006-02-07  Andy Wingo  <wingo@pobox.com>
17773
17774         * gst/tcp/gsttcpclientsrc.c (gst_tcp_client_src_create): Switch to
17775         a TIME segment if we get timestamped buffers. Requires recent
17776         fixes in core to work properly.
17777
17778 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
17779
17780         * gst/playback/gstplaybasebin.c: (prepare_output):
17781           Don't print the URI as part of the error message, it
17782           makes error dialogs look rather ugly, especially if
17783           the URI is very long or has characters in it that
17784           need escaping.
17785
17786 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
17787
17788         * gst/playback/gstplaybasebin.c: (prepare_output):
17789           Error out if we have only text or subtitles, but nothing
17790           else. Also error out if we have subtitles but no video
17791           stream.
17792
17793 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
17794
17795         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
17796           Treat GNOME_VFS_RESULT_EOF as EOS, not as error (#329194).
17797           Post an error message on the bus when we encounter an
17798           error, which will hopefully be more meaningful than the
17799           'Internal Flow Error' message users get to see if we
17800           just return GST_FLOW_ERROR.
17801
17802 2006-02-07  Andy Wingo  <wingo@pobox.com>
17803
17804         * configure.ac (GST_MAJORMINOR): Update core version req to
17805         0.10.2.2, for the collectpads API addition (#330244).
17806
17807 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
17808
17809         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
17810           Return FALSE from plugin_init() when GnomeVFS can't
17811           be initialised for some reason (#328423).
17812
17813 2006-02-06  Julien MOUTTE  <julien@moutte.net>
17814
17815         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event): 
17816         Stick to seeking theory until i find the bug.
17817         * gst/subparse/gstsubparse.c: (parse_subrip): Fix debug.
17818
17819 2006-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
17820
17821         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
17822         (theora_enc_finalize), (theora_enc_sink_setcaps),
17823         (theora_set_header_on_caps), (theora_enc_chain),
17824         (theora_enc_change_state):
17825         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
17826           Make theoraenc and the tests leak free. Like, really.
17827
17828 2006-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
17829
17830         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
17831         (theora_enc_finalize), (theora_enc_sink_setcaps):
17832           Add a finalize method to ensure we clean up state even if
17833           someone omitted the state change back to NULL.
17834
17835         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1),
17836         (gst_vorbisenc_chain):
17837           Free some more leaked bits.
17838
17839         * tests/check/pipelines/theoraenc.c: (start_pipeline),
17840         (stop_pipeline):
17841           Wait for state changes to happen if they're ASYNC.
17842
17843           This ought to teach those fancy pants buildbots a lesson.
17844
17845 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
17846
17847         * gst-libs/gst/tag/gstid3tag.c:
17848           Add mapping for ID3 International Standard Recording Code
17849           tag "TSRC"
17850
17851 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
17852
17853         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1):
17854           Don't leak tag names.
17855
17856 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
17857
17858         * docs/libs/gst-plugins-base-libs-docs.sgml:
17859         * docs/libs/gst-plugins-base-libs-sections.txt:
17860         * gst-libs/gst/tag/gstid3tag.c:
17861         * gst-libs/gst/tag/gstvorbistag.c:
17862         * gst-libs/gst/tag/tags.c:
17863           Split libgsttag docs into multiple sections.
17864
17865 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
17866
17867         * docs/libs/Makefile.am:
17868         * docs/libs/gst-plugins-base-libs-docs.sgml:
17869         * docs/libs/gst-plugins-base-libs-sections.txt:
17870         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_tag):
17871         * gst-libs/gst/tag/gstvorbistag.c:
17872         * gst-libs/gst/tag/tag.h:
17873         * gst-libs/gst/tag/tags.c:
17874           Add libgsttag to the docs.
17875
17876 2006-02-05  Julien MOUTTE  <julien@moutte.net>
17877
17878         * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize),
17879         (gst_text_overlay_init), (gst_text_overlay_src_event),
17880         (gst_text_overlay_collected): Fix clockoverlay.
17881
17882 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
17883
17884         * docs/libs/compiling.sgml:
17885           Fix typo: it's pkg-config, not pkg-gconfig
17886
17887         * docs/libs/gst-plugins-base-libs-docs.sgml:
17888         * docs/libs/gst-plugins-base-libs-sections.txt:
17889         * docs/libs/tmpl/gstgconf.sgml:
17890           There is no libgstgconf in 0.10, remove it
17891           from the docs.
17892
17893 2006-02-05  Julien MOUTTE  <julien@moutte.net>
17894
17895         * docs/libs/tmpl/gstcolorbalance.sgml: Updated.
17896         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
17897         (gst_text_overlay_src_event), (gst_text_overlay_collected):
17898         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
17899         (gst_sub_parse_class_init), (gst_sub_parse_init),
17900         (gst_sub_parse_src_event), (parse_mdvdsub), (parse_subrip),
17901         (parse_mpsub), (parser_state_init), (handle_buffer),
17902         (gst_sub_parse_chain), (gst_sub_parse_sink_event), (plugin_init):
17903         * gst/subparse/gstsubparse.h: Introduce seeking code.
17904
17905 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
17906
17907         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
17908           Add comment about LANGUAGE tag inconsistency (we want
17909           ISO-639-1, but extract three-letter identifiers?)
17910
17911         * po/POTFILES.in:
17912           Add two translatable files.
17913
17914 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
17915
17916         * gst-libs/gst/tag/Makefile.am:
17917         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
17918         * gst-libs/gst/tag/tag.h:
17919         * gst-libs/gst/tag/tags.c:
17920         (gst_tag_register_musicbrainz_tags_internal),
17921         (gst_tag_register_musicbrainz_tags):
17922           Forward-port some tags stuff from the 0.8 branch. This is
17923           mostly the addition of musicbrainz tags and their mapping
17924           to vorbistags, and a vorbistag mapping of the language tag.
17925
17926 2006-02-05  Julien MOUTTE  <julien@moutte.net>
17927
17928         * gst/playback/gstplaybin.c: (gen_text_element): Fix broken code
17929         refactoring.
17930
17931 2006-02-04  David Schleef  <ds@schleef.org>
17932
17933         * ext/ogg/gstoggmux.c:
17934         * gst/typefind/gsttypefindfunctions.c:
17935           Add Dirac typefinding and add dirac format to oggmux.
17936
17937 2006-02-03  Tim-Philipp Müller  <tim at centricular dot net>
17938
17939         * gst/playback/gstdecodebin.c: (try_to_link_1):
17940           Don't put essential function call into
17941           g_return_*() macro, otherwise it'll all be
17942           replaced by NOOPs when compiling with
17943           G_DISABLE_CHECKS defined.
17944
17945 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
17946
17947         * ext/ogg/gstoggdemux.c:
17948         * ext/ogg/gstoggparse.c:
17949         * gst/tcp/gsttcpserversink.c:
17950         * sys/v4l/v4lsrc_calls.c:
17951         * sys/v4l/v4lsrc_calls.h:
17952         Just make it compile with --disable-gst-debug.
17953
17954 2006-02-03  Wim Taymans  <wim@fluendo.com>
17955
17956         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
17957         (gst_alsasink_class_init), (gst_alsasink_init),
17958         (gst_alsasink_write), (gst_alsasink_reset):
17959         * ext/alsa/gstalsasink.h:
17960         Add lock to protect alsa calls.
17961         Implement reset to flush samples ASAP, does not work
17962         with dmix though.
17963
17964 2006-02-02  Wim Taymans  <wim@fluendo.com>
17965
17966         * gst-libs/gst/audio/gstbaseaudiosink.c:
17967         (gst_base_audio_sink_provide_clock):
17968         Ugh.. getting late I guess...
17969
17970 2006-02-02  Wim Taymans  <wim@fluendo.com>
17971
17972         * gst-libs/gst/audio/gstbaseaudiosink.c:
17973         (gst_base_audio_sink_provide_clock),
17974         (gst_base_audio_sink_set_property),
17975         (gst_base_audio_sink_get_property), (gst_base_audio_sink_render):
17976         Don't try to provide a clock when we are not negotiated since
17977         we might not be able to make it run.
17978
17979 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
17980
17981         * gst/playback/gstdecodebin.c: (try_to_link_1):
17982           Unlinking two source pads is ... hard.
17983
17984 2006-02-02  Wim Taymans  <wim@fluendo.com>
17985
17986         * gst-libs/gst/audio/TODO:
17987         Updated.
17988
17989         * gst-libs/gst/audio/gstbaseaudiosink.c:
17990         (gst_base_audio_sink_drain), (gst_base_audio_sink_event):
17991         On EOS, wait till the last sample is played before posting EOS.
17992
17993 2006-02-01  Philippe Kalaf <burger at speedy dot org>
17994
17995         Patch by: Kai Vehmanen
17996         * gst-libs/gst/rtp/gstbasertpdepayload.c:
17997           Adds ability to enable newsegment bypass by setting queue_delay to
17998           zero. Also avoid thread being started if queue_delay is zero.
17999
18000 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
18001
18002         * gst/playback/test6.c: (new_decoded_pad_cb), (show_error), (main):
18003           Make test work again by connecting fakesinks to each decoded pad,
18004           which makes the pipeline wait until each fakesink has a buffer
18005           queued before going to PAUSED state. At that point we know the
18006           decodebin pads are negotiated.
18007
18008 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
18009
18010         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_query),
18011         (gst_cdda_base_src_handle_event):
18012         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_query):
18013           Pass unhandled queries to the parent class's query function.
18014
18015 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
18016
18017         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_types),
18018         (gst_ogg_pad_src_query):
18019         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
18020         * ext/theora/theoradec.c: (theora_dec_src_query),
18021         (theora_dec_sink_query):
18022         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
18023         (vorbis_dec_sink_query):
18024         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
18025         (gst_vorbisenc_sink_query):
18026         * gst/adder/gstadder.c: (gst_adder_query):
18027           Pass unhandled queries upstream instead of just
18028           dropping them (#326447). Also, fix supported
18029           query types list for some elements.
18030
18031 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
18032
18033         * gst/typefind/gsttypefindfunctions.c: (au_type_find),
18034         (paris_type_find), (ilbc_type_find), (plugin_init):
18035           Fix typefinding for audio/x-au, audio/x-paris and
18036           audio/iLBC-sh. We cannot use the START_WITH macros
18037           here, because there can only be one typefind factory
18038           with the same name (caps), so the second one would
18039           replace the first one and the first one would never
18040           be called when doing typefinding (see #161712).
18041           
18042
18043 2006-01-31  Wim Taymans  <wim@fluendo.com>
18044
18045         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
18046         (vorbis_handle_header_packet), (vorbis_dec_push),
18047         (vorbis_handle_data_packet):
18048         Use scale_int when we can, add some more scaling.
18049         Check packettype before parsing it.
18050
18051 2006-01-31  Wim Taymans  <wim@fluendo.com>
18052
18053         * ext/theora/theoradec.c: (_theora_granule_time),
18054         (theora_dec_src_convert), (theora_dec_sink_convert):
18055         Call right _scale functions.
18056         Use parameter instead of some other random value.
18057
18058 2006-01-31  Wim Taymans  <wim@fluendo.com>
18059
18060         * ext/theora/theoradec.c: (_theora_granule_frame),
18061         (_theora_granule_time), (_inc_granulepos),
18062         (theora_dec_src_convert), (theora_dec_sink_convert),
18063         (theora_handle_type_packet), (theora_handle_data_packet),
18064         (theora_dec_chain):
18065         Use higher precision timestamps calculation.
18066         Convert some other conversions to _scale.
18067
18068 2006-01-31  Stefan Kost  <ensonic@users.sf.net>
18069
18070         * gst/audiotestsrc/gstaudiotestsrc.c:
18071         (gst_audio_test_src_create_sine_table), (plugin_init):
18072         * gst/volume/gstvolume.c: (plugin_init):
18073           initialize gst_controller before using
18074
18075 2006-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
18076
18077         * tests/check/pipelines/theoraenc.c:
18078         * tests/check/pipelines/vorbisenc.c:
18079         Define constant using G_GINT64_CONSTANT to avoid errors when
18080         passing it around - otherwise it gets truncated to 32 bits.
18081
18082         Fixes failing tests.
18083
18084 2006-01-31  Andy Wingo  <wingo@pobox.com>
18085
18086         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_set_caps): Don't segfault if the
18087         caps being set doesn't have a framerate value. Basically a stopgap
18088         measure.
18089
18090         * ext/ogg/gstoggmux.c (GST_BUFFER_END_TIME): New macro. Not
18091         technically correct enough to put into core though.
18092         (gst_ogg_mux_dequeue_page): Use END_TIME instead of TIMESTAMP +
18093         DURATION. Fixes theoraenc ! oggmux.
18094
18095         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Fixate to the nearest
18096         fraction, not double.
18097
18098 2006-01-31  Sebastien Moutte  <sebastien@moutte.net>
18099
18100         * win32/vs7:
18101         add vs7 project files created by Sergey Scobich
18102
18103 2006-01-30  Sebastien Moutte  <sebastien@moutte.net>
18104
18105         * win32/vs8:
18106         add vs8 project files created by Sergey Scobich
18107         
18108 2006-01-30  Andy Wingo  <wingo@pobox.com>
18109
18110         * ext/ogg/gstoggmux.c (gst_ogg_mux_dequeue_page): Compare
18111         timestamp + duration, not just timestamp -- ogg pages should be
18112         ordered by stop time. Necessary fix given the change in vorbis
18113         timestamps.
18114
18115         * ext/theora/theoraenc.c (theora_enc_sink_setcaps) 
18116         (gst_theora_enc_init): Pull the granule shift out of the encoder.
18117         (granulepos_add): New function, handles the messiness of adjusting
18118         granulepos values.
18119         (theora_buffer_from_packet):
18120         (theora_enc_chain):
18121         (theora_enc_sink_event): Use granulepos_add, not +.
18122
18123         * tests/check/pipelines/theoraenc.c
18124         (check_buffer_granulepos_from_starttime): Just check the frame
18125         count, not the actual granulepos -- we can't dictate to the
18126         encoder when it should be placing keyframes.
18127
18128 2006-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
18129
18130         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
18131           SERVICE_NOT_AVAILABLE happens for example when you're trying to
18132           play an http:// stream from a server that's not serving
18133
18134 2006-01-30  Andy Wingo  <wingo@pobox.com>
18135
18136         * tests/check/pipelines/vorbisenc.c (TIMESTAMP_OFFSET): 
18137         * tests/check/pipelines/theoraenc.c (TIMESTAMP_OFFSET): Totally
18138         remove the UINT64_CONSTANT macro, doesn't appear to be needed or
18139         available.
18140
18141         * ext/theora/gsttheoraenc.h:
18142         * ext/theora/theoraenc.c: Same changes as were done to vorbisenc,
18143         although theoraenc was timestamping correctly. Added handling of
18144         streams that start with nonzero timestamps.
18145
18146         * tests/check/Makefile.am:
18147         * tests/check/pipelines/theoraenc.c: New file, basically does same
18148         tests as vorbisenc.
18149
18150         * tests/check/pipelines/vorbisenc.c: I claim these bugs.
18151
18152 2006-01-30  Wim Taymans  <wim@fluendo.com>
18153
18154         * gst-libs/gst/audio/gstaudiosink.c:
18155         (gst_audioringbuffer_class_init), (gst_audioringbuffer_release),
18156         (gst_audioringbuffer_pause):
18157         Implement pause that does not wait for completion.
18158
18159         * gst-libs/gst/audio/gstbaseaudiosink.c:
18160         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
18161         Don't drop buffers when going to PAUSED but perform preroll on
18162         remaining samples now that core base class supports this.
18163
18164         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_release),
18165         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_stop),
18166         (gst_ring_buffer_commit):
18167         Pause should not signal waiters.
18168         Implement return value of _commit correctly.
18169
18170 2006-01-30  Andy Wingo  <wingo@pobox.com>
18171
18172         * tests/check/Makefile.am (check_vorbis): Add pipelines/vorbisenc.
18173
18174         * ext/vorbis/vorbisenc.c (gst_vorbisenc_buffer_from_packet): Logic
18175         updated to timestamp from the first sample, not the last.
18176         (gst_vorbisenc_buffer_from_header_packet): New function, takes
18177         special care of granulepos and timestamp for header packets.
18178         (gst_vorbisenc_chain): Reflow, fix some leaks, and handle the case
18179         when the first buffer has a nonzero timestamp.
18180
18181         * ext/vorbis/vorbisenc.h (GstVorbisEnc.granulepos_offset)
18182         (GstVorbisEnc.subgranule_offset): New members. Take care of the
18183         case when the first audio buffer we get has a nonzero timestamp.
18184         (GstVorbisEnc.next_ts): Renamed from prev_ts, because now we
18185         properly timestamp vorbis buffers with the time of the first
18186         sample, not the last.
18187         
18188         * ext/vorbis/vorbisenc.c (granulepos_to_clocktime): Renamed from
18189         vorbis_granule_time_copy -- now it takes the granule/subgranule
18190         offset into account.
18191
18192         * tests/check/pipelines/vorbisenc.c: New test for correctness of
18193         timestamps, durations, and granulepos on buffers produced by
18194         vorbisenc.
18195
18196 2006-01-30  Jan Schmidt  <thaytan@mad.scientist.com>
18197
18198         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
18199         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
18200           Patch from Eric Jonas to support conversions to/from UYVY 
18201           (Fixes: #324626)
18202
18203 2006-01-30  Julien MOUTTE  <julien@moutte.net>
18204
18205         * gst/playback/gstplaybasebin.c: (group_commit), (queue_overrun),
18206         (setup_subtitle), (setup_source), (set_active_source):
18207         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
18208         (gen_text_element), (gen_audio_element), (gen_vis_element),
18209         (remove_sinks), (add_sink), (setup_sinks): Implement subtitles.
18210
18211 2006-01-29  Sebastien Moutte  <sebastien@moutte.net>
18212
18213         * gst-libs/gst/audio/audio.h: (GST_CLOCK_TIME_TO_FRAMES)
18214         * gst-libs/gst/audio/gstbaseaudiosink.c: (gst_base_audio_sink_render)
18215                 use gst_guint64_to_gdouble to be compliant with vs6
18216         * gst/playback/gstdecodebin.c: (try_to_link_1)
18217         * gst/videorate/videorate.c: (gst_video_rate_blank_data)
18218                 use G_GINT64_CONSTANT for int64 constants
18219         * win32/common/libgstinterfaces.def:
18220                 export some symbols (gst_mixer_get_type,gst_mixer_track_get_type)
18221         * win32/vs6:
18222                 update and add new project files
18223                 
18224 2006-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
18225
18226         * Makefile.am:
18227         * win32/MANIFEST:
18228         * win32/common/interfaces-enumtypes.c:
18229         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
18230         (gst_mixer_track_flags_get_type),
18231         (gst_tuner_channel_flags_get_type):
18232         * win32/common/interfaces-enumtypes.h:
18233         * win32/common/multichannel-enumtypes.c:
18234         (gst_audio_channel_position_get_type):
18235         * win32/common/multichannel-enumtypes.h:
18236           add a win32-update rule like in core, and copy over enumtypes files
18237
18238 2006-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
18239
18240         * win32/MANIFEST:
18241         * win32/common/config.h:
18242         * win32/common/config.h.in:
18243           add config files just like in core
18244
18245 2006-01-28  Tim-Philipp Müller  <tim at centricular dot net>
18246
18247         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format):
18248           Make gcc-4.1 happy (part of #327357).
18249
18250 2006-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
18251
18252         * ext/alsa/gstalsasink.c: (gst_alsasink_init), (set_hwparams),
18253         (set_swparams), (gst_alsasink_prepare), (gst_alsasink_unprepare),
18254         (gst_alsasink_close), (gst_alsasink_write), (gst_alsasink_reset):
18255         * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (set_hwparams),
18256         (set_swparams), (gst_alsasrc_open), (gst_alsasrc_prepare),
18257         (gst_alsasrc_unprepare), (gst_alsasrc_read):
18258           Update all error messages.  All of them should either use
18259           the default translated message, or actually provide a
18260           translatable string.
18261           Make the string for channel count problems meaningful.
18262
18263 2006-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
18264
18265         * sys/v4l/v4l_calls.c: (gst_v4l_open):
18266           check for and throw RESOURCE_BUSY
18267
18268 2006-01-27  David Schleef  <ds@schleef.org>
18269
18270         * gst/videoscale/vs_scanline.c: Oops, *that's* why I never
18271           checked in this change -- it requires liboil features not
18272           in 0.3.6.  Revert parts.
18273
18274 2006-01-27  David Schleef  <ds@schleef.org>
18275
18276         * REQUIREMENTS:
18277         * configure.ac: update liboil requirement to 0.3.6
18278         * gst/videoscale/Makefile.am:
18279         * gst/videoscale/vs_scanline.c: liboilify
18280
18281 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
18282
18283         * ext/libvisual/visual.c: (get_buffer):
18284           When pad_alloc returns a GstFlowReturn other
18285           than GST_FLOW_OK, make sure it is passed upstream.
18286
18287 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
18288
18289         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
18290         (gst_alsasink_class_init):
18291           Free the device name string.
18292
18293         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
18294         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad),
18295         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_clear_collectpads):
18296           Don't remove a pad from the collectpads structure until it
18297           is released - it's a request pad, and may receive data again
18298           if the element gets moved back to PLAYING state.
18299
18300         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
18301           Ensure we turn on double buffering on the Xv port, and
18302           set the colour key to something dark and mysterious that
18303           isn't black.
18304
18305 2006-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
18306
18307         * ext/alsa/gstalsaplugin.c: (plugin_init):
18308         * ext/cdparanoia/gstcdparanoiasrc.c:
18309         (gst_cd_paranoia_src_base_init), (plugin_init):
18310         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
18311         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init):
18312           - a library should not call setlocale. see "Libraries" node in
18313             gettext manual
18314           - make sure all plugins that use translation do bindtextdomain
18315             to point to the localedir
18316         * gst/playback/gstplaybin.c: (gen_vis_element), (add_sink),
18317         (setup_sinks), (plugin_init):
18318           all this, and check for NULL when creating sinks
18319
18320 2006-01-27  Julien MOUTTE  <julien@moutte.net>
18321
18322         * gst/subparse/gstsubparse.c: (gst_subparse_type_find),
18323         (plugin_init): Make typefinding of subtitles work again.
18324
18325 2006-01-26  Tim-Philipp Müller  <tim at centricular dot net>
18326
18327         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
18328         (mp3_type_frame_length_from_header), (mp3_type_find),
18329         (wavpack_type_find), (m4a_type_find), (ircam_type_find),
18330         (plugin_init):
18331           Backport a bunch of typefinding fixes from the 0.8 branch.
18332           Also, improve wavpack typefinding: if we can't peek the
18333           entire wavpack block, try to parse the bits we can get and
18334           see if we find what we're looking for in those.
18335
18336 2006-01-26  Julien MOUTTE  <julien@moutte.net>
18337
18338         * sys/ximage/ximagesink.c:
18339         (gst_ximagesink_calculate_pixel_aspect_ratio):
18340         * sys/xvimage/xvimagesink.c:
18341         (gst_xvimagesink_calculate_pixel_aspect_ratio): Handle some
18342         more cases of pixel aspect ratio.
18343
18344 2006-01-26  Edward Hervey  <edward@fluendo.com>
18345
18346         * gst/playback/gstdecodebin.c: (pad_probe):
18347         Also consider the flush-start and tag events as unblockers
18348         for the pad probes.
18349
18350 2006-01-26  Julien MOUTTE  <julien@moutte.net>
18351
18352         * gst/playback/gstplaybin.c: (gst_play_bin_init),
18353         (gst_play_bin_dispose), (gst_play_bin_vis_unblocked),
18354         (gst_play_bin_vis_blocked), (gst_play_bin_set_property): 
18355         On the fly visualisation switch, works disabling, enabling as
18356         well but it won't be able to enable vis in a playbin that was
18357         created with no visualisation.
18358
18359 2006-01-25  Wim Taymans  <wim@fluendo.com>
18360
18361         * gst-libs/gst/audio/gstbaseaudiosink.c:
18362         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
18363         Undo previous commit that returned WRONG_STATE sooner, it breaks 
18364         resume after pause.
18365
18366 2006-01-25  Wim Taymans  <wim@fluendo.com>
18367
18368         * gst-libs/gst/audio/gstbaseaudiosink.c:
18369         (gst_base_audio_sink_setcaps), (gst_base_audio_sink_event),
18370         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render):
18371         Improve debugging.
18372         Post error when caps cannot be parsed.
18373         Resync on discontinuity in the stream.
18374         Clip samples to segment boundaries.
18375         return WRONG_STATE sooner when we are flushing.
18376
18377         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
18378         (gst_base_audio_src_get_time), (gst_base_audio_src_create):
18379         Make audiosrc operate in TIME.
18380         Set TIMESTAMP and DURATION on buffers.
18381
18382 2006-01-24  Tim-Philipp Müller  <tim at centricular dot net>
18383
18384         * tests/examples/seek/seek.c: (main):
18385           Output tag messages as well.
18386
18387 2006-01-23  Edward Hervey  <edward@fluendo.com>
18388
18389         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
18390         (free_pad_probes), (remove_fakesink), (pad_probe),
18391         (close_pad_link), (gst_decode_bin_change_state):
18392         Replace GstPadBlockCallback with pad probes that detect
18393         first buffer AND eos before removing fakesink.
18394         Fixes hang with demuxers doing EOS while pre-rolling.
18395         Solves #328279
18396
18397 2006-01-23  Andy Wingo  <wingo@pobox.com>
18398
18399         * ext/alsa/gstalsasink.c:
18400         * gst-libs/gst/rtp/gstbasertpdepayload.c:
18401         (gst_base_rtp_depayload_setcaps),
18402         (gst_base_rtp_depayload_add_to_queue),
18403         (gst_base_rtp_depayload_queue_release): GCC 2.95 fixes (#328263).
18404         
18405         Patch by: Jens Granseuer <jensgr at gmx dot net>
18406
18407 2006-01-22  Julien MOUTTE  <julien@moutte.net>
18408
18409         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
18410         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
18411         (gst_xvimagesink_buffer_alloc): Playbin keeps some ref to some 
18412         frames. We might get a frame destroyed after changing state to
18413         NULL, adding a safety check on xcontext.
18414
18415 2006-01-22  Tim-Philipp Müller  <tim at centricular dot net>
18416
18417         * gst-libs/gst/interfaces/xoverlay.c:
18418           Fix prepare-xwindow-id code example in the docs - we need to
18419           ignore all messages that aren't element messages as well.
18420           
18421 2006-01-21  Julien MOUTTE  <julien@moutte.net>
18422
18423         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
18424           I think one day i'll completely undestand how caps negotiation
18425           is supposed to work. This refactoring handles buffer_alloc
18426           called with caps we can't handle. We definitely don't want a
18427           set_caps with those caps, so we define and allocate a buffer
18428           we would like to receive.
18429
18430 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
18431
18432         * gst/playback/gstplaybasebin.c: (setup_source):
18433           Free iterator when done.
18434
18435 2006-01-17  Jan Schmidt  <thaytan@mad.scientist.com>
18436
18437         * gst-libs/gst/audio/gstbaseaudiosink.c:
18438         (gst_base_audio_sink_render):
18439           Fix playback of non-synchronised streams by assuming a rate
18440           of 1.0 instead of a random one.
18441
18442           Makes this work again:
18443
18444           gst-launch filesrc location=raw_audio.file ! 'audio/x-raw-int,
18445           endianness=(int)4321, signed=(boolean)true, width=(int)16,
18446           depth=(int)16, rate=(int)44100, channels=(int)2' ! audioconvert !
18447           audioresample ! alsasink
18448
18449 === release 0.10.2 ===
18450
18451 2006-01-16  Thomas Vander Stichele <thomas at apestaart dot org>
18452
18453         * configure.ac:
18454           releasing 0.10.2, "Then the devil is six"
18455
18456 2006-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
18457
18458         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
18459         * gst/playback/gststreamselector.c:
18460         (gst_stream_selector_set_property):
18461           Comment out broken code that connects to the state-changed signal.
18462           At this point, changing current stream selection is broken, but 
18463           stuff like gst-launch playbin current-audio=1 works and filters
18464           to the chosen stream.
18465
18466 2006-01-16  Thomas Vander Stichele  <thomas at apestaart dot org>
18467
18468         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
18469           Fix #327216 (null dereference in vorbisdec)
18470
18471 2006-01-16  Tim-Philipp Müller  <tim at centricular dot net>
18472
18473         * ext/theora/theoradec.c: (theora_handle_comment_packet):
18474           Post taglist actually on bus instead of just freeing it
18475           (fixes #327114 and totem bug #327080).
18476
18477         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
18478           Use gst_element_found_tags_for_pad(), so that the tags
18479           are sent downstream as an event as well.
18480
18481 2006-01-15  Thomas Vander Stichele  <thomas at apestaart dot org>
18482
18483         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
18484         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
18485         (gst_ximagesink_buffer_alloc):
18486         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
18487         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_show_frame),
18488         (gst_xvimagesink_buffer_alloc):
18489           move all regularly occurring messages to GST_LOG level
18490           add some more object logs
18491
18492 2006-01-14  Thomas Vander Stichele  <thomas at apestaart dot org>
18493
18494         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
18495           fix a silly segfault
18496
18497 2006-01-14  Tim-Philipp Müller  <tim at centricular dot net>
18498
18499         * docs/libs/gst-plugins-base-libs-docs.sgml:
18500         * docs/libs/gst-plugins-base-libs-sections.txt:
18501         * gst-libs/gst/audio/mixerutils.c:
18502         * gst-libs/gst/audio/mixerutils.h:
18503           Add docs for mixerutils stuff.
18504
18505 2006-01-13  Tim-Philipp Müller  <tim at centricular dot net>
18506
18507         * gst/playback/gstplaybasebin.c: (setup_source):
18508           Fix playback for sources that emit raw audio or
18509           raw video streams (e.g.: cd audio sources) (#325984).
18510
18511 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
18512
18513         * gst-libs/gst/audio/mixerutils.c:
18514         (gst_audio_mixer_filter_do_filter):
18515           actually save the element we create
18516
18517 2006-01-12  Tim-Philipp Müller  <tim at centricular dot net>
18518
18519         * gst-libs/gst/cdda/gstcddabasesrc.c:
18520         (gst_cdda_base_src_handle_track_seek):
18521           No need to post a tag message on the bus when seeking
18522           within the same track, only post it when the current
18523           track changes.
18524
18525 2006-01-11  Jan Schmidt  <thaytan@mad.scientist.com>
18526
18527         * gst/playback/gstplaybasebin.c: (group_destroy),
18528         (probe_triggered), (new_decoded_pad), (mute_group_type),
18529         (set_active_source):
18530         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
18531         * gst/playback/gststreamselector.c:
18532         (gst_stream_selector_base_init),
18533         (gst_stream_selector_set_property),
18534         (gst_stream_selector_request_new_pad):
18535           Reenable stream selection. These mechanisms need a complete overhaul
18536           in the face of 0.8->0.10 changes though.
18537
18538 2006-01-11  Jan Schmidt  <thaytan@mad.scientist.com>
18539
18540         * ext/ogg/gstoggdemux.c:
18541           Change the pad template to src_%d to match the pads that 
18542           are created from it. decodebin needs this information in order
18543           to decide that oggdemux is capable of producing multiple pads
18544           (and hence needs queues inserted).
18545
18546         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
18547         (gst_ogg_mux_collected):
18548           Make debug output more useful by using GST_PTR_FORMAT.
18549
18550 2006-01-11  Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
18551
18552         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
18553
18554         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps):
18555           Set depth and width for alaw/mulaw (fixes #326601).
18556
18557 2006-01-11  Thomas Vander Stichele  <thomas at apestaart dot org>
18558
18559         * tests/icles/Makefile.am:
18560           don't build the tests if we don't have the libs
18561
18562 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
18563
18564         * ext/cdparanoia/gstcdparanoiasrc.c: (gst_cd_paranoia_src_close),
18565         (gst_cd_paranoia_paranoia_callback):
18566           Don't try to free NULL pointers.
18567
18568 2006-01-10  Edward Hervey  <edward@fluendo.com>
18569
18570         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain),
18571         (gst_audio_rate_change_state), (plugin_init):
18572         Add debugging category.
18573         Fix type issues.
18574         Add case for incoming buffers without valid offset/offset_end.
18575
18576 2006-01-10  Michael Smith  <msmith@fluendo.com>
18577
18578         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_dispose):
18579           Don't leak GCond in audio sources.
18580
18581 2006-01-10  Jan Schmidt  <thaytan@mad.scientist.com>
18582
18583         * gst/playback/gstplaybin.c: (gen_audio_element):
18584           Don't leak an autoaudiosink/alsasink when we generate
18585           a new audio element. (old code, I guess)
18586
18587 2006-01-10  Michael Smith  <msmith@fluendo.com>
18588
18589         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
18590           Support float audio in audiorate.
18591           Use width rather than depth for selecting sample width.
18592
18593 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
18594
18595         * gst/videotestsrc/videotestsrc.h:
18596           Use GLib types here (that way we don't have to include the
18597           generated _stdint.h header, which makes life easier for win32
18598           folks that don't use autotools for the build) (#325990, patch
18599           by: Sergey Scobich).
18600
18601 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
18602
18603         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
18604         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
18605         (gst_ring_buffer_pause), (wait_segment):
18606         * gst-libs/gst/audio/gstringbuffer.h:
18607           Name (private) union, makes Forte compiler happy (this time
18608           for real) (#324900).
18609
18610 2006-01-09  Tim-Philipp Müller  <tim at centricular dot net>
18611
18612         * gst-libs/gst/audio/Makefile.am:
18613           Link against libgstinterfaces, needed for mixer
18614           and property probe stuff.
18615
18616 2006-01-09  Edward Hervey  <edward@fluendo.com>
18617
18618         * gst-libs/gst/Makefile.am:
18619
18620 2006-01-09  Tim-Philipp Müller  <tim at centricular dot net>
18621
18622         * gst-libs/gst/audio/Makefile.am:
18623         * gst-libs/gst/audio/mixerutils.c:
18624         (gst_audio_mixer_filter_do_filter),
18625         (gst_audio_mixer_filter_check_element),
18626         (gst_audio_mixer_filter_probe_feature),
18627         (element_factory_rank_compare_func),
18628         (gst_audio_default_registry_mixer_filter):
18629         * gst-libs/gst/audio/mixerutils.h:
18630           Add gst_audio_default_registry_mixer_filter() utility
18631           function.
18632
18633 2006-01-03  Michael Smith  <msmith@fluendo.com>
18634
18635         * gst/audioresample/resample.h:
18636           As before, but for o_buf
18637
18638 2006-01-03  Michael Smith  <msmith@fluendo.com>
18639
18640         * gst/audioresample/resample.h:
18641           Declare struct _ResampleState.buffer as unsigned char *, not void *,
18642           since we do arithmetic on it.
18643
18644 2006-01-02  Tim-Philipp Müller  <tim at centricular dot net>
18645
18646         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
18647         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
18648         (gst_ring_buffer_pause), (wait_segment):
18649         * gst-libs/gst/audio/gstringbuffer.h:
18650           Sun's Forte compiler doesn't seem to like anonymous structs,
18651           so use same setup as in GstBaseSrc (fixes #324900).
18652
18653 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
18654
18655         * configure.ac:
18656         * gst/volume/Makefile.am:
18657         * gst/volume/demo.c:
18658           move old example to tests/examples/volume/volune.c
18659         * tests/examples/Makefile.am:
18660         * tests/examples/seek/seek.c: (main):
18661           change window-close event from "delete-event" to "destroy"
18662         * tests/examples/volume/Makefile.am:
18663         * tests/examples/volume/volume.c: (value_changed_callback),
18664         (setup_gui), (message_received), (eos_message_received), (main):
18665           fix event handling and bus usage
18666
18667 2005-12-29  Stefan Kost  <ensonic@users.sf.net>
18668
18669         * gst/audiotestsrc/gstaudiotestsrc.c:
18670         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
18671         (gst_audio_test_src_init), (gst_audio_test_src_src_fixate),
18672         (gst_audio_test_src_query), (gst_audio_test_src_create_sine),
18673         (gst_audio_test_src_create_square),
18674         (gst_audio_test_src_create_saw),
18675         (gst_audio_test_src_create_triangle),
18676         (gst_audio_test_src_create_silence),
18677         (gst_audio_test_src_create_white_noise),
18678         (gst_audio_test_src_create_pink_noise),
18679         (gst_audio_test_src_init_sine_table),
18680         (gst_audio_test_src_create_sine_table),
18681         (gst_audio_test_src_change_wave),
18682         (gst_audio_test_src_change_volume), (gst_audio_test_src_do_seek),
18683         (gst_audio_test_src_create), (gst_audio_test_src_set_property):
18684         * gst/audiotestsrc/gstaudiotestsrc.h:
18685           update to basesrc changes, implement segmented seeking and eos
18686           handling, add a 'sine-tab' waveform for performance critical playback
18687
18688 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
18689
18690         * po/POTFILES.in:
18691           ... and this time the other modified file that I missed last time.
18692
18693 2005-12-29  Michael Smith  <msmith@fluendo.com>
18694
18695         * gst/playback/gstdecodebin.c: (new_pad):
18696           Fix non-C89 variable declaration not at the start of a block. Should
18697           help some compilers.
18698
18699 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
18700
18701         * tests/check/Makefile.am:
18702           And now fix 'make distcheck' (builddir != srcdir)
18703
18704 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
18705
18706         * configure.ac:
18707         * ext/cdparanoia/Makefile.am:
18708         * ext/cdparanoia/gstcdparanoia.c:
18709         * ext/cdparanoia/gstcdparanoia.h:
18710         * ext/cdparanoia/gstcdparanoiasrc.c:
18711         (gst_cd_paranoia_mode_get_type), (gst_cd_paranoia_src_base_init),
18712         (gst_cd_paranoia_src_init), (gst_cd_paranoia_src_class_init),
18713         (gst_cd_paranoia_src_open), (gst_cd_paranoia_src_close),
18714         (gst_cd_paranoia_paranoia_callback),
18715         (gst_cd_paranoia_src_read_sector), (gst_cd_paranoia_src_finalize),
18716         (gst_cd_paranoia_src_set_property),
18717         (gst_cd_paranoia_src_get_property), (plugin_init):
18718         * ext/cdparanoia/gstcdparanoiasrc.h:
18719           New cdparanoiasrc element based on cddabasesrc; enable cdparanoia
18720           plugin again (there are still fixes required to playbin to make
18721           cdda:// uris work there).
18722
18723 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
18724
18725         * tests/check/Makefile.am:
18726           Fix test case compilation.
18727
18728 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
18729
18730         * gst-libs/gst/cdda/gstcddabasesrc.c:
18731         (gst_cdda_base_src_update_duration),
18732         (gst_cdda_base_src_calculate_cddb_id):
18733           An integer is not a string. Fix access to uninitialised variable.
18734
18735         * tests/check/Makefile.am:
18736           Add cddabasesrc unit test; also actually enable the vorbis test.
18737
18738         * tests/check/generic/states.c:
18739           Blacklist new cd audio elements as well.
18740
18741         * tests/check/libs/cddabasesrc.c:
18742           Unit test for GstCddaBaseSrc (discid calculation mostly).
18743
18744 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
18745
18746         * docs/libs/Makefile.am:
18747         * docs/libs/gst-plugins-base-libs-docs.sgml:
18748         * docs/libs/gst-plugins-base-libs-sections.txt:
18749         * docs/libs/gst-plugins-base-libs.types:
18750           Add docs for libgstcdda/GstCddaBaseSrc.
18751
18752         * gst-libs/gst/interfaces/mixertrack.h:
18753           Do one struct member per line with a semicolon at the end, that way
18754           even gtk-doc might parse it without complaining.
18755
18756 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
18757
18758         * configure.ac:
18759         * gst-libs/gst/Makefile.am:
18760         * gst-libs/gst/cdda/Makefile.am:
18761         * gst-libs/gst/cdda/base64.c:
18762         * gst-libs/gst/cdda/base64.h:
18763         * gst-libs/gst/cdda/gstcddabasesrc.c:
18764         (gst_cdda_base_src_mode_get_type), (gst_cdda_base_src_base_init),
18765         (gst_cdda_base_src_class_init), (gst_cdda_base_src_init),
18766         (gst_cdda_base_src_finalize), (gst_cdda_base_src_set_property),
18767         (gst_cdda_base_src_get_property),
18768         (gst_cdda_base_src_get_track_from_sector),
18769         (gst_cdda_base_src_get_query_types), (gst_cdda_base_src_convert),
18770         (gst_cdda_base_src_query), (gst_cdda_base_src_is_seekable),
18771         (gst_cdda_base_src_do_seek), (gst_cdda_base_src_handle_track_seek),
18772         (gst_cdda_base_src_handle_event), (gst_cdda_base_src_uri_get_type),
18773         (gst_cdda_base_src_uri_get_protocols),
18774         (gst_cdda_base_src_uri_get_uri), (gst_cdda_base_src_uri_set_uri),
18775         (gst_cdda_base_src_uri_handler_init),
18776         (gst_cdda_base_src_setup_interfaces),
18777         (gst_cdda_base_src_add_track), (gst_cdda_base_src_update_duration),
18778         (cddb_sum), (gst_cddabasesrc_calculate_musicbrainz_discid),
18779         (lba_to_msf), (gst_cdda_base_src_calculate_cddb_id),
18780         (gst_cdda_base_src_add_tags),
18781         (gst_cdda_base_src_add_index_associations),
18782         (gst_cdda_base_src_set_index), (gst_cdda_base_src_get_index),
18783         (gst_cdda_base_src_track_sort_func), (gst_cdda_base_src_start),
18784         (gst_cdda_base_src_clear_tracks), (gst_cdda_base_src_stop),
18785         (gst_cdda_base_src_create):
18786         * gst-libs/gst/cdda/gstcddabasesrc.h:
18787         * gst-libs/gst/cdda/sha1.c:
18788         * gst-libs/gst/cdda/sha1.h:
18789           Add new libgstcdda with GstCddaBaseSrc class.
18790
18791 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
18792
18793         * ext/gnomevfs/gstgnomevfssink.h:
18794           Use GstBaseSinkClass as parent_class member for class struct, not
18795           GstBaseSink.
18796
18797 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
18798
18799         Patch by: Michael Benes
18800
18801         * gst/videotestsrc/gstvideotestsrc.c:
18802         (gst_video_test_src_class_init), (gst_video_test_src_start):
18803           Add start method to reset running time and number of frames sent
18804           when starting up (fixes #324696)
18805
18806 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
18807
18808         * docs/plugins/Makefile.am:
18809         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
18810         * docs/plugins/gst-plugins-base-plugins-sections.txt:
18811         * docs/plugins/gst-plugins-base-plugins.args:
18812         * docs/plugins/gst-plugins-base-plugins.hierarchy:
18813         * docs/plugins/gst-plugins-base-plugins.signals:
18814           Add docs stuff for gnomevfssrc and gnomevfssink.
18815
18816         * ext/gnomevfs/gstgnomevfssrc.c:
18817           Fix example pipeline in gtk-doc blurb.
18818
18819 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
18820
18821         * ext/gnomevfs/Makefile.am:
18822         * ext/gnomevfs/gstgnomevfs.c: (gst_gnome_vfs_uri_get_type),
18823         (gst_gnome_vfs_handle_copy), (gst_gnome_vfs_handle_free),
18824         (gst_gnome_vfs_handle_get_type), (plugin_init):
18825         * ext/gnomevfs/gstgnomevfs.h:
18826         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_do_init),
18827         (gst_gnome_vfs_sink_base_init), (gst_gnome_vfs_sink_class_init),
18828         (gst_gnome_vfs_sink_finalize), (gst_gnome_vfs_sink_init),
18829         (gst_gnome_vfs_sink_set_property),
18830         (gst_gnome_vfs_sink_get_property), (gst_gnome_vfs_sink_open_file),
18831         (gst_gnome_vfs_sink_close_file), (gst_gnome_vfs_sink_start),
18832         (gst_gnome_vfs_sink_stop), (gst_gnome_vfs_sink_handle_event),
18833         (gst_gnome_vfs_sink_query), (gst_gnome_vfs_sink_render),
18834         (gst_gnome_vfs_sink_uri_get_type),
18835         (gst_gnome_vfs_sink_uri_get_protocols),
18836         (gst_gnome_vfs_sink_uri_get_uri), (gst_gnome_vfs_sink_uri_set_uri),
18837         (gst_gnome_vfs_sink_uri_handler_init):
18838         * ext/gnomevfs/gstgnomevfssink.h:
18839           Port gnomevfssink; add gtk-doc blurb.
18840
18841         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_get_type),
18842         (gst_gnome_vfs_src_base_init), (gst_gnome_vfs_src_class_init),
18843         (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
18844         (gst_gnome_vfs_src_uri_get_type),
18845         (gst_gnome_vfs_src_uri_get_protocols),
18846         (gst_gnome_vfs_src_uri_get_uri), (gst_gnome_vfs_src_uri_set_uri),
18847         (gst_gnome_vfs_src_uri_handler_init),
18848         (gst_gnome_vfs_src_set_property), (gst_gnome_vfs_src_get_property),
18849         (gst_gnome_vfs_src_unicodify), (audiocast_thread_run),
18850         (gst_gnome_vfs_src_send_additional_headers_callback),
18851         (gst_gnome_vfs_src_received_headers_callback),
18852         (gst_gnome_vfs_src_push_callbacks),
18853         (gst_gnome_vfs_src_pop_callbacks),
18854         (gst_gnome_vfs_src_get_icy_metadata), (gst_gnome_vfs_src_create),
18855         (gst_gnome_vfs_src_is_seekable), (gst_gnome_vfs_src_get_size),
18856         (gst_gnome_vfs_src_start), (gst_gnome_vfs_src_stop):
18857         * ext/gnomevfs/gstgnomevfssrc.h:
18858           s/gst_gnomevfssrc/gst_gnome_vfs_src/; move header stuff to header
18859           file; add gtk-doc blurb with example pipelines.
18860
18861 === release 0.10.1 ===
18862
18863 2005-12-23  Thomas Vander Stichele <thomas at apestaart dot org>
18864
18865         * configure.ac:
18866           releasing 0.10.1, "Dobro Dedek"
18867
18868 2005-12-21  Edgard Lima <edgard.lima@indt.org.br>
18869
18870         * gst/typefind/gsttypefindfunctions.c:
18871         iLBC30 and iLBC20 added to typefind.
18872
18873 2005-12-20  Thomas Vander Stichele  <thomas at apestaart dot org>
18874
18875         * gst-libs/gst/audio/gstbaseaudiosink.c:
18876         (gst_base_audio_sink_class_init):
18877         * gst-libs/gst/audio/gstbaseaudiosrc.c:
18878         (gst_base_audio_src_class_init):
18879           update strings, values are in microseconds
18880           change the default sink buffer time to something that is smaller
18881           (to help software volume mixing have a slightly lower delay) but
18882           still be acceptable on Wim's laptop
18883
18884 2005-12-20  Edward Hervey  <edward@fluendo.com>
18885
18886         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_template_caps):
18887         Made a quack, forgot to add DUCK to the riff video template.
18888
18889 2005-12-19  Edward Hervey  <edward@fluendo.com>
18890
18891         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_base_init),
18892         (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
18893         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
18894         (gst_ogm_parse_chain):
18895         Make sure pads are initialized correctly.
18896         * gst-libs/gst/riff/riff-ids.h:
18897         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
18898         (gst_riff_create_video_template_caps):
18899         Add a whole bunch of FOURCC <=> MimeType.
18900         Extend the riff video pad template to support the newly added fourcc.
18901
18902 2005-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
18903
18904         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain),
18905         (gst_ogg_demux_activate_chain):
18906           Extra debug output when activating/deactivating chains.
18907
18908         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
18909         (is_demuxer_element), (try_to_link_1), (remove_element_chain),
18910         (unlinked):
18911           Remove a queue from our list when it becomes unlinked.
18912           Don't add queues to elements in class 'Demux' if they
18913           can only produce one pad 
18914
18915 2005-12-18  Julien MOUTTE  <julien@moutte.net>
18916
18917         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_base_init),
18918         (gst_video_sink_get_type): Add a debug category.
18919
18920 2005-12-17  Philippe Khalaf  <burger@speedy.org> 
18921
18922         * gst-libs/gst/rtp/gstbasertpdepayload.c:
18923         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_handle_sink_event):
18924           Handle downstream newsegment by sending our own newsegment before the
18925           next buffer to be released. (#323900)
18926
18927 2005-12-17  Philippe Khalaf  <burger@speedy.org> 
18928
18929         * gst-libs/gst/rtp/gstbasertpdepayload.c:
18930         (gst_base_rtp_depayload_set_gst_timestamp):
18931           add queue delay to new segment as well (as opposed to just the first
18932           buffer). (bug #322347)
18933
18934 2005-12-16  Stefan Kost  <ensonic@users.sf.net>
18935
18936         * ext/libvisual/visual.c: (make_valid_name):
18937           change some char* into char[]
18938         * gst/audiotestsrc/gstaudiotestsrc.c:
18939         (gst_audio_test_src_class_init), (gst_audio_test_src_do_seek),
18940         (gst_audio_test_src_create):
18941         * gst/audiotestsrc/gstaudiotestsrc.h:
18942           prepare to handle EOS and SEGMENT_DONE
18943
18944 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
18945
18946         * tests/check/generic/states.c: (GST_START_TEST):
18947           Blacklist cdparanoia element in state test.
18948
18949 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
18950
18951           Patch by: Benjamin Pineau
18952
18953         * gst/tcp/gsttcp.c:
18954         * gst/tcp/gsttcpclientsink.c:
18955         * gst/tcp/gsttcpserversink.c:
18956         * gst/tcp/gsttcpserversrc.c:
18957           Add <string.h> includes for memset and FD_ZERO (fixes #323878)
18958
18959 2005-12-15  Michael Smith  <msmith@fluendo.com>
18960
18961         * gst/videorate/gstvideorate.c: (gst_video_rate_blank_data),
18962         (gst_video_rate_chain):
18963           Fix timestamping for videorate when the first buffer it sees has a
18964           non-zero timestamp. Fix some misleading debug output.
18965
18966 2005-12-15  Michael Smith  <msmith@fluendo.com>
18967
18968         * gst/audioresample/gstaudioresample.c:
18969           Don't leak all input buffers to audioresample.
18970
18971 2005-12-15  Tim-Philipp Müller  <tim at centricular dot net>
18972
18973         * ext/pango/gsttextoverlay.c: (gst_text_overlay_collected):
18974           Don't operate on empty text buffers. Strip newlines and
18975           tabs only from the end of the text, but leave them intact
18976           in the middle. Fix typo in gtk-doc description.
18977
18978 2005-12-15  Tim-Philipp Müller  <tim at centricular dot net>
18979
18980         * gst/playback/gstplaybasebin.c:
18981         * gst/playback/gstplaybin.c: (handoff):
18982           Make sure the video frame buffer we return to apps via the
18983           "frame" property always has caps set on it. Modify
18984           _gst_gvalue_set_object() macro to handle NULL objects
18985           gracefully too.
18986
18987 2005-12-14  Stefan Kost  <ensonic@users.sf.net>
18988
18989         * gst/audiotestsrc/gstaudiotestsrc.c:
18990         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
18991         (gst_audio_test_src_setcaps), (gst_audio_test_src_src_query),
18992         (gst_audio_test_src_do_seek), (gst_audio_test_src_is_seekable),
18993         (gst_audio_test_src_create):
18994         * gst/audiotestsrc/gstaudiotestsrc.h:
18995         Adjust to some recent api changes and add wtays new cool seeking
18996         capabillities
18997
18998 2005-12-14  Tim-Philipp Müller  <tim at centricular dot net>
18999
19000         * ext/alsa/Makefile.am:
19001         * ext/alsa/gstalsadeviceprobe.c:
19002         * ext/alsa/gstalsadeviceprobe.h:
19003           Helper functions to add device probing via the GstPropertyProbe
19004           interface to a class.
19005
19006         * ext/alsa/gstalsamixer.h:
19007           Comment out GST_ALSA_MIXER, it returns a struct that's not
19008           used.
19009
19010         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
19011           Add some debug info. 
19012
19013         * ext/alsa/gstalsamixerelement.c:
19014         (gst_alsa_mixer_element_interface_supported),
19015         (gst_implements_interface_init),
19016         (gst_alsa_mixer_element_init_interfaces),
19017         (gst_alsa_mixer_element_class_init),
19018         (gst_alsa_mixer_element_finalize), (gst_alsa_mixer_element_init),
19019         (gst_alsa_mixer_element_set_property),
19020         (gst_alsa_mixer_element_get_property),
19021         (gst_alsa_mixer_element_change_state):
19022         * ext/alsa/gstalsamixerelement.h:
19023           Add 'device' and 'device-name' properties. Add GstPropertyProbe
19024           for device handling (gnome-volume-control will need that).
19025
19026 2005-12-12  Christian Schaller  <uraeus@gnome.org>
19027
19028         * ext/Makefile.am: fix cdparanoia entry
19029         * gst-plugins-base.spec.in: add cdparanoia
19030
19031 2005-12-12  Michael Smith  <msmith@fluendo.com>
19032
19033         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
19034           Use the correct function to free list of typefind factories.
19035
19036 2005-12-12  Wim Taymans  <wim@fluendo.com>
19037
19038         * gst/videotestsrc/gstvideotestsrc.c:
19039         (gst_video_test_src_class_init), (gst_video_test_src_init),
19040         (gst_video_test_src_parse_caps), (gst_video_test_src_query),
19041         (gst_video_test_src_do_seek), (gst_video_test_src_is_seekable),
19042         (gst_video_test_src_create):
19043         * gst/videotestsrc/gstvideotestsrc.h:
19044         Implement seeking in videotestsrc.
19045         Small cleanups.
19046
19047 2005-12-12  Wim Taymans  <wim@fluendo.com>
19048
19049         * ext/cdparanoia/Makefile.am:
19050         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
19051         (gst_paranoia_endian_get_type), (_do_init),
19052         (cdparanoia_class_init), (cdparanoia_init),
19053         (cdparanoia_set_property), (cdparanoia_get_property),
19054         (cdparanoia_do_seek), (cdparanoia_is_seekable),
19055         (cdparanoia_create), (cdparanoia_start), (cdparanoia_stop),
19056         (cdparanoia_convert), (cdparanoia_get_query_types),
19057         (cdparanoia_query), (cdparanoia_set_index),
19058         (cdparanoia_uri_set_uri):
19059         * ext/cdparanoia/gstcdparanoia.h:
19060         Partially ported cdparanoia now that basesrc can support a
19061         plugin like this..
19062
19063 2005-12-12  Wim Taymans  <wim@fluendo.com>
19064
19065         * tests/examples/seek/scrubby.c: (main):
19066         Set higher priority for bus events so they don't get reordered with
19067         gtk gui events.
19068
19069         * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
19070         (flush_toggle_cb), (main):
19071         Added checkbox to disable flushing seeks. 
19072         Disable scrubbing when doing non flushing seeks.
19073
19074 2005-12-12  Tim-Philipp Müller  <tim at centricular dot net>
19075
19076         * gst/subparse/gstsubparse.c: (gst_sub_parse_init),
19077         (gst_sub_parse_do_seek), (gst_sub_parse_src_event), (parse_subrip),
19078         (parser_state_init), (handle_buffer), (gst_sub_parse_chain),
19079         (gst_sub_parse_sink_event), (gst_sub_parse_change_state):
19080           Implement some sort of event handling that doesn't rely on
19081           g_return_if_fail; make sure we always push the last chunk of an 
19082           .srt out when we receive an EOS; use gst_pad_alloc_buffer; fix
19083           state change function; remove some old cruft. Seeking is still
19084           rather unlikely to work though.
19085
19086         * tools/.cvsignore:
19087           Ignore more.
19088
19089 2005-12-11  Julien MOUTTE  <julien@moutte.net>
19090
19091         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): 
19092         Fixed a leak of the current image reference when cleaning up.
19093         Thanks to Arwed von Merkatz (alley_cat) for pointing it out.
19094
19095 2005-12-09  Michael Smith  <msmith@fluendo.com>
19096
19097         * tools/Makefile.am:
19098         * tools/gst-launch-ext-m.m:
19099           Remove gst-launch-ext. It doesn't work, and is no longer
19100           particularly useful.
19101
19102 2005-12-08  Luca Ognibene  <luogni@tin.it>
19103
19104         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
19105           don't pass random values to ogmparse convert function.
19106           Make seeking possible in the exile1.ogm file.
19107
19108 2005-12-07  Tim-Philipp Müller  <tim at centricular dot net>
19109
19110         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
19111         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
19112           Work around refcount problem with g_value_set_object() that occur
19113           if the core has been compiled against GLib-2.6 (g_value_set_object()
19114           will only g_object_ref() the element, but the caller will
19115           gst_object_unref() it and bad things will happen due to the way
19116           GstObjects are refcounted in the GLib-2.6 case). Fixes problems with
19117           totem for people on FC4 using Thomas's 0.10 RPMs.
19118           
19119 2005-12-07  Edward Hervey  <edward@fluendo.com>
19120
19121         Time to welcome ogm to 0.10 :)
19122         
19123         * ext/ogg/gstoggdemux.c: (internal_element_pad_added_cb),
19124         (gst_ogg_pad_typefind):
19125         Oggdemux can now properly typefind elements with dynamic pads.
19126         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
19127         Properly set caps on src pad, and set caps on outgoing buffers.
19128
19129 2005-12-06  Thomas Vander Stichele  <thomas at apestaart dot org>
19130
19131         * ext/alsa/gstalsamixer.h:
19132         * ext/alsa/gstalsamixerelement.h:
19133         * ext/alsa/gstalsamixeroptions.h:
19134         * ext/alsa/gstalsamixertrack.h:
19135         * ext/alsa/gstalsasink.c:
19136         * ext/alsa/gstalsasink.h:
19137         * ext/alsa/gstalsasrc.c:
19138         * ext/alsa/gstalsasrc.h:
19139         * ext/cdparanoia/gstcdparanoia.h:
19140         * ext/gnomevfs/gstgnomevfsuri.h:
19141         * ext/ogg/gstoggdemux.c:
19142         * ext/ogg/gstoggmux.c:
19143         * ext/pango/gsttextoverlay.h:
19144         * ext/theora/theoradec.c:
19145         * ext/theora/theoraenc.c:
19146         * ext/vorbis/vorbisdec.h:
19147         * ext/vorbis/vorbisenc.c:
19148         * ext/vorbis/vorbisenc.h:
19149         * ext/vorbis/vorbisparse.h:
19150         * gst-libs/gst/audio/gstaudioclock.h:
19151         * gst-libs/gst/audio/gstaudiosink.c:
19152         * gst-libs/gst/audio/gstaudiosink.h:
19153         * gst-libs/gst/audio/gstaudiosrc.c:
19154         * gst-libs/gst/audio/gstaudiosrc.h:
19155         * gst-libs/gst/audio/gstbaseaudiosink.c:
19156         * gst-libs/gst/audio/gstbaseaudiosink.h:
19157         * gst-libs/gst/audio/gstbaseaudiosrc.c:
19158         * gst-libs/gst/audio/gstbaseaudiosrc.h:
19159         * gst-libs/gst/audio/gstringbuffer.h:
19160         * gst-libs/gst/audio/multichannel.h:
19161         * gst-libs/gst/floatcast/floatcast.h:
19162         * gst-libs/gst/interfaces/colorbalance.c:
19163         * gst-libs/gst/interfaces/colorbalance.h:
19164         * gst-libs/gst/interfaces/colorbalancechannel.h:
19165         * gst-libs/gst/interfaces/mixer.h:
19166         * gst-libs/gst/interfaces/mixeroptions.h:
19167         * gst-libs/gst/interfaces/mixertrack.h:
19168         * gst-libs/gst/interfaces/navigation.h:
19169         * gst-libs/gst/interfaces/propertyprobe.h:
19170         * gst-libs/gst/interfaces/tuner.h:
19171         * gst-libs/gst/interfaces/tunerchannel.h:
19172         * gst-libs/gst/interfaces/tunernorm.h:
19173         * gst-libs/gst/interfaces/xoverlay.h:
19174         * gst-libs/gst/netbuffer/gstnetbuffer.h:
19175         * gst-libs/gst/riff/riff-ids.h:
19176         * gst-libs/gst/riff/riff-media.h:
19177         * gst-libs/gst/riff/riff-read.h:
19178         * gst-libs/gst/rtp/gstbasertpdepayload.h:
19179         * gst-libs/gst/rtp/gstbasertppayload.c:
19180         * gst-libs/gst/rtp/gstbasertppayload.h:
19181         * gst-libs/gst/rtp/gstrtpbuffer.c:
19182         * gst-libs/gst/rtp/gstrtpbuffer.h:
19183         * gst-libs/gst/tag/gsttageditingprivate.h:
19184         * gst-libs/gst/tag/gstvorbistag.c:
19185         (gst_tag_list_from_vorbiscomment_buffer):
19186         * gst-libs/gst/tag/tag.h:
19187         * gst-libs/gst/video/video.h:
19188         * gst/adder/gstadder.c:
19189         * gst/adder/gstadder.h:
19190         * gst/audioconvert/audioconvert.c:
19191         * gst/audioconvert/audioconvert.h:
19192         * gst/audioconvert/gstaudioconvert.c:
19193         * gst/audioconvert/gstchannelmix.c:
19194         * gst/audioconvert/gstchannelmix.h:
19195         * gst/audiorate/gstaudiorate.c:
19196         * gst/audioresample/buffer.h:
19197         * gst/audioresample/functable.h:
19198         * gst/audioresample/gstaudioresample.c:
19199         * gst/audioresample/resample.h:
19200         * gst/ffmpegcolorspace/avcodec.h:
19201         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19202         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
19203         * gst/ffmpegcolorspace/imgconvert.c:
19204         * gst/ffmpegcolorspace/imgconvert_template.h:
19205         * gst/playback/gstdecodebin.c:
19206         * gst/playback/gstplaybasebin.h:
19207         * gst/playback/gstplaybin.c:
19208         * gst/playback/gststreaminfo.h:
19209         * gst/tcp/gstfdset.c:
19210         * gst/tcp/gstfdset.h:
19211         * gst/tcp/gstmultifdsink.c:
19212         * gst/tcp/gstmultifdsink.h:
19213         * gst/tcp/gsttcp.h:
19214         * gst/tcp/gsttcpclientsrc.c:
19215         * gst/tcp/gsttcpclientsrc.h:
19216         * gst/tcp/gsttcpplugin.h:
19217         * gst/tcp/gsttcpserversink.c:
19218         * gst/tcp/gsttcpserversrc.c:
19219         * gst/typefind/gsttypefindfunctions.c:
19220         * gst/videorate/gstvideorate.c:
19221         * gst/videotestsrc/gstvideotestsrc.h:
19222         * gst/videotestsrc/videotestsrc.h:
19223         * sys/v4l/gstv4lcolorbalance.h:
19224         * sys/v4l/gstv4ltuner.h:
19225         * sys/v4l/gstv4lxoverlay.h:
19226         * sys/v4l/v4l_calls.h:
19227         * sys/v4l/videodev_mjpeg.h:
19228         * tests/check/elements/audioconvert.c:
19229         * tests/check/elements/audioresample.c:
19230         * tests/check/elements/audiotestsrc.c:
19231         * tests/check/elements/videotestsrc.c:
19232         * tests/check/elements/volume.c:
19233         * tests/examples/seek/scrubby.c:
19234         * tests/examples/seek/seek.c:
19235           expand tabs
19236
19237 === release 0.10.0 ===
19238
19239 2005-12-05 Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19240
19241         * configure.ac:
19242           releasing 0.10.0, "Mont-d'or"
19243
19244 2005-12-05  Jan Schmidt  <thaytan@mad.scientist.com>
19245
19246         * tests/examples/seek/Makefile.am:
19247         Build fix for when gtk is not available.
19248
19249 2005-12-05  Andy Wingo  <wingo@pobox.com>
19250
19251         * ext/libvisual/visual.c: (get_buffer):
19252         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
19253         * ext/pango/gsttextrender.c: (gst_text_render_chain):
19254         * ext/theora/theoradec.c: (theora_handle_data_packet):
19255         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
19256         (theora_enc_chain):
19257         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
19258         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
19259         Update for alloc_buffer changes.
19260
19261 2005-12-05  Andy Wingo  <wingo@pobox.com>
19262
19263         patch by: Kai Vehmanen <kv2004 eca cx>
19264         
19265         * gst-libs/gst/rtp/gstbasertpdepayload.c
19266         (gst_base_rtp_depayload_thread): Fix busy loop (#323017).
19267
19268 2005-12-04  Andy Wingo  <wingo@pobox.com>
19269
19270         patch by: Sebastien Cote <sebas642 yahoo ca>
19271         
19272         * pkgconfig/gstreamer-plugins-base.pc.in (Libs): Add -L flag.
19273         Fixes #319172.
19274
19275 2005-12-02  Tim-Philipp Müller  <tim at centricular dot net>
19276
19277         * docs/plugins/Makefile.am:
19278         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
19279         * docs/plugins/gst-plugins-base-plugins-sections.txt:
19280         * docs/plugins/gst-plugins-base-plugins.hierarchy:
19281         * ext/pango/gstclockoverlay.c:
19282         * ext/pango/gsttextoverlay.c: 
19283         * ext/pango/gsttextrender.c:
19284         * ext/pango/gsttimeoverlay.c:
19285           Add gtk-doc blurbs to pango elements.
19286
19287 2005-12-02  Wim Taymans  <wim@fluendo.com>
19288
19289         * gst/audioresample/buffer.c: (audioresample_buffer_queue_flush):
19290         * gst/audioresample/buffer.h:
19291         * gst/audioresample/gstaudioresample.c:
19292         * gst/audioresample/gstaudioresample.h:
19293         * gst/audioresample/resample.c: (resample_input_flush),
19294         (resample_input_pushthrough), (resample_input_eos),
19295         (resample_get_output_size_for_input),
19296         (resample_get_input_size_for_output), (resample_get_output_size),
19297         (resample_get_output_data):
19298         * gst/audioresample/resample.h:
19299         * gst/audioresample/resample_ref.c: (resample_scale_ref):
19300         Fix audioresample, seek torture, new segments, reverse negotiation
19301         etc.. work fine.
19302
19303 2005-12-02  Wim Taymans  <wim@fluendo.com>
19304
19305         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
19306         Small cleanups.
19307
19308 2005-12-02  Wim Taymans  <wim@fluendo.com>
19309
19310         * gst/audioconvert/gstaudioconvert.c:
19311         (gst_audio_convert_transform):
19312         Post errors.
19313
19314 === release 0.9.7 ===
19315
19316 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19317
19318         * configure.ac:
19319           releasing 0.9.7, "Mi Perro No Tiene Ninguna Nariz"
19320
19321 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19322
19323         * Makefile.am:
19324         * po/hu.po:
19325         * win32/MANIFEST:
19326         * win32/gst.sln:
19327           add win32 MANIFEST file
19328           do something to the hungarian translation
19329
19330 2005-12-01  Tim-Philipp Müller  <tim at centricular dot net>
19331
19332         * ext/Makefile.am:
19333           Add $(PANGO_DIR) to SUBDIRS
19334
19335         * ext/pango/gstclockoverlay.c:
19336         * ext/pango/gsttimeoverlay.c:
19337           Fix and improve element descriptions.
19338
19339 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19340
19341         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
19342         * docs/plugins/inspect/plugin-libvisual.xml:
19343         * docs/plugins/inspect/plugin-pango.xml:
19344           add pango plugin to docs
19345
19346 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19347
19348         * configure.ac:
19349         * ext/Makefile.am:
19350           moved pango to base
19351
19352 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19353
19354         * configure.ac:
19355         * tests/Makefile.am:
19356         * tests/icles/.cvsignore:
19357         * tests/icles/Makefile.am:
19358         * tests/icles/stress-xoverlay.c: (myclock), (open_display),
19359         (close_display), (resize_window), (move_window), (create_window),
19360         (terminate_playback), (pause_playback), (start_playback), (main):
19361           add stress test for xoverlay from Julien
19362
19363 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19364
19365         * docs/libs/tmpl/gstcolorbalance.sgml:
19366         * gst-libs/gst/rtp/gstbasertpdepayload.c:
19367         * gst-libs/gst/rtp/gstbasertppayload.c:
19368         * gst-libs/gst/rtp/gstrtpbuffer.c:
19369         * gst-libs/gst/rtp/gstrtpbuffer.h:
19370           Do burger's rename for rtp payloaders and depayloaders
19371
19372 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19373
19374         * win32/:
19375           add Visual Studio 6 build files
19376
19377 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19378
19379         * docs/libs/gst-plugins-base-libs-docs.sgml:
19380         * docs/libs/gst-plugins-base-libs-sections.txt:
19381         * docs/libs/tmpl/gstaudio.sgml:
19382         * docs/libs/tmpl/gstringbuffer.sgml:
19383         * gst-libs/gst/interfaces/xoverlay.c:
19384         * gst-libs/gst/video/gstvideofilter.c:
19385         * gst-libs/gst/video/gstvideosink.c:
19386           update documentation
19387
19388 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19389
19390         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_base_init),
19391         (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_init),
19392         (gst_multi_fd_sink_finalize), (gst_multi_fd_sink_add),
19393         (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
19394         (gst_multi_fd_sink_get_stats),
19395         (gst_multi_fd_sink_remove_client_link),
19396         (gst_multi_fd_sink_handle_client_read),
19397         (gst_multi_fd_sink_client_queue_data),
19398         (gst_multi_fd_sink_client_queue_caps),
19399         (gst_multi_fd_sink_client_queue_buffer),
19400         (gst_multi_fd_sink_new_client),
19401         (gst_multi_fd_sink_handle_client_write),
19402         (gst_multi_fd_sink_recover_client),
19403         (gst_multi_fd_sink_queue_buffer),
19404         (gst_multi_fd_sink_handle_clients), (gst_multi_fd_sink_thread),
19405         (gst_multi_fd_sink_render), (gst_multi_fd_sink_set_property),
19406         (gst_multi_fd_sink_get_property), (gst_multi_fd_sink_start),
19407         (gst_multi_fd_sink_stop), (gst_multi_fd_sink_change_state):
19408         * gst/tcp/gstmultifdsink.h:
19409         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_get_type),
19410         (gst_tcp_client_sink_base_init), (gst_tcp_client_sink_class_init),
19411         (gst_tcp_client_sink_init), (gst_tcp_client_sink_finalize),
19412         (gst_tcp_client_sink_setcaps), (gst_tcp_client_sink_render),
19413         (gst_tcp_client_sink_set_property),
19414         (gst_tcp_client_sink_get_property), (gst_tcp_client_sink_start),
19415         (gst_tcp_client_sink_stop), (gst_tcp_client_sink_change_state):
19416         * gst/tcp/gsttcpclientsink.h:
19417         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_base_init),
19418         (gst_tcp_client_src_class_init), (gst_tcp_client_src_init),
19419         (gst_tcp_client_src_finalize), (gst_tcp_client_src_getcaps),
19420         (gst_tcp_client_src_create), (gst_tcp_client_src_set_property),
19421         (gst_tcp_client_src_get_property), (gst_tcp_client_src_start),
19422         (gst_tcp_client_src_stop), (gst_tcp_client_src_unlock):
19423         * gst/tcp/gsttcpclientsrc.h:
19424         * gst/tcp/gsttcpplugin.c: (plugin_init):
19425         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_base_init),
19426         (gst_tcp_server_sink_class_init), (gst_tcp_server_sink_init),
19427         (gst_tcp_server_sink_finalize),
19428         (gst_tcp_server_sink_handle_server_read),
19429         (gst_tcp_server_sink_removed), (gst_tcp_server_sink_handle_wait),
19430         (gst_tcp_server_sink_set_property),
19431         (gst_tcp_server_sink_get_property),
19432         (gst_tcp_server_sink_init_send), (gst_tcp_server_sink_close):
19433         * gst/tcp/gsttcpserversink.h:
19434         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_base_init),
19435         (gst_tcp_server_src_class_init), (gst_tcp_server_src_init),
19436         (gst_tcp_server_src_finalize), (gst_tcp_server_src_create),
19437         (gst_tcp_server_src_set_property),
19438         (gst_tcp_server_src_get_property), (gst_tcp_server_src_start),
19439         (gst_tcp_server_src_stop), (gst_tcp_server_src_unlock):
19440         * gst/tcp/gsttcpserversrc.h:
19441           more borgifying
19442
19443 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19444
19445         * docs/plugins/Makefile.am:
19446         * docs/plugins/gst-plugins-base-plugins.args:
19447         * docs/plugins/inspect/plugin-libvisual.xml:
19448         * gst/audioconvert/plugin.h:
19449         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_get_type),
19450         (gst_audio_rate_base_init), (gst_audio_rate_class_init),
19451         (gst_audio_rate_setcaps), (gst_audio_rate_init),
19452         (gst_audio_rate_chain), (gst_audio_rate_set_property),
19453         (gst_audio_rate_get_property), (gst_audio_rate_change_state),
19454         (plugin_init):
19455         * gst/audiotestsrc/gstaudiotestsrc.c:
19456         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_base_init),
19457         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
19458         (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
19459         (gst_audio_test_src_get_query_types),
19460         (gst_audio_test_src_src_query), (gst_audio_test_src_create_sine),
19461         (gst_audio_test_src_create_square),
19462         (gst_audio_test_src_create_saw),
19463         (gst_audio_test_src_create_triangle),
19464         (gst_audio_test_src_create_silence),
19465         (gst_audio_test_src_create_white_noise),
19466         (gst_audio_test_src_init_pink_noise),
19467         (gst_audio_test_src_generate_pink_noise_value),
19468         (gst_audio_test_src_create_pink_noise),
19469         (gst_audio_test_src_change_wave), (gst_audio_test_src_get_times),
19470         (gst_audio_test_src_create), (gst_audio_test_src_set_property),
19471         (gst_audio_test_src_get_property), (gst_audio_test_src_start),
19472         (plugin_init):
19473         * gst/audiotestsrc/gstaudiotestsrc.h:
19474         * gst/subparse/gstsubparse.c: (gst_sub_parse_get_type),
19475         (gst_sub_parse_base_init), (gst_sub_parse_class_init),
19476         (gst_sub_parse_init), (gst_sub_parse_formats),
19477         (gst_sub_parse_src_eventmask), (gst_sub_parse_src_event),
19478         (convert_encoding), (get_next_line),
19479         (gst_sub_parse_data_format_autodetect),
19480         (gst_sub_parse_format_autodetect), (feed_textbuf), (handle_buffer),
19481         (gst_sub_parse_loop), (gst_sub_parse_chain),
19482         (gst_sub_parse_change_state), (gst_sub_parse_type_find),
19483         (plugin_init):
19484         * gst/subparse/gstsubparse.h:
19485         * gst/videorate/gstvideorate.c: (gst_video_rate_get_type),
19486         (gst_video_rate_base_init), (gst_video_rate_class_init),
19487         (gst_video_rate_transformcaps), (gst_video_rate_getcaps),
19488         (gst_video_rate_setcaps), (gst_video_rate_blank_data),
19489         (gst_video_rate_init), (gst_video_rate_event),
19490         (gst_video_rate_chain), (gst_video_rate_set_property),
19491         (gst_video_rate_get_property), (gst_video_rate_change_state),
19492         (plugin_init):
19493         * gst/videoscale/gstvideoscale.c:
19494         (gst_video_scale_method_get_type), (gst_video_scale_get_capslist),
19495         (gst_video_scale_src_template_factory),
19496         (gst_video_scale_sink_template_factory),
19497         (gst_video_scale_get_type), (gst_video_scale_base_init),
19498         (gst_video_scale_class_init), (gst_video_scale_init),
19499         (gst_video_scale_set_property), (gst_video_scale_get_property),
19500         (gst_video_scale_transform_caps), (gst_video_scale_get_format),
19501         (gst_video_scale_prepare_size), (parse_caps),
19502         (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
19503         (gst_video_scale_fixate_caps), (gst_video_scale_prepare_image),
19504         (gst_video_scale_transform), (gst_video_scale_handle_src_event),
19505         (plugin_init):
19506         * gst/videoscale/gstvideoscale.h:
19507         * gst/videotestsrc/gstvideotestsrc.c:
19508         (gst_video_test_src_pattern_get_type),
19509         (gst_video_test_src_base_init), (gst_video_test_src_class_init),
19510         (gst_video_test_src_init), (gst_video_test_src_src_fixate),
19511         (gst_video_test_src_set_pattern),
19512         (gst_video_test_src_set_property),
19513         (gst_video_test_src_get_property), (gst_video_test_src_getcaps),
19514         (gst_video_test_src_parse_caps), (gst_video_test_src_setcaps),
19515         (gst_video_test_src_event), (gst_video_test_src_get_times),
19516         (gst_video_test_src_create), (plugin_init):
19517         * gst/videotestsrc/gstvideotestsrc.h:
19518         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_get_size),
19519         (gst_video_test_src_smpte), (gst_video_test_src_snow),
19520         (gst_video_test_src_black):
19521         * gst/videotestsrc/videotestsrc.h:
19522           borgify further
19523           clean up docs a little
19524
19525 2005-11-30  Wim Taymans  <wim@fluendo.com>
19526
19527         * gst-libs/gst/rtp/gstbasertpdepayload.h:
19528         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
19529         (gst_basertppayload_event), (gst_basertppayload_push),
19530         (gst_basertppayload_change_state):
19531         * gst-libs/gst/rtp/gstbasertppayload.h:
19532         closed #320644.
19533
19534 2005-11-30  Julien MOUTTE  <julien@moutte.net>
19535
19536         * docs/libs/gst-plugins-base-libs-docs.sgml:
19537         * docs/libs/gst-plugins-base-libs-sections.txt:
19538         * gst-libs/gst/video/gstvideofilter.c:
19539         * gst-libs/gst/video/gstvideosink.c:
19540         * gst-libs/gst/video/gstvideosink.h: Adding docs.
19541
19542 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19543
19544         * LICENSE:
19545           move
19546         * po/af.po:
19547         * po/az.po:
19548         * po/cs.po:
19549         * po/en_GB.po:
19550         * po/hu.po:
19551         * po/it.po:
19552         * po/nb.po:
19553         * po/nl.po:
19554         * po/or.po:
19555         * po/sq.po:
19556         * po/sr.po:
19557         * po/sv.po:
19558         * po/uk.po:
19559         * po/vi.po:
19560         * Makefile.am:
19561           update
19562         * scripts/autoplugins.sh:
19563           remove
19564
19565 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19566
19567         * Makefile.am:
19568         * configure.ac:
19569         * examples/Makefile.am:
19570         * examples/capsfilter/Makefile.am:
19571         * examples/capsfilter/capsfilter1.c:
19572         * examples/gob/Makefile.am:
19573         * examples/gob/gst-identity2.gob:
19574         * examples/indexing/.cvsignore:
19575         * examples/indexing/Makefile.am:
19576         * examples/indexing/indexmpeg.c:
19577         * examples/seeking/.cvsignore:
19578         * examples/seeking/Makefile.am:
19579         * examples/seeking/cdparanoia.c:
19580         * examples/seeking/cdplayer.c:
19581         * examples/seeking/chained.c:
19582         * examples/seeking/scrubby.c:
19583         * examples/seeking/seek.c:
19584         * examples/stats/Makefile.am:
19585         * examples/stats/mp2ogg.c:
19586         * examples/switch/.cvsignore:
19587         * examples/switch/Makefile.am:
19588         * examples/switch/switcher.c:
19589         * tests/Makefile.am:
19590         * tests/check/generic/.cvsignore:
19591         * tests/check/pipelines/.cvsignore:
19592         * tests/examples/Makefile.am:
19593         * tests/examples/seek/Makefile.am:
19594           reorganize stuff under tests/
19595
19596 2005-11-30  Edward Hervey  <edward@fluendo.com>
19597
19598         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
19599         Go away you stupid GstStaticPadTemplate memleak.
19600
19601 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
19602
19603         * gst-libs/gst/net/Makefile.am:
19604         * gst-libs/gst/net/README:
19605         * gst-libs/gst/net/gstnetbuffer.c:
19606         * gst-libs/gst/net/gstnetbuffer.h:
19607           this was moved to "netbuffer"
19608
19609 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
19610
19611         * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_get_type),
19612         (gst_video_filter_class_init), (gst_video_filter_init):
19613         * gst-libs/gst/video/gstvideofilter.h:
19614           borgify name to bring in line with other classes
19615
19616 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
19617
19618         * gst/audioscale/.cvsignore:
19619         * gst/audioscale/Makefile.am:
19620         * gst/audioscale/README:
19621         * gst/audioscale/audioscale.vcproj:
19622         * gst/audioscale/dtof.c:
19623         * gst/audioscale/dtos.c:
19624         * gst/audioscale/functable.c:
19625         * gst/audioscale/gstaudioscale.c:
19626         * gst/audioscale/gstaudioscale.h:
19627         * gst/audioscale/private.h:
19628         * gst/audioscale/resample.c:
19629         * gst/audioscale/resample.h:
19630         * gst/audioscale/test.c:
19631           remove
19632
19633 2005-11-30  Edward Hervey  <edward@fluendo.com>
19634
19635         * gst-libs/gst/netbuffer/Makefile.am:
19636         really, really tired
19637
19638 2005-11-30  Edward Hervey  <edward@fluendo.com>
19639
19640         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
19641         Update for new GstTypeFindFactory _register()
19642
19643 2005-11-30  Edward Hervey  <edward@fluendo.com>
19644
19645         * gst-libs/gst/netbuffer/Makefile.am: (libgstnetbufferincludedir): 
19646         Let's not override libgstnet from core for no reason...
19647         (libgstnetbuffer_@GST_MAJORMINOR@_la_SOURCES):
19648         Ok, maybe not so quick next time.
19649
19650 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
19651
19652         * configure.ac:
19653         * gst-libs/gst/Makefile.am:
19654           moved gst-libs/gst/net to netbuffer through CVS surgery
19655           remove old directory
19656           updating build to accomodate
19657           (#322257)
19658
19659 2005-11-29  Andy Wingo  <wingo@pobox.com>
19660
19661         * pkgconfig/gstreamer-plugins-base.pc.in:
19662         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
19663         * gst-libs/gst/net/Makefile.am: Rename gstnet to gstnetbuffer
19664         (#322257).
19665
19666 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
19667
19668         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
19669         3rd time's the charm. Correct ref-counting for discarded buffers.
19670
19671 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
19672
19673         * gst/playback/gststreamselector.c:
19674         (gst_stream_selector_class_init),
19675         (gst_stream_selector_set_property),
19676         (gst_stream_selector_get_property),
19677         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
19678         Fix ref-counting
19679
19680 2005-11-29  Tim-Philipp Müller  <tim at centricular dot net>
19681
19682         * gst/subparse/gstsubparse.c: (feed_textbuf):
19683           Don't access already unref'ed buffer.
19684
19685 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
19686
19687         * gst/playback/gststreamselector.c:
19688         (gst_stream_selector_class_init), (gst_stream_selector_init),
19689         (gst_stream_selector_dispose), (gst_stream_selector_set_property),
19690         (gst_stream_selector_get_property),
19691         (gst_stream_selector_get_linked_pad),
19692         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
19693         * gst/playback/gststreamselector.h:
19694         Add the active-pad property for playbin to use shortly. Ignore buffers
19695         from any other pad, returning GST_FLOW_NOT_LINKED
19696
19697 2005-11-29  Julien MOUTTE  <julien@moutte.net>
19698
19699         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find): Free the list,
19700         patch from bug #322704 (Alessandro Decina).
19701
19702 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
19703
19704         * gst-libs/gst/audio/Makefile.am:
19705           folded audiofilter into the audio library
19706
19707 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
19708
19709         * gst/videoscale/gstvideoscale.h:
19710         * gst/videoscale/gstvideoscale.c:
19711           remove unimplemented scale methods
19712
19713 2005-11-28  Tim-Philipp Müller  <tim at centricular dot net>
19714
19715         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers):
19716           Don't leak caps.
19717
19718 2005-11-28  Julien MOUTTE  <julien@moutte.net>
19719
19720         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
19721         (gst_ximagesink_setcaps):
19722         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
19723         (gst_xvimagesink_setcaps): Fixed a tricky bug. When caps renegotiation
19724         happens (only visible on ximagesink but bug is in xv too) set_caps was
19725         destroying the internal x[v]image used to memcpy non locally alloced
19726         buffers so that it got renewed on next _chain. The issue is that 
19727         _expose will try to put that image as it reffed it in _put.
19728         Using gst_buffer_unref instead of destroy fixes it !
19729
19730 2005-11-28  Edward Hervey  <edward@fluendo.com>
19731
19732         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
19733         (try_to_link_1), (queue_filled_cb):
19734         Better use of the queues. Start with a small size queue and only increase
19735         the size of the queues when the other queues are empty.
19736
19737 2005-11-28  Thomas Vander Stichele  <thomas at apestaart dot org>
19738
19739         * gst-libs/gst/video/Makefile.am:
19740           compile in copied-over videofilter into the video library
19741         * gst-libs/gst/video/videosink.h:
19742           rename the header to gstvideosink.h since it's a base GstObject class
19743         * sys/ximage/ximagesink.h:
19744         * sys/xvimage/xvimagesink.h:
19745           use the new header
19746
19747 2005-11-28  Wim Taymans  <wim@fluendo.com>
19748
19749         * gst/playback/gstplaybasebin.c: (group_commit), (probe_triggered):
19750         * gst/playback/gstplaybasebin.h:
19751         Prepare to handle errors betters.
19752
19753         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
19754         Set sinks to PAUSED first before adding and linking them so that
19755         we don't interrupt dataflow.
19756
19757 2005-11-28  Wim Taymans  <wim@fluendo.com>
19758
19759         * gst-libs/gst/audio/TODO:
19760         Updated TODO
19761
19762         * gst-libs/gst/audio/gstaudiosink.c:
19763         (gst_audioringbuffer_open_device),
19764         (gst_audioringbuffer_close_device), (gst_audioringbuffer_acquire),
19765         (gst_audioringbuffer_release):
19766         Small cleanups.
19767
19768         * gst-libs/gst/audio/gstbaseaudiosink.c:
19769         (gst_base_audio_sink_class_init), (gst_base_audio_sink_render),
19770         (gst_base_audio_sink_change_state):
19771         Slave to the master clock when going to PLAYING and unslave when
19772         going to PAUSED.
19773
19774         * gst-libs/gst/audio/gstringbuffer.c:
19775         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
19776         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
19777         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
19778         (gst_ring_buffer_clear_all), (wait_segment),
19779         (gst_ring_buffer_commit), (gst_ring_buffer_read),
19780         (gst_ring_buffer_advance):
19781         * gst-libs/gst/audio/gstringbuffer.h:
19782         Add some docs and cleanups.
19783
19784 2005-11-28  Julien MOUTTE  <julien@moutte.net>
19785
19786         * sys/xvimage/xvimagesink.c:
19787         (gst_xvimagesink_navigation_send_event): Fix navigation events
19788         coordinates translation with pixel aspect ratios.
19789
19790 2005-11-28  Julien MOUTTE  <julien@moutte.net>
19791
19792         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
19793         Use calculated video geometry from _setcaps instead of buffer
19794         caps to respect pixel aspect ratio. (fixes #322388)
19795
19796 2005-11-28  Julien MOUTTE  <julien@moutte.net>
19797
19798         * docs/libs/tmpl/gstcolorbalance.sgml:
19799         * docs/libs/tmpl/gstmixer.sgml:
19800         * docs/libs/tmpl/gstxoverlay.sgml:
19801         * gst-libs/gst/interfaces/xoverlay.c: Add docs for the Xoverlay
19802         interface.
19803
19804 2005-11-28  Julien MOUTTE  <julien@moutte.net>
19805
19806         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
19807         Refuse to create an XvImage if we can't find the format.
19808
19809 2005-11-28  Edward Hervey  <edward@fluendo.com>
19810
19811         * gst-libs/gst/riff/riff-media.c:
19812         (gst_riff_create_audio_template_caps):
19813         Add ATRAC3 to the list of riff-possible audio caps.
19814         I know we still don't have a plugin for atrac3, but it's saner to output
19815         that than a cryptic mimetype.
19816
19817 2005-11-27  Edward Hervey  <edward@fluendo.com>
19818
19819         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds):
19820         Don't try to create a zero-sized subbuffer.
19821
19822 2005-11-27  Julien MOUTTE  <julien@moutte.net>
19823
19824         * sys/ximage/ximagesink.c: (gst_ximage_buffer_free),
19825         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
19826         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_buffer_alloc),
19827         (gst_ximagesink_expose): Fixed a tricky race.
19828         * sys/ximage/ximagesink.h:
19829         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
19830         (gst_xvimagesink_expose): Fixed a tricky race.
19831         * sys/xvimage/xvimagesink.h:
19832
19833 2005-11-27  Edward Hervey  <edward@fluendo.com>
19834
19835         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
19836         (gst_decode_bin_init), (close_pad_link), (try_to_link_1):
19837         Remove unused properties, and add queues between demuxers and decoders
19838         so that a lot more files can preroll properly.
19839
19840 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
19841
19842         * gst-libs/gst/net/Makefile.am:
19843         * gst-libs/gst/rtp/Makefile.am:
19844         * gst-libs/gst/tag/Makefile.am:
19845           remove silly include
19846         * gst/tags/Makefile.am:
19847         * gst/tags/gsttagediting.c:
19848         * gst/tags/gsttageditingprivate.h:
19849         * gst/tags/tagedit.vcproj:
19850           remove directory, is as good as empty
19851
19852 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
19853
19854         * configure.ac:
19855           added GST_LIB_LDFLAGS and GST_ALL_LDFLAGS
19856         * gst-libs/Makefile.am:
19857         * gst-libs/gst/audio/Makefile.am:
19858         * gst-libs/gst/interfaces/Makefile.am:
19859         * gst-libs/gst/net/Makefile.am:
19860         * gst-libs/gst/riff/Makefile.am:
19861         * gst-libs/gst/rtp/Makefile.am:
19862         * gst-libs/gst/tag/Makefile.am:
19863         * gst-libs/gst/video/Makefile.am:
19864           and use them
19865
19866 2005-11-27  Julien MOUTTE  <julien@moutte.net>
19867
19868         * docs/libs/tmpl/gstcolorbalance.sgml:
19869         * docs/libs/tmpl/gstmixer.sgml:
19870         * docs/libs/tmpl/gstxoverlay.sgml:
19871         * sys/ximage/ximagesink.c: (gst_ximagesink_buffer_alloc):
19872         * sys/ximage/ximagesink.h:
19873         * sys/xvimage/xvimagesink.h: More and more documentation.
19874
19875 2005-11-26  Julien MOUTTE  <julien@moutte.net>
19876
19877         * docs/libs/gst-plugins-base-libs-docs.sgml:
19878         * docs/libs/gst-plugins-base-libs-sections.txt:
19879         * docs/libs/tmpl/gstcolorbalance.sgml:
19880         * docs/libs/tmpl/gstmixer.sgml:
19881         * docs/libs/tmpl/gstxoverlay.sgml: Add the XOverlay interface
19882         to documentation.
19883
19884 2005-11-26  Julien MOUTTE  <julien@moutte.net>
19885
19886         * docs/plugins/Makefile.am:
19887         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
19888         * docs/plugins/gst-plugins-base-plugins-sections.txt:
19889         * sys/xvimage/xvimagesink.c: Added doc for xvimagesink.
19890
19891 2005-11-26  Julien MOUTTE  <julien@moutte.net>
19892
19893         * docs/plugins/Makefile.am:
19894         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
19895         * docs/plugins/gst-plugins-base-plugins-sections.txt:
19896         * docs/plugins/inspect/plugin-adder.xml:
19897         * docs/plugins/inspect/plugin-alsa.xml:
19898         * docs/plugins/inspect/plugin-audioconvert.xml:
19899         * docs/plugins/inspect/plugin-audiorate.xml:
19900         * docs/plugins/inspect/plugin-audioresample.xml:
19901         * docs/plugins/inspect/plugin-audiotestsrc.xml:
19902         * docs/plugins/inspect/plugin-decodebin.xml:
19903         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
19904         * docs/plugins/inspect/plugin-gnomevfs.xml:
19905         * docs/plugins/inspect/plugin-ogg.xml:
19906         * docs/plugins/inspect/plugin-playbin.xml:
19907         * docs/plugins/inspect/plugin-subparse.xml:
19908         * docs/plugins/inspect/plugin-tcp.xml:
19909         * docs/plugins/inspect/plugin-theora.xml:
19910         * docs/plugins/inspect/plugin-typefindfunctions.xml:
19911         * docs/plugins/inspect/plugin-video4linux.xml:
19912         * docs/plugins/inspect/plugin-videorate.xml:
19913         * docs/plugins/inspect/plugin-videoscale.xml:
19914         * docs/plugins/inspect/plugin-videotestsrc.xml:
19915         * docs/plugins/inspect/plugin-volume.xml:
19916         * docs/plugins/inspect/plugin-vorbis.xml:
19917         * docs/plugins/inspect/plugin-ximagesink.xml:
19918         * docs/plugins/inspect/plugin-xvimagesink.xml: Updated version.
19919         * sys/ximage/ximagesink.c: Adding documentation for ximagesink.
19920
19921 2005-11-26  Edward Hervey  <edward@fluendo.com>
19922
19923         * gst/audiorate/gstaudiorate.c: (gst_audiorate_chain):
19924         Properly return GstFlowReturn from gst_pad_push in chain functions.
19925
19926 2005-11-25  Michael Smith  <msmith@fluendo.com>
19927
19928         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
19929         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
19930         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
19931         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
19932           Handle various conditions better when we don't understand a stream.
19933           Removes a heap of CRITICALs on ogg streams containing unknown data.
19934
19935 2005-11-24  Andy Wingo  <wingo@pobox.com>
19936
19937         * gst/tcp/gstmultifdsink.c (gst_multifdsink_handle_client_write):
19938         Be threadsafe.
19939
19940 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19941
19942         * configure.ac: back to HEAD
19943
19944 === release 0.9.6 ===
19945
19946 2005-11-23  Thomas Vander Stichele <thomas at apestaart dot org>
19947
19948         * configure.ac:
19949           releasing 0.9.6, "White Eight"
19950
19951 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19952
19953         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
19954         * docs/plugins/inspect/plugin-sine.xml:
19955           remove sinesrc some more
19956
19957 2005-11-23  Wim Taymans  <wim@fluendo.com>
19958
19959         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
19960         If we are reading too slowly, jump forward in the ringbuffer
19961         instead of blocking.
19962
19963 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
19964
19965         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
19966         (gst_visual_chain):
19967         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps):
19968         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps),
19969         (gst_videorate_chain):
19970         * gst/videotestsrc/gstvideotestsrc.c:
19971         (gst_videotestsrc_src_fixate), (gst_videotestsrc_create):
19972         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_fps),
19973         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query),
19974         (gst_v4lmjpegsrc_get), (gst_v4lmjpegsrc_getcaps):
19975         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
19976         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
19977           Updates for API changes
19978
19979 2005-11-23  Wim Taymans  <wim@fluendo.com>
19980
19981         * gst-libs/gst/audio/gstbaseaudiosink.c:
19982         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
19983         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
19984         Fix for calibration API change.
19985
19986 2005-11-23  Michael Smith <msmith@fluendo.com>
19987
19988         * gst-libs/gst/audio/multichannel.c:
19989         (gst_audio_get_channel_positions),
19990         (gst_audio_set_channel_positions),
19991         (gst_audio_set_structure_channel_positions_list),
19992         (gst_audio_fixate_channel_positions):
19993           Use gst_value_array_*() functions on value arrays, not
19994           gst_value_list_*().
19995
19996 2005-11-23  Edward Hervey  <edward@fluendo.com>
19997
19998         * autogen.sh:
19999         eheh, sinesrc is gone. Replacing sample srcfile by existing one.
20000         Fixes autogen
20001
20002 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20003
20004         * check/Makefile.am:
20005         * check/elements/videotestsrc.c: (setup_videotestsrc),
20006         (cleanup_videotestsrc), (GST_START_TEST), (videotestsrc_suite),
20007         (main):
20008           add a test for videotestsrc
20009
20010 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20011
20012         * gst/sine/.cvsignore:
20013         * gst/sine/Makefile.am:
20014         * gst/sine/gstsinesrc.c:
20015         * gst/sine/gstsinesrc.h:
20016         * gst/sine/sinesrc.vcproj:
20017           and remove sinesrc from the repository.  Closes #321446
20018
20019 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20020
20021         * configure.ac:
20022         * gst-plugins-base.spec.in:
20023           remove sinesrc from the build
20024
20025 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20026
20027         * check/Makefile.am:
20028         * check/elements/audiotestsrc.c: (setup_audiotestsrc),
20029         (cleanup_audiotestsrc), (GST_START_TEST), (audiotestsrc_suite),
20030         (main):
20031           add a test for audiotestsrc, testing all waves.  Even seems
20032           leak-free at first glance, nice job Stefan
20033
20034 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
20035
20036         * po/af.po:
20037         * po/az.po:
20038         * po/cs.po:
20039         * po/en_GB.po:
20040         * po/hu.po:
20041         * po/it.po:
20042         * po/nb.po:
20043         * po/nl.po:
20044         * po/or.po:
20045         * po/sq.po:
20046         * po/sr.po:
20047         * po/sv.po:
20048         * po/uk.po:
20049         * po/vi.po:
20050           Translation string updates
20051
20052         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
20053         (gst_v4lsrc_set_caps):
20054         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
20055         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
20056         * sys/v4l/v4lsrc_calls.h:
20057           Improve v4lsrc, by making it work again.
20058
20059 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
20060
20061         * ext/libvisual/visual.c: (gst_visual_chain):
20062           Fix the fps calculations.
20063
20064         * gst/ffmpegcolorspace/avcodec.h:
20065           Move structure element for clarity
20066
20067         * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_init):
20068         * gst-libs/gst/interfaces/tunernorm.h:
20069         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_src_link):
20070         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
20071         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
20072         (gst_v4lmjpegsrc_get_fps), (gst_v4lmjpegsrc_src_convert),
20073         (gst_v4lmjpegsrc_src_query), (gst_v4lmjpegsrc_get),
20074         (gst_v4lmjpegsrc_getcaps):
20075         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
20076         (gst_v4lsrc_set_caps):
20077         * sys/v4l/gstv4lsrc.h:
20078         * sys/v4l/v4l_calls.c: (gst_v4l_open):
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           Fractional framerates...
20083
20084 2005-11-22  Wim Taymans  <wim@fluendo.com>
20085
20086         * gst-libs/gst/audio/gstbaseaudiosink.c:
20087         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
20088         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
20089         And we provide a clock by default, of course...
20090
20091 2005-11-22  Wim Taymans  <wim@fluendo.com>
20092
20093         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init):
20094         This clock can be slaved to a master clock now.
20095
20096         * gst-libs/gst/audio/gstbaseaudiosink.c:
20097         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
20098         (gst_base_audio_sink_dispose), (gst_base_audio_sink_provide_clock),
20099         (gst_base_audio_sink_set_clock),
20100         (gst_base_audio_sink_set_property),
20101         (gst_base_audio_sink_get_property), (gst_base_audio_sink_preroll),
20102         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
20103         * gst-libs/gst/audio/gstbaseaudiosink.h:
20104         Handle slaving the internal clock to the clock selected in the
20105         pipeline.
20106         Add property to make the basesink not provide a clock.
20107
20108         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20109         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
20110         (gst_base_rtp_depayload_wait):
20111         * gst-libs/gst/rtp/gstbasertpdepayload.h:
20112         We can use the clock in GstElement, no need to store it ourselves.
20113
20114 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
20115
20116         * docs/libs/tmpl/gstaudio.sgml:
20117           update
20118         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
20119         (gst_paranoia_endian_get_type):
20120         * ext/theora/theoraenc.c: (gst_border_mode_get_type):
20121         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
20122         * gst/audiotestsrc/gstaudiotestsrc.c:
20123         (gst_audiostestsrc_wave_get_type):
20124         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
20125         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
20126         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
20127         (gst_sync_method_get_type), (gst_unit_type_get_type),
20128         (gst_client_status_get_type), (gst_multifdsink_class_init),
20129         (gst_multifdsink_new_client), (gst_multifdsink_recover_client),
20130         (gst_multifdsink_queue_buffer), (gst_multifdsink_set_property),
20131         (gst_multifdsink_get_property):
20132         * gst/tcp/gstmultifdsink.h:
20133         * gst/videoscale/gstvideoscale.c: (gst_videoscale_method_get_type):
20134         * gst/videotestsrc/gstvideotestsrc.c:
20135         (gst_videotestsrc_pattern_get_type):
20136           remove deprecated properties
20137           fix up enums to correctly have short lowercase dashed nicks
20138
20139 2005-11-22  Michael Smith <msmith@fluendo.com>
20140
20141         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
20142         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
20143           Add underscore.
20144
20145 2005-11-22  Michael Smith <msmith@fluendo.com>
20146
20147         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
20148         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
20149           Use utility method for scaling clocktime for fractional framerates.
20150
20151 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
20152
20153         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
20154         (gst_visual_chain):
20155         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
20156         * ext/theora/theoradec.c: (theora_handle_type_packet):
20157         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
20158         (theora_enc_chain):
20159         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
20160         * gst-libs/gst/video/video.c: (gst_video_frame_rate):
20161         * gst-libs/gst/video/video.h:
20162         * gst/ffmpegcolorspace/avcodec.h:
20163         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
20164         (gst_ffmpeg_caps_to_pixfmt):
20165         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
20166         (gst_ffmpegcsp_set_caps):
20167         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
20168         (gst_videorate_setcaps), (gst_videorate_blank_data),
20169         (gst_videorate_chain):
20170         * gst/videotestsrc/gstvideotestsrc.c:
20171         (gst_videotestsrc_src_fixate), (gst_videotestsrc_getcaps),
20172         (gst_videotestsrc_parse_caps), (gst_videotestsrc_setcaps),
20173         (gst_videotestsrc_event), (gst_videotestsrc_create):
20174         * gst/videotestsrc/gstvideotestsrc.h:
20175         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
20176         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
20177         (gst_ximagesink_get_times), (gst_ximagesink_init):
20178         * sys/ximage/ximagesink.h:
20179         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
20180         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
20181         (gst_xvimagesink_get_times), (gst_xvimagesink_init):
20182         * sys/xvimage/xvimagesink.h:
20183           Convert elements to use fractions for their framerate.
20184           V4L elements to come later tonight.
20185
20186 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
20187
20188         * gst-libs/gst/audio/audio.c:
20189         * gst-libs/gst/audio/audio.h:
20190           remove some deprecated functions
20191
20192 2005-11-22  Andy Wingo  <wingo@pobox.com>
20193
20194         * Update for gst_tag_setter API changes.
20195
20196 2005-11-22  Andy Wingo  <wingo@pobox.com>
20197
20198         * ext/ogg/gstoggdemux.c (gst_ogg_pad_submit_packet)
20199         (gst_ogg_demux_perform_seek):
20200         * ext/theora/theoradec.c (theora_dec_sink_event):
20201         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): Run
20202         update-funcnames.
20203
20204 2005-11-22  Wim Taymans  <wim@fluendo.com>
20205
20206         * examples/seeking/seek.c: (main):
20207         Give higher priority to bus signals than the gtk events
20208         to fix a race condition in the segment looping.
20209
20210 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
20211
20212         * ext/theora/Makefile.am:
20213         * ext/vorbis/Makefile.am:
20214         * gst-libs/gst/tag/Makefile.am:
20215         * gst-plugins-base.spec.in:
20216           Rename libgsttagedit to libgsttag (#322117).
20217
20218 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
20219
20220         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
20221         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
20222           Call gst_x_overlay_prepare_xwindow_id() to give applications
20223           a final chance to set their own xwindow id before the video
20224           sink creates its own window.
20225
20226 2005-11-22  Julien MOUTTE  <julien@moutte.net>
20227
20228         * sys/xvimage/xvimagesink.c:
20229         (gst_xvimagesink_navigation_send_event): Handle navigation
20230         events correcly with borders if applicable.
20231
20232 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
20233
20234         Patch by: Luca Ognibene
20235
20236         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
20237         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
20238         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
20239         (gst_ffmpegcsp_caps_remove_format_info):
20240         * gst/ffmpegcolorspace/imgconvert.c:
20241         * gst/ffmpegcolorspace/imgconvert_template.h:
20242           Forward-port fixes from the 0.8 branch (patch by Luca Ognibene,
20243           #318353); use gst_structure_has_name().
20244
20245 2005-11-22  Julien MOUTTE  <julien@moutte.net>
20246
20247         * sys/ximage/ximagesink.c: (gst_ximagesink_event_thread),
20248         (gst_ximagesink_class_init): Add debug macros on functions.
20249         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
20250         (gst_xvimagesink_xwindow_draw_borders),
20251         (gst_xvimagesink_xvimage_put),
20252         (gst_xvimagesink_xwindow_update_geometry),
20253         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_get_xv_support),
20254         (gst_xvimagesink_event_thread), (gst_xvimagesink_xcontext_get),
20255         (gst_xvimagesink_xcontext_clear),
20256         (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
20257         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
20258         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
20259         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
20260         (gst_xvimagesink_get_property), (gst_xvimagesink_finalize),
20261         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
20262         * sys/xvimage/xvimagesink.h: Refactoring to handle aspect ratio,
20263         expose while being PAUSED, out of data flow navigation events, etc..
20264
20265 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
20266
20267         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
20268         * gst-libs/gst/audio/audio.h:
20269           fix prototype - wondering why the test worked regardless
20270
20271 2005-11-21  Thomas Vander Stichele  <thomas at apestaart dot org>
20272
20273         * check/Makefile.am:
20274         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
20275         * gst-libs/gst/audio/audio.h:
20276           add a method that returns a proper GstClockTime
20277
20278 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20279
20280         * gst-libs/gst/interfaces/xoverlay.c: (gst_x_overlay_base_init),
20281         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_prepare_xwindow_id):
20282         * gst-libs/gst/interfaces/xoverlay.h:
20283           Remove everything having to do with the desired size; add 
20284           gst_x_overlay_prepare_xwindow_id() function; remove the
20285           'have-xwindow-id' signal and make gst_x_overlay_got_xwindow_id()
20286           post a message on the bus instead (#321816).
20287
20288         * sys/ximage/ximagesink.c: (gst_ximagesink_xoverlay_init):
20289         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps),
20290         (gst_xvimagesink_xoverlay_init):
20291           Remove desired size stuff (#321816).
20292
20293 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20294
20295         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
20296         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
20297         (mpeg_video_type_find), (mpeg_video_stream_type_find):
20298           Terminate vararg functions with NULL instead of 0 to 
20299           make gcc4 happy.
20300
20301 2005-11-21  Andy Wingo  <wingo@pobox.com>
20302
20303         patch by: Sebastien Cote <sebas642@yahoo.ca>
20304         
20305         * gst-libs/gst/rtp/gstrtpbuffer.h: 
20306         * gst-libs/gst/rtp/gstrtpbuffer.c
20307         (gst_rtpbuffer_get_payload_buffer): New function. Fixes #321451.
20308
20309 2005-11-21  Andy Wingo  <wingo@pobox.com>
20310
20311         * gst/playback/gstplaybin.c (gen_audio_element) 
20312         (gen_video_element): Use the new MISSING_PLUGIN core error
20313         category. Closes #320060.
20314
20315         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): 
20316         * gst/videorate/gstvideorate.c (gst_videorate_event):
20317         * ext/theora/theoradec.c (theora_dec_sink_event): 
20318         * ext/theora/theoraenc.c (theora_enc_sink_event): Don't take
20319         stream lock.
20320
20321         * gst/subparse/gstsubparse.c (gst_subparse_src_event):
20322         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek): Update for
20323         stream lock changes.
20324
20325 2005-11-21  Wim Taymans  <wim@fluendo.com>
20326
20327         * gst-libs/gst/audio/gstbaseaudiosink.c:
20328         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
20329         (gst_base_audio_sink_provide_clock),
20330         (gst_base_audio_sink_set_clock), (gst_base_audio_sink_render),
20331         (gst_base_audio_sink_change_state):
20332         * gst/audioresample/gstaudioresample.c:
20333         Segment update fix.
20334
20335 2005-11-21  Andy Wingo  <wingo@pobox.com>
20336
20337         * *.h:
20338         * *.c: Ran scripts/update-macros. Oh yes.
20339
20340 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20341
20342         * sys/ximage/Makefile.am:
20343         * sys/ximage/ximage.c:
20344           Rename ximage plugin to ximagesink (#321426) (Don't forget to
20345           remove your old libgstximage.* manually if necessary).
20346
20347 2005-11-21  Michael Smith <msmith@fluendo.com>
20348
20349         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup):
20350           Minimal fix for bug #320200: set the min/max bitrate in the correct
20351           units. A better fix would be to upgrade to the RATEMANAGE2
20352           interface, rather than using the deprecated interface used here, but
20353           that would require an update in our libvorbis dependency (to 1.1),
20354           which is probably undesirable.
20355
20356 2005-11-21  Jan Schmidt  <thaytan@mad.scientist.com>
20357
20358         * ext/libvisual/visual.c: (get_buffer):
20359         * gst-libs/gst/audio/gstbaseaudiosrc.c:
20360         (gst_base_audio_src_fixate):
20361         * gst/audioconvert/gstaudioconvert.c:
20362         (gst_audio_convert_fixate_caps):
20363         * gst/audioscale/gstaudioscale.c: (gst_audioscale_fixate):
20364         * gst/audiotestsrc/gstaudiotestsrc.c:
20365         (gst_audiotestsrc_src_fixate):
20366         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
20367         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps):
20368         * gst/videoscale/gstvideoscale.c: (gst_videoscale_fixate_caps):
20369         * gst/videotestsrc/gstvideotestsrc.c:
20370         (gst_videotestsrc_src_fixate):
20371         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
20372         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
20373           Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
20374           (#322027)
20375
20376
20377 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20378
20379         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
20380         (gst_riff_create_iavs_caps):
20381         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_file_header),
20382         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
20383         (gst_riff_parse_info):
20384         * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure):
20385         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_caps):
20386         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
20387           Fixes for GST_FOURCC_FORMAT API change.
20388
20389 2005-11-21  Andy Wingo  <wingo@pobox.com>
20390
20391         patch by: Alessandro Dessina <alessandro nnva org>
20392
20393         * ext/ogg/gstoggmux.c (gst_ogg_mux_set_header_on_caps):
20394         * ext/ogg/gstoggparse.c (gst_ogg_parse_append_header)
20395         (gst_ogg_parse_chain):
20396         * ext/theora/theoraenc.c (theora_set_header_on_caps):
20397         * ext/vorbis/vorbisenc.c (gst_vorbisenc_set_header_on_caps):
20398         * ext/vorbis/vorbisparse.c (vorbis_parse_set_header_on_caps): Fix
20399         gst_value_list calls on arrays. Fixes #321962.
20400
20401 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20402
20403         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
20404         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_queue_pads),
20405         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
20406         * gst/adder/gstadder.c: (gst_adder_init),
20407         (gst_adder_request_new_pad), (gst_adder_collected),
20408         (gst_adder_change_state):
20409           Update for gst_collectpads_foo() to gst_collect_pads_foo()
20410           API change.
20411
20412 2005-11-21  Michael Smith <msmith@fluendo.com>
20413
20414         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
20415         (gst_vorbisenc_chain), (gst_vorbisenc_output_buffers):
20416           Properly handle pad_push return values.
20417
20418 2005-11-20  Jan Schmidt  <thaytan@mad.scientist.com>
20419
20420         * gst-libs/gst/tag/Makefile.am:
20421         * gst-libs/gst/tag/gstvorbistag.c:
20422         (gst_tag_list_to_vorbiscomment_buffer):
20423           Remove obsolete vorbistag element and debug category.
20424
20425         * gst/playback/gstplaybasebin.c: (check_queue):
20426           Don't divide by 0 when queue-threshold is 0.
20427
20428         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property):
20429           Don't modify an existing pixel-aspect-ratio if we fail to read
20430           a new one.
20431
20432 2005-11-20  Wim Taymans  <wim@fluendo.com>
20433
20434         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_push_buffer),
20435         (gst_vorbisenc_push_packet):
20436         GST_PAD_IS_USABLE is gone, use the return value of
20437         the push or pad_alloc_buffer instead.
20438
20439 2005-11-18  Julien MOUTTE  <julien@moutte.net>
20440
20441         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
20442         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
20443         (gst_ximagesink_ximage_destroy),
20444         (gst_ximagesink_xwindow_draw_borders), (gst_ximagesink_ximage_put),
20445         (gst_ximagesink_xwindow_new),
20446         (gst_ximagesink_xwindow_update_geometry),
20447         (gst_ximagesink_handle_xevents), (gst_ximagesink_event_thread),
20448         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
20449         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_getcaps),
20450         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
20451         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_alloc),
20452         (gst_ximagesink_navigation_send_event),
20453         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_expose),
20454         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
20455         (gst_ximagesink_finalize), (gst_ximagesink_init),
20456         (gst_ximagesink_class_init):
20457         * sys/ximage/ximagesink.h: Refactoring of ximagesink.
20458         This new version brings correct software scaling, non flickering
20459         window while resizing, pixel aspect ratio handling, usage of
20460         hardware buffer pools, out of data flow event thread for 
20461         navigation and handling of expose events even when being PAUSED,
20462         a new property to keep video aspect ratio when resizing, etc...
20463
20464 2005-11-18  Julien MOUTTE  <julien@moutte.net>
20465
20466         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
20467         (gst_videoscale_fixate_caps): Introduce back caps fixate with
20468         handling of PAR.
20469
20470 2005-11-18  Edward Hervey  <bilboed@dvdsrc.fluendo.com>
20471
20472         * gst/playback/gstdecodebin.c: (gst_decode_bin_init): 
20473         Unsetting IS_SINK flag from the fakesink, so decodebin
20474         never behaves as a sink.
20475
20476 2005-11-17  Wim Taymans  <wim@fluendo.com>
20477
20478         * gst-libs/gst/audio/gstbaseaudiosrc.c:
20479         (gst_base_audio_src_change_state):
20480         Fix the audiosrc base class again, we did not unflush.
20481
20482 2005-11-17  Julien MOUTTE  <julien@moutte.net>
20483
20484         * examples/seeking/seek.c: (make_dv_pipeline),
20485         (make_vorbis_theora_pipeline), (make_avi_pipeline),
20486         (make_mpegnt_pipeline): Use VSINK everywhere, add a scaler
20487         to ogg/vorbis/theora pipeline.
20488
20489 2005-11-17  Wim Taymans  <wim@fluendo.com>
20490
20491         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
20492         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
20493         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
20494         Fix EOS on multiple streams.
20495         More debugging.
20496
20497 2005-11-16  Wim Taymans  <wim@fluendo.com>
20498
20499         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_configure_segment),
20500         (gst_ogg_demux_perform_seek):
20501         Segment done must include stream time.
20502
20503         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
20504         (gst_ogg_mux_clear), (gst_ogg_mux_init), (gst_ogg_mux_finalize),
20505         (gst_ogg_mux_change_state):
20506         Fix ogg muxer again.
20507
20508 2005-11-16  Wim Taymans  <wim@fluendo.com>
20509
20510         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init):
20511         Fix compile again.
20512
20513 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
20514
20515         * ext/libvisual/visual.c: (gst_visual_init):
20516         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
20517         * ext/ogg/gstoggparse.c: (gst_ogg_parse_init),
20518         (gst_ogg_parse_chain):
20519         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
20520         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init):
20521         * ext/theora/theoradec.c: (gst_theora_dec_init):
20522         * ext/theora/theoraenc.c: (gst_theora_enc_init):
20523         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
20524         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init):
20525         * gst/adder/gstadder.c: (gst_adder_class_init),
20526         (gst_adder_dispose):
20527         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
20528         * gst/subparse/gstsubparse.c: (gst_subparse_init):
20529         * gst/videorate/gstvideorate.c: (gst_videorate_init):
20530           Fix a whole set of pad template leaks
20531
20532 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
20533
20534         * check/generic/states.c: (GST_START_TEST):
20535           fix the test so that it only checks for elements that are part of
20536           this source module
20537
20538 2005-11-16  Michael Smith <msmith@fluendo.com>
20539
20540         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_reset),
20541         (gst_ogg_mux_init), (gst_ogg_mux_request_new_pad),
20542         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
20543         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
20544         (gst_ogg_mux_collected), (gst_ogg_mux_clear_collectpads),
20545         (gst_ogg_mux_change_state):
20546           Fix leaking collectpads.
20547
20548 2005-11-16  Edward Hervey  <edward@fluendo.com>
20549
20550         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
20551         (gst_videorate_event), (gst_videorate_chain):
20552         Handle segment seeks
20553
20554 2005-11-16  Wim Taymans  <wim@fluendo.com>
20555
20556         * gst-libs/gst/audio/gstbaseaudiosink.c:
20557         (gst_base_audio_sink_provide_clock),
20558         (gst_base_audio_sink_change_state):
20559         Set ringbuffer to non-flushing when going to PAUSED, set to
20560         flushing again when going to READY.
20561
20562         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
20563         (gst_ring_buffer_stop):
20564         Start in flushing mode by default.
20565         Don't set flushing in the _stop method, let the app call
20566         this explicitly.
20567
20568 2005-11-16  Julien MOUTTE  <julien@moutte.net>
20569
20570         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_center_rect):
20571         * gst-libs/gst/video/videosink.h: Add helper function needed
20572         for video sinks.
20573
20574 2005-11-16  Tim-Philipp Müller  <tim at centricular dot net>
20575
20576         * gst/videoscale/gstvideoscale.c:
20577         (gst_videoscale_handle_src_event):
20578           Don't leak reference to pad parent.
20579
20580 2005-11-16  Wim Taymans  <wim@fluendo.com>
20581
20582         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop):
20583         Set ringbuffer to flushing when stopping so that we don't
20584         block on wait_segment anymore and livelock.
20585
20586 2005-11-16  Wim Taymans  <wim@fluendo.com>
20587
20588         * examples/seeking/seek.c: (send_event), (do_seek),
20589         (loop_toggle_cb), (segment_done), (main):
20590         Added looping checkbox.
20591
20592 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
20593
20594         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
20595         (gst_ogg_demux_init):
20596         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
20597         (gst_vorbis_dec_init):
20598           revert unrefs, they don't pass make check
20599
20600 2005-11-15  Johan Dahlin  <johan@gnome.org>
20601
20602         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
20603         (gst_ogg_demux_init), (gst_ogg_demux_finalize):
20604         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
20605         (gst_vorbis_dec_init):
20606         Fix pad template leaks. 
20607
20608 2005-11-15  Tim-Philipp Müller  <tim at centricular dot net>
20609
20610         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
20611           Make state change function thread safe.
20612
20613 2005-11-15  Edward Hervey  <edward@fluendo.com>
20614
20615         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
20616         (gst_ogg_demux_class_init):
20617         Implement GstElement::send_event, so we can send seek events
20618         in GST_STATE_READY
20619
20620 2005-11-14  Julien MOUTTE  <julien@moutte.net>
20621
20622         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new):
20623         Discovered how to take away flickering while resizing the
20624         window. Please don't put that in ximagesink, refactoring in
20625         progress.
20626
20627 2005-11-14  Michael Smith <msmith@fluendo.com>
20628
20629         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_client_queue_data),
20630         (gst_multifdsink_render):
20631           Don't leak GDP headers when using GDP mode (i.e. tcpserversink).
20632
20633 2005-11-14  Tim-Philipp Müller  <tim at centricular dot net>
20634
20635         * gst/playback/gstplaybin.c: (gen_audio_element):
20636           Use autoaudiosink, it tends to be more widely available than
20637           autoaudiiosink.
20638           
20639 2005-11-14  Andy Wingo  <wingo@pobox.com>
20640
20641         * gst/playback/gstplaybin.c (gen_audio_element): Use autoaudiosink
20642         as well if it is available. Fixes #316442.
20643
20644 2005-11-14  Michael Smith <msmith@fluendo.com>
20645
20646         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_init),
20647         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
20648         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
20649         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
20650         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_collected),
20651         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
20652         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_buffer_from_packet),
20653         (gst_vorbisenc_change_state):
20654           Fix a small memory leak in vorbisenc.
20655           Fix large memory leaks in oggmux, also fix lots of state change
20656           bugs in oggmux.
20657
20658 2005-11-14  Thomas Vander Stichele  <thomas at apestaart dot org>
20659
20660         * gst/videotestsrc/gstvideotestsrc.c:
20661         (gst_videotestsrc_class_init), (gst_videotestsrc_init),
20662         (gst_videotestsrc_src_fixate):
20663           move fixation to a fixate function
20664           remove negotiate function, basesrc's is good enough
20665           fixes a bug for check when using the element alone
20666
20667 2005-11-13  Edward Hervey  <edward@fluendo.com>
20668
20669         * examples/seeking/seek.c: (do_seek), (accurate_toggle_cb),
20670         (key_toggle_cb), (main):
20671         Added checkboxes for adding/removing the accurate and key_unit seek
20672         flags.
20673
20674 2005-11-11  Thomas Vander Stichele  <thomas at apestaart dot org>
20675
20676         * configure.ac: back to HEAD
20677
20678 === release 0.9.5 ===
20679
20680 2005-11-11  Thomas Vander Stichele <thomas at apestaart dot org>
20681
20682         * configure.ac:
20683           releasing 0.9.5, "No No Kia"
20684
20685 2005-11-11  Edward Hervey  <edward@fluendo.com>
20686
20687         * examples/seeking/seek.c: (make_parselaunch_pipeline):
20688         Added parse-launch syntax seeking mode for the seeking example.
20689         This should help stress-test even more cases.
20690         Ex usage : ./seek 15 "filesrc location=uranus.avi ! decodebin ! xvimagesink"
20691
20692 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
20693
20694         * sys/xvimage/xvimagesink.c:
20695         (gst_xvimagesink_navigation_send_event):
20696           Check whether peer pad exists before sending navigation events
20697           to it.
20698
20699 2005-11-11  Michael Smith <msmith@fluendo.com>
20700
20701         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup),
20702         (gst_vorbisenc_buffer_from_packet):
20703         * ext/vorbis/vorbisenc.h:
20704           Set duration on encoded buffers. This allows oggmux's
20705           max_page_delay parameter to actually work.
20706
20707 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
20708
20709         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
20710         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
20711         (gst_ffmpegcsp_avpicture_fill):
20712         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
20713         (gst_ffmpegcsp_get_unit_size), (gst_ffmpegcsp_transform):
20714           Make palettes work again (see #132341). Use our own macros
20715           for rounding up.
20716
20717 2005-11-10  Andy Wingo  <wingo@pobox.com>
20718
20719         * gst/playback/gstplaybasebin.c (prepare_output): Fix format
20720         string doober.
20721
20722 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
20723
20724         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
20725         (gst_ffmpegcsp_transform_caps):
20726           Prefer passthrough in transform_caps
20727
20728 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
20729
20730         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
20731           check for ALSA errors properly, instead of relying on ALSA's
20732           error strings to serve to the user.
20733
20734 2005-11-10  Wim Taymans  <wim@fluendo.com>
20735
20736         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event), (gst_ogg_demux_init),
20737         (gst_ogg_demux_configure_segment), (gst_ogg_demux_perform_seek),
20738         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
20739         Modernise the seek code.
20740
20741 2005-11-10  Michael Smith <msmith@fluendo.com>
20742         
20743         * gst/playback/gstplaybasebin.c: (group_commit), (new_decoded_pad),
20744         (setup_substreams), (set_active_source):
20745           Unlock GROUP_LOCK in failure cases, so that we don't deadlock when
20746           trying to go to NULL if we failed to read a file.
20747
20748 2005-11-10  Wim Taymans  <wim@fluendo.com>
20749
20750         * gst/audiotestsrc/gstaudiotestsrc.c:
20751         (gst_audiotestsrc_class_init), (gst_audiotestsrc_get_times),
20752         (gst_audiotestsrc_create):
20753         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
20754         (gst_sinesrc_get_times), (gst_sinesrc_create):
20755         * gst/videotestsrc/gstvideotestsrc.c:
20756         (gst_videotestsrc_class_init), (gst_videotestsrc_get_times),
20757         (gst_videotestsrc_create):
20758         The base class can now sync for us.
20759
20760 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
20761
20762         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate): Check if the caps have
20763           a fourcc field. Fixes crash for gst-launch-0.9 v4lsrc
20764           name=source autoprobe=false autoprobe-fps=false copy-mode=1
20765           device=/dev/video0 ! ffmpegcolorspace ! "video/x-raw-yuv,
20766           format=(fourcc)I420" ! xvimagesink
20767
20768 2005-11-10  Tim-Philipp Müller  <tim at centricular dot net>
20769
20770         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
20771         (gst_sinesrc_get_query_types), (gst_sinesrc_src_query),
20772         (gst_sinesrc_newsegment):
20773           Send newsegment event in TIME format, set duration if
20774           num-buffers is set, fix duration querying.
20775
20776 2005-11-10  Michael Smith <msmith@fluendo.com>
20777
20778         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
20779         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
20780         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
20781         (gst_ogg_mux_collected):
20782          Fix EOS handling, partially. Now forwarding an EOS event once we have
20783          EOS on all pads works correctly. However, we still don't properly set
20784          EOS on the actual ogg stream pages.
20785
20786 2005-11-09  Tim-Philipp Müller  <tim at centricular dot net>
20787
20788         * gst/playback/gstplaybin.c: (gst_play_bin_dispose):
20789           Set elements to NULL state before disposing of them.
20790
20791 2005-11-08  Sebastien Cote  <sebas642 at yahoo dot ca>
20792
20793         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
20794
20795         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20796         (gst_base_rtp_depayload_init),
20797         (gst_base_rtp_depayload_set_gst_timestamp):
20798         * gst-libs/gst/rtp/gstbasertpdepayload.h:
20799           We need to send a newsegment event for each instance, not
20800           just for the first instance of this class (get rid of
20801           static variable in function). (#321011).
20802           
20803 2005-11-08  Michael Smith <msmith@fluendo.com>
20804
20805         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
20806         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_buffer),
20807         (gst_ogg_mux_dequeue_page), (gst_ogg_mux_pad_queue_page),
20808         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
20809           Forward port rewrite of muxing strategy to 0.9 version of oggmux.
20810           This makes us mux things correctly according to the ogg muxing
20811           rules. Still not handling EOS correctly right now, though.
20812
20813 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
20814
20815         * gst/audioconvert/gstaudioconvert.c:
20816           Fix typo in docs. 
20817
20818 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
20819
20820         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
20821         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new):
20822           Initialise segment_stop to GST_CLOCK_TIME_NONE when
20823           creating a new chain; should fix live streaming. Also
20824           add more debug output and fix a typo.
20825
20826 2005-11-08  Brian Cameron  <brian dot cameron at sun dot com>
20827
20828         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
20829
20830         * gst/volume/gstvolume.c: (volume_set_caps):
20831           Fix compilation on Solaris with Forte. (#320923)
20832
20833 2005-11-08  Wim Taymans  <wim@fluendo.com>
20834
20835         * gst-libs/gst/audio/gstbaseaudiosink.c:
20836         (gst_base_audio_sink_render):
20837         No need to do a typecheck.
20838
20839 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
20840
20841         * ext/alsa/gstalsa.h:
20842           We register a debug category, so let's use it.
20843
20844 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
20845
20846         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20847         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_wait):
20848         Fixed a small problem.
20849
20850 2005-11-04  Wim Taymans  <wim@fluendo.com>
20851
20852         * examples/seeking/Makefile.am:
20853         * examples/seeking/scrubby.c: (gst_element_factory_make_or_warn),
20854         (dynamic_link), (setup_dynamic_link), (make_wav_pipeline),
20855         (make_playerbin_pipeline), (format_value), (update_scale),
20856         (speed_cb), (seek_cb), (do_seek), (start_seek), (stop_seek),
20857         (play_cb), (pause_cb), (stop_cb), (print_message), (bus_message),
20858         (print_usage), (main):
20859         Added app for playback speed testing.
20860
20861         * examples/seeking/seek.c: (dynamic_link),
20862         (make_avi_msmpeg4v3_mp3_pipeline), (make_avi_pipeline),
20863         (make_mpeg_pipeline), (do_seek), (set_update_scale),
20864         (message_received), (main):
20865         Updated seek example.
20866
20867 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
20868
20869         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20870         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
20871         (gst_base_rtp_depayload_thread), (gst_base_rtp_depayload_wait),
20872         (gst_base_rtp_depayload_set_clock):
20873         * gst-libs/gst/rtp/gstbasertpdepayload.h:
20874         Don't sleep on the bench (system clock) when you have a nice 
20875         comfortable bed (Gstreamer clock) to sleep on.
20876
20877 2005-11-03  Wim Taymans  <wim@fluendo.com>
20878
20879         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
20880         (gst_decode_bin_dispose), (free_dynamics), (remove_fakesink),
20881         (pad_blocked), (close_pad_link), (new_pad), (no_more_pads):
20882         Handle the case where a pad_block failed.
20883
20884 2005-11-02  Sebastien Cote  <sebas642@yahoo.ca> 
20885
20886         reviewed by: Zeeshan Ali  <zeenix@gmail.com>
20887
20888         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20889         (gst_base_rtp_depayload_add_to_queue),
20890         (gst_base_rtp_depayload_push),
20891         (gst_base_rtp_depayload_set_gst_timestamp),
20892         (gst_base_rtp_depayload_queue_release):
20893           Fixes some bugs in the depayloader's queuing/de-queueing code.
20894
20895 2005-10-31  Michael Smith <msmith@fluendo.com>
20896
20897         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
20898         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
20899         (gst_ogg_demux_collect_chain_info), (gst_ogg_print):
20900           Patch from Alessandro Decina <alessandro@nnva.org>.
20901           Make oggdemux only find the final time in a chain, not per-pad,
20902           since the per-pad information can be very expensive to locate, and
20903           it isn't used anywhere. This makes reading a file containing
20904           OggSkeleton reasonably fast.
20905           Also, make chain finding work when there are logical bitstreams that
20906           can't be decoded. Fixes #319110.
20907
20908 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
20909
20910         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20911         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
20912         (gst_base_rtp_depayload_chain),
20913         (gst_base_rtp_depayload_add_to_queue),
20914         (gst_base_rtp_depayload_push),
20915         (gst_base_rtp_depayload_set_gst_timestamp),
20916         (gst_base_rtp_depayload_queue_release),
20917         (gst_base_rtp_depayload_start_thread),
20918         (gst_base_rtp_depayload_set_property),
20919         (gst_base_rtp_depayload_get_property):
20920         * gst-libs/gst/rtp/gstbasertpdepayload.h:
20921         Some random fixes, to fullfill the desires of thomas.
20922
20923 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
20924
20925         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20926         (gst_base_rtp_depayload_add_to_queue),
20927         (gst_base_rtp_depayload_push):
20928         Fixed the queueing algorithm.
20929
20930 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
20931
20932         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20933         (gst_base_rtp_depayload_push):
20934         A small fix
20935
20936 2005-10-31  Wim Taymans  <wim@fluendo.com>
20937
20938         * gst-libs/gst/audio/gstringbuffer.h:
20939         Don't break ABI.
20940
20941         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
20942         (gst_ffmpeg_caps_to_pixfmt):
20943         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
20944         (gst_ffmpegcsp_set_caps):
20945         Some more comments.
20946         Handle missing required caps fields better.
20947
20948 2005-10-31  Wim Taymans  <wim@fluendo.com>
20949
20950         * gst-libs/gst/audio/gstbaseaudiosink.c:
20951         (gst_base_audio_sink_event), (gst_base_audio_sink_get_offset),
20952         (gst_base_audio_sink_render):
20953         * gst-libs/gst/audio/gstringbuffer.c:
20954         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
20955         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
20956         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_pause),
20957         (gst_ring_buffer_stop), (wait_segment), (gst_ring_buffer_commit),
20958         (gst_ring_buffer_read):
20959         * gst-libs/gst/audio/gstringbuffer.h:
20960         Add flushing mode to the ringbuffer so that it in all cases does
20961         not try to handle more audio. This makes sure it does not try to
20962         block anymore when flushing and fixes a livelock.
20963
20964 2005-10-29  Tim-Philipp Müller  <tim at centricular dot net>
20965
20966         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
20967         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
20968         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain):
20969           Explicitly check for -1 values before doing a conversion
20970           and always map them to -1. (#315545)
20971
20972 2005-10-28  Thomas Vander Stichele  <thomas at apestaart dot org>
20973
20974         * gst/playback/gstplaybin.c: (gen_video_element):
20975           first try autovideosink, then xvimagesink, then error out
20976         * po/POTFILES.in:
20977           add translatable file
20978         * po/af.po:
20979         * po/az.po:
20980         * po/cs.po:
20981         * po/en_GB.po:
20982         * po/hu.po:
20983         * po/it.po:
20984         * po/nb.po:
20985         * po/nl.po:
20986         * po/or.po:
20987         * po/sq.po:
20988         * po/sr.po:
20989         * po/sv.po:
20990         * po/uk.po:
20991         * po/vi.po:
20992           update translations
20993
20994 2005-10-27  Philippe Khalaf <burger at speedy dot org> 
20995
20996         * gst-libs/gst/rtp/gstbasedepayload.c:
20997         * gst-libs/gst/rtp/gstbasedepayload.h:
20998           Minor cleanups
20999
21000 2005-10-27  Tim-Philipp Müller  <tim at centricular dot net>
21001
21002         * gst/playback/.cvsignore:
21003         * gst/playback/decodetest.c:
21004         * gst/playback/test3.c:
21005           Port these two tests as well.
21006
21007 2005-10-27  Wim Taymans  <wim@fluendo.com>
21008
21009         * ext/theora/theoradec.c: (theora_dec_src_query),
21010         (theora_dec_sink_event):
21011         * ext/theora/theoraenc.c: (theora_enc_sink_event),
21012         (theora_enc_change_state):
21013         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
21014         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
21015         Take proper locks when handling events.
21016
21017 2005-10-27  Wim Taymans  <wim@fluendo.com>
21018
21019         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_collected),
21020         (gst_adder_change_state):
21021         Fix timestamps and fix deadlock when stopping the collectpads.
21022
21023 2005-10-27  Zeeshan Ali  <zeenix@gmail.com>
21024
21025         * gst-libs/gst/rtp/gstrtpbuffer.h:
21026         Declaring the payload types as strings too so that they can be used
21027         in the padtemplate inialization.
21028
21029 2005-10-26  Andre Magalhaes  <andrunko@gmail.com>
21030
21031         reviewed by: Zeeshan Ali   <zeenix@gmail.com>
21032
21033         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21034         (gst_base_rtp_depayload_class_init):
21035         Fixes a small but nasty bug. The derived elements no longer segfaults
21036         on finalization.
21037
21038 2005-10-26  Michael Smith <msmith@fluendo.com>
21039
21040         * gst/audioconvert/audioconvert.c: (audio_convert_clean_context):
21041           When clearing an audioconvert context, set tmpbufsize to zero, so
21042           we'll allocate it again later if required.
21043           This fixes audioconvert re-negotiating formats, which previously
21044           segfaulted with a NULL destination buffer.
21045
21046 2005-10-26  Zeeshan Ali <zeenix@gmail.com>
21047
21048         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21049         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_push),
21050         (gst_base_rtp_depayload_set_gst_timestamp),
21051         (gst_base_rtp_depayload_queue_release):
21052         Fixed a smalll memleak.
21053
21054 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
21055         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21056         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_init),
21057         (gst_base_rtp_depayload_finalize),
21058         (gst_base_rtp_depayload_setcaps),
21059         (gst_base_rtp_depayload_add_to_queue),
21060         (gst_base_rtp_depayload_push),
21061         (gst_base_rtp_depayload_set_gst_timestamp),
21062         (gst_base_rtp_depayload_queue_release),
21063         (gst_base_rtp_depayload_thread),
21064         (gst_base_rtp_depayload_change_state):
21065         * gst-libs/gst/rtp/gstbasertpdepayload.h:
21066         Changed the C++ comments to C comments
21067
21068 2005-10-26  Tim-Philipp Müller  <tim at centricular dot net>
21069
21070         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init):
21071         * gst/tcp/gsttcpclientsrc.h:
21072         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init):
21073         * gst/tcp/gsttcpserversrc.h:
21074           Remove unused 'curoffset' structure member.
21075
21076 2005-10-25  Zeeshan Ali  <zeenix@gmail.com>
21077
21078         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21079         (gst_base_rtp_depayload_base_init),
21080         (gst_base_rtp_depayload_finalize):
21081         * gst-libs/gst/rtp/gstbasertpdepayload.h:
21082         * gst-libs/gst/rtp/gstbasertppayload.h:
21083           The pad-template on the sinkpad should be set by the derived classes.
21084           Also added some useful macros.
21085
21086 2005-10-24  Wim Taymans  <wim@fluendo.com>
21087
21088         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
21089         Correctly flush decoder samples even if we could not
21090         copy them to an output buffer. Fixes #319618.
21091
21092 2005-10-24  Julien MOUTTE  <julien@moutte.net>
21093
21094         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
21095         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Check
21096         the caps against our xcontext caps.
21097
21098 2005-10-24  Wim Taymans  <wim@fluendo.com>
21099
21100         * gst-libs/gst/audio/gstbaseaudiosink.c:
21101         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
21102         Remove g_print
21103         Use sync property from baseclass to disable sync.
21104
21105 2005-10-24  Wim Taymans  <wim@fluendo.com>
21106
21107         * gst-libs/gst/audio/gstbaseaudiosink.c:
21108         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
21109         Buffers with no timestamps get aligned with previous buffers or
21110         on underrun, played ASAP.
21111
21112 2005-10-24  Julien MOUTTE  <julien@moutte.net>
21113
21114         * gst-libs/gst/video/video.h:
21115         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
21116         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
21117         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): And
21118         here comes my change on caps for framerate and geometry range.
21119         We are now accepting 1 to MAXINT for width and height, and from
21120         0.0 to MAXDOUBLE for framerate. That allows duration less png frames
21121         to be blended correctly in videomixer.
21122
21123 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
21124
21125         * configure.ac:
21126           back to HEAD
21127
21128 === release 0.9.4 ===
21129
21130 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21131
21132         * NEWS:
21133         * RELEASE:
21134         * configure.ac:
21135           releasing 0.9.4, "Velociraptor"
21136
21137 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21138
21139         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
21140         * po/POTFILES.in:
21141           STOPPED -> FAILED
21142
21143 2005-10-21  Wim Taymans  <wim@fluendo.com>
21144
21145         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
21146         (gst_decode_bin_dispose), (free_dynamics), (pad_unblocked),
21147         (pad_blocked), (close_pad_link), (new_pad):
21148         Don't try to remove elements twice.
21149
21150 2005-10-21  Wim Taymans  <wim@fluendo.com>
21151
21152         * ext/theora/theoradec.c: (theora_dec_src_query),
21153         (theora_dec_sink_event):
21154         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
21155         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
21156         (vorbis_handle_data_packet):
21157         * ext/vorbis/vorbisdec.h:
21158         Fix old naming.
21159
21160         * gst-libs/gst/audio/gstbaseaudiosink.c:
21161         (gst_base_audio_sink_render):
21162         Don't try to sync on buffers without a timestamp.
21163
21164 2005-10-21  Wim Taymans  <wim@fluendo.com>
21165
21166         * ext/theora/theoradec.c: (theora_dec_src_query),
21167         (theora_dec_sink_event):
21168         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
21169         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
21170         (vorbis_handle_data_packet):
21171         * ext/vorbis/vorbisdec.h:
21172         Fix old naming.
21173
21174 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
21175
21176         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types),
21177         (gst_vorbisenc_src_query):
21178           Implement position and duration queries.
21179
21180         * gst/playback/test3.c: (update_scale), (main):
21181           Fix for async state changes and print nicer output.
21182
21183 2005-10-20  Wim Taymans  <wim@fluendo.com>
21184
21185         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
21186         (dump_element_stats), (main):
21187         * gst/playback/test6.c: (main):
21188         Fix tests again
21189
21190 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
21191
21192         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
21193         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
21194           Don't use functions for position queries when handling
21195           duration queries.
21196
21197 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
21198
21199         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
21200         (vorbis_handle_data_packet), (vorbis_dec_chain),
21201         (vorbis_dec_change_state):
21202         * ext/vorbis/vorbisdec.h:
21203           Vorbis streams can be embedded in other container formats
21204           than ogg, container formats where the demuxer might set 
21205           timestamps on encoded vorbis buffers instead of those silly 
21206           granulepos thingies. In short: make vorbisdec handle 
21207           timestamps on incoming buffers as well.
21208
21209 2005-10-20  Wim Taymans  <wim@fluendo.com>
21210
21211         * gst/playback/gstplaybasebin.c: (group_destroy),
21212         (gst_play_base_bin_change_state):
21213         Fix leak.
21214         Handle case where playbasebin is now ASYNC because
21215         decodebin is.
21216
21217 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
21218
21219         * gst/audioconvert/Makefile.am:
21220         * gst/audioconvert/bufferframesconvert.c:
21221         * gst/audioconvert/plugin.c: (plugin_init):
21222         * gst/audioconvert/plugin.h:
21223           And bye bye buffer-frames-convert
21224
21225 2005-10-19  Wim Taymans  <wim@fluendo.com>
21226
21227         * check/elements/audioconvert.c:
21228         * docs/libs/tmpl/gstaudio.sgml:
21229         * docs/libs/tmpl/gstcolorbalance.sgml:
21230         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
21231         (vorbis_handle_identification_packet), (vorbis_handle_data_packet):
21232         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
21233         * gst-libs/gst/audio/audio.c: (gst_audio_structure_set_int):
21234         * gst-libs/gst/audio/audio.h:
21235         * gst/audioconvert/audioconvert.h:
21236         * gst/audioconvert/gstaudioconvert.c:
21237         (gst_audio_convert_parse_caps):
21238         * gst/volume/gstvolume.c:
21239         Bye bye buffer-frames.
21240
21241 2005-10-19  Wim Taymans  <wim@fluendo.com>
21242
21243         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
21244         (query_positions_elems), (query_positions_pads), (update_scale),
21245         (do_seek), (set_update_scale), (message_received), (main):
21246         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
21247         (gst_ogg_demux_perform_seek), (gst_ogg_demux_find_chains),
21248         (gst_ogg_demux_loop):
21249         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
21250         * ext/theora/theoradec.c: (theora_dec_src_query),
21251         (theora_dec_sink_event):
21252         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
21253         (vorbis_dec_sink_event), (vorbis_handle_data_packet):
21254         * gst/adder/gstadder.c: (gst_adder_query):
21255         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
21256         * gst/playback/test3.c: (update_scale):
21257         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
21258         (dump_element_stats), (main):
21259         * gst/playback/test6.c: (main):
21260         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
21261         Query API update.
21262
21263 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
21264
21265         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
21266         (xml_check_first_element), (xml_type_find), (smil_type_find),
21267         (plugin_init):
21268           Add typefinding for SMIL and for generic XML. Based on patch by
21269           Akos Maroy (#308663).
21270
21271 2005-10-18  Wim Taymans  <wim@fluendo.com>
21272
21273         * gst/playback/Makefile.am:
21274         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
21275         (gst_decode_bin_dispose), (dynamic_create), (dynamic_free),
21276         (free_dynamics), (pad_unblocked), (pad_blocked), (close_pad_link),
21277         (try_to_link_1), (new_pad), (no_more_pads), (type_found),
21278         (gst_decode_bin_change_state):
21279         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
21280         (gst_play_bin_send_event_to_sink):
21281         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
21282         (dump_element_stats), (main):
21283         * gst/playback/test6.c: (main):
21284         Make playbin async, it'll commit state to paused when all streams
21285         are detected.
21286         Remove ugly hack.
21287         Added test6.c to show async behaviour.
21288
21289 2005-10-18  Wim Taymans  <wim@fluendo.com>
21290
21291         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
21292         (gst_ogg_demux_perform_seek), (gst_ogg_demux_loop):
21293         Fix for segment-start/stop API change.
21294
21295 2005-10-18  Wim Taymans  <wim@fluendo.com>
21296
21297         * check/Makefile.am:
21298         * check/clocks/selection.c: (GST_START_TEST), (volume_suite),
21299         (main):
21300         Add future test for clock selection.
21301
21302 2005-10-18  Wim Taymans  <wim@fluendo.com>
21303
21304         * ext/alsa/gstalsasink.c: (gst_alsasink_init),
21305         (gst_alsasink_close):
21306         Set handle to NULL.
21307
21308         * gst-libs/gst/audio/gstringbuffer.c:
21309         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
21310         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
21311         (gst_ring_buffer_start), (gst_ring_buffer_pause),
21312         (gst_ring_buffer_stop), (gst_ring_buffer_commit),
21313         (gst_ring_buffer_read):
21314         More debug info.
21315
21316 2005-10-17  Stefan Kost  <ensonic@users.sf.net>
21317
21318         * gst/audiotestsrc/Makefile.am:
21319         * gst/sine/Makefile.am:
21320         * gst/volume/Makefile.am:
21321           fix broken build of controllerized plugins
21322
21323 2005-10-17  Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
21324
21325         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
21326
21327         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
21328         (gst_riff_create_video_template_caps):
21329           Add support for Indeo-3 (IV32).
21330
21331 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
21332
21333         * configure.ac:
21334           rewrite
21335
21336 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
21337
21338         * gst-libs/gst/video/video.c: (gst_video_get_size):
21339         * gst/audiotestsrc/gstaudiotestsrc.c:
21340           doc updates
21341
21342 2005-10-17  Andy Wingo  <wingo@pobox.com>
21343
21344         * ext/ogg/gstoggmux.c (gst_ogg_mux_queue_pads): Fix bug introduced
21345         with the collectpads change.
21346         (gst_ogg_mux_send_headers): Elevate warning to a g_critical.
21347
21348         * gst/tcp/gstmultifdsink.c: Convert to use the boilerplate macro.
21349
21350         * gst/tcp/gsttcp.c (gst_tcp_socket_read): Comment update.
21351
21352         * ext/theora/theoraenc.c (theora_buffer_from_packet): Pass the
21353         alloc_buffer flow return to callers.
21354         (theora_enc_chain, theora_enc_chain): Adapt to buffer_from_packet
21355         change. Fix some memleaks in theoraenc.
21356
21357         * ext/ogg/gstoggmux.c (gst_ogg_mux_send_headers): Fix a segfault
21358         in strange circumstance.
21359
21360 2005-10-17  Julien MOUTTE  <julien@moutte.net>
21361
21362         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
21363         (gst_ffmpegcsp_get_unit_size): We are asked to compute a buffer size
21364         from caps, let's use the caps...
21365
21366 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
21367
21368         * configure.ac:
21369           put back AX_CREATE_STDINT_H, ffmpegcolorspace includes _stdint.h
21370
21371 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
21372
21373         * gst-libs/gst/interfaces/Makefile.am:
21374           fix silly typo
21375
21376 2005-10-16  Andy Wingo  <wingo@pobox.com>
21377
21378         * gst/playback/gstdecodebin.c
21379         (gst_element_set_state_like_a_crazy_man): New kraaaaaaazy
21380         function!
21381         (try_to_link_1): Increase kraziness level.
21382
21383 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
21384
21385         * configure.ac:
21386           restructure like the core one
21387         * gst-libs/gst/audio/Makefile.am:
21388         * gst-libs/gst/interfaces/Makefile.am:
21389         * gst-libs/gst/net/Makefile.am:
21390         * gst-libs/gst/riff/Makefile.am:
21391         * gst-libs/gst/rtp/Makefile.am:
21392         * gst-libs/gst/tag/Makefile.am:
21393         * gst-libs/gst/video/Makefile.am:
21394           use correct linker flags, now the libs are properly versioned
21395         * check/elements/audioconvert.c: (verify_convert):
21396         * ext/alsa/gstalsaplugin.c:
21397         * ext/cdparanoia/gstcdparanoia.c:
21398         * ext/gnomevfs/gstgnomevfs.c:
21399         * ext/libvisual/visual.c:
21400         * ext/ogg/gstogg.c:
21401         * ext/ogg/gstoggparse.c: (gst_ogg_parse_chain):
21402         * ext/theora/theora.c:
21403         * ext/vorbis/vorbis.c:
21404         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
21405         * gst-libs/gst/tag/gsttagediting.c:
21406         * gst-libs/gst/video/video.c:
21407         * gst/adder/gstadder.c:
21408         * gst/audioconvert/plugin.c:
21409         * gst/audiorate/gstaudiorate.c:
21410         * gst/audioresample/gstaudioresample.c:
21411         * gst/audioresample/resample_ref.c: (resample_scale_ref):
21412         * gst/audioscale/gstaudioscale.c:
21413         * gst/audioscale/resample.c:
21414         * gst/audiotestsrc/gstaudiotestsrc.c:
21415         * gst/ffmpegcolorspace/gstffmpeg.c:
21416         * gst/playback/gstdecodebin.c: (close_pad_link):
21417         * gst/playback/gstplaybin.c: (gen_video_element),
21418         (gen_audio_element):
21419         * gst/sine/gstsinesrc.c:
21420         * gst/subparse/gstsubparse.c:
21421         * gst/tags/gsttagediting.c:
21422         * gst/tcp/gsttcpplugin.c:
21423         * gst/typefind/gsttypefindfunctions.c:
21424         * gst/videorate/gstvideorate.c:
21425         * gst/videoscale/gstvideoscale.c:
21426         * gst/videotestsrc/gstvideotestsrc.c:
21427         * gst/volume/gstvolume.c:
21428         * sys/v4l/gstv4l.c:
21429         * sys/ximage/ximage.c:
21430         * sys/xvimage/xvimagesink.c:
21431           fix up defines
21432
21433 2005-10-13  Tim-Philipp Müller  <tim at centricular dot net>
21434
21435         * ext/vorbis/vorbisenc.c:
21436         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
21437         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
21438         (gst_tag_to_vorbis_comments):
21439           Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE.
21440
21441 2005-10-13  Stefan Kost  <ensonic@users.sf.net>
21442
21443         * examples/stats/mp2ogg.c:
21444         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
21445           typo fixes
21446
21447 2005-10-13  Michael Smith <msmith@fluendo.com>
21448
21449         * ext/ogg/gstoggmux.c:
21450           Use magic glib macros to define constants as 64 bit, to ensure
21451           appropriate vararg passing.
21452
21453 2005-10-13  Michael Smith <msmith@fluendo.com>
21454
21455         * ext/ogg/gstoggmux.c:
21456         * gst/audioconvert/audioconvert.c: (float):
21457           Don't use LL suffix, as it's not portable, and neither of these
21458           uses required it anyway.
21459
21460 2005-10-12  Stefan Kost  <ensonic@users.sf.net>
21461
21462         * examples/indexing/indexmpeg.c: (main):
21463         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get),
21464         (cdparanoia_open), (cdparanoia_close), (cdparanoia_event),
21465         (cdparanoia_convert), (cdparanoia_query):
21466         * ext/cdparanoia/gstcdparanoia.h:
21467         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
21468         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file),
21469         (gst_gnomevfssink_chain), (gst_gnomevfssink_change_state):
21470         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
21471         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init):
21472         * gst/playback/gststreamselector.c: (gst_stream_selector_init):
21473         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
21474         (gst_multifdsink_render), (gst_multifdsink_start),
21475         (gst_multifdsink_stop):
21476         * gst/tcp/gstmultifdsink.h:
21477         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init),
21478         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
21479         (gst_tcpclientsink_stop):
21480         * gst/tcp/gsttcpclientsink.h:
21481         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
21482         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_create),
21483         (gst_tcpclientsrc_start), (gst_tcpclientsrc_stop):
21484         * gst/tcp/gsttcpclientsrc.h:
21485         * gst/tcp/gsttcpserversink.h:
21486         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init),
21487         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
21488         (gst_tcpserversrc_stop):
21489         * gst/tcp/gsttcpserversrc.h:
21490         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
21491         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
21492         * sys/ximage/ximagesink.c: (gst_ximagesink_init):
21493           renamed GST_FLAGS macros to GST_OBJECT_FLAGS
21494           moved bitshift from macro to enum definition
21495
21496 2005-10-12  Wim Taymans  <wim@fluendo.com>
21497
21498         * examples/seeking/Makefile.am:
21499         Oops.
21500
21501 2005-10-12  Wim Taymans  <wim@fluendo.com>
21502
21503         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
21504         (gst_ring_buffer_read), (gst_ring_buffer_clear):
21505         Don't assert on normal stuff.
21506
21507         * gst/playback/gstplaybin.c: (do_playbin_seek):
21508         API fix.
21509
21510 2005-10-12  Wim Taymans  <wim@fluendo.com>
21511
21512         * check/pipelines/simple_launch_lines.c: (run_pipeline):
21513         * examples/seeking/Makefile.am:
21514         * examples/seeking/cdplayer.c: (play_cb), (pause_cb), (stop_cb):
21515         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
21516         (do_seek), (set_update_scale), (message_received), (main):
21517         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
21518         (gst_ring_buffer_read), (gst_ring_buffer_clear):
21519         Update for _get_state() API change.
21520
21521 2005-10-11  Wim Taymans  <wim@fluendo.com>
21522
21523         * gst-libs/gst/audio/gstbaseaudiosink.c:
21524         (gst_base_audio_sink_render):
21525         * gst-libs/gst/audio/gstbaseaudiosrc.c:
21526         (gst_base_audio_src_create):
21527         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
21528         (gst_ring_buffer_read):
21529         Cleanups.
21530         Commit and read from ringbuffer in samples rather than bytes.
21531
21532 2005-10-11  Wim Taymans  <wim@fluendo.com>
21533
21534         * gst-libs/gst/audio/gstbaseaudiosink.c:
21535         (gst_base_audio_sink_render):
21536         Respect segment rate and accum when scheduling samples.
21537
21538 2005-10-11  Julien MOUTTE  <julien@moutte.net>
21539
21540         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
21541         (gst_ogg_mux_collected): Quick hack to fix build. We need to handle
21542         EOS correctly, that needs more work.
21543
21544 2005-10-11  Wim Taymans  <wim@fluendo.com>
21545
21546         * check/generic/states.c: (GST_START_TEST):
21547         remove old property.
21548
21549         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
21550         (gst_ogg_demux_perform_seek):
21551         * ext/theora/theoradec.c: (theora_dec_sink_event):
21552         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
21553         (vorbis_handle_data_packet):
21554         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21555         (gst_base_rtp_depayload_set_gst_timestamp):
21556         * gst/videorate/gstvideorate.c: (gst_videorate_event):
21557         Update for newsegment API change.
21558
21559 2005-10-11  Michael Smith <msmith@fluendo.com>
21560
21561         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
21562         (do_playbin_seek), (gst_play_bin_send_event):
21563           Override send_event differently, so that we can takes bits of
21564           functionality from GstPipeline (special handling for seeks,
21565           including pausing/resuming, and resetting stream time) and still get
21566           the appropriate behaviour of only forwarding event to a single sink,
21567           rather than all of them.
21568           Unfortunately requires a lot of code duplication, but the
21569           alternatives are equally ugly in the end.
21570
21571 2005-10-11  Thomas Vander Stichele  <thomas at apestaart dot org>
21572
21573         * check/elements/audioconvert.c: (setup_audioconvert),
21574         (cleanup_audioconvert), (get_int_caps), (verify_convert),
21575         (GST_START_TEST), (audioconvert_suite):
21576           clean up tests a little, fix some leaks.
21577
21578 2005-10-10  Wim Taymans  <wim@fluendo.com>
21579
21580         * ext/alsa/gstalsasink.c:
21581         Also allow unsigned int.
21582
21583         * gst-libs/gst/audio/gstbaseaudiosrc.c:
21584         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
21585         Small cleanup
21586
21587 2005-10-10  Wim Taymans  <wim@fluendo.com>
21588
21589         * check/pipelines/simple_launch_lines.c: (run_pipeline):
21590         Small update, use API as stated in design docs.
21591
21592         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
21593         (update_scale), (do_seek), (seek_cb), (set_update_scale),
21594         (start_seek), (stop_seek), (play_cb), (pause_cb), (stop_cb),
21595         (message_received), (main):
21596         Updated seek example for GOption. Some usability improvements.
21597
21598 2005-10-10  Wim Taymans  <wim@fluendo.com>
21599
21600         * gst/audioconvert/audioconvert.h:
21601         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
21602         (gst_channel_mix_setup_matrix), (gst_channel_mix_mix):
21603         Alloc temp storage somewhere else where we can do it more
21604         portable.
21605
21606 2005-10-10  Wim Taymans  <wim@fluendo.com>
21607
21608         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_create),
21609         (gst_tcpserversrc_start):
21610         Don't block in accept while doing the state change, move
21611         to poll and make cancellable.
21612
21613 2005-10-09  Philippe Khalaf <burger@speedy.org>
21614
21615         * gst-libs/gst/rtp/rtpbasedepayload.c:
21616         Set timestamp and add queue delay to timestamp
21617         * gst-libs/gst/rtp/rtpbuffer.h:
21618         Set correct payload type for h263
21619
21620 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
21621
21622         * gst/audiotestsrc/gstaudiotestsrc.c:
21623         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_class_init),
21624         (gst_audiotestsrc_init), (gst_audiotestsrc_create_sine),
21625         (gst_audiotestsrc_create_square), (gst_audiotestsrc_create_saw),
21626         (gst_audiotestsrc_create_triangle),
21627         (gst_audiotestsrc_create_silence),
21628         (gst_audiotestsrc_create_white_noise),
21629         (gst_audiotestsrc_init_pink_noise),
21630         (gst_audiotestsrc_generate_pink_noise_value),
21631         (gst_audiotestsrc_create_pink_noise),
21632         (gst_audiotestsrc_change_wave):
21633         * gst/audiotestsrc/gstaudiotestsrc.h:
21634           fixed typo, added pink noise
21635
21636 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
21637
21638         * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find),
21639         (plugin_init):
21640           Add wavpack and spc typefind functions from 0.8 branch.
21641
21642 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
21643
21644         * gst/typefind/gsttypefindfunctions.c: (tar_type_find),
21645         (ar_type_find), (msdos_type_find), (plugin_init):
21646           Add typefind functions for tar archives, ar archives,
21647           RAR archives, and msdos-executables (dlls, exe, etc.).
21648           Some of those would be wrongly identified as mpeg
21649           streams of some sort before (#315550).
21650
21651 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
21652
21653         * configure.ac:
21654         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
21655         * docs/plugins/gst-plugins-base-plugins-sections.txt:
21656         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
21657         * gst/audiotestsrc/Makefile.am:
21658         * gst/audiotestsrc/gstaudiotestsrc.c:
21659         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_base_init),
21660         (gst_audiotestsrc_class_init), (gst_audiotestsrc_init),
21661         (gst_audiotestsrc_src_fixate), (gst_audiotestsrc_setcaps),
21662         (gst_audiotestsrc_get_query_types), (gst_audiotestsrc_src_query),
21663         (gst_audiotestsrc_wait), (gst_audiotestsrc_unlock),
21664         (gst_audiotestsrc_create_sine), (gst_audiotestsrc_create_square),
21665         (gst_audiotestsrc_create_saw), (gst_audiotestsrc_create_triangle),
21666         (gst_audiotestsrc_create_silence),
21667         (gst_audiotestsrc_create_white_noise),
21668         (gst_audiotestsrc_change_wave), (gst_audiotestsrc_create),
21669         (gst_audiotestsrc_set_property), (gst_audiotestsrc_get_property),
21670         (gst_audiotestsrc_start), (plugin_init):
21671         * gst/audiotestsrc/gstaudiotestsrc.h:
21672           add new plugin and element
21673         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init):
21674           use gobject_class
21675
21676 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
21677
21678         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_class_init),
21679         (gst_adder_init), (gst_adder_request_new_pad),
21680         (gst_adder_change_state):
21681           Add query function to source pad, so adder reports the correct
21682           time/sample position when queried (#315457); fix state change
21683           function; use GST_DEBUG_FUNCPTR() for pad functions.
21684
21685 2005-10-08  Thomas Vander Stichele  <thomas at apestaart dot org>
21686
21687         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find):
21688           Fix leaks in typefind registration
21689           Clean up the gratuitous commenting and whitespacing a little
21690
21691 2005-10-08  Wim Taymans  <wim@fluendo.com>
21692
21693         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_stop):
21694         Only actually wait for the thread to be stopped if it's 
21695         running.
21696
21697 2005-10-08  Wim Taymans  <wim@fluendo.com>
21698
21699         * gst-libs/gst/audio/gstbaseaudiosink.c:
21700         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
21701         If we receive EOS we can start playback of what we had.
21702
21703 2005-10-08  Wim Taymans  <wim@fluendo.com>
21704
21705         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
21706         (gst_multifdsink_finalize), (multifdsink_hash_remove),
21707         (gst_multifdsink_stop):
21708         Fix crasher when going to NULL multiple times.
21709
21710 2005-10-06  Wim Taymans  <wim@fluendo.com>
21711
21712         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event),
21713         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
21714         * gst-libs/gst/audio/gstbaseaudiosrc.h:
21715         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
21716         patch from Edgard Lima <edgard.lima@indt.org.br>
21717         Fixed gstbaseaudiosrc adding ring buffer sync to it.
21718
21719 2005-10-06  Wim Taymans  <wim@fluendo.com>
21720
21721         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
21722         Report the FLOW_RETURN as string in the error message.
21723
21724         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_clear_all):
21725         Don't assert when clearing an unnegotiated buffer.
21726
21727 2005-10-04  Michael Smith <msmith@fluendo.com>
21728
21729         * gst/playback/gstplaybasebin.c: (group_destroy),
21730         (gen_preroll_element), (remove_groups), (setup_source):
21731         * gst/playback/gstplaybin.c: (remove_sinks), (add_sink),
21732         (setup_sinks), (gst_play_bin_send_event),
21733         (gst_play_bin_change_state):
21734           Set state to NULL before removing from bin. Fix refcounting.
21735
21736 2005-10-04  Michael Smith <msmith@fluendo.com>
21737
21738         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
21739           Correct refcounting in send_event() function. Previously was wrong
21740           if the first sink was unable to handle the event.
21741
21742 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
21743
21744         * configure.ac:
21745           back to development
21746
21747 === release 0.9.3 ===
21748
21749 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
21750
21751         * configure.ac:
21752           Releasing 0.9.3, "De Facto"
21753
21754 2005-10-03  Andy Wingo  <wingo@pobox.com>
21755
21756         * gst/playback/gstdecodebin.c (try_to_link_1)
21757         (remove_element_chain): set element to NULL before removing it.
21758
21759 2005-10-02  Johan Dahlin  <johan@gnome.org>
21760
21761         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_uri_get_protocols): 
21762         protect gst_gnomevfs_get_supported_uris by a mutex, to make it
21763         MT safe.
21764
21765 2005-10-02  Andy Wingo  <wingo@pobox.com>
21766
21767         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_clear) 
21768         (gst_ring_buffer_prepare_read): 
21769         * gst-libs/gst/audio/gstaudiosink.c (audioringbuffer_thread_func):
21770         Demote to LOG.
21771
21772 2005-09-29  Wim Taymans  <wim@fluendo.com>
21773
21774         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
21775         * ext/theora/theoradec.c: (theora_handle_data_packet):
21776         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
21777         Propagate error codes from alloc_buffer too.
21778
21779 2005-09-29  Wim Taymans  <wim@fluendo.com>
21780
21781         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
21782         We use fixed caps.
21783
21784         * gst/playback/Makefile.am:
21785         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
21786         (dump_element_stats), (main):
21787         Added example stream introspection code.
21788
21789 2005-09-28  Stefan Kost  <ensonic@users.sf.net>
21790
21791         * gst/adder/gstadder.c: (gst_adder_collected):
21792           fix adder for float elements
21793
21794 2005-09-28  Wim Taymans  <wim@fluendo.com>
21795
21796         * gst-libs/gst/audio/gstbaseaudiosink.c:
21797         (gst_base_audio_sink_class_init),
21798         (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
21799         * gst-libs/gst/audio/gstbaseaudiosrc.c:
21800         (gst_base_audio_src_class_init),
21801         (gst_base_audio_src_provide_clock):
21802         get_clock -> provide_clock
21803
21804 2005-09-28  Andy Wingo  <wingo@pobox.com>
21805
21806         * gst/videotestsrc/gstvideotestsrc.c: Implement live source mode
21807         and unlocking.
21808
21809         * gst/sine/gstsinesrc.c (gst_sinesrc_unlock): Actually implement
21810         unlocking.
21811
21812         * gst/tcp/gsttcpclientsink.c (gst_tcpclientsink_base_init):
21813         Actually add the pad template.
21814         (gst_tcpclientsink_get_type): We're a base sink. Woot, works.
21815
21816         * gst/tcp/gsttcpserversrc.c: Go ahead and fix up serversrc while
21817         I'm at it...
21818
21819         * gst/tcp/gsttcpclientsrc.c: Make interruptable -- code stolen
21820         from fdsrc. Get caps in create() instead of start() so it can be
21821         interrupted. Interruption somewhat untested.
21822
21823         * gst/tcp/gsttcp.c (gst_tcp_read_buffer, gst_tcp_socket_read):
21824         Proper EOS handling.
21825
21826 2005-09-27  Andy Wingo  <wingo@pobox.com>
21827
21828         * gst/tcp/gsttcpclientsrc.c: Cleaned up.
21829
21830         * gst/tcp/gsttcpserversrc.c: Cleaned up.
21831
21832         * gst/tcp/gsttcpclientsrc.c: Updated for new gsttcp API.
21833
21834         * gst/tcp/gsttcp.h: 
21835         * gst/tcp/gsttcp.c (gst_tcp_read_buffer): New function, factored
21836         out of tcpclientsrc.c. Cancellable.
21837         (gst_tcp_socket_read): Made private, cancellable, with better
21838         diagnostics. Also the FIONREAD ioctl takes a int*, not a size_t*.
21839         (gst_tcp_gdp_read_buffer): Made cancellable, actually returns the
21840         whole buffer, and better diagnostics.
21841         (gst_tcp_gdp_read_caps): Same.
21842
21843         * gst/sine/gstsinesrc.c (gst_sinesrc_wait): Add the base time.
21844
21845 2005-09-26  Andy Wingo  <wingo@pobox.com>
21846
21847         * gst/sine/gstsinesrc.h:
21848         * gst/sine/gstsinesrc.c: Refactor, remove the table lookup code,
21849         change the 'sync' property to 'is-live' and implement it halfway,
21850         update for controller api change.
21851
21852         * gst/volume/gstvolume.c (volume_transform_ip): Update for
21853         controller api change.
21854
21855 2005-09-24  Wim Taymans  <wim@fluendo.com>
21856
21857         * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
21858         * gst-libs/gst/audio/gstaudiosink.c:
21859         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
21860         (gst_audioringbuffer_stop):
21861         * gst-libs/gst/audio/gstbaseaudiosink.c:
21862         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
21863         (gst_base_audio_sink_change_state):
21864         * gst-libs/gst/audio/gstbaseaudiosink.h:
21865         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop),
21866         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
21867         (gst_ring_buffer_commit), (gst_ring_buffer_read):
21868         * gst-libs/gst/audio/gstringbuffer.h:
21869         Fix sync again. Moved sample alignment to basesink.
21870
21871 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21872
21873         * docs/plugins/Makefile.am:
21874         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
21875         * docs/plugins/gst-plugins-base-plugins-sections.txt:
21876         * gst/volume/gstvolume.c:
21877           add/fix docs
21878         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size):
21879         * gst-libs/gst/audio/audio.h:
21880           add conversion macros for frames <-> clocktime
21881
21882 2005-09-23  David Schleef  <ds@schleef.org>
21883
21884         * gst/audioresample/Makefile.am:
21885         * gst/audioresample/debug.h:
21886         * gst/audioresample/gstaudioresample.c:
21887         * gst/audioresample/resample.c: Convert to using gst debugging
21888
21889 2005-09-22  Wim Taymans  <wim@fluendo.com>
21890
21891         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
21892         (gst_play_bin_send_event):
21893         Only seek on one sink, the first one that succeeds.
21894
21895 2005-09-22  Michael Smith <msmith@fluendo.com>
21896
21897         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
21898         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
21899         Don't flush encoder state unless we have an initialised encoder.
21900         Clear out encoder state on PAUSED_TO_READY.
21901
21902 2005-09-22  Wim Taymans  <wim@fluendo.com>
21903
21904         * gst-libs/gst/rtp/gstbasertppayload.c:
21905         (gst_basertppayload_class_init), (gst_basertppayload_init),
21906         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
21907         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
21908         (gst_basertppayload_is_filled), (gst_basertppayload_push),
21909         (gst_basertppayload_set_property),
21910         (gst_basertppayload_get_property),
21911         (gst_basertppayload_change_state):
21912         * gst-libs/gst/rtp/gstbasertppayload.h:
21913         Added max-ptime to control amount of data in the rtp packets.
21914
21915 2005-09-21  Andy Wingo  <wingo@pobox.com>
21916
21917         * gst/playback/gstplaybasebin.c: Attempt to fix up buffer probe
21918         thingies.
21919
21920         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Dispose
21921         can be called multiple times, dogs.
21922
21923 2005-09-21  Wim Taymans  <wim@fluendo.com>
21924
21925         * gst-libs/gst/rtp/gstbasertppayload.c:
21926         (gst_basertppayload_class_init), (gst_basertppayload_init),
21927         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
21928         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
21929         (gst_basertppayload_push), (gst_basertppayload_get_property),
21930         (gst_basertppayload_change_state):
21931         Allow 0 ssrc too.
21932
21933 2005-09-21  Stefan Kost  <ensonic@users.sf.net>
21934
21935         * docs/libs/compiling.sgml:
21936           fixing typos
21937
21938 2005-09-20  Wim Taymans  <wim@fluendo.com>
21939
21940         * gst-libs/gst/rtp/gstbasertppayload.c:
21941         (gst_basertppayload_class_init), (gst_basertppayload_init),
21942         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
21943         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
21944         (gst_basertppayload_push), (gst_basertppayload_set_property),
21945         (gst_basertppayload_get_property),
21946         (gst_basertppayload_change_state):
21947         * gst-libs/gst/rtp/gstbasertppayload.h:
21948         Added property to configure sequence number offsets.
21949
21950 2005-09-20  Wim Taymans  <wim@fluendo.com>
21951
21952         * gst-libs/gst/rtp/gstbasertppayload.c:
21953         (gst_basertppayload_class_init), (gst_basertppayload_init),
21954         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
21955         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
21956         (gst_basertppayload_push), (gst_basertppayload_set_property),
21957         (gst_basertppayload_get_property),
21958         (gst_basertppayload_change_state):
21959         * gst-libs/gst/rtp/gstbasertppayload.h:
21960         Make timestamp offset configurable.
21961
21962 2005-09-20  Thomas Vander Stichele  <thomas at apestaart dot org>
21963
21964         * check/pipelines/simple_launch_lines.c: (run_pipeline):
21965           fix wrong pop/unref
21966
21967 2005-09-19  Torsten Schoenfeld  <kaffeetisch at gmx dot net>
21968
21969         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
21970
21971         * gst-libs/gst/interfaces/propertyprobe.c:
21972         (gst_property_probe_probe_property_name),
21973         (gst_property_probe_needs_probe_name),
21974         (gst_property_probe_get_values_name),
21975         (gst_property_probe_probe_and_get_values_name):
21976           Fix wrong macro usage; it's G_OBJECT_GET_CLASS(obj) or
21977           G_OBJECT_CLASS(klass), not G_OBJECT_CLASS(obj). (#316571)
21978
21979 2005-09-19  Thomas Vander Stichele  <thomas at apestaart dot org>
21980
21981         * check/Makefile.am:
21982           have some tests be disabled for valgrinding
21983         * check/elements/vorbisdec.c: (cleanup_vorbisdec),
21984         (GST_START_TEST):
21985         * ext/vorbis/vorbisdec.c: (vorbisdec_finalize):
21986           Fix A Leak.  Chain To Parent Finalize.
21987
21988 2005-09-19  Wim Taymans  <wim@fluendo.com>
21989
21990         * examples/seeking/seek.c: (make_wav_pipeline), (main):
21991         Fixed wav pipeline.
21992
21993 2005-09-19  Wim Taymans  <wim@fluendo.com>
21994
21995         * gst-libs/gst/rtp/gstbasertppayload.c:
21996         (gst_basertppayload_class_init), (gst_basertppayload_init),
21997         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
21998         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
21999         (gst_basertppayload_push), (gst_basertppayload_get_property),
22000         (gst_basertppayload_change_state):
22001         Posting ERROR and WARNING messages is good.
22002
22003 2005-09-19  Wim Taymans  <wim@fluendo.com>
22004
22005         * gst-libs/gst/rtp/gstbasertpdepayload.c:
22006         (gst_base_rtp_depayload_add_to_queue),
22007         (gst_base_rtp_depayload_push),
22008         (gst_base_rtp_depayload_set_gst_timestamp),
22009         (gst_base_rtp_depayload_queue_release):
22010         This one was not supposed to go in.
22011
22012 2005-09-19  Wim Taymans  <wim@fluendo.com>
22013
22014         * check/pipelines/simple_launch_lines.c: (run_pipeline):
22015         Fix for bus API.
22016
22017         * gst-libs/gst/rtp/gstbasertpdepayload.c:
22018         (gst_base_rtp_depayload_chain),
22019         (gst_base_rtp_depayload_add_to_queue),
22020         (gst_base_rtp_depayload_push),
22021         (gst_base_rtp_depayload_set_gst_timestamp),
22022         (gst_base_rtp_depayload_queue_release):
22023         Some cleanups.
22024
22025         * gst-libs/gst/rtp/gstbasertppayload.c:
22026         (gst_basertppayload_class_init), (gst_basertppayload_init),
22027         (gst_basertppayload_setcaps), (gst_basertppayload_set_options),
22028         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
22029         (gst_basertppayload_get_property),
22030         (gst_basertppayload_change_state):
22031         Added debugging category.
22032
22033 2005-09-18  David Schleef  <ds@schleef.org>
22034
22035         * gst/playback/gstdecodebin.c: free plugin list correctly
22036         * gst/playback/gstplaybin.c: emit warning if autovideosink
22037           and autoaudiosink can't be found (instead of segfaulting)
22038
22039 2005-09-17  Thomas Vander Stichele  <thomas at apestaart dot org>
22040
22041         * check/elements/audioconvert.c: (GST_START_TEST):
22042           try out 24 bit conversion
22043
22044 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
22045
22046         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
22047         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
22048         (gst_vorbisenc_output_buffers), (gst_vorbisenc_change_state):
22049         * ext/vorbis/vorbisenc.h:
22050           Fix EOS handling.  Still needs a fix in the ogg muxer to
22051           mark the last page as eos.
22052
22053 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
22054
22055         * common/gtk-doc-plugins.mak:
22056         * docs/plugins/Makefile.am:
22057         * docs/plugins/gst-plugins-base-plugins-sections.txt:
22058         * gst/ffmpegcolorspace/Makefile.am:
22059         * gst/ffmpegcolorspace/avcodec.h:
22060         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22061         * gst/tcp/gstmultifdsink.c:
22062           fix up ffmpegcolorspace docs; extract header
22063
22064 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
22065
22066         * common/gtk-doc-plugins.mak:
22067         * docs/plugins/Makefile.am:
22068         * docs/plugins/gst-plugins-base-plugins-sections.txt:
22069         * ext/theora/Makefile.am:
22070         * ext/theora/gsttheoraenc.h:
22071         * ext/theora/theoraenc.c:
22072         * ext/vorbis/vorbisenc.c:
22073           pick up signals and args for vorbis; add some docs for vorbis
22074
22075 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
22076
22077         * common/gstdoc-scangobj:
22078         * common/gtk-doc-plugins.mak:
22079         * docs/libs/Makefile.am:
22080         * docs/plugins/gst-plugins-base-plugins.args:
22081         * docs/plugins/gst-plugins-base-plugins.hierarchy:
22082         * docs/plugins/gst-plugins-base-plugins.interfaces:
22083         * docs/plugins/gst-plugins-base-plugins.prerequisites:
22084         * docs/plugins/gst-plugins-base-plugins.signals:
22085           only scanobj stuff from our source module.  Not sure yet
22086           if that's correct, given the hierarchy stuff :)
22087
22088 2005-09-15  Wim Taymans  <wim@fluendo.com>
22089
22090         * gst/audioconvert/gstaudioconvert.c:
22091         And enable 24 bits mode as well..
22092
22093 2005-09-15  Wim Taymans  <wim@fluendo.com>
22094
22095         * gst-libs/gst/rtp/Makefile.am:
22096         * gst-libs/gst/rtp/gstbasertppayload.c:
22097         (gst_basertppayload_get_type), (gst_basertppayload_base_init),
22098         (gst_basertppayload_class_init), (gst_basertppayload_init),
22099         (gst_basertppayload_finalize), (gst_basertppayload_setcaps),
22100         (gst_basertppayload_chain), (gst_basertppayload_set_options),
22101         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
22102         (gst_basertppayload_set_property),
22103         (gst_basertppayload_get_property),
22104         (gst_basertppayload_change_state):
22105         * gst-libs/gst/rtp/gstbasertppayload.h:
22106         Added rtp payloader base class.
22107
22108 2005-09-15  Andy Wingo  <wingo@pobox.com>
22109
22110         * configure.ac (plugindir): Remove the EOL matcher from the
22111         regexp, as it causes me problems. Libtool? Make? Who knows?
22112
22113 2005-09-14  David Schleef  <ds@schleef.org>
22114
22115         * check/generic/states.c: 
22116         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
22117         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
22118           Fixes for changes in registry API.
22119
22120         * configure.ac: Only export gst_plugins_desc.  Add -no-undefined
22121           to GST_PLUGIN_LDFLAGS.
22122         * ext/libvisual/visual.c: Make the library shut up.
22123         * gst-libs/gst/audio/audio.c: Don't define a plugin in a library.
22124         * gst-libs/gst/audio/gstaudiofilter.c: same
22125
22126 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
22127
22128         * docs/plugins/Makefile.am:
22129         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
22130         * docs/plugins/inspect/plugin-libvisual.xml:
22131         * docs/plugins/tmpl/element-tcpserversink.sgml:
22132         * ext/theora/theoraenc.c:
22133           add libvisual plugin and theoraenc element to docs
22134
22135 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
22136
22137         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
22138         * docs/plugins/gst-plugins-base-plugins-sections.txt:
22139         * ext/theora/theoraenc.c:
22140           add theoraenc
22141
22142 2005-09-13  Tim-Philipp Müller  <tim at centricular dot net>
22143
22144         * gst/audioconvert/Makefile.am:
22145           Audioconvert derives from GstBaseTransform and should
22146           link to the library with our base elements to avoid
22147           unresolved symbols. Makes things work with MinGW (#316160)
22148
22149         * gst/playback/test4.c: (main):
22150           Fix MinGW build problem and use g_usleep() instead of 
22151           sleep() (#316162)
22152
22153 2005-09-12  Wim Taymans  <wim@fluendo.com>
22154
22155         * gst/audioconvert/audioconvert.c: (float),
22156         (audio_convert_prepare_context), (audio_convert_convert):
22157         * gst/audioconvert/audioconvert.h:
22158         Cleanups, speedups, simplifications, added back support
22159         for 24 bits.
22160
22161 2005-09-11  Thomas Vander Stichele  <thomas at apestaart dot org>
22162
22163         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
22164         * docs/plugins/gst-plugins-base-plugins-sections.txt:
22165         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
22166         * docs/plugins/tmpl/element-tcpserversink.sgml:
22167         * gst/ffmpegcolorspace/gstffmpeg.c:
22168         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22169         * gst/videotestsrc/gstvideotestsrc.c:
22170         * gst/volume/gstvolume.c:
22171           add more elements to the docs
22172
22173 2005-09-09  Jan Schmidt  <thaytan@mad.scientist.com>
22174
22175         * check/Makefile.am:
22176         * check/pipelines/simple_launch_lines.c: (setup_pipeline),
22177         (run_pipeline), (GST_START_TEST), (simple_launch_lines_suite):
22178           Add extra tests for basetransform based components. 
22179           Comment out the test_element_negotiation test until we decide
22180           if it's testing correct behaviour.
22181         * ext/libvisual/visual.c: (gst_visual_init), (get_buffer),
22182         (gst_visual_chain), (gst_visual_change_state):
22183           Slightly more correct but still bogus timestamping.
22184           Fix state change function.
22185         * gst/audioconvert/gstaudioconvert.c:
22186         (gst_audio_convert_class_init):
22187         * gst/audioresample/gstaudioresample.c:
22188         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22189         (gst_ffmpegcsp_class_init):
22190         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
22191         (gst_videoscale_prepare_size), (gst_videoscale_set_caps),
22192         (gst_videoscale_prepare_image):
22193         * gst/volume/gstvolume.c: (gst_volume_class_init),
22194         (volume_transform_ip):
22195           Basetransform updates. Enable passthrough modes.
22196         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
22197         (gst_ximagesink_renegotiate_size), (gst_ximagesink_xcontext_get),
22198         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
22199           Negotiation fix that allows the window to return to the original
22200           size and renegotiate passthrough upstream. Extra debug output.
22201
22202 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
22203
22204         * gst/sine/gstsinesrc.c:
22205         * gst/volume/gstvolume.c:
22206           fix up header include
22207
22208 2005-09-09  Stefan Kost  <ensonic@users.sf.net>
22209
22210         * gst-libs/gst/audio/gstbaseaudiosink.c:
22211         (gst_base_audio_sink_render):
22212         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit):
22213         * gst/volume/gstvolume.c: (gst_volume_class_init),
22214         (volume_transform):
22215           fixing lost sync, some more debugging
22216
22217 2005-09-08  Jan Schmidt  <thaytan@mad.scientist.com>
22218
22219         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
22220         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_xcontext_get):
22221         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
22222         (gst_xvimagesink_check_xshm_calls):
22223           Fix compilation when XShm is not available.
22224
22225 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
22226
22227         * ext/libvisual/visual.c: (gst_visual_dispose),
22228         (gst_visual_getcaps), (gst_visual_src_setcaps),
22229         (gst_visual_sink_setcaps), (get_buffer), (gst_visual_chain),
22230         (gst_visual_change_state):
22231           Finish fixing up libvisual plugin so that it runs. 
22232
22233 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
22234
22235         * ext/vorbis/vorbisenc.c:
22236         * gst-libs/gst/tag/gstvorbistag.c:
22237           gsttaginterface.h -> gsttagsetter.h
22238
22239 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
22240
22241         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
22242           added another test that failes for me (test is not active by default)
22243
22244 2005-09-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22245
22246         * configure.ac:
22247           v4l2 is no longer in gst-plugins-base
22248
22249 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
22250
22251         * configure.ac:
22252           In the output at the end, don't show the first plugin on the same
22253           line as "Core plug-ins, always built:".
22254           Indent the output as for other plugin categories
22255         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
22256           #define that can be used to not use peer buffer_alloc functions for
22257           test purposes.
22258         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
22259         (gst_ximage_buffer_get_type), (gst_ximagesink_ximage_new),
22260         (gst_ximagesink_show_frame):
22261         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
22262         (gst_xvimage_buffer_get_type), (gst_xvimagesink_setcaps),
22263         (gst_xvimagesink_show_frame):
22264           Error case handling fixes. gst-launch fakesrc ! x[v]imagesink now
22265           fails gracefully instead of XError aborting or deadlocking.
22266
22267 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
22268
22269         * ext/libvisual/Makefile.am:
22270           link against gst-base-libs
22271
22272 2005-09-06  David Schleef  <ds@schleef.org>
22273
22274         * configure.ac: Enable libvisual plugin.
22275         * ext/libvisual/Makefile.am:
22276         * ext/libvisual/visual.c: Fixes to make it compile.
22277
22278 === release 0.9.2 ===
22279
22280 2005-09-06  Thomas Vander Stichele  <thomas at apestaart dot org>
22281
22282         * NEWS:
22283         * RELEASE:
22284         * configure.ac:
22285         * docs/random/ChangeLog-0.8:
22286           releasing 0.9.2, "Spoon"
22287
22288 2005-09-05  Michael Smith <msmith@fluendo.com>
22289
22290         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
22291           libvorbis accepts quality as low as -0.1, not just 0.0. So accept
22292           that in the vorbisenc element.
22293
22294 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
22295
22296         * common/gtk-doc-plugins.mak:
22297         * docs/plugins/Makefile.am:
22298           fix distcheck
22299         * gst/audioresample/resample.c:
22300           fix wrong docstring
22301
22302 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
22303
22304         * common/gst-xmlinspect.py:
22305         * common/gtk-doc-plugins.mak:
22306           only inspect plugins for this given package
22307           require gst-python 0.9
22308
22309 2005-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
22310
22311         * Makefile.am:
22312         * autogen.sh:
22313         * common/gst-xmlinspect.py:
22314         * configure.ac:
22315         * docs/Makefile.am:
22316         * docs/plugins/inspect/plugin-alsa.xml:
22317         * docs/plugins/inspect/plugin-audioresample.xml:
22318         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
22319         * docs/plugins/inspect/plugin-ogg.xml:
22320         * docs/plugins/tmpl/element-gnomevfssink.sgml:
22321         * docs/plugins/tmpl/element-multifdsink.sgml:
22322         * docs/plugins/tmpl/element-tcpserversink.sgml:
22323         * docs/plugins/tmpl/element-vorbisenc.sgml:
22324         * gst-plugins-base.spec.in:
22325           various doc-related updates
22326
22327 2005-08-31  Wim Taymans  <wim@fluendo.com>
22328
22329         * gst-libs/gst/audio/gstbaseaudiosink.c:
22330         (gst_base_audio_sink_render):
22331         Resync if the buffer timestamps drift more than a 10th 
22332         of a second.
22333
22334 2005-08-31  Tim-Philipp Müller  <tim at centricular dot net>
22335
22336         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_property),
22337         (gst_v4lsrc_get_property):
22338           The 'timestamp-offset' property is registered as an int64, so
22339           let's use g_value_{set|get}_int64() in our setter and getter
22340           functions (makes it work and fixes warnings with gst-inspect).
22341
22342 2005-08-30  Wim Taymans  <wim@fluendo.com>
22343
22344         * check/elements/audioconvert.c: (setup_audioconvert):
22345         * check/elements/audioresample.c: (setup_audioresample):
22346         * check/elements/volume.c: (setup_volume):
22347         Fix checks.
22348
22349 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
22350
22351         * common/gtk-doc-plugins.mak:
22352         * common/plugins.xsl:
22353         * docs/plugins/Makefile.am:
22354           make module a param
22355
22356 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
22357
22358         * examples/seeking/seek.c: (make_mp3_pipeline),
22359         (make_mpeg_pipeline), (seek_cb), (start_seek), (stop_seek),
22360         (play_cb), (pause_cb), (stop_cb):
22361           update the example
22362
22363 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
22364
22365         * gst/volume/gstvolume.c: (gst_volume_class_init),
22366         (volume_transform):
22367           do not update controlled params, if buffer has no timestamp
22368
22369 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
22370
22371         * configure.ac:
22372         * gst/sine/Makefile.am:
22373         * gst/volume/Makefile.am:
22374           controllerized elements also need to link against controller-libs ;)
22375
22376 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
22377
22378         * docs/libs/tmpl/gstcolorbalance.sgml:
22379         * docs/libs/tmpl/gstgconf.sgml:
22380         * docs/libs/tmpl/gstmixer.sgml:
22381         * docs/libs/tmpl/gstringbuffer.sgml:
22382         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
22383         (gst_sinesrc_create):
22384         * gst/volume/gstvolume.c: (gst_volume_class_init),
22385         (volume_transform):
22386           controllerized two audio plugins
22387
22388 2005-08-29  Andy Wingo  <wingo@pobox.com>
22389
22390         * ext/vorbis/vorbisdec.c (vorbis_dec_convert, vorbis_dec_push) 
22391         (vorbis_handle_data_packet): Fix some int overflow errors.
22392
22393         * ext/ogg/gstoggdemux.c (gst_ogg_demux_init): Init total_time to
22394         -1.
22395         (gst_ogg_demux_perform_seek): Clamp segment_stop only if it's
22396         valid.
22397         (gst_ogg_pad_submit_packet): Subtract the chain's begin_time only
22398         if it's valid. Fixed streaming-mode playback.
22399
22400         * check/elements/volume.c (cleanup_volume): Fix for running
22401         CK_FORK=no.
22402
22403         * check/elements/audioconvert.c: Convert from native endian, not
22404         little endian.
22405
22406 2005-08-29  Michael Smith <msmith@fluendo.com>
22407
22408         * ext/ogg/Makefile.am:
22409         * ext/ogg/gstogg.c: (plugin_init):
22410         * ext/ogg/gstoggparse.c: (gst_ogg_parse_get_type), (free_stream),
22411         (gst_ogg_parse_delete_all_streams), (gst_ogg_parse_new_stream),
22412         (gst_ogg_parse_find_stream), (gst_ogg_parse_base_init),
22413         (gst_ogg_parse_class_init), (gst_ogg_parse_init),
22414         (gst_ogg_parse_dispose), (gst_ogg_parse_submit_buffer),
22415         (gst_ogg_parse_append_header), (gst_ogg_parse_is_header),
22416         (gst_ogg_parse_buffer_from_page), (gst_ogg_parse_chain),
22417         (gst_ogg_parse_change_state), (gst_ogg_parse_plugin_init):
22418         Add an ogg parser element.
22419
22420 2005-08-28  Andy Wingo  <wingo@pobox.com>
22421
22422         * Updates for two-arg init from GST_BOILERPLATE_FULL.
22423
22424 2005-08-26  Wim Taymans  <wim@fluendo.com>
22425
22426         * gst/audioconvert/audioconvert.c: (if), (float),
22427         (audio_convert_get_func_index), (check_default),
22428         (audio_convert_clean_fmt), (audio_convert_prepare_context),
22429         (audio_convert_clean_context), (audio_convert_get_sizes),
22430         (audio_convert_convert):
22431         Cleanups.
22432
22433 2005-08-26  Wim Taymans  <wim@fluendo.com>
22434
22435         * gst/audioconvert/audioconvert.c: (if), (float),
22436         (audio_convert_get_func_index), (check_default),
22437         (audio_convert_clean_fmt), (audio_convert_prepare_context),
22438         (audio_convert_clean_context), (audio_convert_get_sizes),
22439         (audio_convert_convert):
22440         More elegant and working temp buffer selection algo.
22441
22442 2005-08-26  Wim Taymans  <wim@fluendo.com>
22443
22444         * gst/audioconvert/audioconvert.c: (if), (float),
22445         (audio_convert_get_func_index), (check_default),
22446         (audio_convert_clean_fmt), (audio_convert_prepare_context),
22447         (audio_convert_clean_context), (audio_convert_get_sizes),
22448         (get_temp_buffer), (audio_convert_convert):
22449         Use realloc else we lose our original data.
22450
22451 2005-08-26  Thomas Vander Stichele  <thomas at apestaart dot org>
22452
22453         * gst/audioresample/gstaudioresample.c:
22454           use base class' newsegment to properly timestamp
22455
22456 2005-08-26  Wim Taymans  <wim@fluendo.com>
22457
22458         * gst/audioconvert/audioconvert.c: (if), (float),
22459         (audio_convert_get_func_index), (check_default),
22460         (audio_convert_clean_fmt), (audio_convert_prepare_context),
22461         (audio_convert_clean_context), (audio_convert_get_sizes),
22462         (get_temp_buffer), (audio_convert_convert):
22463         * gst/audioconvert/gstaudioconvert.c:
22464         (gst_audio_convert_parse_caps), (gst_audio_convert_get_unit_size),
22465         (gst_audio_convert_transform_caps),
22466         (gst_audio_convert_fixate_caps), (gst_audio_convert_transform):
22467         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_mix):
22468         Oops, allocate enough space to perform the channel mix.
22469
22470 2005-08-26  Wim Taymans  <wim@fluendo.com>
22471
22472         * gst/audioconvert/Makefile.am:
22473         * gst/audioconvert/audioconvert.c: (if), (float),
22474         (audio_convert_get_func_index), (check_default),
22475         (audio_convert_clean_fmt), (audio_convert_prepare_context),
22476         (audio_convert_clean_context), (audio_convert_get_sizes),
22477         (get_temp_buffer), (audio_convert_convert):
22478         * gst/audioconvert/audioconvert.h:
22479         * gst/audioconvert/gstaudioconvert.c:
22480         (gst_audio_convert_class_init), (gst_audio_convert_init),
22481         (gst_audio_convert_dispose), (gst_audio_convert_parse_caps),
22482         (gst_audio_convert_get_unit_size),
22483         (gst_audio_convert_transform_caps),
22484         (gst_audio_convert_fixate_caps), (gst_audio_convert_set_caps),
22485         (gst_audio_convert_transform_ip), (gst_audio_convert_transform):
22486         * gst/audioconvert/gstaudioconvert.h:
22487         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
22488         (gst_channel_mix_fill_identical),
22489         (gst_channel_mix_fill_compatible), (gst_channel_mix_detect_pos),
22490         (gst_channel_mix_fill_one_other), (gst_channel_mix_fill_others),
22491         (gst_channel_mix_fill_normalize), (gst_channel_mix_fill_matrix),
22492         (gst_channel_mix_setup_matrix), (gst_channel_mix_passthrough),
22493         (gst_channel_mix_mix):
22494         * gst/audioconvert/gstchannelmix.h:
22495         Cleanups, librarify a bit, optimize, better negotiation and more.
22496
22497 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
22498
22499         * ext/ogg/gstoggdemux.c: (ogg_find_peek):
22500         Another from MikeS:
22501         During typefinding, don't support negative offsets
22502         (offsets from the end of the stream) in our typefind->peek() function
22503         - nothing embedded in ogg ever needs them. However, we need to recognise
22504         those requests and reject them, otherwise we return invalid pointers.
22505
22506 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
22507
22508         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
22509         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
22510         (vorbisdec_finalize), (vorbis_handle_type_packet):
22511           Big shout-out to MikeS for fixing this giant memory leak.
22512           Huzzah!
22513
22514 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
22515
22516         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose),
22517         (audio_convert_get_unit_size):
22518           plug some leaks
22519
22520 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
22521
22522         * check/Makefile.am:
22523         * check/elements/audioconvert.c: (setup_audioconvert),
22524         (cleanup_audioconvert), (get_int_caps), (verify_convert),
22525         (GST_START_TEST), (audioconvert_suite), (main):
22526           add a test for audioconvert
22527         * gst/audioresample/gstaudioresample.c:
22528         * gst/audioresample/gstaudioresample.h:
22529           set DURATION so that TIMESTAMP(a) + DURATION(a) == TIMESTAMP(b);
22530           note that for buffers of 1/3 sec this means DURATION(c) is 
22531           one nanosecond more than for a and b
22532
22533 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
22534
22535         * check/Makefile.am:
22536         * check/elements/audioresample.c: (setup_audioresample),
22537         (cleanup_audioresample), (fail_unless_perfect_stream),
22538         (test_perfect_stream_instance), (GST_START_TEST),
22539           add a check for audioresample
22540         (audioresample_suite), (main):
22541         * check/elements/volume.c: (GST_START_TEST):
22542           remove unused method
22543         * gst/audioresample/gstaudioresample.c:
22544           set correct buffer parameters since we're changing them
22545         * gst/audioresample/resample_ref.c: (resample_scale_ref):
22546           add some debug
22547
22548 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
22549
22550         * gst/audioresample/debug.c:
22551         * gst/audioresample/gstaudioresample.c:
22552           add room for extra overlap samples when asked to transform size
22553           protect against possible mem corruption and check for discrepancies
22554           between written size and outbuffer's size so we can warn for
22555           potential problems
22556         * gst/audioresample/resample.c: (resample_init),
22557         (resample_get_output_size_for_input), (resample_get_output_size),
22558         (resample_set_n_channels), (resample_set_format):
22559           set debug level based on RESAMPLE_DEBUG env var
22560           make sure that get_output_size* returns a whole number of
22561           sample_size
22562           set sample_size each time either channel or format is set
22563         * gst/audioresample/resample_chunk.c: (resample_scale_chunk):
22564         * gst/audioresample/resample_functable.c:
22565         (resample_scale_functable):
22566         * gst/audioresample/resample_ref.c: (resample_scale_ref):
22567           remove r->sample_size, it's done in resample.c now
22568           add some debugging to the ref implementation
22569           make sure we only give back bytes that are wholes of the sample
22570           size
22571
22572 2005-08-25  Jan Schmidt  <thaytan@mad.scientist.com>
22573         * gst/playback/gstplaybasebin.c: (fill_buffer):
22574         Revert unpopular change for GST_MESSAGE_SRC to GObject.
22575
22576 2005-08-25  Stefan Kost  <ensonic@users.sf.net>
22577
22578         * gst/volume/gstvolume.c:
22579           made set_caps function static
22580
22581 2005-08-24  Wim Taymans  <wim@fluendo.com>
22582
22583         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
22584         (gst_vorbisenc_change_state):
22585         Stop leaking taglists.
22586
22587 2005-08-24  Wim Taymans  <wim@fluendo.com>
22588
22589         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
22590         (gst_ogg_pad_event), (gst_ogg_demux_factory_filter),
22591         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new),
22592         (gst_ogg_demux_init), (gst_ogg_demux_perform_seek),
22593         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
22594         (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
22595         Parse seeking events better.
22596         Unref static caps.
22597         Generate correct newsegment events, fixes seeking in live oggs.
22598
22599         * ext/theora/theoradec.c: (theora_dec_src_query),
22600         (theora_dec_src_event), (theora_dec_src_getcaps),
22601         (theora_dec_sink_event), (theora_dec_push), (theora_dec_chain):
22602         Use newsegment values to report correct play time.
22603
22604         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
22605         (vorbis_dec_src_event), (vorbis_dec_sink_event):
22606         * ext/vorbis/vorbisdec.h:
22607         Parse and use newsegment values to report correct play time.
22608
22609         * gst-libs/gst/audio/gstbaseaudiosink.c:
22610         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
22611         Clear ringbuffer on flush.
22612         Use newsegment values to calculate playback time.
22613
22614         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
22615         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
22616         Basesink does newsegment calculations for us now.
22617
22618 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
22619
22620         * check/Makefile.am:
22621         * configure.ac:
22622           add core's plugins to the mix so that playbin works
22623         * check/generic/states.c: (GST_START_TEST):
22624           set a 0 timeout on pipelines, so they don't force the next
22625           state change
22626         * gst/playback/gstplaybasebin.c: (setup_source), (prepare_output),
22627         (gst_play_base_bin_change_state):
22628           remove the crappy error handling and do GST error handling
22629
22630 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
22631
22632         * check/Makefile.am:
22633         * check/generic/states.c: (GST_START_TEST), (states_suite), (main):
22634           add same test as to core, it bitches out on playbin atm.
22635
22636 2005-08-24  Wim Taymans  <wim@fluendo.com>
22637
22638         * configure.ac:
22639         Remove audioscale.
22640
22641 2005-08-24  Wim Taymans  <wim@fluendo.com>
22642
22643         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
22644         (gst_videoscale_prepare_size), (parse_caps),
22645         (gst_videoscale_set_caps), (gst_videoscale_get_size),
22646         (gst_videoscale_prepare_image), (gst_videoscale_transform_ip),
22647         (gst_videoscale_transform):
22648         * gst/videoscale/gstvideoscale.h:
22649         Refactor, make use of BaseTranform really well.
22650
22651 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
22652
22653         * configure.ac:
22654           compile audioresample
22655         * gst/audioresample/Makefile.am:
22656         * gst/audioresample/buffer.c:
22657         * gst/audioresample/functable.c:
22658         * gst/audioresample/gstaudioresample.c:
22659         * gst/audioresample/gstaudioresample.h:
22660         * gst/audioresample/resample.c:
22661         (resample_get_output_size_for_input):
22662         * gst/audioresample/resample.h:
22663         * gst/audioresample/resample_chunk.c:
22664         * gst/audioresample/resample_functable.c:
22665         * gst/audioresample/resample_ref.c:
22666           port to use basetransform; doesn't work in all cases yet
22667
22668 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
22669
22670         * gst/audioconvert/gstaudioconvert.c:
22671         (gst_audio_convert_class_init), (gst_audio_convert_init),
22672         (audio_convert_get_unit_size), (audio_convert_transform_caps),
22673         (audio_convert_fixate_caps), (audio_convert_set_caps),
22674         (audio_convert_transform),
22675         (gst_audio_convert_buffer_to_default_format),
22676         (gst_audio_convert_buffer_from_default_format),
22677         (gst_audio_convert_channels):
22678         * gst/audioconvert/gstchannelmix.c:
22679         * gst/audioconvert/gstchannelmix.h:
22680           port to basetransform
22681         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22682         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_class_init),
22683         (gst_ffmpegcsp_get_unit_size):
22684         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
22685         (gst_videoscale_transform_caps), (gst_videoscale_get_unit_size):
22686           fix for basetransform changes
22687
22688 2005-08-24  Jan Schmidt  <thaytan@mad.scientist.com>
22689
22690         * check/Makefile.am:
22691           Add CHECK_CFLAGS and LDFLAGS
22692
22693         * gst/playback/gstplaybasebin.c: (fill_buffer):
22694           GST_MESSAGE_SRC became a GObject
22695
22696 2005-08-24  Wim Taymans  <wim@fluendo.com>
22697
22698         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_set_sample),
22699         (gst_ring_buffer_clear_all):
22700         * gst-libs/gst/audio/gstringbuffer.h:
22701         Added function to clear the ringbuffer.
22702
22703 2005-08-24  Andy Wingo  <wingo@pobox.com>
22704
22705         * sys/v4l/gstv4lelement.c (gst_v4lelement_start) 
22706         (gst_v4lelement_stop): Call _start and _stop for xoverlay instead
22707         of _open and _close.
22708
22709         * sys/v4l/gstv4lxoverlay.h:
22710         * sys/v4l/gstv4lxoverlay.c (gst_v4l_xoverlay_set_xwindow_id): Open
22711         an Xv connection here, instead of all the time. Make Xv only be
22712         loaded if you axe for it. Kindof a workaround for buggy behaviour
22713         of Xv when using remote xservers (XvQueryExtension would block).
22714         (gst_v4l_xoverlay_stop, gst_v4l_xoverlay_start): New functions,
22715         replace the _open and _close public API. Only start the xv
22716         connection if necessary.
22717         (gst_v4l_xoverlay_open, gst_v4l_xoverlay_close): Made static.
22718
22719 2005-08-23  David Schleef  <ds@schleef.org>
22720
22721         * gst/audioresample/Makefile.am: Leet audioresampling code
22722         * gst/audioresample/buffer.c:
22723         * gst/audioresample/buffer.h:
22724         * gst/audioresample/debug.c:
22725         * gst/audioresample/debug.h:
22726         * gst/audioresample/functable.c:
22727         * gst/audioresample/functable.h:
22728         * gst/audioresample/gstaudioresample.c:
22729         * gst/audioresample/gstaudioresample.h:
22730         * gst/audioresample/resample.c:
22731         * gst/audioresample/resample.h:
22732         * gst/audioresample/resample_chunk.c:
22733         * gst/audioresample/resample_functable.c:
22734         * gst/audioresample/resample_ref.c:
22735
22736 2005-08-23  Wim Taymans  <wim@fluendo.com>
22737
22738         * examples/seeking/seek.c: (make_vorbis_pipeline),
22739         (make_theora_pipeline), (make_vorbis_theora_pipeline), (do_seek):
22740         Small seek updates.
22741
22742 2005-08-23  Andy Wingo  <wingo@pobox.com>
22743
22744         * gst-libs/gst/audio/gstbaseaudiosrc.c
22745         (gst_base_audio_src_fixate): Only fixate endianness if it is
22746         present in the caps.
22747
22748 2005-08-22  Andy Wingo  <wingo@pobox.com>
22749
22750         * ext/alsa/gstalsasink.c (gst_alsasink_get_property): 
22751         * ext/alsa/gstalsasrc.c (gst_alsasrc_get_property): Add a
22752         device-name property.
22753
22754         * gst-libs/gst/audio/gstaudiosrc.h:
22755         * gst-libs/gst/audio/gstaudiosrc.c: Implement open_device and
22756         close_device in the ring buffer, like gstaudiosink.
22757
22758         * ext/alsa/gstalsamixer.h:
22759         * ext/alsa/gstalsamixer.c: Not a GObject any more. Include a nifty
22760         macro to implement the interface without much code. Cleanups. 
22761
22762         * ext/alsa/gstalsasrc.h:
22763         * ext/alsa/gstalsasrc.c: Be a mixer. Open device and mixer in
22764         READY.
22765
22766         * ext/alsa/Makefile.am: Add new files.
22767         * ext/alsa/gstalsamixerelement.c: 
22768         * ext/alsa/gstalsamixerelement.c: Split element code out from
22769         mixer code so that alsasrc can be a mixer too.
22770
22771 2005-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
22772
22773         * check/elements/volume.c: (setup_volume), (cleanup_volume),
22774         (GST_START_TEST):
22775         * check/elements/vorbisdec.c: (setup_vorbisdec),
22776         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite):
22777         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
22778         (vorbis_handle_identification_packet),
22779         (vorbis_handle_comment_packet), (vorbis_handle_type_packet),
22780         (vorbis_handle_header_packet), (vorbis_dec_push),
22781         (vorbis_dec_chain):
22782           use the setup/teardown methods to save code.  save code is good.
22783
22784 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
22785
22786         * check/Makefile.am:
22787           add ext dir for plugins
22788           add vorbisdec test conditionally
22789         * check/elements/volume.c: (setup_volume), (cleanup_volume),
22790         (GST_START_TEST), (volume_suite):
22791           add a test with wrong caps
22792         * check/elements/vorbisdec.c: (chain_func), (setup_vorbisdec),
22793         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite), (main):
22794           add a vorbisdec test
22795         * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream),
22796         (gst_ogg_demux_chain), (gst_ogg_demux_loop):
22797           clean up debug output
22798         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
22799           yay, fix a segfault/security issue in vorbisdec
22800           gst-launch fakesrc ! vorbisdec wasn't happy
22801         * ext/vorbis/vorbisenc.c: (vorbisenc_get_type),
22802         (gst_vorbisenc_class_init), (gst_vorbisenc_sink_setcaps),
22803         (gst_vorbisenc_convert_src), (gst_vorbisenc_convert_sink),
22804         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
22805         (gst_vorbisenc_init), (gst_vorbisenc_metadata_set1),
22806         (gst_vorbisenc_set_metadata), (get_constraints_string),
22807         (update_start_message), (gst_vorbisenc_setup),
22808         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
22809         (gst_vorbisenc_push_packet), (gst_vorbisenc_sink_event),
22810         (gst_vorbisenc_chain), (gst_vorbisenc_get_property),
22811         (gst_vorbisenc_set_property), (gst_vorbisenc_change_state):
22812         * ext/vorbis/vorbisenc.h:
22813           march in line
22814         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22815         (gst_ffmpegcsp_transform):
22816           have the kow come home
22817         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
22818           debug my func ptr
22819         * gst/volume/gstvolume.c: (volume_set_caps):
22820           add a debug
22821
22822 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
22823
22824         * Makefile.am:
22825         * check/.cvsignore:
22826         * check/Makefile.am:
22827         * check/elements/.cvsignore:
22828         * check/elements/volume.c: (chain_func), (event_func),
22829         (setup_volume), (cleanup_volume), (GST_START_TEST), (volume_suite),
22830         (main):
22831         * configure.ac:
22832           add unit test structure for gst-plugins-base
22833           add a test for volume
22834         * gst/volume/gstvolume.c: (gst_volume_list_tracks),
22835         (gst_volume_set_volume), (gst_volume_get_volume),
22836         (gst_volume_set_mute), (gst_volume_class_init), (gst_volume_init),
22837         (volume_funcfind), (volume_process_float), (volume_process_int16),
22838         (volume_set_caps), (volume_transform), (volume_update_mute),
22839         (volume_update_volume), (volume_set_property),
22840         (volume_get_property):
22841           document a little; use basetransform vmethod _set_caps
22842
22843 2005-08-19  Andy Wingo  <wingo@pobox.com>
22844
22845         * ext/alsa/gstalsamixertrack.h:
22846         * ext/alsa/gstalsamixertrack.c:
22847         * ext/alsa/gstalsamixeroptions.h:
22848         * ext/alsa/gstalsamixeroptions.c:
22849         * ext/alsa/gstalsamixer.h:
22850         * ext/alsa/gstalsamixer.c: Port to 0.9.
22851
22852         * ext/alsa/Makefile.am: Build mixer, mixeroptions, mixertracks.
22853         Remove gstalsa.c and alsaclock. No more cruft here.
22854         
22855 2005-08-18  Wim Taymans  <wim@fluendo.com>
22856
22857         * gst-libs/gst/rtp/gstbasertpdepayload.c:
22858         (gst_base_rtp_depayload_chain),
22859         (gst_base_rtp_depayload_add_to_queue),
22860         (gst_base_rtp_depayload_push),
22861         (gst_base_rtp_depayload_queue_release):
22862         * gst-libs/gst/rtp/gstbasertpdepayload.h:
22863         Fix for RTPBuffer changes.
22864
22865         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtpbuffer_allocate_data),
22866         (gst_rtpbuffer_new_take_data), (gst_rtpbuffer_new_copy_data),
22867         (gst_rtpbuffer_new_allocate), (gst_rtpbuffer_new_allocate_len),
22868         (gst_rtpbuffer_calc_header_len), (gst_rtpbuffer_calc_packet_len),
22869         (gst_rtpbuffer_calc_payload_len), (gst_rtpbuffer_validate_data),
22870         (gst_rtpbuffer_validate), (gst_rtpbuffer_set_packet_len),
22871         (gst_rtpbuffer_get_packet_len), (gst_rtpbuffer_get_version),
22872         (gst_rtpbuffer_set_version), (gst_rtpbuffer_get_padding),
22873         (gst_rtpbuffer_set_padding), (gst_rtpbuffer_pad_to),
22874         (gst_rtpbuffer_get_extension), (gst_rtpbuffer_set_extension),
22875         (gst_rtpbuffer_get_ssrc), (gst_rtpbuffer_set_ssrc),
22876         (gst_rtpbuffer_get_csrc_count), (gst_rtpbuffer_get_csrc),
22877         (gst_rtpbuffer_set_csrc), (gst_rtpbuffer_get_marker),
22878         (gst_rtpbuffer_set_marker), (gst_rtpbuffer_get_payload_type),
22879         (gst_rtpbuffer_set_payload_type), (gst_rtpbuffer_get_seq),
22880         (gst_rtpbuffer_set_seq), (gst_rtpbuffer_get_timestamp),
22881         (gst_rtpbuffer_set_timestamp), (gst_rtpbuffer_get_payload_len),
22882         (gst_rtpbuffer_get_payload):
22883         * gst-libs/gst/rtp/gstrtpbuffer.h:
22884         Don't subclass GstBuffer but add methods and helper functions
22885         to construct and manipulate RTP packets in regular GstBuffers.
22886
22887 2005-08-18  Stefan Kost  <ensonic@users.sf.net>
22888
22889         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
22890           moved statement below switch
22891         * gst/volume/gstvolume.c: (gst_volume_class_init):
22892           added debug ptr
22893
22894 2005-08-16  Wim Taymans  <wim@fluendo.com>
22895
22896         * gst-libs/gst/audio/gstbaseaudiosrc.c:
22897         (gst_base_audio_src_change_state):
22898         Open and close device in READY<->NULL state change.
22899
22900 2005-08-16  Andy Wingo  <wingo@pobox.com>
22901
22902         * examples/seeking/Makefile.am: Don't compile non-compiling
22903         compiled objects with the compiler.
22904
22905         * examples/seeking/seek.c (make_dv_pipeline): Update for new DV
22906         elements.
22907
22908 2005-08-12  Philippe Khalaf <burger@speedy.org>
22909         * gst-libs/gst/rtp/gstbasertpdepayload.c:
22910         * gst-libs/gst/rtp/gstbasertpdepayload.h:
22911           Made a thread to release the queue.
22912           Removed timestamp conversion for now.
22913
22914 2005-08-10  Philippe Khalaf <burger@speedy.org>
22915         * gst-libs/gst/rtp/gstbasertpdepayload.c:
22916         * gst-libs/gst/rtp/gstbasertpdepayload.h:
22917           Added rtp timestamp -> gst timestamp conversion.
22918           Fixed several problems with queue.
22919
22920 2005-08-09  Tim-Philipp Müller  <tim at centricular dot net>
22921
22922         * gst-libs/gst/audio/gstaudioclock.h:
22923         * gst-libs/gst/audio/gstaudiofilter.h:
22924         * gst-libs/gst/audio/gstaudiosink.h:
22925         * gst-libs/gst/audio/gstaudiosrc.h:
22926         * gst-libs/gst/audio/gstbaseaudiosink.h:
22927         * gst-libs/gst/audio/gstbaseaudiosrc.h:
22928         * gst-libs/gst/audio/gstringbuffer.h:
22929         * gst-libs/gst/net/gstnetbuffer.h:
22930         * gst-libs/gst/rtp/gstbasertpdepayload.h:
22931         * gst-libs/gst/rtp/gstrtpbuffer.h:
22932           Add padding (you will need to rebuild gst-plugins-base,
22933           gst-plugins and all applications afterwards!)
22934
22935 2005-08-09  Tim-Philipp Müller  <tim at centricular dot net>
22936
22937         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
22938         (gst_riff_parse_chunk):
22939           Fix bug in debug message and add some more debug messages.
22940
22941 2005-08-08  Edward Hervey  <edward@fluendo.com>
22942
22943         * gst-libs/gst/riff/riff-media.c:
22944         backported updates since branch
22945
22946 2005-08-08  Andy Wingo  <wingo@pobox.com>
22947
22948         * gst-libs/gst/audio/gstbaseaudiosink.c
22949         (gst_base_audio_sink_change_state): Open the device in NULL->READY
22950         like good elements should. Close on READY->NULL too.
22951
22952         * gst-libs/gst/audio/gstaudiosink.c
22953         (gst_audioringbuffer_open_device,
22954         (gst_audioringbuffer_close_device, gst_audioringbuffer_acquire)
22955         (gst_audioringbuffer_release): Updates for new ring buffer API,
22956         hook into the new audio sink api.
22957
22958         * gst-libs/gst/audio/gstaudiosink.h (GstAudioSinkClass.open)
22959         (GstAudioSinkClass.close): Just open and close the device -- no
22960         resource allocation or configuration.
22961         (GstAudioSinkClass.prepare, GstAudioSinkClass.unprepare): New
22962         vmethods, handle device setup and resource allocation.
22963
22964         * ext/alsa/gstalsasink.c (gst_alsasink_open, gst_alsasink_close)
22965         (gst_alsasink_prepare, gst_alsasink_unprepare): Update for new
22966         base class API.
22967
22968         * gst-libs/gst/audio/gstringbuffer.h
22969         (GstRingBufferClass.open_device, GstRingBufferClass.close_device):
22970         New vmethods.
22971
22972         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_open_device)
22973         (gst_ring_buffer_close_device, gst_ring_buffer_device_is_open):
22974         New API functions. The device should be opened before acquiring
22975         and closed after releasing.
22976
22977 2005-08-08  Tim-Philipp Müller  <tim at centricular dot net>
22978
22979         * gst-libs/gst/interfaces/mixer.h:
22980           Reset padding to GST_PADDING.
22981
22982 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22983
22984         * gst/playback/gstplaybin.c: (remove_sinks):
22985           Remove visualization from parent explicitely; works around some
22986           apparent refcount issue that I haven't tracked down yet.
22987
22988 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22989
22990         * ext/alsa/gstalsasink.c: (set_hwparams):
22991           Assign debug category, add negotiation debug msgs.
22992
22993 2005-08-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22994
22995         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_start):
22996           Fix error code for file-not-found to NOT_FOUND.
22997
22998 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
22999
23000         * common/gtk-doc-plugins.mak:
23001         * docs/plugins/Makefile.am:
23002         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
23003         * docs/plugins/gst-plugins-base-plugins-sections.txt:
23004           renamed to actual element names, so much nicer to look at
23005         * docs/plugins/tmpl/gstmultifdsink.sgml:
23006           remove
23007         * docs/plugins/tmpl/multifdsink.sgml:
23008         * docs/plugins/tmpl/tcpserversink.sgml:
23009           add
23010         * ext/alsa/gstalsa.c:
23011         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get_property):
23012         * ext/ogg/gstoggmux.c:
23013         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
23014         * gst/playback/gstdecodebin.c:
23015         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
23016         * gst/tcp/gsttcpserversink.c:
23017           various fixes and documentation additions
23018
23019 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
23020
23021         * common/Makefile.am:
23022         * common/gstdoc-scangobj:
23023         * common/gtk-doc-plugins.mak:
23024         * common/gtk-doc.mak:
23025           add a custom scangobj that uses the registry
23026           add a custom gtk-doc-plugins.mak that uses it
23027           some doc build fixes
23028         * configure.ac:
23029         * docs/Makefile.am:
23030         * docs/plugins/Makefile.am:
23031         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
23032         * docs/plugins/gst-plugins-base-plugins-sections.txt:
23033         * docs/plugins/gst-plugins-base-plugins.types:
23034         * docs/plugins/tmpl/gstmultifdsink.sgml:
23035           add docs for one element, multifdsink
23036         * gst/adder/gstadder.h:
23037         * gst/volume/gstvolume.h:
23038           don't privatize enum
23039         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
23040         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
23041         (gst_sync_method_get_type), (gst_client_status_get_type),
23042         (gst_multifdsink_class_init),
23043         (gst_multifdsink_client_queue_buffer),
23044         (gst_multifdsink_handle_client_write):
23045         * gst/tcp/gstmultifdsink.h:
23046         * gst/tcp/gsttcp.h:
23047         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
23048         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
23049         (gst_tcpclientsink_render):
23050         * gst/tcp/gsttcpclientsink.h:
23051         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
23052         (gst_tcpclientsrc_init), (gst_tcpclientsrc_create),
23053         (gst_tcpclientsrc_start):
23054         * gst/tcp/gsttcpclientsrc.h:
23055         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
23056         (gst_tcpserversrc_init), (gst_tcpserversrc_create):
23057         * gst/tcp/gsttcpserversrc.h:
23058         * gst/typefind/gsttypefindfunctions.c:
23059           remove superfluous Type stuff
23060
23061 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23062
23063         * gst/playback/gstplaybin.c: (gen_video_element):
23064           Enable videoscale.
23065
23066 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23067
23068         * gst-libs/gst/gconf/gconf.c:
23069         * gst-libs/gst/gconf/gconf.h:
23070           Fix some Andy Problem [tm].
23071
23072 2005-08-04  Andy Wingo  <wingo@pobox.com>
23073
23074         * gst/videoscale/gstvideoscale.c (gst_videoscale_get_size):
23075         * gst/ffmpegcolorspace/gstffmpegcolorspace.c
23076         (gst_ffmpegcsp_get_size): Adapt to API changes.
23077
23078         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_ip):
23079         Implement an in-place do-nothing transform.
23080
23081 2005-08-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23082
23083         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
23084         (gst_ximagesink_renegotiate_size):
23085           Do not set new window sizes yet if we prepare a new buffer size
23086           for upstream renegotiation (software scaling) at some point in the
23087           future, because this new size waqs not actually accepted yet. Once
23088           accepted, renegotiation later on will set the new sizes just fine.
23089           Fixes a videotestsrc ! queue ! videoscale ! ximagesink xoverlay
23090           embedding testcase.
23091
23092 2005-08-03  Andy Wingo  <wingo@pobox.com>
23093
23094         * sys/ximage/ximagesink.c (gst_ximagesink_renegotiate_size):
23095         (gst_ximagesink_buffer_alloc): 
23096         Protect the height, width, and desired_caps with the pool_lock.
23097         Fixes videotestsrc ! queue ! ximagesink.
23098
23099 2005-08-02  Edward Hervey  <edward@fluendo.com>
23100
23101         * gst/volume/gstvolume.c:
23102         include left from controller cleanup
23103
23104 2005-08-02  Jan Schmidt  <thaytan@mad.scientist.com>
23105         * ext/ogg/gstoggmux.c: (gst_ogg_mux_change_state):
23106           Stop collectpads before calling the parent state
23107           change function on PAUSED->READY.
23108
23109 2005-08-01  Jan Schmidt  <thaytan@mad.scientist.com>
23110         * configure.ac:
23111           When testing for X libs, use the X CFlags 
23112         * gst/adder/gstadder.c: (gst_adder_change_state):
23113           Stop the collectpads before calling parent state change function
23114           on PAUSED->READY, otherwise we deadlock deactivating pads.
23115
23116 2005-08-01  Stefan Kost  <ensonic@users.sf.net>
23117
23118         * configure.ac:
23119         * docs/libs/tmpl/gstcolorbalance.sgml:
23120         * docs/libs/tmpl/gstmixer.sgml:
23121         * examples/Makefile.am:
23122         * gst/sine/Makefile.am:
23123         * gst/sine/gstsinesrc.c: (gst_sinesrc_init), (gst_sinesrc_create),
23124         (gst_sinesrc_set_property), (plugin_init):
23125         * gst/sine/gstsinesrc.h:
23126         * gst/volume/Makefile.am:
23127         * gst/volume/gstvolume.c: (gst_volume_set_volume),
23128         (gst_volume_set_mute), (gst_volume_dispose), (gst_volume_init),
23129         (volume_process_float), (volume_process_int16),
23130         (volume_set_property), (plugin_init):
23131         * gst/volume/gstvolume.h:
23132           deactivate and remove dparams (libgstcontrol)
23133
23134 2005-07-29  Wim Taymans  <wim@fluendo.com>
23135
23136         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link_src):
23137         Convert me to BaseTransform!! help..
23138
23139 2005-07-29  Andy Wingo  <wingo@pobox.com>
23140
23141         * ext/alsa/gstalsaplugin.c (plugin_init): We are primary audio
23142         sinks.
23143
23144         * ext/alsa/gstalsasink.c (alsasink_sink_factory): Advertise our
23145         support of both endiannesses.
23146
23147 2005-07-28  Tim-Philipp Müller  <tim at centricular dot net>
23148
23149         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
23150           Fix confusing debug message (s/event/query/)
23151
23152 2005-07-28  Tim-Philipp Müller  <tim at centricular dot net>
23153
23154         * gst/videotestsrc/videotestsrc.h:
23155           Use "_stdint.h" instead of <stdint.h>
23156
23157 2005-07-27  Wim Taymans  <wim@fluendo.com>
23158
23159         * ext/vorbis/Makefile.am:
23160         Revert wrong commit.
23161
23162 2005-07-27  Wim Taymans  <wim@fluendo.com>
23163
23164         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event):
23165         More compilation fixen.
23166
23167 2005-07-27  Wim Taymans  <wim@fluendo.com>
23168
23169         * gst-libs/gst/audio/gstbaseaudiosink.c:
23170         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
23171         (gst_base_audio_sink_create_ringbuffer),
23172         (gst_base_audio_sink_change_state):
23173         Fix compilation.
23174
23175 2005-07-27  Wim Taymans  <wim@fluendo.com>
23176
23177         * examples/seeking/seek.c: (setup_dynamic_link),
23178         (make_dv_pipeline), (make_vorbis_theora_pipeline), (query_rates),
23179         (query_positions_elems), (query_positions_pads), (do_seek):
23180         Update seek example.
23181
23182         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
23183         (gst_ogg_pad_typefind), (gst_ogg_demux_chain_elem_pad),
23184         (gst_ogg_demux_queue_data), (gst_ogg_demux_chain_peer),
23185         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
23186         (gst_ogg_demux_handle_event),
23187         (gst_ogg_demux_deactivate_current_chain),
23188         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
23189         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
23190         (gst_ogg_demux_chain), (gst_ogg_demux_send_event),
23191         (gst_ogg_demux_loop):
23192         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
23193         * ext/theora/theoradec.c: (theora_dec_src_event),
23194         (theora_dec_src_getcaps), (theora_dec_sink_event),
23195         (theora_dec_push), (theora_dec_chain):
23196         * ext/vorbis/Makefile.am:
23197         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_event),
23198         (vorbis_dec_sink_event), (vorbis_dec_push),
23199         (vorbis_handle_data_packet):
23200         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_event),
23201         (gst_vorbisenc_chain):
23202         * gst/playback/gststreaminfo.c: (cb_probe):
23203         * gst/subparse/gstsubparse.c: (gst_subparse_src_event):
23204         * gst/videorate/gstvideorate.c: (gst_videorate_event):
23205         * gst/videoscale/gstvideoscale.c:
23206         (gst_videoscale_handle_src_event):
23207         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_event):
23208         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame),
23209         (gst_ximagesink_navigation_send_event):
23210         * sys/xvimage/xvimagesink.c:
23211         (gst_xvimagesink_navigation_send_event):
23212         Various event updates and cleanups
23213
23214 2005-07-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23215
23216         * gst/videoscale/gstvideoscale.c: (gst_videoscale_prepare_images):
23217           Fix segfault for I420/YV12.
23218
23219 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23220
23221         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
23222           Report bitrate.
23223
23224 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23225
23226         * gst/playback/gstplaybin.c: (gen_video_element),
23227         (gen_audio_element):
23228           Switch to auto*sink elements as default sinks; add volume element
23229           so that volume control in totem works.
23230
23231 2005-07-21  Wim Taymans  <wim@fluendo.com>
23232
23233         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
23234         * gst/playback/gstplaybin.c: (setup_sinks),
23235         (gst_play_bin_change_state):
23236         Refcount fix and more comments.
23237
23238 2005-07-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23239
23240         * sys/ximage/Makefile.am:
23241         * sys/ximage/ximage.c: (plugin_init):
23242         * sys/ximage/ximagesink.c:
23243         Prepare for adding ximagesrc, rename of plugin to ximage etc.
23244         
23245
23246 2005-07-21  Wim Taymans  <wim@fluendo.com>
23247
23248         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
23249         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
23250         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
23251         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
23252         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
23253         (gst_ogg_demux_init), (gst_ogg_demux_activate_chain),
23254         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_chain_info),
23255         (gst_ogg_demux_collect_info), (gst_ogg_demux_chain),
23256         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
23257         Generate correct disconts for live chained oggs.
23258
23259         * gst-libs/gst/audio/gstbaseaudiosink.c:
23260         (gst_base_audio_sink_render),
23261         (gst_base_audio_sink_create_ringbuffer),
23262         (gst_base_audio_sink_change_state):
23263         Handle discont math correctly.
23264
23265         * gst/playback/gstplaybin.c: (add_sink):
23266         Some small debug cleanup.
23267
23268 2005-07-21  Wim Taymans  <wim@fluendo.com>
23269
23270         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init), (gst_ogg_pad_event),
23271         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
23272         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
23273         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
23274         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
23275         (gst_ogg_demux_init), (gst_ogg_demux_deactivate_current_chain),
23276         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
23277         (gst_ogg_demux_read_chain), (gst_ogg_demux_find_pad),
23278         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
23279         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
23280         (gst_ogg_demux_send_event), (gst_ogg_demux_loop),
23281         (gst_ogg_demux_change_state), (gst_ogg_print):
23282         Reorganize code to send the right disconts when in streaming
23283         mode.
23284
23285 2005-07-20  Andy Wingo  <wingo@pobox.com>
23286
23287         * gst/videoscale/vs_image.c (vs_image_scale_nearest_YUYV): Typo
23288         fix (?), fixes a seggie mcfalterson (#310894).
23289
23290 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23291
23292         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_headers),
23293         (gst_ogg_mux_set_header_on_caps):
23294         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
23295         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
23296         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
23297         * gst-libs/gst/audio/multichannel.c:
23298         (gst_audio_set_channel_positions),
23299         (gst_audio_set_structure_channel_positions_list):
23300         * gst/playback/gstdecodebin.c: (dynamic_create):
23301         * gst/playback/gstplaybasebin.c: (setup_source), (mute_group_type):
23302         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
23303           Fixes for API changes in core.
23304
23305 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23306
23307         * gst/playback/gstplaybasebin.c: (fill_buffer):
23308           Use _new_custom() so we can set custom message types for buffering
23309           messages.
23310
23311 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23312
23313         * configure.ac:
23314         * gst-libs/gst/Makefile.am:
23315         * gst-libs/gst/gconf/.cvsignore:
23316         * gst-libs/gst/gconf/Makefile.am:
23317         * gst-libs/gst/gconf/test-gconf.c:
23318         * pkgconfig/Makefile.am:
23319         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
23320         * pkgconfig/gstreamer-gconf.pc.in:
23321           Remove gconf stuff, use gconf elements instead from now on.
23322
23323 2005-07-20  Wim Taymans  <wim@fluendo.com>
23324
23325         * gst-libs/gst/audio/TODO:
23326         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
23327         (gst_audio_clock_get_internal_time):
23328         * gst-libs/gst/audio/gstaudioclock.h:
23329         * gst-libs/gst/audio/gstbaseaudiosink.c:
23330         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
23331         (gst_base_audio_sink_get_time), (gst_base_audio_sink_event),
23332         (gst_base_audio_sink_render),
23333         (gst_base_audio_sink_create_ringbuffer),
23334         (gst_base_audio_sink_change_state):
23335         Make sure the audio clock always returns an increasing value.
23336
23337 2005-07-19  Andy Wingo  <wingo@pobox.com>
23338
23339         * gst/videotestsrc/: Cleanups.
23340
23341 2005-07-19  Wim Taymans  <wim@fluendo.com>
23342
23343         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
23344         Better debugging.
23345
23346 2005-07-19  Wim Taymans  <wim@fluendo.com>
23347
23348         * examples/seeking/seek.c: (make_dv_pipeline),
23349         (make_vorbis_theora_pipeline), (query_rates),
23350         (query_positions_elems), (query_positions_pads), (do_seek):
23351         Make correct DV pipeline.
23352
23353 2005-07-18  Andy Wingo  <wingo@pobox.com>
23354
23355         * configure.ac (DEFAULT_AUDIOSINK, DEFAULT_AUDIOSRC): Use alsa by
23356         default. Also because it's the only thing that really works. (This
23357         is used in the GConf elements).
23358         Use AS_LIBTOOL_TAGS.
23359
23360 2005-07-18  Wim Taymans  <wim@fluendo.com>
23361
23362         * gst/playback/gstdecodebin.c: (remove_element_chain):
23363         * gst/playback/gstplaybin.c: (add_sink):
23364         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
23365         (gst_stream_info_set_mute):
23366         * gst/playback/gststreamselector.c:
23367         (gst_stream_selector_get_linked_pad),
23368         (gst_stream_selector_getcaps), (gst_stream_selector_chain):
23369         More leak and compile fixes.
23370
23371 2005-07-18  Wim Taymans  <wim@fluendo.com>
23372
23373         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
23374         (query_rates), (query_positions_elems), (query_positions_pads),
23375         (do_seek), (seek_cb), (stop_seek):
23376         Updated seek example. 
23377
23378         * gst/playback/gstdecodebin.c: (remove_element_chain), (unlinked):
23379         * gst/playback/gstplaybasebin.c: (queue_threshold_reached),
23380         (queue_out_of_data), (gen_preroll_element), (new_decoded_pad):
23381         * gst/playback/gstplaybin.c: (add_sink):
23382         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
23383         (gst_stream_info_set_mute):
23384         Some refcount leak fixes.
23385
23386 2005-07-16  Wim Taymans  <wim@fluendo.com>
23387
23388         * gst-libs/gst/audio/gstbaseaudiosink.c:
23389         (gst_base_audio_sink_render):
23390         Align samples even if we have roundoff errors in the 
23391         timestamp conversion.
23392
23393 2005-07-16  Wim Taymans  <wim@fluendo.com>
23394
23395         * docs/libs/tmpl/gstringbuffer.sgml:
23396         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
23397         (query_rates), (query_positions_elems), (query_positions_pads),
23398         (update_scale), (do_seek):
23399         Updated seek example.
23400
23401         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
23402         (gst_ogg_pad_submit_page), (gst_ogg_demux_activate_chain),
23403         (gst_ogg_demux_find_chains), (gst_ogg_demux_send_event),
23404         (gst_ogg_demux_loop):
23405         Push out correct discont values.
23406
23407         * ext/theora/theoradec.c: (theora_dec_src_convert),
23408         (theora_dec_sink_convert), (theora_dec_src_getcaps),
23409         (theora_dec_sink_event), (theora_handle_type_packet),
23410         (theora_handle_header_packet), (theora_dec_push),
23411         (theora_handle_data_packet), (theora_dec_chain),
23412         (theora_dec_change_state):
23413         Better timestamping.
23414
23415         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
23416         (vorbis_dec_sink_event), (vorbis_dec_push),
23417         (vorbis_handle_data_packet), (vorbis_dec_chain):
23418         * ext/vorbis/vorbisdec.h:
23419         Better timestamping.
23420
23421         * gst-libs/gst/audio/gstbaseaudiosink.c:
23422         (gst_base_audio_sink_get_time), (gst_base_audio_sink_get_times),
23423         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
23424         Handle syncing on timestamps instead of sample offsets. Make
23425         use of DISCONT values as described in design docs.
23426
23427         * gst-libs/gst/audio/gstbaseaudiosrc.c:
23428         (gst_base_audio_src_get_time):
23429         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_acquire),
23430         (gst_ring_buffer_set_sample), (gst_ring_buffer_commit),
23431         (gst_ring_buffer_read):
23432         * gst-libs/gst/audio/gstringbuffer.h:
23433         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times),
23434         (gst_ximagesink_show_frame):
23435         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
23436         Correcly convert buffer timestamp to stream time.
23437
23438 2005-07-16  Wim Taymans  <wim@fluendo.com>
23439
23440         * gst/audioconvert/gstaudioconvert.c:
23441         (gst_audio_convert_get_buffer):
23442         Timestamp buffers correctly.
23443
23444         * gst/playback/gstplaybin.c: (gen_video_element):
23445         Make internal fakesink silent.
23446
23447 2005-07-15  Wim Taymans  <wim@fluendo.com>
23448
23449         * gst/ffmpegcolorspace/Makefile.am:
23450         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
23451         (gst_ffmpegcsp_caps_remove_format_info),
23452         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
23453         (gst_ffmpegcsp_get_type), (gst_ffmpegcsp_class_init),
23454         (gst_ffmpegcsp_init), (gst_ffmpegcsp_get_size),
23455         (gst_ffmpegcsp_transform_ip), (gst_ffmpegcsp_transform):
23456         Ported ffmpegcolorspace to basetransform.
23457
23458         * gst/videoscale/gstvideoscale.c: (gst_videoscale_transform):
23459         * gst/volume/gstvolume.c: (volume_transform):
23460         Ported to new API.
23461
23462 2005-07-14  Wim Taymans  <wim@fluendo.com>
23463
23464         * gst/videotestsrc/Makefile.am:
23465         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get_type),
23466         (gst_videotestsrc_class_init), (gst_videotestsrc_negotiate),
23467         (gst_videotestsrc_setcaps), (gst_videotestsrc_getcaps),
23468         (gst_videotestsrc_init), (gst_videotestsrc_event),
23469         (gst_videotestsrc_create), (gst_videotestsrc_start),
23470         (gst_videotestsrc_stop), (gst_videotestsrc_get_times),
23471         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
23472         (gst_videotestsrc_get_property):
23473         * gst/videotestsrc/gstvideotestsrc.h:
23474         Make videotestsrc a pushsrc.
23475
23476 2005-07-14  Wim Taymans  <wim@fluendo.com>
23477
23478         * gst/tcp/gstfdset.c: (gst_fdset_free):
23479         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
23480         (gst_multifdsink_add), (gst_multifdsink_remove),
23481         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
23482         (gst_multifdsink_remove_client_link),
23483         (gst_multifdsink_client_queue_data),
23484         (gst_multifdsink_client_queue_caps),
23485         (gst_multifdsink_client_queue_buffer),
23486         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
23487         (gst_multifdsink_stop):
23488         * gst/tcp/gstmultifdsink.h:
23489         0.8 backporting.
23490
23491         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
23492         Also draw image when not from a pool.
23493
23494 2005-07-14  Wim Taymans  <wim@fluendo.com>
23495
23496         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
23497         (mute_stream), (silence_stream):
23498         Small debug additions.
23499
23500 2005-07-14  Wim Taymans  <wim@fluendo.com>
23501
23502         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
23503         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
23504         (gst_ogg_demux_activate_chain), (gst_ogg_demux_loop):
23505         Better error recovery, ignore unconnected pads and
23506         non-fatal errors.
23507
23508 2005-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
23509
23510         * docs/libs/tmpl/gstaudio.sgml:
23511         * docs/libs/tmpl/gstcolorbalance.sgml:
23512         * docs/libs/tmpl/gstgconf.sgml:
23513         * docs/libs/tmpl/gstmixer.sgml:
23514         * docs/libs/tmpl/gstringbuffer.sgml:
23515         * docs/libs/tmpl/gsttuner.sgml:
23516         * gst-libs/gst/audio/gstbaseaudiosrc.c:
23517         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
23518         (gst_tcpclientsrc_class_init):
23519         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
23520         (gst_tcpserversrc_class_init):
23521         * sys/v4l/gstv4lelement.c:
23522           more autistic cleanliness in functions/names/defines
23523
23524 2005-07-13  Thomas Vander Stichele  <thomas at apestaart dot org>
23525
23526         * configure.ac:
23527           make GST_PLUGIN_LDFLAGS only be flags; GST_LIBS should be
23528           added manually to each Makefile.am so we are sure it goes
23529           *last* and doesn't add -L flags before linking in libs of our
23530           own, like, say, internal .la libs, that then accidentally pick
23531           up the installed copy.
23532         * docs/libs/Makefile.am:
23533         * ext/alsa/Makefile.am:
23534         * ext/cdparanoia/Makefile.am:
23535         * ext/gnomevfs/Makefile.am:
23536         * ext/libvisual/Makefile.am:
23537         * ext/ogg/Makefile.am:
23538         * ext/theora/Makefile.am:
23539         * ext/vorbis/Makefile.am:
23540         * gst-libs/gst/video/Makefile.am:
23541         * gst/adder/Makefile.am:
23542         * gst/audioconvert/Makefile.am:
23543         * gst/audiorate/Makefile.am:
23544         * gst/audioscale/Makefile.am:
23545         * gst/ffmpegcolorspace/Makefile.am:
23546         * gst/playback/Makefile.am:
23547         * gst/sine/Makefile.am:
23548         * gst/subparse/Makefile.am:
23549         * gst/tags/Makefile.am:
23550         * gst/tcp/Makefile.am:
23551         * gst/typefind/Makefile.am:
23552         * gst/videorate/Makefile.am:
23553         * gst/videoscale/Makefile.am:
23554         * gst/videotestsrc/Makefile.am:
23555         * gst/volume/Makefile.am:
23556         * sys/v4l/Makefile.am:
23557         * sys/ximage/Makefile.am:
23558         * sys/xvimage/Makefile.am:
23559           adapt properly to this change. This should make sure that
23560           plugins and libs properly link to the as-yet-uninstalled
23561           copies of stuff like libgstinterfaces and libgstvideo
23562
23563 2005-07-13  Andy Wingo  <wingo@pobox.com>
23564
23565         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_stop): Fix a spurious warning.
23566         (gst_v4lsrc_fixate): Fixate on format as well.
23567
23568         * sys/xvimage/xvimagesink.c (gst_xvimage_buffer_destroy) 
23569         (gst_xvimagesink_xvimage_new): Ref the xvimagesink while the
23570         buffer points to it.
23571         (gst_xvimagesink_check_xshm_calls): Don't use our xvimage buffer,
23572         rather just doing X calls ourselves. Also fixes a memleak.
23573
23574 2005-07-12  Andy Wingo  <wingo@pobox.com>
23575
23576         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_get_property) 
23577         (gst_v4lsrc_set_property, gst_v4lsrc_class_init, gst_v4lsrc_init) 
23578         (gst_v4lsrc_create): Re-add the copy-mode property, default to
23579         TRUE to avoid deadlocks if an element holds on to our buffers.
23580
23581 2005-07-11  Thomas Vander Stichele  <thomas at apestaart dot org>
23582
23583         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
23584         (gst_sinesrc_init), (gst_sinesrc_create),
23585         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
23586         (gst_sinesrc_start):
23587         * gst/sine/gstsinesrc.h:
23588           removing num-buffers property before moving it
23589
23590 2005-07-10  Thomas Vander Stichele  <thomas at apestaart dot org>
23591
23592         * configure.ac:
23593           use overridable ERROR_CFLAGS
23594         * docs/libs/gst-plugins-base-libs.types:
23595         * docs/libs/tmpl/gstringbuffer.sgml:
23596         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
23597         (gst_alsasink_class_init):
23598         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
23599         (gst_alsasrc_class_init):
23600         * gst-libs/gst/audio/audio.h:
23601         * gst-libs/gst/audio/gstaudioclock.h:
23602         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
23603         (gst_audio_filter_base_init), (gst_audio_filter_class_init),
23604         (gst_audio_filter_link), (gst_audio_filter_init),
23605         (gst_audio_filter_chain), (gst_audio_filter_set_property),
23606         (gst_audio_filter_get_property),
23607         (gst_audio_filter_class_add_pad_templates):
23608         * gst-libs/gst/audio/gstaudiofilter.h:
23609         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
23610         (gst_audio_filter_template_get_type),
23611         (gst_audio_filter_template_base_init),
23612         (gst_audio_filter_template_class_init),
23613         (gst_audio_filter_template_init),
23614         (gst_audio_filter_template_set_property),
23615         (gst_audio_filter_template_get_property), (plugin_init),
23616         (gst_audio_filter_template_setup),
23617         (gst_audio_filter_template_filter),
23618         (gst_audio_filter_template_filter_inplace):
23619         * gst-libs/gst/audio/gstaudiosink.c:
23620         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
23621         (audioringbuffer_thread_func), (gst_audioringbuffer_acquire),
23622         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
23623         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
23624         (gst_audio_sink_base_init), (gst_audio_sink_class_init),
23625         (gst_audio_sink_init), (gst_audio_sink_create_ringbuffer):
23626         * gst-libs/gst/audio/gstaudiosink.h:
23627         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
23628         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
23629         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
23630         (gst_audioringbuffer_start), (gst_audioringbuffer_stop),
23631         (gst_audioringbuffer_delay), (gst_audio_src_base_init),
23632         (gst_audio_src_class_init), (gst_audio_src_init),
23633         (gst_audio_src_create_ringbuffer):
23634         * gst-libs/gst/audio/gstaudiosrc.h:
23635         * gst-libs/gst/audio/gstbaseaudiosink.c:
23636         (gst_base_audio_sink_base_init), (gst_base_audio_sink_class_init),
23637         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
23638         (gst_base_audio_sink_get_clock), (gst_base_audio_sink_get_time),
23639         (gst_base_audio_sink_set_property),
23640         (gst_base_audio_sink_get_property), (gst_base_audio_sink_setcaps),
23641         (gst_base_audio_sink_get_times), (gst_base_audio_sink_event),
23642         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render),
23643         (gst_base_audio_sink_create_ringbuffer),
23644         (gst_base_audio_sink_callback), (gst_base_audio_sink_change_state):
23645         * gst-libs/gst/audio/gstbaseaudiosink.h:
23646         * gst-libs/gst/audio/gstbaseaudiosrc.c:
23647         (gst_base_audio_src_base_init), (gst_base_audio_src_class_init),
23648         (gst_base_audio_src_init), (gst_base_audio_src_get_clock),
23649         (gst_base_audio_src_get_time), (gst_base_audio_src_set_property),
23650         (gst_base_audio_src_get_property), (gst_base_audio_src_fixate),
23651         (gst_base_audio_src_setcaps), (gst_base_audio_src_get_times),
23652         (gst_base_audio_src_event), (gst_base_audio_src_create),
23653         (gst_base_audio_src_create_ringbuffer),
23654         (gst_base_audio_src_callback), (gst_base_audio_src_change_state):
23655         * gst-libs/gst/audio/gstbaseaudiosrc.h:
23656         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
23657         (gst_ring_buffer_class_init), (gst_ring_buffer_init),
23658         (gst_ring_buffer_dispose), (gst_ring_buffer_finalize),
23659         (gst_ring_buffer_debug_spec_caps),
23660         (gst_ring_buffer_debug_spec_buff), (gst_ring_buffer_parse_caps),
23661         (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
23662         (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
23663         (gst_ring_buffer_start), (gst_ring_buffer_pause),
23664         (gst_ring_buffer_stop), (gst_ring_buffer_delay),
23665         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
23666         (wait_segment), (gst_ring_buffer_commit), (gst_ring_buffer_read),
23667         (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
23668         (gst_ring_buffer_clear):
23669         * gst-libs/gst/audio/gstringbuffer.h:
23670         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
23671         (gst_video_sink_class_init), (gst_video_sink_get_type):
23672         * gst-libs/gst/video/videosink.h:
23673         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
23674         (gst_multifdsink_class_init),
23675         (gst_multifdsink_handle_client_write),
23676         (gst_multifdsink_change_state):
23677         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
23678         (gst_tcpclientsink_setcaps):
23679         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
23680         (gst_ximagesink_getcaps), (gst_ximagesink_setcaps),
23681         (gst_ximagesink_change_state), (gst_ximagesink_show_frame),
23682         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
23683         (gst_ximagesink_send_pending_navigation),
23684         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size),
23685         (gst_ximagesink_class_init), (gst_ximagesink_get_type):
23686         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
23687         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
23688         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc),
23689         (gst_xvimagesink_send_pending_navigation),
23690         (gst_xvimagesink_navigation_send_event),
23691         (gst_xvimagesink_set_xwindow_id),
23692         (gst_xvimagesink_get_desired_size), (gst_xvimagesink_class_init),
23693         (gst_xvimagesink_get_type):
23694         more macro splitting
23695
23696 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
23697
23698         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
23699           plug a memleak, allows me to import 1479 albums in one go
23700           in jamboree
23701         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
23702         (vorbis_handle_type_packet), (vorbis_dec_chain),
23703         (vorbis_dec_change_state):
23704           fix some format strings
23705
23706 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
23707
23708         * docs/libs/tmpl/gstcolorbalance.sgml:
23709         * docs/libs/tmpl/gstmixer.sgml:
23710         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
23711         (gst_alsasink_set_property), (gst_alsasink_get_property):
23712         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
23713         (gst_alsasrc_set_property), (gst_alsasrc_get_property):
23714           add device property
23715
23716 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
23717
23718         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
23719         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
23720         (audiocast_register_listener), (audiocast_thread_run),
23721         (gst_gnomevfssrc_send_additional_headers_callback),
23722         (gst_gnomevfssrc_received_headers_callback),
23723         (gst_gnomevfssrc_push_callbacks), (gst_gnomevfssrc_pop_callbacks),
23724         (gst_gnomevfssrc_get_icy_metadata), (gst_gnomevfssrc_create),
23725         (gst_gnomevfssrc_get_size):
23726           add/clean up debugging
23727         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
23728           cleanups
23729
23730 2005-07-07  Andy Wingo  <wingo@pobox.com>
23731
23732         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Also fixate the
23733         framerate. Need to get a handle on when exactly this function is
23734         called, tho.
23735
23736         * sys/v4l/v4lsrc_calls.h:
23737         * sys/v4l/v4lsrc_calls.c: Remove sync-related stuff.
23738         (gst_v4lsrc_get_fps_list): Moved here from gstv4lsrc.c.
23739         (gst_v4lsrc_buffer_new): Totally derive from GstBuffer.
23740
23741         * sys/v4l/v4l_calls.h: Cast to V4lElement.
23742         * sys/v4l/v4l_calls.c: Header loc fixen, don't load mjpeg, all
23743         v4lelements are sources.
23744
23745         * sys/v4l/gstv4lxoverlay.h:
23746         * sys/v4l/gstv4lxoverlay.c:
23747         * sys/v4l/gstv4ltuner.h:
23748         * sys/v4l/gstv4ltuner.c: Header loc fixen.
23749         
23750         * sys/v4l/gstv4lsrc.h:
23751         * sys/v4l/gstv4lsrc.c: Crucial GPL update. Clean up a bit, port to
23752         PushSrc/BaseSrc. Removed most sync-related properties, videorate
23753         or something should handle that. Made a live source.
23754
23755         * sys/v4l/gstv4lelement.h:
23756         * sys/v4l/gstv4lelement.c: Derive from GstPushSrc. No more
23757         signals. Some cleanups.
23758
23759         * sys/v4l/gstv4lcolorbalance.h: Interface header update.
23760
23761         * sys/v4l/gstv4l.c: Don't register v4lelement, or the jpeg/mjpeg
23762         stuff.
23763
23764         * sys/v4l/Makefile.am: Build everything except the jpeg/mjpeg
23765         stuff.
23766
23767         * sys/Makefile.am (SUBDIRS): Hit the V4L crack pipe.
23768
23769 2005-07-07  Wim Taymans  <wim@fluendo.com>
23770
23771         * ext/theora/theoradec.c: (theora_get_query_types),
23772         (theora_dec_src_getcaps), (theora_dec_push):
23773         * ext/vorbis/vorbisdec.c: (vorbis_get_query_types):
23774         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types):
23775         Remove deprecated/unused query types.
23776
23777 2005-07-06  Wim Taymans  <wim@fluendo.com>
23778
23779         * ext/alsa/Makefile.am:
23780         * ext/alsa/gstalsaplugin.c: (plugin_init):
23781         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
23782         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
23783         (gst_alsasrc_dispose), (gst_alsasrc_base_init),
23784         (gst_alsasrc_class_init), (gst_alsasrc_init),
23785         (gst_alsasrc_getcaps), (set_hwparams), (set_swparams),
23786         (alsasrc_parse_spec), (gst_alsasrc_open), (gst_alsasrc_close),
23787         (xrun_recovery), (gst_alsasrc_read), (gst_alsasrc_delay),
23788         (gst_alsasrc_reset):
23789         * ext/alsa/gstalsasrc.h:
23790         * gst-libs/gst/audio/Makefile.am:
23791         * gst-libs/gst/audio/gstaudiosink.c:
23792         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
23793         (gst_audioringbuffer_start):
23794         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
23795         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
23796         (gst_audioringbuffer_init), (gst_audioringbuffer_dispose),
23797         (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
23798         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
23799         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
23800         (gst_audiosrc_base_init), (gst_audiosrc_class_init),
23801         (gst_audiosrc_init), (gst_audiosrc_create_ringbuffer):
23802         * gst-libs/gst/audio/gstaudiosrc.h:
23803         * gst-libs/gst/audio/gstbaseaudiosink.c:
23804         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
23805         (gst_baseaudiosink_get_time), (gst_baseaudiosink_setcaps),
23806         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render):
23807         * gst-libs/gst/audio/gstbaseaudiosrc.c:
23808         (gst_baseaudiosrc_base_init), (gst_baseaudiosrc_class_init),
23809         (gst_baseaudiosrc_init), (gst_baseaudiosrc_get_clock),
23810         (gst_baseaudiosrc_get_time), (gst_baseaudiosrc_set_property),
23811         (gst_baseaudiosrc_get_property), (gst_baseaudiosrc_fixate),
23812         (gst_baseaudiosrc_setcaps), (gst_baseaudiosrc_get_times),
23813         (gst_baseaudiosrc_event), (gst_baseaudiosrc_create),
23814         (gst_baseaudiosrc_create_ringbuffer), (gst_baseaudiosrc_callback),
23815         (gst_baseaudiosrc_change_state):
23816         * gst-libs/gst/audio/gstbaseaudiosrc.h:
23817         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
23818         (gst_ringbuffer_debug_spec_caps), (gst_ringbuffer_debug_spec_buff),
23819         (gst_ringbuffer_parse_caps), (gst_ringbuffer_start),
23820         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
23821         (gst_ringbuffer_samples_done), (gst_ringbuffer_set_sample),
23822         (wait_segment), (gst_ringbuffer_commit), (gst_ringbuffer_read),
23823         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance):
23824         * gst-libs/gst/audio/gstringbuffer.h:
23825         Added audiosource base classes.
23826         Ported alsasrc, still very basic.
23827
23828 2005-07-06  Wim Taymans  <wim@fluendo.com>
23829
23830         * ext/theora/theoradec.c: (theora_dec_src_getcaps),
23831         (theora_dec_push), (theora_handle_data_packet):
23832         Prepare for better timestamp fix later.
23833
23834         * gst/audioconvert/gstaudioconvert.c:
23835         List most accurate caps first
23836
23837         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_loop):
23838         Use proper pad task function.
23839
23840         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
23841         (gst_xvimagesink_show_frame):
23842         Fix deadlock when alloc failed.
23843
23844 2005-07-05  Andy Wingo  <wingo@pobox.com>
23845
23846         * ext/gnomevfs/gstgnomevfssrc.c:
23847         * gst/sine/gstsinesrc.c:
23848         * gst/tcp/gsttcpserversrc.c:
23849         * gst/tcp/gsttcpclientsrc.c: s/BASESRC/BASE_SRC/.
23850
23851         * sys/v4l/: Port from 0.8.
23852
23853         * Many files: Null if we got it....
23854
23855 2005-07-05  Andy Wingo  <wingo@pobox.com>
23856
23857         * gst/tcp/gsttcpserversink.c (gst_tcpserversink_handle_server_read): 
23858         * gst/tcp/gstmultifdsink.c (gst_multifdsink_client_queue_data):
23859         Signedness fixes.
23860
23861 2005-07-05  Wim Taymans  <wim@fluendo.com>
23862
23863         * configure.ac:
23864         * gst/tcp/Makefile.am:
23865         * gst/tcp/README:
23866         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
23867         (gst_multifdsink_base_init), (gst_multifdsink_class_init),
23868         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
23869         (is_sync_frame), (gst_multifdsink_handle_client_write),
23870         (gst_multifdsink_render), (gst_multifdsink_start),
23871         (gst_multifdsink_stop), (gst_multifdsink_change_state):
23872         * gst/tcp/gstmultifdsink.h:
23873         * gst/tcp/gsttcp.c: (gst_tcp_host_to_ip),
23874         (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps),
23875         (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
23876         * gst/tcp/gsttcp.h:
23877         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
23878         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
23879         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
23880         (gst_tcpclientsink_stop), (gst_tcpclientsink_change_state):
23881         * gst/tcp/gsttcpclientsink.h:
23882         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
23883         (gst_tcpclientsrc_base_init), (gst_tcpclientsrc_class_init),
23884         (gst_tcpclientsrc_init), (gst_tcpclientsrc_getcaps),
23885         (gst_tcpclientsrc_create), (gst_tcpclientsrc_start),
23886         (gst_tcpclientsrc_stop), (gst_tcpclientsrc_unlock):
23887         * gst/tcp/gsttcpclientsrc.h:
23888         * gst/tcp/gsttcpplugin.c: (plugin_init):
23889         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init):
23890         * gst/tcp/gsttcpserversink.h:
23891         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
23892         (gst_tcpserversrc_base_init), (gst_tcpserversrc_class_init),
23893         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize),
23894         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
23895         (gst_tcpserversrc_stop):
23896         * gst/tcp/gsttcpserversrc.h:
23897         * gst/tcp/gsttcpsink.c:
23898         * gst/tcp/gsttcpsink.h:
23899         * gst/tcp/gsttcpsrc.c:
23900         * gst/tcp/gsttcpsrc.h:
23901         Ported tcp plugins to 0.9. 
23902         
23903
23904 2005-07-05  Andy Wingo  <wingo@pobox.com>
23905
23906         * gst/playback/gstplaybasebin.c (fill_buffer):
23907         message_new_application fixen.
23908
23909         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_caps):
23910         Style fix.
23911
23912 2005-07-04  Wim Taymans  <wim@fluendo.com>
23913
23914         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
23915         Set caps on output buffer.
23916
23917 2005-07-04  Andy Wingo  <wingo@pobox.com>
23918
23919         * ext/gnomevfs/gstgnomevfssrc.c
23920         (gst_gnomevfssrc_received_headers_callback) 
23921         (audiocast_thread_kill, audiocast_thread_run): FORTIFY fixen,
23922         hopefully.
23923
23924         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_fixate):
23925         No refcount leakage.
23926
23927         * configure.ac: Enable -Werror.
23928         
23929         * ext/theora/theoradec.c (theora_dec_src_getcaps):
23930         * gst/audioconvert/bufferframesconvert.c
23931         (buffer_frames_convert_fixate):
23932         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int)
23933         (gst_audio_convert_fixate):
23934         * gst/sine/gstsinesrc.c (gst_sinesrc_src_fixate)
23935         (gst_sinesrc_create): Fixate func changes.
23936         
23937         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
23938         (gst_ximagesink_buffer_alloc): Unused var.
23939
23940 2005-07-01  Andy Wingo  <wingo@pobox.com>
23941
23942         * ext/theora/theoradec.c (theora_dec_src_getcaps): Implement a
23943         getcaps to do explicit caps. Needs to be done in all decoders,
23944         possibly via a base class.
23945
23946         * configure.ac (GST_PLUGIN_LDFLAGS): Add videoscale.
23947
23948         * ext/ogg/gstoggdemux.c (gst_ogg_pad_typefind): No need to set
23949         caps on the sink pad, just rely on the pad template. Also, setting
23950         ANY caps on a pad is not valid because the caps are not fixed.
23951
23952         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc): Set the
23953         caps on the buffer, and get the width from the desired_caps if
23954         they're set.
23955         (gst_ximagesink_renegotiate_size): Implement via setting the
23956         desired_caps on the ximagesink.
23957         (gst_ximagesink_setcaps): Only reset the width of the player if it
23958         wasn't already set. Not sure if this is right.
23959         (gst_ximagesink_show_frame): Memcpy only for normal buffers.
23960
23961         * sys/ximage/ximagesink.h (desired_caps): New field, is the caps
23962         that the user wants. NULL unless the window has been resized.
23963
23964         * gst/volume/gstvolume.c (volume_transform): Adapt to
23965         basetransform refcount changes.
23966         
23967 2005-07-01  Andy Wingo  <wingo@pobox.com>
23968
23969         * gst/videoscale/gstvideoscale.c:
23970         * gst/videoscale/gstvideoscale.h: Clean up, port to 0.9. Derives
23971         from BaseTransform, implements a transform_caps. Removed dead code
23972         including some PAR stuff that was never reached -- should probably
23973         be added back somehow.
23974
23975 2005-07-01  Andy Wingo  <wingo@pobox.com>
23976
23977         * gst/videoscale: Merge David's work from 0.8 branch. Changes to
23978         come later.
23979
23980 2005-06-30  Thomas Vander Stichele  <thomas at apestaart dot org>
23981
23982         * configure.ac:
23983         * docs/libs/Makefile.am:
23984         * docs/libs/gst-plugins-libs.types:
23985         * ext/alsa/Makefile.am:
23986         * ext/alsa/gstalsamixer.h:
23987         * ext/alsa/gstalsamixeroptions.h:
23988         * ext/alsa/gstalsamixertrack.h:
23989         * gst-libs/gst/Makefile.am:
23990         * gst-libs/gst/colorbalance/.cvsignore:
23991         * gst-libs/gst/colorbalance/Makefile.am:
23992         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
23993         * gst-libs/gst/colorbalance/colorbalance.c:
23994         * gst-libs/gst/colorbalance/colorbalance.h:
23995         * gst-libs/gst/colorbalance/colorbalance.vcproj:
23996         * gst-libs/gst/colorbalance/colorbalancechannel.c:
23997         * gst-libs/gst/colorbalance/colorbalancechannel.h:
23998         * gst-libs/gst/interfaces/Makefile.am:
23999         * gst-libs/gst/interfaces/colorbalance.c:
24000         (gst_color_balance_class_init):
24001         * gst-libs/gst/interfaces/colorbalance.h:
24002         * gst-libs/gst/interfaces/interfaces-marshal.list:
24003         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_class_init):
24004         * gst-libs/gst/interfaces/mixer.h:
24005         * gst-libs/gst/interfaces/mixeroptions.h:
24006         * gst-libs/gst/interfaces/navigation.c:
24007         * gst-libs/gst/interfaces/tuner.c: (gst_tuner_class_init):
24008         * gst-libs/gst/interfaces/tuner.h:
24009         * gst/volume/Makefile.am:
24010         * gst/volume/gstvolume.c:
24011         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
24012         * sys/ximage/Makefile.am:
24013         * sys/ximage/ximagesink.c:
24014         * sys/xvimage/Makefile.am:
24015         * sys/xvimage/xvimagesink.c:
24016           fold in all interfaces into an interfaces dir, preserving CVS
24017           history
24018
24019 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24020
24021         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
24022           Fix build after riff changes.
24023
24024 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24025
24026         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
24027         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
24028         (gst_riff_create_video_template_caps),
24029         (gst_riff_create_audio_template_caps),
24030         (gst_riff_create_iavs_template_caps):
24031         * gst-libs/gst/riff/riff-media.h:
24032         * gst-libs/gst/riff/riff-read.h:
24033         * gst-libs/gst/riff/riff.c: (gst_riff_init):
24034           Add gst_riff_init() to initialize the debug category, instead
24035           of plugin_init(). Port riff-media.[ch] from -THREADED to HEAD.
24036
24037 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24038
24039         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init):
24040           Oops, I shouldn't apply hacks.
24041
24042 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24043
24044         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init):
24045           Remove pad_loop function which doesn't work.
24046
24047 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24048
24049         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain):
24050           Send EOS when deactivating.
24051         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
24052         (check_queue), (queue_threshold_reached), (queue_out_of_data),
24053         (gen_preroll_element), (probe_triggered), (mute_stream),
24054         (silence_stream), (new_decoded_pad), (setup_substreams),
24055         (set_active_source):
24056         * gst/playback/gstplaybin.c: (gst_play_bin_get_property),
24057         (remove_sinks), (add_sink):
24058         * gst/playback/gststreaminfo.c: (cb_probe), (gst_stream_info_new):
24059           Change for new probe API.
24060
24061 2005-06-29  Wim Taymans  <wim@fluendo.com>
24062
24063         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_init):
24064         * gst-libs/gst/audio/gstbaseaudiosink.c:
24065         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
24066         (gst_baseaudiosink_change_state):
24067         * gst-libs/gst/audio/gstbaseaudiosink.h:
24068         * gst-libs/gst/audio/gstringbuffer.c:
24069         (gst_ringbuffer_set_callback):
24070         Fix compilation error.
24071         Ringbuffer starts out as not running.
24072         Free our clock in dispose.
24073         When releasing the ringbuffer we need to renegotiate so
24074         clear the pad caps.
24075
24076 2005-06-29  Thomas Vander Stichele  <thomas at apestaart dot org>
24077
24078         * autogen.sh:
24079         * configure.ac:
24080         * docs/Makefile.am:
24081         * docs/libs/Makefile.am:
24082         * docs/libs/gst-plugins-libs-docs.sgml:
24083         * docs/libs/gst-plugins-libs-sections.txt:
24084         * docs/libs/gst-plugins-libs.types:
24085         * docs/libs/tmpl/gstaudio.sgml:
24086         * docs/libs/tmpl/gstcolorbalance.sgml:
24087         * docs/libs/tmpl/gstringbuffer.sgml:
24088         * gst-libs/gst/audio/gstringbuffer.c:
24089         (gst_ringbuffer_set_callback):
24090           reinstate gtk-doc docs for plugin libs
24091
24092 2005-06-28  Wim Taymans  <wim@fluendo.com>
24093
24094         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
24095         (gst_ogg_demux_init):
24096         Removed pad loop function.
24097
24098 2005-06-28  Wim Taymans  <wim@fluendo.com>
24099
24100         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
24101         If we're building a chain we are not in an error case
24102         when we queue a buffer.
24103
24104 2005-06-28  Andy Wingo  <wingo@pobox.com>
24105
24106         * *.c: Don't cast to GstObject before reffing/unreffing.
24107
24108 2005-06-27  Andy Wingo  <wingo@pobox.com>
24109
24110         * gst/videotestsrc/gstvideotestsrc.c
24111         (gst_videotestsrc_activate_push): Activation API changes.
24112
24113         * gst/playback/gstdecodebin.c (gst_decode_bin_change_state) 
24114         (gst_decode_bin_dispose): Free dynamics in READY->NULL, because
24115         they have refs on the decodebin.
24116
24117         * ext/ogg/gstoggdemux.c (gst_ogg_pad_class_init): Ref the right
24118         parent class.
24119         (gst_ogg_pad_typefind): Don't leak a pad ref.
24120         (gst_ogg_chain_new_stream): gst_object_unref, not g_object_unref.
24121         (gst_ogg_demux_sink_activate, gst_ogg_demux_sink_activate_push) 
24122         (gst_ogg_demux_sink_activate_pull): Changes for activation API.
24123
24124 2005-06-27  Edward Hervey  <edward@fluendo.com>
24125
24126         * ext/theora/theoradec.c: (theora_dec_change_state): 
24127         re-arranged call to parent's state change in order to avoid locks (or
24128         worse).
24129
24130 2005-06-26  Edward Hervey  <edward@fluendo.com>
24131
24132         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
24133         2nd argument of 'unknow-type' signal is a GstCaps and not a
24134         GstMiniObject
24135
24136 2005-06-25  Jan Schmidt  <thaytan@mad.scientist.com>
24137         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_acquire):
24138           Set the worker thread's running flag to TRUE before starting the
24139           thread.
24140         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
24141           Catch a failure to add typefind to the bin.
24142
24143 2005-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
24144
24145         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
24146         (gst_sinesrc_init), (gst_sinesrc_create),
24147         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
24148         (gst_sinesrc_start):
24149         * gst/sine/gstsinesrc.h:
24150           add num-buffers and timestamp-offset properties
24151         * gst/videotestsrc/gstvideotestsrc.c:
24152         (gst_videotestsrc_class_init), (gst_videotestsrc_set_property),
24153         (gst_videotestsrc_get_property):
24154           add timestamp-offset property
24155
24156 2005-06-23  Christian Schaller  <uraeus@gnome.org>
24157
24158         * configure.ac: add videorate
24159         * gst-plugins-base.spec.in: add videorate
24160
24161 2005-06-23  Wim Taymans  <wim@fluendo.com>
24162
24163         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
24164         (gst_videorate_getcaps), (gst_videorate_setcaps),
24165         (gst_videorate_event), (gst_videorate_chain):
24166         Fixed videorate, fixating an already fixated caps is not
24167         an error.
24168
24169 2005-06-23  Wim Taymans  <wim@fluendo.com>
24170
24171         * ext/ogg/README:
24172         * ext/ogg/gstoggmux.c: (gst_ogg_mux_set_header_on_caps):
24173         Buffer on caps is not boxed anymore.
24174
24175 2005-06-22  Wim Taymans  <wim@fluendo.com>
24176
24177         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
24178         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
24179         Set buffers on caps as miniobjects and not as boxed.
24180
24181 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
24182
24183         * configure.ac:
24184           back to HEAD
24185
24186 === release 0.9.1 ===
24187
24188 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
24189
24190         * .cvsignore:
24191         * NEWS:
24192         * README:
24193         * RELEASE:
24194         * configure.ac:
24195         * po/af.po:
24196         * po/az.po:
24197         * po/cs.po:
24198         * po/en_GB.po:
24199         * po/hu.po:
24200         * po/it.po:
24201         * po/nb.po:
24202         * po/nl.po:
24203         * po/or.po:
24204         * po/sq.po:
24205         * po/sr.po:
24206         * po/sv.po:
24207         * po/uk.po:
24208         * po/vi.po:
24209           updates for release
24210
24211 2005-06-09  Andy Wingo  <wingo@pobox.com>
24212
24213         * gst-libs/gst/net/Makefile.am (lib_LTLIBRARIES): Install gstnet.
24214         
24215 2005-06-09  Andy Wingo  <wingo@pobox.com>
24216
24217         * configure.ac:
24218         * gst-libs/gst/Makefile.am:
24219         * gst-libs/gst/net/Makefile.am:
24220         Add gstnet to build.
24221
24222 2005-06-09  Andy Wingo  <wingo@pobox.com>
24223
24224         * gst-libs/gst/gconf/gconf.c:
24225         * gst/playback/test.c:
24226         * gst/playback/gstplaybin.c (gen_video_element): Ghost pad API
24227         fixes.
24228
24229         * gst/audioconvert/gstaudioconvert.c: RPAD fixes.
24230
24231         * ext/theora/theoraenc.c (theora_enc_chain): 
24232         * ext/theora/theoradec.c (theora_handle_data_packet): GCC4 fixes.
24233
24234         * ext/ogg/gstoggdemux.c (GstOggPad): Derive from GstPad, not
24235         RealPad.
24236
24237 2005-06-02  Wim Taymans  <wim@fluendo.com>
24238
24239         * gst-libs/gst/net/Makefile.am:
24240         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
24241         * pkgconfig/gstreamer-libs.pc.in:
24242         Added net stuff, version net lib.
24243
24244 2005-06-02  Wim Taymans  <wim@fluendo.com>
24245
24246         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
24247         (query_rates), (query_positions_elems), (query_positions_pads),
24248         (do_seek):
24249         Updated seek example.
24250
24251 2005-06-02  Andy Wingo  <wingo@pobox.com>
24252
24253         * pkgconfig/gstreamer-libs-uninstalled.pc.in (prefix):
24254         * pkgconfig/gstreamer-libs.pc.in (prefix): Add gst/tag to the -L
24255         list.
24256
24257         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Don't
24258         remove the typefind, the bin dispose will do it for us. When it's
24259         removed and unreffed, the signal handler will be disconnected,
24260         too.
24261         (unlinked): It's too difficult to disconnect from unlinked
24262         handlers, as they are on pads not elements. Just punt if the pads
24263         aren't grandkids of the bin.
24264
24265 2005-06-02  Wim Taymans  <wim@fluendo.com>
24266
24267         * ext/ogg/README:
24268         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
24269         (gst_ogg_demux_activate_chain), (gst_ogg_demux_clear_chains):
24270         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
24271         * ext/theora/theoradec.c: (theora_dec_src_query),
24272         (theora_handle_data_packet):
24273         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
24274         (theora_enc_chain):
24275         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
24276         (vorbis_handle_data_packet):
24277         * gst/audioconvert/bufferframesconvert.c:
24278         (buffer_frames_convert_chain):
24279         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24280         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
24281         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
24282         (gst_ffmpegcsp_chain):
24283         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
24284         (gst_videorate_getcaps), (gst_videorate_setcaps),
24285         (gst_videorate_event), (gst_videorate_chain):
24286         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_activate),
24287         (gst_videotestsrc_src_query), (gst_videotestsrc_loop):
24288         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
24289         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
24290         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
24291         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
24292         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
24293         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
24294         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
24295         Cleanups and buffer alloc.
24296
24297 2005-05-31  Wim Taymans  <wim@fluendo.com>
24298
24299         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_delay):
24300         Don't try to call the delay method when the device is not
24301         opened.
24302
24303 2005-05-31  Wim Taymans  <wim@fluendo.com>
24304
24305         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_open):
24306         Get actual segment size and buffer size after opening
24307         the device.
24308
24309 2005-05-30  Wim Taymans  <wim@fluendo.com>
24310
24311         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
24312         (gst_ogg_demux_perform_seek), (gst_ogg_demux_clear_chains):
24313         Also FLUSH upstream, makes the loop function exit faster.
24314         
24315         * ext/theora/theoradec.c: (theora_dec_src_query):
24316         Some more debug info in the query.
24317         
24318         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
24319         (gst_ximagesink_setcaps):
24320         Release lock on par error, better error reporting.
24321
24322 2005-05-26  Wim Taymans  <wim@fluendo.com>
24323
24324         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
24325         (gst_ogg_demux_activate_chain), (gst_ogg_demux_chain),
24326         (gst_ogg_demux_clear_chains), (gst_ogg_demux_change_state):
24327         Clear chains in READY
24328         Queue packets until the chain is activated.
24329
24330 2005-05-25  Wim Taymans  <wim@fluendo.com>
24331
24332         * gst-libs/gst/audio/gstaudiosink.c:
24333         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
24334         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
24335         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
24336         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
24337         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
24338         (gst_audiosink_create_ringbuffer):
24339         * gst-libs/gst/audio/gstbaseaudiosink.c:
24340         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
24341         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
24342         (gst_baseaudiosink_set_property), (build_linear_format),
24343         (debug_spec_caps), (debug_spec_buffer),
24344         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
24345         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
24346         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
24347         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
24348         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
24349         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
24350         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
24351         (gst_ringbuffer_play), (gst_ringbuffer_pause),
24352         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
24353         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
24354         (wait_segment), (gst_ringbuffer_commit),
24355         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
24356         (gst_ringbuffer_clear):
24357         Various small cleanups.
24358
24359         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
24360         (gst_audio_convert_change_state):
24361         * gst/subparse/gstsubparse.c: (gst_subparse_chain):
24362         No need to take the locks anymore.
24363
24364 2005-05-25  Wim Taymans  <wim@fluendo.com>
24365
24366         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
24367         (gst_decode_bin_dispose), (try_to_link_1), (get_our_ghost_pad),
24368         (remove_element_chain), (no_more_pads), (unlinked), (close_link),
24369         (type_found):
24370         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_dispose),
24371         (group_destroy), (group_commit), (queue_overrun),
24372         (gen_preroll_element), (no_more_pads), (preroll_unlinked),
24373         (mute_stream), (new_decoded_pad), (setup_substreams),
24374         (setup_source), (mute_group_type), (set_active_source),
24375         (gst_play_base_bin_change_state):
24376         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
24377         (gen_video_element), (gen_text_element), (gen_audio_element),
24378         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks):
24379         * gst/playback/gststreaminfo.c: (gst_stream_info_new),
24380         (gst_stream_info_dispose), (gst_stream_info_set_mute):
24381         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
24382         Some playbin cleanups mostly refcounting sloppyness.
24383
24384 2005-05-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24385
24386         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
24387           Work with streaming input.
24388
24389 2005-05-25  Wim Taymans  <wim@fluendo.com>
24390
24391         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24392         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
24393         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
24394         (gst_ffmpegcsp_chain), (gst_ffmpegcsp_change_state):
24395         No need to take the STREAM lock anymore.
24396
24397 2005-05-25  Wim Taymans  <wim@fluendo.com>
24398
24399         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
24400         (gst_ogg_pad_typefind), (gst_ogg_pad_submit_packet),
24401         (gst_ogg_chain_new_stream), (gst_ogg_demux_perform_seek),
24402         (gst_ogg_demux_chain), (gst_ogg_demux_loop),
24403         (gst_ogg_demux_sink_activate):
24404         * ext/theora/theoradec.c: (theora_dec_src_event),
24405         (theora_handle_comment_packet), (theora_dec_chain),
24406         (theora_dec_change_state):
24407         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
24408         (vorbis_handle_data_packet), (vorbis_dec_chain),
24409         (vorbis_dec_change_state):
24410         Remove STREAM locks as they are taken in core now.
24411         Never set bogus granulepos on vorbis/theora.
24412         Fix leaks in theoradec tag parsing.
24413
24414 2005-05-25  Wim Taymans  <wim@fluendo.com>
24415
24416         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
24417         Fix memleaks, GST_BUFFER_DATA() is not freed.
24418
24419 2005-05-25  Wim Taymans  <wim@fluendo.com>
24420
24421         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
24422         Open non-blocking, set to blocking mode afterwards to avoid
24423         lockups when audio device is busy.
24424
24425 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24426
24427         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_clear):
24428           This can't be good.
24429
24430 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24431
24432         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
24433         (gst_audio_convert_chain), (gst_audio_convert_link_src),
24434         (gst_audio_convert_setcaps):
24435           Implement instant setup switching.
24436
24437 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24438
24439         * gst/playback/gstplaybasebin.c: (probe_triggered):
24440           Fix missing unlock.
24441         * gst/playback/gstplaybin.c: (add_sink):
24442           First add, then link (otherwise pad link fails).
24443
24444 2005-05-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24445
24446         * examples/Makefile.am:
24447         fix buildbot (make distcheck)
24448
24449 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24450
24451         * gst/playback/gstplaybin.c: (gen_vis_element):
24452           Remove some wrong code. Doesn't work yet.
24453
24454 2005-05-19  Wim Taymans  <wim@fluendo.com>
24455
24456         * gst-libs/gst/net/Makefile.am:
24457         * gst-libs/gst/net/README:
24458         * gst-libs/gst/net/gstnetbuffer.c: (gst_netbuffer_get_type),
24459         (gst_netbuffer_class_init), (gst_netbuffer_init),
24460         (gst_netbuffer_finalize), (gst_netbuffer_copy),
24461         (gst_netbuffer_new), (gst_netaddress_set_ip4_address),
24462         (gst_netaddress_set_ip6_address), (gst_netaddress_get_net_type),
24463         (gst_netaddress_get_ip4_address), (gst_netaddress_get_ip6_address):
24464         * gst-libs/gst/net/gstnetbuffer.h:
24465         Added buffer subclass to store extra to/from addresses for
24466         network sources/sinks.
24467
24468 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24469
24470         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
24471           Don't lock an unassigned variable.
24472
24473 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24474
24475         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
24476           Increase buffer for video, decrease buffer for other media types.
24477         * gst/playback/gstplaybin.c: (gen_video_element),
24478         (gen_audio_element):
24479           Change names for debugging purposes.
24480
24481 2005-05-18  Wim Taymans  <wim@fluendo.com>
24482
24483         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24484         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
24485         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
24486         (gst_ffmpegcsp_chain):
24487         Enable buffer alloc passthrough if the source and dest
24488         formats are the same.
24489
24490 2005-05-17  Wim Taymans  <wim@fluendo.com>
24491
24492         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
24493         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
24494         (gst_ogg_demux_chain_unlocked):
24495         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
24496         (gst_audio_convert_caps_remove_format_info),
24497         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
24498         (gst_audio_convert_fixate), (gst_audio_convert_change_state):
24499         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24500         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
24501         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_init),
24502         (gst_ffmpegcsp_bufferalloc), (gst_ffmpegcsp_chain),
24503         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
24504         (gst_ffmpegcsp_get_property):
24505         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
24506         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
24507         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
24508         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
24509         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_imagepool_clear),
24510         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
24511         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_free),
24512         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id):
24513         Leak fixes in oggdemux.
24514         Some cleanups in audioconvert.
24515         Make passthrough work along with buffer_alloc etc.
24516         Make buffer_alloc and buffer recycling actually work in
24517         xvimagesink.
24518
24519 2005-05-17  Thomas Vander Stichele  <thomas at apestaart dot org>
24520
24521         * gst/subparse/gstsubparse.c: (parse_subrip), (parse_mpsub):
24522           make the compiler happy
24523
24524 2005-05-17  Wim Taymans  <wim@fluendo.com>
24525
24526         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
24527         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
24528         (gst_xvimage_buffer_init), (gst_xvimage_buffer_class_init),
24529         (gst_xvimage_buffer_get_type), (gst_xvimagesink_check_xshm_calls),
24530         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
24531         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_setcaps),
24532         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
24533         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
24534         (gst_xvimagesink_set_xwindow_id):
24535         * sys/xvimage/xvimagesink.h:
24536         Port xvimagesink to new MiniObject.
24537
24538 2005-05-17  Wim Taymans  <wim@fluendo.com>
24539
24540         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
24541         (gst_audiofilter_chain):
24542         * gst-libs/gst/audio/gstaudiosink.c:
24543         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
24544         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
24545         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
24546         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
24547         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
24548         (gst_audiosink_create_ringbuffer):
24549         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
24550         (gst_audio_convert_caps_remove_format_info),
24551         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
24552         (gst_audio_convert_fixate), (gst_audio_convert_channels):
24553         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24554         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
24555         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
24556         Fix passthrough in ffmpegcolorspace.
24557         Fix memset in audiosink on wrong memory.
24558
24559 2005-05-16  David Schleef  <ds@schleef.org>
24560
24561         * gst/playback/gststreaminfo.c: (cb_probe): Port from GstData
24562         to GstMiniObject.
24563
24564 2005-05-16  David Schleef  <ds@schleef.org>
24565
24566         Port from GstData to GstMiniObject.
24567         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
24568         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
24569         (gst_ogg_mux_queue_pads), (gst_ogg_mux_set_header_on_caps),
24570         (gst_ogg_mux_collected):
24571         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
24572         * ext/theora/theoradec.c: (theora_handle_comment_packet),
24573         (theora_handle_data_packet):
24574         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
24575         (theora_set_header_on_caps), (theora_enc_chain):
24576         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
24577         (vorbis_handle_comment_packet):
24578         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
24579         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
24580         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_chain):
24581         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_chain):
24582         * gst/audioconvert/gstaudioconvert.c:
24583         (gst_audio_convert_get_buffer):
24584         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
24585         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
24586         (mute_stream), (silence_stream):
24587         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
24588         * gst/volume/gstvolume.c: (volume_transform):
24589         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
24590         (gst_ximage_buffer_init), (gst_ximage_buffer_class_init),
24591         (gst_ximage_buffer_get_type), (gst_ximagesink_check_xshm_calls),
24592         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
24593         (gst_ximagesink_ximage_put), (gst_ximagesink_imagepool_clear),
24594         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_free),
24595         (gst_ximagesink_buffer_alloc):
24596         * sys/ximage/ximagesink.h:
24597
24598 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24599
24600         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
24601         (fill_buffer), (check_queue), (queue_threshold_reached),
24602         (queue_out_of_data):
24603         * gst/playback/gstplaybasebin.h:
24604           Post buffer-fullness on the bus.
24605
24606 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24607
24608         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
24609         (try_to_link_1):
24610         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
24611         (group_commit), (probe_triggered), (setup_source),
24612         (gst_play_base_bin_change_state):
24613         * gst/playback/gstplaybasebin.h:
24614         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
24615         (gst_play_bin_init), (remove_sinks), (setup_sinks),
24616         (gst_play_bin_change_state):
24617           Move setup_output_pads into a virtual function, remove
24618           group-switch (no longer needed) and redirect (handled by bus
24619           now) signals.
24620
24621 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24622
24623         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
24624         (gst_play_base_bin_class_init), (gst_play_base_bin_finalize),
24625         (get_active_group), (get_building_group), (group_destroy),
24626         (group_commit), (check_queue), (queue_overrun),
24627         (queue_threshold_reached), (queue_out_of_data),
24628         (gen_preroll_element), (remove_groups), (unknown_type),
24629         (add_element_stream), (no_more_pads), (probe_triggered),
24630         (preroll_unlinked), (new_decoded_pad), (setup_subtitle),
24631         (setup_substreams), (setup_source), (finish_source),
24632         (prepare_output), (muted_group_change_state),
24633         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
24634         (gst_play_base_bin_change_state):
24635         * gst/playback/gstplaybasebin.h:
24636         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
24637         (gst_play_bin_init), (gst_play_bin_set_property),
24638         (gen_video_element), (gen_text_element), (gen_audio_element),
24639         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
24640         (gst_play_bin_change_state):
24641         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
24642         (cb_probe), (gst_stream_info_new), (gst_stream_info_dispose),
24643         (stream_info_change_state), (gst_stream_info_set_mute),
24644         (gst_stream_info_get_property):
24645         * gst/playback/gststreaminfo.h:
24646         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
24647         (gst_stream_selector_get_linked_pad),
24648         (gst_stream_selector_getcaps),
24649         (gst_stream_selector_get_linked_pads),
24650         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
24651         * gst/playback/gststreamselector.h:
24652           Rough port of playbin. Needs some more work, but is mostly done,
24653           and uses a few locks in important places, which should make stuff
24654           like chain-switches clean. Still uses GST_STATE() in a few places,
24655           which isn't all that good an idea, subtitles/elements disabled
24656           because no elements to test with and thus probably broken, query
24657           and event handling moved to GstBin, internal thread removed
24658           alltogether because the pipeline does that for us now. Can play
24659           Ogg/Vorbis files. Haven't tested anything else yet.
24660
24661 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24662
24663         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
24664           Do no-more-pads (needed for autoplugging).
24665
24666 2005-05-10  Andy Wingo  <wingo@pobox.com>
24667
24668         * ext/vorbis/vorbisdec.c (vorbis_handle_comment_packet): Post a
24669         message to the bus with the tags. Still not sent downstream tho.
24670
24671         * gst/playback/gstdecodebin.c (remove_element_chain): Unref after
24672         get_parent.
24673         (remove_element_chain): Use OBJECT_PARENT instead of get_parent to
24674         avoid refcounting hassles.
24675
24676 2005-05-09  Andy Wingo  <wingo@pobox.com>
24677
24678         * gst/volume/Makefile.am:
24679         * gst/volume/demo.c
24680         * gst/volume/gstvolume.h
24681         * gst/volume/gstvolume.c: Port to 0.9 API, derive from
24682         basetransform. Probably need an audio filter base class.
24683
24684 2005-05-09  Wim Taymans  <wim@fluendo.com>
24685
24686         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_setcaps),
24687         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
24688         (gst_vorbisenc_set_header_on_caps), (gst_vorbisenc_sink_event),
24689         (gst_vorbisenc_chain):
24690         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
24691         (gst_audio_convert_caps_remove_format_info),
24692         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
24693         (gst_audio_convert_fixate), (gst_audio_convert_channels):
24694         Make caps writable before writing to it.
24695         Fix negotiation in audioconvert some more.
24696
24697 2005-05-09  Wim Taymans  <wim@fluendo.com>
24698
24699         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
24700         (gst_videorate_getcaps), (gst_videorate_setcaps),
24701         (gst_videorate_event), (gst_videorate_chain):
24702         Better negotiation.
24703
24704 2005-05-09  Wim Taymans  <wim@fluendo.com>
24705
24706         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
24707         (gst_videorate_getcaps), (gst_videorate_setcaps),
24708         (gst_videorate_blank_data), (gst_videorate_init),
24709         (gst_videorate_event), (gst_videorate_chain),
24710         (gst_videorate_change_state):
24711         Port videorate, do a better job at negotiation while we're at
24712         it.
24713
24714 2005-05-09  Jan Schmidt  <thaytan@mad.scientist.com>
24715
24716         * configure.ac:
24717           Disable libvisual
24718
24719         * examples/Makefile.am:
24720         * gst-libs/gst/audio/Makefile.am:
24721         * gst-libs/gst/riff/Makefile.am:
24722         * gst-libs/gst/tag/Makefile.am:
24723         * gst-libs/gst/video/Makefile.am:
24724           Fixups for missing variables.
24725
24726 2005-05-09  Wim Taymans  <wim@fluendo.com>
24727
24728         * examples/seeking/seek.c: (make_theora_pipeline),
24729         (make_vorbis_theora_pipeline), (make_avi_msmpeg4v3_mp3_pipeline),
24730         (query_rates), (query_positions_elems), (query_positions_pads),
24731         (update_scale), (play_cb), (pause_cb), (stop_cb), (main):
24732         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
24733         (gst_ogg_pad_query_types), (gst_ogg_pad_src_query),
24734         (gst_ogg_pad_typefind), (gst_ogg_demux_init),
24735         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
24736         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_sink_activate):
24737         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
24738         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
24739         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
24740         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
24741         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
24742         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
24743         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
24744         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain):
24745         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
24746         (theora_dec_src_convert), (theora_dec_sink_convert),
24747         (theora_dec_src_query), (theora_dec_sink_query),
24748         (theora_dec_src_event), (theora_dec_sink_event),
24749         (theora_handle_comment_packet), (theora_handle_type_packet),
24750         (theora_handle_header_packet), (theora_handle_data_packet),
24751         (theora_dec_chain):
24752         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
24753         (vorbis_dec_convert), (vorbis_dec_src_query),
24754         (vorbis_dec_sink_query), (vorbis_dec_src_event),
24755         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
24756         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
24757         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
24758         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
24759         (gst_vorbisenc_sink_query), (gst_vorbisenc_init),
24760         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain):
24761         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
24762         (gst_play_bin_query):
24763         * gst/playback/test3.c: (update_scale):
24764         * gst/sine/gstsinesrc.c: (gst_sinesrc_setcaps),
24765         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start):
24766         * gst/subparse/gstsubparse.c: (gst_subparse_init):
24767         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
24768         (gst_videotestsrc_src_query):
24769         * gst/videotestsrc/videotestsrc.c: (paint_hline_I420),
24770         (paint_hline_Y41B), (paint_hline_Y42B), (paint_hline_Y800),
24771         (paint_hline_YUV9):
24772         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
24773         Port to new query API.
24774         Updated seek.
24775         Cleanups in x[v]imagesink
24776
24777 2005-05-09  Andy Wingo  <wingo@pobox.com>
24778
24779         * ext/alsa/gstalsasink.h:
24780         * ext/gnomevfs/gstgnomevfssrc.c:
24781         (gst_gnomevfssrc_get_icy_metadata):
24782         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek)
24783         (gst_ogg_demux_read_chain, gst_ogg_demux_read_end_chain)
24784         * ext/theora/theoradec.c (theora_dec_src_query)
24785         (theora_dec_src_event, theora_dec_sink_event)
24786         (theora_handle_comment_packet, theora_handle_data_packet):
24787         * ext/theora/theoraenc.c (theora_enc_chain):
24788         * ext/vorbis/vorbisdec.c (vorbis_dec_src_event)
24789         (vorbis_dec_sink_event, vorbis_handle_comment_packet):
24790         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
24791         * gst/typefind/gsttypefindfunctions.c (mp3_type_find)
24792         (qt_type_find):
24793         * gst/videotestsrc/videotestsrc.c (paint_setup_I420)
24794         (paint_setup_YV12, paint_setup_YUY2, paint_setup_UYVY)
24795         (paint_setup_YVYU, paint_setup_IYU2, paint_setup_Y41B)
24796         (paint_setup_Y42B, paint_setup_Y800, paint_setup_IMC1)
24797         (paint_setup_IMC2, paint_setup_IMC3, paint_setup_IMC4)
24798         (paint_setup_YVU9, paint_setup_YUV9, paint_setup_xRGB8888)
24799         (paint_setup_xBGR8888, paint_setup_RGBx8888)
24800         (paint_setup_BGRx8888, paint_setup_RGB888, paint_setup_BGR888)
24801         (paint_setup_RGB565, paint_setup_xRGB1555):
24802         * gst/videotestsrc/videotestsrc.h:
24803         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc):
24804         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support)
24805         (gst_xvimagesink_setcaps, gst_xvimagesink_buffer_alloc):
24806         GCC4 fixes.
24807         
24808         * ext/ogg/gstoggdemux.c (gst_ogg_demux_find_chains): Use the new
24809         gst_pad_query_position. Fixes oggdemux.
24810
24811 2005-05-08  David Schleef  <ds@schleef.org>
24812
24813         * configure.ac: Require liboil.
24814         * gst/videotestsrc/gstvideotestsrc.c: Fix up liboil calls, add
24815         a few more.
24816         * gst/videotestsrc/videotestsrc.c:
24817         * gst/videotestsrc/videotestsrc.h:
24818
24819 2005-05-06  Wim Taymans  <wim@fluendo.com>
24820
24821         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24822         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
24823         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
24824         Well, unreffing a buffer right before pushing it is asking
24825         for trouble..
24826
24827 2005-05-06  Christian Schaller  <uraeus@gnome.org>
24828
24829         * pkgconfig/gstreamer-libs.pc.in: add missing library calls
24830
24831 2005-05-06  Wim Taymans  <wim@fluendo.com>
24832
24833         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
24834         (gst_audio_convert_caps_remove_format_info),
24835         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
24836         (gst_audio_convert_fixate), (gst_audio_convert_channels):
24837         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24838         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
24839         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
24840         * gst/sine/Makefile.am:
24841         * gst/sine/gstsinesrc.c: (gst_sinesrc_get_type),
24842         (gst_sinesrc_class_init), (gst_sinesrc_init),
24843         (gst_sinesrc_src_fixate), (gst_sinesrc_setcaps),
24844         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start),
24845         (gst_sinesrc_update_freq):
24846         * gst/sine/gstsinesrc.h:
24847         * gst/tcp/gstmultifdsink.c:
24848         * sys/xvimage/xvimagesink.c:
24849         Fixed negotiation wrt _peer_get_caps()
24850         Some cleanups.
24851
24852
24853 2005-05-06  Wim Taymans  <wim@fluendo.com>
24854
24855         * gst-libs/gst/audio/gstaudiosink.c:
24856         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
24857         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
24858         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
24859         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
24860         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
24861         (gst_audiosink_create_ringbuffer):
24862         * gst-libs/gst/audio/gstbaseaudiosink.c:
24863         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
24864         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
24865         (gst_baseaudiosink_set_property), (build_linear_format),
24866         (debug_spec_caps), (debug_spec_buffer),
24867         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
24868         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
24869         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
24870         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
24871         * gst-libs/gst/audio/gstbaseaudiosink.h:
24872         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
24873         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
24874         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
24875         (gst_ringbuffer_play), (gst_ringbuffer_pause),
24876         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
24877         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
24878         (wait_segment), (gst_ringbuffer_commit),
24879         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
24880         (gst_ringbuffer_clear):
24881         * gst-libs/gst/audio/gstringbuffer.h:
24882         Make the base audiosink return an error when there is no
24883         audiobuffer negotiated.
24884
24885 2005-05-06  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24886
24887         * ext/Makefile.am:
24888         Disable cdparanoia until someone ports it!
24889
24890 2005-05-06  Wim Taymans  <wim@fluendo.com>
24891
24892         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
24893         (gst_ogg_demux_sink_activate):
24894         And revert after wingo's revert.. sigh..
24895
24896 2005-05-05  Andy Wingo  <wingo@pobox.com>
24897
24898         * gst/audiorate/gstaudiorate.c (gst_audiorate_class_init): Pacify
24899         GObject.
24900         * configure.ac: Return audiorate and subparse from the ghetto.
24901         Re-enable -Wall -Werror.
24902         * gst/subparse/gstsubparse.c:
24903         * gst/subparse/gstsubparse.h: Port to 0.9. Can operate loop-based
24904         or chain-based. Cleaned up a bit. Not tested.
24905         
24906 2005-05-05  Christian Schaller <christian@fluendo.com> 
24907
24908         * Makefile.am: remove stuff that is not building
24909         * configure.ac: remove stuff that is not building
24910         * examples/Makefile.am: remove stuff that is not building
24911         * ext/alsa/gstalsasink.c: add alsa/ before the alsalib.h file
24912         * ext/alsa/gstalsasink.h: add alsa/ before the alsalib.h file
24913         * sys/Makefile.am: remove stuff that is not building
24914         * testsuite/Makefile.am: remove stuff that is not building
24915
24916 2005-05-05  Andy Wingo  <wingo@pobox.com>
24917
24918         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
24919         * gst-libs/gst/tag/gstvorbistag.c:
24920         (gst_tag_list_from_vorbiscomment_buffer), (gst_vorbis_tag_chain):
24921         * gst/adder/gstadder.h:
24922         * gst/audioconvert/gstchannelmix.c:
24923         (gst_audio_convert_fill_one_other):
24924         * gst/audiorate/gstaudiorate.c: (gst_audiorate_setcaps),
24925         (gst_audiorate_init), (gst_audiorate_chain):
24926         * gst/playback/gstplaybasebin.c: (setup_source):
24927         * gst/playback/test3.c: (update_scale):
24928         Some GCC4 fixes
24929         
24930         * po/af.po:
24931         * po/az.po:
24932         * po/cs.po:
24933         * po/en_GB.po:
24934         * po/hu.po:
24935         * po/it.po:
24936         * po/nb.po:
24937         * po/nl.po:
24938         * po/or.po:
24939         * po/sq.po:
24940         * po/sr.po:
24941         * po/sv.po:
24942         * po/uk.po:
24943         * po/vi.po: Foo
24944
24945 2005-05-05  Wim Taymans  <wim@fluendo.com>
24946
24947         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
24948         (gst_audio_convert_caps_remove_format_info),
24949         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
24950         (gst_audio_convert_change_state), (gst_audio_convert_channels):
24951         * gst/videotestsrc/gstvideotestsrc.c:
24952         (gst_videotestsrc_src_negotiate), (gst_videotestsrc_src_link),
24953         (gst_videotestsrc_parse_caps), (gst_videotestsrc_src_accept_caps),
24954         (gst_videotestsrc_setcaps), (gst_videotestsrc_activate),
24955         (gst_videotestsrc_init), (gst_videotestsrc_loop):
24956         Don't ignore _push() return values.
24957         Make sure no processing is done when shutting down.
24958         Videotestsrc pad activation fix.
24959
24960 2005-05-05  Wim Taymans  <wim@fluendo.com>
24961
24962         * gst/adder/Makefile.am:
24963         * gst/adder/gstadder.c: (gst_adder_setcaps),
24964         (gst_adder_class_init), (gst_adder_init),
24965         (gst_adder_request_new_pad), (gst_adder_collected),
24966         (gst_adder_change_state):
24967         * gst/adder/gstadder.h:
24968         Ported adder as an example of a mixer element using
24969         collect pads. Needs more negotiation work.
24970
24971 2005-05-05  Wim Taymans  <wim@fluendo.com>
24972
24973         * ext/theora/theoradec.c: (_inc_granulepos),
24974         (theora_dec_src_event), (theora_dec_sink_event),
24975         (theora_handle_comment_packet), (theora_handle_type_packet),
24976         (theora_handle_header_packet), (theora_handle_data_packet),
24977         (theora_dec_chain):
24978         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
24979         (gst_theora_enc_init), (theora_enc_sink_setcaps),
24980         (theora_push_buffer), (theora_push_packet),
24981         (theora_enc_sink_event), (theora_enc_chain),
24982         (theora_enc_change_state), (theora_enc_set_property),
24983         (theora_enc_get_property):
24984         Added stream lock to decoder so that we can serialize
24985         the discont event.
24986         More theoraenc porting, recover from errors, do clean
24987         shutdown.
24988
24989 2005-05-05  Wim Taymans  <wim@fluendo.com>
24990
24991         * ext/ogg/Makefile.am:
24992         * ext/ogg/README:
24993         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
24994         (gst_ogg_pad_submit_packet), (gst_ogg_demux_sink_activate),
24995         (gst_ogg_print):
24996         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
24997         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
24998         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
24999         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
25000         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected),
25001         (gst_ogg_mux_change_state):
25002         Ported ogg muxer.
25003
25004 2005-05-05  Wim Taymans  <wim@fluendo.com>
25005
25006         * docs/design-audiosinks.txt:
25007         * gst-libs/gst/audio/TODO:
25008         * gst-libs/gst/audio/gstaudiosink.c:
25009         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
25010         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
25011         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
25012         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
25013         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
25014         (gst_audiosink_create_ringbuffer):
25015         * gst-libs/gst/audio/gstbaseaudiosink.c:
25016         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
25017         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
25018         (gst_baseaudiosink_set_property), (build_linear_format),
25019         (debug_spec_caps), (debug_spec_buffer),
25020         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
25021         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
25022         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
25023         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
25024         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
25025         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
25026         (gst_ringbuffer_release), (gst_ringbuffer_play),
25027         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
25028         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
25029         (gst_ringbuffer_set_sample), (wait_segment),
25030         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
25031         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
25032         More work on the audiosink, mostly debugging and a race in
25033         shutdown.
25034
25035 2005-04-28  Wim Taymans  <wim@fluendo.com>
25036
25037         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
25038         (gst_ogg_demux_perform_seek), (gst_ogg_demux_sink_activate):
25039         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
25040         (vorbis_dec_src_query), (vorbis_dec_src_event),
25041         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
25042         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
25043         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
25044         Don't crap out when seeking back to position 0.
25045
25046 2005-04-28  Wim Taymans  <wim@fluendo.com>
25047
25048         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
25049         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
25050         (make_vorbis_pipeline), (make_vorbis_theora_pipeline),
25051         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
25052         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline):
25053         Make audio sink configurable, use alsasink as default.
25054
25055 2005-04-28  Wim Taymans  <wim@fluendo.com>
25056
25057         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
25058         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
25059         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
25060         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain),
25061         (vorbis_dec_change_state):
25062         * ext/vorbis/vorbisdec.h:
25063         Refactor, use STREAM_LOCK.
25064
25065 2005-04-28  Wim Taymans  <wim@fluendo.com>
25066
25067         * ext/theora/theoradec.c: (_inc_granulepos),
25068         (theora_dec_sink_event), (theora_handle_comment_packet),
25069         (theora_handle_type_packet), (theora_handle_header_packet),
25070         (theora_handle_data_packet), (theora_dec_chain),
25071         (theora_dec_change_state):
25072         Refactor a bit, use STREAM_LOCK.
25073
25074 2005-04-28  Wim Taymans  <wim@fluendo.com>
25075
25076         * ext/alsa/Makefile.am:
25077         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_get_caps),
25078         (gst_alsa_fixate_to_mimetype), (gst_alsa_fixate_field_nearest_int),
25079         (gst_alsa_link), (gst_alsa_close_audio):
25080         * ext/alsa/gstalsaplugin.c: (plugin_init):
25081         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
25082         (gst_alsasink_dispose), (gst_alsasink_base_init),
25083         (gst_alsasink_class_init), (gst_alsasink_init),
25084         (gst_alsasink_getcaps), (set_hwparams), (set_swparams),
25085         (alsasink_parse_spec), (gst_alsasink_open), (gst_alsasink_close),
25086         (xrun_recovery), (gst_alsasink_write), (gst_alsasink_delay),
25087         (gst_alsasink_reset):
25088         * ext/alsa/gstalsasink.h:
25089         Implement alsasink with simple open/write/close API. 
25090         Make alsa dir build by disabling compilation of code.
25091
25092 2005-04-28  Wim Taymans  <wim@fluendo.com>
25093
25094         * gst-libs/gst/audio/Makefile.am:
25095         * gst-libs/gst/audio/audio.h:
25096         * gst-libs/gst/audio/audioclock.c:
25097         * gst-libs/gst/audio/audioclock.h:
25098         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_get_type),
25099         (gst_audio_clock_class_init), (gst_audio_clock_init),
25100         (gst_audio_clock_new), (gst_audio_clock_get_internal_time):
25101         * gst-libs/gst/audio/gstaudioclock.h:
25102         * gst-libs/gst/audio/gstaudiosink.c:
25103         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
25104         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
25105         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
25106         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
25107         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
25108         (gst_audiosink_create_ringbuffer):
25109         * gst-libs/gst/audio/gstbaseaudiosink.c:
25110         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
25111         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
25112         (gst_baseaudiosink_set_property), (gst_baseaudiosink_get_property),
25113         (build_linear_format), (debug_spec_caps), (debug_spec_buffer),
25114         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
25115         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
25116         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
25117         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
25118         * gst-libs/gst/audio/gstbaseaudiosink.h:
25119         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
25120         (gst_ringbuffer_init), (gst_ringbuffer_finalize),
25121         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
25122         (gst_ringbuffer_release), (gst_ringbuffer_play),
25123         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
25124         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
25125         (gst_ringbuffer_set_sample), (wait_segment),
25126         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
25127         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
25128         * gst-libs/gst/audio/gstringbuffer.h:
25129         Make ringbuffer faster and more simple by removing the locks
25130         in the playback thread.
25131         Add sample accurate playback based on buffer sample offsets.
25132         Make the baseaudiosink provide a clock.
25133         Parse caps in the base class.
25134         Correctly handle seeking, flushing and state changes.
25135
25136 2005-04-25  Thomas Vander Stichele  <thomas at apestaart dot org>
25137
25138         * configure.ac:
25139         * gst/audioconvert/Makefile.am:
25140         * gst/audioscale/Makefile.am:
25141           Fix part of the build.  Come on guys, autogen didn't even work :)
25142
25143 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25144
25145         * configure.ac:
25146         * gst-libs/gst/Makefile.am:
25147         * gst-libs/gst/media-info/.cvsignore:
25148         * gst-libs/gst/media-info/Makefile.am:
25149         * gst-libs/gst/media-info/README:
25150         * gst-libs/gst/media-info/media-info-priv.c:
25151         * gst-libs/gst/media-info/media-info-priv.h:
25152         * gst-libs/gst/media-info/media-info-test.c:
25153         * gst-libs/gst/media-info/media-info.c:
25154         * gst-libs/gst/media-info/media-info.h:
25155         * gst-libs/gst/media-info/media-info.vcproj:
25156         * pkgconfig/Makefile.am:
25157         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
25158         * pkgconfig/gstreamer-media-info.pc.in:
25159           Remove media-info, which is also successed by playbin (see Totem
25160           implementation).
25161
25162 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25163
25164         * configure.ac:
25165         * examples/Makefile.am:
25166         * examples/gstplay/.cvsignore:
25167         * examples/gstplay/Makefile.am:
25168         * examples/gstplay/player.c:
25169         * gst-libs/gst/Makefile.am:
25170         * gst-libs/gst/play/.cvsignore:
25171         * gst-libs/gst/play/Makefile.am:
25172         * gst-libs/gst/play/play.c:
25173         * gst-libs/gst/play/play.h:
25174         * gst-libs/gst/play/play.vcproj:
25175         * pkgconfig/Makefile.am:
25176         * pkgconfig/gstreamer-play-uninstalled.pc.in:
25177         * pkgconfig/gstreamer-play.pc.in:
25178           Remove libgstplay, playbin is now the official successor.
25179
25180 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25181
25182         * configure.ac:
25183         * gst-libs/gst/Makefile.am:
25184         * gst-libs/gst/xwindowlistener/Makefile.am:
25185         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
25186         * gst-libs/gst/xwindowlistener/xwindowlistener.h:
25187           Remove deprecated xwindowlistener (I've moved xwindowlistening
25188           in the v4l/v4l2 plugins over to serverside).
25189
25190 2005-04-25  David Schleef  <ds@schleef.org>
25191
25192         * examples/dynparams/Makefile.am: Move demo-dparams from gst/sine
25193         to examples/dynparams.  Examples do not belong interspersed with
25194         source code.
25195         * examples/dynparams/demo-dparams.c:
25196         * gst/sine/Makefile.am:
25197         * gst/sine/demo-dparams.c:
25198
25199 2005-04-25  David Schleef  <ds@schleef.org>
25200
25201         Don't use GST_PLUGIN_LDFLAGS, because these aren't plugins.
25202         * gst-libs/gst/audio/Makefile.am:
25203         * gst-libs/gst/riff/Makefile.am:
25204         * gst-libs/gst/tag/Makefile.am:
25205         * gst-libs/gst/video/Makefile.am:
25206         * gst-libs/gst/xwindowlistener/Makefile.am:
25207
25208         Convert to 0.9 API, seems to work:
25209         * sys/ximage/Makefile.am:
25210         * sys/ximage/ximagesink.c:
25211
25212 2005-04-24  David Schleef  <ds@schleef.org>
25213
25214         Link plugins against libraries:
25215         * ext/alsa/Makefile.am:
25216         * gst/tcp/Makefile.am:
25217
25218         Remove asm code that should be in liboil
25219         * gst/videoscale/Makefile.am:
25220         * gst/videoscale/videoscale_x86_asm.s:
25221
25222         gettext wants these checked in:
25223         * po/af.po:
25224         * po/az.po:
25225         * po/cs.po:
25226         * po/en_GB.po:
25227         * po/hu.po:
25228         * po/it.po:
25229         * po/nb.po:
25230         * po/nl.po:
25231         * po/or.po:
25232         * po/sq.po:
25233         * po/sr.po:
25234         * po/sv.po:
25235         * po/uk.po:
25236         * po/vi.po:
25237
25238 2005-04-24  David Schleef  <ds@schleef.org>
25239
25240         Convert gst_main() to g_main_loop_run()
25241         * gst/playback/decodetest.c: (main):
25242         * gst/playback/test2.c: (main):
25243         * gst/playback/test3.c: (main):
25244         * gst/playback/test4.c: (main):
25245
25246         Link plugins against libraries:
25247         * ext/libvisual/Makefile.am:
25248         * sys/xvimage/Makefile.am:
25249
25250 2005-04-24  David Schleef  <ds@schleef.org>
25251
25252         * configure.ac: Remove idct and resample libs
25253         * gst-libs/gst/Makefile.am: same
25254
25255         Remove usage of gst_library_load():
25256         * ext/alsa/gstalsaplugin.c: (plugin_init):
25257         * ext/libvisual/visual.c: (plugin_init):
25258         * ext/ogg/gstogg.c: (plugin_init):
25259         * ext/theora/theora.c: (plugin_init):
25260         * ext/vorbis/vorbis.c: (plugin_init):
25261         * gst-libs/gst/audio/gstaudiofiltertemplate.c: (plugin_init):
25262         * gst/audioscale/gstaudioscale.c:
25263         * gst/adder/gstadder.c: (plugin_init):
25264         * gst/audioconvert/plugin.c: (plugin_init):
25265         * sys/ximage/ximagesink.c: (plugin_init):
25266         * sys/xvimage/xvimagesink.c: (plugin_init):
25267         * gst/tcp/gsttcpplugin.c: (plugin_init):
25268
25269         Link plugins against libraries:
25270         * ext/ogg/Makefile.am:
25271         * ext/theora/Makefile.am:
25272         * ext/vorbis/Makefile.am:
25273         * gst/audioconvert/Makefile.am:
25274
25275         Create proper libraries:
25276         * gst-libs/gst/riff/Makefile.am:
25277         * gst-libs/gst/audio/Makefile.am:
25278         * gst-libs/gst/video/Makefile.am:
25279
25280         Move resample library to audioscale plugin directory:
25281         * gst-libs/gst/resample/Makefile.am:
25282         * gst-libs/gst/resample/README:
25283         * gst-libs/gst/resample/dtof.c:
25284         * gst-libs/gst/resample/dtos.c:
25285         * gst-libs/gst/resample/functable.c:
25286         * gst-libs/gst/resample/private.h:
25287         * gst-libs/gst/resample/resample.c:
25288         * gst-libs/gst/resample/resample.h:
25289         * gst-libs/gst/resample/resample.vcproj:
25290         * gst-libs/gst/resample/test.c:
25291         * gst/audioscale/Makefile.am:
25292         * gst/audioscale/README:
25293         * gst/audioscale/dtof.c:
25294         * gst/audioscale/dtos.c:
25295         * gst/audioscale/functable.c:
25296         * gst/audioscale/private.h:
25297         * gst/audioscale/resample.c:
25298         * gst/audioscale/resample.h:
25299         * gst/audioscale/test.c:
25300
25301         Move tagedit library to gst-libs:
25302         * gst-libs/gst/tag/Makefile.am:
25303         * gst-libs/gst/tag/gstid3tag.c:
25304         * gst-libs/gst/tag/gsttagediting.c:
25305         * gst-libs/gst/tag/gsttageditingprivate.h:
25306         * gst-libs/gst/tag/gstvorbistag.c:
25307         * gst/tags/Makefile.am:
25308         * gst/tags/gstid3tag.c:
25309         * gst/tags/gstvorbistag.c:
25310
25311         Fix for core changes:
25312         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
25313         (gst_sinesrc_init), (gst_sinesrc_src_fixate), (gst_sinesrc_link),
25314         (gst_sinesrc_getrange):
25315
25316 2005-04-23  David Schleef  <ds@schleef.org>
25317
25318         * gst-libs/gst/Makefile.am: Remove idct.  It hasn't been used
25319         in gst-plugins in a long time, and properly belongs in liboil.
25320         * gst-libs/gst/idct/Makefile.am:
25321         * gst-libs/gst/idct/README:
25322         * gst-libs/gst/idct/dct.h:
25323         * gst-libs/gst/idct/doieee:
25324         * gst-libs/gst/idct/fastintidct.c:
25325         * gst-libs/gst/idct/floatidct.c:
25326         * gst-libs/gst/idct/idct.c:
25327         * gst-libs/gst/idct/idct.h:
25328         * gst-libs/gst/idct/idtc.vcproj:
25329         * gst-libs/gst/idct/ieeetest.c:
25330         * gst-libs/gst/idct/intidct.c:
25331
25332 2005-04-20  Wim Taymans  <wim@fluendo.com>
25333
25334         * docs/design-audiosinks.txt:
25335         * gst-libs/gst/audio/Makefile.am:
25336         * gst-libs/gst/audio/TODO:
25337         * gst-libs/gst/audio/gstaudiosink.c:
25338         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
25339         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
25340         (gst_audioringbuffer_dispose), (gst_audioringbuffer_finalize),
25341         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
25342         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
25343         (gst_audioringbuffer_delay), (gst_audiosink_base_init),
25344         (gst_audiosink_class_init), (gst_audiosink_init),
25345         (gst_audiosink_create_ringbuffer):
25346         * gst-libs/gst/audio/gstaudiosink.h:
25347         * gst-libs/gst/audio/gstbaseaudiosink.c:
25348         (gst_baseaudiosink_base_init), (gst_baseaudiosink_class_init),
25349         (gst_baseaudiosink_init), (gst_baseaudiosink_set_property),
25350         (gst_baseaudiosink_get_property), (gst_baseaudiosink_setcaps),
25351         (gst_baseaudiosink_get_times), (gst_baseaudiosink_event),
25352         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render),
25353         (gst_baseaudiosink_create_ringbuffer),
25354         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
25355         * gst-libs/gst/audio/gstbaseaudiosink.h:
25356         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
25357         (gst_ringbuffer_class_init), (gst_ringbuffer_init),
25358         (gst_ringbuffer_dispose), (gst_ringbuffer_finalize),
25359         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
25360         (gst_ringbuffer_release), (gst_ringbuffer_play_unlocked),
25361         (gst_ringbuffer_play), (gst_ringbuffer_pause),
25362         (gst_ringbuffer_resume), (gst_ringbuffer_stop),
25363         (gst_ringbuffer_callback), (gst_ringbuffer_delay),
25364         (gst_ringbuffer_played_samples), (gst_ringbuffer_commit),
25365         (gst_ringbuffer_prepare_read), (gst_ringbuffer_clear):
25366         * gst-libs/gst/audio/gstringbuffer.h:
25367         An attempt at a set of audio base classes together with some
25368         design docs.
25369
25370 2005-04-20  Wim Taymans  <wim@fluendo.com>
25371
25372         * gst/audioconvert/Makefile.am:
25373         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
25374         (gst_audio_convert_caps_remove_format_info),
25375         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
25376         (gst_audio_convert_channels):
25377         Link against audio libs.
25378         Fix audio convert plugin.
25379
25380 2005-04-20  Wim Taymans  <wim@fluendo.com>
25381
25382         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter),
25383         (gst_ogg_demux_sink_activate):
25384         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
25385         (theora_set_header_on_caps), (theora_enc_sink_event),
25386         (theora_enc_chain):
25387         Fix theora encoder.
25388
25389 2005-04-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25390
25391         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter):
25392         * gst/playback/gstdecodebin.c: (find_compatibles):
25393           Work with staticpadtemplates in elementfactories.
25394
25395 2005-04-12  Wim Taymans  <wim@fluendo.com>
25396
25397         * gst/playback/README:
25398         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
25399         (compare_ranks), (print_feature), (gst_decode_bin_init),
25400         (dynamic_create), (dynamic_free), (find_compatibles),
25401         (mimetype_is_raw), (close_pad_link), (got_redirect),
25402         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
25403         (new_pad), (no_more_pads), (unlinked), (close_link), (type_found),
25404         (gst_decode_bin_change_state):
25405         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
25406         (gst_play_base_bin_init), (group_destroy), (group_commit),
25407         (check_queue), (queue_overrun), (queue_threshold_reached),
25408         (queue_out_of_data), (gen_preroll_element), (unknown_type),
25409         (new_decoded_pad), (setup_subtitle), (gen_source_element),
25410         (got_redirect), (setup_source), (play_base_eos),
25411         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
25412         (gst_play_base_bin_remove_element):
25413         * gst/playback/gstplaybasebin.h:
25414         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
25415         (gst_play_bin_init), (gst_play_bin_dispose),
25416         (gst_play_bin_set_property), (gen_video_element),
25417         (gen_text_element), (gen_audio_element), (remove_sinks),
25418         (gst_play_bin_send_event):
25419         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
25420         (stream_info_change_state), (gst_stream_info_set_mute):
25421         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
25422         (gst_stream_selector_get_caps), (gst_stream_selector_setcaps),
25423         (gst_stream_selector_request_new_pad), (gst_stream_selector_event),
25424         (gst_stream_selector_chain):
25425         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
25426         (main):
25427         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
25428         (gst_xvimagesink_setcaps), (gst_xvimagesink_get_times),
25429         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
25430         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_class_init):
25431         Raw and crude port of decodebin. 
25432         Make playbin compile.
25433
25434 2005-04-06  Wim Taymans  <wim@fluendo.com>
25435
25436         * ext/gnomevfs/Makefile.am:
25437         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
25438         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
25439         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
25440         (gst_gnomevfssrc_create), (gst_gnomevfssrc_is_seekable),
25441         (gst_gnomevfssrc_get_size), (gst_gnomevfssrc_start),
25442         (gst_gnomevfssrc_stop):
25443         * ext/ogg/Makefile.am:
25444         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_get_data),
25445         (gst_ogg_demux_find_chains), (gst_ogg_demux_sink_activate):
25446         * ext/theora/Makefile.am:
25447         * ext/theora/theoradec.c: (_inc_granulepos),
25448         (theora_dec_sink_event), (theora_dec_chain):
25449         * ext/vorbis/Makefile.am:
25450         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
25451         (vorbis_dec_sink_event), (vorbis_dec_chain):
25452         * gst-libs/gst/audio/Makefile.am:
25453         * sys/xvimage/Makefile.am:
25454         Make gnomevfssrc extend the source base class.
25455         Fix linking against libs in various plugins.
25456
25457 2005-04-06  Andy Wingo  <wingo@pobox.com>
25458
25459         * gst-libs/gst/video/Makefile.am (libgstvideo_la_LDFLAGS): Use
25460         GST_BASE_LIBS.
25461
25462         * configure.ac: Add check and AC_SUBST for libgstbase.
25463
25464 2005-03-31  Wim Taymans  <wim@fluendo.com>
25465
25466         * examples/seeking/Makefile.am:
25467         * examples/seeking/cdparanoia.c: (main):
25468         * examples/seeking/cdplayer.c: (update_scale), (stop_seek),
25469         (play_cb), (pause_cb), (stop_cb), (main):
25470         * examples/seeking/playbin.c:
25471         * examples/seeking/seek.c: (dynamic_link), (make_mod_pipeline),
25472         (make_dv_pipeline), (make_wav_pipeline), (make_flac_pipeline),
25473         (make_sid_pipeline), (make_vorbis_pipeline),
25474         (make_theora_pipeline), (make_vorbis_theora_pipeline),
25475         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
25476         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline),
25477         (make_playerbin_pipeline), (update_scale), (end_scrub), (do_seek),
25478         (seek_cb), (start_seek), (stop_seek), (play_cb), (pause_cb),
25479         (stop_cb), (main):
25480         * examples/seeking/spider_seek.c:
25481         * examples/seeking/vorbisfile.c:
25482         * ext/gnomevfs/Makefile.am:
25483         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
25484         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_base_init),
25485         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
25486         (gst_gnomevfssrc_get_property), (gst_gnomevfssrc_get),
25487         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file),
25488         (gst_gnomevfssrc_getrange), (gst_gnomevfssrc_loop),
25489         (gst_gnomevfssrc_activate), (gst_gnomevfssrc_change_state),
25490         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
25491         * ext/ogg/README:
25492         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_get_type),
25493         (gst_ogg_pad_class_init), (gst_ogg_pad_init),
25494         (gst_ogg_pad_dispose), (gst_ogg_pad_finalize),
25495         (gst_ogg_pad_formats), (gst_ogg_pad_event_masks),
25496         (gst_ogg_pad_query_types), (gst_ogg_pad_getcaps),
25497         (gst_ogg_pad_src_convert), (gst_ogg_pad_src_query),
25498         (gst_ogg_pad_event), (gst_ogg_pad_reset),
25499         (gst_ogg_demux_factory_filter), (compare_ranks),
25500         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
25501         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
25502         (gst_ogg_chain_new), (gst_ogg_chain_free),
25503         (gst_ogg_chain_new_stream), (gst_ogg_chain_get_stream),
25504         (gst_ogg_chain_has_stream), (gst_ogg_demux_base_init),
25505         (gst_ogg_demux_class_init), (gst_ogg_demux_init),
25506         (gst_ogg_demux_finalize), (gst_ogg_demux_handle_event),
25507         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_seek),
25508         (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
25509         (gst_ogg_demux_get_prev_page),
25510         (gst_ogg_demux_deactivate_current_chain),
25511         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
25512         (gst_ogg_demux_bisect_forward_serialno),
25513         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
25514         (gst_ogg_demux_find_pad), (gst_ogg_demux_find_chain),
25515         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain_unlocked),
25516         (gst_ogg_demux_chain), (gst_ogg_demux_send_eos),
25517         (gst_ogg_demux_loop), (gst_ogg_demux_sink_activate),
25518         (gst_ogg_demux_change_state), (gst_ogg_print):
25519         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
25520         (gst_ogg_mux_init), (gst_ogg_mux_sinkconnect),
25521         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
25522         (gst_ogg_mux_push_page), (gst_ogg_mux_send_headers),
25523         (gst_ogg_mux_loop):
25524         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
25525         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
25526         (theora_dec_src_convert), (theora_dec_sink_convert),
25527         (theora_dec_src_query), (theora_dec_src_event),
25528         (theora_dec_sink_event), (theora_dec_chain),
25529         (theora_dec_change_state):
25530         * ext/theora/theoraenc.c: (gst_theora_enc_init),
25531         (theora_enc_sink_setcaps), (theora_buffer_from_packet),
25532         (theora_push_buffer), (theora_enc_sink_event), (theora_enc_chain),
25533         (theora_enc_change_state):
25534         * ext/vorbis/Makefile.am:
25535         * ext/vorbis/oggvorbisenc.c:
25536         * ext/vorbis/oggvorbisenc.h:
25537         * ext/vorbis/vorbis.c: (plugin_init):
25538         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
25539         (vorbis_dec_src_query), (vorbis_dec_src_event),
25540         (vorbis_dec_sink_event), (vorbis_dec_chain),
25541         (vorbis_dec_change_state):
25542         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
25543         (gst_vorbisenc_sink_setcaps), (gst_vorbisenc_init),
25544         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
25545         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
25546         (gst_vorbisenc_change_state):
25547         * ext/vorbis/vorbisenc.h:
25548         * ext/vorbis/vorbisparse.c: (vorbis_parse_chain):
25549         * gst-libs/gst/audio/audioclock.c:
25550         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
25551         (gst_audiofilter_init), (gst_audiofilter_chain):
25552         * gst-libs/gst/audio/testchannels.c: (main):
25553         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
25554         * gst-libs/gst/media-info/media-info-priv.c: (gmip_reset),
25555         (gmip_find_type), (gmip_find_stream), (gmip_find_track_metadata),
25556         (gmip_find_track_streaminfo), (gmip_find_track_format):
25557         * gst-libs/gst/media-info/media-info.c:
25558         (gst_media_info_read_idler):
25559         * gst-libs/gst/play/play.c: (gst_play_get_sink_element),
25560         (gst_play_get_all_by_interface):
25561         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
25562         (gst_riff_parse_chunk), (gst_riff_parse_file_header),
25563         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
25564         (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
25565         (gst_riff_parse_info):
25566         * gst-libs/gst/riff/riff-read.h:
25567         * gst-libs/gst/riff/riff.c: (plugin_init):
25568         * gst-libs/gst/video/Makefile.am:
25569         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_init),
25570         (gst_videosink_class_init), (gst_videosink_get_type):
25571         * gst-libs/gst/video/videosink.h:
25572         * gst/audioconvert/bufferframesconvert.c:
25573         (buffer_frames_convert_init), (buffer_frames_convert_fixate),
25574         (buffer_frames_convert_setcaps), (buffer_frames_convert_chain):
25575         * gst/audioconvert/channelmixtest.c: (main):
25576         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
25577         (gst_audio_convert_chain),
25578         (gst_audio_convert_caps_remove_format_info),
25579         (gst_audio_convert_getcaps), (gst_audio_convert_parse_caps),
25580         (gst_audio_convert_setcaps), (_fixate_caps_to_int),
25581         (gst_audio_convert_fixate), (gst_audio_convert_get_buffer),
25582         (gst_audio_convert_buffer_to_default_format),
25583         (gst_audio_convert_buffer_from_default_format),
25584         (gst_audio_convert_channels):
25585         * gst/audioconvert/gstchannelmix.h:
25586         * gst/ffmpegcolorspace/avcodec.h:
25587         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
25588         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
25589         (gst_ffmpegcsp_configure_context), (gst_ffmpegcsp_setcaps),
25590         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain):
25591         * gst/tags/gstid3tag.c: (gst_tag_extract_id3v1_string):
25592         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
25593         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
25594         (mp3_type_find), (mpeg2_sys_type_find), (mpeg1_sys_type_find),
25595         (mpeg_video_type_find), (mpeg_video_stream_type_find),
25596         (dv_type_find):
25597         * gst/videotestsrc/gstvideotestsrc.c:
25598         (gst_videotestsrc_class_init), (gst_videotestsrc_src_negotiate),
25599         (gst_videotestsrc_src_link), (gst_videotestsrc_parse_caps),
25600         (gst_videotestsrc_src_accept_caps), (gst_videotestsrc_setcaps),
25601         (gst_videotestsrc_src_unlink), (gst_videotestsrc_activate),
25602         (gst_videotestsrc_change_state), (gst_videotestsrc_getcaps),
25603         (gst_videotestsrc_init), (gst_videotestsrc_src_query),
25604         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_loop):
25605         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
25606         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_fixate),
25607         (gst_xvimagesink_getcaps), (gst_xvimagesink_setcaps),
25608         (gst_xvimagesink_change_state), (gst_xvimagesink_get_times),
25609         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
25610         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
25611         (gst_xvimagesink_navigation_send_event),
25612         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_expose),
25613         (gst_xvimagesink_set_property), (gst_xvimagesink_finalize),
25614         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
25615         * sys/xvimage/xvimagesink.h:
25616         Plugin port to 0.9, ogg/theora playback should work in the seek
25617         example now.
25618         Removed old examples.
25619         Removed old oggvorbisenc, renamed rawvorbisenc to vorbisenc as
25620         explained in 0.9 TODO doc.
25621
25622
25623 2005-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
25624
25625         * autogen.sh:
25626         * configure.ac:
25627         * ext/Makefile.am:
25628         * gst/Makefile.am:
25629         * po/POTFILES.in:
25630         * po/af.po:
25631         * po/az.po:
25632         * po/cs.po:
25633         * po/en_GB.po:
25634         * po/hu.po:
25635         * po/it.po:
25636         * po/nb.po:
25637         * po/nl.po:
25638         * po/or.po:
25639         * po/sq.po:
25640         * po/sr.po:
25641         * po/sv.po:
25642         * po/uk.po:
25643         * po/vi.po:
25644         * sys/Makefile.am:
25645         * testsuite/Makefile.am:
25646           remove a whole bunch of plugins.  This module now contains a set
25647           of free reference plugins/elements as agreed.
25648
25649 2005-02-22  Thomas Vander Stichele  <thomas at apestaart dot org>
25650
25651         * configure.ac:
25652           hunting season on 0.9 is now OPEN
25653
25654 2005-02-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25655
25656         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
25657           Kick the hell out of gcc for not warning me about a symbol conflict.
25658
25659 2005-02-22  Luca Ognibene  <luogni@tin.it>
25660
25661         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
25662
25663         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link):
25664           Don't leak caps string (fixes #168134)
25665
25666         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init),
25667         (gst_jpegenc_init), (gst_jpegenc_finalize),
25668         (gst_jpegenc_change_state):
25669           Don't leak line buffers and context struct (fixes #168133).
25670
25671 2005-02-21  Tim-Philipp Müller  <tim at centricular dot net>
25672
25673         * configure.ac:
25674         * ext/dirac/gstdiracdec.cc:
25675         (gst_diracdec_chain):
25676           Since dirac 0.5.0 the framerate in dirac is expressed as a
25677           rational number. Fix build and up requirement to 0.5.0, and
25678           also pass parameters to gst_diracdec_link in the right order
25679           (fixes #167959).
25680
25681 2005-02-21  Maciej Katafiasz  <mathrick@freedesktop.org>
25682
25683         * ext/faad/gstfaad.c: (gst_faad_sinkconnect), (gst_faad_chain):
25684         * ext/faad/gstfaad.h:
25685         TEH LONGEST DEBUGGING SESSION EVAR is over. Fix interaction with 
25686         certain invalid muxed streams, where some packets will contain 
25687         junk after decoder data. Partially fixes #149158.
25688
25689 2005-02-21  Jan Schmidt <thaytan@mad.scientist.com>
25690         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_chain):
25691           Make sure we only write to writable buffers
25692
25693 2005-02-20  Tim-Philipp Müller  <tim at centricular dot net>
25694
25695         * gst-libs/gst/riff/riff-media.c:
25696         (gst_riff_create_audio_caps_with_data):
25697           Do actually fix invalid RIFF fmt header values for alaw
25698           and mulaw audio instead of just saying so.
25699
25700         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
25701           Give gst_riff_create_audio_caps_with_data() a chance to
25702           fix up broken format header fields before extracting any
25703           parameters from the header. (fixes #167633)
25704
25705 2005-02-19  Martin Holters  <martin.holters@gmx.de>
25706
25707         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
25708
25709         * gst/audioconvert/bufferframesconvert.c:
25710         (buffer_frames_convert_link):
25711           Don't leak othercaps. (fixes #167878)
25712
25713 2005-02-19  Arwed v. Merkatz  <v.merkatz@gmx.net>
25714
25715         * configure.ac:
25716         * ext/libvisual/visual.c: (gst_visual_srclink),
25717         (gst_visual_change_state):
25718           Support libvisual 0.2.0.
25719
25720 2005-02-18  Tim-Philipp Müller  <tim at centricular dot net>
25721
25722         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_chain):
25723         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain):
25724           Use same rowstrides for I420 as used everywhere else.
25725
25726 2005-02-17  Tim-Philipp Müller  <tim at centricular dot net>
25727
25728         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
25729           Declare variables at beginning of block and make gcc-2.95 happy
25730           (fixes # 167482, patch by Gergely Nagy).
25731           
25732         * gst/tcp/gsttcpclientsrc.c:
25733         * gst/tcp/gsttcpclientsrc.h:
25734           Move some includes into the header, so that struct sockaddr_in is
25735           defined when it should be defined on FreeBSD as well (fixes
25736           #167483).
25737           
25738         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
25739           Don't pass uninitialised values to setsockopt() here either.
25740
25741 2005-02-17  Luca Ognibene  <luogni at tin dot it>
25742
25743         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
25744
25745         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send):
25746           Don't pass uninitialised values to setsockopt(). (fixes #167704)
25747
25748 2005-02-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25749
25750         * gst/playback/gstplaybin.c: (add_sink):
25751           Invert bin_add/link order to workaround deadlock in opt.
25752
25753 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25754
25755         * gst/modplug/gstmodplug.cc:
25756           Add missing break causing position queries to fail.
25757
25758 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25759
25760         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_populate):
25761           Granpos can apparently be -1, which screws up calculations...
25762
25763 2005-02-16  Jan Schmidt  <thaytan@mad.scientist.com>
25764
25765         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
25766         (gst_ximagesink_send_pending_navigation),
25767         (gst_ximagesink_navigation_send_event), (gst_ximagesink_finalize),
25768         (gst_ximagesink_init):
25769         * sys/ximage/ximagesink.h:
25770         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
25771         (gst_xvimagesink_send_pending_navigation),
25772         (gst_xvimagesink_navigation_send_event),
25773         (gst_xvimagesink_finalize), (gst_xvimagesink_init):
25774         * sys/xvimage/xvimagesink.h:
25775           Use a mutex protected list to marshal navigation
25776           events into the stream thread from whichever thread
25777           sends them.
25778
25779 2005-02-15  Tim-Philipp Müller  <tim at centricular dot net>
25780
25781         * gst/speed/demo-mp3.c: (time_tick_cb), (main):
25782           Display current position and track length; misc. clean-ups.
25783           
25784         * gst/speed/gstspeed.c: (speed_get_query_types), (speed_src_query),
25785         (speed_init), (speed_chain):
25786           Add query function, so that the stream length and current position
25787           get adjusted when queried (note that current position queries may
25788           still be wrong if the audio sink returns values based on buffer
25789           timestamps instead of passing on the query).
25790
25791 2005-02-13  Benjamin Otte  <otte@gnome.org>
25792
25793         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
25794         (gst_audio_convert_channels):
25795           create channel conversion matrix when linking
25796         * gst/audioconvert/.cvsignore:
25797         * gst/audioconvert/Makefile.am:
25798         * gst/audioconvert/channelmixtest.c: (main):
25799           add (ugly) test that ensures stereo <=> mono conversion works
25800           correctly
25801
25802 2005-02-13  Benjamin Otte  <otte@gnome.org>
25803
25804         * gst/audioconvert/gstchannelmix.h:
25805           include missing header file
25806         * gst/audioconvert/gstchannelmix.c:
25807         (gst_audio_convert_fill_compatible):
25808           use same sign for both channels when converting to/from compatible
25809           channel. Previously used different signs made the signals cancel
25810           each other out and appear like silence. (fixes #167269)
25811
25812 2005-02-12  Tim-Philipp Müller  <tim at centricular dot net>
25813
25814         * gst/ffmpegcolorspace/avcodec.h:
25815         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
25816         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
25817         (gst_ffmpegcsp_avpicture_fill):
25818         * gst/ffmpegcolorspace/imgconvert.c:
25819           Convert to and from YV12 (fixes #156379).
25820
25821 2005-02-12  Julien MOUTTE  <julien@moutte.net>
25822
25823         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
25824         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
25825         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
25826         (gst_ximagesink_expose), (gst_ximagesink_set_property),
25827         (gst_ximagesink_finalize), (gst_ximagesink_init): Protect interface
25828         methods from chain and negotiation and vice versa (Fixes #166142).
25829         * sys/ximage/ximagesink.h: Add stream_lock.
25830         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
25831         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
25832         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
25833         (gst_xvimagesink_expose): Check for xcontext before trying to link.
25834
25835 2005-02-12  Tim-Philipp Müller  <tim at centricular dot net>
25836
25837         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_open):
25838           Don't send "Hey! You gave me a NULL pointer you naughty person" as
25839           error message when we can't open the DVD device (when dvdnav_open()
25840           fails, src->dvdnav is NULL, so dvdnav_err_to_string() will return
25841           the above). Send something more useful instead (fixes #167117).
25842
25843 2005-02-11  Julien MOUTTE  <julien@moutte.net>
25844
25845         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
25846         (gst_xvimagesink_sink_link), (gst_xvimagesink_change_state),
25847         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
25848         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
25849         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
25850         (gst_xvimagesink_finalize), (gst_xvimagesink_init): Protect interface
25851         methods from chain and negotiation and vice versa (Fixes #166142).
25852         Fix a possible bug of images in the buffer pool being discarded because
25853         we are looking at the wrong geometry.
25854         * sys/xvimage/xvimagesink.h: Add stream_lock.
25855
25856 2005-02-11  David Schleef  <ds@schleef.org>
25857
25858         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer): Change uint to
25859         unsigned int. (fixes #167128)
25860
25861 2005-02-11  David Schleef  <ds@schleef.org>
25862
25863         * gst/librfb/Makefile.am: Testing stuff before committing is
25864           for wimps... and people with fast machines.  Fix stupid
25865           mistake.
25866
25867 2005-02-11  David Schleef  <ds@schleef.org>
25868
25869         * configure.ac: Pull in librfb from my CVS tree, because it is
25870           too small and annoying to be separate.  Move rfbsrc plugin
25871           to gst/.
25872         * ext/Makefile.am:
25873         * ext/librfb/Makefile.am:
25874         * ext/librfb/gstrfbsrc.c:
25875         * gst/librfb/Makefile.am:
25876         * gst/librfb/gstrfbsrc.c:
25877         * gst/librfb/rfb.c:
25878         * gst/librfb/rfb.h:
25879         * gst/librfb/rfbbuffer.c:
25880         * gst/librfb/rfbbuffer.h:
25881         * gst/librfb/rfbbytestream.c:
25882         * gst/librfb/rfbbytestream.h:
25883         * gst/librfb/rfbcontext.h:
25884         * gst/librfb/rfbdecoder.c:
25885         * gst/librfb/rfbdecoder.h:
25886         * gst/librfb/rfbutil.h:
25887
25888 2005-02-10  Tim-Philipp Müller  <tim at centricular dot net>
25889
25890         * gst/speed/Makefile.am:
25891         * gst/speed/demo-mp3.c: (main):
25892         * gst/speed/filter.func:
25893         * gst/speed/gstspeed.c: (speed_link), (speed_parse_caps),
25894         (speed_class_init), (speed_init), (speed_chain_int16),
25895         (speed_chain_float32), (speed_chain), (speed_set_property),
25896         (speed_get_property), (speed_change_state):
25897         * gst/speed/gstspeed.h:
25898           Fix speed element and make it chain-based (fixes #156467),
25899           and make it handle more than one channel.
25900
25901 2005-02-10  Jan Schmidt  <thaytan@mad.scientist.com>
25902
25903         * ext/dts/gstdtsdec.c: (gst_dtsdec_init), (gst_dtsdec_channels),
25904         (gst_dtsdec_handle_event), (gst_dtsdec_handle_frame),
25905         (gst_dtsdec_chain), (gst_dtsdec_change_state):
25906         * ext/dts/gstdtsdec.h:
25907           Don't clobber the stack constructing the channels array.
25908           Make the element chain-based. DTS tracks can now be played.
25909           
25910 2005-02-09  Tim-Philipp Müller  <tim at centricular dot net>
25911
25912         * gst-libs/gst/audio/multichannel.h:
25913         * gst-libs/gst/gconf/gconf.h:
25914         * gst-libs/gst/idct/idct.h:
25915         * gst-libs/gst/media-info/media-info-priv.h:
25916         * gst-libs/gst/play/play.h:
25917         * gst-libs/gst/resample/private.h:
25918         * gst-libs/gst/resample/resample.h:
25919         * gst-libs/gst/riff/riff-ids.h:
25920         * gst-libs/gst/video/video.h:
25921         * gst-libs/gst/video/videosink.h:
25922           Add G_BEGIN_DECLS and G_END_DECLS around headers where
25923           missing, so that they work when included from C++ code.
25924
25925 2005-02-09  David Schleef  <ds@schleef.org>
25926
25927         * testsuite/gst-lint: Check for non-statically scoped
25928           parent_class variables.  This won't be a problem once
25929           plugins are loaded with RTLD_LOCAL.
25930
25931 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25932
25933         * ext/mplex/gstmplexibitstream.cc:
25934           gcc madness.
25935
25936 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25937
25938         * ext/ogg/gstogmparse.c:
25939         * gst/debug/gstnavigationtest.c:
25940           Die, thou faulty symbol pollutors (non-static parent_class).
25941
25942 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25943
25944         * ext/mplex/gstmplexibitstream.cc:
25945           Fix event handling (#165525).
25946
25947 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25948
25949         * ext/mikmod/gstmikmod.c:
25950         * gst/modplug/gstmodplug.cc:
25951           Add missing endianness to template (fixes #165509).
25952
25953 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25954
25955         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_data):
25956           Fix wrong order of reading of optional bytes (#165290).
25957
25958 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25959
25960         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
25961           Implement FILLER event awareness.
25962
25963 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25964
25965         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_convert):
25966           Fix track calculations (#166208).
25967
25968 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
25969
25970         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25971
25972         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (gst_pngdec_chain):
25973         * ext/libpng/gstpngenc.c:
25974           Fix byte-order, use proper fixed caps. Fixes #164197.
25975
25976 2005-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
25977
25978         * configure.ac:
25979           Add dvdlpcmdec 
25980
25981         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_reset),
25982         (free_all_buffers), (gst_mpeg2dec_alloc_buffer):
25983           Don't push buffers if the src pad isn't negotiated yet.
25984           
25985         * gst/audioconvert/gstaudioconvert.c:
25986         (gst_audio_convert_buffer_to_default_format),
25987         (gst_audio_convert_buffer_from_default_format):
25988           Add support for 24-bit width.
25989
25990         * gst/dvdlpcmdec/.cvsignore:
25991         * gst/dvdlpcmdec/Makefile.am:
25992         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_get_type),
25993         (gst_dvdlpcmdec_base_init), (gst_dvdlpcmdec_class_init),
25994         (gst_dvdlpcm_reset), (gst_dvdlpcmdec_init), (gst_dvdlpcmdec_link),
25995         (gst_dvdlpcmdec_chain), (gst_dvdlpcmdec_change_state),
25996         (plugin_init):
25997         * gst/dvdlpcmdec/gstdvdlpcmdec.h:
25998           New decoder for rearranging DVD LPCM into our audio/x-raw-int
25999           format. Needs support for the channels maps if someone can find 
26000           a DVD LPCM track with > 2 channels.
26001
26002         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_handle_dvd_event),
26003         (gst_dvd_demux_send_discont), (gst_dvd_demux_handle_discont),
26004         (gst_dvd_demux_get_audio_stream), (gst_dvd_demux_process_private):
26005         * gst/mpegstream/gstdvddemux.h:
26006         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
26007         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_init_stream),
26008         (gst_mpeg_demux_send_subbuffer), (gst_mpeg_demux_handle_src_query):
26009         * gst/mpegstream/gstmpegdemux.h:
26010         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_reset),
26011         (gst_mpeg_parse_parse_packhead), (gst_mpeg_parse_loop),
26012         (gst_mpeg_parse_get_rate), (gst_mpeg_parse_convert_src),
26013         (gst_mpeg_parse_handle_src_query),
26014         (gst_mpeg_parse_handle_src_event):
26015           Use audio/x-dvd-lpcm for LPCM output.
26016           Add DTS output.
26017
26018 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
26019
26020         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26021
26022         * gst/alpha/gstalphacolor.c: (gst_alpha_color_sink_link),
26023         (transform_rgb), (transform_bgr), (gst_alpha_color_chain):
26024           Add BGRA handling (#165736).
26025
26026 2005-02-08  Francis Labonte  <francis_labonte@hotmail.com>
26027
26028         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26029
26030         * gst/law/alaw-decode.c: (alawdec_link):
26031         * gst/law/alaw-encode.c: (alawenc_link):
26032         * gst/law/mulaw-decode.c: (mulawdec_link):
26033         * gst/law/mulaw-encode.c: (mulawenc_link):
26034           Fix caps memleaks (#166600).
26035
26036 2005-02-08  Tim-Philipp Müller  <tim at centricular dot net>
26037
26038         * ext/tarkin/mem.h:
26039         * ext/tarkin/wavelet.h:
26040         * ext/tarkin/yuv.h:
26041         * gst/ffmpegcolorspace/avcodec.h:
26042           Include "_stdint.h" instead of <stdint.h>. Fixes build on
26043           systems that don't have stdint.h, like Solaris9 (fixes #166631).
26044
26045 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26046
26047         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state):
26048         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_clear),
26049         (gst_xvimagesink_change_state):
26050           Clear window on PAUSED->READY instead of READY->PAUSED. Stop
26051           Xv video (and thereby regenerate Xv colourkey) in clear() so
26052           that PLAY -> READY -> PLAY works (fixes #162504).
26053
26054 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26055
26056         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_getcaps):
26057           Switch to list instead of range, since MJPEG-devices really just
26058           support decimations, not any size.
26059
26060 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
26061         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_open_decoder),
26062         (gst_mpeg2dec_reset), (free_all_buffers),
26063         (gst_mpeg2dec_alloc_buffer), (handle_sequence):
26064         * ext/mpeg2dec/gstmpeg2dec.h:
26065           The libmpeg2 user-allocated buffer management is awkward, 
26066           to say the least. Hopefully this fixes things.
26067
26068 2005-02-04  Andy Wingo  <wingo@pobox.com>
26069
26070         * gst/audioconvert/bufferframesconvert.c
26071         (buffer_frames_convert_fixate): New function, fixates to 256
26072         frames per buffer by default. (Much better than 1.)
26073         (buffer_frames_convert_init): Set the fixate function for both src
26074         and sink pad.
26075         (buffer_frames_convert_link): After success setting nonfixed caps,
26076         get the negotiated caps so we can know how many buffer-frames it
26077         will be. No idea how this worked at all before.
26078
26079 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
26080
26081         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
26082         (gst_mpeg2dec_close_decoder), (put_buffer), (check_buffer),
26083         (free_buffer), (free_all_buffers), (gst_mpeg2dec_alloc_buffer),
26084         (handle_sequence), (handle_picture):
26085         * ext/mpeg2dec/gstmpeg2dec.h:
26086           Rearrange buffer tracking and refcounting and refactor
26087           a little for readability. 
26088
26089 2005-02-04  Jan Schmidt  <thaytan@mad.scientist.com>
26090         * sys/v4l/gstv4l.c: (plugin_init):
26091         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_get_type),
26092         (gst_v4ljpegsrc_base_init), (gst_v4ljpegsrc_class_init),
26093         (gst_v4ljpegsrc_init), (gst_v4ljpegsrc_src_link),
26094         (gst_v4ljpegsrc_getcaps), (gst_v4ljpegsrc_get):
26095         * sys/v4l/gstv4ljpegsrc.h:
26096         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_open), (gst_v4lsrc_src_link):
26097         * sys/v4l/v4l_calls.h:
26098         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_palette_name),
26099         (gst_v4lsrc_get_fps):
26100         * sys/v4l/v4lsrc_calls.h:
26101           Add new v4ljpegsrc for handling the ov51x hacky "I'll give
26102           you jpeg inside rgb frames" driver.
26103           Don't error in the v4lsrc link function, just return 
26104           REFUSED.
26105
26106 2005-02-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26107
26108         * sys/qcam/gstqcamsrc.c: (gst_qcamsrc_change_state),
26109         (gst_qcamsrc_open):
26110           Use GST_ELEMENT_ERROR, not g_warning, if open failed.
26111
26112 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26113
26114         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
26115           Change caps on MJPEG-B so it doesn't interfere with MJPEG/JPEG.
26116
26117 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26118
26119         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_change_state):
26120           Reset negotiated state on PAUSED->READY.
26121
26122 2005-02-02  David Schleef  <ds@schleef.org>
26123
26124         * configure.ac: Put DEFAULT_AUDIOSINK in config.h and use
26125         whereever possible.  (Fixes #165997)
26126         * examples/capsfilter/capsfilter1.c: (main):
26127         * examples/dynparams/filter.c: (create_ui):
26128         * examples/seeking/cdparanoia.c: (get_track_info), (main):
26129         * examples/seeking/chained.c: (main):
26130         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
26131         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
26132         (make_vorbis_pipeline), (make_mp3_pipeline), (make_avi_pipeline),
26133         (make_mpeg_pipeline), (make_mpegnt_pipeline):
26134         * examples/seeking/spider_seek.c: (make_spider_pipeline):
26135         * examples/switch/switcher.c: (main):
26136         * ext/dv/demo-play.c: (main):
26137         * ext/faad/gstfaad.c: (gst_faad_change_state):
26138         * ext/mad/gstmad.c: (gst_mad_chain):
26139         * ext/smoothwave/demo-osssrc.c: (main):
26140         * gst-libs/gst/gconf/gconf.c: (gst_gconf_set_string),
26141         (gst_gconf_render_bin_from_description),
26142         (gst_gconf_get_default_audio_sink),
26143         (gst_gconf_get_default_video_sink),
26144         (gst_gconf_get_default_audio_src),
26145         (gst_gconf_get_default_video_src),
26146         (gst_gconf_get_default_visualization_element):
26147         * gst/level/demo.c: (main):
26148         * gst/level/plot.c: (main):
26149         * gst/playback/gstplaybin.c: (gen_video_element),
26150         (gen_audio_element):
26151         * gst/playback/test.c: (gen_video_element), (gen_audio_element):
26152         * gst/playondemand/demo-mp3.c: (setup_pipeline):
26153         * gst/sine/demo-dparams.c: (main):
26154         * gst/spectrum/demo-osssrc.c: (main):
26155         * gst/speed/demo-mp3.c: (main):
26156         * gst/volume/demo.c: (main):
26157         * testsuite/embed/embed.c: (main):
26158
26159 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
26160
26161         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
26162         (gst_tcpclientsink_finalize):
26163         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
26164         (gst_tcpclientsrc_finalize):
26165         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
26166         (gst_tcpserversink_init), (gst_tcpserversink_finalize):
26167         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
26168         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize):
26169           Don't leak the hostname when shutting down.
26170           In tcpserversrc, take a copy of the default hostname.
26171
26172 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26173
26174         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iso_receive):
26175           Set caps to systemstream=TRUE.
26176
26177 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26178
26179         * testsuite/Makefile.am:
26180           Fix more OSX buildbots.
26181
26182 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
26183
26184         * ext/mpeg2dec/gstmpeg2dec.c:
26185           Don't send things to NULL PAD_PEERs
26186
26187         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_chain):
26188           Copy-on-write the incoming buffer.
26189
26190         * gst/mpegstream/gstdvddemux.h:
26191         * gst/mpegstream/gstmpegclock.h:
26192         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
26193         (normal_seek), (gst_mpeg_demux_handle_src_event):
26194         * gst/mpegstream/gstmpegdemux.h:
26195         * gst/mpegstream/gstmpegpacketize.h:
26196         * gst/mpegstream/gstmpegparse.c:
26197         (gst_mpeg_parse_update_streaminfo), (gst_mpeg_parse_reset),
26198         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead),
26199         (gst_mpeg_parse_loop), (gst_mpeg_parse_get_rate),
26200         (gst_mpeg_parse_convert_src), (gst_mpeg_parse_handle_src_query),
26201         (gst_mpeg_parse_handle_src_event), (gst_mpeg_parse_change_state):
26202         * gst/mpegstream/gstmpegparse.h:
26203         * gst/mpegstream/gstrfc2250enc.h:
26204           Various changes to the way time is computed that make seeking and
26205           total time estimation much better here.
26206           Use G_BEGIN/END_DECLS instead of __cplusplus
26207
26208         * gst/videocrop/gstvideocrop.c: (gst_video_crop_chain):
26209           Use gst_buffer_stamp instead of only copying the TIMESTAMP
26210
26211 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26212
26213         * gst/subparse/gstsubparse.c:
26214           Fix OSX buildbot.
26215
26216 2005-01-31  Tim-Philipp Müller  <tim at centricular dot net>
26217
26218         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
26219         (theora_enc_chain), (theora_enc_change_state):
26220         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
26221         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_chain),
26222         (gst_vorbisenc_change_state):
26223         * ext/vorbis/vorbisenc.h:
26224           Set granulepos and timestamp correctly for streams not
26225           starting at 0, taking into account the initial delay.
26226
26227 2005-01-31  Tim-Philipp Müller  <tim at centricular dot net>
26228
26229         * gst/mpegstream/gstdvddemux.c:
26230           Add audio/x-dts to audio pad template caps
26231
26232 2005-01-30  David Schleef  <ds@schleef.org>
26233
26234         * ext/polyp/polypsink.c: (gst_polypsink_base_init),
26235         (create_context), (gst_polypsink_link): Fix silly endianness
26236         bug.  Add some debugging.  Remove float from caps; it doesn't
26237         work.  Attempt to get remote audio working.
26238
26239 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26240
26241         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
26242           Add 3IV2 fourcc.
26243
26244 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26245
26246         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream), (swap_line),
26247         (gst_avi_demux_invert), (gst_avi_demux_process_next_entry),
26248         (gst_avi_demux_stream_data):
26249         * gst/avi/gstavidemux.h:
26250           Invert DIB images. Fixes #132341.
26251
26252 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26253
26254         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26255         (gst_ffmpegcsp_chain):
26256           D'oh, reference the palette data, not the palette structure.
26257           Fixes color distortion in #132341.
26258
26259 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26260
26261         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
26262           PAR can be non-fixed when not provided as argument (#162626).
26263
26264 2005-01-29  David Moore  <dcm@acm.org>
26265
26266         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26267
26268         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
26269         (gst_qtdemux_loop_header):
26270           Re-apply patch from #142272 that allows non-seekable sources,
26271           re-proposed by Daniel Drake <dsd@gentoo.org>.
26272
26273 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26274
26275         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_init):
26276           Use the src template for creating the src pad (#162330).
26277
26278 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26279
26280         * configure.ac:
26281         * ext/musepack/Makefile.am:
26282         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_class_init),
26283         (gst_musepackdec_init), (gst_musepackdec_dispose),
26284         (gst_musepackdec_src_query), (gst_musepackdec_src_convert),
26285         (gst_musepack_stream_init), (gst_musepackdec_loop),
26286         (gst_musepackdec_change_state):
26287         * ext/musepack/gstmusepackdec.cpp:
26288         * ext/musepack/gstmusepackdec.h:
26289         * ext/musepack/gstmusepackreader.c: (gst_musepack_reader_peek),
26290         (gst_musepack_reader_read), (gst_musepack_reader_seek),
26291         (gst_musepack_reader_tell), (gst_musepack_reader_get_size),
26292         (gst_musepack_reader_canseek), (gst_musepack_init_reader):
26293         * ext/musepack/gstmusepackreader.cpp:
26294         * ext/musepack/gstmusepackreader.h:
26295           Update to 1.1 API (#165446).
26296
26297 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26298
26299         * ext/Makefile.am:
26300           Unbreak buildbot.
26301
26302 2005-01-28  Andy Wingo  <wingo@pobox.com>
26303
26304         * ext/dv/gstdvdec.c: Change the pixel aspect ratio of dvdec output
26305         to reflect a different dubious internet source. Add a reference
26306         and some commentary.
26307
26308 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26309
26310         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
26311         (gst_stream_selector_get_caps), (gst_stream_selector_chain):
26312         * gst/playback/gststreamselector.h:
26313           Be more selective when we're redoing caps negotiation from
26314           within the chain function on a stream change.
26315
26316 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26317
26318         * configure.ac:
26319         * ext/Makefile.am:
26320         * ext/amrnb/Makefile.am:
26321         * ext/amrnb/amrnb.c: (plugin_init):
26322         * ext/amrnb/amrnbdec.c: (gst_amrnbdec_get_type),
26323         (gst_amrnbdec_base_init), (gst_amrnbdec_class_init),
26324         (gst_amrnbdec_init), (gst_amrnbdec_link), (gst_amrnbdec_chain),
26325         (gst_amrnbdec_state_change):
26326         * ext/amrnb/amrnbdec.h:
26327         * ext/amrnb/amrnbparse.c: (gst_amrnbparse_get_type),
26328         (gst_amrnbparse_base_init), (gst_amrnbparse_class_init),
26329         (gst_amrnbparse_init), (gst_amrnbparse_formats),
26330         (gst_amrnbparse_querytypes), (gst_amrnbparse_query),
26331         (gst_amrnbparse_handle_event), (gst_amrnbparse_reserve),
26332         (gst_amrnbparse_loop), (gst_amrnbparse_state_change):
26333         * ext/amrnb/amrnbparse.h:
26334           Add support for AMR-NB (mobile phone audio format; #155163, #163286).
26335         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
26336           Add AMR-NB/-WB raw formats.
26337         * ext/alsa/gstalsa.c: (gst_alsa_link):
26338           Keep valid time when changing format.
26339         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
26340         (qtdemux_parse_trak):
26341           Add some more format-specific options (#140141, #143555, #155163).
26342
26343 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26344
26345         * gst/matroska/matroska-demux.c:
26346         (gst_matroska_demux_parse_blockgroup):
26347           Fix logic error in timing of subtitle stream synchronization.
26348         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
26349           Add skip-chunk, which is found in kodak-camera streams.
26350
26351 2005-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
26352
26353         * po/LINGUAS:
26354         * po/vi.po:
26355           Adding Vietnamese translation (submitted by Clytie Siddall)
26356
26357 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26358
26359         * gst/playback/gstdecodebin.c: (try_to_link_1):
26360           Use realpad for signal.
26361
26362 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26363
26364         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_base_init):
26365           Fix category so decodebin picks it up.
26366
26367 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26368
26369         * ext/mad/Makefile.am:
26370         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_get_type),
26371         (gst_id3demux_bin_base_init), (gst_id3demux_bin_class_init),
26372         (gst_id3demux_bin_init), (gst_id3demux_bin_remove_pad),
26373         (found_type), (gst_id3demux_bin_change_state):
26374         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
26375         (gst_id3_tag_init), (gst_id3_tag_handle_event),
26376         (gst_id3_tag_src_link), (gst_id3_tag_chain),
26377         (gst_id3_tag_change_state), (plugin_init):
26378         * ext/mad/gstmad.h:
26379           Add id3demuxbin (which is a simple bin consisting of id3demux
26380           and typefind), take over rank from id3demux, remove typefind
26381           code from id3demux. Makes all broken mp3s that I know of work,
26382           and thereby fixes #152688.
26383
26384 2005-01-27  Edward Hervey  <bilboed@bilboed.com>
26385
26386         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26387
26388         * ext/mad/gstmad.c: (gst_mad_src_event):
26389         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
26390           Allow seeks on audio pad, make mad forward those (#164826).
26391         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
26392           Set duration (#165335).
26393
26394 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26395
26396         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
26397         (gst_asf_demux_commit_taglist), (gst_asf_demux_process_comment),
26398         (gst_asf_demux_process_ext_content_desc),
26399         (gst_asf_demux_change_state), (gst_asf_demux_add_audio_stream),
26400         (gst_asf_demux_add_video_stream), (gst_asf_demux_setup_pad):
26401         * gst/asfdemux/gstasfdemux.h:
26402           Improve metadata display, e.g. if the metadata comes before the
26403           streams are loaded (which is perfectly valid).
26404
26405 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26406
26407         * tools/gst-launch-ext-m.m:
26408           Fix AVI/ASF pipelines (#165340).
26409
26410 2005-01-26  Amaury Jacquot  <sxpert@esitcom.org>
26411         * ext/cairo/gsttextoverlay.c: include  string.h and strings.h to fix
26412         build failure on amd64
26413
26414 2005-01-26  Tim-Philipp Müller  <tim at centricular dot net>
26415
26416         * ext/mad/gstid3tag.c: (mad_id3_parse_latin1_string),
26417         (mad_id3_parse_comment_frame), (gst_mad_id3_to_tag_list):
26418           Check environment variables GST_ID3V2_TAG_ENCODING,
26419           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
26420           list of character encodings to force interpretation of non-unicode
26421           strings stored in an ID3v2 tag to a particular encoding. If none
26422           is specified, try to use current locale's encoding, then fall back
26423           to ISO-8859-1 (which will always succeed). (Resolves #149274)
26424         * gst/tags/gstid3tag.c: (gst_tag_from_id3_tag),
26425         (gst_tag_extract_id3v1_string), (gst_tag_list_new_from_id3v1):
26426           Check environment variables GST_ID3V1_TAG_ENCODING,
26427           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
26428           list of character encodings to use in case a string encountered
26429           in an ID3v1 tag is not valid UTF-8 already. If no encoding is
26430           specified, try to use the current locale's encoding, then fall
26431           back to ISO-8859-1 (which will always succeed).
26432
26433 2005-01-25  Benjamin Otte  <otte@gnome.org>
26434
26435         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
26436           - on half framerate, compute the rate in advance so the comparisons
26437             don't compare wrong values
26438           - don't use mad_synth/frame_mute anymore, this mirrors mad_decoder
26439             behaviour
26440           - don't use mad_header_decode anymore, mad_frame_decode does that
26441             automatically
26442           - when getting rid of consumed bytes, reset the stream's skiplen
26443           (fixes #163867)
26444
26445 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
26446
26447         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init)
26448           Use 1/2 a second for default max_discont, as PES streams from DVB
26449           seem to have larger spacings in the SCR. 
26450           Fix a typo.
26451
26452 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26453
26454         * gst/playback/gstplaybasebin.c: (group_commit):
26455           Notify delayed stream-info availability.
26456
26457 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
26458         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
26459         (gst_a52dec_handle_event), (gst_a52dec_chain):
26460         Add some debug output. Check that a discont has a valid
26461         time associated.
26462         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
26463         (gst_alsa_sink_loop):
26464         Ignore TAG events. A little extra debug for broken timestamps.
26465         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init), (dvdnavsrc_loop),
26466         (dvdnavsrc_change_state):
26467         Ensure we send a discont to engage the link before we send any
26468         other events.
26469         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_init),
26470         (dvdreadsrc_finalize), (_close), (_open), (_seek_title),
26471         (_seek_chapter), (seek_sector), (dvdreadsrc_get),
26472         (dvdreadsrc_uri_get_uri), (dvdreadsrc_uri_set_uri):
26473         Handle URI of the form dvd://title[,chapter[,angle]]. Currently only
26474         dvd://title works in totem because typefinding sends a seek that ends
26475         up going back to chapter 1 regardless.
26476         * ext/mpeg2dec/gstmpeg2dec.c:
26477         * ext/mpeg2dec/gstmpeg2dec.h:
26478         Output correct timestamps and handle disconts.
26479         * ext/ogg/gstoggdemux.c: (get_relative):
26480         Small guard against a null dereference.
26481         * ext/pango/gsttextoverlay.c: (gst_textoverlay_finalize),
26482         (gst_textoverlay_set_property):
26483         Free memory when done. Don't call gst_event_filler_get_duration on
26484         EOS events. Use GST_LOG and GST_WARNING instead of g_message and
26485         g_warning.
26486         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_init),
26487         (draw_line), (gst_smoothwave_dispose), (gst_sw_sinklink),
26488         (gst_sw_srclink), (gst_smoothwave_chain):
26489         Draw solid lines, prettier colours.
26490         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_init):
26491         Add a default palette that'll work for some movies.
26492         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_init),
26493         (gst_dvd_demux_handle_dvd_event), (gst_dvd_demux_send_discont),
26494         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_reset):
26495         * gst/mpegstream/gstdvddemux.h:
26496         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
26497         (gst_mpeg_demux_parse_syshead), (gst_mpeg_demux_parse_pes):
26498         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
26499         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead):
26500         * gst/mpegstream/gstmpegparse.h:
26501         Use PTM/NAV events when for timestamp adjustment when connected to 
26502         dvdnavsrc. Don't use many discont events where one suffices.
26503         * gst/playback/gstplaybasebin.c: (group_destroy),
26504         (gen_preroll_element), (gst_play_base_bin_add_element):
26505         * gst/playback/gstplaybasebin.h:
26506         Make sure we remove subtitles from the same bin we put them in.
26507         * gst/subparse/gstsubparse.c: (convert_encoding), (parse_subrip),
26508         (gst_subparse_buffer_format_autodetect),
26509         (gst_subparse_change_state):
26510         Fix some memleaks and invalid accesses.
26511         * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find),
26512         (oggskel_type_find), (cmml_type_find), (plugin_init):
26513         Some typefind functions for Annodex v3.0 files
26514         * gst/wavparse/gstwavparse.h:
26515         GstRiffReadClass is the correct parent class.
26516
26517 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26518
26519         * gst-libs/gst/riff/riff-media.c:
26520         (gst_riff_create_video_caps_with_data):
26521           Add extradata to huffyuv (fixes #165013).
26522         * gst-libs/gst/riff/riff-read.c:
26523         (gst_riff_read_strf_vids_with_data):
26524           Fix extradata extraction if it is in the chunk size.
26525
26526 2005-01-25  Edward Hervey  <bilboed@bilboed.com>
26527
26528         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26529
26530         * gst/effectv/gstquark.c: (gst_quarktv_class_init),
26531         (gst_quarktv_change_state), (gst_quarktv_dispose):
26532           Memory free'ing location fix (#164708).
26533
26534 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26535
26536         * gst/playback/gstplaybasebin.c: (group_commit),
26537         (gen_preroll_element), (probe_triggered), (gen_source_element),
26538         (setup_source), (gst_play_base_bin_change_state),
26539         (gst_play_base_bin_add_element):
26540           Don't block for streams.
26541         * gst/playback/gststreaminfo.c: (stream_info_change_state),
26542         (gst_stream_info_set_mute):
26543           Use gst_pad_set_active_recursive.
26544
26545 2005-01-25  Andy Wingo  <wingo@pobox.com>
26546
26547         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Fix compile
26548         for #ifndef HAVE_XVIDEO.
26549
26550 2005-01-24  Jeffrey C. Ollie
26551
26552         reviewed by: Maciej Katafiasz  <mathrick@freedesktop.org>
26553
26554         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_chain):
26555         * ext/gsm/gstgsmdec.h:
26556         * ext/gsm/gstgsmenc.c: (gst_gsmenc_init), (gst_gsmenc_chain):
26557         * ext/gsm/gstgsmenc.h:
26558         Fix rate to 8kHz as per spec, removes obscure errors when no rate
26559         was given by property. Add proper buffer timestamps and offsets.
26560
26561 2005-01-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26562
26563         * gst-libs/gst/riff/riff-media.c:
26564         (gst_riff_create_audio_caps_with_data):
26565           Audio can be <8000Hz.
26566
26567 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26568
26569         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
26570           Explicit state change to workaround refcount bugs.
26571
26572 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26573
26574         * gst/avi/gstavimux.c: (gst_avimux_write_tag),
26575         (gst_avimux_riff_get_avi_header):
26576           Fix...
26577
26578 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26579
26580         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_element_data),
26581         (gst_riff_read_element_data):
26582         * gst-libs/gst/riff/riff-read.h:
26583           Add _peek version (req'ed in CDXA).
26584         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_init),
26585         (gst_cdxaparse_loop):
26586           Fix parsing in playbin.
26587         * gst/playback/gstdecodebin.c: (close_pad_link):
26588           Ignore current_ pads, they cause major annoyance.
26589
26590 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26591
26592         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
26593           Safety guard.
26594
26595 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26596
26597         * gst/avi/gstavimux.c: (gst_avimux_write_tag):
26598           Fix padding...
26599
26600 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26601
26602         * gst/matroska/ebml-read.c: (gst_ebml_read_buffer):
26603           Allow for 0-sized buffers. Fixes length query problems in
26604           starwars.mkv from the testsuite.
26605
26606 2005-01-19  Tim-Philipp Müller  <tim at centricular dot net>
26607
26608         * gst/videobox/gstvideobox.c: (gst_video_box_copy_plane_i420),
26609         (gst_video_box_i420), (gst_video_box_chain):
26610           Fix row strides for I420 (fixes #163159)
26611           
26612 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26613
26614         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
26615           MPEG2 has a useful rate property, so we can actually use that.
26616           For MPEG-1, continue using the bytes/time properties.
26617
26618 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26619
26620         * gst-libs/gst/riff/riff-media.c:
26621         (gst_riff_create_video_caps_with_data),
26622         (gst_riff_create_video_template_caps):
26623           Add intel-h263.
26624
26625 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26626
26627         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
26628           Fail if caps negotiation fails. Should fix #162184, and should
26629           definately be in there regardless of it fixing the actual bug.
26630         * gst/avi/gstavimux.c: (gst_avimux_get_type), (gst_avimux_init),
26631         (gst_avimux_write_tag), (gst_avimux_riff_get_avi_header),
26632         (gst_avimux_riff_get_avix_header),
26633         (gst_avimux_riff_get_video_header),
26634         (gst_avimux_riff_get_audio_header), (gst_avimux_write_index),
26635         (gst_avimux_start_file), (gst_avimux_handle_event),
26636         (gst_avimux_change_state):
26637         * gst/avi/gstavimux.h:
26638           Refactor structure writing to use GST_WRITE_UINT macros, add
26639           metadata writing support.
26640
26641 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26642
26643         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
26644           Elements may already be destroyed when this function is called.
26645
26646 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26647
26648         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
26649         (gst_qtdemux_loop_header), (gst_qtdemux_handle_esds):
26650           More memory leak fixes (#149162).
26651
26652 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26653
26654         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
26655         (gst_qtdemux_add_stream):
26656           Fix two memleaks.
26657
26658 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26659
26660         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
26661           Argh...
26662
26663 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26664
26665         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
26666           Fix off-by-one bug. Fixes warnings during playback of sincity.mp4
26667           when fixating to six channels in Totem.
26668
26669 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
26670
26671         * ext/dvdread/dvdreadsrc.c: (get_next_cell_for):
26672           Fix compile warnings on Solaris 10 buildbot
26673
26674 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
26675
26676         * ext/dvdread/dvdreadsrc.c: (_read):
26677           Don't read beyond the last cell in a chapter (fixes 
26678           invalid memory access)
26679
26680 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
26681
26682         * ext/dvdread/stream_labels.c:
26683         (dvdreadsrc_get_audio_stream_labels):
26684           Use NULL for an empty GList instead of g_list_alloc(); fix 
26685           memory leaks; s/LCPM/LPCM/; use g_strdup_printf() instead 
26686           of GString (easier to bulk free later)
26687
26688 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
26689
26690         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26691
26692         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
26693         (gst_ffmpeg_pixfmt_to_caps):
26694           Fix BGRA32 caps (#164209).
26695
26696 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
26697
26698         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26699
26700         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
26701         (gst_ffmpeg_caps_to_pixfmt):
26702           alpha_mask can be RGBA/ABGR. Fixes #164265.
26703
26704 2005-01-17  Francis Labonte  <francis_labonte@hotmail.com>
26705
26706         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26707
26708         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer),
26709         (gst_mpeg2dec_alloc_buffer):
26710         * ext/mpeg2dec/gstmpeg2dec.h:
26711           Crop if decoding size is not the actual image size (#163676).
26712
26713 2005-01-17  Steve Baker  <steve@stevebaker.org>
26714
26715         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26716
26717         * gst/typefind/gsttypefindfunctions.c: (aiff_type_find),
26718         (svx_type_find), (sds_type_find), (ircam_type_find), (plugin_init):
26719           Add libsndfile typefind functions (#163309).
26720
26721 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26722
26723         * tools/gst-launch-ext-m.m:
26724           Add .aac, fix .m1v/.m2v (#163891).
26725
26726 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26727
26728         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_wait):
26729           Sanity check, don't wait endlessly since the clock might not
26730           actually run at this point (which is a deadlock). Fixes #164069.
26731
26732 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26733
26734         * gst/playback/gstplaybasebin.c: (probe_triggered):
26735           Of course, only pause if group is done...
26736
26737 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26738
26739         * gst/playback/gstplaybasebin.c: (probe_triggered):
26740           Thread safety.
26741
26742 2005-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
26743
26744         * ext/swfdec/gstswfdec.c: (gst_swfdec_change_state):
26745           Don't return state change success when the parent
26746           failed.
26747
26748 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26749
26750         * gst/avi/gstavimux.c: (gst_avimux_handle_event):
26751           Free events (fix memleak in #162905).
26752
26753 2005-01-15  Gergely Nagy  <algernon@bonehunter.rulez.org>
26754
26755         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26756
26757         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
26758         (gst_ffmpeg_caps_to_pixfmt):
26759           Fix for depth = 15. Fixes #161675.
26760
26761 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26762
26763         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
26764           Set FPS correctly, even for webcams and the like.
26765         * sys/v4l/v4l_calls.c: (gst_v4l_set_chan_norm):
26766           Don error on setting while capturing.
26767
26768 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
26769
26770         * ext/dv/gstdvdec.c:
26771         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
26772         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
26773           I'm a bad boy. using /1001. to force C to do float division
26774           and not integer division (as it did in my last commit)
26775           Thanks to David I. Lehn for pointing this mistake.
26776
26777 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26778
26779         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
26780           Revert Johan's 1.35->1.36 since it breaks compat.
26781
26782 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
26783
26784         * ext/dv/gstdvdec.c:
26785         * ext/libfame/gstlibfame.c:
26786         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
26787         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
26788           replace framerate aproximations by their real value
26789           (24000/1001, 30000/1001, 60000/1001)
26790           Finish fixing bug #164049
26791
26792 2005-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
26793
26794         * ext/ogg/gstoggmux.c:
26795           eos/bos debugging
26796         * gst/tcp/gstmultifdsink.c:
26797         * gst/tcp/gstmultifdsink.h:
26798         * gst/tcp/gsttcp.c:
26799         * gst/tcp/gsttcp.h:
26800         * gst/tcp/gsttcpclientsink.c:
26801         * gst/tcp/gsttcpclientsrc.c:
26802         * gst/tcp/gsttcpserversink.c:
26803         * gst/tcp/gsttcpserversrc.c:
26804           improve reusability of elements after state changes and errors
26805           make multifdsink throw away streamheaders when receiving new ones
26806
26807 2005-01-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26808
26809         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
26810           Fix for if items are already in list...
26811
26812 2005-01-12  Benjamin Otte  <otte@gnome.org>
26813
26814         * gst/adder/gstadder.c: (gst_adder_loop):
26815           fix adder a bit so it doesn't screw up with events as much anymore
26816
26817 2005-01-12  Jan Schmidt  <thaytan@mad.scientist.com>
26818
26819         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link),
26820         (pixbufscale_scale), (gst_pixbufscale_chain):
26821         * ext/gdk_pixbuf/pixbufscale.h:
26822           Incorporate changes from Tim-Philipp Mueller <t.i.m@orange.net>
26823           to ensure rowstrides are calculated the same way as 
26824           ffmpegcolorspace
26825           Use gst_buffer_stamp instead of copying TIMESTAMP manually, so
26826           that we pick up duration and offset also.
26827
26828 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26829
26830         * gst/avi/gstavimux.c: (gst_avimux_class_init),
26831         (gst_avimux_pad_unlink), (gst_avimux_release_pad):
26832           Reusability fixes.
26833
26834 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26835
26836         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
26837         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
26838         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
26839         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
26840           Update flags when requested.
26841
26842 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26843
26844         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
26845           Fix dmix.
26846
26847 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26848
26849         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
26850         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
26851         (probe_triggered), (new_decoded_pad), (gen_source_element),
26852         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
26853         * gst/playback/gstplaybasebin.h:
26854         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
26855         (gst_play_bin_init), (group_switch), (remove_sinks), (setup_sinks),
26856         (gst_play_bin_change_state):
26857           Implement group-switch signal for use in apps to clear metadata
26858           cache, clean up subtitle, add suburi property instead of # hack,
26859           some error-out fixes.
26860
26861 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26862
26863         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
26864           Debug.
26865         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame):
26866           If we got a state change in the _get handler, don't return success.
26867
26868 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
26869
26870         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_my_output_message),
26871         (gst_jpegdec_my_emit_message), (gst_jpegdec_init):
26872           Make jpegdec quiet on MJPEG decoding
26873         * gst/asfdemux/README:
26874           Fix mimetypes for MJPEG and H263
26875
26876 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26877
26878         * ext/theora/theoradec.c: (theora_dec_chain):
26879           Fix broken code generation by gcc by swapping arguments.
26880         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
26881           Fix \n in debug.
26882
26883 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
26884
26885         * TODO:
26886           delete this file, it is by far outdated
26887         * ext/alsa/gstalsa.1: remove
26888         * ext/alsa/gstalsa.c: (add_rates), (add_channels), (gst_alsa_caps),
26889         (gst_alsa_check_sample_rates), (gst_alsa_rates_probe),
26890         (gst_alsa_get_caps):
26891           Add HW probing for supported sample rates. Fixes #161704
26892
26893 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26894
26895         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
26896           Don't crash, biatch! :).
26897
26898 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26899
26900         * ext/musepack/gstmusepackreader.cpp:
26901         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
26902           Some work on tags - still doesn't work in playbin...
26903         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
26904           Handle events...
26905
26906 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26907
26908         * gst/qtdemux/qtdemux.c: (qtdemux_parse_tree):
26909           Also shove tags on kid pads.
26910
26911 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26912
26913         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
26914           Don't bail on unknown events.
26915         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
26916           Don't crash on events before negotiation.
26917         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
26918           Send tags on pads, too.
26919         * gst/playback/gststreamselector.c:
26920         (gst_stream_selector_request_new_pad):
26921           Forward events on first pad if no input was selected yet.
26922
26923 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26924
26925         * gst/playback/gstplaybasebin.c: (setup_substreams):
26926           Don't disable streamtype if the stream doesn't exist, since
26927           then playing a video after audio will disable both and nothing
26928           will happen. Fixes the testsuite.
26929
26930 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26931
26932         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_interface_init),
26933         (gst_v4l_xoverlay_set_xwindow_id):
26934         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_interface_init),
26935         (gst_v4l2_xoverlay_set_xwindow_id):
26936           Add debug categories, fix overlay disabling.
26937
26938 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
26939
26940         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_get_caps):
26941         * ext/alsa/gstalsa.h:
26942           Add HW probing for period_count/size and buffer_size MIX/MAX
26943           Adjust default/user defined value if out of bounds
26944           Should fix bug #162024
26945
26946 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26947
26948         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event):
26949           Fix warning (#161191).
26950
26951 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
26952
26953         * ext/dvdread/stream_labels.c:
26954         (dvdreadsrc_get_audio_stream_labels):
26955           Fix warning (init the good variable in switch default)
26956
26957 2005-01-09  Koop Mast  <kwm@rainbow-runner.nl>
26958
26959         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26960
26961         * gst/tta/gstttaparse.c: (gst_tta_src_event):
26962           Fix gcc-2.95 compile (#163485).
26963
26964 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26965
26966         * configure.ac:
26967         * ext/flac/gstflacenc.c: (gst_flacenc_init),
26968         (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
26969         (gst_flacenc_tell_callback), (gst_flacenc_chain),
26970         (gst_flacenc_change_state):
26971         * ext/flac/gstflacenc.h:
26972           Update for API change in flac-1.1.1. Update requirement in
26973           configure.ac. Fixes #162974.
26974
26975 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26976
26977         * gst/playback/gstplaybasebin.c: (group_destroy):
26978           Remove hack to get rid of assert and get rid of unlinked
26979           signals properly.
26980
26981 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26982
26983         * gst/playback/gstplaybasebin.c: (setup_source):
26984           Set source to NULL so that resources are free'ed. Fixes issues
26985           with playback of CDDA and similar device-accessing things.
26986
26987 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26988
26989         * testsuite/embed/Makefile.am:
26990           test->noinst, fix make test in buildbot.
26991
26992 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
26993
26994         * ext/dvdread/stream_labels.c: new file
26995         * ext/dvdread/stream_labels.h: new file
26996         * ext/dvdread/Makefile.am:
26997         * ext/dvdread/dvdreadsrc.c: (_seek_title):
26998           Extract audio stream label from DVD IFO files.
26999           It only dump them on the console for now, still have to
27000           make playbin aware of them.
27001
27002 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27003
27004         * gst/playback/gstplaybasebin.c: (setup_source):
27005           Fix hanging subs.
27006
27007 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27008
27009         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
27010         (gen_preroll_element), (remove_groups), (setup_subtitle),
27011         (gen_source_element), (setup_source):
27012         * gst/playback/gstplaybasebin.h:
27013           Multiple .sub files is just a stupid idea... Fix some threading
27014           mistakes. Interestingly, external .sub files cause playbin to
27015           hang, I don't know why... Parsing fixes contributed by Fran??ois
27016           Kooman <fkooman@tuxed.net>.
27017
27018 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27019
27020         * testsuite/embed/Makefile.am:
27021           Fix buildbot.
27022
27023 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
27024
27025         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27026
27027         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
27028         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
27029         (gst_pngenc_set_property):
27030         * ext/libpng/gstpngenc.h:
27031           Add compression level property (#163323).
27032
27033 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27034
27035         * configure.ac:
27036         * examples/capsfilter/capsfilter1.c: (main):
27037         * examples/seeking/spider_seek.c: (make_spider_pipeline):
27038         * ext/dvdread/Makefile.am:
27039         * ext/dvdread/demo-play:
27040         * ext/dvdread/demo-play.c:
27041         * gconf/gstreamer.schemas.in:
27042         * gst-libs/gst/gconf/gconf.c:
27043         * sys/v4l/TODO:
27044         * testsuite/Makefile.am:
27045         * testsuite/embed/Makefile.am:
27046         * testsuite/embed/embed.c: (cb_expose), (main):
27047           Remove all references to xvideosink, fix examples (#140845).
27048         * gst/playback/gstplaybasebin.c: (group_destroy):
27049           Apparently, disposal does not unlink - so do explicitely.
27050         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
27051           Add debug.
27052
27053 2005-01-09  Maciej Katafiasz <mathrick@freedesktop.org>
27054
27055         * README: fix PKG_CONFIG_PATH instructions, what was there
27056         previously was breaking default search path, not nice. 
27057         Fixes #163358
27058
27059 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27060
27061         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init),
27062         (gst_audioscale_chain):
27063           %#^@^#@^@#^#@^#@^@#^@#^@#^@#^#@^#@^#@^@#^#@ fix seeking
27064           when resampling - how the ^@$^!@^! is this possible?!?
27065
27066 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27067
27068         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
27069           Reset variables on READY.
27070         * gst/matroska/matroska-mux.c: (gst_matroska_mux_request_new_pad),
27071         (gst_matroska_mux_loop):
27072           Require data before writing header.
27073
27074 2005-01-09  Francis Labonte  <francis_labonte@hotmail.com>
27075
27076         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27077
27078         * ext/mad/gstmad.c: (gst_mad_chain):
27079           Don't call mad_stream_sync() directly after recovering sync.
27080           Fixes #151661.
27081
27082 2005-01-09  Martin Eikermann  <meiker@upb.de>
27083
27084         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27085
27086         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init),
27087         (snapshot_handler), (gst_snapshot_sinkconnect),
27088         (gst_snapshot_chain):
27089           Allocate resources when required, fix recursive signal emission
27090           and fix caps. Fixes #161667.
27091
27092 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
27093
27094         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27095
27096         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps),
27097         (gst_pngdec_chain):
27098           Handle only 8-bppc (bits-per-pixel-component) images, better
27099           error handling and correct strides. Fixes #163177.
27100         * ext/libpng/gstpngenc.c: (gst_pngenc_sinklink),
27101         (gst_pngenc_chain):
27102           Better error handling. Fixes #163348.
27103
27104 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27105
27106         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_get_type),
27107         (dvdnavsrc_uri_get_type), (dvdnavsrc_uri_get_protocols),
27108         (dvdnavsrc_uri_get_uri), (dvdnavsrc_uri_set_uri),
27109         (dvdnavsrc_uri_handler_init):
27110           Add DVD-nav URI (dvdnav://) for Totem testing purposes.
27111         * gst/playback/gstplaybasebin.c: (gen_source_element):
27112           Add MMS to streaming URIs.
27113
27114 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27115
27116         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
27117         * sys/xvimage/xvimagesink.c:
27118         (gst_xvimagesink_navigation_send_event):
27119           Check for pad availability before sending event.
27120
27121 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27122
27123         * gst-plugins.spec.in:
27124           Add subparse.
27125
27126 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27127
27128         * configure.ac:
27129           Since we use functions from CVS, up requirement.
27130
27131 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27132
27133         * gst/playback/Makefile.am:
27134         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
27135         (group_destroy), (group_commit), (group_is_muted),
27136         (gen_preroll_element), (add_stream), (unknown_type),
27137         (probe_triggered), (preroll_unlinked), (mute_stream),
27138         (silence_stream), (new_decoded_pad), (setup_substreams),
27139         (setup_source), (get_active_source), (mute_group_type),
27140         (muted_group_change_state), (set_active_source),
27141         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
27142         (play_base_eos), (gst_play_base_bin_change_state):
27143         * gst/playback/gstplaybasebin.h:
27144         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
27145         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
27146         (gst_stream_info_dispose), (stream_info_mute_pad),
27147         (stream_info_change_state), (gst_stream_info_set_mute):
27148         * gst/playback/gststreamselector.c: (gst_stream_selector_get_type),
27149         (gst_stream_selector_base_init), (gst_stream_selector_class_init),
27150         (gst_stream_selector_init), (gst_stream_selector_dispose),
27151         (gst_stream_selector_get_linked_pad),
27152         (gst_stream_selector_get_caps), (gst_stream_selector_link),
27153         (gst_stream_selector_get_linked_pads),
27154         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
27155         * gst/playback/gststreamselector.h:
27156           Adding stream selection support plus required properties for
27157           applications to use this. Fully fixes #100931.
27158
27159 2005-01-08  Benjamin Otte  <otte@gnome.org>
27160
27161         * gst/games/gstpuzzle.c: (nav_event_handler):
27162           - handle nav events differently: forward every event no matter if it
27163             was handled or not.
27164           - translate events
27165           You can now cheat by using navigationtest ! puzzle and moving the
27166           mouse close to the edge of a tile. ;)
27167
27168 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27169
27170         * configure.ac:
27171         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
27172         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_get_type),
27173         (gst_ogm_text_parse_base_init), (gst_ogm_text_parse_init),
27174         (gst_ogm_parse_get_sink_querytypes), (gst_ogm_parse_sink_convert),
27175         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain),
27176         (gst_ogm_parse_plugin_init):
27177         * ext/pango/gsttextoverlay.c: (gst_textoverlay_linkedpads),
27178         (gst_textoverlay_link), (gst_textoverlay_getcaps),
27179         (gst_textoverlay_event), (gst_textoverlay_video_chain),
27180         (gst_textoverlay_loop), (gst_textoverlay_init), (plugin_init):
27181         * ext/pango/gsttextoverlay.h:
27182         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
27183         (gst_matroska_demux_handle_seek_event),
27184         (gst_matroska_demux_sync_streams),
27185         (gst_matroska_demux_parse_blockgroup),
27186         (gst_matroska_demux_subtitle_caps),
27187         (gst_matroska_demux_plugin_init):
27188         * gst/matroska/matroska-ids.h:
27189         * gst/playback/gstdecodebin.c: (close_pad_link):
27190         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
27191         (gen_preroll_element), (remove_groups), (add_stream),
27192         (new_decoded_pad), (setup_subtitles), (gen_source_element),
27193         (setup_source):
27194         * gst/playback/gstplaybasebin.h:
27195         * gst/playback/gstplaybin.c: (gen_text_element), (setup_sinks):
27196         * gst/subparse/Makefile.am:
27197         * gst/subparse/gstsubparse.c: (gst_subparse_get_type),
27198         (gst_subparse_base_init), (gst_subparse_class_init),
27199         (gst_subparse_init), (gst_subparse_formats),
27200         (gst_subparse_eventmask), (gst_subparse_event),
27201         (gst_subparse_handle_event), (convert_encoding), (get_next_line),
27202         (parse_mdvdsub), (parse_mdvdsub_init), (parse_subrip),
27203         (parse_subrip_deinit), (parse_subrip_init), (parse_mpsub),
27204         (parse_mpsub_deinit), (parse_mpsub_init),
27205         (gst_subparse_buffer_format_autodetect),
27206         (gst_subparse_format_autodetect), (gst_subparse_loop),
27207         (gst_subparse_change_state), (gst_subparse_type_find),
27208         (plugin_init):
27209         * gst/subparse/gstsubparse.h:
27210         * gst/typefind/gsttypefindfunctions.c: (ogmtext_type_find),
27211         (plugin_init):
27212           Add subtitle support, .sub parser (supports SRT and MPsub),
27213           OGM text support, Matroska UTF-8 text support, deadlock fixes
27214           all over the place, subtitle awareness in decodebin/playbin
27215           and some fixes to textoverlay to handle subtitles in a stream
27216           correctly. Fixes #100931.
27217
27218 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27219
27220         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
27221           Check for pad availability before doing a query on it.
27222
27223 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27224
27225         * ext/dv/gstdvdec.c:
27226           really fix bpp24/32 dvdec caps (classic rgba indeed)
27227         * gst/asfdemux/gstasfdemux.c:
27228         (gst_asf_demux_process_ext_content_desc):
27229           don't send text tags if they are empty (bis repetita)
27230
27231 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27232
27233         * ext/dv/gstdvdec.c:
27234          remove unneeded comment from dvdec
27235           (related to DV 4CC codes in AVI files)
27236           moved them in gstreamer/docs/random/mimetypes
27237         * gst/asfdemux/gstasfdemux.c:
27238         (gst_asf_demux_process_ext_content_desc):
27239          don't send text tags if they are empty
27240          fix mem leak on error path
27241         * gst/ffmpegcolorspace/avcodec.h:
27242         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
27243         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
27244         (gst_ffmpegcsp_avpicture_fill):
27245         * gst/ffmpegcolorspace/imgconvert.c: (img_get_alpha_info):
27246         * gst/ffmpegcolorspace/imgconvert_template.h:
27247          adds BGR32 and BGRA32 to ffmpegcolorspace
27248           (still bad colors, fixing it on next commit)
27249           helps with dvdec outputing BGR32
27250
27251 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27252
27253         * ext/dv/gstdvdec.c:
27254          Fix audio caps i just broke (missing ',')
27255         * gst/matroska/matroska-mux.c: (gst_matroska_mux_get_type),
27256         (gst_matroska_mux_reset):
27257          Fix typo + add FIXME about old "x-gst-metadata" crap
27258
27259 2005-01-07  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27260
27261         * ext/dv/demo-play.c: (main):
27262          xvideosink -> xvimagesink
27263         * ext/dv/gstdvdec.c:
27264          change rgb 32/32 caps to 24/32 (no alpha)
27265          change nb of channels to be a list (2 or 4, not 2)
27266          change sample rate to be a list (32, 44.1, 48 kHz) not a range
27267         * gst/asfdemux/gstasfdemux.c:
27268         (gst_asf_demux_process_ext_content_desc):
27269          Add 'date/year' to extracted metadata list
27270
27271 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27272
27273         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
27274           The return value of fixate_to does not imply that the requested
27275           value was set, so don't assume.
27276
27277 2005-01-07  Gergely Nagy  <algernon@bonehunter.rulez.org>
27278
27279         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27280
27281         * ext/libpng/gstpngdec.c:
27282         * ext/libpng/gstpngenc.c: (gst_pngenc_base_init),
27283         (gst_pngenc_sinklink), (gst_pngenc_init), (gst_pngenc_chain):
27284         * ext/libpng/gstpngenc.h:
27285           Alpha support (encoder; #163161), mime fixage.
27286
27287 2005-01-07  Sebastien Cote  <sc5@hermes.usherb.ca>
27288
27289         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27290
27291         * ext/faac/gstfaac.c: (gst_faac_outputformat_get_type),
27292         (gst_faac_class_init), (gst_faac_init), (gst_faac_srcconnect),
27293         (gst_faac_set_property), (gst_faac_get_property):
27294         * ext/faac/gstfaac.h:
27295           Allow for ADTS output (#153434).
27296
27297 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27298
27299         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
27300           Fix against template (#150576).
27301
27302 2005-01-06  Benjamin Otte  <otte@gnome.org>
27303
27304         * gst/games/gstpuzzle.c: (draw_puzzle):
27305           don't draw a puzzle if either width or height of tiles would be 0.
27306
27307 2005-01-06  Benjamin Otte  <otte@gnome.org>
27308
27309         * gst/games/gstpuzzle.c: (gst_puzzle_get_type),
27310         (gst_puzzle_class_init), (gst_puzzle_finalize):
27311           no memleaks, please
27312         (gst_puzzle_create), (gst_puzzle_init),
27313         (gst_puzzle_set_property), (gst_puzzle_setup):
27314           change initialization code around so we don't reshuffle on resize
27315         (draw_puzzle):
27316           fix another stupid typo
27317
27318 2005-01-06  Benjamin Otte  <otte@gnome.org>
27319
27320         * gst/games/gstvideoimage.c: (copy_hline_YUY2):
27321           fix stupid typo that borked copying on YUY2
27322
27323 2005-01-06  Benjamin Otte  <otte@gnome.org>
27324
27325         * gst/games/gstpuzzle.c: (draw_puzzle):
27326           fix edges when image sizes aren't multiples of tile sizes
27327
27328 2005-01-06  Benjamin Otte  <otte@gnome.org>
27329
27330         * gst/games/gstpuzzle.c: (gst_puzzle_base_init):
27331           make RGB endianness work correctly
27332         (gst_puzzle_show), (gst_puzzle_swap), (gst_puzzle_move):
27333           refactor and fix race with initial shuffling
27334         (nav_event_handler):
27335           allow using the mouse to puzzle
27336         (draw_puzzle):
27337           insist on tiles having width and height as multiples of 4 to get
27338           clean YUV image handling
27339         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
27340         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_buffer_alloc):
27341           s/DEBUG/LOG/ for common messages
27342         (gst_xvimagesink_navigation_send_event):
27343           fix mouse event translation to not include screen PAR
27344         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
27345           fix mouse event translation to actually work
27346
27347 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27348
27349         * gst/asfdemux/gstasfdemux.c:
27350         (gst_asf_demux_process_ext_content_desc):
27351          Extract TrackNumber metadata + clean up code
27352         * gst/games/gstvideoimage.c: (gst_video_image_draw_rectangle):
27353          Hope this is the good fix (var used unitialised)
27354
27355 2005-01-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27356
27357         * ext/faad/gstfaad.c: (gst_faad_chain):
27358           Only increment timestamp if it's valid. Fixes raw AAC streams.
27359
27360 2005-01-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27361
27362         * configure.ac:
27363         * gst/games/Makefile.am:
27364         * gst/games/gstpuzzle.c:
27365           add a puzzle game with...
27366         * gst/games/gstvideoimage.c:
27367         * gst/games/gstvideoimage.h:
27368           ... full colorspace support (that includes YUV9 and RGB16)) stolen
27369           from videotestsrc and made into something that would be a nice
27370           library for a lot of other plugins.
27371
27372 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27373
27374         * configure.ac:
27375          don't compile faad plugin if a RC of 2.0 is found
27376          Fixes #155346 (and FC1 buildbot)
27377         * gst/asfdemux/gstasfdemux.c:
27378         (gst_asf_demux_process_ext_content_desc):
27379          try to make Solaris compiler happier
27380
27381 2005-01-06  Paul Jack  <pjack@sfaf.org>
27382
27383         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27384
27385         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init):
27386           Fix segfault (#161667).
27387
27388 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27389
27390         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
27391           Fix framerate reporting.
27392
27393 2005-01-05  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27394
27395         * gst-libs/gst/riff/riff-ids.h:
27396         * gst/wavenc/riff.h:
27397          Add AMR (VBR and CBR) ids to riff.h audio codec list
27398         * gst/asfdemux/gstasfdemux.c:
27399         (gst_asf_demux_process_ext_content_desc),
27400         (gst_asf_demux_process_object):
27401           Retrieve more tags from ASF files (Genre, AlbumTitle, Artist)
27402
27403 2005-01-05  Martin Eikermann  <meiker@upb.de>
27404
27405         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27406
27407         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
27408         (gst_dvd_demux_handle_discont):
27409         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_class_init),
27410         (gst_mpeg_demux_handle_discont):
27411           Recreate pads on new-media (#160730).
27412         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_new_pad):
27413           Send discont even if manager changes timestamps (#161929).
27414
27415 2005-01-05  Sebastien Cote  <sc5@hermes.usherb.ca>
27416
27417         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27418
27419         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16):
27420           Fix invalid memory access (#159211).
27421
27422 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27423
27424         * examples/gstplay/player.c: (main):
27425           Don't iterate.
27426         * examples/seeking/seek.c: (fixate), (make_playerbin_pipeline):
27427           Add visualizations.
27428         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
27429         (gst_a52dec_handle_frame):
27430           Set duration.
27431         * ext/dvdnav/gst-dvd:
27432           Add audioconvert. Fixes #161325.
27433         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get):
27434           Explicitely case to gint64. Possible valgrind error.
27435         * gst-libs/gst/play/play.c: (caps_set), (setup_size),
27436         (gst_play_tick_callback), (gst_play_change_state),
27437         (gst_play_dispose), (gst_play_init), (gst_play_class_init),
27438         (gst_play_set_location), (gst_play_get_location),
27439         (gst_play_seek_to_time), (gst_play_set_data_src),
27440         (gst_play_set_video_sink), (gst_play_set_audio_sink),
27441         (gst_play_set_visualization), (gst_play_connect_visualization),
27442         (gst_play_get_framerate), (gst_play_get_all_by_interface),
27443         (gst_play_new):
27444           Use playbin. Fixes #139749 and #147744.
27445         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags):
27446           Add genre tag.
27447         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
27448         (audioscale_get_type), (gst_audioscale_base_init),
27449         (gst_audioscale_class_init), (gst_audioscale_expand_caps),
27450         (gst_audioscale_getcaps), (gst_audioscale_fixate),
27451         (gst_audioscale_link), (gst_audioscale_get_buffer),
27452         (gst_audioscale_decrease_rate), (gst_audioscale_increase_rate),
27453         (gst_audioscale_init), (gst_audioscale_dispose),
27454         (gst_audioscale_chain), (gst_audioscale_set_property),
27455         (gst_audioscale_get_property), (plugin_init):
27456           Indent properly.
27457         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
27458           Fix LPCM.
27459         * gst/qtdemux/qtdemux.c: (qtdemux_parse_udta),
27460         (qtdemux_tag_add_str), (qtdemux_tag_add_num),
27461         (qtdemux_tag_add_gnre), (qtdemux_video_caps):
27462           Add more metadata (fixes #162656).
27463
27464 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
27465
27466         * configure.ac:
27467           back to cvs
27468
27469 === release 0.8.7 ===
27470
27471 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
27472
27473         * NEWS:
27474         * RELEASE:
27475         * configure.ac:
27476           releasing 0.8.7, "Hyperspace"
27477
27478 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
27479
27480         patch by: Tim-Philipp Müller  <t.i.m@zen.co.uk>
27481
27482         * gst/playback/gstplaybasebin.c:
27483          Fix for #162924 - free caps after use, not before
27484
27485 2005-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
27486
27487         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
27488
27489         * gst/playback/gstplaybasebin.c:
27490         * gst/wavparse/gstwavparse.c:
27491           Fix for #154773 - fixes playback of small .wav files
27492
27493 2005-01-03  Thomas Vander Stichele  <thomas at apestaart dot org>
27494
27495         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
27496
27497         * gst/audioscale/gstaudioscale.c:
27498           Fix for #162819 - make audioscale reusable
27499           Fixes playback of more than one file with playbin/totem
27500
27501 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
27502
27503         * gst/ffmpegcolorspace/avcodec.h:
27504         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
27505         * gst/ffmpegcolorspace/imgconvert.c:
27506           clean up the mess that made me cry and avoid needless duplication
27507
27508 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
27509
27510         * gst/ffmpegcolorspace/imgconvert.c:
27511           give some indication of why we're segfaulting
27512
27513 2004-12-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27514
27515         * configure.ac:
27516           Fix indentation, fix v4l2 plugin detection.
27517         * ext/Makefile.am:
27518           Fix libmms location (Maciej, use diff -u!).
27519         * ext/alsa/gstalsa.c: (gst_alsa_init):
27520           Initialize caps cache to NULL.
27521         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
27522           Only change state on audiosink if it exists.
27523
27524 2004-12-28  Maciej Katafiasz  <mathrick@mathrick.org>
27525
27526         * gst/matroska/matroska-demux.c:
27527         * gst/matroska/matroska-ids.h:
27528         * gst/matroska/matroska-demux.h:
27529         Fix Vorbis streams failing to decode in some files, where cluster_time
27530         isn't 0, because then it doesn't send codec_priv before actual data.
27531         Remove time-based test and replace it with marker set on beginning of
27532         new stream
27533
27534 2004-12-28  David Schleef  <ds@schleef.org>
27535
27536         Merge patch from Ronald fixing problems with streaming
27537         text.
27538         * ext/cairo/gstcairo.c: (plugin_init):
27539         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
27540         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
27541         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
27542         (gst_textoverlay_font_init), (gst_textoverlay_init),
27543         (gst_textoverlay_set_property):
27544         * ext/cairo/gsttextoverlay.h:
27545
27546 2004-12-27  David Schleef  <ds@schleef.org>
27547
27548         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
27549         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
27550         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
27551         (gst_textoverlay_font_init), (gst_textoverlay_init),
27552         (gst_textoverlay_set_property): Improvements to actually
27553         render text as white on black outline on video, including
27554         font selection and horizontal/vertical alignment.  (Ronald's
27555         christmas present)
27556         * ext/cairo/gsttextoverlay.h:
27557
27558 2004-12-26  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
27559
27560         * ext/ogg/gstogg.c:
27561         * ext/ogg/gstogmparse.c:
27562           fix ogm[audio/video]parse plugin registration
27563           (riff won't load if bytestream is already loaded)
27564
27565 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
27566
27567         * gst/audioconvert/gstchannelmix.c:
27568           fix for GLIB < 2.4
27569
27570 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
27571
27572         * Makefile.am:
27573         * configure.ac:
27574           disable docs again until it actually passes make distcheck.
27575
27576 2004-12-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27577
27578         * gst/qtdemux/qtdemux.c: (qtdemux_type_get), (qtdemux_audio_caps):
27579         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
27580         (plugin_init):
27581           Add 3GP (variables name Q3GP because they can't start with a
27582           number). Add samr audio fourcc (used in .3gp files), decoder
27583           is work in progress. Also do a GST_WARNING instead of ERROR
27584           in case of unknown nodes, to decrease output.
27585
27586 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
27587
27588         * Makefile.am:
27589           really fix dist
27590
27591 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
27592
27593         * configure.ac:
27594         * ext/speex/gstspeexdec.h:
27595         * ext/speex/gstspeexenc.h:
27596           Fixes #158382.  Make speex plugin compatible with both 1.0 and 1.1.
27597           Fix detection code in configure.ac
27598
27599 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27600
27601         * gst/matroska/matroska-demux.c:
27602         (gst_matroska_demux_parse_blockgroup):
27603           Save position, so that queries give proper return values. Don't
27604           know how this could ever have worked before...
27605
27606 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
27607
27608         * configure.ac:
27609           Put additional LAME check inside the conditional.  Fixes #152339
27610
27611 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27612
27613         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
27614         (gst_avi_demux_stream_scan):
27615           Add some more debug. Fix logic error when setting movi offset
27616           while reading index.
27617
27618 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27619
27620         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
27621         (gst_avi_demux_stream_scan), (gst_avi_demux_handle_seek),
27622         (gst_avi_demux_process_next_entry):
27623           Add some debugging. Better detection of broken indexes and the
27624           accompanying index recovery. No infinite loops on state changes
27625           when we're still in our loopfunction.
27626
27627 2004-12-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27628
27629         * configure.ac:
27630           Fix up.
27631
27632 2004-12-22  Archana Shah  <archana.shah@wipro.com>
27633
27634         Reviewed by:  Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27635
27636         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_volume):
27637           Normalizing the value before setting
27638         (gst_sunaudiomixer_get_volume):
27639           Normalizing the value after getting. Fixes bug# 161980
27640
27641 2004-12-22  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
27642
27643         * Makefile.am: Make sure docs gets disted
27644         * docs/Makefile.am: Make sure all needed files get disted
27645         * gst-plugins.spec.in: latest updates
27646
27647 2004-12-22  Wim Taymans  <wim@fluendo.com>
27648
27649         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
27650         Revert patch 1.38 as clock distribution over schedulers does
27651         not work correcly in the core yet.
27652
27653 2004-12-21  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
27654
27655         * sys/oss/README: remove this file, which predates my birth
27656           (and which content is by far outdated)
27657
27658 2004-12-20  Stefan Kost  <ensonic@users.sf.net>
27659
27660         * Makefile.am:
27661         * configure.ac:
27662         * docs/Makefile.am:
27663         * docs/libs/Makefile.am:
27664         * docs/libs/gst-plugins-libs-docs.sgml:
27665         * docs/libs/gst-plugins-libs-sections.txt:
27666         * docs/libs/tmpl/gstgconf.sgml:
27667         * docs/upload.mak:
27668         * docs/version.entities.in:
27669           Added boilerplate gtk-doc files for plugin-libs documentation.
27670
27671 2004-12-19  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
27672
27673         * gst/auparse/gstauparse.c: fix int and float audio caps
27674
27675 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27676
27677         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
27678         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
27679           g_assert() can be a macro, don't use #ifdef inside it.
27680
27681 2004-12-19  Edward Hervey  <bilboed@bilboed.com>
27682
27683         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27684
27685         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
27686         (gst_videorate_init), (gst_videorate_chain),
27687         (gst_videorate_change_state):
27688           Event handling (fixes #159986).
27689
27690 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27691
27692         * gst-libs/gst/riff/riff-media.c:
27693         (gst_riff_create_video_caps_with_data):
27694           Add BLZ0 (Blizzard's version of DivX) fourcc.
27695
27696 2004-12-18  David Schleef  <ds@schleef.org>
27697
27698         * gst/tta/gstttadec.c: (gst_tta_dec_link): And yet another
27699         portability fix.
27700
27701 2004-12-18  David Schleef  <ds@schleef.org>
27702
27703         * gst/tta/ttadec.h: Disable some header code that isn't used
27704         and clearly isn't portable.
27705
27706 2004-12-18  David Schleef  <ds@schleef.org>
27707
27708         * gst/ffmpegcolorspace/imgconvert.c: (get_pix_fmt_info),
27709         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
27710         (avcodec_get_pix_fmt), (avpicture_layout),
27711         (avcodec_get_pix_fmt_loss), (avg_bits_per_pixel), (img_copy),
27712         (get_convert_table_entry), (img_convert), (img_get_alpha_info):
27713         Fix code to not use GCC extensions (and c99 extensions that
27714         Forte does not like.)
27715
27716 2004-12-19  Tim-Philipp Müller  <t.i.m@zen.co.uk>
27717
27718         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27719
27720         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
27721         (gst_deinterlace_chain):
27722           Rowstride fixes. Fixes #161039.
27723         * gst/videocrop/gstvideocrop.c: (gst_video_crop_init),
27724         (gst_video_crop_get_property), (gst_video_crop_add_to_struct_val),
27725         (gst_video_crop_getcaps), (gst_video_crop_link),
27726         (gst_video_crop_i420), (gst_video_crop_chain),
27727         (gst_video_crop_change_state):
27728           Rework of negotiation. Actually works now. Fixes #158650.
27729
27730 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27731
27732         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_sint):
27733           That was very stupid.
27734
27735 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27736
27737         * gst/matroska/matroska-demux.c:
27738         (gst_matroska_demux_parse_blockgroup):
27739           Fix possible crasher.
27740
27741 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27742
27743         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_uint),
27744         (gst_matroska_ebmlnum_sint), (gst_matroska_demux_parse_blockgroup):
27745           Lace sizes can be zero.
27746
27747 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27748
27749         * ext/musepack/gstmusepackdec.cpp:
27750           Fetch error return values. Fixes #161624.
27751         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
27752           Really EOS.
27753
27754 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27755
27756         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
27757           Work for truncated (unfinished download etc.) files. Fixes #160514.
27758
27759 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27760
27761         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
27762           Fix for integer overflow. Makes #156001 not crash. Probably masks
27763           the real bug.
27764
27765 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27766
27767         * gst/ac3parse/gstac3parse.c: (plugin_init):
27768           Parsers never have ranks. Fixes #159651.
27769
27770 2004-12-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27771
27772         * gst/playback/gstdecodebin.c: (compare_ranks):
27773           make sure the facotries are ordered the same every time even if they
27774           have the same rank by using the name
27775         * gst/playback/gstdecodebin.c: (find_compatibles):
27776           make sure we don't add factories to the list twice
27777
27778 2004-12-16  David Schleef  <ds@schleef.org>
27779
27780         * configure.ac: look for musepack headers as musepack/*.h
27781         (fixes #159847)
27782         * ext/musepack/gstmusepackdec.h: use <musepack/*.h>
27783         * ext/musepack/gstmusepackreader.h: same
27784
27785 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27786
27787         * gst-libs/gst/riff/riff-read.c:
27788         (gst_riff_read_strf_auds_with_data):
27789           Read extradata correctly (fixes #155879).
27790
27791 2004-12-16  David Schleef  <ds@schleef.org>
27792
27793         * gst/audioscale/gstaudioscale.c: allow passthru of >2 channel
27794         audio.  does _not_ attempt or allow conversion unless channels
27795         is 1 or 2.
27796
27797 2004-12-16  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
27798
27799         * tools/gst-launch-ext-m.m: fix mpeg and vob pipelines
27800
27801 2004-12-16  David Schleef  <ds@schleef.org>
27802
27803         * gst/audioscale/gstaudioscale.c: the resample library only
27804         handles 1 or 2 channels.  Change caps to compensate.
27805
27806 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27807
27808         * gst/matroska/matroska-demux.c: (aac_rate_idx), (aac_profile_idx),
27809         (gst_matroska_demux_audio_caps):
27810           Some MPEG-AAC hacks, because else it doesn't work...
27811
27812 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27813
27814         * gst-libs/gst/riff/riff-media.c:
27815         (gst_riff_create_video_caps_with_data),
27816         (gst_riff_create_video_template_caps):
27817           Add h264.
27818
27819 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27820
27821         * gst-libs/gst/audio/Makefile.am:
27822           Try to fix buildbot.
27823
27824 2004-12-16  Thomas Vander Stichele  <thomas at apestaart dot org>
27825
27826         * gst/tcp/gstmultifdsink.c:
27827           Clean up and uniformize debugging.
27828
27829 2004-12-16  Edward Hervey  <bilboed@bilboed.com>
27830
27831         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27832
27833         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
27834         (gst_dvd_demux_reset), (gst_dvd_demux_change_state):
27835         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_reset),
27836         (gst_mpeg_demux_change_state):
27837           Reset on ready. Fixes 160276.
27838
27839 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
27840
27841         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27842
27843         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
27844         (gst_ffmpegcsp_pad_link):
27845           Fix memleak (#154815).
27846
27847 2004-12-16  James Bowes  <bowes@cs.dal.ca>
27848
27849         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27850
27851         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init),
27852         (gst_musicbrainz_init), (gst_musicbrainz_chain),
27853         (gst_musicbrainz_set_property), (gst_musicbrainz_get_property):
27854         * ext/musicbrainz/gsttrm.h:
27855           Add support for using a proxy server when getting a trm id from
27856           the MusicBrainz database (#149613).
27857
27858 2004-12-16  Christophe Fergeau  <teuf@gnome.org>
27859
27860         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27861
27862         * gst/playback/gstdecodebin.c: (new_pad), (close_link):
27863         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
27864           Fix memleaks (#157233).
27865
27866 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
27867
27868         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27869
27870         * gst-libs/gst/resample/resample.c: (gst_resample_close):
27871         * gst-libs/gst/resample/resample.h:
27872         * gst/audioscale/gstaudioscale.c:
27873           Fix memleak (#159215).
27874
27875 2004-12-16  Toni Willberg  <toniw@iki.fi>
27876
27877         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27878
27879         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
27880         * sys/oss/oss_probe.c: (main):
27881           Check for mono/stereo support (similar to samplerate probing),
27882           fixes #159433. Also add missing copyright header to oss_probe.c.
27883
27884 2004-12-15  David Schleef  <ds@schleef.org>
27885
27886         * configure.ac: add audioresample and cairo plugins.  Remove
27887         HAVE_MMX stuff, because it's not used.
27888         * ext/Makefile.am: same
27889         * ext/audioresample/Makefile.am: You are not ready for an
27890         audio resampling element based on audioresample.
27891         * ext/audioresample/gstaudioresample.c:
27892         * ext/audioresample/gstaudioresample.h:
27893         * ext/cairo/Makefile.am: You are not ready for overlay elements
27894         based on cairo.  Don't look too closely, these elements kinda
27895         suck right now.
27896         * ext/cairo/gstcairo.c: new
27897         * ext/cairo/gsttextoverlay.c: new
27898         * ext/cairo/gsttextoverlay.h: new
27899         * ext/cairo/gsttimeoverlay.c: new
27900         * ext/cairo/gsttimeoverlay.h: new
27901         * gst-libs/gst/media-info/media-info-priv.h: fix compile
27902         problem with compilers that don't support variadic macros.
27903
27904 2004-12-15  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
27905
27906         Reviewed by:  David Schleef  <ds@schleef.org>
27907
27908         * sys/sunaudio/gstsunaudio.c: (plugin_init):  Apply patch from
27909         Bala, registering sunaudiosrc (oops!), and cleaning up code a
27910         bit.  Also ran indent-gst.
27911         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_init),
27912         (gst_sunaudiosrc_change_state), (gst_sunaudiosrc_get),
27913         (gst_sunaudiosrc_setparams):
27914
27915 2004-12-14  David Schleef  <ds@schleef.org>
27916
27917         * gst/festival/gstfestival.c: (gst_festival_chain): Set the
27918         output rate to 16000.  Should fix #160235.
27919
27920 2004-12-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
27921
27922         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
27923         Add typefinding for mpeg2 pes streams
27924
27925 2004-12-13  David Schleef  <ds@schleef.org>
27926
27927         * configure.ac:  Applied patch from bug #143659, making default
27928         sources and sinks OS-dependent (for Solaris), and added code
27929         for OS/X.
27930         * gconf/gstreamer.schemas.in: use OS-dependent sinks in gconf.
27931
27932 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
27933
27934         * gst-libs/gst/riff/riff-media.c:
27935           forgot to add h2.64 to avidemux template caps
27936
27937 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
27938
27939         * gst/wavenc/riff.h:
27940         * gst-libs/gst/riff/riff-media.c:
27941         * gst-libs/gst/riff/riff-ids.h:
27942         * gst/avi/gstavimux.c
27943         add 4CC code for VideoSoft h264 in AVI (VSSH)
27944           fixes bug #160655
27945         remove s323 from riff, it's quicktime specific :(
27946
27947 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
27948
27949         * gst/asfdemux/README
27950         * gst/wavenc/riff.h
27951         * gst-libs/gst/riff/riff-ids.h
27952         * gst-libs/gst/riff/riff-media.c
27953         * gst/qtdemux/qtdemux.c:
27954           add new 4CC codes for h263 related codecs
27955           fixes partially bug #155163
27956
27957 2004-12-12  Christian Fredrik Kalager Schaller  <christian at fluendo dot com>
27958
27959         * configure.ac: Update polyaudio requirement to 0.7
27960         * ext/polyp/polypsink.c: (create_stream): add patch from iain (158258)
27961
27962 2004-12-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
27963
27964         * gst/interleave/deinterleave.c:
27965         fix my name's spelling! :)
27966
27967 2004-12-11  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
27968
27969         * AUTHORS ChangeLog
27970         * gst/auparse/gstauparse.c
27971         * gst/interleave/deinterleave.c
27972         * gst/law/:
27973                 alaw-decode.c alaw-encode.c
27974                 mulaw-decode.c mulaw-encode.c
27975         * gst/oneton/gstoneton.c
27976         * sys/osxaudio/:
27977                 gstosxaudioelement.c gstosxaudiosink.c gstosxaudiosrc.c
27978         * sys/osxvideo/:
27979                 cocoawindow.h cocoawindow.m
27980                 osxvideosink.h osxvideosink.m
27981
27982         put the same mail address for Zaheer Abbas Merali everywhere
27983
27984 2004-12-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27985
27986         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_loop):
27987           Align by packetsize, and assert that we a packet available before
27988           playing. The first makes webstreams work (they often include
27989           trailing padding data in a packet), the second allows pausing a
27990           ASF stream in totem without getting demux errors afterwards.
27991
27992 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27993
27994         * ext/ogg/gstoggdemux.c: (get_relative):
27995           Check for non-NULL before accessing member (end-of-chain).
27996
27997 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27998
27999         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
28000         (cdparanoia_set_property), (cdparanoia_get_property):
28001         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
28002         (dvdnavsrc_set_property), (dvdnavsrc_get_property):
28003         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
28004         (dvdreadsrc_init), (dvdreadsrc_set_property),
28005         (dvdreadsrc_get_property):
28006         * sys/vcd/vcdsrc.c: (gst_vcdsrc_class_init),
28007         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property):
28008           Synchronize property names where not yet the case. Devices are
28009           now device=X, other versions are deprecated (but still exist).
28010           Also use g_free() unconditionally.
28011         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
28012         (setup_source), (gst_play_base_bin_get_property):
28013           Expose source.
28014
28015 2004-12-09  Thomas Vander Stichele  <thomas at apestaart dot org>
28016
28017         * configure.ac: move GCONF macro outside conditional for the am
28018           conditional. Fixes #160439
28019
28020 2004-12-08  David Schleef  <ds@schleef.org>
28021
28022         * tools/gst-visualise-m.m: Switch to elements that currently
28023         exist.
28024
28025 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28026
28027         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
28028           We love wrong commas.
28029
28030 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28031
28032         * gst/matroska/matroska-demux.c:
28033         (gst_matroska_demux_handle_src_query):
28034           Don't set DEFAULT, unsupported - makes length display incorrectly
28035           in some cases.
28036
28037 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
28038
28039         * gst/monoscope/README: remove blurb about files being GPL
28040         * gst/monoscope/gstmonoscope.c: Change license field to LGPL
28041         * gst/monoscope/monoscope.c: Change license to BSD with explanation
28042           monoscope is now effectively LGPL licensed
28043
28044 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
28045
28046         * gst/monoscope/README: Update information to be more correct
28047         * gst/monoscope/convolve.c: Relicense to LGPL
28048         * gst/monoscope/convolve.h: Relicense to LGPL
28049
28050 2004-12-06  Arwed v. Merkatz <v.merkatz@gmx.net>
28051
28052         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
28053           set BUFFER_DURATION to correct values (mpeg1 audio frame length is fixed)
28054         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link):
28055           set default_duration for mpeg1 audio
28056
28057 2004-12-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28058
28059         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_close_audio):
28060         * ext/alsa/gstalsa.h:
28061           refactor big chunks of the core caps negotiation code to make it
28062           a lot faster, because people claim it's really slow
28063           (actually, just cache the getcaps when the device is opened)
28064
28065 2004-12-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28066
28067         * ext/a52dec/gsta52dec.c: (gst_a52dec_init),
28068         (gst_a52dec_handle_event), (gst_a52dec_update_streaminfo),
28069         (gst_a52dec_handle_frame), (gst_a52dec_chain),
28070         (gst_a52dec_change_state), (plugin_init):
28071         * ext/a52dec/gsta52dec.h:
28072           Do something useful with timestamps. Make chain-based (since
28073           there's really no reason to be loopbased).
28074         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
28075           Update current_byte/frame correctly.
28076
28077 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28078
28079         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags),
28080         (gst_ape_demux_stream_init):
28081           Forward tags, too.
28082
28083 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28084
28085         * gst/apetag/apedemux.c: (gst_ape_demux_stream_init):
28086           Let's make sure we're done typefinding when detecting tags.
28087
28088 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28089
28090         * gst/matroska/ebml-read.c: (gst_ebml_read_class_init),
28091         (gst_ebml_read_init), (gst_ebml_read_use_event),
28092         (gst_ebml_read_element_id), (gst_ebml_peek_id),
28093         (gst_ebml_read_seek), (gst_ebml_read_skip),
28094         (gst_ebml_read_reserve), (gst_ebml_read_buffer),
28095         (gst_ebml_read_master):
28096         * gst/matroska/ebml-read.h:
28097         * gst/matroska/matroska-demux.c:
28098         (gst_matroska_demux_parse_contents),
28099         (gst_matroska_demux_loop_stream), (gst_matroska_demux_audio_caps):
28100           Disgustingly evil hack for working around INTERRUPT events and
28101           their extremely annoying habit of being a pain in the ass. We
28102           simply peek a cluster before reading any of it.
28103
28104 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28105
28106         * ext/musepack/gstmusepackdec.cpp:
28107           There's also floating point libmusepacks.
28108
28109 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28110
28111         * ext/faad/gstfaad.c: (gst_faad_chanpos_from_gst),
28112         (gst_faad_chanpos_to_gst), (gst_faad_chain):
28113           Set DURATION even if source buffer didn't. Also use increasing
28114           timestamps.
28115         * gst-libs/gst/riff/riff-media.c:
28116         (gst_riff_create_audio_caps_with_data):
28117           Block_align can have larger values than 8192.
28118
28119 2004-12-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28120
28121         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link):
28122         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link):
28123         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link):
28124         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link):
28125           Fix caps.
28126
28127 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28128
28129         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
28130           Fix logic bug.
28131
28132 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28133
28134         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
28135           Yay, another one.
28136
28137 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28138
28139         * ext/esd/esdsink.c: (gst_esdsink_chain):
28140           Make error actually say something useful (fixes #156798).
28141         * gst-libs/gst/riff/riff-media.c:
28142         (gst_riff_create_video_caps_with_data),
28143         (gst_riff_create_video_template_caps):
28144           Add Intel Video 5.0 fourcc (IV50).
28145
28146 2004-12-01  Christophe Fergeau  <teuf@gnome.org>
28147
28148         * ext/mad/gstmad.c: (mpg123_parse_xing_header): fix xing header
28149         detection on mono and stereo mp3 files.
28150
28151 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28152
28153         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
28154           Don't crash on EMPTY caps (e.g. when the demuxer didn't recognize
28155           the contained stream).
28156
28157 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28158
28159         * ext/faad/gstfaad.c: (gst_faad_srcconnect), (gst_faad_chain):
28160           Oops, remove debug.
28161
28162 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
28163
28164         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28165
28166         * gst/law/alaw-decode.c: (alawdec_getcaps):
28167         * gst/law/mulaw-decode.c: (mulawdec_getcaps):
28168           Prevent warnings when negotiating caps (fixes #159338).
28169
28170 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28171
28172         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
28173         (gst_ffmpegcsp_chain):
28174           Remove old leftover that shouldn't be there...
28175
28176 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
28177
28178         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28179
28180         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
28181           Don't forward DISCONT events (fixes #159684).
28182
28183 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28184
28185         * gst/playback/gstplaybin.c: (remove_sinks), (setup_sinks):
28186           Unlink manually since sometimes bin disposal (and therefore
28187           pad unlinking) is delayed, which will cause a new media file
28188           to not be able to start playing instantly.
28189
28190 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28191
28192         * gst/playback/gststreaminfo.c: (stream_info_mute_pad):
28193           On mute of an unlinked stream, check for pad availability so
28194           we don't crash on unlinked pad.
28195
28196 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28197
28198         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
28199         (gst_avi_demux_massage_index):
28200           Fix quite humiliating bug in omitting 0-sized index chunks but
28201           forgetting to count them for timestamps.
28202
28203 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28204
28205         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
28206           Actually leave the loop if we failed to sync. Don't crash.
28207
28208 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28209
28210         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream),
28211         (gst_dvd_demux_process_private):
28212         * gst/mpegstream/gstdvddemux.h:
28213           Fix crash (#159759). Doesn't work, though. :-(.
28214
28215 2004-11-28  Benjamin Otte  <otte@gnome.org>
28216
28217         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
28218           more overwriting protection due to modifying channels one by one
28219           instead of all at once
28220
28221 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28222
28223         * gst/audioconvert/gstchannelmix.c:
28224         (gst_audio_convert_fill_normalize):
28225           Normalize using absolute values.
28226
28227 2004-11-28  Julien MOUTTE  <julien@moutte.net>
28228
28229         * configure.ac:
28230         * ext/Makefile.am:
28231         * ext/directfb/Makefile.am:
28232         * ext/directfb/directfbvideosink.c: (gst_directfbvideosink_create),
28233         (gst_directfbvideosink_get_pixel_format),
28234         (gst_directfbvideosink_get_format_from_fourcc),
28235         (gst_directfbvideosink_fixate), (gst_directfbvideosink_getcaps),
28236         (gst_directfbvideosink_sink_link),
28237         (gst_directfbvideosink_change_state),
28238         (gst_directfbvideosink_chain), (gst_directfbvideosink_buffer_free),
28239         (gst_directfbvideosink_buffer_alloc),
28240         (gst_directfbvideosink_interface_supported),
28241         (gst_directfbvideosink_interface_init),
28242         (gst_directfbvideosink_navigation_send_event),
28243         (gst_directfbvideosink_navigation_init),
28244         (gst_directfbvideosink_set_property),
28245         (gst_directfbvideosink_get_property),
28246         (gst_directfbvideosink_finalize), (gst_directfbvideosink_init),
28247         (gst_directfbvideosink_base_init),
28248         (gst_directfbvideosink_class_init),
28249         (gst_directfbvideosink_get_type), (plugin_init):
28250         * ext/directfb/directfbvideosink.h: Adding a first version of
28251         directfbvideosink.
28252         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): Initializing some
28253         more.
28254
28255 2004-11-28  Benjamin Otte  <otte@gnome.org>
28256
28257         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
28258           walk the samples backwards if out_channels > in_channels so we don't
28259           overwrite data
28260
28261 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28262
28263         * gst/audioconvert/Makefile.am:
28264         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
28265         (gst_audio_convert_link), (gst_audio_convert_change_state),
28266         (gst_audio_convert_channels):
28267         * gst/audioconvert/gstchannelmix.c:
28268         (gst_audio_convert_unset_matrix),
28269         (gst_audio_convert_fill_identical),
28270         (gst_audio_convert_fill_compatible),
28271         (gst_audio_convert_detect_pos), (gst_audio_convert_fill_one_other),
28272         (gst_audio_convert_fill_others),
28273         (gst_audio_convert_fill_normalize),
28274         (gst_audio_convert_fill_matrix), (gst_audio_convert_setup_matrix),
28275         (gst_audio_convert_passthrough), (gst_audio_convert_mix):
28276         * gst/audioconvert/gstchannelmix.h:
28277           Implement a channel mixer.
28278
28279 2004-11-28  Martin Soto  <martinsoto@users.sourceforge.net>
28280
28281         * ext/alsa/gstalsasink.c (gst_alsa_sink_loop):
28282         * ext/alsa/gstalsa.h:
28283         * ext/alsa/gstalsa.c (gst_alsa_set_clock):
28284         Make alsasink actually honor gst_element_set_clock and use that
28285         clock instead of its internal one.
28286
28287 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
28288
28289         * gst/playback/gstplaybasebin.c: (setup_source): fixed a caps leak
28290         (gst_play_base_bin_change_state): nullify source and decoder when
28291         going from READY to NULL so that we don't try to do weird stuff with
28292         them when going from NULL to READY
28293         * gst/playback/gstplaybin.c: (gst_play_bin_init): use gst_object_unref
28294         instead of g_object_unref
28295         (gen_video_element), (gen_audio_element): more refcounting fixes, now
28296         it should be correct
28297         (gst_play_bin_change_state): don't call remove_sinks if we are
28298         currently disposing the object
28299
28300 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28301
28302         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
28303           Don't forget bass if it's there. Else left channel is silent...
28304
28305 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28306
28307         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop),
28308         (gst_a52dec_change_state):
28309           Don't do sample adjusting anymore, we use float audio now.
28310         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
28311           Don't fixate to non-existing properties.
28312
28313 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28314
28315         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels),
28316         (gst_a52dec_change_state):
28317           Advertise that we can do surround sound.
28318
28319 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28320
28321         * ext/a52dec/gsta52dec.c: (gst_a52dec_reneg):
28322           Add buffer-frames=0.
28323         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get_type),
28324         (dvdreadsrc_init), (dvdreadsrc_get_event_mask),
28325         (dvdreadsrc_get_query_types), (dvdreadsrc_get_formats),
28326         (dvdreadsrc_srcpad_event), (dvdreadsrc_srcpad_query),
28327         (_seek_title), (_seek_chapter), (get_next_cell_for), (_read),
28328         (seek_sector), (dvdreadsrc_get), (dvdreadsrc_open_file),
28329         (dvdreadsrc_change_state), (dvdreadsrc_uri_get_type),
28330         (dvdreadsrc_uri_get_protocols), (dvdreadsrc_uri_get_uri),
28331         (dvdreadsrc_uri_set_uri), (dvdreadsrc_uri_handler_init):
28332         * ext/dvdread/dvdreadsrc.h:
28333           Add seeking, querying for bytes, sectors, title, angle and
28334           chapter. Handle multiple chapters. Relicense to LGPL because
28335           Billy agreed on that (thanks Billy!).
28336
28337 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
28338
28339         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose):
28340         call parent dispose method
28341
28342 2004-11-27  Martin Soto  <martinsoto@users.sourceforge.net>
28343
28344         * gst-libs/gst/audio/audioclock.c (gst_audio_clock_set_active)
28345         (gst_audio_clock_get_internal_time):
28346         Fix active <-> inactive transitions: ensure time value always
28347         grows and avoid abrupt value changes.
28348
28349 2004-11-27  Arwed v. Merkatz <v.merkatz@gmx.net>
28350
28351         * configure.ac:
28352         * gst/tta/Makefile.am:
28353         * gst/tta/crc32.h:
28354         * gst/tta/filters.h:
28355         * gst/tta/gsttta.c:
28356         * gst/tta/gstttadec.c:
28357         * gst/tta/gstttadec.h:
28358         * gst/tta/gstttaparse.c:
28359         * gst/tta/gstttaparse.h:
28360         * gst/tta/ttadec.h:
28361           added TTA parser and decoder
28362
28363 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28364
28365         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
28366         (probe_triggered), (check_queue), (buffer_underrun),
28367         (buffer_running), (buffer_overrun), (gen_source_element),
28368         (setup_source):
28369         * gst/playback/gstplaybasebin.h:
28370           Implement buffering. Needs some more work.
28371
28372 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28373
28374         * ext/theora/theoradec.c: (theora_dec_chain):
28375           Fix ilog mask range overflow.
28376
28377 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28378
28379         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
28380           Don't omit the last (which in case of dmix is the only :) )
28381           channel count. Don't set channels if <= 2.
28382
28383 2004-11-26  Christophe Fergeau  <teuf@gnome.org>
28384
28385         * gst/playback/gstplaybin.c: (gen_video_element),
28386         (gen_audio_element): Removed 2 obsolete comments
28387
28388 2004-11-26  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
28389
28390         * ext/vorbis/oggvorbisenc.c
28391         * ext/vorbis/vorbisenc.c :
28392           change description fields of those plugins to differentiate them
28393           (pitivi show Encoders by description, they had the same one)
28394
28395 2004-11-25  Christophe Fergeau  <teuf@gnome.org>
28396
28397         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28398
28399         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
28400         (gst_play_bin_set_property), (gen_video_element),
28401         (gen_audio_element):
28402           Refcounting fixes for provided audio-/videosinks.
28403
28404 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28405
28406         * gst/playback/gstplaybin.c: (gen_video_element),
28407         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state):
28408           Don't reference all sinks, but only the video- and audiosinks.
28409           The vis. element should be disposed when we're done with it.
28410           We don't have any reason to keep it around. This fixes warnings
28411           when reusing playbin for playing multiple audio files with
28412           vis. enabled. Also release audio device on pause - idea stolen
28413           from Rhythmbox.
28414
28415 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28416
28417         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels), (gst_a52dec_push),
28418         (gst_a52dec_reneg), (gst_a52dec_loop), (plugin_init):
28419         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
28420         * ext/alsa/gstalsaplugin.c: (plugin_init):
28421         * ext/dts/gstdtsdec.c: (gst_dtsdec_channels),
28422         (gst_dtsdec_renegotiate), (gst_dtsdec_loop), (plugin_init):
28423         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_chanpos_from_gst),
28424         (gst_faad_chanpos_to_gst), (gst_faad_sinkconnect),
28425         (gst_faad_srcgetcaps), (gst_faad_srcconnect), (gst_faad_chain),
28426         (gst_faad_change_state), (plugin_init):
28427         * ext/faad/gstfaad.h:
28428         * ext/vorbis/vorbis.c: (plugin_init):
28429         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
28430         * gst-libs/gst/audio/Makefile.am:
28431         * gst-libs/gst/audio/audio.c: (plugin_init):
28432         * gst-libs/gst/audio/multichannel.c:
28433         (gst_audio_check_channel_positions),
28434         (gst_audio_get_channel_positions),
28435         (gst_audio_set_channel_positions),
28436         (gst_audio_set_structure_channel_positions_list),
28437         (add_list_to_struct), (gst_audio_set_caps_channel_positions_list),
28438         (gst_audio_fixate_channel_positions):
28439         * gst-libs/gst/audio/multichannel.h:
28440         * gst-libs/gst/audio/testchannels.c: (main):
28441         * gst/audioconvert/gstaudioconvert.c:
28442         (gst_audio_convert_class_init), (gst_audio_convert_init),
28443         (gst_audio_convert_dispose), (gst_audio_convert_getcaps),
28444         (gst_audio_convert_parse_caps), (gst_audio_convert_link),
28445         (gst_audio_convert_fixate), (gst_audio_convert_channels):
28446         * gst/audioconvert/plugin.c: (plugin_init):
28447           Surround sound support.
28448
28449 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28450
28451         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
28452           Fix position for discont if we're close as well. Nitpicking, but
28453           saves a few milliseconds of extra waiting or skipping.
28454
28455 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28456
28457         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter):
28458           We sometimes need parsers for playback, so add those too.
28459
28460 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28461
28462         * configure.ac:
28463         * gst/apetag/Makefile.am:
28464         * gst/apetag/apedemux.c: (gst_ape_demux_get_type),
28465         (gst_ape_demux_base_init), (gst_ape_demux_class_init),
28466         (gst_ape_demux_init), (gst_ape_demux_get_src_formats),
28467         (gst_ape_demux_get_src_query_types),
28468         (gst_ape_demux_handle_src_query), (gst_ape_demux_get_event_mask),
28469         (gst_ape_demux_handle_src_event), (gst_ape_demux_handle_event),
28470         (gst_ape_demux_typefind_peek), (gst_ape_demux_typefind_get_length),
28471         (gst_ape_demux_typefind_suggest), (gst_ape_demux_typefind),
28472         (gst_ape_demux_parse_tags), (gst_ape_demux_stream_init),
28473         (gst_ape_demux_stream_data), (gst_ape_demux_loop),
28474         (gst_ape_demux_change_state):
28475         * gst/apetag/apedemux.h:
28476         * gst/apetag/apetag.c: (plugin_init):
28477         * gst/typefind/gsttypefindfunctions.c: (apetag_type_find),
28478         (plugin_init):
28479           APE v1/2 tag reader plus typefind function.
28480
28481 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28482
28483         * configure.ac:
28484         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
28485         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
28486           Remove hacks for older core. Require newer core version
28487           accordingly.
28488
28489 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28490
28491         * gst/cdxaparse/Makefile.am:
28492         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_get_type),
28493         (gst_cdxaparse_class_init), (gst_cdxaparse_init),
28494         (gst_cdxaparse_loop), (gst_cdxaparse_change_state), (plugin_init):
28495         * gst/cdxaparse/gstcdxaparse.h:
28496         * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_get_type),
28497         (gst_cdxastrip_base_init), (gst_cdxastrip_class_init),
28498         (gst_cdxastrip_init), (gst_cdxastrip_get_src_formats),
28499         (gst_cdxastrip_get_src_query_types),
28500         (gst_cdxastrip_handle_src_query), (gst_cdxastrip_get_event_mask),
28501         (gst_cdxastrip_handle_src_event), (gst_cdxastrip_strip),
28502         (gst_cdxastrip_sync), (gst_cdxastrip_handle_event),
28503         (gst_cdxastrip_chain), (gst_cdxastrip_change_state):
28504         * gst/cdxaparse/gstcdxastrip.h:
28505           SVCD/VCD header stripping separated from CDXA image parsing.
28506         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
28507         (plugin_init):
28508           Add VCD/SVCD header typefinding for VCD/SVCD.
28509         * sys/vcd/vcdsrc.c: (gst_vcdsrc_get_type), (gst_vcdsrc_base_init),
28510         (gst_vcdsrc_class_init), (gst_vcdsrc_init),
28511         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property),
28512         (gst_vcdsrc_get_event_mask), (gst_vcdsrc_get_query_types),
28513         (gst_vcdsrc_get_formats), (gst_vcdsrc_srcpad_event),
28514         (gst_vcdsrc_srcpad_query), (gst_vcdsrc_get),
28515         (gst_vcdsrc_open_file), (gst_vcdsrc_close_file),
28516         (gst_vcdsrc_change_state), (gst_vcdsrc_msf),
28517         (gst_vcdsrc_recalculate), (gst_vcdsrc_uri_get_type),
28518         (gst_vcdsrc_uri_get_protocols), (gst_vcdsrc_uri_get_uri),
28519         (gst_vcdsrc_uri_set_uri), (gst_vcdsrc_uri_handler_init):
28520         * sys/vcd/vcdsrc.h:
28521           Fix up, add seeking, querying, URI interface. Works in totem now.
28522
28523 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
28524
28525         * configure.ac:
28526           back to CVS
28527
28528 === release 0.8.6 ===
28529
28530 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
28531
28532         * NEWS:
28533         * RELEASE:
28534         * configure.ac:
28535         * po/af.po:
28536         * po/az.po:
28537         * po/cs.po:
28538         * po/en_GB.po:
28539         * po/hu.po:
28540         * po/it.po:
28541         * po/nb.po:
28542         * po/nl.po:
28543         * po/or.po:
28544         * po/sq.po:
28545         * po/sr.po:
28546         * po/sv.po:
28547         * po/uk.po:
28548           releasing 0.8.6, "IOU Love"
28549
28550 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28551
28552         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
28553
28554         * gst/playback/gstplaybasebin.c:
28555           Fix unplayable files error handling.  Fixes #158365
28556
28557 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28558
28559         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
28560
28561         * gst/typefind/gsttypefindfunctions.c:
28562           Fix broken mp3 typefinding.  Fixes #158375
28563
28564 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28565
28566         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
28567
28568         * ext/ogg/gstoggdemux.c:
28569           Fix sync on broken files.  Fixes #158976
28570
28571 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28572
28573         patch by: Edward Hervey <bilboed@bilboed.com>
28574
28575         * ext/libpng/gstpngenc.c:
28576           Copy over buffer properties.  Fixes #158832
28577
28578 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28579
28580         patch by: Tim-Philipp Müller <t.i.m@zen.co.uk>
28581
28582         * ext/dvdread/dvdreadsrc.c:
28583           Fixes invalid reads (#158462)
28584
28585 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28586
28587         * sys/v4l/gstv4lsrc.c:
28588         * sys/v4l/gstv4lsrc.h:
28589         * sys/v4l/v4lsrc_calls.c:
28590           Probe less and cache it.  Fixes #159187.
28591
28592 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28593
28594         * gst/videorate/gstvideorate.c:
28595           Handle all video formats. Fixes #159186.
28596
28597 2004-11-16  Jan Schmidt  <thaytan@mad.scientist.com>
28598         * gst/synaesthesia/gstsynaesthesia.c:
28599         (gst_synaesthesia_class_init), (gst_synaesthesia_init),
28600         (gst_synaesthesia_dispose), (gst_synaesthesia_finalize),
28601         (gst_synaesthesia_sink_link), (gst_synaesthesia_src_getcaps),
28602         (gst_synaesthesia_src_link), (gst_synaesthesia_chain),
28603         (gst_synaesthesia_change_state), (plugin_init):
28604         Fix up synaesthesia to work under different samplerates/ buffer sizes.
28605         Force 320x200 output, as that's the only thing the underlying
28606         synaesthesia implementation supports. Still needs to be made
28607         re-entrant.
28608
28609 2004-11-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28610
28611         * configure.ac:
28612           Fix mpeg2enc configure check (similar to mplex check below).
28613
28614 2004-11-14  Koop Mast  <kwm@rainbow-runner.nl>
28615
28616         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28617
28618         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
28619           Fix for gcc-2.95 (fixes #158221).
28620
28621 2004-11-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28622
28623         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
28624           Re-add clock distribution hack (until new core is released).
28625           Fixes #158125.
28626
28627 2004-11-13  Arwed v. Merkatz  <v.merkatz@gmx.net>
28628         * configure.ac:
28629           fix mplex configure check segfaulting on some systems (bug #140994)
28630
28631 2004-11-13  Benjamin Otte  <otte@gnome.org>
28632
28633         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait):
28634           add debugging
28635         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
28636           do a wait when we enter the loop func with no data available to
28637           write instead of getting into an 100% CPU loop by just returning and
28638           being called again by the scheduler
28639
28640 2004-11-13  Jan Schmidt  <thaytan@mad.scientist.com>
28641
28642         * configure.ac:
28643         * ext/libvisual/visual.c: (gst_visual_get_type),
28644         (libvisual_log_handler), (gst_visual_getcaps),
28645         (gst_visual_srclink), (gst_visual_change_state), (make_valid_name),
28646         (plugin_init):
28647           Update libvisual to 0.1.7. Link in the debug handling to gstreamer
28648         * ext/smoothwave/Makefile.am:
28649         * ext/smoothwave/demo-osssrc.c: (main):
28650         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_class_init),
28651         (gst_smoothwave_init), (gst_smoothwave_dispose), (gst_sw_sinklink),
28652         (gst_sw_srclink), (gst_smoothwave_chain), (gst_sw_change_state),
28653         (plugin_init):
28654         * ext/smoothwave/gstsmoothwave.h:
28655           Make gstsmoothwave a working element in the 20th century.
28656
28657         * gst/chart/gstchart.c: (gst_chart_init), (gst_chart_srcconnect):
28658           Fix incorrect link function
28659
28660 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28661
28662         * gst/volume/gstvolume.c:
28663           Allow buffer-frames=0.
28664
28665 2004-11-12 Iain <iaingnome@gmail.com>
28666
28667         * configure.ac: Check for polypaudio
28668
28669         * ext/Makefile.am: Build the polyp dir
28670
28671         * ext/polyp: The polypsink sources.
28672
28673 2004-10-30 Iain <iaingnome@gmail.com>
28674
28675         * gst/interleave/interleave.c (interleave_unlink): Change the src pads
28676         caps to reflect the new number of channels.
28677
28678 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28679
28680         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
28681           Fix for negotiation order problem. This would show when the
28682           ALSA loopfuction was called before any other function. ALSA
28683           wouldn't do anything because we're not negotiated yet, leading
28684           to an infinite loop. Showed in e.g. Rhythmbox. Fixes #158006.
28685
28686 2004-11-11  Tim-Philipp Müller  <t.i.m@zen.co.uk>
28687
28688         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28689
28690         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
28691           No warnings (#157986).
28692
28693 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28694
28695         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
28696           Prefer apev1/2 and id3v1 (at end of file) over musepack.
28697
28698 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28699
28700         * gst/matroska/matroska-demux.c: (gst_matroska_demux_loop_stream):
28701           Signal no-more-pads (so it works in playbin).
28702
28703 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28704
28705         * ext/musepack/gstmusepackreader.cpp:
28706           Workaround for older core.
28707
28708 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28709
28710         * gst/ffmpegcolorspace/imgconvert.c: (yuv420p_to_yuv422):
28711           Actually test for odd width/height rather than testing whether
28712           a temporary variable that was 0 before we subtracted 1 is now
28713           not equal to zero (which it always is).
28714
28715 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
28716
28717         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
28718         Fix compilation if HAVE_XVIDEO is not defined
28719
28720 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
28721
28722         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
28723         Fix compilation if HAVE_XVIDEO is not defined
28724
28725 2004-11-11  Jan Schmidt  <thaytan@mad.scientist.com>
28726
28727         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
28728         (gst_goom_dispose), (gst_goom_sinkconnect), (gst_goom_chain),
28729         (gst_goom_change_state), (plugin_init):
28730         Use the bytestream adapter so goom doesn't depend on the input
28731         buffer size.
28732         Add a debug category
28733
28734 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28735
28736         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
28737           Only set hardware parameters *after* negotiation. Before
28738           negotiation, it will set ANY and that seems to cause crashes
28739           (see e.g. #151288, #153227).
28740
28741 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28742
28743         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
28744           This seems to be antique leftover. It needs to pass error
28745           checking.
28746         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
28747         (gst_sdlvideosink_deinitsdl), (gst_sdlvideosink_initsdl),
28748         (gst_sdlvideosink_destroy), (gst_sdlvideosink_create),
28749         (gst_sdlvideosink_sinkconnect), (gst_sdlvideosink_chain):
28750           Fix GstXOverlay implementation (#151059).
28751
28752 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28753
28754         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
28755           Don't assert (#157853).
28756
28757 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28758
28759         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
28760           Fix bytes/samples confustion.
28761         (gst_alsa_sink_mmap), (gst_alsa_sink_loop):
28762           Fix for underrun (#144389).
28763
28764 2004-11-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28765
28766         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
28767           Disable halfway-seek for pending release (since it needs a new
28768           core release).
28769
28770 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
28771
28772         * sys/v4l/gstv4lsrc.c:
28773         * sys/v4l/gstv4lsrc.h:
28774         * sys/v4l/v4lsrc_calls.c:
28775           add autoprobe-fps property so we can separate autoprobing parts
28776
28777 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
28778
28779         * sys/v4l/gstv4lsrc.c:
28780         * sys/v4l/v4lsrc_calls.c:
28781         initialise fourcc to catch unset fourcc's, and debug
28782
28783 2004-11-09  Wim Taymans  <wim@fluendo.com>
28784
28785         * gst/playback/README:
28786         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
28787         * gst/playback/gstplaybin.c: (gst_play_bin_init),
28788         (gst_play_bin_dispose), (gst_play_bin_set_property),
28789         (remove_sinks), (setup_sinks), (gst_play_bin_change_state),
28790         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
28791         (gst_play_bin_get_formats), (gst_play_bin_convert),
28792         (gst_play_bin_get_query_types), (gst_play_bin_query):
28793         Cleanups and some more documentation.
28794
28795 2004-11-09  Jan Schmidt  <thaytan@mad.scientist.com>
28796
28797         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
28798         (gst_cacasink_init), (gst_cacasink_chain):
28799         * ext/libcaca/gstcacasink.h:
28800         Cacasink inherits from VideoSink, so let that store the clock.
28801
28802 2004-11-09  Wim Taymans  <wim@fluendo.com>
28803
28804         * gst/playback/README:
28805         * gst/playback/gstplaybasebin.c: (group_destroy), (group_is_muted),
28806         (add_stream), (unknown_type), (add_element_stream), (no_more_pads),
28807         (probe_triggered), (preroll_unlinked), (new_decoded_pad),
28808         (gst_play_base_bin_change_state), (gst_play_base_bin_found_tag):
28809         * gst/playback/gstplaybin.c: (gen_vis_element), (remove_sinks),
28810         (setup_sinks):
28811         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute),
28812         (gst_stream_info_is_mute), (gst_stream_info_set_property):
28813         * gst/playback/gststreaminfo.h:
28814         Updated README.
28815         Only switch groups if all streams have muted (EOSed).
28816         Send Tags in sync with the stream playback instead of in
28817         the playback/preroll phase.
28818         Some cleanups, free the fakesrc elements.
28819
28820 2004-11-09  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28821
28822         * ext/alsa/gstalsa.c: (gst_alsa_get_caps_internal):
28823           buffer-frames property was missing
28824         * ext/arts/gst_arts.c:
28825           rate missing from sinkcaps
28826         * ext/audiofile/gstafparse.c:
28827         * ext/audiofile/gstafsink.c:
28828         * ext/audiofile/gstafsrc.c:
28829         * ext/swfdec/gstswfdec.c:
28830           int audio doesn't know buffer-frames
28831         * ext/cdparanoia/gstcdparanoia.c:
28832           int audio doesn't know chunksize either
28833         * ext/nas/nassink.c:
28834           it's endianness, not endianess
28835         * gst-libs/gst/audio/audio.h:
28836           make float standard pad template caps really describe float
28837         * gst/law/mulaw.c: (linear_factory):
28838           signed only, please
28839         * gst/mpegstream/gstdvddemux.c:
28840           widths of 20 are not valid
28841
28842 2004-11-08  Thomas Vander Stichele  <thomas at apestaart dot org>
28843
28844         Submitted by: Luca Ferretti <elle.uca@infinito.it>
28845
28846         * po/LINGUAS:
28847         * po/it.po:
28848           Add Italian
28849
28850 2004-11-08  Wim Taymans  <wim@fluendo.com>
28851
28852         * gst/playback/README:
28853         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
28854         * gst/playback/gstplaybasebin.c: (probe_triggered),
28855         (gst_play_base_bin_change_state):
28856         Updated README, added more comments for fixmes etc..
28857
28858 2004-11-08  Wim Taymans  <wim@fluendo.com>
28859
28860         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
28861         We can remove this hack now.
28862
28863 2004-11-08  Wim Taymans  <wim@fluendo.com>
28864
28865         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
28866         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
28867         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
28868         Only mix AYUV for maximum quality.
28869
28870 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28871
28872         * ext/ogg/gstoggdemux.c: (get_relative), (gst_ogg_demux_src_query),
28873         (gst_ogg_demux_push), (gst_ogg_pad_push):
28874           Let's act as if we're synchronized now! :).
28875         * ext/theora/theoradec.c: (theora_dec_chain):
28876           Add some debug.
28877
28878 2004-11-08  Wim Taymans  <wim@fluendo.com>
28879
28880         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
28881         (gst_alpha_set_property), (gst_alpha_sink_link),
28882         (gst_alpha_set_ayuv), (gst_alpha_set_i420),
28883         (gst_alpha_chroma_key_ayuv), (gst_alpha_chroma_key_i420),
28884         (gst_alpha_init_params), (gst_alpha_chain):
28885         Implement alpha functions for AYUV too, this increases
28886         accuracy quite a bit.
28887
28888 2004-11-08  Wim Taymans  <wim@fluendo.com>
28889
28890         * gst/ffmpegcolorspace/avcodec.h:
28891         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
28892         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
28893         (gst_ffmpegcsp_avpicture_fill):
28894         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
28895         (gst_ffmpegcsp_caps_remove_format_info):
28896         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
28897         (shrink12), (img_get_alpha_info), (deinterlace_line),
28898         (deinterlace_line_inplace):
28899         * gst/ffmpegcolorspace/imgconvert_template.h:
28900         Added AYUV colorspace and handle RGBA a bit more respectful.
28901
28902 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28903
28904         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
28905           Actually always send a discont (cornercase when resending the
28906           same serial-tagged chain twice).
28907
28908 2004-11-08  Julien MOUTTE  <julien@moutte.net>
28909
28910         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
28911         (gst_ximagesink_finalize):
28912         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
28913         (gst_xvimagesink_finalize): Some more cleanups, leaks fixed and checks.
28914
28915 2004-11-08  Wim Taymans  <wim@fluendo.com>
28916
28917         * gst/typefind/gsttypefindfunctions.c: (aac_type_find):
28918         Don't segfault on NULL data.
28919
28920 2004-11-08  Wim Taymans  <wim@fluendo.com>
28921
28922         * gst/playback/gstdecodebin.c: (unlinked):
28923         * gst/playback/gstplay-marshal.list:
28924         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
28925         (gst_play_base_bin_init), (group_create), (get_active_group),
28926         (get_building_group), (group_destroy), (group_commit),
28927         (queue_overrun), (remove_groups), (add_stream), (unknown_type),
28928         (add_element_stream), (no_more_pads), (probe_triggered),
28929         (preroll_unlinked), (new_decoded_pad), (removed_decoded_pad),
28930         (state_change), (setup_source), (gst_play_base_bin_get_property),
28931         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
28932         (gst_play_base_bin_link_stream),
28933         (gst_play_base_bin_get_streaminfo):
28934         * gst/playback/gstplaybasebin.h:
28935         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
28936         (remove_sinks), (setup_sinks), (gst_play_bin_change_state):
28937         Add support for chained ogg files. Prepare for playlist
28938         support. This patch introduces the concept of pad groups, which
28939         together compose one playable media file.
28940
28941 2004-11-07  David Schleef  <ds@schleef.org>
28942
28943         * testsuite/gst-lint: Check for pad templates that aren't statically
28944         scoped.
28945
28946 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28947
28948         * configure.ac:
28949         * ext/Makefile.am:
28950         * ext/musepack/Makefile.am:
28951         * ext/musepack/gstmusepackdec.cpp:
28952         * ext/musepack/gstmusepackdec.h:
28953         * ext/musepack/gstmusepackreader.cpp:
28954         * ext/musepack/gstmusepackreader.h:
28955           Add musepack decoder.
28956         * ext/faad/gstfaad.c: (gst_faad_base_init):
28957           Make pad templates static.
28958         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
28959         (plugin_init):
28960           Add musepack typefinder, make mp3 typefinding work halfway stream,
28961           which doesn't actually work yet because id3demux doesn't implement
28962           _get_length().
28963
28964 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28965
28966         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
28967         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop):
28968           Fix interrupt event handling (#144436).
28969
28970 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28971
28972         * ext/mad/gstid3tag.c: (gst_id3_tag_do_typefind):
28973           Hide unused glory.
28974
28975 2004-11-06  Tim-Philipp Müller  <t.i.m@zen.co.uk>
28976
28977         reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28978
28979         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
28980           Fix weird caps (#157548).
28981
28982 2004-11-06  Tim-Philipp Müller  <t.i.m@zen.co.uk>
28983
28984         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28985
28986         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsm_caps_nego):
28987           Add missing NULL terminator (#157543).
28988
28989 2004-11-05  Thomas Vander Stichele  <thomas at apestaart dot org>
28990
28991         * gst/tcp/gsttcp.h:
28992         * gst/tcp/gsttcpclientsink.c:
28993         * gst/tcp/gsttcpclientsrc.c:
28994         * gst/tcp/gsttcpserversink.c:
28995         * gst/tcp/gsttcpserversrc.c:
28996           ports can go up to 65535.  Move common defines to gsttcp.h
28997
28998 2004-11-05  Wim Taymans  <wim@fluendo.com>
28999
29000         * gst/videotestsrc/videotestsrc.c: (paint_setup_Y41B),
29001         (paint_hline_Y41B), (paint_setup_Y42B), (paint_hline_Y42B):
29002         Added two more colorspaces.
29003
29004 2004-11-05  Wim Taymans  <wim@fluendo.com>
29005
29006         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
29007         (gst_ffmpegcsp_avpicture_fill):
29008         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
29009         (yuv422p_to_yuv422), (yuv420p_to_yuv422), (shrink12),
29010         (img_convert), (deinterlace_line), (deinterlace_line_inplace):
29011         More stride fixes.
29012
29013 2004-11-05  Wim Taymans  <wim@fluendo.com>
29014
29015         * gst/alpha/gstalpha.c: (gst_alpha_set_property), (gst_alpha_add),
29016         (gst_alpha_chroma_key), (gst_alpha_init_params), (gst_alpha_chain):
29017         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
29018         (gst_videomixer_fill_checker), (gst_videomixer_blend_buffers),
29019         (gst_videomixer_loop):
29020         More stride fixes.
29021
29022 2004-11-05  Benjamin Otte  <otte@gnome.org>
29023
29024         * ext/mad/gstmad.c: (gst_mad_chain):
29025           don't overflow data buffer. Flush not needed sync data when syncing
29026           failed.
29027
29028 2004-11-04  Wim Taymans  <wim@fluendo.com>
29029
29030         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
29031         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
29032         (gst_alpha_get_property), (gst_alpha_add), (gst_alpha_chroma_key),
29033         (gst_alpha_init_params), (gst_alpha_chain),
29034         (gst_alpha_change_state):
29035         Updated the chroma keying algorithm with something more
29036         sophisticated.
29037
29038 2004-11-03  Wim Taymans  <wim@fluendo.com>
29039
29040         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
29041         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
29042         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
29043         Fix stride issues. Does not completely work for odd
29044         heights.
29045
29046 2004-11-03  Wim Taymans  <wim@fluendo.com>
29047
29048         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
29049         (gst_alpha_chroma_key), (gst_alpha_chain):
29050         Fix stride issues. Does not completely work for odd
29051         heights.
29052
29053 2004-11-03  Christophe Fergeau  <teuf@gnome.org>
29054
29055         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
29056         * gst/videoscale/videoscale.c: (videoscale_find_by_structure):
29057         leak fixes
29058
29059 2004-11-03  Wim Taymans  <wim@fluendo.com>
29060
29061         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
29062         (gst_ffmpegcsp_avpicture_fill):
29063         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
29064         (avpicture_alloc):
29065         * gst/ffmpegcolorspace/imgconvert_template.h:
29066         Use correct _fill function to get correct strides.
29067
29068 2004-11-02  David Schleef  <ds@schleef.org>
29069
29070         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
29071         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_parse_tree),
29072         (qtdemux_parse_udta), (qtdemux_tag_add), (gst_qtdemux_handle_esds):
29073         Change all g_print()s to debugging.  Add a bunch of consistency
29074         checks.
29075
29076 2004-11-02  Wim Taymans  <wim@fluendo.com>
29077
29078         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
29079         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
29080         (unlinked), (no_more_pads), (close_link):
29081         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
29082         (unknown_type), (add_element_stream), (new_decoded_pad),
29083         (removed_decoded_pad), (setup_source):
29084         * gst/playback/gststreaminfo.c: (gst_stream_info_get_type),
29085         (gst_stream_info_class_init), (gst_stream_info_init),
29086         (gst_stream_info_new), (gst_stream_info_dispose),
29087         (stream_info_mute_pad), (gst_stream_info_set_property),
29088         (gst_stream_info_get_property):
29089         * gst/playback/gststreaminfo.h:
29090         Fix playback of multiple files.
29091         a slightly different approach to handling dynamic pad removals.
29092         This one only looks at pads that we have linked.
29093
29094 2004-11-01  Christophe Fergeau  <teuf@gnome.org>
29095
29096         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_finalize): fix an "invalid
29097         free" warning from libc.
29098
29099 2004-11-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29100
29101         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
29102         (get_unconnected_element), (remove_starting_from), (pad_removed),
29103         (close_link):
29104           Implement support for dynamic pad changing. We listen to "live"
29105           pad removals (i.e. while playing) and re-setup autoplugging
29106           after that. Playbasebin/playbin need some more work for this
29107           to finally work, but decodebin supports (and replugs) chained
29108           ogg now.
29109
29110 2004-11-02  Jan Schmidt  <thaytan@mad.scientist.com>
29111
29112         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_dispose),
29113         (gst_alsa_finalize):
29114         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init),
29115         (gst_cdaudio_finalize):
29116         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
29117         (cdparanoia_finalize):
29118         * ext/divx/gstdivxdec.c: (gst_divxdec_dispose):
29119         * ext/divx/gstdivxenc.c: (gst_divxenc_dispose):
29120         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
29121         (dvdreadsrc_finalize):
29122         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
29123         (gst_flacdec_finalize):
29124         * ext/flac/gstflacenc.c: (gst_flacenc_class_init),
29125         (gst_flacenc_finalize):
29126         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_class_init),
29127         (gst_gnomevfssink_finalize):
29128         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_class_init),
29129         (gst_gnomevfssrc_finalize):
29130         * ext/libfame/gstlibfame.c: (gst_fameenc_class_init),
29131         (gst_fameenc_finalize):
29132         * ext/nas/nassink.c: (gst_nassink_class_init),
29133         (gst_nassink_finalize):
29134         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_finalize),
29135         (gst_sdlvideosink_class_init):
29136         * ext/sndfile/gstsf.c: (gst_sf_dispose):
29137         * gst-libs/gst/mixer/mixertrack.c: (gst_mixer_track_dispose):
29138         * gst-libs/gst/tuner/tunerchannel.c: (gst_tuner_channel_dispose):
29139         * gst-libs/gst/tuner/tunernorm.c: (gst_tuner_norm_dispose):
29140         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
29141         (gst_x_window_listener_dispose):
29142         * gst/audioscale/gstaudioscale.c:
29143         * gst/playondemand/gstplayondemand.c: (play_on_demand_class_init),
29144         (play_on_demand_finalize):
29145         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose):
29146         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
29147         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init),
29148         (cdplayer_finalize):
29149         * sys/glsink/glimagesink.c: (gst_glimagesink_finalize),
29150         (gst_glimagesink_class_init):
29151         * sys/oss/gstosselement.c: (gst_osselement_class_init),
29152         (gst_osselement_finalize):
29153         * sys/oss/gstosssink.c: (gst_osssink_dispose):
29154         * sys/oss/gstosssrc.c: (gst_osssrc_dispose):
29155         * sys/v4l/gstv4lelement.c: (gst_v4lelement_dispose):
29156           Fixes a bunch of problems with finalize and dispose functions,
29157           either assumptions that dispose is only called once, or not calling
29158           the parent class dispose/finalize function
29159
29160 2004-11-01  Stefan Kost  <ensonic@users.sf.net>
29161
29162         * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_link):
29163           added two api precondition guards
29164           use g_strdup with getenv to fix crash when using ENVVAR
29165
29166 2004-11-01  Jan Schmidt  <thaytan@mad.scientist.com>
29167         * ext/esd/esdsink.c: (gst_esdsink_class_init),
29168         (gst_esdsink_finalize):
29169         Use a finalize function, not dispose, and more importantly,
29170         call the parent class finalize function too
29171
29172 2004-11-01  Johan Dahlin  <johan@gnome.org>
29173
29174         * ext/ogg/gstoggdemux.c:
29175         * gst/tags/gstvorbistag.c:
29176         Plug leaks.
29177
29178 2004-10-31  Benjamin Otte  <otte@gnome.org>
29179
29180         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
29181           lotsa memleaks today. But they're all small...
29182
29183 2004-10-31  Benjamin Otte  <otte@gnome.org>
29184
29185         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
29186           another memleak crushed
29187
29188 2004-10-31  Benjamin Otte  <otte@gnome.org>
29189
29190         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
29191           fix memleak
29192
29193 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29194
29195         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
29196           Hack to prevent crash when going to READY inside signal handler
29197           while this function is active.
29198
29199 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29200
29201         * gst/ffmpegcolorspace/Makefile.am:
29202         * gst/ffmpegcolorspace/avcodec.h:
29203         * gst/ffmpegcolorspace/common.h:
29204         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
29205         * gst/ffmpegcolorspace/dsputil.h:
29206         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
29207         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
29208         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
29209         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps),
29210         (gst_ffmpegcsp_codectype_to_caps), (gst_ffmpeg_caps_to_smpfmt),
29211         (gst_ffmpeg_caps_to_pixfmt), (gst_ffmpegcsp_caps_with_codectype),
29212         (gst_ffmpegcsp_avpicture_fill):
29213         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
29214         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
29215         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
29216         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_get_type),
29217         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
29218         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
29219         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
29220         (gst_ffmpegcsp_get_property), (gst_ffmpegcolorspace_register):
29221         * gst/ffmpegcolorspace/imgconvert.c:
29222         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
29223         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
29224         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
29225         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
29226         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
29227         (yuv422_to_yuv420p), (uyvy422_to_yuv420p), (uyvy422_to_yuv422p),
29228         (yuv422_to_yuv422p), (yuv422p_to_yuv422), (yuv422p_to_uyvy422),
29229         (uyvy411_to_yuv411p), (yuv420p_to_yuv422), (C_JPEG_TO_CCIR),
29230         (img_convert_init), (img_apply_table), (shrink41), (shrink21),
29231         (shrink12), (shrink22), (shrink44), (grow21_line), (grow41_line),
29232         (grow21), (grow22), (grow41), (grow44), (conv411),
29233         (gif_clut_index), (build_rgb_palette), (bitcopy_n), (mono_to_gray),
29234         (monowhite_to_gray), (monoblack_to_gray), (gray_to_mono),
29235         (gray_to_monowhite), (gray_to_monoblack), (avpicture_alloc),
29236         (avpicture_free), (is_yuv_planar), (img_convert),
29237         (get_alpha_info_pal8), (img_get_alpha_info), (deinterlace_line),
29238         (deinterlace_line_inplace), (deinterlace_bottom_field),
29239         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
29240         * gst/ffmpegcolorspace/imgconvert_template.h:
29241         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
29242         * gst/ffmpegcolorspace/mmx.h:
29243         * gst/ffmpegcolorspace/utils.c: (av_mallocz), (av_strdup),
29244         (av_fast_realloc), (av_mallocz_static), (av_free_static),
29245         (av_freep), (avcodec_get_context_defaults),
29246         (avcodec_alloc_context), (avcodec_init):
29247           Sync back from gst-ffmpeg. Deprecates ffcolorspace. Adds palette
29248           handling plus update from ffmpeg CVS. Large clean-up.
29249
29250 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29251
29252         * gst/playback/Makefile.am:
29253           We need the marshallers for decodebin, too.
29254
29255 2004-10-30  David Schleef  <ds@schleef.org>
29256
29257         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): Make
29258           quicktime typefinding work with 64-bit offsets.
29259
29260 2004-10-30  Jan Schmidt  <thaytan@mad.scientist.com>
29261
29262         * ext/dv/gstdvdec.c: (gst_dvdec_handle_sink_event):
29263           Set EOS on the element when processing an EOS event.
29264         * ext/speex/gstspeexdec.h:
29265         * ext/speex/gstspeexenc.h:
29266           Only keep a const ptr to the mode
29267         * gst-libs/gst/riff/riff-media.c:
29268         (gst_riff_create_audio_caps_with_data),
29269         (gst_riff_create_audio_template_caps):
29270           Allow WMAV3, with up to 6 channels.
29271         * gst/asfdemux/gstasfmux.c: (gst_asfmux_request_new_pad):
29272           Don't call gst_pad_set_event_function on a sink pad.
29273         * gst/mpegstream/gstdvddemux.c:
29274         (gst_dvd_demux_get_subpicture_stream),
29275         (gst_dvd_demux_set_cur_audio), (gst_dvd_demux_set_cur_subpicture):
29276           Copy the explicit caps that were set across to the cur_* pads,
29277           instead of trying to use a possibly non-existent negotiated caps.
29278           Reset the type of subpicture pads to UNKNOWN after calling
29279           init_stream, so that the caps get set.
29280
29281 2004-10-29  Martin Pitt  <martin.pitt@canonical.com>
29282
29283         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29284
29285         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
29286           Don't touch buffer if it is of size 0 (fixes #151064).
29287
29288 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29289
29290         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push), (gst_ogg_pad_push):
29291           Synchronized discont handling.
29292
29293 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29294
29295         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
29296         (gst_ogg_demux_push):
29297           Make seeking sort-of exact again (fixes #156387).
29298
29299 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29300
29301         * gst/playback/gstplaybasebin.c: (unknown_type),
29302         (add_element_stream), (new_decoded_pad),
29303         (gst_play_base_bin_change_state):
29304         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
29305         (gst_stream_info_init), (gst_stream_info_new),
29306         (gst_stream_info_dispose), (gst_stream_info_get_property):
29307         * gst/playback/gststreaminfo.h:
29308           Make caps explicitely available. Makes testing for unsupported
29309           types possible. Improves error reporting.
29310
29311 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29312
29313         * gst/audioconvert/gstaudioconvert.c:
29314         (gst_audio_convert_buffer_to_default_format):
29315           Really don't touch read-only buffers (#156563).
29316
29317 2004-10-29  Sebastien Cote  <sc5@hermes.usherb.ca>
29318
29319         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29320
29321         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
29322           Fix memleak (#155223).
29323
29324 2004-10-29  Wim Taymans  <wim@fluendo.com>
29325
29326         * gst/tcp/.cvsignore:
29327         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
29328         (gst_multifdsink_class_init), (gst_multifdsink_init),
29329         (gst_multifdsink_add), (gst_multifdsink_remove),
29330         (gst_multifdsink_remove_client_link), (is_sync_frame),
29331         (gst_multifdsink_new_client),
29332         (gst_multifdsink_handle_client_write),
29333         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
29334         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
29335         (gst_multifdsink_get_property):
29336         * gst/tcp/gstmultifdsink.h:
29337         Added burst on connect sync_method, deprecated sync_clients,
29338         streamlined the sync code some more.
29339
29340 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29341
29342         * gst/playback/gstplaybasebin.c: (thread_error), (setup_source),
29343         (gst_play_base_bin_change_state):
29344           Improve error reporting.
29345
29346 2004-10-28  Wim Taymans  <wim@fluendo.com>
29347
29348         * gst/tcp/Makefile.am:
29349         * gst/tcp/fdsetstress.c: (mess_some_more), (run_test), (main):
29350         * gst/tcp/gstfdset.c: (nearest_pow), (resize), (ensure_size),
29351         (gst_fdset_new), (gst_fdset_free), (gst_fdset_set_mode),
29352         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
29353         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
29354         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
29355         (gst_fdset_wait):
29356         Added more locks around fdset structures. Fixed/reworked
29357         the poll array resizing code.
29358         Added stress test for fdset.
29359
29360 2004-10-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
29361
29362         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
29363         fix build
29364
29365 2004-10-28  Benjamin Otte  <otte@gnome.org>
29366
29367         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
29368           fix link function to always query channels and query width for
29369           floats
29370         * configure.ac:
29371           add equalizer dir
29372         * gst/equalizer/Makefile.am:
29373         * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_get_type),
29374         (gst_iir_equalizer_base_init), (gst_iir_equalizer_class_init),
29375         (gst_iir_equalizer_init), (gst_iir_equalizer_finalize),
29376         (arg_to_scale), (setup_filter),
29377         (gst_iir_equalizer_compute_frequencies),
29378         (gst_iir_equalizer_set_property), (gst_iir_equalizer_get_property),
29379         (gst_iir_equalizer_filter_inplace), (gst_iir_equalizer_setup),
29380         (plugin_init):
29381           add an equalizer
29382
29383 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
29384
29385         Submitted by: Kjartan Maraas <kmaraas@broadpark.no>
29386
29387         * po/LINGUAS:
29388         * po/nb.po:
29389           Added Norwegian Bokmaal translation
29390
29391 2004-10-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29392
29393         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
29394           Don't break on options (fixes #156488).
29395
29396 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
29397
29398         * configure.ac:
29399         * ext/cdaudio/Makefile.am:
29400         * sys/Makefile.am:
29401           fix build on older automake
29402
29403 2004-10-26  Wim Taymans  <wim@fluendo.com>
29404
29405         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
29406         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
29407         Allow a little margin when negotiating the framerate.
29408
29409 2004-10-26  Stefan Kost  <ensonic@users.sf.net>
29410
29411         * gst/level/gstlevel.c:
29412           synchonised naming of pads and pad-templates
29413
29414 2004-10-26  Wim Taymans  <wim@fluendo.com>
29415
29416         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
29417         (gst_ogg_demux_handle_event), (_find_chain_get_unknown_part),
29418         (_find_streams_check), (gst_ogg_demux_push):
29419         Fix EOS again. Needs to be done in a better way. We should not
29420         remove the pad if there is no new chained stream.
29421
29422 2004-10-26 Iain <iaingnome@gmail.com>
29423
29424         * ext/ogg/gstoggdemux.c (gst_ogg_pad_new): Free the tag list.
29425         * gst/audioscale/gstaudioscale.c (gst_audioscale_link): Free the copy
29426         of the caps.
29427         * gst/interleave/interleave.c (interleave_class_init): Hook up release
29428         pad.
29429         (interleave_release_pad): Remove the pad.
29430         * gst/level/gstlevel.c: Allow the level to take 1 or 2 channels.
29431         * sys/sunaudio/gstsunaudio.c (gst_sunaudio_setparams): Pay attention to
29432         the set device.
29433         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support): Free the
29434         attrs
29435         (gst_xvimagesink_xcontext_clear): Free the xcontext.
29436         (gst_xvimagesink_finalize): Free the par.
29437
29438 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29439
29440         * gst/avi/gstavimux.c: (gst_avimux_audsinkconnect),
29441         (gst_avimux_stop_file):
29442           First calculate the rate, and only then use it. Hdr.rate is a
29443           multiple and not a derivative of hdr.scale. Scale is not the
29444           same as blockalign but is solely related to rate.
29445
29446 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29447
29448         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
29449         (gst_gnomevfssink_handle_event), (gst_gnomevfssink_chain):
29450           Implement seeking.
29451
29452 2004-10-25  James Henstridge  <james@jamesh.id.au>
29453
29454         Reviewed by:  David Schleef  <ds@schleef.org>
29455
29456         * examples/gstplay/player.c: (got_stream_length), (main):
29457         * examples/seeking/cdplayer.c: (update_scale):
29458         * examples/seeking/seek.c: (format_value), (update_scale):
29459         * examples/seeking/spider_seek.c: (format_value), (update_scale),
29460         (stop_seek):
29461         Build fixes on AMD64.
29462
29463 2004-10-25  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
29464
29465         reviewed by: Ronald Bultje <rbultje at gnome dot org>
29466
29467         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
29468         Fix for some v4l cards which hang in v4lsrc
29469
29470 2004-10-25  Wim Taymans  <wim@fluendo.com>
29471
29472         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_remove),
29473         (gst_ogg_demux_push), (gst_ogg_chains_clear):
29474         Make sure to remove the pad when a new chain is
29475         encountered. Set some vars to NULL so we don't try
29476         to reference freed memory.
29477
29478 2004-10-25  Wim Taymans  <wim@fluendo.com>
29479
29480         * examples/seeking/Makefile.am:
29481         * examples/seeking/cdplayer.c: (update_scale):
29482         * examples/seeking/chained.c: (unlinked), (new_pad), (main):
29483         * examples/seeking/playbin.c: (make_playerbin_pipeline),
29484         (format_value), (update_scale), (iterate), (start_seek),
29485         (stop_seek), (print_media_info), (play_cb), (pause_cb), (stop_cb),
29486         (print_usage), (main):
29487         Added some more examples, update others.
29488
29489 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29490
29491         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
29492         * ext/speex/gstspeexdec.c: (speex_dec_chain):
29493         * ext/theora/theoradec.c: (theora_dec_chain):
29494         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
29495           Add codec-name metadata.
29496
29497 2004-10-25  Takao Fujiwara  <Takao.Fujiwara@Sun.COM>
29498
29499         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29500
29501         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
29502         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
29503         * ext/alsa/gstalsamixertrack.h:
29504         * po/POTFILES.in:
29505           ALSA mixer track label internationalization (#154054).
29506
29507 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29508
29509         * ext/theora/theoradec.c: (theora_dec_chain):
29510           Export bitrate as metadata.
29511
29512 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29513
29514         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
29515         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
29516         * ext/alsa/gstalsamixertrack.h:
29517           Fix names, fix loop.
29518
29519 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29520
29521         * ext/speex/gstspeexdec.c: (gst_speex_dec_init),
29522         (speex_dec_convert):
29523           sinkconvert function so oggdemux can get the file length (totem).
29524
29525 2004-10-25  James Morrison  <ja2morri@csclub.uwaterloo.ca>
29526
29527         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29528
29529         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
29530           Don't push incomplete packets.
29531         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find):
29532           Fix MPEG-4 audio typefinding.
29533
29534 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29535
29536         * sys/v4l/Makefile.am:
29537         * sys/v4l/gstv4l.c: (plugin_init):
29538         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_type),
29539         (gst_v4lelement_init), (gst_v4lelement_dispose),
29540         (gst_v4lelement_change_state):
29541         * sys/v4l/gstv4lelement.h:
29542         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_open),
29543         (gst_v4l_xoverlay_close), (idle_refresh),
29544         (gst_v4l_xoverlay_set_xwindow_id):
29545         * sys/v4l/gstv4lxoverlay.h:
29546         * sys/v4l/v4l-overlay_calls.c:
29547         * sys/v4l/v4l_calls.h:
29548         * sys/v4l2/Makefile.am:
29549         * sys/v4l2/gstv4l2.c: (plugin_init):
29550         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_type),
29551         (gst_v4l2element_init), (gst_v4l2element_dispose),
29552         (gst_v4l2element_change_state):
29553         * sys/v4l2/gstv4l2element.h:
29554         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_open),
29555         (gst_v4l2_xoverlay_close), (idle_refresh),
29556         (gst_v4l2_xoverlay_set_xwindow_id):
29557         * sys/v4l2/gstv4l2xoverlay.h:
29558         * sys/v4l2/v4l2-overlay_calls.c:
29559         * sys/v4l2/v4l2_calls.h:
29560           Remove client-side overlay handling, use the X-server v4l plugin
29561           for that. Nicer overlay, less code. Also make the plugin
29562           compileable without X (but then without overlay, obviously).
29563           Makes xwindowlistener obsolete, should we remove that?
29564
29565 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29566
29567         * sys/oss/gstosssrc.c: (gst_osssrc_get_time), (gst_osssrc_get),
29568         (gst_osssrc_src_query):
29569         * sys/oss/gstosssrc.h:
29570           OK, so people want offset in DEFAULT. This time, actually fix all
29571           cases.
29572         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
29573           Add FPS properly.
29574
29575 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29576
29577         * gst/asfdemux/gstasfmux.c:
29578         * gst/avi/gstavimux.c:
29579           Framerate.
29580
29581 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29582
29583         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_set_property):
29584           Fix properties (channel, norm, frequency).
29585
29586 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29587
29588         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_property):
29589           Flag typo.
29590         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults):
29591           No warnings.
29592
29593 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29594
29595         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_clear_format_list):
29596           Fix hang.
29597
29598 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29599
29600         * sys/v4l2/gstv4l2element.h:
29601           Yet Another Hack (tm) for kernel header borkedness.
29602         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
29603         (gst_v4l2src_v4l2fourcc_to_caps), (gst_v4l2_fourcc_from_structure),
29604         (gst_v4l2src_link), (gst_v4l2src_getcaps),
29605         (gst_v4l2src_change_state):
29606         * sys/v4l2/gstv4l2src.h:
29607         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_init),
29608         (gst_v4l2src_capture_start), (gst_v4l2src_capture_stop):
29609           Fix caps, keep track of state, work.
29610
29611 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29612
29613         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
29614           Quiet.
29615
29616 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29617
29618         * sys/oss/gstosssrc.c: (gst_osssrc_get):
29619           Don't mix bytes and samples.
29620
29621 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29622
29623         * ext/ogg/gstoggmux.c:
29624           Basic pad template which accepts OGM tracks, speex, flac, vorbis
29625           and theora. Any is incorrect.
29626         * gst/asfdemux/gstasfmux.c: (gst_asfmux_vidsink_link):
29627           Fix caps.
29628         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
29629         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
29630         (gst_v4lmjpegsrc_init), (gst_v4lmjpegsrc_srcconnect),
29631         (gst_v4lmjpegsrc_getcaps), (gst_v4lmjpegsrc_change_state):
29632         * sys/v4l/gstv4lmjpegsrc.h:
29633         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
29634         (gst_v4lsrc_change_state):
29635         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_start),
29636         (gst_v4lmjpegsrc_capture_stop):
29637           Fix caps. Keep track of internal state. Work.
29638
29639 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29640
29641         * ext/Makefile.am:
29642           Fix the build fixes.
29643
29644 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29645
29646         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
29647         (gst_ogg_demux_src_event), (_find_chain_seek),
29648         (gst_ogg_pad_push):
29649           Check for pad availability before using it.
29650         * ext/ogg/gstoggdemux.c: (_find_chain_process):
29651           Fix parsing of chained ogg. Needs more work on the decoder side.
29652
29653 2004-10-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29654
29655         * gst/spectrum/Makefile.am:
29656         * gst/spectrum/demo-osssrc.c: (spectrum_chain), (main),
29657         (idle_func):
29658           Fix demo and reenable it. Yes, I'm currently playing with audio
29659           analysis tools
29660
29661 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29662
29663         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
29664           We love it if files that start at zero work too...
29665
29666 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29667
29668         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
29669           Handle files with missing EOS headers.
29670
29671 2004-10-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
29672
29673         * gst/tcp/gsttcpserversink.c:
29674         (gst_tcpserversink_handle_server_read),
29675         (gst_tcpserversink_init_send):
29676         Zero some variables first (need for accept not to return EINVAL)
29677
29678 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29679
29680         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
29681         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
29682         * ext/theora/theoradec.c: (theora_dec_sink_convert),
29683         (theora_dec_chain):
29684         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
29685         (gst_vorbis_dec_init), (vorbis_dec_convert), (vorbis_dec_chain):
29686           Seeking and querying finetune.
29687
29688 2004-10-20  Thomas Vander Stichele  <thomas at apestaart dot org>
29689
29690         * configure.ac:
29691         * ext/Makefile.am:
29692         * ext/raw1394/Makefile.am:
29693           fix the build
29694
29695 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29696
29697         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
29698           Wrong return.
29699         * gst/playback/Makefile.am:
29700         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
29701         * gst/playback/gstplay-marshal.list:
29702         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
29703           Fix marshallers.
29704
29705 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29706
29707         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event):
29708           Silence.
29709
29710 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29711
29712         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
29713         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
29714         (gst_ogg_pad_push):
29715           Yay for non-lineair granulepos in theora.
29716
29717 2004-10-18  Wim Taymans  <wim@fluendo.com>
29718
29719         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
29720         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
29721         * ext/dv/gstdvdec.h:
29722         Make sure we renegotiate aspect ratio when the camera switches.
29723
29724 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29725
29726         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
29727         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
29728           Start at zero.
29729         * ext/theora/theoradec.c: (theora_dec_chain):
29730           Skip headers. Bad idea for chained ogg, but fixes seeking.
29731
29732 2004-10-18  Wim Taymans  <wim@fluendo.com>
29733
29734         * configure.ac:
29735         I swear, this is the last time I touch this.
29736
29737 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29738
29739         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
29740         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
29741         (_read_bos_process), (gst_ogg_demux_iterate), (gst_ogg_pad_new):
29742           Faster seeking.
29743         * ext/theora/theoradec.c: (theora_dec_sink_convert):
29744           Time-to-default conversion.
29745         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
29746           Don't error on unknown packets, just skip. We should probably
29747           read them if we want to support chained ogg.
29748
29749 2004-10-18  Wim Taymans  <wim@fluendo.com>
29750
29751         * configure.ac:
29752         Added cdaudio to wrong list.
29753
29754 2004-10-18  Wim Taymans  <wim@fluendo.com>
29755
29756         * configure.ac:
29757         Revive cdaudio.
29758
29759 2004-10-18  Wim Taymans  <wim@fluendo.com>
29760
29761         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
29762         (gst_dvdec_video_link), (gst_dvdec_push):
29763         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
29764         (gst_smokeenc_resync), (gst_smokeenc_chain):
29765         Fix mimetype on smoke encoder.
29766         Add aspect ratio to dvdec. Not sure if these
29767         values are correct though....
29768
29769 2004-10-18  Wim Taymans  <wim@fluendo.com>
29770
29771         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
29772         Fix vorbis property descriptions and ranges.
29773
29774 2004-10-18  Wim Taymans  <wim@fluendo.com>
29775
29776         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
29777         Really do nothing when no data is available.
29778         Go to the playing state when the stream is not seekable
29779         instead of failing.
29780
29781 2004-10-18  Wim Taymans  <wim@fluendo.com>
29782
29783         * ext/cdaudio/gstcdaudio.c: (_do_init), (gst_cdaudio_base_init),
29784         (gst_cdaudio_get_event_masks), (gst_cdaudio_send_event),
29785         (gst_cdaudio_query), (plugin_init), (cdaudio_uri_get_type),
29786         (cdaudio_uri_get_protocols), (cdaudio_uri_get_uri),
29787         (cdaudio_uri_set_uri), (cdaudio_uri_handler_init):
29788         Added uri handler for cd://
29789         Port to new API.
29790
29791 2004-10-18  Wim Taymans  <wim@fluendo.com>
29792
29793         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
29794         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
29795         (try_to_link_1), (no_more_pads), (close_link), (type_found):
29796         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
29797         (remove_prerolls), (unknown_type), (add_element_stream),
29798         (new_decoded_pad), (setup_source), (gst_play_base_bin_add_element),
29799         (gst_play_base_bin_remove_element),
29800         (gst_play_base_bin_link_stream):
29801         * gst/playback/gstplaybin.c: (gen_video_element),
29802         (gen_vis_element), (remove_sinks), (setup_sinks):
29803         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
29804         (gst_stream_info_get_type), (gst_stream_info_class_init),
29805         (gst_stream_info_init), (gst_stream_info_new),
29806         (gst_stream_info_dispose), (stream_info_mute_pad),
29807         (gst_stream_info_set_property), (gst_stream_info_get_property):
29808         * gst/playback/gststreaminfo.h:
29809         Add sink padtemplate to decodebin.
29810         Added some more comments.
29811         Make queue size configurable in playbasebin.
29812         Added possibility to use elements as sinks (ex cdaudio).
29813
29814 2004-10-15  Wim Taymans  <wim@fluendo.com>
29815
29816         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
29817         (gst_speexenc_chain):
29818         Fix speex timestamps so that it gets muxed properly.
29819
29820 2004-10-15  Wim Taymans  <wim@fluendo.com>
29821
29822         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_get_type),
29823         (gst_dv1394src_base_init), (gst_dv1394src_class_init),
29824         (gst_dv1394src_init), (gst_dv1394src_dispose),
29825         (gst_dv1394src_iso_receive), (gst_dv1394src_discover_avc_node),
29826         (gst_dv1394src_change_state), (gst_dv1394src_get_event_mask),
29827         (gst_dv1394src_event), (gst_dv1394src_get_formats),
29828         (gst_dv1394src_convert), (gst_dv1394src_get_query_types),
29829         (gst_dv1394src_query), (gst_dv1394src_uri_get_type),
29830         (gst_dv1394src_uri_get_protocols), (gst_dv1394src_uri_get_uri),
29831         (gst_dv1394src_uri_set_uri), (gst_dv1394src_uri_handler_init):
29832         * ext/raw1394/gstdv1394src.h:
29833         Added conversion/query functions.
29834         Update buffer timestamps,
29835         Added signals.
29836         Added uri dv:// so it might play from the firewire in playbin.
29837         Fix a possible leak.
29838         Added debugging.
29839
29840 2004-10-15  Wim Taymans  <wim@fluendo.com>
29841
29842         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
29843         (gst_dv1394src_init), (gst_dv1394src_set_property),
29844         (gst_dv1394src_get_property), (gst_dv1394src_iso_receive),
29845         (gst_dv1394src_discover_avc_node), (gst_dv1394src_change_state):
29846         * ext/raw1394/gstdv1394src.h:
29847         Added AV/C VTR control support needed for some cameras.
29848         Added automatic port detection.
29849         Added properties for selecting the channel.
29850         The configure.ac script is not yet updated to reflect the
29851         new libavc1394 and librom1394 dependencies.
29852
29853 2004-10-15  Wim Taymans  <wim@fluendo.com>
29854
29855         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
29856         (qtdemux_parse), (gst_qtdemux_handle_esds):
29857         An esds box is not a container.
29858         Fix parsing of mp4v boxes.
29859         Do not try to renegotiate fps for each frame. Need to
29860         find a better method. This should fix mp4 playback.
29861
29862 2004-10-14  David Schleef  <ds@schleef.org>
29863
29864         * configure.ac: update for swfdec-0.3 and liboil-0.2
29865         * ext/swfdec/gstswfdec.c: update for swfdec-0.3
29866         * ext/swfdec/gstswfdec.h: same
29867         * gst/videofilter/gstvideobalance.c: update for liboil-0.2
29868         * gst/videotestsrc/videotestsrc.c: same
29869
29870 2004-10-14  Wim Taymans  <wim@fluendo.com>
29871
29872         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
29873         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
29874         (is_sync_frame), (gst_multifdsink_new_client),
29875         (gst_multifdsink_handle_client_write),
29876         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
29877         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
29878         Turn warnings into info.
29879         Don't allow a state change in the streaming thread.
29880
29881 2004-10-14  Thomas Vander Stichele  <thomas at apestaart dot org>
29882
29883         * ext/vorbis/oggvorbisenc.c:
29884         * ext/vorbis/vorbisdec.c:
29885           fix template sample rate
29886
29887 2004-10-13  Wim Taymans  <wim@fluendo.com>
29888
29889         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
29890         Decoding the header first fixes some problems in resyncing
29891         in more mp3s.
29892
29893 2004-10-12  Wim Taymans  <wim@fluendo.com>
29894
29895         * gst/playback/gstplaybin.c: (gen_video_element),
29896         (gen_vis_element), (remove_sinks), (setup_sinks):
29897         Added vis plugin support, need to configure the vis
29898         element to activate it.
29899
29900 2004-10-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29901
29902         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get),
29903         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
29904           Some debug.
29905         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
29906         (gst_avi_demux_handle_src_event), (gst_avi_demux_read_superindex),
29907         (gst_avi_demux_read_subindexes), (gst_avi_demux_add_stream),
29908         (gst_avi_demux_stream_index), (gst_avi_demux_skip),
29909         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
29910         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header):
29911         * gst/avi/gstavidemux.h:
29912           Support for openDML-2.0 indx/ix## chunks. Support for broken index
29913           recovery (where, if part of the index is broken, we will still read
29914           the rest of the index and recover the broken part by stream
29915           scanning). More broken media support. EOS workarounds. General AVI
29916           braindamage headache recovery. Aspirin included.
29917
29918 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29919
29920         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_open),
29921         (cdparanoia_event), (cdparanoia_query):
29922           Get rid of hideous lead-in.
29923
29924 2004-10-11  Wim Taymans  <wim@fluendo.com>
29925
29926         * gst/playback/gstplaybasebin.c: (setup_source):
29927         Wrong var used to get g_list_next.
29928
29929 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29930
29931         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
29932         (cdparanoia_get), (cdparanoia_open):
29933           Report discid as metadata, add duration.
29934
29935 2004-10-11  Wim Taymans  <wim@fluendo.com>
29936
29937         * gst/playback/gstplaybasebin.c: (setup_source):
29938         Cleanup the previous pipeline a little earlier for the
29939         case that a source element provides raw data.
29940
29941 2004-10-11  Benjamin Otte  <otte@gnome.org>
29942
29943         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
29944           reset v1 tag offset when there is no v1 tag. Fixes id3demux always
29945           consuming the last 128 bytes, even though it was valid mp3 data.
29946
29947 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
29948
29949         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
29950         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
29951         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
29952         Change g_warnings to GST_WARNING_OBJECT and fix colourspace issue
29953
29954 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
29955
29956         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps):
29957         Fix for webcams that support only specific width or height
29958
29959 2004-10-09  Tim-Philipp Müller  <t.i.m@zen.co.uk>
29960
29961         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29962
29963         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
29964           Fix wrong discont event setup (fixes #154967).
29965
29966 2004-10-09  Sebastien Cote  <sc5@hermes.usherb.ca>
29967
29968         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29969
29970         * gst/auparse/gstauparse.c: (gst_auparse_chain):
29971           Error out on invalid data (fixes #154807).
29972
29973 2004-10-09  Tim-Philipp Müller  <t.i.m@zen.co.uk>
29974
29975         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29976
29977         * ext/dvdread/dvdreadsrc.c: (_read):
29978           Make titles > 0 work again (fixes #154834).
29979
29980 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29981
29982         * gst-libs/gst/riff/riff-media.c:
29983         (gst_riff_create_video_template_caps):
29984           WMV3 missing in template caps.
29985
29986 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29987
29988         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
29989           OK, so the original code was too strict. It makes random AVI files
29990           hang for seconds upon opening, which is unacceptable and is far
29991           beyond the original goal of getting multiple chunks for one-chunk
29992           sounc stream files. So now do just that.
29993
29994 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29995
29996         * gst/playback/gstplaybasebin.c: (setup_source),
29997         (gst_play_base_bin_change_state):
29998           Actually clean up streaminfo if output fails. This would trigger
29999           if, for example, there was no CD in the drive. No preroll, so
30000           a streaminfo structure is created, but the subsequent state change
30001           of the thread fails.
30002         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
30003           Don't change state if parent failed.
30004
30005 2004-10-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30006
30007         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
30008         (gst_play_bin_init), (gst_play_bin_get_property), (handoff),
30009         (gen_video_element), (remove_sinks):
30010           Add small bits of code for screenshot handling.
30011
30012 2004-10-08  Wim Taymans  <wim@fluendo.com>
30013
30014         * gst/playback/gstplaybin.c: (gst_play_bin_set_property),
30015         (gen_video_element), (gen_audio_element), (setup_sinks):
30016         Don't assume the user provided sinks are named "sink"...
30017
30018 2004-10-08  Wim Taymans  <wim@fluendo.com>
30019
30020         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
30021         (unknown_type), (setup_source), (gst_play_base_bin_remove_element),
30022         (gst_play_base_bin_link_stream):
30023         Do not try to autoplug sources that generate raw streams like
30024         cdparanoia.
30025         disconnect the preroll overrun signal when we don't need it anymore.
30026
30027 2004-10-08  Milosz Derezynski  <internalerror.rez@fhtw-berlin.de>
30028
30029         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
30030         Added reworked patch from #154903 from milosz derezynski (deadchip).
30031
30032 2004-10-08  Wim Taymans  <wim@fluendo.com>
30033
30034         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
30035         (cdparanoia_base_init), (cdparanoia_class_init), (cdparanoia_init),
30036         (cdparanoia_dispose), (cdparanoia_get), (cdparanoia_change_state),
30037         (cdparanoia_convert), (cdparanoia_uri_get_type),
30038         (cdparanoia_uri_get_protocols), (cdparanoia_uri_get_uri),
30039         (cdparanoia_uri_set_uri), (cdparanoia_uri_handler_init):
30040         * ext/cdparanoia/gstcdparanoia.h:
30041         This adds the cdda://<tracknum> uri.
30042
30043 2004-10-08  Wim Taymans  <wim@fluendo.com>
30044
30045         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
30046         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
30047         (try_to_link_1), (no_more_pads), (close_link), (type_found):
30048         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
30049         (unknown_type), (gst_play_base_bin_remove_element),
30050         (gst_play_base_bin_link_stream):
30051         * gst/playback/gstplaybasebin.h:
30052         * gst/playback/gstplaybin.c: (gst_play_bin_init),
30053         (gst_play_bin_set_property), (gen_video_element),
30054         (gen_audio_element), (setup_sinks):
30055         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
30056         (gst_stream_info_get_type), (gst_stream_info_class_init),
30057         (gst_stream_info_init), (gst_stream_info_new),
30058         (gst_stream_info_dispose), (stream_info_mute_pad),
30059         (gst_stream_info_set_property), (gst_stream_info_get_property):
30060         * gst/playback/gststreaminfo.h:
30061         Reuse the audio and video bins.
30062         Some internal cleanups in the stream selection code.
30063
30064 2004-10-08  Julien MOUTTE  <julien@moutte.net>
30065
30066         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
30067         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
30068         * sys/ximage/ximagesink.h:
30069         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
30070         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
30071         * sys/xvimage/xvimagesink.h: Reverting Ronald's changes as the issue is
30072         not coming from those elements. Moreover these elements should not keep
30073         the xid they have been given when in NULL state.
30074
30075 2004-10-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30076
30077         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
30078         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
30079         * sys/ximage/ximagesink.h:
30080         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
30081         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
30082         * sys/xvimage/xvimagesink.h:
30083           Actually only create a new toplevel window if we're not gonna
30084           embed it right after.
30085
30086 2004-10-07  Wim Taymans  <wim@fluendo.com>
30087
30088         * gst/playback/gstplaybasebin.c: (play_base_bin_mute_pad),
30089         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream):
30090         * gst/playback/gstplaybin.c: (setup_sinks):
30091         Implement muting/unmuting of streams, mute streams that are not
30092         used.
30093
30094 2004-10-07  Wim Taymans  <wim@fluendo.com>
30095
30096         * gst/typefind/gsttypefindfunctions.c: (ac3_type_find),
30097         (plugin_init):
30098         Added lame audio/x-ac3 typefind function.
30099
30100 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
30101
30102         * configure.ac:
30103           bump nano to cvs
30104
30105 === release 0.8.5 ===
30106
30107 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
30108
30109         * NEWS:
30110         * RELEASE:
30111         * configure.ac:
30112           releasing 0.8.5, "Take You On"
30113
30114 2004-10-06  Wim Taymans  <wim@fluendo.com>
30115
30116         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
30117         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
30118         (no_more_pads), (close_link), (type_found):
30119         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
30120         * gst/playback/gstplaybin.c: (gen_video_element):
30121         Do not signal the no_more_pads after the first pad when
30122         we are plugging a non dynamic element with multiple
30123         output pads (like swfdec, dvdec, ...).
30124
30125 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
30126
30127         * configure.ac:
30128           bump for prerelease
30129
30130 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
30131
30132         * gst/wavparse/gstwavparse.c:
30133           add ATRAC3 to STATIC CAPS to fix a warning
30134
30135         * gst/matroska/ebml-read.c:
30136         * gst-libs/gst/riff/riff-read.c:
30137           fix typos
30138
30139 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
30140
30141         * gst-libs/gst/riff/riff-media.c:
30142           generate caps for ATRAC3 audio streams
30143
30144         * gst/realmedia/rmdemux.c:
30145           generate caps for ATRAC3 audio streams
30146
30147 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
30148
30149         * gst/wavparse/Makefile.am
30150         * gst/wavparse/riff.h
30151         * gst/wavparse/wavparse.vcproj
30152           riff.h removal (unused and duplication with riff-ids.h)
30153
30154 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
30155
30156         * gst/wavparse/gstwavparse.h
30157           remove duplicated defines for audio codec codes
30158
30159         * gst-libs/gst/riff/riff-ids.h
30160         * gst/wavenc/riff.h:
30161           add "4CC" code for ATRAC3 audio streams
30162           add "4CC" code for ITU_G721_ADPCM (unused for now)
30163
30164 2004-10-06  Wim Taymans  <wim@fluendo.com>
30165
30166         * gst/flx/gstflxdec.c: (gst_flxdec_init), (gst_flxdec_loop):
30167         Actually _do_ negotiation. Pass gdouble as arg instead
30168         of guint64 for the framerate.
30169
30170 2004-10-06  Wim Taymans  <wim@fluendo.com>
30171
30172         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
30173         (find_compatibles), (close_pad_link), (try_to_link_1),
30174         (no_more_pads), (close_link), (type_found):
30175         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
30176         * gst/playback/gstplaybin.c: (gen_video_element),
30177         (gen_audio_element):
30178         Set state on newly added element to READY so that negotiation
30179         can happen ASAP.
30180         Addes some more debug info.
30181         Do not try to plug pads with multiple caps structures or ANY
30182         because it is too dangerous since we do not do dynamic
30183         replugging.
30184
30185 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
30186
30187         written by: Gora Mohanty <gora_mohanty@yahoo.co.in>
30188
30189         * po/LINGUAS:
30190         * po/or.po:
30191           add Oriya translation
30192
30193 2004-10-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30194
30195         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
30196           Prevent overwrite of size member. Makes audio sound crappy.
30197
30198 2004-10-05  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
30199
30200         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
30201         Add rmvb to the list of known RealMedia extensions
30202
30203 2004-10-05  Wim Taymans  <wim@fluendo.com>
30204
30205         * ext/libmng/gstmngdec.c: (gst_mngdec_loop), (mngdec_error),
30206         (mngdec_openstream), (mngdec_closestream),
30207         (mngdec_handle_sink_event), (mngdec_readdata),
30208         (mngdec_gettickcount), (mngdec_settimer), (mngdec_processheader),
30209         (mngdec_getcanvasline), (mngdec_refresh),
30210         (gst_mngdec_change_state):
30211         Set the framerate correctly.
30212
30213 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30214
30215         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
30216           There was something wrong with the index massaging.
30217
30218 2004-10-04  Wim Taymans  <wim@fluendo.com>
30219
30220         * ext/jpeg/gstjpeg.c: (smoke_type_find), (plugin_init):
30221         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
30222         (gst_smokedec_chain):
30223         * ext/jpeg/gstsmokedec.h:
30224         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
30225         (gst_smokeenc_init), (gst_smokeenc_resync), (gst_smokeenc_chain):
30226         * ext/jpeg/gstsmokeenc.h:
30227         * ext/jpeg/smokecodec.c: (smokecodec_encode_new),
30228         (smokecodec_decode_new), (smokecodec_info_free),
30229         (smokecodec_set_quality), (smokecodec_get_quality),
30230         (smokecodec_set_threshold), (smokecodec_get_threshold),
30231         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
30232         (find_best_size), (abs_diff), (put), (smokecodec_encode_id),
30233         (smokecodec_encode), (smokecodec_parse_id),
30234         (smokecodec_parse_header), (smokecodec_decode):
30235         * ext/jpeg/smokecodec.h:
30236         * ext/jpeg/smokeformat.h:
30237         Updated smoke, new bitstream, allows embedding in ogg.
30238
30239 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30240
30241         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
30242           Fix seeking in some files. All this code is no longer needed (and
30243           actually breaks stuff) because we now synchronize the full index
30244           right when reading the header.
30245
30246 2004-10-04  Wim Taymans  <wim@fluendo.com>
30247
30248         * configure.ac:
30249         configure update for libmng.
30250
30251 2004-10-04  Wim Taymans  <wim@fluendo.com>
30252
30253         * ext/libmng/Makefile.am:
30254         * ext/libmng/gstmng.c: (plugin_init):
30255         * ext/libmng/gstmng.h:
30256         * ext/libmng/gstmngdec.c: (gst_mngdec_get_type),
30257         (gst_mngdec_base_init), (gst_mngdec_class_init),
30258         (gst_mngdec_sinklink), (gst_mngdec_init), (gst_mngdec_src_getcaps),
30259         (gst_mngdec_loop), (gst_mngdec_get_property),
30260         (gst_mngdec_set_property), (mngdec_error), (mngdec_openstream),
30261         (mngdec_closestream), (mngdec_handle_sink_event),
30262         (mngdec_readdata), (mngdec_gettickcount), (mngdec_settimer),
30263         (mngdec_processheader), (mngdec_getcanvasline), (mngdec_refresh),
30264         (gst_mngdec_change_state):
30265         * ext/libmng/gstmngdec.h:
30266         * ext/libmng/gstmngenc.c: (gst_mngenc_get_type),
30267         (mng_caps_factory), (raw_caps_factory), (gst_mngenc_base_init),
30268         (gst_mngenc_class_init), (gst_mngenc_sinklink), (gst_mngenc_init),
30269         (gst_mngenc_chain), (gst_mngenc_get_property),
30270         (gst_mngenc_set_property):
30271         * ext/libmng/gstmngenc.h:
30272         Added basic MNG decoder. Needs more work. The encoder does
30273         not work yet.
30274
30275 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30276
30277         * gst/realmedia/rmdemux.c: (gst_rmdemux_handle_sink_event),
30278         (gst_rmdemux_loop), (gst_rmdemux_add_stream),
30279         (gst_rmdemux_parse_mdpr), (gst_rmdemux_dump_mdpr):
30280           Don't hang on length=0 chunks. Some negotiation fixes. Signal
30281           no-more-pads.
30282
30283 2004-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
30284
30285         * configure.ac:
30286           you need at least 1.0.4 of speex
30287
30288 2004-10-04 Iain <iaingnome@gmail.com>
30289
30290         * ext/speex/gstspeexdec.h: Revert the includes changes.
30291
30292         * ext/speex/gstspeexenc.[ch]: Revert the includes changes.
30293
30294 2004-09-30 Iain <iaingnome@gmail.com>
30295
30296         * sys/sunaudio/gstsunaudio.c (gst_sunaudiosink_open): Use the device
30297         found during init or set as a property instead of hardcoding /dev/audio
30298
30299 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30300
30301         * gst/realmedia/rmdemux.c: (gst_rmdemux_class_init),
30302         (gst_rmdemux_init), (gst_rmdemux_handle_sink_event),
30303         (gst_rmdemux_loop), (gst_rmdemux_add_stream), (re_hexdump_bytes),
30304         (re_dump_pascal_string), (gst_rmdemux_dump__rmf),
30305         (gst_rmdemux_dump_prop), (gst_rmdemux_parse_mdpr),
30306         (gst_rmdemux_dump_mdpr), (gst_rmdemux_dump_indx),
30307         (gst_rmdemux_dump_data):
30308           Use debug category, fix EOS handling. filesrc ! rmdemux now
30309           works.
30310
30311 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30312
30313         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
30314         (gst_avi_demux_stream_scan), (sort), (gst_avi_demux_massage_index),
30315         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data):
30316           Improve allocation, cutting and sorting of the index. How takes a
30317           few seconds instead of minutes.
30318
30319 2004-10-03  Christophe Fergeau  <teuf@gnome.org>
30320
30321         * gst/realmedia/rmdemux.c: (gst_rmdemux_parse_mdpr):
30322           fixed compilation
30323
30324 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30325
30326         * gst-libs/gst/riff/riff-media.c:
30327         (gst_riff_create_video_caps_with_data),
30328         (gst_riff_create_video_template_caps):
30329           Add wing commander format mimetype/fourccs.
30330         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
30331           Don't crash if some value is 0.
30332
30333 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30334
30335         * gst-libs/gst/riff/riff-media.c:
30336         (gst_riff_create_video_caps_with_data),
30337         (gst_riff_create_video_template_caps):
30338           Add DIB fourcc (raw, palettized 8-bit RGB).
30339         * gst-libs/gst/riff/riff-read.c:
30340         (gst_riff_read_strf_vids_with_data):
30341           Oops, fix strf_data reading bug.
30342         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
30343           Use a non-NULL tag.
30344         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
30345           Time for hacks. Sorry Dave. At least one quicktime movie (a
30346           trailer) that I've encountered contains multiple video tracks.
30347           One of those is the actual video track, the other are one-frame
30348           tracks (images). Unfortunately, the number of frames according
30349           to the trak header is 1 for each, so that doesn't help. So
30350           instead, I look at the duration and discard tracks with a
30351           duration shorter than 20% of the length of the stream. Better
30352           than nothing.
30353
30354 2004-10-01  Christian Schaller <christian@fluendo.com>
30355
30356         * ext/ivorbis/vorbis.c:
30357           Patch from Phil Blundell (Bug 152341)
30358
30359 2004-10-01  Wim Taymans  <wim@fluendo.com>
30360
30361         * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
30362         (speex_dec_get_formats), (speex_dec_convert),
30363         (speex_dec_src_query), (speex_dec_src_event), (speex_dec_event),
30364         (speex_dec_chain), (gst_speexdec_get_property),
30365         (gst_speexdec_set_property):
30366         Small cleanups.
30367
30368 2004-10-01  Wim Taymans  <wim@fluendo.com>
30369
30370         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
30371         (gst_wavparse_stream_init), (gst_wavparse_fmt),
30372         (gst_wavparse_other), (gst_wavparse_loop),
30373         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
30374         (gst_wavparse_srcpad_event):
30375         * gst/wavparse/gstwavparse.h:
30376         Added some more debugging info.
30377         Fix the case where the length of the file is 0.
30378         Make sure we seek to sample borders.
30379
30380 2004-10-01  Wim Taymans  <wim@fluendo.com>
30381
30382         * gst/playback/README:
30383         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
30384         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
30385         (try_to_link_1), (no_more_pads), (close_link), (type_found):
30386         Add some debug info to decodebin, update README
30387
30388 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30389
30390         * ext/dvdnav/dvdnavsrc.c: (dvdnav_handle_navigation_event):
30391           Don't use g_print(); use GST_DEBUG().
30392
30393 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30394
30395         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
30396         (gst_ogg_mux_queue_pads):
30397           Handle EOS properly.
30398
30399 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
30400
30401         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30402
30403         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_sinkconnect),
30404         (gst_faad_chain), (gst_faad_change_state):
30405         * ext/faad/gstfaad.h:
30406           Allow playback of raw (unframed) MPEG AAC files (#148993).
30407
30408 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
30409
30410         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30411
30412         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
30413           Throw error if we didn't recognize the stream. Fixes #152289.
30414
30415 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30416
30417         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
30418           Fix negotiation.
30419
30420 2004-10-01  Francis Labonte  <francis_labonte@hotmail.com>
30421
30422         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30423
30424         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
30425           Fix memleak.
30426
30427 2004-10-01  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
30428
30429         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30430
30431         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_setparams):
30432           Solve #152805.
30433         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_mute):
30434           Solve 152806.
30435
30436 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30437
30438         * gst-libs/gst/riff/riff-media.c:
30439         (gst_riff_create_video_caps_with_data),
30440         (gst_riff_create_audio_caps_with_data):
30441           Add codec_data handling (like asfdemux used to do).
30442         * gst/asfdemux/gstasf.c: (plugin_init):
30443         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
30444         (gst_asf_demux_add_audio_stream), (gst_asf_demux_add_video_stream):
30445           Use riff-media for caps creation instead of our own (mostly
30446           broken) copy of its functions.
30447
30448 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30449
30450         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_capture):
30451           Don't actually error out if we get another return value than
30452           -EINVAL. Opposite to what I first thought, drivers have random
30453           return values for this, although -EINVAL is the expected return
30454           value. Since this is not fatal, we shouldn't use
30455           GST_ELEMENT_ERROR() but just GST_ERROR_OBJECT().
30456
30457 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30458
30459         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
30460         (dvdreadsrc_init), (dvdreadsrc_dispose), (dvdreadsrc_set_property),
30461         (dvdreadsrc_get_property), (_open), (_seek), (_read),
30462         (dvdreadsrc_get), (dvdreadsrc_open_file),
30463         (dvdreadsrc_change_state):
30464           Fix. Don't do one big huge loop around the whole DVD, that will
30465           cache all data and thus eat sizeof(dvd) (several GB) before we
30466           see something.
30467         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
30468           Actually NULL'ify event after using it.
30469         * gst/matroska/ebml-read.c: (gst_ebml_read_use_event),
30470         (gst_ebml_read_handle_event), (gst_ebml_read_element_id),
30471         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
30472         (gst_ebml_read_seek), (gst_ebml_read_skip):
30473           Handle events.
30474         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_base_init),
30475         (gst_dvd_demux_init), (gst_dvd_demux_get_audio_stream),
30476         (gst_dvd_demux_get_subpicture_stream), (gst_dvd_demux_plugin_init):
30477           Fix timing (this will probably break if I seek using menus, but
30478           I didn't get there yet). VOBs and normal DVDs should now work.
30479           Add a mpeg2-only pad with high rank so this get autoplugged for
30480           MPEG-2 movies.
30481         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_base_init),
30482         (gst_mpeg_demux_class_init), (gst_mpeg_demux_init),
30483         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_get_video_stream),
30484         (gst_mpeg_demux_get_audio_stream),
30485         (gst_mpeg_demux_get_private_stream), (gst_mpeg_demux_parse_packet),
30486         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_plugin_init):
30487           Use this as second rank for MPEG-1 and MPEG-2. Still use this for
30488           MPEG-1 but use dvddemux for MPEG-2.
30489         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
30490         (gst_mpeg_parse_init), (gst_mpeg_parse_new_pad),
30491         (gst_mpeg_parse_parse_packhead):
30492           Timing. Only add pad template if it exists. Add sink template from
30493           class and not from ourselves. This means we will always use the
30494           correct sink template even if it is not the one defined in this
30495           file.
30496
30497 2004-09-29  Wim Taymans  <wim@fluendo.com>
30498
30499         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_packet),
30500         (gst_mpeg_demux_parse_pes):
30501         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
30502         Fix playback of mpeg again, timestamps where screwed up by
30503         patch 1.61.
30504
30505 2004-09-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30506
30507         * ext/flac/gstflacdec.c: (gst_flacdec_src_query):
30508           Only return true if we actually filled something in. Prevents
30509           player applications from showing a random length for flac files.
30510         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
30511         (gst_riff_read_use_event), (gst_riff_read_handle_event),
30512         (gst_riff_read_seek), (gst_riff_read_skip), (gst_riff_read_strh),
30513         (gst_riff_read_strf_vids_with_data),
30514         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_iavs):
30515           OK, ok, so I implemented event handling. Apparently it's normal
30516           that we receive random events at random points without asking
30517           for it.
30518         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
30519         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
30520         (gst_avi_demux_handle_src_event), (gst_avi_demux_stream_index),
30521         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
30522         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header),
30523         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
30524         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
30525         * gst/avi/gstavidemux.h:
30526           Implement non-lineair chunk handling and subchunk processing.
30527           The first solves playback of AVI files where the audio and video
30528           data of individual buffers that we read are not synchronized.
30529           This should not happen according to the wonderful AVI specs, but
30530           of course it does happen in reality. It is also a prerequisite for
30531           the second. Subchunk processing allows us to cut chunks in small
30532           pieces and process each of these pieces separately. This is
30533           required because I've seen several AVI files with incredibly large
30534           audio chunks, even some files with only one audio chunk for the
30535           whole file. This allows for proper playback including seeking.
30536           This patch is supposed to fix all AVI A/V sync issues.
30537         * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
30538         (flx_decode_chunks), (flx_decode_color), (gst_flxdec_loop):
30539           Work.
30540         * gst/modplug/gstmodplug.cc:
30541           Proper return value setting for the query() function.
30542         * gst/playback/gstplaybasebin.c: (setup_source):
30543           Being in non-playing state (after, e.g., EOS) is not necessarily
30544           a bad thing. Allow for that. This fixes playback of short files.
30545           They don't actually playback fully now, because the clock already
30546           runs. This means that small files (<500kB) with a small length
30547           (<2sec) will still not or barely play. Other files, such as mod
30548           or flx, will work correctly, however.
30549
30550 2004-09-28  Wim Taymans  <wim@fluendo.com>
30551
30552         * ext/speex/gstspeex.c: (plugin_init):
30553         * ext/speex/gstspeexdec.c: (gst_speex_dec_base_init),
30554         (gst_speex_dec_class_init), (speex_dec_get_formats),
30555         (speex_get_event_masks), (speex_get_query_types),
30556         (gst_speex_dec_init), (speex_dec_convert), (speex_dec_src_query),
30557         (speex_dec_src_event), (speex_dec_event), (speex_dec_chain),
30558         (gst_speexdec_get_property), (gst_speexdec_set_property),
30559         (speex_dec_change_state):
30560         * ext/speex/gstspeexdec.h:
30561         * ext/speex/gstspeexenc.c: (gst_speexenc_get_formats),
30562         (gst_speexenc_get_type), (speex_caps_factory), (raw_caps_factory),
30563         (gst_speexenc_base_init), (gst_speexenc_class_init),
30564         (gst_speexenc_sinkconnect), (gst_speexenc_convert_src),
30565         (gst_speexenc_convert_sink), (gst_speexenc_get_query_types),
30566         (gst_speexenc_src_query), (gst_speexenc_init),
30567         (gst_speexenc_get_tag_value), (comment_init), (comment_add),
30568         (gst_speexenc_metadata_set1), (gst_speexenc_set_metadata),
30569         (gst_speexenc_setup), (gst_speexenc_buffer_from_data),
30570         (gst_speexenc_push_buffer), (gst_speexenc_set_header_on_caps),
30571         (gst_speexenc_chain), (gst_speexenc_get_property),
30572         (gst_speexenc_set_property), (gst_speexenc_change_state):
30573         * ext/speex/gstspeexenc.h:
30574         Rewrote speex encoder, make sure it can be embedded in ogg.
30575         Implemented speex decoder.
30576
30577 2004-09-28  Christian Schaller <christian@fluendo.com>
30578
30579         * configure.ac:
30580         Remove kioslave plugin. Markey is brewing a new working one
30581         * ext/Makefile.am: Remove kioslave plugin
30582         * ext/kio: remove
30583         * gst-plugins.spec.in: remove kio plugin from spec
30584
30585 2004-09-27  Wim Taymans  <wim@fluendo.com>
30586
30587         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
30588         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
30589         (is_sync_frame), (gst_multifdsink_client_queue_buffer),
30590         (gst_multifdsink_new_client),
30591         (gst_multifdsink_handle_client_write),
30592         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
30593         (gst_multifdsink_handle_clients):
30594         * gst/tcp/gstmultifdsink.h:
30595         Make syncing to keyframes actually work for new clients and lagging
30596         clients.
30597
30598 2004-09-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30599
30600         * gst/debug/gstnavigationtest.c: (gst_navigationtest_class_init),
30601         (gst_navigationtest_handle_src_event), (draw_box_planar411),
30602         (gst_navigationtest_planar411), (gst_navigationtest_change_state):
30603         * gst/debug/gstnavigationtest.h:
30604           make navigationtest display button-press and button-release events
30605
30606 2004-09-26 Iain <iaingnome@gmail.com>
30607
30608         * gst/interleave/interleave.c (all_channels_new_media): Checks if all
30609         the channels have received a new media event.
30610         (interleave_buffered_loop): Compresses a new media event on all
30611         channels into one.
30612
30613 2004-09-26 Iain <iaingnome@gmail.com>
30614
30615         * gst/wavenc/gstwavenc.c (gst_wavenc_chain): Company says we need to
30616         call the sinkpad's default event handler and not the srcpads. He also
30617         says this is confusing :)
30618         (gst_wavenc_stop_file): Company says that seek events only go upstream
30619         we should send a discontinuous downstream instead.
30620
30621 2004-09-25  Christian Schaller <christian@fluendo.com>
30622
30623         * Update SPEC file to be usable in conjunction with Fedora Core,
30624           Fedora.us and freshrpms packages
30625         * Fix typo in multifilesrc test Makefile
30626
30627 2004-09-24  Wim Taymans  <wim@fluendo.com>
30628
30629         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
30630         Only signal the no_more_pads signal when we have
30631         added the stream to our list.
30632
30633 2004-09-24  Wim Taymans  <wim@fluendo.com>
30634
30635         * gst/playback/gstplaybasebin.c: (remove_prerolls),
30636         (new_decoded_pad):
30637         * gst/playback/gstplaybasebin.h:
30638         * gst/playback/gstplaybin.c: (setup_sinks):
30639         Don't try to preroll or decode more than one audio/video
30640         track.
30641
30642 2004-09-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30643
30644         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
30645           Throw error if we failed to find a suitable output. This should
30646           throw an error if we successfully set up a pipeline (e.g. because
30647           we recognized a media file) but found no decodable streams in it
30648           (e.g. because it contains only media stream types for which we
30649           have no decoders, or because it's not a media type).
30650
30651 2004-09-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30652
30653         * ext/dirac/Makefile.am:
30654         * ext/dirac/gstdirac.cc:
30655         * ext/dirac/gstdiracdec.cc:
30656         * ext/dirac/gstdiracdec.h:
30657           Do something. Don't actually know if this works because I don't
30658           have a demuxer yet.
30659         * ext/gsm/gstgsmdec.c: (gst_gsmdec_getcaps):
30660           Add channels=1 to caps returned from _getcaps().
30661         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_get_type),
30662         (gst_ogm_video_parse_get_type), (gst_ogm_audio_parse_base_init),
30663         (gst_ogm_video_parse_base_init), (gst_ogm_parse_init),
30664         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
30665         (gst_ogm_parse_sink_convert), (gst_ogm_parse_chain),
30666         (gst_ogm_parse_change_state):
30667           Separate between audio/video so ogmaudioparse actually uses the
30668           audio pad templates. Both audio and video work now, including
30669           autoplugging. Also use sometimes-srcpad hack.
30670         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
30671           Handle events better. Don't hang on infinite loops.
30672         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
30673         (gst_avi_demux_init), (gst_avi_demux_reset),
30674         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
30675         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data),
30676         (gst_avi_demux_change_state):
30677         * gst/avi/gstavidemux.h:
30678           Improve A/V sync. Still not perfect.
30679         * gst/matroska/ebml-read.c: (gst_ebml_read_seek),
30680         (gst_ebml_read_skip):
30681           Handle events better.
30682         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
30683         (gst_qtdemux_loop_header), (qtdemux_parse_trak),
30684         (qtdemux_audio_caps):
30685           Add IMA4. Improve event handling. Save offset after a seek when
30686           the headers are at the end of the file so that we don't end up in
30687           an infinite loop.
30688         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
30689           Add low-priority typefind support for files with no length.
30690
30691 2004-09-23  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30692
30693         * testsuite/multifilesink/Makefile.am:
30694         fix typo
30695
30696 2004-09-22  Julien MOUTTE  <julien@moutte.net>
30697
30698         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
30699         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls): Fix
30700         mistakes from thaytan's patches.
30701
30702 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
30703
30704         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
30705           For completeness, XSync in the destroy function as xvimage does.
30706
30707 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
30708
30709         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
30710            Correct caps negotiation
30711         * gst/volume/gstvolume.c: (volume_chain_float),
30712         (volume_chain_int16):
30713            Modify debug output to be little more informative
30714         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
30715         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
30716         (gst_xvimagesink_xvimage_destroy):
30717           Add XSync calls after detaching from the shared memory segment to
30718           avoid a crash.
30719
30720 2004-09-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30721
30722         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
30723         (gst_ogg_mux_next_buffer), (gst_ogg_mux_loop):
30724         * ext/vorbis/vorbis.c: (plugin_init):
30725         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
30726         (gst_vorbisenc_chain):
30727         * ext/vorbis/vorbisenc.h:
30728         remove explicit newmedia support from oggmux and vorbisenc
30729         add debug category to vorbisenc
30730         * gst/multifilesink/gstmultifilesink.c:
30731         (gst_multifilesink_class_init), (gst_multifilesink_init),
30732         (gst_multifilesink_dispose), (gst_multifilesink_set_location),
30733         (gst_multifilesink_set_property), (gst_multifilesink_next_file),
30734         (gst_multifilesink_handle_event), (gst_multifilesink_chain),
30735         (plugin_init):
30736         * gst/multifilesink/gstmultifilesink.h:
30737         add support for streamheader in multifilesink
30738
30739 2004-09-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30740
30741         * gst/asfdemux/gstasfdemux.c: (_read_var_length), (_read_guid),
30742         (gst_asf_demux_process_segment), (gst_asf_demux_handle_data),
30743         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event):
30744           Prevent infinite loops. More correct error reporting.
30745         * gst/auparse/gstauparse.c: (gst_auparse_chain):
30746           Error out if negotiation fails.
30747         * gst/playback/gstplaybasebin.c: (setup_source),
30748         (gst_play_base_bin_change_state), (gst_play_base_bin_error),
30749         (gst_play_base_bin_found_tag):
30750           Error/tag forwarding. Pre-roll fixes for source errors on state
30751           changes (e.g. "file does not exist") to prevent hangs.
30752
30753 2004-09-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30754
30755         * testsuite/multifilesink/Makefile.am:
30756         * testsuite/multifilesink/lame_test.c: (gst_newmedia_base_init),
30757         (gst_newmedia_class_init), (gst_newmedia_init),
30758         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
30759         (newfile_signal), (test_signal), (main):
30760         * testsuite/multifilesink/multifilesrc_test.c: (main):
30761         * testsuite/multifilesink/oggtheora_test.c:
30762         (gst_newmedia_base_init), (gst_newmedia_class_init),
30763         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
30764         (test_format), (newfile_signal), (test_signal), (main):
30765         * testsuite/multifilesink/oggvorbis_test.c:
30766         (gst_newmedia_base_init), (gst_newmedia_class_init),
30767         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
30768         (test_format), (newfile_signal), (test_signal), (main):
30769         * testsuite/multifilesink/wavenc_test.c: (gst_newmedia_base_init),
30770         (gst_newmedia_class_init), (gst_newmedia_init),
30771         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
30772         (newfile_signal), (test_signal), (main):
30773         New media tests
30774
30775 2004-09-20  Christian Schaller <christian@fluendo.com>
30776
30777         * Fix mikmod license to LGPL as they have relicensed
30778         * Move Dirac and Effectv into LGPL section of README_license
30779
30780 2004-09-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30781
30782         * ext/mad/gstmad.c: (gst_mad_check_caps_reset),
30783         (gst_mad_change_state):
30784           Allow for mp3 rate/channels changes. However, only very
30785           conservatively. Reason that we *have* to enable this is smiply
30786           because the mad find_sync() function is not good enough, it will
30787           regularly sync on random data as valid frames and therefore make
30788           us provide random caps as *final* caps of the stream. The best fix
30789           I could think of is to simply require several of the same stream
30790           changes in a row before we change caps.
30791           The actual testcase that works now is #
30792         * ext/ogg/Makefile.am:
30793         * ext/ogg/gstogg.c: (plugin_init):
30794         * ext/ogg/gstogmparse.c:
30795           OGM support (video only for now; I need an audio sample file).
30796         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
30797         (gst_asf_demux_process_stream), (gst_asf_demux_video_caps),
30798         (gst_asf_demux_add_video_stream):
30799           WMV extradata.
30800         * gst/playback/gstplaybasebin.c: (unknown_type):
30801           Don't error out on single unknown-types after all. It's wrong.
30802           If we found type of video and audio but not of a subtitle stream,
30803           it will still error out (which is unwanted). Will find a better fix
30804           later on.
30805         * gst/typefind/gsttypefindfunctions.c: (ogmvideo_type_find),
30806         (ogmaudio_type_find), (plugin_init):
30807           OGM support.
30808
30809 2004-09-20  Johan Dahlin  <johan@gnome.org>
30810
30811         * ext/jpeg/gstjpegdec.c (gst_jpegdec_chain): Allocate the buffer
30812         after setting caps.
30813
30814 2004-09-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30815
30816         * gst/wavenc/gstwavenc.c: (gst_wavenc_init), (gst_wavenc_chain):
30817         * gst/wavenc/gstwavenc.h:
30818         Added newmedia support to wavenc
30819
30820 2004-09-17  Wim Taymans  <wim@fluendo.com>
30821
30822         * gst/tcp/gstfdset.c: (gst_fdset_fd_has_closed),
30823         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
30824         (gst_fdset_fd_can_write), (gst_fdset_wait):
30825         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
30826         (gst_multifdsink_init), (gst_multifdsink_add),
30827         (gst_multifdsink_remove), (gst_multifdsink_get_stats),
30828         (gst_multifdsink_remove_client_link),
30829         (gst_multifdsink_client_queue_buffer),
30830         (gst_multifdsink_handle_client_write),
30831         (gst_multifdsink_recover_client), (gst_multifdsink_handle_clients),
30832         (gst_multifdsink_close), (gst_multifdsink_change_state):
30833         * gst/tcp/gstmultifdsink.h:
30834         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
30835         (gst_tcpserversink_removed):
30836         Small cleanups in fdset.c
30837         Use a hastable to map fd to the client structure for faster
30838         lookup in _remove and get_stats.
30839         Added virtual function to close the fds.
30840         Handle clients even when the select/poll call was unblocked because
30841         of a command.
30842         Implement syncing to keyframe in the recovery procedure.
30843
30844 2004-09-16 Iain <iaingnome@gmail.com>
30845
30846         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int): Free the
30847         try caps.
30848
30849 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30850
30851         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream):
30852           Caps are only set if the type of the stream is unknown, but this
30853           is initialized in ->init_stream(), so set to UNKNOWN after calling
30854           ->init_stream() so that capsnego starts.
30855
30856 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30857
30858         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
30859         (gst_avi_demux_stream_data):
30860           Just hardcode for raw audio then. AVI audio sucks.
30861
30862 2004-09-15  Arwed v. Merkatz  <v.merkatz@gmx.net>
30863
30864         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
30865         * gst/matroska/matroska-mux.c: (audiosink_templ),
30866         (gst_matroska_mux_audio_pad_link):
30867         * gst/typefind/gsttypefindfunctions.c: (tta_caps), (plugin_init):
30868         Use audio/x-ttafile for tta files and audio/x-tta for raw tta frames.
30869
30870 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30871
30872         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
30873         (gst_avi_demux_stream_data):
30874           Try to fix a/v sync issues.
30875
30876 2004-09-15  David Schleef  <ds@schleef.org>
30877
30878         * configure.ac: remove NASM check, since we don't use it.  Update
30879         dirac check to 0.4
30880         * ext/dirac/gstdiracdec.cc: update to current 0.4 API
30881         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
30882         Initialized variables.
30883         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
30884         (gst_qtdemux_loop_header), (qtdemux_parse), (qtdemux_parse_trak),
30885         (gst_qtdemux_handle_esds), (qtdemux_audio_caps): Fix seeking, add
30886         SVQ3 format
30887
30888 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30889
30890         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
30891         (gst_avi_demux_add_stream), (gst_avi_demux_stream_data):
30892         * gst/avi/gstavidemux.h:
30893           Fix for compressed audio (mp3) timestamp generation. How did this
30894           ever work?
30895
30896 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30897
30898         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
30899           Volume is a double not a float.
30900
30901 2004-09-15  Wim Taymans  <wim@fluendo.com>
30902
30903         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_remove_client_link),
30904         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
30905         Don't close the fd in multifdsink as we didn't open it in the
30906         first place. Some cleanups.
30907
30908 2004-09-15  Wim Taymans  <wim@fluendo.com>
30909
30910         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
30911         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
30912         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
30913         Fix the case where the muxer would mark pages as delta
30914         frames when they are not (vorbis only ogg).
30915
30916 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30917
30918         * gst/playback/gstplaybasebin.c: (state_change), (setup_source),
30919         (gst_play_base_bin_change_state):
30920           Handle the case where we failed to setup a clear pipeline. This
30921           will throw an error (or EOS, another nice case) and if you don't
30922           catch that, the app will wait for the signal forever (and thus
30923           hang).
30924
30925 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30926
30927         * ext/gnomevfs/gstgnomevfssink.c:
30928         (gst_gnomevfssink_uri_get_protocols):
30929         * ext/gnomevfs/gstgnomevfssrc.c:
30930         (gst_gnomevfssrc_uri_get_protocols):
30931         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
30932         * ext/gnomevfs/gstgnomevfsuri.h:
30933           Use _uri_new() instead of _open(), so it doesn't take as long and
30934           Christophe's computer won't hang.
30935         * gst/playback/gstplaybasebin.c: (unknown_type):
30936           Throw error on unknown media type, so apps actually display it.
30937
30938 2004-09-14  Brian Cameron  <brian.cameron@sun.com
30939
30940         * tools/gst-launch-ext-m.m:  Changed ~ to $ENV{HOME} to allow
30941           this script to work on Solaris since bash shell handles echo
30942           differenly than bash.
30943
30944 2004-09-17  Wim Taymans  <wim@fluendo.com>
30945
30946         * gst/playback/gstplaybasebin.c: (queue_overrun), (no_more_pads),
30947         (setup_source), (gst_play_base_bin_set_property),
30948         (gst_play_base_bin_add_element):
30949         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
30950         Some more work on making sure seeking pauses the pipeline and
30951         that changing the uri actually does something.
30952
30953 2004-09-17  Wim Taymans  <wim@fluendo.com>
30954
30955         * gst/tcp/gstfdset.c: (gst_fdset_wait):
30956         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_close):
30957         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send),
30958         (gst_tcpserversink_close):
30959         Be a bit more paranoid when freeing memory.
30960
30961 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30962
30963         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
30964         (qtdemux_parse_trak):
30965           Don't crash by dividing by zero (see sample movie in #126922).
30966
30967 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30968
30969         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
30970           Don't touch non-existing data (fixes crash on file in #140147).
30971
30972 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30973
30974         * gst/playback/gstplaybasebin.c:
30975         (gst_play_base_bin_dispose), (gst_play_base_bin_set_property):
30976           Handle double disposals, and proper change of URIs.
30977
30978 2004-09-13  Martin Eikermann <meiker@upb.de>
30979
30980         * gst/mpegstream/gstmpegparse.c:
30981           fix synchronistation for streams recorded from digital PCR
30982           fixes bug #119376
30983
30984 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30985
30986         * ext/gnomevfs/Makefile.am:
30987         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
30988         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_get_type),
30989         (gst_gnomevfssink_dispose), (gst_gnomevfssink_init),
30990         (gst_gnomevfssink_uri_get_type),
30991         (gst_gnomevfssink_uri_get_protocols),
30992         (gst_gnomevfssink_uri_get_uri), (gst_gnomevfssink_uri_set_uri),
30993         (gst_gnomevfssink_uri_handler_init),
30994         (gst_gnomevfssink_set_property), (gst_gnomevfssink_get_property),
30995         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file):
30996         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
30997         (gst_gnomevfssrc_init), (gst_gnomevfssrc_dispose),
30998         (gst_gnomevfssrc_uri_get_type),
30999         (gst_gnomevfssrc_uri_get_protocols), (gst_gnomevfssrc_uri_get_uri),
31000         (gst_gnomevfssrc_uri_set_uri), (gst_gnomevfssrc_uri_handler_init),
31001         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
31002         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file):
31003         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
31004         * ext/gnomevfs/gstgnomevfsuri.h:
31005           Add URI support to Gnome-VFS plugins. Tries to load a fixed list
31006           of fake URIs to see which this version of Gnome-VFS likes, and
31007           uses that for the Gst-URI interface. Makes playbin support http://
31008           streams. Also fix up some stupid behaviour in gnomevfssrc.
31009
31010 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31011
31012         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
31013         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
31014         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
31015         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
31016           Update mixer (to sync with other sessions) if we try to obtain
31017           a new value. This makes alsamixer work accross applications.
31018         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
31019           Only call sync functions if we're running, else alsalib asserts.
31020         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
31021           Sometimes fails to compile. Possibly a gcc bug.
31022         * gst/playback/gstplaybin.c: (gen_video_element),
31023         (gen_audio_element):
31024           Add a reference to an application-provided object, because we lose
31025           this same reference if we add it to the bin. If we don't do this,
31026           we can only use this object once and thus crash if we go from
31027           ready to playing, back to ready and back to playing again.
31028           Also add an audioscale element because several cheap soundcards -
31029           like mine - don't support all samplerates.
31030         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
31031         (gst_ximagesink_xcontext_clear), (gst_ximagesink_change_state):
31032           Fix wrong order or PAR calls. Makes automatically obtained PAR
31033           from the X server atually being used.
31034
31035 2004-09-12  David Schleef  <ds@schleef.org>
31036
31037         Fixes: #151879, #151881, #151882, #151883, #151884, #151886,
31038         #151887, #152102, #152247.
31039         * examples/indexing/indexmpeg.c: 64-bit warning fixes.
31040         * examples/seeking/cdparanoia.c: same
31041         * examples/seeking/cdplayer.c: same
31042         * examples/seeking/seek.c: same
31043         * examples/seeking/spider_seek.c: same
31044         * examples/seeking/vorbisfile.c: same
31045         * examples/stats/mp2ogg.c: same
31046         * ext/esd/esdsink.c: (gst_esdsink_class_init),
31047         (gst_esdsink_dispose): Dispose of element properly.
31048         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_seek): 64-bit warning
31049         fixes.
31050         * ext/nas/nassink.c: (gst_nassink_class_init),
31051         (gst_nassink_dispose): Dispose of element correctly.
31052         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix leak.
31053         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
31054         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
31055         Fix 64-bit warning.
31056         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
31057         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
31058         Fix 64-bit warning.
31059
31060 2004-09-12  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
31061
31062         * configure.ac : change speex detection as 1.1.6 now uses
31063           .pc/pkg-config and they changed their headers location.
31064
31065 2004-09-09  Arwed v. Merkatz  <v.merkatz@gmx.net>
31066
31067         * gst/matroska/matroska-mux.h:
31068         * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
31069         (gst_matroska_mux_start), (gst_matroska_mux_finish),
31070         (gst_matroska_mux_write_data):
31071           Write multiple blocks/frames per cluster.
31072                 Write meta-seek information (seek heads).
31073
31074 2004-09-09  Scott Wheeler <wheeler@kde.org>
31075
31076         * gst/gstplaybin.c: (gst_play_bin_class_init), (gst_play_bin_init),
31077         (gst_play_bin_set_property), (gst_play_bin_get_property),
31078         (gen_audio_element), (gen_audio_element):
31079           Add a volume element / property to the pipeline.
31080
31081 2004-09-07  Wim Taymans  <wim@fluendo.com>
31082
31083         * gst/videomixer/videomixer.c: (gst_videomixer_blend_buffers):
31084         Copy timestamps from the master pad to the output buffers.
31085
31086 2004-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
31087
31088         * ext/raw1394/gstdv1394src.c:
31089           throw errors when applicable
31090
31091 2004-09-01  Arwed v. Merkatz  <v.merkatz@gmx.net>
31092
31093         * gst/matroska/ebml-ids.h:
31094         * gst/matroska/ebml-read.c: (gst_ebml_read_date):
31095         * gst/matroska/ebml-write.c: (gst_ebml_write_date):
31096         * gst/matroska/matroska-mux.c: (gst_matroska_mux_finish):
31097           automatically convert unix time <-> ebml time when reading/writing
31098           a date, use gst_ebml_write_uint to write CUETIME,
31099           not gst_ebml_write_date.
31100         * gst/matroska/matroska-ids.h:
31101         * gst/matroska/matroska-mux.c: (gst_matroska_mux_create_uid),
31102         (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_link),
31103         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
31104         (gst_matroska_mux_write_data):
31105           Write track and segment UIDs, write muxing date, write
31106           TRACKDEFAULTDURATION for TTA audio, write BLOCKDURATION if known.
31107           Create cues for audio only files.
31108
31109 2004-08-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31110
31111         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
31112         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
31113           Re-commit ALSA switches.
31114         * gst/adder/gstadder.c: (gst_adder_loop):
31115           64-bit fix (#151416).
31116         * gst/debug/progressreport.c: (gst_progressreport_report):
31117           64-bit fix (#151419).
31118         * gst/matroska/matroska-demux.c:
31119         (gst_matroska_demux_parse_contents):
31120           64-bit fix (#151420).
31121         * gst/playback/test3.c: (update_scale):
31122           64-bit fix (#151421).
31123
31124 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
31125
31126         * configure.ac:
31127           bump nano to cvs
31128
31129 === release 0.8.4 ===
31130
31131 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
31132
31133         * configure.ac: releasing 0.8.4, "Alias"
31134
31135 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
31136
31137         * ext/theora/Makefile.am:
31138           fix makefile.  Fixes #151462.
31139
31140 2004-08-30  Wim Taymans  <wim@fluendo.com>
31141
31142         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_wait):
31143         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
31144         (gst_multifdsink_remove_client_link),
31145         (gst_multifdsink_client_queue_buffer),
31146         (gst_multifdsink_handle_client_write):
31147         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
31148         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
31149         Fix some memory leaks.
31150
31151 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
31152
31153         Patch by: David Schleef
31154
31155         * configure.ac:
31156         * sys/Makefile.am:
31157           rename our detection macro for V4L2.  Fixes #151236.
31158
31159 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
31160
31161         Patch by: David Schleef
31162
31163         * configure.ac:
31164           check to define LAMEPRESET.  Fixes #151232.
31165
31166 2004-08-27  David Schleef  <ds@schleef.org>
31167
31168         * sys/glsink/glimagesink.c: (gst_glimagesink_ximage_put),
31169         (gst_glimagesink_xwindow_new), (gst_glimagesink_xcontext_get),
31170         (gst_glimagesink_fixate):  Move local variable declarations to
31171         make gcc-2.95 happy.
31172
31173 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
31174
31175         * configure.ac:
31176           bump nano for prerelease
31177
31178 2004-08-27  David Schleef  <ds@schleef.org>
31179
31180         * sys/sunaudio/Makefile.am: Add sunaudiosrc patch from Bala
31181         * sys/sunaudio/gstsunaudiosrc.c:
31182         * sys/sunaudio/gstsunaudiosrc.h:
31183
31184 2004-08-27 Arwed v. Merkatz <v.merkatz@gmx.net>
31185
31186         * gst/matroska/ebml-read.c: (gst_ebml_peed_id), (gst_ebml_read_element_id),
31187         handle EOS correctly
31188         * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_link):
31189         * gst/matroska/matroska-mux.h:
31190         added BITMAPINFOHEADER structure, mux video/x-divx and video/x-xvid in
31191         VFW compatibility mode
31192
31193 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
31194
31195         patch by: Zaheer Abbas Merali
31196
31197         * ext/ogg/gstoggmux.c:
31198         * ext/vorbis/vorbisenc.c:
31199         * ext/vorbis/vorbisenc.h:
31200           handle NEWMEDIA
31201
31202 2004-08-26 Arwed v. Merkatz <v.merkatz@gmx.net>
31203
31204         * gst/matroska/ebml-write.c: (gst_ebml_write_float),
31205         fix byte order reversion on little endian machines.
31206         * gst/matroska/matroska-mux.c: (audiosink_templ),
31207         (gst_matroska_mux_audio_pad_link):
31208         add TTA codec to the list of supported codecs.
31209         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
31210         (gst_matroska_mux_start), (gst_matroska_mux_finish),
31211         (gst_matroska_mux_write_data):
31212         * gst/matroska/matroska-mux.h:
31213         write segment duration correctly, write muxing app string, fixes bugs
31214         #140897 and #140898.
31215         * gst/matroska/matroska-mux.c: (gst_matroska_mux_loop),
31216         wait for all pads to be negotiated before starting to mux.
31217
31218 2004-08-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31219
31220         * ext/lame/gstlame.c: (gst_lame_init), (gst_lame_chain):
31221         * ext/lame/gstlame.h:
31222         Added new media support to lame
31223
31224 2004-08-25 Arwed v. Merkatz <v.merkatz@gmx.net>
31225
31226         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_blockgroup),
31227         send vorbis headers at the beginning of a stream, fixes bug #141554.
31228         Interpret BLOCKDURATION and set buffer duration accordingly, fixes
31229         bug #148950.
31230         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
31231         (gst_matroska_demux_plugin_init):
31232         * gst/matroska/matroska-ids.h:
31233         enable demuxing of TTA audio streams, fixes bug #148951.
31234         * gst/typefind/gsttypefindfunctions.c: (tta_type_find), (plugin_init),
31235         enable typefinding for TTA audio files, fixes bug #148711.
31236         * ext/xvid/gstxviddec.c: (gst_xviddec_chain),
31237         set XVID_LOWDELAY flag for decoding so xvid always returns an image,
31238         fixes playback of packed bitstream and xvid with bframes, bug #135407.
31239
31240 2004-08-24  Sebastien Cote  <sc5@hermes.usherb.ca>
31241
31242         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
31243         (gst_riff_read_element_data), (gst_riff_read_seek),
31244         (gst_riff_read_skip): fix infinite loop in wavparse, fixes bug
31245         #144616, patch reviewed by Ronald and committed by Christophe Fergeau
31246         <teuf@gnome.org>
31247
31248 2004-08-23 Iain <iaingnome@gmail.com>
31249
31250         * ext/mad/gstid3tag.c (gst_mad_id3_to_tag_list): Special case COMM
31251         tags. They appear to be handled differently to normal.
31252         (tag_list_to_id3_tag_foreach): Ditto.
31253
31254 2004-08-22  Wim Taymans  <wim@fluendo.com>
31255
31256         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
31257         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
31258         Make sure we never send -1 granulepos.
31259
31260 2004-08-20  Wim Taymans  <wim@fluendo.com>
31261
31262         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
31263         (gst_ogg_mux_loop):
31264         I will accept bitchslappings with non sharp objects.
31265
31266 2004-08-20  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31267
31268         * configure.ac:
31269         Clean up the test for lame presets
31270
31271 2004-08-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31272
31273         * configure.ac:
31274         * ext/lame/Makefile.am:
31275         * ext/lame/gstlame.c: (gst_lame_class_init),
31276         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
31277         Only enable lame presets if version of lame has presets in API
31278
31279 2004-08-19  Jan Schmidt  <thaytan@mad.scientist.com>
31280         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_get):
31281         * gst/udp/gstudpsrc.h:
31282           Don't call gst_pad_push in a get function. Fixes #150449
31283
31284 2004-08-18  Wim Taymans  <wim@fluendo.com>
31285
31286         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_set_mode),
31287         (gst_fdset_get_mode), (gst_fdset_add_fd), (gst_fdset_remove_fd),
31288         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
31289         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
31290         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
31291         (gst_fdset_wait):
31292         * gst/tcp/gstfdset.h:
31293         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
31294         (gst_multifdsink_client_queue_buffer),
31295         (gst_multifdsink_handle_client_write):
31296         * gst/tcp/gstmultifdsink.h:
31297         Some extra checks in gstfdset.
31298         Only use send() when the fd is a socket. Don't try to
31299         read from write only fds.
31300
31301 2004-08-18  Wim Taymans  <wim@fluendo.com>
31302
31303         * gst/tcp/gstfdset.c: (gst_fdset_add_fd), (gst_fdset_remove_fd),
31304         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
31305         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
31306         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
31307         (gst_fdset_wait):
31308         Add more locking and bounds checking.
31309
31310 2004-08-18  Wim Taymans  <wim@fluendo.com>
31311
31312         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_wait):
31313         Realloc test fdset in the lock and right before starting
31314         the poll call. Bump the limit to 4096.
31315
31316 2004-08-17  David Schleef  <ds@schleef.org>
31317
31318         * sys/sunaudio/Makefile.am:
31319         * sys/sunaudio/gstsunaudio.c: Fix caps to handle full range
31320         of rates and channels.  Make debugging less obnoxious.
31321
31322         Patch from Balamurali Viswanathan implementing a mixer for
31323         Sun audio.  (bug #144091):
31324         * sys/sunaudio/gstsunelement.c:
31325         * sys/sunaudio/gstsunelement.h:
31326         * sys/sunaudio/gstsunmixer.c:
31327         * sys/sunaudio/gstsunmixer.h:
31328
31329 2004-08-17  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31330
31331         * gst/audioscale/gstaudioscale.c:
31332         * gst/audioscale/gstaudioscale.h:
31333         made audioscale resample from any sample rate to any sample rate
31334
31335 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
31336
31337         * ext/libpng/gstpngdec.c:
31338           error out on unsupported types
31339
31340 2004-08-17  Iain <iaingnome@gmail.com>
31341
31342         * ext/flac/gstflacenc.c (gst_flacenc_update_quality): Only set the
31343         mid_side and loose_mid_side properties if its a stereo stream.
31344
31345 2004-08-17  Wim Taymans  <wim@fluendo.com>
31346
31347         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
31348         (theora_get_formats), (theora_dec_src_convert),
31349         (theora_dec_sink_convert), (theora_dec_src_query),
31350         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
31351         Add a debug line.
31352
31353 2004-08-17  Wim Taymans  <wim@fluendo.com>
31354
31355         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate),
31356         (gst_ogg_pad_push):
31357         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
31358         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
31359         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_page),
31360         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
31361         Mark delta units in the muxer.
31362         Try to decode the packet after an out-of-sync error from
31363         libogg.
31364
31365 2004-08-17  Wim Taymans  <wim@fluendo.com>
31366
31367         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
31368         (gst_multifdsink_init), (gst_multifdsink_add),
31369         (gst_multifdsink_client_queue_buffer),
31370         (gst_multifdsink_set_property), (gst_multifdsink_get_property):
31371         * gst/tcp/gstmultifdsink.h:
31372         Added option to send a keyframe to clients as the first buffer.
31373         Make timeout property writable.
31374
31375 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
31376
31377         patch by: Wim Taymans
31378
31379         * gst/tcp/gstfdset.c:
31380         * gst/tcp/gstmultifdsink.c:
31381           fix index comparison, should include 0
31382
31383 2004-08-16  Wim Taymans  <wim@fluendo.com>
31384
31385         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_new),
31386         (gst_fdset_add_fd), (gst_fdset_remove_fd),
31387         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
31388         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
31389         (gst_fdset_wait):
31390           copy when reallocing for poll so the select arguments don't get
31391           changed during the call
31392
31393 2004-08-16  Wim Taymans  <wim@fluendo.com>
31394
31395         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
31396         (gst_theora_enc_class_init), (theora_enc_sink_link),
31397         (theora_buffer_from_packet), (theora_enc_chain):
31398         Fix bug where buffers were not marked as keyframes
31399         correctly.
31400
31401 2004-08-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31402
31403         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
31404         (gst_lame_preset_get_type), (gst_lame_class_init):
31405         describe the enum values for vbr mode and presets more verbosely
31406
31407 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31408
31409         * ext/lame/gstlame.c: (gst_lame_mode_get_type),
31410         (gst_lame_quality_get_type), (gst_lame_padding_get_type),
31411         (gst_lame_preset_get_type), (gst_lame_class_init), (gst_lame_init),
31412         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
31413         * ext/lame/gstlame.h:
31414         add preset property to lame so it can use lame presets
31415
31416 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31417
31418         * ext/lame/gstlame.c: (gst_lame_get_property):
31419         whoops forgot break, thanks teuf
31420
31421 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31422
31423         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
31424         (gst_lame_class_init), (gst_lame_src_getcaps),
31425         (gst_lame_sink_link), (gst_lame_init), (gst_lame_set_property),
31426         (gst_lame_get_property), (gst_lame_setup):
31427         * ext/lame/gstlame.h:
31428         fix lame's broken vbr stuff, allow it to resample if need be, and also
31429         make xing header optional
31430
31431 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31432
31433         * ext/lame/gstlame.c: (gst_lame_src_getcaps), (gst_lame_init):
31434         added getcaps function so samplerate doesnt get fixated to silly values
31435
31436 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31437
31438         * ext/lame/gstlame.c: (gst_lame_src_link):
31439         revert previous fix
31440
31441 2004-08-12  Johan Dahlin  <johan@gnome.org>
31442
31443         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Remove bogus
31444         checks. Doesn't matter what state we are in. Interfaces are a
31445         compile time thing, not runtime. It also broke the python bindings.
31446
31447 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31448
31449         * ext/lame/gstlame.c: (gst_lame_src_link):
31450         made source pad link function check if sinkpad is ok..fixes the problem
31451         where core fixates the output rate of lame stupidly
31452
31453 2004-08-12  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
31454
31455         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_fixate):
31456         * sys/v4l/v4l_calls.c:
31457         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_set_capture):
31458           fix fixate function to handle nonsimple caps.
31459           remove bogus check in _link
31460           cleanups
31461
31462 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31463
31464         * ext/lame/gstlame.c: (gst_lame_class_init), (gst_lame_init):
31465         set default compression ratio parameter to 0.0 so bitrate parameter
31466         works :)
31467
31468 2004-08-11  David Schleef  <ds@schleef.org>
31469
31470         * gst/tcp/gstfdset.c: Fix compile problem on OS/X.
31471
31472 2004-08-11  David Schleef  <ds@schleef.org>
31473
31474         * gst/mpeg1sys/gstmpeg1systemencode.c: Oops, this was correct
31475         before.
31476
31477 2004-08-11  David Schleef  <ds@schleef.org>
31478
31479         * gst-libs/gst/video/videosink.h: Change copyright block to LGPL.
31480
31481 2004-08-11  David Schleef  <ds@schleef.org>
31482
31483         * ext/pango/gsttextoverlay.c: Add copyright block and fix plugin
31484           license field
31485         * gst-libs/gst/idct/Makefile.am: Remove mmx/sse code
31486         * gst-libs/gst/video/gstvideosink.c: Change copyright block to
31487           LGPL.
31488         * gst/auparse/gstauparse.c: Fix plugin license field.
31489         * gst/monoscope/gstmonoscope.c: Fix plugin license field.
31490         * gst/mpeg1sys/gstmpeg1systemencode.c: Fix plugin license field.
31491         * gst/rtp/gstrtp.c: Fix plugin license field.
31492
31493 2004-08-11  Wim Taymans  <wim@fluendo.com>
31494
31495         * gst/tcp/Makefile.am:
31496         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type), (nearest_pow),
31497         (ensure_size), (gst_fdset_new), (gst_fdset_free),
31498         (gst_fdset_set_mode), (gst_fdset_get_mode), (gst_fdset_add_fd),
31499         (gst_fdset_remove_fd), (gst_fdset_fd_ctl_write),
31500         (gst_fdset_fd_ctl_read), (gst_fdset_fd_has_closed),
31501         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
31502         (gst_fdset_fd_can_write), (gst_fdset_wait):
31503         * gst/tcp/gstfdset.h:
31504         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
31505         (gst_multifdsink_class_init), (gst_multifdsink_init),
31506         (gst_multifdsink_add), (gst_multifdsink_remove),
31507         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
31508         (gst_multifdsink_remove_client_link),
31509         (gst_multifdsink_handle_client_read),
31510         (gst_multifdsink_client_queue_data),
31511         (gst_multifdsink_client_queue_caps),
31512         (gst_multifdsink_client_queue_buffer),
31513         (gst_multifdsink_handle_client_write),
31514         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
31515         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
31516         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
31517         (gst_multifdsink_close):
31518         * gst/tcp/gstmultifdsink.h:
31519         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
31520         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
31521         (gst_tcpserversink_handle_wait), (gst_tcpserversink_init_send),
31522         (gst_tcpserversink_close):
31523         * gst/tcp/gsttcpserversink.h:
31524         Abstracted away the select call, implemented poll (yes we ran into
31525         the 1024 limit in production).
31526
31527 2004-08-11  Thomas Vander Stichele  <thomas at apestaart dot org>
31528
31529         * gst/tcp/gsttcp.c:
31530         * gst/tcp/gsttcpplugin.c:
31531           improve debuggging, remove assert
31532
31533 2004-08-10  Wim Taymans  <wim@fluendo.com>
31534
31535         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
31536         (gst_client_status_get_type), (gst_multifdsink_class_init),
31537         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
31538         (gst_multifdsink_handle_client_read),
31539         (gst_multifdsink_handle_client_write),
31540         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
31541         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
31542         (gst_multifdsink_get_property):
31543         * gst/tcp/gstmultifdsink.h:
31544         * gst/tcp/gsttcp-marshal.list:
31545         Starting to prepare for specifying buffer time in other units
31546         than buffers. Expose remove reason in signal.
31547
31548 2004-08-10  Wim Taymans  <wim@fluendo.com>
31549
31550         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
31551         (gst_multifdsink_remove), (gst_multifdsink_clear),
31552         (gst_multifdsink_remove_client_link),
31553         (gst_multifdsink_handle_client_read),
31554         (gst_multifdsink_client_queue_data),
31555         (gst_multifdsink_client_queue_buffer),
31556         (gst_multifdsink_handle_client_write),
31557         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
31558         (gst_multifdsink_chain), (gst_multifdsink_close):
31559         * gst/tcp/gstmultifdsink.h:
31560         Added more debugging info. Changed the way clients are
31561         removed from the lists. Fixed a bug where a bad file descriptor
31562         could cause many clients to be removed.
31563
31564 2004-08-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31565
31566         * gst/videotestsrc/gstvideotestsrc.c: (generate_capslist):
31567           allow all pixel-aspect-ratios, not just 1:1
31568
31569 2004-08-09  David Schleef  <ds@schleef.org>
31570
31571         * sys/glsink/ARB_multitexture.h:  Remove old files.
31572         * sys/glsink/EXT_paletted_texture.h:
31573         * sys/glsink/NV_register_combiners.h:
31574         * sys/glsink/gstgl_nvimage.c:
31575         * sys/glsink/gstgl_pdrimage.c:
31576         * sys/glsink/gstgl_rgbimage.c:
31577         * sys/glsink/gstglsink.c:
31578         * sys/glsink/gstglsink.h:
31579         * sys/glsink/gstglxwindow.c:
31580         * sys/glsink/regcomb_yuvrgb.c:
31581
31582 2004-08-09  David Schleef  <ds@schleef.org>
31583
31584         Patch from Gernot Ziegler <gz@lysator.liu.se> rewriting the
31585         GL sink plugin.  (Bug #147302)
31586
31587         * configure.ac: Test for OpenGL
31588         * sys/Makefile.am: Use test for OpenGL
31589         * sys/glsink/Makefile.am:
31590         * sys/glsink/glimagesink.c: rewrite
31591         * sys/glsink/glimagesink.h: rewrite
31592
31593 2004-08-09  David Schleef  <ds@schleef.org>
31594
31595         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_base_init):  Only allow
31596         sane framerates.
31597         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get): same
31598         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): same
31599         * testsuite/gst-lint: Test for G_GUINT64_FORMAT usage near gettext.
31600
31601 2004-08-09  Wim Taymans  <wim@fluendo.com>
31602
31603         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
31604         (gst_multifdsink_add), (gst_multifdsink_get_stats),
31605         (gst_multifdsink_client_remove),
31606         (gst_multifdsink_handle_client_read),
31607         (gst_multifdsink_handle_client_write),
31608         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
31609         Do a bit more logging, make the client_read code more robust.
31610
31611 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
31612
31613         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init_source),
31614         (gst_jpegdec_fill_input_buffer), (gst_jpegdec_skip_input_data),
31615         (gst_jpegdec_resync_to_restart), (gst_jpegdec_term_source),
31616         (gst_jpegdec_init), (gst_jpegdec_chain):
31617         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
31618         (gst_multipart_demux_chain), (gst_multipart_demux_change_state):
31619           cleanups, debugging fixes and memleak plugging
31620
31621 2004-08-09  Wim Taymans  <wim@fluendo.com>
31622
31623         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
31624         (theora_get_formats), (theora_dec_src_convert),
31625         (theora_dec_sink_convert), (theora_dec_src_query),
31626         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain),
31627         (theora_dec_change_state):
31628         Don't crash on missing header packets.
31629
31630 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
31631
31632         * po/LINGUAS:
31633         * po/sq.po:
31634           Added Albanian translation (Laurent Dhima)
31635         * po/cs.po:
31636           updated
31637
31638 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
31639
31640         * ext/lame/gstlame.c:
31641           fix/add debugging
31642
31643 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
31644
31645         * sys/ximage/ximagesink.c:
31646         * sys/xvimage/xvimagesink.c:
31647           assign all TOO_LAZY's to a real category.  Thanks to Warthy Warthog.
31648
31649 2004-08-06  Wim Taymans  <wim@fluendo.com>
31650
31651         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
31652         (gst_multifdsink_add), (gst_multifdsink_get_stats),
31653         (gst_multifdsink_client_remove),
31654         (gst_multifdsink_handle_client_read),
31655         (gst_multifdsink_handle_client_write),
31656         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
31657         Make sure we don't try to read more from a client that what
31658         ioctl says us or we deadlock.
31659
31660 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
31661
31662         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_src_link),
31663         (gst_videotestsrc_change_state), (gst_videotestsrc_src_query),
31664         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
31665           decouple running_time and n_frames so it can handle changing
31666           framerate while running
31667
31668 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
31669
31670         * po/nl.po:
31671         * po/sv.po:
31672           updated translations
31673
31674 2004-08-04  Benjamin Otte  <otte@gnome.org>
31675
31676         * gst/videotestsrc/gstvideotestsrc.c:
31677         (gst_videotestsrc_get_capslist), (generate_capslist),
31678         (plugin_init):
31679           generate the list of supported caps at startup and reuse it instead
31680           of always generating it
31681
31682 2004-07-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31683
31684         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link):
31685           whoops, last checkin broke normal build
31686
31687 2004-08-03  Benjamin Otte  <otte@gnome.org>
31688
31689         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume),
31690         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
31691         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
31692         (gst_alsa_mixer_get_option):
31693         * ext/dvdnav/dvdnavsrc.c: (dvdnav_get_event_name),
31694         (dvdnavsrc_print_event):
31695         * ext/ogg/gstoggdemux.c: (_find_chain_process), (gst_ogg_print):
31696         * ext/ogg/gstoggmux.c: (gst_ogg_mux_pad_link),
31697         (gst_ogg_mux_pad_unlink):
31698         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link),
31699         (gst_multipart_mux_pad_unlink):
31700         * gst/videofilter/gstvideobalance.c:
31701         (gst_videobalance_colorbalance_set_value):
31702         * gst/videomixer/videomixer.c: (gst_videomixer_pad_link),
31703         (gst_videomixer_pad_unlink):
31704         * po/uk.po:
31705         * sys/oss/gstossmixer.c:
31706         * sys/v4l/gstv4lcolorbalance.c:
31707         * sys/v4l/gstv4ltuner.c:
31708         * sys/v4l/v4lsrc_calls.c:
31709         * sys/v4l2/gstv4l2colorbalance.c:
31710         * sys/v4l2/gstv4l2tuner.c:
31711           compile fixes for --disable-gst-debug, G_DISABLE_ASSERT and friends
31712
31713 2004-08-03  Benjamin Otte  <otte@gnome.org>
31714
31715         * examples/dynparams/filter.c: (ui_control_create):
31716         * examples/gstplay/player.c: (print_tag):
31717         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad):
31718         * ext/gdk_pixbuf/gstgdkanimation.c:
31719         (gst_gdk_animation_iter_may_advance):
31720         * ext/jack/gstjack.c: (gst_jack_request_new_pad):
31721         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list),
31722         (tag_list_to_id3_tag_foreach), (gst_id3_tag_handle_event):
31723         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_tag_value):
31724         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value):
31725         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
31726         * gst-libs/gst/media-info/media-info-test.c: (print_tag):
31727         * gst/sine/demo-dparams.c: (main):
31728         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
31729         * testsuite/alsa/formats.c: (create_pipeline):
31730         * testsuite/alsa/sinesrc.c: (sinesrc_force_caps), (sinesrc_get):
31731           fixes for G_DISABLE_ASSERT and friends
31732         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
31733         (mp3_type_frame_length_from_header), (mp3_type_find),
31734         (plugin_init):
31735           require mp3 typefinding to have at least MIN_HEADERS valid headers
31736           add typefinding for AAC adts files
31737
31738 2004-08-04  Jan Schmidt  <thaytan@mad.scientist.com>
31739
31740         * sys/ximage/ximagesink.c:
31741         (gst_ximagesink_calculate_pixel_aspect_ratio):
31742         * sys/xvimage/xvimagesink.c:
31743         (gst_xvimagesink_calculate_pixel_aspect_ratio):
31744         Make sure we calculate pixel-aspect-ratio using floating point maths
31745
31746 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
31747
31748         * po/uk.po:
31749           updated translation
31750
31751 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
31752
31753         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
31754         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get):
31755           add debugging for display PAR calculation
31756
31757 2004-08-02  David Schleef  <ds@schleef.org>
31758
31759         * configure.ac: Fix mikmod CFLAGS.
31760
31761 2004-07-27  Benjamin Otte  <otte@gnome.org>
31762
31763         * gst/audioscale/gstaudioscale.c:
31764         - fix templates to only support S16, it's the only format that works
31765         - make caps nego code use try_set_caps_nonfixed and fixation instead
31766         of try_set_caps twice, which is not nice for autopluggers
31767         - change rank to secondary, so autopluggers can pick it up after
31768         audioconvert
31769
31770 2004-08-02  Iain <iain@prettypeople.org>
31771
31772         * gst/interleave/interleave.c (interleave_init),
31773         (interleave_request_new_pad),
31774         (interleave_pad_removed),
31775         (interleave_buffered_loop): Use the real pad count, not the artificial
31776         one.
31777
31778 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
31779
31780         * configure.ac: bump nano back to development
31781
31782 === release 0.8.3 ===
31783
31784 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
31785
31786         * configure.ac: releasing 0.8.3, "Water"
31787
31788 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
31789
31790         * sys/xvimage/xvimagesink.c:
31791         (gst_xvimagesink_calculate_pixel_aspect_ratio),
31792         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_sink_link),
31793         (gst_xvimagesink_change_state), (gst_xvimagesink_buffer_alloc),
31794         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
31795         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
31796         * sys/xvimage/xvimagesink.h:
31797           apply similar PAR fixes as to ximagesink
31798
31799 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
31800
31801         patch from: Benjamin Otte
31802
31803         * ext/lame/gstlame.c: (gst_lame_src_link), (gst_lame_init):
31804           add link function to lame.  Fixes #148986.
31805
31806 2004-08-02  Johan Dahlin  <johan@gnome.org>
31807
31808         * gst/multipart/multipartmux.c (gst_multipart_mux_next_buffer):
31809         fix debugging log
31810
31811 2004-07-30  David Schleef  <ds@schleef.org>
31812
31813         * gst/videomixer/Makefile.am: Fix things that should have been
31814         fixed in the last checkin.
31815
31816 2004-07-30  David Schleef  <ds@schleef.org>
31817
31818         * gst/multipart/Makefile.am: Fix things that should have been
31819         fixed in the last checkin.
31820
31821 2004-07-30  David Schleef  <ds@schleef.org>
31822
31823         * testsuite/multifilesink/Makefile.am: Fix unused variable.
31824
31825 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
31826
31827         * configure.ac:
31828           bump nano for prerelease
31829         * po/af.po:
31830         * po/az.po:
31831         * po/cs.po:
31832         * po/en_GB.po:
31833         * po/hu.po:
31834         * po/nl.po:
31835         * po/sr.po:
31836         * po/sv.po:
31837         * po/uk.po:
31838           updates
31839
31840 2004-07-30  Wim Taymans  <wim@fluendo.com>
31841
31842         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
31843         (gst_multifdsink_add), (gst_multifdsink_remove),
31844         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
31845         (gst_multifdsink_client_remove),
31846         (gst_multifdsink_handle_client_write),
31847         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
31848         * gst/tcp/gstmultifdsink.h:
31849         Recover from a select with a bad file descriptor by removing
31850         the client.
31851
31852 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
31853
31854         * configure.ac:
31855           fix requirement of core
31856         * gst-libs/gst/play/play.c: (gst_play_error_plugin),
31857         (gst_play_pipeline_setup):
31858           don't use colorspace element.  do use hermescolorspace element.
31859           make macro to get a colorspace element.
31860           mark strings for translation.
31861         * po/POTFILES.in:
31862           add play.c
31863         * po/af.po:
31864         * po/az.po:
31865         * po/cs.po:
31866         * po/en_GB.po:
31867         * po/hu.po:
31868         * po/nl.po:
31869         * po/sr.po:
31870         * po/sv.po:
31871         * po/uk.po:
31872           update translations
31873
31874 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31875
31876         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
31877         fix default for newmedia flag
31878
31879 2004-07-30  Wim Taymans  <wim@fluendo.com>
31880
31881         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
31882         (gst_theora_dec_init), (theora_get_formats),
31883         (theora_dec_src_convert), (theora_dec_sink_convert),
31884         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
31885         (theora_dec_chain), (theora_dec_set_property),
31886         (theora_dec_get_property):
31887         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
31888         (gst_theora_enc_class_init), (gst_theora_enc_init),
31889         (theora_enc_sink_link), (theora_enc_chain),
31890         (theora_enc_set_property), (theora_enc_get_property):
31891         Added cropping option to theora decoder.
31892         Added border option to theora encoder.
31893
31894 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31895
31896         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
31897         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
31898         (gst_pngenc_set_property):
31899         * ext/libpng/gstpngenc.h:
31900         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
31901
31902 2004-07-30  Wim Taymans  <wim@fluendo.com>
31903
31904         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
31905         (theora_enc_sink_link), (theora_enc_chain),
31906         (theora_enc_set_property), (theora_enc_get_property):
31907         Fix encoding of non-multiple-of-16 video.
31908
31909 2004-07-29  David Schleef  <ds@schleef.org>
31910
31911         * configure.ac: make test for audiofile more strict
31912
31913 2004-07-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31914
31915         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
31916           give different names to typefind functions
31917
31918 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
31919
31920         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
31921         (gst_ximagesink_calculate_pixel_aspect_ratio),
31922         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
31923         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
31924         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_set_property),
31925         (gst_ximagesink_get_property), (gst_ximagesink_init):
31926         * sys/ximage/ximagesink.h:
31927           allocate PAR's dynamically.
31928           use autodetected PAR if no object-set PAR is given.
31929           add workaround for directfb's X not setting physical size.
31930           fix to xvimagesink will follow tomorrow.
31931
31932 2004-07-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31933
31934         * ext/lame/gstlame.c: (gst_lame_chain): send tag events downstream
31935         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
31936         (gst_shout2send_get_type), (gst_shout2send_set_clock),
31937         (gst_shout2send_class_init), (gst_shout2send_init),
31938         (set_shout_metadata), (gst_shout2send_set_metadata),
31939         (gst_shout2send_chain), (gst_shout2send_set_property),
31940         (gst_shout2send_get_property), (gst_shout2send_connect),
31941         (gst_shout2send_change_state):
31942         * ext/shout2/gstshout2.h:
31943         - fix for sending mp3 audio to icecast2 server, if pad link function not
31944         called before PAUSED state
31945         - added option to use GStreamer clock sync (as opposed to libshout's own sync)
31946         - added tagging support for mp3 audio broadcasted
31947         * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
31948         debug info
31949
31950 2004-07-28  Wim Taymans  <wim@fluendo.com>
31951
31952         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
31953         (gst_ogg_demux_push):
31954         Return query failure when we don't know the length of
31955         an ogg stream insteda of returning TRUE with a bogus value.
31956
31957 2004-07-28  Wim Taymans  <wim@fluendo.com>
31958
31959         * ext/theora/theoradec.c: (theora_get_formats),
31960         (theora_dec_src_convert), (theora_dec_sink_convert),
31961         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
31962         (theora_dec_chain):
31963         Don't screw up the 1 Chroma for 1 luma sample situation when we
31964         have an odd offset/width by adding a black border in those cases.
31965
31966 2004-07-28  Wim Taymans  <wim@fluendo.com>
31967
31968         * ext/theora/theoradec.c: (theora_get_formats),
31969         (theora_dec_src_convert), (theora_dec_sink_convert),
31970         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
31971         (theora_dec_chain):
31972         * ext/theora/theoraenc.c: (theora_enc_sink_link):
31973         Added first attempt at cropping of the image as required by the
31974         theora spec. We need more properties in the caps (offset_x,
31975         offset_y,stride) to implement this correctly.
31976
31977 2004-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
31978
31979         * ext/dvdnav/README:
31980           Update the README to use dvddemux
31981         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
31982           Ensure getcaps returns a subset of the template caps
31983         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_base_init),
31984         (gst_mpeg2subt_init):
31985           Ensure getcaps returns a subset of the template caps
31986         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
31987         (gst_dvd_demux_init), (gst_dvd_demux_get_video_stream),
31988         (gst_dvd_demux_get_subpicture_stream),
31989         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_set_cur_subpicture):
31990         * gst/mpegstream/gstdvddemux.h:
31991           Set the explicit caps on the current_video pad before pushing
31992           anything
31993         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
31994         (gst_mpeg_demux_get_audio_stream):
31995           Free caps used to gst_pad_set_explicit_caps, which takes a const
31996           GstCaps *
31997
31998 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
31999
32000         * configure.ac: update GStreamer requirement to 0.8.4 because of
32001           GstFraction.
32002
32003 2004-07-28  Wim Taymans  <wim@fluendo.com>
32004
32005         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
32006         (gst_wavparse_handle_seek), (gst_wavparse_srcpad_event):
32007         Add the pad to the element after setting up the caps. This
32008         makes it a lot easier to autoplug.
32009
32010 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
32011
32012         * gst/median/gstmedian.c:
32013         * gst/mpeg2subt/gstmpeg2subt.c:
32014         * gst/mpegaudioparse/gstmpegaudioparse.c:
32015         * gst/mpegstream/gstdvddemux.c:
32016         * gst/mpegstream/gstmpegdemux.c:
32017         * gst/mpegstream/gstmpegpacketize.c:
32018         * gst/rtjpeg/gstrtjpeg.c:
32019         * gst/rtjpeg/gstrtjpegdec.c:
32020         * gst/rtjpeg/gstrtjpegenc.c:
32021         * gst/sine/gstsinesrc.c:
32022         * gst/smooth/gstsmooth.c:
32023         * gst/smpte/gstsmpte.c:
32024         * gst/smpte/gstsmpte.h:
32025         * gst/stereo/gststereo.c:
32026         * gst/videofilter/gstgamma.c:
32027         * gst/videofilter/gstvideobalance.c:
32028         * gst/videofilter/gstvideofilter.c:
32029         * gst/videofilter/gstvideoflip.c:
32030         * gst/videoscale/gstvideoscale.c:
32031         * gst/videoscale/videoscale.c:
32032         * gst/videotestsrc/gstvideotestsrc.c:
32033         * gst/videotestsrc/videotestsrc.c:
32034         * gst/wavenc/gstwavenc.c:
32035         * gst/wavparse/gstwavparse.c:
32036           fix local includes and 64 bits constants
32037
32038 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
32039
32040         * win32/gst.sln:
32041         * gst-libs/gst/*/*.vcproj:
32042         * gst/*/*.vcproj:
32043           more working plugins
32044
32045 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
32046
32047         * testsuite/alsa/Makefile.am:
32048         * testsuite/alsa/srcstate.c:
32049         add test for alsasrc changing state
32050
32051 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
32052
32053         * gst/silence/gstsilence.c: (gst_silence_init), (gst_silence_link),
32054         (gst_silence_get):
32055         * gst/silence/gstsilence.h:
32056         fix silence generation for 16bit raw audio
32057
32058 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
32059
32060         * gst/matroska/matroska-demux.c:
32061         (gst_matroska_demux_parse_metadata),
32062         (gst_matroska_demux_video_caps), (gst_matroska_demux_plugin_init):
32063         * gst/mpegaudio/common.c:
32064         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
32065         (gst_videoscale_getcaps), (gst_videoscale_link),
32066         (gst_videoscale_src_fixate), (gst_videoscale_init),
32067         (gst_videoscale_finalize):
32068         * gst/videoscale/gstvideoscale.h:
32069         * gst/videotestsrc/gstvideotestsrc.c:
32070         (gst_videotestsrc_get_capslist):
32071         * gst/wavenc/gstwavenc.c:
32072         * sys/oss/gstossmixer.c: (fill_labels):
32073         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
32074         (gst_ximagesink_handle_xevents),
32075         (gst_ximagesink_calculate_pixel_aspect_ratio),
32076         (gst_ximagesink_xcontext_get), (gst_ximagesink_fixate),
32077         (gst_ximagesink_getcaps), (gst_ximagesink_sink_link),
32078         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
32079         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
32080         (gst_ximagesink_init), (gst_ximagesink_class_init):
32081         * sys/ximage/ximagesink.h:
32082         * sys/xvimage/xvimagesink.c:
32083         (gst_xvimagesink_calculate_pixel_aspect_ratio),
32084         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_sink_link),
32085         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
32086         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
32087         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
32088         * sys/xvimage/xvimagesink.h:
32089           first batch of pixel aspect ratio commits.
32090
32091 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
32092
32093         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
32094         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_chain):
32095         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_fill):
32096           handle stride, needs work if we want to move stride handling
32097           upstream, but works correctly for our purposes.
32098
32099 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
32100
32101         * gst/videoscale/README:
32102           add testing examples
32103         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link),
32104         (gst_videoscale_chain):
32105         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
32106         (gst_videoscale_get_size):
32107           add get_size function that handles stride like videotestsrc.
32108           fixes conversion for YUV formats for as much as I can test them.
32109
32110 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
32111
32112         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
32113         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
32114         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
32115         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
32116         (gst_xvimagesink_xvimage_put):
32117           further cleanups, logging, error handling and synchronizing
32118
32119 2004-07-27  Wim Taymans  <wim@fluendo.com>
32120
32121         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
32122         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
32123         (gst_videomixer_pad_set_property),
32124         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
32125         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
32126         (gst_videomixer_class_init), (gst_videomixer_init),
32127         (gst_videomixer_getcaps), (gst_videomixer_request_new_pad),
32128         (gst_videomixer_blend_ayuv_i420), (pad_zorder_compare),
32129         (gst_videomixer_sort_pads), (gst_videomixer_fill_checker),
32130         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
32131         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
32132         (gst_videomixer_loop), (plugin_init):
32133         Be a nicer negotiation citizen and provide a getcaps function on
32134         the srcpad. This also fixes a crash when resizing.
32135
32136 2004-07-27  Julien MOUTTE  <julien@moutte.net>
32137
32138         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
32139         (gst_xvimagesink_xvimage_new): Some fixes to image size calculation.
32140
32141 2004-07-27  Wim Taymans  <wim@fluendo.com>
32142
32143         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps):
32144         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
32145         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
32146         (gst_pngenc_set_property):
32147         * ext/libpng/gstpngenc.h:
32148         Added snapshot property to pngenc.
32149         removed g_print from pngdec
32150
32151 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
32152
32153         * gst/ac3parse/ac3parse.vcproj
32154         * gst/adder/adder.vcproj
32155         * gst/alpha/alpha.vcproj
32156         * gst/alpha/alphacolor.vcproj
32157         * gst/asfdemux/asf.vcproj
32158         * gst/audioconvert/audioconvert.vcproj
32159         * gst/audiorate/audiorate.vcproj
32160         * gst/audioscale/audioscale.vcproj
32161         * gst/auparse/auparse.vcproj
32162         * gst/avi/avi.vcproj
32163         * gst/cdxaparse/cdxaparse.vcproj
32164         * gst/chart/chart.vcproj
32165         * gst/colorspace/colorspace.vcproj
32166         * gst/cutter/cutter.vcproj
32167         * gst/debug/debug.vcproj
32168         * gst/debug/efence.vcproj
32169         * gst/debug/navigationtest.vcproj
32170         * gst/deinterlace/deinterlace.vcproj
32171         * gst/effectv/effectv.vcproj
32172         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
32173         * gst/filter/filter.vcproj
32174         * gst/flx/flxdec.vcproj
32175         * gst/goom/goom.vcproj
32176         * gst/interleave/interleave.vcproj
32177         * gst/law/alaw.vcproj
32178         * gst/law/mulaw.vcproj
32179         * gst/matroska/matroska.vcproj
32180         * gst/median/median.vcproj
32181         * gst/mixmatrix/mixmatrix.vcproj
32182         * gst/mpeg1sys/mpeg1systemencode.vcproj
32183         * gst/mpeg1videoparse/mp1videoparse.vcproj
32184         * gst/mpeg2sub/mpeg2subt.vcproj
32185         * gst/mpegaudio/mpegaudio.vcproj
32186         * gst/mpegaudioparse/mpegaudioparse.vcproj
32187         * gst/mpegstream/mpegstream.vcproj
32188         * gst/multifilesink/multifilesink.vcproj
32189         * gst/multipart/multipart.vcproj
32190         * gst/oneton/oneton.vcproj
32191         * gst/overlay/overlay.vcproj
32192         * gst/passthrough/passthrough.vcproj
32193         * gst/qtdemux/qtdemux.vcproj
32194         * gst/realmedia/rmdemux.vcproj
32195         * gst/rtjpeg/rtjpeg.vcproj
32196         * gst/rtp/rtp.vcproj
32197         * gst/silence/silence.vcproj
32198         * gst/sine/sinesrc.vcproj
32199         * gst/smooth/smooth.vcproj
32200         * gst/smpte/smpte.vcproj
32201         * gst/spectrum/spectrum.vcproj
32202         * gst/speed/speed.vcproj
32203         * gst/stereo/stereo.vcproj
32204         * gst/switch/switch.vcproj
32205         * gst/tags/tagedit.vcproj
32206         * gst/tcp/tcp.vcproj
32207         * gst/typefind/typefindfunctions.vcproj
32208         * gst/udp/udp.vcproj
32209         * gst/videobox/videobox.vcproj
32210         * gst/videocrop/videocrop.vcproj
32211         * gst/videodrop/videodrop.vcproj
32212         * gst/videofilter/gamma.vcproj
32213         * gst/videofilter/videobalance.vcproj
32214         * gst/videofilter/videofilter.vcproj
32215         * gst/videofilter/videoflip.vcproj
32216         * gst/videoflip/videoflip.vcproj
32217         * gst/videomixer/videomixer.vcproj
32218         * gst/videorate/videorate.vcproj
32219         * gst/videoscale/videoscale.vcproj
32220         * gst/videotestsrc/videotestsrc.vcproj
32221         * gst/virtualdub/virtualdub.vcproj
32222         * gst/volenv/volenv.vcproj
32223         * gst/volume/volume.vcproj
32224         * gst/wavenc/wavenc.vcproj
32225         * gst/wavparse/wavparse.vcproj
32226         * gst/y4m/y4menc.vcproj
32227         * gst-libs/gst/audio/audio.vcproj
32228         * gst-libs/gst/audio/audiofilter.vcproj
32229         * gst-libs/gst/colorbalance/colorbalance.vcproj
32230         * gst-libs/gst/idct/idtc.vcproj
32231         * gst-libs/gst/media-info/media-info.vcproj
32232         * gst-libs/gst/mixer/mixer.vcproj
32233         * gst-libs/gst/navigation/navigation.vcproj
32234         * gst-libs/gst/play/play.vcproj
32235         * gst-libs/gst/propertyprobe/propertyprobe.vcproj
32236         * gst-libs/gst/resample/resample.vcproj
32237         * gst-libs/gst/riff/riff.vcproj
32238         * gst-libs/gst/tuner/tuner.vcproj
32239         * gst-libs/gst/video/video.vcproj
32240         * gst-libs/gst/xoverlay/xoverlay.vcproj
32241           avoid problems with math.h, fix release dependancy
32242           rename GStreamer-0.8.lib to libgstreamer.lib
32243
32244 2004-07-27  Julien MOUTTE  <julien@moutte.net>
32245
32246         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
32247         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate): When
32248         the atom is not available we have to unlock the mutex. Fixes #148023
32249
32250 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32251
32252         * gst-libs/gst/media-info/media-info.h:
32253           issue for a vararg macro with MSVC
32254
32255 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32256
32257         * gst/effectv/effectv.vcproj
32258         * gst-libs/gst/idct/idct.vcproj:
32259         * gst-libs/gst/media-info/media-info.vcproj:
32260         * gst-libs/gst/navigation/navigation.vcproj:
32261         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
32262         * gst-libs/gst/video/video.vcproj:
32263         * gst-libs/gst/xoverlay/xoverlay.vcproj:
32264           fixes for build problems
32265
32266 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32267
32268         * gst-libs/gst/audio/audio.def:
32269         * gst-libs/gst/audio/riff.def:
32270           add some definitions needed by plugins
32271
32272 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32273
32274         * gst/asfdemux/gstasfmux.c
32275           Fix some 64 bits constants to be glib friendly
32276
32277 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32278
32279         * gst/ac3parse/gstac3parse.c
32280         * gst/audioscale/gstaudioscale.c
32281         * gst/auparse/gstauparse.c
32282         * gst/colorspace/gstcolorspace.c
32283         * gst/colorspace/yuv2rgb.h
32284           local include fixes
32285
32286 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32287
32288         * win32/gst.sln
32289           add more plugins to the build
32290
32291 2004-07-26  Julien MOUTTE  <julien@moutte.net>
32292
32293         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
32294         (gst_ximagesink_ximage_new): Some more fixes to image size calculation.
32295
32296 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
32297
32298         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
32299         (gst_level_set_property), (gst_level_get_property),
32300         (gst_level_base_init), (gst_level_class_init):
32301           add debugging categories.  cleanups.
32302
32303 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
32304
32305         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
32306         (gst_videoscale_planar411), (gst_videoscale_planar400),
32307         (gst_videoscale_packed422), (gst_videoscale_packed422rev),
32308         (gst_videoscale_scale_nearest_str1),
32309         (gst_videoscale_scale_nearest_str2),
32310         (gst_videoscale_scale_nearest_str4),
32311         (gst_videoscale_scale_nearest_16bit),
32312         (gst_videoscale_scale_nearest_24bit):
32313           fixed stride issues
32314           tested with 320x240 -> 321, 322, 324 x240
32315           tested with YV12, I420, YUY2, UYVY
32316           fixed packed422rev (don't think it could have worked before)
32317           by testing with UYVY
32318
32319 2004-07-26  Benjamin Otte  <otte@gnome.org>
32320
32321         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_init),
32322         (gst_lame_chain), (gst_lame_setup), (gst_lame_change_state),
32323         (plugin_init):
32324           add debugging category, add error checks like checking return values
32325           of setup calls, make sure it still works after
32326           PLAYING=>NULL=>PLAYING, fix encoding of mono streams
32327
32328 2004-07-26  Wim Taymans  <wim@fluendo.com>
32329
32330         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
32331         (gst_mpeg_demux_get_audio_stream),
32332         (gst_mpeg_demux_process_private):
32333         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_send_data):
32334         Check for error codes from the negotiation functions. Make sure
32335         we really set the pad caps when a new pad is created.
32336
32337 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
32338
32339         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
32340         (gst_ffmpeg_caps_to_pix_fmt):
32341         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
32342         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
32343         (gst_ffmpegcolorspace_pad_link):
32344           don't make function do two things at the same time without reason.
32345
32346 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32347
32348         * gst/ac3parse/ac3parse.vcproj
32349         * gst/adder/adder.vcproj
32350         * gst/alpha/alpha.vcproj
32351         * gst/alpha/alphacolor.vcproj
32352         * gst/asfdemux/asf.vcproj
32353         * gst/audioconvert/audioconvert.vcproj
32354         * gst/audiorate/audiorate.vcproj
32355         * gst/audioscale/audioscale.vcproj
32356         * gst/auparse/auparse.vcproj
32357         * gst/avi/avi.vcproj
32358         * gst/cdxaparse/cdxaparse.vcproj
32359         * gst/chart/chart.vcproj
32360         * gst/colorspace/colorspace.vcproj
32361         * gst/cutter/cutter.vcproj
32362         * gst/debug/debug.vcproj
32363         * gst/debug/efence.vcproj
32364         * gst/debug/navigationtest.vcproj
32365         * gst/deinterlace/deinterlace.vcproj
32366         * gst/effectv/effectv.vcproj
32367         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
32368         * gst/filter/filter.vcproj
32369         * gst/flx/flxdec.vcproj
32370         * gst/goom/goom.vcproj
32371         * gst/interleave/interleave.vcproj
32372         * gst/law/alaw.vcproj
32373         * gst/law/mulaw.vcproj
32374         * gst/matroska/matroska.vcproj
32375         * gst/median/median.vcproj
32376         * gst/mixmatrix/mixmatrix.vcproj
32377         * gst/mpeg1sys/mpeg1systemencode.vcproj
32378         * gst/mpeg1videoparse/mp1videoparse.vcproj
32379         * gst/mpeg2sub/mpeg2subt.vcproj
32380         * gst/mpegaudio/mpegaudio.vcproj
32381         * gst/mpegaudioparse/mpegaudioparse.vcproj
32382         * gst/mpegstream/mpegstream.vcproj
32383         * gst/multifilesink/multifilesink.vcproj
32384         * gst/multipart/multipart.vcproj
32385         * gst/oneton/oneton.vcproj
32386         * gst/overlay/overlay.vcproj
32387         * gst/passthrough/passthrough.vcproj
32388         * gst/qtdemux/qtdemux.vcproj
32389         * gst/realmedia/rmdemux.vcproj
32390         * gst/rtjpeg/rtjpeg.vcproj
32391         * gst/rtp/rtp.vcproj
32392         * gst/silence/silence.vcproj
32393         * gst/sine/sinesrc.vcproj
32394         * gst/smooth/smooth.vcproj
32395         * gst/smpte/smpte.vcproj
32396         * gst/spectrum/spectrum.vcproj
32397         * gst/speed/speed.vcproj
32398         * gst/stereo/stereo.vcproj
32399         * gst/switch/switch.vcproj
32400         * gst/tags/tagedit.vcproj
32401         * gst/tcp/tcp.vcproj
32402         * gst/typefind/typefindfunctions.vcproj
32403         * gst/udp/udp.vcproj
32404         * gst/videobox/videobox.vcproj
32405         * gst/videocrop/videocrop.vcproj
32406         * gst/videodrop/videodrop.vcproj
32407         * gst/videofilter/gamma.vcproj
32408         * gst/videofilter/videobalance.vcproj
32409         * gst/videofilter/videofilter.vcproj
32410         * gst/videofilter/videoflip.vcproj
32411         * gst/videoflip/videoflip.vcproj
32412         * gst/videomixer/videomixer.vcproj
32413         * gst/videorate/videorate.vcproj
32414         * gst/videoscale/videoscale.vcproj
32415         * gst/videotestsrc/videotestsrc.vcproj
32416         * gst/virtualdub/virtualdub.vcproj
32417         * gst/volenv/volenv.vcproj
32418         * gst/volume/volume.vcproj
32419         * gst/wavenc/wavenc.vcproj
32420         * gst/wavparse/wavparse.vcproj
32421         * gst/y4m/y4menc.vcproj
32422           more plugins supported under windows
32423
32424 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
32425
32426         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
32427         (gst_ximagesink_ximage_put), (gst_ximagesink_renegotiate_size),
32428         (gst_ximagesink_chain), (gst_ximagesink_buffer_alloc):
32429         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
32430         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc):
32431           Add debugging statements.  Use the sizes as returned by the
32432           *CreateImage calls.
32433
32434 2004-07-26  Johan Dahlin  <johan@gnome.org>
32435
32436         * gst/tcp/gsttcpclientsrc.c (gst_tcpclientsrc_get): Make sure that
32437         the pad is negotiated.
32438
32439         * gst/ffmpegcolorspace/gstffmpegcolorspace.c (gst_ffmpegcolorspace_chain): Ditto
32440
32441 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32442
32443         * gst-libs/gst/colorbalance/colorbalance.vcproj:
32444         * gst-libs/gst/idct/idct.vcproj:
32445         * gst-libs/gst/media-info/media-info.vcproj:
32446         * gst-libs/gst/mixer/mixer.vcproj:
32447         * gst-libs/gst/navigation/navigation.vcproj:
32448         * gst-libs/gst/play/play.vcproj:
32449         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
32450         * gst-libs/gst/resample/resample.vcproj:
32451         * gst-libs/gst/tuner/tuner.vcproj:
32452         * gst-libs/gst/video/video.vcproj:
32453         * gst-libs/gst/xoverlay/xoverlay.vcproj:
32454           more plugins supported under windows
32455
32456 2004-07-25 Iain <iain@prettypeople.org>
32457
32458         * gst/wavparse/gstwavparse.c (gst_wavparse_fmt): Set the caps on the
32459         pad now rather than when the pad is created because state changes wipe
32460         explicit caps (fixes #148043).
32461
32462 2004-07-25  Sebastien Cote  <sc5@hermes.usherb.ca>
32463
32464         reviewed by Benjamin Otte  <otte@gnome.org>
32465
32466         * ext/mad/gstmad.c:
32467           fix mad plugin crashing on Sun (fixes #148289)
32468
32469 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
32470
32471         * gst/avi/avi.def:
32472         * gst/avi/avi.vcproj:
32473         * gst/matroska/matroska.def:
32474         * gst/matroska/matroska.vcproj:
32475           remove unused .def files
32476
32477 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
32478
32479         * gst-libs/gst/audio/gstaudiofilter.c:
32480           Clean the local include
32481
32482 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
32483
32484         * win32/gst.sln:
32485         * gst-libs/gst/audio/audio.def:
32486         * gst-libs/gst/audio/audio.vcproj:
32487         * gst-libs/gst/audio/audiofilter.vcproj:
32488         * gst-libs/gst/audio/riff.def:
32489         * gst-libs/gst/audio/riff.vcproj:
32490         * gst-libs/gst/gst-libs.def:
32491         * gst-libs/gst/gst-libs.vcproj:
32492         * gst/avi/avi.vcproj:
32493         * gst/avi/avi.vcproj:
32494           Copy the files where needed after building, cleaner projects
32495
32496 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
32497
32498         * gst/matroska/ebml-write.c:
32499           Fix some 64 bits constants to be glib friendly
32500
32501 2004-07-24  Steve Lhomme  <steve.lhomme@free.fr>
32502
32503         * win32/gst.sln:
32504         * gst-libs/gst/gst-libs.def:
32505         * gst-libs/gst/gst-libs.vcproj:
32506         * gst/matroska/matroska.def:
32507         * gst/matroska/matroska.vcproj:
32508           Add the preliminary canvas to build plugins on Win32
32509
32510 2004-07-23  Benjamin Otte  <otte@gnome.org>
32511
32512         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
32513           don't enfore negotiation from source side, it breaks
32514           sinesrc ! audioconvert ! osssink
32515
32516 2004-07-22  David Schleef  <ds@schleef.org>
32517
32518         * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add typefind
32519         for ELF files, since they can easily be recognized as audio/mpeg.
32520         (bug #147441)
32521
32522 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
32523
32524         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
32525         (gst_videoscale_planar411), (gst_videoscale_scale_nearest_32bit),
32526         (gst_videoscale_scale_nearest_24bit),
32527         (gst_videoscale_scale_nearest_16bit):
32528           fix 16bit and 24bit for stride (24bit might need testing)
32529           don't pretend we do more than one algorithm
32530
32531 2004-07-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
32532
32533         * configure.ac:
32534         * gst/Makefile.am:
32535         * gst/multifilesink/Makefile.am:
32536         * gst/multifilesink/gstmultifilesink.c:
32537         (gst_multifilesink_get_formats),
32538         (gst_multifilesink_get_query_types), (_do_init),
32539         (gst_multifilesink_base_init), (gst_multifilesink_class_init),
32540         (gst_multifilesink_init), (gst_multifilesink_dispose),
32541         (gst_multifilesink_set_location), (gst_multifilesink_set_property),
32542         (gst_multifilesink_get_property), (gst_multifilesink_open_file),
32543         (gst_multifilesink_close_file), (gst_multifilesink_next_file),
32544         (gst_multifilesink_pad_query), (gst_multifilesink_handle_event),
32545         (gst_multifilesink_chain), (gst_multifilesink_change_state),
32546         (gst_multifilesink_uri_get_type),
32547         (gst_multifilesink_uri_get_protocols),
32548         (gst_multifilesink_uri_get_uri), (gst_multifilesink_uri_set_uri),
32549         (gst_multifilesink_uri_handler_init), (plugin_init):
32550         * gst/multifilesink/gstmultifilesink.h:
32551         * testsuite/Makefile.am:
32552         * testsuite/multifilesink/Makefile.am:
32553         * testsuite/multifilesink/fakesrc_test.c: (gst_newmedia_base_init),
32554         (gst_newmedia_class_init), (gst_newmedia_init),
32555         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
32556         (newfile_signal), (test_signal), (main):
32557         multifilesink plugin for creating new files every time a new media
32558         discontinuity event occurs
32559
32560 2004-07-22  Wim Taymans  <wim@fluendo.com>
32561
32562         * gst/alpha/Makefile.am:
32563         * gst/alpha/gstalphacolor.c: (gst_alpha_color_get_type),
32564         (gst_alpha_color_base_init), (gst_alpha_color_class_init),
32565         (gst_alpha_color_init), (gst_alpha_color_set_property),
32566         (gst_alpha_color_get_property), (gst_alpha_color_sink_link),
32567         (transform), (gst_alpha_color_chain),
32568         (gst_alpha_color_change_state), (plugin_init):
32569         Stupid plugin to to RGBA to AYUV conversion because none of
32570         the colorspace plugins can handle that yet.
32571
32572 2004-07-22  Wim Taymans  <wim@fluendo.com>
32573
32574         * examples/seeking/seek.c: (update_scale), (main):
32575         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
32576         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
32577         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
32578         (gst_decode_bin_init), (gst_decode_bin_dispose),
32579         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
32580         (no_more_pads), (close_link), (type_found),
32581         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
32582         (plugin_init):
32583         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
32584         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
32585         (gst_play_base_bin_dispose), (queue_overrun),
32586         (gen_preroll_element), (remove_prerolls), (unknown_type),
32587         (no_more_pads), (new_stream), (setup_source),
32588         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
32589         (play_base_eos), (gst_play_base_bin_change_state),
32590         (gst_play_base_bin_add_element),
32591         (gst_play_base_bin_remove_element),
32592         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
32593         (gst_play_base_bin_unlink_stream),
32594         (gst_play_base_bin_get_streaminfo):
32595         * gst/playback/gstplaybin.c: (gen_video_element),
32596         (gen_audio_element):
32597         * gst/playback/gststreaminfo.h:
32598         More playback updates, attempt to fix things after the state change
32599         breakage.
32600
32601 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
32602
32603         * gst/videoscale/videoscale.c: (gst_videoscale_planar411),
32604         (gst_videoscale_scale_nearest_16bit):
32605           comment algorithm
32606
32607 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
32608
32609         * gst/videotestsrc/gstvideotestsrc.c:
32610         (gst_videotestsrc_class_init), (gst_videotestsrc_src_link),
32611         (gst_videotestsrc_init), (gst_videotestsrc_get),
32612         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
32613         (gst_videotestsrc_get_property):
32614         * gst/videotestsrc/gstvideotestsrc.h:
32615         * gst/videotestsrc/videotestsrc.c:
32616         * gst/videotestsrc/videotestsrc.h:
32617           cleanup and commenting
32618
32619 2004-07-21  Wim Taymans  <wim@fluendo.com>
32620
32621         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
32622         (gst_ogg_demux_get_formats), (gst_ogg_demux_src_query),
32623         (gst_ogg_demux_src_event), (gst_ogg_demux_src_convert),
32624         (gst_ogg_demux_handle_event), (gst_ogg_demux_seek_before),
32625         (_find_chain_get_unknown_part), (_find_streams_check),
32626         (gst_ogg_demux_push), (gst_ogg_pad_push):
32627         * ext/theora/theoradec.c: (theora_get_formats),
32628         (theora_dec_src_convert), (theora_dec_sink_convert),
32629         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
32630         (theora_dec_chain):
32631         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
32632         (vorbis_dec_convert), (vorbis_dec_src_query),
32633         (vorbis_dec_src_event), (vorbis_dec_event):
32634         More seeking fixes, oggdemux now supports seeking to time and
32635         uses the downstream element to convert granulepos to time.
32636         Seeking in theora-only ogg files now works.
32637
32638 2004-07-21  Wim Taymans  <wim@fluendo.com>
32639
32640         * ext/theora/theoradec.c: (gst_theora_dec_init),
32641         (theora_get_formats), (theora_get_event_masks),
32642         (theora_get_query_types), (theora_dec_src_convert),
32643         (theora_dec_sink_convert), (theora_dec_src_query),
32644         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
32645         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
32646         (vorbis_get_event_masks), (vorbis_get_query_types),
32647         (gst_vorbis_dec_init), (vorbis_dec_convert),
32648         (vorbis_dec_src_query), (vorbis_dec_src_event), (vorbis_dec_event):
32649         Added query/convert/formats functions to vorbis and theora decoders
32650         so that the outside world can use them too. Fixed seeking on an
32651         ogg/theora/vorbis file by disabling the seeking seeking on the
32652         theora srcpad.
32653
32654 2004-07-21  Julien MOUTTE  <julien@moutte.net>
32655
32656         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
32657         (gst_ximagesink_renegotiate_size), (gst_ximagesink_sink_link),
32658         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id): Optimize
32659         images creation for both elements. We don't create the image on caps
32660         nego or renego, we just destroy the internal one if present if it does
32661         not match the needs. The chain function takes care of creating a new
32662         image when needed.
32663         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
32664         (gst_xvimagesink_xwindow_decorate), (gst_xvimagesink_sink_link),
32665         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
32666         (gst_xvimagesink_set_xwindow_id): Additionally xvimage now contains
32667         the image format information. The buffer pool checks for the context
32668         image format and discard images with different formats.
32669         * sys/xvimage/xvimagesink.h: Adding im_format in the xvimage structure.
32670
32671 2004-07-21  Thomas Vander Stichele  <thomas at apestaart dot org>
32672
32673         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
32674         (gst_ffmpegcolorspace_chain):
32675           no point in doing any chaining if the pad we want to push from
32676           isn't usable.
32677
32678 2004-07-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32679
32680         * gst-libs/gst/riff/riff-media.c:
32681         (gst_riff_create_audio_caps_with_data):
32682           Fix double end-to-native symbol conversion (#148021).
32683
32684 2004-07-20  David Schleef  <ds@schleef.org>
32685
32686         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
32687         Don't use an Atom that doesn't exist.
32688
32689 2004-07-20  Wim Taymans  <wim@fluendo.com>
32690
32691         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
32692         (gst_multifdsink_add), (gst_multifdsink_get_stats),
32693         (gst_multifdsink_client_remove),
32694         (gst_multifdsink_handle_client_write),
32695         (gst_multifdsink_queue_buffer):
32696         * gst/tcp/gstmultifdsink.h:
32697         More multifdsink stats. Avoid deadlock by releasing locks
32698         before sending out a signal.
32699
32700 2004-07-20  Thomas Vander Stichele  <thomas at apestaart dot org>
32701
32702         * po/LINGUAS:
32703         * po/hu.po:
32704           added Hungarian translation (Laszlo Dvornik)
32705
32706 2004-07-20  Wim Taymans  <wim@fluendo.com>
32707
32708         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
32709         (gst_multifdsink_add), (gst_multifdsink_client_remove),
32710         (gst_multifdsink_handle_client_write),
32711         (gst_multifdsink_queue_buffer):
32712         * gst/tcp/gsttcp-marshal.list:
32713         Fixed the stupid marshal definition.
32714
32715 2004-07-20  Wim Taymans  <wim@fluendo.com>
32716
32717         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
32718         (gst_multifdsink_init), (gst_multifdsink_add),
32719         (gst_multifdsink_client_remove),
32720         (gst_multifdsink_handle_client_write),
32721         (gst_multifdsink_queue_buffer), (gst_multifdsink_chain),
32722         (gst_multifdsink_set_property), (gst_multifdsink_get_property),
32723         (gst_multifdsink_init_send):
32724         * gst/tcp/gstmultifdsink.h:
32725         Added more stats, added timeout for a client, fixed some typos
32726         and added some comments.
32727
32728 2004-07-20  Wim Taymans  <wim@fluendo.com>
32729
32730         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
32731         (gst_multifdsink_add), (gst_multifdsink_get_stats),
32732         (gst_multifdsink_client_remove),
32733         (gst_multifdsink_handle_client_write):
32734         * gst/tcp/gstmultifdsink.h:
32735         * gst/tcp/gsttcp-marshal.list:
32736         Added get_stats method that returns a GValueArray of
32737         stats values.
32738
32739 2004-07-19  Benjamin Otte  <otte@gnome.org>
32740
32741         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
32742           make sure longname, description and author are valid UTF-8
32743
32744 2004-07-19  Thomas Vander Stichele  <thomas at apestaart dot org>
32745
32746         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state),
32747         (gst_ximagesink_set_property):
32748         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
32749         (gst_xvimagesink_set_property):
32750           make sure SYNCHRONOUS is respected after getting the X context
32751
32752 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
32753
32754         * gst/matroska/matroska-demux.c:
32755         (gst_matroska_demux_handle_src_event),
32756         (gst_matroska_demux_parse_blockgroup):
32757         * gst/matroska/matroska-ids.h:
32758           add BlockReference tag and ignore it to clear out log.
32759           ignore NAVIGATION events to clear out log.
32760
32761 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
32762
32763         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
32764         (gst_matroska_demux_add_stream):
32765         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init):
32766           add debug categories
32767
32768 2004-07-16  Wim Taymans  <wim@fluendo.com>
32769
32770         * ext/libpng/Makefile.am:
32771         * ext/libpng/gstpng.c: (plugin_init):
32772         * ext/libpng/gstpngdec.c: (user_error_fn), (user_warning_fn),
32773         (gst_pngdec_get_type), (gst_pngdec_base_init),
32774         (gst_pngdec_class_init), (gst_pngdec_sinklink), (gst_pngdec_init),
32775         (gst_pngdec_src_getcaps), (user_read_data), (gst_pngdec_chain):
32776         * ext/libpng/gstpngdec.h:
32777         Added png decoder.
32778
32779 2004-07-16  Julien MOUTTE  <julien@moutte.net>
32780
32781         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
32782         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
32783         (gst_ximagesink_ximage_destroy), (gst_ximagesink_sink_link),
32784         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
32785         (gst_ximagesink_buffer_alloc):
32786         * sys/ximage/ximagesink.h:
32787         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
32788         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
32789         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
32790         (gst_xvimagesink_buffer_alloc):
32791         * sys/xvimage/xvimagesink.h: Getting the 2 video sinks synchronized
32792         again. Using internal data pointer of the x(v)image to store image's
32793         data to be coherent with the buffer alloc mechanism. Investigated the
32794         image destruction code to be sure that everything gets freed correctly.
32795
32796 2004-07-16  Wim Taymans  <wim@fluendo.com>
32797
32798         * gst-libs/gst/riff/riff-read.c:
32799         (gst_riff_read_strf_vids_with_data),
32800         (gst_riff_read_strf_auds_with_data):
32801         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
32802         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
32803         Make sure we don't create 0 sized subbuffers in riff-read.
32804         Signal the no more pads signal after reading the avi header.
32805
32806 2004-07-16  Wim Taymans  <wim@fluendo.com>
32807
32808         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
32809         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
32810         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
32811         (gst_decode_bin_init), (gst_decode_bin_dispose),
32812         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
32813         (no_more_pads), (close_link), (type_found),
32814         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
32815         (gst_decode_bin_change_state), (plugin_init):
32816         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
32817         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
32818         (gst_play_base_bin_dispose), (queue_overrun),
32819         (gen_preroll_element), (remove_prerolls), (unknown_type),
32820         (no_more_pads), (new_stream), (setup_source),
32821         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
32822         (play_base_eos), (gst_play_base_bin_change_state),
32823         (gst_play_base_bin_add_element),
32824         (gst_play_base_bin_remove_element),
32825         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
32826         (gst_play_base_bin_unlink_stream),
32827         (gst_play_base_bin_get_streaminfo):
32828         * gst/playback/gstplaybasebin.h:
32829         Better error recovery. Added configurable preroll queue size. Faster
32830         detection of no-more-pads.
32831
32832 2004-07-16  Wim Taymans  <wim@fluendo.com>
32833
32834         * gst-libs/gst/video/video.h:
32835         Added 32 bits RGBA. Not sure if we should use another mime-type
32836         for alpha rgb. Currently the presence of the alpha_mask property
32837         signals an alpha channel.
32838
32839 2004-07-16  Wim Taymans  <wim@fluendo.com>
32840
32841         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
32842         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
32843         FPS seems to be 0.0 to MAX everywhere else.
32844
32845 2004-07-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32846
32847         * gst-libs/gst/riff/riff-media.c:
32848         (gst_riff_create_video_caps_with_data):
32849           mp42/mp43 (no caps) exist too.
32850         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
32851           Set pixel_width/height; we've got them in-caps.
32852         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
32853         * gst/wavparse/gstwavparse.c: (plugin_init):
32854           Both are valid primary.
32855         * sys/oss/gstossmixer.c:
32856           Remove i18n hack and enable translations.
32857
32858 2004-07-15  Benjamin Otte  <otte@gnome.org>
32859
32860         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
32861         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
32862           fix for non-shm xv. Original patch by Tim Ringenbach (fixes #147248)
32863
32864 2004-07-15  Benjamin Otte  <otte@gnome.org>
32865
32866         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
32867         (gst_alsa_sw_params_dump), (gst_alsa_hw_params_dump),
32868         (gst_alsa_close_audio):
32869           disable some of the debugging code for now. Writing debugging to a
32870           buffer is broken in current alsalib releases.
32871
32872 2004-07-12  Benjamin Otte  <otte@gnome.org>
32873
32874         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer):
32875           use bufferpools
32876
32877 2004-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
32878
32879         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
32880         (theora_dec_src_query), (theora_dec_event):
32881         * ext/theora/theoraenc.c: (gst_theora_enc_class_init):
32882           add debugging categories.  Remove \n's.
32883
32884 2004-07-13  Johan Dahlin  <johan@gnome.org>
32885
32886         * gst/playback/gstplaybin.c (gst_play_bin_set_property)
32887         (gst_play_bin_get_property): Impl.
32888
32889 2004-07-13  Wim Taymans  <wim@fluendo.com>
32890
32891         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_seek_before):
32892         When trying to find the stream length, seek back N pages
32893         instead of just one, where N is the number of streams in
32894         the current chain.
32895
32896 2004-07-13  Wim Taymans  <wim@fluendo.com>
32897
32898         * gst-libs/gst/riff/riff-media.c:
32899         (gst_riff_create_audio_caps_with_data),
32900         (gst_riff_create_audio_caps),
32901         (gst_riff_create_audio_template_caps):
32902         * gst-libs/gst/riff/riff-media.h:
32903         * gst-libs/gst/riff/riff-read.c:
32904         (gst_riff_read_strf_vids_with_data),
32905         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_auds):
32906         * gst-libs/gst/riff/riff-read.h:
32907         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
32908         (gst_avi_demux_add_stream):
32909         Set codec_data on caps for avidemuxer.
32910
32911 2004-07-12  David Schleef  <ds@schleef.org>
32912
32913         * configure.ac: Fix test for Objective C
32914
32915 2004-07-12  Jan Schmidt  <thaytan@mad.scientist.com>
32916         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
32917         (gst_gdk_pixbuf_chain):
32918           Add svg and pcx to template caps, and ensure that getcaps returns a
32919           subset of the template caps.
32920           Copy each row manually for output, as gdkpixbuf may pad the
32921           rowstride to a 32-bit word boundary.
32922
32923 2004-07-12  Wim Taymans  <wim@fluendo.com>
32924
32925         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
32926         (gst_riff_create_video_template_caps):
32927         Fix the template caps to include some more media types.
32928
32929 2004-07-12  Wim Taymans  <wim@fluendo.com>
32930
32931         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
32932         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
32933         (compare_ranks), (print_feature), (gst_decode_bin_init),
32934         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
32935         (try_to_link_1), (new_pad), (close_link), (type_found),
32936         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
32937         (gst_decode_bin_change_state), (plugin_init):
32938         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
32939         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
32940         (gst_play_base_bin_dispose), (queue_overrun),
32941         (gen_preroll_element), (remove_prerolls), (no_more_pads),
32942         (new_stream), (setup_source), (gst_play_base_bin_set_property),
32943         (gst_play_base_bin_get_property), (play_base_eos),
32944         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
32945         (gst_play_base_bin_remove_element),
32946         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
32947         (gst_play_base_bin_unlink_stream),
32948         (gst_play_base_bin_get_streaminfo):
32949         * gst/playback/gstplaybasebin.h:
32950         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
32951         (gst_play_bin_class_init), (gst_play_bin_init),
32952         (gst_play_bin_dispose), (gst_play_bin_set_property),
32953         (gst_play_bin_get_property), (gen_video_element),
32954         (gen_audio_element), (remove_sinks), (setup_sinks),
32955         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
32956         (gst_play_bin_send_event), (gst_play_bin_get_formats),
32957         (gst_play_bin_convert), (gst_play_bin_get_query_types),
32958         (gst_play_bin_query), (plugin_init):
32959         * gst/playback/test4.c: (main):
32960         More fixes on reusing of the element.
32961
32962 2004-07-11  Benjamin Otte  <otte@gnome.org>
32963
32964         * ext/mad/gstmad.c: (normal_seek):
32965           allow seeking for other methods than just SET
32966
32967 2004-07-11  Andy Wingo  <wingo@pobox.com>
32968
32969         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_link): For
32970         float, "any" caps -> buffer_frames=[0,MAX].
32971
32972         * gst/interleave/interleave.c (interleave_getcaps): Seems the core
32973         doesn't intersect our caps with the template any more. Do it
32974         ourselves.
32975         (interleave_buffered_loop): Use g_newa instead of malloc/free.
32976
32977 2004-07-09  Wim Taymans  <wim@fluendo.com>
32978
32979         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
32980         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
32981         (compare_ranks), (print_feature), (gst_decode_bin_init),
32982         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
32983         (try_to_link_1), (new_pad), (close_link), (type_found),
32984         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
32985         (gst_decode_bin_change_state), (plugin_init):
32986         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
32987         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
32988         (gst_play_base_bin_dispose), (queue_overrun),
32989         (gen_preroll_element), (remove_prerolls), (no_more_pads),
32990         (new_stream), (setup_source), (gst_play_base_bin_set_property),
32991         (gst_play_base_bin_get_property), (play_base_eos),
32992         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
32993         (gst_play_base_bin_remove_element),
32994         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
32995         (gst_play_base_bin_unlink_stream),
32996         (gst_play_base_bin_get_streaminfo):
32997         * gst/playback/gstplaybasebin.h:
32998         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
32999         (gst_play_bin_class_init), (gst_play_bin_init),
33000         (gst_play_bin_dispose), (gst_play_bin_set_property),
33001         (gst_play_bin_get_property), (gen_video_element),
33002         (gen_audio_element), (remove_sinks), (setup_sinks),
33003         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
33004         (gst_play_bin_send_event), (gst_play_bin_get_formats),
33005         (gst_play_bin_convert), (gst_play_bin_get_query_types),
33006         (gst_play_bin_query), (plugin_init):
33007         * gst/playback/test4.c: (main):
33008         Work on object reuse and seeking.
33009
33010 2004-07-09  Wim Taymans  <wim@fluendo.com>
33011
33012         * examples/seeking/seek.c: (iterate):
33013         Don't consume all CPU in the idle loop.
33014
33015 2004-07-09  Wim Taymans  <wim@fluendo.com>
33016
33017         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_new_output_pad),
33018         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_process_private):
33019         Add pad to element *after* setting the pad functions so that
33020         the scheduler can use the correct ones.
33021
33022 2004-07-09  Wim Taymans  <wim@fluendo.com>
33023
33024         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
33025         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_chain):
33026         Sync to keyframe after seek
33027
33028 2004-07-09  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
33029
33030         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
33031         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
33032         (gst_alsa_sink_loop), (gst_alsa_sink_change_state):
33033         * ext/alsa/gstalsasrc.c: (gst_alsa_src_change_state):
33034         * ext/libvisual/visual.c: (gst_visual_change_state):
33035         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_change_state):
33036         * ext/theora/theoradec.c: (theora_dec_change_state):
33037         * ext/theora/theoraenc.c: (theora_enc_change_state):
33038         * ext/vorbis/vorbisdec.c: (vorbis_dec_change_state):
33039         * gst-libs/gst/navigation/navigation.c:
33040         * gst/adder/gstadder.c: (gst_adder_change_state):
33041         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
33042         (gst_audio_convert_get_buffer):
33043         * gst/multipart/multipartdemux.c:
33044         (gst_multipart_demux_change_state):
33045         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
33046         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
33047         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
33048         * gst/videoscale/gstvideoscale.c:
33049         (gst_videoscale_handle_src_event):
33050         * gst/volume/gstvolume.c: (volume_chain_int16):
33051           don't assert in state change, this should be done by the base
33052           GstElement class.
33053           various debugging fixes.
33054
33055 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
33056
33057         * configure.ac:
33058         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
33059         (gst_play_dispose), (gst_play_set_location),
33060         (gst_play_set_data_src), (gst_play_set_video_sink),
33061         (gst_play_set_audio_sink), (gst_play_set_visualization),
33062         (gst_play_connect_visualization), (gst_play_get_sink_element),
33063         (gst_play_get_all_by_interface):
33064         * gst-libs/gst/play/play.h:
33065           add new method to get elements implementing an interface.
33066           add various error logging
33067
33068 2004-07-08  Wim Taymans  <wim@fluendo.com>
33069
33070         * examples/seeking/seek.c: (make_dv_pipeline), (make_avi_pipeline),
33071         (make_mpeg_pipeline), (make_mpegnt_pipeline),
33072         (make_playerbin_pipeline), (query_durations_elems),
33073         (query_durations_pads), (query_positions_elems),
33074         (query_positions_pads), (update_scale), (iterate), (stop_seek),
33075         (main):
33076         Added playbin seeking example.
33077
33078 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
33079
33080         * gst-libs/gst/play/play.c: (gst_play_set_location),
33081         (gst_play_set_data_src), (gst_play_set_video_sink),
33082         (gst_play_set_audio_sink), (gst_play_set_visualization),
33083         (gst_play_connect_visualization), (gst_play_get_framerate):
33084           use a macro to look up elements from hash table
33085
33086 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
33087
33088         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
33089         (gst_play_get_length_callback), (gst_play_set_location),
33090         (gst_play_seek_to_time), (gst_play_set_data_src),
33091         (gst_play_set_video_sink), (gst_play_set_audio_sink),
33092         (gst_play_set_visualization), (gst_play_connect_visualization),
33093         (gst_play_get_sink_element):
33094         - add debugging info
33095         - fix looking up sink elements by iterating over complete caps
33096         - put everything except for source and autoplugger in a complete bin
33097
33098 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
33099
33100         * ext/alsa/gstalsa.c: (gst_alsa_drain_audio):
33101         * ext/alsa/gstalsasink.c: (gst_alsa_sink_flush_one_pad),
33102         (gst_alsa_sink_check_event), (gst_alsa_sink_mmap),
33103         (gst_alsa_sink_write), (gst_alsa_sink_loop):
33104         * ext/alsa/gstalsasink.h:
33105         - add debugging info
33106         - clean up schizophrenia of data/buffer/event
33107         - fix double event unref error
33108
33109 2004-07-08  Wim Taymans  <wim@fluendo.com>
33110
33111         * gst/playback/Makefile.am:
33112         Add headers to noinst
33113
33114 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
33115
33116         * tools/gst-launch-ext-m.m:
33117         * tools/gst-launch-ext.1.in:
33118           convert to the third millenium
33119
33120 2004-07-07  David Schleef  <ds@schleef.org>
33121
33122         * sys/dxr3/Makefile.am: noinst_SOURCES should be nodist_SOURCES
33123
33124 2004-07-07  Wim Taymans  <wim@fluendo.com>
33125
33126         * gst/playback/Makefile.am:
33127         * gst/playback/README:
33128         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
33129         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
33130         (compare_ranks), (print_feature), (gst_decode_bin_init),
33131         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
33132         (try_to_link_1), (new_pad), (close_link), (type_found),
33133         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
33134         (plugin_init):
33135         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
33136         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
33137         (gst_play_base_bin_dispose), (rebuild_pipeline), (queue_overrun),
33138         (gen_preroll_element), (no_more_pads), (new_stream),
33139         (setup_source), (gst_play_base_bin_set_property),
33140         (gst_play_base_bin_get_property), (gst_play_base_bin_change_state),
33141         (gst_play_base_bin_add_element),
33142         (gst_play_base_bin_remove_element),
33143         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
33144         (gst_play_base_bin_unlink_stream),
33145         (gst_play_base_bin_get_streaminfo):
33146         * gst/playback/gstplaybasebin.h:
33147         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
33148         (gst_play_bin_class_init), (gst_play_bin_init),
33149         (gst_play_bin_dispose), (gst_play_bin_set_property),
33150         (gst_play_bin_get_property), (gen_video_element),
33151         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state),
33152         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
33153         (gst_play_bin_get_formats), (gst_play_bin_convert),
33154         (gst_play_bin_get_query_types), (gst_play_bin_query),
33155         (plugin_init):
33156         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
33157         (gst_stream_info_get_type), (gst_stream_info_class_init),
33158         (gst_stream_info_init), (gst_stream_info_new),
33159         (gst_stream_info_dispose), (gst_stream_info_set_property),
33160         (gst_stream_info_get_property):
33161         * gst/playback/gststreaminfo.h:
33162         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
33163         (main):
33164         * gst/playback/test2.c: (main):
33165         * gst/playback/test3.c: (update_scale), (main):
33166         More playbin fixes. Added README. Do better element filtering.
33167         Added base class to preroll media. Added test apps.
33168
33169 2004-07-07  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
33170
33171         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_flush_decoder):
33172         * ext/mpeg2dec/gstmpeg2dec.h:
33173           various debugging improvements.  Reset stream to next picture
33174           instead of sequence header, otherwise seeks cannot work.
33175
33176 2004-07-07  Wim Taymans  <wim@fluendo.com>
33177
33178         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
33179         (gst_video_box_class_init), (gst_video_box_set_property),
33180         (gst_video_box_i420), (gst_video_box_ayuv), (gst_video_box_chain):
33181         Use pad_alloc where possible.
33182
33183 2004-07-07  Wim Taymans  <wim@fluendo.com>
33184
33185         * sys/oss/gstosselement.c: (gst_osselement_reset),
33186         (gst_osselement_parse_caps):
33187         * sys/oss/gstosselement.h:
33188         * sys/oss/gstosssrc.c: (gst_osssrc_get):
33189         Fix offset on osssrc.
33190
33191 2004-07-07  Wim Taymans  <wim@fluendo.com>
33192
33193         * ext/theora/theora.c: (plugin_init):
33194         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
33195         (theora_dec_src_query), (theora_dec_chain):
33196         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
33197         (theora_enc_sink_link), (theora_buffer_from_packet),
33198         (theora_push_packet), (theora_enc_chain):
33199         Fix theora granulepos calculation.
33200         Fix overflow in duration/position calculation.
33201         Bump rank to PRIMARY for theoradec.
33202         Use granulepos of last packet to calculate position.
33203         Set keyframe flag on buffers when needed.
33204
33205 2004-07-06  David Schleef  <ds@schleef.org>
33206
33207         * gst/playback/Makefile.am: 'test' in bin_PROGRAMS?  Are you
33208         serious?  (Fixed, obviously.)
33209
33210 2004-07-06  Thomas Vander Stichele  <thomas at apestaart dot org>
33211
33212         * po/LINGUAS:
33213         * po/cs.po:
33214           added Czech translation (Miloslav Trmac)
33215
33216 2004-07-05  Wim Taymans  <wim@fluendo.com>
33217
33218         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
33219         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
33220         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
33221         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
33222         (close_link), (type_found), (gst_decode_bin_set_property),
33223         (gst_decode_bin_get_property), (gst_decode_bin_get_event_masks),
33224         (gst_decode_bin_send_event), (gst_decode_bin_get_formats),
33225         (gst_decode_bin_convert), (gst_decode_bin_get_query_types),
33226         (gst_decode_bin_query), (plugin_init):
33227         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
33228         (gst_play_bin_class_init), (gst_play_bin_init),
33229         (gst_play_bin_dispose), (rebuild_pipeline), (get_audio_element),
33230         (get_video_element), (new_pad), (setup_source),
33231         (gst_play_bin_set_property), (gst_play_bin_get_property),
33232         (gst_play_bin_change_state), (gst_play_bin_add_element),
33233         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
33234         (gst_play_bin_send_event), (gst_play_bin_get_formats),
33235         (gst_play_bin_convert), (gst_play_bin_get_query_types),
33236         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
33237         * gst/playback/test.c: (main):
33238         More fixes, cleaned up playbin, make it use decodebin. Added
33239         threaded property to playbin.
33240
33241 2004-07-05  Wim Taymans  <wim@fluendo.com>
33242
33243         * configure.ac:
33244         * gst/playback/Makefile.am:
33245         * gst/playback/decodetest.c: (main):
33246         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
33247         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
33248         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
33249         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
33250         (close_link), (type_found), (gst_decode_bin_set_property),
33251         (gst_decode_bin_get_property), (gst_decode_bin_change_state),
33252         (gst_decode_bin_get_event_masks), (gst_decode_bin_send_event),
33253         (gst_decode_bin_get_formats), (gst_decode_bin_convert),
33254         (gst_decode_bin_get_query_types), (gst_decode_bin_query),
33255         (plugin_init):
33256         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
33257         (gst_play_bin_class_init), (gst_play_bin_init),
33258         (gst_play_bin_dispose), (gen_default_output), (rebuild_pipeline),
33259         (collect_sink_pads), (find_compatibles), (close_pad_link),
33260         (try_to_link_1), (new_pad), (close_link), (type_found),
33261         (setup_source), (gst_play_bin_set_property),
33262         (gst_play_bin_get_property), (gst_play_bin_factory_filter),
33263         (compare_ranks), (gst_play_bin_collect_factories),
33264         (gst_play_bin_change_state), (gst_play_bin_add_element),
33265         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
33266         (gst_play_bin_send_event), (gst_play_bin_get_formats),
33267         (gst_play_bin_convert), (gst_play_bin_get_query_types),
33268         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
33269         * gst/playback/test.c: (main):
33270         Added some playback helper elements and some test apps, very alpha
33271         still.
33272
33273 2004-07-04  Benjamin Otte  <otte@gnome.org>
33274
33275         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
33276           only restart audio when we indeed have an xrun to fix repeated
33277           xruns. Fix suggested by Giuliano Pochini.
33278
33279 2004-07-03  David Schleef  <ds@schleef.org>
33280
33281         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper): Disable
33282         call to gst_debug_log() if debugging is disabled (bug #145118)
33283
33284 2004-07-03  Benjamin Otte  <otte@gnome.org>
33285
33286         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
33287           use our own functions for restarting the alsa device.
33288         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
33289           I should apply patches myself - use MIN for the third argument, not
33290           the second, this fixes seeking
33291
33292 2004-07-02  David Schleef  <ds@schleef.org>
33293
33294         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
33295         (gst_flacdec_write):  Actually, GST_PAD_CAPS() has nothing to
33296         do with the logic.
33297
33298 2004-07-02  David Schleef  <ds@schleef.org>
33299
33300         * ext/flac/gstflacdec.c: (gst_flacdec_write):  Set duration on
33301         output buffers.  Fix logic mistake.  (bug #144866)
33302
33303 2004-07-02  David Schleef  <ds@schleef.org>
33304
33305         * gst-libs/gst/xoverlay/Makefile.am: xoverlay no longer depends
33306         on X.  (bug #144753)
33307
33308 2004-07-02  David Schleef  <ds@schleef.org>
33309
33310         * gst/wavenc/gstwavenc.c: (gst_wavenc_setup),
33311         (gst_wavenc_stop_file): Switch to GST_WRITE_UINT32_LE macros
33312         (bug #144624)
33313         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
33314         (gst_osselement_rate_probe_check): Add another workaround for
33315         buggy drivers (bug #145336)
33316
33317 2004-07-02  David Schleef  <ds@schleef.org>
33318
33319         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_handle_client_write):
33320         Most systems don't have MSG_NOSIGNAL.
33321
33322 2004-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
33323
33324         * Makefile.am:
33325         * gst-libs/gst/colorbalance/Makefile.am:
33326         * gst-libs/gst/mixer/Makefile.am:
33327         * gst-libs/gst/play/Makefile.am:
33328         * gst-libs/gst/tuner/Makefile.am:
33329           (hopefully) fix both install and dist and make error message useful.
33330           needs testing across automakes.
33331
33332 2004-07-02  Benjamin Otte  <otte@gnome.org>
33333
33334         * ext/ogg/gstogg.c: (plugin_init):
33335           we require bytestream now
33336         * ext/ogg/gstoggdemux.c:
33337           huge diff to implement chain setup in a fast and generic way. This
33338           improves tag reading and startup of huge files (read: Theora videos)
33339           quite a bit. It probably contains bugs, too, so please test.
33340           Seeking is not improved to the fast method.
33341
33342 2004-06-29  Wim Taymans  <wim@fluendo.com>
33343
33344         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
33345         * ext/ogg/gstoggmux.c:
33346         Fix memleak in oggdemux when running unconnected pads.
33347         doc update in mux, start working on keyframe mode.
33348
33349 2004-06-29  Benjamin Otte  <otte@gnome.org>
33350
33351         * sys/oss/gstosssink.c:
33352         * sys/oss/gstosssrc.c:
33353           advertise correct template caps - we indeed do non-native endianness
33354           and 8bit audio has no endianness
33355         * sys/ximage/ximagesink.c: (gst_ximagesink_getcaps):
33356         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps):
33357           avoid (wrong) duplications in getcaps function and return
33358           template caps
33359
33360 2004-06-29  Wim Taymans  <wim@fluendo.com>
33361
33362         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
33363         (gst_multifdsink_class_init), (gst_multifdsink_add),
33364         (gst_multifdsink_remove), (gst_multifdsink_clear),
33365         (gst_multifdsink_client_remove),
33366         (gst_multifdsink_handle_client_read),
33367         (gst_multifdsink_client_queue_data),
33368         (gst_multifdsink_client_queue_caps),
33369         (gst_multifdsink_client_queue_buffer),
33370         (gst_multifdsink_handle_client_write),
33371         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
33372         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
33373         (gst_multifdsink_init_send), (gst_multifdsink_close):
33374         Fix wrong GList iteration that could crash the server when
33375         more then 2 clients disconnect at the same time. Read all the
33376         pending commands in one batch to recover from command storms under
33377         very heavy load.
33378
33379 2004-06-28  Wim Taymans  <wim@fluendo.com>
33380
33381         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
33382         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
33383         (gst_videomixer_pad_set_property),
33384         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
33385         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
33386         (gst_videomixer_class_init), (gst_videomixer_init),
33387         (gst_videomixer_request_new_pad), (gst_videomixer_blend_ayuv_i420),
33388         (pad_zorder_compare), (gst_videomixer_sort_pads),
33389         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
33390         (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
33391         (gst_videomixer_update_queues), (gst_videomixer_loop),
33392         (plugin_init):
33393         Avoid divide by zero, choose masterpad as the pad with the highest
33394         framerate.
33395
33396 2004-06-27  Julien Moutte  <julien@moutte.net>
33397
33398         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
33399         (gst_ximagesink_xwindow_new):
33400         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
33401         (gst_xvimagesink_xwindow_new): I prefer locking the mutex in the
33402         function directly. We might want to call it from somewhere else one day.
33403
33404 2004-06-27  Julien Moutte  <julien@moutte.net>
33405
33406         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
33407         (gst_ximagesink_xwindow_new):
33408         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
33409         (gst_xvimagesink_xwindow_new): Trying to fix the random behaviour of
33410         window decorations.
33411
33412 2004-06-27  Wim Taymans  <wim@fluendo.com>
33413
33414         * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
33415         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
33416         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state),
33417         (gst_dvdec_set_property), (gst_dvdec_get_property):
33418         * ext/dv/gstdvdec.h:
33419         Implement drop_factor property to lower the framerate with
33420         a factor.
33421
33422 2004-06-27  Thomas Vander Stichele  <thomas at apestaart dot org>
33423
33424         * gst-libs/gst/colorbalance/Makefile.am:
33425         * gst-libs/gst/mixer/Makefile.am:
33426         * gst-libs/gst/play/Makefile.am:
33427         * gst-libs/gst/tuner/Makefile.am:
33428           unbreak Company's fix that didn't install the -enum.h files
33429
33430 2004-06-27  Wim Taymans  <wim@fluendo.com>
33431
33432         * ext/dv/gstdvdec.c: (gst_dvdec_push), (gst_dvdec_loop),
33433         (gst_dvdec_change_state):
33434         * ext/dv/gstdvdec.h:
33435         Fix timestamp, duration and offset of the buffers.
33436
33437 2004-06-27  Wim Taymans  <wim@fluendo.com>
33438
33439         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
33440         (gst_multifdsink_class_init), (gst_multifdsink_add),
33441         (gst_multifdsink_remove), (gst_multifdsink_clear),
33442         (gst_multifdsink_client_remove),
33443         (gst_multifdsink_handle_client_read),
33444         (gst_multifdsink_client_queue_data),
33445         (gst_multifdsink_client_queue_caps),
33446         (gst_multifdsink_client_queue_buffer),
33447         (gst_multifdsink_handle_client_write),
33448         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
33449         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
33450         (gst_multifdsink_init_send), (gst_multifdsink_close):
33451         * gst/tcp/gstmultifdsink.h:
33452         * gst/tcp/gsttcpserversink.c:
33453         (gst_tcpserversink_handle_server_read),
33454         (gst_tcpserversink_handle_select), (gst_tcpserversink_close):
33455         More multifdsink fixes, more recovery policy fixes.
33456         Removed stupid g_print
33457
33458 2004-06-26  Wim Taymans  <wim@fluendo.com>
33459
33460         * gst/tcp/Makefile.am:
33461         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
33462         (gst_multifdsink_get_type), (gst_multifdsink_base_init),
33463         (gst_multifdsink_class_init), (gst_multifdsink_init),
33464         (gst_multifdsink_debug_fdset), (gst_multifdsink_client_remove),
33465         (gst_multifdsink_handle_client_read),
33466         (gst_multifdsink_client_queue_data),
33467         (gst_multifdsink_client_queue_caps),
33468         (gst_multifdsink_client_queue_buffer),
33469         (gst_multifdsink_handle_client_write),
33470         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
33471         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
33472         (gst_multifdsink_chain), (gst_multifdsink_set_property),
33473         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
33474         (gst_multifdsink_close), (gst_multifdsink_change_state):
33475         * gst/tcp/gstmultifdsink.h:
33476         * gst/tcp/gsttcpplugin.c: (plugin_init):
33477         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_get_type),
33478         (gst_tcpserversink_class_init), (gst_tcpserversink_init),
33479         (gst_tcpserversink_handle_server_read),
33480         (gst_tcpserversink_handle_select),
33481         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property),
33482         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
33483         * gst/tcp/gsttcpserversink.h:
33484         Added multifdsink, made tcpserversink a subclass of fdsink, removed
33485         one of the locks, added recovery policy to multifdsink.
33486
33487 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
33488
33489         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
33490           fix decision for when getting frames with same timestamp
33491         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
33492         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
33493         (gst_v4lsrc_get_property):
33494         * sys/v4l/gstv4lsrc.h:
33495           add latency offset property
33496
33497 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
33498
33499         * gst/videorate/gstvideorate.c: (gst_videorate_chain),
33500         (plugin_init):
33501           fix debugging. add category.
33502
33503 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
33504
33505         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
33506           fix wrong offsets
33507
33508 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
33509
33510         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
33511         (gst_alsa_src_get_time), (gst_alsa_src_loop),
33512         (gst_alsa_src_change_state):
33513           return a time that is in sync with the element's processing
33514
33515 2004-06-25  Wim Taymans  <wim@fluendo.com>
33516
33517         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
33518         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
33519         (gst_tcpserversink_client_remove),
33520         (gst_tcpserversink_handle_client_read),
33521         (gst_tcpserversink_client_queue_data),
33522         (gst_tcpserversink_client_queue_caps),
33523         (gst_tcpserversink_client_queue_buffer),
33524         (gst_tcpserversink_handle_client_write),
33525         (gst_tcpserversink_queue_buffer),
33526         (gst_tcpserversink_handle_clients), (gst_tcpserversink_thread),
33527         (gst_tcpserversink_chain), (gst_tcpserversink_set_property),
33528         (gst_tcpserversink_get_property), (gst_tcpserversink_init_send),
33529         (gst_tcpserversink_close):
33530         * gst/tcp/gsttcpserversink.h:
33531         Serversink rewrite. Really do non blocking writes to clients and
33532         maintain an internal queue to handle slower clients while not
33533         disturbing fast clients.
33534
33535 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
33536
33537         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
33538           better debug, don't override OFFSET and OFFSET_END
33539
33540 2004-06-25  Iain <iain@prettypeople.org>
33541
33542         * gst-libs/gst/media-info/media-info-priv.c (gmi_set_mime): Add
33543         name=source for the wavparse pipeline.
33544
33545 2004-06-24  Johan Dahlin  <johan@gnome.org>
33546
33547         * ext/theora/theoraenc.c (theora_enc_chain): Call
33548         gst_pad_try_set_caps instead of gst_pad_set_explicit_caps so the
33549         streamheader caps are set correctly.
33550
33551 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
33552
33553         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
33554         (gst_vorbisenc_setup), (gst_vorbisenc_set_property):
33555           respect minimum bitrate; same could be done for max bitrate
33556
33557 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
33558
33559         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
33560         (gst_vorbisenc_setup):
33561           fix sample rate range
33562
33563 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
33564
33565         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_class_init),
33566         (gst_oggvorbisenc_setup):
33567         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
33568         (gst_vorbisenc_setup):
33569           resolve ambiguities in code and description
33570
33571 2004-06-24  Wim Taymans  <wim@fluendo.com>
33572
33573         * ext/alsa/gstalsa.c: (gst_alsa_start), (gst_alsa_xrun_recovery):
33574         * ext/alsa/gstalsa.h:
33575         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
33576         (gst_alsa_src_update_avail), (gst_alsa_src_loop):
33577         Use alsa trigger_tstamp to get the timestamp of the first
33578         sample in the buffer for more precise sync. Some cleanups.
33579
33580 2004-06-24  Wim Taymans  <wim@fluendo.com>
33581
33582         * gst/audiorate/gstaudiorate.c: (gst_audiorate_link),
33583         (gst_audiorate_init), (gst_audiorate_chain),
33584         (gst_audiorate_set_property), (gst_audiorate_get_property):
33585         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
33586         (gst_videorate_chain):
33587         Added some logging, fixed an overflow bug in videorate.
33588
33589 2004-06-24  Benjamin Otte  <otte@gnome.org>
33590
33591         * ext/kio/Makefile.am:
33592           fix for builddir != srcdir and distcheck
33593
33594 2004-06-24  Benjamin Otte  <otte@gnome.org>
33595
33596         * gst-libs/gst/colorbalance/Makefile.am:
33597         * gst-libs/gst/mixer/Makefile.am:
33598         * gst-libs/gst/play/Makefile.am:
33599         * gst-libs/gst/tuner/Makefile.am:
33600         * gst/tcp/Makefile.am:
33601         * sys/dxr3/Makefile.am:
33602           don't include -enumtypes.[ch] or -marshal.[ch] files in the disted
33603           tarball.
33604           Also add all *.list files that were missing.
33605         * Makefile.am:
33606           add a distcheck hook to ensure the above doesn't happen again.
33607
33608 2004-06-23  David I. Lehn  <dlehn@users.sourceforge.net>
33609
33610         * ext/Makefile.am: s/DTS_DIR=dvdread/DTS_DIR=dts/
33611
33612 2004-06-23  Colin Walters  <walters@redhat.com>
33613
33614         * m4/Makefile.am: Distribute gst-fionread.m4.
33615
33616 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
33617
33618         * configure.ac: back to dev
33619
33620 2004-06-23  Wim Taymans  <wim@fluendo.com>
33621
33622         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
33623         (gst_alsa_xrun_recovery):
33624         * ext/alsa/gstalsa.h:
33625         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
33626         (gst_alsa_sink_loop), (gst_alsa_sink_get_time):
33627         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
33628         (gst_alsa_src_get_time), (gst_alsa_src_update_avail),
33629         (gst_alsa_src_loop):
33630         Add clock to alsasrc. Take new capture timestamp when
33631         restarting after an overrun. Split up some functions between
33632         alsasrc and alsasink.
33633
33634 === release 0.8.2 ===
33635
33636 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
33637
33638         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
33639         (gst_alsa_change_state), (gst_alsa_update_avail),
33640         (gst_alsa_xrun_recovery):
33641         * ext/alsa/gstalsa.h:
33642         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
33643           merge back changes from release
33644
33645 2004-06-23  Wim Taymans  <wim@fluendo.com>
33646
33647         * gst/audiorate/gstaudiorate.c: (gst_audiorate_class_init),
33648         (gst_audiorate_init), (gst_audiorate_chain),
33649         (gst_audiorate_set_property), (gst_audiorate_get_property):
33650         Implement sample dropping and notify
33651
33652 2004-06-22  Wim Taymans  <wim@fluendo.com>
33653
33654         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
33655         (theora_enc_sink_link), (theora_buffer_from_packet),
33656         (theora_push_packet), (theora_enc_chain):
33657         Some cleanups, make sure the timestamps are correct.
33658
33659 2004-06-22  Wim Taymans  <wim@fluendo.com>
33660
33661         * ext/alsa/gstalsa.c: (gst_alsa_get_time), (gst_alsa_clock_update),
33662         (gst_alsa_change_state), (gst_alsa_update_avail),
33663         (gst_alsa_xrun_recovery):
33664         * ext/alsa/gstalsa.h:
33665         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
33666         Cleanups, take queued samples into account when reporting
33667         the time.
33668
33669 2004-06-22  Wim Taymans  <wim@fluendo.com>
33670
33671         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
33672         (gst_videorate_init):
33673         Initialize the property as well.
33674
33675 2004-06-22  Wim Taymans  <wim@fluendo.com>
33676
33677         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
33678         (gst_videorate_init), (gst_videorate_chain),
33679         (gst_videorate_set_property), (gst_videorate_get_property):
33680         Add property to make videorate silent.
33681         Add property to prefer new frames over old ones.
33682
33683 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
33684
33685         * sys/osxvideo/Makefile.am:
33686         Workaround so that the osxvideo .so file gets linked with the
33687         Cocoa, OpenGL and QuickTime frameworks
33688
33689 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
33690
33691         * sys/osxaudio/Makefile.am:
33692         Workaround so that the osxaudio .so file gets linked with the
33693         CoreAudio framework
33694
33695 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
33696
33697         * configure.ac:
33698         Whoops, my fault...fixed build issues
33699
33700 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
33701
33702         * configure.ac:
33703         Add objective-c support if running in Darwin/Mac OS X
33704         * sys/Makefile.am:
33705         * sys/osxvideo:
33706         * sys/osxvideo/Makefile.am:
33707         * sys/osxvideo/osxvideosink.h:
33708         * sys/osxvideo/osxvideosink.m:
33709         * sys/osxvideo/cocoawindow.h:
33710         * sys/osxvideo/cocoawindow.m:
33711         Add osxvideosink, a cocoa-based osx video sink
33712
33713
33714 2004-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
33715         * ext/dvdnav/gst-dvd:
33716         Grab the gconf key from the right spot
33717         * gst/debug/gstnavseek.c: (gst_navseek_init),
33718         (gst_navseek_segseek), (gst_navseek_handle_src_event),
33719         (gst_navseek_chain):
33720         * gst/debug/gstnavseek.h:
33721           Add 's', 'e' and 'l' keypresses to navseek to define the start,end
33722           and loop parameters of a segment seek.
33723         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
33724         (gst_videotestsrc_get_event_masks),
33725         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
33726         * gst/videotestsrc/gstvideotestsrc.h:
33727           Add seeking support to videotestsrc
33728           Initialise the timestamp_offset variable.
33729
33730 2004-06-18  Wim Taymans  <wim@fluendo.com>
33731
33732         * ext/sidplay/gstsiddec.cc:
33733         Fix negotiation and set correct end offset.
33734
33735 2004-06-18  Thomas Vander Stichele  <thomas at apestaart dot org>
33736
33737         * configure.ac: branch and prerelease
33738
33739 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
33740
33741         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
33742         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_get),
33743         (gst_tcpclientsrc_init_receive):
33744         * gst/tcp/gsttcpclientsrc.h:
33745           read caps when connecting to server for GDP so we set them correctly
33746
33747 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
33748
33749         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
33750           notify drops and duplicates
33751         * gst/videoscale/videoscale.c: (videoscale_get_structure):
33752           no good reason to limit ourselves to 100x100
33753
33754 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
33755
33756         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
33757         (gst_v4lsrc_open), (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
33758         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
33759         (gst_v4lsrc_get_property):
33760         * sys/v4l/gstv4lsrc.h:
33761         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
33762         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
33763         (gst_v4l_set_audio):
33764         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame),
33765         (gst_v4lsrc_try_capture):
33766         * sys/v4l/v4lsrc_calls.h:
33767           change try_palette to more general try_capture
33768           add autoprobe option so we can turn off autoprobing
33769           various fixes
33770
33771 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
33772
33773         * configure.ac:
33774           add videorate
33775         * sys/ximage/ximagesink.c: (gst_ximagesink_finalize),
33776         (gst_ximagesink_class_init):
33777         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_finalize),
33778         (gst_xvimagesink_class_init):
33779           run them as finalize, not dispose, since dispose can be invoked
33780           multiple times
33781
33782 2004-06-17  Wim Taymans  <wim@fluendo.com>
33783
33784         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
33785         (gst_alsa_get_time), (gst_alsa_xrun_recovery):
33786         * ext/alsa/gstalsa.h:
33787         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
33788         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init), (gst_alsa_src_loop),
33789         (gst_alsa_src_change_state):
33790         * ext/alsa/gstalsasrc.h:
33791         Make the xrun code timestamp and offset the buffers correctly.
33792         moved the clock to the base class, use alsa methods to get time.
33793         Do correct timestamping on outgoing buffers.
33794
33795 2004-06-17  Wim Taymans  <wim@fluendo.com>
33796
33797         * gst/audiorate/Makefile.am:
33798         * gst/audiorate/gstaudiorate.c: (gst_audiorate_get_type),
33799         (gst_audiorate_base_init), (gst_audiorate_class_init),
33800         (gst_audiorate_link), (gst_audiorate_init), (gst_audiorate_chain),
33801         (gst_audiorate_set_property), (gst_audiorate_get_property),
33802         (gst_audiorate_change_state), (plugin_init):
33803         Added an audiorate converter that fills in gaps.
33804
33805 2004-06-17  Johan Dahlin  <johan@gnome.org>
33806
33807         * ext/tcp/*: Revert Zaheer changes, to make things actually work again.
33808
33809 2004-06-16  Wim Taymans  <wim@fluendo.com>
33810
33811         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get):
33812         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
33813         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
33814         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
33815         (gst_v4lsrc_get_property):
33816         * sys/v4l/gstv4lsrc.h:
33817         Added a copy mode to v4lsrc where it will output a copied version
33818         of its internal hardware buffer.
33819         Fix the wrong FLAG_SET usage. The flags are integers, not bits, you
33820         can't | them.
33821
33822 2004-06-16  Wim Taymans  <wim@fluendo.com>
33823
33824         * sys/oss/gstosssrc.c: (gst_osssrc_get):
33825         Timestamp fixes.
33826
33827 2004-06-16  Wim Taymans  <wim@fluendo.com>
33828
33829         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
33830         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
33831         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
33832         (gst_v4lsrc_get_property):
33833         * sys/v4l/gstv4lsrc.h:
33834         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
33835         Added a sync mode enum property to control v4lsrc timestamp method
33836         Removed the use-fixed-fps property and moved functionality in
33837         the enum.
33838         Don't error on an error value from v4l-conf, it might not always
33839         be a real error.
33840
33841 2004-06-16  Wim Taymans  <wim@fluendo.com>
33842
33843         * gst/videorate/Makefile.am:
33844         * gst/videorate/gstvideorate.c: (gst_videorate_get_type),
33845         (gst_videorate_base_init), (gst_videorate_class_init),
33846         (gst_videorate_getcaps), (gst_videorate_link),
33847         (gst_videorate_init), (gst_videorate_chain),
33848         (gst_videorate_set_property), (gst_videorate_get_property),
33849         (gst_videorate_change_state), (plugin_init):
33850         Added a video timestamp corrector.
33851
33852 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
33853
33854         fixed a potential leak with previous commit
33855
33856         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
33857
33858 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
33859
33860         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
33861         Added missing refcount, fixes bug #144425
33862         Cheers Tim for finding the bug
33863
33864 2004-06-15  Thomas Vander Stichele  <thomas at apestaart dot org>
33865
33866         * sys/v4l/gstv4l.c: (plugin_init):
33867         * sys/v4l/gstv4lcolorbalance.c:
33868         * sys/v4l/gstv4lcolorbalance.h:
33869         * sys/v4l/gstv4lelement.c:
33870         * sys/v4l/gstv4lelement.h:
33871         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
33872         * sys/v4l/gstv4lmjpegsink.h:
33873         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
33874         * sys/v4l/gstv4lmjpegsrc.h:
33875         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
33876         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
33877         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
33878         * sys/v4l/gstv4lsrc.h:
33879         * sys/v4l/gstv4ltuner.c:
33880         * sys/v4l/gstv4ltuner.h:
33881         * sys/v4l/gstv4lxoverlay.c:
33882         * sys/v4l/gstv4lxoverlay.h:
33883         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
33884         (gst_v4l_set_window), (gst_v4l_enable_overlay):
33885         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
33886         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
33887         (gst_v4l_set_audio):
33888         * sys/v4l/v4l_calls.h:
33889         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
33890         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_sync_frame),
33891         (gst_v4lmjpegsink_set_buffer), (gst_v4lmjpegsink_set_playback),
33892         (gst_v4lmjpegsink_playback_init),
33893         (gst_v4lmjpegsink_playback_start), (gst_v4lmjpegsink_get_buffer),
33894         (gst_v4lmjpegsink_play_frame), (gst_v4lmjpegsink_wait_frame),
33895         (gst_v4lmjpegsink_playback_stop),
33896         (gst_v4lmjpegsink_playback_deinit):
33897         * sys/v4l/v4lmjpegsink_calls.h:
33898         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
33899         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_buffer),
33900         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
33901         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_capture_start),
33902         (gst_v4lmjpegsrc_grab_frame), (gst_v4lmjpegsrc_requeue_frame),
33903         (gst_v4lmjpegsrc_capture_stop), (gst_v4lmjpegsrc_capture_deinit):
33904         * sys/v4l/v4lmjpegsrc_calls.h:
33905         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
33906         (gst_v4lsrc_sync_frame), (gst_v4lsrc_set_capture),
33907         (gst_v4lsrc_capture_init), (gst_v4lsrc_capture_start),
33908         (gst_v4lsrc_grab_frame), (gst_v4lsrc_requeue_frame),
33909         (gst_v4lsrc_capture_stop), (gst_v4lsrc_capture_deinit),
33910         (gst_v4lsrc_try_palette):
33911         * sys/v4l/v4lsrc_calls.h:
33912           bunch of paranoia cleanups
33913
33914 2004-06-14  David Schleef  <ds@schleef.org>
33915
33916         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_init),
33917         (cdparanoia_get), (cdparanoia_open), (cdparanoia_change_state):
33918         Send discont events and change timestamps appropriately when
33919         we get a seek event.  (bug #144240)
33920         * ext/cdparanoia/gstcdparanoia.h:
33921
33922 2004-06-14  Benjamin Otte  <otte@gnome.org>
33923
33924         * ext/alsa/gstalsa.c: Use snd_pcm_hw_params_set_rate _near instead of
33925           snd_pcm_hw_params_set_rate  since the latter fails for no good
33926           reason on some setups.
33927
33928 2004-06-14  David Schleef  <ds@schleef.org>
33929
33930         * gst/volume/demo.c: (value_changed_callback): exp10() is not
33931         standard.  Thank you for playing.
33932
33933 2004-06-14  Wim Taymans  <wim@fluendo.com>
33934
33935         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
33936         Patch 1.3 broke the ordering of the colorspace info and
33937         made the plugin basically work by coincidence, reordered
33938         the info.
33939
33940 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
33941
33942         * ext/lame/gstlame.c:
33943         * ext/mad/gstmad.c:
33944           sync caps.  Make sure mad can only output a list of rates, not
33945           a full range.  In the future, have three caps lists for each of the
33946           mpeg versions.  Change mpegversion to a double as well.
33947
33948 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
33949
33950         * gst/volume/.cvsignore:
33951         * gst/volume/Makefile.am:
33952         * gst/volume/demo.c: (value_changed_callback), (idler),
33953         (setup_gui), (main):
33954           added small demo app
33955
33956 2004-06-13  Jan Schmidt  <thaytan@mad.scientist.com>
33957         * ext/esd/esdsink.c: (gst_esdsink_change_state):
33958         * ext/esd/esdsink.h:
33959         Close the esd connection on pause, because esd will just wait -
33960         blocking all other esd clients indefinitely.
33961
33962 2004-06-12  Christophe Fergeau  <teuf@gnome.org>
33963
33964         * gst/tags/gstvorbistag.c: replaced a g_warning which I added in my
33965           previous commit with GST_DEBUG
33966
33967 2004-06-12  Thomas Vander Stichele  <thomas at apestaart dot org>
33968
33969         * configure.ac:
33970           add a header check for a dvdread header in dvdnav.  Fixes #133002
33971
33972 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
33973
33974         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
33975         * gst/tcp/gsttcpclientsink.h:
33976         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
33977         * gst/tcp/gsttcpclientsrc.h:
33978         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init),
33979         (gst_tcpserversink_handle_server_read),
33980         (gst_tcpserversink_init_send):
33981         * gst/tcp/gsttcpserversink.h:
33982         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
33983         * gst/tcp/gsttcpserversrc.h:
33984         Modified the tcp plugins so they are portable (IPv4,IPv6, any future
33985         version of IP)
33986
33987 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
33988
33989         * configure.ac:
33990         Added ogg library so that OSX detects libtheora properly
33991
33992 2004-06-11  Wim Taymans  <wim@fluendo.com>
33993
33994         * ext/theora/theoradec.c: (theora_dec_chain),
33995         (theora_dec_change_state):
33996         Don't try to decode frames before we received a keyframe.
33997
33998 2004-06-11  Wim Taymans  <wim@fluendo.com>
33999
34000         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
34001         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
34002         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
34003         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
34004         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
34005         Added property to set the maximum delay of a page.
34006
34007 2004-06-10  Wim Taymans  <wim@fluendo.com>
34008
34009         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
34010         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
34011         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
34012         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
34013         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
34014         Added max-delay property to control the maximum amount
34015         of data to put in one page.
34016
34017 2004-06-10  Wim Taymans  <wim@fluendo.com>
34018
34019         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
34020         (gst_theora_enc_init), (theora_enc_sink_link),
34021         (theora_buffer_from_packet), (theora_enc_set_property),
34022         (theora_enc_get_property):
34023         Set duration on encoded buffer, added some more properties
34024
34025 2004-06-10  Wim Taymans  <wim@fluendo.com>
34026
34027         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
34028         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
34029         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
34030         * ext/theora/theoraenc.c: (theora_enc_chain):
34031         Fix refcounting bugs
34032
34033 2004-06-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34034
34035         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
34036         (gst_asf_demux_loop), (gst_asf_demux_process_file),
34037         (gst_asf_demux_process_data), (gst_asf_demux_handle_data),
34038         (gst_asf_demux_process_object), (gst_asf_demux_get_stream),
34039         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event),
34040         (gst_asf_demux_handle_src_event), (gst_asf_demux_handle_src_query),
34041         (gst_asf_demux_change_state):
34042         * gst/asfdemux/gstasfdemux.h:
34043           You know Chimaira? "I - HATE - EVERYTHING". Yeah, that's what this
34044           feels like. I think we should set a new requirement for demuxers
34045           from now on to implement sane loop functions, data loops, query
34046           and seek functions before first commit into CVS. And this commit
34047           fixes all of the above.
34048
34049 2004-06-10  Christophe Fergeau  <teuf@gnome.org>
34050
34051         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add): make sure parsed
34052           vorbis comments are properly encoded in UTF-8 before adding them
34053           to a GstTagList
34054
34055 2004-06-09  Benjamin Otte  <otte@gnome.org>
34056
34057         * ext/alsa/gstalsa.c: (add_channels):
34058           handle min <= max correctly
34059         * ext/alsa/gstalsa.c: (gst_alsa_fixate_to_mimetype),
34060         (gst_alsa_fixate_field_nearest_int), (gst_alsa_fixate):
34061           add fixation functions so we fixate correctly. No preferring of alaw
34062           anymore because it's the first structure.
34063         * ext/alsa/gstalsa.h:
34064         * ext/alsa/gstalsa.c: (gst_alsa_sw_params_dump),
34065         (gst_alsa_hw_params_dump):
34066           add functions to ease debugging in alsalib
34067         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
34068         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
34069         (gst_alsa_start_audio):
34070           only specify hw params if we really setup a format (fixes #134007 -
34071           or at least works around it)
34072
34073 2004-06-09  Wim Taymans  <wim@fluendo.com>
34074
34075         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
34076         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
34077         (gst_ogg_mux_push_page), (gst_ogg_mux_get_headers),
34078         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_send_headers),
34079         (gst_ogg_mux_loop):
34080         Use stream caps to setup the initial pages in the ogg stream.
34081         Correctly set the streamheader caps on the srcpad.
34082
34083 2004-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
34084
34085         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
34086         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
34087         (gst_v4lsrc_getcaps):
34088         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
34089         (gst_v4l_get_picture), (gst_v4l_get_audio), (gst_v4l_set_audio):
34090           add querying of fps lists for webcams.  Negotiating to a framerate
34091           now works.
34092
34093 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
34094
34095         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
34096         (theora_push_buffer), (theora_push_packet),
34097         (theora_set_header_on_caps), (theora_enc_chain):
34098           mark buffers and put on streamheader, raw theora streaming
34099           now works too, whee
34100
34101 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
34102
34103         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
34104         (gst_tcp_gdp_read_caps):
34105           do a looping read for caps and GDP headers too
34106
34107 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
34108
34109         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
34110         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get):
34111           return EOS instead of NULL in _get
34112
34113 2004-06-08  Wim Taymans  <wim@fluendo.com>
34114
34115         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
34116         (gst_tcp_gdp_read_caps), (gst_tcp_gdp_write_header),
34117         (gst_tcp_gdp_write_caps):
34118         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
34119         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
34120         (gst_tcpserversrc_gdp_read_header), (gst_tcpserversrc_get):
34121         Memory leak fixes
34122
34123 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
34124
34125         * ext/vorbis/Makefile.am:
34126         * ext/vorbis/vorbis.c: (plugin_init):
34127         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_base_init),
34128         (gst_vorbis_parse_class_init), (gst_vorbis_parse_init),
34129         (vorbis_parse_set_header_on_caps), (vorbis_parse_chain),
34130         (vorbis_parse_change_state):
34131         * ext/vorbis/vorbisparse.h:
34132           adding a vorbisparse element that marks the buffers, streaming
34133           raw vorbis using GDP now works, whee
34134
34135 2004-06-08  Wim Taymans  <wim@fluendo.com>
34136
34137         * ext/jpeg/Makefile.am:
34138         * ext/jpeg/README:
34139         * ext/jpeg/gstjpeg.c: (plugin_init):
34140         * ext/jpeg/gstsmokedec.c: (gst_smokedec_get_type),
34141         (gst_smokedec_base_init), (gst_smokedec_class_init),
34142         (gst_smokedec_init), (gst_smokedec_link), (gst_smokedec_chain):
34143         * ext/jpeg/gstsmokedec.h:
34144         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_get_type),
34145         (gst_smokeenc_base_init), (gst_smokeenc_class_init),
34146         (gst_smokeenc_init), (gst_smokeenc_getcaps), (gst_smokeenc_link),
34147         (gst_smokeenc_resync), (gst_smokeenc_chain),
34148         (gst_smokeenc_set_property), (gst_smokeenc_get_property):
34149         * ext/jpeg/gstsmokeenc.h:
34150         * ext/jpeg/smokecodec.c: (smokecodec_init_destination),
34151         (smokecodec_flush_destination), (smokecodec_term_destination),
34152         (smokecodec_init_source), (smokecodec_fill_input_buffer),
34153         (smokecodec_skip_input_data), (smokecodec_resync_to_restart),
34154         (smokecodec_term_source), (smokecodec_encode_new),
34155         (smokecodec_decode_new), (smokecodec_info_free),
34156         (smokecodec_set_quality), (smokecodec_get_quality),
34157         (smokecodec_set_threshold), (smokecodec_get_threshold),
34158         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
34159         (find_best_size), (abs_diff), (put), (smokecodec_encode),
34160         (smokecodec_parse_header), (smokecodec_decode):
34161         * ext/jpeg/smokecodec.h:
34162         Added a new simple jpeg based codec
34163
34164 2004-06-08  Wim Taymans  <wim@fluendo.com>
34165
34166         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
34167         (gst_multipart_mux_loop):
34168         Fix memory leak
34169
34170 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
34171
34172         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
34173         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_client_remove),
34174         (gst_tcpserversink_handle_client_read), (gst_tcp_buffer_write),
34175         (gst_tcpserversink_handle_client_write), (gst_tcpserversink_chain),
34176         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
34177         * gst/tcp/gsttcpserversink.h:
34178           take streamheader into account
34179
34180 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
34181
34182         * gst/level/Makefile.am:
34183         * gst/level/gstlevel.c: (gst_level_class_init):
34184           clean up marshal generation
34185
34186 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
34187
34188         * gst/tcp/Makefile.am:
34189         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_get_type),
34190         (gst_tcpclientsink_class_init), (gst_tcpclientsink_init),
34191         (gst_tcpclientsink_set_property), (gst_tcpclientsink_get_property):
34192         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
34193         (gst_tcpclientsrc_init), (gst_tcpclientsrc_set_property),
34194         (gst_tcpclientsrc_get_property):
34195         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
34196         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
34197         (gst_tcpserversink_handle_client_read),
34198         (gst_tcpserversink_handle_client_write),
34199         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property):
34200         * gst/tcp/gsttcpserversink.h:
34201           add signals client-added and client-removed
34202         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
34203         (gst_tcpserversrc_init), (gst_tcpserversrc_set_property),
34204         (gst_tcpserversrc_get_property):
34205         uniformized, change default protocol to NONE
34206         * gst/tcp/gsttcp-marshal.list: added
34207 2004-06-07  Benjamin Otte  <otte@gnome.org>
34208
34209         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
34210           handle discont events if they happen before caps nego
34211
34212 2004-06-07  Wim Taymans  <wim@fluendo.com>
34213
34214         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
34215         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
34216         (gst_multipart_demux_plugin_init):
34217         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
34218         (gst_multipart_mux_init), (gst_multipart_mux_loop),
34219         (gst_multipart_mux_change_state):
34220         Small updates, fix a memleak
34221
34222 2004-06-07  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
34223
34224         * configure.ac: OSS portability
34225         * ext/arts/gst_arts.c: idem
34226         * sys/oss/gstosselement.c: idem
34227         * sys/oss/gstossmixer.c: idem
34228         * sys/oss/gstosssink.c: idem
34229         * sys/oss/gstosssrc.c: idem
34230         * sys/oss/oss_probe.c: idem
34231           - check for soundcard.h in different places for some BSD
34232
34233 2004-06-07  Jan Schmidt <thaytan@mad.scientist.com>
34234
34235         * AUTHORS:
34236         Add me to the authors file
34237         * configure.ac:
34238         Increase the libdv requirement to >= version 0.100
34239         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
34240         (gst_dvdec_src_query), (gst_dvdec_handle_sink_event),
34241         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state):
34242         * ext/dv/gstdvdec.h:
34243         Add support for the new_media flag when sending DISCONT events
34244         Make the querying work when video pad is not linked
34245
34246 2004-06-07  Tim-Philipp Müller  <t.i.m@zen.co.uk>
34247
34248         reviewed by Benjamin Otte  <otte@gnome.org>
34249
34250         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init):
34251           create a NULL-initialized array of pads, so we don't think they
34252           exist already. (fixes #143130)
34253
34254 2004-06-07  Benjamin Otte  <otte@gnome.org>
34255
34256         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init),
34257         (mixmatrix_resize), (gst_mixmatrix_set_all_caps),
34258         (gst_mixmatrix_request_new_pad), (gst_mixmatrix_loop):
34259           don't use // coments
34260
34261 2004-06-07  Benjamin Otte  <otte@gnome.org>
34262
34263         * ext/alsa/gstalsa.c: (gst_alsa_samples_to_timestamp):
34264           cast to GstClockTime to get higher granularity
34265         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
34266           use gst_element_set_time_delay to get the exact time
34267         * ext/mad/gstmad.c: (gst_mad_chain):
34268           use the negotiated rate instead of the current frame's rate which
34269           might be wrong because of bit errors. This avoids emitting totally
34270           bogus timestamps and screwing sync.
34271         (fixes #143454)
34272
34273 2004-06-07  Tim-Philipp Müller  <t.i.m@zen.co.uk>
34274
34275         reviewed by Benjamin Otte  <otte@gnome.org>
34276
34277         * gst/adder/gstadder.c: (gst_adder_loop):
34278           properly error out when no negotiation has happened yet. (fixes
34279           #143032)
34280
34281 2004-06-06  Benjamin Otte  <otte@gnome.org>
34282
34283         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
34284           forward correctly transformed offset in discont events. Based on
34285           patch by Arwed v. Merkatz. (fixes #142851)
34286
34287 2004-06-06  David Schleef  <ds@schleef.org>
34288
34289         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: that's
34290         G_HAVE_GNUC_VARARGS, not G_HAVE_GNU_VARARGS.  Should fix compile
34291         problems on several systems.
34292
34293 2004-06-06  Benjamin Otte  <otte@gnome.org>
34294
34295         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
34296           use explicit caps on the srcpad
34297         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
34298           properly error out if caps couldn't be set (fixes #142764)
34299
34300 2004-06-06  Benjamin Otte  <otte@gnome.org>
34301
34302         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
34303         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
34304         (gst_alsa_start_audio):
34305           - don't call set_periods_integer anymore, it breaks the
34306           configuration randomly
34307           - call snd_pcm_hw_params_set_access directly instead of using masks
34308           - don't fail if the sw_params can't be set, just use the default
34309           params and hope it works. Alsalib has weird issues when you touch
34310           sw_params and does no proper error reporting about what failed.
34311         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
34312         (gst_alsa_close_audio):
34313           make our alsa debugging go via gst debugging and not conditionally
34314           defined
34315         * ext/alsa/gstalsa.h:
34316           add ALSA_DEBUG_FLUSH macro
34317         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper),
34318         (plugin_init):
34319           wrap alsa errors to be printed via the gst debugging system and not
34320           spammed to stderr
34321
34322 2004-06-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34323
34324         * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
34325         (gst_qtdemux_handle_src_query), (gst_qtdemux_handle_src_event),
34326         (gst_qtdemux_handle_sink_event), (gst_qtdemux_change_state),
34327         (gst_qtdemux_loop_header), (qtdemux_dump_mvhd),
34328         (qtdemux_parse_trak):
34329         * gst/qtdemux/qtdemux.h:
34330           Bitch. Also known as seeking, querying & co.
34331         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
34332         (gst_osssink_change_state):
34333         * sys/oss/gstosssink.h:
34334           Resyncing is for weenies, this hack is no longer needed and was
34335           broken anyway (since it - unintendedly - always leaves resync to
34336           TRUE).
34337
34338 2004-06-05  Andrew Turner <zxombie@hotpop.com>
34339
34340         * gst/tcp/gsttcp.c: portability (Solaris 10/FreeBSD)
34341         * gst/tcp/gsttcpclientsrc.h: idem
34342           - define MSG_NOSIGNAL if not done
34343           - include unistd.h for off_t
34344           (fixes #143749)
34345
34346 2004-06-05  Benjamin Otte  <otte@gnome.org>
34347
34348         * configure.ac:
34349         * ext/kio/Makefile.am:
34350           check for qt's moc preprocessor explicitly and use it
34351
34352 2004-06-03  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
34353
34354         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
34355           don't get a signal for EPIPE on socket writes
34356           (somebody check if this works on other platforms)
34357
34358 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
34359
34360         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
34361         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
34362           check error condition on available samples correctly
34363
34364 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
34365
34366         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_time):
34367           avoid a segfault
34368         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
34369         (gst_tcp_gdp_read_header), (gst_tcp_gdp_read_caps):
34370         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
34371         (gst_tcpserversrc_gdp_read_header):
34372          use ssize_t over size_t since the former is signed and thus the
34373          check for error codes can work
34374
34375 2004-06-02  Wim Taymans  <wim@fluendo.com>
34376
34377         reviewed by: Johan
34378
34379         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
34380         (gst_multipart_mux_loop):
34381         Oops
34382
34383 2004-06-02  Wim Taymans  <wim@fluendo.com>
34384
34385         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
34386         (gst_multipart_mux_init), (gst_multipart_mux_loop),
34387         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
34388         (gst_multipart_mux_change_state):
34389         Added configurable boundary specifier, added the value as a
34390         caps field as well.
34391
34392 2004-06-02  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
34393
34394         * gst/tcp/gsttcp.c:
34395         * gst/tcp/gsttcpclientsrc.c:
34396         * gst/tcp/gsttcpclientsrc.h:
34397         * gst/tcp/gsttcpserversrc.c:
34398           - portability fix, to compile on OSX
34399             (fixes #143146)
34400
34401         * sys/osxaudio/gstosxaudioelement.c:
34402         * sys/osxaudio/gstosxaudiosink.c:
34403         * sys/osxaudio/gstosxaudiosrc.c:
34404           - compilation warnings on OSX
34405             (fixes #143153)
34406
34407 2004-06-02  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34408
34409         * ext/vorbis/vorbisdec.c : sign warning fixes
34410
34411         * gst-libs/gst/mixer/mixertrack.c :
34412           do no use defines which are glib 2.4 specific
34413
34414 2004-06-01  Christophe Fergeau  <teuf@gnome.org>
34415
34416         * ext/flac/gstflactag.c: strip ending framing bit from vorbiscomment
34417           buffer since libflac doesn't expect it (reports a sync error when
34418           it encounters that)
34419
34420
34421 2004-06-01  Owen Fraser-Green  <owen@discobabe.net>
34422
34423         * gst-libs/gst/mixer/mixertrack.h: Changed struct syntax
34424         * gst-libs/gst/mixer/mixertrack.c:
34425         (gst_mixer_track_get_property), (get_mixer_track_init),
34426         (get_mixer_track_get_property): Added property accessors
34427         * gst-libs/gst/mixer/mixeroptions.h: Changed struct syntax
34428         * gst-libs/gst/mixer/mixeroptions.c:
34429         (gst_mixer_options_get_values): Added
34430         * gst-libs/gst/mixer/mixer.h: Changed GstMixerClass syntax
34431         * gst-libs/gst/mixer/mixer.c: Fixed comment
34432
34433
34434 2004-06-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
34435
34436         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
34437           improve error messages on open
34438
34439
34440 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
34441
34442         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
34443           check if v4l-conf is in path
34444
34445 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
34446
34447         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
34448           change assert to a more readable error message
34449
34450 2004-05-31  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
34451
34452         * gst-libs/gst/tuner/tunerchannel.h:
34453           - add a freq_multiplicator field to make the conversion
34454             between internal frequency unit and Hz
34455         * sys/v4l/gstv4lelement.c:
34456         * sys/v4l2/gstv4l2element.c:
34457           - change default video device to /dev/video0
34458         * sys/v4l/v4l_calls.c:
34459         * sys/v4l2/v4l2_calls.c:
34460           - we only expose frequency to the user in Hz instead of
34461             bastard v4lX unit (either 62.5kHz or 62.5Hz)
34462
34463 2004-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
34464         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
34465           Initialise b_o_s and e_o_s variables
34466         * gst-libs/gst/riff/riff-media.c:
34467         (gst_riff_create_video_caps_with_data):
34468           Add some unusual fourcc's from mplayer avi's
34469         * gst/multipart/multipartmux.c: (gst_multipart_mux_plugin_init):
34470           Make the muxer have rank GST_RANK_NONE, so it doesn't mess up
34471           autoplugging.
34472
34473 2004-05-28  Wim Taymans  <wim@fluendo.com>
34474
34475         * configure.ac:
34476         * gst/alpha/Makefile.am:
34477         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
34478         (gst_alpha_get_type), (gst_alpha_base_init),
34479         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
34480         (gst_alpha_get_property), (gst_alpha_sink_link), (gst_alpha_add),
34481         (gst_alpha_chroma_key), (gst_alpha_chain),
34482         (gst_alpha_change_state), (plugin_init):
34483         A plugin to add an alpha channel to I420 video. Can optionally do
34484         chroma keying.
34485         * gst/multipart/Makefile.am:
34486         * gst/multipart/multipart.c: (plugin_init):
34487         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
34488         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
34489         (gst_multipart_demux_finalize), (gst_multipart_demux_handle_event),
34490         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
34491         (gst_multipart_demux_change_state),
34492         (gst_multipart_demux_plugin_init):
34493         * gst/multipart/multipartmux.c: (gst_multipart_mux_get_type),
34494         (gst_multipart_mux_base_init), (gst_multipart_mux_class_init),
34495         (gst_multipart_mux_get_sink_event_masks), (gst_multipart_mux_init),
34496         (gst_multipart_mux_sinkconnect), (gst_multipart_mux_pad_link),
34497         (gst_multipart_mux_pad_unlink),
34498         (gst_multipart_mux_request_new_pad),
34499         (gst_multipart_mux_handle_src_event),
34500         (gst_multipart_mux_next_buffer), (gst_multipart_mux_compare_pads),
34501         (gst_multipart_mux_queue_pads), (gst_multipart_mux_loop),
34502         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
34503         (gst_multipart_mux_change_state), (gst_multipart_mux_plugin_init):
34504         A Multipart demuxer/muxer. Not sure if it violates specs. Used to
34505         send multipart jpeg images to a browser.
34506         * gst/videobox/Makefile.am:
34507         * gst/videobox/README:
34508         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
34509         (gst_video_box_get_type), (gst_video_box_base_init),
34510         (gst_video_box_class_init), (gst_video_box_init),
34511         (gst_video_box_set_property), (gst_video_box_get_property),
34512         (gst_video_box_sink_link), (gst_video_box_i420),
34513         (gst_video_box_ayuv), (gst_video_box_chain),
34514         (gst_video_box_change_state), (plugin_init):
34515         Crops or adds borders around an image. can do alpha channel
34516         borders as well.
34517         * gst/videomixer/Makefile.am:
34518         * gst/videomixer/README:
34519         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
34520         (gst_videomixer_pad_base_init), (gst_videomixer_pad_class_init),
34521         (gst_videomixer_pad_get_sink_event_masks),
34522         (gst_videomixer_pad_get_property),
34523         (gst_videomixer_pad_set_property),
34524         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_link),
34525         (gst_videomixer_pad_unlink), (gst_videomixer_pad_init),
34526         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
34527         (gst_videomixer_base_init), (gst_videomixer_class_init),
34528         (gst_videomixer_init), (gst_videomixer_request_new_pad),
34529         (gst_videomixer_handle_src_event),
34530         (gst_videomixer_blend_ayuv_i420), (gst_videomixer_fill_checker),
34531         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
34532         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
34533         (gst_videomixer_loop), (gst_videomixer_get_property),
34534         (gst_videomixer_set_property), (gst_videomixer_change_state),
34535         (plugin_init):
34536         Generic video mixer plugin, can handle multiple inputs all with
34537         different framerates and video sizes. Is fully alpha channel
34538         aware.
34539
34540 2004-05-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34541
34542         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
34543           Select first track as master track. Not sure how else to handle
34544           that...
34545         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer):
34546           Discard discont events. Should fix #142962.
34547
34548 2004-05-26  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34549
34550         * ext/alsa/Makefile.am:
34551         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init),
34552         (gst_alsa_mixer_build_list), (gst_alsa_mixer_get_volume),
34553         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
34554         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
34555         (gst_alsa_mixer_get_option):
34556         * ext/alsa/gstalsamixer.h:
34557         * ext/alsa/gstalsamixeroptions.c:
34558         (gst_alsa_mixer_options_get_type),
34559         (gst_alsa_mixer_options_class_init), (gst_alsa_mixer_options_init),
34560         (gst_alsa_mixer_options_new):
34561         * ext/alsa/gstalsamixeroptions.h:
34562         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
34563         * ext/alsa/gstalsamixertrack.h:
34564           Add enumerations (as GstMixerOptions). Make correct distinction
34565           between input/output tracks. Add capture/playback private flag.
34566           Use flag to decide on whether to set capture or playback volumes
34567           or switches. Use playback and record switches.
34568         * gst-libs/gst/mixer/Makefile.am:
34569         * gst-libs/gst/mixer/mixer-marshal.list:
34570         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init),
34571         (gst_mixer_set_option), (gst_mixer_get_option),
34572         (gst_mixer_mute_toggled), (gst_mixer_record_toggled),
34573         (gst_mixer_volume_changed), (gst_mixer_option_changed):
34574         * gst-libs/gst/mixer/mixer.h:
34575         * gst-libs/gst/mixer/mixeroptions.c: (gst_mixer_options_get_type),
34576         (gst_mixer_options_class_init), (gst_mixer_options_init),
34577         (gst_mixer_options_dispose):
34578         * gst-libs/gst/mixer/mixeroptions.h:
34579           Add GstMixerOptions.
34580         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
34581           Rename Audio Mixer to OSS Mixer (similar to Alsa Mixer). Fix
34582           broken device detection on computers with multiple OSS sound
34583           cards.
34584
34585 2004-05-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34586
34587         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
34588           fixate nicely even when the peer is not negotiating
34589
34590 2004-05-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34591
34592         * gst/audioconvert/gstaudioconvert.c:
34593         (gst_audio_convert_parse_caps):
34594           make sure we don't allow depth > width
34595         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
34596           fixate endianness to G_BYTE_ORDER as default
34597         * gst/audioscale/gstaudioscale.c:
34598           we don't handle another endianness as host-endianness
34599
34600 2004-05-25  David Schleef  <ds@schleef.org>
34601
34602         * gst/ffmpegcolorspace/mem.c:  malloc() is in stdlib.h, not malloc.h
34603
34604 2004-05-24  Benjamin Otte  <otte@gnome.org>
34605
34606         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_sinkconnect),
34607         (gst_oggvorbisenc_setup):
34608           properly fail when we can't setup the vorbis encoder due to
34609           unsupported settings
34610         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sinkconnect),
34611         (gst_vorbisenc_setup):
34612           same
34613         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
34614           fix case where warnings occured when one pad was unlinked while the
34615           other's link function was called
34616
34617 2004-05-24  Thomas Vander Stichele  <thomas at apestaart dot org>
34618
34619         * gst/tcp/Makefile.am:
34620           use GST_ENABLE_NEW
34621
34622 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34623
34624         * gst-libs/gst/resample/private.h:
34625           don't use optimizations that are #if 0'ed
34626
34627 2004-05-24  Wim Taymans  <wim@fluendo.com>
34628
34629         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
34630         Fix potential division by zero error and hopefully get
34631         the position query right to get correct timestamps on avi
34632         audio.
34633
34634 2004-05-24  Wim Taymans  <wim@fluendo.com>
34635
34636         * gst/videoscale/videoscale.c: (gst_videoscale_scale_nearest),
34637         (gst_videoscale_scale_nearest_str2),
34638         (gst_videoscale_scale_nearest_str4),
34639         (gst_videoscale_scale_nearest_32bit),
34640         (gst_videoscale_scale_nearest_24bit),
34641         (gst_videoscale_scale_nearest_16bit):
34642         Fix the scaling algorithm and avoid a buffer overflow.
34643         removed the while loop in the scaling function as it
34644         was used for point sampling only.
34645
34646 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34647
34648         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
34649         (gst_id3_tag_class_init), (gst_id3_tag_init),
34650         (gst_id3_tag_set_property), (gst_id3_tag_get_tag_to_render),
34651         (gst_id3_tag_handle_event), (gst_id3_tag_do_caps_nego),
34652         (gst_id3_tag_send_tag_event):
34653           lots of fixes to make id3mux work and id3demux work correctly
34654
34655 2004-05-24  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34656
34657         * ext/Makefile.am:
34658           add rules to build shout2send (was removed by accident
34659           when this module was no more marked experimental/broken)
34660
34661 2004-05-24  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
34662
34663         * ext/shout2/gstshout2.c:
34664         * ext/shout2/gstshout2.h:
34665           adding a "connection problem" signal to shout2send
34666           (fixes #142954)
34667
34668 2004-05-21  Thomas Vander Stichele  <thomas at apestaart dot org>
34669
34670         * ext/kio/kioreceiver.cpp:
34671         * ext/kio/kioreceiver.h:
34672           fix sign comparison issues
34673
34674 2004-05-21  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34675
34676         * gst/cdxaparse/gstcdxaparse.c:
34677         * gst/cdxaparse/gstcdxaparse.h:
34678           some renaming
34679           add some checks/sanity
34680           prepare for seek addition
34681
34682         * sys/sunaudio/gstsunaudio.c:
34683           remove exported dupe init function
34684
34685 2004-05-21  Jan Schmidt  <thaytan@mad.scientist.com>
34686
34687         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_get_formats),
34688         (gst_dvdec_src_convert), (gst_dvdec_sink_convert):
34689           Fix format conversion and position querying.
34690         * gst/debug/progressreport.c: (gst_progressreport_report):
34691           Don't output a bogus total value that we didn't query.
34692         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
34693           Always set XV_AUTOPAINT_COLORKEY to true. Fixes xvimagesink showing
34694           only a blank window after xine has been used.
34695
34696 2004-05-21  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
34697
34698         * m4/as-arts.m4:
34699           sync with upstream version to fix test on FC2
34700           readd with -ko to preserve Id header
34701
34702 2004-05-20  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34703
34704         * configure.ac:
34705           test for FIONREAD ioctl in sys/filio.h for Solaris compat.
34706         * gst/tcp/gsttcpclientsrc.c: idem
34707         * gst/tcp/gsttcpserversink.c: idem
34708         * gst/tcp/gsttcpserversrc.c: idem
34709         * m4/gst-fionread.m4: idem
34710
34711         * sys/sunaudio/gstsunaudio.c: change category to Sink/Audio
34712
34713         * configure.ac: enable speex plugin for speex 1.1.5+
34714         * ext/speex/gstspeexenc.c: fix cast warning
34715
34716         * ext/esd/README: fix typo
34717
34718 2004-05-20  David Schleef  <ds@schleef.org>
34719
34720         * configure.ac: Minor cosmetic change to convince the buildbot to
34721         reautogen.
34722         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_class_init),
34723         (gst_sunaudiosink_init), (gst_sunaudiosink_getcaps),
34724         (gst_sunaudiosink_pad_link), (gst_sunaudiosink_chain),
34725         (gst_sunaudiosink_setparams), (gst_sunaudiosink_open),
34726         (gst_sunaudiosink_close), (gst_sunaudiosink_change_state),
34727         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property):
34728         More hacking.  Plays audio now.
34729
34730 2004-05-20  David Schleef  <ds@schleef.org>
34731
34732         * configure.ac:
34733         * sys/Makefile.am:
34734
34735 2004-05-20  David Schleef  <ds@schleef.org>
34736
34737         * sys/osxaudio/Makefile.am:  New OS X audio plugin by Zaheer Abbas Merali
34738         * sys/osxaudio/gstosxaudio.c:
34739         * sys/osxaudio/gstosxaudioelement.c:
34740         * sys/osxaudio/gstosxaudioelement.h:
34741         * sys/osxaudio/gstosxaudiosink.c:
34742         * sys/osxaudio/gstosxaudiosink.h:
34743         * sys/osxaudio/gstosxaudiosrc.c:
34744         * sys/osxaudio/gstosxaudiosrc.h:
34745
34746 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
34747
34748         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps),
34749         (gst_vorbisenc_chain):
34750           put the codec headers on the caps as streamheader as well as
34751           pushing them out
34752
34753 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
34754
34755         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
34756         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
34757         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain):
34758         split up push_packet into two functions
34759
34760 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
34761
34762         * gst/tcp/.cvsignore:
34763           ignore enums
34764         * gst/tcp/Makefile.am:
34765         * gst/tcp/README:
34766         * gst/tcp/gsttcp.c:
34767         * gst/tcp/gsttcp.h:
34768         * gst/tcp/gsttcpclientsink.c:
34769         * gst/tcp/gsttcpclientsink.h:
34770         * gst/tcp/gsttcpclientsrc.c:
34771         * gst/tcp/gsttcpclientsrc.h:
34772         * gst/tcp/gsttcpplugin.c:
34773         * gst/tcp/gsttcpserversink.c:
34774         * gst/tcp/gsttcpserversink.h:
34775         * gst/tcp/gsttcpserversrc.c:
34776         * gst/tcp/gsttcpserversrc.h:
34777           add new tcp elements
34778
34779 2004-05-19  Wim Taymans  <wim@fluendo.com>
34780
34781         * gst/law/mulaw-conversion.c: (mulaw_encode):
34782         Fix overflow bug in ulaw encoding.
34783
34784 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34785
34786         * ext/mad/gstmad.c: (gst_mad_handle_event):
34787           don't unref the event twice
34788
34789 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34790
34791         * configure.ac:
34792           remove -Wno-sign-compare
34793
34794 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34795
34796         * configure.ac:
34797           remove -DG_DISABLE_DEPRECATED. It's not usable without workarounds
34798           if you want to work against glib 2.2 and 2.4
34799
34800 2004-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
34801
34802         * gst/tcp/Makefile.am:
34803         * gst/tcp/gsttcp.c:
34804         * gst/tcp/gsttcp.h:
34805         * gst/tcp/gsttcpsink.h:
34806         * gst/tcp/gsttcpsrc.h:
34807           gsttcp -> gsttcpplugin + CVS surgery in preparation for tcp merge
34808
34809 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34810
34811         * gst/debug/tests.c: (md5_get_value):
34812           fix segfault on gst-inspect
34813
34814 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34815
34816         * gst/debug/testplugin.c:
34817         * gst/debug/tests.c:
34818         * gst/debug/tests.h:
34819           add new extensible and configurable testing element. Current tests
34820           include buffer count, stream length, timestamp/duration matching and
34821           md5.
34822         * gst/debug/Makefile.am:
34823         * gst/debug/gstdebug.c: (plugin_init):
34824           add infrastructure for new element
34825
34826 2004-05-19  Johan Dahlin  <johan@gnome.org>
34827
34828         * ext/dv/gstdvdec.c (gst_dvdec_quality_get_type): Add proper
34829         ending of the array. Fixes gst-inspect segfault on ppc.
34830
34831 2004-05-19  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34832
34833         * ext/dirac/gstdiracdec.cc : change category to Codec/Decoder/Video
34834
34835         * m4/a52.m4 : don't fix a test that should fail with current a52dec lib
34836
34837 2004-05-18  David Schleef  <ds@schleef.org>
34838
34839         * gst/ffmpegcolorspace/imgconvert.c: (img_convert): Fixes for
34840         warnings (bugs, actually) noticed by gcc but not forte.
34841
34842 2004-05-18  David Schleef  <ds@schleef.org>
34843
34844         * sys/sunaudio/Makefile.am:
34845         * sys/sunaudio/gstsunaudio.c: New sunaudiosink
34846
34847 2004-05-18  David Schleef  <ds@schleef.org>
34848
34849         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
34850         (gst_qtdemux_loop_header):  Patch from dcm@acm.org (David Moore)
34851         to allow qtdemux to use non-seekable streams. (bug #142272)
34852
34853 2004-05-18  David Schleef  <ds@schleef.org>
34854
34855         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16),
34856         (gst_resample_sinc_ft_float): Remove use of static temporary
34857         buffer.  This code was obviously not supposed to last long, but
34858         it's stuck in our ABI, so it required a little hack to make it
34859         ABI-compatible.  Fixes #142585.
34860         * gst-libs/gst/resample/resample.h: same.
34861
34862 2004-05-18  David Schleef  <ds@schleef.org>
34863
34864         * configure.ac: Add sunaudio
34865         * examples/Makefile.am: make gstplay depend on gconf
34866         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Remove c99-isms
34867         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette),
34868         (convert_table_lookup), (img_convert): remove c99-isms
34869         * gst/ffmpegcolorspace/imgconvert_template.h: make a constant
34870           unsigned, to fix a warning on Solaris
34871         * gst/mpeg1sys/systems.c: bcopy->memcpy
34872         * gst/rtjpeg/RTjpeg.c: (RTjpeg_yuvrgb8): bcopy->memcpy
34873         * sys/Makefile.am: Add sunaudio
34874
34875 2004-05-18  Wim Taymans  <wim@fluendo.com>
34876
34877         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_init),
34878         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
34879         (gst_ogg_mux_next_buffer), (gst_ogg_mux_push_page),
34880         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
34881         (gst_ogg_mux_loop):
34882         Fix an ugly memleak where the muxer didn't flush enough ogg
34883         pages. This also resulted in badly muxed ogg files.
34884
34885 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34886
34887         * gst/asfdemux/asfheaders.c :
34888         * gst/asfdemux/asfheaders.h :
34889         * gst/asfdemux/gstasfdemux.c :
34890           - fix ASF_OBJ_PADDING guid
34891           - add 3 new object guids (language list, metadata,
34892             extended stream properties)
34893           - add a function to parse extended header objects
34894
34895 2004-05-18  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34896
34897         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
34898           remove leftover debugging g_print
34899
34900 2004-05-17  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34901
34902         * ext/mad/gstmad.c: (gst_mad_handle_event):
34903           Fix for when the first format in a discont event is not a
34904           byte-based one. Should fix #137710.
34905
34906 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34907
34908         * m4/a52.m4 : fix compilation with -Wall -Werror
34909         * m4/libfame.m4 : idem
34910         * m4/libmikmod.m4 : idem
34911
34912 2004-05-17  Benjamin Otte  <otte@gnome.org>
34913
34914         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
34915           signal the new tags before giving up the reference
34916
34917 2004-05-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34918
34919         * ext/shout2/gstshout2.c:
34920           use application/ogg instead of application/x-ogg (patch by Patrick
34921           Guimond, fixes #142432)
34922         * sys/oss/gstosselement.c: (gst_osselement_reset),
34923         (gst_osselement_sync_parms):
34924           don't set fragment size unless specified (fixes #142493)
34925
34926 2004-05-17  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34927
34928         * configure.ac : fix compilation of v4l2src with "-Wall -Werror"
34929           fixes #142664
34930
34931 2004-05-17  Benjamin Otte  <otte@gnome.org>
34932
34933         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
34934           compute offsets correctly for internal buffers so timestamps are set
34935           correctly when we can't seek. Also handle cases where there are no
34936           offsets. (based on a patch by David Moore, fixes #142507)
34937
34938 2004-05-17  Benjamin Otte  <otte@gnome.org>
34939
34940         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
34941           use correct variable when determining amount of data to skip so we
34942           don't skip into the void and segfault
34943
34944 2004-05-16  Benjamin Otte  <otte@gnome.org>
34945
34946         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
34947           Hi, I'm a memleak
34948
34949 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34950
34951         * gst/asfdemux/gstasfdemux.c:
34952           - fix a mem leak and always propagate tags
34953           - add WMV3 to known video codecs (but no decoder yet)
34954           - replace "surplus data" at end of audio header for what
34955             it is : codec specific data
34956           - fix a typo
34957
34958 2004-05-16  Arwed v. Merkatz  <v.merkatz@gmx.net>
34959
34960         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
34961
34962         * gst-libs/gst/audio/audioclock.c:
34963           Fix wrong return type (#142205).
34964
34965 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34966
34967         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_init):
34968           Ignore CRCs by default (fixes #142566).
34969
34970 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34971
34972         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
34973         (gst_alsa_mixer_close), (gst_alsa_mixer_supported),
34974         (gst_alsa_mixer_build_list), (gst_alsa_mixer_free_list),
34975         (gst_alsa_mixer_change_state), (gst_alsa_mixer_list_tracks),
34976         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
34977         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record):
34978           Fix for cases where we fail to attach to a mixer.
34979
34980 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34981
34982         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
34983           Don't touch events after not owning them anymore.
34984         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
34985         (gst_wavparse_fmt), (gst_wavparse_other),
34986         (gst_wavparse_handle_seek), (gst_wavparse_loop),
34987         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
34988         (gst_wavparse_srcpad_event):
34989         * gst/wavparse/gstwavparse.h:
34990           Add seeking, fix querying.
34991
34992 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34993
34994         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
34995           - process comments even if they don't end with \0\0
34996             g_convert would ignore them if present and works well without them
34997
34998 2004-05-16  Benjamin Otte  <otte@gnome.org>
34999
35000         * ext/alsa/gstalsa.c: (gst_alsa_caps), (gst_alsa_get_caps):
35001           simplify caps
35002
35003 2004-05-16  Benjamin Otte  <otte@gnome.org>
35004
35005         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
35006           don't write to memory we might not write to - g_convert does that
35007           for us anyway (fixes #142613)
35008         (gst_asf_demux_audio_caps):
35009           comment out gst_util_dump_mem
35010
35011 2004-05-16  Benjamin Otte  <otte@gnome.org>
35012
35013         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
35014           compute correct expected timestamps after seek (broken since
35015           last commit)
35016         * ext/gdk_pixbuf/pixbufscale.c: (pixbufscale_init):
35017           rename element and debugging category to gdkpixbufscale
35018
35019 2004-05-16  Benjamin Otte  <otte@gnome.org>
35020
35021         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
35022           add error checking to snd_pcm_delay and remove duplicate call to
35023           snd_pcm_delay that caused issues (see inline code comments)
35024         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
35025           make more readable and fix return value when snd_pcm_delay fails
35026         (fixes #142586)
35027
35028 2004-05-15  Jan Schmidt  <thaytan@mad.scientisti.com>
35029         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type),
35030         (gst_pixbufscale_get_type), (gst_pixbufscale_base_init),
35031         (gst_pixbufscale_class_init), (gst_pixbufscale_getcaps),
35032         (gst_pixbufscale_link), (gst_pixbufscale_init),
35033         (gst_pixbufscale_handle_src_event), (pixbufscale_scale),
35034         (gst_pixbufscale_chain), (gst_pixbufscale_set_property),
35035         (gst_pixbufscale_get_property), (pixbufscale_init):
35036         * ext/gdk_pixbuf/pixbufscale.h:
35037         Add these files I forgot earlier
35038
35039 2004-05-15  Jan Schmidt  <thaytan@mad.scientist.com>
35040         * ext/gdk_pixbuf/Makefile.am:
35041         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
35042         * ext/gdk_pixbuf/gstgdkpixbuf.h:
35043         Add new pixbufscale element to scale RGB video
35044         using gdk_pixbuf, because gdk_pixbuf does BILINEAR
35045         and HYPER interpolation correctly.
35046         * ext/theora/theoraenc.c: (theora_enc_chain),
35047         Discard buffer and return if explicit caps could not be set
35048         (theora_enc_get_property):
35049         Make _get return kbps for the bitrate consistent with
35050         the _set function.
35051
35052
35053 2004-05-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35054
35055         * ext/libvisual/visual.c: (gst_visual_chain):
35056           add missing visual_audio_analyze
35057
35058 2004-05-14  David Schleef  <ds@schleef.org>
35059
35060         * ext/esd/esdsink.c: (gst_esdsink_chain): Fix crash when ESD
35061         is killed while we're playing.
35062         * gst/qtdemux/qtdemux.c: (qtdemux_parse): call
35063         gst_element_no_more_pads().
35064
35065 2004-05-14  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35066
35067         * gst-libs/gst/riff/riff-read.c :
35068           - fix INFO tag extraction in RIFF/AVI files
35069             because gst_event_unref (event) also freed taglist
35070           - avoid a mem leak
35071
35072 2004-05-13  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35073
35074         * ext/mad/gstid3tag.c : move from "Codec/(Dem/M)uxer" to "Codec/(Dem/M)uxer/Audio"
35075         * gst/wavenc/gstwavenc.c : move from "Codec/Encoder/Audio" to "Codec/Muxer/Audio"
35076
35077         * gst/auparse/gstauparse.c :
35078           - add code (commented for now) to support audio/x-adpcm on src pad
35079             (we have no decoder for those layout yet)
35080
35081         * gst/cdxaparse/gstcdxaparse.c :
35082         * gst/cdxaparse/gstcdxaparse.h :
35083           - partial rewrite using RiffRead (ripped iain's wavparse code)
35084
35085         * gst/rtp/gstrtpL16enc.c : typo
35086         * gst/rtp/gstrtpgsmenc.c : typo
35087
35088 2004-05-13  Benjamin Otte  <otte@gnome.org>
35089
35090         * configure.ac:
35091           check for exact version of libvisual, it's not supposed to be
35092           API/ABI stable yet
35093
35094 2004-05-13  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35095
35096         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
35097           signal no-more-pads
35098
35099 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
35100
35101         * ext/dv/gstdvdec.c: (gst_dvdec_src_convert)
35102         Report which format was used for GST_FORMAT_DEFAULT
35103         * gst/debug/Makefile.am:
35104         * gst/debug/gstdebug.c: (plugin_init):
35105         * gst/debug/progressreport.c: (gst_progressreport_base_init),
35106         (gst_progressreport_class_init), (gst_progressreport_init),
35107         (gst_progressreport_report), (gst_progressreport_set_property),
35108         (gst_progressreport_get_property), (gst_progressreport_chain),
35109         (gst_progressreport_plugin_init):
35110         Add progressreport element for testing.
35111
35112 2004-05-13  Thomas Vander Stichele  <thomas at apestaart dot org>
35113
35114         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_change_state):
35115         * sys/v4l/gstv4lsrc.h:
35116         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
35117         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
35118         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init),
35119         (gst_v4lsrc_grab_frame):
35120           add more debugging
35121           send a discont at start
35122
35123 2004-05-12  Colin Walters  <walters@redhat.com>
35124
35125         * gst/asfdemux/gstasfdemux.c (gst_asf_demux_process_segment): Avoid
35126         inflooping if we can't find a chunk.  Or in other words, don't blow
35127         chunks if we don't have a chunk to blow.
35128
35129 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
35130         * ext/audiofile/gstafsrc.c: (gst_afsrc_get):
35131         Remove old debug output
35132         * ext/dv/gstdvdec.c: (gst_dvdec_quality_get_type),
35133         (gst_dvdec_class_init), (gst_dvdec_loop), (gst_dvdec_change_state),
35134         (gst_dvdec_set_property), (gst_dvdec_get_property):
35135         Change the quality setting to an enum, so it works from gst-launch
35136         Don't renegotiate a non-linked pad. Allows audio only decoding.
35137         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_getcaps),
35138         (gst_deinterlace_link), (gst_deinterlace_init):
35139         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
35140         (gst_videodrop_link):
35141         Some caps negotiation fixes
35142
35143 2004-05-12  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35144
35145         * ext/tarkin/gsttarkin.c :
35146           - Change RANK from NONE to PRIMARY
35147         * ext/gdk_pixbuf/gstgdkpixbuf.c :
35148           - Change RANK from NONE to MARGINAL
35149         * ext/divx/gstdivxenc.c :
35150           - Change RANK from PRIMARY to NONE (encoder/spider issue)
35151
35152 2004-05-12  Thomas Vander Stichele  <thomas at apestaart dot org>
35153
35154         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
35155         (gst_vorbisenc_push_packet):
35156           copy a function that was added between 1.0 and 1.0.1 until we
35157           depend on worthwhile features of post-1.0
35158
35159 2004-05-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35160
35161         * configure.ac:
35162           enable shout2 by default
35163         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
35164         (gst_shout2send_base_init), (gst_shout2send_init),
35165         (gst_shout2send_connect), (gst_shout2send_change_state):
35166         * ext/shout2/gstshout2.h:
35167           make this work again. Based on a patch by Zaheer Abbas Merali (fixes
35168           #142262)
35169         * ext/theora/theora.c: (plugin_init):
35170           don't set rank on encoders
35171
35172 2004-05-11  Jeremy Simon  <jesimon@libertysurf.fr>
35173
35174         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
35175           Use codec_data property instead of flag1 and flag2 for wma
35176
35177 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35178
35179         * gst/cdxaparse/gstcdxaparse.c :
35180           - Add mpegversion to CAPS to make it link
35181           - Rank is as GST_RANK_SECONDARY instead of NONE
35182         * gst/auparse/gstauparse.c :
35183           - Document all audio encoding we can encounter from Solaris 9
35184             headers and libsndfile information.
35185           - Increase max. rate from 48000 to 192000 (to match other elements)
35186           - Don't try to play junk data between header and samples
35187
35188 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35189
35190         * ext/libvisual/visual.c: (gst_visual_getcaps):
35191           use the right caps depending on endianness (I hope)
35192         * ext/ogg/gstoggmux.c: (gst_ogg_mux_plugin_init):
35193           use GST_RANK_NONE for all non-decoding elements or spider gets
35194           mighty confused
35195
35196 2004-05-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35197
35198         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
35199           Fix some odd cases and fix BE metadata parsing of unicode16 text.
35200
35201 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35202
35203         * gst/switch/gstswitch.c: (gst_switch_release_pad),
35204         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
35205         (gst_switch_loop), (gst_switch_get_type):
35206           whoever that was: DO NOT IMPORT PRIVATE SYMBOLS THAT ARE NOT IN
35207           HEADERS. Had to be said.
35208
35209 2004-05-10  David Schleef  <ds@schleef.org>
35210
35211         * configure.ac: Add prototype Dirac support.
35212         * ext/Makefile.am:
35213         * ext/dirac/Makefile.am:
35214         * ext/dirac/gstdirac.cc:
35215         * ext/dirac/gstdiracdec.cc:
35216
35217 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35218
35219         * gst/auparse/gstauparse.c: (gst_auparse_class_init),
35220         (gst_auparse_init), (gst_auparse_chain),
35221         (gst_auparse_change_state):
35222           Hack around spider. Remove me some day please.
35223
35224 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35225
35226         * gst/auparse/gstauparse.c: (gst_auparse_chain):
35227           Fix for some uninitialized variables in previous patch, also
35228           makes it work. Fixes #142286 while we're at it.
35229
35230 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35231
35232         * gst/auparse/gstauparse.c:
35233                 fixes a-law, adds mu-law, linear pcm (8,16,24,32), ieee (32, 64)
35234                 only unsupported formats are ADPCM/CCITT G.72x
35235                 reviewed by Ronald
35236         * gst-libs/gst/audio/audio.h: adds 24bit depth to PCM (x-raw-int)
35237
35238 2004-05-10  Wim Taymans  <wim@fluendo.com>
35239
35240         * ext/vorbis/Makefile.am:
35241         * ext/vorbis/README:
35242         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_formats),
35243         (oggvorbisenc_get_type), (vorbis_caps_factory), (raw_caps_factory),
35244         (gst_oggvorbisenc_base_init), (gst_oggvorbisenc_class_init),
35245         (gst_oggvorbisenc_sinkconnect), (gst_oggvorbisenc_convert_src),
35246         (gst_oggvorbisenc_convert_sink),
35247         (gst_oggvorbisenc_get_query_types), (gst_oggvorbisenc_src_query),
35248         (gst_oggvorbisenc_init), (gst_oggvorbisenc_get_tag_value),
35249         (gst_oggvorbisenc_metadata_set1), (gst_oggvorbisenc_set_metadata),
35250         (get_constraints_string), (update_start_message),
35251         (gst_oggvorbisenc_setup), (gst_oggvorbisenc_write_page),
35252         (gst_oggvorbisenc_chain), (gst_oggvorbisenc_get_property),
35253         (gst_oggvorbisenc_set_property), (gst_oggvorbisenc_change_state):
35254         * ext/vorbis/oggvorbisenc.h:
35255         * ext/vorbis/vorbis.c: (plugin_init):
35256         * ext/vorbis/vorbisenc.c: (vorbis_caps_factory),
35257         (raw_caps_factory), (gst_vorbisenc_class_init),
35258         (gst_vorbisenc_init), (gst_vorbisenc_setup),
35259         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain),
35260         (gst_vorbisenc_get_property), (gst_vorbisenc_set_property):
35261         * ext/vorbis/vorbisenc.h:
35262         Added a raw vorbis encoder to be used with the oggmuxer.
35263         We still need the old encoder for some gnome applications,
35264         read the README to find out how that works.
35265         The raw encoder is called "rawvorbisenc" until 0.9.
35266
35267 2004-05-10  Wim Taymans  <wim@fluendo.com>
35268
35269         * ext/ogg/gstogg.c: (plugin_init):
35270         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init),
35271         (gst_ogg_print):
35272         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type),
35273         (gst_ogg_mux_base_init), (gst_ogg_mux_class_init),
35274         (gst_ogg_mux_get_sink_event_masks), (gst_ogg_mux_init),
35275         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_pad_link),
35276         (gst_ogg_mux_pad_unlink), (gst_ogg_mux_request_new_pad),
35277         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_next_buffer),
35278         (gst_ogg_mux_push_page), (gst_ogg_mux_compare_pads),
35279         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop),
35280         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property),
35281         (gst_ogg_mux_change_state), (gst_ogg_mux_plugin_init):
35282         Added an ogg muxer.
35283         Small typo fixes in the demuxer.
35284
35285 2004-05-10  Wim Taymans  <wim@fluendo.com>
35286
35287         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
35288         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
35289         (theora_enc_change_state), (theora_enc_set_property),
35290         (theora_enc_get_property):
35291         Mark the last packet with an EOS flag which is not really needed
35292         in gstreamer.
35293         Do some better video framerate initialisation.
35294         Update the buffer timestamp.
35295
35296 2004-05-10  Jan Schmidt  <thaytan@mad.scientist.com>
35297
35298         * ext/dv/gstdvdec.c: (gst_dvdec_change_state):
35299         Return the result of the parent state change call
35300
35301 2004-05-10  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35302
35303         * gst/law/alaw.c : alawdec should be registered with type ALAWDEC, not ALAWENC
35304         * gst/law/alaw-decode.c : put audio/x-alaw on pads, instead of audio/x-mulaw
35305         * gst/law/alaw-encode.c : (idem)
35306         * ext/a52dec/gsta52dec.c : mark audio/a52, audio/ac3 as deprecated in a comment
35307         * gst/ac3parse/gstac3parse.c : audio/ac3 => audio/x-ac3
35308         * gst/realmedia/rmdemux.c : audio/a52 => audio/x-ac3
35309
35310 2004-05-09  Benjamin Otte  <otte@gnome.org>
35311
35312         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
35313           don't use a fixed buffer size when writing variable length data to
35314           it. Fixes memory corruption and makes alsasrc work
35315
35316 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35317
35318         * ext/gnomevfs/gstgnomevfssink.c:
35319         (_gst_boolean_allow_overwrite_accumulator),
35320         (gst_gnomevfssink_class_init), (gst_gnomevfssink_open_file):
35321           Run glib's default signal handler (??) in RUN_CLEANUP rather than
35322           RUN_LAST, and don't use that to set the accumulator value because
35323           then it's always FALSE.
35324
35325 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35326
35327         * gst-libs/gst/riff/riff-media.c:
35328         (gst_riff_create_video_caps_with_data),
35329         (gst_riff_create_audio_caps),
35330         (gst_riff_create_audio_template_caps):
35331         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
35332           Fix for unaligned RIFF files (i.e. where all the chunks together
35333           in a LIST chunk are not of the same size as the size given in
35334           the LIST chunk header). Fixes several odd WAVE files. Also fix
35335           ADPCM (block_align property) in audio, so that wavparse based
35336           on this works now as it used to stand-alone.
35337
35338 2004-05-09  Edward Hervey  <bilboed@bilboed.com>
35339
35340         reviewed by Benjamin Otte  <otte@gnome.org>
35341
35342         * ext/a52dec/gsta52dec.c:
35343         * ext/divx/gstdivxdec.c:
35344         * ext/divx/gstdivxenc.c:
35345         * ext/dts/gstdtsdec.c: (gst_dtsdec_base_init):
35346         * ext/faac/gstfaac.c: (gst_faac_base_init):
35347         * ext/faad/gstfaad.c: (gst_faad_base_init):
35348         * ext/ivorbis/vorbisfile.c:
35349         * ext/lame/gstlame.c:
35350         * ext/libfame/gstlibfame.c:
35351         * ext/mpeg2enc/gstmpeg2enc.cc:
35352         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_base_init):
35353         * ext/sidplay/gstsiddec.cc:
35354         * ext/speex/gstspeexdec.c:
35355         * ext/speex/gstspeexenc.c:
35356         * ext/xvid/gstxviddec.c:
35357         * ext/xvid/gstxvidenc.c:
35358           correct klasses. Mostly s,Codec/(Audio|Video),\1/Codec,
35359           (fixes #142193)
35360
35361 2004-05-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35362
35363         * ext/alsa/gstalsa.c: (device_list),
35364         (gst_alsa_class_probe_devices):
35365         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
35366           Fix alsa oddness in mixer after the combination of using mixer
35367           in source/sink elements and using hw:x,y instead of just hw:x.
35368
35369 2004-05-09  Benjamin Otte  <otte@gnome.org>
35370
35371         * gst/wavparse/gstwavparse.c: (gst_wavparse_destroy_sourcepad),
35372         (gst_wavparse_create_sourcepad):
35373           make PAUSED=>READY=>PAUSED=READY work by not destroying NULL
35374           sourcepads
35375
35376 2004-05-09  Benjamin Otte  <otte@gnome.org>
35377
35378         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
35379           allow discont events before caps nego
35380
35381 2004-05-08  Benjamin Otte  <otte@gnome.org>
35382
35383         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
35384           don't leak events
35385
35386 2004-05-08  Benjamin Otte  <otte@gnome.org>
35387
35388         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
35389         (gst_level_change_state), (gst_level_init):
35390         * gst/level/gstlevel.h:
35391           figure out if we're initialized directly instead of keeping a
35392           variable that's wrong in 90% of cases
35393           don't initialize pads and then leak them and use a new unitialized
35394           pad. (fixes #142084)
35395           these were bugs so n00bish I didn't find them for an hour :/
35396
35397 2004-05-08 Iain <iain@prettypeople.org>
35398
35399         * gst/wavparse/gstwavparse.[ch]: Rewrote to use RiffRead instead.
35400         * gst-libs/gst/riff/riff-read.c (gst_riff_read_peek_head): Unstatic it
35401         (gst_riff_read_element_data): Ditto, and added a got_bytes argument to
35402         return the length that was read.
35403         (gst_riff_read_strf_auds): Allow fmt tags as well.
35404
35405 2004-05-07  David Schleef  <ds@schleef.org>
35406
35407         * ext/faad/gstfaad.c: (gst_faad_sinkconnect): HACK to correct
35408         signed char assumption in faad.h.
35409
35410 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35411
35412         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps):
35413           Missing break, detected by Daniel Gazard <daniel.gazard@free.fr>.
35414
35415 2004-05-07  Colin Walters  <walters@redhat.com>
35416
35417         * gst/volume/gstvolume.c (gst_volume_dispose): Unref dpman.
35418         * ext/flac/gstflacdec.c (gst_flacdec_dispose): Add dispose
35419         function.
35420         * gst/audioscale/gstaudioscale.c (gst_audioscale_dispose):
35421         Add dispose function.
35422
35423 2004-05-08  Jan Schmidt  <thaytan@mad.scientist.com>
35424         * ext/dv/gstdvdec.c: (gst_dvdec_video_link):
35425           Fix caps nego and pad templates. RGB mode caps should
35426           work now.
35427         * ext/dvdnav/gst-dvd:
35428           Move mpeg2dec inside the thread because otherwise the
35429           queue rejects cap changes mid-stream
35430         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
35431         (gst_mpeg2dec_flush_decoder):
35432           For mpeg2dec > 0.4.0, call the flush function instead of
35433           manually extracting all in-flight frames.
35434         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_factory),
35435         (gst_dv1394src_init), (gst_dv1394src_iso_receive):
35436           Change mime type video/dv go video/x-dv to match the
35437           rest of gst-plugins
35438
35439 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35440
35441         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
35442         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_type),
35443         (gst_alsa_sink_class_init):
35444         * ext/alsa/gstalsasink.h:
35445         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_type),
35446         (gst_alsa_src_class_init):
35447         * ext/alsa/gstalsasrc.h:
35448           Make alsasink/src a subclass of alsamixer so that mixer stuff
35449           shows up in gst-rec. Needs some finetuning.
35450
35451 2004-05-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35452
35453         * ext/lame/gstlame.c: (gst_lame_chain):
35454           simplify
35455         * ext/mad/gstmad.c: (gst_mad_handle_event):
35456           fix event leak
35457         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
35458           be able to detect mp3 files < 4096 bytes
35459
35460 2004-05-06  Wim Taymans  <wim@fluendo.com>
35461
35462         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
35463         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
35464         (theora_enc_set_property), (theora_enc_get_property):
35465         Also encode the first frame, cleanup some code.
35466
35467 2004-05-06  Wim Taymans  <wim@fluendo.com>
35468
35469         * ext/mpeg2enc/gstmpeg2enc.cc:
35470         Forward events first before deciding that negotiation was
35471         not performed.
35472
35473 2004-05-06  Wim Taymans  <wim@fluendo.com>
35474
35475         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
35476         First process the events before deciding that negotiation
35477         was not performed.
35478
35479 2004-05-06  Wim Taymans  <wim@fluendo.com>
35480
35481         * ext/theora/Makefile.am:
35482         * ext/theora/theora.c: (plugin_init):
35483         * ext/theora/theoradec.c: (theora_dec_change_state):
35484         * ext/theora/theoraenc.c: (gst_theora_enc_base_init),
35485         (gst_theora_enc_class_init), (gst_theora_enc_init),
35486         (theora_enc_sink_link), (theora_enc_event), (theora_push_packet),
35487         (theora_enc_chain), (theora_enc_change_state),
35488         (theora_enc_set_property), (theora_enc_get_property):
35489         Added a theora encoder, grouped the encoder and decoder into the
35490         same plugin.
35491
35492 2004-05-05  Thomas Vander Stichele  <thomas at apestaart dot org>
35493
35494         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
35495         (gst_jpegenc_chain):
35496         fix DURATION on outgoing buffers
35497         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
35498         debug using time formats
35499         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
35500         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
35501         (gst_xvimagesink_sink_link):
35502         windows with width/height 0 generate X errors, so don't allow them
35503
35504 2004-05-05  Wim Taymans  <wim@fluendo.com>
35505
35506         * ext/mpeg2dec/gstmpeg2dec.c: (src_templ),
35507         (gst_mpeg2dec_base_init), (gst_mpeg2dec_init),
35508         (gst_mpeg2dec_negotiate_format):
35509         * ext/mpeg2dec/gstmpeg2dec.h:
35510           removed the static pad template so that we can add the
35511           more accurate framerate value to the caps.
35512
35513
35514 2004-05-04  Benjamin Otte  <otte@gnome.org>
35515
35516         * configure.ac:
35517           check for kdemacros.h, too (should fix #141821)
35518         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
35519           don't crash if no header was sent, but nicely error out (fixes part
35520           of #141554)
35521
35522 2004-05-04  Wim Taymans  <wim@fluendo.com>
35523
35524         * ext/mpeg2enc/gstmpeg2enc.cc: (gst_mpeg2enc_dispose): call the
35525         parent dispose function to avoid segfault on destroy.
35526
35527 2004-05-04  Thomas Vander Stichele  <thomas at apestaart dot org>
35528
35529         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
35530         (plugin_init):
35531         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
35532         (gst_xvimagesink_sink_link):
35533         clean up debugging caps
35534         also recreate xvimage when format has changed
35535
35536 2004-05-04  Benjamin Otte  <otte@gnome.org>
35537
35538         * ext/libvisual/Makefile.am:
35539         * ext/libvisual/visual.c: (gst_visual_class_init),
35540         (gst_visual_init), (gst_visual_dispose), (gst_visual_getcaps),
35541         (gst_visual_srclink), (gst_visual_chain),
35542         (gst_visual_change_state), (plugin_init):
35543           use a GstAdapter to correctly adapt buffer sizes - allows using a
35544           framerate
35545
35546 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
35547
35548         * sys/v4l/gstv4lelement.h:
35549         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
35550         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps), (gst_v4lsrc_getcaps),
35551         (gst_v4lsrc_buffer_free):
35552         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities):
35553         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
35554         (gst_v4lsrc_sync_frame), (gst_v4lsrc_grab_frame),
35555         (gst_v4lsrc_requeue_frame):
35556         move some debugging categories around
35557         query for fps index and set accordingly if found
35558
35559 2004-05-03  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35560
35561         * ext/lame/gstlame.c:
35562         correct defaults that lame_init puts out of range
35563
35564 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
35565
35566         * ext/divx/gstdivxenc.c: (gst_divxenc_get_type),
35567         (gst_divxenc_class_init):
35568         fix range since -1 is the default
35569         * gst/mpeg1sys/gstmpeg1systemencode.c:
35570         (gst_mpeg1_system_encode_get_type), (gst_system_encode_multiplex):
35571         * gst/rtjpeg/gstrtjpegdec.c: (gst_rtjpegdec_get_type),
35572         (gst_rtjpegdec_chain):
35573         * gst/rtjpeg/gstrtjpegenc.c: (gst_rtjpegenc_get_type),
35574         (gst_rtjpegenc_chain):
35575         * sys/qcam/gstqcamsrc.c: (gst_autoexp_mode_get_type),
35576         (gst_qcamsrc_get_type), (gst_qcamsrc_change_state):
35577         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_get_type):
35578         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_type):
35579         * sys/v4l/gstv4lsrc.c:
35580         * sys/v4l/v4l_calls.c: (gst_v4l_open):
35581         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
35582         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
35583         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init):
35584         * sys/vcd/vcdsrc.c: (vcdsrc_get_type), (vcdsrc_get):
35585           remove gst_info calls
35586
35587 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
35588
35589         * Makefile.am:
35590         * po/af.po:
35591         * po/az.po:
35592         * po/en_GB.po:
35593         * po/nl.po:
35594         * po/sr.po:
35595         * po/sv.po:
35596           Updated translations
35597
35598 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
35599
35600         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
35601           refactor/comment code
35602
35603 2004-05-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35604
35605         * gst/asfdemux/Makefile.am:
35606         * gst/asfdemux/asfheaders.c:
35607         * gst/asfdemux/asfheaders.h:
35608         * gst/asfdemux/gstasf.c: (plugin_init):
35609         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_get_type),
35610         (gst_asf_demux_base_init), (gst_asf_demux_process_comment),
35611         (gst_asf_demux_setup_pad):
35612         * gst/asfdemux/gstasfdemux.h:
35613         * gst/asfdemux/gstasfmux.c:
35614         * gst/asfdemux/gstasfmux.h:
35615           Add tagging support to demuxer, split out registration in its own
35616           file instead of in demux (hacky), and prevent having some tables
35617           in our memory multiple times (in asfheaders.h).
35618
35619 2004-05-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35620
35621         * gst/matroska/matroska-demux.c:
35622         (gst_matroska_demux_parse_metadata):
35623         * gst/matroska/matroska-ids.h:
35624           Basic tag reading support.
35625
35626 2004-04-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35627
35628         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
35629           Really detect ac-3 audio.
35630         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find):
35631           really detect matroska files (off-by-1).
35632
35633 2004-04-30  David Schleef  <ds@schleef.org>
35634
35635         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
35636         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_type_get),
35637         (qtdemux_dump_stsz), (qtdemux_dump_stco), (qtdemux_dump_co64),
35638         (qtdemux_dump_unknown), (qtdemux_parse_tree), (qtdemux_parse_udta),
35639         (qtdemux_tag_add), (get_size), (gst_qtdemux_handle_esds): More qtdemux
35640         hackage -- parse a lot more atoms, extract a few tags.  One might even
35641         mistake this for tag support.  Maybe it is.
35642         * gst/qtdemux/qtdemux.h:
35643
35644 2004-04-30  Colin Walters  <walters@verbum.org>
35645
35646         * ext/alsa/gstalsasink.c (gst_alsa_sink_mmap): Plug a memleak.
35647
35648 2004-04-30  Thomas Vander Stichele  <thomas at apestaart dot org>
35649
35650         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
35651         (gst_ffmpegcolorspace_getcaps):
35652           remove broken nego fix
35653
35654 2004-04-30  Benjamin Otte  <otte@gnome.org>
35655
35656         * configure.ac:
35657         * ext/Makefile.am:
35658         * ext/libvisual/Makefile.am:
35659         * ext/libvisual/visual.c:
35660           add initial support for libvisual (http://libvisual.sourceforge.net)
35661           libvisual is still quite alpha, so expect crashes in there :)
35662
35663 2004-04-29  David Schleef  <ds@schleef.org>
35664
35665         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream), (qtdemux_parse),
35666         (qtdemux_parse_trak), (get_size), (gst_qtdemux_handle_esds): Hacked
35667         up qtdemux to make it spit out codec_data.  Do _not_ look at this
35668         code; you will no longer respect me.
35669
35670 2004-04-29  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35671
35672         * ext/alsa/gstalsa.c : (gst_alsa_class_probe_devices)
35673         * ext/alsa/gstalsa.h :
35674         change alsa pcm device discovery to find more than 1 device
35675         per card. code review by Ronald.
35676
35677 2004-04-29  David Schleef  <ds@schleef.org>
35678
35679         * sys/oss/gstosselement.c: (gst_osselement_rate_probe_check):
35680         Add a check for a driver bug on FreeBSD.  (bug #140565)
35681
35682 2004-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
35683
35684         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_get_type):
35685         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
35686         (gst_jpegenc_getcaps):
35687           move format setting to inner loop
35688         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
35689         (gst_ffmpegcolorspace_getcaps):
35690           use GST_PAD_CAPS if available so that we use already negotiated
35691           caps
35692         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
35693         (qtdemux_parse_moov), (qtdemux_parse):
35694           extra debugging
35695         * sys/qcam/qcam-Linux.c: (qc_lock_wait), (qc_unlock):
35696         * sys/qcam/qcam-os.c: (qc_lock_wait), (qc_unlock):
35697           move hardcoded path to DEFINE
35698
35699 2004-04-28  David Schleef  <ds@schleef.org>
35700
35701         * gst/speed/gstspeed.c: (speed_parse_caps):  Fix caps parsing.
35702         (bug #140064)
35703
35704 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35705
35706         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
35707           Don't probe for playback device if we're a source element. Fixes
35708           #139658.
35709
35710 2004-04-29  Benjamin Otte  <otte@gnome.org>
35711
35712         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
35713         (gst_id3_tag_chain):
35714           rewrite buffer offset
35715
35716 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35717
35718         * configure.ac:
35719         * ext/Makefile.am:
35720         * ext/dts/Makefile.am:
35721         * ext/dts/gstdtsdec.c: (gst_dtsdec_get_type),
35722         (gst_dtsdec_base_init), (gst_dtsdec_class_init), (gst_dtsdec_init),
35723         (gst_dtsdec_channels), (gst_dtsdec_renegotiate),
35724         (gst_dtsdec_handle_event), (gst_dtsdec_update_streaminfo),
35725         (gst_dtsdec_loop), (gst_dtsdec_change_state),
35726         (gst_dtsdec_set_property), (gst_dtsdec_get_property),
35727         (plugin_init):
35728         * ext/dts/gstdtsdec.h:
35729           New DTS decoder.
35730         * ext/faad/gstfaad.c: (gst_faad_sinkconnect),
35731         (gst_faad_srcconnect):
35732           Add ESDS atom handling (.m4a).
35733
35734 2004-04-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35735
35736         * ext/divx/gstdivxdec.c: (plugin_init):
35737           Remove comment that makes no sense.
35738         * ext/mad/gstid3tag.c: (gst_id3_tag_set_property):
35739           Fix for obvious typo that resulted in warnings during gst-register.
35740         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link),
35741         (gst_xviddec_sink_link):
35742           Fix caps negotiation a bit better.
35743         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
35744           We call this 'codec_data', not 'esds'.
35745
35746 2004-04-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35747
35748         * gst/monoscope/gstmonoscope.c:
35749           make sure we only provide 256x128
35750         * gst/monoscope/monoscope.c: (monoscope_init):
35751           assert size of 256x128
35752
35753 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
35754
35755         * Makefile.am:
35756         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
35757         (gst_v4lsrc_getcaps), (gst_v4lsrc_buffer_free):
35758           fixate to max width and height of device
35759
35760 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
35761
35762         * Makefile.am:
35763         * sys/v4l/gstv4l.c:
35764         * sys/v4l/gstv4lsrc.c:
35765         * sys/v4l/v4l_calls.c:
35766         * sys/v4l/v4lsrc_calls.c:
35767           fix for qc-usb driver which fakes having more than one buffer
35768           by handing the same buffer twice, which confused GStreamer's/v4lsrc
35769           buffer_free override
35770           add debugging
35771
35772 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
35773
35774         * Makefile.am:
35775         * gst/videotestsrc/gstvideotestsrc.c:
35776         (gst_videotestsrc_class_init), (gst_videotestsrc_change_state),
35777         (gst_videotestsrc_init), (gst_videotestsrc_get),
35778         (gst_videotestsrc_set_property), (gst_videotestsrc_get_property):
35779         * gst/videotestsrc/gstvideotestsrc.h:
35780           add num-buffers property
35781
35782         2004-04-26  Benjamin Otte  <otte@gnome.org>
35783
35784         * ext/mad/gstid3tag.c: (plugin_init):
35785           set id3mux rank to NONE so it doesn't confuse spider
35786           require audio/mpeg,mpegversion=1 in id3mux
35787
35788 2004-04-26  Benjamin Otte  <otte@gnome.org>
35789
35790         * configure.ac:
35791           detect faad correctly as non-working if it's indeed non-working
35792
35793 2004-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
35794
35795         * Makefile.am:
35796         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
35797         (gst_jpegenc_class_init), (gst_jpegenc_getcaps):
35798         fix _getcaps so it only negotiates to its supported format
35799
35800 2004-04-25  Benjamin Otte  <otte@gnome.org>
35801
35802         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
35803           fix memleak
35804
35805 2004-04-23  Benjamin Otte  <otte@gnome.org>
35806
35807         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
35808           audio/x-raw-int with height rules! not. Now it's depth.
35809
35810 2004-04-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35811
35812         * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
35813         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
35814         (gst_wavparse_loop):
35815           Missing variable initialization. Add handling of DVI ADPCM. Fix
35816           mis-parsing of LIST chunks. This works around a bug where we mis-
35817           parse non-aligning LIST chunks (so LIST chunks where the contents
35818           don't align with the actual LIST size). The correct fix is to use
35819           rifflib, I'm not going to fix wavparse - too much work. All this
35820           fixes #104878.
35821
35822 2004-04-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
35823
35824         reviewed by Benjamin Otte  <otte@gnome.org>
35825
35826         * ext/shout/gstshout.c: (gst_icecastsend_change_state):
35827           fix shoutcast not working (fixes #140844)
35828
35829 2004-04-22  Benjamin Otte  <otte@gnome.org>
35830
35831         * ext/hermes/gsthermescolorspace.c:
35832         (gst_hermes_colorspace_caps_remove_format_info):
35833         * gst/colorspace/gstcolorspace.c:
35834         (gst_colorspace_caps_remove_format_info):
35835         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
35836         (gst_ffmpegcolorspace_caps_remove_format_info):
35837           s/gst_caps_simplify/gst_caps_do_simplify/
35838
35839 2004-04-22  Benjamin Otte  <otte@gnome.org>
35840
35841         * gst-libs/gst/riff/riff-media.c:
35842         (gst_riff_create_video_caps_with_data):
35843           mpegversion is an int
35844         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init):
35845           don't try to create pad templates with NULL caps, use any caps
35846           instead.
35847
35848 2004-04-20  David Schleef  <ds@schleef.org>
35849
35850         * ext/sdl/Makefile.am: Link against libgstinterfaces, not
35851         libgstxoverlay.  jmmv@menta.net (Julio M. Merino Vidal)
35852         (bug #140384)
35853
35854 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
35855
35856         reviewed by David Schleef
35857
35858         * ext/mad/gstid3tag.c: Add stdlib.h
35859         * gst/rtp/gstrtpgsmenc.c: same
35860         * gst/tags/gstid3tag.c: same
35861         * gst/udp/gstudpsrc.c: (gst_udpsrc_get): Fix GST_DISABLE_LOADSAVE
35862         * gst/tcp/gsttcpsink.c: (gst_tcpsink_sink_link): Adjust
35863         GST_DISABLE_LOADSAVE use.
35864         * gst/udp/gstudpsink.c: (gst_udpsink_sink_link): Likewise.
35865         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get): Likewise.
35866         * ext/gnomevfs/gstgnomevfssrc.c: Include <stdlib.h> (needed by
35867         atol(3)).
35868         * sys/oss/gstosselement.h: Include <sys/types.h> (needed for dev_t).
35869         * gst/tags/gstvorbistag.c: Include <stdlib.h> (needed by
35870         strtoul(3)).
35871         * gst/rtp/gstrtpL16enc.c: Include <stdlib.h> (needed by random(3)).
35872         * ext/mad/Makefile.am: (libgstmad_la_CFLAGS): Add $(MAD_CFLAGS)
35873         $(ID3_CFLAGS).
35874         * ext/libfame/Makefile.am: (libgstlibfame_la_CFLAGS): Add
35875         $(LIBFAME_CFLAGS).
35876
35877 2004-04-20  David Schleef  <ds@schleef.org>
35878
35879         * gst/realmedia/rmdemux.c:  This was supposed to part of the
35880         last checkin.  Same idea.
35881
35882 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
35883
35884         reviewed by David Schleef
35885
35886         * configure.ac: bump required gstreamer version to 0.8.1.1
35887         because of following changes [--ds]
35888
35889         * gst-libs/gst/riff/riff-read.c:  Include gst/gstutils.h.
35890         (gst_riff_peek_head, gst_riff_peek_list, gst_riff_read_list)
35891         (gst_riff_read_header):  Use GST_READ_UINT*
35892         macros to access possibly unaligned memory.
35893
35894         * gst/typefind/gsttypefindfunctions.c: Include gst/gstutils.h.
35895         (mp3_type_find):  Use GST_READ_UINT*
35896         macros to access possibly unaligned memory.
35897         (mp3_type_find, mpeg1_parse_header, qt_type_find)
35898         (speex_type_find): Likewise
35899
35900         * gst/tags/gstvorbistag.c: (ADVANCE): Likewise
35901
35902         * gst/qtdemux/qtdemux.c: Include stdlib.h (needed by realloc).
35903         (QTDEMUX_GUINT32_GET, QTDEMUX_GUINT16_GET, QTDEMUX_FP32_GET)
35904         (QTDEMUX_FP16_GET, QTDEMUX_FOURCC_GET)
35905         (gst_qtdemux_loop_header, gst_qtdemux_loop_header)
35906         (qtdemux_node_dump_foreach, qtdemux_tree_get_child_by_type)
35907         (qtdemux_tree_get_sibling_by_type):  Use GST_READ_UINT*
35908         macros to access possibly unaligned memory.
35909
35910         * gst/mpegstream/gstmpegpacketize.c: (parse_generic, parse_chunk):
35911         Likewise.
35912
35913         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead)
35914         (gst_mpeg_demux_parse_packet, gst_mpeg_demux_parse_pes): Likewise.
35915
35916         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
35917         Likewise.
35918
35919         * gst/mpeg2sub/gstmpeg2subt.c: (GST_BUFFER_DATA)
35920         (gst_mpeg2subt_chain_subtitle): Likewise.
35921
35922         * gst/mpeg1videoparse/gstmp1videoparse.c: (mp1videoparse_parse_seq)
35923         (gst_mp1videoparse_time_code, gst_mp1videoparse_real_chain):
35924         Likewise.
35925
35926         * gst/mpeg1sys/buffer.c: (mpeg1mux_buffer_update_audio_info):
35927         Likewise.
35928
35929         * gst/cdxaparse/gstcdxaparse.c: (gst_bytestream_peek_bytes):
35930         Likewise.
35931
35932         * gst/asfdemux/gstasfdemux.c: (_read_var_length, _read_uint):
35933         Likewise.
35934
35935 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
35936
35937         * configure.ac:
35938           update required version of GStreamer because of GST_TIME_FORMAT
35939
35940 2004-04-20  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35941
35942         * ext/mad/gstid3tag.c: (gst_id3_tag_init):
35943           remove leftover g_print
35944         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
35945           don't try setting only a subset of the caps. We don't want to kill
35946           autoplugging on purpose
35947
35948 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
35949
35950         * sys/ximage/ximagesink.c: (plugin_init):
35951         * sys/xvimage/xvimagesink.c: (plugin_init):
35952           add debugging categories
35953
35954 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
35955
35956         * po/en_GB.po:
35957         * po/LINGUAS:
35958           Adding en_GB translation (Gareth Owen)
35959
35960 2004-04-20  David Schleef  <ds@schleef.org>
35961
35962         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
35963         (qtdemux_parse), (qtdemux_type_get), (qtdemux_dump_mvhd),
35964         (qtdemux_dump_tkhd), (qtdemux_dump_stsd), (qtdemux_dump_unknown),
35965         (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
35966         A number of new features and hacks to extract the esds atom and
35967         put it into the caps.  (bug #137724)
35968
35969 2004-04-19  David Schleef  <ds@schleef.org>
35970
35971         * gconf/Makefile.am: Fix for non-GNU make
35972         * gst-libs/gst/Makefile.am: Change directory order to handle
35973         GstPlay linking with gstinterfaces
35974         * gst-libs/gst/audio/make_filter: make use of tr portable
35975         * gst-libs/gst/play/Makefile.am: Add intended \
35976         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
35977         (gst_xwin_set_clips): Switch to ISO variadic macro. Use a
35978         function prototype instead of void *.
35979         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Switch to ISO variadic
35980         macro.
35981         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
35982         (gst_ffmpegcolorspace_chain): wrap NULL in GST_ELEMENT_ERROR call
35983         * gst/videofilter/make_filter: make use of tr portable
35984         * pkgconfig/Makefile.am: Remove GNU extension in Makefile target
35985
35986 2004-04-19  Thomas Vander Stichele  <thomas at apestaart dot org>
35987
35988         * po/LINGUAS:
35989         * po/uk.po:
35990           Added Ukrainian translation (Maxim V. Dziumanenko)
35991
35992 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35993
35994         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_getcaps),
35995         (gst_gsmdec_link), (gst_gsmdec_chain):
35996           Fix capsnego, simplify chain function slightly.
35997         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
35998           Add GSM.
35999
36000 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36001
36002         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
36003         (gst_wavparse_destroy_sourcepad), (gst_wavparse_create_sourcepad),
36004         (gst_wavparse_parse_fmt), (gst_wavparse_change_state):
36005           Hack to make wavparse work with spider (always -> sometimes pad).
36006           Fixes #135862 && #140411.
36007
36008 2004-04-18  Benjamin Otte  <otte@gnome.org>
36009
36010         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
36011         (gst_osselement_rate_probe_check),
36012         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate):
36013           get rid of \n in debug output
36014
36015 2004-04-17  Iain <iain@prettypeople.org>
36016
36017         * gst/wavparse/gstwavparse.c (gst_wavparse_loop): Allow all events,
36018         not just EOS.
36019
36020 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36021
36022         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
36023         (gst_id3_tag_class_init), (gst_id3_tag_get_caps),
36024         (gst_id3_tag_add_src_pad), (gst_id3_tag_init),
36025         (gst_id3_tag_set_property), (gst_id3_tag_do_caps_nego),
36026         (gst_id3_tag_src_link), (gst_id3_tag_chain),
36027         (gst_id3_tag_change_state), (plugin_init):
36028           deprecate id3tag element and replace with id3demux/id3mux.
36029           great side effect: this ugly file is now even uglier, yay!
36030         * ext/mad/gstmad.h:
36031           remove non-available function
36032           update for new get_type
36033
36034 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36035
36036         * configure.ac:
36037           require mpeg2dec >= 0.4.0
36038
36039 2004-04-17  Benjamin Otte  <otte@gnome.org>
36040
36041         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
36042         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
36043         (gst_xvimagesink_set_xwindow_id):
36044           call GST_ELEMENT_ERROR whenever get_xcontext fails. Includes
36045           assorted cleanup fixes.
36046
36047 2004-04-16  David Schleef  <ds@schleef.org>
36048
36049         * sys/ximage/ximagesink.h: Compile fix for FreeBSD. (bug #140268)
36050         * sys/xvimage/xvimagesink.h: same
36051
36052 2004-04-16  Thomas Vander Stichele  <thomas at apestaart dot org>
36053
36054         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
36055           Fix GST_ELEMENT_ERROR with (NULL)
36056
36057 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36058
36059         * gst-libs/gst/riff/riff-media.c:
36060         (gst_riff_create_video_caps_with_data):
36061           Add div[3456] as fourccs for DivX 3 (fixes #140137).
36062
36063 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36064
36065         * gst-libs/gst/riff/riff-media.c:
36066         (gst_riff_create_video_caps_with_data),
36067         (gst_riff_create_video_caps), (gst_riff_create_audio_caps),
36068         (gst_riff_create_video_template_caps),
36069         (gst_riff_create_audio_template_caps):
36070         * gst-libs/gst/riff/riff-media.h:
36071         * gst-libs/gst/riff/riff-read.c:
36072         (gst_riff_read_strf_vids_with_data), (gst_riff_read_strf_vids):
36073         * gst-libs/gst/riff/riff-read.h:
36074         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
36075           Add MS RLE support. I added some functions to read out strf chunks
36076           into strf chunks and the data behind it. This is usually color
36077           palettes (as in RLE, but also in 8-bit RGB). Also use those during
36078           caps creation. Lastly, add ADPCM (similar to wavparse - which
36079           should eventually be rifflib based).
36080         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
36081         (gst_matroska_demux_init), (gst_matroska_demux_reset):
36082         * gst/matroska/matroska-demux.h:
36083           Remove placeholders for some prehistoric tagging system. Didn't add
36084           support for any tag system really anyway.
36085         * gst/qtdemux/qtdemux.c:
36086           Add support for audio/x-m4a (MPEG-4) through spider.
36087         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
36088         (gst_wavparse_loop):
36089           ADPCM support (#135862). Increase max. buffer size because we
36090           cannot split buffers for ADPCM (screws references) and I've seen
36091           files with 2048 byte chunks. 4096 seems safe for now.
36092
36093 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
36094
36095         * configure.ac: bump nano to 1
36096
36097 === release 0.8.1 ===
36098
36099 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
36100
36101         * configure.ac: releasing 0.8.1, "Comforting Sounds"
36102
36103 2004-04-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36104
36105         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
36106           Fix typo in divxversion (3 instead of 4 for "DIVX" fourcc).
36107           Fixes #140058
36108
36109 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
36110
36111         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_plugin_init):
36112           lower rank of dvddemux so that it's not used for mpeg playback.
36113
36114 2004-04-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36115
36116         * configure.ac:
36117           save libs correctly when checking mad
36118
36119 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
36120
36121         * ext/mad/gstid3tag.c: (plugin_init):
36122           lower rank of id3tag as proposed by Benjamin.  Fixes #139926.
36123
36124 2004-04-13  David Schleef  <ds@schleef.org>
36125
36126         * common/m4/gst-feature.m4: Call -config scripts with
36127         --plugin-libs if it is supported.
36128         * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect): sequences of
36129         JPEG images are image/jpeg.
36130         * gst/debug/Makefile.am:
36131         * gst/debug/negotiation.c: (gst_negotiation_class_init),
36132         (gst_negotiation_getcaps), (gst_negotiation_pad_link),
36133         (gst_negotiation_update_caps), (gst_negotiation_get_property),
36134         (gst_negotiation_plugin_init): Add a property that acts like
36135         filter caps.
36136         * testsuite/gst-lint:  Move license checking to be a standard
36137         test.
36138
36139 2004-04-13  David Schleef  <ds@schleef.org>
36140
36141         * gst/avi/gstavidemux.c: (gst_avi_demux_reset): Fix memleak.
36142         patch from Sebastien Cote (bug #139958)
36143
36144 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
36145
36146         * examples/gstplay/Makefile.am:
36147         * examples/gstplay/player.c: (main):
36148           make the commandline player example use gconf settings
36149
36150 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
36151
36152         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
36153         (gst_cacasink_sinkconnect), (gst_cacasink_init),
36154         (gst_cacasink_chain), (gst_cacasink_open), (gst_cacasink_close):
36155           init/end library during state transition, not object
36156           creation/disposal.  get rid of custom dispose handler.
36157
36158
36159 2004-04-12  Christian Schaller <Uraeus@gnome.org>
36160
36161         * sys/oss/gstosselement.c: s/lstat/stat/ from freeBSD, since it can
36162         be a symlink
36163
36164 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36165
36166         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_data):
36167           Handle JUNK chunks inside data section. Prevents warnings.
36168
36169 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36170
36171         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
36172         (gst_riff_create_video_template_caps):
36173           Add MS video v1.
36174         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
36175         (gst_avi_demux_stream_data):
36176           Add support for "rec-list" chunks.
36177
36178 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36179
36180         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
36181           Fix another codecname mismatch.
36182
36183 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36184
36185         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
36186           Fix divx caps mismatch and move from video/x-jpeg to image/jpeg
36187           so that MJPEG plays back.
36188
36189 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36190
36191         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
36192         (gst_mp1videoparse_real_chain), (gst_mp1videoparse_change_state):
36193         * gst/mpeg1videoparse/gstmp1videoparse.h:
36194           Fix for some slight mis-cuts in buffer parsing, and for some
36195           potential overflows or faults-causers. Adds disconts. Also fixes
36196           #139105 while we're at it.
36197
36198 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36199
36200         * configure.ac:
36201         * sys/v4l2/gstv4l2element.h:
36202           Workaround for missing struct v4l2_buffer declaration in Suse 9
36203           and Mandrake 10 linux/videodev2.h header file (#135919).
36204
36205 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36206
36207         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
36208           Bail out if no filename was given.
36209
36210 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36211
36212         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
36213         (gst_v4l2_fourcc_from_structure):
36214           Add Y41B/Y42B YUV formats (see #125732), fix Y41P (was typo'ed to
36215           Y41B somewhere).
36216
36217 2004-04-09  Benjamin Otte  <otte@gnome.org>
36218
36219         * ext/gnomevfs/gstgnomevfssink.c:
36220         (_gst_boolean_allow_overwrite_accumulator),
36221         (gst_gnomevfssink_class_init):
36222           fix erase signal - if any handler returns false the file will not be
36223           overwritten. If no handler is connected, the file will not be
36224           overwritten either.
36225           renamed signal to "allow-overwrite"
36226         * ext/mad/gstid3tag.c: (tag_list_to_id3_tag_foreach):
36227           free string when adding it to ID3 failed
36228         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
36229           unref event when done
36230         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
36231           free caps
36232         * gst/typefind/gsttypefindfunctions.c:
36233         (mpeg_video_stream_type_find):
36234           fix invalid read
36235
36236 2004-04-08  David Schleef  <ds@schleef.org>
36237
36238         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
36239         (gst_ffmpegcolorspace_register): Change rank to PRIMARY.
36240
36241 2004-04-08  David Schleef  <ds@schleef.org>
36242
36243         * gst/colorspace/gstcolorspace.c: Don't advertise a conversion
36244         we don't support (bug #139532)
36245
36246 2004-04-07  Thomas Vander Stichele  <thomas at apestaart dot org>
36247
36248         * ext/mad/gstmad.c: (gst_mad_handle_event),
36249         (gst_mad_check_caps_reset), (gst_mad_chain),
36250         (gst_mad_change_state):
36251           only set explicit caps if they haven't been set before for
36252           this stream.  MPEG-audio sample rate/channels aren't allowed
36253           to change in-stream.
36254           Fixes #139382
36255
36256 2004-04-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36257
36258         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_base_init),
36259         (_gst_boolean_did_something_accumulator),
36260         (gst_gnomevfssink_class_init), (gst_gnomevfssink_dispose),
36261         (gst_gnomevfssink_init), (gst_gnomevfssink_set_property),
36262         (gst_gnomevfssink_get_property), (gst_gnomevfssink_open_file),
36263         (gst_gnomevfssink_close_file), (gst_gnomevfssink_chain),
36264         (gst_gnomevfssink_change_state):
36265           Fix erase signal. Don't erase by default. Remove handoff signal.
36266           Remove erase property. Don't segfault. General cleanup.
36267
36268 2004-04-07  Benjamin Otte  <otte@gnome.org>
36269
36270         * gst-libs/gst/gconf/test-gconf.c: (main):
36271           add missing gst_init
36272
36273 2004-04-07  Benjamin Otte  <otte@gnome.org>
36274
36275         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
36276           free the mutexes, too
36277
36278 2004-04-07  Benjamin Otte  <otte@gnome.org>
36279
36280         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
36281           actually free the URI string
36282         * ext/mad/gstid3tag.c: (gst_id3_tag_src_event):
36283           compute offset correctly when passing discont events
36284         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
36285           don't leak discont events
36286         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
36287           add some missing breaks so caps aren't copied randomly
36288         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream):
36289           if we realloc memory, we better use it
36290
36291 2004-04-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36292
36293         * ext/mad/gstmad.c: (normal_seek):
36294           fix GST_FORMAT_TIME usage
36295
36296 2004-04-05  David Schleef  <ds@schleef.org>
36297
36298         * ext/kio/kiosrc.cpp:  Undefine KDE_DEPRECATED so we can use
36299         a deprecated function (hack!)
36300
36301 2004-04-05  Benjamin Otte  <otte@gnome.org>
36302
36303         * ext/esd/esdmon.c: (gst_esdmon_get):
36304           fix nonterminated vararg and memleak
36305
36306 2004-04-05  Benjamin Otte  <otte@gnome.org>
36307
36308         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init),
36309         (gst_ladspa_init), (gst_ladspa_force_src_caps),
36310         (gst_ladspa_set_property), (gst_ladspa_get_property),
36311         (gst_ladspa_instantiate), (gst_ladspa_activate),
36312         (gst_ladspa_deactivate), (gst_ladspa_loop), (gst_ladspa_chain):
36313           clean up debugging
36314
36315 2004-04-05  Stefan Kost <kost@imn.htwk-leipzig.de>
36316
36317         reviewed by Benjamin Otte  <otte@gnome.org>
36318
36319         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init):
36320           check for broken LADSPA parameters (fixes #138635)
36321
36322 2004-04-05  Benjamin Otte  <otte@gnome.org>
36323
36324         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps):
36325           advertise buffer-frames correctly on sinkpads
36326
36327 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
36328
36329         * ext/mad/gstmad.c: (gst_mad_get_type), (gst_mad_layer_get_type),
36330         (gst_mad_mode_get_type), (gst_mad_emphasis_get_type),
36331         (gst_mad_get_event_masks), (gst_mad_get_query_types), (index_seek),
36332         (normal_seek), (gst_mad_src_event), (gst_mad_handle_event),
36333         (gst_mad_check_caps_reset), (gst_mad_chain):
36334         add more debugging, only reset caps when we're not in error state
36335
36336 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
36337
36338         * ext/mad/gstmad.c: add debugging category, comment + cleanups
36339
36340 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
36341
36342         reviewed by Benjamin Otte  <otte@gnome.org>
36343
36344         * configure.ac:
36345           fix == in test(1) operator
36346
36347 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
36348
36349         reviewed by Benjamin Otte  <otte@gnome.org>
36350
36351         * configure.ac:
36352           fix --export-symblos-regex to a working regex.
36353
36354 2004-04-04  Benjamin Otte  <otte@gnome.org>
36355
36356         * sys/oss/.cvsignore:
36357           add for oss_probe
36358
36359 2004-04-03  Tim-Phillip Müller <t.i.m@zen.co.uk>
36360
36361         reviewed by Benjamin Otte  <otte@gnome.org>
36362
36363         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
36364           add missing 'new_media' argument (fixes #138168)
36365         * gst/matroska/matroska-demux.c:
36366         (gst_matroska_demux_handle_seek_event):
36367           add vararg terminator (fixes #138169)
36368
36369 2004-04-02  David Schleef  <ds@schleef.org>
36370
36371         * ext/gdk_pixbuf/Makefile.am:  Make sure gstgdkanimation.h is
36372         disted (bug #138914)
36373
36374 2004-04-01  Benjamin Otte  <otte@gnome.org>
36375
36376         * ext/alsa/gstalsa.c: (gst_alsa_change_state),
36377         (gst_alsa_close_audio):
36378           handle case better where a soundcard can't pause
36379         * ext/ogg/gstoggdemux.c:
36380           don't crash when we get events but don't have pads yet
36381
36382 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
36383
36384         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
36385           throw an error if we couldn't probe any caps.
36386
36387 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
36388
36389         * ext/dvdnav/gst-dvd:
36390         Add a really simple sample DVD player
36391
36392 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
36393
36394         * ext/a52dec/gsta52dec.c: (gst_a52dec_get_type), (gst_a52dec_init),
36395         (gst_a52dec_push), (gst_a52dec_handle_event),
36396         (gst_a52dec_update_streaminfo), (gst_a52dec_loop),
36397         (gst_a52dec_change_state):
36398         * ext/a52dec/gsta52dec.h:
36399           Use a debug category, Output timestamps correctly
36400           Emit tag info, Handle events, tell liba52dec about cpu
36401           capabilities so it can use MMX etc.
36402         * ext/dv/gstdvdec.c: (gst_dvdec_loop), (gst_dvdec_change_state):
36403           Fix a crasher accessing invalid memory
36404         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init),
36405         (dvdnavsrc_update_highlight), (dvdnavsrc_loop),
36406         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
36407         (dvdnavsrc_event), (dvdnavsrc_get_formats), (dvdnavsrc_convert),
36408         (dvdnavsrc_query):
36409           Some support for byte-format seeking.
36410           Small fixes for still frames and menu button overlays
36411         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
36412         (gst_mpeg2dec_alloc_buffer):
36413           Use a debug category. Adjust the report level of several items to
36414           LOG. Call mpeg2_custom_fbuf to mark our buffers as 'custom buffers'
36415           so it doesn't lose the GstBuffer pointer
36416         * gst/debug/Makefile.am:
36417         * gst/debug/gstdebug.c: (plugin_init):
36418         * gst/debug/gstnavseek.c: (gst_navseek_get_type),
36419         (gst_navseek_base_init), (gst_navseek_class_init),
36420         (gst_navseek_init), (gst_navseek_seek),
36421         (gst_navseek_handle_src_event), (gst_navseek_set_property),
36422         (gst_navseek_get_property), (gst_navseek_chain),
36423         (gst_navseek_plugin_init):
36424         * gst/debug/gstnavseek.h:
36425           Add the navseek debug element for seeking back and forth in a
36426           video stream using arrow keys.
36427         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_get_type),
36428         (gst_mpeg2subt_base_init), (gst_mpeg2subt_class_init),
36429         (gst_mpeg2subt_init), (gst_mpeg2subt_finalize),
36430         (gst_mpeg2subt_getcaps_video), (gst_mpeg2subt_link_video),
36431         (gst_mpeg2subt_handle_video), (gst_mpeg2subt_src_event),
36432         (gst_mpeg2subt_parse_header), (gst_get_nibble),
36433         (gst_setup_palette), (gst_get_rle_code), (gst_draw_rle_line),
36434         (gst_merge_uv_data), (gst_mpeg2subt_merge_title),
36435         (gst_update_still_frame), (gst_mpeg2subt_handle_subtitle),
36436         (gst_mpeg2subt_handle_dvd_event), (gst_mpeg2subt_loop):
36437         * gst/mpeg2sub/gstmpeg2subt.h:
36438           Pretty much a complete rewrite. Now a loopbased element. May still
36439           require work to properly synchronise subtitle buffers.
36440         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private),
36441         (gst_dvd_demux_send_subbuffer):
36442         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_subbuffer):
36443           Don't attempt to create subbuffers of size 0
36444           Reduce a couple of error outputs to warnings.
36445         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect),
36446         (gst_y4mencode_chain):
36447         Output the y4m frame header correctly.
36448
36449 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
36450
36451         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
36452           throw errors instead of allowing SIGFPE
36453
36454 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
36455
36456         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_string),
36457         (gst_gconf_render_bin_from_key):
36458           leak plugging and style fixing
36459
36460 2004-03-31  David Schleef  <ds@schleef.org>
36461
36462         * gst/audioscale/gstaudioscale.c: (gst_audioscale_expand_value),
36463         (gst_audioscale_getcaps): Fix getcaps to expand and union lists.
36464         (bug #138225)
36465         * gst/debug/Makefile.am:
36466         * gst/debug/breakmydata.c: (gst_break_my_data_plugin_init):
36467         * gst/debug/gstdebug.c: (plugin_init):  Merge elements into one
36468         plugin.
36469         * gst/debug/negotiation.c: (gst_gst_negotiation_get_type),
36470         (gst_negotiation_base_init), (gst_negotiation_class_init),
36471         (gst_negotiation_init), (gst_negotiation_getcaps),
36472         (gst_negotiation_pad_link), (gst_negotiation_chain),
36473         (gst_negotiation_set_property), (gst_negotiation_get_property),
36474         (gst_negotiation_plugin_init):  New element to talk about random
36475         negotiation things happening in a pipeline.
36476
36477 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
36478
36479         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
36480           fix integer addition with help of Stefan Kost
36481
36482 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
36483
36484         * po/nl.po: updated Dutch translation (Elros Cyriatan)
36485
36486 2004-03-30  David Schleef  <ds@schleef.org>
36487
36488         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer),
36489         (gst_mpeg2dec_negotiate_format):  Handle Y42B-format MPEG
36490         video, patch from Matthew.Spencer@eu.sony.com (Matthew Spencer)
36491         (bug #137504)
36492         * ext/mpeg2dec/gstmpeg2dec.h:
36493
36494 2004-03-30  David Schleef  <ds@schleef.org>
36495
36496         * ext/gdk_pixbuf/Makefile.am: Remove spurious rules. (bug #136527)
36497
36498 2004-03-30  David Schleef  <ds@schleef.org>
36499
36500         * tools/gst-launch-ext-m.m:  Applied patch from gnome@flyn.org (W.
36501         Michael Petullo) to handle .mov
36502
36503 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36504
36505         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
36506         (gst_osselement_rate_check_rate):
36507           probe caps correctly for sound cards that only support one format
36508
36509 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36510
36511         * ext/kio/kiosrc.cpp: (process_events):
36512           update handling event processing if inside KDE - untested
36513
36514 2004-03-29  David Schleef  <ds@schleef.org>
36515
36516         * ext/hermes/gsthermescolorspace.c: (plugin_init): decrease rank
36517         by 2 to not interfere with other colorspaces.
36518         * ext/pango/gsttextoverlay.c: (plugin_init): change rank to NONE
36519         * gst/colorspace/gstcolorspace.c: (plugin_init): decrease rank by
36520         one to not interfere with ffmpeg_colorspace.
36521
36522 2004-03-29  David Schleef  <ds@schleef.org>
36523
36524         * ext/alsa/gstalsa.c: (gst_alsa_fixate): Don't fixate fields that
36525         aren't in the caps.
36526         * gst/sine/gstsinesrc.c: change rate caps to [1,MAX]
36527         * gst/videocrop/gstvideocrop.c: (plugin_init): Change rank to NONE.
36528
36529 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36530
36531         * gst-libs/gst/riff/riff-media.c:
36532           fail on error, don't try to set stuff on NULL caps
36533
36534 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36535
36536         * configure.ac:
36537         * ext/Makefile.am:
36538         * ext/kio/Makefile.am:
36539         * ext/kio/kioreceiver.cpp:
36540         * ext/kio/kioreceiver.h:
36541         * ext/kio/kiosrc.cpp:
36542         * ext/kio/kiosrc.h:
36543           add experimental kiosrc plugin
36544         * ext/alsa/gstalsaplugin.c: (plugin_init):
36545           initialize debugging category only when we're sure registering the
36546           plugins worked.
36547
36548 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
36549
36550         * examples/gstplay/player.c: (main):
36551         * gst-libs/gst/play/play.c: (gst_play_class_init),
36552         (gst_play_set_location), (gst_play_set_data_src),
36553         (gst_play_set_video_sink), (gst_play_set_audio_sink),
36554         (gst_play_set_visualization), (gst_play_connect_visualization):
36555           check return values of element_set_state and return FALSE where
36556           failed
36557
36558 2004-03-29  Benjamin Otte  <otte@gnome.org>
36559
36560         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
36561           try harder to check if an event is really a discont
36562
36563 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
36564
36565         * po/LINGUAS: adding Azerbaijani (M??tin ??mirov)
36566         * po/az.po:
36567
36568 2004-03-28  Benjamin Otte  <otte@gnome.org>
36569
36570         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
36571         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
36572         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
36573           get rid of non-standard "..." ranges in case statements.
36574
36575 2004-03-27  Martin Soto  <martinsoto@users.sourceforge.net>
36576
36577         * gst/mpegstream/gstmpegdemux.c:
36578         * gst/mpegstream/gstmpegdemux.h: Complete overhaul. All DVD
36579         specific functionality split to the new dvddemux element.
36580         * gst/mpegstream/gstdvddemux.c:
36581         * gst/mpegstream/gstdvddemux.h: New demultiplexer for DVD (VOB)
36582         streams, derived from mpegdemux.
36583         * gst/mpegstream/gstmpegparse.c: Discontinuity handling cleaned
36584         up. SCR based timestamp rewriting can be turned off (will probably
36585         completely disappear soon).
36586         * ext/dvdnav/dvdnavsrc.c: Changes resulting from a few months
36587         hacking. General cleanup. All printf statements replaced by
36588         debugging messages. Almost complete libdvdnav support.
36589         (dvdnavsrc_class_init): Got rid of unnecessary signals (replaced
36590         by events. New properties for audio and subpicture languages.
36591         (dvdnavsrc_update_highlight): Now uses events.
36592         (dvdnavsrc_user_op): Cleaned up.
36593         (dvdnavsrc_get): Renamed to dvdnavsrc_loop (element is now loop
36594         based). Lots of cleanup, and propper support for most libdvdnav
36595         events.
36596         (dvdnavsrc_make_dvd_event): New function.
36597         (dvdnavsrc_make_dvd_nav_packet_event): New function.
36598         (dvdnavsrc_make_clut_change_event): New function.
36599
36600 2004-03-26  Benjamin Otte  <otte@gnome.org>
36601
36602         * gst/typefind/gsttypefindfunctions.c: (theora_type_find):
36603           fix bug where typefinding would claim it's theora whenever less then
36604           7 bytes of data were available
36605
36606 2004-03-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36607
36608         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link),
36609         (gst_alawdec_base_init), (gst_alawdec_class_init),
36610         (gst_alawdec_init), (gst_alawdec_chain):
36611         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link),
36612         (gst_alawenc_base_init), (gst_alawenc_class_init),
36613         (gst_alawenc_init), (gst_alawenc_chain):
36614         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link),
36615         (gst_mulawdec_base_init), (gst_mulawdec_class_init),
36616         (gst_mulawdec_init), (gst_mulawdec_chain):
36617         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link),
36618         (gst_mulawenc_base_init), (gst_mulawenc_class_init),
36619         (gst_mulawenc_init), (gst_mulawenc_chain):
36620           Fix capsnego in all four, remove the unused property functions and
36621           simplify the chain functions slightly. I guess we could use macros
36622           or something similar for those, since the code is so similar, but
36623           I'm currently too lazy...
36624
36625 2004-03-24  David Schleef  <ds@schleef.org>
36626
36627         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
36628         (gst_osselement_close_audio), (gst_osselement_probe_caps),
36629         (gst_osselement_get_format_structure),
36630         (gst_osselement_rate_probe_check), (gst_osselement_rate_add_range),
36631         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate),
36632         (gst_osselement_rate_int_compare): Add code to handle rate probing
36633         (bug #120883)
36634         * sys/oss/gstosselement.h: same
36635         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_getcaps):
36636         Use rate probing provided by osselement.
36637         * sys/oss/gstosssrc.c: (gst_osssrc_init), (gst_osssrc_getcaps): same
36638
36639 2004-03-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36640
36641         * ext/xvid/gstxvidenc.c: (gst_xvidenc_set_property),
36642         (gst_xvidenc_get_property):
36643           ulong/int mess-up.
36644
36645 2004-03-24  David Schleef  <ds@schleef.org>
36646
36647         * ext/speex/gstspeexdec.c: (gst_speexdec_base_init),
36648         (gst_speexdec_init):
36649         * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
36650         (gst_speexenc_init):  Create the pad template correctly (from
36651         the static pad template, not a NULL pointer.)
36652
36653 2004-03-25  Benjamin Otte  <otte@gnome.org>
36654
36655         * gst/debug/Makefile.am:
36656         * gst/debug/breakmydata.c:
36657           add element that quasi-randomly changes bytes in the stream.
36658           Intended use is robustness checking of demuxers and decoders in
36659           media tests.
36660
36661 2004-03-24  Benjamin Otte  <otte@gnome.org>
36662
36663         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
36664         (gst_alsa_probe_hw_params):
36665         * ext/alsa/gstalsa.h:
36666           debugging output fixes
36667
36668 2004-03-24  Benjamin Otte  <otte@gnome.org>
36669
36670         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_set_property):
36671           don't g_return_if_fail if element is PLAYING, fail silently as every
36672           other element.
36673         * gst/effectv/gstquark.c: (gst_quarktv_chain):
36674           only fix needed for cast lvalue issues in gst-plugins
36675         * gst/volenv/gstvolenv.c: (gst_volenv_init):
36676           add proxy_getcaps
36677
36678 2004-03-24  Benjamin Otte  <otte@gnome.org>
36679
36680         * gst/level/gstlevel.c: (gst_level_init):
36681           add proxying getcaps function, so level doesn't advertise impossible
36682           caps
36683
36684 2004-03-24  David Schleef  <ds@schleef.org>
36685
36686         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
36687         (gst_qtdemux_loop_header), (qtdemux_parse_moov), (qtdemux_parse),
36688         (qtdemux_node_dump_foreach), (qtdemux_dump_mvhd),
36689         (qtdemux_dump_tkhd), (qtdemux_dump_elst), (qtdemux_dump_mdhd),
36690         (qtdemux_dump_hdlr), (qtdemux_dump_vmhd), (qtdemux_dump_dref),
36691         (qtdemux_dump_stsd), (qtdemux_dump_stts), (qtdemux_dump_stss),
36692         (qtdemux_dump_stsc), (qtdemux_dump_stsz), (qtdemux_dump_stco),
36693         (qtdemux_dump_co64), (qtdemux_dump_dcom), (qtdemux_dump_cmvd),
36694         (qtdemux_parse_tree), (qtdemux_parse_trak):  Fix debugging
36695         messages.  Divide the chunk size by the compression ratio
36696         (needed for MACE audio)
36697
36698 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36699
36700         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
36701           Fix buffer overflow read error.
36702
36703 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36704
36705         * ext/alsa/gstalsa.h:
36706           Remove unused entry.
36707         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
36708           Add cinepak.
36709         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
36710         (gst_videodrop_link), (gst_videodrop_chain):
36711           Fix, sort of. Was horribly broken with new capsnego. Bah...
36712
36713 2004-03-23  Jeremy Simon  <jesimon@libertysurf.fr>
36714
36715         * gst/typefind/gsttypefindfunctions.c: (ape_type_find),
36716         (plugin_init):
36717         Add a monkeysaudio typefind function
36718
36719 2004-03-23  Johan Dahlin  <johan@gnome.org>
36720
36721         * gst-libs/gst/play/play.c (gst_play_audio_fixate)
36722         (gst_play_video_fixate): Check so the structure has the field
36723         before trying to fixate them, this makes it possible to have
36724         fakesinks for video and audio output without printing errors on
36725         the output console.
36726
36727 2004-03-22  David Schleef  <ds@schleef.org>
36728
36729         * sys/oss/Makefile.am:
36730         * sys/oss/oss_probe.c: (main), (probe_check), (add_range),
36731         (check_rate), (add_rate):  Rate probing test app.
36732
36733 2004-03-21  Benjamin Otte  <otte@gnome.org>
36734
36735         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
36736         (_fixate_caps_to_int), (gst_audio_convert_fixate):
36737           add a fixation function that pretty much does the right thing (fixes
36738           #137556)
36739
36740 2004-03-20  David I. Lehn  <dlehn@users.sourceforge.net>
36741
36742         * configure.ac: GST_PACKAGE default: s/GStreamer/GStreamer Plugins/
36743
36744 2004-03-20  Tim-Phillip Müller <t.i.m@zen.co.uk>
36745
36746         reviewed by: Benjamin Otte  <otte@gnome.org>
36747
36748         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
36749           terminate gst_event_new_discontinuous correctly (fixes parts of
36750           #137711)
36751
36752 2004-03-19  David Schleef  <ds@schleef.org>
36753
36754         * gst-libs/gst/Makefile.am:  Enable xoverlay unconditionally,
36755         since it doesn't depend on X, and it's part of our ABI.
36756
36757 2004-03-19  Iain <iain@prettypeople.org>
36758
36759         * gst/interleave/deinterleave.c (deinterleave_sink_link): Use the
36760         is_int in the structure, not the local variable.
36761
36762 2004-03-19  David Schleef  <ds@schleef.org>
36763
36764         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_change_state),
36765         (gst_rfbsrc_init), (gst_rfbsrc_getcaps), (gst_rfbsrc_fixate),
36766         (gst_rfbsrc_link), (gst_rfbsrc_paint_rect), (gst_rfbsrc_get):
36767         Improvements in caps negotiation.
36768
36769 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
36770
36771         * po/LINGUAS:
36772         * po/af.po:
36773           adding Afrikaans (Petri Jooste)
36774
36775 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
36776
36777         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
36778         (gst_ffmpegcolorspace_chain):
36779         throw error instead of g_critical (#137588)
36780
36781 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
36782
36783         * Makefile.am:
36784         * configure.ac:
36785           dist common and m4 correctly
36786         * po/sv.po:
36787
36788 2004-03-17  David Schleef  <ds@schleef.org>
36789
36790         * pkgconfig/gstreamer-media-info.pc.in:  Add Version.
36791         (bug #137348)
36792
36793 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
36794
36795         * po/LINGUAS:
36796         * po/sv.po:
36797           adding Swedish translation (Christian Rose)
36798
36799 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
36800
36801         * Makefile.am: use release.mak
36802
36803 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
36804
36805         * common/ChangeLog:
36806         * common/gst-autogen.sh:
36807           add some explanation about the version detection
36808         * configure.ac:
36809           fix X check
36810
36811 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
36812
36813         * configure.ac: bump nano to 1
36814
36815 === release 0.8.0 ===
36816
36817 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
36818
36819         * configure.ac: release 0.8.0, "Pharmaceutical Itch"
36820
36821 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
36822
36823         * configure.ac:
36824           update libtool version
36825         * gst-libs/gst/media-info/Makefile.am:
36826           actually use libtool version
36827
36828 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
36829
36830         * configure.ac: fix speex detection to work with 1.0 but not 1.1
36831
36832 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
36833
36834         * configure.ac:
36835         * gst-plugins.spec.in:
36836         * pkgconfig/Makefile.am:
36837         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
36838         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
36839         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
36840         * pkgconfig/gstreamer-libs.pc.in:
36841         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
36842         * pkgconfig/gstreamer-play-uninstalled.pc.in:
36843         * pkgconfig/gstreamer-plugins-uninstalled.pc.in:
36844         * pkgconfig/gstreamer-plugins.pc.in:
36845           remove @VERSION@ from some of the pc files since core and plugins
36846           are decoupled.
36847           created gstreamer-plugins.pc as it's a better name, but keeping
36848           -libs around for now to get fixes upstream done first.
36849
36850 2004-03-15  Julien MOUTTE <julien@moutte.net>
36851
36852         * gst-libs/gst/play/play.c: (gst_play_get_framerate),
36853         (gst_play_get_sink_element): First draft of gst_play_get_framerate.
36854         * gst-libs/gst/play/play.h:
36855
36856 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
36857
36858         * *.c, *.cc: don't mix tabs and spaces
36859
36860 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
36861
36862         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
36863           use the new ffmpegcolorspace
36864         * gst-plugins.spec.in:
36865           package new colorspace and media-info
36866         * configure.ac:
36867         * pkgconfig/Makefile.am:
36868           fix some more disting issues
36869         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
36870         * pkgconfig/gstreamer-media-info.pc.in:
36871           generate media-info pc files
36872
36873 2004-03-15  Johan Dahlin  <johan@gnome.org>
36874
36875         * *.h: Revert indenting
36876
36877 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
36878
36879         * configure.ac:
36880           adding ffmpegcolorspace element
36881         * gst/ffmpegcolorspace/Makefile.am:
36882         * gst/ffmpegcolorspace/avcodec.h:
36883         * gst/ffmpegcolorspace/common.h:
36884         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
36885         * gst/ffmpegcolorspace/dsputil.h:
36886         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
36887         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
36888         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_pix_fmt_to_caps),
36889         (gst_ffmpeg_caps_to_pix_fmt):
36890         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
36891         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
36892         (gst_ffmpegcolorspace_caps_remove_format_info),
36893         (gst_ffmpegcolorspace_getcaps), (gst_ffmpegcolorspace_pad_link),
36894         (gst_ffmpegcolorspace_get_type), (gst_ffmpegcolorspace_base_init),
36895         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_init),
36896         (gst_ffmpegcolorspace_chain), (gst_ffmpegcolorspace_change_state),
36897         (gst_ffmpegcolorspace_set_property),
36898         (gst_ffmpegcolorspace_get_property),
36899         (gst_ffmpegcolorspace_register):
36900         * gst/ffmpegcolorspace/imgconvert.c:
36901         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
36902         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
36903         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
36904         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
36905         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
36906         (yuv422_to_yuv420p), (yuv422_to_yuv422p), (yuv422p_to_yuv422),
36907         (C_JPEG_TO_CCIR), (img_convert_init), (img_apply_table),
36908         (shrink41), (shrink21), (shrink12), (shrink22), (shrink44),
36909         (grow21_line), (grow41_line), (grow21), (grow22), (grow41),
36910         (grow44), (conv411), (gif_clut_index), (build_rgb_palette),
36911         (bitcopy_n), (mono_to_gray), (monowhite_to_gray),
36912         (monoblack_to_gray), (gray_to_mono), (gray_to_monowhite),
36913         (gray_to_monoblack), (avpicture_alloc), (avpicture_free),
36914         (is_yuv_planar), (img_convert), (get_alpha_info_pal8),
36915         (img_get_alpha_info), (deinterlace_line),
36916         (deinterlace_line_inplace), (deinterlace_bottom_field),
36917         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
36918         * gst/ffmpegcolorspace/imgconvert_template.h:
36919         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
36920         * gst/ffmpegcolorspace/mmx.h:
36921         * gst/ffmpegcolorspace/utils.c: (avcodec_init):
36922           adding ffmpegcolorspace element supplied by Ronald after cleaning
36923           up and pulling in the right bits of upstream source.
36924           I'm sure a better C/compiler wizard could do some cleaning up (for
36925           example use GLIB's malloc stuff), but as a first pass this
36926           works very well
36927
36928 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
36929
36930         * ext/alsa/gstalsa.h:
36931           I assume Ronald forgot to commit the change to have cardname
36932           as a struct member.  Expect some public spanking at the next
36933           opportunity.
36934
36935 2004-03-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36936
36937         * ext/alsa/gstalsa.c: (gst_alsa_get_property),
36938         (gst_alsa_open_audio), (gst_alsa_close_audio):
36939         * ext/alsa/gstalsa.c:
36940           Don't open the device if we're a mixer (= padless).
36941         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_class_init),
36942         (gst_alsa_mixer_init), (gst_alsa_mixer_open),
36943         (gst_alsa_mixer_close), (gst_alsa_mixer_change_state):
36944           Open mixer during state change rather than during object
36945           initialization. Also, get a device name. Currently in a somewhat
36946           hackish fashion, but I didn't really find something better.
36947
36948 2004-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
36949
36950         * *.c, *.h: run gst-indent
36951
36952 2004-03-14  Benjamin Otte  <otte@gnome.org>
36953
36954         * gst/modplug/gstmodplug.cc:
36955         * gst/modplug/gstmodplug.h:
36956           set correct timestamps on outgoing buffers
36957
36958 2004-03-14  Benjamin Otte  <otte@gnome.org>
36959
36960         * gst/modplug/gstmodplug.cc:
36961           handle events - don't do crap when a discont arrives that's not
36962           necessary
36963           This allows correct loading and playback of mods in Rhythmbox
36964
36965 2004-03-14  Benjamin Otte  <otte@gnome.org>
36966
36967         * configure.ac:
36968         * gst-libs/gst/gconf/Makefile.am:
36969         * pkgconfig/Makefile.am:
36970           move gstreamer-gconf pkgconfig files to pkgconfig/ dir. Make sure
36971           they get rebuilt properly
36972         * configure.ac:
36973           when checking for vorbis, try pkgconfig first.
36974         * gst/modplug/gstmodplug.cc:
36975           add fixate function
36976
36977 2004-03-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36978
36979         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
36980           Fix for obvious mistake, where we first shift the offset and then
36981           read a samplesize element assuming the old offset. Note that this
36982           part still has something weird, i.e. my movies containing those
36983           don't actually play well, but at least there's something that looks
36984           like sound now.
36985
36986 2004-03-14  Jan Schmidt  <thaytan@mad.scientist.com>
36987         * gst/typefind/gsttypefindfunctions.c: (speex_type_find),
36988         (plugin_init):
36989         Add a typefind function for speex format
36990
36991 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36992
36993         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps),
36994         (gst_asf_demux_setup_pad):
36995           Use 25fps as our "fake" fps value (marked for fixage in 0.9.x)
36996           instead of 0. Reason is simple: some elements have a fps range
36997           of 1-max instead of 0-max. So now ASF video actually works.
36998
36999 2004-03-13  Thomas Vander Stichele  <thomas at apestaart dot org>
37000
37001         * po/LINGUAS:
37002         * po/sr.po:
37003           adding serbian as a language
37004
37005 2004-03-13  Benjamin Otte  <otte@gnome.org>
37006
37007         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
37008           return taglist correctly from _get function, don't gst_pad_push it.
37009           (fixes #137042)
37010
37011 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
37012         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
37013
37014 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37015
37016         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_free_list):
37017         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init),
37018         (gst_alsa_mixer_track_new):
37019         * ext/alsa/gstalsamixertrack.h:
37020           Fix ancient leftovers... MixerTrack is a GObject.
37021
37022 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37023
37024         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
37025         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
37026           Don't block during probing...
37027
37028 2004-03-12  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37029
37030         * ext/alsa/gstalsa.c: (gst_alsa_get_type), (gst_alsa_class_init),
37031         (gst_alsa_get_property), (gst_alsa_probe_get_properties),
37032         (gst_alsa_class_probe_devices), (gst_alsa_class_list_devices),
37033         (gst_alsa_probe_probe_property), (gst_alsa_probe_needs_probe),
37034         (gst_alsa_probe_get_values), (gst_alsa_probe_interface_init),
37035         (gst_alsa_open_audio), (gst_alsa_close_audio):
37036         * ext/alsa/gstalsa.h:
37037           Add propertyprobe interface implementation, add some device-name
37038           property, all this so that it looks good in gnome-volume-control.
37039
37040 2004-03-12  David Schleef  <ds@schleef.org>
37041
37042         * configure.ac: the Hermes library controls hermescolorspace, not
37043         colorspace.
37044         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
37045         (gst_mpeg2dec_init): minor pet peeve: disable code with #ifdef,
37046         not /* */
37047         * ext/sdl/sdlvideosink.c: Change XID to unsigned long.
37048         * ext/sdl/sdlvideosink.h: ditto.
37049         * gst/colorspace/gstcolorspace.c: Fix old comments about Hermes
37050
37051 2004-03-12  Benjamin Otte  <otte@gnome.org>
37052
37053         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_set_xwindow_id),
37054         (gst_x_overlay_got_xwindow_id):
37055         * gst-libs/gst/xoverlay/xoverlay.h:
37056           replace XID with unsigned long to get rid of the xlibs dependency in
37057           XOverlay (fixes #137004)
37058
37059 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
37060         * gst/effectv/gstaging.c: (gst_agingtv_base_init),
37061         (gst_agingtv_setup):
37062         * gst/effectv/gstdice.c: (gst_dicetv_get_type),
37063         (gst_dicetv_base_init), (gst_dicetv_class_init),
37064         (gst_dicetv_setup), (gst_dicetv_init), (gst_dicetv_draw):
37065         * gst/effectv/gstedge.c: (gst_edgetv_get_type),
37066         (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
37067         (gst_edgetv_setup), (gst_edgetv_rgb32):
37068         * gst/effectv/gsteffectv.c:
37069         * gst/effectv/gstquark.c: (gst_quarktv_link), (gst_quarktv_init),
37070         (gst_quarktv_set_property):
37071         * gst/effectv/gstrev.c: (gst_revtv_get_type),
37072         (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
37073         (gst_revtv_setup), (gst_revtv_rgb32):
37074         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type),
37075         (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
37076         (gst_shagadelictv_init), (gst_shagadelictv_setup),
37077         (gst_shagadelictv_rgb32):
37078         * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type),
37079         (gst_vertigotv_base_init), (gst_vertigotv_class_init),
37080         (gst_vertigotv_setup), (gst_vertigotv_init), (gst_vertigotv_rgb32):
37081         * gst/effectv/gstwarp.c:
37082         Port everything that can be ported to videofilter and fix up the caps.
37083         Can someone with a big-endian machine please check these?
37084
37085 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37086
37087         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_get_time),
37088         (gst_osssink_chain), (gst_osssink_change_state):
37089           Latest fixes for A/V sync, audio playback and such. This is about
37090           all... MPEG playback issues are mostly related to the async build-
37091           up of MPEG files, I cannot fix that. Use basicgthread to solve it.
37092
37093 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
37094
37095         patch from: Stephane Loeuillet
37096
37097         * configure.ac:
37098           use pkg-config for some libraries, falling back to the old .m4 way
37099           (fixes #131270)
37100         * m4/libdv.m4:
37101           removed
37102
37103 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
37104
37105         * configure.ac:
37106         * tools/Makefile.am:
37107         * tools/Makefile.in:
37108         * tools/gst-launch-ext-m.m:
37109         * tools/gst-launch-ext.1.in:
37110         * tools/gst-visualise-m.m:
37111         * tools/gst-visualise.1:
37112         * tools/gst-visualise.1.in:
37113           reorganizing generation of script tools
37114
37115 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37116
37117         * ext/divx/gstdivxdec.c:
37118           Downgrade priority. We prefer ffdec_mpeg4.
37119         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps), (gst_faad_srcconnect),
37120         (gst_faad_chain), (gst_faad_change_state):
37121           Fix capsnego. Doesn't work for some sounds because we don't have
37122           a 5:1 to stereo element.
37123         * ext/xvid/gstxvid.c: (plugin_init):
37124           Add priority.
37125         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
37126         (gst_osssink_change_state):
37127           Add discont handling.
37128
37129 2004-03-09  Colin Walters  <walters@verbum.org>
37130
37131         * gst/audioconvert/gstaudioconvert.c: Fix typo in width 8
37132         conversion.
37133
37134 2004-03-09  Benjamin Otte  <otte@gnome.org>
37135
37136         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
37137           the signals take 2 arguments
37138
37139 2004-03-09  David Schleef  <ds@schleef.org>
37140
37141         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad),
37142         (gst_alsa_fixate): Add fixate function.  (bug #136686)
37143         * ext/alsa/gstalsa.h:
37144         * ext/alsa/gstalsasink.c: (gst_alsa_sink_init):
37145
37146 2004-03-09  Benjamin Otte  <otte@gnome.org>
37147
37148         * ext/mikmod/gstmikmod.c: (gst_mikmod_init), (gst_mikmod_loop),
37149         (gst_mikmod_change_state):
37150         * ext/mikmod/gstmikmod.h:
37151           make mikmod's loop function not loop infinitely and call
37152           gst_element_yield anymore
37153         * gst/modplug/gstmodplug.cc:
37154           fix pad negotiation (fixes #136590)
37155
37156 2004-03-09  David Schleef  <ds@schleef.org>
37157
37158         * ext/lcs/Makefile.am:  Fix so that the lcs colorspace plugin
37159         doesn't conflict with the internal colorspace plugin.
37160         * gst-libs/gst/audio/make_filter:  Use `` instead of $() to
37161         satisfy the crappy-ass shell shipped by a certain vendor.
37162         * gst/videofilter/make_filter: same (bug #135299)
37163
37164 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
37165
37166         * configure.ac: bump nano to 1
37167
37168 === release 0.7.6 ===
37169
37170 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
37171
37172         * configure.in: releasing 0.7.6, "There"
37173
37174 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
37175
37176         * pkgconfig/gstreamer-play-uninstalled.pc.in:
37177         * pkgconfig/gstreamer-play.pc.in:
37178           synchronize the two
37179
37180 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
37181
37182         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_base_init),
37183         (cdparanoia_open), (cdparanoia_event):
37184           fix/add error handling
37185         * po/POTFILES.in:
37186           add cdparanoia source
37187         * tools/Makefile.am:
37188           make scripts executable
37189
37190 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
37191
37192         * configure.ac:
37193         * ext/vorbis/Makefile.am:
37194         * sys/Makefile.am:
37195           remove id3types, vorbisfile and xvideosink from the build (#133783)
37196
37197 2004-03-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37198
37199         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
37200           Fix metadata read crash (#136537).
37201
37202 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
37203
37204         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
37205         * gst-libs/gst/media-info/media-info.c: (gst_media_info_read):
37206           adding mime types, fixing the one-stop function
37207
37208 2004-03-08  Christian Schaller <Uraeus@gnome.org>
37209
37210         * ext/nas/nassink.c and /ext/nas/nassink.h:
37211         More NAS love from Arwed von Merkatz
37212         So lets all sing 'Can you feel the NAS tonight'
37213
37214 2004-03-08  Christian Schaller <Uraeus@gnome.org>
37215
37216         * tools/gst-launch-ext.in:
37217         Replace vorbisfile with oggdemux/vorbisdec/audioconvert
37218
37219 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
37220
37221         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
37222         (gst_mpeg2dec_init):
37223         remove the user_data pad for now, because it is being used in
37224         fixating causing MPEG playback to fixate on 1000 Hz for playback.
37225         If someone knows how to fix this properly, please do.
37226
37227 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
37228
37229         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
37230         (gst_osssink_get_time):
37231         add a warning, IMO this won't get triggered anymore, remove later
37232
37233 2004-03-07  David Schleef  <ds@schleef.org>
37234
37235         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):  Added Cinepak
37236         format (bug #136470)
37237
37238 2004-03-07  Thomas Vander Stichele  <thomas at apestaart dot org>
37239
37240         * gst-libs/Makefile.am:
37241         * gst-libs/gst/media-info/Makefile.am:
37242         * gst-libs/gst/media-info/media-info-priv.c: (found_tag_callback),
37243         (error_callback), (gst_media_info_error_create),
37244         (gst_media_info_error_element), (gmip_init), (gmip_reset),
37245         (gmi_clear_decoder), (gmip_find_type_pre), (gmip_find_type):
37246         * gst-libs/gst/media-info/media-info-priv.h:
37247         * gst-libs/gst/media-info/media-info-test.c: (main):
37248         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
37249         (gst_media_info_class_init), (gst_media_info_instance_init),
37250         (gst_media_info_set_source), (gst_media_info_read_with_idler),
37251         (gst_media_info_read_idler), (gst_media_info_read):
37252         * gst-libs/gst/media-info/media-info.h:
37253         fixed, should work now
37254
37255 2004-03-07  Christian Schaller <Uraeus@gnome.org>
37256
37257         * ext/nas/nassink.c:
37258         A bunch of NAS fixes from Arwed von Merkatz
37259
37260 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37261
37262         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
37263         (qtdemux_parse_trak):
37264           Fix crash (j might be greater than n_samples, in which case we're
37265           writing outside the allocated space for the array) and memleak.
37266
37267 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37268
37269         * sys/oss/gstosssink.c: (gst_osssink_chain):
37270           And another caller that couldn't handle delay < 0 (unsigned
37271           integer overflow). Video now continues playing on an audio
37272           buffer underrun, and the clock continues working. Audio still
37273           stalls.
37274
37275 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37276
37277         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
37278         (gst_osssink_get_time):
37279           get_delay() may return values lower than 0. In those cases, we
37280           should not actually cast to *unsigned* int64, that will break
37281           stuff horribly. In my case, it screwed up A/V sync in movies
37282           in totem rather badly.
37283
37284 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
37285
37286         * ext/faac/gstfaac.c: (gst_faac_chain):
37287         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
37288         * ext/libpng/gstpngenc.c: (user_write_data):
37289         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
37290         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
37291         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
37292         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
37293         Fix several misuse of gst_buffer_merge (it doesn't take ownership
37294         of any buffer), should fix some leaks. I hope I didn't unref buffers
37295         that shouldn't be...
37296
37297 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
37298
37299         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
37300         (deep_notify_callback), (tag_flag_score), (found_tag_callback),
37301         (error_callback), (gmi_reset), (gmi_seek_to_track),
37302         (gmi_get_decoder), (gmi_set_mime), (gmip_find_type_pre),
37303         (gmip_find_type_post), (gmip_find_stream_post),
37304         (gmip_find_track_streaminfo_post):
37305         * gst-libs/gst/media-info/media-info-priv.h:
37306         * gst-libs/gst/media-info/media-info-test.c: (print_tag),
37307         (info_print), (main):
37308         * gst-libs/gst/media-info/media-info.c:
37309         (gst_media_info_error_create), (gst_media_info_error_element),
37310         (gst_media_info_instance_init), (gst_media_info_get_property),
37311         (gst_media_info_new), (gst_media_info_set_source),
37312         (gst_media_info_read_idler), (gst_media_info_read):
37313         * gst-libs/gst/media-info/media-info.h:
37314           first pass at making this work again.  This seems to work on
37315           tagged ogg/vorbis and mp3 files.
37316
37317 2004-03-06  Benjamin Otte  <otte@gnome.org>
37318
37319         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
37320           fix huge leak: gst_buffer_merge doesn't unref the first argument
37321           itself.
37322
37323 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
37324
37325         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_update_info):
37326           report layer/mode/emphasis
37327
37328 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
37329
37330         * ext/mad/gstmad.c: (gst_mad_chain): fixed caps leak
37331
37332 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
37333
37334         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
37335           signal serial
37336
37337 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
37338
37339         * ext/vorbis/vorbis.c: (plugin_init):
37340         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
37341         (gst_vorbis_dec_init), (vorbis_dec_event):
37342         add debug category
37343         make vorbisdec handle _BYTE and _TIME queries
37344
37345 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
37346
37347         * ext/mad/gstmad.c: (gst_mad_chain): send the average bitrate read
37348           from the xing header
37349
37350 2004-03-06  Benjamin Otte  <otte@gnome.org>
37351
37352         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps),
37353         (gst_audio_convert_link), (gst_audio_convert_change_state),
37354         (gst_audio_convert_buffer_from_default_format):
37355           do conversions from/to float correctly, fix some caps nego errors,
37356           export correct supported caps in template and getcaps, use correct
37357           caps in try_set_caps functions
37358
37359 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
37360
37361         For some reason, I only committed a ChangeLog entry yesterday and
37362         not the corresponding code...
37363         * ext/mad/gstmad.c: Fix detection of Xing headers
37364         * gst/tags/gstid3tag.c: Changes to support TLEN tags
37365
37366 2004-03-06  Benjamin Otte  <otte@gnome.org>
37367
37368         * ext/ogg/gstoggdemux.c: (gst_ogg_get_pad_by_pad),
37369         (gst_ogg_demux_src_query):
37370           make sure to handle the case where there's no current chain
37371           gracefully.
37372
37373 2004-03-05  David Schleef  <ds@schleef.org>
37374
37375         * ext/aalib/gstaasink.c: (gst_aasink_fixate), (gst_aasink_init):
37376         Add fixate function. (bug #131128)
37377         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
37378         (gst_sdlvideosink_fixate):  Add fixate function.
37379         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
37380         Fix attempt to print a non-pointer using GST_PTR_FORMAT.
37381         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt):
37382         Fix missing break that was causing ulaw to be interpreted as
37383         raw int.
37384
37385 2004-03-05  David Schleef  <ds@schleef.org>
37386
37387         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
37388         Fix code that ignores return value of gst_buffer_merge().
37389         (bug #114560)
37390         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_descramble_segment):
37391         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice): same
37392         * testsuite/gst-lint:  Check for above.
37393
37394 2004-03-05  David Schleef  <ds@schleef.org>
37395
37396         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):  Check for unfixed
37397         caps and throw an element error.  (bug #136334)
37398
37399 2004-03-05  David Schleef  <ds@schleef.org>
37400
37401         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_srcgetcaps),
37402         (gst_faad_chain): Fix negotiation.
37403         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_handle_src_event): Add
37404         key and button events.
37405         * gst-libs/gst/floatcast/floatcast.h: Fix a minor bug in this
37406         dung heap of code.
37407         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in: gstgconf
37408         depends on gconf
37409         * gst-libs/gst/gconf/gstreamer-gconf.pc.in: same
37410         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
37411         (gst_play_video_fixate), (gst_play_audio_fixate): Add a fixate
37412         function to encourage better negotiation, particularly between
37413         audioconvert and osssink.
37414         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
37415         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):  Make some debugging
37416         more important.
37417         * gst/typefind/gsttypefindfunctions.c:  Fix mistake in flash
37418         typefinding.
37419         * gst/vbidec/vbiscreen.c:  Add glib header
37420         * pkgconfig/gstreamer-play.pc.in:  Depends on gst-interfaces.
37421
37422 2004-03-06  Christophe Fergeau  <teuf@users.sourceforge.net>
37423
37424         * ext/mad/gstmad.c: Fix detection of Xing headers
37425         * gst/tags/gstid3tag.c: Changes to support TLEN tags
37426
37427 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
37428
37429         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
37430         (gst_wavparse_pad_convert), (gst_wavparse_pad_query):
37431           debug updates
37432
37433 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
37434
37435         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
37436         * ext/mad/gstmad.c: (gst_mad_init), (is_xhead),
37437         (mpg123_parse_xing_header), (gst_mad_chain): parse Xing header in vbr
37438         files, and report the parsed length as a GST_TAG_DURATION tag.
37439         * gst/tags/gstid3tag.c: support TLEN (duration) tag
37440
37441 2004-03-05  Benjamin Otte  <otte@gnome.org>
37442
37443         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_channels):
37444           convert channels correctly. convert correctly to unsigned.
37445
37446 2004-03-05  Julien MOUTTE <julien@moutte.net>
37447
37448         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): Check if
37449         we have a window before clearing it.
37450
37451 2004-03-05  Julien MOUTTE <julien@moutte.net>
37452
37453         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state): Check if we
37454         have a window before clearing it.
37455
37456 2004-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
37457
37458         * gconf/gstreamer.schemas.in:
37459         * gst-libs/gst/gconf/Makefile.am:
37460           version installation path the same way as for 0.6
37461         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
37462         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
37463         * pkgconfig/gstreamer-play-uninstalled.pc.in:
37464           remove comment that was fixed
37465
37466 2004-03-05  David Schleef  <ds@schleef.org>
37467
37468         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_src_formats),
37469         (gst_qtdemux_src_convert), (gst_qtdemux_get_src_query_types),
37470         (gst_qtdemux_get_event_mask), (gst_qtdemux_handle_src_query),
37471         (gst_qtdemux_handle_src_event), (gst_qtdemux_add_stream):
37472         Add prototype code for handling seeking and querying.
37473
37474 2004-03-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37475
37476         * examples/gstplay/player.c: (main):
37477           Initialize variables to NULL. Prevents a segfault because the
37478           (uninitialized) variable is not NULL, resulting in a crash on
37479           trying to reach error->message.
37480
37481 2004-03-05  Benjamin Otte  <otte@gnome.org>
37482
37483         * gst/audioconvert/gstaudioconvert.c:
37484         (gst_audio_convert_buffer_to_default_format):
37485         make float=>int conversion work correctly even in cornercases.
37486
37487 2004-03-04  David I. Lehn  <dlehn@users.sourceforge.net>
37488
37489         * debian/README.Debian:
37490         * debian/build-deps:
37491         * debian/changelog:
37492         * debian/control:
37493         * debian/control.in:
37494         * debian/copyright:
37495         * debian/gstreamer-a52dec.files:
37496         * debian/gstreamer-aa.files:
37497         * debian/gstreamer-alsa.files:
37498         * debian/gstreamer-alsa.manpages:
37499         * debian/gstreamer-arts.files:
37500         * debian/gstreamer-artsd.files:
37501         * debian/gstreamer-audiofile.files:
37502         * debian/gstreamer-avifile.files:
37503         * debian/gstreamer-cdparanoia.files:
37504         * debian/gstreamer-colorspace.files:
37505         * debian/gstreamer-doc.files:
37506         * debian/gstreamer-dv.files:
37507         * debian/gstreamer-dvd.files:
37508         * debian/gstreamer-esd.files:
37509         * debian/gstreamer-festival.files:
37510         * debian/gstreamer-flac.files:
37511         * debian/gstreamer-gconf.conffiles:
37512         * debian/gstreamer-gconf.files:
37513         * debian/gstreamer-gconf.postinst:
37514         * debian/gstreamer-gnomevfs.files:
37515         * debian/gstreamer-gsm.files:
37516         * debian/gstreamer-http.files:
37517         * debian/gstreamer-jack.files:
37518         * debian/gstreamer-jpeg.files:
37519         * debian/gstreamer-mad.files:
37520         * debian/gstreamer-mikmod.files:
37521         * debian/gstreamer-misc.files:
37522         * debian/gstreamer-mpeg2dec.files:
37523         * debian/gstreamer-oss.files:
37524         * debian/gstreamer-plugin-apps.files:
37525         * debian/gstreamer-plugin-apps.manpages:
37526         * debian/gstreamer-plugin-libs-dev.files:
37527         * debian/gstreamer-plugin-libs.files:
37528         * debian/gstreamer-plugin-template.postinst:
37529         * debian/gstreamer-plugin-template.postrm:
37530         * debian/gstreamer-sdl.files:
37531         * debian/gstreamer-sid.files:
37532         * debian/gstreamer-vorbis.files:
37533         * debian/gstreamer-x.files:
37534         * debian/mk.control:
37535         * debian/rules:
37536         Debian package info not maintained here.
37537
37538 2004-03-04  Thomas Vander Stichele  <thomas at apestaart dot org>
37539
37540         * ext/aalib/gstaasink.c: (gst_aasink_class_init):
37541         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init):
37542         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init):
37543         * ext/divx/gstdivxenc.c: (gst_divxenc_class_init):
37544         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init):
37545         * ext/gsm/gstgsmenc.c: (gst_gsmenc_class_init):
37546         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
37547         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init):
37548         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
37549         * ext/xvid/gstxvidenc.c: (gst_xvidenc_class_init):
37550         * gst-libs/gst/colorbalance/colorbalance.c:
37551         (gst_color_balance_class_init):
37552         * gst-libs/gst/colorbalance/colorbalancechannel.c:
37553         (gst_color_balance_channel_class_init):
37554         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
37555         * gst-libs/gst/play/play.c: (gst_play_class_init):
37556         * gst-libs/gst/propertyprobe/propertyprobe.c:
37557         (gst_property_probe_iface_init):
37558         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init):
37559         * gst-libs/gst/tuner/tunerchannel.c:
37560         (gst_tuner_channel_class_init):
37561         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init):
37562         * gst/cutter/gstcutter.c: (gst_cutter_class_init):
37563         * gst/effectv/gstvertigo.c: (gst_vertigotv_class_init):
37564         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init):
37565         * sys/dxr3/dxr3spusink.c: (dxr3spusink_class_init):
37566         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
37567         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
37568         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init):
37569         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init):
37570           fix signals to use - instead of _
37571         * ext/libcaca/gstcacasink.h:
37572         * ext/sdl/sdlvideosink.h:
37573           fix header rename
37574
37575 2004-03-04  David Schleef  <ds@schleef.org>
37576
37577         * testsuite/gst-lint:  Add a check for bad signal names.
37578
37579 2004-03-04  Stefan Kost <kost@imn.htwk-leipzig.de>
37580
37581         reviewed by David Schleef
37582
37583         * gst/videofilter/gstgamma.c: (gst_gamma_rgb32): Fix typo that
37584         modified the alpha channel and caused a warning. (bug #136192)
37585
37586 2004-04-03  Christian Schaller <Uraeus@gnome.org>
37587
37588         * gst-plugins.spec.in:
37589         Change names of plugins to actually be correct. Try to keep things
37590         alphabetical to avoid getting beat up by Thomas
37591
37592 2004-03-03  Julien MOUTTE <julien@moutte.net>
37593
37594         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_default_video_sink):
37595         Using ximagesink as a default if no gconf key found. We should
37596         probably consider using alsasink instead of osssink for the audio
37597         part.
37598
37599 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
37600
37601         * configure.ac:
37602           fix --with-plugins, don't think it ever worked before
37603         * gst-plugins.spec.in:
37604           even more updates
37605
37606 2004-03-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37607
37608         * ext/sdl/sdlvideosink.h:
37609         * sys/ximage/ximagesink.h:
37610         * sys/xvideo/xvideosink.h:
37611         * sys/xvimage/xvimagesink.h:
37612           Fix for move of gstvideosink.h -> videosink.h.
37613
37614 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
37615
37616         * gst-libs/gst/xwindowlistener/Makefile.am:
37617           this is a plugin library, not a library
37618
37619 2004-03-01  David Schleef  <ds@schleef.org>
37620
37621         * AUTHORS:  Added some names.  Add yourself if you're still
37622         missing.
37623
37624 2004-03-01  David Schleef  <ds@schleef.org>
37625
37626         * MAINTAINERS: Add
37627
37628 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
37629
37630         * gst-plugins.spec.in: clean up spec file
37631
37632 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
37633
37634         * gst-libs/gst/video/Makefile.am:
37635         * gst-libs/gst/video/gstvideosink.c:
37636         * gst-libs/gst/video/gstvideosink.h:
37637           rename gstvideosink.h to videosink.h to match other headers
37638         * gst/mixmatrix/Makefile.am:
37639           fix plugin filename
37640         * gst/tags/Makefile.am: fix plugin filename
37641
37642 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
37643
37644         * gst/tags/Makefile.am: fix plugin filename
37645
37646 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
37647
37648         * examples/gstplay/player.c: (got_time_tick), (main):
37649           add error handler
37650           display time_tick more readably
37651         * gst/mixmatrix/Makefile.am:
37652           fix plugin file name
37653
37654 2004-02-29  Christophe Fergeau  <teuf@gnome.org>
37655
37656         * sys/oss/gstosselement.c: (gst_osselement_probe),
37657         (device_combination_append), (gst_osselement_class_probe_devices):
37658         * sys/oss/gstosselement.h:
37659           Reworked enumeration of oss dsps and mixers so that gst-mixer works
37660           on my system using alsa oss emulation, fixes bug #135597
37661
37662 2004-02-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37663
37664         * gst/videodrop/gstvideodrop.c: (gst_videodrop_init),
37665         (gst_videodrop_chain), (gst_videodrop_change_state):
37666         * gst/videodrop/gstvideodrop.h:
37667           Work based on timestamp of input data, not based on the expected
37668           framerate from the input. The consequence is that this element now
37669           not only scales framerates, but also functions as a framerate
37670           corrector or framerate stabilizer/constantizer.
37671
37672 2004-02-27  David Schleef  <ds@schleef.org>
37673
37674         patches from jmmv@menta.net (Julio M. Merino Vidal)
37675
37676         * gst/interleave/deinterleave.c: (deinterleave_chain): Fix
37677         GST_ELEMENT_ERROR call (bug #135634)
37678         * gst/interleave/interleave.c: (interleave_buffered_loop),
37679         (interleave_bytestream_loop): Don't use alloca() (bug #135640)
37680         * sys/cdrom/gstcdplayer_ioctl_bsd.h: Fix ioctls on NetBSD (bug #135645)
37681         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
37682         (gst_osssink_chain): Fix ioctls on NetBSD. (bug #135644)
37683         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_sync_next_frame),
37684         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
37685         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_requeue_frame):
37686         Fix GST_ELEMENT_ERROR call.
37687         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_palette): Fix
37688         GST_ELEMENT_ERROR call.
37689
37690 2004-02-27  Benjamin Otte  <otte@gnome.org>
37691
37692         * gst-libs/gst/audio/audio.h:
37693           add macro to make sure header isn't included twice
37694         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
37695           don't use gst_buffer_free
37696         * gst/playondemand/filter.func:
37697           don't use gst_data_free. Free data only once.
37698
37699 2004-02-26  David Schleef  <ds@schleef.org>
37700
37701         * gst-libs/gst/colorbalance/Makefile.am:
37702         * gst-libs/gst/mixer/Makefile.am:
37703         * gst-libs/gst/tuner/Makefile.am:
37704         * gst/level/Makefile.am: -marshal.[ch] and -enum.[ch] files
37705         should not be disted, -marshal.h files should not be installed,
37706         and -enum.h files _should_ be installed.  Fix to make this the
37707         case.
37708
37709 === release 0.7.5 ===
37710
37711 2004-02-26  Thomas Vander Stichele  <thomas at apestaart dot org>
37712
37713         * configure.ac: release 0.7.5, "Under The Sea"
37714
37715 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
37716
37717         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
37718         (gst_audio_convert_change_state), (gst_audio_convert_get_buffer):
37719         * gst/videoscale/gstvideoscale.c:
37720         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
37721           assorted debug/warning fixes
37722
37723 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
37724
37725         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
37726         (gst_videoscale_init), (gst_videoscale_chain),
37727         (gst_videoscale_set_property), (plugin_init):
37728         * gst/videoscale/gstvideoscale.h:
37729         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
37730         (gst_videoscale_scale_rgb), (gst_videoscale_planar411),
37731         (gst_videoscale_planar400), (gst_videoscale_packed422),
37732         (gst_videoscale_packed422rev), (gst_videoscale_32bit),
37733         (gst_videoscale_24bit), (gst_videoscale_16bit),
37734         (gst_videoscale_bilinear), (gst_videoscale_bicubic),
37735         (gst_videoscale_scale_plane_slow),
37736         (gst_videoscale_scale_point_sample),
37737         (gst_videoscale_scale_nearest),
37738         (gst_videoscale_scale_nearest_str2),
37739         (gst_videoscale_scale_nearest_str4),
37740         (gst_videoscale_scale_nearest_32bit),
37741         (gst_videoscale_scale_nearest_24bit),
37742         (gst_videoscale_scale_nearest_16bit):
37743         add debugging category and use it properly
37744         fix use of GST_PTR_FORMAT
37745
37746 2004-02-25  Andy Wingo  <wingo@pobox.com>
37747
37748         * gst/interleave/interleave.c (interleave_buffered_loop): Always
37749         push only when channel->buffer is NULL. Prevents segfaults doing
37750         the state change after a nonlocal exit, like a scheme exception.
37751
37752         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
37753         Handle the case where the intersected caps is empty.
37754
37755 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
37756
37757         * gst/law/mulaw-decode.c: (mulawdec_link):
37758         * gst/law/mulaw.c: (plugin_init):
37759           fix mulawdec so it actually works again
37760
37761 2004-02-24  Arwed v. Merkatz  <v.merkatz@gmx.net>
37762
37763         reviewed by: David Schleef  <ds@schleef.org>
37764
37765         * gst/videofilter/gstgamma.c: (gst_gamma_class_init),
37766         (gst_gamma_init), (gst_gamma_set_property),
37767         (gst_gamma_get_property), (gst_gamma_calculate_tables),
37768         (gst_gamma_rgb24), (gst_gamma_rgb32):  Adds gamma correction
37769         for RGB, with separate r g and b correction factors. (#131167)
37770
37771 2004-02-24  Thomas Vander Stichele  <thomas at apestaart dot org>
37772
37773         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
37774           only signal tags for bitrate if they're > 0 (#134894)
37775
37776 2004-02-24  David Schleef  <ds@schleef.org>
37777
37778         * gst/qtdemux/qtdemux.c: (plugin_init), (gst_qtdemux_loop_header),
37779         (qtdemux_parse_moov), (qtdemux_parse), (qtdemux_node_dump_foreach),
37780         (qtdemux_dump_mvhd), (qtdemux_dump_tkhd), (qtdemux_dump_elst),
37781         (qtdemux_dump_mdhd), (qtdemux_dump_hdlr), (qtdemux_dump_vmhd),
37782         (qtdemux_dump_dref), (qtdemux_dump_stsd), (qtdemux_dump_stts),
37783         (qtdemux_dump_stss), (qtdemux_dump_stsc), (qtdemux_dump_stsz),
37784         (qtdemux_dump_stco), (qtdemux_dump_co64), (qtdemux_dump_dcom),
37785         (qtdemux_dump_cmvd), (qtdemux_parse_tree), (qtdemux_parse_trak):
37786         Cleanups.  Convert g_prints to GST_LOGs.  Add qtdemux debug
37787         category.  Attempt to fix timestamp calculation.
37788
37789 2004-02-24  Johan Dahlin  <johan@gnome.org>
37790
37791         * gst-libs/gst/gconf/gconf.c: Add \n to g_print error messages
37792
37793 2004-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
37794
37795         * configure.ac:
37796         * gconf/Makefile.am:
37797         * gconf/gstreamer.schemas:
37798         * gst-libs/gst/gconf/Makefile.am:
37799         * gst-libs/gst/gconf/gconf.c:
37800           version gconf schemas and install locations
37801
37802 2004-02-23  Benjamin Otte  <otte@gnome.org>
37803
37804         * ext/xine/xineinput.c: (gst_xine_input_dispose):
37805         (gst_xine_input_subclass_init):
37806           call parent dispose.
37807           change pad template for CD reader correctly
37808         * ext/xine/Makefile.am:
37809         * ext/xine/gstxine.h:
37810         * ext/xine/xine.c: (plugin_init):
37811         * ext/xine/xineaudiosink.c:
37812           wrap audio sinks, too
37813         * gst-libs/gst/resample/private.h:
37814         * gst-libs/gst/resample/resample.c: (gst_resample_init),
37815         (gst_resample_reinit), (gst_resample_scale),
37816         (gst_resample_nearest_s16), (gst_resample_bilinear_s16),
37817         (gst_resample_sinc_slow_s16), (gst_resample_sinc_s16),
37818         (gst_resample_sinc_ft_s16), (gst_resample_nearest_float),
37819         (gst_resample_bilinear_float), (gst_resample_sinc_slow_float),
37820         (gst_resample_sinc_float), (gst_resample_sinc_ft_float):
37821         * gst-libs/gst/resample/resample.h:
37822         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
37823         (gst_audioscale_class_init), (gst_audioscale_link),
37824         (gst_audioscale_get_buffer), (gst_audioscale_init),
37825         (gst_audioscale_chain), (gst_audioscale_set_property),
37826         (gst_audioscale_get_property):
37827         * gst/audioscale/gstaudioscale.h:
37828           s/resample_*/gst_resample_*/i to not clobber namespaces
37829
37830 2004-02-23  Julien MOUTTE  <julien@moutte.net>
37831
37832         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
37833         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
37834         (gst_riff_create_video_template_caps),
37835         (gst_riff_create_audio_template_caps),
37836         (gst_riff_create_iavs_template_caps):
37837         * gst-libs/gst/riff/riff-media.h:
37838         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
37839         (gst_asf_demux_audio_caps), (gst_asf_demux_add_audio_stream),
37840         (gst_asf_demux_video_caps), (gst_asf_demux_add_video_stream):
37841         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
37842         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
37843         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
37844         (gst_matroska_demux_plugin_init): First batch implementing audio and
37845         video codec tags in demuxers.
37846
37847 2004-02-22  Benjamin Otte  <otte@gnome.org>
37848
37849         * ext/xine/Makefile.am:
37850         * ext/xine/gstxine.h:
37851         * ext/xine/xine.c: (plugin_init):
37852         * ext/xine/xineinput.c:
37853           add input plugin wrapper. Playback from files, http, mms and cdda
37854           works.
37855         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
37856           remove leftover G_GNUC_UNUSED
37857         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_stream),
37858         (gst_asf_demux_identify_guid):
37859           improve debugging output
37860
37861 2004-02-22  Benjamin Otte  <otte@gnome.org>
37862
37863         reported by: Padraig O'Briain <padraig.obriain@sun.com>
37864
37865         * autogen.sh:
37866           replace test -e with test -x for mkinstalldirs to be more portable.
37867           (fixes #134816)
37868
37869 2004-02-22  Benjamin Otte  <otte@gnome.org>
37870
37871         reported by: Stefan Kost <kost@imn.htwk-leipzig.de>
37872
37873         * gst/audioconvert/gstaudioconvert.c: (plugin_init):
37874           set rank to PRIMARY
37875         * gst/volume/gstvolume.c: (plugin_init):
37876           set rank to NONE
37877         fixes #134960
37878
37879 2004-02-22   Julio M. Merino Vidal <jmmv@menta.net>
37880
37881         reviewed by Benjamin Otte  <otte@gnome.org>
37882
37883         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
37884           escape NULL strings in GST_ELEMENT_ERROR properly (fixes #135116)
37885
37886 2004-02-22  Benjamin Otte  <otte@gnome.org>
37887
37888         * configure.ac:
37889           export [_]*{gst,Gst,GST}.* symbols from plugins
37890
37891 2004-02-22  Christophe Fergeau <teuf@gnome.org>
37892
37893         reviewed by: Benjamin Otte  <otte@gnome.org>
37894
37895         * ext/lame/gstlame.c: (add_one_tag):
37896         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
37897         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value),
37898         (gst_vorbisenc_metadata_set1):
37899         * gst/tags/gstid3tag.c:
37900         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add):
37901           apply fixes from bugs #135042 (lame can't write tags) and #133817
37902           (add GST_ALBUM_VOLUME_{COUNT,NUMBER} tags)
37903
37904 2004-02-22 Ramon Garcia <ramon_garcia_f@yahoo.com>
37905
37906         * configure.ac: Export only gst_plugin_desc from plugins.
37907          Note that this change only makes any effect with Linux using libtool
37908          1.5.2 or higher. Otherwise it is silently ignored, but it would build
37909          fine. And don't try to have several versions of libtool in different
37910          directories.
37911
37912 2004-02-20  Andy Wingo  <wingo@pobox.com>
37913
37914         * gst/intfloat/, gst/oneton: Removed, replaced by audioconvert and
37915         interleave respectively.
37916
37917         * gst/interleave/deinterleave.c: New plugin: deinterleave
37918         (replaces on oneton).
37919         * gst/interleave/interleave.c: New plugin: interleave.
37920         * gst/interleave/plugin.h: Support file.
37921         * gst/interleave/plugin.c: Support file.
37922
37923         * configure.ac: Remove intfloat and oneton, add interleave.
37924
37925         * ext/sndfile/gstsf.c: Handle events better.
37926
37927         * gst/audioconvert/gstaudioconvert.c: Change to support int2float
37928         and float2int operation. int2float has scheduling problems as
37929         noted in in2float_chain.
37930
37931 2004-02-20  Benjamin Otte  <otte@gnome.org>
37932
37933         * ext/xine/Makefile.am:
37934         * ext/xine/gstxine.h:
37935         * ext/xine/xine.c:
37936         * ext/xine/xineaudiodec.c:
37937         * ext/xine/xinecaps.c:
37938           add first version of xine plugin wrapper. Currently only wraps the
37939           QDM2 win32 DLL, and even that only in proof-of-concept quality.
37940         * configure.ac:
37941         * ext/Makefile.am:
37942           add xine plugin wrapper, disabled by default. Use --enable-xine to
37943           build. Note that it'll segfault on gst-register if you don't remove
37944           the goom and tvtime post plugins from xine.
37945         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
37946         (qtdemux_parse), (qtdemux_parse_trak), (qtdemux_audio_caps):
37947           add extradata parsing for QDM2.
37948           change around debugging prints.
37949
37950 2004-02-19  Benjamin Otte  <otte@gnome.org>
37951
37952         * ext/lame/gstlame.c: (gst_lame_chain):
37953         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
37954           use gst_tag_list_insert when you want to insert tags
37955
37956 2004-02-18  David Schleef  <ds@schleef.org>
37957
37958         * configure.ac:  Move massink to gst-rotten
37959         * ext/Makefile.am:
37960         * ext/mas/Makefile.am:
37961         * ext/mas/massink.c:
37962         * ext/mas/massink.h:
37963
37964 2004-02-18  David Schleef  <ds@schleef.org>
37965
37966         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init): Disable gdk_pixbuf
37967         typefinding, since it seems to be worse than nothing.
37968         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):  Add ftyp
37969         atom to recognize .mp4 and .m4a files as video/quicktime.
37970
37971 2004-02-18  David Schleef  <ds@schleef.org>
37972
37973         * gst/sine/demo-dparams.c: (quit_live),
37974         (dynparm_log_value_changed), (dynparm_value_changed), (main):
37975         Use double dparams, not float.
37976         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
37977         (gst_sinesrc_init): Change sync default to FALSE, since multiple
37978         sync'd elements don't really work correctly.
37979         * gst/volume/gstvolume.c: (volume_class_init), (volume_init),
37980         (volume_update_volume), (volume_get_property):  Change dparam
37981         to double.
37982
37983 2004-02-18  Julien MOUTTE  <julien@moutte.net>
37984
37985         * sys/ximage/ximagesink.c:
37986         (gst_ximagesink_xwindow_update_geometry),
37987         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
37988         (gst_ximagesink_change_state), (gst_ximagesink_expose),
37989         (gst_ximagesink_init): Rework the way software video scaling works. So
37990         now we check on each chain call if the video frames are feeling the
37991         window. If not we try to renegotiate caps. On failure we memorize that
37992         and we won't try again for that PLAYING sessions.
37993         * sys/ximage/ximagesink.h: Adding a boolean to store the caps renego
37994         failure.
37995         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): initialize the
37996         synchronous flag.
37997
37998 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
37999
38000         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
38001           break up _link so we can give a better debug message for errors
38002
38003 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
38004
38005         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
38006           set up debug category
38007
38008 2004-02-18  Julien MOUTTE <julien@moutte.net>
38009
38010         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
38011         (gst_ximagesink_handle_xevents), (gst_ximagesink_expose): Reorganizing
38012         the way renegotiation work. The event handling function is not taking
38013         care of external windows and renegotiate method check for pad flags
38014         NEGOTIATING. Should fix : #133209
38015
38016 2004-02-17  Julien MOUTTE  <julien@moutte.net>
38017
38018         * sys/ximage/ximagesink.c: (gst_ximagesink_expose): Checking if the
38019         pad is negotiating before trying renegotiation.
38020
38021 2004-02-17  Thomas Vander Stichele  <thomas at apestaart dot org>
38022
38023         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
38024           pass on all possible mime types as typefind hints
38025
38026 2004-02-17  Julien MOUTTE <julien@moutte.net>
38027
38028         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
38029         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Fix a
38030         possible SHM leak if we crash. All other apps using XShm are doing
38031         that.
38032
38033 2004-02-17  Julien MOUTTE  <julien@moutte.net>
38034
38035         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
38036         (gst_ximagesink_expose): Renegotiate size on expose.
38037         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_expose): Update window
38038         size on expose.
38039
38040 2004-02-16  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38041
38042         * testsuite/alsa/sinesrc.c:
38043           cosmetic fix to fix compile issue with gcc 2.95.4
38044
38045 2004-02-16  Julien MOUTTE <julien@moutte.net>
38046
38047         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
38048         (gst_alsa_timestamp_to_bytes): Alsa should trigger an error if it
38049         failed opening the audio device.
38050         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
38051         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
38052         (gst_ximagesink_xwindow_new), (gst_ximagesink_xwindow_destroy),
38053         (gst_ximagesink_xwindow_resize), (gst_ximagesink_xwindow_clear),
38054         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
38055         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
38056         (gst_ximagesink_change_state), (gst_ximagesink_chain),
38057         (gst_ximagesink_set_xwindow_id): Clearing window in READY TO PAUSED.
38058         Removing some useless g_return_if_fail like wingo suggested.
38059         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
38060         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xvimage_put),
38061         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
38062         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_xwindow_clear),
38063         (gst_xvimagesink_update_colorbalance),
38064         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get),
38065         (gst_xvimagesink_xcontext_clear),
38066         (gst_xvimagesink_get_fourcc_from_caps),
38067         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
38068         (gst_xvimagesink_set_xwindow_id),
38069         (gst_xvimagesink_colorbalance_list_channels),
38070         (gst_xvimagesink_colorbalance_set_value),
38071         (gst_xvimagesink_colorbalance_get_value): Clearing window in READY TO
38072         PAUSED. Removing some useless g_return_if_fail like wingo suggested.
38073
38074 2004-02-16  Thomas Vander Stichele  <thomas at apestaart dot org>
38075
38076         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
38077           throw error when not negotiated instead of asserting
38078
38079 2004-02-15  Julien MOUTTE  <julien@moutte.net>
38080
38081         * gst/switch/gstswitch.c: (gst_switch_loop): More fixes for
38082         correct data refcounting.
38083
38084 2004-02-15  Julien MOUTTE  <julien@moutte.net>
38085
38086         * gst/switch/gstswitch.c: (gst_switch_change_state),
38087         (gst_switch_class_init): Cleaning the sinkpads correctly on state
38088         change, mostly the EOS flag.
38089
38090 2004-02-15  Julien MOUTTE  <julien@moutte.net>
38091
38092         * examples/gstplay/player.c: (got_eos), (main): Adding some
38093         output for debugging.
38094         * gst-libs/gst/play/play.c: (gst_play_state_change): Stop our
38095         timeouts if we go to any state different from PLAYING.
38096         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek): Fix some
38097         more EOS bugs in riff lib.
38098
38099 2004-02-14  Julien MOUTTE  <julien@moutte.net>
38100
38101         * gst-libs/gst/play/play.c: (gst_play_connect_visualization): Disable
38102         visualization until i find a way to fix switch correctly.
38103         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head): Fix a bug when
38104         EOS arrives.
38105         * gst/switch/gstswitch.c: (gst_switch_release_pad),
38106         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
38107         (gst_switch_loop), (gst_switch_dispose), (gst_switch_class_init):
38108         Reworked switch to get a more correct behaviour with events and refing
38109         of data stored in sinkpads.
38110         * gst/switch/gstswitch.h: Adding an eos flag for every sinkpad so that
38111         we don't pull from a pad in EOS.
38112
38113 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38114
38115         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
38116           remove v1 tag even if we can't read it (makes sure we don't detect
38117           it again)
38118
38119 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38120
38121         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait),
38122         (gst_alsa_xrun_recovery):
38123         * ext/alsa/gstalsa.h:
38124           try xrun recovery when wait failed. Make xrun recovery function
38125           return TRUE/FALSE to indicate success. (might fix #134354)
38126
38127 2004-02-13  David Schleef  <ds@schleef.org>
38128
38129         * gst/sine/demo-dparams.c: (dynparm_log_value_changed),
38130         (dynparm_value_changed), (main): Convert from float to double.
38131         * gst/sine/gstsinesrc.c: (gst_sinesrc_init): same.
38132
38133 2004-02-13  David Schleef  <ds@schleef.org>
38134
38135         * gst/silence/gstsilence.c: (gst_silence_class_init),
38136         (gst_silence_set_clock), (gst_silence_get),
38137         (gst_silence_set_property), (gst_silence_get_property):
38138         * gst/silence/gstsilence.h: Add sync property.
38139         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
38140         (gst_sinesrc_init), (gst_sinesrc_set_clock), (gst_sinesrc_get),
38141         (gst_sinesrc_set_property), (gst_sinesrc_get_property):
38142         * gst/sine/gstsinesrc.h: Add sync property.
38143
38144 2004-02-13  David Schleef  <ds@schleef.org>
38145
38146         * gst/intfloat/gstint2float.c: (conv_f32_s16),
38147         (gst_int2float_chain_gint16):  Change stdint usage to glib types.
38148
38149 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
38150
38151         * configure.ac:
38152         * ext/Makefile.am:
38153         * gst-libs/ext/Makefile.am:
38154           move ffmpeg plugin to gst-ffmpeg module
38155
38156 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
38157
38158         * configure.ac: use GST_ARCH to detect architecture
38159
38160 2004-02-12  Julien MOUTTE  <julien@moutte.net>
38161
38162         * gst/vbidec/vbiscreen.c: Fixing thomasvs fixes. Missing header.
38163
38164 2004-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
38165
38166         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
38167           classify LADSPA plugins based on number of src/sink pads
38168           (#133663, Stefan Kost)
38169         * gst/sine/gstsinesrc.c: (gst_sinesrc_init):
38170           fix dparams registration
38171           (#133528, Stefan Kost)
38172         * gst/vbidec/vbiscreen.c: (vbiscreen_set_current_cell):
38173           fix use of isprint and use g_ascii_isprint instead
38174           (#133316, Stefan Kost)
38175
38176 2004-02-11  David Schleef  <ds@schleef.org>
38177
38178         Convert a few inner loops to use liboil.  This is currently
38179         optional, and is only enabled if liboil is present (duh!).
38180         * configure.ac: Check for liboil-0.1
38181         * gst/intfloat/Makefile.am:
38182         * gst/intfloat/gstint2float.c: (conv_f32_s16), (scalarmult_f32),
38183         (gst_int2float_chain_gint16):
38184         * gst/videofilter/Makefile.am:
38185         * gst/videofilter/gstvideobalance.c: (gst_videobalance_class_init),
38186         (tablelookup_u8), (gst_videobalance_planar411):
38187         * gst/videotestsrc/Makefile.am:
38188         * gst/videotestsrc/gstvideotestsrc.c: (plugin_init):
38189         * gst/videotestsrc/videotestsrc.c: (splat_u8), (paint_hline_YUY2),
38190         (paint_hline_IYU2), (paint_hline_str4), (paint_hline_str3),
38191         (paint_hline_RGB565), (paint_hline_xRGB1555):
38192
38193 2004-02-11  David Schleef  <ds@schleef.org>
38194
38195         * ext/lcs/gstcolorspace.c: (colorspace_find_lcs_format),
38196         (gst_colorspace_caps_get_fourcc), (colorspace_setup_converter),
38197         (gst_colorspace_getcaps), (gst_colorspace_link),
38198         (gst_colorspace_base_init), (gst_colorspace_init),
38199         (gst_colorspace_chain), (gst_colorspace_change_state),
38200         (plugin_init): Merge Ronald's patch (bug #117897) and update
38201         for new caps and negotiation.  Seems to work, although it
38202         shows off bugs in lcs.
38203
38204 2004-02-11  David Schleef  <ds@schleef.org>
38205
38206         * ext/alsa/Makefile.am: Fix linking against libgstinterfaces.
38207         (bug #133886)  Noticed by bugs@leroutier.net (Stephane LOEUILLET)
38208
38209 2004-02-11  David Schleef  <ds@schleef.org>
38210
38211         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_class_init),
38212         (gst_rfbsrc_change_state), (gst_rfbsrc_init),
38213         (gst_rfbsrc_set_property), (gst_rfbsrc_get_property):
38214         Add server and port properties
38215
38216 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
38217
38218         * m4/a52.m4:
38219         * m4/aalib.m4:
38220         * m4/as-ffmpeg.m4:
38221         * m4/as-liblame.m4:
38222         * m4/as-slurp-ffmpeg.m4:
38223         * m4/check-libheader.m4:
38224         * m4/esd.m4:
38225         * m4/freetype2.m4:
38226         * m4/gconf-2.m4:
38227         * m4/glib.m4:
38228         * m4/gst-alsa.m4:
38229         * m4/gst-artsc.m4:
38230         * m4/gst-ivorbis.m4:
38231         * m4/gst-matroska.m4:
38232         * m4/gst-sdl.m4:
38233         * m4/gst-shout2.m4:
38234         * m4/gst-sid.m4:
38235         * m4/gtk.m4:
38236         * m4/libdv.m4:
38237         * m4/libfame.m4:
38238         * m4/libmikmod.m4:
38239         * m4/ogg.m4:
38240         * m4/vorbis.m4:
38241           fix underquotedness of macros (#133800)
38242         * m4/as-avifile.m4:
38243         * m4/xmms.m4:
38244           removed because no longer used
38245
38246 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
38247
38248         * configure.ac:
38249           require gettext 0.11.5 so ulonglong.m4 gets checked out and copied
38250           by autopoint (fixes #132996)
38251
38252 2004-02-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38253
38254         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_base_init):
38255         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_base_init):
38256         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_base_init):
38257         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_base_init):
38258           fix memleaks
38259
38260 2004-02-11  David Schleef  <ds@schleef.org>
38261
38262         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
38263         (gst_gdk_pixbuf_chain): Fix logic bug causing spurious errors.
38264         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_base_init),
38265         (gst_jpegdec_init), (gst_jpegdec_chain): Fix negotiation.
38266         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_base_init),
38267         (gst_jpegenc_class_init), (gst_jpegenc_init),
38268         (gst_jpegenc_getcaps), (gst_jpegenc_link), (gst_jpegenc_resync),
38269         (gst_jpegenc_chain), (gst_jpegenc_set_property),
38270         (gst_jpegenc_get_property):  Fix negotiation.  Add some properties.
38271         * ext/jpeg/gstjpegenc.h: Fix negotiation.
38272
38273 2004-02-10  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38274
38275         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
38276         (gst_mikmod_srcfixate), (gst_mikmod_srclink), (gst_mikmod_loop):
38277         * ext/mikmod/gstmikmod.h:
38278           fix caps negotiation in mikmod
38279         * ext/ogg/gstoggdemux.c: (gst_ogg_print):
38280           output debug information
38281
38282 2004-02-08  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38283
38284         * gst-libs/gst/colorbalance/Makefile.am:
38285         * gst-libs/gst/navigation/Makefile.am:
38286         * gst-libs/gst/xoverlay/Makefile.am:
38287           remove unused GST_OPT_CFLAGS from Makefiles
38288           include X_CFLAGS and X_LIBS in xoverlay. (#131948)
38289
38290 2004-02-07  David Schleef  <ds@schleef.org>
38291
38292         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_handle_event): Don't
38293         push events to pads that haven't been created (#133508)
38294
38295 2004-02-07  Jan Schmidt  <thaytan@mad.scientist.com>
38296
38297         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
38298         (gst_dvdec_sink_convert), (gst_dvdec_handle_sink_event),
38299         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
38300         (gst_dvdec_loop), (gst_dvdec_change_state):
38301         Second attempt at committing a working dvdec element.
38302
38303 2004-02-06  David Schleef  <ds@schleef.org>
38304
38305         Build fixes for OS X: (see #129600)
38306         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_strh),
38307         (gst_riff_read_strf_vids), (gst_riff_read_strf_auds),
38308         (gst_riff_read_strf_iavs):
38309         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
38310         (gst_avi_demux_stream_odml):
38311         * gst/playondemand/Makefile.am:
38312         * gst/rtp/rtp-packet.c:
38313
38314 2004-02-05  David Schleef  <ds@schleef.org>
38315
38316         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_loop): Revert
38317         last change, because it Just Doesn't Compile.
38318
38319 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38320
38321         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
38322           skip undecodable id3v2 tag instead of keeping it
38323
38324 2004-02-05  David Schleef  <ds@schleef.org>
38325
38326         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
38327         Unref leaked buffer.  (Noticed by Ronald)
38328
38329 2004-02-05  David I. Lehn  <dlehn@users.sourceforge.net>
38330
38331         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
38332         Sync requires with other checks.  >= vs =.
38333
38334 2004-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
38335
38336         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
38337         (gst_dvdec_video_link), (gst_dvdec_loop):
38338         * ext/dv/gstdvdec.h:
38339           rework the caps negotiation so that dvdec works again instead
38340           of just segfaulting.
38341
38342 === release 0.7.4 ===
38343
38344 2004-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
38345
38346         * NEWS: GStreamer Plugins 0.7.4 "For Great Justice" released
38347         * configure.ac: changed for release
38348
38349 2004-02-05  Thomas Vander Stichele  <thomas at apestaart dot org>
38350
38351         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in:
38352         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
38353         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
38354         * pkgconfig/gstreamer-play-uninstalled.pc.in:
38355           reworked patch by David Lehn to fix libdir and includedir for
38356           uninstalled libraries
38357           removed play and gconf from gstreamer-libs since they have their
38358           own pkgconfig files
38359
38360 2004-02-04  David Schleef  <ds@schleef.org>
38361
38362         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt): Fix a caps
38363         memleak.
38364
38365 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38366
38367         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
38368           use correct GST_TAG_ENCODER tag
38369
38370 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38371
38372         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
38373           be sure to stop the clock when going to paused
38374         * sys/oss/gstosssink.c: (gst_osssink_change_state):
38375           reset number of transmitted when going to ready.
38376         fixes #132935
38377
38378 2004-02-05  Charles Schmidt <cschmidt2@emich.edu>
38379
38380         reviewed by Benjamin Otte
38381
38382         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
38383           extract track count (fixes #133410)
38384
38385 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38386
38387         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
38388           that should be !=, not == (fixes #132519)
38389
38390 2004-02-04  David Schleef  <ds@schleef.org>
38391
38392         Make sure set_explicit_caps() is called before adding pad.
38393         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
38394         * gst/id3/gstid3types.c: (gst_id3types_loop):
38395         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
38396         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
38397
38398 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
38399
38400         * configure.ac:
38401           bump nano to 2, first prerelease
38402           put back AM_PROG_LIBTOOL
38403
38404 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
38405
38406         * testsuite/alsa/Makefile.am:
38407           these are user test apps, not automatic testsuite tests
38408
38409 2004-02-04  David Schleef  <ds@schleef.org>
38410
38411         Convert GST_DEBUG_CAPS() to GST_DEBUG():
38412         * gst/mpeg1videoparse/gstmp1videoparse.c:
38413         (mp1videoparse_parse_seq):
38414         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
38415         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
38416         * sys/xvideo/gstxwindow.c: (_gst_xwindow_new):
38417         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
38418         (gst_xvideosink_getcaps):
38419         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
38420         * testsuite/gst-lint: more tests
38421
38422 2004-02-04  David Schleef  <ds@schleef.org>
38423
38424         Replace use of GST_PAD_FORMATS_FUNCTION() and similar macros
38425         with the code that they would expand to.
38426         * ext/flac/gstflacdec.c: (gst_flacdec_get_src_formats),
38427         (gst_flacdec_get_src_query_types),
38428         (gst_flacdec_get_src_event_masks):
38429         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_formats),
38430         (gst_gnomevfssrc_get_query_types),
38431         (gst_gnomevfssrc_get_event_mask):
38432
38433 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38434
38435         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
38436         (gst_sinesrc_dispose):
38437           fix memleak by properly disposing sinesrc
38438
38439 2004-02-04  Julien MOUTTE  <julien@moutte.net>
38440
38441         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_expose):
38442         * gst-libs/gst/xoverlay/xoverlay.h: Adding the _expose method to tell
38443         an overlay to redraw the image because it has been exposed.
38444         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy),
38445         (gst_ximagesink_ximage_put), (gst_ximagesink_expose),
38446         (gst_ximagesink_xoverlay_init), (gst_ximagesink_init):
38447         * sys/ximage/ximagesink.h: Implement expose method from XOverlay
38448         interface
38449         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_destroy),
38450         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_expose),
38451         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_init):
38452         * sys/xvimage/xvimagesink.h: Implement expose method from XOverlay
38453         interface
38454
38455 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38456
38457         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
38458           more memleak fixage
38459
38460 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38461
38462         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
38463         * gst/typefind/gsttypefindfunctions.c:
38464           fix memleaks shown by gst-typefind
38465
38466 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
38467
38468         * common/glib-gen.mak:
38469           add hack rule to touch .Plo files
38470         * gst-libs/gst/colorbalance/Makefile.am:
38471         * gst-libs/gst/mixer/Makefile.am:
38472         * gst-libs/gst/play/Makefile.am:
38473         * gst-libs/gst/tuner/Makefile.am:
38474           remove glib_root variable
38475
38476 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38477
38478         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream):
38479           set explicit caps before adding the element, so the autopluggers can
38480           plug correctly.
38481         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
38482         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
38483         (mpeg_video_type_find), (mpeg_video_stream_type_find),
38484         (dv_type_find):
38485           fix memleaks in typefind functions. gst_type_find_suggest takes a const
38486           argument.
38487
38488 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
38489
38490         * gst-libs/gst/colorbalance/Makefile.am:
38491         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
38492         * gst-libs/gst/colorbalance/colorbalance.c:
38493         * gst-libs/gst/colorbalance/colorbalance.h:
38494         * gst-libs/gst/colorbalance/colorbalancemarshal.list:
38495         * gst-libs/gst/mixer/Makefile.am:
38496         * gst-libs/gst/mixer/mixer-marshal.list:
38497         * gst-libs/gst/mixer/mixer.c:
38498         * gst-libs/gst/mixer/mixer.h:
38499         * gst-libs/gst/mixer/mixermarshal.list:
38500         * gst-libs/gst/play/Makefile.am:
38501         * gst-libs/gst/play/play.h:
38502         * gst-libs/gst/tuner/Makefile.am:
38503         * gst-libs/gst/tuner/tuner-marshal.list:
38504         * gst-libs/gst/tuner/tuner.c:
38505         * gst-libs/gst/tuner/tuner.h:
38506         * gst-libs/gst/tuner/tunermarshal.list:
38507           use new glib-gen.mak snippet to clean up Makefile.am
38508           fix various bugs in Makefile.am's
38509
38510 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38511
38512         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
38513           handle chain parsing correctly in the multichain case
38514         * ext/theora/theoradec.c: (gst_theora_dec_init), (_theora_ilog),
38515         (theora_dec_from_granulepos), (theora_dec_to_granulepos),
38516         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
38517         (theora_dec_chain):
38518           handle events and queries correctly
38519
38520 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
38521
38522         * .cvsignore:
38523         Ignore generated file _stdint.h.
38524
38525 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
38526
38527         * gst-libs/gst/colorbalance/Makefile.am:
38528         * gst-libs/gst/colorbalance/colorbalance.h:
38529         * gst-libs/gst/mixer/Makefile.am:
38530         * gst-libs/gst/mixer/mixer.h:
38531         * gst-libs/gst/play/Makefile.am:
38532         * gst-libs/gst/play/play.h:
38533         * gst-libs/gst/tuner/Makefile.am:
38534         * gst-libs/gst/tuner/tuner.h:
38535         Generate enum type code with glib-mkenums.
38536         * gst-libs/gst/colorbalance/.cvsignore:
38537         * gst-libs/gst/mixer/.cvsignore:
38538         * gst-libs/gst/play/.cvsignore:
38539         * gst-libs/gst/tuner/.cvsignore:
38540         Ignore generated files.
38541
38542 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
38543
38544         * gst-libs/gst/audio/.cvsignore:
38545         Ignore generated file.
38546         * gst-libs/gst/audio/Makefile.am:
38547         Do not install example filter.
38548
38549 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
38550
38551         * examples/switch/.cvsignore:
38552         Ignore generated file.
38553
38554 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38555
38556         * common/m4/ax_create_stdint_h.m4:
38557         * configure.ac:
38558           add AX_CREATE_STDINT_H to get correct type definitions for a52dec in
38559           _stdint.h.
38560         * Makefile.am:
38561           remove generated _stdint.h in DISTCLEANFILES
38562         * ext/a52dec/gsta52dec.c:
38563           include _stdint.h for a52dec. (should fix #133064)
38564
38565 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
38566
38567         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add),
38568         (gst_tag_to_vorbis_comments):
38569         Add replaygain support to vorbistag
38570
38571 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
38572         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
38573         (gst_ffmpeg_caps_to_extradata):
38574           Fix SVQ3 caps flag properties
38575           Use glib macro for bytes swap
38576
38577 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
38578
38579         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
38580         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
38581         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
38582         * ext/sndfile/gstsf.c: (plugin_init):
38583         * gst/avi/gstavi.c: (plugin_init):
38584         * sys/dxr3/dxr3init.c: (plugin_init):
38585         * sys/oss/gstossaudio.c: (plugin_init):
38586         * sys/v4l/gstv4l.c: (plugin_init):
38587         * sys/v4l2/gstv4l2.c: (plugin_init):
38588           remove textdomain calls
38589         * po/nl.po:
38590           update Dutch translation
38591
38592 2004-02-02  Julien MOUTTE  <julien@moutte.net>
38593
38594         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
38595         (gst_play_set_audio_sink): Moving volume in the audio thread for
38596         instantaneous volume change. Maybe i will add another volume in front
38597         of visualization later, not sure yet though.
38598
38599 2004-02-02  Julien MOUTTE  <julien@moutte.net>
38600
38601         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
38602         (gst_ximagesink_handle_xevents): Better X events handling, only take
38603         the latest events for configure and motion.
38604         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents): same.
38605
38606 2004-02-02  Jon Trowbridge  <trow@gnu.org>
38607
38608         reviewed by: David Schleef  <ds@schleef.org>
38609
38610         Fix memory leaks:
38611         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_register):
38612         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_register):
38613
38614 2004-02-02  David Schleef  <ds@schleef.org>
38615
38616         code cleanup.  Change bzero() to memset().  Remove duplicate ; at ends
38617         of lines.
38618         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_event):
38619         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
38620         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link):
38621         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
38622         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
38623         * gst/effectv/gstedge.c: (gst_edgetv_sinkconnect):
38624         * gst/effectv/gstvertigo.c: (gst_vertigotv_sinkconnect):
38625         * gst/intfloat/float22int.c: (gst_float2_2_int_getcaps),
38626         (gst_float2_2_int_link):
38627         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
38628         * gst/rtjpeg/RTjpeg.c: (RTjpeg_init_mcompress):
38629         * gst/tcp/gsttcpsink.c: (gst_tcpsink_init_send):
38630         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_init_receive):
38631         * gst/udp/gstudpsink.c: (gst_udpsink_init_send):
38632         * gst/udp/gstudpsrc.c: (gst_udpsrc_init_receive):
38633         * sys/v4l/gstv4lelement.c: (gst_v4lelement_init):
38634         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
38635         * testsuite/gst-lint: Add tests for bzero and ;;
38636
38637 2004-02-02  David Schleef  <ds@schleef.org>
38638
38639         * gst/debug/efence.c: Add fallback if MAP_ANONYMOUS isn't defined.
38640
38641 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
38642
38643         * ext/aalib/gstaasink.c: (gst_aasink_open):
38644         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
38645         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
38646         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
38647         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
38648         (gst_afsink_close_file):
38649         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
38650         (gst_afsrc_close_file):
38651         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
38652         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
38653         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
38654         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
38655         * ext/esd/esdmon.c: (gst_esdmon_get):
38656         * ext/esd/esdsink.c: (gst_esdsink_chain), (gst_esdsink_open_audio):
38657         * ext/faac/gstfaac.c: (gst_faac_chain):
38658         * ext/faad/gstfaad.c: (gst_faad_chain):
38659         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
38660         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
38661         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
38662         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
38663         (gst_flacdec_loop):
38664         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
38665         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
38666         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
38667         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
38668         (gst_gnomevfssink_close_file):
38669         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
38670         (gst_gnomevfssrc_open_file):
38671         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
38672         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
38673         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
38674         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
38675         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
38676         * ext/mad/gstmad.c: (gst_mad_chain):
38677         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
38678         * ext/mpeg2dec/gstmpeg2dec.c:
38679         * ext/mpeg2enc/gstmpeg2enc.cc:
38680         * ext/mplex/gstmplex.cc:
38681         * ext/mplex/gstmplexibitstream.cc:
38682         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
38683         (gst_ogg_demux_push):
38684         * ext/raw1394/gstdv1394src.c:
38685         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
38686         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
38687         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
38688         (gst_sf_loop):
38689         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
38690         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop):
38691         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
38692         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
38693         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
38694         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
38695         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
38696         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
38697         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
38698         (gst_riff_read_element_data), (gst_riff_read_seek),
38699         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
38700         * gst/adder/gstadder.c: (gst_adder_loop):
38701         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
38702         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
38703         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
38704         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
38705         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
38706         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
38707         * gst/goom/gstgoom.c: (gst_goom_chain):
38708         * gst/id3/gstid3types.c: (gst_id3types_loop):
38709         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
38710         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
38711         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
38712         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
38713         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
38714         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
38715         (gst_ebml_read_float), (gst_ebml_read_header):
38716         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
38717         (gst_matroska_demux_parse_blockgroup):
38718         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
38719         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
38720         * gst/oneton/gstoneton.c: (gst_oneton_chain):
38721         * gst/silence/gstsilence.c: (gst_silence_get):
38722         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
38723         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
38724         * gst/speed/gstspeed.c: (speed_loop):
38725         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
38726         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
38727         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
38728         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
38729         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
38730         (gst_wavparse_loop):
38731         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
38732         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
38733         (dxr3audiosink_close):
38734         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
38735         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
38736         (dxr3videosink_close), (dxr3videosink_write_data):
38737         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
38738         * sys/oss/gstosssink.c: (gst_osssink_chain):
38739         * sys/oss/gstosssrc.c: (gst_osssrc_get):
38740         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
38741         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
38742         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
38743         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
38744         (gst_v4l_set_window), (gst_v4l_enable_overlay):
38745         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
38746         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
38747         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
38748         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
38749         (gst_v4l_set_audio):
38750         * sys/v4l/v4l_calls.h:
38751         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
38752         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
38753         (gst_v4lmjpegsink_playback_init),
38754         (gst_v4lmjpegsink_playback_start):
38755         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame):
38756         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
38757         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
38758         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
38759         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
38760         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
38761         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
38762         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
38763         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
38764         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
38765         (gst_v4l2_get_output), (gst_v4l2_set_output),
38766         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
38767         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
38768         (gst_v4l2_set_attribute):
38769         * sys/v4l2/v4l2_calls.h:
38770         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
38771         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
38772         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
38773         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
38774         (gst_v4l2src_capture_stop):
38775         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
38776         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
38777         (gst_ximagesink_chain):
38778         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
38779         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
38780         (gst_xvideosink_xwindow_new):
38781         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
38782         (gst_xvimagesink_chain):
38783
38784 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
38785
38786         * gst/volume/gstvolume.c: (gst_volume_set_volume),
38787         (gst_volume_get_volume), (volume_class_init), (volume_init),
38788         (volume_chain_int16), (volume_update_volume):
38789         * gst/volume/gstvolume.h:
38790           make code more readable by removing magic numbers
38791           make mixer interface export 0-100 range
38792           make it internally map to 0.0-1.0 range so users don't distort
38793           output by putting the sliders at full volume
38794
38795 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
38796
38797         * gst-libs/gst/play/play.c: (gst_play_tick_callback),
38798         (gst_play_state_change), (gst_play_seek_to_time):
38799         block the tick callback for 0.5 secs after doing a seek
38800
38801 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
38802
38803         * gst-libs/gst/play/play.c: (gst_play_new):
38804           check for GError
38805
38806 2004-02-01  Julien MOUTTE  <julien@moutte.net>
38807
38808         * gst-libs/gst/play/play.c: (gst_play_seek_to_time),
38809         (gst_play_new): Accepting NULL GError, blocking time tick while seeking.
38810         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
38811         (gst_ximagesink_chain), (gst_ximagesink_init): s/sinkconnect/sink_link
38812         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
38813         (gst_xvimagesink_chain), (gst_xvimagesink_init): s/sinkconnect/sink_link
38814
38815 2004-02-01  Thomas Vander Stichele  <thomas at apestaart dot org>
38816
38817         * configure.ac:
38818         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
38819           check for a function added in vorbis 1.1
38820
38821 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38822
38823         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
38824         (gst_alsa_drain_audio), (gst_alsa_stop_audio):
38825           really start/stop clock only on PLAYING <=> PAUSED
38826         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
38827           remove \n from debugging lines
38828         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
38829           make it work when seeking does not
38830         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
38831           reset on DISCONT
38832
38833 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38834
38835         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start):
38836           start clock on PAUSED=>PLAYING, not later
38837         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
38838           extract correct time for different discont formats
38839         (gst_alsa_sink_get_time):
38840           don't segfault when no format is negotiated yet, just return 0
38841         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
38842         (gst_ogg_demux_handle_event), (gst_ogg_demux_push),
38843         (gst_ogg_pad_push):
38844           handle flush and discont events correctly
38845         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
38846           handle discont events correctly
38847
38848 2004-01-31  Thomas Vander Stichele  <thomas at apestaart dot org>
38849
38850         * gst-libs/gst/play/play.c: (gst_play_error_quark),
38851         (gst_play_error_create), (gst_play_error_plugin),
38852         (gst_play_pipeline_setup), (gst_play_init), (gst_play_new):
38853         * gst-libs/gst/play/play.h:
38854           add error handling during creation
38855         * examples/gstplay/player.c: (main):
38856           use new gst_play_new
38857
38858
38859 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38860
38861         * ext/theora/theoradec.c: (theora_dec_chain):
38862           make comments work
38863         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
38864         (vorbis_dec_src_event), (vorbis_dec_chain):
38865           add encoder tag, fix tag reading to be more error tolerant, change
38866           BITRATE to NOMINAL_BITRATE, add debugging, don't unref events after
38867           gst_pad_event_default.
38868         * gst/tags/gstvorbistag.c:
38869         (gst_tag_list_from_vorbiscomment_buffer):
38870           undefine function specific define at end of function
38871
38872 2004-01-31  Jeremy Simon  <jesimon@libertysurf.fr>
38873
38874         * ext/flac/gstflac.c: (plugin_init):
38875         * ext/flac/gstflacdec.c: (gst_flacdec_class_init):
38876         * ext/flac/gstflacdec.h:
38877         * ext/flac/gstflacenc.h:
38878           Fix typos
38879
38880 2004-01-30  David I. Lehn  <dlehn@users.sourceforge.net>
38881
38882         * examples/gstplay/player.c: s/gstplay.h/play.h/
38883
38884 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
38885
38886         * gst-libs/gst/play/Makefile.am:
38887         * gst-libs/gst/play/gstplay.c:
38888         * gst-libs/gst/play/gstplay.h:
38889         * gst-libs/gst/play/play.c:
38890           more surgery, operation complete
38891
38892 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
38893
38894         * gst-libs/gst/play/play.old.c:
38895         * gst-libs/gst/play/play.old.h:
38896           after CVS surgery by moving, remove
38897         * gst-libs/gst/play/playpipelines.c:
38898           remove
38899
38900         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
38901           add negotiation error
38902
38903 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
38904
38905         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
38906         (gst_ogg_demux_push):
38907           add some seeking debug info
38908           send a flush when seeking
38909
38910 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38911
38912         * configure.ac:
38913           use AC_C_INLINE
38914         * configure.ac:
38915         * ext/Makefile.am:
38916         * ext/theora/Makefile.am:
38917         * ext/theora/theoradec.c:
38918           add theora video decoder. Does just do simple decoding for now and
38919           has been tested against Theora cvs only. It only works when theora
38920           is compiled with --enable-static.
38921         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
38922           always reset packetno on DISCONT
38923
38924 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38925
38926         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
38927           Fix audio.
38928
38929 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38930
38931         * gst/mpegaudioparse/gstmpegaudioparse.c:
38932         (mp3_type_frame_length_from_header):
38933           Fix header parsing - stolen from ffmpeg (thank you! :) ).
38934
38935 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38936
38937         * ext/esd/esdsink.c: (gst_esdsink_init):
38938           Since we have static pad template caps, we don't need to negotiate;
38939           either the core errors out or we know the format.
38940
38941 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38942
38943         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
38944         (gst_riff_read_seek):
38945         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
38946         (gst_ebml_read_seek):
38947           Fix event handling.
38948
38949 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38950
38951         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
38952           removee video/x-theora from vp3 decoder, it doesn't handle raw
38953           theora streams
38954         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
38955           fix bug with finalizing element that never went to PAUSED
38956         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
38957           length and position queries were swapped
38958         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
38959         (vorbis_dec_from_granulepos), (vorbis_dec_src_query),
38960         (vorbis_dec_src_event):
38961           implement querying time and bytes
38962
38963 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
38964
38965         * just about every source file:
38966           gst_element_error -> GST_ELEMENT_ERROR
38967
38968 2004-01-29  Julien MOUTTE  <julien@moutte.net>
38969
38970         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get): Fixing seeking
38971         emiting FLUSH and even before DISCONT.
38972         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): Fix seeking to
38973         get the best instant seeking as possible yay!
38974
38975 2004-01-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38976
38977         * gst/mpeg1videoparse/gstmp1videoparse.c:
38978         (gst_mp1videoparse_real_chain):
38979           Committed wrong version last week... Grr... Didn't notice until now.
38980
38981 2004-01-29  Julien MOUTTE <julien@moutte.net>
38982
38983         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new):
38984         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new): Emit the
38985         have_xwindow_id signal in xwindow_create.
38986
38987 2004-01-29  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38988
38989         * ext/ogg/gstoggdemux.c:
38990           lots of changes - mainly support for chained bitstreams, seeking,
38991           querying and bugfixes of course
38992         * ext/vorbis/Makefile.am:
38993         * ext/vorbis/vorbisdec.c:
38994         * ext/vorbis/vorbisdec.h:
38995           add vorbisdec raw vorbis decoder
38996         * ext/vorbis/vorbis.c: (plugin_init):
38997           register vorbisdec as PRIMARY, vorbisfile as SECONDARY
38998         * gst/intfloat/Makefile.am:
38999         * gst/intfloat/float22int.c:
39000         * gst/intfloat/float22int.h:
39001         * gst/intfloat/gstintfloatconvert.c: (plugin_init):
39002           add float2intnew plugin. It converts multichannel interleaved float to
39003           multichannel interleaved int. The name should probably be changed.
39004         * gst/typefind/gsttypefindfunctions.c: (theora_type_find),
39005         (plugin_init):
39006           add typefinding for raw theora video so oggdemux can detect it.
39007
39008 2004-01-28  Julien MOUTTE  <julien@moutte.net>
39009
39010         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): seek on video
39011         sink element first.
39012         * gst/videoscale/gstvideoscale.c:
39013         (gst_videoscale_handle_src_event): Fixing src event handler.
39014
39015 2004-01-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39016
39017         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
39018         (gst_v4lsrc_open), (gst_v4lsrc_close),
39019         (gst_v4lsrc_palette_to_caps), (gst_v4lsrc_srcconnect),
39020         (gst_v4lsrc_getcaps), (gst_v4lsrc_set_clock):
39021         * sys/v4l/gstv4lsrc.h:
39022         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_start),
39023         (gst_v4lsrc_grab_frame), (gst_v4lsrc_capture_stop):
39024           Implement resizing... Hack. But that's why v4l is b0rked...
39025
39026 2004-01-28  Julien MOUTTE <julien@moutte.net>
39027
39028         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
39029         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
39030         (gst_ximagesink_ximage_put), (gst_ximagesink_xwindow_new),
39031         (gst_ximagesink_xwindow_destroy):
39032         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
39033         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
39034         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
39035         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_get_xv_support),
39036         (gst_xvimagesink_xcontext_get): Removing some useless debugs messages,
39037         correctly cleaning the image created to check xshm calls on succes,
39038         added a lot of XSync calls in X11 functions, and fixed a segfault when
39039         no image format was defined before negotiation happened.
39040
39041 2004-01-28  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39042
39043         * ext/alsa/gstalsa.c: (gst_alsa_query_func):
39044           use gst_element_get_time to get correct time
39045
39046 2004-01-28  Julien MOUTTE  <julien@moutte.net>
39047
39048         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
39049         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_destroy),
39050         (gst_ximagesink_xcontext_get), (gst_ximagesink_class_init):
39051         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xerror),
39052         (gst_xvimagesink_check_xshm_calls),
39053         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xcontext_get): Our
39054         X plugins are now able to detect that XShm calls will fail even if the
39055         server claims that it has XShm support (remote displays most of the
39056         time). We then log the error as a GST_DEBUG and set use_shm to FALSE
39057         so that we use non XShm functions. This feature is almost useless for
39058         xvimagesink as Xv is not supported on remote displays anyway, but
39059         it might happen than even on the local display XShm calls fail.
39060
39061 2004-01-27  David Schleef  <ds@schleef.org>
39062
39063         * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
39064         (gst_esdsink_link), (gst_esdsink_get_time), (gst_esdsink_chain),
39065         (gst_esdsink_change_state):  Fix sync issues in esdsink.  Also
39066         changed esdsink to only use 44100,16,2, since esd sucks at rate
39067         conversion and esdsink has had difficulty negotiating.
39068
39069 2004-01-27  Julien MOUTTE <julien@moutte.net>
39070
39071         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback),
39072         (gst_play_seek_to_time): Fixing the way to get current position.
39073
39074 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39075
39076         * sys/oss/gstosssink.c: (gst_osssink_sink_query):
39077           use gst_element_get_time to get correct time
39078
39079 2004-01-27  Julien MOUTTE <julien@moutte.net>
39080
39081         * gst-libs/gst/play/gstplay.c: (gst_play_set_location): The easiest
39082         fix ever... Inverting 2 lines of code make spider autoplug correctly
39083         tagged mp3 !
39084
39085 2004-01-27  David Schleef  <ds@schleef.org>
39086
39087         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
39088         Use gst_pad_try_set_caps_nonfixed().
39089
39090 2004-01-27  David Schleef  <ds@schleef.org>
39091
39092         * gst/ac3parse/gstac3parse.c: update to checklist 5
39093         * gst/adder/gstadder.c: rewrite negotiation.  update to checklist 5
39094         * gst/audioconvert/gstaudioconvert.c: update to checklist 5
39095         * gst/audioscale/gstaudioscale.c: same
39096         * gst/auparse/gstauparse.c: same
39097         * gst/avi/gstavidemux.c: same
39098
39099 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39100
39101         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
39102           stop processing after EOS
39103
39104 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39105
39106         * gst/asfdemux/asfheaders.h:
39107         * gst/asfdemux/gstasfdemux.c:
39108         * gst/asfdemux/gstasfmux.c: (gst_asfmux_put_guid),
39109         (gst_asfmux_put_string), (gst_asfmux_put_wav_header),
39110         (gst_asfmux_put_vid_header), (gst_asfmux_put_bmp_header):
39111           lot's of fixes to make data extraction simpler and get the code
39112           architecture and compiler independant. Add debugging category
39113         * gst/goom/gstgoom.c: (gst_goom_change_state):
39114           reset channel count on PAUSED=>READY, not READY=>PAUSED
39115
39116 2004-01-26  Colin Walters  <walters@verbum.org>
39117
39118         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_get): Remove ugly
39119         code to pull a bigger buffer in iradio mode.  This as a side effect
39120         makes typefinding work.
39121
39122 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
39123
39124         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
39125         Fix SVQ3 decoding on PPC
39126
39127 2004-01-26  Julien MOUTTE <julien@moutte.net>
39128
39129         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain): Dunno how
39130         that one managed to stay there... Fixed.
39131
39132 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
39133
39134         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
39135         (gst_ffmpeg_caps_to_extradata), (gst_ffmpeg_caps_to_pixfmt):
39136         * gst/qtdemux/qtdemux.c: (plugin_init), (qtdemux_parse_trak),
39137         (qtdemux_video_caps):
39138         * gst/qtdemux/qtdemux.h:
39139         Add SVQ3 specific flags to qtdemux and ffmpeg
39140
39141 2004-01-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39142
39143         * gst-libs/gst/audio/audio.h:
39144           remove buffer-frames from audio caps
39145         * gst/audioconvert/gstaudioconvert.c:
39146           fix plugin to really work.
39147
39148 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39149
39150         * gst-libs/gst/mixer/mixer.c:
39151         * gst-libs/gst/propertyprobe/propertyprobe.c:
39152         * gst-libs/gst/tuner/tuner.c: (gst_tuner_find_norm_by_name),
39153         (gst_tuner_find_channel_by_name):
39154         * gst-libs/gst/tuner/tuner.h:
39155           Add gtk-doc style comments. Also fix a function name.
39156
39157 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39158
39159         * ext/divx/gstdivxdec.c: (gst_divxdec_init),
39160         (gst_divxdec_negotiate):
39161           Fix for new capsnego - also fixes gst-player with divxdec.
39162
39163 2004-01-25  Julien MOUTTE  <julien@moutte.net>
39164
39165         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
39166         (gst_play_identity_handoff), (gst_play_set_location),
39167         (gst_play_set_visualization), (gst_play_connect_visualization): Another
39168         try in visualization implementation. Still have an issue with switch
39169         blocking when pulling from video_queue and only audio comes out of
39170         spider.
39171         * gst/switch/gstswitch.c: (gst_switch_release_pad),
39172         (gst_switch_poll_sinkpads), (gst_switch_class_init): Implementing pad
39173         release method. And check if the pad is usable before pulling.
39174
39175 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39176
39177         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose),
39178         (gst_videobalance_init),
39179         (gst_videobalance_colorbalance_list_channels),
39180         (gst_videobalance_colorbalance_set_value),
39181         (gst_videobalance_colorbalance_get_value),
39182         (gst_videobalance_update_properties),
39183         (gst_videobalance_update_tables_planar411),
39184         (gst_videobalance_planar411):
39185         * gst/videofilter/gstvideobalance.h:
39186           Implement lookup-tables. +/- 10x faster.
39187
39188 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39189
39190         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
39191         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
39192           The index reading was broken. The rest worked fine, but the whole
39193           goal of my rewrite was to make avidemux readable, and this was
39194           not at all readable. Please use typed variables.
39195
39196 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39197
39198         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
39199           Additional pad usability check.
39200         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
39201         (mp1videoparse_find_next_gop), (gst_mp1videoparse_time_code),
39202         (gst_mp1videoparse_real_chain):
39203           Fix MPEG video stream parsing. The original plugin had several
39204           issues, including not timestamping streams where the source was
39205           not timestamped (this happens with PTS values in mpeg system
39206           streams, but MPEG video is also a valid stream on its own so
39207           that needs timestamps too). We use the display time code for that
39208           for now. Also, if one incoming buffer contains multiple valid
39209           frames, we push them all on correctly now, including proper EOS
39210           handling. Lastly, several potential segfaults were fixed, and we
39211           properly sync on new sequence/gop headers to include them in next,
39212           not previous frames (since they're header for the next frame, not
39213           the previous). Also see #119206.
39214         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain),
39215         (bpf_from_header):
39216           Move caps setting so we only do it after finding several valid
39217           MPEG-1 fraes sequentially, not right after the first one (which
39218           might be coincidental).
39219         * gst/typefind/gsttypefindfunctions.c: (mpeg1_sys_type_find),
39220         (mpeg_video_type_find), (mpeg_video_stream_type_find),
39221         (plugin_init):
39222           Add unsynced MPEG video stream typefinding, and change some
39223           probability values so we detect streams rightly. The idea is as
39224           follows: I can have an unsynced system stream which contains
39225           video. In the current code, I would randomly get a type for either
39226           system or video stream type found, because the probabilities are
39227           being calculated rather randomly. I now use fixed values, so we
39228           always prefer system stream if that was found (and that is how it
39229           should be). If no system stream was found, we can still identity                the stream as video-only.
39230
39231 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39232
39233         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
39234         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
39235           don't write to buffer. Extract data without the need of
39236           __attribute__ ((packed))
39237
39238 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39239
39240         * gst/typefind/gsttypefindfunctions.c: (mpeg1_parse_header),
39241         (mpeg1_sys_type_find):
39242           Fix MPEG-1 stream typefinding.
39243
39244 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39245
39246         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
39247           Fix typefinding for MPEG-1 system streams, similar to MPEG-2.
39248
39249 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
39250
39251         * ext/esd/esdsink.c: (gst_esdsink_open_audio):
39252         * ext/esd/gstesd.c: (plugin_init):
39253           private debugging, better error reporting
39254
39255 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39256
39257         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
39258         (gst_riff_read_init), (gst_riff_read_change_state):
39259         * gst-libs/gst/riff/riff-read.h:
39260           Remove stuff fromold metadata system.
39261
39262 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39263
39264         * ext/ogg/gstoggdemux.c:
39265           Fix wrong file comment.
39266         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
39267         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
39268           Add metadata reading properly.
39269
39270 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
39271
39272         * ext/Makefile.am:
39273           Fix nas DIST_SUBDIRS
39274           Uraeus:
39275           Fix bug where make distcheck doesn't get run on adding stuff to
39276           the build.
39277
39278 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39279
39280         * ext/divx/gstdivxdec.c: (gst_divxdec_init), (gst_divxdec_setup):
39281         * ext/divx/gstdivxdec.h:
39282           Fix divx3 ("msmpeg4") playback using divxdec.
39283
39284 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39285
39286         * gst/typefind/gsttypefindfunctions.c:
39287         (mp3_type_frame_length_from_header): fix bug in length computation
39288         (mp3_type_find): improve debugging output
39289
39290 2004-01-23  Julien MOUTTE  <julien@moutte.net>
39291
39292         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
39293         (gst_play_set_location), (gst_play_seek_to_time),
39294         (gst_play_set_audio_sink), (gst_play_set_visualization),
39295         (gst_play_connect_visualization), (gst_play_get_sink_element): Reworked
39296         the pipeline from scratch. Visualization is back and switch went out as
39297         i realized it was not possible to use the way i wanted.
39298         * sys/ximage/ximagesink.c: (gst_ximagesink_imagepool_clear),
39299         (gst_ximagesink_change_state), (gst_ximagesink_dispose): Move xcontext
39300         clearing in state change from READY to NULL. So that one can clean the
39301         X ressources keeping the element.
39302         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
39303         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_change_state),
39304         (gst_xvimagesink_colorbalance_set_value),
39305         (gst_xvimagesink_colorbalance_get_value),
39306         (gst_xvimagesink_set_property), (gst_xvimagesink_dispose),
39307         (gst_xvimagesink_init): Same xcontext cleaning than ximagesink in state
39308         change from READY to NULL and fixed some stupid bugs in colorbalance
39309         get/set values. Also added the following feature : when nobody tries to
39310         set some values to the colorbalance levels before the xcontext is
39311         grabbed, then when creating channels list from Xv attributes we set the
39312         internal values to the Xv defaults. This way we handle buggy Xv drivers
39313         that set default hue values far from the middle of the range (Thanks
39314         to Jon Trowbridge for pointing that issue).
39315         * sys/xvimage/xvimagesink.h: Adding a cb_changed boolean to know if
39316         colorbalance levels have been set before xcontext is grabbed.
39317
39318 2004-01-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39319
39320         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
39321           Fix the ossmixer case where we shouldn't open /dev/dsp* because
39322           it might block operations (which is bad for a mixer).
39323
39324 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
39325
39326         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
39327         (deep_notify_callback), (gmi_set_decoder), (gmi_clear_decoder),
39328         (gmip_find_type_pre):
39329         * gst-libs/gst/media-info/media-info-priv.h:
39330         * gst-libs/gst/media-info/media-info.c:
39331         (gst_media_info_instance_init), (gst_media_info_read_idler):
39332         add fakesink to get caps on decoder src pad again
39333         fix callback prototype to match new have_type signal signature
39334
39335 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
39336
39337         * gst/adder/gstadder.c: (gst_adder_link):
39338           fix non-compile and cut-n-paste code
39339
39340 2004-01-21  David Schleef  <ds@schleef.org>
39341
39342         * ext/swfdec/gstswfdec.c: (gst_swfdec_video_getcaps),
39343         (gst_swfdec_video_link), (copy_image), (gst_swfdec_loop),
39344         (gst_swfdec_init), (gst_swfdec_change_state):
39345         * ext/swfdec/gstswfdec.h:
39346         Fix negotiation.
39347         * gst/adder/gstadder.c: (gst_adder_link), (gst_adder_init),
39348         (gst_adder_request_new_pad): Fix negotiation.
39349         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_fixate):
39350         Add a fixate function.
39351         * gst/intfloat/gstfloat2int.c:
39352         * gst/intfloat/gstfloat2int.h:
39353         * gst/intfloat/gstint2float.c:
39354         * gst/intfloat/gstint2float.h:
39355         Completely rewrite the negotiation.  Doesn't quite work yet,
39356         due to some buffer-frames problem.
39357
39358 2004-01-21  Thomas Vander Stichele  <thomas at apestaart dot org>
39359
39360         * ext/gnomevfs/gstgnomevfssrc.c:
39361         * sys/v4l2/v4l2_calls.h:
39362           fix includes for distcheck
39363
39364 2004-01-21  Christian Schaller <uraeus@gnome.org>
39365
39366         * ext/nas/
39367         Add libnas (network audio system) plugin, patch from Arwed von Merkatz
39368         based on earlier patch from Laurent Vivier
39369
39370 2004-01-20  Jeremy Simon  <jesimon@libertysurf.fr>
39371
39372         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
39373         Fix wma caps property
39374         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
39375         Fix typo (flags1 and flags2)
39376
39377 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
39378
39379         * gst-libs/gst/media-info/media-info-priv.c:
39380         (deep_notify_callback), (gmi_seek_to_track), (gmi_get_decoder),
39381         (gmip_find_type_pre), (gmip_find_type), (gmip_find_stream_post),
39382         (gmip_find_stream), (gmip_find_track_metadata),
39383         (gmip_find_track_streaminfo_post), (gmip_find_track_streaminfo),
39384         (gmip_find_track_format):
39385         * gst-libs/gst/media-info/media-info-priv.h:
39386         * gst-libs/gst/media-info/media-info-test.c: (main):
39387         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
39388         (gst_media_info_read_idler), (gst_media_info_read):
39389         * gst-libs/gst/media-info/media-info.h:
39390           register debugging category and use it for debugging
39391
39392 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
39393
39394         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_update_streaminfo),
39395         (gst_vorbisfile_new_link):
39396           signal streaminfo through tags
39397
39398 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39399
39400         * ext/mplex/gstmplex.cc:
39401         * ext/mplex/gstmplexibitstream.cc:
39402           g++ doesn't like NULL in our i18n/error macros, should be
39403           either (NULL) or ("").
39404
39405 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39406
39407         * sys/dxr3/dxr3audiosink.c:
39408         * sys/dxr3/dxr3init.c:
39409         * sys/dxr3/dxr3spusink.c: (dxr3spusink_close):
39410         * sys/dxr3/dxr3videosink.c: (dxr3videosink_close):
39411           Fix more error error error errors (missing includes here).
39412
39413 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39414
39415         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
39416           fix thomas' error errors.
39417
39418 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
39419
39420         * ext/mpeg2enc/gstmpeg2enc.cc:
39421           fix error errors.
39422
39423 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39424
39425         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
39426         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
39427           Fix for new error system.
39428
39429 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
39430
39431         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
39432           fix for new error reporting
39433
39434 2004-01-20  David Schleef  <ds@schleef.org>
39435
39436         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
39437         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
39438         (gst_ximagesink_set_xwindow_id): Change to using a framerate
39439         of [1,100] instead of [0,MAX], since 0 isn't handled correctly,
39440         and neither is 100+, most likely.
39441         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
39442         (gst_xvimagesink_getcaps): same
39443
39444 2004-01-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39445
39446         * configure.ac:
39447           Up version requirement to 2.0.3 (not yet released) to avoid symbol
39448           clashes with ffmpeg.
39449
39450 2004-01-20  Julien MOUTTE  <julien@moutte.net>
39451
39452         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
39453         (gst_switch_init): Fixed switch element : proxying link and setting
39454         caps from src to sink on request.
39455
39456 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
39457
39458         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
39459         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
39460         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
39461         fix element_error
39462
39463 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
39464
39465         * sys/v4l/v4l_calls.h:
39466         * sys/v4l2/v4l2_calls.h:
39467           element_error fixes
39468
39469 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
39470
39471         * gst-libs/gst/gst-i18n-plugin.h:
39472           add locale.h
39473           remove config.h inclusion
39474
39475 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
39476
39477         * autogen.sh:
39478           adding autopoint invocation
39479         * Makefile.am:
39480         * configure.ac:
39481         * gst-libs/gst/gettext.h:
39482           adding gettext bits
39483         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
39484         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
39485         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
39486         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
39487         (gst_gnomevfssink_close_file):
39488         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_open_file):
39489         * ext/sndfile/gstsf.c: (gst_sf_loop), (plugin_init):
39490         * gst-libs/gst/gst-i18n-plugin.h:
39491         * gst/avi/gstavi.c: (plugin_init):
39492         * sys/dxr3/dxr3init.c: (plugin_init):
39493         * sys/dxr3/dxr3videosink.c: (dxr3videosink_write_data):
39494         * sys/oss/gstossaudio.c: (plugin_init):
39495         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
39496         * sys/v4l/gstv4l.c: (plugin_init):
39497         * sys/v4l/v4l_calls.c: (gst_v4l_open):
39498         * sys/v4l2/gstv4l2.c: (plugin_init):
39499         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
39500         (gst_v4l2_fill_lists), (gst_v4l2_get_norm), (gst_v4l2_set_norm),
39501         (gst_v4l2_get_input), (gst_v4l2_set_input), (gst_v4l2_get_output),
39502         (gst_v4l2_set_output), (gst_v4l2_get_frequency),
39503         (gst_v4l2_set_frequency), (gst_v4l2_signal_strength),
39504         (gst_v4l2_get_attribute), (gst_v4l2_set_attribute):
39505           make sure locale and translation domain are set
39506           fix translated strings
39507         * po/.cvsignore:
39508         * po/LINGUAS:
39509         * po/Makevars:
39510         * po/POTFILES.in:
39511         * po/nl.po:
39512           put translation files into place
39513         * sys/xvideo/imagetest.c: (main):
39514         * ext/dv/demo-play.c: (main):
39515           fix unnecessary translations
39516
39517 2004-01-19  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
39518
39519         * ext/sndfile/gstsf.c:
39520         * gst/avi/gstavimux.c:
39521         * ext/audiofile/gstafsink.c:
39522         * ext/audiofile/gstafsrc.c:
39523         * ext/gnomevfs/gstgnomevfssink.c:
39524         * ext/gnomevfs/gstgnomevfssrc.c:
39525         * sys/oss/gstosselement.c:
39526         * sys/v4l/v4l_calls.h:
39527           fix i18n include
39528
39529 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
39530
39531         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
39532         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
39533         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
39534         (gst_v4l2_get_output), (gst_v4l2_set_output),
39535         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
39536         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
39537         (gst_v4l2_set_attribute):
39538         update to new error handling
39539
39540 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
39541
39542         * ext/sidplay/gstsiddec.cc:
39543         * gst/modplug/gstmodplug.cc:
39544           parenthese NULL because C++ seems angry about it
39545
39546 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
39547
39548         * gst-libs/gst/gst-i18n-plugin.h:
39549           add skeleton i18n stuff, but needs to be further implemented
39550
39551 2004-01-18  Thomas Vander Stichele  <thomas at apestaart dot org>
39552
39553         * examples/gstplay/player.c: (main):
39554         * ext/aalib/gstaasink.c: (gst_aasink_open):
39555         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
39556         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
39557         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
39558         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
39559         (gst_afsink_close_file):
39560         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
39561         (gst_afsrc_close_file):
39562         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
39563         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
39564         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
39565         * ext/esd/esdmon.c: (gst_esdmon_get):
39566         * ext/esd/esdsink.c: (gst_esdsink_chain):
39567         * ext/faac/gstfaac.c: (gst_faac_chain):
39568         * ext/faad/gstfaad.c: (gst_faad_chain):
39569         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
39570         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
39571         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
39572         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
39573         (gst_flacdec_loop):
39574         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
39575         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
39576         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
39577         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
39578         (gst_gnomevfssink_close_file):
39579         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
39580         (gst_gnomevfssrc_open_file):
39581         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
39582         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
39583         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
39584         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
39585         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
39586         * ext/mad/gstmad.c: (gst_mad_chain):
39587         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
39588         * ext/mpeg2dec/gstmpeg2dec.c:
39589         * ext/mpeg2enc/gstmpeg2enc.cc:
39590         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
39591         * ext/mplex/gstmplex.cc:
39592         * ext/mplex/gstmplexibitstream.cc:
39593         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
39594         (gst_ogg_demux_push), (gst_ogg_pad_push):
39595         * ext/raw1394/gstdv1394src.c:
39596         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
39597         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
39598         * ext/sidplay/gstsiddec.cc:
39599         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
39600         (gst_sf_loop):
39601         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
39602         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
39603         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
39604         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
39605         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
39606         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
39607         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
39608         * gst-libs/gst/Makefile.am:
39609         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
39610         (gst_riff_read_element_data), (gst_riff_read_seek),
39611         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
39612         * gst/adder/gstadder.c: (gst_adder_parse_caps), (gst_adder_loop):
39613         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
39614         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
39615         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
39616         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
39617         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
39618         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
39619         * gst/goom/gstgoom.c: (gst_goom_chain):
39620         * gst/id3/gstid3types.c: (gst_id3types_loop):
39621         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
39622         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
39623         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
39624         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
39625         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
39626         (gst_ebml_read_float), (gst_ebml_read_header):
39627         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
39628         (gst_matroska_demux_parse_blockgroup):
39629         * gst/modplug/gstmodplug.cc:
39630         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
39631         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
39632         * gst/oneton/gstoneton.c: (gst_oneton_chain):
39633         * gst/silence/gstsilence.c: (gst_silence_get):
39634         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
39635         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
39636         * gst/speed/gstspeed.c: (speed_loop):
39637         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
39638         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
39639         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
39640         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
39641         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
39642         (gst_wavparse_loop):
39643         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
39644         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
39645         (dxr3audiosink_close):
39646         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
39647         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
39648         (dxr3videosink_close), (dxr3videosink_write_data):
39649         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
39650         * sys/oss/gstosselement.h:
39651         * sys/oss/gstosssink.c: (gst_osssink_get_type), (gst_osssink_init),
39652         (gst_osssink_chain):
39653         * sys/oss/gstosssrc.c: (gst_osssrc_get):
39654         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
39655         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
39656         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
39657         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_window),
39658         (gst_v4l_enable_overlay):
39659         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
39660         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
39661         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
39662         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
39663         (gst_v4l_set_audio):
39664         * sys/v4l/v4l_calls.h:
39665         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
39666         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
39667         (gst_v4lmjpegsink_playback_init),
39668         (gst_v4lmjpegsink_playback_start):
39669         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
39670         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_capture),
39671         (gst_v4lmjpegsrc_set_capture_m), (gst_v4lmjpegsrc_capture_init),
39672         (gst_v4lmjpegsrc_requeue_frame):
39673         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
39674         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
39675         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
39676         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
39677         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
39678         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
39679         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
39680         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
39681         (gst_v4l2src_capture_stop):
39682         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
39683         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
39684         (gst_ximagesink_chain):
39685         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
39686         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
39687         (gst_xvideosink_xwindow_new):
39688         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
39689         (gst_xvimagesink_chain):
39690         use new error signal, function and categories
39691
39692 2004-01-18  Jeremy Simon <jesimon@libertysurf.fr>
39693
39694         * configure.ac:
39695         * ext/Makefile.am:
39696         * ext/musicbrainz/gsttrm.c:
39697         * ext/musicbrainz/gsttrm.h:
39698         * ext/musicbrainz/Makefile.am:
39699         Add a trm plugin
39700
39701 2004-01-18  Julien MOUTTE  <julien@moutte.net>
39702
39703         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property),
39704         (gst_ximagesink_get_property), (gst_ximagesink_class_init): Adding
39705         synchronous property for debugging.
39706         * sys/ximage/ximagesink.h: Adding the synchronous boolean flag.
39707         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
39708         (gst_xvimagesink_set_property): Moving a pointer declaration to a
39709         smaller block, fixing indent.
39710
39711 2004-01-16  David Schleef  <ds@schleef.org>
39712
39713         * gst/videofilter/gstvideobalance.c: Fix regression; changing a
39714         property affects the video stream.
39715         * sys/xvimage/xvimagesink.c:
39716         * sys/xvimage/xvimagesink.h:
39717         Add synchronous property for debugging.  Should probably be
39718         disabled in non-CVS builds.  Make sure that the Xv attribute
39719         exists before we set it (crash!).  Fix a silly float bug that
39720         caused colorbalance to just not work.
39721
39722 2004-01-17  Christian Schaller <Uraeus@gnome.org>
39723
39724         * tools/gst-launch-ext.in - update for new plugins
39725
39726 2004-01-16  David Schleef  <ds@schleef.org>
39727
39728         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect): Fix use of
39729         already-freed caps.
39730
39731 2994-01-16  Christian Schaller <Uraeus@gnome.org>
39732
39733         * Update spec for new colorspace plugin and libcaca plugin
39734         * Fix compilation of libcaca plugin (clock -> id)
39735
39736 2004-01-16  Julien MOUTTE <julien@moutte.net>
39737
39738         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_update_colorbalance),
39739         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
39740         (gst_xvimagesink_set_xwindow_id),
39741         (gst_xvimagesink_colorbalance_set_value),
39742         (gst_xvimagesink_colorbalance_get_value),
39743         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
39744         (gst_xvimagesink_init), (gst_xvimagesink_class_init): Implementing
39745         correct colorbalance properties. They can now be set when the element
39746         is still in NULL state. The values will be committed to the Xv Port
39747         when xcontext is initialized.
39748         * sys/xvimage/xvimagesink.h: Added hue, saturation, contrast,
39749         brightness int values in the GstXvImagesink structure.
39750
39751 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39752
39753         * gst-libs/gst/Makefile.am:
39754           restructure so having local patches works easier.
39755
39756 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39757
39758         * ext/mpeg2enc/Makefile.am:
39759         * ext/mpeg2enc/gstmpeg2enc.cc:
39760         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
39761           Bugfix with respect to EOS handling.
39762
39763 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39764
39765         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
39766           Link with right caps (else, it segfaults).
39767         * ext/mplex/gstmplexjob.cc:
39768           Fix for slight API change in 1.6.1.93 release of mjpegtools.
39769
39770 2004-01-15  David Schleef  <ds@schleef.org>
39771
39772         * gst-libs/gst/audio/Makefile.am:
39773         Add gstaudiofiltertemplate.c and building of gstaudiofilterexample.c
39774         from the template.
39775         * gst-libs/gst/audio/gstaudiofilter.c:
39776         * gst-libs/gst/audio/gstaudiofilter.h:
39777         Add bytes_per_sample and size and n_samples calculation.
39778         * gst-libs/gst/audio/gstaudiofilterexample.c:
39779         Remove, now autogenerated.
39780         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
39781         Moved from gstaudiofilterexample, object name changed, code added
39782         so that it actually works.
39783         * gst-libs/gst/audio/make_filter:
39784         Script to build an audiofilter subclass from the template.
39785         * gst/colorspace/Makefile.am:
39786         * gst/colorspace/yuv2yuv.c:
39787         Remove file, since it's GPL, and we don't use it.
39788
39789 2004-01-15  Julien MOUTTE  <julien@moutte.net>
39790
39791         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
39792         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Making both of
39793         them use the buffer free function to test how the buffer was allocated.
39794
39795 2004-01-15  David Schleef  <ds@schleef.org>
39796
39797         * ext/esd/esdsink.c: (gst_esdsink_class_init): Remove property
39798         that handles osssink fallback.
39799         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
39800         (gst_audio_convert_getcaps):
39801         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
39802         Add audio/x-qdm2 for QDM2 audio.
39803         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
39804         * gst/sine/gstsinesrc.h: Add example of how to implement tags.
39805         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
39806         Decrease minimum size to 16x16.
39807         * gst/wavparse/gstwavparse.c:
39808         Convert disabled pad template caps to new caps.
39809         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
39810         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
39811         (gst_xvimagesink_chain): Throw element error when display cannot
39812         be opened.  Increase minimum framerate to 1.0.  Check the data
39813         free function on a buffer to make sure it is the type we expect
39814         before manipulating it.
39815
39816 2004-01-15  Julien MOUTTE <julien@moutte.net>
39817
39818         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
39819         (gst_videobalance_colorbalance_set_value): Implement passthru if
39820         settings are in the middle.
39821         * tools/gst-launch-ext.in: Stop using xvideosink, use ximagesink.
39822
39823 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39824
39825         * gst/videofilter/Makefile.am:
39826         * gst/volume/Makefile.am:
39827           Since we use videofilter symbols, link to it.
39828
39829 2004-01-15  Julien MOUTTE <julien@moutte.net>
39830
39831         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init): Setting
39832         mixer interface type to HARDWARE.
39833         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init): Adding a default
39834         type to SOFTWARE.
39835         * gst-libs/gst/mixer/mixer.h: Adding mixer interface type and macro.
39836         * gst-libs/gst/mixer/mixertrack.h: Adding mixertrack flag SOFTWARE.
39837         * gst/volume/gstvolume.c: (gst_volume_interface_supported),
39838         (gst_volume_interface_init), (gst_volume_list_tracks),
39839         (gst_volume_set_volume), (gst_volume_get_volume),
39840         (gst_volume_set_mute), (gst_volume_mixer_init),
39841         (gst_volume_dispose), (gst_volume_get_type), (volume_class_init),
39842         (volume_init): Implementing mixer interface.
39843         * gst/volume/gstvolume.h: Adding tracklist for mixer interface.
39844         * sys/oss/gstosselement.c: (gst_osselement_get_type),
39845         (gst_osselement_change_state): Removing some trailing commas in
39846         structures.
39847         * sys/oss/gstossmixer.c: (gst_ossmixer_interface_init): Setting mixer
39848         interface type to HARDWARE.
39849         * sys/v4l/gstv4lcolorbalance.c:
39850         (gst_v4l_color_balance_interface_init): Setting colorbalance interface
39851         type to HARDWARE.
39852         * sys/v4l2/gstv4l2colorbalance.c:
39853         (gst_v4l2_color_balance_interface_init): Setting colorbalance
39854         interface type to HARDWARE.
39855         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): use exactly the
39856         same code than ximagesink for event handling.
39857
39858 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39859
39860         * ext/snapshot/Makefile.am:
39861         * ext/snapshot/gstsnapshot.c: (gst_snapshot_sinkconnect),
39862         (gst_snapshot_chain):
39863         * ext/snapshot/gstsnapshot.h:
39864           This has to be a joke... Snapshot should be connected to a tee,
39865           colorspace element before it and EOS after that, where the other
39866           src of the tee receives normal data.
39867           The current way is *wrong*.
39868
39869 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39870
39871         * ext/hermes/gsthermescolorspace.c:
39872           Fix another compile error. Same as below.
39873
39874 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39875
39876         * gst/colorspace/gstcolorspace.c:
39877         * gst/colorspace/yuv2yuv.c: (gst_colorspace_yuy2_to_i420),
39878         (gst_colorspace_i420_to_yv12):
39879           Fix compiling... Didn't test if it actually works.
39880
39881 2004-01-15  David Schleef  <ds@schleef.org>
39882
39883         * configure.ac:
39884         * gst/colorspace/Makefile.am:
39885         * gst/colorspace/gstcolorspace.c:
39886         * gst/colorspace/gstcolorspace.h:
39887         * gst/colorspace/yuv2rgb.c:
39888         * gst/colorspace/yuv2rgb.h:
39889         Duplicate the ext/hermes colorspace plugin, and remove Hermes
39890         code and GPL code.  Fix for new caps negotiation.  Rewrite
39891         much of the format handling code, and some of the conversion
39892         code.  Basically, rewrote almost everything.  This element
39893         handles I420, YV12 to RGB conversions.
39894         * ext/hermes/Makefile.am:
39895         * ext/hermes/gsthermescolorspace.c:
39896         Rename colorspace to hermescolorspace.  Fix negotiation issues.
39897         Remove non-Hermes related code.  This element handles lots of
39898         RGB to RGB conversions, but no YUV.
39899         * ext/hermes/gstcolorspace.c:
39900         * ext/hermes/gstcolorspace.h:
39901         * ext/hermes/rgb2yuv.c:
39902         * ext/hermes/yuv2rgb.c:
39903         * ext/hermes/yuv2rgb.h:
39904         * ext/hermes/yuv2rgb_mmx16.s:
39905         * ext/hermes/yuv2yuv.c:
39906         * ext/hermes/yuv2yuv.h:
39907         Remove old code.
39908
39909 2004-01-14  Colin Walters  <walters@verbum.org>
39910
39911         * ext/mad/gstid3tag.c (gst_id3_tag_chain): Don't nego caps if
39912         they've already been.
39913
39914 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39915
39916         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
39917           assume tag mode when pad is not connected
39918
39919 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39920
39921         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
39922           Don't update the time of the clock
39923         (gst_alsa_sink_loop):
39924           sync to the clock given to alsasink, not the own clock
39925         * sys/oss/gstosssink.c: (gst_osssink_chain):
39926           sync to the clock
39927         (gst_osssink_change_state):
39928           activate the clock
39929         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
39930         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
39931           remove bogus code that made DISCONT events unhandled
39932         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
39933           explicitly case to double in _set_simple. (fixes 2nd warning in bug
39934           #131502)
39935         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_read_object_header),
39936         (gst_asf_demux_handle_sink_event), (gst_asf_demux_audio_caps),
39937         (gst_asf_demux_add_audio_stream), (gst_asf_demux_video_caps):
39938           convert g_warning because of wrong asf data to GST_WARNINGs (fixes
39939           2nd warning in bug #131502)
39940
39941 2004-01-14  Julien MOUTTE  <julien@moutte.net>
39942
39943         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
39944         (gst_videobalance_colorbalance_set_value),
39945         (gst_videobalance_colorbalance_get_value): Fixing videobalance ranges
39946         for colorbalance interface implementation.
39947         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
39948         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
39949         (gst_ximagesink_dispose), (gst_ximagesink_init),
39950         (gst_ximagesink_class_init): Adding DISPLAY property.
39951         * sys/ximage/ximagesink.h: Adding display_name to store display.
39952         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
39953         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
39954         (gst_xvimagesink_dispose), (gst_xvimagesink_init),
39955         (gst_xvimagesink_class_init): Adding DISPLAY property and colorbalance
39956         properties (they still need polishing though for gst-launch use : no
39957         xcontext yet, i ll do that tomorrow).
39958         * sys/xvimage/xvimagesink.h: Adding display_name to store display.
39959
39960 2004-01-14  Julien MOUTTE  <julien@moutte.net>
39961
39962         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
39963         (gst_play_set_location), (gst_play_set_visualization): Preparing
39964         switch integration, adding videobalance in the pipeline.
39965
39966 2004-01-14  Julien MOUTTE <julien@moutte.net>
39967
39968         * gst-libs/gst/colorbalance/colorbalance.c:
39969         (gst_color_balance_class_init): Adding a default type.
39970         * gst-libs/gst/colorbalance/colorbalance.h: Adding a macro to access
39971         the type.
39972         * gst/videofilter/gstvideobalance.c: (gst_videobalance_get_type),
39973         (gst_videobalance_dispose), (gst_videobalance_class_init),
39974         (gst_videobalance_init), (gst_videobalance_interface_supported),
39975         (gst_videobalance_interface_init),
39976         (gst_videobalance_colorbalance_list_channels),
39977         (gst_videobalance_colorbalance_set_value),
39978         (gst_videobalance_colorbalance_get_value),
39979         (gst_videobalance_colorbalance_init): Implementing colorbalance
39980         interface.
39981         * gst/videofilter/gstvideobalance.h: Adding colorbalance channels
39982         list.
39983         * sys/ximage/ximagesink.c: (gst_ximagesink_set_xwindow_id): Fixing a
39984         bug which was triggering a BadAccess X error when setting an overlay
39985         before pad was really negotiated.
39986         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_colorbalance_init):
39987         Using the colorbalance type macro.
39988
39989 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39990
39991         * ext/flac/gstflacenc.c: (gst_flacenc_set_metadata),
39992         (gst_flacenc_chain):
39993           handle tags correctly
39994         * gst/tags/gstid3tag.c: (gst_tag_list_new_from_id3v1):
39995           extract ID3v1 tags correctly
39996
39997 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39998
39999         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find),
40000         (plugin_init):
40001           Improve matroska typefinding for odd-typed headers...
40002
40003 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40004
40005         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
40006           Fix for using incremental number on padnames.
40007
40008 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40009
40010         * ext/divx/gstdivxdec.c:
40011         * ext/divx/gstdivxenc.c:
40012           Set category to divx4linux instead of divx (too generic).
40013         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
40014         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
40015         (gst_wavparse_loop), (gst_wavparse_change_state):
40016         * gst/wavparse/gstwavparse.h:
40017           fix parsing of WAV files with non-standard fmt-tag size and fix
40018           skipping of unrecognized chunks... Someone please fix this thing
40019           to use rifflib so all this is automated.
40020         * sys/v4l/Makefile.am:
40021         * sys/v4l2/Makefile.am:
40022           Add X_CFLAGS because we depend on X (for overlay).
40023
40024 2004-01-14  Jan Schmidt  <thaytan@mad.scientist.com>
40025
40026         * ext/mpeg2dec/gstmpeg2dec.c:
40027           Don't issue a timestamp unless we tagged the frame
40028           with a PTS.
40029
40030 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40031
40032         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback):
40033           Query the audio element to get the time, not the clock. We're
40034           interested in the element's time here.
40035
40036 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40037
40038         * ext/aalib/gstaasink.c: (gst_aasink_chain):
40039         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
40040         * ext/esd/esdsink.c: (gst_esdsink_chain):
40041         * ext/libcaca/gstcacasink.c: (gst_cacasink_chain):
40042         * ext/mas/massink.c: (gst_massink_chain):
40043         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_chain):
40044         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_index),
40045         (gst_matroska_demux_parse_metadata):
40046         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop),
40047         (gst_mpeg_parse_release_locks):
40048         * gst/tcp/gsttcpsink.c: (gst_tcpsink_chain):
40049         * gst/udp/gstudpsink.c: (gst_udpsink_chain):
40050         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
40051         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
40052         (gst_osssink_change_state):
40053         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
40054         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
40055         * sys/xvideo/xvideosink.c: (gst_xvideosink_chain),
40056         (gst_xvideosink_release_locks):
40057         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
40058           use element time.
40059         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_start),
40060         (gst_alsa_clock_stop):
40061         * gst-libs/gst/audio/audioclock.c: (gst_audio_clock_set_active),
40062         (gst_audio_clock_get_internal_time):
40063           simplify for use with new clocking code.
40064         * testsuite/alsa/Makefile.am:
40065         * testsuite/alsa/sinesrc.c: (sinesrc_init), (sinesrc_force_caps):
40066           fix testsuite for new caps system
40067
40068 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40069
40070         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
40071         * ext/flac/gstflacenc.c: (add_one_tag):
40072           length is already host endian, no need to convert. Fixes playback of
40073           tagged files on PPC. (bug #128384)
40074
40075 2004-01-13  Julien MOUTTE <julien@moutte.net>
40076
40077         * gst-libs/gst/colorbalance/colorbalance.h: Adding a type to the
40078         colorbalance interface stating if it is hardware based or software
40079         based.
40080         * gst/videofilter/gstvideobalance.c: (gst_videobalance_planar411):
40081         Removing a trailing comma.
40082         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
40083         (gst_xvimagesink_colorbalance_init): Integrating a patch from Jon
40084         Trowbridge <trow@ximian.com> querying Xv adaptor for min/max value as
40085         the documentation seems to be wrong on the -1000 to 1000 interval.
40086
40087 2004-01-12  David Schleef  <ds@schleef.org>
40088
40089         * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
40090         (gst_efence_buffer_alloc), (gst_fenced_buffer_new),
40091         (gst_fenced_buffer_default_free), (gst_fenced_buffer_default_copy):
40092         Fix negotiation.  Add a bufferalloc function for the sink pad,
40093         and generally clean up some of the code.
40094
40095 2004-01-12  Julien MOUTTE <julien@moutte.net>
40096
40097         * gst-libs/gst/colorbalance/colorbalancechannel.c:
40098         (gst_color_balance_channel_dispose): Adding safety check in dispose
40099         method.
40100         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
40101         (gst_xvimagesink_xcontext_clear),
40102         (gst_xvimagesink_interface_supported),
40103         (gst_xvimagesink_colorbalance_list_channels),
40104         (gst_xvimagesink_colorbalance_set_value),
40105         (gst_xvimagesink_colorbalance_get_value),
40106         (gst_xvimagesink_colorbalance_init), (gst_xvimagesink_get_type):
40107         Adding colorbalance interface support to set XV parameters such as
40108         HUE, BRIGHTNESS, CONTRAST, SATURATION.
40109         * sys/xvimage/xvimagesink.h: Adding the channels list for colorbalance
40110         interface.
40111
40112 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
40113
40114         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_get_type),
40115         (gst_audio_convert_class_init), (gst_audioconvert_getcaps),
40116         (gst_audio_convert_init), (gst_audio_convert_set_property),
40117         (gst_audio_convert_get_property), (gst_audio_convert_chain),
40118         (gst_audio_convert_link),
40119         (gst_audio_convert_buffer_to_default_format),
40120         (gst_audio_convert_buffer_from_default_format), (plugin_init):
40121           - implement _getcaps and use it
40122           - improve linking
40123           - remove float caps since no float conversion is actually done
40124           - remove properties and arguments that were to be used for rate
40125             conversion
40126
40127 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
40128
40129         * gst-libs/gst/audio/audio.c: (_gst_audio_structure_set_list),
40130         (gst_audio_structure_set_int):
40131         * gst-libs/gst/audio/audio.h:
40132           add helper functions for _getcaps matching the standard audio
40133           templates
40134
40135 2004-01-12  David Schleef  <ds@schleef.org>
40136
40137         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
40138         Test that pad is negotiated before getting its caps.
40139
40140 2004-01-12  Julien MOUTTE <julien@moutte.net>
40141
40142         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element): When
40143         analyzing the pads of an element the bin is mostly in READY state so
40144         no caps were negotiated. This helper function needs to work with
40145         _get_caps directly then. I was not freeing them though, added that to
40146         fix the mem leak.
40147
40148 2004-01-12  Julien MOUTTE <julien@moutte.net>
40149
40150         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
40151         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Fixing the
40152         direct put buffers detection. I prefer checking GST_BUFFER_PRIVATE
40153         than the free_func.
40154
40155 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
40156
40157         * sys/oss/gstossaudio.c: (plugin_init):
40158         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
40159         * sys/oss/gstosselement.h:
40160           make an oss debugging category
40161           make failure more descriptive
40162
40163 2004-01-11  David Schleef  <ds@schleef.org>
40164
40165         * ext/ffmpeg/gstffmpeg.c:
40166         * ext/ffmpeg/gstffmpegcodecmap.c:
40167         * ext/ffmpeg/gstffmpegdec.c:
40168         * ext/ffmpeg/gstffmpegenc.c:
40169         * ext/ffmpeg/gstffmpegprotocol.c:
40170         * ext/gdk_pixbuf/gstgdkanimation.c:
40171         * ext/jpeg/gstjpeg.c:
40172         * ext/libpng/gstpng.c:
40173         * ext/mpeg2dec/perftest.c:
40174         * ext/speex/gstspeex.c:
40175         * gst-libs/gst/resample/dtos.c:
40176         * gst/intfloat/gstintfloatconvert.c:
40177         * gst/oneton/gstoneton.c:
40178         * gst/rtjpeg/RTjpeg.c:
40179         * gst/rtp/gstrtp.c:
40180         * sys/dxr3/dxr3init.c:
40181         * sys/glsink/gstgl_nvimage.c:
40182         * sys/glsink/gstgl_pdrimage.c:
40183         * sys/glsink/gstglsink.c:
40184         * testsuite/gst-lint:
40185         Make sure everybody wraps #include "config.h" in #ifdef HAVE_CONFIG_H
40186
40187 2004-01-11  David Schleef  <ds@schleef.org>
40188
40189         * ext/alsa/gstalsasrc.c: (gst_alsa_src_set_caps):
40190         * ext/faac/gstfaac.c: (gst_faac_sinkconnect):
40191         * ext/gdk_pixbuf/gstgdkanimation.c:
40192         (gst_gdk_animation_iter_create_pixbuf):
40193         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
40194         (gst_gdk_pixbuf_chain):
40195         * ext/gdk_pixbuf/gstgdkpixbuf.h:
40196         * ext/jack/gstjack.c: (gst_jack_change_state):
40197         * ext/xvid/gstxviddec.c: (gst_xviddec_sink_link):
40198         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element):
40199         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
40200         * gst/videofilter/gstvideofilter.c:
40201         (gst_videofilter_set_output_size):
40202         Remove all usage of gst_pad_get_caps(), and replace it with
40203         gst_pad_get_allowed_caps() or gst_pad_get_negotiated_cap().
40204
40205 2004-01-11  David Schleef  <ds@schleef.org>
40206
40207         * configure.ac:
40208         * ext/Makefile.am: Fixes to make ext/libcaca compile.
40209         * ext/divx/gstdivxdec.c:
40210         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
40211         (gst_gdk_pixbuf_init), (gst_gdk_pixbuf_chain): Make gdkpixbufdec
40212         handle images that span multiple buffers.  Now work with both
40213         filesrc ! gdkpixbufdec and qtdemux ! gdkpixbufdec.
40214         * ext/gdk_pixbuf/gstgdkpixbuf.h:
40215         * ext/libcaca/gstcacasink.h: Fixes needed due to recent
40216         video/video.h changes
40217         * ext/xvid/gstxvid.c: (gst_xvid_csp_to_caps): same
40218         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
40219         (gst_v4lmjpegsrc_buffer_free): Use buffer free function instead
40220         of GstData free function.
40221         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
40222         same.
40223
40224 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40225
40226         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_class_init),
40227         (gst_v4l2element_dispose), (gst_v4l2element_set_property),
40228         (gst_v4l2element_get_property):
40229         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults), (gst_v4l2_open):
40230           add norm, channel and frequency properties.
40231         * sys/v4l2/gstv4l2tuner.c:
40232           fixes for tuner interface changes
40233         * sys/v4l2/gstv4l2element.h:
40234         * sys/v4l2/gstv4l2src.c:
40235         * sys/v4l2/gstv4l2src.h:
40236         * sys/v4l2/v4l2src_calls.c:
40237         * sys/v4l2/v4l2src_calls.h:
40238           rework v4l2src to work with saa1734 cards and allow mmaped buffers.
40239
40240 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40241
40242         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init),
40243         (gst_tuner_find_norm_by_name), (gst_v4l2_find_channel_by_name),
40244         (gst_tuner_channel_changed), (gst_tuner_norm_changed),
40245         (gst_tuner_frequency_changed), (gst_tuner_signal_changed):
40246         * gst-libs/gst/tuner/tuner.h:
40247           GObjects aren't const.
40248           Add find_by_name functions.
40249           Add checks to _changed functions.
40250         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_get_channel),
40251         (gst_v4l_tuner_get_norm):
40252           Fixes for above.
40253
40254 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40255
40256         * gst-libs/gst/video/video.h:
40257           Fix caps template names to be understandable.
40258           Prefix everything with GST_VIDEO.
40259         * ext/aalib/gstaasink.c:
40260         * ext/divx/gstdivxdec.c:
40261         * ext/divx/gstdivxenc.c:
40262         * ext/gdk_pixbuf/gstgdkpixbuf.c:
40263         * ext/hermes/gstcolorspace.c: (gst_colorspace_base_init):
40264         * ext/jpeg/gstjpegdec.c: (raw_caps_factory):
40265         * ext/jpeg/gstjpegenc.c: (raw_caps_factory):
40266         * ext/libcaca/gstcacasink.c:
40267         * ext/libpng/gstpngenc.c: (raw_caps_factory):
40268         * ext/snapshot/gstsnapshot.c:
40269         * ext/swfdec/gstswfdec.c:
40270         * ext/xvid/gstxviddec.c:
40271         * ext/xvid/gstxvidenc.c:
40272         * gst/chart/gstchart.c:
40273         * gst/deinterlace/gstdeinterlace.c:
40274         * gst/effectv/gsteffectv.c:
40275         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
40276         * gst/goom/gstgoom.c:
40277         * gst/median/gstmedian.c:
40278         * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
40279         (gst_monoscope_srcconnect), (gst_monoscope_chain):
40280         * gst/overlay/gstoverlay.c:
40281         * gst/smooth/gstsmooth.c:
40282         * gst/smpte/gstsmpte.c:
40283         * gst/synaesthesia/gstsynaesthesia.c:
40284         * gst/videocrop/gstvideocrop.c:
40285         * gst/videodrop/gstvideodrop.c:
40286         * gst/y4m/gsty4mencode.c:
40287         * sys/qcam/gstqcamsrc.c:
40288         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
40289           Make them work with new video.h file.
40290         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
40291         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
40292         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
40293         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
40294           Make it work with new buffer allocation system.
40295
40296 2004-01-11  Julien MOUTTE  <julien@moutte.net>
40297
40298         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain): Fixing the
40299         pad_alloc_buffer implementation to use ->srcpad
40300         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain): Fixing the
40301         pad_alloc_buffer implementation to use ->srcpad
40302         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):  Fixing the
40303         pad_alloc_buffer implementation to use ->srcpad
40304         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
40305         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
40306         (gst_ximagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
40307         a reference to everything we need.
40308         * sys/ximage/ximagesink.h: adding a reference to the sink in the image.
40309         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
40310         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
40311         (gst_xvimagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
40312         a reference to everything we need.
40313         * sys/xvimage/xvimagesink.h: adding a reference to the sink in the image
40314
40315 2004-01-11  David Schleef  <ds@schleef.org>
40316
40317         * ext/divx/gstdivxenc.c: remove bogus gst_caps_is_fixed() test
40318         * gst/debug/efence.c: (gst_efence_chain), (gst_fenced_buffer_new),
40319         (gst_fenced_buffer_default_copy): Fix for rename of buffer private
40320         structure members.
40321         * gst/effectv/gstwarp.c: (gst_warptv_setup): Don't reset the time
40322         value during a resize/renegotiation.
40323         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain): use
40324         gst_pad_alloc_buffer();
40325         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
40326         (gst_v4lmjpegsrc_buffer_free): Fix for rename of buffer private
40327         structure members.
40328         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
40329         Fix for rename of buffer private structure members.
40330         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
40331         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
40332         Fix for rename of buffer private structure members.
40333         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
40334         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
40335         Fix for rename of buffer private structure members.
40336
40337 2004-01-11  Arwed v. Merkatz <v.merkatz@gmx.net>
40338
40339         reviewed by: David Schleef <ds@schleef.org>
40340
40341         * gst/videofilter/Makefile.am:
40342         * gst/videofilter/gstgamma.c: Gamma correction filter.  Modified
40343         from the patch by ds to fit in with recent make_filter changes.
40344
40345 2004-01-11  Julien MOUTTE  <julien@moutte.net>
40346
40347         * configure.ac: Adding examples/switch/Makefile
40348         * examples/Makefile.am: Adding examples/switch
40349         * examples/switch/Makefile.am: Adding switcher example.
40350         * examples/switch/switcher.c: (got_eos), (idle_iterate),
40351         (switch_timer), (main): Adding an example demonstrating switch usage
40352         with 2 videotestsrc showing different patterns.
40353         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
40354         (gst_switch_init): Fixing switch with the new caps system.
40355
40356 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40357
40358         * gst-libs/gst/video/video.h:
40359           Fix 32bit caps. Issue remaining: The macro names are chosen poorly.
40360           They should probably be like
40361           GST_VIDEO_PAD_TEMPLATE_CAPS_{RGB,BGR,RGBx,BGRx}.
40362
40363 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40364
40365         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
40366         (qtdemux_parse_trak):
40367           fix audio chunk size/timestamp calculation
40368
40369 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40370
40371         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
40372           fix SVQ3 caps
40373
40374 2004-01-11  Steve Baker  <steve@stevebaker.org>
40375
40376         * gst/effectv/gstaging.c: (gst_agingtv_get_type),
40377         (gst_agingtv_base_init), (gst_agingtv_class_init),
40378         (gst_agingtv_init), (gst_agingtv_setup), (gst_agingtv_rgb32),
40379         (gst_agingtv_set_property), (gst_agingtv_get_property):
40380         Port agingTV to videofilter
40381
40382 2004-01-09  Julien MOUTTE <julien@moutte.net>
40383
40384         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain):
40385         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
40386
40387 2004-01-09  Julien MOUTTE <julien@moutte.net>
40388
40389         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain):
40390         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
40391         * gst-libs/gst/xoverlay/xoverlay.c:
40392         (gst_x_overlay_got_desired_size): Updating doc for the xid being 0.
40393         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
40394         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
40395         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
40396         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
40397         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
40398         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
40399         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init): Implementing
40400         the bufferalloc_function to replace bufferpools, fixing the XOverlay
40401         interface implementation to handle xid being 0 and fix some bugs
40402         triggered by Benjamin's testcase.
40403         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
40404         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
40405         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init): Implementing
40406         the bufferalloc_function to replace bufferpools, fixing the XOverlay
40407         interface implementation to handle xid being 0 and fix some bugs
40408         triggered by Benjamin's testcase.
40409
40410 2004-01-09  David Schleef  <ds@schleef.org>
40411
40412         * ext/librfb/gstrfbsrc.c:  Hacking.  Added actual decoding and
40413         mouse pointer events.  It works.
40414
40415 2004-01-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40416
40417         * ext/divx/gstdivxenc.c: (gst_divxenc_init):
40418           Use explicit caps - fix capsnego.
40419         * ext/xvid/gstxviddec.c:
40420         * ext/xvid/gstxvidenc.c:
40421           Remove macro-inside-macro which caused compile errors.
40422         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_header):
40423           Error out if it's not a RIFF file. Else we error out without
40424           gst_element_error() which is not good...
40425
40426 2004-01-08  David Schleef  <ds@schleef.org>
40427
40428         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
40429         Fix pad_link function to handle formats that ffmpeg returns
40430         as multiple caps structures.
40431         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain):
40432         Only complain if source buffer is _smaller_ than expected.
40433         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
40434         (gst_videoscale_handle_src_event): Resize navigation events
40435         when passing them upstream.
40436         * gst/videotestsrc/gstvideotestsrc.c:
40437         * gst/videotestsrc/gstvideotestsrc.h:
40438         * gst/videotestsrc/videotestsrc.c:
40439         * gst/videotestsrc/videotestsrc.h:
40440         Rewrite many of the buffer painting functions to handle odd
40441         sizes (for many formats, size%4!=0 or size%8!=0).  Most have
40442         been verified to work with my video card.
40443         * testsuite/gst-lint:  Add check for elements calling
40444         gst_pad_get_caps() instead of gst_pad_get_allowed_caps().
40445
40446 2004-01-08  David Schleef  <ds@schleef.org>
40447
40448         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
40449         (gst_videodrop_link), (gst_videodrop_init): Fix negotiation.
40450
40451 2004-01-08  Julien MOUTTE  <julien@moutte.net>
40452
40453         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents): A
40454         configure event is not emiting the desired size signal. That fixes
40455         aspect ratio issues with gst-player.
40456
40457 2004-01-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40458
40459         * gst/median/gstmedian.c: (gst_median_link), (gst_median_init):
40460           Fix capsnego.
40461
40462 2004-01-08  Julien MOUTTE  <julien@moutte.net>
40463
40464         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_create): Using XOverlay
40465         public method to fire size signal.
40466
40467 2004-01-07  Julien MOUTTE  <julien@moutte.net>
40468
40469         * examples/gstplay/Makefile.am: Adding the interface library.
40470         * gst-libs/gst/play/Makefile.am: Adding the interface library.
40471         * gst-libs/gst/play/gstplay.c: (gst_play_set_video_sink): Connecting to         the XOverlay size signal instead of GstVideoSink.
40472         * gst-libs/gst/play/gstplay.h: Including the XOverlay interface to check
40473         GST_IS_X_OVERLAY before signal connect.
40474         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_class_init):
40475         Removing the have_video_size signal.
40476         * gst-libs/gst/video/gstvideosink.h: Removing the have_video_size signal
40477         and associated public method.
40478         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
40479         (gst_ximagesink_sinkconnect): Using XOverlay public method to fire size
40480         signal.
40481         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
40482         (gst_xvideosink_xwindow_new): Using XOverlay public method to fire size
40483         signal.
40484         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sinkconnect):
40485         Using XOverlay public method to fire size signal.
40486
40487 2004-01-07  David Schleef  <ds@schleef.org>
40488
40489         * gst/videofilter/Makefile.am:
40490         * gst/videofilter/gstvideotemplate.c:
40491         * gst/videofilter/make_filter:
40492         Create gstvideoexample.c in a srcdir!=builddir friendly way.
40493         Convert make_filter to /bin/sh script.
40494
40495 2004-01-07  Thomas Vander Stichele  <thomas at apestaart dot org>
40496
40497         * gst/modplug/gstmodplug.cc: fix element description
40498
40499 2004-01-07  Julien MOUTTE  <julien@moutte.net>
40500
40501         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
40502         (got_video_size): Adding some new lines in g_print calls.
40503         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
40504         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_xwindow_resize),
40505         (gst_ximagesink_handle_xevents), (gst_ximagesink_fixate),
40506         (gst_ximagesink_sinkconnect), (gst_ximagesink_change_state),
40507         (gst_ximagesink_chain), (gst_ximagesink_buffer_new),
40508         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size):
40509         Complete code review, reverting some stuff i disagree with, adding
40510         some fixes : time synchronization on invalid timestamps, renegotiation
40511         of private window.
40512         * sys/ximage/ximagesink.h:
40513         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_destroy),
40514         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_handle_xevents),
40515         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
40516         (gst_xvimagesink_fixate), (gst_xvimagesink_sinkconnect),
40517         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
40518         (gst_xvimagesink_buffer_new),
40519         (gst_xvimagesink_navigation_send_event),
40520         (gst_xvimagesink_set_xwindow_id),
40521         (gst_xvimagesink_get_desired_size),
40522         (gst_xvimagesink_xoverlay_init): Complete code review, reverting some
40523         stuff i disagree with, adding some fixes : Renegotiation of private
40524         window, implementing get_desired_size.
40525
40526 2004-01-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40527
40528         * ext/audiofile/gstafsink.c: (gst_afsink_init), (gst_afsink_chain),
40529         (gst_afsink_handle_event):
40530         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
40531         * gst/avi/gstavimux.c: (gst_avimux_request_new_pad):
40532         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_init):
40533         * sys/dxr3/dxr3spusink.c: (dxr3spusink_init):
40534         * sys/dxr3/dxr3videosink.c: (dxr3videosink_init):
40535           Fix for instantiate-test (see core). Also remove dead code from
40536           jpegenc (which still needs fixing, but that's lower on my TODO
40537           list...).
40538         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
40539           Never return NULL as caps.
40540
40541 2004-01-07  David Schleef  <ds@schleef.org>
40542
40543         * configure.ac:
40544         * ext/Makefile.am:
40545         * ext/librfb/Makefile.am:
40546         * ext/librfb/gstrfbsrc.c:
40547         New source plugin based on librfb-0.1.  RFB (remote framebuffer)
40548         is the protocol used by VNC.
40549
40550 2004-01-07  David Schleef  <ds@schleef.org>
40551
40552         * gst/videofilter/gstvideotemplate.c:
40553         * gst/videofilter/gstvideotemplate.h:
40554         * gst/videofilter/make_filter:
40555         Merge videotemplate header into source file.
40556         * gst/effectv/Makefile.am:
40557         * gst/effectv/gsteffectv.c: (plugin_init):
40558         * gst/effectv/gstwarp.c:
40559         Make warpTV a subclass of videofilter.
40560
40561 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40562
40563         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
40564           Add guard against invalid utf-8 conversions in mad. Just in case.
40565
40566 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40567
40568         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
40569           Fix for bug shown by poisoning
40570
40571 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40572
40573         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
40574         (gst_v4lmjpegsrc_buffer_free):
40575         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
40576         (gst_v4lsrc_srcconnect), (gst_v4lsrc_getcaps), (gst_v4lsrc_get),
40577         (gst_v4lsrc_buffer_free):
40578           Fix for removed bufferpools.
40579
40580 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
40581
40582         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
40583         Fix caps negotiation.
40584
40585         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
40586         (dvdnavsrc_update_buttoninfo), (dvdnavsrc_get),
40587         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
40588         (dvdnavsrc_event):
40589         * ext/mpeg2dec/gstmpeg2dec.c:
40590         * gst-libs/gst/navigation/navigation.c:
40591         (gst_navigation_send_key_event), (gst_navigation_send_mouse_event):
40592         * gst-libs/gst/navigation/navigation.h:
40593         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_handle_src_event):
40594         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
40595         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
40596         Super-simple first version of mouse and keyboard events. Clicking
40597         on a DVD menu now works, although it may not take you where you
40598         expected.
40599
40600         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
40601         * gst/videotestsrc/gstvideotestsrc.c:
40602         (gst_videotestsrc_src_fixate):
40603         These fixate functions were broken - they never actually
40604         fixated :)
40605
40606 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40607
40608         * ext/shout/gstshout.c: (gst_icecastsend_base_init),
40609         (gst_icecastsend_init):
40610           fix for new caps system.
40611         * gst-libs/gst/mixer/mixertrack.h:
40612         * sys/oss/gstossmixer.c: (gst_ossmixer_build_list):
40613           Add 'master track' flag (for tools like ACME that only want to
40614           change the main volume).
40615
40616 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
40617
40618         * ext/xvid/gstxvid.c: (gst_xvid_structure_to_csp),
40619         (gst_xvid_csp_to_caps):
40620         * ext/xvid/gstxviddec.c: (gst_xviddec_src_getcaps):
40621         * ext/xvid/gstxvidenc.c:
40622         ifdef out ARGB type when it isn't available
40623         in xvidcore 1.0.0beta2
40624
40625 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40626
40627         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
40628           When we have received a new SCR right in the first buffer after
40629           a seek (so in the same cycle that handles the discont), we should
40630           handle the buffer instead of unreffing it, else we lose data.
40631
40632 2004-01-06  Iain <iain@prettypeople.org>
40633
40634         * gst/intfloat/gstint2float.c (gst_int2float_link): Set the
40635           buffer-frames caps too.
40636
40637         * gst/oneton/gstoneton.c (gst_oneton_sink_connect): Only create the new
40638           caps that we need, don't destroy them all and rebuild them. And when
40639           creating src pads, use the src pad template rather than the sink...
40640
40641 2004-01-05  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40642
40643         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
40644           Add pad to element *after* setting functions such as event handler.
40645           Without this, the scheduler (opt) will link pads, set the event
40646           handler from the default event function (dispatcher in gstpad.c)
40647           and *after* that, we will set our own event function, which will
40648           thus never be used (and thus mpegdemux doesn't handle events).
40649
40650 2004-01-04  David Schleef  <ds@schleef.org>
40651
40652         Fix the fixate functions to handle new prototype:
40653         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
40654         * gst/videotestsrc/gstvideotestsrc.c:
40655         (gst_videotestsrc_src_fixate):
40656         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
40657         * sys/ximage/ximagesink.c: (gst_ximagesink_fixate):
40658         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
40659
40660 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40661
40662         * sys/ximage/ximagesink.h:
40663         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
40664         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_sinkconnect),
40665         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
40666         (gst_ximagesink_xoverlay_init):
40667           assorted fixes to make (re)embedding work
40668         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect),
40669         (gst_ximagesink_get_desired_size):
40670           implement desired size additions to XOverlay
40671
40672 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40673
40674         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init),
40675         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_get_desired_size),
40676         (gst_x_overlay_got_desired_size):
40677         * gst-libs/gst/xoverlay/xoverlay.h:
40678           Add optional "desired size" signal and querying.
40679
40680 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40681
40682         * gst/matroska/matroska-demux.c:
40683         (gst_matroska_demux_parse_blockgroup):
40684           Fix EBML-laced block parsing. Diffs are relative to previous
40685           lace, not the first lace. Thanks to Mosu from the Matroska
40686           team for detecting this.
40687         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
40688         (gst_wavparse_parse_fmt), (gst_wavparse_getcaps),
40689         (gst_wavparse_handle_sink_event), (gst_wavparse_loop),
40690         (gst_wavparse_change_state):
40691         * gst/wavparse/gstwavparse.h:
40692           Quickfix for capsnego.
40693
40694 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40695
40696         * gst/wavenc/gstwavenc.c: (set_property), (gst_wavenc_init):
40697           Fix indenting, fix pad creation.
40698
40699 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40700
40701         * ext/xvid/gstxviddec.c: (gst_xviddec_init),
40702         (gst_xviddec_src_getcaps), (gst_xviddec_src_link),
40703         (gst_xviddec_sink_link):
40704           Implement src_getcaps() so proper size caps is negotiated.
40705
40706 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40707
40708         * ext/flac/gstflacdec.c: (gst_flacdec_loop):
40709           Finish flac decoder on EOS. See #116178.
40710
40711 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40712
40713         * gst/matroska/matroska-demux.c: (gst_matroska_demux_src_getcaps),
40714         (gst_matroska_demux_add_stream):
40715         * gst/matroska/matroska-ids.h:
40716           Add getcaps() function to fix capsnego...
40717
40718 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40719
40720         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
40721         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
40722         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
40723           Fix more integer overflows. Again, see #126967.
40724
40725 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40726
40727         * ext/mpeg2dec/gstmpeg2dec.c:
40728           Add support for mpeg2dec-0.4.0 (released two weeks ago). See
40729           #130416.
40730
40731 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40732
40733         * configure.ac:
40734         * ext/xvid/gstxvid.c: (gst_xvid_init), (gst_xvid_error),
40735         (gst_xvid_structure_to_csp), (gst_xvid_csp_to_caps):
40736         * ext/xvid/gstxvid.h:
40737         * ext/xvid/gstxviddec.c: (gst_xviddec_class_init),
40738         (gst_xviddec_init), (gst_xviddec_setup), (gst_xviddec_chain),
40739         (gst_xviddec_src_link), (gst_xviddec_sink_link),
40740         (gst_xviddec_change_state):
40741         * ext/xvid/gstxviddec.h:
40742         * ext/xvid/gstxvidenc.c: (gst_xvidenc_profile_get_type),
40743         (gst_xvidenc_base_init), (gst_xvidenc_class_init),
40744         (gst_xvidenc_init), (gst_xvidenc_setup), (gst_xvidenc_chain),
40745         (gst_xvidenc_link), (gst_xvidenc_set_property),
40746         (gst_xvidenc_get_property), (gst_xvidenc_change_state):
40747         * ext/xvid/gstxvidenc.h:
40748           Update xvid plugin to latest xvid (1.0.0-beta3) API.
40749
40750 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40751
40752         * gst/rtp/rtp-packet.c:
40753           Add sys/types.h include, since OS X doesn't define in_addr_t
40754           in netinet/in.h, like it does on Linux (see #129600).
40755
40756 2004-01-03  Thomas Canty <tommydal@optushome.com.au>
40757
40758         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
40759
40760         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_dispose):
40761           Correct logic of dispose function (see #129306).
40762
40763 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40764
40765         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_pes):
40766         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
40767         (gst_mpeg_parse_init):
40768         * gst/mpegstream/gstmpegparse.h:
40769           Remove clock (which was never provided, i.e. dead code), and
40770           also fix integer overflows at high PTS values (see #126967).
40771
40772 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40773
40774         * ext/flac/gstflacdec.c:
40775         * ext/libpng/gstpngenc.h:
40776         * ext/mikmod/gstmikmod.h:
40777           OS X fixes (see #126628).
40778
40779 2004-01-02  David Schleef  <ds@schleef.org>
40780
40781         * ext/alsa/gstalsasrc.c: (gst_alsa_src_pad_factory),
40782         (gst_alsa_src_base_init): Remove bogus "src" request pad.
40783         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_base_init),
40784         (gst_mpeg_parse_class_init): Move pad template registration
40785         to class_init, since the derived class (mpegdemux) doesn't
40786         want them.
40787
40788 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40789
40790         * sys/ximage/Makefile.am:
40791         * sys/xvideo/Makefile.am:
40792         * sys/xvimage/Makefile.am:
40793           Move interface libs from LDFLAGS to LIBADD, fix relocation errors
40794           after installation (see #127664).
40795
40796 2004-01-02  David Schleef  <ds@schleef.org>
40797
40798         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_init),
40799         (gst_ffmpegenc_connect):  Negotiation fixes.
40800         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_negotiate_format):
40801         Remove inappropriate gst_caps_free().
40802         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
40803         Reenable Ronald's internal resize code, since the core handles
40804         it correctly now.
40805
40806 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40807
40808         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
40809         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
40810         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init), (gst_v4lsrc_init):
40811           Fix pad template stuff.
40812
40813 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40814
40815         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
40816         * gst/matroska/ebml-write.c: (gst_ebml_write_sint):
40817           fix signed integer reading/writing.
40818
40819 2004-01-02  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40820
40821         * ext/alsa/README:
40822           Remove outdated document
40823
40824 2004-01-03  Jan Schmidt  <thaytan@mad.scientist.com>
40825
40826         * gst/cutter/gstcutter.c: (gst_cutter_init):
40827           src pad was being created twice - oops.
40828
40829 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40830
40831         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
40832           Comment out internal resize. It doesn't handle the resulting
40833           XEvent internally, does another try_set_caps() which leads to
40834           a really nice loop.
40835           Real fix will come when Julien and Dave are awake. ;).
40836
40837 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40838
40839         * ext/mpeg2enc/gstmpeg2enc.cc:
40840           fix const/nonconst compile issue.
40841
40842 2004-01-02  David Schleef  <ds@schleef.org>
40843
40844         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate),
40845         (gst_xvimagesink_sinkconnect), (gst_xvimagesink_init):
40846         Add fixate function and a check for bad formats.
40847
40848 2004-01-01  David Schleef  <ds@schleef.org>
40849
40850         Negotiation fixes:
40851         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
40852         (gst_audiofilter_init):
40853         * gst/debug/efence.c: (gst_efence_init):
40854         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
40855         (gst_deinterlace_init):
40856         * gst/volume/gstvolume.c: (volume_connect):
40857
40858 2004-01-01  David Schleef  <ds@schleef.org>
40859
40860         Convert elements to use gst_pad_use_explicit_caps() where
40861         appropriate:
40862         * ext/a52dec/gsta52dec.c: (gst_a52dec_init), (gst_a52dec_reneg):
40863         * ext/audiofile/gstafparse.c: (gst_afparse_init),
40864         (gst_afparse_open_file):
40865         * ext/audiofile/gstafsrc.c: (gst_afsrc_init),
40866         (gst_afsrc_open_file):
40867         * ext/esd/esdmon.c: (gst_esdmon_init), (gst_esdmon_get):
40868         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_init),
40869         (gst_ffmpegdec_chain):
40870         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
40871         * ext/flac/gstflacdec.c: (gst_flacdec_init), (gst_flacdec_write):
40872         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init),
40873         (gst_gdk_pixbuf_chain):
40874         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init), (gst_jpegdec_link),
40875         (gst_jpegdec_chain):
40876         * ext/mad/gstmad.c: (gst_mad_init), (gst_mad_chain):
40877         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
40878         (gst_mikmod_negotiate):
40879         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
40880         (gst_mpeg2dec_negotiate_format):
40881         * ext/mpeg2enc/gstmpeg2enc.cc:
40882         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
40883         * ext/speex/gstspeexdec.c: (gst_speexdec_init),
40884         (gst_speexdec_sinkconnect):
40885         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop), (gst_swfdec_init):
40886         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_init),
40887         (gst_vorbisfile_new_link):
40888         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_init),
40889         (gst_ac3parse_chain):
40890         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_add_audio_stream),
40891         (gst_asf_demux_setup_pad):
40892         * gst/auparse/gstauparse.c: (gst_auparse_init),
40893         (gst_auparse_chain):
40894         * gst/id3/gstid3types.c: (gst_id3types_loop):
40895         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
40896         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
40897         (mp1videoparse_parse_seq):
40898         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_init),
40899         (bpf_from_header):
40900         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
40901         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_lpcm_set_caps):
40902         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
40903         (gst_mpeg_parse_send_data):
40904         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
40905         (gst_qtdemux_add_stream):
40906         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
40907         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
40908         (gst_wavparse_parse_fmt):
40909
40910 2004-01-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40911
40912         * configure.ac:
40913           Fix configure check for mpeg2enc. We need 1.6.1.93 instead of
40914           1.6.1.92, since the pkg-config file of 1.6.1.92 is borked and
40915           it therefore uses the wrong include paths. Too bad... Note
40916           that 1.6.1.93 is not release yet. ;).
40917           Also add a check for mplex, which is now using the lib'ified
40918           mplex from mjpegtools, too.
40919         * ext/ffmpeg/gstffmpegcodecmap.c:
40920           Add codec_tag for 3ivx/xvid. For xvid, this should fix playback
40921           issues. I don't think ffmpeg handles 3ivx correctly, so this
40922           probably won't work. But it won't hurt either.
40923         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_connect),
40924         (gst_ffmpegdec_chain):
40925         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect),
40926         (gst_ffmpegenc_chain_audio):
40927           Fix memleak in audio encoding. Close codec if open fails, this
40928           calls the cleanup routines so we can re-use the context.
40929         * ext/mpeg2enc/gstmpeg2enc.cc:
40930           Fix pad template names/types, fix memory issue with getcaps().
40931         * ext/mpeg2enc/gstmpeg2encoder.cc:
40932         * ext/mpeg2enc/gstmpeg2encoder.hh:
40933           Fix compile issue with new caps system (const thingy).
40934         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
40935         * ext/mpeg2enc/gstmpeg2encpicturereader.hh:
40936           We read a first frame right on initing, so that we have a caps
40937           when we init the output. This caps is cached in padprivate and
40938           read as first frame.
40939         * ext/mplex/Makefile.am:
40940         * ext/mplex/gstmplex.cc:
40941         * ext/mplex/gstmplex.h:
40942         * ext/mplex/gstmplex.hh:
40943         * ext/mplex/gstmplexibitstream.cc:
40944         * ext/mplex/gstmplexibitstream.hh:
40945         * ext/mplex/gstmplexjob.cc:
40946         * ext/mplex/gstmplexjob.hh:
40947         * ext/mplex/gstmplexoutputstream.cc:
40948         * ext/mplex/gstmplexoutputstream.hh:
40949           We wrap mjpegtools mplex. So I rewrote the plugin. The old plugin
40950           had issues, didn't do capsnego, supported only a subset of the
40951           mplex features and required a mplex fork in our local CVS. Plus
40952           that it worked agaist a very old mplex version. Rewriting was
40953           faster than updating it.
40954         * gst-libs/ext/Makefile.am:
40955         * gst-libs/ext/mplex/INSTRUCT:
40956         * gst-libs/ext/mplex/Makefile.am:
40957         * gst-libs/ext/mplex/README:
40958         * gst-libs/ext/mplex/TODO:
40959         * gst-libs/ext/mplex/ac3strm_in.cc:
40960         * gst-libs/ext/mplex/audiostrm.hh:
40961         * gst-libs/ext/mplex/audiostrm_out.cc:
40962         * gst-libs/ext/mplex/aunit.hh:
40963         * gst-libs/ext/mplex/bits.cc:
40964         * gst-libs/ext/mplex/bits.hh:
40965         * gst-libs/ext/mplex/buffer.cc:
40966         * gst-libs/ext/mplex/buffer.hh:
40967         * gst-libs/ext/mplex/fastintfns.h:
40968         * gst-libs/ext/mplex/format_codes.h:
40969         * gst-libs/ext/mplex/inputstrm.cc:
40970         * gst-libs/ext/mplex/inputstrm.hh:
40971         * gst-libs/ext/mplex/lpcmstrm_in.cc:
40972         * gst-libs/ext/mplex/mjpeg_logging.cc:
40973         * gst-libs/ext/mplex/mjpeg_logging.h:
40974         * gst-libs/ext/mplex/mjpeg_types.h:
40975         * gst-libs/ext/mplex/mpastrm_in.cc:
40976         * gst-libs/ext/mplex/mpegconsts.cc:
40977         * gst-libs/ext/mplex/mpegconsts.h:
40978         * gst-libs/ext/mplex/mplexconsts.hh:
40979         * gst-libs/ext/mplex/multplex.cc:
40980         * gst-libs/ext/mplex/outputstream.hh:
40981         * gst-libs/ext/mplex/padstrm.cc:
40982         * gst-libs/ext/mplex/padstrm.hh:
40983         * gst-libs/ext/mplex/stillsstream.cc:
40984         * gst-libs/ext/mplex/stillsstream.hh:
40985         * gst-libs/ext/mplex/systems.cc:
40986         * gst-libs/ext/mplex/systems.hh:
40987         * gst-libs/ext/mplex/vector.cc:
40988         * gst-libs/ext/mplex/vector.hh:
40989         * gst-libs/ext/mplex/videostrm.hh:
40990         * gst-libs/ext/mplex/videostrm_in.cc:
40991         * gst-libs/ext/mplex/videostrm_out.cc:
40992         * gst-libs/ext/mplex/yuv4mpeg.cc:
40993         * gst-libs/ext/mplex/yuv4mpeg.h:
40994         * gst-libs/ext/mplex/yuv4mpeg_intern.h:
40995         * gst-libs/ext/mplex/yuv4mpeg_ratio.cc:
40996           We don't fork mjpegtools' mplex in our CVS anymore.
40997         * gst/avi/gstavidemux.c: (gst_avi_demux_src_getcaps),
40998         (gst_avi_demux_add_stream):
40999         * gst/avi/gstavidemux.h:
41000           Add getcaps() function for proper caps nego. This makes some
41001           parts of AVI playback/reading work.
41002         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
41003           Resize window on new capsnego. This is probably wrong, but
41004           I'm still committing it because with current capsnego, the
41005           first successfull capsnego is auto-fixated, therefore rounded
41006           down to the lowest values in the caps. this results in a 16x16
41007           XWindow that is not reized when real capsnego finishes.
41008           Dave, I see more cases of this, do you know a proper solution?
41009         * tools/gst-launch-ext.in:
41010           Fix MPEG-4 AAC (Apple iPod/iTunes) file commandline.
41011
41012 2003-12-31  David Schleef  <ds@schleef.org>
41013
41014         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get):
41015         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):
41016           Change gst_pad_proxy_link() to gst_pad_try_set_caps()
41017
41018 2003-12-30  David Schleef  <ds@schleef.org>
41019
41020         * ext/ffmpeg/gstffmpegcolorspace.c:
41021         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
41022         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_init),
41023         (gst_ffmpegcsp_chain): Negotiation fixes
41024         * ext/mad/gstmad.c: (gst_mad_chain): Negotiation fixes
41025         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
41026         (gst_audio_convert_link), (gst_audio_convert_channels):
41027         * gst/audioscale/gstaudioscale.c: (gst_audioscale_getcaps),
41028         (gst_audioscale_link), (gst_audioscale_get_buffer),
41029         (gst_audioscale_chain): Negotiation fixes
41030         * gst/audioscale/gstaudioscale.h:
41031         * gst/videofilter/gstvideofilter.c:
41032         (gst_videofilter_format_get_structure), (gst_videofilter_getcaps),
41033         (gst_videofilter_link), (gst_videofilter_init),
41034         (gst_videofilter_set_output_size), (gst_videofilter_setup),
41035         (gst_videofilter_find_format_by_structure):
41036         * gst/videofilter/gstvideofilter.h: Negotiation fixes
41037         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
41038         (gst_videoscale_link):
41039         * gst/videoscale/videoscale.c: (videoscale_get_structure),
41040         (videoscale_find_by_structure), (gst_videoscale_setup):
41041         * gst/videoscale/videoscale.h: Negotiation fixes
41042         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
41043         (gst_ximagesink_fixate), (gst_ximagesink_init): Add a fixate
41044         function, restrict resizing to a multiple of 4 (hack until
41045         everyone supports odd sizes correctly).
41046
41047 2003-12-29  Colin Walters  <walters@verbum.org>
41048
41049         * ext/esd/esdsink.c (gst_esdsink_link): Fix typo; get depth instead of
41050         signed.
41051
41052 2003-12-30  Jan Schmidt <thaytan@mad.scientist.com>
41053
41054         * ext/sndfile/gstsf.c: (gst_sf_loop):
41055           Fix warning about discarding const qualifier
41056
41057 2003-12-27  Jeremy Simon   <jesimon@libertysurf.fr>
41058
41059         * gst/cutter/gstcutter.c:
41060         * gst/videoscale/gstvideoscale.c:
41061         * gst/volenv/gstvolenv.c:
41062         * gst-libs/gst/audio/audio.c:
41063         * gst-libs/gst/video/video.c:
41064           Fix warnings
41065
41066 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41067
41068         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
41069           Don't send ALSA debugging to stderr.
41070         * ext/alsa/gstalsa.h:
41071           Use GST_WARNING instead of g_warning when ALSA functions fail.
41072
41073 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41074
41075         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
41076           Free XVAdapterInfo correctly.
41077
41078 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41079
41080         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
41081         (gst_id3_tag_do_caps_nego), (gst_id3_tag_src_link):
41082           Make id3tag use correct caps nego.
41083
41084 2003-12-27  Amaury Jacquot <sxpert@esitcom.org>
41085
41086         * ext/ivorbis/vorbis.c:
41087         * ext/ivorbis/vorbisenc.h:
41088         * ext/ivorbis/vorbisfile.c:
41089           Modify so that it uses the new caps things
41090
41091 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41092
41093         * testsuite/spider/spider1.c: (main):
41094         * testsuite/spider/spider2.c: (main):
41095         * testsuite/spider/spider3.c: (main):
41096           Make tests compile again. They probably don't work.
41097
41098 2003-12-24  Colin Walters  <walters@verbum.org>
41099
41100         * sys/oss/gstosssink.c (gst_osssink_sink_fixate): Return NULL if
41101         we can't fixate the caps anymore.
41102
41103 2003-12-23  David Schleef  <ds@schleef.org>
41104
41105         * gst/volume/gstvolume.c: (volume_init): Proxy getcaps.
41106         * sys/oss/gstosssink.c: (gst_osssink_init),
41107         (gst_osssink_sink_fixate): Add fixate function.
41108
41109 2003-12-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41110
41111         * ext/ffmpeg/gstffmpegcodecmap.c:
41112         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_getcaps),
41113         (gst_ffmpegcsp_srcconnect_func), (gst_ffmpegcsp_sinkconnect),
41114         (gst_ffmpegcsp_srcconnect), (gst_ffmpegcsp_get_type),
41115         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
41116         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
41117         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
41118         (gst_ffmpegcsp_get_property), (gst_ffmpegcsp_register):
41119           fix typo in RGB masks, and move back to "old" colorspace
41120           capsnego code until whoever wrote this new crap has actually
41121           tested it so that it works.
41122           And yes, this works, keep it that way please.
41123
41124 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41125
41126         * ext/divx/gstdivxdec.c: (gst_divxdec_base_init),
41127         (gst_divxdec_init), (gst_divxdec_negotiate):
41128         * ext/divx/gstdivxdec.h:
41129         * ext/divx/gstdivxenc.c: (gst_divxenc_base_init),
41130         (gst_divxenc_init):
41131         * ext/faac/gstfaac.c: (gst_faac_base_init), (gst_faac_init),
41132         (gst_faac_sinkconnect), (gst_faac_srcconnect):
41133         * ext/mpeg2enc/gstmpeg2enc.cc:
41134         * ext/mpeg2enc/gstmpeg2encoder.cc:
41135         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
41136         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_base_init),
41137         (dxr3audiosink_init), (dxr3audiosink_pcm_sinklink):
41138         * sys/dxr3/dxr3spusink.c: (dxr3spusink_base_init),
41139         (dxr3spusink_init):
41140         * sys/dxr3/dxr3videosink.c: (dxr3videosink_base_init),
41141         (dxr3videosink_init):
41142           Fix caps breakage after Dave's caps branch merge.
41143
41144 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41145
41146         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
41147           Fix for 24bpp display.
41148
41149 2003-12-23  Colin Walters  <walters@verbum.org>
41150
41151         * ext/gnomevfs/gstgnomevfssink.c: Add ARG_HANDLE property that takes
41152         a GnomeVFSHandle directly.
41153
41154 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41155
41156         * gst/volume/Makefile.am:
41157         * gst/volume/gstvolume.c: (volume_connect), (volume_parse_caps),
41158         (volume_base_init), (volume_init):
41159           Reenable volume element and fix to work with new caps stuff.
41160           Rhythmbox needs this.
41161
41162 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41163
41164         * gst/qtdemux/qtdemux.c: (plugin_init):
41165           qtdemux requires bytestream
41166
41167 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41168
41169         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_link):
41170           Fix remaining caps handling errors due to CAPS merge.
41171
41172 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41173
41174         * ext/faad/gstfaad.c: (gst_faad_base_init), (gst_faad_init),
41175         (gst_faad_sinkconnect), (gst_faad_srcgetcaps),
41176         (gst_faad_srcconnect):
41177           Port to new caps system.
41178
41179 2003-12-21  Julien MOUTTE  <julien@moutte.net>
41180
41181         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
41182         (got_video_size), (main): using g_print instead of g_message.
41183         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup): Fixing EOS
41184         signal which was not emitted because of "switch" element added to the
41185         bin but not connected. (Removing from the bin temporarily)
41186
41187 2003-12-21  Julien MOUTTE  <julien@moutte.net>
41188
41189         * configure.ac: X_DISPLAY_MISSING is set to 1 if AC_PATH_XTRA fails to
41190         find X development files. I don't understand the previous tests and
41191         they fail on my debian/ppc unstable. This one works.
41192         * examples/gstplay/player.c: (main): Set the pipeline to READY before
41193         exiting.
41194         * gst-libs/gst/play/gstplay.c: (gst_play_get_length_callback),
41195         (gst_play_set_video_sink), (gst_play_set_audio_sink),
41196         (gst_play_set_visualization): Add some safety checks in set_ methods
41197         and state_change. This was throwing some ugly CRITICAL messages when
41198         pipeline was getting disposed and casts were failing.
41199
41200 2003-12-21  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41201
41202         * configure.ac:
41203           Improve mpeg2enc detection. This is for distributions that do
41204           ship mjpegtools, but without mpeg2enc. Also does object check
41205           for might there ever be ABI incompatibility.
41206         * ext/mpeg2enc/gstmpeg2enc.cc:
41207           Add Andrew as second maintainer (he's helping me), and also add
41208           an error if no caps was set. This happens if I pull before capsnego
41209           and that's something I should solve sometime else.
41210         * gst/matroska/matroska-demux.c:
41211         (gst_matroska_demux_parse_blockgroup):
41212           Fix time parsing.
41213         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link),
41214         (gst_matroska_mux_track_header):
41215           Add caps to templates.
41216         * gst/mpegaudioparse/gstmpegaudioparse.c: (mp3_sink_factory):
41217           Add mpegversion=1 to prevent confusion with MPEG/AAC.
41218         * gst/mpegstream/gstmpegdemux.c:
41219           Remove layer since it causes warnings about unfixed caps.
41220         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
41221           Fix obvious typo (we error out if caps were set, we should of
41222           course error out if *no* caps were set).
41223         * sys/oss/gstosselement.c: (gst_osselement_convert):
41224           Fix format conversion, we confused bits/bytes.
41225         * sys/oss/gstosselement.h:
41226           Improve documentation for 'bps'.
41227         * sys/v4l/TODO:
41228           Remove stuff about plugins that need removing - this was done
41229           ages ago.
41230         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init),
41231         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query):
41232         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_src_convert),
41233         (gst_v4lsrc_src_query):
41234         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
41235         (gst_v4l2src_src_convert), (gst_v4l2src_src_query):
41236           Add get_query_types(), get_formats() and query() functions.
41237
41238 2003-12-21  Thomas Vander Stichele  <thomas at apestaart dot org>
41239
41240         * ChangeLog: moved to gstreamer/docs/random/old/ChangeLog.gst-plugins
41241           * moved CVS to freedesktop.org