gst/speexresample/gstspeexresample.c: Update the debug category from speex_resample...
[platform/upstream/gstreamer.git] / ChangeLog
1 2008-11-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2
3         * gst/speexresample/gstspeexresample.c: (plugin_init):
4         Update the debug category from speex_resample to audioresample.
5
6 2008-11-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
7
8         * gst/audioresample/Makefile.am:
9         * gst/audioresample/buffer.c:
10         * gst/audioresample/buffer.h:
11         * gst/audioresample/debug.c:
12         * gst/audioresample/debug.h:
13         * gst/audioresample/functable.c:
14         * gst/audioresample/functable.h:
15         * gst/audioresample/gstaudioresample.c:
16         * gst/audioresample/gstaudioresample.h:
17         * gst/audioresample/resample.c:
18         * gst/audioresample/resample.h:
19         * gst/audioresample/resample_chunk.c:
20         * gst/audioresample/resample_functable.c:
21         * gst/audioresample/resample_ref.c:
22         * tests/check/elements/audioresample.c:
23         Remove audioresample files.
24
25 2008-11-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
26
27         * docs/plugins/inspect/plugin-audioresample.xml:
28         Regenerated for library filename change.
29
30 2008-11-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
31
32         * configure.ac:
33         * docs/plugins/Makefile.am:
34         * docs/plugins/gst-plugins-base-plugins-sections.txt:
35         * docs/plugins/gst-plugins-base-plugins.args:
36         * docs/plugins/gst-plugins-base-plugins.hierarchy:
37         * docs/plugins/gst-plugins-base-plugins.interfaces:
38         * docs/plugins/gst-plugins-base-plugins.prerequisites:
39         * docs/plugins/inspect/plugin-adder.xml:
40         * docs/plugins/inspect/plugin-alsa.xml:
41         * docs/plugins/inspect/plugin-audioconvert.xml:
42         * docs/plugins/inspect/plugin-audiorate.xml:
43         * docs/plugins/inspect/plugin-audioresample.xml:
44         * docs/plugins/inspect/plugin-audiotestsrc.xml:
45         * docs/plugins/inspect/plugin-cdparanoia.xml:
46         * docs/plugins/inspect/plugin-decodebin.xml:
47         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
48         * docs/plugins/inspect/plugin-gdp.xml:
49         * docs/plugins/inspect/plugin-gio.xml:
50         * docs/plugins/inspect/plugin-gnomevfs.xml:
51         * docs/plugins/inspect/plugin-libvisual.xml:
52         * docs/plugins/inspect/plugin-ogg.xml:
53         * docs/plugins/inspect/plugin-pango.xml:
54         * docs/plugins/inspect/plugin-playback.xml:
55         * docs/plugins/inspect/plugin-queue2.xml:
56         * docs/plugins/inspect/plugin-subparse.xml:
57         * docs/plugins/inspect/plugin-tcp.xml:
58         * docs/plugins/inspect/plugin-theora.xml:
59         * docs/plugins/inspect/plugin-typefindfunctions.xml:
60         * docs/plugins/inspect/plugin-uridecodebin.xml:
61         * docs/plugins/inspect/plugin-video4linux.xml:
62         * docs/plugins/inspect/plugin-videorate.xml:
63         * docs/plugins/inspect/plugin-videoscale.xml:
64         * docs/plugins/inspect/plugin-videotestsrc.xml:
65         * docs/plugins/inspect/plugin-volume.xml:
66         * docs/plugins/inspect/plugin-vorbis.xml:
67         * docs/plugins/inspect/plugin-ximagesink.xml:
68         * docs/plugins/inspect/plugin-xvimagesink.xml:
69         * gst/speexresample/gstspeexresample.c: (plugin_init):
70         * gst/speexresample/Makefile.am:
71         * tests/check/Makefile.am:
72         * tests/check/elements/speexresample.c: (setup_speexresample),
73         (GST_START_TEST), (test_pipeline):
74         Rename the moved speexresample to audioresample, integrate into the
75         build system and remove the old audioresample from the build system.
76         Fixes bug #558124, #385061, #346218, #116051.
77
78 2008-11-27  Wim Taymans  <wim.taymans@collabora.co.uk>
79
80         * gst-libs/gst/audio/gstbaseaudiosrc.c:
81         (gst_base_audio_src_get_offset), (gst_base_audio_src_create):
82         Avoid nasty int overflows after about 12 hours and 25 minutes when these
83         code paths are triggered. 
84         A free beer to Håvard Graff for finding this!
85
86 2008-11-27  Wim Taymans  <wim.taymans@collabora.co.uk>
87
88         Patch by: 이문형 <iwings at gmail dot com>
89
90         * gst-libs/gst/rtsp/gstrtspconnection.c:
91         (gst_rtsp_connection_connect):
92         A successful gst_poll_wait() doesn't always mean successful connect() on
93         Windows.  We should check errors by calling gst_poll_fd_has_error().
94         See #561924.
95
96 2008-11-25  Wim Taymans  <wim.taymans@collabora.co.uk>
97
98         * gst-libs/gst/rtp/gstrtcpbuffer.c:
99         Fix typo in the docs.
100
101 2008-11-25  Wim Taymans  <wim.taymans@collabora.co.uk>
102
103         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_sink_event):
104         If no stream was found before receiving EOS, post an error message.
105         Fixes #561924.
106
107 2008-11-25  Wim Taymans  <wim.taymans@collabora.co.uk>
108
109         * ext/theora/gsttheoraenc.h:
110         * ext/theora/theoraenc.c: (gst_theora_enc_init),
111         (theora_buffer_from_packet), (theora_push_packet),
112         (theora_enc_sink_event), (theora_enc_is_discontinuous),
113         (theora_enc_chain):
114         Parse segment events.
115         Pass incomming buffer timestamps to outgoing buffers.
116         Use the running_time to construct the granulepos.
117         Fixes #562163.
118
119 2008-11-25  Wim Taymans  <wim.taymans@collabora.co.uk>
120
121         * gst/playback/gstplaybin2.c: (activate_group):
122         Fix buffer-duration property.
123
124 2008-11-25  Wim Taymans  <wim.taymans@collabora.co.uk>
125
126         * gst-libs/gst/audio/gstbaseaudiosink.c:
127         (gst_base_audio_sink_drain), (gst_base_audio_sink_event),
128         (gst_base_audio_sink_sync_latency), (gst_base_audio_sink_render),
129         (gst_base_audio_sink_change_state):
130         Really fix audiosink drain handling by keeping track of the running_time
131         of the last sample.
132
133 2008-11-24  Michael Smith <msmith@songbirdnest.com>
134
135         * gst/playback/gstplaybin2.c:
136           Add notification of current stream. Add ability to configure buffer
137           sizes.
138         * gst/playback/gsturidecodebin.c:
139           Add ability to configure buffer sizes for streaming mode.
140           Bug #561734.
141
142 2008-11-24  Stefan Kost  <ensonic@users.sf.net>
143
144         * gst-libs/gst/audio/gstbaseaudiosink.c:
145           Time is already in running_time. Remove base_time handling. Fixes
146           audiosinks not draining and thus chopping some audio in the end.
147
148 2008-11-24  David Schleef  <ds@schleef.org>
149
150         * ext/ogg/gstoggmux.c:
151         * ext/ogg/gstoggmux.h:
152           If we're muxing a dirac stream, flush the page after every picture.
153
154 2008-11-24  Stefan Kost  <ensonic@users.sf.net>
155
156         * gst-libs/gst/audio/gstbaseaudiosink.c:
157           Add one log message to check for audio_drained. Sync one log message
158           with the condition. Send EOS after draining audio in pull mode.
159
160 2008-11-24  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
161
162         * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_create):
163         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
164         Use gst_buffer_try_new_and_alloc() and fail properly if the
165         allocation failed. This prevents abort() if downstream elements
166         request an insane amount of memory.
167
168 2008-11-24  Wim Taymans  <wim.taymans@collabora.co.uk>
169
170         * gst/volume/gstvolume.c: (volume_choose_func),
171         (volume_update_volume), (gst_volume_set_volume),
172         (gst_volume_get_volume), (gst_volume_set_mute),
173         (gst_volume_class_init), (gst_volume_init),
174         (volume_process_double), (volume_process_float),
175         (volume_process_int32), (volume_process_int32_clamp),
176         (volume_process_int24), (volume_process_int24_clamp),
177         (volume_process_int16), (volume_process_int16_clamp),
178         (volume_process_int8), (volume_process_int8_clamp), (volume_setup),
179         (volume_transform_ip), (volume_set_property),
180         (volume_get_property):
181         * gst/volume/gstvolume.h:
182         Cleanup volume, define and use default values.
183         Recalculate new volume and mute setup before processing. Fixes #561789.
184
185         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
186         Add controller unit test. Patch by: Jonathan Matthew
187         Fix bogus test that messed with basetransform's internal state.
188
189 2008-11-22  Wim Taymans  <wim.taymans@collabora.co.uk>
190
191         * gst/videorate/gstvideorate.c:
192         Add jpeg and png image media types to the caps. Fixes #561436.
193
194 2008-11-22  Wim Taymans  <wim.taymans@collabora.co.uk>
195
196         * gst/playback/gstplaysink.c: (gen_audio_chain):
197         Don't post an error when we can't configure the volume but post a
198         warning instead. Fixes #561780.
199
200 2008-11-21  David Schleef  <ds@schleef.org>
201
202         Patch by: Jonathan Rosser <jonathan.rosser@rd.bbc.co.uk>
203
204         * gst/videotestsrc/gstvideotestsrc.c:
205         * gst/videotestsrc/gstvideotestsrc.h:
206         * gst/videotestsrc/videotestsrc.c:
207         * gst/videotestsrc/videotestsrc.h:
208           Add a zone plate pattern generator based on BBC R&D Report
209           1978/23 (yeah *that* 1978).  Try 'videotestsrc pattern=zone-plate
210           kx2=20 ky2=20 kt=1'.
211
212 2008-11-20  Michael Smith <msmith@songbirdnest.com>
213
214         * gst/playback/gstdecodebin2.c:
215           Fix random fat-fingering making this not compile.
216
217 2008-11-20  Michael Smith <msmith@songbirdnest.com>
218
219         * gst/playback/gstdecodebin2.c:
220           If the top-level type of the stream is plain text, don't try to decode
221           it, matching behaviour of decodebin.
222         * gst/playback/gstplaysink.c:
223           If we fail to generate a text chain (e.g. due to missing optional
224           plugins), don't crash.
225
226 2008-11-20  Michael Smith <msmith@songbirdnest.com>
227
228         * gst-libs/gst/rtsp/gstrtspdefs.c:
229           Fix win32 build. Oops.
230
231 2008-11-20  Michael Smith <msmith@songbirdnest.com>
232
233         * gst-libs/gst/rtsp/gstrtspdefs.c:
234           Use WSAGetLastError() rather than errno/h_errno on win32.
235
236 2008-11-20  Michael Smith <msmith@songbirdnest.com>
237
238         * gst-libs/gst/riff/riff-media.c:
239           Support WMA Lossless properly.
240
241 2008-11-18  David Schleef  <ds@schleef.org>
242
243         * gst/videotestsrc/gstvideotestsrc.c:
244         * gst/videotestsrc/gstvideotestsrc.h:
245         * gst/videotestsrc/videotestsrc.c:
246         * gst/videotestsrc/videotestsrc.h:
247           Add "colorspec" property, specifying whether to generate BT.601
248           or BT.709 video.  This only affects YCbCr values, not RGB, since
249           if you're generating a 709 test pattern, presumably you want
250           709 RGB primaries, not 601.  Also add "smpte75" pattern, which
251           uses 75% colors instead of 100%, since this is often more useful
252           for testing (and also follows the SMPTE EG-1 guideline).
253
254 2008-11-18  Alessandro Decina  <alessandro.d@gmail.com>
255
256         * gst/playback/gstdecodebin.c:
257         Add a "sink-caps" property to decodebin like it's done for decodebin2.
258         Fixes #560380.
259
260 2008-11-14  Jan Schmidt  <jan.schmidt@sun.com>
261
262         * gst/audioresample/gstaudioresample.c:
263         Guard against a NULL dereference I somehow encountered -
264         with a FLUSH_STOP arriving either before basetransform _start(),
265         or after _stop().
266
267         * gst/typefind/gsttypefindfunctions.c:
268         Make sure we never jump backwards when typefinding corrupt mov files.
269
270 2008-11-14  Jan Schmidt  <jan.schmidt@sun.com>
271
272         * gst-libs/gst/interfaces/propertyprobe.c:
273         Fix random type causing a docs warning.
274
275 2008-11-14  Stefan Kost  <ensonic@users.sf.net>
276
277         * sys/v4l/gstv4l.c:
278           Give it a minimal rank for autovideosrc.
279
280 2008-11-13  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
281
282         * gst/typefind/gsttypefindfunctions.c: (jp2_type_find),
283         (plugin_init):
284         Improve typefinding of ISO JPEG2000 mime types.
285
286 2008-11-13  Wim Taymans  <wim.taymans@collabora.co.uk>
287
288         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
289         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_setcaps),
290         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
291         * sys/xvimage/xvimagesink.h:
292         Avoid typechecking when we do trivial casts.
293         Move error handling out of the main program flow.
294         Sneak in the display-region caps property, not completely correct yet.
295         Cache the width/height in buffer_alloc instead of parsing it from the
296         caps all the time.
297
298 2008-11-13  Wim Taymans  <wim.taymans@collabora.co.uk>
299
300         * gst/playback/gstplaybin2.c: (deactivate_group):
301         don't try to unlink the selector sinkpad when we don't have it yet. This
302         can happen if an error occured before the group was complete.
303
304 2008-11-13  Wim Taymans  <wim.taymans@collabora.co.uk>
305
306         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data),
307         (gst_rtp_buffer_set_packet_len), (gst_rtp_buffer_get_packet_len),
308         (gst_rtp_buffer_get_header_len), (gst_rtp_buffer_get_version),
309         (gst_rtp_buffer_set_version), (gst_rtp_buffer_get_padding),
310         (gst_rtp_buffer_set_padding), (gst_rtp_buffer_pad_to),
311         (gst_rtp_buffer_get_extension), (gst_rtp_buffer_set_extension),
312         (gst_rtp_buffer_get_extension_data),
313         (gst_rtp_buffer_set_extension_data), (gst_rtp_buffer_get_ssrc),
314         (gst_rtp_buffer_set_ssrc), (gst_rtp_buffer_get_csrc_count),
315         (gst_rtp_buffer_get_csrc), (gst_rtp_buffer_set_csrc),
316         (gst_rtp_buffer_get_marker), (gst_rtp_buffer_set_marker),
317         (gst_rtp_buffer_get_payload_type),
318         (gst_rtp_buffer_set_payload_type), (gst_rtp_buffer_get_seq),
319         (gst_rtp_buffer_set_seq), (gst_rtp_buffer_get_timestamp),
320         (gst_rtp_buffer_set_timestamp),
321         (gst_rtp_buffer_get_payload_subbuffer),
322         (gst_rtp_buffer_get_payload_len), (gst_rtp_buffer_get_payload):
323         Avoid expensive type checks we already did as part of the 
324         _validate() function that should be called first.
325
326 2008-11-11  Wim Taymans  <wim.taymans@collabora.co.uk>
327
328         * gst-libs/gst/rtp/gstbasertpdepayload.c: (create_segment_event),
329         (gst_base_rtp_depayload_push_full),
330         (gst_base_rtp_depayload_set_gst_timestamp):
331         Fix some cases where a newsegment event was not sent.
332
333 2008-11-11  Wim Taymans  <wim.taymans@collabora.co.uk>
334
335         * gst/playback/gstplaybin2.c: (activate_group):
336         Catch state change errors and stop from the uridecodebin elements
337         instead of trying to continue in vain.
338
339 2008-11-10  Wim Taymans  <wim.taymans@collabora.co.uk>
340
341         * gst-libs/gst/audio/gstbaseaudiosink.c:
342         (gst_base_audio_sink_sync_latency), (gst_base_audio_sink_render),
343         (gst_base_audio_sink_callback):
344         Use gst_base_sink_do_preroll() to wait for PLAYING and before waiting
345         for the latency to expire, fixes #559567.
346
347 2008-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
348
349         * gst/adder/gstadder.c:
350           Change author string after seeing output of gst-inspector.
351
352 2008-11-10  Wim Taymans  <wim.taymans@collabora.co.uk>
353
354         * gst/playback/gstplaysink.c: (gst_play_sink_reconfigure):
355         Don't try to do crazy things when we only have a text pad without a
356         video pad. Fixes #559478.
357
358 2008-11-06  Wim Taymans  <wim.taymans@collabora.co.uk>
359
360         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
361         Fix case where we don't have a range for the rates or channels as is the
362         case with truespeech.
363
364 2008-11-05  Wim Taymans  <wim.taymans@collabora.co.uk>
365
366         * gst/volume/gstvolume.c: (volume_update_real_volume),
367         (gst_volume_set_volume), (gst_volume_get_volume),
368         (gst_volume_set_mute), (gst_volume_init), (volume_setup),
369         (volume_transform_ip), (volume_update_mute),
370         (volume_update_volume), (volume_get_property):
371         * gst/volume/gstvolume.h:
372         Keep negotiated state in a separate variable.
373         Protect the volume and mute properties with the object lock.
374         Protect modifying the transform with the transform lock.
375
376 2008-11-05  Wim Taymans  <wim.taymans@collabora.co.uk>
377
378         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
379         (gst_ffmpeg_pixfmt_to_caps):
380         Only convert caps to string when debug is enabled.
381
382 2008-11-04  Wim Taymans  <wim.taymans@collabora.co.uk>
383
384         * ext/theora/gsttheoradec.h:
385         * ext/theora/theoradec.c: (gst_theora_dec_init),
386         (gst_theora_dec_reset), (theora_dec_src_event),
387         (theora_dec_sink_event), (theora_handle_type_packet):
388         Copy seqnum.
389         Keep events in a pending list, like vorbisdec, instead of trying
390         to construct a segment event ourselves.
391
392         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
393         (vorbis_dec_src_event), (vorbis_dec_sink_event):
394         * ext/vorbis/vorbisdec.h:
395         Copy seqnum.
396
397 2008-11-04  Wim Taymans  <wim.taymans@collabora.co.uk>
398
399         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
400         (gst_ogg_demux_deactivate_current_chain),
401         (gst_ogg_demux_perform_seek), (gst_ogg_demux_handle_page),
402         (gst_ogg_demux_loop):
403         * ext/ogg/gstoggdemux.h:
404         Copy seqnums around to track playback segments and messages.
405
406 2008-11-03  Wim Taymans  <wim.taymans@collabora.co.uk>
407
408         Based on patch by: Matthias Kretz <kretz at kde dot org>
409
410         * ext/alsa/gstalsasink.c: (gst_alsasink_open),
411         (gst_alsasink_prepare), (gst_alsasink_unprepare),
412         (gst_alsasink_write):
413         Make all access non-blocking so that we can better handle unplugging
414         of usb devices. Fixes #559111
415
416 2008-11-03  Wim Taymans  <wim.taymans@collabora.co.uk>
417
418         Patch by: Damien Lespiau  <damien.lespiau gmail com>
419
420         * gst-libs/gst/rtsp/gstrtspconnection.c:
421         (gst_rtsp_connection_write):
422         Make the next call to poll not depend on previous calls to poll with or
423         without reading from the active descriptor. Fixes #544293.
424
425 2008-10-31  Wim Taymans  <wim.taymans@collabora.co.uk>
426
427         Patch by: Nick Haddad <nick at haddads dot net>
428
429         * gst-libs/gst/riff/riff-ids.h:
430         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
431         Add support for other fourcc codes that are commonly used for
432         'uncompressed RGB', including 'RGB ', 'RAW ', and 0.
433         Fixes #558553.
434
435 2008-10-30  Stefan Kost  <ensonic@users.sf.net>
436
437         * gst/audioresample/gstaudioresample.c:
438           Return the result of parent_class->event().
439
440 2008-10-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
441
442         * gst/audioresample/gstaudioresample.c:
443         (gst_audioresample_class_init), (audioresample_fixate_caps):
444         Fixate the rate to the nearest supported rate instead of
445         the first one. Fixes bug #549510.
446
447 2008-10-27  Wim Taymans  <wim.taymans@collabora.co.uk>
448
449         * win32/common/libgstaudio.def:
450         Add new symbols.
451
452 2008-10-23  Wim Taymans  <wim.taymans@collabora.co.uk>
453
454         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
455         Attempt to make obfuscated code clearer.
456
457 2008-10-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
458
459         * docs/libs/gst-plugins-base-libs-sections.txt:
460         * gst-libs/gst/floatcast/floatcast.h:
461         Move float endianness conversion macros to core. Second part of
462         bug ##555196.
463
464 2008-10-22  Stefan Kost  <ensonic@users.sf.net>
465
466         * sys/ximage/ximagesink.h:
467         * sys/xvimage/xvimagesink.h:
468           Don't mark as gtk-doc docs as they aren't public.
469
470 2008-10-22  Stefan Kost  <ensonic@users.sf.net>
471
472         * sys/xvimage/xvimagesink.c:
473         * sys/xvimage/xvimagesink.h:
474         * tests/icles/Makefile.am:
475         * tests/icles/test-colorkey.c:
476           Allow setting colorkey if possible. Implement property probe interface
477           for optional X features (autopaint-colorkey, double-buffer and
478           colorkey). Fixes #554533
479
480 2008-10-22  Sebastian Dröge  <slomo@circular-chaos.org>
481
482         * gst-libs/gst/tag/tags.c: (gst_tag_image_data_to_image_buffer):
483         Remove useless buffer size assignment. It already has this value.
484
485 2008-10-20  Wim Taymans  <wim.taymans@collabora.co.uk>
486
487         * gst-libs/gst/audio/gstaudiosink.c:
488         (gst_audioringbuffer_class_init), (gst_audioringbuffer_acquire),
489         (gst_audioringbuffer_activate), (gst_audioringbuffer_release),
490         (gst_audioringbuffer_stop):
491         Implement a separate activate functions to start monitoring the segments
492         or, in pull mode, pulling in data.
493
494         * gst-libs/gst/audio/gstbaseaudiosink.c:
495         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
496         (gst_base_audio_sink_query_pad), (gst_base_audio_sink_query),
497         (gst_base_audio_sink_setcaps), (gst_base_audio_sink_callback),
498         (gst_base_audio_sink_activate_pull),
499         (gst_base_audio_sink_async_play),
500         (gst_base_audio_sink_change_state):
501         Implement pad and element convert query function.
502         Activate the ringbuffer.
503         Use the segment last_stop value as the offset to pull.
504         Use new basesink _do_preroll() method to preroll in the pulling thread.
505         Take appropriate locking in the pulling thread.
506
507         * gst-libs/gst/audio/gstringbuffer.h:
508         Update some docs.
509
510 2008-10-20  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
511
512         * gst/typefind/gsttypefindfunctions.c: (mxf_type_find):
513         Improve MXF typefinding a bit by searching for a header partition
514         pack instead of just a general partition pack and checking more
515         bytes for valid values.
516
517 2008-10-20  Wim Taymans  <wim.taymans@collabora.co.uk>
518
519         * tests/icles/.cvsignore:
520         update ignore file.
521
522         * tests/icles/Makefile.am:
523         * tests/icles/test-box.c: (make_pipeline), (main):
524         Add another interactive command line experimentation suite for
525         dynamically boxing/cropping/saling an input video.
526
527 2008-10-17  Wim Taymans  <wim.taymans@collabora.co.uk>
528
529         * docs/libs/gst-plugins-base-libs-sections.txt:
530         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_convert),
531         (gst_ring_buffer_activate), (gst_ring_buffer_is_active):
532         * gst-libs/gst/audio/gstringbuffer.h:
533         Add methods to more accuratly control the pulling thread of a
534         ringbuffer.
535         Add format conversion helper code to the ringbuffer.
536         API: GstRingBuffer:gst_ring_buffer_activate()
537         API: GstRingBuffer:gst_ring_buffer_is_active()
538         API: GstRingBuffer:gst_ring_buffer_convert()
539
540 2008-10-16  Wim Taymans  <wim.taymans@collabora.co.uk>
541
542         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func),
543         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
544         (gst_audioringbuffer_stop):
545         Signal thread startup earlier so that we can immediatly go into pull
546         mode when we have to and block on preroll.
547
548 2008-10-16  Wim Taymans  <wim.taymans@collabora.co.uk>
549
550         * gst-libs/gst/audio/gstringbuffer.c:
551         (gst_ring_buffer_prepare_read):
552         In pull mode we want the callback to prepull a buffer we can preroll on
553         even when we are not yet playing.
554
555 2008-10-16  Stefan Kost  <ensonic@users.sf.net>
556
557         * ext/alsa/Makefile.am:
558         * ext/cdparanoia/Makefile.am:
559         * ext/gio/Makefile.am:
560         * ext/gnomevfs/Makefile.am:
561         * ext/libvisual/Makefile.am:
562         * ext/ogg/Makefile.am:
563         * ext/pango/Makefile.am:
564         * ext/theora/Makefile.am:
565         * ext/vorbis/Makefile.am:
566         * gst/adder/Makefile.am:
567         * gst/audioconvert/Makefile.am:
568         * gst/audiorate/Makefile.am:
569         * gst/audioresample/Makefile.am:
570         * gst/audiotestsrc/Makefile.am:
571         * gst/ffmpegcolorspace/Makefile.am:
572         * gst/gdp/Makefile.am:
573         * gst/playback/Makefile.am:
574         * gst/subparse/Makefile.am:
575         * gst/tcp/Makefile.am:
576         * gst/typefind/Makefile.am:
577         * gst/videorate/Makefile.am:
578         * gst/videoscale/Makefile.am:
579         * gst/videotestsrc/Makefile.am:
580         * gst/volume/Makefile.am:
581         * sys/v4l/Makefile.am:
582         * sys/ximage/Makefile.am:
583         * sys/xvimage/Makefile.am:
584           Don't install static libs for plugins. Fixes #550851 for base.
585
586 2008-10-16  Wim Taymans  <wim.taymans@collabora.co.uk>
587
588         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_init):
589         Set the default blocksize to -1 because we will then use the configured
590         samplesperbuffer to create our output buffer.
591
592 2008-10-15  Edward Hervey  <edward.hervey@collabora.co.uk>
593
594         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
595         (gst_riff_create_video_template_caps):
596         Add mappping for the KMVC (Karl Morton's Video) Codec.
597
598 2008-10-15  Edward Hervey  <edward.hervey@collabora.co.uk>
599
600         * gst/typefind/gsttypefindfunctions.c: (flac_type_find):
601         Don't forget to advance the offset of what we're matching against, else
602         we end up in a forever loop.
603
604 2008-10-15  Sebastian Dröge  <slomo@circular-chaos.org>
605
606         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
607         Improve typefinding a bit. If we don't have a Unicode charset
608         try GST_SUBTITLE_ENCODING and otherwise try ISO-8859-15.
609
610 2008-10-14  Edward Hervey  <edward.hervey@collabora.co.uk>
611
612         * ext/theora/theoradec.c: (theora_dec_decode_buffer):
613         Fix build on macosx.
614
615 2008-10-13  Wim Taymans  <wim.taymans@collabora.co.uk>
616
617         Based on patch by: Robin Stocker <robin at nibor dot org>
618
619         * ext/theora/gsttheoradec.h:
620         * ext/theora/theoradec.c: (gst_theora_dec_init),
621         (theora_dec_setcaps), (theora_handle_type_packet),
622         (theora_dec_decode_buffer), (theora_dec_change_state):
623         Parse input caps and make the PAR override the encoded PAR when
624         specified by a container. Fixes #555699.
625
626 2008-10-13  Wim Taymans  <wim.taymans@collabora.co.uk>
627
628         * gst-libs/gst/rtp/gstbasertpdepayload.c:
629         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
630         (gst_base_rtp_depayload_set_gst_timestamp),
631         (gst_base_rtp_depayload_change_state):
632         * gst-libs/gst/rtp/gstbasertpdepayload.h:
633         Add some more G_LIKELY
634         Fail when the setcaps function was not called.
635
636         * gst-libs/gst/rtp/gstbasertppayload.c:
637         (gst_basertppayload_set_outcaps):
638         Propagate return value of setcaps.
639
640 2008-10-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
641
642         * gst/subparse/Makefile.am:
643         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
644         (gst_sub_parse_class_init), (gst_sub_parse_init),
645         (gst_convert_to_utf8), (detect_encoding), (convert_encoding),
646         (get_next_line), (gst_sub_parse_data_format_autodetect),
647         (feed_textbuf), (handle_buffer), (gst_sub_parse_change_state),
648         (gst_subparse_type_find):
649         * gst/subparse/gstsubparse.h:
650         Add support for UTF16/UTF32 subtitles as long as the first bytes of
651         the first buffer contain the BOM. This also adds support for other
652         encodings that allow NUL bytes via the encoding property.
653         Fixes bugs #552237 and #456788.
654
655 2008-10-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
656
657         * gst-libs/gst/tag/tags.c: (gst_tag_image_data_to_image_buffer):
658         Don't drop the last byte of image tags if they're not an URI list.
659         Fixes bug #556066.
660
661 2008-10-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
662
663         * gst/typefind/gsttypefindfunctions.c: (flac_type_find):
664         For looking at the 4th byte we have to get 4 bytes of course
665         and not 3.
666
667 2008-10-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
668
669         * gst/typefind/gsttypefindfunctions.c: (flac_type_find):
670         Improve FLAC-without-headers typefinding by looking at most of the
671         frame header and checking if invalid values are used. Should prevent
672         quite some false positives compared to the old version which only
673         check if the first 14 bits are set.
674
675 2008-10-11  Stefan Kost  <ensonic@users.sf.net>
676
677         * sys/xvimage/xvimagesink.c:
678           Don't assert on caps==NULL.
679
680 2008-10-10  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
681
682         * gst/subparse/gstsubparse.c:
683         (gst_sub_parse_data_format_autodetect), (handle_buffer),
684         (gst_sub_parse_change_state):
685         * gst/subparse/gstsubparse.h:
686         * tests/check/elements/subparse.c: (GST_START_TEST):
687         Add support for subtitle files with UTF-8 BOM at the beginning
688         by simple stripping it from the first line before passing it
689         to any parsing code. Fixes bug #555257 and playback of files
690         created by Gnome Subtitles.
691
692 2008-10-10  Wim Taymans  <wim.taymans@collabora.co.uk>
693
694         * gst/audiotestsrc/gstaudiotestsrc.c:
695         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
696         (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
697         (gst_audio_test_src_start), (gst_audio_test_src_stop),
698         (gst_audio_test_src_do_seek), (gst_audio_test_src_check_get_range),
699         (gst_audio_test_src_create):
700         * gst/audiotestsrc/gstaudiotestsrc.h:
701         Define the default property values in the usual place.
702         Implement start/stop to reset values correctly.
703         Calculate the sample size only once when we negotiate.
704         Rename some values to make more sense.
705         Keep track of our byte range.
706         Add support for pull based scheduling. Disabled for now until we have
707         the whole stack working.
708         Set the BUFFER_OFFSET correctly.
709
710 2008-10-10  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
711
712         Based on a patch by: xavierb at gmail dot com
713
714         * gst/subparse/gstsubparse.c:
715         (gst_sub_parse_data_format_autodetect):
716         * tests/check/elements/subparse.c: (GST_START_TEST):
717         Make the detection of the used subtitle a bit less strict
718         for srt subtitles. Fixes bug #555607.
719
720 2008-10-10  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
721
722         * ext/vorbis/vorbisenc.c:
723         (gst_vorbis_enc_buffer_check_discontinuous):
724         Fix discontinuity detection which was broken by last commit.
725
726 2008-10-09  Tim-Philipp Müller  <tim.muller at collabora co uk>
727
728         * configure.ac::
729           Require core CVS for ghostpad API additions used by decodebin2.
730
731 2008-10-08  Edward Hervey  <edward.hervey@collabora.co.uk>
732
733         * gst-libs/gst/audio/gstbaseaudiosrc.c:
734         (gst_base_audio_src_create):
735         Fix debug statements (space between '%' and actual format).
736
737 2008-10-08  Wim Taymans  <wim.taymans@collabora.co.uk>
738
739         * gst/playback/gstdecodebin2.c: (gst_decode_pad_activate):
740         Remove bogus assert, the decodepad could have been created inside an
741         already existing group.
742
743 2008-10-08  Andy Wingo  <wingo@pobox.com>
744
745         * gst/playback/gstdecodebin2.c (expose_pad): Fix typo: unset
746         target instead of setting it.
747         (gst_decode_pad_activate, gst_decode_pad_unblock): This is now the
748         API for a decode pad. The bugfix is that we set the group in
749         activate(), not when the pad was created because it might be NULL
750         then.
751         (gst_decode_group_control_source_pad, gst_decode_group_expose):
752         Update to use the API.
753
754 2008-10-08  Andy Wingo  <wingo@pobox.com>
755
756         * gst/playback/gstdecodebin2.c (struct _GstDecodePad): Change to
757         be a subclass of GstGhostPad.
758         (analyze_new_pad): So, when emitting the signals that determine
759         how we do autoplugging, already create the ghost pad and use it as
760         the pad in the signal arguments. This allows applications to make
761         a connection between the pad passed in e.g. autoplug-continue, and
762         the pad passed in new-decoded-pad.
763         (connect_pad, expose_pad): Update to receive the ghosted decode
764         pad in the args, retargetting it as necessary if we have to plug
765         the target pad through a multiqueue.
766         (gst_decode_group_control_source_pad): Adapt to receive an
767         already-ghosted pad that just needs activation, blocking, and
768         drain notification.
769         (sort_end_pads): Adapt for decode pads actually being pads.
770         (gst_decode_group_expose): Adapt for decode pads actually being
771         pads. Rewrite the decode pad names so they appear in order. Adds a
772         new error case if we couldn't set the name.
773         (gst_decode_group_free, gst_decode_group_hide): Adapt cleanup
774         logic.
775         (gst_decode_pad_set_blocked, gst_decode_pad_add_drained_check):
776         New API for the decode pad, needed because we shouldn't do these
777         things inside gst_decode_pad_new(), but after.
778         (gst_decode_pad_new): Change to actually make the real pad, and
779         delay the blocking/drainage bits.
780
781 2008-10-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
782
783         Patch by: Daniel Drake <dsd at laptop dot org>
784
785         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear_collectpads):
786         Unref all buffers when clearing collectpads. Fixes bug #546955.
787
788 2008-10-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
789
790         Based on a patch by: Klaas <klaas at rivercrew dot net>
791
792         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_sink_event),
793         (gst_vorbis_enc_buffer_check_discontinuous),
794         (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
795         * ext/vorbis/vorbisenc.h:
796         Keep track of the upstream segments and use the running time on that
797         segment instead of the buffer timestamp everywhere. Fixes bug #525807.
798
799 2008-10-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
800
801         * gst/audioconvert/audioconvert.c: (audio_convert_convert):
802         Prevent overflows with big buffer when calculating the size of
803         the intermediate buffer by using gst_util_uint64_scale() instead of
804         plain arithmetics. Fixes bug #552801.
805
806 2008-10-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
807
808         Patch by: Pavel Zeldin <pzeldin at gmail dot com>
809
810         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_render_time),
811         (gst_clock_overlay_class_init), (gst_clock_overlay_finalize),
812         (gst_clock_overlay_init), (gst_clock_overlay_set_property),
813         (gst_clock_overlay_get_property):
814         * ext/pango/gstclockoverlay.h:
815         API: Add ability to specify format for date/time display by
816         adding a "time-format" property.
817         Fixes bug #554879.
818
819 2008-10-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
820
821         Patch by: Jan Gerber <j at oil21 dot org>
822
823         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
824         (gst_riff_create_video_template_caps):
825         Add FFV1 fourcc to support playback of FFMPEG lossless video
826         in AVI. Fixes bug #555319.
827
828 2008-10-08  Wim Taymans  <wim.taymans@collabora.co.uk>
829
830         Patch by: Håvard Graff <havard dot graff at tandberg dot com>
831
832         * gst-libs/gst/audio/gstbaseaudiosrc.c:
833         (gst_base_audio_src_create):
834         Implement skew clock slaving. Fixes #552559.
835
836 2008-10-08  Wim Taymans  <wim.taymans@collabora.co.uk>
837
838         * gst-libs/gst/audio/multichannel.c:
839         * gst-libs/gst/audio/testchannels.c:
840         Fix include of config.h
841
842 2008-10-06  Wim Taymans  <wim.taymans@collabora.co.uk>
843
844         Based on Patch by: Tero Saarni <tero dot saarni at gmail dot com>
845
846         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_parse_line),
847         (print_media), (gst_sdp_message_dump):
848         Fix parsing of the c= field containing multicast addresses.
849         Fixes #552199.
850         Add the connection info to the session or streams.
851         Fix parsing of the bandwidth.
852         Add debugging for the connections and bandwidths for a media.
853         Add debugging for the bandwidth of the session. 
854
855 2008-10-06  Wim Taymans  <wim.taymans@collabora.co.uk>
856
857         * gst-libs/gst/rtp/gstbasertppayload.c:
858         (gst_basertppayload_change_state):
859         Configure the next seqnum and timestamp in the state change so that they
860         can be queried soon after.
861
862 2008-10-06  Wim Taymans  <wim.taymans@collabora.co.uk>
863
864         * gst-libs/gst/rtp/gstbasertpdepayload.c:
865         (gst_base_rtp_depayload_chain):
866         Improve debugging of the rtptime.
867
868 2008-10-05  Jan Schmidt  <jan.schmidt@sun.com>
869
870         * configure.ac:
871         Back to development -> 0.10.21.1
872
873 2008-10-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
874
875         * gst/typefind/gsttypefindfunctions.c: (flac_type_find),
876         (plugin_init):
877         Add typefinding for FLAC without headers in the beginning.
878         This is already handled by flacdec and friends.
879
880 2008-10-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
881
882         * gst/typefind/gsttypefindfunctions.c: (mxf_type_find),
883         (plugin_init):
884         Add typefinder for MXF.
885
886 2008-10-03  Jan Schmidt  <jan.schmidt@sun.com>
887
888         * tests/icles/Makefile.am:
889         Only build test-colorkey if GTK+ is available.
890
891 === release 0.10.21 ===
892
893 2008-10-03  Jan Schmidt <jan.schmidt@sun.com>
894
895         * configure.ac:
896           releasing 0.10.21, "We Could Be Wrong"
897
898 2008-09-28  Jan Schmidt  <jan.schmidt@sun.com>
899
900         * configure.ac:
901         0.10.20.4 pre-release
902
903 2008-09-25  Wim Taymans  <wim.taymans@collabora.co.uk>
904
905         Patch by: Vincent Penquerc'h <ogg dot k dot ogg dot k at googlemail dot com>
906
907         * ext/theora/theoraparse.c: (theora_parse_set_streamheader):
908         Set the BOS flag on the BOS packet. Fixes #553244.
909
910 2008-09-23  Wim Taymans  <wim.taymans@collabora.co.uk>
911
912         * gst-libs/gst/rtsp/gstrtspmessage.c:
913         (gst_rtsp_message_parse_request),
914         (gst_rtsp_message_parse_response):
915         Fix the g_return_val_if_fail() statements.
916
917 2008-09-22  Michael Smith <msmith@songbirdnest.com>
918
919         * gst-libs/gst/tag/gsttagdemux.c:
920           Fail to activate if there's insufficient data in the file to be usable,
921           preventing an assertion fail later. Fixes #552960
922
923 2008-09-15  Tim-Philipp Müller  <tim.muller at collabora co uk>
924
925         * gst-libs/gst/pbutils/descriptions.c:
926         * gst/typefind/gsttypefindfunctions.c:
927           Recognise Kate subtitle streams (#550582).
928
929 2008-09-13  Tim-Philipp Müller  <tim.muller at collabora co uk>
930
931         * gst-libs/gst/audio/audio.h: (GST_AUDIO_FIELD_SIGNED):
932           Remove trailing comma from enum list, which causes problems
933           with -pendantic (#550729).
934
935 2008-09-10  Jan Schmidt  <jan.schmidt@sun.com>
936
937         * configure.ac:
938         0.10.20.2 pre-release
939
940         * po/LINGUAS:
941         * po/id.po:
942         * po/pt_BR.po:
943
944         New translations.
945
946 2008-09-05  Tim-Philipp Müller  <tim.muller at collabora co uk>
947
948         * gst-libs/gst/interfaces/propertyprobe.c:
949           (gst_property_probe_get_properties),
950           (gst_property_probe_get_property),
951           (gst_property_probe_probe_property),
952           (gst_property_probe_probe_property_name),
953           (gst_property_probe_needs_probe),
954           (gst_property_probe_needs_probe_name),
955           (gst_property_probe_get_values),
956           (gst_property_probe_get_values_name),
957           (gst_property_probe_probe_and_get_values),
958           (gst_property_probe_probe_and_get_values_name):
959           More sanity checks for our second-favourite interface.
960
961 2008-09-05  Stefan Kost  <ensonic@users.sf.net>
962
963         * gst-libs/gst/interfaces/propertyprobe.c:
964           Check for NULL pointer, in the hope that this fixes #532864.
965
966 2008-09-05  Tim-Philipp Müller  <tim.muller at collabora co uk>
967
968         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_class_init):
969           No really, the next release is 0.10.21 (fix Since: tags in docs).
970
971 2008-09-04  Wim Taymans  <wim.taymans@collabora.co.uk>
972
973         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_stop):
974         Disable a code path that is now called but causes a deadlock for some
975         reason and is unneeded.
976
977 2008-09-04  Stefan Kost  <ensonic@users.sf.net>
978
979         * sys/xvimage/xvimagesink.c:
980         * sys/xvimage/xvimagesink.h:
981           Add a "draw-border" property that can be set to false to disable
982           drawing borders.
983           
984         * tests/icles/test-colorkey.c:
985         * tests/icles/Makefile.am:
986           Add new test application for the colorkey handling.
987
988 2008-09-03  Edward Hervey  <edward.hervey@collabora.co.uk>
989
990         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
991         Use a decent caps for TrueSpeech instead of a ffmpeg-specific one.
992         This will also be fixed for upcoming gst-ffmpeg release so that once
993         this release of -base is out, it will work with the latest gst-ffmpeg
994         release.
995
996 2008-09-03  Edward Hervey  <edward.hervey@collabora.co.uk>
997
998         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
999         (gst_riff_create_audio_template_caps):
1000         Add Truespeech mapping for RIFF formats (AVI/WAV).
1001         Fixes #550656
1002
1003 2008-09-03  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1004
1005         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
1006         Typefind video/mj2 and image/jp2 ISO JPEG2000 mime types.
1007         Fixes #550638.
1008
1009 2008-09-03  Stefan Kost  <ensonic@users.sf.net>
1010
1011         * configure.ac:
1012         * gst/subparse/Makefile.am:
1013         * gst/subparse/gstsubparse.c:
1014         * gst/subparse/samiparse.c:
1015         * tests/check/elements/subparse.c:
1016           Rework last change, so that we build subparse, but just disable the
1017           sami parse functionality, if we're configured to not use xml. In the
1018           tests only the sami test is disabled now.
1019
1020 2008-09-02  Stefan Kost  <ensonic@users.sf.net>
1021
1022         * configure.ac:
1023           Disable subparse when xml is disabled. It woundn't work anyway. Fixes
1024           test runs.
1025
1026 2008-09-02  Tim-Philipp Müller  <tim.muller at collabora co uk>
1027
1028         * po/POTFILES.in:
1029           Add some more files with strings for translation.
1030
1031 2008-09-02  Stefan Kost  <ensonic@users.sf.net>
1032
1033         * gst-libs/gst/tag/gstvorbistag.c:
1034         * tests/check/libs/tag.c:
1035           Use new geo location tags from core. Fixes #481169
1036
1037 2008-09-01  Edward Hervey  <edward.hervey@collabora.co.uk>
1038
1039         * tests/check/elements/audioresample.c: (setup_audioresample),
1040         (fail_unless_perfect_stream), (test_perfect_stream_instance),
1041         (test_discont_stream_instance):
1042         Now that GstBaseTransform is 'fixed' ... remove cruft from tests.
1043         Add debugging for coherence.
1044
1045 2008-08-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
1046
1047         Patch by: Jonathan Matthew  <notverysmart gmail com>
1048
1049         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
1050           Add typefinder for PDF documents (which is nice to have, since it's a
1051           common format, but also helps prevent false positives). Fixes #549814.
1052
1053 2008-08-27  Wim Taymans  <wim.taymans@collabora.co.uk>
1054
1055         * gst/playback/gstplaybin2.c: (selector_blocked), (pad_added_cb),
1056         (no_more_pads_cb):
1057         Fix nasty race where multiple decodebins could start pushing data before
1058         we manage to configure the sinks, resulting in not-linked errors in
1059         typical RTSP streaming cases.
1060
1061 2008-08-26  Wim Taymans  <wim.taymans@collabora.co.uk>
1062
1063         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_stop):
1064         Since we now call stop, we trigger this code path that causes a deadlock
1065         is apparently not needed.
1066
1067 2008-08-26  Wim Taymans  <wim.taymans@collabora.co.uk>
1068
1069         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_start),
1070         (gst_ring_buffer_stop):
1071         Also allow the case where the ringbuffer was paused when we try to stop
1072         it so that the basesrc stop function is still called.
1073
1074 2008-08-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1075
1076         Patch by: Mike Ruprecht <cmaiku at gmail dot com>
1077
1078         * sys/v4l/gstv4lelement.c: (gst_v4l_class_probe_devices):
1079         Reprobe devices again instead of taking a cached list as new
1080         devices could've been plugged in. Fixes bug #549062.
1081
1082 2008-08-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1083
1084         Patch by: Alessandro Dessina <alessandro nnva org>
1085
1086         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain),
1087         (gst_ogg_demux_activate_chain):
1088         Don't add pads and activate them for skeleton streams. These are already
1089         handled inside oggdemux. Fixes bug #537599.
1090
1091 2008-08-22  Wim Taymans  <wim.taymans@collabora.co.uk>
1092
1093         * ext/vorbis/vorbisdec.c: (vorbis_dec_change_state):
1094         Reset variable so that query and convert fail after going back to
1095         READY. Fixes #548898.
1096
1097 2008-08-22  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1098
1099         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
1100         If a buffer arrives with a timestamp before the timestamp+duration
1101         of the previous buffer clip it instead of dropping it completely.
1102         Slight improvement for the unfixable bug #548913.
1103
1104 2008-08-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1105
1106         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
1107         Take the current timestamp instead of timestamp+duration for the offset.
1108         This offset will later be used for calculating the timestamp and
1109         otherwise vorbisdec will interpolate timestamps wrong if upstream
1110         only sends timestamps and no granulepos.
1111
1112 2008-08-21  Stefan Kost  <ensonic@users.sf.net>
1113
1114         * tests/examples/seek/seek.c:
1115           Don't crash when having no visualisations.
1116
1117 2008-08-16  David Schleef  <ds@schleef.org>
1118
1119         * gst/typefind/gsttypefindfunctions.c: DV typefinding.  Remove
1120           check for a bit that is 0 in IEC 61384, but not SMPTE 314M.
1121           Fixes #548065.
1122
1123 2008-08-15  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1124
1125         * gst-libs/gst/pbutils/missing-plugins.c: (copy_and_clean_caps):
1126         When cleaning up the caps fields also remove "depth" for the same
1127         reason we remove "width".
1128
1129 2008-08-14  Tim-Philipp Müller  <tim.muller at collabora co uk>
1130
1131         * gst-libs/gst/pbutils/descriptions.c: (format_info_get_desc):
1132           Add Lead H.264 here as well.
1133
1134 2008-08-14  Julien Moutte  <julien@fluendo.com>
1135
1136         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
1137         (gst_riff_create_video_template_caps): Add Lead H.264 variant.
1138
1139 2008-08-13  Wim Taymans  <wim.taymans@collabora.co.uk>
1140
1141         * gst-libs/gst/audio/gstbaseaudiosrc.c:
1142         (gst_base_audio_src_create):
1143         When not slaved to another clock also subtract the base_time from our
1144         internal clock time to get the running time.
1145
1146 2008-08-12  David Schleef  <ds@schleef.org>
1147
1148         * ext/theora/theoraenc.c: Remove the 2000 kbit limit to bitrate,
1149           since it has no basis in libtheora.
1150
1151 2008-08-12  Stefan Kost  <ensonic@users.sf.net>
1152
1153         * gst-libs/gst/interfaces/propertyprobe.h:
1154           Remove double "interface" from doc-string.
1155
1156         * gst-libs/gst/interfaces/xoverlay.h:
1157           Document interface.
1158
1159         * gst-libs/gst/riff/riff.c:
1160           Add basic doc blobs.
1161
1162 2008-08-11  Stefan Kost  <ensonic@users.sf.net>
1163
1164         * gst-libs/gst/audio/Makefile.am:
1165           Don't try to build that example anymore.
1166
1167 2008-08-11  Stefan Kost  <ensonic@users.sf.net>
1168
1169         * gst-libs/gst/audio/.cvsignore:
1170         * gst-libs/gst/audio/Makefile.am:
1171         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
1172         * gst-libs/gst/audio/make_filter:
1173           Move audiofiltertemplate to gst-template.
1174
1175 2008-08-11  Stefan Kost  <ensonic@users.sf.net>
1176
1177         * docs/libs/gst-plugins-base-libs-sections.txt:
1178         * gst-libs/gst/audio/gstaudiosrc.h:
1179           More docs and shuffling. What can we do with the hundreds of #defines.
1180
1181 2008-08-11  Stefan Kost  <ensonic@users.sf.net>
1182
1183         * gst-libs/gst/audio/audio.h:
1184         * gst-libs/gst/audio/gstaudiofilter.h:
1185         * gst-libs/gst/audio/gstringbuffer.h:
1186         * gst-libs/gst/interfaces/propertyprobe.h:
1187         * gst-libs/gst/tag/gsttagdemux.h:
1188           Reducing number of dundocumented symbols.
1189
1190 2008-08-11  Stefan Kost  <ensonic@users.sf.net>
1191
1192         * gst-libs/gst/audio/audio.c:
1193           Fix doc comment syntax.
1194
1195         * gst-libs/gst/interfaces/propertyprobe.c:
1196           Add more doc-comments and a FIXME: for the signal.    
1197
1198 2008-08-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1199
1200         * ext/ogg/gstoggmux.c: (gst_ogg_mux_sink_event),
1201         (gst_ogg_mux_request_new_pad):
1202         * ext/ogg/gstoggmux.h:
1203         Don't pretend to support NEWSEGMENT events, instead override the
1204         GstCollectPads event function to return FALSE on NEWSEGMENT events
1205         and do the normal work for other events.
1206
1207         This prevents elements like flacenc to seek to the start and rewrite
1208         some data which then results in a broken Ogg packet.
1209
1210 2008-08-07  Tim-Philipp Müller  <tim.muller at collabora co uk>
1211
1212         Patch by: Frederic Crozat <fcrozat@mandriva.org>
1213
1214         * ext/alsa/gstalsaplugin.c: (plugin_init):
1215         * ext/cdparanoia/gstcdparanoiasrc.c: (plugin_init):
1216         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
1217         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init):
1218         * gst-libs/gst/audio/gstbaseaudiosrc.c: (_do_init):
1219         * gst-libs/gst/pbutils/pbutils.c: (gst_pb_utils_init):
1220         * gst-libs/gst/tag/tags.c: (gst_tag_register_tags_internal):
1221         * gst/playback/gstdecodebin.c: (plugin_init):
1222         * gst/playback/gstdecodebin2.c: (gst_decode_bin_plugin_init):
1223         * gst/playback/gstplayback.c: (plugin_init):
1224         * gst/playback/gstqueue2.c: (plugin_init):
1225         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_plugin_init):
1226         * sys/v4l/gstv4l.c: (plugin_init):
1227         Make sure gettext returns translations in UTF-8 encoding rather
1228         than in the current locale encoding (#546822).
1229
1230 2008-08-06  Stefan Kost  <ensonic@users.sf.net>
1231
1232         * gst-libs/gst/pbutils/descriptions.c:
1233           Add audio/x-qdm for qtdemux.
1234
1235 2008-08-05  Stefan Kost  <ensonic@users.sf.net>
1236
1237         * ext/vorbis/vorbisdec.c:
1238           Do not leak old taglist.
1239
1240 2008-08-04  Stefan Kost  <ensonic@users.sf.net>
1241
1242         * tests/icles/test-scale.c:
1243           Include <stdlib.h> for atoi().
1244
1245 2008-08-04  Andy Wingo  <wingo@pobox.com>
1246
1247         * gst/audiotestsrc/gstaudiotestsrc.c: Very crucial and important
1248         documentation fix.
1249
1250 2008-08-01  Stefan Kost  <ensonic@users.sf.net>
1251
1252         * gst/adder/gstadder.c:
1253           Cleanup lots of empty lines that came from gst-indent going havoc
1254           before I added the INDENT_ON/OFF marker some time agao.
1255
1256 2008-08-01  Stefan Kost  <ensonic@users.sf.net>
1257
1258         * configure.ac:
1259         * gst-libs/gst/riff/riff-read.c:
1260           Bump requirement to latest core and use new tag for riff formats.
1261           Needed for #520694.
1262
1263 2008-08-01  Wim Taymans  <wim.taymans@collabora.co.uk>
1264
1265         * tests/examples/dynamic/Makefile.am:
1266         * tests/examples/dynamic/codec-select.c: (make_encoder),
1267         (make_pipeline), (do_switch), (my_bus_callback), (main):
1268         Add example app that dynamically switches between 3 'encoders'.
1269
1270 2008-07-31  Wim Taymans  <wim.taymans@collabora.co.uk>
1271
1272         * gst/playback/gstplaysink.c: (gst_play_sink_set_vis_plugin):
1273         Add some more comments.
1274
1275 2008-07-31  Wim Taymans  <wim.taymans@collabora.co.uk>
1276
1277         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_getcaps),
1278         (gst_video_test_src_create):
1279         Discard buffers of the wrong size after renegotiation, this is perfectly
1280         possible with things like capsfilter that could suggest caps changes
1281         upstream without knowing the size of the buffer.
1282
1283 2008-07-31  Wim Taymans  <wim.taymans@collabora.co.uk>
1284
1285         * tests/icles/.cvsignore:
1286         * tests/icles/Makefile.am:
1287         * tests/icles/test-scale.c: (make_pipeline), (main):
1288         Add dynamic rescaling tests for the new basetransform.
1289
1290 2008-07-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
1291
1292         * gst/audioconvert/Makefile.am:
1293           Dist recently-added gstfastrandom.h.
1294
1295 2008-07-30  Edward Hervey  <edward.hervey@collabora.co.uk>
1296
1297         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
1298         Fix a "may be used uninitialized in this function" which weirdly only
1299         appears on macosx (?).
1300
1301 2008-07-30  Stefan Kost  <ensonic@users.sf.net>
1302
1303         * gst-libs/gst/riff/riff-ids.h:
1304           Adding acid chunk for tempo and loop information.
1305
1306 2008-07-29  Stefan Kost  <ensonic@users.sf.net>
1307
1308         * sys/xvimage/Makefile.am:
1309           floor() needs linking to $(LIBM).
1310
1311 2008-07-29  Stefan Kost  <ensonic@users.sf.net>
1312
1313         * ext/gnomevfs/gstgnomevfssrc.c:
1314           Aggregate short reads and add some comments and debug logging.
1315           Fixes #537380
1316
1317 2008-07-29  Stefan Kost  <ensonic@users.sf.net>
1318
1319         * gst/playback/gstplaybasebin.c:
1320           Fix property doc markup (its not a signal).
1321
1322         * sys/xvimage/xvimagesink.c:
1323           Add since tag for new proeprties (also add sice tags fro the last two
1324           other additions).
1325
1326 2008-07-29  Stefan Kost  <ensonic@users.sf.net>
1327
1328         * sys/xvimage/xvimagesink.c:
1329         * sys/xvimage/xvimagesink.h:
1330           Add autofill/colorkey properties. Fixes #538656.
1331
1332 2008-07-28  David Schleef  <ds@schleef.org>
1333
1334         * sys/xvimage/xvimagesink.c:
1335           Fix rounding errors when converting colorbalance values
1336           between hardware and object property ranges.  Partial
1337           fix for #537889, however, there still seems to be a small
1338           drift problem that could be totem's fault.
1339
1340 2008-07-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1341
1342         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
1343         (gst_ogg_demux_perform_seek), (gst_ogg_demux_handle_page):
1344         Don't use GST_CLOCK_TIME_NONE as start of NEWSEGMENT events.
1345         This fixes a critical warning.
1346
1347 2008-07-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1348
1349         * ext/ogg/gstoggmux.c:
1350         Allow muxing of CELT into Ogg streams.
1351
1352 2008-07-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1353
1354         * gst/typefind/gsttypefindfunctions.c: (celt_type_find),
1355         (plugin_init):
1356         Add simple typefinder for the CELT codec (www.celt-codec.org).
1357
1358 2008-07-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1359
1360         Patch by: Jan Gerber <j at oil21 dot org>
1361
1362         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fisbone):
1363         Fix calculation of the start time from skeleton streams.
1364         Fixes bug #530068.
1365
1366 2008-07-24  Stefan Kost  <ensonic@users.sf.net>
1367
1368         * tests/examples/seek/seek.c:
1369           Use 64 bit constant GST_CLOCK_TIME_NONE instead of plain -1.
1370
1371 2008-07-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1372
1373         * gst/audioconvert/audioconvert.h:
1374         * gst/audioconvert/gstaudioquantize.c:
1375         (gst_audio_quantize_setup_dither),
1376         (gst_audio_quantize_free_dither):
1377         * gst/audioconvert/gstfastrandom.h:
1378         Implement a linear congruential generator as pseudo random number
1379         generator for the dither noise. This is about 2 times faster than
1380         using GLib's mersenne twister. Also this uses only integer math for
1381         generating integers while GLib internally uses floating point math.
1382
1383 2008-07-23  Michael Smith <msmith@songbirdnest.com>
1384
1385         * configure.ac:
1386           Remove AC_ISC_POSIX; it breaks on some systems and is not needed.
1387
1388 2008-07-23  Tim-Philipp Müller  <tim.muller at collabora co uk>
1389
1390         Patch by: Damien Lespiau  <damien.lespiau gmail com>
1391
1392         * gst-libs/gst/sdp/gstsdpmessage.c: (print_media):
1393           Use GST_STR_NULL to avoid crashes with libcs that don't
1394           like NULL strings in printf args (such as the win32 one).
1395           Fixes #544306.
1396
1397 2008-07-17  Jan Schmidt  <Jan.Schmidt@sun.com>
1398
1399         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls):
1400         Oops - set the size of the image used for probing back to 1x1, for
1401         consistency with ximagesink
1402
1403 2008-07-17  Jan Schmidt  <Jan.Schmidt@sun.com>
1404
1405         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
1406         (gst_ximagesink_ximage_new):
1407         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
1408         (gst_xvimagesink_xvimage_new):
1409
1410         Apparently on Solaris and OS/X (at least), it's not legal to ask the
1411         X server to attach to a shared memory segment after we've deleted it,
1412         with the result that MIT-SHM is disabled. Instead, remove it only after 
1413         X succeeds in attaching too.
1414
1415 2008-07-16  David Schleef  <ds@schleef.org>
1416
1417         * gst/audiotestsrc/gstaudiotestsrc.c:
1418         * gst/audiotestsrc/gstaudiotestsrc.h:
1419           Add 'ticks', a 1/30 second sine wave pulse every second.
1420
1421 2008-07-15  David Schleef  <ds@schleef.org>
1422
1423         * gst-libs/gst/video/video.c: Revert ABI change.
1424
1425 2008-07-15  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1426
1427         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
1428         Make it impossible to have NULL caps at the point where we set
1429         framerate and other things. Also don't return immediately for "3ivd"
1430         video and let framerate, etc be set. Might fix bug #542508.
1431
1432 2008-07-14  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1433
1434         * gst-libs/gst/video/video.c: (gst_video_format_parse_caps):
1435         Video format can also be conveniently determined from (many)
1436         non-fixed caps.
1437
1438 2008-07-14  Jan Schmidt  <thaytan@noraisin.net>
1439
1440         * gst/playback/gstplaybasebin.c:
1441         * gst/playback/gstplaybasebin.h:
1442         * gst/playback/gstplaybin.c:
1443         * gst/playback/gststreamselector.c:
1444         First stab at integrating DVD subpicture overlay into
1445         playbin. Successfully plugs and plays, but the queues need
1446         shrinking - 3 seconds of video is too much buffering.
1447
1448 2008-07-11  Stefan Kost  <ensonic@users.sf.net>
1449
1450         * gst/audioconvert/gstaudioconvert.c:
1451           Remove now obsolete note in the docs.
1452
1453 2008-07-11  Stefan Kost  <ensonic@users.sf.net>
1454
1455         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
1456         * docs/plugins/gst-plugins-base-plugins-overrides.txt:
1457         * docs/plugins/gst-plugins-base-plugins-sections.txt:
1458         * docs/plugins/gst-plugins-base-plugins.args:
1459         * docs/plugins/gst-plugins-base-plugins.hierarchy:
1460         * docs/plugins/gst-plugins-base-plugins.interfaces:
1461         * docs/plugins/gst-plugins-base-plugins.prerequisites:
1462         * docs/plugins/gst-plugins-base-plugins.signals:
1463         * docs/plugins/inspect/plugin-adder.xml:
1464         * docs/plugins/inspect/plugin-alsa.xml:
1465         * docs/plugins/inspect/plugin-audioconvert.xml:
1466         * docs/plugins/inspect/plugin-audiorate.xml:
1467         * docs/plugins/inspect/plugin-audioresample.xml:
1468         * docs/plugins/inspect/plugin-audiotestsrc.xml:
1469         * docs/plugins/inspect/plugin-cdparanoia.xml:
1470         * docs/plugins/inspect/plugin-decodebin.xml:
1471         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
1472         * docs/plugins/inspect/plugin-gdp.xml:
1473         * docs/plugins/inspect/plugin-gnomevfs.xml:
1474         * docs/plugins/inspect/plugin-libvisual.xml:
1475         * docs/plugins/inspect/plugin-ogg.xml:
1476         * docs/plugins/inspect/plugin-pango.xml:
1477         * docs/plugins/inspect/plugin-playback.xml:
1478         * docs/plugins/inspect/plugin-queue2.xml:
1479         * docs/plugins/inspect/plugin-subparse.xml:
1480         * docs/plugins/inspect/plugin-tcp.xml:
1481         * docs/plugins/inspect/plugin-theora.xml:
1482         * docs/plugins/inspect/plugin-typefindfunctions.xml:
1483         * docs/plugins/inspect/plugin-uridecodebin.xml:
1484         * docs/plugins/inspect/plugin-video4linux.xml:
1485         * docs/plugins/inspect/plugin-videorate.xml:
1486         * docs/plugins/inspect/plugin-videoscale.xml:
1487         * docs/plugins/inspect/plugin-videotestsrc.xml:
1488         * docs/plugins/inspect/plugin-volume.xml:
1489         * docs/plugins/inspect/plugin-vorbis.xml:
1490         * docs/plugins/inspect/plugin-ximagesink.xml:
1491         * docs/plugins/inspect/plugin-xvimagesink.xml:
1492         * ext/alsa/gstalsamixer.c:
1493         * ext/alsa/gstalsasink.c:
1494         * ext/alsa/gstalsasrc.c:
1495         * ext/gio/gstgiosink.c:
1496         * ext/gio/gstgiosrc.c:
1497         * ext/gio/gstgiostreamsink.c:
1498         * ext/gio/gstgiostreamsrc.c:
1499         * ext/gnomevfs/gstgnomevfssink.c:
1500         * ext/gnomevfs/gstgnomevfssrc.c:
1501         * ext/ogg/gstoggdemux.c:
1502         * ext/ogg/gstoggmux.c:
1503         * ext/pango/gstclockoverlay.c:
1504         * ext/pango/gsttextoverlay.c:
1505         * ext/pango/gsttextrender.c:
1506         * ext/pango/gsttimeoverlay.c:
1507         * ext/theora/theoradec.c:
1508         * ext/theora/theoraenc.c:
1509         * ext/theora/theoraparse.c:
1510         * ext/vorbis/vorbisdec.c:
1511         * ext/vorbis/vorbisenc.c:
1512         * ext/vorbis/vorbisparse.c:
1513         * ext/vorbis/vorbistag.c:
1514         * gst/adder/gstadder.c:
1515         * gst/audioconvert/gstaudioconvert.c:
1516         * gst/audioresample/gstaudioresample.c:
1517         * gst/audiotestsrc/gstaudiotestsrc.c:
1518         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
1519         * gst/gdp/gstgdpdepay.c:
1520         * gst/gdp/gstgdppay.c:
1521         * gst/playback/gstdecodebin2.c:
1522         * gst/playback/gstplaybin.c:
1523         * gst/playback/gstplaybin2.c:
1524         * gst/playback/gstqueue2.c:
1525         * gst/playback/gsturidecodebin.c:
1526         * gst/tcp/gstmultifdsink.c:
1527         * gst/tcp/gsttcpserversink.c:
1528         * gst/videorate/gstvideorate.c:
1529         * gst/videoscale/gstvideoscale.c:
1530         * gst/videotestsrc/gstvideotestsrc.c:
1531         * gst/volume/gstvolume.c:
1532         * sys/ximage/ximagesink.c:
1533         * sys/xvimage/xvimagesink.c:
1534           Cleanup Plugin docs. Link to signals and properties. Fix sub-section
1535           titles. Drop mentining that all our example pipelines are "simple"
1536           pipelines.
1537
1538 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1539
1540         * tests/examples/seek/Makefile.am:
1541         Fix out of tree build by adding all required CFLAGS.
1542
1543 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1544
1545         * gst/playback/gstdecodebin.c: (add_raw_queue):
1546         And ref the pad before returning it again when linking to the queue
1547         failed. Otherwise we will unref the pad twice later and things break.
1548
1549 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1550
1551         * gst/playback/gstdecodebin.c: (add_raw_queue):
1552         If linking the raw pad with a queue fails, try it without a queue
1553         instead of failing completely. This should never happen.
1554
1555 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1556
1557         Patch by: Evgeniy Stepanov <eugeni dot stepanov at gmail dot com>
1558
1559         * gst/playback/gstdecodebin.c: (add_raw_queue), (close_pad_link):
1560         Add a queue after a demuxer if the demuxer outputs raw data. This was
1561         done before only for non-raw data but is required in this case too.
1562         Fixes bug #540215.
1563
1564         decodebin2 doesn't have this issue because all streams of a group
1565         go through multiqueue.
1566
1567 2008-07-03  Wim Taymans  <wim.taymans@collabora.co.uk>
1568
1569         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
1570
1571         * gst-libs/gst/sdp/gstsdpmessage.c:
1572         Makes libgstsdp compile with mingw32 by defining the right WINVER so
1573         that getaddrinfo() can be used. Fixes #541358.
1574
1575 2008-07-01  Wim Taymans  <wim.taymans@collabora.co.uk>
1576
1577         * gst/videotestsrc/gstvideotestsrc.c:
1578         (gst_video_test_src_class_init), (gst_video_test_src_init),
1579         (gst_video_test_src_set_property),
1580         (gst_video_test_src_get_property), (gst_video_test_src_create):
1581         * gst/videotestsrc/gstvideotestsrc.h:
1582         Cleanups, use default property values as defines.
1583         Add property to enable/disable peer buffer allocation.
1584
1585 2008-06-30  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1586
1587         * tests/check/elements/gdpdepay.c: (gdpdepay_suite):
1588         * tests/check/pipelines/streamheader.c: (streamheader_suite):
1589         Enable unit tests on PPC again as the bugs are now fixed.
1590
1591 2008-06-30  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1592
1593         * gst-libs/gst/riff/riff-ids.h:
1594         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
1595         (gst_riff_create_audio_template_caps):
1596         Add support for ADPCM IMA DK3 and DK4 variant in RIFF containers.
1597         Fixes bug #540351.
1598
1599 2008-06-30  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1600
1601         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1602         (gst_ffmpeg_pixfmt_to_caps):
1603         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
1604         (gst_ffmpegcsp_get_unit_size):
1605         Only set/get on the PAL8 format, ffmpegcolorspace doesn't support
1606         it on other formats. Also adjust the unit size only for that format
1607         to not include the palette. Fixes bug #540497.
1608
1609 2008-06-29  Stefan Kost  <ensonic@users.sf.net>
1610
1611         * gst/adder/gstadder.c:
1612           Use GST_DEBUG_FUNCPTR and remove some extra vlnak lines.
1613
1614 2008-06-27  Stefan Kost  <ensonic@users.sf.net>
1615
1616         * ChangeLog:
1617           ChangeLog surgery.
1618   
1619         * tests/examples/seek/seek.c:
1620           Move variable into ifdef too.
1621         
1622
1623 2008-06-27  Stefan Kost  <ensonic@users.sf.net>
1624
1625         * tests/examples/seek/seek.c:
1626           Include config.h and check if we have X. Remove XInitThread(), don't
1627           think its needed. Fixes: #540334.
1628
1629 2008-06-26  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1630
1631         Patch by: Sam Morris <sam at robots dot org to uk>
1632
1633         * gst-libs/gst/interfaces/mixertrack.c:
1634         (gst_mixer_track_class_init), (gst_mixer_track_get_property),
1635         (gst_mixer_track_set_property):
1636         API: Add "index" property to GstMixerTrack to differantiate between
1637         multiple mixer tracks with the same label.
1638
1639         * ext/alsa/gstalsamixeroptions.c: (gst_alsa_mixer_options_new):
1640         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
1641         Set the "index" property of GstMixerTrack to the index given by ALSA.
1642         Fixes bug #528299.
1643
1644 2008-06-25  Stefan Kost  <ensonic@users.sf.net>
1645
1646         * tests/examples/seek/Makefile.am:
1647         * tests/examples/seek/seek.c:
1648           Remove libgstvideo usage. Use gtk_get_option_group instead of
1649           gtk_init().
1650
1651 2008-06-24  Stefan Kost  <ensonic@users.sf.net>
1652
1653         * tests/check/Makefile.am:
1654           Name the test registry format neutral.
1655
1656 2008-06-24  Stefan Kost  <ensonic@users.sf.net>
1657
1658         * gst/playback/gstqueue2.c:
1659           Do not double notify. Remove the unsued return value.
1660
1661 2008-06-24  Stefan Kost  <ensonic@users.sf.net>
1662
1663         * ext/alsa/gstalsamixer.c:
1664           Also consider "speaker" as a name for master volume. If that doesn't
1665           help look for the first non-mono volume control that also has a
1666           playback switch.
1667
1668 2008-06-24  Stefan Kost  <ensonic@users.sf.net>
1669
1670         * ChangeLog:
1671           Forgot to save the ChangeLog :/
1672
1673 2008-06-24  Stefan Kost  <ensonic@users.sf.net>
1674
1675         * tests/examples/seek/Makefile.am:
1676         * tests/examples/seek/seek.c:
1677           Embedd the xwindow. Allow to play multiple files.
1678
1679 2008-06-24  Jan Schmidt  <jan.schmidt@sun.com>
1680
1681         * sys/ximage/ximagesink.c (gst_ximagesink_ximage_put),
1682         (gst_ximagesink_setcaps):
1683         * sys/ximage/ximagesink.h:
1684         When the caps change, make sure to re-draw borders in
1685         force-aspect-ratio=true mode.
1686         * sys/xvimage/xvimagesink.c (gst_xvimagesink_xvimage_put):
1687         Don't clear the border_draw flag until we actually draw the border.
1688         * tests/check/Makefile.am:
1689         Ignore alsasink/src during the states test too, so it doesn't fail
1690         when running without access to the sound device.
1691
1692 2008-06-22  Stefan Kost  <ensonic@users.sf.net>
1693
1694         * tests/examples/seek/seek.c:
1695           Fix crasher when playing a parse-launch line the 2nd time.
1696
1697 2008-06-21  Thomas Vander Stichele  <thomas at apestaart dot org>
1698
1699         * tests/check/pipelines/oggmux.c:
1700           Properly ifdef tests to fix compilation.
1701
1702 2008-06-20  Michael Smith <msmith@songbirdnest.com>
1703
1704         * gst/playback/gstplay-marshal.list:
1705         * gst/playback/gstplaybin2.c:
1706           Add get-video-pad, get-audio-pad, get-text-pad action signals to
1707           playbin2. This allows the user to get to the selector's sinkpads, and
1708           thus inspect a range of things - caps, tags, etc. 
1709
1710 2008-06-20  Michael Smith <msmith@songbirdnest.com>
1711
1712         * gst/playback/gstplaybin2.c:
1713           Use a different constant for the convert-frame signal id.
1714           Fixes #537009.
1715
1716 2008-06-20  Michael Smith <msmith@songbirdnest.com>
1717
1718         * gst/playback/gstplaybin2.c:
1719         * gst/playback/gstplaysink.c:
1720           Fix a whole bunch of typos in comments and log statements. 
1721
1722 2008-06-20  Michael Smith <msmith@songbirdnest.com>
1723
1724         * sys/xvimage/xvimagesink.c:
1725           Don't set colour balance values on the Xv port if the user hasn't
1726           changed them (via properties or the interface). Avoids accumulating
1727           rounding errors for the common case.
1728           Partial fix for bug #537889.
1729
1730 2008-06-20  Michael Smith <msmith@songbirdnest.com>
1731
1732         * gst/playback/gstdecodebin2.c:
1733           Ensure decodebin2 emits 'drained' signal once, and only once, when all
1734           pads are drained.
1735
1736 2008-06-20  Wim Taymans  <wim.taymans@collabora.co.uk>
1737
1738         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_get_latency),
1739         (gst_vorbis_enc_src_query), (gst_vorbis_enc_chain):
1740         Report the encoder latency. Fixes #538232.
1741
1742 2008-06-20  Wim Taymans  <wim.taymans@collabora.co.uk>
1743
1744         * gst/playback/gstplaybin2.c: (gst_play_bin_get_property),
1745         (notify_source), (activate_group):
1746         Implement the source property, emit notify when it changes in the
1747         underlying uridecodebin.
1748
1749 2008-06-20  Wim Taymans  <wim.taymans@collabora.co.uk>
1750
1751         * tests/examples/seek/seek.c: (stop_cb):
1752         Free and clear the seek element list so that we don't use invalid
1753         references when seeking after recreating a gst-launch line.
1754
1755 2008-06-20  Wim Taymans  <wim.taymans@collabora.co.uk>
1756
1757         * gst-libs/gst/audio/gstbaseaudiosink.c:
1758         (gst_base_audio_sink_query), (gst_base_audio_sink_skew_slaving),
1759         (gst_base_audio_sink_render):
1760         Report latency even if we are not live instead of hiding it.
1761         Take ts-offset and render-delay of the basesink into account when
1762         scheduling samples.
1763         Rework the clipping code so that we can take the various offsets into
1764         account and still do correct clipping.
1765
1766 2008-06-20  Jan Schmidt  <jan.schmidt@sun.com>
1767
1768         * configure.ac:
1769         Bump verion back to devel -> 0.10.20.1
1770
1771 2008-06-20  Sebastian Dröge  <slomo@circular-chaos.org>
1772
1773         * gst-libs/gst/tag/tags.c: (gst_tag_image_data_to_image_buffer):
1774         Don't increase the size of non-string image buffers by one as this
1775         might in theory confuse decoders. Still increase it by one for string
1776         image buffers to append '\0'.
1777
1778 2008-06-20  Sebastian Dröge  <slomo@circular-chaos.org>
1779
1780         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
1781         
1782         * gst/gdp/gstgdppay.c: (gst_gdp_pay_reset):
1783         Fix a buffer memleak and remove a confusing and wrong debug output.
1784         Fixes bug #538663.
1785
1786 === release 0.10.20 ===
1787
1788 2008-06-18  Jan Schmidt <jan.schmidt@sun.com>
1789
1790         * configure.ac:
1791           releasing 0.10.20, "Here I Go Again"
1792
1793 2008-06-11  Jan Schmidt  <jan.schmidt@sun.com>
1794
1795         * configure.ac:
1796         0.10.19.3 pre-release
1797
1798 2008-06-11  Jan Schmidt  <jan.schmidt@sun.com>
1799
1800         * gst-libs/gst/rtsp/gstrtspconnection.c:
1801         Fix build on win32.
1802         Patch By: David Schleef <ds@schleef.org>
1803         Fixes: #536874
1804
1805 2008-06-11  Sebastian Dröge  <slomo@circular-chaos.org>
1806
1807         * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_finalize),
1808         (gst_gio_base_src_create):
1809         * ext/gio/gstgiobasesrc.h:
1810         Try to read the requested number of bytes, even if the first
1811         read returns less than requested, until nothing is read anymore
1812         or we have the requested amount of bytes. This fixes playback of
1813         files via Samba as Samba only allows to read 64k at once.
1814
1815         Implement a caching algorithm that makes sure that we read at
1816         least 4k of data every time. Some elements will try to read a few
1817         bytes, then seek, read again a few bytes and so on and this is
1818         painfully slow as every operation has to go over DBus if GVfs is
1819         used as backend.
1820
1821         Fixes bug #536849 and #536848.
1822
1823         * ext/gio/gstgiosrc.c: (gst_gio_src_class_init),
1824         (gst_gio_src_check_get_range):
1825         Override check_get_range() to blacklist http/https URIs
1826         and whitelist file URIs. More to be added on demand.
1827
1828 2008-06-05  Jan Schmidt  <jan.schmidt@sun.com>
1829
1830         * configure.ac:
1831         0.10.19.2 pre-release
1832
1833 2008-06-04  Jan Schmidt  <jan.schmidt@sun.com>
1834
1835         * win32/common/libgstrtsp.def:
1836         * win32/common/libgsttag.def:
1837         Add new API functions to the dll exports
1838
1839 2008-06-04  Michael Smith <msmith@songbirdnest.com>
1840
1841         * gst/playback/gstplaybasebin.c:
1842           Disconnect signals from decodebins we created before we remove it
1843           from playbin, to avoid crashes if the decodebin is eventually
1844           disposed after the playbin itself (possible if the app takes a
1845           reference on the decodebin).
1846           Fixes #536521.
1847
1848 2008-06-04  Tim-Philipp Müller  <tim.muller at collabora co uk>
1849
1850         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
1851           (mp3_type_find), (musepack_type_find), (MULTIPART_MAX_HEADER_SIZE),
1852           (mpeg_sys_type_find), (mpeg_ts_type_find), (mpeg4_video_type_find),
1853           (h264_video_type_find), (mpeg_video_stream_type_find),
1854           (dv_type_find), (mmsh_type_find):
1855           Bunch of small clean-ups: use gst_type_find_suggest_simple(); don't
1856           copy caps for no good reason (this may be desirable to make it easier
1857           to detect leaks, but then it should probably be done for all caps
1858           in the typefinder somewhere).
1859
1860 2008-06-04  Peter Kjellerstedt  <pkj@axis.com>
1861
1862         * tests/check/Makefile.am:
1863         Do not try to run the check tests for subparse unless it has been
1864         built.
1865
1866 2008-06-04  Peter Kjellerstedt  <pkj@axis.com>
1867
1868         * tests/check/pipelines/streamheader.c: (buffer_probe_cb),
1869         (test_multifdsink_gdp_vorbisenc), (streamheader_suite):
1870         Do not try to run a test which requires vorbisenc unless we have
1871         actually built it.
1872
1873 2008-06-04  Peter Kjellerstedt  <pkj@axis.com>
1874
1875         * gst-libs/gst/rtsp/gstrtspconnection.c:
1876         (gst_rtsp_connection_set_auth), (gst_rtsp_connection_set_auth_param),
1877         (gst_rtsp_connection_clear_auth_params),
1878         (gst_rtsp_connection_set_qos_dscp), (gst_rtsp_connection_get_ip):
1879         * gst-libs/gst/rtsp/gstrtspconnection.h:
1880         Add a couple of missing argument guards.
1881         Add a way of setting the DSCP for an RTSP connection.
1882         Add an accessor method for the ip member of GstRTSPConnection as all
1883         members are supposed to be private.
1884
1885 2008-06-04  Peter Kjellerstedt  <pkj@axis.com>
1886
1887         * gst/tcp/gstmultifdsink.c: (setup_dscp_client):
1888         Fixed accidental use of IPv4 options for all IPv6 addresses.
1889
1890 2008-06-04  Tim-Philipp Müller  <tim.muller at collabora co uk>
1891
1892         * gst-libs/gst/interfaces/mixertrack.h:
1893           Document mixer track flags.
1894
1895 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
1896
1897         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
1898
1899         * gst/gdp/gstgdppay.c: (gst_gdp_pay_reset_streamheader):
1900         Don't set caps on the buffers that contain a copy of the buffer
1901         including the caps of them resulting in an always increasing refcount
1902         of the caps and insanely large caps. Instead include a buffer without
1903         caps in the new caps. Fixes bug #536475.
1904
1905 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
1906
1907         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps):
1908         Transform a given PAR to a range on the struct with the generic
1909         height/width instead of the struct with the possibly restricted
1910         height/width.
1911
1912 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
1913
1914         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps):
1915         Prefer the given format if it contains something stricter than [1,MAX]
1916         for height or width and only put a structure that requires rescaling
1917         as second. This makes it possible to use videoscale in pipelines where
1918         the source can actually produce the wanted height/width but usually
1919         selects a different one from the requested.
1920
1921 2008-06-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
1922
1923         Based on patch by: John Millikin <jmillikin gmail com>
1924
1925         * gst-libs/gst/tag/gstvorbistag.c: (tag_matches), (gst_vorbis_tag_add),
1926           (gst_vorbis_tag_add_coverart):
1927           Retrieve COVERART tags from vorbis comments (#512333)
1928
1929 2008-06-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
1930
1931         * gst-libs/gst/tag/tag.h:
1932         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum):
1933           Don't forget to add new enum value here too (should probably use
1934           glib-mkenums here...).
1935
1936 2008-06-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
1937
1938         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_add_id3_image):
1939         * gst-libs/gst/tag/tag.h: (GST_TAG_IMAGE_TYPE_NONE),
1940         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum),
1941           (gst_tag_image_type_get_type), (gst_tag_image_type_is_valid),
1942           (gst_tag_image_data_to_image_buffer):
1943           Add two utility functions to avoid code duplication (#512333):
1944           API: add gst_tag_image_data_to_image_buffer()
1945           API: add gst_tag_list_add_id3_image()
1946           API: add GST_TAG_IMAGE_TYPE_NONE enum value
1947
1948 2008-06-03  Sebastian Dröge  <slomo@circular-chaos.org>
1949
1950         * win32/common/libgstaudio.def:
1951         Add gst_audio_check_channel_positions() to the exported symbols.
1952
1953 2008-06-03  Sebastian Dröge  <slomo@circular-chaos.org>
1954
1955         * docs/libs/gst-plugins-base-libs-sections.txt:
1956         * gst-libs/gst/audio/multichannel.c:
1957         (gst_audio_check_channel_positions):
1958         * gst-libs/gst/audio/multichannel.h:
1959         API: Make gst_audio_check_channel_positions() public.
1960
1961         * tests/check/libs/audio.c: (GST_START_TEST):
1962         Add some simple checks for gst_audio_check_channel_positions().
1963
1964 2008-06-02  Tim-Philipp Müller  <tim.muller at collabora co uk>
1965
1966         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
1967           minrange and maxrange are scaled according to the frequency
1968           multiplier.
1969
1970 2008-06-02  Tim-Philipp Müller  <tim.muller at collabora co uk>
1971
1972         * ext/pango/Makefile.am:
1973         * ext/pango/gsttextoverlay.c: (gst_text_overlay_shade_y),
1974           (gst_text_overlay_blit_yuv420), (gst_text_overlay_push_frame):
1975           Use gstvideo functions to calculate strides and plane offsets. Fixes
1976           rendering issue ('ghost' images of the text on the chroma planes)
1977           with widths or heights that are not multiples of 8 (#506659 and
1978           probably also #485729).
1979
1980         * tests/icles/test-textoverlay.c: (show_text), (test_textoverlay),
1981           (main):
1982           Test with odd height/width too.
1983
1984 2008-06-02  Sebastian Dröge  <slomo@circular-chaos.org>
1985
1986         * gst/adder/gstadder.c: (gst_adder_query_duration),
1987         (gst_adder_query_latency):
1988         When using gst_element_iterate_pads() one has to unref every pad
1989         after usage.
1990
1991 2008-05-31  Mark Nauwelaerts  <mnauw@users.sf.net>
1992
1993         * gst-libs/gst/audio/gstbaseaudiosrc.c:
1994         (gst_base_audio_src_class_init):
1995         Add a gtk-doc chunk for the new properties to have a Since: indication.
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), (gst_base_audio_src_dispose),
2001         (gst_base_audio_src_get_property), (gst_base_audio_src_setcaps),
2002         (gst_base_audio_src_change_state):
2003         Provide readable actual-buffer-time and actual-latency-time properties
2004         that reflect the configured ringbuffer values. Fixes #524724.
2005         API: GstBaseAudioSrc:actual-buffer-time
2006         API: GstBaseAudioSrc:actual-latency-time
2007
2008 2008-05-30  Wim Taymans  <wim.taymans@collabora.co.uk>
2009
2010         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push),
2011         (gst_basertppayload_change_state):
2012         Simply converting the running time into an RTP timestamp by scaling it
2013         based on the clock-rate is good enough for making an RTP timestamp. This
2014         has the added benefit that we can later on expose a property with the
2015         RTP timestamp of running time 0, as is needed for RTSP servers to
2016         generate the response of the PLAY request.
2017
2018 2008-05-30  Sebastian Dröge  <slomo@circular-chaos.org>
2019
2020         * gst/audioconvert/gstaudioconvert.c:
2021         (structure_has_fixed_channel_positions),
2022         (gst_audio_convert_transform_caps):
2023         Allow up to 11 positioned channels now that audioconvert can handle
2024         this but add no default positions for > 8 channels.
2025         
2026         * tests/check/elements/audioconvert.c: (GST_START_TEST):
2027         Add some unit tests for the above change: Test conversion of
2028         11 positioned channels to stereo and the other way around, test
2029         conversion of 15 unpositioned channels in different ways.
2030
2031 2008-05-29  Sebastian Dröge  <slomo@circular-chaos.org>
2032
2033         * win32/common/libgstaudio.def:
2034         Add gst_audio_clock_reset to the list of exported symbols.
2035
2036 2008-05-29  Sebastian Dröge  <slomo@circular-chaos.org>
2037
2038         * tests/check/elements/vorbisdec.c: (vorbisdec_suite):
2039         Remove wrong_channels_identification_header unit test as we now
2040         support 7 (and more channels).
2041
2042 2008-05-29  Sebastian Dröge  <slomo@circular-chaos.org>
2043
2044         * gst/audioconvert/gstchannelmix.c:
2045         (gst_channel_mix_fill_one_other):
2046         If mixing left or right to center (or the other way around) only take
2047         the complete value if we don't already have the original position in
2048         the source.
2049
2050 2008-05-29  Sebastian Dröge  <slomo@circular-chaos.org>
2051
2052         * gst-libs/gst/audio/multichannel.c:
2053         (gst_audio_check_channel_positions),
2054         (gst_audio_set_structure_channel_positions_list),
2055         (gst_audio_fixate_channel_positions):
2056         Allow rear center together with rear left/right and other previously
2057         conflicting channel positions. The reason why they weren't allowed
2058         was the channel mixing implementation in audioconvert.
2059         Also take this into account when fixing channel layouts.
2060
2061         Allow setting channel positions for 1/2 channels when using
2062         gst_audio_set_structure_channel_position().
2063
2064         * gst/audioconvert/gstchannelmix.c:
2065         (gst_channel_mix_fill_compatible), (gst_channel_mix_detect_pos),
2066         (gst_channel_mix_fill_one_other), (gst_channel_mix_fill_others),
2067         (gst_channel_mix_fill_special), (gst_channel_mix_fill_matrix):
2068         Major rewrite of the channel mixing.
2069
2070         We now allow previously conflicting channel positions to appear
2071         together (rear center and rear left/right for example).
2072         Fixes bug #533817.
2073
2074         Rework the way channels are mixed together to take more possible
2075         channel positions into account, properly mix from/to side channels
2076         and don't assume that either center, left&right or nothing of a
2077         specific position is available anymore.
2078
2079         * tests/check/elements/audioconvert.c: (GST_START_TEST):
2080         Adjust unit tests with non-standard 1/2 channel layouts to the more
2081         correct new behaviour.
2082
2083         Add a unit test for 5.1->Stereo downmixing.
2084
2085 2008-05-29  Sebastian Dröge  <slomo@circular-chaos.org>
2086
2087         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
2088         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_generate_sink_caps):
2089         Add sane defaults for the 7 and 8 channel layouts as those are
2090         undefined in the Vorbis spec. Use NONE channel layouts when decoding
2091         more than 8 channels instead of erroring out. Fixes bug #535356.
2092
2093 2008-05-28  Wim Taymans  <wim.taymans@collabora.co.uk>
2094
2095         * docs/plugins/Makefile.am:
2096         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
2097         * docs/plugins/gst-plugins-base-plugins-sections.txt:
2098         * ext/theora/theoraparse.c:
2099         Add theoraparse to the docs and fix some docs.
2100
2101 2008-05-28  Wim Taymans  <wim.taymans@collabora.co.uk>
2102
2103         * gst-libs/gst/cdda/gstcddabasesrc.c:
2104         (gst_cdda_base_src_add_track), (gst_cdda_base_src_create):
2105         Fix EOS condition and track addition check, the track.end sector is
2106         included in the track. Fixes #533265.
2107
2108 2008-05-28  Wim Taymans  <wim.taymans@collabora.co.uk>
2109
2110         Patch by: Mark Nauwelaerts <manauw at skynet be>
2111
2112         * gst/videorate/gstvideorate.c: (gst_video_rate_reset),
2113         (gst_video_rate_flush_prev), (gst_video_rate_event),
2114         (gst_video_rate_chain):
2115         * gst/videorate/gstvideorate.h:
2116         React (more) to NEWSEGMENT
2117         Small adjustment in timestamp calculation to prevent mismatches
2118         Fixes #435633.
2119
2120 2008-05-28  Tim-Philipp Müller  <tim.muller at collabora co uk>
2121
2122         * tests/examples/seek/seek.c: (make_parselaunch_pipeline):
2123           Initialise error to NULL as we should.
2124
2125 2008-05-28  Sebastian Dröge  <slomo@circular-chaos.org>
2126
2127         * gst/adder/gstadder.c: (gst_adder_query_duration),
2128         (gst_adder_query_latency), (gst_adder_query):
2129         Implement latency query.
2130
2131 2008-05-27  Sebastian Dröge  <slomo@circular-chaos.org>
2132
2133         * gst/adder/gstadder.c: (gst_adder_query_duration):
2134         Correctly resync the iterator if gst_iterator_next() returns
2135         GST_ITERATOR_RESYNC.
2136
2137 2008-05-27  Tim-Philipp Müller  <tim.muller at collabora co uk>
2138
2139         * win32/vs6/libgstpbutils.dsp:
2140           Add pbutils-enumtypes.c to sources (#518037).
2141
2142 2008-05-27  Wim Taymans  <wim.taymans@collabora.co.uk>
2143
2144         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
2145         (gst_audio_clock_reset), (gst_audio_clock_get_internal_time):
2146         * gst-libs/gst/audio/gstaudioclock.h:
2147         Add method to inform the clock that the time starts from 0 again. We use
2148         this info to calculate a clock offset so that the time we report in
2149         internal_time is monotonically increasing, as required by the clock base
2150         class. Fixes #521761.
2151         API: GstAudioClock::gst_audio_clock_reset()
2152
2153         * gst-libs/gst/audio/gstbaseaudiosink.c:
2154         (gst_base_audio_sink_skew_slaving),
2155         (gst_base_audio_sink_change_state):
2156         * gst-libs/gst/audio/gstbaseaudiosrc.c:
2157         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
2158         Reset reported time when we (re)create the ringbuffer.
2159
2160 2008-05-27  Tim-Philipp Müller  <tim.muller at collabora co uk>
2161
2162         * ext/alsa/gstalsamixertrack.c:
2163           (gst_alsa_mixer_track_update_alsa_capabilities):
2164           Make sure playback volumes aren't accidentally overwritten by
2165           capture volumes if an alsa mixer track has both playback and
2166           capture capabilities: we create two GstMixerTracks in that
2167           case, so make sure we query only the alsa capabilities that
2168           refer to the type of GstMixerTrack we created from the dual
2169           capability alsa element. Should fix issues with Audigy2 sound
2170           cards (#518082).
2171
2172 2008-05-27  Tim-Philipp Müller  <tim.muller at collabora co uk>
2173
2174         * tests/check/pipelines/oggmux.c: (test_pipeline):
2175           Don't use deprecated function.
2176
2177 2008-05-27  Wim Taymans  <wim.taymans@collabora.co.uk>
2178
2179         * gst/playback/gstdecodebin2.c:
2180         (gst_decode_group_control_source_pad), (gst_decode_group_expose):
2181         Check for NULL cases and log them, creating ghostpads can, for example,
2182         fail when the pad returns wrong caps.
2183
2184         * gst/playback/gstplaybin2.c: (perform_eos):
2185         When pushing out the EOS event, collect the return value and warn when
2186         something failed.
2187
2188 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
2189
2190         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
2191         (gst_riff_create_video_template_caps):
2192         Add support for DVCPRO.
2193
2194 2008-05-26  Tim-Philipp Müller  <tim.muller at collabora co uk>
2195
2196         * gst/videoscale/gstvideoscale.c: (DEFAULT_PROP_METHOD):
2197           Change default scaling method from nearest-neighbour to bilinear.
2198
2199 2008-05-26  Tim-Philipp Müller  <tim.muller at collabora co uk>
2200
2201         * tests/check/libs/video.c:
2202           More checks.
2203
2204 2008-05-25  Tim-Philipp Müller  <tim.muller at collabora co uk>
2205
2206         * gst/subparse/gstsubparse.c: (parser_state_init),
2207           (gst_sub_parse_format_autodetect), (handle_buffer):
2208         * gst/subparse/gstsubparse.h:
2209         * tests/check/elements/subparse.c: (test_tmplayer_style3b):
2210           Limit duration to a maximum of five seconds for tmplayer format where
2211           we can guess the duration only from the timestamp of the next line of
2212           text. We don't want to show a text for eternities just because nothing
2213           else is being said for a while.
2214
2215 2008-05-23  Wim Taymans  <wim.taymans@collabora.co.uk>
2216
2217         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2218         (gst_base_rtp_depayload_chain),
2219         (gst_base_rtp_depayload_handle_sink_event),
2220         (gst_base_rtp_depayload_push_full),
2221         (gst_base_rtp_depayload_change_state):
2222         Check sequence numbers, mark input buffers with a discont flag for the
2223         subclass when we detected a gap, drop duplicate buffers. We do this
2224         because one can use the element without a jitterbuffer in front and we
2225         don't want to feed the subclasses invalid or reordered data.
2226         Do an error when the subclass did not provide a process function instead
2227         of crashing.
2228         Some other small cleanups.
2229
2230 2008-05-22  Tim-Philipp Müller  <tim.muller at collabora co uk>
2231
2232         * gst/videotestsrc/videotestsrc.c: (paint_hline_NV12_NV21):
2233           May just as well use the precalculated uvstride here.
2234
2235 2008-05-22  Jan Schmidt  <jan.schmidt@sun.com>
2236
2237         * docs/plugins/Makefile.am:
2238         * docs/plugins/gst-plugins-base-plugins-overrides.txt:
2239         * docs/plugins/gst-plugins-base-plugins-sections.txt:
2240         * docs/plugins/gst-plugins-base-plugins.args:
2241         * docs/plugins/gst-plugins-base-plugins.hierarchy:
2242         * docs/plugins/gst-plugins-base-plugins.interfaces:
2243         * docs/plugins/gst-plugins-base-plugins.prerequisites:
2244         * docs/plugins/inspect/plugin-adder.xml:
2245         * docs/plugins/inspect/plugin-alsa.xml:
2246         * docs/plugins/inspect/plugin-audioconvert.xml:
2247         * docs/plugins/inspect/plugin-audiorate.xml:
2248         * docs/plugins/inspect/plugin-audioresample.xml:
2249         * docs/plugins/inspect/plugin-audiotestsrc.xml:
2250         * docs/plugins/inspect/plugin-cdparanoia.xml:
2251         * docs/plugins/inspect/plugin-decodebin.xml:
2252         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
2253         * docs/plugins/inspect/plugin-gdp.xml:
2254         * docs/plugins/inspect/plugin-gio.xml:
2255         * docs/plugins/inspect/plugin-gnomevfs.xml:
2256         * docs/plugins/inspect/plugin-libvisual.xml:
2257         * docs/plugins/inspect/plugin-ogg.xml:
2258         * docs/plugins/inspect/plugin-pango.xml:
2259         * docs/plugins/inspect/plugin-playback.xml:
2260         * docs/plugins/inspect/plugin-queue2.xml:
2261         * docs/plugins/inspect/plugin-subparse.xml:
2262         * docs/plugins/inspect/plugin-tcp.xml:
2263         * docs/plugins/inspect/plugin-theora.xml:
2264         * docs/plugins/inspect/plugin-typefindfunctions.xml:
2265         * docs/plugins/inspect/plugin-uridecodebin.xml:
2266         * docs/plugins/inspect/plugin-video4linux.xml:
2267         * docs/plugins/inspect/plugin-videorate.xml:
2268         * docs/plugins/inspect/plugin-videoscale.xml:
2269         * docs/plugins/inspect/plugin-videotestsrc.xml:
2270         * docs/plugins/inspect/plugin-volume.xml:
2271         * docs/plugins/inspect/plugin-vorbis.xml:
2272         * docs/plugins/inspect/plugin-ximagesink.xml:
2273         * docs/plugins/inspect/plugin-xvimagesink.xml:
2274         * ext/cdparanoia/gstcdparanoiasrc.c:
2275         * ext/ogg/gstoggdemux.c:
2276         * ext/ogg/gstoggdemux.h:
2277         * ext/ogg/gstoggmux.c:
2278         * ext/ogg/gstoggmux.h:
2279         * gst/audioconvert/audioconvert.c:
2280         * gst/audioconvert/audioconvert.h:
2281         * gst/audioconvert/gstaudioconvert.h:
2282         * gst/gdp/gstgdpdepay.h:
2283         * gst/gdp/gstgdppay.h:
2284         * gst/playback/gstdecodebin.c:
2285         * gst/playback/gstdecodebin2.c:
2286         * gst/playback/gstplaybin.c:
2287         * gst/playback/gstplaybin2.c:
2288         * gst/playback/gsturidecodebin.c:
2289         * gst/tcp/gstmultifdsink.c:
2290         * gst/tcp/gstmultifdsink.h:
2291         * gst/tcp/gsttcp.h:
2292
2293         Add some documentation comments, and some new headers to be scanned.
2294         Rename some internal enum declarations (audioconvert's DitherType and
2295         NoiseShapingType, GstUnitType from the TCP elements) to match the
2296         documented GObject type names so that the docs pick them up.
2297         Name the playbin2 docs markups properly so they get picked up. They'll
2298         need renaming back when/if playbin2 becomes playbin.
2299
2300         100% symbol coverage for the plugin docs, booya.
2301
2302 2008-05-22  Sebastian Dröge  <slomo@circular-chaos.org>
2303
2304         Patch by: Thijs Vermeir <thijsvermeir@gmail.com>
2305
2306         * gst/videotestsrc/videotestsrc.c: (paint_hline_NV12_NV21):
2307         Fix generation of NV12/NV21 frames. Fixes bug #532454.
2308
2309 2008-05-22  Wim Taymans  <wim.taymans@collabora.co.uk>
2310
2311         Patch by: Sjoerd Simons <sjoerd at luon dot net>
2312
2313         * gst/playback/gstdecodebin.c: (remove_fakesink):
2314         Lock the fakesink before setting the state to NULL and removing it from
2315         the bin so that a concurrent state change cannot interfere. 
2316         Fixes #534331.
2317
2318 2008-05-21  Felipe Contreras  <felipe.contreras@gmail.com>
2319
2320         * docs/Makefile.am:
2321         Fix installing plugin documentation when gtk-doc is disabled.
2322
2323 2008-05-21  Felipe Contreras  <felipe.contreras@gmail.com>
2324
2325         * gst-libs/gst/rtsp/Makefile.am:
2326         Distribute, don't install md5.h
2327
2328 2008-05-21  Julien Moutte  <julien@fluendo.com>
2329
2330         * gst/tcp/gstmultifdsink.c: (setup_dscp_client): Use IPPROTO_IP
2331         instead of SOL_IP, works on more platforms.
2332         * gst/typefind/gsttypefindfunctions.c: (aac_type_find): Fix printf
2333         arguments.
2334
2335 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
2336
2337         * ext/vorbis/vorbisdec.c:
2338         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform):
2339         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_show_frame):
2340         Some debug and comment fixes.
2341
2342         * tests/examples/dynamic/addstream.c: (main):
2343         Fix , to ;
2344
2345 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
2346
2347         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
2348         * gst/playback/decodetest.c: (new_decoded_pad_cb):
2349         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
2350         (try_to_link_1), (elem_is_dynamic), (close_link), (type_found),
2351         (cleanup_decodebin):
2352         * gst/playback/gstdecodebin2.c: (gst_decode_bin_init),
2353         (connect_element), (gst_decode_group_control_demuxer_pad):
2354         * gst/playback/gstplaybasebin.c: (queue_remove_probe),
2355         (queue_out_of_data), (gen_preroll_element), (preroll_unlinked),
2356         (mute_group_type):
2357         * gst/playback/gstplaybin.c: (gst_play_bin_vis_blocked),
2358         (gst_play_bin_set_property), (handoff), (gen_video_element),
2359         (gen_text_element), (gen_audio_element), (gen_vis_element),
2360         (remove_sinks), (add_sink), (setup_sinks):
2361         * gst/playback/gstplaybin2.c: (pad_added_cb), (no_more_pads_cb):
2362         * gst/playback/gstplaysink.c: (gst_play_sink_get_video_sink),
2363         (gst_play_sink_get_audio_sink), (gst_play_sink_vis_unblocked),
2364         (gst_play_sink_vis_blocked), (gst_play_sink_set_vis_plugin),
2365         (gst_play_sink_get_vis_plugin), (gst_play_sink_set_mute),
2366         (gen_video_chain), (gen_text_chain), (gen_audio_chain),
2367         (gen_vis_chain), (gst_play_sink_reconfigure),
2368         (gst_play_sink_set_font_desc), (gst_play_sink_get_font_desc),
2369         (gst_play_sink_request_pad):
2370         * gst/playback/gsturidecodebin.c: (type_found), (setup_source):
2371         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
2372         (cb_newpad):
2373         * gst/playback/test6.c: (new_decoded_pad_cb):
2374         * tests/check/elements/audioconvert.c: (GST_START_TEST):
2375         * tests/check/elements/audiorate.c: (test_injector_chain),
2376         (do_perfect_stream_test):
2377         * tests/check/elements/ffmpegcolorspace.c: (GST_START_TEST):
2378         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
2379         * tests/check/elements/gnomevfssink.c:
2380         * tests/check/elements/textoverlay.c:
2381         (notgst_check_setup_src_pad2), (notgst_check_teardown_src_pad2):
2382         * tests/check/elements/videotestsrc.c: (GST_START_TEST):
2383         * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
2384         * tests/check/pipelines/oggmux.c: (test_pipeline):
2385         * tests/check/pipelines/streamheader.c: (GST_START_TEST):
2386         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
2387         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
2388         * tests/examples/seek/scrubby.c: (make_wav_pipeline):
2389         * tests/examples/seek/seek.c: (make_mod_pipeline),
2390         (make_dv_pipeline), (make_wav_pipeline), (make_flac_pipeline),
2391         (make_sid_pipeline), (make_parse_pipeline), (make_vorbis_pipeline),
2392         (make_theora_pipeline), (make_vorbis_theora_pipeline),
2393         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
2394         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline),
2395         (update_fill), (msg_buffering):
2396         Don't use bad gst_element_get_pad().
2397
2398 2008-05-21  Stefan Kost  <ensonic@users.sf.net>
2399
2400         * gst-libs/gst/riff/riff-media.c:
2401           Fix wrong method name in docs. Fix calculation of strf fields for
2402           broken mulaw/alaw.
2403   
2404         * gst-libs/gst/riff/riff-read.c:
2405           Whitespace fix and removing double ';'.
2406
2407 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
2408
2409         * docs/design/part-playbin2.txt:
2410         Add some leftover doc.
2411
2412 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2413
2414         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_others):
2415         Fix copy & paste error in last commit.
2416
2417 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2418
2419         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_others):
2420         Add support for mixing GST_AUDIO_CHANNEL_POSITION_SIDE_* from/to
2421         other channel positions when source has SIDE channels and dest doesn't
2422         or the other way around.
2423
2424 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
2425
2426         Patch by: Henrik Eriksson <henriken at axis dot com>
2427
2428         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
2429         (gst_multi_fd_sink_init), (setup_dscp_client), (setup_dscp),
2430         (gst_multi_fd_sink_add_full), (gst_multi_fd_sink_set_property),
2431         (gst_multi_fd_sink_get_property):
2432         * gst/tcp/gstmultifdsink.h:
2433         Add support for DSCP QOS. Fixes #469933.
2434
2435 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2436
2437         * tests/check/elements/audioconvert.c: (GST_START_TEST):
2438         Add another test that checks if conversion between standard 1 and 2
2439         channel layouts with and without positions set is working.
2440
2441 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2442
2443         * gst-libs/gst/audio/multichannel.c:
2444         (gst_audio_check_channel_positions):
2445         Allow non-standard 2 channel layouts.
2446         
2447         * tests/check/elements/audioconvert.c: (GST_START_TEST):
2448         Add some tests for converting and remapping non-standard 1 and 2
2449         channel layouts.
2450
2451 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2452
2453         * gst/audioconvert/gstchannelmix.c:
2454         (gst_channel_mix_fill_normalize):
2455         Prevent division by zero if the channel mix matrix contains only
2456         zeroes.
2457
2458 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2459
2460         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
2461
2462         * gst/gdp/gstgdppay.c: (gst_gdp_pay_chain):
2463         Close a buffer memory leak. Fixes bug #534071.
2464
2465 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2466
2467         * gst-libs/gst/rtsp/gstrtsptransport.h:
2468         Make the GstRTSPTransport struct members public as there are no
2469         setters/getters and it's supposed to be changed directly.
2470         Fixes bug #533087.
2471
2472 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2473
2474         * gst/adder/gstadder.c:
2475         Adder also doesn't support audio/x-raw-int with width!=depth so don't
2476         claim this on the pad template caps.
2477
2478 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
2479
2480         * gst-libs/gst/audio/gstbaseaudiosink.c:
2481         (gst_base_audio_sink_sync_latency):
2482         We can only use our optimal calibration if we prerolled before the
2483         latency expired.
2484
2485 2008-05-20  Tim-Philipp Müller  <tim.muller at collabora co uk>
2486
2487         * configure.ac:
2488           Require core CVS for GstBaseSrc buffer caps setting magic.
2489
2490 2008-05-20  Sebastian Dröge  <slomo@circular-chaos.org>
2491
2492         * gst/audioconvert/gstaudioconvert.c:
2493         (gst_audio_convert_fixate_channels):
2494         Fix logic in last commit.
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         Passthrough the channel positions if the number of output channels is
2501         the same as the number of input channels, the input had a channel
2502         layout and downstream requests no special one. We did this already for
2503         > 2 channels but now it's also done for 1 channel. Fixes bug #533617.
2504
2505 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
2506
2507         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_init),
2508         (gst_gnome_vfs_src_finalize),
2509         (gst_gnome_vfs_src_received_headers_callback),
2510         (gst_gnome_vfs_src_create), (gst_gnome_vfs_src_stop):
2511         * ext/gnomevfs/gstgnomevfssrc.h:
2512         Set the ICY caps on the srcpad from where they get picked up by the base
2513         class now and set on the outgoing buffers.
2514
2515         * gst-libs/gst/audio/gstbaseaudiosrc.c:
2516         (gst_base_audio_src_create):
2517         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_buffer_new):
2518         BaseSrc now sets the caps on outgoing buffers automatically.
2519
2520 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
2521
2522         * gst-libs/gst/audio/gstbaseaudiosink.c:
2523         (gst_base_audio_sink_resample_slaving),
2524         (gst_base_audio_sink_skew_slaving),
2525         (gst_base_audio_sink_sync_latency), (gst_base_audio_sink_render),
2526         (gst_base_audio_sink_async_play),
2527         (gst_base_audio_sink_change_state):
2528         Change the way in which the ringbuffer is started when dealing with a
2529         slaved clock and latency. We now sync to the clock until we reach
2530         upstream latency before starting the ringbuffer. This has the effect
2531         that we can accurately align the master and slave clocks and let the
2532         rate correction code take care of the initial drift or rounding errors
2533         instead of leaving them uncorrected with the old approach.
2534
2535 2008-05-20  Sebastian Dröge  <slomo@circular-chaos.org>
2536
2537         * gst/audioconvert/gstaudioconvert.c:
2538         (gst_audio_convert_fixate_channels):
2539         Correctly set the default channel positions when converting to 8
2540         channels.
2541
2542 2008-05-19  Tim-Philipp Müller  <tim.muller at collabora co uk>
2543
2544         * configure.ac:
2545           Error out if we don't have the required version of core.
2546
2547 2008-05-19  Tim-Philipp Müller  <tim.muller at collabora co uk>
2548
2549         * gst/typefind/gsttypefindfunctions.c: (aac_type_find):
2550           Use data scan helper in aac typefinder and stop scanning
2551           for headers when we've found a type. Also fix potential invalid
2552           memory access when calculating the frame length.
2553
2554 2008-05-19  Tim-Philipp Müller  <tim.muller at collabora co uk>
2555
2556         * gst/typefind/gsttypefindfunctions.c: (data_scan_ctx_ensure_data),
2557           (mpeg_sys_is_valid_pack):
2558           Don't modify scan context when we return FALSE in ensure_data, so
2559           it's possible to continue scanning, and we don't end up with a NULL
2560           data pointer and a positive size, which might bite us the next time
2561           we're called. Small constification.
2562
2563 2008-05-16  Sebastian Dröge  <slomo@circular-chaos.org>
2564
2565         * gst/adder/gstadder.c:
2566         Adder doesn't support 24 bit samples so don't claim it supports them
2567         in the pad template caps.
2568
2569 2008-05-14  Wim Taymans  <wim.taymans@collabora.co.uk>
2570
2571         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2572         (gst_base_rtp_depayload_chain):
2573         Validate the RTP packet before further processing it. It's just too
2574         dangerous to accept random packets and people are not forced to use a
2575         jitterbuffer or session manager to filter out the bad packets.
2576
2577         * gst-libs/gst/rtp/gstrtpbuffer.c:
2578         (gst_rtp_buffer_set_extension_data),
2579         (gst_rtp_buffer_get_payload_subbuffer):
2580         Small cleanups.
2581         When setting extension data in a buffer that is too small, we fail and
2582         we should not set the extension bit.
2583         Change GST_WARNINGS into g_warning because they really are
2584         programming errors.
2585
2586         * tests/check/libs/rtp.c: (GST_START_TEST):
2587         Catch the g_warnings now in the unit tests and that fact that failing to
2588         set extension data left the extension bit untouched.
2589
2590 2008-05-14  Tim-Philipp Müller  <tim.muller at collabora co uk>
2591
2592         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init):
2593           Revert previous change which made basetransform handle buffer_alloc
2594           and which breaks things badly in the non-passthrough case since it
2595           returned buffers with a different (ie. sometimes smaller) size than
2596           the size requested.
2597
2598 2008-05-14  Wim Taymans  <wim.taymans@collabora.co.uk>
2599
2600         Patch by: Bernard B <b-gnome at largestprime dot net>
2601
2602         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_compare_seqnum):
2603         Fix seqnum compare function for bordercase values and fix the docs
2604         again. Fixes #533075.
2605
2606         * tests/check/libs/rtp.c: (GST_START_TEST), (rtp_suite):
2607         Add a testcase for seqnum compare function.
2608
2609 2008-05-14  Sebastian Dröge  <slomo@circular-chaos.org>
2610
2611         * gst/adder/gstadder.c: (gst_adder_setcaps),
2612         (gst_adder_class_init):
2613         Correctly declare the supported endianness on the pad templates
2614         and check for correct endianness in the set caps function. Adder
2615         only supports native endianness.
2616         Also use gst_element_class_set_details_simple().
2617
2618 2008-05-14  Stefan Kost  <ensonic@users.sf.net>
2619
2620         * sys/xvimage/xvimagesink.c:
2621           Better debug logging in port value handling. Merging separate port
2622           value loops into one.
2623
2624 2008-05-13  Wim Taymans  <wim.taymans@collabora.co.uk>
2625
2626         Patch by: Hannes Bistry <hannesb at gmx dot de>
2627
2628         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_start):
2629         * gst/tcp/gsttcpserversink.c:
2630         (gst_tcp_server_sink_handle_server_read),
2631         (gst_tcp_server_sink_handle_wait), (gst_tcp_server_sink_init_send):
2632         Fix regression in clientsrc because we did not add the fd to the poll
2633         set anymore. Fixes #532364.
2634         Do some cleanups here and there.
2635
2636 2008-05-13  Sebastian Dröge  <slomo@circular-chaos.org>
2637
2638         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
2639         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init):
2640         * gst/playback/gstplay-marshal.list:
2641         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init):
2642         Use correct marshallers. GstCaps are a boxed type and no GObject
2643         subclass.
2644
2645 2008-05-13  Sebastian Dröge  <slomo@circular-chaos.org>
2646
2647         * win32/common/libgstrtsp.def:
2648         Add gst_rtsp_connection_(set|clear)_auth_param() to the exported
2649         symbols.
2650
2651 2008-05-13  Sebastian Dröge  <slomo@circular-chaos.org>
2652
2653         Patch by: Sjoerd Simons <sjoerd at luon dot net>
2654
2655         * tests/check/elements/audioresample.c:
2656         (live_switch_alloc_only_48000), (live_switch_get_sink_caps),
2657         (live_switch_push), (GST_START_TEST):
2658         Add unit test for the latest basetransform negotiation changes.
2659         See bug #526768.
2660
2661 2008-05-13  Sebastian Dröge  <slomo@circular-chaos.org>
2662
2663         * gst/ffmpegcolorspace/imgconvert.c: (nv12_to_nv21):
2664         Fix nv12<->nv21 conversion if stride is larger than width.
2665
2666 2008-05-13  Sebastian Dröge  <slomo@circular-chaos.org>
2667
2668         Patch by: Jan Gerber <j at oil21 dot org>
2669
2670         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fishead),
2671         (gst_ogg_pad_parse_skeleton_fisbone):
2672         * ext/ogg/gstoggdemux.h:
2673         Parse presentation time from skeleton streams and use it as offset
2674         for the timestamps. Fixes bug #530068.
2675
2676 2008-05-12  Wim Taymans  <wim.taymans@collabora.co.uk>
2677
2678         * gst-libs/gst/audio/gstbaseaudiosink.c:
2679         (gst_base_audio_sink_render), (gst_base_audio_sink_async_play):
2680         Revert previous patch that attempted to more accurately calculate the
2681         initial offset between master and slave clock. The best thing we can do
2682         in general is take the time of both clocks as the diff since we don't
2683         know when the actual preroll happened.
2684
2685 2008-05-11  Tim-Philipp Müller  <tim.muller at collabora co uk>
2686
2687         * gst-libs/gst/pbutils/install-plugins.c:
2688           Fix docs: type and missing word.
2689
2690 2008-05-10  Tim-Philipp Müller  <tim.muller at collabora co uk>
2691
2692         * gst/typefind/gsttypefindfunctions.c: (h264_video_type_find):
2693           Don't do lots of 4-byte peeks, but use the 'new' data scan helper
2694           for this instead; don't check if we've found enough markers after
2695           each and every step, it's enough to do that only if we've actually
2696           found a new marker.
2697           Embed a G_UNLIKELY into the IS_MPEG_HEADER macro.
2698
2699 2008-05-10  Tim-Philipp Müller  <tim.muller at collabora co uk>
2700
2701         * gst/typefind/gsttypefindfunctions.c:
2702           (DATA_SCAN_CTX_CHUNK_SIZE), (DataScanCtx), (data_scan_ctx_advance),
2703           (data_scan_ctx_ensure_data), (GST_MPEGVID_TYPEFIND_TRY_SYNC),
2704           (mpeg_video_stream_type_find):
2705           Move scan helper thingy to the beginning of the file so we can use
2706           it in other typefind functions. Rename it to something more
2707           generic. Also improve handling of things towards the end of the
2708           typefind data: peek as much as we can if we know the size of the
2709           data, rather than just min_size.
2710
2711 2008-05-09  Jan Schmidt  <jan.schmidt@sun.com>
2712
2713         * docs/libs/gst-plugins-base-libs-sections.txt:
2714         * gst-libs/gst/interfaces/colorbalance.c:
2715         * gst-libs/gst/interfaces/colorbalance.h:
2716         * gst-libs/gst/interfaces/colorbalancechannel.c:
2717         * gst-libs/gst/interfaces/colorbalancechannel.h:
2718         * gst-libs/gst/interfaces/tuner.c:
2719         * gst-libs/gst/interfaces/tunerchannel.c:
2720         * gst-libs/gst/interfaces/tunerchannel.h:
2721         * gst-libs/gst/interfaces/tunernorm.c:
2722         * gst-libs/gst/interfaces/tunernorm.h:
2723         * gst-libs/gst/video/video.c:
2724         * gst-libs/gst/video/video.h:
2725         Document the GstTuner and GstColorBalance interfaces, and some
2726         other random API functions that needed it. 70% symbol coverage, woo.
2727
2728 2008-05-09  Wim Taymans  <wim.taymans@collabora.co.uk>
2729
2730         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_acquire):
2731         Choose to allocate one less segment but require one additional segment
2732         as latency. 
2733
2734         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_acquire):
2735         No need to increment the number of segments in the source.
2736
2737         * gst-libs/gst/audio/gstbaseaudiosink.c:
2738         (gst_base_audio_sink_get_time), (clock_convert_external),
2739         (gst_base_audio_sink_resample_slaving),
2740         (gst_base_audio_sink_skew_slaving),
2741         (gst_base_audio_sink_none_slaving), (gst_base_audio_sink_render),
2742         (gst_base_audio_sink_async_play):
2743         Remove adding latency when returning the internal time while subtracting
2744         it again when we use the value a little later.
2745         When calculating the end timestamp, we are making a rounding error
2746         with the current algorithm. Ensure that we don't accumulate these
2747         rounding errors when aligning samples by not resampling at all if we
2748         don't need to. Fixes #419351.
2749         Make the initial calibration of the clock slaving a little more
2750         predictable and accurate. Also handle the case where we don't do
2751         clock slaving.
2752
2753 2008-05-09  Sebastian Dröge  <slomo@circular-chaos.org>
2754
2755         Based on a patch by:
2756           Björn Benderius <bjoern dot benderius at axis dot com>
2757
2758         * gst/ffmpegcolorspace/avcodec.h:
2759         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
2760         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
2761         (gst_ffmpegcsp_avpicture_fill):
2762         * gst/ffmpegcolorspace/imgconvert.c: (nv12_to_nv21):
2763         * gst/ffmpegcolorspace/imgconvert_template.h:
2764         Add conversions from/to NV12 and NV21 and conversions between those
2765         two formats. Fixes bug #532166.
2766
2767 2008-05-08  Edward Hervey  <edward.hervey@collabora.co.uk>
2768
2769         * gst/typefind/gsttypefindfunctions.c: (h264_video_type_find):
2770         Abort the h264 typefinding as soon as _peek() doesn't return anything,
2771         which happens for example with files smaller than 128kb.
2772
2773 2008-05-08  Wim Taymans  <wim.taymans@collabora.co.uk>
2774
2775         Patch by: Wouter Cloetens <zombie at e2big dot org>
2776
2777         * gst-libs/gst/rtsp/Makefile.am:
2778         * gst-libs/gst/rtsp/gstrtspconnection.c:
2779         (gst_rtsp_connection_create), (md5_digest_to_hex_string),
2780         (auth_digest_compute_hex_urp), (auth_digest_compute_response),
2781         (add_auth_header), (gst_rtsp_connection_free),
2782         (gst_rtsp_connection_set_auth), (str_case_hash), (str_case_equal),
2783         (gst_rtsp_connection_set_auth_param),
2784         (gst_rtsp_connection_clear_auth_params):
2785         * gst-libs/gst/rtsp/gstrtspconnection.h:
2786         Add Digest authorization support for RTSP connections. See #532065.
2787
2788         * gst-libs/gst/rtsp/md5.c:
2789         * gst-libs/gst/rtsp/md5.h:
2790         Yeap, another md5 implementation until we can depend on a glib that has
2791         support for it.
2792
2793 2008-05-08  Sebastian Dröge  <slomo@circular-chaos.org>
2794
2795         Patch by: Sjoerd Simons <sjoerd at luon dot net>
2796
2797         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init):
2798         Let audioresample use the buffer allocation of basetransform instead
2799         of it's own stuff.
2800
2801         * tests/check/elements/audioresample.c: (alloc_only_48000),
2802         (GST_START_TEST), (audioresample_suite):
2803         Add unit test for the recent basetransform bugfix, where upstream
2804         changes caps to something that can't be passed through anymore.
2805
2806 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
2807
2808         * win32/common/config.h.in:
2809           Don't define GST_FUNCTION, if GLib supports MSVC we'd much rather
2810           use the real thing than having "???" unconditionally.
2811
2812 2008-05-07  Wim Taymans  <wim.taymans@collabora.co.uk>
2813
2814         * gst-libs/gst/audio/gstbaseaudiosink.c:
2815         (gst_base_audio_sink_query):
2816         Report the latency with the new seglatency parameter.
2817
2818         * gst-libs/gst/audio/gstringbuffer.c:
2819         (gst_ring_buffer_debug_spec_buff), (gst_ring_buffer_parse_caps),
2820         (gst_ring_buffer_acquire):
2821         * gst-libs/gst/audio/gstringbuffer.h:
2822         Add new field to the ringbufferspec to specify the expected latency
2823         between the underlying device read/write pointer, this is needed
2824         when writing sinks that sit a little closer to the hardware.
2825         Add some more docs for other fields.
2826
2827 2008-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
2828
2829         * gst/volume/gstvolume.c: (volume_transform_ip):
2830         Return NOT_NEGOTIATED if we didn't set a process function yet for some
2831         reason instead of crashing later. Might fix bug #509125.
2832
2833 2008-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
2834
2835         Based on a patch by: Tim-Philipp Müller  <tim.muller at collabora co uk>
2836
2837         * gst/audioconvert/audioconvert.c: (audio_convert_prepare_context):
2838         * gst/audioconvert/audioconvert.h:
2839         * gst/audioconvert/gstaudioconvert.c:
2840         (gst_audio_convert_parse_caps),
2841         (structure_has_fixed_channel_positions),
2842         (gst_audio_convert_transform_caps):
2843         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_matrix):
2844         Add support for more than 8 channels and NONE channel layouts. For
2845         more than 8 channels no channel conversion is supported yet, only
2846         format conversions are supported. Fixes bug #398033.
2847
2848         * tests/check/elements/audioconvert.c: (verify_convert),
2849         (GST_START_TEST), (audioconvert_suite):
2850         Add some unit tests by Tim for checking the NONE channel layouts
2851         and more than 8 channels and add some more unit tests for channel
2852         conversions.
2853
2854 2008-05-06  Wim Taymans  <wim.taymans@collabora.co.uk>
2855
2856         * gst/playback/gstdecodebin2.c: (connect_pad):
2857         When autoplugging fails, set the element back to NULL before
2858         unreffing it.
2859
2860 2008-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
2861
2862         * win32/common/libgstaudio.def:
2863         Add gst_base_audio_src_[sg]et_slave_method() to the exported
2864         symbols.
2865
2866 2008-05-05  Sebastian Dröge  <slomo@circular-chaos.org>
2867
2868         * gst/subparse/samiparse.c: (handle_start_sync),
2869         (end_sami_element), (characters_sami):
2870         Remove trailing, leading and double whitespaces.
2871         Correctly timestamp buffers and output the last buffer too.
2872
2873         * tests/check/elements/subparse.c: (GST_START_TEST),
2874         (subparse_suite):
2875         Add a simple unit test for SAMI parsing.
2876
2877 2008-05-05  Sebastian Dröge  <slomo@circular-chaos.org>
2878
2879         Patch by: Young-Ho Cha <ganadist at chollian dot net>
2880
2881         * gst/subparse/samiparse.c: (handle_start_sync),
2882         (start_sami_element), (end_sami_element), (characters_sami),
2883         (sami_context_reset):
2884         Only output characters inside the "sync" elements. There could be
2885         other elements like "style" that have some content but should
2886         not be printed. Fixes bug #467911.
2887
2888 2008-05-05  Sebastian Dröge  <slomo@circular-chaos.org>
2889
2890         * gst/playback/gstplaybasebin.c: (set_audio_mute),
2891         (set_active_source):
2892         * gst/playback/gstplaybasebin.h:
2893         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
2894         (playbin_set_audio_mute):
2895         Allow setting -1 as current-audio to mute the current audio stream,
2896         similar to what is done for subtitles. Fixes bug #342294.
2897
2898 2008-05-05  Edward Hervey  <edward.hervey at collabora co uk>
2899
2900         * gst-libs/gst/pbutils/descriptions.c: (formats): 
2901         It's SorensOn and not SorensEn.
2902
2903 2008-05-04  Tim-Philipp Müller  <tim.muller at collabora co uk>
2904
2905         * gst-libs/gst/pbutils/descriptions.c: (formats):
2906           Fix description of video/x-flash-video.
2907
2908 2008-05-04  Sebastian Dröge  <slomo@circular-chaos.org>
2909
2910         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
2911         * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
2912         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
2913         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps_list):
2914         Remove some unused code.
2915
2916         * gst/audioconvert/gstaudioquantize.c:
2917         (gst_audio_quantize_free_noise_shaping):
2918         Don't return before freeing the noise shaping history.
2919
2920 2008-05-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
2921
2922         * tests/check/elements/subparse.c: (do_test),
2923           (test_tmplayer_style3b), (subparse_suite):
2924           Add unit test for the tmplayer variant from bug #530962.
2925
2926 2008-05-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
2927
2928         * gst/subparse/gstsubparse.c: (handle_buffer),
2929           (gst_sub_parse_sink_event):
2930         * gst/subparse/tmplayerparse.c: (tmplayer_process_buffer),
2931           (tmplayer_parse_line):
2932           Fix parsing of tmplayer subtitle variant where every single line contains
2933           text and there isn't an empty line after each line to determine the
2934           duration (#530962). Improve EOS handling for tmplayer subtitles a bit by
2935           making sure that we push out the last line of text without a duration if
2936           there's still text left in the buffer at the end.
2937
2938 2008-05-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
2939
2940         * gst/subparse/gstsubparse.c: (feed_textbuf):
2941           Fix detection of discontinuities based on the buffer offset (doesn't work
2942           so well if no buffer offset is set) and also check for the DISCONT buffer
2943           flag. This keeps the parser state from being reset after each buffer in
2944           the unit test.
2945
2946 2008-05-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
2947
2948         * gst/typefind/gsttypefindfunctions.c: (mpeg_video_stream_type_find):
2949           Further fine-tuning: don't absolutely require sequence or GOP headers
2950           (as introduced in the previous commit), but adjust the typefind
2951           probabilities returned accordingly if we don't see them. Also make sure
2952           picture header and first slice are somewhat close to each other (which
2953           is not perfect but still better than requiring a fixed offset or having
2954           no limit at all).
2955
2956 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
2957
2958         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
2959         (gst_basertppayload_sink_setcaps),
2960         (gst_basertppayload_sink_getcaps):
2961         Rename the setcaps/getcaps function internally to make it clear that
2962         they are called for the sink pad.
2963
2964 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
2965
2966         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2967         (gst_base_rtp_depayload_class_init),
2968         (gst_base_rtp_depayload_handle_sink_event), (create_segment_event),
2969         (gst_base_rtp_depayload_packet_lost),
2970         (gst_base_rtp_depayload_set_gst_timestamp):
2971         * gst-libs/gst/rtp/gstbasertpdepayload.h:
2972         Catch packet-lost events from the jitterbuffer and convert them into a
2973         vmethod call (lost-packet) so that depayloaders can do something smart.
2974         Also add a default packet-lost function that sends out a segment update
2975         to the decoders.
2976
2977 2008-05-02  Stefan Kost  <ensonic@users.sf.net>
2978
2979         * gst/playback/test4.c:
2980         * gst/playback/test5.c:
2981         * gst/playback/test6.c:
2982         * gst/playback/test7.c:
2983           Also include config.h when relying on defines from it. Fixes the
2984           build. Its been a please to serve :)
2985
2986 2008-05-02  Thijs Vermeir <thijsvermeir@gmail.com>
2987
2988         * gst/videotestsrc/videotestsrc.c (paint_setup_NV12),
2989         (paint_setup_NV21), (paint_hline_NV12_NV21):
2990         Add support for NV12 and NV21 in videotestsrc
2991
2992 2008-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
2993
2994         * gst/videoscale/gstvideoscale.c:
2995         * gst/videoscale/vs_4tap.c: (vs_image_scale_4tap_Y):
2996         * gst/videoscale/vs_image.c: (vs_image_scale_nearest_RGBA),
2997         (vs_image_scale_linear_RGBA), (vs_image_scale_nearest_RGB),
2998         (vs_image_scale_linear_RGB), (vs_image_scale_nearest_YUYV),
2999         (vs_image_scale_linear_YUYV), (vs_image_scale_nearest_UYVY),
3000         (vs_image_scale_linear_UYVY), (vs_image_scale_nearest_Y),
3001         (vs_image_scale_linear_Y), (vs_image_scale_nearest_RGB565),
3002         (vs_image_scale_linear_RGB565), (vs_image_scale_nearest_RGB555),
3003         (vs_image_scale_linear_RGB555):
3004         Support 1x1 images as input and output as for example the BBC HQ new
3005         streams have 1x1 GIFs in the playlists for some reason.
3006
3007 2008-05-01  Tim-Philipp Müller  <tim.muller at collabora co uk>
3008
3009         * gst/playback/gstdecodebin.c: (free_pad_probe_for_element),
3010           (try_to_link_1):
3011           If we can't activate one of the decoders we plugged in (such as,
3012           say, musepackdec) for some reason (it might not support push mode,
3013           for example), remove any pad probes that close_pad_link() might
3014           have set up. This makes sure we later don't try to remove a probe
3015           for a pad that doesn't exist any longer, and avoids nast warnings
3016           and probably other things too.
3017
3018 2008-04-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
3019
3020         * gst/typefind/gsttypefindfunctions.c:
3021           (mpeg_video_stream_ctx_ensure_data), (mpeg_video_stream_type_find),
3022           (plugin_init):
3023           Rework mpeg video stream typefinding a bit more: make sure sequence,
3024           GOP, picture and slice headers appear in the order they should and
3025           that we've in fact at least had one of each; fix picture header
3026           detection; decouple picture and slice header check - don't assume
3027           they're at a fixed offset, there may be extra data in between. Also,
3028           announce varying degrees of probability depending on what we found
3029           exactly (multiple pictures, at least one picture, just sequence and
3030           GOP headers). Finally, in _ensure_data(), take into account that we
3031           might be typefinding smaller amounts of data, such as the first
3032           buffer of a stream, so fall back to the minimum size needed as long
3033           as that's available, instead of erroring out if there's less than
3034           2kB of data. Fixes #526173. Conveniently also doesn't recognise the
3035           fuzzed file from #399342 as valid.
3036
3037 2008-04-30  Michael Smith <msmith@songbirdnest.com>
3038
3039         * ext/theora/theoradec.c:
3040           Cool kids don't divide by zero.
3041           Treat PAR of x:0 as 1:1.
3042           Fixes #530719.
3043
3044 2008-04-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
3045
3046         * gst/typefind/gsttypefindfunctions.c: (MpegVideoStreamCtx),
3047           (mpeg_video_stream_ctx_advance), (mpeg_video_stream_ctx_ensure_data),
3048           (mpeg_video_stream_type_find):
3049           Refactor a bit: use context structure to track parsing offset and
3050           size of available data and make the code a bit clearer. Fixes bad
3051           memory access in #356937.
3052
3053 2008-04-28  Michael Smith <msmith@songbirdnest.com>
3054
3055         * gst/playback/test4.c:
3056         * gst/playback/test5.c:
3057         * gst/playback/test6.c:
3058         * gst/tcp/gstmultifdsink.c:
3059           Include stdlib.h and unistd.h only if the appropriate HAVE_*_H macro
3060           is defined.
3061
3062 2008-04-28  Wim Taymans  <wim.taymans@collabora.co.uk>
3063
3064         * gst-libs/gst/audio/gstbaseaudiosink.h:
3065         Clarify some docs.
3066
3067         * gst-libs/gst/audio/gstbaseaudiosrc.c: (slave_method_get_type),
3068         (gst_base_audio_src_class_init), (gst_base_audio_src_init),
3069         (gst_base_audio_src_set_slave_method),
3070         (gst_base_audio_src_get_slave_method),
3071         (gst_base_audio_src_set_property),
3072         (gst_base_audio_src_get_property), (gst_base_audio_src_create):
3073         * gst-libs/gst/audio/gstbaseaudiosrc.h:
3074         Add property and methods for selecting the clock slave method in the
3075         source, like in the sink.
3076         We only implement "none" and "re-timestamp" for now.
3077         API: gst_base_audio_src_set_slave_method()
3078         API: gst_base_audio_src_get_slave_method()
3079
3080 2008-04-25  Wim Taymans  <wim.taymans@collabora.co.uk>
3081
3082         * gst-libs/gst/rtp/gstrtpbuffer.c:
3083         Fix the docs about the seqnum compare function, it returns a difference.
3084
3085 2008-04-24  Edward Hervey  <edward.hervey@collabora.co.uk>
3086
3087         * ext/alsa/gstalsadeviceprobe.c:
3088         (gst_alsa_get_device_list): Don't return before freeing up
3089         the allocated structures.
3090
3091 2008-04-24  Stefan Kost  <ensonic@users.sf.net>
3092
3093         * gst/playback/gstplaybin.c:
3094           Remove obsolete streaminfo code and fix a leak. Fixes #529546
3095
3096 2008-04-23  Stefan Kost  <ensonic@users.sf.net>
3097
3098         * ext/ogg/gstoggdemux.c:
3099           Revert the event part, that should not go in.
3100
3101 2008-04-23  Stefan Kost  <ensonic@users.sf.net>
3102
3103         * ext/ogg/gstoggdemux.c:
3104           Don't leak GstPluginFeatures when filtering.
3105
3106 2008-04-23  Stefan Kost  <ensonic@users.sf.net>
3107
3108         * sys/xvimage/xvimagesink.c:
3109           Add some logging for cases when grabbing the xv failed.
3110
3111 2008-04-21  David Schleef  <ds@schleef.org>
3112
3113         * ext/ogg/gstoggmux.c:
3114           Update Ogg/Dirac muxing.  Removes the weird "KW-DIRAC" bos
3115           packet.  Should conform to what we currently think is the
3116           final Ogg/Dirac muxing spec.
3117
3118 2008-04-21  David Schleef  <ds@schleef.org>
3119
3120         * sys/xvimage/xvimagesink.c:
3121           Fix typo that causes the overlay keying color to bright green
3122           on a 16-bit display.  Dark grey good.  Bright green bad.
3123
3124 2008-04-21  Stefan Kost  <ensonic@users.sf.net>
3125
3126         * ext/gnomevfs/gstgnomevfsuri.c:
3127           Add  FIXME comment about using uri-list for source and sink.
3128
3129 2008-04-20  Sebastian Dröge  <slomo@circular-chaos.org>
3130
3131         * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header):
3132         GST_TYPE_FRACTION contains gints so correctly cast gint64 arguments to
3133         vaargs functions to gint. Otherwise the fractions will get 0 set
3134         instead of the correct value on big endian systems. Fixes bug #529018.
3135
3136 2008-04-20  Sebastian Dröge  <slomo@circular-chaos.org>
3137
3138         * ext/gnomevfs/gstgnomevfssink.c:
3139         (gst_gnome_vfs_sink_uri_get_protocols):
3140         * ext/gnomevfs/gstgnomevfssrc.c:
3141         (gst_gnome_vfs_src_uri_get_protocols):
3142         * ext/gnomevfs/gstgnomevfsuri.c: (_internal_get_supported_uris),
3143         (gst_gnomevfs_get_supported_uris):
3144         Get the list of supported URI schemes in a threadsafe way and use the
3145         same list for the source and sink.
3146
3147 2008-04-20  Sebastian Dröge  <slomo@circular-chaos.org>
3148
3149         * ext/gio/gstgio.c: (_internal_get_supported_protocols),
3150         (gst_gio_get_supported_protocols):
3151         Don't generate a new supported protocols list on each call but cache
3152         it. It's supposed to be static anyway, this way we only leak it once
3153         per process.
3154
3155         * ext/gio/gstgiosink.c: (gst_gio_sink_base_init),
3156         (gst_gio_sink_class_init), (gst_gio_sink_finalize),
3157         (gst_gio_sink_set_property), (gst_gio_sink_get_property),
3158         (gst_gio_sink_start):
3159         * ext/gio/gstgiosink.h:
3160         * ext/gio/gstgiosrc.c: (gst_gio_src_base_init),
3161         (gst_gio_src_class_init), (gst_gio_src_finalize),
3162         (gst_gio_src_set_property), (gst_gio_src_get_property),
3163         (gst_gio_src_start):
3164         * ext/gio/gstgiosrc.h:
3165         API: Add "file" properties where one can set a GFile as
3166         source/destination.
3167
3168         Add locking to the properties and use
3169         gst_element_class_set_details_simple() instead of a static
3170         GstElementDetails struct.
3171
3172 2008-04-19  Sebastian Dröge  <slomo@circular-chaos.org>
3173
3174         * gst/typefind/gsttypefindfunctions.c: (musepack_type_find),
3175         (plugin_init):
3176         Add "mpp" and "mp+" as possible extensions for MusePack files.
3177
3178         Add typefinding for MusePack StreamVersion 8 files and include the
3179         stream version in the caps.
3180
3181 2008-04-19  Sebastian Dröge  <slomo@circular-chaos.org>
3182
3183         * gst-libs/gst/rtp/gstrtppayloads.c:
3184         (gst_rtp_payload_info_for_name):
3185         Use g_ascii_strcasecmp() instead of the deprecated g_strcasecmp().
3186
3187 2008-04-18  Tim-Philipp Müller  <tim at centricular dot net>
3188
3189         * configure.ac:
3190           Bump Gtk+ requirement to 2.12.0 for gtk_range_set_fill_level
3191           (NB: this only affects compilation of some of the examples).
3192           Remove some configure.ac cruft that's not needed any longer.
3193
3194 2008-04-18  Edward Hervey  <edward.hervey@collabora.co.uk>
3195
3196         * gst/gdp/gstgdpdepay.c: (gst_gdp_depay_chain):
3197         Don't validate the payload if there isn't any.
3198         Fixes #525915
3199
3200 2008-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
3201
3202         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_may_start):
3203         Use g_atomic_int_set() instead of gst_atomic_int_set().
3204
3205 2008-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
3206
3207         * ext/gio/gstgio.c: (gst_gio_get_supported_protocols):
3208         Return NULL instead of a gchar * array with one NULL element if we
3209         don't get any supported URI schemes from GIO.
3210
3211 2008-04-15  Stefan Kost  <ensonic@users.sf.net>
3212
3213         * gst/audiotestsrc/gstaudiotestsrc.c:
3214           Remove cpp style commented old code.
3215
3216 2008-04-15  Stefan Kost  <ensonic@users.sf.net>
3217
3218         * gst/playback/gstdecodebin2.c:
3219           Fix signal docs.
3220
3221 2008-04-14  Tim-Philipp Müller  <tim at centricular dot net>
3222
3223         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init),
3224           (gst_text_overlay_init):
3225           Fix textoverlay unit test again by making the supposed default
3226           value for the wait-text property the actual default value.
3227           Also fix Since: tag for new property.
3228
3229 2008-04-11  Tim-Philipp Müller  <tim at centricular dot net>
3230
3231         * gst-libs/gst/video/video.c: (gst_video_format_new_caps),
3232           (gst_video_format_to_fourcc), (gst_video_format_get_row_stride),
3233           (gst_video_format_get_pixel_stride),
3234           (gst_video_format_get_component_width),
3235           (gst_video_format_get_component_height),
3236           (gst_video_format_get_component_offset), (gst_video_format_get_size),
3237           (gst_video_format_convert):
3238           Add guards to these functions to ensure sane input values.
3239
3240         * tests/check/libs/video.c:
3241           Fix unit test not to create caps with width=0 and height=0.
3242
3243 2008-04-11  Wim Taymans  <wim.taymans@collabora.co.uk>
3244
3245         * docs/design/draft-keyframe-force.txt:
3246         Fix typo.
3247
3248         * gst/playback/gstqueue2.c: (update_buffering),
3249         (gst_queue_handle_src_query):
3250         Set buffering mode in the messages.
3251         Set buffering percent in the query.
3252
3253         * tests/examples/seek/seek.c: (update_fill), (msg_state_changed),
3254         (do_stream_buffering), (do_download_buffering), (msg_buffering):
3255         Do some more fancy things based on the buffering method in use.
3256
3257 2008-04-09  Wim Taymans  <wim.taymans@collabora.co.uk>
3258
3259         * tests/examples/seek/seek.c: (update_fill), (set_update_fill),
3260         (play_cb), (pause_cb), (stop_cb), (msg_state_changed),
3261         (msg_buffering), (main):
3262         Add basic download reports to seek using the new buffering API.
3263
3264 2008-04-09  Wim Taymans  <wim.taymans@collabora.co.uk>
3265
3266         * gst/playback/gstqueue2.c: (update_buffering),
3267         (gst_queue_close_temp_location_file), (gst_queue_handle_src_query),
3268         (gst_queue_src_checkgetrange_function):
3269         Include extra buffering stats in the buffering message.
3270         Implement BUFFERING query.
3271
3272         * gst/playback/gsturidecodebin.c: (do_async_start),
3273         (do_async_done), (type_found), (setup_streaming), (setup_source),
3274         (gst_uri_decode_bin_change_state):
3275         Only add decodebin2 when the type is found in streaming mode.
3276         Make uridecodebin async to PAUSED even when we don't have decodebin2
3277         added yet.
3278
3279 2008-04-09  Sebastian Dröge  <slomo@circular-chaos.org>
3280
3281         * ext/gio/gstgio.c: (gst_gio_get_supported_protocols):
3282         Filter cdda from the supported URI schemes. We can't support
3283         musicbrainz tags and everything else one expects from a cdda source
3284         with GIO. Fixes bug #526794.
3285
3286 2008-04-07  Jan Schmidt  <jan.schmidt@sun.com>
3287
3288         * sys/xvimage/xvimagesink.c (gst_xvimagesink_xvimage_new),
3289         (gst_xvimagesink_buffer_alloc):
3290         Fix calculation of 'expected size' for YV12 buffers.
3291         Be a little more verbose in the debug output for buffer-alloc'ed
3292         buffers which turn out to have the wrong size.
3293
3294 2008-04-07  Tim-Philipp Müller  <tim at centricular dot net>
3295
3296         * NEWS:
3297         * RELEASE:
3298         * gst-plugins-base.doap:
3299           Merge other changes from 0.10.19 release branch.
3300
3301 2008-04-06  Tim-Philipp Müller  <tim at centricular dot net>
3302
3303         * gst-libs/gst/audio/gstbaseaudiosink.c:
3304           (gst_base_audio_sink_class_init):
3305         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3306           (gst_base_audio_src_class_init):
3307         * gst/playback/gstplayback.c: (plugin_init):
3308         * gst/volume/gstvolume.c: (plugin_init):
3309           Work around missing bits of thread-safety on older GLibs some
3310           more to avoid assertions when starting up multiple playbin
3311           objects concurrently (see #512382).
3312
3313 2008-04-06  Tim-Philipp Müller  <tim at centricular dot net>
3314
3315         * gst-libs/gst/pbutils/missing-plugins.c: (copy_and_clean_caps):
3316           Remove some more fields.
3317
3318 2008-04-06  Sebastian Dröge  <slomo@circular-chaos.org>
3319
3320         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
3321
3322         * configure.ac:
3323         Actually build dlls when cross-compiling with mingw32.
3324         Fixes bug #526247.
3325
3326 2008-04-03  Tim-Philipp Müller  <tim at centricular dot net>
3327
3328         * configure.ac:
3329           Bump version to 0.10.19.1 after the unplanned 0.10.19 release.
3330
3331 2008-04-03  Wim Taymans  <wim.taymans@collabora.co.uk>
3332
3333         * tests/examples/seek/seek.c: (play_cb), (pause_cb), (stop_cb),
3334         (msg_buffering), (connect_bus_signals), (main):
3335         Add statusbar.
3336         Add buffering support with feedback in the statusbar.
3337
3338 2008-04-03  Tim-Philipp Müller  <tim at centricular dot net>
3339
3340         * ext/ogg/gstoggmux.c:
3341           Fix sample pipeline description.
3342
3343 2008-04-03  Stefan Kost  <ensonic@users.sf.net>
3344
3345         * docs/plugins/Makefile.am:
3346         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
3347         * docs/plugins/gst-plugins-base-plugins-overrides.txt:
3348         * docs/plugins/gst-plugins-base-plugins-sections.txt:
3349           Add playbin, playbin2, decodebin, decodebin2, uridecodebin and oggmux
3350
3351         * docs/plugins/gst-plugins-base-plugins.args:
3352         * docs/plugins/gst-plugins-base-plugins.hierarchy:
3353         * docs/plugins/gst-plugins-base-plugins.interfaces:
3354         * docs/plugins/gst-plugins-base-plugins.prerequisites:
3355         * docs/plugins/inspect/plugin-adder.xml:
3356         * docs/plugins/inspect/plugin-alsa.xml:
3357         * docs/plugins/inspect/plugin-audioconvert.xml:
3358         * docs/plugins/inspect/plugin-audiorate.xml:
3359         * docs/plugins/inspect/plugin-audioresample.xml:
3360         * docs/plugins/inspect/plugin-audiotestsrc.xml:
3361         * docs/plugins/inspect/plugin-cdparanoia.xml:
3362         * docs/plugins/inspect/plugin-decodebin.xml:
3363         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
3364         * docs/plugins/inspect/plugin-gdp.xml:
3365         * docs/plugins/inspect/plugin-gnomevfs.xml:
3366         * docs/plugins/inspect/plugin-libvisual.xml:
3367         * docs/plugins/inspect/plugin-ogg.xml:
3368         * docs/plugins/inspect/plugin-pango.xml:
3369         * docs/plugins/inspect/plugin-playback.xml:
3370         * docs/plugins/inspect/plugin-queue2.xml:
3371         * docs/plugins/inspect/plugin-subparse.xml:
3372         * docs/plugins/inspect/plugin-tcp.xml:
3373         * docs/plugins/inspect/plugin-theora.xml:
3374         * docs/plugins/inspect/plugin-typefindfunctions.xml:
3375         * docs/plugins/inspect/plugin-uridecodebin.xml:
3376         * docs/plugins/inspect/plugin-video4linux.xml:
3377         * docs/plugins/inspect/plugin-videorate.xml:
3378         * docs/plugins/inspect/plugin-videoscale.xml:
3379         * docs/plugins/inspect/plugin-videotestsrc.xml:
3380         * docs/plugins/inspect/plugin-volume.xml:
3381         * docs/plugins/inspect/plugin-vorbis.xml:
3382         * docs/plugins/inspect/plugin-ximagesink.xml:
3383         * docs/plugins/inspect/plugin-xvimagesink.xml:
3384           Update introspection data.
3385
3386         * ext/ogg/gstoggmux.c:
3387           Document oggmux.
3388
3389         * gst/playback/gstdecodebin2.c:
3390           Don't use gtk-doc style comment start for private stuff, but make it
3391           formatted like this for consistency.
3392
3393 2008-04-03  Wim Taymans  <wim.taymans@collabora.co.uk>
3394
3395         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
3396         (gst_decode_bin_init), (gst_decode_bin_dispose),
3397         (gst_decode_bin_set_sink_caps), (gst_decode_bin_get_sink_caps),
3398         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
3399         (analyze_new_pad), (connect_pad), (expose_pad),
3400         (gst_decode_group_new), (gst_decode_group_control_demuxer_pad),
3401         (gst_decode_group_expose), (gst_decode_group_free),
3402         (do_async_start), (do_async_done), (gst_decode_bin_change_state):
3403         Remove fakesink hack, we can now implement this more elegantly.
3404         Added property to bypass typefinding.
3405         Removed underrun callback and demuxer pad probe, we now use the srcpad
3406         probe to expose groups.
3407         API::sink-caps property
3408
3409         * gst/playback/gstplaybin2.c: (no_more_pads_cb):
3410         Guard against multiple emissions of the no_more_pads signal, which
3411         happens when we are dealing with chained oggs.
3412
3413         * gst/playback/gsturidecodebin.c: (remove_decoders),
3414         (make_decoder), (type_found), (setup_streaming), (source_new_pad),
3415         (setup_source):
3416         For streams, use our own typefind element and plug our queue after it.
3417         We will need this to determine the type of buffering to use for the
3418         queue soon.
3419
3420 2008-04-03  Wim Taymans  <wim.taymans@collabora.co.uk>
3421
3422         * gst-libs/gst/audio/gstbaseaudiosink.c:
3423         (gst_base_audio_sink_skew_slaving), (gst_base_audio_sink_render):
3424         Guard against over and underflows because of clock slaving.
3425         When we are using our own clock, still compensate for any calibrations
3426         that we might have done to our clock.
3427
3428 2008-04-03  Wim Taymans  <wim.taymans@collabora.co.uk>
3429
3430         * ext/theora/theoradec.c: (theora_handle_type_packet),
3431         (theora_dec_chain):
3432         Don't try to do anything fancy with the return code from pushing an
3433         event, it does not have enough information to turn it into a
3434         GST_FLOW_ERROR.
3435
3436 2008-04-03  Wim Taymans  <wim.taymans@collabora.co.uk>
3437
3438         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_reset),
3439         (gst_ogg_demux_chain_elem_pad):
3440         Add small debug line.
3441         Pass return code from the internal decoder instead of the too generic
3442         GST_FLOW_ERROR.
3443
3444 2008-04-03  Sebastian Dröge  <slomo@circular-chaos.org>
3445
3446         * gst-libs/gst/cdda/Makefile.am:
3447         * gst-libs/gst/cdda/base64.c:
3448         * gst-libs/gst/cdda/base64.h:
3449         * gst-libs/gst/cdda/gstcddabasesrc.c:
3450         (gst_cddabasesrc_calculate_musicbrainz_discid):
3451         Use GLib's base64 implementation instead of our own.
3452
3453 2008-04-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3454
3455         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
3456         (gst_ogg_demux_read_chain):
3457         Refix oggdemux, we only have a problem if we failed to find a chain and
3458         we are not EOF.
3459
3460 2008-04-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3461
3462         Patch by: Victor STINNER <victor dot stinner at haypocalc dot com>
3463
3464         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
3465         (gst_ogg_demux_read_chain):
3466         When we fail to find a BOS page and we and up with no chain, error out
3467         properly instead of segfaulting. Fixes #525665.
3468
3469 2008-04-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3470
3471         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
3472         (gst_ogg_demux_read_chain), (gst_ogg_demux_handle_page):
3473         The new-pad-group sequence is add-pads, no-more-pads, add-pads,
3474         no-more-pads...
3475
3476 2008-04-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3477
3478         * gst/playback/gstqueue2.c: (update_out_rates),
3479         (gst_queue_open_temp_location_file),
3480         (gst_queue_close_temp_location_file), (gst_queue_handle_src_event),
3481         (gst_queue_handle_src_query), (gst_queue_set_property):
3482         Update the estimated input data when we push out a buffer.
3483         Add some debug info about the temp file.
3484         Only forward src events when we are not using a temp file.
3485         Don't block the duration query, we need to find something better.
3486         Don't leak the temp filename.
3487
3488 2008-04-01  Sebastian Dröge  <slomo@circular-chaos.org>
3489
3490         * configure.ac:
3491         Require GLib 2.12 and liboil 0.3.14.
3492
3493         * gst/volume/gstvolume.c: (volume_process_double):
3494         Unconditionally use liboil 0.3.14 function.
3495
3496 2008-03-31  Wim Taymans  <wim.taymans@collabora.co.uk>
3497
3498         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
3499         ms-gsm can have arbitrarty sample rates. See #481354.
3500
3501 2008-03-28  Wim Taymans  <wim.taymans@collabora.co.uk>
3502
3503         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
3504         MP4S is generic MPEG-4, not a microsoft variant.
3505
3506 2008-03-27  Michael Smith <msmith@fluendo.com>
3507
3508         * gst/gdp/gstgdpdepay.c: (gst_gdp_depay_chain):
3509           Check the body CRC (if set) when depayloading.
3510           Fixes #522401.
3511
3512 2008-03-24  Tim-Philipp Müller  <tim at centricular dot net>
3513
3514         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init):
3515           Fix Since: version for new property.
3516
3517 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3518
3519         * gst-libs/gst/rtsp/gstrtspconnection.c:
3520         (gst_rtsp_connection_connect), (gst_rtsp_connection_write),
3521         (gst_rtsp_connection_read_internal), (gst_rtsp_connection_poll):
3522         Don't error when poll_wait returns EAGAIN.
3523
3524 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3525
3526         * gst/playback/gstqueue2.c: (gst_queue_is_filled):
3527         The queue is never filled when there are no buffers in the queue at all.
3528         Fixes #523993.
3529
3530 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3531
3532         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
3533         (init_group), (free_group), (gst_play_bin_init),
3534         (gst_play_bin_finalize), (gst_play_bin_set_uri),
3535         (gst_play_bin_set_suburi), (gst_play_bin_get_video_tags),
3536         (gst_play_bin_get_audio_tags), (gst_play_bin_get_text_tags),
3537         (gst_play_bin_set_current_video_stream),
3538         (gst_play_bin_set_current_audio_stream),
3539         (gst_play_bin_set_current_text_stream),
3540         (gst_play_bin_set_encoding), (gst_play_bin_set_property),
3541         (gst_play_bin_get_property), (pad_added_cb), (pad_removed_cb),
3542         (no_more_pads_cb), (perform_eos), (autoplug_select_cb),
3543         (activate_group), (deactivate_group), (setup_next_source),
3544         (save_current_group), (gst_play_bin_change_state):
3545         Update some docs.
3546         Add new locks and conds to protect pipeline creation and group
3547         switching.
3548         Implement the sub-uri property.
3549         Keep track of pending uridecodebin creation and configure the output
3550         pipeline after all streams are configured.
3551         Propagate subtitle encoding to the uridecodebins.
3552         Implement getting the video/audio/visualisation elements.
3553         Use input-selector for stream switching.
3554         If we are asked to do visualisation, prefer to autoplug raw sinks
3555         instead of sinks that accept encoded data.
3556
3557 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3558
3559         * gst/playback/gstplaysink.c: (gst_play_sink_class_init),
3560         (gst_play_sink_init), (gst_play_sink_dispose),
3561         (gst_play_sink_set_video_sink), (gst_play_sink_get_video_sink),
3562         (gst_play_sink_set_audio_sink), (gst_play_sink_get_audio_sink),
3563         (gst_play_sink_vis_unblocked), (gst_play_sink_vis_blocked),
3564         (gst_play_sink_set_vis_plugin), (gst_play_sink_get_vis_plugin),
3565         (gst_play_sink_set_volume), (gst_play_sink_get_volume),
3566         (gst_play_sink_set_mute), (gen_video_chain), (gen_text_chain),
3567         (gen_audio_chain), (gen_vis_chain), (gst_play_sink_reconfigure),
3568         (gst_play_sink_set_font_desc), (gst_play_sink_get_font_desc),
3569         (gst_play_sink_send_event_to_sink), (gst_play_sink_change_state):
3570         * gst/playback/gstplaysink.h:
3571         Add methods to get audio/video/vis elements.
3572         Add methods to set the font description for the overlay.
3573         Remove properties, we're using this element with its methods only.
3574         Add support for subtitles.
3575         Rearrange the locking a bit to not use the object lock for protecting
3576         the pipeline construction.
3577         Try to use the volume and mute property on the sink when its available.
3578         Implement the mute option with volume when the sink does not have a mute
3579         property.
3580         Only add volume element when the sink has no volume property.
3581         Only do visualisations with raw audio pads.
3582
3583 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3584
3585         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init),
3586         (gst_text_overlay_init), (gst_text_overlay_set_property),
3587         (gst_text_overlay_get_property), (gst_text_overlay_src_event),
3588         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
3589         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
3590         (gst_text_overlay_change_state):
3591         * ext/pango/gsttextoverlay.h:
3592         Add property to configure waiting for text on the textpad or not, with
3593         the default behaviour being the old one (always wait for text before
3594         rendering the video). This default behaviour is usually not the best one
3595         because the text stream can very sparse and could require queueing a lot
3596         of video.
3597         Fix the flushing and EOS handing so that we don't mix up their meaning.
3598
3599 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3600
3601         * gst/playback/gsturidecodebin.c:
3602         (gst_uri_decode_bin_autoplug_factories),
3603         (gst_uri_decode_bin_class_init), (gst_uri_decode_bin_init),
3604         (gst_uri_decode_bin_finalize), (gst_uri_decode_bin_set_encoding),
3605         (gst_uri_decode_bin_set_property),
3606         (gst_uri_decode_bin_get_property), (no_more_pads_full),
3607         (new_decoded_pad_cb), (gen_source_element), (remove_decoders),
3608         (proxy_autoplug_factories_signal), (make_decoder),
3609         (source_new_pad), (setup_source):
3610         Add a readonly source property and notify.
3611         Add new lock for protecting the construction of the pipeline.
3612         Keep track of the decodebins we plugged.
3613         Correctly proxy the autoplug signal so that it actually continues.
3614         Proxy subtitle-encoding to the decodebins.
3615
3616 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3617
3618         * tests/examples/seek/seek.c: (audio_toggle_cb), (video_toggle_cb),
3619         (text_toggle_cb), (update_streams), (main):
3620         Rearrange some buttons in playbin2 and make some other boxes insensitive
3621         when needed.
3622         Add language codes to subtitle selection boxes when we gind the right
3623         tags for the streams.
3624
3625 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3626
3627         * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose),
3628         (gst_decode_bin_set_caps), (gst_decode_bin_get_caps),
3629         (gst_decode_bin_set_subs_encoding),
3630         (gst_decode_bin_get_subs_encoding),
3631         (gst_decode_bin_autoplug_factories), (connect_pad), (are_raw_caps),
3632         (deactivate_free_recursive):
3633         Protect caps property with the object lock.
3634         Protect encoding property with the object lock.
3635         Keep list of elements we added that have the subtitle-encoding property.
3636         Distribute the subtitle-encoding to all of the elements when it
3637         changes.
3638
3639 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3640
3641         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_release):
3642         Small debug improvement.
3643
3644         * gst-libs/gst/audio/gstbaseaudiosink.c:
3645         (gst_base_audio_sink_render):
3646         Fix bug in determining the sample start/stop position, we want to base
3647         this decision on the fact that we are going forwards or backwards, not
3648         slower or faster. This fixes some ugly resync warnings when playing at
3649         very slow speeds.
3650
3651 2008-03-23  Sebastian Dröge  <slomo@circular-chaos.org>
3652
3653         * ext/gio/gstgio.c: (gst_gio_get_supported_protocols):
3654         Correctly set the supported URI schemes and don't leave
3655         some schemes in the middle or at the start at NULL.
3656
3657 2008-03-23  Tim-Philipp Müller  <tim at centricular dot net>
3658
3659         * tests/check/elements/gdpdepay.c:
3660           Make test compile without unused function/variable warnings on PPC.
3661  
3662 2008-03-22  Sebastian Dröge  <slomo@circular-chaos.org>
3663
3664         * configure.ac:
3665         * ext/alsa/gstalsamixerelement.c:
3666         (gst_alsa_mixer_element_class_init):
3667         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init):
3668         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init):
3669         * ext/cdparanoia/gstcdparanoiasrc.c:
3670         (gst_cd_paranoia_src_class_init):
3671         * ext/gio/gstgiosink.c: (gst_gio_sink_class_init):
3672         * ext/gio/gstgiosrc.c: (gst_gio_src_class_init):
3673         * ext/gio/gstgiostreamsink.c: (gst_gio_stream_sink_class_init):
3674         * ext/gio/gstgiostreamsrc.c: (gst_gio_stream_src_class_init):
3675         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
3676         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init):
3677         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init):
3678         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init):
3679         * ext/pango/gsttextrender.c: (gst_text_render_class_init):
3680         * ext/theora/theoradec.c: (gst_theora_dec_class_init):
3681         * ext/theora/theoraenc.c: (gst_theora_enc_class_init):
3682         * ext/theora/theoraparse.c: (gst_theora_parse_class_init):
3683         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_class_init):
3684         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
3685         (gst_audio_filter_template_class_init):
3686         * gst-libs/gst/audio/gstbaseaudiosink.c:
3687         (gst_base_audio_sink_class_init):
3688         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3689         (gst_base_audio_src_class_init):
3690         * gst-libs/gst/cdda/gstcddabasesrc.c:
3691         (gst_cdda_base_src_class_init):
3692         * gst-libs/gst/interfaces/mixertrack.c:
3693         (gst_mixer_track_class_init):
3694         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3695         (gst_base_rtp_depayload_class_init):
3696         * gst-libs/gst/rtp/gstbasertppayload.c:
3697         (gst_basertppayload_class_init):
3698         * gst/audioconvert/gstaudioconvert.c:
3699         (gst_audio_convert_class_init):
3700         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_class_init):
3701         * gst/audioresample/gstaudioresample.c:
3702         (gst_audioresample_class_init):
3703         * gst/audiotestsrc/gstaudiotestsrc.c:
3704         (gst_audio_test_src_class_init):
3705         * gst/gdp/gstgdppay.c: (gst_gdp_pay_class_init):
3706         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init):
3707         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
3708         (preroll_unlinked):
3709         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
3710         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init):
3711         * gst/playback/gstplaysink.c: (gst_play_sink_class_init):
3712         * gst/playback/gstqueue2.c: (gst_queue_class_init):
3713         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init):
3714         * gst/playback/gststreamselector.c: (gst_selector_pad_class_init),
3715         (gst_stream_selector_class_init):
3716         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init):
3717         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
3718         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
3719         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
3720         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_class_init):
3721         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_class_init):
3722         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_class_init):
3723         * gst/videorate/gstvideorate.c: (gst_video_rate_class_init):
3724         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init):
3725         * gst/videotestsrc/gstvideotestsrc.c:
3726         (gst_video_test_src_class_init):
3727         * gst/volume/gstvolume.c: (gst_volume_class_init):
3728         * sys/v4l/gstv4lelement.c: (gst_v4lelement_class_init):
3729         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
3730         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
3731         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init):
3732         * sys/ximage/ximagesink.c: (gst_ximagesink_class_init):
3733         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_class_init):
3734         Use G_PARAM_STATIC_STRINGS everywhere for GParamSpecs that use
3735         static strings (i.e. all). This gives us less memory usage,
3736         fewer allocations and thus less memory defragmentation. Depend
3737         on core CVS for this. Fixes bug #523806.
3738
3739 2008-03-22  Sebastian Dröge  <slomo@circular-chaos.org>
3740
3741         * ext/gio/gstgio.c: (gst_gio_get_supported_protocols):
3742         Filter http and https protocols. GIO/GVfs handles them but it's
3743         impossible to implement iradio/icecast with it. Better use
3744         souphttpsrc or something else for this.
3745
3746         * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_get_size):
3747         If getting the file informations by a query fails try it with the
3748         seek-to-end trick too.
3749
3750 2008-03-21  Sebastian Dröge  <slomo@circular-chaos.org>
3751
3752         * gst/volume/gstvolume.c: (gst_volume_interface_supported),
3753         (gst_volume_base_init), (gst_volume_class_init),
3754         (volume_process_double), (volume_process_float),
3755         (volume_transform_ip), (plugin_init):
3756         memset buffers to zero if we get a GAP buffer. We usually see a
3757         buffer as one unit so let's handle it as one and don't care about
3758         volume changes while processing one buffer.
3759         Also clean up some stuff a bit.
3760
3761 2008-03-21  Sebastian Dröge  <slomo@circular-chaos.org>
3762
3763         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
3764         (gst_audio_convert_create_silence_buffer),
3765         (gst_audio_convert_transform):
3766         Make audioconvert GAP-aware by outputting silence buffers when the
3767         input has the GAP flag set. This is up to 8x faster.
3768         Based on a patch by Stefan Kost. Fixes bug #517813.
3769
3770 2008-03-21  Sebastian Dröge  <slomo@circular-chaos.org>
3771
3772         * gst/volume/gstvolume.c: (volume_process_double):
3773         Use oil_scalarmultiply_f64_ns() for double processing when it's
3774         available at compile time.
3775
3776 2008-03-21  Sebastian Dröge  <slomo@circular-chaos.org>
3777
3778         * configure.ac:
3779         Fix lrint/lrintf checks to actually work. These functions are
3780         in libm on Linux at least so try to link to it.
3781
3782 2008-03-21  Jan Schmidt  <jan.schmidt@sun.com>
3783
3784         * configure.ac:
3785         Back to development - 0.10.18.1
3786
3787 === release 0.10.18 ===
3788
3789 2008-03-20  Jan Schmidt <jan.schmidt@sun.com>
3790
3791         * configure.ac:
3792           releasing 0.10.18, "I will follow"
3793
3794 2008-03-18  Jan Schmidt  <jan.schmidt@sun.com>
3795
3796         * configure.ac:
3797         * win32/common/config.h:
3798         0.10.17.4 pre-release
3799
3800 2008-03-18  Wim Taymans  <wim.taymans@collabora.co.uk>
3801
3802         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_message_dump):
3803         Use GST_STR_NULL when trying to print strings that could be NULL because
3804         this might crash on some platforms. See #520808.
3805
3806 2008-03-18  Wim Taymans  <wim.taymans@collabora.co.uk>
3807
3808         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
3809
3810         * gst-libs/gst/rtsp/gstrtspconnection.c:
3811         (gst_rtsp_connection_connect), (gst_rtsp_connection_write),
3812         (read_line), (gst_rtsp_connection_read_internal):
3813         Generic Windows fixes that makes libgstrtsp work on Windows when
3814         coupled with the new GstPoll API. See #520808.
3815
3816 2008-03-17  Sebastian Dröge  <slomo@circular-chaos.org>
3817
3818         Patch by: Milosz Derezynski <internalerror at gmail dot com>
3819
3820         * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_create):
3821           If seeking to a new position succeeds don't simply return from
3822           create() without creating a buffer. Do this only in the case
3823           seeking to the new position fails. Fixes bug #523054.
3824
3825 2008-03-17  Tim-Philipp Müller  <tim at centricular dot net>
3826
3827         * gst-libs/gst/video/video.c: (gst_video_format_parse_caps),
3828           (gst_video_format_from_rgba32_masks):
3829           Fix gst_video_format_parse_caps() for RGB caps with alpha channel
3830           (#522635).
3831
3832         * tests/check/libs/video.c: (test_parse_caps_rgb), (video_suite):
3833           Add unit test for the RGB caps parsing and creation, checking for
3834           internal consistency of the new API and consistency of the API with
3835           the old GST_VIDEO_CAPS_* defines.
3836
3837 2008-03-14  David Schleef  <ds@schleef.org>
3838
3839         * gst/videotestsrc/videotestsrc.c:  Oops, revert last change
3840           because -base is in freeze.
3841
3842 2008-03-14  David Schleef  <ds@schleef.org>
3843
3844         Patch by: William M. Brack
3845
3846         * gst/videotestsrc/videotestsrc.c: Fix Bayer pattern generation.
3847
3848 2008-03-14  Wim Taymans  <wim.taymans@collabora.co.uk>
3849
3850         * gst/playback/gststreamselector.c: (gst_selector_pad_event),
3851         (gst_selector_pad_chain):
3852         * gst/playback/gststreamselector.h:
3853         Revert change that caused regression until a real fix is found.
3854         Fixes #522203.
3855
3856 2008-03-12  Michael Smith <msmith@fluendo.com>
3857
3858         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps):
3859         * gst-libs/gst/audio/gstringbuffer.h:
3860           Rename recently added buffer types to make more sense.
3861         * ext/alsa/gstalsasink.c: (alsasink_parse_spec),
3862         (gst_alsasink_write):
3863           Adapt for above API changes.
3864           Fixes bug #520523.
3865
3866 2008-03-11  Sebastian Dröge  <slomo@circular-chaos.org>
3867
3868         * win32/common/libgstnetbuffer.def:
3869         Add new symbol gst_netaddress_equal. Fixes bug #521743.
3870
3871 2008-03-11  Jan Schmidt  <jan.schmidt@sun.com>
3872
3873         * configure.ac:
3874         * win32/common/config.h:
3875         0.10.17.3 pre-release
3876
3877 2008-03-10  Wim Taymans  <wim.taymans@collabora.co.uk>
3878
3879         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3880         (gst_base_audio_src_create):
3881         Fix duration when no clock was provided. Fixes #520300.
3882
3883 2008-03-07  Wim Taymans  <wim.taymans@collabora.co.uk>
3884
3885         Patch by: Olivier Crete  <tester at tester ca>
3886
3887         * docs/libs/gst-plugins-base-libs-sections.txt:
3888         * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netaddress_equal):
3889         * gst-libs/gst/netbuffer/gstnetbuffer.h:
3890         Add trivial function to compare GstNetAddress. See #520626.
3891         API: GstNetBuffer::gst_netaddress_equal
3892
3893 2008-03-07  Wim Taymans  <wim.taymans@collabora.co.uk>
3894
3895         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
3896         Update mode property docs, it's deprecated now.
3897
3898 2008-03-07  Wim Taymans  <wim.taymans@collabora.co.uk>
3899
3900         * gst-libs/gst/rtsp/gstrtspconnection.c:
3901         (gst_rtsp_connection_create):
3902         * gst/tcp/gstmultifdsink.c: (gst_fdset_mode_get_type),
3903         (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_start):
3904         * gst/tcp/gstmultifdsink.h:
3905         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_start):
3906         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_start):
3907         Remove GstPollMode from gstpoll constructor.
3908
3909 2008-03-04  Jan Schmidt  <jan.schmidt@sun.com>
3910
3911         * configure.ac:
3912         * win32/common/config.h:
3913         0.10.17.2 pre-release
3914
3915 2008-03-03  Jan Schmidt  <jan.schmidt@sun.com>
3916
3917         * gst/Makefile.am:
3918         GST_PLUGINS_ALL correctly lists subparse and tcp now, don't distclean
3919         them twice
3920
3921         * win32/common/libgstinterfaces.def:
3922         * win32/common/libgstrtp.def:
3923         Add new API to the defs
3924
3925 2008-03-03  Peter Kjellerstedt  <pkj@axis.com>
3926
3927         Patch by: Mersad Jelacic  <mersad at axis dot com>
3928
3929         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
3930         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
3931         API: add gst_base_rtp_audio_payload_set_samplebits_options() to make it
3932         possible to specify the sample size in bits. (#509637)
3933
3934 2008-03-03  Tim-Philipp Müller  <tim at centricular dot net>
3935
3936         * tests/check/libs/mixer.c:
3937           Add a few simple checks for the new message types.
3938
3939 2008-03-03  Tim-Philipp Müller  <tim at centricular dot net>
3940
3941         * docs/libs/gst-plugins-base-libs-sections.txt:
3942         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_option_changed),
3943           (gst_mixer_options_list_changed), (gst_mixer_mixer_changed),
3944           (gst_mixer_message_get_type),
3945           (gst_mixer_message_parse_option_changed),
3946           (gst_mixer_message_parse_options_list_changed):
3947         * gst-libs/gst/interfaces/mixer.h: (GstMixerType),
3948           (GST_MIXER_MESSAGE_OPTION_CHANGED),
3949           (GST_MIXER_MESSAGE_OPTIONS_LIST_CHANGED),
3950           (GST_MIXER_MESSAGE_MIXER_CHANGED):
3951           API: add gst_mixer_options_list_changed(), gst_mixer_mixer_changed()
3952           and gst_mixer_message_parse_options_list_changed(). Fixes #519916.
3953
3954 2008-03-03  Tim-Philipp Müller  <tim at centricular dot net>
3955
3956         * gst-libs/gst/interfaces/mixeroptions.c: (gst_mixer_options_init),
3957           (gst_mixer_options_get_values):
3958         * gst-libs/gst/interfaces/mixeroptions.h:
3959           (GST_MIXER_OPTIONS_GET_CLASS), (GstMixerOptionsClass),
3960           (_GstMixerOptions), (_GstMixerOptionsClass):
3961           API: add GstMixerOptions::get_values vfunc (#519906)
3962
3963 2008-03-03  Peter Kjellerstedt  <pkj@axis.com>
3964
3965         * configure.ac:
3966         Use AG_GST_CHECK_PLUGIN and AG_GST_DISABLE_PLUGIN to simplify which
3967         plug-ins are included/excluded. (#498222)
3968
3969 2008-03-03  Sebastian Dröge  <slomo@circular-chaos.org>
3970
3971         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
3972         Add typefinder for IMelody files, using audio/x-imelody.
3973         See bug #519516.
3974
3975 2008-03-03  Sebastian Dröge  <slomo@circular-chaos.org>
3976
3977         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_get_type):
3978         * ext/alsa/gstalsasink.c: (set_hwparams):
3979         * ext/alsa/gstalsasrc.c: (set_hwparams):
3980         * ext/gio/gstgio.c: (gst_gio_uri_handler_get_uri):
3981         * ext/ogg/gstoggmux.h:
3982         * ext/ogg/gstogmparse.c:
3983         * gst-libs/gst/audio/audio.c:
3984         * gst-libs/gst/fft/kiss_fft_f64.c: (kiss_fft_f64_alloc):
3985         * gst-libs/gst/pbutils/missing-plugins.c:
3986         (gst_missing_uri_sink_message_new),
3987         (gst_missing_element_message_new),
3988         (gst_missing_decoder_message_new),
3989         (gst_missing_encoder_message_new):
3990         * gst-libs/gst/rtp/gstbasertppayload.c:
3991         * gst-libs/gst/rtp/gstrtcpbuffer.c:
3992         (gst_rtcp_packet_bye_get_reason):
3993         * gst/audioconvert/gstaudioconvert.c:
3994         * gst/audioresample/gstaudioresample.c:
3995         * gst/ffmpegcolorspace/imgconvert.c:
3996         * gst/playback/test.c: (gen_video_element), (gen_audio_element):
3997         * gst/typefind/gsttypefindfunctions.c:
3998         * gst/videoscale/vs_4tap.c:
3999         * gst/videoscale/vs_4tap.h:
4000         * sys/v4l/gstv4lelement.c:
4001         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_any_caps):
4002         * sys/v4l/v4l_calls.c:
4003         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init),
4004         (gst_v4lsrc_try_capture):
4005         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
4006         (gst_ximagesink_ximage_new):
4007         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
4008         (gst_xvimagesink_xvimage_new):
4009         * tests/check/elements/audioconvert.c:
4010         * tests/check/elements/audioresample.c:
4011         (fail_unless_perfect_stream):
4012         * tests/check/elements/audiotestsrc.c: (setup_audiotestsrc):
4013         * tests/check/elements/decodebin.c:
4014         * tests/check/elements/gdpdepay.c: (setup_gdpdepay),
4015         (setup_gdpdepay_streamheader):
4016         * tests/check/elements/gdppay.c: (setup_gdppay), (GST_START_TEST),
4017         (setup_gdppay_streamheader):
4018         * tests/check/elements/gnomevfssink.c: (setup_gnomevfssink):
4019         * tests/check/elements/multifdsink.c: (setup_multifdsink):
4020         * tests/check/elements/textoverlay.c:
4021         * tests/check/elements/videorate.c: (setup_videorate):
4022         * tests/check/elements/videotestsrc.c: (setup_videotestsrc):
4023         * tests/check/elements/volume.c: (setup_volume):
4024         * tests/check/elements/vorbisdec.c: (setup_vorbisdec):
4025         * tests/check/elements/vorbistag.c:
4026         * tests/check/generic/clock-selection.c:
4027         * tests/check/generic/states.c: (setup), (teardown):
4028         * tests/check/libs/cddabasesrc.c:
4029         * tests/check/libs/video.c:
4030         * tests/check/pipelines/gio.c:
4031         * tests/check/pipelines/oggmux.c:
4032         * tests/check/pipelines/simple-launch-lines.c:
4033         (simple_launch_lines_suite):
4034         * tests/check/pipelines/streamheader.c:
4035         * tests/check/pipelines/theoraenc.c:
4036         * tests/check/pipelines/vorbisdec.c:
4037         * tests/check/pipelines/vorbisenc.c:
4038         * tests/examples/seek/scrubby.c:
4039         * tests/examples/seek/seek.c: (query_positions_elems),
4040         (query_positions_pads):
4041         * tests/icles/stress-xoverlay.c: (myclock):
4042         Correct all relevant warnings found by the sparse semantic code
4043         analyzer. This include marking several symbols static, using
4044         NULL instead of 0 for pointers and using "foo (void)" instead
4045         of "foo ()" for declarations.
4046
4047         * win32/common/libgstrtp.def:
4048         Add gst_rtp_buffer_set_extension_data to the symbol definition file.
4049
4050 2008-03-02  Tim-Philipp Müller  <tim at centricular dot net>
4051
4052         Patch by: José Alburquerque <jaalburqu svn gnome org>
4053
4054         * gst/playback/gstplaybin2.c:
4055           Make the function signature of the _get_*_tags() functions match
4056           the signature of the vfuncs they implement, ie. return a
4057           GstTagList rather than a GstStructure, which is more correct,
4058           even if one is typedef'ed to the other (#518940).
4059
4060 2008-03-02  Tim-Philipp Müller  <tim at centricular dot net>
4061
4062         * gst-libs/gst/rtsp/gstrtspconnection.c:
4063           Don't include unix headers unconditionally (fixes #518037).
4064
4065 2008-03-02  Tim-Philipp Müller  <tim at centricular dot net>
4066
4067         * tests/check/libs/video.c: (paintinfo), (paintinfo_struct),
4068           (fourcc_list_struct), (fourcc_list), (fourcc_get_size),
4069           (paint_setup_I420), (paint_setup_YV12), (paint_setup_AYUV),
4070           (paint_setup_YUY2), (paint_setup_UYVY), (paint_setup_YVYU),
4071           (paint_setup_IYU2), (paint_setup_Y41B), (paint_setup_Y42B),
4072           (paint_setup_Y800), (paint_setup_YVU9), (paint_setup_YUV9),
4073           (gst_video_format_is_packed), (video_format_is_packed):
4074           Add unit test that makes sure that the strides, offsets and
4075           sizes returned for the various YUV formats by the new video API
4076           match the old reference implementation in videotestsrc.
4077
4078 2008-03-02  Tim-Philipp Müller  <tim at centricular dot net>
4079
4080         * gst-libs/gst/video/video.c: (gst_video_calculate_display_ratio),
4081           (gst_video_format_from_fourcc), (gst_video_format_to_fourcc),
4082           (gst_video_format_is_rgb), (gst_video_format_is_yuv),
4083           (gst_video_format_has_alpha), (gst_video_format_get_row_stride),
4084           (gst_video_format_get_pixel_stride),
4085           (gst_video_format_get_component_width),
4086           (gst_video_format_get_component_height),
4087           (gst_video_format_get_component_offset), (gst_video_format_get_size):
4088         * gst-libs/gst/video/video.h: (GST_VIDEO_FORMAT_Y41B),
4089           (GST_VIDEO_FORMAT_Y42B):
4090           API: add GST_VIDEO_FORMAT_Y41B and GST_VIDEO_FORMAT_Y42B.
4091
4092 2008-03-02  Tim-Philipp Müller  <tim at centricular dot net>
4093
4094         * gst-libs/gst/video/video.c: (gst_video_format_get_component_offset):
4095           YV12 is I420 with swapped components 1 and 2, so the offset of
4096           component 1 for I420 should be the offset for component 2 for YV12
4097           and vice versa.
4098
4099 2008-02-29  Rene Stadler  <mail@renestadler.de>
4100
4101         * sys/v4l/gstv4lelement.c:
4102         Add missing semicolon to fix indentation.
4103
4104 2008-02-29  Julien Moutte  <julien@fluendo.com>
4105
4106         * ext/alsa/gstalsa.c: (gst_alsa_open_iec958_pcm),
4107         (gst_alsa_probe_supported_formats): Probe for IEC958 pcm to detect
4108         if we can do SPDIF output.
4109         * ext/alsa/gstalsa.h:
4110         * ext/alsa/gstalsasink.c: (set_hwparams), (alsasink_parse_spec),
4111         (gst_alsasink_prepare), (gst_alsasink_close), (gst_alsasink_write):
4112         * ext/alsa/gstalsasink.h: Initial support for SPDIF.
4113         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps):
4114         * gst-libs/gst/audio/gstringbuffer.h: Add non linear buffer types
4115         to support AC3, EC3 and IEC958 buffers.
4116
4117 2008-02-29  Tim-Philipp Müller  <tim at centricular dot net>
4118
4119         * gst-libs/gst/interfaces/mixer.c: (GST_MIXER_MESSAGE_HAS_TYPE),
4120           (gst_mixer_message_parse_mute_toggled),
4121           (gst_mixer_message_parse_record_toggled),
4122           (gst_mixer_message_parse_volume_changed),
4123           (gst_mixer_message_parse_option_changed):
4124           De-cruft and fix message type assertions (NULL is not a really
4125           valid mixer message type string).
4126
4127 2008-02-29  Wim Taymans  <wim.taymans@collabora.co.uk>
4128
4129         * ext/libvisual/visual.c: (gst_vis_src_negotiate):
4130         When negotiating, actually start from a format that we can support
4131         instead of from the too generic template.
4132
4133 2008-02-29  Wim Taymans  <wim.taymans@collabora.co.uk>
4134
4135         * gst/playback/gstplaybin2.c: (gst_play_bin_set_property):
4136         Enable vis setting.
4137
4138         * gst/playback/gstplaysink.c: (gst_play_sink_init),
4139         (gst_play_sink_dispose), (gst_play_sink_vis_unblocked),
4140         (gst_play_sink_vis_blocked), (gst_play_sink_set_vis_plugin),
4141         (gen_vis_chain):
4142         Implement vis switching while playing.
4143
4144 2008-02-28  David Schleef  <ds@schleef.org>
4145
4146         * gst-libs/gst/riff/riff-media.c: Add Dirac mapping
4147
4148 2008-02-28  Wim Taymans  <wim.taymans@collabora.co.uk>
4149
4150         Patch by: Peter Kjellerstedt  <pkj at axis com>
4151
4152         * gst/tcp/Makefile.am:
4153         * gst/tcp/fdsetstress.c:
4154         * gst/tcp/gstfdset.c:
4155         * gst/tcp/gstfdset.h:
4156         Removed fdset and stress test, they are now known as GstPoll in
4157         core. 
4158
4159         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
4160         (gst_multi_fd_sink_add_full), (gst_multi_fd_sink_remove),
4161         (gst_multi_fd_sink_clear), (gst_multi_fd_sink_remove_client_link),
4162         (gst_multi_fd_sink_handle_client_write),
4163         (gst_multi_fd_sink_queue_buffer),
4164         (gst_multi_fd_sink_handle_clients), (gst_multi_fd_sink_start),
4165         (gst_multi_fd_sink_stop):
4166         * gst/tcp/gstmultifdsink.h:
4167         * gst/tcp/gsttcp.c: (gst_tcp_socket_read), (gst_tcp_socket_close),
4168         (gst_tcp_read_buffer), (gst_tcp_gdp_read_buffer),
4169         (gst_tcp_gdp_read_caps):
4170         * gst/tcp/gsttcp.h:
4171         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_init),
4172         (gst_tcp_client_sink_setcaps), (gst_tcp_client_sink_render),
4173         (gst_tcp_client_sink_start), (gst_tcp_client_sink_stop):
4174         * gst/tcp/gsttcpclientsink.h:
4175         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_init),
4176         (gst_tcp_client_src_create), (gst_tcp_client_src_start),
4177         (gst_tcp_client_src_stop), (gst_tcp_client_src_unlock):
4178         * gst/tcp/gsttcpclientsrc.h:
4179         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_handle_wait),
4180         (gst_tcp_server_sink_init_send), (gst_tcp_server_sink_close):
4181         * gst/tcp/gsttcpserversink.h:
4182         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_init),
4183         (gst_tcp_server_src_create), (gst_tcp_server_src_start),
4184         (gst_tcp_server_src_stop), (gst_tcp_server_src_unlock):
4185         * gst/tcp/gsttcpserversrc.h:
4186         Port to GstPoll. See #505417.
4187
4188 2008-02-28  Wim Taymans  <wim.taymans@collabora.co.uk>
4189
4190         Patch by: Peter Kjellerstedt  <pkj at axis com>
4191
4192         * gst-libs/gst/rtsp/gstrtspconnection.c:
4193         (gst_rtsp_connection_create), (gst_rtsp_connection_connect),
4194         (gst_rtsp_connection_write), (gst_rtsp_connection_read_internal),
4195         (gst_rtsp_connection_receive), (gst_rtsp_connection_close),
4196         (gst_rtsp_connection_free), (gst_rtsp_connection_poll),
4197         (gst_rtsp_connection_flush):
4198         * gst-libs/gst/rtsp/gstrtspconnection.h:
4199         Use GstPoll for the rtsp connection. See #505417.
4200
4201 2008-02-27  Wim Taymans  <wim.taymans@collabora.co.uk>
4202
4203         * tests/examples/seek/seek.c: (vis_toggle_cb), (filter_features),
4204         (init_visualization_features), (vis_combo_cb), (shot_cb), (main):
4205         Add combo box for visualisations, populate it with a factory list
4206         of all visualisation plugins, configure vis plugin instance in
4207         playbin2. 
4208
4209 2008-02-27  Wim Taymans  <wim.taymans@collabora.co.uk>
4210
4211         * tests/check/libs/rtp.c: (GST_START_TEST):
4212         Add check for RTP buffer defaults, padding and marker bit API.
4213
4214 2008-02-27  Sebastian Dröge  <slomo@circular-chaos.org>
4215
4216         * gst-libs/gst/cdda/sha1.c: (sha_transform):
4217         Use memcpy() instead of upcasting a byte array to long *. This
4218         fixes an unaligned memory access, resulting in SIGBUS on IA64.
4219         This should be ported to GCheckSum once we can use GLib 2.16.
4220         Partially fixes bug #500833.
4221
4222 2008-02-27  Tim-Philipp Müller  <tim at centricular dot net>
4223
4224         * gst-libs/gst/tag/gsttagdemux.c: (gst_tag_demux_chain):
4225           Push tag event after the newsegment event. Log the pointer of
4226           the buffer we're actually going to push rather than the buffer
4227           we're feeding to _make_metadata_writable().
4228
4229 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
4230
4231         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
4232         Comment smoke typefinder for now. The smokedec plugin needs one
4233         frame per buffer but we have no parser yet, thus it simply crashes
4234         in most situations.
4235
4236 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
4237
4238         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
4239         Add typefinder for the smoke video codec. Copied from the jpeg plugin.
4240
4241 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
4242
4243         * gst/typefind/gsttypefindfunctions.c: (mid_type_find),
4244         (plugin_init):
4245         Add midi typefinder, copied from the timidity plugin.
4246
4247 2008-02-23  Tim-Philipp Müller  <tim at centricular dot net>
4248
4249         Based on patch by: Tomasz Sałaciński <tsalacinski gmail com>
4250
4251         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
4252         * tests/check/elements/subparse.c: (test_microdvd_with_italics),
4253           (subparse_suite):
4254           Forward slashes at the beginning and end of a line also signify
4255           italics (Fixes: #518162).
4256
4257 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
4258
4259         * tests/check/gst-plugins-base.supp:
4260         Add a suppression for a cached value in GIO that wasn't moved
4261         while moving gio from -bad to -base.
4262
4263 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
4264
4265         Patch by: Brian Cameron <brian dot cameron at sun dot com>
4266
4267         * configure.ac:
4268         Don't hardcode -Wall and -Werror for configure checks, this fails
4269         with non-GCC compilers. Fixes bug #517991.
4270
4271 2008-02-21  Stefan Kost  <ensonic@users.sf.net>
4272
4273         * gst/audioconvert/gstaudioconvert.c:
4274         * gst/audioconvert/gstaudioquantize.c:
4275         * gst/audioconvert/gstaudioquantize.h:
4276           Make audioconvert gap aware. If noiseshaping is used, wait for
4277           noiseshaping to converge before marking as GAP. Fixes #517813.
4278
4279 2008-02-21  Stefan Kost  <ensonic@users.sf.net>
4280
4281         * gst/audiotestsrc/gstaudiotestsrc.c:
4282           Mark buffers as GAP,if volume is 0.0 and fix the previous logic.
4283
4284 2008-02-20  Sebastian Dröge  <slomo@circular-chaos.org>
4285
4286         * ext/gnomevfs/gstgnomevfssink.c:
4287         (gst_gnome_vfs_sink_handle_event):
4288         Return FALSE when seeking for a new segment fails instead
4289         of silently ignoring the failure and appending every buffer
4290         that comes for the new segment.
4291
4292 2008-02-20  Wim Taymans  <wim.taymans@collabora.co.uk>
4293
4294         * gst/playback/gstplaysink.c: (find_property),
4295         (gst_play_sink_find_property), (gen_video_chain),
4296         (gst_play_sink_reconfigure), (gst_play_sink_get_last_frame):
4297         Recursively search the sink element for a last-frame property so that we
4298         can also find the property in autovideosink and friends that don't
4299         always proxy the internal sink properties.
4300
4301 2008-02-19  Tim-Philipp Müller  <tim at centricular dot net>
4302
4303         * gst-libs/gst/audio/multichannel.c:
4304           (GST_AUDIO_CHANNEL_POSITIONS_FIELD_NAME),
4305           (gst_audio_get_channel_positions), (gst_audio_set_channel_positions),
4306           (gst_audio_set_structure_channel_positions_list),
4307           (add_list_to_struct), (gst_audio_set_caps_channel_positions_list),
4308           (gst_audio_fixate_channel_positions):
4309           Fix confusing terminology in docs and code: structure fields are
4310           'fields' and not 'properties'.
4311
4312 2008-02-19  Tim-Philipp Müller  <tim at centricular dot net>
4313
4314         * gst-libs/gst/audio/multichannel.c:
4315           (gst_audio_check_channel_positions), (add_list_to_struct):
4316           Give more useful warning messages if one of the channel
4317           layout enums passed to us is invalid and if the "channels"
4318           field in the caps has a GType we don't expect.
4319
4320 2008-02-19  Tim-Philipp Müller  <tim at centricular dot net>
4321
4322         * gst-libs/gst/audio/multichannel.c:
4323           Fix typo in docs blurb.
4324
4325 2008-02-19  Julien Moutte  <julien@fluendo.com>
4326
4327         Patch by: Josep Torra Valles <josep@fluendo.com>
4328
4329         * gst/typefind/gsttypefindfunctions.c: Increase the MPEG PS
4330         typefind lookup to fix typefinding on HD clips.
4331
4332 2008-02-19  Tim-Philipp Müller  <tim at centricular dot net>
4333
4334         * gst/playback/gstscreenshot.c:
4335         * gst/playback/gstscreenshot.h:
4336           Fix up copyright (I rewrote the GStreamer-0.10 code for
4337           this from scratch back in the days).
4338
4339 2008-02-19  Wim Taymans  <wim.taymans@collabora.co.uk>
4340
4341         * gst/playback/Makefile.am:
4342         * gst/playback/gstscreenshot.c: (feed_fakesrc), (save_result),
4343         (create_element), (gst_play_frame_conv_convert):
4344         * gst/playback/gstscreenshot.h:
4345         Add screenshot conversion code from totem.
4346
4347         * gst/playback/gstplay-marshal.list:
4348         * gst/playback/gstplaybin2.c: (gst_play_marshal_BUFFER__BOXED),
4349         (gst_play_bin_class_init), (gst_play_bin_convert_frame),
4350         (gst_play_bin_get_property), (no_more_pads_cb), (activate_group):
4351         Implement frame property to get a color-unconverted snapshot.
4352         Implement convert-frame action signal to get a converted snapshot image.
4353         Configure connection speed in uridecodebin.
4354         Document some more properties.
4355
4356         * gst/playback/gstplaysink.c: (gst_play_sink_class_init),
4357         (gen_video_chain), (gen_audio_chain), (gst_play_sink_reconfigure),
4358         (gst_play_sink_get_last_frame):
4359         * gst/playback/gstplaysink.h:
4360         Use last-buffer property of the video sink to get a video snapshot.
4361
4362         * tests/examples/seek/seek.c: (shot_cb), (main):
4363         Add snapshot button for playbin2 and use the frame property to save the
4364         frame as a png in the current directory.
4365
4366 2008-02-19  Sebastian Dröge  <slomo@circular-chaos.org>
4367
4368         Patch by: Josep Torra Valles <josep at fluendo dot com>
4369
4370         * gst/typefind/gsttypefindfunctions.c: (h264_video_type_find),
4371         (plugin_init):
4372         Add typefinding support for h264 elementary streams.
4373         Fixes bug #517420.
4374
4375 2008-02-18  Stefan Kost  <ensonic@users.sf.net>
4376
4377         * configure.ac:
4378           Require CVS of core for new API in collectpads.
4379
4380         * gst/adder/gstadder.c:
4381           Use new API to make adder sparse stream aware.
4382
4383 2008-02-18  Wim Taymans  <wim.taymans@collabora.co.uk>
4384
4385         * gst/playback/gstplaybin2.c: (pad_added_cb), (pad_removed_cb),
4386         (no_more_pads_cb):
4387         Get the object data correct so that we can remove our channels
4388         correctly.
4389
4390         * gst/playback/gstplaysink.c: (gen_video_chain), (gen_audio_chain),
4391         (gen_vis_chain), (gst_play_sink_reconfigure),
4392         (gst_play_sink_request_pad):
4393         Add option to disable async behaviour in the sinks when possible. This
4394         makes it possible to avoid an audio queue when dealing with
4395         visualisations.
4396         Add option to add a queue for the audio path.
4397
4398         * tests/examples/seek/seek.c: (clear_streams), (update_streams),
4399         (main):
4400         Disable the vis checkbox to match the defaults of playbin2.
4401         Only get the stream info when we need to.
4402
4403 2008-02-17  Sebastian Dröge  <slomo@circular-chaos.org>
4404
4405         * ext/gio/gstgiobasesink.c: (gst_gio_base_sink_stop),
4406         (gst_gio_base_sink_set_stream):
4407         * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_stop),
4408         (gst_gio_base_src_set_stream):
4409         * ext/gio/gstgiosink.c: (gst_gio_sink_start):
4410         * ext/gio/gstgiosrc.c: (gst_gio_src_start):
4411         Don't use async operations as they require a running main loop.
4412         This makes us block again when closing streams and unable
4413         to mount the enclosing volume of an URI if it isn't yet.
4414
4415 2008-02-15  Wim Taymans  <wim.taymans@collabora.co.uk>
4416
4417         * gst/playback/gstplaysink.c: (gst_play_sink_set_mute),
4418         (gst_play_sink_get_mute), (gen_video_chain), (gen_audio_chain),
4419         (gen_vis_chain), (gst_play_sink_reconfigure),
4420         (gst_play_sink_request_pad):
4421         Move tee in front of the audio and vis pipelines.
4422         Add queue for audio for now.
4423         Add visualisation support.
4424
4425         * tests/examples/seek/seek.c: (main):
4426         Visualisation is by default disabled.
4427
4428 2008-02-15  Sebastian Dröge  <slomo@circular-chaos.org>
4429
4430         * ext/gio/gstgiobasesink.c: (close_stream_cb):
4431         * ext/gio/gstgiobasesrc.c: (close_stream_cb):
4432         Improve debugging a bit.
4433
4434         * ext/gio/gstgiosink.c: (mount_cb), (gst_gio_sink_start):
4435         * ext/gio/gstgiosink.h:
4436         * ext/gio/gstgiosrc.c: (mount_cb), (gst_gio_src_start):
4437         * ext/gio/gstgiosrc.h:
4438         Try to mount the enclosing volume of a GFile if it isn't mounted
4439         yet. This requires us to wait for an async operation to finish, done
4440         with an nested GMainLoop. Authentication is not supported yet, will
4441         come later.
4442
4443 2008-02-14  Wim Taymans  <wim.taymans@collabora.co.uk>
4444
4445         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
4446         (gst_play_bin_set_property), (gst_play_bin_get_property),
4447         (pad_added_cb), (pad_removed_cb), (no_more_pads_cb):
4448         * gst/playback/gstplaysink.c: (gst_play_sink_set_mute),
4449         (gst_play_sink_get_mute), (gen_audio_chain):
4450         * gst/playback/gstplaysink.h:
4451         Add mute property.
4452
4453         * gst/playback/gststreamselector.c: (gst_selector_pad_event),
4454         (gst_selector_pad_chain):
4455         * gst/playback/gststreamselector.h:
4456         Make sure we forward the event only once.
4457
4458         * tests/examples/seek/seek.c: (stop_cb), (mute_toggle_cb), (main):
4459         Add and implement the mute button for playbin2.
4460
4461 2008-02-13  Wim Taymans  <wim.taymans@collabora.co.uk>
4462
4463         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
4464
4465         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_delay):
4466         Add some more debug info.
4467         Make sure we never return a negative delay. Fixes #516246.
4468
4469 2008-02-12  Tim-Philipp Müller  <tim at centricular dot net>
4470
4471         * ext/alsa/gstalsasink.c: (gst_alsasink_delay):
4472           Revert patch that makes the sink hold the object lock when
4473           calling snd_pcm_delay(), since it breaks playback for me.
4474
4475 2008-02-12  Julien Moutte  <julien@fluendo.com>
4476
4477         * tests/examples/seek/seek.c: (rate_spinbutton_changed_cb): Add
4478         some seek flags when changing rate.
4479
4480 2008-02-12  Wim Taymans  <wim.taymans@collabora.co.uk>
4481
4482         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
4483         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
4484         (gst_base_rtp_audio_payload_handle_sample_based_buffer):
4485         Fix potential leaks.
4486
4487         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_chain):
4488         Fix leak when there is no function configured.
4489
4490 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
4491
4492         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_buffer_class_init),
4493         (gst_v4lsrc_buffer_finalize):
4494         Correctly chain up the finalize method.
4495
4496 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
4497
4498         * ext/gio/gstgiostreamsink.c:
4499         * ext/gio/gstgiostreamsrc.c:
4500         Add documentation and example code for giostreamsink/giostreamsrc.
4501
4502         * tests/check/pipelines/gio.c: (GST_START_TEST):
4503         Ask the GMemoryOutputStream for the data instead of assuming that
4504         the pointer to the data stayed the same. It could've been realloc'ed.
4505
4506 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
4507
4508         * ext/gio/gstgiosink.c:
4509         * ext/gio/gstgiosrc.c:
4510         Make the documentation of giosink/giosrc complete, large parts
4511         are based on the gnomevfssink/gnomevfssrc docs.
4512
4513 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
4514
4515         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
4516         * docs/plugins/gst-plugins-base-plugins-sections.txt:
4517         * docs/plugins/gst-plugins-base-plugins.args:
4518         * docs/plugins/gst-plugins-base-plugins.hierarchy:
4519         * docs/plugins/gst-plugins-base-plugins.interfaces:
4520         * docs/plugins/gst-plugins-base-plugins.prerequisites:
4521         * docs/plugins/gst-plugins-base-plugins.signals:
4522         * docs/plugins/inspect/plugin-adder.xml:
4523         * docs/plugins/inspect/plugin-audioconvert.xml:
4524         * docs/plugins/inspect/plugin-audiorate.xml:
4525         * docs/plugins/inspect/plugin-audioresample.xml:
4526         * docs/plugins/inspect/plugin-decodebin.xml:
4527         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
4528         * docs/plugins/inspect/plugin-gdp.xml:
4529         * docs/plugins/inspect/plugin-gio.xml:
4530         * docs/plugins/inspect/plugin-gnomevfs.xml:
4531         * docs/plugins/inspect/plugin-libvisual.xml:
4532         * docs/plugins/inspect/plugin-ogg.xml:
4533         * docs/plugins/inspect/plugin-pango.xml:
4534         * docs/plugins/inspect/plugin-playback.xml:
4535         * docs/plugins/inspect/plugin-queue2.xml:
4536         * docs/plugins/inspect/plugin-subparse.xml:
4537         * docs/plugins/inspect/plugin-theora.xml:
4538         * docs/plugins/inspect/plugin-uridecodebin.xml:
4539         * docs/plugins/inspect/plugin-videorate.xml:
4540         * docs/plugins/inspect/plugin-videoscale.xml:
4541         * docs/plugins/inspect/plugin-volume.xml:
4542         * docs/plugins/inspect/plugin-vorbis.xml:
4543         Add the GIO documentation again and while at that run make update.
4544
4545 2008-02-11  Tim-Philipp Müller  <tim at centricular dot net>
4546
4547         * ext/alsa/gstalsa.h: (GST_CHECK_ALSA_VERSION):
4548         * ext/alsa/gstalsasink.c: (set_swparams):
4549         * ext/alsa/gstalsasrc.c: (set_swparams), (gst_alsasrc_open):
4550           Don't use snd_pcm_sw_params_set_xfer_align() if we're compiling
4551           against libasound >= 1.0.16, since it's been deprecated in
4552           0.10.16, and alignment is always 1 then, apparently. (#512899)
4553
4554 2008-02-11  Tim-Philipp Müller  <tim at centricular dot net>
4555
4556         * gst/playback/gstplaybin.c: (gen_audio_element):
4557         * gst/playback/gstplaysink.c: (gen_audio_chain):
4558           Handle case where we can't create the volume element a bit
4559           better (#514307).
4560
4561 2008-02-11  Tim-Philipp Müller  <tim at centricular dot net>
4562
4563         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_check_get_range):
4564         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
4565           Add support for https protocol. Fixes #510229.
4566
4567 2008-02-11  Julien Moutte  <julien@fluendo.com>
4568         
4569         Patch by: Alan Peevers <peeves@pacbell.net>
4570
4571         * ext/alsa/gstalsasink.c: (gst_alsasink_delay): Take appropriate
4572         lock when calling alsa methods.
4573
4574 2008-02-11  Tim-Philipp Müller  <tim at centricular dot net>
4575
4576         * gst/typefind/gsttypefindfunctions.c:
4577           Bump rank of jpeg and png typefinders, which will return maximum
4578           probability in the most common cases (thus short-circuiting more
4579           expensive typefinders like the mp3 one for these two quite common
4580           image types).
4581
4582 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
4583
4584         * ext/theora/theoraparse.c:
4585         Fix long description of the theora parser to be more verbose than just
4586         the type name.
4587
4588 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
4589
4590         Patch by: Branko Čibej <brane at xbc dot nu>
4591
4592         * sys/xvimage/xvimagesink.c:
4593         Fix build of xvimagesink if we don't have XShm, e.g. on Mac OS X.
4594         Fixes bug #515654.
4595
4596 2008-02-09  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
4597
4598         * gst/playback/gstplaybasebin.c:
4599         Set is_dynamic as True if there are elements with both request
4600         and sometimes src pad templates instead of breaking out when it
4601         finds the first pad template that is a src.
4602
4603 2008-02-08  Wim Taymans  <wim.taymans@collabora.co.uk>
4604
4605         * tests/examples/seek/seek.c: (stop_cb), (clear_streams),
4606         (update_streams), (video_combo_cb), (audio_combo_cb),
4607         (text_combo_cb), (volume_spinbutton_changed_cb), (main):
4608         Add some stream switching and volume gui for playbin2.
4609
4610 2008-02-08  Wim Taymans  <wim.taymans@collabora.co.uk>
4611
4612         * gst/playback/gstplay-marshal.list:
4613         Added marshal for streamselector Tags.
4614
4615         * gst/playback/gstplaybasebin.c: (set_active_source):
4616         Streamselector now selects pads based on the pad object instead of its
4617         name.
4618
4619         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
4620         (init_group), (gst_play_bin_init), (get_group), (get_tags),
4621         (gst_play_bin_get_video_tags), (gst_play_bin_get_audio_tags),
4622         (gst_play_bin_get_text_tags),
4623         (gst_play_bin_set_current_video_stream),
4624         (gst_play_bin_set_current_audio_stream),
4625         (gst_play_bin_set_current_text_stream),
4626         (gst_play_bin_set_property), (gst_play_bin_get_property),
4627         (pad_added_cb), (pad_removed_cb), (autoplug_select_cb):
4628         Remove option to mute streams with the current-a/v/t property, we have
4629         this functionality in the flags.
4630         Add signals to notify when the number of A/V/T channels changed.
4631         Add action signals to get tags for the A/V/T streams.
4632         Implement setting the current A/V/T stream.
4633         Rearrange some things to simplify stream selection.
4634         Implement volume.
4635
4636         * gst/playback/gstplaysink.c: (gst_play_sink_set_volume),
4637         (gst_play_sink_get_volume), (gst_play_sink_set_property),
4638         (gst_play_sink_get_property), (gen_video_chain), (gen_audio_chain),
4639         (activate_vis), (gst_play_sink_reconfigure):
4640         * gst/playback/gstplaysink.h:
4641         Add and implement volume setting methods.
4642
4643         * gst/playback/gststreamselector.c: (gst_selector_pad_class_init),
4644         (gst_selector_pad_finalize), (gst_selector_pad_get_property),
4645         (gst_selector_pad_event), (gst_stream_selector_class_init),
4646         (gst_stream_selector_init), (gst_stream_selector_finalize),
4647         (gst_stream_selector_set_property),
4648         (gst_stream_selector_get_property),
4649         (gst_stream_selector_get_linked_pad),
4650         (gst_stream_selector_request_new_pad):
4651         * gst/playback/gststreamselector.h:
4652         Add pad properties for tags and status of pads.
4653         Keep tags on pads.
4654         Make active pad selection based on pad object instead of name.
4655
4656 2008-02-08  Stefan Kost  <ensonic@users.sf.net>
4657
4658         * configure.ac:
4659           Revert last change as we now check in gtk-doc.m4 for sed.
4660
4661 2008-02-08  Jan Schmidt  <Jan.Schmidt@sun.com>
4662
4663         * configure.ac:
4664         Find and subst SED when building the docs.
4665
4666 2008-02-08  Julien Moutte  <julien@fluendo.com>
4667
4668         * tests/examples/seek/seek.c: (stop_cb), (connect_bus_signals),
4669         (main): Make sure bus signals are reconnected when pressing STOP
4670         and then PLAY again for a parse launch pipeline. Fix a ref leak
4671         on the bus.
4672         * win32/common/config.h: Updated.
4673
4674 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
4675
4676         * configure.ac:
4677         Make DISABLE_DEPRECATED defined *only* during CVS, not during
4678         pre-releases or releases.
4679
4680 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
4681
4682         * configure.ac:
4683         * ext/gio/Makefile.am:
4684         Subst GIO_LDFLAGS to avoid undefined Makefile var error Zaheer is
4685         reporting
4686
4687 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
4688
4689         * docs/plugins/Makefile.am:
4690         Add the headers which need scanning for the GIO plugin. The rest of
4691         the docs still need migrating.
4692
4693 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
4694
4695         * ext/Makefile.am:
4696         * tests/check/Makefile.am:
4697         * tests/check/pipelines/.cvsignore:
4698         Add gio in a few more places.
4699
4700 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
4701
4702         * configure.ac:
4703         * ext/Makefile.am:
4704         * tests/check/Makefile.am:
4705         Move gio plugin from -bad and mark as experimental.
4706
4707 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
4708
4709         * gst-libs/gst/interfaces/mixeroptions.c:
4710         * gst-libs/gst/interfaces/mixertrack.c:
4711         Comment out a couple of other things which break the build when
4712         GST_DISABLE_DEPRECATED isn't on but -Werror is.
4713
4714 2008-02-07  Tim-Philipp Müller  <tim at centricular dot net>
4715
4716         * docs/libs/gst-plugins-base-libs-sections.txt:
4717           Fix pbutils header.
4718
4719 2008-02-07  Wim Taymans  <wim.taymans@collabora.co.uk>
4720
4721         * gst-libs/gst/rtsp/gstrtspmessage.c: (gst_rtsp_message_unset):
4722         Fix compiler warning.
4723
4724 2008-02-07  Wim Taymans  <wim.taymans@collabora.co.uk>
4725
4726         Patch by: Peter Kjellerstedt  <pkj at axis com>
4727
4728         * gst-libs/gst/sdp/gstsdpmessage.c: (is_multicast_address):
4729         Clear the addrinfo struct using memset. Fixes #514937.
4730
4731 2008-02-06  Wim Taymans  <wim.taymans@collabora.co.uk>
4732
4733         * gst/tcp/gstfdset.h:
4734         Remove unused field to same some memory.
4735
4736         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
4737         Mark action signals as such.
4738
4739 2008-02-06  Michael Smith <msmith@fluendo.com>
4740
4741         * ext/theora/theoradec.c: (_theora_granule_frame),
4742         (_inc_granulepos):
4743           Increment granulepos for new-bitstream versions appropriately.
4744           Fixes #514623.
4745
4746 2008-02-04  Wim Taymans  <wim.taymans@collabora.co.uk>
4747
4748         * tests/examples/seek/seek.c: (do_seek),
4749         (rate_spinbutton_changed_cb), (update_streams), (main):
4750         Remove obsolete stream_time reset after flushing seek, core does that
4751         automatically now.
4752         Improve accuracy of speed spinbutton.
4753         Only do playbin2 stuff when we actually use it.
4754
4755 2008-02-02  Tim-Philipp Müller  <tim at centricular dot net>
4756
4757         * tests/check/Makefile.am:
4758           Revert previous change of the test environment's GST_PLUGIN_PATH.
4759           The problem is not with the plugins, but with element factories
4760           and only occurs if elements are split out from existing plugins
4761           or if plugins change name (see #512740).
4762
4763 2008-02-02  Tim-Philipp Müller  <tim at centricular dot net>
4764
4765         * tests/check/Makefile.am:
4766           Fix the tests environment's GST_PLUGIN_PATH: we want the directory
4767           with the core's plugins first and our local build directories last,
4768           since we might be building against an installed core, and that
4769           core's plugin directory may contain older or other versions of
4770           our own -base plugins, but we really do want to test our local
4771           ones (if there are multiple plugins or element factories with the
4772           same name, those inspected last will trump those read in earlier).
4773           Fixes #512740 for the most part.
4774
4775 2008-02-02  Sebastian Dröge  <slomo@circular-chaos.org>
4776
4777         * configure.ac:
4778         * gst-libs/gst/rtsp/gstrtspconnection.c: (add_date_header):
4779         Use gmtime_r if available as gmtime is not MT-safe.
4780         Fixes bug #511810.
4781
4782 2008-02-02  Sebastian Dröge  <slomo@circular-chaos.org>
4783
4784         * gst-libs/gst/rtsp/gstrtspconnection.c: (add_date_header):
4785         Cast glong to time_t as time_t might have a different type on
4786         other platforms, like FreeBSD, and we get a compiler warning
4787         otherwise. Fixes bug #511825.
4788
4789 2008-02-01  Wim Taymans  <wim.taymans@collabora.co.uk>
4790
4791         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
4792         (get_group), (get_n_pads), (gst_play_bin_get_property),
4793         (pad_added_cb), (no_more_pads_cb), (perform_eos),
4794         (autoplug_select_cb), (deactivate_group):
4795         Remove stream-info, we going for something easier.
4796         Refactor getting the current group.
4797         Implement getting the number of audio/video/text streams.
4798
4799         * gst/playback/gststreamselector.c:
4800         (gst_stream_selector_class_init), (gst_stream_selector_init),
4801         (gst_stream_selector_get_property),
4802         (gst_stream_selector_request_new_pad),
4803         (gst_stream_selector_release_pad):
4804         * gst/playback/gststreamselector.h:
4805         Add property for number of pads.
4806
4807         * tests/examples/seek/seek.c: (set_scale), (update_flag),
4808         (vis_toggle_cb), (audio_toggle_cb), (video_toggle_cb),
4809         (text_toggle_cb), (update_streams), (msg_async_done),
4810         (msg_state_changed), (main):
4811         Block slider callback when updating the slider position.
4812         Add gui elements for controlling playbin2.
4813         Add callback for async_done that updates position/duration.
4814
4815 2008-02-01  Stefan Kost  <ensonic@users.sf.net>
4816
4817         * docs/plugins/Makefile.am:
4818         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
4819         * docs/plugins/gst-plugins-base-plugins-sections.txt:
4820         * docs/plugins/gst-plugins-base-plugins.hierarchy:
4821         * docs/plugins/gst-plugins-base-plugins.interfaces:
4822         * docs/plugins/gst-plugins-base-plugins.prerequisites:
4823           First round of plugin docs cleansups.
4824
4825         * docs/plugins/inspect/plugin-adder.xml:
4826         * docs/plugins/inspect/plugin-alsa.xml:
4827         * docs/plugins/inspect/plugin-audioconvert.xml:
4828         * docs/plugins/inspect/plugin-audiorate.xml:
4829         * docs/plugins/inspect/plugin-audioresample.xml:
4830         * docs/plugins/inspect/plugin-audiotestsrc.xml:
4831         * docs/plugins/inspect/plugin-cdparanoia.xml:
4832         * docs/plugins/inspect/plugin-decodebin.xml:
4833         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
4834         * docs/plugins/inspect/plugin-gdp.xml:
4835         * docs/plugins/inspect/plugin-gnomevfs.xml:
4836         * docs/plugins/inspect/plugin-libvisual.xml:
4837         * docs/plugins/inspect/plugin-ogg.xml:
4838         * docs/plugins/inspect/plugin-pango.xml:
4839         * docs/plugins/inspect/plugin-subparse.xml:
4840         * docs/plugins/inspect/plugin-tcp.xml:
4841         * docs/plugins/inspect/plugin-theora.xml:
4842         * docs/plugins/inspect/plugin-typefindfunctions.xml:
4843         * docs/plugins/inspect/plugin-video4linux.xml:
4844         * docs/plugins/inspect/plugin-videorate.xml:
4845         * docs/plugins/inspect/plugin-videoscale.xml:
4846         * docs/plugins/inspect/plugin-videotestsrc.xml:
4847         * docs/plugins/inspect/plugin-volume.xml:
4848         * docs/plugins/inspect/plugin-vorbis.xml:
4849         * docs/plugins/inspect/plugin-ximagesink.xml:
4850         * docs/plugins/inspect/plugin-xvimagesink.xml:
4851           Regenerate.
4852
4853         * ext/ogg/Makefile.am:
4854         * ext/ogg/gstoggmux.c:
4855         * ext/ogg/gstoggmux.h:
4856           Add header for oggmux. the c-file needs a doc blob still.
4857
4858 2008-02-01  Wim Taymans  <wim.taymans@collabora.co.uk>
4859
4860         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
4861
4862         * gst-libs/gst/rtp/gstrtpbuffer.c:
4863         (gst_rtp_buffer_set_extension_data):
4864         * gst-libs/gst/rtp/gstrtpbuffer.h:
4865         * tests/check/libs/rtp.c: (GST_START_TEST), (rtp_suite):
4866         Add gst_rtp_buffer_set_extension_data() 
4867         Add a unit test for this addition. Fixes #511478.
4868         API: GstRTPBuffer:gst_rtp_buffer_set_extension_data()
4869
4870 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
4871
4872         * configure.ac:
4873         Back to CVS
4874
4875 === release 0.10.17 ===
4876
4877 2008-01-30  Jan Schmidt <jan.schmidt@sun.com>
4878
4879         * configure.ac:
4880           releasing 0.10.17, "Peanut Butter and Jelly"
4881
4882 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
4883
4884         * gst-libs/gst/interfaces/mixeroptions.c:
4885         * gst-libs/gst/interfaces/mixertrack.c:
4886         Also remove the conditional registration of the signals
4887         that disappeared with the ABI change in 0.10.14
4888
4889 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
4890
4891         * gst-libs/gst/rtsp/gstrtspconnection.c:
4892         Revert patch to gstrtspconnection.c for brown paper bag
4893         release of -base. Re-opens: #511825
4894
4895 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
4896
4897         * gst-libs/gst/interfaces/mixeroptions.h:
4898         * gst-libs/gst/interfaces/mixertrack.h:
4899         Change the way these deprecated function pointers are removed
4900         so that the compiled ABI is unconditionally smaller. This 
4901         sets in stone an ABI break that actually occurred when the
4902         things were deprecated in 0.10.14, which seems to be the best
4903         fix as the only known users are oss-mixer and sunaudio-mixer in 
4904         gst-plugins-good.
4905         Fixes: #513018
4906
4907 2008-01-30  Tim-Philipp Müller  <tim at centricular dot net>
4908
4909         * win32/common/libgstpbutils.def:
4910           Export the two new _get_type() functions which are needed
4911           by the python bindings.
4912
4913 2008-01-29  Sebastian Dröge  <slomo@circular-chaos.org>
4914
4915         * gst-libs/gst/rtsp/gstrtspconnection.c: (add_date_header):
4916         Cast glong to time_t as time_t might have a different type on
4917         other platforms, like FreeBSD, and we get a compiler warning
4918         otherwise. Fixes bug #511825.
4919
4920 2008-01-29  Sebastian Dröge  <slomo@circular-chaos.org>
4921
4922         * gst-libs/gst/audio/gstaudiofilter.c:
4923         (gst_audio_filter_class_init):
4924         Initialize the GstRingerBuffer class to get it's debug category
4925         initialized. gst_ring_buffer_parse_caps() uses the ringbuffer debug
4926         category and otherwise we get some g_critical(). Fixes bug #512334.
4927
4928 2008-01-28  Jan Schmidt  <jan.schmidt@sun.com>
4929
4930         * configure.ac:
4931         Back to CVS
4932
4933 === release 0.10.16 ===
4934
4935 2008-01-28  Jan Schmidt <jan.schmidt@sun.com>
4936
4937         * configure.ac:
4938           releasing 0.10.16, "Scheduled Interruption"
4939
4940 2008-01-22  Wim Taymans  <wim.taymans@collabora.co.uk>
4941
4942         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
4943
4944         * gst-libs/gst/rtp/gstrtpbuffer.c:
4945         (gst_rtp_buffer_get_extension_data):
4946         Fix typos and wrong extension check. Fixes #511274.
4947
4948 2008-01-18  Jan Schmidt  <jan.schmidt@sun.com>
4949
4950         * po/sk.po:
4951         Oops - add new sk.po mentioned in the LINGUAS I just committed
4952
4953 2008-01-17  Jan Schmidt  <jan.schmidt@sun.com>
4954
4955         * po/LINGUAS:
4956         Add ca translation to the disted list.
4957
4958         * win32/vs6/libgstsdp.dsp:
4959         Convert line endings to CRLF
4960
4961 2008-01-17  Sebastien Moutte <sebastien@moutte.net>
4962
4963         * win32/MANIFEST:
4964         Add win32/vs6/libgstrtsp.dsp to MANIFEST
4965
4966 2008-01-14  Jan Schmidt  <jan.schmidt@sun.com>
4967
4968         * win32/common/libgstsdp.def:
4969         * win32/common/libgstvideo.def:
4970         Add new API declarations
4971
4972 2008-01-14  Jan Schmidt  <jan.schmidt@sun.com>
4973
4974         * ext/theora/gsttheoradec.h:
4975         * ext/theora/gsttheoraparse.h:
4976         * ext/theora/theoradec.c:
4977         * ext/theora/theoraparse.c:
4978         Take a 2nd stab at handling libtheora granulepos changes in the decoder
4979         and parser by inspecting the bitstream version of the incoming data.
4980
4981 2008-01-14  Sebastian Dröge  <slomo@circular-chaos.org>
4982
4983         * configure.ac:
4984         * pkgconfig/Makefile.am:
4985         * pkgconfig/gstreamer-audio-uninstalled.pc.in:
4986         * pkgconfig/gstreamer-audio.pc.in:
4987         * pkgconfig/gstreamer-cdda-uninstalled.pc.in:
4988         * pkgconfig/gstreamer-cdda.pc.in:
4989         * pkgconfig/gstreamer-fft-uninstalled.pc.in:
4990         * pkgconfig/gstreamer-fft.pc.in:
4991         * pkgconfig/gstreamer-floatcast-uninstalled.pc.in:
4992         * pkgconfig/gstreamer-floatcast.pc.in:
4993         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
4994         * pkgconfig/gstreamer-interfaces.pc.in:
4995         * pkgconfig/gstreamer-netbuffer-uninstalled.pc.in:
4996         * pkgconfig/gstreamer-netbuffer.pc.in:
4997         * pkgconfig/gstreamer-pbutils-uninstalled.pc.in:
4998         * pkgconfig/gstreamer-pbutils.pc.in:
4999         * pkgconfig/gstreamer-riff-uninstalled.pc.in:
5000         * pkgconfig/gstreamer-riff.pc.in:
5001         * pkgconfig/gstreamer-rtp-uninstalled.pc.in:
5002         * pkgconfig/gstreamer-rtp.pc.in:
5003         * pkgconfig/gstreamer-rtsp-uninstalled.pc.in:
5004         * pkgconfig/gstreamer-rtsp.pc.in:
5005         * pkgconfig/gstreamer-sdp-uninstalled.pc.in:
5006         * pkgconfig/gstreamer-sdp.pc.in:
5007         * pkgconfig/gstreamer-tag-uninstalled.pc.in:
5008         * pkgconfig/gstreamer-tag.pc.in:
5009         * pkgconfig/gstreamer-video-uninstalled.pc.in:
5010         * pkgconfig/gstreamer-video.pc.in:
5011         Provide one pkg-config file for every gst-plugins-base library.
5012         This makes linking to those libraries much more intuitive and
5013         provides standard pkg-config behaviour for them. Fixes bug #499697.
5014
5015 2008-01-13  David Schleef  <ds@schleef.org>
5016
5017         * gst/videoscale/vs_4tap.c:
5018           Fix valgrind error on 4tap scaling method.
5019
5020 2008-01-13  Sebastien Moutte  <sebastien@moutte.net>
5021
5022         * gst-libs/gst/sdp/gstsdpmessage.c: (is_multicast_address):
5023         Include Winsock2.h for VS6 and use a different way initialize
5024         hints structure so it can build with VS6.
5025         * win32/MANIFEST:
5026         * win32/vs6/libgstsdp.dsp:
5027         * win32/common/libgstsdp.def:
5028         Add new files for libgstsdp.
5029         * win32/vs6/grammar.dsp:
5030         Copy pbutils-enumtypes* from win32/common to pbutils sources folder.
5031         * win32/vs6/gst_plugins_base.dsw:
5032         * win32/vs6/libgstdecodebin.dsp:
5033         * win32/vs6/libgstdecodebin2.dsp:
5034         * win32/vs6/libgstplaybin.dsp:
5035         * win32/vs6/libgstvolume.dsp:
5036         Add new dependencies to the link list.
5037
5038 2008-01-13  Julien Moutte  <julien@fluendo.com>
5039
5040         * win32/common/config.h:
5041         * win32/common/gstrtsp-enumtypes.c: (gst_rtsp_result_get_type),
5042         (gst_rtsp_event_get_type), (gst_rtsp_family_get_type),
5043         (gst_rtsp_state_get_type), (gst_rtsp_version_get_type),
5044         (gst_rtsp_method_get_type), (gst_rtsp_auth_method_get_type),
5045         (gst_rtsp_header_field_get_type), (gst_rtsp_status_code_get_type):
5046         * win32/common/interfaces-enumtypes.c:
5047         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
5048         (gst_mixer_message_type_get_type), (gst_mixer_flags_get_type),
5049         (gst_mixer_track_flags_get_type),
5050         (gst_tuner_channel_flags_get_type):
5051         * win32/common/multichannel-enumtypes.c:
5052         (gst_audio_channel_position_get_type):
5053         * win32/common/pbutils-enumtypes.c:
5054         (gst_install_plugins_return_get_type):
5055         * win32/common/pbutils-enumtypes.h: Update/Add generated files
5056         in the win32 build directory.
5057
5058 2008-01-12  Jan Schmidt  <Jan.Schmidt@sun.com>
5059
5060         * tests/check/Makefile.am:
5061         Fix CFLAGS to also pull in the gstcheck cflags from AM_CFLAGS.
5062
5063         * tests/check/elements/audiorate.c: (do_perfect_stream_test):
5064         * tests/check/elements/playbin.c:
5065         * tests/check/libs/mixer.c: (test_element_interface_supported),
5066         (gst_implements_interface_init):
5067         * tests/check/libs/rtp.c: (GST_START_TEST):
5068         Fix various assignment type mismatches.
5069
5070 2008-01-12  Jan Schmidt  <Jan.Schmidt@sun.com>
5071
5072         * configure.ac:
5073         * gst-libs/gst/rtsp/Makefile.am:
5074         Add test to see if hstrerror is available or if we need libresolv
5075         (Solaris) for it, then use it in libgstrtsp.
5076
5077 2008-01-12  Jan Schmidt  <Jan.Schmidt@sun.com>
5078
5079         * gst-libs/gst/tag/Makefile.am:
5080         Fix include path order
5081
5082 2008-01-11  Edward Hervey  <edward.hervey@collabora.co.uk>
5083
5084         * gst-libs/gst/pbutils/install-plugins.c:
5085         (gst_install_plugins_context_copy),
5086         (gst_install_plugins_context_get_type):
5087         * gst-libs/gst/pbutils/install-plugins.h:
5088         Add GBoxed GType for GstInstallPluginsContext, this eases the wrapping
5089         for bindings.
5090
5091 2008-01-11  Michael Smith <msmith@fluendo.com>
5092
5093         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
5094         (_theora_granule_frame), (_theora_granule_start_time),
5095         (theora_dec_sink_convert), (theora_dec_decode_buffer):
5096           Adapt for post-alpha meaning of granulepos, when we
5097           have a newer version of libtheora.
5098         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
5099         (theora_enc_get_ogg_packet_end_time), (theora_enc_sink_event),
5100         (theora_enc_is_discontinuous), (theora_enc_chain):
5101           Likewise.
5102         * tests/check/Makefile.am:
5103           Link libtheora into theoraenc test so we can check which version of
5104           libtheora we're testing against.
5105         * tests/check/pipelines/theoraenc.c: (check_libtheora),
5106         (check_buffer_granulepos),
5107         (check_buffer_granulepos_from_starttime), (GST_START_TEST),
5108         (theoraenc_suite):
5109           Adapt tests to check the values that are now defined for theora; make
5110           the tests backwards-adapt the passed values if we're running against an
5111           old libtheora.
5112           Fixes #497964
5113
5114 2008-01-10  Tim-Philipp Müller  <tim at centricular dot net>
5115
5116         * gst-libs/gst/audio/gstbaseaudiosink.c:
5117           (gst_base_audio_sink_class_init):
5118         * gst-libs/gst/audio/gstbaseaudiosrc.c:
5119           (gst_base_audio_src_class_init):
5120           Ref audio clock class from a thread-safe context to make sure
5121           we're not bit by GObjects lack of thread-safety here (#349410),
5122            however unlikely that may be in practice.
5123
5124 2008-01-10  Sebastian Dröge  <slomo@circular-chaos.org>
5125
5126         * autogen.sh:
5127           Add -Wno-portability to the automake parameters to stop warnings
5128           about GNU make extensions being used. We require GNU make in almost
5129           every Makefile anyway.
5130           
5131         * configure.ac:
5132           Use AM_PROG_CC_C_O as a compiler that accepts both -c and -o
5133           at the same time is required for per target flags.
5134
5135 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
5136
5137         * gst-libs/gst/tag/gsttagdemux.c: (gst_tag_demux_pull_start_tag):
5138           Post an error message if we can't pull as many bytes as we need
5139           for the tag. This makes sure the user gets to see a proper error
5140           message if a file with a partial ID3 tag is fed to decodebin, and
5141           not a 'no ID3 tag demuxer' error, which would be confusing
5142           (see #508138).
5143
5144 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
5145
5146         * gst-libs/gst/pbutils/descriptions.c: (formats):
5147           Add description strings for ID3, APE, and ICY tags.
5148
5149 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
5150
5151         * gst/playback/gstdecodebin.c: (try_to_link_1):
5152           Make sure we error out correctly if we can't activate one of
5153           the elements we've added.  Fixes #508138.
5154           
5155 2008-01-07  Tim-Philipp Müller  <tim at centricular dot net>
5156
5157         Patch by: Bastien Nocera <hadess at hadess net>
5158
5159         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume),
5160           (check_if_volumes_are_the_same), (gst_alsa_mixer_set_volume):
5161           Use snd_mixer_selem_set_{playback|capture}_volume_all() if
5162           the volume is the same for all channels. This works around
5163           some problem in alsa that leaves us with inconsistent state
5164           for some reason (#486840).
5165
5166 2008-01-07  Tim-Philipp Müller  <tim at centricular dot net>
5167
5168         Patch by: Jerone Young <jerone at gmail com>
5169
5170         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_find_master_mixer):
5171           If there's no mixer track by the name of 'Master' or 'Front',
5172           check if there's one called 'PCM' before trying the generic
5173           fallback logic (fixes #506928, where we pick 'Mic' as master
5174           track for the AD1984 card in a Thinkpad T61/X61 laptop).
5175
5176 2008-01-07  Wim Taymans  <wim.taymans@collabora.co.uk>
5177
5178         * gst/playback/gstplay-enum.c:
5179         (register_gst_autoplug_select_result),
5180         (gst_autoplug_select_result_get_type), (register_gst_play_flags),
5181         (gst_play_flags_get_type):
5182         * gst/playback/gstplay-enum.h:
5183         Add enums for configuration flags.
5184
5185         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
5186         (init_group), (gst_play_bin_init), (gst_play_bin_set_property),
5187         (gst_play_bin_get_property), (no_more_pads_cb),
5188         (autoplug_select_cb), (gst_play_bin_change_state):
5189         Merge mode with flags.
5190         Add more property getters/setters, defaults and docs.
5191         Add properties to get number of audio/video/text streams.
5192         Create sink object in _init so that we can always rely on it being
5193         there.
5194
5195         * gst/playback/gstplaysink.c: (gst_play_sink_init),
5196         (gen_video_chain), (gen_audio_chain), (gen_vis_chain),
5197         (activate_vis), (gst_play_sink_reconfigure),
5198         (gst_play_sink_set_flags), (gst_play_sink_get_flags),
5199         (gst_play_sink_change_state):
5200         * gst/playback/gstplaysink.h:
5201         Use flags to configure the sink pipelines.
5202         Add tee before audio pipeline so that we can use it for visualisations.
5203         Start working on integrating visualisations.
5204         Remove mode, we can do everything with the flags now.
5205         Add method to configue the sink pipeline.
5206
5207 2008-01-06  Tim-Philipp Müller  <tim at centricular dot net>
5208
5209         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
5210           (check_buffer_timestamp), (check_buffer_duration):
5211           Turn these functions into macros so we can see right away
5212           where the failure occured.
5213
5214 2008-01-05  Julien Moutte  <julien@fluendo.com>
5215
5216         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Add
5217         debugging information to understand how X calculates the stride
5218         for XvImages.
5219
5220 2008-01-03  Sebastian Dröge  <slomo@circular-chaos.org>
5221
5222         * gst/volume/Makefile.am:
5223         * gst/volume/gstvolume.c: (volume_choose_func),
5224         (gst_volume_base_init), (gst_volume_class_init), (gst_volume_init),
5225         (volume_setup):
5226         * gst/volume/gstvolume.h:
5227         Use GstAudioFilter as base class for the volume element instead of
5228         plain GstBaseTransform.
5229
5230 2008-01-03  Sebastian Dröge  <slomo@circular-chaos.org>
5231
5232         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type):
5233         Don't set element details for the abstract GstAudioFilter class.
5234
5235 2008-01-02  Sebastian Dröge  <slomo@circular-chaos.org>
5236
5237         * gst-libs/gst/audio/gstaudiofilter.c:
5238         (gst_audio_filter_class_init), (gst_audio_filter_get_unit_size):
5239         Implement get_unit_size() vmethod of GstBaseTransform.
5240
5241 2008-01-01  Edward Hervey  <edward.hervey@collabora.co.uk>
5242
5243         * gst-libs/gst/pbutils/Makefile.am:
5244         * gst-libs/gst/pbutils/pbutils.h:
5245         Use glib-enum generator to have a proper enum GType for
5246         GST_TYPE_INSTALL_PLUGINS_RETURN so we can easily wrap it in bindings.
5247
5248 2007-12-31  David Schleef  <ds@schleef.org>
5249
5250         * tests/check/Makefile.am:
5251         * tests/check/pipelines/theoraenc.c:
5252           Reenable theoraenc test, which fails on the buildbot but
5253           not locally.
5254
5255 2007-12-31  David Schleef  <ds@schleef.org>
5256
5257         * docs/libs/.cvsignore:
5258         * docs/plugins/.cvsignore:
5259           Add *-undeclared.txt to fix buildbot.
5260
5261 2007-12-31  David Schleef  <ds@schleef.org>
5262
5263         * tests/check/Makefile.am:
5264           Second attempt at disabling theoraenc test long enough to
5265           get buildbot to compile -base.
5266
5267 2007-12-31  David Schleef  <ds@schleef.org>
5268
5269         * tests/check/pipelines/theoraenc.c:
5270           Disable theoraenc test long enough to get the buildbot to
5271           compile a recent -base.
5272
5273 2007-12-31  Wim Taymans  <wim.taymans@collabora.co.uk>
5274
5275         * tests/examples/seek/seek.c: (stop_cb):
5276         Make sure we reset the slider value to 0.0 without racing against a
5277         possible g_idle that sets it to something else.
5278
5279 2007-12-31  Thijs Vermeir  <thijsvermeir@gmail.com>
5280
5281         * sys/ximage/ximagesink.c:
5282         fix typo
5283
5284 2007-12-30  Wim Taymans  <wim.taymans@collabora.co.uk>
5285
5286         * gst-libs/gst/rtsp/gstrtspdefs.c: (rtsp_init_status):
5287         * gst-libs/gst/rtsp/gstrtspdefs.h:
5288         Add Location header so that we can start implementing redirects.
5289         See #506025.
5290
5291 2007-12-29  Thijs Vermeir  <thijsvermeir@gmail.com>
5292
5293         * gst/subparse/gstssaparse.c:
5294         combine if's
5295
5296 2007-12-29  Thijs Vermeir  <thijsvermeir@gmail.com>
5297
5298         * gst/subparse/gstssaparse.c:
5299         remove duplicate log message
5300
5301 2007-12-29  Sebastian Dröge  <slomo@circular-chaos.org>
5302
5303         * ext/libvisual/visual.c: (gst_visual_chain):
5304         Fix 'xyz may be used uninitialized' compiler warnings caused
5305         by broken g_assert_not_reached() macro in GLib-2.15.x and don't
5306         abort() in any case but properly report the error.
5307
5308 2007-12-28  Wim Taymans  <wim.taymans@collabora.co.uk>
5309
5310         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
5311         (gst_play_bin_finalize), (gst_play_bin_set_uri),
5312         (gst_play_bin_set_suburi), (gst_play_bin_set_property),
5313         (gst_play_bin_get_property), (pad_removed_cb), (drained_cb),
5314         (autoplug_select_cb), (activate_group), (deactivate_group),
5315         (setup_next_source), (save_current_group),
5316         (gst_play_bin_change_state):
5317         Code cleanups.
5318         Remove next-uri, we can use the uri property just fine.
5319         Fix some crasher.
5320         Unref uridecodebin when switching.
5321         Fix going to READY.
5322
5323         * gst/playback/gstplaysink.c: (gst_play_sink_class_init),
5324         (gst_play_sink_init), (gst_play_sink_dispose),
5325         (gst_play_sink_finalize), (gst_play_sink_vis_unblocked),
5326         (gst_play_sink_vis_blocked), (gst_play_sink_set_video_sink),
5327         (gst_play_sink_set_audio_sink), (gst_play_sink_set_vis_plugin),
5328         (gst_play_sink_set_property), (gst_play_sink_get_property),
5329         (gen_video_chain), (gen_text_element), (gen_audio_chain),
5330         (gen_vis_element), (gst_play_sink_get_mode),
5331         (gst_play_sink_set_mode), (gst_play_sink_set_flags),
5332         (gst_play_sink_get_flags), (gst_play_sink_request_pad),
5333         (gst_play_sink_release_pad), (gst_play_sink_send_event_to_sink),
5334         (gst_play_sink_change_state):
5335         * gst/playback/gstplaysink.h:
5336         Add some locking to make things threadsafe.
5337
5338         * gst/playback/test7.c: (about_to_finish_cb):
5339         Fix test.
5340
5341 2007-12-22  Tim-Philipp Müller  <tim at centricular dot net>
5342
5343         * gst/videoscale/gstvideoscale.c: (gst_video_scale_set_property),
5344           (gst_video_scale_get_property), (gst_video_scale_transform_caps),
5345           (gst_video_scale_transform):
5346           Don't claim to be able to handle/transform caps that can't really
5347           be handled by the currently selected scaling method (here: RGB or
5348           packed YUV with 4-tap method). Also add locking to method property.
5349
5350         * tests/check/pipelines/simple-launch-lines.c: (setup_pipeline),
5351           (test_basetransform_based):
5352           Some test pipelines for the above (not entirely valgrind clean yet
5353           apparently).
5354
5355 2007-12-21  David Schleef  <ds@schleef.org>
5356
5357         * gst-libs/gst/video/video.c:
5358         * gst-libs/gst/video/video.h:
5359           Add additional RGBA and RGB-24 video formats.
5360
5361 2007-12-21  Tim-Philipp Müller  <tim at centricular dot net>
5362
5363         * tests/check/elements/playbin.c: (test_sink_usage_video_only_stream),
5364           (test_suburi_error_unknowntype), (test_suburi_error_invalidfile),
5365           (test_suburi_error_wrongproto), (test_missing_primary_decoder):
5366         * tests/check/libs/cddabasesrc.c: (GST_START_TEST), (GST_START_TEST),
5367           (cddabasesrc_suite):
5368           Don't use GST_PLUGIN_DEFINE_STATIC, it's not portable and will be
5369           deprecated in the future (see #498924).
5370
5371 2007-12-21  Tim-Philipp Müller  <tim at centricular dot net>
5372
5373         * gst/playback/gststreamselector.c: (gst_selector_pad_event):
5374           Don't leak event.
5375
5376 2007-12-20  Thijs Vermeir <thijsvermeir@gmail.com>
5377
5378         * gst-libs/gst/riff/riff-read.c:
5379         Use GST_ROUND_UP_2 macro
5380
5381 2007-12-20  Tim-Philipp Müller  <tim at centricular dot net>
5382
5383         * gst/playback/.cvsignore:
5384           Ignore more.
5385
5386 2007-12-20  Tim-Philipp Müller  <tim at centricular dot net>
5387
5388         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init):
5389         * gst/playback/gstplaybasebin.c: (set_subtitles_visible),
5390           (set_active_source):
5391         * gst/playback/gstplaybasebin.h:
5392         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
5393           (setup_sinks), (playbin_set_subtitles_visible):
5394           Make switching off of subtitles work. To avoid all kind of
5395           problems with unlinking of the subtitle input, we just keep
5396           the subtitle inputs linked as they are and tell textoverlay
5397           not to render them. Fixes #373011.
5398           Other subtitle switching issues (esp. when there are both
5399           external and in-stream subtitles) remain. They'll be solved
5400           in playbin2.
5401
5402 2007-12-18  Wim Taymans  <wim.taymans@collabora.co.uk>
5403
5404         * gst/playback/gststreamselector.c: (gst_selector_pad_init):
5405         Init the pad segment too.
5406
5407 2007-12-18  Wim Taymans  <wim.taymans@collabora.co.uk>
5408
5409         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func),
5410         (gst_audioringbuffer_open_device),
5411         (gst_audioringbuffer_close_device), (gst_audioringbuffer_acquire),
5412         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
5413         (gst_audioringbuffer_pause), (gst_audioringbuffer_stop),
5414         (gst_audio_sink_create_ringbuffer):
5415         Improve debug output.
5416
5417         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_start),
5418         (gst_ring_buffer_pause), (gst_ring_buffer_delay):
5419         Prevent some functions from doing things and failing when the
5420         ringbuffer is not yet acquired.
5421
5422 2007-12-18  Sebastian Dröge  <slomo@circular-chaos.org>
5423
5424         * gst-libs/gst/interfaces/interfaces.h:
5425           Also remove interfaces.h from CVS as it is not needed anymore.
5426
5427 2007-12-18  Sebastian Dröge  <slomo@circular-chaos.org>
5428
5429         * gst-libs/gst/interfaces/Makefile.am:
5430           interfaces.h is not used anymore so remove it from the build
5431           process.
5432
5433 2007-12-17  David Schleef  <ds@schleef.org>
5434
5435         * gst/videotestsrc/gstvideotestsrc.c:
5436         * gst/videotestsrc/gstvideotestsrc.h:
5437           Add a "blink" pattern.  Turn on the pain.  Apologies.  It's useful
5438           for testing vertical refresh synchronization.
5439
5440 2007-12-17  David Schleef  <ds@schleef.org>
5441
5442         * docs/libs/gst-plugins-base-libs-sections.txt:
5443         * gst-libs/gst/video/video.c:
5444         * gst-libs/gst/video/video.h:
5445           Add new GstVideFormat enum and write a bunch of helper functions
5446           based around it.
5447
5448 2007-12-17  Tim-Philipp Müller  <tim at centricular dot net>
5449
5450         * Makefile.am:
5451           Use new common/win32.mak.
5452
5453 2007-12-17  Wim Taymans  <wim.taymans@collabora.co.uk>
5454
5455         * gst-libs/gst/audio/gstbaseaudiosrc.c:
5456         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
5457         Add debug info.
5458         When going from PLAYING to PAUSED, pause the ringbuffer before calling
5459         the parent state change function, just like the audiosink, because the
5460         parent waits for the element to finish its processing before completing
5461         the state change. This makes going to PAUSED a lot snappier.
5462         When going from READY to PAUSED, don't allow the ringbuffer to start
5463         yet.
5464
5465 2007-12-17  Edward Hervey  <edward.hervey@collabora.co.uk>
5466
5467         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
5468         Yet another fix for broken software that produce files with an empty
5469         blockalign field. Instead of completely failing, make a second attempt
5470         at guessing the width/depth by looking at strf->size.
5471
5472 2007-12-16  Tim-Philipp Müller  <tim at centricular dot net>
5473
5474         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_do_seek),
5475           (gst_cdda_base_src_handle_track_seek), (gst_cdda_base_src_create):
5476         * gst-libs/gst/pbutils/install-plugins.c:
5477           (gst_install_plugins_spawn_child), (gst_install_plugins_supported):
5478         * gst-libs/gst/pbutils/missing-plugins.c:
5479           (gst_missing_plugin_message_get_installer_detail),
5480           (gst_missing_encoder_installer_detail_new):
5481         * gst-libs/gst/rtsp/gstrtspconnection.c: (gst_rtsp_connection_send):
5482         * gst-libs/gst/rtsp/gstrtspmessage.c: (gst_rtsp_message_unset):
5483           Turn a few g_assert_not_reached() into g_return_val_if_reached() to
5484           avoid compiler warnings (#503930).
5485
5486 2007-12-17  Edward Hervey  <edward.hervey@collabora.co.uk>
5487
5488         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
5489         Be apologetic of software that use the 'jpeg' instead of 'JPEG' FOURCC
5490         for jpeg video streams.
5491         Add the 'avc1'/'AVC1' fourcc mapping for h264, same software-comment as
5492         for the above modification.
5493
5494 2007-12-15  Tim-Philipp Müller  <tim at centricular dot net>
5495
5496         * gst-libs/gst/interfaces/xoverlay.c: (gst_x_overlay_expose),
5497           (gst_x_overlay_handle_events):
5498           More guards (we don't want klass to end up being NULL).
5499
5500 2007-12-14  Sebastian Dröge  <slomo@circular-chaos.org>
5501
5502         * configure.ac:
5503         * gst/volume/gstvolume.c: (gst_volume_init):
5504           Use new gst_base_transform_set_gap_aware() function as volume
5505           correctly handles GST_BUFFER_FLAG_GAP. Require core 0.10.15.1 
5506           for this.
5507
5508 2007-12-14  Wim Taymans  <wim.taymans@collabora.co.uk>
5509
5510         * tests/examples/seek/seek.c: (msg_segment_done), (main):
5511         Don't go to READY on EOS as this avoids testing of seeking and
5512         restarting after EOS, use the stop button when you want to READY.
5513         Don't try to do a flushing seek in segment-done, it does not make
5514         sense to use this for gapless playback and is not needed.
5515
5516 2007-12-14  Wim Taymans  <wim.taymans@collabora.co.uk>
5517
5518         * gst/playback/gstqueue2.c: (gst_queue_init), (gst_queue_finalize),
5519         (reset_rate_timer), (update_in_rates), (update_out_rates),
5520         (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
5521         (gst_queue_chain), (gst_queue_loop):
5522         Use separate timers for input and output rates.
5523         Pause measuring the output rate when we block for more data.
5524         See #503262.
5525
5526 2007-12-14  Wim Taymans  <wim.taymans@collabora.co.uk>
5527
5528         * gst/playback/gstqueue2.c: (gst_queue_chain):
5529         Pause the timer to measure the input rate when we block because the
5530         queue is filled. See #503262.
5531
5532 2007-12-13  Wim Taymans  <wim.taymans@collabora.co.uk>
5533
5534         Patch by: Peter Kjellerstedt  <pkj at axis com>
5535
5536         * gst-libs/gst/rtsp/gstrtspconnection.c:
5537         (gst_rtsp_connection_free):
5538         Close control sockets. Fixes #503440.
5539
5540 2007-12-13  Wim Taymans  <wim.taymans@collabora.co.uk>
5541
5542         * gst/playback/gstdecodebin2.c: (analyze_new_pad), (connect_pad):
5543         Expose the right pad in the right place with the right element.
5544
5545 2007-12-13  Tim-Philipp Müller  <tim at centricular dot net>
5546
5547         * gst-libs/gst/pbutils/descriptions.c: (formats):
5548           Add description for 'private' dts caps (who come up with that name?).
5549
5550 2007-12-13  Tim-Philipp Müller  <tim at centricular dot net>
5551
5552         * Makefile.am:
5553           Add check-exports target and run it with 'make check'.
5554
5555         * configure.ac:
5556           Be stricter about what we export in our libraries: change regexp so that
5557           we only export _gst_foo(), but not __gst_foo().
5558
5559         * gst-libs/gst/cdda/base64.h: (rfc822_binary):
5560         * gst-libs/gst/cdda/sha1.h: (sha_init), (sha_update), (sha_final):
5561           Change internal functions to __gst_foo so they dont' get exported.
5562
5563         * win32/common/libgstaudio.def:
5564           Add missing symbols.
5565
5566 2007-12-11  David Schleef  <ds@schleef.org>
5567
5568         * ChangeLog: remove conflict markers
5569
5570 2007-12-11  Tim-Philipp Müller  <tim at centricular dot net>
5571
5572         * ext/gnomevfs/Makefile.am:
5573         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_unicodify):
5574           Use gst_tag_freeform_string_to_utf8() here, which also takes
5575           into account any character sets specified by the user via
5576           environment variables.
5577
5578 2007-12-10  Wim Taymans  <wim.taymans@gmail.com>
5579
5580         * gst/audioconvert/Makefile.am:
5581         Also link to libm.
5582
5583 2007-12-10  Wim Taymans  <wim.taymans@gmail.com>
5584
5585         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
5586         No need for floating point operations here. avoids having to link
5587         against the math library too.
5588
5589 2007-12-10  Tim-Philipp Müller  <tim at centricular dot net>
5590
5591         * gst-libs/gst/pbutils/descriptions.c: (formats),
5592           (format_info_get_desc):
5593         * tests/check/libs/pbutils.c: (GST_START_TEST), (caps_strings),
5594           (GST_START_TEST):
5595           Add one or two missing formats.  Generate ADPCM description
5596           dynamically depending on layout/format.
5597
5598 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
5599
5600         * configure.ac:
5601           Don't define GST_DISABLE_DEPRECATED for releases. Fixes #498181.
5602
5603 2007-12-08  Tim-Philipp Müller  <tim at centricular dot net>
5604
5605         Patch by: Robin Stocker <robin dot stocker at gmx dot ch>
5606
5607         * gst/subparse/gstsubparse.c: (gst_sub_parse_data_format_autodetect):
5608           Some .srt files start with chunk number 0 and not chunk number 1,
5609           recognise and accept those as well (fixes #502497).
5610
5611         * tests/check/elements/subparse.c: (srt_input), (srt_input0),
5612           (test_src):
5613           Add unit test for the above.
5614
5615 2007-12-06  Wim Taymans  <wim.taymans@gmail.com>
5616
5617         * gst/playback/gstplay-enum.c:
5618         (register_gst_autoplug_select_result),
5619         (gst_autoplug_select_result_get_type):
5620         * gst/playback/gstplay-enum.h:
5621         Add missing files.
5622
5623 2007-12-05  Wim Taymans  <wim.taymans@gmail.com>
5624
5625         * gst/playback/Makefile.am:
5626         Group decodebin2 and uridecodebin into the same plugin so that they
5627         can share the GEnumType.
5628
5629         * gst/playback/gstdecodebin2.c: (_gst_array_accumulator),
5630         (_gst_select_accumulator), (gst_decode_bin_class_init),
5631         (gst_decode_bin_init), (gst_decode_bin_autoplug_sort),
5632         (gst_decode_bin_autoplug_select), (gst_decode_bin_autoplug_add),
5633         (analyze_new_pad), (connect_pad), (gst_decode_bin_plugin_init):
5634         Add signal to sort factories instead of the more awkward autoplug-select
5635         signal.
5636         Modify autoplug_select so that we can try, skip or expose the
5637         autopluggin of an element on a pad.
5638
5639         * gst/playback/gstfactorylists.c: (compare_ranks),
5640         (decoders_filter), (sinks_filter), (gst_factory_list_is_type),
5641         (element_filter), (gst_factory_list_get_elements),
5642         (gst_factory_list_debug), (gst_factory_list_filter):
5643         * gst/playback/gstfactorylists.h:
5644         Simplify the API, allow getting elements based on mask.
5645
5646         * gst/playback/gstplay-marshal.list:
5647         Add some more marshallers.
5648
5649         * gst/playback/gstplaybin2.c: (init_group), (gst_play_bin_init),
5650         (gst_play_bin_finalize), (pad_removed_cb), (autoplug_factories_cb),
5651         (autoplug_select_cb), (activate_group):
5652         Add support for managing non-raw sinks by providing a custom element and
5653         sink list to decodebin2.
5654         Try to plug non-raw sinks when decodebin2 using autoplug-select of
5655         decodebin2.
5656
5657         * gst/playback/gstplaysink.c: (gen_video_chain), (gen_audio_chain),
5658         (gst_play_sink_set_mode), (gst_play_sink_request_pad):
5659         * gst/playback/gstplaysink.h:
5660         Add support for raw and non-raw sinks. 
5661         Add support to force sinks selected by playbin2.
5662         Don't plug raw converters for non-raw sinks.
5663
5664         * gst/playback/gsturidecodebin.c: (_gst_array_accumulator),
5665         (_gst_select_accumulator), (gst_uri_decode_bin_class_init),
5666         (proxy_autoplug_select_signal), (gst_uri_decode_bin_plugin_init),
5667         (plugin_init):
5668         Use right accumulators.
5669         Proxy new signal.
5670
5671 2007-12-03  Wim Taymans  <wim.taymans@gmail.com>
5672
5673         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
5674         Use runnning time as the base time instead of the timestamp.
5675         Spotted by Saur on IRC.
5676
5677 2007-12-03  Edward Hervey  <bilboed@bilboed.com>
5678
5679         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
5680         Add 'WVC1' codec mapping for Windows Media VC-1 video codec.
5681
5682 2007-12-03  Wim Taymans  <wim.taymans@gmail.com>
5683
5684         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_bisect_forward_serialno),
5685         (gst_ogg_demux_read_chain):
5686         If we find a new serial number but it does not contain a BOS page, make
5687         sure we initialize the chain to NULL because else we will try to scan it
5688         and crash. Fixes #500763
5689
5690 2007-11-30  Wim Taymans  <wim.taymans@gmail.com>
5691
5692         * gst/playback/Makefile.am:
5693         * gst/playback/gstfactorylists.c: (compare_ranks), (print_feature),
5694         (get_feature_array), (decoders_filter), (sinks_filter),
5695         (gst_factory_list_get_decoders), (gst_factory_list_get_sinks),
5696         (gst_factory_list_filter):
5697         * gst/playback/gstfactorylists.h:
5698         Refactor some common code to filter factories and check caps compat.
5699
5700         * gst/playback/gstdecodebin.c:
5701         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
5702         (gst_decode_bin_init), (gst_decode_bin_dispose),
5703         (gst_decode_bin_autoplug_continue),
5704         (gst_decode_bin_autoplug_factories),
5705         (gst_decode_bin_autoplug_select), (analyze_new_pad),
5706         (find_compatibles):
5707         * gst/playback/gstplaybin.c:
5708         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
5709         (gst_play_bin_init), (gst_play_bin_finalize),
5710         (autoplug_factories_cb), (activate_group):
5711         * gst/playback/gstqueue2.c:
5712         * gst/playback/gsturidecodebin.c: (proxy_unknown_type_signal),
5713         (proxy_autoplug_continue_signal),
5714         (proxy_autoplug_factories_signal), (proxy_autoplug_select_signal),
5715         (proxy_drained_signal):
5716         Add some more debug info and use factor filtering code.
5717
5718 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
5719
5720         * gst/audiotestsrc/gstaudiotestsrc.c:
5721         * gst/volume/gstvolume.c:
5722         * gst/volume/gstvolume.h:
5723           Add GAP-flag support.
5724
5725 2007-11-24  Julien MOUTTE  <julien@moutte.net>
5726
5727         * tests/examples/seek/seek.c: (main): Increase the range of the
5728         rate selector as I would like to test QOS behavior at higher
5729         forward and reverse playback speed like say 64x.
5730
5731 2007-11-23  Sebastian Dröge  <slomo@circular-chaos.org>
5732
5733         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
5734         (audioresample_query), (audioresample_query_type),
5735         (gst_audioresample_set_property):
5736         Implement latency query.
5737
5738 2007-11-21  Wim Taymans  <wim.taymans@gmail.com>
5739
5740         * gst-libs/gst/audio/gstbaseaudiosink.c:
5741         (gst_base_audio_sink_drain):
5742         Our EOS time contains the base_time, _wait_eos() expects a running_time
5743         so we have to subtract the base_time again before calling the function.
5744         This fixes an EOS regression where the base_time was added twice and EOS
5745         took longer and longer in certain situations.
5746         Fixes #498767.
5747
5748 2007-11-21  Wim Taymans  <wim.taymans@gmail.com>
5749
5750         * docs/libs/gst-plugins-base-libs-sections.txt:
5751         * gst-libs/gst/audio/gstbaseaudiosink.c: (slave_method_get_type),
5752         (gst_base_audio_sink_set_provide_clock),
5753         (gst_base_audio_sink_get_provide_clock),
5754         (gst_base_audio_sink_set_slave_method),
5755         (gst_base_audio_sink_get_slave_method),
5756         (gst_base_audio_sink_set_property),
5757         (gst_base_audio_sink_get_property), (gst_base_audio_sink_drain),
5758         (gst_base_audio_sink_none_slaving),
5759         (gst_base_audio_sink_handle_slaving):
5760         * gst-libs/gst/audio/gstbaseaudiosink.h:
5761         Expose methods for some object properties so that subclasses can more
5762         easily configure them.
5763         Added slave method none, that completely disables slaving to the
5764         internal clock.
5765         API: gst_base_audio_sink_set_provide_clock()
5766         API: gst_base_audio_sink_get_provide_clock()
5767         API: gst_base_audio_sink_set_slave_method()
5768         API: gst_base_audio_sink_get_slave_method()
5769
5770         * gst-libs/gst/audio/gstbaseaudiosrc.c:
5771         (gst_base_audio_src_set_provide_clock),
5772         (gst_base_audio_src_get_provide_clock),
5773         (gst_base_audio_src_set_property),
5774         (gst_base_audio_src_get_property), (gst_base_audio_src_create):
5775         * gst-libs/gst/audio/gstbaseaudiosrc.h:
5776         Expose methods for some object properties so that subclasses can more
5777         easily configure them.
5778         API: gst_base_audio_src_set_provide_clock()
5779         API: gst_base_audio_src_get_provide_clock()
5780
5781 2007-11-20  Wim Taymans  <wim.taymans@gmail.com>
5782
5783         Patch by: Joe Peterson <lavajoe at gentoo dot org>
5784
5785         * gst-libs/gst/sdp/gstsdpmessage.c:
5786         Fix compilation on FreeBSD (Gentoo). Fixes #498228.
5787
5788 2007-11-19  Sebastian Dröge  <slomo@circular-chaos.org>
5789
5790         * tests/check/libs/fft.c: (GST_START_TEST):
5791         Fix scaling to really have dB instead of something else.
5792
5793 2007-11-19  Julien MOUTTE  <julien@moutte.net>
5794
5795         * tests/examples/seek/seek.c: (main): There's a nice macro to check
5796         GTK version, use it.
5797
5798 2007-11-19  Julien MOUTTE  <julien@moutte.net>
5799
5800         * tests/examples/seek/seek.c: (main): Try to support stable version
5801         of GTK.
5802
5803 2007-11-17  Stefan Kost  <ensonic@users.sf.net>
5804
5805         * gst/playback/README:
5806         * gst/playback/test7.c:
5807           Fix the build + little README update.
5808
5809 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
5810
5811         * tests/examples/seek/seek.c: (make_playerbin2_pipeline), (main):
5812         Add playbin2 seek pipeline.
5813
5814 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
5815
5816         * gst/playback/Makefile.am:
5817         * gst/playback/gstplayback.c: (plugin_init):
5818         * gst/playback/test7.c: (update_scale), (warning_cb), (error_cb),
5819         (eos_cb), (about_to_finish_cb), (main):
5820         Add playbin2.
5821         Added gapless playback example.
5822
5823         * gst/playback/gstplaybasebin.c:
5824         * gst/playback/gstplaybasebin.h:
5825         * gst/playback/gstplaybin.c: (gst_play_bin_plugin_init):
5826         * gst/playback/gstqueue2.c:
5827         * gst/playback/test.c:
5828         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init),
5829         (pad_removed_cb):
5830         * gst/playback/gststreaminfo.h:
5831         Change email.
5832
5833         * gst/playback/gstplaybin2.c: (gst_play_bin_get_type),
5834         (gst_play_bin_class_init), (init_group), (gst_play_bin_init),
5835         (gst_play_bin_dispose), (gst_play_bin_set_uri),
5836         (gst_play_bin_set_suburi), (gst_play_bin_set_property),
5837         (gst_play_bin_get_property), (gst_play_bin_handle_message),
5838         (pad_added_cb), (pad_removed_cb), (no_more_pads_cb), (perform_eos),
5839         (drained_cb), (unlink_group), (activate_group),
5840         (setup_next_source), (gst_play_bin_change_state),
5841         (gst_play_bin2_plugin_init):
5842         Added raw first version of playbin2. Does chained oggs and gapless
5843         playback fine. No support for raw sinks yet. No visualisations or
5844         subtitles yet.
5845
5846         * gst/playback/gstplaysink.c: (gst_play_sink_get_type),
5847         (gst_play_sink_class_init), (gst_play_sink_init),
5848         (gst_play_sink_dispose), (gst_play_sink_vis_unblocked),
5849         (gst_play_sink_vis_blocked), (gst_play_sink_set_video_sink),
5850         (gst_play_sink_set_audio_sink), (gst_play_sink_set_vis_plugin),
5851         (gst_play_sink_set_property), (gst_play_sink_get_property),
5852         (post_missing_element_message), (free_chain), (add_chain),
5853         (activate_chain), (gen_video_chain), (gen_text_element),
5854         (gen_audio_chain), (gen_vis_element), (gst_play_sink_get_mode),
5855         (gst_play_sink_set_mode), (gst_play_sink_request_pad),
5856         (gst_play_sink_release_pad), (gst_play_sink_send_event_to_sink),
5857         (gst_play_sink_send_event), (gst_play_sink_change_state):
5858         * gst/playback/gstplaysink.h:
5859         Added Element that abstracts the sinks and their pipelines for playbin2.
5860
5861 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
5862
5863         * gst/playback/gststreamselector.c: (gst_selector_pad_get_type),
5864         (gst_selector_pad_class_init), (gst_selector_pad_init),
5865         (gst_selector_pad_finalize), (gst_selector_pad_reset),
5866         (gst_selector_pad_get_linked_pads), (gst_selector_pad_event),
5867         (gst_selector_pad_getcaps), (gst_selector_pad_bufferalloc),
5868         (gst_selector_pad_chain), (gst_stream_selector_get_type),
5869         (gst_stream_selector_base_init), (gst_stream_selector_class_init),
5870         (gst_stream_selector_init), (gst_stream_selector_set_property),
5871         (gst_stream_selector_get_linked_pad),
5872         (gst_stream_selector_getcaps),
5873         (gst_stream_selector_is_active_sinkpad),
5874         (gst_stream_selector_activate_sinkpad),
5875         (gst_stream_selector_get_linked_pads),
5876         (gst_stream_selector_request_new_pad),
5877         (gst_stream_selector_release_pad):
5878         * gst/playback/gststreamselector.h:
5879         Improve streamselector, make it select and unselect the current pad more
5880         intelligently. 
5881         Subclass GstPad for the sinkpads of the selector.
5882         Handle segments more correctly.
5883         Fix caps negotiation.
5884         Implement release_pad.
5885
5886 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
5887
5888         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
5889         (gst_decode_group_check_if_drained), (source_pad_event_probe),
5890         (remove_fakesink):
5891         Add drained signal fired when decodebin finishes decoding the data.
5892         Remove deprecated STATE_DIRTY message.
5893
5894         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init),
5895         (unknown_type_cb), (new_decoded_pad_cb), (pad_removed_cb),
5896         (analyse_source), (proxy_drained_signal), (make_decoder),
5897         (source_new_pad), (value_list_append_structure_list),
5898         (handle_redirect_message), (handle_message):
5899         Proxy the new drained signal.
5900         Handle pad removed from decodebin.
5901         Handle redirect messages by sorting multiple redirections based on the
5902         connection speed.
5903
5904 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
5905
5906         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
5907
5908         * gst-libs/gst/rtsp/gstrtspmessage.c: (gst_rtsp_message_unset):
5909         Fix leaking headers. Fixes #496761.
5910
5911 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
5912
5913         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
5914
5915         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
5916         (gst_ximagesink_change_state):
5917         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get):
5918         Don't leak the PAR on errors. Fixes #496731.
5919
5920 2007-11-16  Tim-Philipp Müller  <tim at centricular dot net>
5921
5922         * gst-libs/gst/tag/gstid3tag.c: (user_tag_matches),
5923           (gst_tag_from_id3_user_tag):
5924           Add mapping for audio cd discid tags, so we can extract
5925           them from tags as well (see #347848). Also compare identifiers
5926           in ID3v2 TXXX frames in a case-insensitive way to increase
5927           compatibility when reading tags (discid vs. DiscID vs. DiscId).
5928
5929 2007-11-16  Jan Schmidt  <jan.schmidt@sun.com>
5930
5931         * gst-plugins-base.doap:
5932         Oops, fix the release name.
5933
5934 2007-11-16  Jan Schmidt  <jan.schmidt@sun.com>
5935
5936         * gst-plugins-base.doap:
5937         Add 0.10.15 release
5938
5939 2007-11-16  Jan Schmidt  <jan.schmidt@sun.com>
5940
5941         * configure.ac:
5942         Back to CVS
5943
5944 === release 0.10.15 ===
5945
5946 2007-11-15  Jan Schmidt <jan.schmidt@sun.com>
5947
5948         * configure.ac:
5949           releasing 0.10.15, "No need to argue"
5950
5951 2007-11-15  Jan Schmidt  <jan.schmidt@sun.com>
5952
5953         * win32/vs6/libgstfft.dsp:
5954         Convert line endings to DOS.
5955
5956 2007-11-15  Sebastien Moutte <sebastien@moutte.net>
5957
5958         * win32/vs6/gst_plugins_base.dsw:
5959         * win32/vs6/libgstfft.dsp:
5960         * win32/MANIFEST:
5961         Add a project file for fft plugin and remove socket
5962         based plugin which don't build from the workspace.
5963         * win32/vs6/libgstaudio.dsp:
5964         * win32/vs6/libgstrtp.dsp:
5965         * win32/vs6/libgsttag.dsp:
5966         Convert line endings back to DOS.
5967         Fixes #496724
5968
5969 2007-11-14  Jan Schmidt  <jan.schmidt@sun.com>
5970
5971         * win32/vs6/libgstinterfaces.dsp:
5972         * win32/vs6/libgstrtsp.dsp:
5973         Convert line endings back to DOS
5974
5975 2007-11-14  Jan Schmidt  <jan.schmidt@sun.com>
5976
5977         * gst-libs/gst/fft/kiss_fft_f32.h:
5978         * gst-libs/gst/fft/kiss_fft_f64.h:
5979         * gst-libs/gst/fft/kiss_fft_s16.h:
5980         * gst-libs/gst/fft/kiss_fft_s32.h:
5981         Don't include malloc.h which doesn't exist on Mac OSX.
5982         Instead, pull in glib.h and use g_malloc/g_free for 
5983         consistency. Fixes: #496548
5984
5985 2007-11-09  Stefan Kost  <ensonic@users.sf.net>
5986
5987         * gst/playback/gstdecodebin2.c:
5988           Dont leak ghostpad. Fixes #475451.
5989
5990 2007-11-09  Wim Taymans  <wim.taymans@gmail.com>
5991
5992         * docs/design/design-decodebin.txt:
5993         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
5994         Update some more docs and comments.
5995
5996 2007-11-06  Tim-Philipp Müller  <tim at centricular dot net>
5997
5998         Patch by: Sebastien Moutte  <sebastien moutte net>
5999
6000         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_ntp_to_unix),
6001           (gst_rtcp_unix_to_ntp):
6002         * gst-libs/gst/rtp/gstrtppayloads.c: (gst_rtp_payload_info_for_name):
6003           Fix some C99-isms and and a missing function that some versions of
6004           MSVC don't like too much (#494346).
6005
6006         * win32/vs6/gst_plugins_base.dsw:
6007         * win32/vs6/libgstaudio.dsp:
6008         * win32/vs6/libgstrtp.dsp:
6009         * win32/vs6/libgsttag.dsp:
6010           Update vs6 projects files (#494346).
6011
6012 2007-11-06  Tim-Philipp Müller  <tim at centricular dot net>
6013
6014         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
6015
6016         * win32/common/libgstaudio.def:
6017         * win32/common/libgstcdda.def:
6018         * win32/common/libgstinterfaces.def:
6019         * win32/common/libgstnetbuffer.def:
6020         * win32/common/libgstpbutils.def:
6021         * win32/common/libgstrtp.def:
6022         * win32/common/libgstrtsp.def:
6023         * win32/common/libgsttag.def:
6024         * win32/common/libgstvideo.def:
6025           More missing symbols to export (fixes #493986).
6026
6027 2007-11-06  Sebastian Dröge  <slomo@circular-chaos.org>
6028
6029         * docs/libs/gst-plugins-base-libs-sections.txt:
6030         * gst-libs/gst/fft/gstfftf32.c:
6031         * gst-libs/gst/fft/gstfftf32.h:
6032         * gst-libs/gst/fft/gstfftf64.c:
6033         * gst-libs/gst/fft/gstfftf64.h:
6034         * gst-libs/gst/fft/gstffts16.c:
6035         * gst-libs/gst/fft/gstffts16.h:
6036         * gst-libs/gst/fft/gstffts32.c:
6037         * gst-libs/gst/fft/gstffts32.h:
6038         * tests/check/libs/fft.c: (GST_START_TEST):
6039         Remove the magnitude and phase calculation functions as these have
6040         very special use cases and can't even be used for the spectrum
6041         element. Also adjust the docs to mention some properties of the used
6042         FFT implemention, i.e. how the values are scaled. Fixes #492098.
6043
6044 2007-11-06  Tim-Philipp Müller  <tim at centricular dot net>
6045
6046         * gst/playback/gstplaybasebin.c: (queue_threshold_reached),
6047           (finish_source):
6048           Avoid crash when there are external subtitles (fixes #491722).
6049
6050 2007-11-03  Tim-Philipp Müller  <tim at centricular dot net>
6051
6052         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
6053         * ext/alsa/gstalsasrc.c: (gst_alsasrc_open):
6054           'Could not open resource for writing' is not an acceptable
6055           error message when we can't open the audio device (see #492334),
6056           even less so when we're trying to open it to record something.
6057
6058 2007-11-02  Tim-Philipp Müller  <tim at centricular dot net>
6059
6060         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
6061
6062         * win32/common/libgstrtp.def:
6063           Add some more missing symbols (#492813).
6064
6065 2007-11-02  Tim-Philipp Müller  <tim at centricular dot net>
6066
6067         Patch by: Thijs Vermeir <thijsvermeir@gmail.com>
6068
6069         * tests/check/elements/audioconvert.c: (verify_convert):
6070           Add check to make sure that the out caps have a channel layout
6071           set on them where they should have one.
6072
6073 2007-11-01  Tim-Philipp Müller  <tim at centricular dot net>
6074
6075         Patch by: Vincent Torri <vtorri at univ-evry dot fr>
6076
6077         * gst-libs/gst/fft/kiss_fft_s16.h: (KISS_FFT_S16_MALLOC):
6078         * gst-libs/gst/fft/kiss_fft_s32.h: (KISS_FFT_S32_MALLOC):
6079           Include our own _stdint.h instead of sys/types.h, makes MingW happy
6080           (#492306).
6081
6082         * gst-libs/gst/rtsp/gstrtspconnection.c: (gst_rtsp_connection_create):
6083           Use _pipe directly, GLib doesn't have a pipe() macro any longer
6084           (it disappeared in GLib 2.14.0) (#492306).
6085
6086         * gst-libs/gst/sdp/Makefile.am:
6087         * gst-libs/gst/sdp/gstsdpmessage.c:
6088           Fix includes and LIBS for win32/Mingw (#492306).
6089
6090         * tests/examples/dynamic/addstream.c (pause_play_stream):
6091           Use more portable g_usleep() instead of sleep() (#492306).
6092
6093 2007-11-01  Tim-Philipp Müller  <tim at centricular dot net>
6094
6095         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
6096
6097         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
6098           (gst_ring_buffer_parse_caps):
6099           Return NULL instead of an enum that happens to be 0, fixes warning
6100           on MSVC (#492114).
6101
6102         * gst-libs/gst/audio/gstringbuffer.h:
6103           No trailing commas in enum list (for gcc-2.9x).
6104
6105         * gst/videotestsrc/videotestsrc.c: (random_char):
6106           Make information loss explicit instead of implicitly truncating to
6107           eight bits via the return value.  Fixes runtime error on MSVC when
6108           using the debug CRT (#492114).
6109
6110         * win32/common/config.h.in:
6111           Fix a bunch of '#undef FOO bar', which MSVC doesn't like (#492114).
6112
6113         * win32/common/libgstinterfaces.def:
6114         * win32/common/libgstrtp.def:
6115           Export a few more symbols (#492114).
6116
6117 2007-11-01  Stefan Kost  <ensonic@users.sf.net>
6118
6119         * gst-libs/gst/audio/audio.c:
6120         * gst-libs/gst/audio/audio.h:
6121           Readd the deprecation guards, but preserve compilability.
6122
6123 2007-10-31  Tim-Philipp Müller  <tim at centricular dot net>
6124
6125         * gst/audioconvert/gstaudioconvert.c: (find_suitable_channel_layout),
6126           (gst_audio_convert_fixate_channels), (gst_audio_convert_fixate_caps):
6127           Preserve channel layout when fixating the number of channels in the
6128           output caps, or make sure there's a suitable channel position layout
6129           set on the caps if required. Fixes #430677.
6130
6131 2007-10-31  Tim-Philipp Müller  <tim at centricular dot net>
6132
6133         * tests/check/elements/decodebin.c: (test_text_plain_streams):
6134           Make sure the pipeline really operates in push mode as it should
6135           in this case.
6136
6137 2007-10-31  Tim-Philipp Müller  <tim at centricular dot net>
6138
6139         * gst-libs/gst/audio/audio.h:
6140           Don't guard deprecated enum with #ifndef DISABLE_DEPRECATED, or
6141           compilation with DISABLE_DEPRECATED and without REMOVE_DEPRECATED
6142           (ie. normal cvs builds) will fail.
6143
6144 2007-10-31  Stefan Kost  <ensonic@users.sf.net>
6145
6146         * docs/libs/Makefile.am:
6147         * gst-libs/gst/audio/audio.c:
6148         * gst-libs/gst/audio/audio.h:
6149         * gst-libs/gst/interfaces/mixer.c:
6150           tell gtk-doc about the deprecation guard. Apply more doc fixes.
6151
6152 2007-10-31  Tim-Philipp Müller  <tim at centricular dot net>
6153
6154         * tests/check/libs/audio.c: (init_value_to_channel_layout),
6155           (test_channel_layout_value_intersect), (audio_suite):
6156           Add simple unit test to make sure GstValue intersection
6157           of channel layouts works the way I think it does.
6158
6159 2007-10-30  Stefan Kost  <ensonic@users.sf.net>
6160
6161         * docs/libs/gst-plugins-base-libs-sections.txt:
6162         * gst-libs/gst/audio/gstaudiofilter.h:
6163         * gst-libs/gst/interfaces/mixer.h:
6164         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6165         * gst-libs/gst/rtp/gstbasertpdepayload.h:
6166         * gst-libs/gst/sdp/gstsdpmessage.c:
6167           Fix the docs according to what gtk-doc complained about.
6168
6169 2007-10-30  Stefan Kost  <ensonic@users.sf.net>
6170
6171         * tests/icles/stress-playbin.c:
6172           Fix the build.
6173
6174 2007-10-30  Tim-Philipp Müller  <tim at centricular dot net>
6175
6176         * gst/playback/gstdecodebin.c: (close_pad_link), (type_found):
6177         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
6178           Post nice/more useful error message if we don't have a decoder for
6179           the primary type.
6180
6181 2007-10-30  Wim Taymans  <wim.taymans@gmail.com>
6182
6183         * gst/playback/gstdecodebin2.c: (gst_decode_group_expose):
6184         Be a bit more useful, unblock the pads after we fired the no-more-pads
6185         signal so that we can use the signal to inspect and connect all pads
6186         without having to keep extra state outside of decodebin.
6187
6188 2007-10-30  Wim Taymans  <wim.taymans@gmail.com>
6189
6190         * gst/playback/gsturidecodebin.c:
6191         (gst_uri_decode_bin_autoplug_continue),
6192         (gst_uri_decode_bin_class_init), (no_more_pads_full):
6193         Implement default signal handler so that we return TRUE when nothing is
6194         connected.
6195
6196 2007-10-28  Sebastian Dröge  <slomo@circular-chaos.org>
6197
6198         * gst-libs/gst/riff/riff-media.c:
6199         (gst_riff_wavext_add_channel_layout),
6200         (gst_riff_wave_add_default_channel_layout),
6201         (gst_riff_wavext_get_default_channel_mask),
6202         (gst_riff_create_audio_caps):
6203         Use the ALSA channel layout as default for wav files without channel
6204         layout information. This fixes playback of chan-id.wav on 5.1 systems
6205         for example. Also refactor the channel layout setting a bit and add
6206         more default channel orders. Fixes #489010.
6207
6208 2007-10-26  Tim-Philipp Müller  <tim at centricular dot net>
6209
6210         * tests/check/libs/tag.c: (test_musicbrainz_tag_registration):
6211           GST_TAG_MUSICBRAINZ_SORTNAME is deprecated and we compile with
6212           -DGST_DISABLE_DEPRECATED, so use new GST_TAG_ARTIST_SORTNAME
6213           instead.
6214
6215 2007-10-25  Wim Taymans  <wim.taymans@gmail.com>
6216
6217         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
6218         (gst_decode_bin_dispose), (gst_decode_bin_set_caps),
6219         (gst_decode_bin_set_subs_encoding),
6220         (gst_decode_bin_get_subs_encoding), (gst_decode_bin_set_property),
6221         (gst_decode_bin_get_property), (analyze_new_pad):
6222         Move subtitle encoding property to decodebin2 so that it can set the
6223         property value on all elements that it autoplugs and that require it.
6224         Make caps refcounting more consistent in get/set.
6225
6226         * gst/playback/gsturidecodebin.c: (_gst_boolean_accumulator),
6227         (gst_uri_decode_bin_class_init), (gst_uri_decode_bin_init),
6228         (gst_uri_decode_bin_finalize), (gst_uri_decode_bin_set_property),
6229         (gst_uri_decode_bin_get_property), (proxy_unknown_type_signal),
6230         (proxy_autoplug_continue_signal),
6231         (proxy_autoplug_factories_signal), (proxy_autoplug_select_signal),
6232         (make_decoder):
6233         Proxy properties and relevant signals from the internal decodebin.
6234         Make properties MT safe.
6235
6236 2007-10-25  Tim-Philipp Müller  <tim at centricular dot net>
6237
6238         * gst-libs/gst/tag/tag.h: (GST_TAG_MUSICBRAINZ_SORTNAME):
6239         * gst-libs/gst/tag/tags.c:
6240           Deprecate GST_TAG_MUSICBRAINZ_SORTNAME, replaced by the newly-added
6241           GST_TAG_ARTIST_SORTNAME (in an API and ABI compatible way).
6242
6243         * gst-libs/gst/tag/gstid3tag.c: (tag_matches):
6244           Map ID3v2 TSOP, TSOA and TSOT frames to new SORTNAME tags (#414539).
6245
6246         * gst-libs/gst/tag/gstvorbistag.c: (tag_matches),
6247           (gst_tag_to_vorbis_comments):
6248           Map new SORTNAME tags (these tags aren't even semi-official, so I'm
6249           just mapping everything I found in the wild) (#414539).
6250
6251 2007-10-24  Wim Taymans  <wim.taymans@gmail.com>
6252
6253         Inspired by patch of: René Stadler <mail at renestadler dot de>
6254
6255         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
6256         (gst_decode_bin_autoplug_continue),
6257         (gst_decode_bin_autoplug_factories),
6258         (gst_decode_bin_autoplug_select), (analyze_new_pad), (connect_pad),
6259         (find_compatibles):
6260         * gst/playback/gstplay-marshal.list:
6261         Remove the autoplug-sort signal and replace it with a binding friendly
6262         autoplug-select signal.
6263         Add an autoplug-factories signal that can be used to generate a list of
6264         factories to try to autoplug.
6265         Add the GstPad to the autoplugging signal args as it might be needed to
6266         make a good factory selection.
6267         Fix up the marshallers for this. Fixes #407282.
6268
6269 2007-10-23  Tim-Philipp Müller  <tim at centricular dot net>
6270
6271         * gst-libs/gst/tag/gsttagdemux.c:
6272           Don't abort with an assertion if we receive a seek event with
6273           a start type of NONE (see launchpad bug #155878).
6274
6275 2007-10-22  Wim Taymans  <wim.taymans@gmail.com>
6276
6277         * sys/ximage/ximagesink.c: (gst_ximagesink_event_thread),
6278         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
6279         (gst_ximagesink_change_state), (gst_ximagesink_reset):
6280         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_event_thread),
6281         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_xcontext_clear),
6282         (gst_xvimagesink_change_state), (gst_xvimagesink_reset):
6283         Make sure that before we clean up the X resources, we shutdown and join
6284         the event thread.
6285         Also make sure the event thread does not shut down immediatly after
6286         startup because the running variable is not yet correctly set.
6287         Fixes #378770. 
6288
6289 2007-10-16  Wim Taymans  <wim.taymans@gmail.com>
6290
6291         * gst/playback/gstdecodebin.c: (new_pad), (type_found):
6292         Make the window for a race in typefind and shutting down smaller until
6293         we figure out the right locking here. Avoids #485753 usually.
6294
6295         * gst/playback/gstdecodebin2.c: (type_found), (pad_added_group_cb):
6296         Remove unneeded lock causing a race in typefind and shutting down.
6297         Fixes #485753.
6298
6299         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
6300         Also remove sinks when going to NULL because we might not complete the
6301         state change to PAUSED, causing the PAUSED->READY state change not to
6302         happen.
6303
6304 2007-10-16  Wim Taymans  <wim.taymans@gmail.com>
6305
6306         * gst-libs/gst/audio/gstbaseaudiosink.c:
6307         (gst_base_audio_sink_drain), (gst_base_audio_sink_change_state):
6308         Also explicitly release the ringbuffer when going to NULL because it
6309         is required in the setcaps function, before the state change to PAUSED
6310         completes.
6311
6312 2007-10-16  Tim-Philipp Müller  <tim at centricular dot net>
6313
6314         * tests/icles/.cvsignore:
6315         * tests/icles/Makefile.am:
6316         * tests/icles/stress-playbin.c:
6317           Does what it says on the tin.
6318
6319 2007-10-15  Wim Taymans  <wim.taymans@gmail.com>
6320
6321         * gst/playback/gstqueue2.c: (gst_queue_init), (gst_queue_push_one):
6322         Fix queue negotiation. See #486758.
6323
6324 2007-10-12  Jan Schmidt  <Jan.Schmidt@sun.com>
6325
6326         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
6327         (gst_xvimagesink_xwindow_new),
6328         (gst_xvimagesink_update_colorbalance),
6329         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get):
6330
6331         Fix handling of some of the X atoms. If the last parameter is True,
6332         XInternAtom won't create the atom if it doesn't exist, and therefore
6333         might return None. This causes X errors on Xv implementations that
6334         don't provide the colour balance attributes.
6335
6336 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
6337
6338         * gst-libs/gst/tag/gstvorbistag.c:
6339         * tests/check/libs/tag.c:
6340           Extract vorbis comment LICENSE tags correctly.
6341
6342 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
6343
6344         Patch by: Jason Kivlighn  <jkivlighn gmail com>
6345
6346         * gst-libs/gst/tag/gstid3tag.c:
6347         * tests/check/libs/tag.c:
6348           Map ID3v2 WCOP frame to GST_TAG_COPYRIGHT_URI (#447000).
6349
6350 2007-10-10  Tim-Philipp Müller  <tim at centricular dot net>
6351
6352         * gst-libs/gst/tag/gsttagdemux.c:
6353           Don't error out when a buggy downstream element doesn't
6354           handle the newsegment event we send properly (especially
6355           not without posting a meaningful error message on the
6356           bus). See bug #471370 and launchpad bug #136264.
6357
6358 2007-10-10  Wim Taymans  <wim.taymans@gmail.com>
6359
6360         * gst-libs/gst/audio/gstbaseaudiosink.c:
6361         (gst_base_audio_sink_drain):
6362         Use new basesink method to make our EOS drain interruptable.
6363
6364 2007-10-10  Jan Schmidt  <Jan.Schmidt@sun.com>
6365
6366         * gst-libs/gst/rtp/gstrtppayloads.c:
6367         Fix silly search-replace oversight.
6368
6369 2007-10-09  Wim Taymans  <wim.taymans@gmail.com>
6370
6371         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
6372
6373         * gst-libs/gst/rtp/gstbasertppayload.c: (copy_fixed),
6374         (gst_basertppayload_set_outcaps):
6375         Fix caps memleak. Fixes #484989.
6376
6377
6378 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
6379
6380         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6381         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain):
6382         Fix debug output.
6383
6384 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
6385
6386         * gst-libs/gst/audio/gstbaseaudiosrc.c:
6387         (gst_base_audio_src_create):
6388         Also handle the case where there is no clock set on the audio source,
6389         like in the unit tests.
6390
6391 2007-10-08  Jan Schmidt  <Jan.Schmidt@sun.com>
6392
6393         * gst-libs/gst/rtp/gstrtppayloads.c:
6394         Use unsigned G_MAXUINT8 instead of -1 to initialise a guint8
6395         to avoid compiler warnings
6396
6397 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
6398
6399         * gst/playback/gstdecodebin.c: (type_found),
6400         (gst_decode_bin_change_state):
6401         * gst/playback/gstdecodebin2.c: (type_found),
6402         (gst_decode_bin_change_state):
6403         Don't disconnect the have_type signal because we never reconnect it
6404         later on. Instead keep a variable to see if we already detected a type.
6405
6406 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
6407
6408         * gst/playback/gstdecodebin.c: (add_fakesink), (type_found):
6409         * gst/playback/gstdecodebin2.c: (gst_decode_bin_init),
6410         (type_found):
6411         Unlink the signal handler when we found the type, we're not going to do
6412         anything sensible with more type_found signals anyway.
6413
6414 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
6415
6416         * gst-libs/gst/tag/gsttagdemux.c:
6417           Don't leak caps.
6418
6419 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
6420
6421         * gst-libs/gst/tag/Makefile.am:
6422         * gst-libs/gst/tag/gsttagdemux.c:
6423         * gst-libs/gst/tag/gsttagdemux.h:
6424           API: add GstTagDemux base class for simple tag demuxers.
6425
6426         * docs/libs/gst-plugins-base-libs-docs.sgml:
6427         * docs/libs/gst-plugins-base-libs-sections.txt:
6428           Add GstTagDemux to docs.
6429
6430 2007-10-05  Sebastian Dröge  <slomo@circular-chaos.org>
6431
6432         * gst-libs/gst/rtp/gstrtpbuffer.c:
6433         (gst_rtp_buffer_get_payload_subbuffer):
6434         Fix bug introduced with last commit which inverted the logic and
6435         caused all buffers to be dropped. Fixes #483620.
6436         Thanks to Laurent Glayal <spglegle at yahoo dot fr> for noticing.
6437
6438 2007-10-04  Stefan Kost  <ensonic@users.sf.net>
6439
6440         * gst-libs/gst/rtp/gstrtpbuffer.c:
6441           Replace g_return_if_val (as it could be disabled), with regular return
6442           and warning.
6443
6444 2007-10-03  Stefan Kost  <ensonic@users.sf.net>
6445
6446         * tests/check/pipelines/simple-launch-lines.c:
6447           Print message name and not just number.
6448
6449 2007-10-02  Wim Taymans  <wim.taymans@gmail.com>
6450
6451         * gst-libs/gst/audio/gstbaseaudiosink.c:
6452         (gst_base_audio_sink_async_play):
6453         When slaved to the clock, don't try to align a sample with the previous
6454         one when going to PLAYING again.
6455
6456 2007-10-02  Stefan Kost  <ensonic@users.sf.net>
6457
6458         * tests/examples/snapshot/snapshot.c:
6459           Fix the build.
6460
6461 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
6462
6463         * gst-libs/gst/sdp/gstsdpmessage.h:
6464         Add RFC 3556 bandwidth modifiers.
6465
6466 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
6467
6468         * docs/libs/gst-plugins-base-libs-docs.sgml:
6469         * docs/libs/gst-plugins-base-libs-sections.txt:
6470         * gst-libs/gst/rtp/gstrtppayloads.c:
6471         Update documentation.
6472
6473 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
6474
6475         * gst-libs/gst/rtp/Makefile.am:
6476         * gst-libs/gst/rtp/gstrtppayloads.c: (gst_rtp_payload_info_for_pt),
6477         (gst_rtp_payload_info_for_name):
6478         * gst-libs/gst/rtp/gstrtppayloads.h:
6479         Added new file and header to deal with payload info.
6480
6481         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data),
6482         (gst_rtp_buffer_default_clock_rate):
6483         * gst-libs/gst/rtp/gstrtpbuffer.h:
6484         Payload specific stuff is move to new headers.
6485         Implement _default_clock rate using the new payload function.
6486
6487         * gst-libs/gst/sdp/gstsdpmessage.c: (is_multicast_address),
6488         (gst_sdp_parse_line):
6489         * gst-libs/gst/sdp/gstsdpmessage.h:
6490         Add some more comments.
6491
6492 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
6493
6494         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
6495         (sdp_check_header), (sdp_type_find), (plugin_init):
6496         Add typefind function for application/sdp.
6497         Remove some old dirac typefind code that was ifdeffed out.
6498
6499 2007-09-29  Sebastien Moutte <sebastien@moutte.net>
6500
6501         * win32/common/libgstaudio.def:
6502         Add new exported functions.
6503         * win32/vs6/grammar.dsp:
6504         Add autogeneration and copy of some autegenerated files from win32/common
6505         for rtsp library.
6506         * win32/vs6/libgstaudioconvert.dsp:
6507         Add gstaudioquantize.c to the build.
6508         * win32/vs6/libgstinterfaces.dsp:
6509         Add videoorientation.c to the build.
6510         * win32/vs6/libgstriff.dsp:
6511         Add libgsttag to the link libraries list.
6512         * win32/vs6/libgstvolume.dsp:
6513         Add liboil to the link.
6514         * win32/vs6/gst_plugins_base.dsw:
6515         * win32/vs6/libgstrtsp.dsp:
6516         * win32/common/libgstrtsp.def:
6517         Add files to build libgstrtsp library.
6518         
6519 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
6520
6521         * tests/examples/snapshot/snapshot.c: (main):
6522         Print error when pipeline failed to construct.
6523
6524 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
6525
6526         * configure.ac:
6527         * gst-libs/gst/tag/gstid3tag.c:
6528         * gst-libs/gst/tag/gstvorbistag.c:
6529           Add mappings for the new GST_TAG_COMPOSER for vorbis comments
6530           and ID3v2 tags.
6531
6532 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
6533
6534         * gst-libs/gst/floatcast/floatcast.h:
6535           Don't include config.h in an installed public header, this
6536           might break compilation of applications that don't have such
6537           a header and doesn't necessarily do what it's supposed to do
6538           anyway (ie. check for the lrint/lrintf defines) (#442065).
6539           Add docs for the various macros and document how this header
6540           has to be used (link against libm, etc.); add a few FIXMEs;
6541           include math.h for non-c99 code path.  Based on patch by
6542           Jan Schmidt.
6543           
6544 2007-09-25  Sebastian Dröge  <slomo@circular-chaos.org>
6545
6546         * configure.ac:
6547         Use AG_GST_ARG_WITH_PLUGINS and AG_GST_ARG_ENABLE_EXTERNAL instead
6548         of duplicating these macros in configure.ac.
6549
6550 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6551
6552         * po/hu.po:
6553         * po/sv.po:
6554         * po/uk.po:
6555           Updated translations to 0.10.14
6556
6557 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6558
6559         translated by: Jakub Bogusz <qboosh@pld-linux.org>
6560
6561         * po/pl.po:
6562           Added Polish translation.
6563
6564 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6565
6566         translated by: Ilkka Tuohela <hile@iki.fi>
6567
6568         * po/fi.po:
6569           Added Finnish translation.
6570
6571 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6572
6573         translated by: Jorge González González <aloriel@gmail.com>
6574
6575         * po/es.po:
6576           Added Spanish translation.
6577
6578 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6579
6580         translated by: Mogens Jaeger <mogens@jaeger.tf>
6581
6582         * po/da.po:
6583           Added Danish translation.
6584
6585 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6586
6587         translated by: Funda Wang <fundawang@linux.net.cn>
6588
6589         * po/zh_CN.po:
6590           Added Chinese (simplified) translation.
6591
6592 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6593
6594         translated by: Alexander Shopov <ash@contact.bg>
6595
6596         * po/bg.po:
6597           Added Bulgarian translation.
6598
6599 2007-09-21  Wim Taymans  <wim.taymans@gmail.com>
6600
6601         * gst/playback/gstqueue2.c: (gst_queue_push_one):
6602         Fix compilation wrt printf arguments.
6603
6604 2007-09-20  Wim Taymans  <wim.taymans@gmail.com>
6605
6606         * configure.ac:
6607         * tests/examples/Makefile.am:
6608         * tests/examples/snapshot/.cvsignore:
6609         * tests/examples/snapshot/Makefile.am:
6610         * tests/examples/snapshot/snapshot.c: (main):
6611         Add simple snapshot example program using appsink.
6612
6613 2007-09-20  Stefan Kost  <ensonic@users.sf.net>
6614
6615         * tests/check/generic/states.c:
6616           Improved state change unit test.
6617
6618 2007-09-19  Stefan Kost  <ensonic@users.sf.net>
6619
6620         * docs/plugins/.cvsignore:
6621         * tests/check/.cvsignore:
6622           Ignore registries in any format.
6623
6624 2007-09-19  Wim Taymans  <wim.taymans@gmail.com>
6625
6626         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6627         (gst_base_rtp_depayload_chain),
6628         (gst_base_rtp_depayload_set_gst_timestamp):
6629         Only copy timestamp on outgoing packets if the depayloader did not set
6630         one.
6631         Also copy duration on outgoing packets.
6632
6633 2007-09-19  Wim Taymans  <wim.taymans@gmail.com>
6634
6635         * gst-libs/gst/rtp/gstbasertppayload.c: (copy_fixed),
6636         (gst_basertppayload_set_outcaps):
6637         Fix compilation because of missing %d in printf.
6638         When fixating caps, fixate what we can and throw away all remaining
6639         unfixed caps, subclasses should do something smart if they need to.
6640
6641 2007-09-19  Stefan Kost  <ensonic@users.sf.net>
6642
6643         * ext/gnomevfs/gstgnomevfssrc.c:
6644           Improve debug logs a bit and be more verbose if things go wrong.
6645
6646 2007-09-17  Jan Schmidt  <Jan.Schmidt@sun.com>
6647
6648         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
6649         (gst_text_overlay_set_property):
6650         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
6651         * gst-libs/gst/audio/gstbaseaudiosink.c:
6652         (gst_base_audio_sink_render):
6653         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_ntp_to_unix),
6654         (gst_rtcp_unix_to_ntp):
6655         * gst-libs/gst/rtsp/gstrtspmessage.c: (gst_rtsp_message_get_type):
6656         * gst/playback/gstqueue2.c:
6657         * tests/examples/seek/seek.c: (set_scale):
6658         Fix a bunch of compile warnings shown with Forte.
6659
6660         * gst/audiorate/gstaudiorate.c:
6661         Always pull in config.h before including any system headers.
6662
6663 2007-09-17  Wim Taymans  <wim.taymans@gmail.com>
6664
6665         * gst/playback/gstqueue2.c: (update_buffering),
6666         (gst_queue_locked_flush), (gst_queue_locked_enqueue),
6667         (gst_queue_handle_sink_event), (gst_queue_chain),
6668         (gst_queue_push_one), (gst_queue_sink_activate_push),
6669         (gst_queue_src_activate_push), (gst_queue_src_activate_pull):
6670         Also fix #476514 for queue2.
6671
6672 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
6673
6674         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6675         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_setcaps),
6676         (gst_base_rtp_depayload_chain),
6677         (gst_base_rtp_depayload_handle_sink_event),
6678         (gst_base_rtp_depayload_push_full),
6679         (gst_base_rtp_depayload_set_gst_timestamp),
6680         (gst_base_rtp_depayload_change_state):
6681         Remove code to deal with RTP to GST time conversion, we now just copy
6682         the GST timestamp we receive to the outgoing buffers.
6683         Handle segment and flushes correctly.
6684
6685         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
6686         When we have no valid input timestamp, use the previous rtp timestamp on
6687         the outgoing RTP packet instead of the RTP base time.
6688
6689 2007-09-15  David Schleef  <ds@schleef.org>
6690
6691         * ext/alsa/gstalsa.c:
6692         * ext/alsa/gstalsadeviceprobe.c:
6693         * ext/alsa/gstalsamixer.c:
6694         * ext/alsa/gstalsasink.c:
6695         * ext/alsa/gstalsasrc.c:
6696           Change alsa alloca's to malloc to fix warnings on gcc-4.2.
6697
6698 2007-09-15  Wim Taymans  <wim.taymans@gmail.com>
6699
6700         * gst-libs/gst/rtp/gstbasertppayload.c:
6701         (gst_basertppayload_set_outcaps), (gst_basertppayload_push):
6702         Add some debug info when negotiating caps.
6703
6704 2007-09-14  Wim Taymans  <wim.taymans@gmail.com>
6705
6706         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data):
6707         A buffer with an empty payload is also a valid buffer.
6708
6709 2007-09-14  Wim Taymans  <wim.taymans@gmail.com>
6710
6711         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_event),
6712         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
6713         (gst_basertppayload_change_state):
6714         Make sure we start our RTP timestamp from the random base RTP
6715         timestamp even if the buffer timestamp starts from some random value.
6716
6717 2007-09-14  Wim Taymans  <wim.taymans@gmail.com>
6718
6719         * configure.ac:
6720         * tests/examples/Makefile.am:
6721         * tests/examples/dynamic/.cvsignore:
6722         * tests/examples/dynamic/Makefile.am:
6723         * tests/examples/dynamic/addstream.c: (create_stream),
6724         (pause_play_stream), (message_received), (eos_message_received),
6725         (perform_step), (main):
6726         Add simple exmple app to demonstrate starting and pausing live and
6727         non-live bins in a PLAYING pipeline.
6728
6729 2007-09-14  Julien MOUTTE  <julien@moutte.net>
6730
6731         * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add some
6732         typefind for QCP files (RFC #3625)
6733
6734 2007-09-13  Wim Taymans  <wim.taymans@gmail.com>
6735
6736         * gst-libs/gst/audio/gstbaseaudiosink.c:
6737         (gst_base_audio_sink_init):
6738         Disable pull mode scheduling, we're not ready for it yet and it subtly
6739         breaks a lot of things.
6740
6741 2007-09-12  Tim-Philipp Müller  <tim at centricular dot net>
6742
6743         * tests/check/elements/libvisual.c:
6744           Test all libvisual plugins, not just the first one; this reproduces
6745           bug #450336 quite easily.  Looks like a problem with the 'jess'
6746           visualisation.
6747
6748 2007-09-12  Tim-Philipp Müller  <tim at centricular dot net>
6749
6750         * tests/check/Makefile.am:
6751         * tests/check/elements/.cvsignore:
6752         * tests/check/elements/libvisual.c:
6753           Add basic libvisual test case in an attempt to reproduce bug #450336.
6754           Doesn't reproduce that bug, but some other crasher instead (invalid
6755           free), at least with make elements/libvisual.forever and the bumscope
6756           plugin on x86-64/gutsy. Leaving test disabled for now.
6757
6758 2007-09-11  Wim Taymans  <wim.taymans@gmail.com>
6759
6760         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
6761
6762         * gst-libs/gst/rtsp/gstrtspconnection.c:
6763         (gst_rtsp_connection_read_internal), (gst_rtsp_connection_read),
6764         (read_body), (gst_rtsp_connection_receive):
6765         Make sure we can not cancel in the middle of receiving a message.
6766         Fixes #475731.
6767
6768 2007-09-11  Tim-Philipp Müller  <tim at centricular dot net>
6769
6770         Patch by: Josep Torra Valles <josep@fluendo.com>
6771
6772         * gst/playback/gstplaybasebin.c:
6773           Increase upper limit for audio queue a bit; fixes preroll problem
6774           with playbin and decodebin2 when playing a quicktime trailer with
6775           multichannel audio via http (#464666).
6776
6777 2007-09-10  Wim Taymans  <wim.taymans@gmail.com>
6778
6779         * gst-libs/gst/audio/gstbaseaudiosrc.c:
6780         (gst_base_audio_src_class_init), (gst_base_audio_src_init),
6781         (gst_base_audio_src_provide_clock),
6782         (gst_base_audio_src_set_property),
6783         (gst_base_audio_src_get_property), (gst_base_audio_src_create):
6784         * gst-libs/gst/audio/gstbaseaudiosrc.h:
6785         Allow othe clocks than the internal clock to be used for the pipeline.
6786         Add property to disable clock provide.
6787         API: GstBaseAudioSrc::provide-clock
6788
6789 2007-09-10  Stefan Kost  <ensonic@users.sf.net>
6790
6791         * gst/playback/gstdecodebin2.c:
6792           Don't leak request pads. Fixes #475395.
6793
6794 2007-09-09  Sebastian Dröge  <slomo@circular-chaos.org>
6795
6796         Patch by: René Stadler <mail at renestadler dot de>
6797
6798         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
6799         (gst_ximage_buffer_class_init):
6800         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
6801         (gst_xvimage_buffer_class_init):
6802         Correctly chain up finalize with the parent class to prevent
6803         memory leaks. Fixes #474880.
6804
6805 2007-09-09  Sebastian Dröge  <slomo@circular-chaos.org>
6806
6807         * gst/volume/gstvolume.c: (volume_choose_func):
6808         * tests/check/elements/volume.c: (GST_START_TEST):
6809         Revert the latest change: floating point samples are allowed to
6810         have any value, not only values in the range [-1,1]. Thanks to Andy
6811         Wingo for noticing.
6812         Also fix processing of int32 samples with volumes > 4 by making the
6813         unity value smaller which prevents overflows.
6814
6815 2007-09-07  Tim-Philipp Müller  <tim at centricular dot net>
6816
6817         * gst-libs/gst/rtp/gstrtpbuffer.c:
6818         * tests/check/libs/rtp.c:
6819           Fix gst_rtp_buffer_set_csrc() and enable csrc-related unit test checks.
6820
6821 2007-09-07  Tim-Philipp Müller  <tim at centricular dot net>
6822
6823         Based on patch by: Haakon Sporsheim  <haakon.sporsheim at tandberg com>
6824
6825         * gst-libs/gst/rtp/gstrtpbuffer.c:
6826           Fix up GstRTPHeader helper struct so that compilers will not under
6827           any circumstances add padding in between our fields, as currently
6828           happens with MSVC on win32, because that would lead to us sending
6829           out RTP payloads with broken RTP headers (#471194).
6830           Fix assertion guards for gst_rtp_buffer_get_csrc() and _set_csrc().
6831           
6832         * tests/check/Makefile.am:
6833         * tests/check/libs/.cvsignore:
6834         * tests/check/libs/rtp.c:
6835           Add some simple unit tests for GstRTPBuffer. Some are disabled
6836           because the code tested still needs fixing (set_csrc() does not work).
6837
6838 2007-09-07  Tim-Philipp Müller  <tim at centricular dot net>
6839
6840         * win32/MANIFEST:
6841         * win32/common/gstrtsp-enumtypes.c:
6842         * win32/common/gstrtsp-enumtypes.h:
6843         * win32/common/interfaces-enumtypes.c:
6844         * win32/common/interfaces-enumtypes.h:
6845         * win32/common/multichannel-enumtypes.c:
6846           Add rtsp enumtypes (#474384) and update others.
6847
6848 2007-09-06  Stefan Kost  <ensonic@users.sf.net>
6849
6850         * configure.ac:
6851           Fix configure check for HAVE_LIBXML_HTML.
6852
6853 2007-09-06  Tim-Philipp Müller  <tim at centricular dot net>
6854
6855         * tests/check/libs/.cvsignore:
6856           Ignore more, in case the build bots work again one day.
6857
6858 2007-09-06  Sebastian Dröge  <slomo@circular-chaos.org>
6859
6860         Reviewed by:  Stefan Kost  <ensonic@users.sf.net>
6861
6862         * configure.ac:
6863         * gst-libs/gst/Makefile.am:
6864         * gst-libs/gst/fft/Makefile.am:
6865         * gst-libs/gst/fft/_kiss_fft_guts_f32.h:
6866         * gst-libs/gst/fft/_kiss_fft_guts_f64.h:
6867         * gst-libs/gst/fft/_kiss_fft_guts_s16.h:
6868         * gst-libs/gst/fft/_kiss_fft_guts_s32.h:
6869         * gst-libs/gst/fft/gstfft.c: (gst_fft_next_fast_length):
6870         * gst-libs/gst/fft/gstfft.h:
6871         * gst-libs/gst/fft/gstfftf32.c: (gst_fft_f32_new),
6872         (gst_fft_f32_fft), (gst_fft_f32_inverse_fft), (gst_fft_f32_free),
6873         (gst_fft_f32_window), (gst_fft_f32_magnitude), (gst_fft_f32_phase):
6874         * gst-libs/gst/fft/gstfftf32.h:
6875         * gst-libs/gst/fft/gstfftf64.c: (gst_fft_f64_new),
6876         (gst_fft_f64_fft), (gst_fft_f64_inverse_fft), (gst_fft_f64_free),
6877         (gst_fft_f64_window), (gst_fft_f64_magnitude), (gst_fft_f64_phase):
6878         * gst-libs/gst/fft/gstfftf64.h:
6879         * gst-libs/gst/fft/gstffts16.c: (gst_fft_s16_new),
6880         (gst_fft_s16_fft), (gst_fft_s16_inverse_fft), (gst_fft_s16_free),
6881         (gst_fft_s16_window), (gst_fft_s16_magnitude), (gst_fft_s16_phase):
6882         * gst-libs/gst/fft/gstffts16.h:
6883         * gst-libs/gst/fft/gstffts32.c: (gst_fft_s32_new),
6884         (gst_fft_s32_fft), (gst_fft_s32_inverse_fft), (gst_fft_s32_free),
6885         (gst_fft_s32_window), (gst_fft_s32_magnitude), (gst_fft_s32_phase):
6886         * gst-libs/gst/fft/gstffts32.h:
6887         * gst-libs/gst/fft/kiss_fft_f32.c: (kf_bfly2), (kf_bfly4),
6888         (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
6889         (kiss_fft_f32_alloc), (kiss_fft_f32_stride), (kiss_fft_f32),
6890         (kiss_fft_f32_cleanup), (kiss_fft_f32_next_fast_size):
6891         * gst-libs/gst/fft/kiss_fft_f32.h:
6892         * gst-libs/gst/fft/kiss_fft_f64.c: (kf_bfly2), (kf_bfly4),
6893         (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
6894         (kiss_fft_f64_alloc), (kiss_fft_f64_stride), (kiss_fft_f64),
6895         (kiss_fft_f64_cleanup), (kiss_fft_f64_next_fast_size):
6896         * gst-libs/gst/fft/kiss_fft_f64.h:
6897         * gst-libs/gst/fft/kiss_fft_s16.c: (kf_bfly2), (kf_bfly4),
6898         (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
6899         (kiss_fft_s16_alloc), (kiss_fft_s16_stride), (kiss_fft_s16),
6900         (kiss_fft_s16_cleanup), (kiss_fft_s16_next_fast_size):
6901         * gst-libs/gst/fft/kiss_fft_s16.h:
6902         * gst-libs/gst/fft/kiss_fft_s32.c: (kf_bfly2), (kf_bfly4),
6903         (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
6904         (kiss_fft_s32_alloc), (kiss_fft_s32_stride), (kiss_fft_s32),
6905         (kiss_fft_s32_cleanup), (kiss_fft_s32_next_fast_size):
6906         * gst-libs/gst/fft/kiss_fft_s32.h:
6907         * gst-libs/gst/fft/kiss_fftr_f32.c: (kiss_fftr_f32_alloc),
6908         (kiss_fftr_f32), (kiss_fftri_f32):
6909         * gst-libs/gst/fft/kiss_fftr_f32.h:
6910         * gst-libs/gst/fft/kiss_fftr_f64.c: (kiss_fftr_f64_alloc),
6911         (kiss_fftr_f64), (kiss_fftri_f64):
6912         * gst-libs/gst/fft/kiss_fftr_f64.h:
6913         * gst-libs/gst/fft/kiss_fftr_s16.c: (kiss_fftr_s16_alloc),
6914         (kiss_fftr_s16), (kiss_fftri_s16):
6915         * gst-libs/gst/fft/kiss_fftr_s16.h:
6916         * gst-libs/gst/fft/kiss_fftr_s32.c: (kiss_fftr_s32_alloc),
6917         (kiss_fftr_s32), (kiss_fftri_s32):
6918         * gst-libs/gst/fft/kiss_fftr_s32.h:
6919         * gst-libs/gst/fft/kiss_version:
6920         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
6921         * pkgconfig/gstreamer-plugins-base.pc.in:
6922         Add libgstfft, a FFT library based on Kiss FFT which is
6923         BSD licensed. Supported sample formats are int16, int32,
6924         float and double. For those formats a real FFT and IFFT
6925         can be done, different windowing functions can be applied
6926         and functions for extracting the magnitude and phase exist.
6927         Fixes #468619.
6928
6929         * docs/libs/Makefile.am:
6930         * docs/libs/gst-plugins-base-libs-docs.sgml:
6931         * docs/libs/gst-plugins-base-libs-sections.txt:
6932         Integrate libgstfft into the docs.
6933
6934         * tests/check/Makefile.am:
6935         * tests/check/libs/fft.c: (GST_START_TEST), (fft_suite), (main):
6936         Add unit tests for libgstfft, currently only testing the FFT.
6937         Unit tests for IFFT will follow soon.
6938
6939 2007-09-05  Wim Taymans  <wim.taymans@gmail.com>
6940
6941         Patch by: Peter Kjellerstedt  <pkj at axis com>
6942
6943         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_time_init),
6944         (gst_sdp_message_init), (gst_sdp_message_uninit),
6945         (is_multicast_address), (gst_sdp_message_as_text),
6946         (gst_sdp_message_get_origin), (gst_sdp_message_set_connection),
6947         (gst_sdp_message_get_connection), (gst_sdp_message_add_bandwidth),
6948         (gst_sdp_message_add_time), (gst_sdp_message_add_zone),
6949         (gst_sdp_message_get_key), (gst_sdp_message_get_attribute_val_n),
6950         (gst_sdp_message_get_attribute_val), (gst_sdp_message_add_media),
6951         (gst_sdp_media_init), (gst_sdp_media_uninit),
6952         (gst_sdp_media_as_text), (gst_sdp_media_set_port_info),
6953         (gst_sdp_media_connections_len), (gst_sdp_media_add_connection),
6954         (gst_sdp_media_bandwidths_len), (gst_sdp_media_get_bandwidth),
6955         (gst_sdp_media_add_bandwidth), (gst_sdp_media_attributes_len),
6956         (gst_sdp_parse_line), (print_media), (gst_sdp_message_dump):
6957         * gst-libs/gst/sdp/gstsdpmessage.h:
6958         Separate INIT_ARRAY() and related macros into two versions, one for
6959         structures and one for pointers (e.g., INIT_ARRAY() and
6960         INIT_PTR_ARRAY()). This fixes a segmentation error on freeing the
6961         lists of emails and phone numbers.
6962         Add missing const as appropriate.
6963         Change all gint to guint since they all actually represent unsigned
6964         values.
6965         Do not use time as a variable name as it shadows the global time().
6966         Add gst_sdp_message_as_text() and gst_sdp_media_as_text().
6967         Actually implement gst_sdp_message_add_time().
6968         Make gst_sdp_message_add_time() take repeat times as an argument.
6969         Store repeat times in GstSDPTime as a GArray rather than as gchar**.
6970         Corrected the definition of gst_sdp_media_get_bandwidth() (was
6971         misspelled as badwidth).
6972         gst-indented and a little clean up. Fixes #471067.
6973
6974 2007-09-05  Sebastian Dröge  <slomo@circular-chaos.org>
6975
6976         * gst/volume/gstvolume.c: (volume_choose_func),
6977         (volume_process_double), (volume_process_double_clamp),
6978         (volume_process_float_clamp):
6979         Correctly clamp float/double samples in the [-1.0,1.0] range to
6980         prevent weird effects.
6981         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
6982         Add unit tests for all samples types that had none before.
6983
6984 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
6985
6986         * gst-libs/gst/rtp/gstrtpbuffer.c:
6987           Need to include stdlib.h for abs() here too.
6988
6989 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
6990
6991         * gst/playback/gststreaminfo.c:
6992           Fix build.
6993
6994 2007-09-05  Stefan Kost  <ensonic@users.sf.net>
6995
6996         * gst/playback/gststreaminfo.c:
6997           Clean up some half-disabled code and comment.
6998
6999 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
7000
7001         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
7002
7003         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
7004         (gst_base_rtp_payload_audio_handle_event):
7005         Return FALSE from the event handler to let the parent class handle the
7006         event. Fixes #446766.
7007
7008         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7009         (gst_base_rtp_depayload_chain), (gst_base_rtp_depayload_push_full):
7010         Mark outgoing buffers as DISCONT if the incomming buffer was DISCONT.
7011
7012         * gst-libs/gst/rtp/gstbasertppayload.c:
7013         Bump the MTU to 1400.
7014
7015 2007-09-03  Johan Dahlin  <jdahlin@async.com.br>
7016
7017         * gst/typefind/gsttypefindfunctions.c (plugin_init): 
7018         Add an audio/x-nsf typefind function for the nsfdec element.
7019
7020 2007-09-03  Renato Filho  <renato.filho@indt.org.br>
7021         * gst/playback/gstplaybasebin.c:
7022         Included "myth://" on stream_uris list for enable buffering to mythtv files
7023
7024 2007-09-03  Wim Taymans  <wim.taymans@gmail.com>
7025
7026         * docs/libs/gst-plugins-base-libs-sections.txt:
7027         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_packet_get_rb),
7028         (gst_rtcp_packet_sdes_copy_entry), (gst_rtcp_ntp_to_unix),
7029         (gst_rtcp_unix_to_ntp):
7030         * gst-libs/gst/rtp/gstrtcpbuffer.h:
7031         Fix parsing of RB blocks.
7032         Fix docs.
7033         Added helper functions to convert to/from UNIX and NTP time.
7034         API: gst_rtcp_ntp_to_unix()
7035         API: gst_rtcp_unix_to_ntp()
7036
7037         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data),
7038         (gst_rtp_buffer_get_header_len),
7039         (gst_rtp_buffer_get_extension_data),
7040         (gst_rtp_buffer_get_payload_subbuffer),
7041         (gst_rtp_buffer_get_payload_len), (gst_rtp_buffer_get_payload),
7042         (gst_rtp_buffer_ext_timestamp):
7043         * gst-libs/gst/rtp/gstrtpbuffer.h:
7044         Fix some more docs.
7045         Implement handling of packets with extensions.
7046         Fix padding check in _validate().
7047         Added function to get extension data.
7048         API: gst_rtp_buffer_get_header_len()
7049         API: gst_rtp_buffer_get_extension_data()
7050
7051 2007-09-03  Wim Taymans  <wim.taymans@gmail.com>
7052
7053         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7054         (gst_base_rtp_depayload_class_init),
7055         (gst_base_rtp_depayload_set_gst_timestamp):
7056         Add some more docs for the queue-delay property and fix a typo in a
7057         comment.
7058
7059         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
7060         Fix typo.
7061
7062 2007-09-03  Wim Taymans  <wim.taymans@gmail.com>
7063
7064         * gst-libs/gst/audio/gstbaseaudiosink.c:
7065         (gst_base_audio_sink_skew_slaving), (gst_base_audio_sink_render),
7066         (gst_base_audio_sink_change_state):
7067         When skew slaving, try to hover around the middle of a segment so that
7068         we at most drift by half a segment.
7069         If we are aligning in the oposite direction of the clock skew, we don't
7070         have to resync.
7071
7072 2007-08-31  Wim Taymans  <wim.taymans@gmail.com>
7073
7074         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7075         (gst_base_rtp_depayload_setcaps),
7076         (gst_base_rtp_depayload_set_gst_timestamp):
7077         Be less silly with the segment start, just apply the clock-base to the
7078         timestamp.
7079
7080 2007-08-31  Wim Taymans  <wim.taymans@gmail.com>
7081
7082         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7083         (gst_base_rtp_depayload_class_init),
7084         (gst_base_rtp_depayload_finalize),
7085         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
7086         (gst_base_rtp_depayload_handle_sink_event),
7087         (gst_base_rtp_depayload_set_gst_timestamp),
7088         (gst_base_rtp_depayload_change_state):
7089         * gst-libs/gst/rtp/gstbasertpdepayload.h:
7090         Deprecate the queue handling thread thing and remove the code.
7091         Use new method to calculate the extended timestamp.
7092
7093 2007-08-31  Wim Taymans  <wim.taymans@gmail.com>
7094
7095         * gst-libs/gst/rtp/gstrtcpbuffer.c:
7096         (gst_rtcp_packet_sdes_copy_entry):
7097         Use g_strndup which does exactly what we want.
7098
7099         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_compare_seqnum),
7100         (gst_rtp_buffer_ext_timestamp):
7101         * gst-libs/gst/rtp/gstrtpbuffer.h:
7102         Add helper function to compare seqnums.
7103         Add helper function to calculate extended timestamps.
7104         API: gst_rtp_buffer_compare_seqnum()
7105         API: gst_rtp_buffer_ext_timestamp()
7106
7107 2007-08-30  Wim Taymans  <wim.taymans@gmail.com>
7108
7109         * gst-libs/gst/rtp/gstrtcpbuffer.c:
7110         (gst_rtcp_packet_sdes_get_entry),
7111         (gst_rtcp_packet_sdes_copy_entry):
7112         * gst-libs/gst/rtp/gstrtcpbuffer.h:
7113         Fix and document SDES item data function.
7114         Add new function that makes a proper copy of SDES item data.
7115         API: gst_rtcp_packet_sdes_copy_entry()
7116
7117 2007-08-30  Stefan Kost  <ensonic@users.sf.net>
7118
7119         * configure.ac:
7120         * gst/Makefile.am:
7121           The tcp and subparse plugins are under gst, but not totaly free of
7122           dependencies. Handle selection inconfigure.ac, so that they show up
7123           on the final list of what is build and what is not. Maybe they should
7124           better be moved to ext.
7125
7126 2007-08-30  Stefan Kost  <ensonic@users.sf.net>
7127
7128         Patch by: Daniel Díaz  <yosoy@danieldiaz.org>
7129
7130         * configure.ac:
7131         * gst/Makefile.am:
7132           Check if libxml provides HTML parser which subparse needs.
7133           Fixes #451970.
7134
7135 2007-08-29  Tim-Philipp Müller  <tim at centricular dot net>
7136
7137         * ext/alsa/gstalsa.c:
7138           Fix typo and compilation on big endian systems.
7139
7140 2007-08-29  Tim-Philipp Müller  <tim at centricular dot net>
7141
7142         * gst/subparse/gstssaparse.c:
7143           Convert SSA newline codes into actual newline characters (#470766).
7144
7145 2007-08-28  Tim-Philipp Müller  <tim at centricular dot net>
7146
7147         * docs/libs/gst-plugins-base-libs-sections.txt:
7148         * gst-libs/gst/pbutils/install-plugins.c:
7149         * gst-libs/gst/pbutils/install-plugins.h:
7150         * tests/check/libs/pbutils.c:
7151           API: also add gst_install_plugins_supported() while we're at it
7152           (see #470456).
7153
7154 2007-08-28  Tim-Philipp Müller  <tim at centricular dot net>
7155
7156         * docs/libs/gst-plugins-base-libs-sections.txt:
7157         * gst-libs/gst/pbutils/missing-plugins.c:
7158         * gst-libs/gst/pbutils/missing-plugins.h:
7159         * tests/check/libs/pbutils.c:
7160           API: add gst_missing_*_installer_detail_new() convenience API so
7161           that applications that know exactly what they're missing can request
7162           installer detail strings for those items directly instead of having
7163           to first create a dummy missing-plugin message and then get the
7164           installer detail string from that.  Fixes #470456.
7165
7166 2007-08-27  Jan Schmidt  <thaytan@mad.scientist.com>
7167
7168         * gst/playback/gstdecodebin.c: (close_pad_link):
7169         We need to set up delayed-linking whenever the caps are non-fixed,
7170         not just when there are multiple types - use gst_pad_is_fixed()
7171         to test.
7172
7173 2007-08-26  Tim-Philipp Müller  <tim at centricular dot net>
7174
7175         * gst-libs/gst/pbutils/missing-plugins.c:
7176           (gst_missing_plugin_message_get_installer_detail):
7177           Add missing separator in PID fallback case.
7178
7179 2007-08-24  Jan Schmidt  <thaytan@mad.scientist.com>
7180
7181         * ext/alsa/Makefile.am:
7182         There is no GST_PLUGINS_BASE_LIBS defined.
7183         
7184         * ext/alsa/gstalsa.c:
7185         * ext/alsa/gstalsasink.c: (gst_alsasink_delay):
7186         * ext/alsa/gstalsasrc.c: (gst_alsasrc_delay):
7187         Add support for ALSA 24-bit formats.
7188         snd_pcm_delay can return an error code, especially
7189         during XRUNS. In that case, the best we can do is assume
7190         delay = 0.
7191
7192         * gst/audioconvert/Makefile.am:
7193         Add flags from -base before any more-remote dependencies.
7194
7195 2007-08-23  Sebastian Dröge  <slomo@circular-chaos.org>
7196
7197         Based on a patch by: Davyd Madeley <davyd at madeley dot id dot au>
7198
7199         * gst/volume/gstvolume.c: (volume_choose_func),
7200         (volume_update_real_volume), (gst_volume_set_volume),
7201         (gst_volume_init), (volume_process_int32),
7202         (volume_process_int32_clamp), (volume_process_int24),
7203         (volume_process_int24_clamp), (volume_process_int16),
7204         (volume_process_int16_clamp), (volume_process_int8),
7205         (volume_process_int8_clamp), (volume_update_volume), (plugin_init):
7206         * gst/volume/gstvolume.h:
7207         Add support for int32, int24 and int8 to the volume element.
7208         Fixes #445529.
7209
7210 2007-08-23  Tim-Philipp Müller  <tim at centricular dot net>
7211
7212         * tests/examples/Makefile.am:
7213           Fix even more.
7214
7215 2007-08-23  Stefan Kost  <ensonic@users.sf.net>
7216
7217         * configure.ac:
7218         * docs/libs/Makefile.am:
7219         * docs/libs/gst-plugins-base-libs-docs.sgml:
7220         * docs/libs/gst-plugins-base-libs-sections.txt:
7221         * ext/gnomevfs/gstgnomevfssrc.c:
7222         * ext/gnomevfs/gstgnomevfssrc.h:
7223         * gst-libs/gst/Makefile.am:
7224         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
7225         * pkgconfig/gstreamer-plugins-base.pc.in:
7226         * sys/v4l/v4lsrc_calls.c:
7227         * tests/examples/Makefile.am:
7228         * win32/common/config.h:
7229           Revert unwanted commit. many thanks to moap. I want a fix for 
7230           https://thomas.apestaart.org/moap/trac/ticket/239
7231
7232 2007-08-23  Stefan Kost  <ensonic@users.sf.net>
7233
7234         * gst/volume/gstvolume.c:
7235           Move passthrough below gst_object_sync_values(). Fixes #442654.
7236
7237 2007-08-22  Wim Taymans  <wim.taymans@gmail.com>
7238
7239         * gst-libs/gst/audio/audio.c:
7240         Clarify the docs a little.
7241
7242 2007-08-22  Stefan Kost  <ensonic@users.sf.net>
7243
7244         * gst/volume/gstvolume.c:
7245           Enable liboil for float and add more details about problems with
7246           int16.
7247
7248 2007-08-21  Wim Taymans  <wim.taymans@gmail.com>
7249
7250         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
7251         Fix RGB24 masks as spotted by _ke (Daniel G. Siegel) on IRC.
7252
7253 2007-08-21  Wim Taymans  <wim.taymans@gmail.com>
7254
7255         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward):
7256         When calculating the first timestamp of the buffers, don't go below 0
7257         and clip the samples because the offset was on the eos page.
7258         Fixes #466717.
7259
7260 2007-08-21  Wim Taymans  <wim.taymans@gmail.com>
7261
7262         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain),
7263         (gst_ogg_demux_collect_chain_info):
7264         Also submit the eos page when trying to find the first timestamp.
7265         See #466717.
7266
7267 2007-08-17  Sebastian Dröge  <slomo@circular-chaos.org>
7268
7269         * gst-libs/gst/audio/audio.h:
7270         Use gst_util_uint64_scale() instead of doing the math
7271         with double for GST_FRAMES_TO_CLOCK_TIME() and
7272         GST_CLOCK_TIME_TO_FRAMES(). For large timestamps this
7273         prevents rounding errors. Fixes #467667.
7274
7275 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
7276
7277         * gst-libs/gst/rtsp/gstrtspconnection.c:
7278         (gst_rtsp_connection_connect), (gst_rtsp_connection_write),
7279         (gst_rtsp_connection_read), (gst_rtsp_connection_poll):
7280         * gst-libs/gst/rtsp/gstrtspconnection.h:
7281         Small cleanups.
7282         On shutdown, don't read the control socket yet.
7283         Set timeout value correctly in all cases.
7284         Add function to check if the server accepts reads or writes.
7285         API: gst_rtsp_connection_poll()
7286
7287         * gst-libs/gst/rtsp/gstrtspdefs.h:
7288         Fix compilation with -pedantic.
7289         Add enum for _poll.
7290
7291 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
7292
7293         Patch by: Olivier Crete  <tester at tester ca>
7294
7295         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
7296         (gst_basertppayload_getcaps):
7297         * gst-libs/gst/rtp/gstbasertppayload.h:
7298         Add getcaps vfunc to basertppayload. See #465146.
7299
7300 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
7301
7302         * gst/playback/gstplaybasebin.c: (queue_threshold_reached):
7303         Only post buffering messages when we are a stream.
7304
7305 2007-08-15  Tim-Philipp Müller  <tim at centricular dot net>
7306
7307         * gst-libs/gst/pbutils/install-plugins.c:
7308         * gst-libs/gst/pbutils/missing-plugins.c:
7309           Small docs fix and addition.
7310
7311 2007-08-13  Tim-Philipp Müller  <tim at centricular dot net>
7312
7313         * tests/icles/.cvsignore:
7314         * tests/icles/Makefile.am:
7315         * tests/icles/test-textoverlay.c:
7316           Add a dumb little test for textoverlay alignments.
7317
7318 2007-08-13  Tim-Philipp Müller  <tim at centricular dot net>
7319
7320         Patch by: Dan Williams  <dcbw redhat com>
7321
7322         * ext/pango/gsttextoverlay.c:
7323         * ext/pango/gsttextoverlay.h:
7324           API: add "line-alignment" property (#459334). Add gtk-doc blurb for
7325           "silent" property so there's a Since tag in the API reference.
7326
7327 2007-08-12  Wim Taymans  <wim.taymans@gmail.com>
7328
7329         * gst-libs/gst/rtp/gstbasertppayload.c:
7330         (gst_basertppayload_set_outcaps):
7331         * gst-libs/gst/rtp/gstbasertppayload.h:
7332         Improve caps negotiation so that downstream elements can confiure
7333         certain RTP properties by fixing them on the caps. See #465146.
7334         Add docs.
7335
7336 2007-08-11  Tim-Philipp Müller  <tim at centricular dot net>
7337
7338         * docs/libs/gst-plugins-base-libs-sections.txt:
7339         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7340         * gst-libs/gst/rtp/gstbasertpdepayload.h:
7341           Mark as deprecated some macros which were presumably meant to be
7342           private API and accidentally exposed in the public header file.
7343           Also actually _init() lock (only works at the moment because the
7344           struct is zeroed out when created and the initial values in the
7345           mutex struct are zeroes too). (#459585)
7346
7347 2007-08-10  Stefan Kost  <ensonic@users.sf.net>
7348
7349         * docs/libs/Makefile.am:
7350           Remove cruft and do some cleanups.
7351
7352         * docs/libs/gst-plugins-base-libs-docs.sgml:
7353           Prepare for comming gtkdoc features (rebase against online docs).
7354
7355 2007-08-10  Michael Smith <msmith@fluendo.com>
7356
7357         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
7358           Debug output fixes.
7359         * tests/check/elements/audiorate.c: (do_perfect_stream_test),
7360         (GST_START_TEST):
7361           Change the number of buffers used; 500 is too many and leads to
7362           timeouts.
7363
7364 2007-08-10  Tim-Philipp Müller  <tim at centricular dot net>
7365
7366         * gst/playback/gstqueue2.c:
7367         * gst/videorate/gstvideorate.c:
7368           Printf format fixes (#465028).
7369
7370 2007-08-09  Michael Smith <msmith@fluendo.com>
7371
7372         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
7373           If we have a large (> 1 second) discontinuity, push a series of
7374           smaller buffers rather than a single very large buffer. Avoids
7375           unreasonably large single buffer allocations when encountering a
7376           large gap.
7377         * tests/check/elements/audiorate.c: (GST_START_TEST),
7378         (audiorate_suite):
7379           Add a test for this.
7380
7381 2007-08-09  Jan Schmidt  <thaytan@mad.scientist.com>
7382
7383         * gst/playback/gstplaybasebin.c: (group_commit),
7384         (queue_remove_probe), (queue_threshold_reached):
7385
7386         Patch by: Josep Torra Valles <josep@fluendo.com>
7387         Fixes: #465015
7388         Make sure we remove the check_queues buffer probe from the 
7389         correct queue to avoid racily going back to "buffering 99%" when
7390         buffering is actually complete.
7391
7392         Also, fix the spelling of Josep's surname in the ChangeLog.
7393
7394 2007-08-09  Stefan Kost  <ensonic@users.sf.net>
7395
7396         * ext/ogg/gstoggmux.c:
7397           Do not leak oggmux instance.
7398         
7399         * ext/vorbis/vorbisenc.c:
7400           Also log values.
7401
7402 2007-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
7403
7404         * po/hu.po:
7405         * po/it.po:
7406         * po/nl.po:
7407         * po/uk.po:
7408         * po/vi.po:
7409           Updated translations.
7410
7411 2007-08-08  Stefan Kost  <ensonic@users.sf.net>
7412
7413         patch by: Yang Hong <hongyang@redflag-linux.com>
7414
7415         * ext/pango/gsttextoverlay.c:
7416         * ext/pango/gsttextoverlay.h:
7417           Add 'silent' property to GstTimeOverlay. Fixes #462979
7418
7419 2007-08-08  Wim Taymans  <wim.taymans@gmail.com>
7420
7421         Patch by: Josep Torra Valles <josep@fluendo.com>
7422
7423         * docs/plugins/gst-plugins-base-plugins.args:
7424         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init),
7425         (gst_uri_decode_bin_init), (gst_uri_decode_bin_set_property),
7426         (gst_uri_decode_bin_get_property), (gen_source_element):
7427         Add connection-speed property. Fixes #464690.
7428
7429 2007-08-07  Wim Taymans  <wim.taymans@gmail.com>
7430
7431         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
7432
7433         * configure.ac:
7434         * gst-libs/gst/rtsp/Makefile.am:
7435         * gst-libs/gst/rtsp/gstrtspconnection.c:
7436         (gst_rtsp_connection_connect):
7437         Fix compilation on windows. Fixes #464320.
7438
7439 2007-08-07  Wim Taymans  <wim.taymans@gmail.com>
7440
7441         Patch by: Josep Torra Valles <josep@fluendo.com>
7442
7443         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
7444         (gst_play_base_bin_init), (queue_threshold_reached),
7445         (gen_source_element), (setup_substreams),
7446         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
7447         (gst_play_base_bin_get_streaminfo_value_array):
7448         * gst/playback/gstplaybasebin.h:
7449         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
7450         (gst_play_bin_set_property), (gst_play_bin_get_property),
7451         (gst_play_bin_handle_redirect_message):
7452         Move connection-speed property from playbin to playbasebin so that we
7453         can also configure it in source elements that have the connection-speed
7454         property. Fixes #464028.
7455         Add some debug info here and there.
7456
7457 2007-08-06  Sebastian Dröge  <slomo@circular-chaos.org>
7458
7459         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_query):
7460         Properly respond to conversion queries. Fixes #464079.
7461
7462 2007-08-03  Sebastian Dröge  <slomo@circular-chaos.org>
7463
7464         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_init),
7465         (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
7466         (gst_audio_test_src_init_sine_table),
7467         (gst_audio_test_src_change_wave), (gst_audio_test_src_create):
7468         * gst/audiotestsrc/gstaudiotestsrc.h:
7469         Add float/double and int32 support to audiotestsrc. Fixes #460422.
7470         Also set the default volume to the default value specified in the
7471         GParamSpec.
7472
7473 2007-08-03  Sebastian Dröge  <slomo@circular-chaos.org>
7474
7475         Patch by: Jens Granseuer <jensgr at gmx dot net>
7476
7477         * gst/audioconvert/gstaudioquantize.c:
7478         Fix C89 incompatibilities and spelling of explanations. Fixes #463215.
7479
7480 2007-08-03  Wim Taymans  <wim.taymans@gmail.com>
7481
7482         * gst-libs/gst/rtsp/gstrtsptransport.c: (gst_rtsp_transport_parse):
7483         Add rdt manager for rdt transport.
7484         Fix parsing of RDT transport.
7485
7486 2007-08-03  Jan Schmidt  <thaytan@mad.scientist.com>
7487
7488         * configure.ac:
7489         Back to CVS
7490
7491 === release 0.10.14 ===
7492
7493 2007-08-03  Jan Schmidt <thaytan@mad.scientist.com>
7494
7495         * configure.ac:
7496           releasing 0.10.14, "Light Years Ahead"
7497
7498 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
7499
7500         * tests/check/libs/audio.c: (GST_START_TEST):
7501         Fix the test to reflect the behaviour of gst_audio_clip_buffer.
7502
7503 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
7504
7505         * gst-libs/gst/audio/audio.c:
7506         When clipping a buffer with no timestamp, assume it is
7507         within the segment without warnings.
7508
7509         Fixes: #460978
7510
7511 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
7512
7513         * gst-libs/gst/rtsp/gstrtspextension.c: (gst_rtsp_extension_send):
7514         Fire the signal on the object, not the interface.
7515
7516 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
7517
7518         * gst-libs/gst/rtsp/.cvsignore:
7519         Ber. Don't include the full path, idiot.
7520
7521 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
7522
7523         * gst-libs/gst/rtsp/.cvsignore:
7524         Ignore generated files.
7525
7526 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
7527
7528         * gst-libs/gst/interfaces/Makefile.am:
7529         * gst-libs/gst/interfaces/interfaces-marshal.list:
7530         * gst-libs/gst/interfaces/rtspextension.c:
7531         * gst-libs/gst/interfaces/rtspextension.h:
7532         * gst-libs/gst/rtsp/Makefile.am:
7533         * gst-libs/gst/rtsp/gstrtsp.h:
7534         * gst-libs/gst/rtsp/gstrtspextension.c:
7535         (gst_rtsp_extension_get_type), (gst_rtsp_extension_iface_init),
7536         (gst_rtsp_extension_detect_server),
7537         (gst_rtsp_extension_before_send), (gst_rtsp_extension_after_send),
7538         (gst_rtsp_extension_parse_sdp), (gst_rtsp_extension_setup_media),
7539         (gst_rtsp_extension_configure_stream),
7540         (gst_rtsp_extension_get_transports),
7541         (gst_rtsp_extension_stream_select), (gst_rtsp_extension_send):
7542         * gst-libs/gst/rtsp/gstrtspextension.h:
7543         * gst-libs/gst/rtsp/rtsp-marshal.list:
7544         Move the rtspextension.h interface into gstrtspextension.h
7545         as part of libgstrtsp instead of libgstinterfaces, because it's
7546         only for use within plugins, not applications. 
7547         Add stuff to do the enum & marshal generation needed in libgstrtsp now.
7548         Use the GST_TYPE_RTSP_RESULT enum type for the return value of the 
7549         signal that the GstRTSPExtension interface emits, since G_TYPE_ENUM
7550         is abstract.
7551
7552 2007-07-26  Wim Taymans  <wim.taymans@gmail.com>
7553
7554         * gst-libs/gst/interfaces/Makefile.am:
7555         * gst-libs/gst/interfaces/interfaces-marshal.list:
7556         * gst-libs/gst/interfaces/rtspextension.c:
7557         (gst_rtsp_extension_iface_init),
7558         (gst_rtsp_extension_stream_select), (gst_rtsp_extension_send):
7559         * gst-libs/gst/interfaces/rtspextension.h:
7560         Fix marshaller for the send signal.
7561         Add URL to stream selection interface method.
7562
7563 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
7564
7565         * gst-libs/gst/riff/Makefile.am:
7566         Pull in our dependencies from -base before those from outside.
7567
7568 2007-07-26  Wim Taymans  <wim.taymans@gmail.com>
7569
7570         * docs/libs/gst-plugins-base-libs-sections.txt:
7571         * gst-libs/gst/rtsp/gstrtspbase64.c: (gst_rtsp_base64_decode_ip):
7572         * gst-libs/gst/rtsp/gstrtspbase64.h:
7573         API: gst_rtsp_base64_decode_ip()
7574         Added function to decode Base64 in-place.
7575
7576 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
7577
7578         * tests/check/libs/.cvsignore:
7579         Ignore the mixer test binary.
7580
7581 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
7582
7583         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward):
7584         Gratuitous comment change to trigger a rebuild on the buildbots.
7585
7586 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
7587
7588         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_media_get_media),
7589         (gst_sdp_media_get_port), (gst_sdp_media_get_num_ports),
7590         (gst_sdp_media_get_proto), (gst_sdp_media_formats_len),
7591         (gst_sdp_media_get_format), (gst_sdp_media_get_information),
7592         (gst_sdp_media_connections_len), (gst_sdp_media_get_connection),
7593         (gst_sdp_media_bandwidths_len), (gst_sdp_media_get_badwidth),
7594         (gst_sdp_media_get_key), (gst_sdp_media_attributes_len),
7595         (gst_sdp_media_get_attribute), (gst_sdp_media_get_attribute_val_n),
7596         (gst_sdp_media_get_attribute_val):
7597         * gst-libs/gst/sdp/gstsdpmessage.h:
7598         Constify args where we can.
7599
7600 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
7601
7602         * gst-libs/gst/interfaces/Makefile.am:
7603         * gst-libs/gst/interfaces/rtspextension.c:
7604         (gst_rtsp_extension_get_type), (gst_rtsp_extension_iface_init),
7605         (gst_rtsp_extension_detect_server),
7606         (gst_rtsp_extension_before_send), (gst_rtsp_extension_after_send),
7607         (gst_rtsp_extension_parse_sdp), (gst_rtsp_extension_setup_media),
7608         (gst_rtsp_extension_configure_stream),
7609         (gst_rtsp_extension_get_transports),
7610         (gst_rtsp_extension_stream_select), (gst_rtsp_extension_send):
7611         * gst-libs/gst/interfaces/rtspextension.h:
7612         Move interface for RTSP extensions from -good to here.
7613         Added helper methods to invoke interface methods.
7614
7615 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
7616
7617         * docs/libs/gst-plugins-base-libs-sections.txt:
7618         * gst-libs/gst/rtsp/gstrtspdefs.h:
7619         * gst-libs/gst/rtsp/gstrtspmessage.c: (key_value_foreach),
7620         (gst_rtsp_message_get_type), (gst_rtsp_message_parse_request),
7621         (gst_rtsp_message_init_response),
7622         (gst_rtsp_message_parse_response), (gst_rtsp_message_new_data),
7623         (gst_rtsp_message_parse_data), (gst_rtsp_message_add_header),
7624         (gst_rtsp_message_remove_header), (gst_rtsp_message_get_header),
7625         (gst_rtsp_message_append_headers), (gst_rtsp_message_set_body),
7626         (gst_rtsp_message_get_body), (dump_key_value):
7627         * gst-libs/gst/rtsp/gstrtspmessage.h:
7628         * gst-libs/gst/rtsp/gstrtsprange.c: (parse_npt_time),
7629         (parse_npt_range), (parse_clock_range), (parse_smpte_range),
7630         (gst_rtsp_range_parse):
7631         * gst-libs/gst/rtsp/gstrtsprange.h:
7632         * gst-libs/gst/rtsp/gstrtsptransport.c:
7633         * gst-libs/gst/rtsp/gstrtspurl.c:
7634         Fix some more RTSP docs.
7635         Add some missing methods for dealing with messages.
7636
7637 2007-07-24  Wim Taymans  <wim.taymans@gmail.com>
7638
7639         * docs/libs/gst-plugins-base-libs-docs.sgml:
7640         * docs/libs/gst-plugins-base-libs-sections.txt:
7641         * gst-libs/gst/rtsp/gstrtspbase64.c: (gst_rtsp_base64_encode):
7642         * gst-libs/gst/rtsp/gstrtspbase64.h:
7643         * gst-libs/gst/rtsp/gstrtspconnection.c:
7644         (gst_rtsp_connection_connect), (add_auth_header),
7645         (gst_rtsp_connection_write), (gst_rtsp_connection_send),
7646         (read_body), (gst_rtsp_connection_receive),
7647         (gst_rtsp_connection_next_timeout),
7648         (gst_rtsp_connection_reset_timeout),
7649         (gst_rtsp_connection_set_auth):
7650         * gst-libs/gst/rtsp/gstrtspconnection.h:
7651         * gst-libs/gst/rtsp/gstrtspdefs.c: (rtsp_init_status):
7652         * gst-libs/gst/rtsp/gstrtspdefs.h:
7653         * gst-libs/gst/rtsp/gstrtspmessage.h:
7654         * gst-libs/gst/rtsp/gstrtsprange.c: (parse_npt_time),
7655         (parse_npt_range), (parse_clock_range), (parse_smpte_range),
7656         (gst_rtsp_range_parse):
7657         * gst-libs/gst/rtsp/gstrtspurl.h:
7658         Added beginnings of RTSP documentation.
7659
7660 2007-07-24  Wim Taymans  <wim.taymans@gmail.com>
7661
7662         * docs/libs/Makefile.am:
7663         * docs/libs/gst-plugins-base-libs-docs.sgml:
7664         * docs/libs/gst-plugins-base-libs-sections.txt:
7665         * gst-libs/gst/sdp/gstsdp.h:
7666         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_message_set_origin),
7667         (gst_sdp_message_set_connection), (gst_sdp_message_add_bandwidth),
7668         (gst_sdp_message_add_time), (gst_sdp_message_add_zone),
7669         (gst_sdp_message_set_key), (gst_sdp_message_get_attribute_val_n),
7670         (gst_sdp_message_get_attribute_val),
7671         (gst_sdp_message_add_attribute), (gst_sdp_media_new),
7672         (gst_sdp_media_init), (gst_sdp_media_uninit), (gst_sdp_media_free),
7673         (gst_sdp_media_get_media), (gst_sdp_media_set_media),
7674         (gst_sdp_media_get_port), (gst_sdp_media_get_num_ports),
7675         (gst_sdp_media_set_port_info), (gst_sdp_media_get_proto),
7676         (gst_sdp_media_set_proto), (gst_sdp_media_formats_len),
7677         (gst_sdp_media_get_format), (gst_sdp_media_add_format),
7678         (gst_sdp_media_get_information), (gst_sdp_media_set_information),
7679         (gst_sdp_media_connections_len), (gst_sdp_media_get_connection),
7680         (gst_sdp_media_add_connection), (gst_sdp_media_bandwidths_len),
7681         (gst_sdp_media_get_badwidth), (gst_sdp_media_add_bandwidth),
7682         (gst_sdp_media_set_key), (gst_sdp_media_get_key),
7683         (gst_sdp_media_attributes_len), (gst_sdp_media_add_attribute),
7684         (gst_sdp_media_get_attribute_val_n),
7685         (gst_sdp_media_get_attribute_val), (gst_sdp_message_parse_buffer),
7686         (print_media), (gst_sdp_message_dump):
7687         * gst-libs/gst/sdp/gstsdpmessage.h:
7688         Document the SDP library.
7689         Add some of the missing SDPMedia methods.
7690
7691 2007-07-24  Wim Taymans  <wim.taymans@gmail.com>
7692
7693         * configure.ac:
7694         * gst-libs/gst/Makefile.am:
7695         * gst-libs/gst/rtsp/Makefile.am:
7696         * gst-libs/gst/rtsp/gstrtspbase64.c: (gst_rtsp_base64_encode):
7697         * gst-libs/gst/rtsp/gstrtspbase64.h:
7698         * gst-libs/gst/rtsp/gstrtspconnection.c: (inet_aton),
7699         (gst_rtsp_connection_create), (gst_rtsp_connection_connect),
7700         (add_auth_header), (add_date_header), (gst_rtsp_connection_write),
7701         (gst_rtsp_connection_send), (read_line), (read_string), (read_key),
7702         (parse_response_status), (parse_request_line), (parse_line),
7703         (gst_rtsp_connection_read), (read_body),
7704         (gst_rtsp_connection_receive), (gst_rtsp_connection_close),
7705         (gst_rtsp_connection_free), (gst_rtsp_connection_next_timeout),
7706         (gst_rtsp_connection_reset_timeout), (gst_rtsp_connection_flush),
7707         (gst_rtsp_connection_set_auth):
7708         * gst-libs/gst/rtsp/gstrtspconnection.h:
7709         * gst-libs/gst/rtsp/gstrtspdefs.c: (rtsp_init_status),
7710         (gst_rtsp_strresult), (gst_rtsp_method_as_text),
7711         (gst_rtsp_version_as_text), (gst_rtsp_header_as_text),
7712         (gst_rtsp_status_as_text), (gst_rtsp_find_header_field),
7713         (gst_rtsp_find_method):
7714         * gst-libs/gst/rtsp/gstrtspdefs.h:
7715         * gst-libs/gst/rtsp/gstrtspmessage.c: (key_value_foreach),
7716         (gst_rtsp_message_new), (gst_rtsp_message_init),
7717         (gst_rtsp_message_new_request), (gst_rtsp_message_init_request),
7718         (gst_rtsp_message_new_response), (gst_rtsp_message_init_response),
7719         (gst_rtsp_message_init_data), (gst_rtsp_message_unset),
7720         (gst_rtsp_message_free), (gst_rtsp_message_add_header),
7721         (gst_rtsp_message_remove_header), (gst_rtsp_message_get_header),
7722         (gst_rtsp_message_append_headers), (gst_rtsp_message_set_body),
7723         (gst_rtsp_message_take_body), (gst_rtsp_message_get_body),
7724         (gst_rtsp_message_steal_body), (dump_mem), (dump_key_value),
7725         (gst_rtsp_message_dump):
7726         * gst-libs/gst/rtsp/gstrtspmessage.h:
7727         * gst-libs/gst/rtsp/gstrtsprange.c: (parse_npt_time),
7728         (parse_npt_range), (parse_clock_range), (parse_smpte_range),
7729         (gst_rtsp_range_parse), (gst_rtsp_range_free):
7730         * gst-libs/gst/rtsp/gstrtsprange.h:
7731         * gst-libs/gst/rtsp/gstrtsptransport.c: (gst_rtsp_transport_new),
7732         (gst_rtsp_transport_init), (gst_rtsp_transport_get_mime),
7733         (gst_rtsp_transport_get_manager), (parse_mode), (parse_range),
7734         (range_as_text), (rtsp_transport_mode_as_text),
7735         (rtsp_transport_profile_as_text), (rtsp_transport_ltrans_as_text),
7736         (gst_rtsp_transport_parse), (gst_rtsp_transport_as_text),
7737         (gst_rtsp_transport_free):
7738         * gst-libs/gst/rtsp/gstrtsptransport.h:
7739         * gst-libs/gst/rtsp/gstrtspurl.c: (gst_rtsp_url_parse),
7740         (gst_rtsp_url_free), (gst_rtsp_url_set_port),
7741         (gst_rtsp_url_get_port), (gst_rtsp_url_get_request_uri):
7742         * gst-libs/gst/rtsp/gstrtspurl.h:
7743         * gst-libs/gst/sdp/Makefile.am:
7744         * gst-libs/gst/sdp/gstsdp.h:
7745         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_origin_init),
7746         (gst_sdp_connection_init), (gst_sdp_bandwidth_init),
7747         (gst_sdp_time_init), (gst_sdp_zone_init), (gst_sdp_key_init),
7748         (gst_sdp_attribute_init), (gst_sdp_message_new),
7749         (gst_sdp_message_init), (gst_sdp_message_uninit),
7750         (gst_sdp_message_free), (gst_sdp_media_new), (gst_sdp_media_init),
7751         (gst_sdp_media_uninit), (gst_sdp_media_free),
7752         (gst_sdp_message_set_origin), (gst_sdp_message_get_origin),
7753         (gst_sdp_message_set_connection), (gst_sdp_message_get_connection),
7754         (gst_sdp_message_add_bandwidth), (gst_sdp_message_add_time),
7755         (gst_sdp_message_add_zone), (gst_sdp_message_set_key),
7756         (gst_sdp_message_get_key), (gst_sdp_message_get_attribute_val_n),
7757         (gst_sdp_message_get_attribute_val),
7758         (gst_sdp_message_add_attribute), (gst_sdp_message_add_media),
7759         (gst_sdp_media_add_attribute), (gst_sdp_media_add_bandwidth),
7760         (gst_sdp_media_add_format), (gst_sdp_media_get_attribute),
7761         (gst_sdp_media_get_attribute_val_n),
7762         (gst_sdp_media_get_attribute_val), (gst_sdp_media_get_format),
7763         (read_string), (read_string_del), (gst_sdp_parse_line),
7764         (gst_sdp_message_parse_buffer), (print_media),
7765         (gst_sdp_message_dump):
7766         * gst-libs/gst/sdp/gstsdpmessage.h:
7767         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
7768         Move SDP and RTSP from helper objects in -good to a reusable library.
7769         Use a proper gst_ namespace.
7770
7771 2007-07-23  Sebastian Dröge  <slomo@circular-chaos.org>
7772
7773         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward),
7774         (vorbis_dec_flush_decode):
7775         Use the new buffer clipping function from gstaudio here.
7776
7777 2007-07-23  Sebastian Dröge  <slomo@circular-chaos.org>
7778
7779         * docs/libs/gst-plugins-base-libs-sections.txt:
7780         * gst-libs/gst/audio/audio.c: (gst_audio_buffer_clip):
7781         * gst-libs/gst/audio/audio.h:
7782         * tests/check/libs/audio.c: (GST_START_TEST), (audio_suite):
7783         API: Add buffer clipping function for raw audio buffers. Fixes #456656.
7784         Also add deprecation guards for gst_audio_structure_set_int() to the
7785         header.
7786
7787 2007-07-23  Stefan Kost  <ensonic@users.sf.net>
7788
7789         * docs/libs/gst-plugins-base-libs-sections.txt:
7790           Cleanup the docs.
7791
7792 2007-07-23  Wim Taymans  <wim.taymans@gmail.com>
7793
7794         Patch by: Dan Williams <dcbw at redhat dot com>
7795
7796         * gst/playback/gstplaybasebin.c:
7797         (gst_play_base_bin_get_streaminfo_value_array):
7798         Don't return NULL when querying the stream info value array but instead
7799         return an empty array. Fixes #459204.
7800
7801 2007-07-23  Tim-Philipp Müller  <tim at centricular dot net>
7802
7803         * gst/playback/gsturidecodebin.c:
7804           Init debug category before using it.
7805
7806 2007-07-21  Jan Schmidt  <thaytan@noraisin.net>
7807
7808         * gst-libs/gst/interfaces/mixer.h:
7809         Add padding vars in place of the signal pointers
7810         when building with DISABLE_DEPRECATED so that the
7811         interface structure doesn't change size.
7812
7813 2007-07-20  Jan Schmidt  <thaytan@noraisin.net>
7814
7815         * docs/libs/gst-plugins-base-libs-sections.txt:
7816         * ext/alsa/gstalsamixer.c:
7817         * ext/alsa/gstalsamixer.h:
7818         * ext/alsa/gstalsamixerelement.c:
7819         * ext/alsa/gstalsamixertrack.c:
7820         * gst-libs/gst/interfaces/mixer.c:
7821         * gst-libs/gst/interfaces/mixer.h:
7822         * gst-libs/gst/interfaces/mixeroptions.c:
7823         * gst-libs/gst/interfaces/mixeroptions.h:
7824         * gst-libs/gst/interfaces/mixertrack.c:
7825         * gst-libs/gst/interfaces/mixertrack.h:
7826         * tests/check/Makefile.am:
7827         * tests/check/libs/mixer.c:
7828
7829         Patch By: Marc-Andre Lureau <marcandre.lureau@gmail.com>
7830         Fixes: #152864 
7831
7832         Add support for notifying mixer changes on the message bus, and
7833         implement it in alsamixer.
7834
7835         API: gst_mixer_get_mixer_flags
7836         API: gst_mixer_message_parse_mute_toggled
7837         API: gst_mixer_message_parse_record_toggled
7838         API: gst_mixer_message_parse_volume_changed
7839         API: gst_mixer_message_parse_option_changed
7840         API: GstMixerMessageType
7841         API: GstMixerFlags
7842
7843 2007-07-20  Michael Smith <msmith@fluendo.com>
7844
7845         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
7846         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_setcaps):
7847           xcontext->im_format is only for testing XShm support (as the header
7848           file comments document). Use xvimage->im_format for everything else.
7849           Avoids spurious warnings on buffer allocation before setcaps.
7850
7851 2007-07-20  Stefan Kost  <ensonic@users.sf.net>
7852
7853         * tests/examples/volume/Makefile.am:
7854         * tests/icles/Makefile.am:
7855           We should use $(LIBM).
7856
7857 2007-07-20  Stefan Kost  <ensonic@users.sf.net>
7858
7859         * tests/icles/Makefile.am:
7860           This needs -lm.
7861
7862 2007-07-16  Wim Taymans  <wim.taymans@gmail.com>
7863
7864         * gst-libs/gst/rtp/gstbasertppayload.c:
7865         (gst_basertppayload_class_init), (gst_basertppayload_init),
7866         (gst_basertppayload_set_property),
7867         (gst_basertppayload_get_property):
7868         Don't break ABI, restore previous ranges. Keep the default random
7869         selection of timestamp and seqnum offset but as soon as the app sets a
7870         specific value, use that one.
7871
7872 2007-07-14  Wim Taymans  <wim.taymans@gmail.com>
7873
7874         Patch by: Bastien Nocera <hadess at hadess dot net>
7875
7876         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
7877         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
7878         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
7879         * sys/xvimage/xvimagesink.h:
7880         Add option to turn off double-buffering for debugging purposes.
7881         Fixes #437169.
7882
7883 2007-07-14  Wim Taymans  <wim.taymans@gmail.com>
7884
7885         Patch by: Jorn Baayen <jorn at openedhand dot com>
7886
7887         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
7888         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
7889         (gst_ximagesink_init), (gst_ximagesink_class_init):
7890         * sys/ximage/ximagesink.h:
7891         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents),
7892         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
7893         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
7894         * sys/xvimage/xvimagesink.h:
7895         add 'handle-expose' property. Useful for video widgets which may want to
7896         be in control of Expose behaviour. Fixes #380625
7897
7898 2007-07-14  Wim Taymans  <wim.taymans@gmail.com>
7899
7900         * gst-libs/gst/rtp/gstbasertppayload.c:
7901         (gst_basertppayload_class_init), (gst_basertppayload_init),
7902         (gst_basertppayload_event), (gst_basertppayload_push),
7903         (gst_basertppayload_set_property),
7904         (gst_basertppayload_get_property),
7905         (gst_basertppayload_change_state):
7906         * gst-libs/gst/rtp/gstbasertppayload.h:
7907         Fix ranges of rtp payloader properties so that the full range can be
7908         used in addition to -1 (random).
7909         Fix wrong seqnum reporting in caps.
7910         Fixes #420326.
7911
7912 2007-07-13  Wim Taymans  <wim.taymans@gmail.com>
7913
7914         * gst/videorate/gstvideorate.c: (gst_video_rate_init),
7915         (gst_video_rate_query):
7916         Use boilerplate.
7917         Add latency query, might not be perfect yet but already works a lot
7918         better. Fixes #442557.
7919
7920 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
7921
7922         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
7923         (gst_xvimagesink_setcaps):
7924         * sys/xvimage/xvimagesink.h:
7925         After a caps change, redraw our borders to avoid garbage left there
7926         when the image format changes to a smaller size, like 16:9 -> 4:3
7927         Also, hold the flow_lock a bit longer in the set_caps while we're
7928         fiddling with the xcontext.
7929
7930 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
7931
7932         * Makefile.am:
7933         * configure.ac:
7934         * tests/Makefile.am:
7935         Remove bogus check for libcheck, since we check for
7936         gstreamer-check and it pulls in the required info from there, and we
7937         weren't actually _using_ the information for libcheck ourselves
7938         anyway.
7939
7940 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
7941
7942         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
7943         (gst_ffmpeg_caps_to_pixfmt):
7944         Fix the r_mask test for RGBA32 on little-endian.
7945         Fix a stupid typo that would have obviously broken 
7946         compilation on big-endian, if anyone was testing.
7947
7948 2007-07-12  Wim Taymans  <wim.taymans@gmail.com>
7949
7950         * gst/videotestsrc/videotestsrc.c: (paint_hline_AYUV),
7951         (paint_hline_str4):
7952         * gst/videotestsrc/videotestsrc.h:
7953         Add alpha to the color struct.
7954         Use a default alpha value of 255 instead of 128.
7955
7956 2007-07-12  Wim Taymans  <wim.taymans@gmail.com>
7957
7958         * gst/playback/gstplaybasebin.c: (no_more_pads_full),
7959         (setup_source):
7960         Clear the dynamic pads counter when starting a new uri. This makes
7961         reusing playbin work again.
7962         Fixes #454264.
7963
7964 2007-07-12  Stefan Kost  <ensonic@users.sf.net>
7965
7966         * configure.ac:
7967           Use pkg-config to locate check.
7968
7969 2007-07-12  Tim-Philipp Müller  <tim at centricular dot net>
7970
7971         * configure.ac:
7972         * tests/check/elements/volume.c: (GST_START_TEST):
7973           Fix 'make check' build against core CVS.
7974
7975 2007-07-10  Stefan Kost  <ensonic@users.sf.net>
7976
7977         * gst-libs/gst/interfaces/propertyprobe.c:
7978         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
7979         * gst-libs/gst/tag/gstvorbistag.c:
7980           Make gtk-doc happy.
7981
7982 2007-07-08  Tim-Philipp Müller  <tim at centricular dot net>
7983
7984         * gst-libs/gst/audio/gstbaseaudiosink.c:
7985         (gst_base_audio_sink_callback):
7986           Quick hack to make audiosinks stop at EOS when operating in
7987           pull-mode; needs to be fixed properly some day.
7988
7989 2007-07-06  Stefan Kost  <ensonic@users.sf.net>
7990
7991         * docs/libs/gst-plugins-base-libs-sections.txt:
7992           Fix location of includes in the docs.
7993
7994 2007-07-06  Jan Schmidt  <thaytan@mad.scientist.com>
7995
7996         * gst/ffmpegcolorspace/avcodec.h:
7997         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
7998         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
7999         (gst_ffmpegcsp_avpicture_fill):
8000         * gst/ffmpegcolorspace/imgconvert.c: (img_convert),
8001         (img_get_alpha_info):
8002         Add 2 new pixel formats - ABGR32 and ARGB32, which are reflections
8003         of the existing BGRA32 and RGBA32 formats with the alpha at the other
8004         end of the word. Partially fixes #451908
8005
8006 2007-07-05  Stefan Kost  <ensonic@users.sf.net>
8007
8008         * docs/libs/Makefile.am:
8009         * docs/plugins/Makefile.am:
8010           Simplify --extra-dir as gtkdoc scans recursively.
8011
8012 2007-07-03  Wim Taymans  <wim.taymans@gmail.com>
8013
8014         * gst/adder/gstadder.c: (gst_adder_sink_getcaps),
8015         (gst_adder_request_new_pad):
8016         Make getcaps more robust by not using the proxycaps function. This makes
8017         sure that we don't end up recursively calling getcaps upstream.
8018         See #316248.
8019
8020 2007-06-29  Wim Taymans  <wim.taymans@gmail.com>
8021
8022         * gst/audioconvert/audioconvert.c:
8023         Include math.h to fix compilation.
8024
8025 2007-06-29  Jan Schmidt  <thaytan@mad.scientist.com>
8026
8027         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
8028         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
8029         Add a mapping for YUV format "IYU1", which is a 4:1:1 packed pixel
8030         format, as produced by some dc1394 cameras like the iSight.
8031         See http://www.fourcc.org/yuv.php#IYU1
8032
8033 2007-06-28  Sebastian Dröge  <slomo@circular-chaos.org>
8034
8035         * gst/audioconvert/Makefile.am:
8036         * gst/audioconvert/audioconvert.c: (audio_convert_get_func_index),
8037         (check_default), (audio_convert_prepare_context),
8038         (audio_convert_clean_context), (audio_convert_convert):
8039         * gst/audioconvert/audioconvert.h:
8040         * gst/audioconvert/gstaudioconvert.c:
8041         (gst_audio_convert_dithering_get_type),
8042         (gst_audio_convert_ns_get_type), (gst_audio_convert_class_init),
8043         (gst_audio_convert_init), (gst_audio_convert_set_caps),
8044         (gst_audio_convert_set_property), (gst_audio_convert_get_property):
8045         * gst/audioconvert/gstaudioconvert.h:
8046         * gst/audioconvert/gstaudioquantize.c:
8047         (gst_audio_quantize_setup_noise_shaping),
8048         (gst_audio_quantize_free_noise_shaping),
8049         (gst_audio_quantize_setup_dither),
8050         (gst_audio_quantize_free_dither),
8051         (gst_audio_quantize_setup_quantize_func),
8052         (gst_audio_quantize_setup), (gst_audio_quantize_free):
8053         * gst/audioconvert/gstaudioquantize.h:
8054         Implement dithering and noise shaping in audioconvert. By default now
8055         TPDF dithering (and no noise shaping) will be used when converting
8056         from a higher bit depth to 20 bit depth or smaller, otherwise
8057         everything will be as it is now.
8058         For the last audioconvert in a pipeline it would make sense to
8059         use some kind of noise shaping, enabling it by default for all
8060         conversions would give undesired results though. Fixes #360246.
8061         * tests/check/elements/audioconvert.c: (setup_audioconvert),
8062         (GST_START_TEST):
8063         Adjust unit test for the new audioconvert.
8064
8065 2007-06-28  Wim Taymans  <wim@fluendo.com>
8066
8067         * gst/playback/gstqueue2.c: (apply_segment), (update_buffering):
8068         Use other metrics as well when estimating the buffer level.
8069
8070 2007-06-28  Wim Taymans  <wim@fluendo.com>
8071
8072         * gst/playback/gstplaybasebin.c: (make_decoder), (setup_source):
8073         Small debug improvement.
8074
8075         * gst/playback/gstqueue2.c: (apply_segment), (update_buffering),
8076         (plugin_init):
8077         Tweak the rate estimation period.
8078         When calculating the buffer filledness in rate estimation mode, don't
8079         mix it with other metrics.
8080
8081 2007-06-28  Wim Taymans  <wim@fluendo.com>
8082
8083         * gst/playback/gstdecodebin2.c: (gst_decode_group_new),
8084         (gst_decode_group_expose), (gst_decode_group_free), (add_fakesink):
8085         When creating the groups, allow for a 5 second, unlimited buffers
8086         preroll phase after which we expose the group.
8087         When the group is exposed, use a small number of buffers up to a 2
8088         second limit. Also disconnect the overrun signal from multiqueue when we
8089         exposed the group because it is not needed anymore.
8090
8091 2007-06-27  Tim-Philipp Müller  <tim at centricular dot net>
8092
8093         * gst-libs/gst/tag/tags.c: (gst_tag_freeform_string_to_utf8):
8094           Don't pass trailing zeroes in fixed-size string arrays in ID3v1 tags
8095           to utf8-validate; fixes recognition of ID3v1 tags in UTF-8 encoding
8096           (#451707); also, output some debugging info when dealing with
8097           freeform strings.
8098
8099         * tests/check/libs/tag.c: (GST_START_TEST), (tag_suite):
8100           Add unit test for the above.
8101
8102 2007-06-27  Tim-Philipp Müller  <tim at centricular dot net>
8103
8104         * gst-libs/gst/pbutils/descriptions.c: (caps_are_rtp_caps):
8105           Add description for Windows Media RTP caps.
8106
8107         * gst-libs/gst/pbutils/missing-plugins.c: (copy_and_clean_caps):
8108           Remove RTP fields that don't define the format from caps.
8109
8110 2007-06-27  Tim-Philipp Müller  <tim at centricular dot net>
8111
8112         * ext/vorbis/vorbisdec.c: (vorbis_dec_decode_buffer):
8113           Skip empty buffers, but not empty header buffers. That way the original
8114           vorbisdec unit test still passes (#451145); also, take into account
8115           that those empty packets might carry a granulepos.
8116
8117         * tests/check/Makefile.am:
8118         * tests/check/elements/vorbisdec.c:
8119         (_create_codebook_header_buffer), (_create_audio_buffer),
8120         (GST_START_TEST), (vorbisdec_suite):
8121           Add unit test that sends an empty packet.
8122
8123 2007-06-27  Wim Taymans  <wim@fluendo.com>
8124
8125         * ext/vorbis/vorbisdec.c: (vorbis_dec_decode_buffer):
8126         Don't error out on 0-sized packets, just emit a warning because this is
8127         not a fatal error. Fixes #451145.
8128
8129 2007-06-25  Stefan Kost  <ensonic@users.sf.net>
8130
8131         * docs/plugins/gst-plugins-base-plugins.args:
8132         * docs/plugins/gst-plugins-base-plugins.signals:
8133         * docs/plugins/inspect/plugin-adder.xml:
8134         * docs/plugins/inspect/plugin-alsa.xml:
8135         * docs/plugins/inspect/plugin-audioconvert.xml:
8136         * docs/plugins/inspect/plugin-audiorate.xml:
8137         * docs/plugins/inspect/plugin-audioresample.xml:
8138         * docs/plugins/inspect/plugin-audiotestsrc.xml:
8139         * docs/plugins/inspect/plugin-cdparanoia.xml:
8140         * docs/plugins/inspect/plugin-decodebin.xml:
8141         * docs/plugins/inspect/plugin-decodebin2.xml:
8142         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
8143         * docs/plugins/inspect/plugin-gdp.xml:
8144         * docs/plugins/inspect/plugin-gnomevfs.xml:
8145         * docs/plugins/inspect/plugin-libvisual.xml:
8146         * docs/plugins/inspect/plugin-ogg.xml:
8147         * docs/plugins/inspect/plugin-pango.xml:
8148         * docs/plugins/inspect/plugin-playbin.xml:
8149         * docs/plugins/inspect/plugin-subparse.xml:
8150         * docs/plugins/inspect/plugin-tcp.xml:
8151         * docs/plugins/inspect/plugin-theora.xml:
8152         * docs/plugins/inspect/plugin-typefindfunctions.xml:
8153         * docs/plugins/inspect/plugin-video4linux.xml:
8154         * docs/plugins/inspect/plugin-videorate.xml:
8155         * docs/plugins/inspect/plugin-videoscale.xml:
8156         * docs/plugins/inspect/plugin-videotestsrc.xml:
8157         * docs/plugins/inspect/plugin-volume.xml:
8158         * docs/plugins/inspect/plugin-vorbis.xml:
8159         * docs/plugins/inspect/plugin-ximagesink.xml:
8160         * docs/plugins/inspect/plugin-xvimagesink.xml:
8161           Update docs with caps info.
8162
8163 2007-06-25  Tim-Philipp Müller  <tim at centricular dot net>
8164
8165         * po/POTFILES.in:
8166           Add more files with translatable strings (#450875).
8167
8168 2007-06-23  Edward Hervey  <edward@fluendo.com>
8169
8170         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_find_chains):
8171         The chain should be freed if we error out here, else it will leak.
8172         * gst/playback/gstdecodebin.c: (disconnect_unlinked_signals),
8173         (cleanup_decodebin):
8174         Don't forget to *properly* remove the signals, else it will leak.
8175
8176 2007-06-22  Jan Schmidt  <thaytan@noraisin.net>
8177
8178         * MAINTAINERS:
8179         Updating all the maintainers files
8180
8181 2007-06-21  Stefan Kost  <ensonic@users.sf.net>
8182
8183         * tests/examples/seek/seek.c: (update_scale), (play_cb), (stop_cb),
8184         (main):
8185           Destroy and recreate parse-launch based pipeline after stop to be able
8186           to play again. Reorder some code and add more comments.
8187
8188 2007-06-20  Jan Schmidt  <thaytan@mad.scientist.com>
8189
8190         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
8191         When handling a delayed-caps notification case, mark
8192         the group as dynamic so that the nbdynamic count is
8193         incremented and decremented correctly. Fixes: #449156
8194         Patch by: Wim Taymans <wim@fluendo.com>
8195
8196 2007-06-19  Andy Wingo  <wingo@pobox.com>
8197
8198         * gst-libs/gst/audio/gstbaseaudiosink.c
8199         (gst_base_audio_sink_init): Enable pull-mode operation.
8200
8201 2007-06-19  Michael Smith <msmith@fluendo.com>
8202
8203         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8204           Change minimum rate back to 1000 to allow low-sample-rate wav files
8205           to play back.
8206
8207 2007-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
8208
8209         * po/vi.po:
8210           Update translations.
8211
8212 2007-06-15  David Schleef  <ds@schleef.org>
8213
8214         * gst/playback/gstqueue2.c:
8215           Fix compile error from ignored return value.
8216
8217 2007-06-15  Michael Smith <msmith@fluendo.com>
8218
8219         * gst/videoscale/vs_4tap.c: (vs_image_scale_4tap_Y):
8220           Update tmpbuf for all neccesary rows, not just one, as is required
8221           when downscaling.
8222           Fixes #402076.
8223
8224 2007-06-15  Michael Smith <msmith@fluendo.com>
8225
8226         * tests/check/pipelines/oggmux.c: (validate_ogg_page), (is_video),
8227         (eos_buffer_probe):
8228           Add a test that ensures we set DELTA_UNIT on all non-header,
8229           non-video buffers, if we have a video stream.
8230         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
8231         (gst_ogg_mux_process_best_pad):
8232           Move setting delta_pad to earlier, where we inspect all pads, so
8233           that leading audio pages don't get DELTA_UNIT unset if they come
8234           before the first DELTA_UNIT from video pages. Fixes the newly-added
8235           test. Fixes #385527.
8236
8237 2007-06-14  Tim-Philipp Müller  <tim at centricular dot net>
8238
8239         * tests/check/pipelines/streamheader.c: (streamheader_suite):
8240           Disable test_multifdsink_gdp_vorbisenc() on ppc64 since it
8241           fails on the p5-ppc64 build bot and the failure looks like it is due
8242           to the same issue as #348114, ie. a compiler bug.
8243
8244 2007-06-13  Edward Hervey  <edward@fluendo.com>
8245
8246         * gst/playback/gstqueue2.c: (gst_queue_create_read):
8247         Fix build on MacOSX.
8248
8249 2007-06-13  Wim Taymans  <wim@fluendo.com>
8250
8251         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
8252         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain):
8253         Fix compilation on mingw. Fixes #446972.
8254
8255 2007-06-12  Wim Taymans  <wim@fluendo.com>
8256
8257         Patches by: Thiago Sousa Santos <thiagossantos at gmail dot com>
8258
8259         * gst/playback/gstqueue2.c: (update_buffering),
8260         (gst_queue_locked_enqueue):
8261         Fix a division by zero when the max percent is <= 0. Fixes #446572.
8262         also update the buffering status when receiving events. Fixes #446551.
8263
8264 2007-06-11  Wim Taymans  <wim@fluendo.com>
8265
8266         Based on patch by: Thiago Sousa Santos <thiagossantos at gmail dot com>
8267
8268         * gst/playback/gstqueue2.c: (gst_queue_peer_query),
8269         (gst_queue_handle_src_query):
8270         Wait for preroll before attempting to forward a duration query upstream.
8271         Fixes #445505.
8272
8273 2007-06-07  Sebastien Moutte  <sebastien@moutte.net>
8274
8275         * gst-libs/gst/rtp/gstbasertpdepayload.c: 
8276         (gst_base_rtp_depayload_set_gst_timestamp):
8277         Use G_GINT64_CONSTANT macro for int64 constant.
8278         * win32/common/libgstinterfaces.def:
8279         * win32/common/libgsttag.def:
8280         Add new exported functions.
8281
8282 2007-06-07  Tim-Philipp Müller  <tim at centricular dot net>
8283
8284         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers):
8285           The BOS page of the first Dirac video stream needs to come before
8286           the BOS page of any Vorbis streams or other audio streams, just like
8287           it is with Theora.
8288
8289 2007-06-07  Wim Taymans  <wim@fluendo.com>
8290
8291         * gst/playback/gstqueue2.c: (gst_queue_get_range):
8292         Fix compilation.
8293
8294 2007-06-06  Wim Taymans  <wim@fluendo.com>
8295
8296         Patch by: Thiago Sousa Santos <thiagossantos at gmail dot com>
8297
8298         * gst/playback/gstqueue2.c: (gst_queue_init),
8299         (gst_queue_handle_sink_event), (gst_queue_chain),
8300         (gst_queue_get_range), (gst_queue_src_checkgetrange_function),
8301         (gst_queue_sink_activate_push), (gst_queue_src_activate_push),
8302         (gst_queue_src_activate_pull):
8303         Add pull based scheduling and fix some deadlocks. Fixes #444523.
8304         Does not yet completely work because duration queries upstream won't
8305         block yet.
8306
8307 2007-06-06  Wim Taymans  <wim@fluendo.com>
8308
8309         * configure.ac:
8310         * gst/playback/gstqueue2.c: (gst_queue_create_read):
8311         Some more fseeko checks.
8312
8313 2007-06-06  Wim Taymans  <wim@fluendo.com>
8314
8315         * configure.ac:
8316         check for large file support.
8317
8318 2007-06-05  Sebastian Dröge  <slomo@circular-chaos.org>
8319
8320         Based on a patch by Sven Arvidsson <sa at whiz dot se>:
8321
8322         * gst/subparse/gstsubparse.c: (parse_subrip),
8323         (subviewer_unescape_newlines), (parse_subviewer),
8324         (gst_sub_parse_data_format_autodetect),
8325         (gst_sub_parse_format_autodetect), (gst_subparse_type_find):
8326         * gst/subparse/gstsubparse.h:
8327         Add support for SubViewer version 1 and 2 subtitles. Fixes #394061.
8328         * tests/check/elements/subparse.c: (GST_START_TEST),
8329         (subparse_suite):
8330         Add a unit test for both SubViewer formats.
8331
8332 2007-06-01  Michael Smith <msmith@fluendo.com>
8333
8334         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_do_seek):
8335           Don't overflow intermediate values when seeking to large time values
8336           in audiotestsrc.
8337
8338 2007-06-05  Wim Taymans  <wim@fluendo.com>
8339
8340         * gst/playback/gstqueue2.c: (gst_queue_have_data),
8341         (gst_queue_create_read), (gst_queue_read_item_from_file),
8342         (gst_queue_open_temp_location_file), (gst_queue_locked_enqueue):
8343         Include stdio to define fseeko.
8344
8345 2007-06-05  Wim Taymans  <wim@fluendo.com>
8346
8347         Patch by: Edward Hervey  <edward@fluendo.com>
8348
8349         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
8350         (gst_v4lsrc_query):
8351         Make v4lsrc output segments in GST_FORMAT_TIME. Fixes #442553.
8352
8353 2007-06-05  Tim-Philipp Müller  <tim at centricular dot net>
8354
8355         * gst-libs/gst/riff/Makefile.am:
8356         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_info):
8357           Use gst_tag_utf8_from_freeform_string() from libgsttag instead of
8358           our own implementation.
8359
8360 2007-06-05  Wim Taymans  <wim@fluendo.com>
8361
8362         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8363         (gst_base_rtp_depayload_setcaps),
8364         (gst_base_rtp_depayload_set_gst_timestamp),
8365         (gst_base_rtp_depayload_change_state):
8366         Handle timestamp wraparound.
8367
8368 2007-06-05  Wim Taymans  <wim@fluendo.com>
8369
8370         * gst/playback/gsturidecodebin.c: (no_more_pads_full),
8371         (new_decoded_pad), (remove_pads), (make_decoder), (setup_source),
8372         (gst_uri_decode_bin_change_state):
8373         Make sure we name srcpads uniquely even when using different internal
8374         decodebins.
8375         Signal no-more-pads when no more dynamic elements exist.
8376         Remove pads on cleanup.
8377
8378 2007-06-05  Wim Taymans  <wim@fluendo.com>
8379
8380         Based on patch by: Thiago Sousa Santos <thiagossantos at gmail dot com>
8381
8382         * gst/playback/gstqueue2.c: (gst_queue_class_init),
8383         (gst_queue_init), (gst_queue_finalize),
8384         (gst_queue_write_buffer_to_file), (gst_queue_have_data),
8385         (gst_queue_create_read), (gst_queue_read_item_from_file),
8386         (gst_queue_open_temp_location_file),
8387         (gst_queue_close_temp_location_file), (gst_queue_locked_flush),
8388         (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
8389         (gst_queue_is_empty), (gst_queue_is_filled),
8390         (gst_queue_change_state), (gst_queue_set_temp_location),
8391         (gst_queue_set_property):
8392         Add support for filebased buffering. Fixes #441264.
8393
8394 2007-06-05  Wim Taymans  <wim@fluendo.com>
8395
8396         * gst/playback/gstdecodebin2.c: (gst_decode_bin_factory_filter),
8397         (analyze_new_pad), (connect_pad), (expose_pad), (caps_notify_cb),
8398         (caps_notify_group_cb), (gst_decode_group_new),
8399         (gst_decode_group_free):
8400         Add support for delayed caps fixation when autoplugging.
8401         Optimize cases where a multiqueue is not needed/wanted, like right after
8402         anything that is not a demuxer.
8403
8404 2007-06-05  Wim Taymans  <wim@fluendo.com>
8405
8406         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fisbone),
8407         (gst_ogg_pad_submit_packet), (gst_ogg_demux_perform_seek),
8408         (gst_ogg_demux_read_chain), (gst_ogg_demux_collect_chain_info):
8409         consideratly speedup ogg chain detection by not trying to find a base
8410         timestamp for skeleton streams. 
8411
8412 2007-06-05  Wim Taymans  <wim@fluendo.com>
8413
8414         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
8415         (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_add_full),
8416         (gst_multi_fd_sink_remove_flush),
8417         (gst_multi_fd_sink_remove_client_link),
8418         (gst_multi_fd_sink_handle_client_write),
8419         (gst_multi_fd_sink_handle_clients):
8420         * gst/tcp/gstmultifdsink.h:
8421         Add support for remove_flush.
8422
8423 2007-06-05  Wim Taymans  <wim@fluendo.com>
8424
8425         * docs/design/draft-keyframe-force.txt:
8426         * ext/theora/theoraenc.c: (theora_enc_sink_event),
8427         (theora_enc_chain):
8428         Add draft design for forcing keyframes in encoders and implement in
8429         theoraenc.
8430
8431 2007-06-05  Jan Schmidt  <thaytan@mad.scientist.com>
8432
8433         * configure.ac:
8434           Back to CVS
8435
8436 === release 0.10.13 ===
8437
8438 2007-06-05  Jan Schmidt <thaytan@mad.scientist.com>
8439
8440         * configure.ac:
8441           releasing 0.10.13, "What's Going on?"
8442
8443 2007-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
8444
8445         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8446         In riff, the depth is stored in the size field but it just means that
8447         the least significant bits are cleared. We can therefore just play
8448         the sample as if it had a depth == width. Fixes: #440997
8449
8450         Patch by: Wim Taymans <wim@fluendo.com> 
8451         Patch by: Sebastian Dröge  <slomo@circular-chaos.org>
8452
8453 2007-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
8454
8455         * gst-libs/gst/floatcast/floatcast.h:
8456         Define inline when needed on win32 builds. Fixes: #441295
8457         Patch by: Sebastien Moutte  <sebastien@moutte.net>
8458
8459 2007-05-29  Wim Taymans  <wim@fluendo.com>
8460
8461         * gst/playback/gstplaybasebin.c: (queue_overrun),
8462         (no_more_pads_full):
8463         Stop buffering when the group is commited because the queues filled up.
8464         Fixes #442024.
8465
8466 2007-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
8467
8468         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_ensure_track_list),
8469         (gst_alsa_mixer_free), (gst_alsa_mixer_update),
8470         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
8471         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
8472         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
8473         * ext/alsa/gstalsamixer.h:
8474         * ext/alsa/gstalsamixerelement.c:
8475         (gst_alsa_mixer_element_interface_supported),
8476         (gst_alsa_mixer_element_finalize), (gst_alsa_mixer_element_init),
8477         (gst_alsa_mixer_element_set_property),
8478         (gst_alsa_mixer_element_get_property),
8479         (gst_alsa_mixer_element_change_state):
8480         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_update):
8481         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_volume_changed),
8482         (gst_mixer_option_changed):
8483         * gst-libs/gst/interfaces/mixer.h:
8484         Revert commits towards #152864 made so far. We'll pick it up again
8485         after the 0.10.13 release.
8486
8487 2007-05-24  Wim Taymans  <wim@fluendo.com>
8488
8489         * gst-libs/gst/audio/gstbaseaudiosink.c:
8490         (gst_base_audio_sink_render):
8491         After an interrupt (PAUSED/flush) assume that the next sample should not
8492         be aligned to the previous sample. Fixes #417992.
8493
8494 2007-05-24  Tim-Philipp Müller  <tim at centricular dot net>
8495
8496         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8497           Don't add channels and rate fields to the template caps for
8498           audio/x-dts, as wavparse might not always be able to set them,
8499           which would then lead to 'caps are not a real subset of the
8500           template caps' warnings.
8501
8502 2007-05-24  Jan Schmidt  <thaytan@mad.scientist.com>
8503
8504         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
8505         Handle unknown or invalid pads without crashing, as might occur if
8506         a media file like an mp3 is specified as a subtitle file.
8507         Fixes: #410039
8508
8509 2007-05-24  Jan Schmidt  <thaytan@mad.scientist.com>
8510
8511         * gst/playback/gstplaybin.c: (add_sink), (dummy_blocked_cb),
8512         (setup_sinks):
8513         Block the subtitle bin output queue before ghosting it and linking,
8514         then unblock after. This avoids spurious not-linked errors caused 
8515         by the queue starting up (because it gets linked when it is ghosted). 
8516         Fixes: #350299
8517
8518 2007-05-23  Jan Schmidt  <thaytan@mad.scientist.com>
8519
8520         * tests/check/elements/playbin.c: (test_suburi_error_unknowntype):
8521         Use /dev/zero instead of /dev/urandom to produce an invalid subtitle
8522         file. Avoids flukes where the input gets typefound to some valid but
8523         useless type.
8524
8525 2007-05-22  Tim-Philipp Müller  <tim at centricular dot net>
8526
8527         * tests/check/Makefile.am:
8528         * tests/check/elements/.cvsignore:
8529         * tests/check/elements/gnomevfssink.c: (setup_gnomevfssink),
8530         (cleanup_gnomevfssink), (GST_START_TEST), (gnomevfssink_suite):
8531           Add unit test for gnomevfssink seeking and position reporting for
8532           file:// URIs.
8533
8534 2007-05-22  Tim-Philipp Müller  <tim at centricular dot net>
8535
8536         Patch by: Mark Nauwelaerts <manauw at skynet be>
8537
8538         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_init),
8539         (gst_gnome_vfs_sink_open_file), (gst_gnome_vfs_sink_handle_event),
8540         (gst_gnome_vfs_sink_query), (gst_gnome_vfs_sink_render):
8541         * ext/gnomevfs/gstgnomevfssink.h:
8542           Fix position reporting, especially after a seek (from upstream),
8543           see #412648.
8544
8545 2007-05-22  Tim-Philipp Müller  <tim at centricular dot net>
8546
8547         * ext/cdparanoia/gstcdparanoiasrc.c:
8548           Repair umlaut.
8549
8550 2007-05-22  Jan Schmidt  <thaytan@mad.scientist.com>
8551
8552         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8553         Specify the full valid range for MP3 samplerates. Fixes a regression
8554         caused by extra header checks since the last release.
8555
8556 2007-05-21  Jan Schmidt  <thaytan@mad.scientist.com>
8557
8558         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
8559         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
8560         Fix a locking-order bug I introduced with my changes the other day.
8561         Patch by Mike Smith.
8562
8563 2007-05-21  Michael Smith <msmith@fluendo.com>
8564
8565         * ext/theora/theoradec.c: (theora_handle_data_packet):
8566           Don't look inside 0-length packets (which indicate duplicated
8567           frames)
8568
8569 2007-05-21  Wim Taymans  <wim@fluendo.com>
8570
8571         * ext/cdparanoia/gstcdparanoiasrc.c:
8572         (gst_cd_paranoia_src_read_sector):
8573         * gst-libs/gst/audio/gstbaseaudiosrc.c:
8574         (gst_base_audio_src_create):
8575         Small cleanups.
8576
8577         * ext/theora/theoradec.c: (theora_dec_sink_event):
8578         Fix typo.
8579
8580         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8581         (gst_base_rtp_depayload_set_gst_timestamp):
8582         Add some FIXME
8583
8584         * gst/playback/gstdecodebin.c: (queue_underrun_cb):
8585         And some debug info when a FIXME path is hit.
8586
8587 2007-05-21  Wim Taymans  <wim@fluendo.com>
8588
8589         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
8590         (gst_base_rtp_audio_payload_class_init),
8591         (gst_base_rtp_audio_payload_init),
8592         (gst_base_rtp_audio_payload_finalize),
8593         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
8594         (gst_base_rtp_audio_payload_handle_sample_based_buffer),
8595         (gst_base_rtp_payload_audio_handle_event):
8596         Some cleanups, remove minptime property as it is now in the parent
8597         class.
8598         Override parent class event function.
8599
8600         * gst-libs/gst/rtp/gstbasertppayload.c:
8601         (gst_basertppayload_class_init), (gst_basertppayload_init),
8602         (gst_basertppayload_event), (gst_basertppayload_set_property),
8603         (gst_basertppayload_get_property):
8604         * gst-libs/gst/rtp/gstbasertppayload.h:
8605         Add min-ptime property.
8606         Add handle-event vmethod. Fixes #415001.
8607
8608 2007-05-18  Stefan Kost  <ensonic@users.sf.net>
8609
8610         * gst-libs/gst/audio/gstbaseaudiosink.c
8611           (gst_base_audio_sink_change_state):
8612           Fix typo in comment.
8613
8614         * gst/playback/gstdecodebin.c (gst_decode_bin_class_init,
8615           free_dynamics, pad_probe, close_pad_link, try_to_link_1,
8616           get_our_ghost_pad, remove_element_chain, queue_underrun_cb,
8617           close_link):
8618         * gst/playback/gstplaybin.c (gst_play_bin_set_property,
8619           gen_audio_element, remove_sinks, gst_play_bin_send_event_to_sink):
8620           Remove trailing whitespaces in comments.
8621
8622         * gst/volume/Makefile.am:
8623           Fix tabs.
8624
8625 2007-05-18  Stefan Kost  <ensonic@users.sf.net>
8626
8627         patch by: Marc-Andre Lureau <marcandre.lureau@gmail.com>
8628
8629         * gst-libs/gst/interfaces/mixer.h (mixer_type, option_changed,
8630           set_option, get_option, _gst_reserved):
8631           Revert reordering functions (keep ABI).
8632
8633 2007-05-17  Jan Schmidt  <thaytan@mad.scientist.com>
8634
8635         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
8636         (gst_ximagesink_xwindow_new), (gst_ximagesink_handle_xevents),
8637         (gst_ximagesink_show_frame):
8638         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
8639         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_handle_xevents),
8640         (gst_xvimagesink_show_frame):
8641         When we create our own window, indicate that we handle the 
8642         WM_DELETE client message from the window manager, so that it won't 
8643         kill our window (and our app) along with it. Handle ClientMessage,
8644         post an error on the bus, and close the window. Further buffers
8645         arriving will result in a FlowError because the window has been
8646         destroyed.
8647
8648         Fixes: #393975
8649
8650         Clean up the X event handling loop and make them the same for
8651         both xvimagesink and ximagesink while I'm at it.
8652
8653 2007-05-17  Wim Taymans  <wim@fluendo.com>
8654
8655         * gst/playback/gstdecodebin2.c: (gst_decode_bin_factory_filter):
8656         Make decodebin2 autoplug depayloaders too.
8657
8658         * gst/playback/gsturidecodebin.c: (source_new_pad):
8659         Set the newly created decoder in a usable state when autoplugging a
8660         dynamic source such as RTSP.
8661
8662 2007-05-17  Tim-Philipp Müller  <tim at centricular dot net>
8663
8664         * gst/playback/gststreaminfo.c: (cb_probe):
8665           Ignore video-codec tag for audio streams and ignore audio-codec tags
8666           for video streams. Should make codec name collection a bit more
8667           robust against sloppy demuxers that send tag events containing both
8668           tags down each pad.
8669
8670 2007-05-17  Wim Taymans  <wim@fluendo.com>
8671
8672         * gst/playback/gstqueue2.c: (update_rates):
8673         Tweak the buffering thresholds a little.
8674         Update the buffer size with the previously calculate rate instead of
8675         only when we calculate a new rate so that we get smoother buffering
8676         updates.
8677
8678         * gst/playback/Makefile.am:
8679         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_base_init),
8680         (gst_uri_decode_bin_class_init), (gst_uri_decode_bin_init),
8681         (gst_uri_decode_bin_finalize), (gst_uri_decode_bin_set_property),
8682         (gst_uri_decode_bin_get_property), (unknown_type),
8683         (add_element_stream), (no_more_pads_full), (no_more_pads),
8684         (source_no_more_pads), (new_decoded_pad), (array_has_value),
8685         (gen_source_element), (has_all_raw_caps), (analyse_source),
8686         (remove_decoders), (make_decoder), (remove_source),
8687         (source_new_pad), (setup_source), (decoder_query_init),
8688         (decoder_query_duration_fold), (decoder_query_duration_done),
8689         (decoder_query_position_fold), (decoder_query_position_done),
8690         (decoder_query_latency_fold), (decoder_query_latency_done),
8691         (decoder_query_seeking_fold), (decoder_query_seeking_done),
8692         (decoder_query_generic_fold), (gst_uri_decode_bin_query),
8693         (gst_uri_decode_bin_change_state), (plugin_init):
8694         New element that intergrates a source, optional buffering element and
8695         decodebin.
8696
8697 2007-05-17  Tim-Philipp Müller  <tim at centricular dot net>
8698
8699         * configure.ac:
8700           Bump libtheora requirement to 1.0alpha5 for the pixformat check
8701           (also has a .pc file, so we don't need the fallback check any
8702           longer). Fixes #438840.
8703
8704 2007-05-17  Wim Taymans  <wim@fluendo.com>
8705
8706         * gst/playback/gstqueue2.c: (gst_queue_get_type),
8707         (gst_queue_class_init), (gst_queue_finalize), (update_time_level),
8708         (apply_segment), (apply_buffer), (update_buffering),
8709         (reset_rate_timer), (update_rates), (gst_queue_locked_flush),
8710         (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
8711         (gst_queue_handle_sink_event), (gst_queue_is_filled),
8712         (gst_queue_chain), (gst_queue_push_one), (gst_queue_loop),
8713         (plugin_init):
8714         fix build.
8715
8716 2007-05-17  Wim Taymans  <wim@fluendo.com>
8717
8718         * gst/playback/Makefile.am:
8719         * gst/playback/gstqueue2.c: (gst_queue_get_type),
8720         (gst_queue_class_init), (gst_queue_init), (gst_queue_finalize),
8721         (gst_queue_getcaps), (gst_queue_bufferalloc),
8722         (gst_queue_acceptcaps), (update_time_level), (apply_segment),
8723         (apply_buffer), (update_buffering), (reset_rate_timer),
8724         (update_rates), (gst_queue_locked_flush),
8725         (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
8726         (gst_queue_handle_sink_event), (gst_queue_is_empty),
8727         (gst_queue_is_filled), (gst_queue_chain), (gst_queue_push_one),
8728         (gst_queue_loop), (gst_queue_handle_src_event),
8729         (gst_queue_handle_src_query), (gst_queue_sink_activate_push),
8730         (gst_queue_src_activate_push), (gst_queue_change_state),
8731         (gst_queue_set_property), (gst_queue_get_property), (plugin_init):
8732         On our way to playbin2 this is the new network queue that does buffering
8733         all by itself using high and low watermarks. It can also measure up and
8734         downstream bandwidth to optimally size the queue.
8735
8736 2007-05-17  Michael Smith <msmith@fluendo.com>
8737
8738         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_do_seek):
8739         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_do_seek):
8740           Use the segment->last_stop value to calculate the next timestamp to
8741           generate after a seek; not the segment->start value.
8742
8743 2007-05-15  David Schleef  <ds@schleef.org>
8744
8745         * docs/Makefile.am: Install docs even when --disable-gtk-doc
8746           is disabled.  This matches the behavior of gtk+.  Fixes #349099.
8747
8748 2007-05-15  Wim Taymans  <wim@fluendo.com>
8749
8750         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
8751         (gst_ogg_demux_perform_seek), (gst_ogg_demux_handle_page):
8752         Some more chained streaming ogg timestamp fixes.
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_activate_chain), (gst_ogg_demux_perform_seek),
8758         (gst_ogg_demux_handle_page):
8759         Add some FIXMEs.
8760         Fix chain start/stop segment handling based on patch by
8761         <ahalda at cs dot mcgill dot ca> see #320984.
8762
8763 2007-05-15  Michael Smith <msmith@fluendo.com>
8764
8765         * configure.ac:
8766           We don't require a C++ compiler. So don't require one.
8767
8768 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
8769
8770         * ext/alsa/gstalsamixer.c (source, n_poll_fds, poll_fds,
8771           gst_alsa_mixer_check, gst_alsa_mixer_dispatch,
8772           gst_alsa_mixer_finalize, gst_alsa_mixer_handle_source_callback,
8773           gst_alsa_mixer_handle_callback, gst_alsa_mixer_elem_handle_callback,
8774           gst_alsa_mixer_ensure_track_list, gst_alsa_mixer_update_option,
8775           gst_alsa_mixer_update_track):
8776           Apply some of the cleanup Tim suggested in #152864 afterwards.
8777
8778 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
8779
8780         patch by: Marc-Andre Lureau <marcandre.lureau@gmail.com>
8781
8782         * ext/alsa/gstalsamixer.c (main_context, GstAlsaMixerWatch,
8783           _GstAlsaMixerWatch, source, n_poll_fds, poll_fds,
8784           gst_alsa_mixer_watch_funcs, gst_alsa_mixer_prepare,
8785           gst_alsa_mixer_check, gst_alsa_mixer_dispatch,
8786           gst_alsa_mixer_finalize, gst_alsa_mixer_find_master_mixer,
8787           gst_alsa_mixer_handle_source_callback,
8788           gst_alsa_mixer_handle_callback, gst_alsa_mixer_elem_handle_callback,
8789           gst_alsa_mixer_ensure_track_list, gst_alsa_mixer_free,
8790           gst_alsa_mixer_get_volume, gst_alsa_mixer_set_volume,
8791           gst_alsa_mixer_set_mute, gst_alsa_mixer_set_record,
8792           gst_alsa_mixer_get_option, gst_alsa_mixer_update_option,
8793           gst_alsa_mixer_update_track, _gst_alsa_mixer_set_interface):
8794         * ext/alsa/gstalsamixer.h (handle_source, interface, dir):
8795         * ext/alsa/gstalsamixerelement.c (gst_alsa_mixer_element_details,
8796           gst_alsa_mixer_element_interface_supported,
8797           gst_alsa_mixer_element_finalize, gst_alsa_mixer_element_init,
8798           gst_alsa_mixer_element_set_property,
8799           gst_alsa_mixer_element_get_property,
8800           gst_alsa_mixer_element_change_state):
8801         * ext/alsa/gstalsamixertrack.c (gst_alsa_mixer_track_update):
8802         * gst-libs/gst/interfaces/mixer.c (gst_mixer_volume_changed,
8803           gst_mixer_option_changed):
8804         * gst-libs/gst/interfaces/mixer.h (set_option, get_option,
8805           volume_changed, option_changed, _gst_reserved):
8806           Implement notification for alsamixer. Fixes #152864
8807
8808 2007-05-14  David Schleef  <ds@schleef.org>
8809
8810         * gst/videotestsrc/videotestsrc.c:
8811         * gst/videotestsrc/videotestsrc.h:
8812           Add support for video/x-raw-bayer.
8813
8814 2007-05-12  David Schleef  <ds@schleef.org>
8815
8816         * sys/xvimage/xvimagesink.c:
8817           Add some sanity checking for the XVImage size returned by X.
8818           Related to #377400.
8819
8820 2007-05-12  Wim Taymans  <wim@fluendo.com>
8821
8822         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8823         (gst_base_rtp_depayload_setcaps),
8824         (gst_base_rtp_depayload_set_gst_timestamp):
8825         Parse and use additional caps fields as described in updated
8826         application/x-rtp caps spec.
8827
8828 2007-05-12  Wim Taymans  <wim@fluendo.com>
8829
8830         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
8831         (gst_ogg_demux_collect_chain_info):
8832         If there is a stream in a chain without any data packets, ignore the
8833         stream in the total length calculations. Might be related to #436820.
8834
8835 2007-05-11  Jan Schmidt  <thaytan@mad.scientist.com>
8836
8837         * gst/typefind/gsttypefindfunctions.c: (mpeg_sys_is_valid_pack),
8838         (mpeg_sys_is_valid_pes), (mpeg_sys_is_valid_sys),
8839         (mpeg_sys_type_find), (mpeg_ts_type_find), (mpeg4_video_type_find),
8840         (mpeg_video_type_find), (mpeg_video_stream_type_find),
8841         (plugin_init):
8842
8843         Consolidate and re-work our mpeg system stream detection to probe
8844         more packets and produce a higher confidence result. Fixes a
8845         regression caused by lowering the typefind probability last year
8846         - related to bug #397810. Remove the redundant MPEG-1 specific 
8847         typefind function, as the new one detects both MPEG-1 & MPEG-2
8848         happily.
8849
8850         Also cleanup the MPEG elementary and MPEG-TS detection functions a
8851         little. 
8852
8853         Tested against my media test directory, with some improvements and
8854         no regressions.
8855
8856 2007-05-10  Wim Taymans  <wim@fluendo.com>
8857
8858         * gst/playback/gstplaybasebin.c: (fill_buffer), (check_queue),
8859         (queue_out_of_data):
8860         Connect to the new queue "pushing" signal instead of the broken
8861         "running" one.
8862
8863 2007-05-09  Sebastien Moutte  <sebastien@moutte.net>
8864
8865         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
8866         (gst_base_rtp_audio_payload_handle_frame_based_buffer):
8867         Move variable declaration before the first instruction.
8868         * gst/videotestsrc/videotestsrc.c:
8869         Define M_PI if it's not defined yet.
8870         * win32/common/libgstrtp.def:
8871         Add new exported functions.
8872
8873 2007-05-09  Michael Smith <msmith@fluendo.com>
8874
8875         * ext/theora/theoradec.c: (theora_handle_type_packet):
8876           gst_pad_push_event() does not return a GstFlowReturn!
8877
8878 2007-05-09  Wim Taymans  <wim@fluendo.com>
8879
8880         * tests/examples/seek/scrubby.c: (stop_cb), (main):
8881         * tests/examples/seek/seek.c: (do_seek):
8882         Some small cosmetic changes.
8883
8884 2007-05-08  Stefan Kost  <ensonic@users.sf.net>
8885
8886         * gst/adder/gstadder.c (gst_adder_src_event, gst_adder_collected,
8887           gst_adder_change_state):
8888         * gst/adder/gstadder.h (bps, offset, collect_event, segment,
8889           segment_pending, segment_position, segment_rate):
8890           Handle playback-rate on adder.
8891
8892 2007-05-07  Michael Smith <msmith@fluendo.com>
8893
8894         * ext/theora/gsttheoradec.h:
8895         * ext/theora/theoradec.c: (gst_theora_dec_reset),
8896         (theora_dec_sink_event), (theora_handle_comment_packet),
8897         (theora_handle_type_packet), (theora_dec_change_state):
8898           Don't push events (newsegment, tags) before initialising the
8899           decoder.
8900           This is neccesary for seeking to work correctly in gnonlin.
8901
8902 2007-05-04  Stefan Kost  <ensonic@users.sf.net>
8903
8904         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
8905         * gst/adder/gstadder.c:
8906         * gst/audiotestsrc/gstaudiotestsrc.c
8907           (gst_audio_test_src_create_white_noise):
8908         * gst/videotestsrc/gstvideotestsrc.c:
8909         * gst/volume/gstvolume.c (VOLUME_UNITY_INT16,
8910           VOLUME_UNITY_INT16_BIT_SHIFT, VOLUME_MAX_DOUBLE,
8911           volume_sink_template, volume_src_template, gst_volume_init,
8912           volume_process_double, volume_process_int16,
8913           volume_process_int16_clamp):
8914           Doc fixes and formatting.
8915
8916 2007-05-04  Tim-Philipp Müller  <tim at centricular dot net>
8917
8918         * tests/check/Makefile.am:
8919         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
8920           Minimal check for volume's GstController usability; also another
8921           test for #422295.
8922
8923 2007-05-04  Tim-Philipp Müller  <tim at centricular dot net>
8924
8925         * gst-libs/gst/cdda/gstcddabasesrc.c:
8926         (gst_cdda_base_src_add_track):
8927           Fix it so that it (a) makes sense and (b) doesn't break
8928           everything cdda-related including the unit test.
8929
8930 2007-05-04  Stefan Kost  <ensonic@users.sf.net>
8931
8932         * gst-libs/gst/cdda/gstcddabasesrc.c:
8933         (gst_cdda_base_src_add_track):
8934           Fix build when disabling asserts.
8935
8936 2007-05-03  Tim-Philipp Müller  <tim at centricular dot net>
8937
8938         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
8939           When XShm is not available, we might get row strides that are not
8940           rounded up to multiples of four; this is bad, because virtually
8941           every RGB-processing element in GStreamer assumes rowstrides are
8942           rounded up to multiples of four, so let's allocate at least enough
8943           memory to avoid crashes in this case. The image will still be
8944           displayed distorted though if this happens, so that still needs
8945           fixing (maybe by allocating a bigger image with an 'even' width
8946           and then clipping it appropriately when rendering - something for
8947           Xlib aficionados in any case).
8948
8949 2007-05-03  Michael Smith <msmith@fluendo.com>
8950
8951         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
8952           If a buffer doesn't have a timestamp, assume it's contiguous with
8953           the previous buffer, and synthesise timestamps appropriately.
8954
8955 2007-05-03  Edward Hervey  <edward@fluendo.com>
8956
8957         * tests/check/elements/videorate.c: (GST_START_TEST):
8958         Set buffer timestamp to a valid value in order to test the buffer
8959         really does stay in videorate.
8960
8961 2007-05-03  Edward Hervey  <edward@fluendo.com>
8962
8963         * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
8964         There is no sensible way to handle incoming buffers which don't have a
8965         valid timestamp. We therefore discard them and wait for the next one.
8966
8967 2007-05-01  Tim-Philipp Müller  <tim at centricular dot net>
8968
8969         * gst/playback/gstdecodebin.c: (type_found), (plugin_init):
8970         * gst/playback/gstdecodebin2.c: (plugin_init):
8971           Better error message for text files.
8972
8973 2007-04-29  Wim Taymans  <wim@fluendo.com>
8974
8975         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_packet_add_rb):
8976         Fix offset bug in generation RR packets.
8977
8978 2007-04-27  Julien MOUTTE  <julien@moutte.net>
8979
8980         * ext/theora/theoradec.c: (_theora_granule_time),
8981         (theora_dec_push_forward), (theora_handle_data_packet),
8982         (theora_dec_decode_buffer): Calculate buffer duration correctly
8983         to generate a perfect stream (#433888).
8984         * gst/audioresample/gstaudioresample.c:
8985         (audioresample_check_discont): Glib provides ABS.
8986
8987 2007-04-27  Wim Taymans  <wim@fluendo.com>
8988
8989         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_packet_get_rb),
8990         (gst_rtcp_packet_add_rb), (gst_rtcp_packet_sdes_add_item),
8991         (gst_rtcp_packet_sdes_add_entry), (gst_rtcp_packet_bye_add_ssrc),
8992         (gst_rtcp_packet_bye_add_ssrcs), (get_reason_offset),
8993         (gst_rtcp_packet_bye_set_reason):
8994         * gst-libs/gst/rtp/gstrtcpbuffer.h:
8995         Fix RB block parsing and writing.
8996         Add support for constructing BYE packets.
8997
8998 2007-04-25  Tim-Philipp Müller  <tim at centricular dot net>
8999
9000         * gst-libs/gst/audio/gstbaseaudiosrc.c: (_do_init),
9001         (gst_base_audio_src_create):
9002         * po/POTFILES.in:
9003           When posting a warning message because samples were dropped, post
9004           something more intelligible than he default error message for clock
9005           errors which is just confusing in this context (#432984).
9006
9007 2007-04-25  Wim Taymans  <wim@fluendo.com>
9008
9009         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_buffer_new),
9010         (gst_rtcp_buffer_end), (gst_rtcp_buffer_get_packet_count),
9011         (read_packet_header), (gst_rtcp_packet_move_to_next),
9012         (gst_rtcp_buffer_add_packet), (gst_rtcp_packet_sr_set_sender_info),
9013         (gst_rtcp_packet_rr_set_ssrc), (gst_rtcp_packet_add_rb),
9014         (gst_rtcp_packet_sdes_get_item_count),
9015         (gst_rtcp_packet_sdes_first_item),
9016         (gst_rtcp_packet_sdes_next_item), (gst_rtcp_packet_sdes_get_ssrc),
9017         (gst_rtcp_packet_sdes_first_entry),
9018         (gst_rtcp_packet_sdes_next_entry),
9019         (gst_rtcp_packet_sdes_get_entry), (gst_rtcp_packet_sdes_add_item),
9020         (gst_rtcp_packet_sdes_add_entry):
9021         * gst-libs/gst/rtp/gstrtcpbuffer.h:
9022         Implement code to write SR, RR and SDES packets.
9023
9024 2007-04-24  Tim-Philipp Müller  <tim at centricular dot net>
9025
9026         Patch by: Christian Kirbach <Christian dot Kirbach at googlemail com>
9027
9028         * sys/ximage/ximagesink.c:
9029           Fix build if XShm is not available (#432362).
9030
9031 2007-04-24  Sebastian Dröge  <slomo@circular-chaos.org>
9032
9033         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init):
9034         Initalize the AudioConvertCtx with zeroes, otherwise it will contain
9035         pointers to random memory which are passed to g_free() when
9036         audio_convert_prepare_context() is called the first time.
9037
9038 2007-04-24  Tim-Philipp Müller  <tim at centricular dot net>
9039
9040         Patch by: Dan Williams <dcbw redhat com>
9041
9042         * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
9043           Don't leak incoming buffer if gst_pad_push() returns a
9044           non-OK flow. Fixes #432755.
9045          
9046         * tests/check/elements/videorate.c: (GST_START_TEST),
9047         (videorate_suite):
9048           Unit test for the above by Yours Truly.
9049
9050 2007-04-23  Stefan Kost  <ensonic@users.sf.net>
9051
9052         * gst/adder/gstadder.c: (gst_adder_setcaps), (gst_adder_src_event),
9053         (gst_adder_sink_event), (gst_adder_collected):
9054           Fix non-flushing segmented seeks, Fixes #340060 for me
9055
9056 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
9057
9058         Patch by: Olivier Crete  <tester at tester ca>
9059
9060         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
9061         (gst_base_rtp_audio_payload_class_init),
9062         (gst_base_rtp_audio_payload_init),
9063         (gst_base_rtp_audio_payload_dispose):
9064           Chain up to parent class in dispose function; get rid of
9065           unnecessary 'diposed' flag in private structure (#415001).
9066
9067 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
9068
9069         * docs/libs/gst-plugins-base-libs.types:
9070         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
9071         (gst_base_rtp_audio_payload_class_init):
9072         * gst-libs/gst/rtp/gstbasertpdepayload.c:
9073         * gst-libs/gst/rtp/gstbasertppayload.c:
9074           Some minor docs fixes and additions; also add missing 'Since' bits.
9075
9076 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
9077
9078         Patch by: Zeeshan Ali  <zeenix gmail com>
9079
9080         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
9081         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
9082         (gst_base_rtp_audio_payload_handle_sample_based_buffer),
9083         (gst_base_rtp_audio_payload_push):
9084         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
9085           The recently-added gst_base_rtp_audio_payload_push() should take an
9086           object of type GstBaseRTPAudioPayload as first argument (#431672).
9087
9088 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
9089
9090         * gst/audioresample/gstaudioresample.c:
9091           Make more functions static, just because we can.
9092
9093 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
9094
9095         * tests/check/elements/audioresample.c:
9096           Add unit test for audioresample shutdown crasher (#420106).
9097
9098 2007-04-20  Stefan Kost  <ensonic@users.sf.net>
9099
9100         * gst/subparse/gstsubparse.c:
9101         * gst/subparse/samiparse.c:
9102           Use GST_DISABLE_XML here
9103
9104         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
9105         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_get_xv_support),
9106         (gst_xvimagesink_buffer_alloc),
9107         (gst_xvimagesink_navigation_send_event):
9108         * sys/xvimage/xvimagesink.h:
9109           Include stdlib.h when using atoi.
9110           
9111         * tests/check/elements/playbin.c: (playbin_suite):
9112           Use GST_DISABLE_REGISTRY here
9113
9114 2007-04-19  Michael Smith  <msmith@fluendo.com>
9115
9116         * ext/theora/gsttheoraenc.h:
9117         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
9118         (theora_enc_sink_event), (theora_enc_change_state):
9119           Track initialisation state; don't try to use encoder state if we're
9120           not initialised (it'll segfault).
9121
9122 2007-04-18  Stefan Kost  <ensonic@users.sf.net>
9123
9124         * tests/check/pipelines/.cvsignore:
9125         Fix build.
9126
9127 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
9128
9129         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9130         Allow random depths between 1 and 32 instead of only multiplies of 8.
9131
9132 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
9133
9134         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9135         Set the maximum number of channels for PCM and float in the correct
9136         place to have it also used when creating the template caps.
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         Correctly support 4, 6 and 8 channels with normal PCM and float
9142         wav files.
9143
9144         Fix the depth and signedness calculation in extensible wav files and
9145         also handle 1, 2, 4, 6, 8 channels here when a file without channel
9146         mask is found.
9147
9148         Add support for float, alaw and mulaw in extensible wav files.
9149
9150         This allows correct playback of all but 5 files from
9151         http://www-mmsp.ece.mcgill.ca/Documents/AudioFormats/WAVE/Samples.html
9152         
9153         (gst_riff_create_audio_template_caps):
9154         Add voxware and float formats to the template caps.     
9155
9156 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
9157
9158         Patch by: Vincent Torri <vtorri at univ-evry dot fr>
9159
9160         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_render_time):
9161         Fix unused variable warning if HAVE_LOCALTIME_R is undefinied
9162
9163         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9164         * gst/audioresample/gstaudioresample.c: (audioresample_do_output):
9165         Use the correct format strings for integer formats.
9166
9167 2007-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
9168
9169         * ext/theora/theoraenc.c (theora_buffer_from_packet, theora_enc_chain):
9170           Don't use pad_alloc_buffer_and_set_caps to create a small header
9171           packet, or, worse, to create a big temporary video buffer using the
9172           src pad.
9173
9174 2007-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
9175
9176         * gst/gdp/gstgdppay.c (gst_gdp_pay_chain):
9177         * tests/check/pipelines/streamheader.c (tag_event_probe_cb,
9178           GST_START_TEST, buffer_probe_cb, GST_START_TEST):
9179           Fix a bug where serialized IN_CAPS buffers needed to be set IN_CAPS.
9180
9181 2007-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
9182
9183         * tests/check/pipelines/streamheader.c (tag_event_probe_cb,
9184           GST_START_TEST, n_in_caps, buffer_probe_cb, GST_START_TEST,
9185           streamheader_suite):
9186           Add another test set up for failure
9187
9188 2007-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
9189
9190         * tests/check/Makefile.am:
9191         * tests/check/pipelines/streamheader.c (n_tags, tag_event_probe_cb,
9192           GST_START_TEST, streamheader_suite, main):
9193           Add a test for the streamheader bug Wim fixed.
9194
9195 2007-04-13  Jan Schmidt  <thaytan@mad.scientist.com>
9196
9197         * ext/theora/theoradec.c: (theora_dec_sink_event):
9198         Fix misleading comment.
9199
9200 2007-04-13  Stefan Kost  <ensonic@users.sf.net>
9201
9202         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9203           More sanity checks for the header fields.
9204
9205 2007-04-12  Tim-Philipp Müller  <tim at centricular dot net>
9206
9207         * gst-libs/gst/tag/tags.c: (gst_tag_freeform_string_to_utf8):
9208           Try encodings from all environment variables, not just those in the
9209           first environment variable that is set.
9210
9211 2007-04-12  Wim Taymans  <wim@fluendo.com>
9212
9213         * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps),
9214         (gst_video_rate_chain):
9215         Add some debug.
9216
9217         * tests/check/elements/videorate.c: (GST_START_TEST),
9218         (videorate_suite):
9219         Added check for videorate changing caps handling. Closes #421834.
9220
9221 2007-04-12  Michael Smith  <msmith@fluendo.com>
9222
9223         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
9224           Use scale functions to avoid overflow when calculating duration of 
9225           vorbis buffers.
9226
9227 2007-04-12  Tim-Philipp Müller  <tim at centricular dot net>
9228
9229         * docs/libs/gst-plugins-base-libs-sections.txt:
9230         * gst-libs/gst/tag/tag.h:
9231         * gst-libs/gst/tag/tags.c: (gst_tag_freeform_string_to_utf8):
9232           API: add gst_tag_freeform_string_to_utf8() (#405072).
9233
9234         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_extract_id3v1_string):
9235           Use gst_tag_freeform_string_to_utf8() here.
9236
9237 2007-04-12  Wim Taymans  <wim@fluendo.com>
9238
9239         * gst/gdp/gstgdppay.c: (gst_gdp_pay_chain),
9240         (gst_gdp_pay_sink_event):
9241         Make sure we set the IN_CAPS flag correctly.
9242
9243         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
9244         Get the IN_CAPS flag before we call functions that mess with the flags.
9245
9246 2007-04-10  Thomas Vander Stichele  <thomas at apestaart dot org>
9247
9248         * gst/gdp/gstgdppay.c (gst_gdp_pay_reset_streamheader,
9249           gst_gdp_pay_chain, gst_gdp_pay_sink_event):
9250           Only stamp buffers with offset/offset_end right before they get
9251           pushed.  This ensures offset continuity, which was not the case
9252           before as shown by
9253           gst-launch -v -m audiotestsrc num-buffers=10 ! audioconvert ! vorbisenc ! gdppay ! identity check-imperfect-offset=TRUE ! fakesink silent=TRUE
9254
9255 2007-04-06  Wim Taymans  <wim@fluendo.com>
9256
9257         * gst/playback/gstplaybin.c: (add_sink),
9258         (gst_play_bin_change_state):
9259         Activate sync in playbin, we are ready to handle it for live streams.
9260
9261 2007-04-06  Tim-Philipp Müller  <tim at centricular dot net>
9262
9263         * tests/check/elements/playbin.c:
9264         (test_sink_usage_video_only_stream), (playbin_suite):
9265           Add small test for stream-info-value-array code paths.
9266
9267 2007-04-05  Wim Taymans  <wim@fluendo.com>
9268
9269         * gst-libs/gst/audio/gstbaseaudiosink.c:
9270         (gst_base_audio_sink_skew_slaving):
9271         Don't try to create invalid calibration parameters by making the
9272         internal time go backwards, instead make external time go forward.
9273
9274 2007-04-05  Wim Taymans  <wim@fluendo.com>
9275
9276         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
9277
9278         * gst/playback/gstplaybasebin.c: (add_stream):
9279         Fix leak in add_stream(), when g_value_set_object() increases the
9280         refcount of streaminfo object. Fixes #426250.
9281
9282 2007-04-03  David Schleef  <ds@schleef.org>
9283
9284         * gst/videotestsrc/gstvideotestsrc.c:
9285         * gst/videotestsrc/gstvideotestsrc.h:
9286         * gst/videotestsrc/videotestsrc.c:
9287         * gst/videotestsrc/videotestsrc.h:
9288           Add a test pattern called "circular", which has concentric
9289           rings with varying radial frequency.  The main purpose of this
9290           pattern is to test fidelity loss in a filter or scaler element.
9291           Notably, this pattern is scale invariant, and is optimally viewed
9292           with a width (and height) of 400.
9293
9294 2007-04-03  Wim Taymans  <wim@fluendo.com>
9295
9296         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
9297
9298         * gst/playback/gstdecodebin2.c: (connect_pad), (expose_pad),
9299         (deactivate_free_recursive):
9300         Decodebin2 doesn't unref pads it obtains in some occasions:
9301         - multiqueue src pads, when either connecting further or exposing
9302         - sink pads of new autoplugged elements
9303         - peer pads when recursively freeing elements
9304         Fixes #425455.
9305
9306 2007-03-30  Sebastian Dröge  <slomo@circular-chaos.org>
9307
9308         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9309         Add audio/x-raw-float support, now that audioconvert support
9310         non-native endianness floats.
9311
9312 2007-03-30  Tim-Philipp Müller  <tim at centricular dot net>
9313
9314         * docs/libs/gst-plugins-base-libs-docs.sgml:
9315           gstreamer-plugins-base.pc doesn't exist, it's
9316           gstreamer-plugins-base-0.10.pc.
9317
9318 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
9319
9320         Patch by: René Stadler <mail at renestadler dot de>
9321         with some minor changes
9322
9323         * gst-libs/gst/floatcast/floatcast.h:
9324         Use more efficient float endianness conversion functions that don't
9325         involve 2 function calls per value.
9326         * gst/audioconvert/audioconvert.c: (audio_convert_get_func_index),
9327         (check_default), (audio_convert_prepare_context):
9328         * gst/audioconvert/gstaudioconvert.c:
9329         (gst_audio_convert_parse_caps), (make_lossless_changes):
9330         Support non-native endianness floats as input and output.
9331         Fixes #339838.
9332         * tests/check/elements/audioconvert.c: (verify_convert),
9333         (GST_START_TEST):
9334         Add unit tests for the non-native endianness float conversions.
9335
9336 2007-03-29  Wim Taymans  <wim@fluendo.com>
9337
9338         * gst-libs/gst/rtp/gstbasertpdepayload.c:
9339         (gst_base_rtp_depayload_base_init),
9340         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
9341         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
9342         (gst_base_rtp_depayload_set_gst_timestamp),
9343         (gst_base_rtp_depayload_change_state),
9344         (gst_base_rtp_depayload_set_property),
9345         (gst_base_rtp_depayload_get_property):
9346         * gst-libs/gst/rtp/gstbasertpdepayload.h:
9347         Add Private structure.
9348         Bring element code to 2007.
9349         Parse clock-base caps param and use it when generating the
9350         newsegment.
9351         Reset variables before going to PAUSED.
9352         Fix some docs.
9353
9354 2007-03-29  Wim Taymans  <wim@fluendo.com>
9355
9356         * docs/libs/gst-plugins-base-libs-docs.sgml:
9357         * docs/libs/gst-plugins-base-libs-sections.txt:
9358         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
9359         (gst_base_rtp_audio_payload_get_adapter):
9360         Add RTCP docs.
9361         Fix some more docs.
9362
9363         * gst-libs/gst/rtp/Makefile.am:
9364         * gst-libs/gst/rtp/gstrtcpbuffer.c:
9365         (gst_rtcp_buffer_new_take_data), (gst_rtcp_buffer_new_copy_data),
9366         (gst_rtcp_buffer_validate_data), (gst_rtcp_buffer_validate),
9367         (gst_rtcp_buffer_get_packet_count), (read_packet_header),
9368         (gst_rtcp_buffer_get_first_packet), (gst_rtcp_packet_move_to_next),
9369         (gst_rtcp_buffer_add_packet), (gst_rtcp_packet_remove),
9370         (gst_rtcp_packet_get_padding), (gst_rtcp_packet_get_type),
9371         (gst_rtcp_packet_get_count), (gst_rtcp_packet_get_length),
9372         (gst_rtcp_packet_sr_get_sender_info),
9373         (gst_rtcp_packet_sr_set_sender_info),
9374         (gst_rtcp_packet_rr_get_ssrc), (gst_rtcp_packet_rr_set_ssrc),
9375         (gst_rtcp_packet_get_rb_count), (gst_rtcp_packet_get_rb),
9376         (gst_rtcp_packet_add_rb), (gst_rtcp_packet_set_rb),
9377         (gst_rtcp_packet_sdes_get_chunk_count),
9378         (gst_rtcp_packet_sdes_first_chunk),
9379         (gst_rtcp_packet_sdes_next_chunk), (gst_rtcp_packet_sdes_get_ssrc),
9380         (gst_rtcp_packet_sdes_first_item),
9381         (gst_rtcp_packet_sdes_next_item), (gst_rtcp_packet_sdes_get_item),
9382         (gst_rtcp_packet_bye_get_ssrc_count),
9383         (gst_rtcp_packet_bye_get_nth_ssrc), (gst_rtcp_packet_bye_add_ssrc),
9384         (gst_rtcp_packet_bye_add_ssrcs), (get_reason_offset),
9385         (gst_rtcp_packet_bye_get_reason_len),
9386         (gst_rtcp_packet_bye_get_reason), (gst_rtcp_packet_bye_set_reason):
9387         * gst-libs/gst/rtp/gstrtcpbuffer.h:
9388         Add new helper object for parsing and creating RTCP messages.
9389
9390 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
9391
9392         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9393         PCM samples with width=8 must be always unsigned, no matter what
9394         depth they have.
9395
9396 2007-03-29  Andy Wingo  <wingo@pobox.com>
9397
9398         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev): Make
9399         perfect offsets also, not just timestamps.
9400
9401         * tests/check/elements/videorate.c (test_more): Test that given
9402         any incoming offsets, that videorate produces perfect offsets.
9403
9404 2007-03-29  Wim Taymans  <wim@fluendo.com>
9405
9406         * gst-libs/gst/riff/riff-ids.h:
9407         Add some more RIFF formats.
9408
9409 2007-03-29  Wim Taymans  <wim@fluendo.com>
9410
9411         * gst-libs/gst/rtp/gstrtpbuffer.c:
9412         (gst_rtp_buffer_default_clock_rate):
9413         * gst-libs/gst/rtp/gstrtpbuffer.h:
9414         Fix fixed payload names and docs.
9415         Added method to get the default clock rates of fixed payload types.
9416         API: GstRTPBuffer::gst_rtp_buffer_default_clock_rate()
9417
9418 2007-03-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9419
9420         * tests/check/pipelines/.cvsignore:
9421         Add new vorbisdec test to cvsignore.
9422
9423 2007-03-28  Wim Taymans  <wim@fluendo.com>
9424
9425         * gst-libs/gst/audio/gstbaseaudiosink.c: (slave_method_get_type),
9426         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
9427         (gst_base_audio_sink_query), (gst_base_audio_sink_get_time),
9428         (gst_base_audio_sink_set_property),
9429         (gst_base_audio_sink_get_property), (gst_base_audio_sink_event),
9430         (clock_convert_external), (gst_base_audio_sink_resample_slaving),
9431         (gst_base_audio_sink_skew_slaving),
9432         (gst_base_audio_sink_handle_slaving), (gst_base_audio_sink_render),
9433         (gst_base_audio_sink_async_play):
9434         * gst-libs/gst/audio/gstbaseaudiosink.h:
9435         Store private stuff in GstBaseAudioSinkPrivate.
9436         Add configurable clock slaving modes property.
9437         API:: GstBaseAudioSink::slave-method property
9438         Some more latency reporting tweaks.
9439         Added skew based clock slaving correction and make it the default until
9440         the resampling method is more robust.
9441
9442 2007-03-27  Sebastian Dröge  <slomo@circular-chaos.org>
9443
9444         * gst/audioconvert/audioconvert.c:
9445         Add docs to the integer pack functions and implement proper
9446         rounding. Before we had rounding towards negative infinity, i.e.
9447         always the smaller number was taken. Now we use natural rounding,
9448         i.e. rounding to the nearest integer and to the one with the largest
9449         absolute value for X.5. The old rounding introduced some minor
9450         distortions. Fixes #420079
9451         * tests/check/elements/audioconvert.c: (GST_START_TEST):
9452         Fix one unit test that assumed the old rounding and added unit tests
9453         for checking signed/unsigned int16 <-> signed/unsigned int16 with
9454         depth 8, one for signed int16 <-> unsigned int16 and one for the new
9455         rounding from signed int32 to signed/unsigned int16.
9456
9457 2007-03-27  Michael Smith  <msmith@fluendo.com>
9458
9459         * gst/audioconvert/gstaudioconvert.c: (strip_width_64),
9460         (gst_audio_convert_transform_caps):
9461           Fix typo in debug line introduced recently, as pointed out on irc.
9462
9463 2007-03-27  Tim-Philipp Müller  <tim at centricular dot net>
9464
9465         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
9466         * tests/check/libs/tag.c: (GST_START_TEST):
9467           Make sure we parse floating-point numbers in vorbis comments
9468           correctly with either '.' or ',' as separator, no matter what
9469           the current locale is. Add unit test for this too.
9470
9471 2007-03-26  Tim-Philipp Müller  <tim at centricular dot net>
9472
9473         Patch by: René Stadler  <mail at renestadler de>
9474
9475         * gst-libs/gst/tag/gstvorbistag.c: (gst_tag_to_vorbis_comments):
9476           When writing out floating-point numbers to vorbis comment tags, always
9477           use the same character as separator no matter what the current locale is
9478           (fixes #423051).
9479
9480         * tests/check/libs/tag.c: (GST_START_TEST):
9481           Add unit tests for replaygain tags in vorbis comments (closes #423055).
9482
9483 2007-03-26  Thomas Vander Stichele  <thomas at apestaart dot org>
9484
9485         * ext/vorbis/vorbisdec.c (vorbis_dec_push_forward,
9486           vorbis_handle_data_packet):
9487           Correctly set DURATION to generate a timestamp-continuous stream.
9488           One bug left at the end; see
9489           ihttp://bugzilla.gnome.org/show_bug.cgi?id=423086
9490         * tests/check/Makefile.am:
9491         * tests/check/pipelines/vorbisenc.c (GST_START_TEST):
9492           Add a test to check this.  Without the above patch this test fails.
9493
9494 2007-03-26  Jan Schmidt  <thaytan@mad.scientist.com>
9495
9496         * gst-libs/gst/rtp/Makefile.am:
9497         The base audio payloader uses GstAdapter - we need GST_BASE_LIBS.
9498
9499 2007-03-23  Michael Smith  <msmith@fluendo.com>
9500
9501         * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps),
9502         (gst_video_rate_reset), (gst_video_rate_chain):
9503           If videorate changes caps, we can no longer use the old buffer
9504           (which may have a different size, incompatible with our caps).
9505           So don't do that; just duplicate the new frame more times.
9506
9507 2007-03-22  Jan Schmidt  <thaytan@mad.scientist.com>
9508
9509         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
9510         Remove playbin's override of the set_clock vmethod. It's irrelevant
9511         after Wim's commit on the 19th.
9512
9513 2007-03-22  Wim Taymans  <wim@fluendo.com>
9514
9515         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_get_size),
9516         (gst_gnome_vfs_src_start), (gst_gnome_vfs_src_stop):
9517         * ext/gnomevfs/gstgnomevfssrc.h:
9518         Don't cache file sizes. Fixes #341078.
9519
9520 2007-03-21  Tim-Philipp Müller  <tim at centricular dot net>
9521
9522         * gst/playback/gstplaybin.c: (add_sink):
9523           Use GST_PTR_FORMAT to log caps. 
9524
9525 2007-03-21  Tim-Philipp Müller  <tim at centricular dot net>
9526
9527         Patch by: Young-Ho Cha <ganadist at chollian net>
9528
9529         * gst/subparse/samiparse.c: (handle_start_font):
9530           Special-case some more colour names that pango doesn't handle by
9531           default. Fixes #420578.
9532
9533 2007-03-20  Michael Smith  <msmith@fluendo.com>
9534
9535         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
9536           If we get a zero-sized input buffer, don't pass it to libvorbis, as
9537           that marks EOS internally. After that, libvorbis will buffer all
9538           input data, and encode none of it, eventually leading to memory
9539           exhaustion.
9540
9541 2007-03-19  Wim Taymans  <wim@fluendo.com>
9542
9543         * gst/playback/gstdecodebin.c: (remove_fakesink):
9544         Don't post STATE_DIRTY anymore.
9545
9546         * gst/playback/gstplaybin.c: (add_sink), (gst_play_bin_send_event),
9547         (gst_play_bin_change_state):
9548         Remove stream_time reset in seek handling, core does that now.
9549         Disable clocking for live pipelines by forcing a NULL clock to the
9550         complete pipeline, core is too smart now for our previous hack.
9551         We can always autoplug in PAUSED now.
9552
9553 2007-03-17  David Schleef  <ds@schleef.org>
9554
9555         * REQUIREMENTS:  Update this file, change the formatting to make
9556         it more consistent, plus more machine readable.
9557
9558 2007-03-16  Michael Smith  <msmith@fluendo.com>
9559
9560         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
9561         (strip_width_64), (append_with_other_format):
9562           Previous fix was too simplistic, and broke the tests. Use a better
9563           approach; only strip 64 from widths for integer audio.
9564
9565 2007-03-16  Michael Smith  <msmith@fluendo.com>
9566
9567         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
9568         (gst_audio_convert_transform_caps):
9569           We don't support 64 bit integer audio, so don't try to claim we can.
9570           Stops us producing caps don't match our template caps.
9571           Update comments.
9572
9573 2007-03-15  Michael Smith  <msmith@fluendo.com>
9574
9575         * gst/audioresample/gstaudioresample.c:
9576         (audioresample_check_discont), (audioresample_transform):
9577           Don't trigger discontinuities for very small imperfections; a filter
9578           flush will sound bad, and many plugins have rounding errors leading
9579           to these.
9580
9581 2007-03-14 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
9582
9583         Patch by: Olivier Crete <olivier.crete@collabora.co.uk>
9584
9585         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
9586         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
9587         API: add "min-ptime" property to RTP base audio payloader.
9588         API: add gst_base_rtp_audio_payload_push().
9589         API: add gst_base_rtp_audio_payload_get_adapter().
9590         Fixes #415001
9591         Indentation/whitespace/documentation fixes.
9592
9593 2007-03-14  Julien MOUTTE  <julien@moutte.net>
9594
9595         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
9596         (audioresample_transform_size), (audioresample_do_output),
9597         (audioresample_transform), (audioresample_pushthrough): Handle
9598         discontinuous streams.
9599         * gst/audioresample/gstaudioresample.h:
9600         * tests/check/elements/audioresample.c:
9601         (test_discont_stream_instance), (GST_START_TEST),
9602         (audioresample_suite): Add a test for discontinuous streams.
9603         * win32/common/config.h: Updated.
9604
9605 2007-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
9606
9607         * po/af.po:
9608         * po/az.po:
9609         * po/cs.po:
9610         * po/en_GB.po:
9611         * po/it.po:
9612         * po/nb.po:
9613         * po/nl.po:
9614         * po/or.po:
9615         * po/sq.po:
9616         * po/sr.po:
9617         * po/sv.po:
9618         * po/uk.po:
9619         * po/vi.po:
9620           Update translations from translation project.
9621
9622 2007-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
9623
9624         * gst/audioresample/debug.h:
9625         * gst/audioresample/resample.c: (resample_init):
9626           Since I really am not interested in a debug line for each sample
9627           being processed, move the library's debugging to its own category,
9628           libaudioresample
9629
9630 2007-03-13  Michael Smith  <msmith@fluendo.com>
9631
9632         * ext/theora/theoradec.c: (theora_handle_type_packet):
9633           Since the plugin doesn't support anything other than 4:2:0 right
9634           now, post an error and fail if we get something else. Won't matter
9635           until libtheora supports the other pixel formats, but hopefully
9636           that'll be soon...
9637
9638 2007-03-10  Sebastien Moutte  <sebastien@moutte.net>
9639
9640         * gst-libs/gst/audio/gstbaseaudiosink.c:(gst_base_audio_sink_render):
9641         Use gst_guint64_to_gdouble for conversion.
9642         * win32/MANIFEST:
9643         Add new files to the win32 MANIFEST.
9644         * win32/common/libgstaudio.def:
9645         * win32/common/libgstpbutils.def:
9646         Add new exported functions.
9647         * win32/vs6/gst_plugins_base.dsw:
9648         * win32/vs6/libgstdecodebin.dsp:
9649         * win32/vs6/libgstplaybin.dsp:
9650         Change the link to libgstpbutils.lib.
9651         * win32/vs6/libgstdecodebin2.dsp:
9652         Add a new project for decodebin2.
9653         * win32/vs6/libgstpbutils.dsp:
9654         Add a new project for pbutils.
9655
9656 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
9657
9658         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
9659           Also accept partial dates with only year and month,
9660           like 1999-12-00 (fixes #410396 even more).
9661
9662         * tests/check/libs/tag.c: (GST_START_TEST):
9663           Add unit test for the above.
9664
9665 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
9666
9667         * tests/check/elements/subparse.c: (GST_START_TEST),
9668         (subparse_suite):
9669           Add unit test for MPL2 subtitle format (#413799).
9670
9671 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
9672
9673         Patch by: Kamil Pawlowski  <kamilpe gmail com>
9674
9675         * gst/subparse/Makefile.am:
9676         * gst/subparse/gstsubparse.c:
9677         (gst_sub_parse_data_format_autodetect),
9678         (gst_sub_parse_format_autodetect), (gst_sub_parse_sink_event),
9679         (gst_subparse_type_find):
9680         * gst/subparse/gstsubparse.h:
9681         * gst/subparse/mpl2parse.c: (mpl2_parse_line), (parse_mpl2):
9682         * gst/subparse/mpl2parse.h:
9683           Add support for MPL2 subtitle format (#413799).
9684
9685 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
9686
9687         * configure.ac:
9688           We require core CVS for the new buffer metadata copy functions.
9689
9690 2007-03-09  Wim Taymans  <wim@fluendo.com>
9691
9692         * gst-libs/gst/tag/gstid3tag.c:
9693         Add read support for GST_TAG_MUSICBRAINZ_SORTNAME (TSOP) tag.
9694         Fixes #414496.
9695
9696         Patch by: Alex Lancaster <alexl at users sourceforge net>
9697
9698 2007-03-09  Wim Taymans  <wim@fluendo.com>
9699
9700         * ext/libvisual/visual.c: (gst_visual_sink_setcaps),
9701         (gst_vis_src_negotiate), (get_buffer), (gst_visual_chain):
9702         Improve adapter usage and comments.
9703
9704 2007-03-09  Wim Taymans  <wim@fluendo.com>
9705
9706         * ext/pango/gsttextrender.c: (gst_text_render_chain):
9707         * ext/vorbis/vorbistag.c: (gst_vorbis_tag_parse_packet):
9708         * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netbuffer_copy):
9709         Use new metadata copy function.
9710
9711         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
9712         (gst_ffmpegcsp_transform):
9713         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform):
9714         Basetransform copied the metadata for us.
9715
9716 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
9717
9718         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event),
9719         (gst_text_overlay_video_event):
9720           Some more logging. Only accept newsegment events in TIME format and
9721           send a WARNING message if they are not in TIME format.
9722
9723         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
9724         (gst_sub_parse_init), (gst_sub_parse_src_event), (handle_buffer),
9725         (gst_sub_parse_chain), (gst_sub_parse_sink_event):
9726         * gst/subparse/gstsubparse.h:
9727           No need to allocate GstSegment structure dynamically, just put it
9728           into the instance structure; ignore newsegment events in BYTE
9729           format and in particular don't let it overwrite our saved TIME
9730           segment from the last seek.
9731
9732 2007-03-09  Michael Smith  <msmith@fluendo.com>
9733
9734         * gst/typefind/gsttypefindfunctions.c: (ac3_type_find):
9735           Replace AC3 typefinder with one that isn't terrible, and actually
9736           works usefully.
9737
9738 2007-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
9739
9740         * gst/audioconvert/gstaudioconvert.c:
9741         (gst_audio_convert_transform):
9742           fix error category and translatable string
9743           
9744
9745 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
9746
9747         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
9748         * pkgconfig/gstreamer-plugins-base.pc.in:
9749           Fix up utils => pbutils here too.
9750
9751 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
9752
9753         * gst/subparse/gstsubparse.c: (handle_buffer):
9754           Break out of loop in chain function as soon as possible if we get
9755           a non-OK flow return.
9756
9757 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
9758
9759         * tests/check/elements/alsa.c: (GST_START_TEST):
9760         Unref the mixer if the state change fails too (if the
9761         alsa devices are inaccessible, for example)
9762
9763 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
9764
9765         * tests/check/Makefile.am:
9766         Don't test libvisual elements in the states check, because libvisual
9767         seems to leak internally.
9768
9769         Re-enable the alsa and states tests now that there's new suppressions
9770         in gst.supp.
9771
9772         * tests/check/elements/alsa.c: (GST_START_TEST):
9773         Don't leak the alsamixer we instantiated.
9774
9775 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
9776
9777         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
9778         (gst_ximagesink_change_state), (gst_ximagesink_reset),
9779         (gst_ximagesink_finalize):
9780         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
9781         (gst_xvimagesink_reset), (gst_xvimagesink_finalize):
9782         Move some cleanup stuff from the state change handler into a _reset()
9783         function that can be called from _finalize(). This ensures that things
9784         get freed even if (for some reason) the NULL->READY state transition
9785         fails in the parent class.
9786         Even if a parent state change fails, process our downward state change
9787         logic instead of bailing out early.
9788         Free the correct xcontext pointer in ximagesink's xcontext_clear.
9789
9790 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
9791
9792         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
9793         Extra log line.
9794
9795         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_init):
9796         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_init):
9797         Use pango_font_description_set_family_static instead of 
9798         pango_font_description_set_family to save a string copy (it was
9799         leaking due to the strdup anyway)
9800
9801         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_finalize):
9802         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_finalize):
9803         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_finalize):
9804         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_finalize):
9805         Chain up in finalize.
9806
9807 2007-03-07  Tim-Philipp Müller  <tim at centricular dot net>
9808
9809         * gst-libs/gst/interfaces/mixertrack.c:
9810         (gst_mixer_track_class_init), (gst_mixer_track_get_property),
9811         (gst_mixer_track_set_property):
9812           API: add "untranslated-label" property which should be set by
9813           implementations at construct time (#414645).
9814
9815         * ext/alsa/gstalsamixeroptions.c: (gst_alsa_mixer_options_new):
9816         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
9817           Set "untranslated-label" when constructing mixer track objects.
9818
9819         * tests/check/elements/alsa.c: (GST_START_TEST), (alsa_suite):
9820           Unit test to check the above.
9821
9822 2007-03-07  Wim Taymans  <wim@fluendo.com>
9823
9824         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain):
9825         Fix confusing debug message.
9826
9827 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
9828
9829         * gst-plugins-base.doap:
9830         update doap file with new version
9831
9832 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
9833
9834         * configure.ac:
9835         Back to CVS
9836
9837 === release 0.10.12 ===
9838
9839 2007-03-07  Jan Schmidt <thaytan@mad.scientist.com>
9840
9841         * configure.ac:
9842           releasing 0.10.12, "Zombie Horde"
9843
9844 2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
9845
9846         * configure.ac:
9847         Bump version to 0.10.11.4 pre-release
9848
9849 2007-03-06  Wim Taymans  <wim@fluendo.com>
9850
9851         * gst-libs/gst/audio/gstbaseaudiosink.c:
9852         (gst_base_audio_sink_async_play):
9853         Fix regression that made GStreamer skip the first samples of audio.
9854         Fixes #414684.
9855
9856 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
9857
9858         * configure.ac:
9859         Bump version to 0.10.11.3 pre-release
9860
9861 2007-03-05  Sebastian Dröge  <slomo@circular-chaos.org>
9862
9863         * po/POTFILES.in:
9864           Update paths for the rename from utils to pbutils to fix the build.
9865
9866 2007-03-05  Tim-Philipp Müller  <tim at centricular dot net>
9867
9868         * gst-libs/gst/pbutils/Makefile.am:
9869           Change directory to install headers in from gst/utils to gst/pbutils
9870           as well.
9871
9872 2007-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
9873
9874         * configure.ac:
9875         * docs/libs/gst-plugins-base-libs-docs.sgml:
9876         * docs/libs/gst-plugins-base-libs-sections.txt:
9877         * gst-libs/gst/Makefile.am:
9878         * gst-libs/gst/interfaces/mixer.c:
9879         * gst-libs/gst/pbutils/Makefile.am:
9880         * gst-libs/gst/pbutils/descriptions.c:
9881         (gst_pb_utils_get_source_description),
9882         (gst_pb_utils_get_sink_description),
9883         (gst_pb_utils_get_decoder_description),
9884         (gst_pb_utils_get_encoder_description),
9885         (gst_pb_utils_get_element_description),
9886         (gst_pb_utils_add_codec_description_to_tag_list),
9887         (gst_pb_utils_get_codec_description), (gst_pb_utils_list_all):
9888         * gst-libs/gst/pbutils/descriptions.h:
9889         * gst-libs/gst/pbutils/install-plugins.c:
9890         * gst-libs/gst/pbutils/install-plugins.h:
9891         * gst-libs/gst/pbutils/missing-plugins.c:
9892         (gst_missing_uri_source_message_new),
9893         (gst_missing_uri_sink_message_new),
9894         (gst_missing_element_message_new),
9895         (gst_missing_decoder_message_new),
9896         (gst_missing_encoder_message_new),
9897         (gst_missing_plugin_message_get_description):
9898         * gst-libs/gst/pbutils/missing-plugins.h:
9899         * gst-libs/gst/pbutils/pbutils.c: (gst_pb_utils_init):
9900         * gst-libs/gst/pbutils/pbutils.h:
9901         * gst-libs/gst/utils/Makefile.am:
9902         * gst-libs/gst/utils/base-utils.c:
9903         * gst-libs/gst/utils/base-utils.h:
9904         * gst-libs/gst/utils/descriptions.c:
9905         * gst-libs/gst/utils/descriptions.h:
9906         * gst-libs/gst/utils/install-plugins.c:
9907         * gst-libs/gst/utils/install-plugins.h:
9908         * gst-libs/gst/utils/missing-plugins.c:
9909         * gst-libs/gst/utils/missing-plugins.h:
9910         * gst-plugins-base.spec.in:
9911         * gst/playback/Makefile.am:
9912         * gst/playback/gstdecodebin.c:
9913         * gst/playback/gstdecodebin2.c:
9914         * gst/playback/gstplaybasebin.c: (setup_subtitle),
9915         (gen_source_element):
9916         * gst/playback/gstplaybin.c: (plugin_init):
9917         * tests/check/Makefile.am:
9918         * tests/check/libs/pbutils.c: (GST_START_TEST),
9919         (test_pb_utils_install_plugins_do_callout), (libgstpbutils_suite):
9920         * tests/check/libs/utils.c:
9921           rename utils to pbutils
9922
9923 2007-03-02  Jan Schmidt  <thaytan@mad.scientist.com>
9924
9925         * docs/plugins/Makefile.am:
9926         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
9927         * docs/plugins/gst-plugins-base-plugins-sections.txt:
9928         * docs/plugins/inspect/plugin-decodebin2.xml:
9929         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init):
9930         Add documentation for decodebin2 that indicates that the API
9931         is still unstable.
9932
9933 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
9934
9935         * configure.ac:
9936         Update to 0.10.11.2 (0.10.12 pre-release)
9937
9938 2007-03-01  Wim Taymans  <wim@fluendo.com>
9939
9940         * gst-libs/gst/audio/gstbaseaudiosink.c:
9941         (gst_base_audio_sink_async_play):
9942         base time is irrelevant here.
9943
9944 2007-03-01  Wim Taymans  <wim@fluendo.com>
9945
9946         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
9947         * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
9948         Improve debugging.
9949
9950         * gst-libs/gst/audio/gstbaseaudiosink.c:
9951         (gst_base_audio_sink_query), (gst_base_audio_sink_event),
9952         (gst_base_audio_sink_render), (gst_base_audio_sink_async_play):
9953         Improve latency and clock slaving calculations.
9954         Improve slave clock calibration.
9955
9956         * gst-libs/gst/audio/gstringbuffer.c:
9957         (gst_ring_buffer_commit_full):
9958         When we are asked to render N sample to 0 bytes, return N.
9959
9960 2007-03-01  Wim Taymans  <wim@fluendo.com>
9961
9962         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
9963         (gst_alsasink_write), (gst_alsasink_reset):
9964         * ext/alsa/gstalsasink.h:
9965         Remove unused dispose function.
9966         Rename lock to not interfere with alsasrc lock.
9967
9968         * ext/alsa/gstalsasrc.c: (gst_alsasrc_finalize),
9969         (gst_alsasrc_class_init), (gst_alsasrc_init), (set_swparams),
9970         (gst_alsasrc_read), (gst_alsasrc_reset):
9971         * ext/alsa/gstalsasrc.h:
9972         Implement finalize function.
9973         Use lock to protect alsa access.
9974         Implement _reset.
9975         Fine tune sw params.
9976
9977 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
9978
9979         * configure.ac:
9980           Convert to new AG_GST style.
9981
9982 2007-02-28  Wim Taymans  <wim@fluendo.com>
9983
9984         Patch by: Ed Catmur <ed at catmur dot co dot uk>
9985
9986         * gst/playback/gstplaybin.c: (gst_play_bin_vis_unblocked),
9987         (gst_play_bin_vis_blocked), (gst_play_bin_set_property):
9988         Fix race condition when rapidly switching visualisations in playbin.
9989         Fixes #401029.
9990
9991 2007-02-28  Jan Schmidt  <thaytan@mad.scientist.com>
9992
9993         * tests/check/Makefile.am:
9994         Include local stuff before system installed things in LDFLAGS and
9995         CFLAGS.
9996
9997 2007-02-28  Wim Taymans  <wim@fluendo.com>
9998
9999         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_sink_activate):
10000         Improve debugging.
10001
10002 2007-02-28  Wim Taymans  <wim@fluendo.com>
10003
10004         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
10005         (gst_v4lsrc_fixate), (gst_v4lsrc_query):
10006         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_buffer_new):
10007         Fix duration and timestamping, taking latency into account.
10008         Implement latency query.
10009
10010 2007-02-28  Wim Taymans  <wim@fluendo.com>
10011
10012         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
10013         (gst_audio_clock_new):
10014         Fix clock name.
10015
10016         * gst-libs/gst/audio/gstbaseaudiosink.c:
10017         (gst_base_audio_sink_init), (gst_base_audio_sink_query):
10018         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
10019         (gst_base_audio_src_query), (gst_base_audio_src_get_offset),
10020         (gst_base_audio_src_create):
10021         Improve latency query code.
10022         Use proper clock names.
10023
10024 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
10025
10026         * tests/check/generic/states.c: (GST_START_TEST):
10027           Copy the states.c test from core again
10028         * tests/check/Makefile.am:
10029           ignore cdio and cdparanoiasrc
10030
10031 2007-02-28  Stefan Kost  <ensonic@users.sf.net>
10032
10033         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
10034         (double_hq), (audio_convert_get_func_index), (check_default),
10035         (audio_convert_prepare_context), (audio_convert_convert):
10036           Also make valgrind happy and avoid copying data in some cases.
10037
10038 2007-02-28  Stefan Kost  <ensonic@users.sf.net>
10039
10040         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
10041         (double_hq), (audio_convert_get_func_index),
10042         (audio_convert_prepare_context), (audio_convert_convert):
10043         * gst/audioconvert/gstaudioconvert.c:
10044         (gst_audio_convert_class_init), (gst_audio_convert_get_unit_size),
10045         (gst_audio_convert_transform_caps):
10046         * tests/check/elements/audioconvert.c: (GST_START_TEST),
10047         (audioconvert_suite):
10048           Don't run inplace if that overwrites source data as we go. Add more
10049           tests. Fixes #339837 even more.
10050
10051 2007-02-27  Julien MOUTTE  <julien@moutte.net>
10052
10053         * tests/examples/seek/seek.c: (do_seek), (set_update_scale),
10054         (msg_segment_done): Fix various seeking bugs (Slider was not
10055         updating when doing a non flushing seek, Reverse playback 
10056         on segment seek was wrong).
10057
10058 2007-02-26  Wim Taymans  <wim@fluendo.com>
10059
10060         * tests/examples/seek/seek.c: (stop_seek):
10061         When we stop scrubbing, don't leave the pipeline PLAYING when we
10062         requested a PAUSED state.
10063
10064 2007-02-25  Tim-Philipp Müller  <tim at centricular dot net>
10065
10066         Patch by: René Stadler <mail at renestadler de>
10067
10068         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
10069           Parse date strings in vorbis comments that have an invalid (zero)
10070           month or day (#410396).
10071
10072         * tests/check/libs/tag.c: (GST_START_TEST):
10073           Test case for the above.
10074
10075 2007-02-24  Tim-Philipp Müller  <tim at centricular dot net>
10076
10077         Patch by: Loïc Minier <lool+gnome at via ecp fr>
10078
10079         * configure.ac:
10080         * ext/alsa/Makefile.am:
10081         * gst/audiotestsrc/Makefile.am:
10082           Fix compilation with LDFLAGS='-Wl,-z,defs' (#410963).
10083
10084 2007-02-23  Tim-Philipp Müller  <tim at centricular dot net>
10085
10086         * gst/playback/gstplaybin.c:
10087           Improve docs: point out that the application needs to assist playbin
10088           with buffering.
10089
10090 2007-02-23  Tim-Philipp Müller  <tim at centricular dot net>
10091
10092         * gst-libs/gst/utils/install-plugins.c:
10093         * gst-libs/gst/utils/missing-plugins.c:
10094         * tests/check/libs/utils.c: (missing_msg_check_getters):
10095           Change GStreamer marker prefix in detail string from 'gstreamer.net'
10096           to just 'gstreamer'. Document the caps string component of the
10097           decoder/encoder detail a bit better, since not everyone will be
10098           familiar with the GStreamer media type/caps system (but they better
10099           enjoy nested itemized lists).
10100
10101 2007-02-22  Tim-Philipp Müller  <tim at centricular dot net>
10102
10103         * gst-libs/gst/netbuffer/gstnetbuffer.c:
10104         (notgst_buffer_copy_fields_in_place), (gst_netbuffer_copy):
10105           Fix copying of GstNetBuffer (would crash before, or at least lead to
10106           invalid memory access, #410772), for now by copying the GstBuffer copy
10107           code from the core over here so we can copy the GstBuffer fields on a
10108           provided buffer instance (of type GstNetBuffer in this case). Would be
10109           better to fix this with some support by the core though (and in the long
10110           run change the broken GstBuffer/GstMiniObject copy semantics, #393099).
10111
10112         * tests/check/Makefile.am:
10113           Enable unit test for GstNetBuffer.
10114
10115 2007-02-22  Andy Wingo  <wingo@pobox.com>
10116
10117         * gst-libs/gst/audio/gstbaseaudiosink.c
10118         (gst_base_audio_sink_init): Disable pull-mode activation until we
10119         figure out how to make audio sinks go to PLAYING.
10120
10121 2007-02-22  Stefan Kost  <ensonic@users.sf.net>
10122
10123         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
10124         (double_hq), (audio_convert_get_func_index),
10125         (audio_convert_prepare_context), (audio_convert_convert):
10126         * gst/audioconvert/audioconvert.h:
10127         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_setup_matrix),
10128         (gst_channel_mix_mix_int), (gst_channel_mix_mix_float):
10129         * gst/audioconvert/gstchannelmix.h:
10130         * tests/check/elements/audioconvert.c: (GST_START_TEST):
10131           Add float as an intermediate format, as well as float mixing. Enable
10132           test that was failing before. Fixes #339837
10133
10134 2007-02-21  Jan Schmidt  <thaytan@mad.scientist.com>
10135
10136         * tests/examples/seek/seek.c: (do_seek):
10137         Undo the previous commit: -1 as a stop time implies that the stop
10138         time is the end of file, clearing any previously configured segment.
10139
10140 2007-02-21  Jan Schmidt  <thaytan@mad.scientist.com>
10141
10142         * tests/examples/seek/seek.c: (do_seek):
10143         Don't SEEK_SET with a stop time of -1, use SEEK_NONE instead.
10144
10145 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
10146
10147         * gst/volume/gstvolume.c: (volume_process_int16),
10148         (volume_process_int16_clamp), (volume_set_caps):
10149           Unbreak volume, value remains gint.
10150
10151 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
10152
10153         * gst/volume/gstvolume.c: (volume_choose_func),
10154         (volume_update_real_volume), (gst_volume_set_volume),
10155         (gst_volume_init), (volume_process_double), (volume_process_float),
10156         (volume_process_int16), (volume_process_int16_clamp),
10157         (volume_set_caps), (volume_transform_ip), (volume_update_volume):
10158         * gst/volume/gstvolume.h:
10159           Extend float audio support (double) and some int->uint cleanups.
10160
10161 2007-02-20  Edward Hervey  <edward@fluendo.com>
10162
10163         * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose),
10164         (multi_queue_underrun_cb), (gst_decode_group_check_if_drained),
10165         (sort_end_pads), (gst_decode_group_expose),
10166         (gst_decode_group_hide):
10167         Don't free groups from the streaming threads. Just put them aside and
10168         free them in dispose.
10169
10170 2007-02-20  Edward Hervey  <edward@fluendo.com>
10171
10172         * gst/playback/gstdecodebin2.c: (connect_element),
10173         (pad_added_group_cb), (gst_decode_group_check_if_blocked),
10174         (sort_end_pads), (gst_decode_group_expose):
10175         Handle dynamic pads within groups.
10176         Sort pads before exposing them in order to make playbin happy.
10177         There still is a race with the multiqueue filling up. This should be
10178         solved separately.
10179         Fixes #398721
10180
10181 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
10182
10183         * gst-libs/gst/utils/base-utils.c:
10184         * gst-libs/gst/utils/descriptions.c:
10185         * gst-libs/gst/utils/install-plugins.c:
10186         * gst-libs/gst/utils/missing-plugins.c:
10187           Some more docs (and descriptions for two subtitle formats).
10188
10189 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
10190
10191         * gst-libs/gst/audio/audio.c:
10192           Fix documentation.
10193
10194 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
10195
10196         Patch by: Yves Lefebvre  <ivanohe abacom com>
10197
10198         * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps):
10199           Don't leak caps. Fixes #408278.
10200
10201 2007-02-15  Stefan Kost  <ensonic@users.sf.net>
10202
10203         * ext/cdparanoia/gstcdparanoiasrc.h:
10204         * ext/ogg/gstoggdemux.h:
10205         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
10206         (gst_audio_frame_length), (gst_audio_duration_from_pad_buffer),
10207         (gst_audio_is_buffer_framed), (gst_audio_structure_set_int):
10208         * gst-libs/gst/audio/audio.h:
10209         * gst-libs/gst/audio/gstaudiofilter.h:
10210         * gst-libs/gst/interfaces/videoorientation.h:
10211         * gst/adder/gstadder.h:
10212           More docs coverage and some ChangeLog surgery (add missing names)
10213
10214 2007-02-15  Wim Taymans  <wim@fluendo.com>
10215
10216         * sys/ximage/ximagesink.c:
10217         (gst_ximagesink_calculate_pixel_aspect_ratio):
10218         * sys/xvimage/xvimagesink.c:
10219         (gst_xvimagesink_calculate_pixel_aspect_ratio):
10220         Small constifications.
10221
10222 2007-02-15  Wim Taymans  <wim@fluendo.com>
10223
10224         * gst-libs/gst/audio/gstbaseaudiosink.c:
10225         (gst_base_audio_sink_class_init), (gst_base_audio_sink_query),
10226         (gst_base_audio_sink_render), (gst_base_audio_sink_callback),
10227         (gst_base_audio_sink_async_play),
10228         (gst_base_audio_sink_change_state):
10229         Answer latency query.
10230         Use configured latency when syncing.
10231         Fix clock slaving.
10232
10233         * gst-libs/gst/audio/gstbaseaudiosrc.c:
10234         (gst_base_audio_src_class_init), (gst_base_audio_src_dispose),
10235         (gst_base_audio_src_query), (gst_base_audio_src_change_state):
10236         Fix possible memleak.
10237         Implement latency query.
10238         Small cleanups.
10239
10240 2007-02-15  Wim Taymans  <wim@fluendo.com>
10241
10242         * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
10243         Ignore errors in reset, these are not fatal. They also grab the element
10244         lock which is already taking when this function is called. Fixes
10245         #405451.
10246
10247 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
10248
10249         * configure.ac:
10250           Remove 'tests/examples/xerror/Makefile' from output files again.
10251
10252 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
10253
10254         * configure.ac:
10255         * docs/plugins/Makefile.am:
10256           Also crossref against gst-plugins-base-libs.
10257
10258 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
10259
10260         * configure.ac:
10261         * docs/libs/Makefile.am:
10262         * docs/plugins/Makefile.am:
10263           Add crossreferences to glib/gobject/gstream docs.
10264
10265         * gst-libs/gst/audio/audio.h:
10266           Source formatting.
10267
10268         * gst/audiotestsrc/gstaudiotestsrc.c: (plugin_init):
10269           Add own debug category.
10270
10271 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
10272
10273         Patch by: René Stadler <mail at renestadler de>
10274
10275         * gst-libs/gst/tag/gstvorbistag.c:
10276           Add vorbis/FLAC-tag mapping for new GST_TAG_REFERENCE_LEVEL
10277           (#403597).
10278
10279 2007-02-10  Tim-Philipp Müller  <tim at centricular dot net>
10280
10281         * gst/playback/gstplaybasebin.c: (setup_source):
10282           When we have external subtitles and wait for the subtitle decodebin
10283           to get up and running, we set up a (sync) bus handler for the
10284           subtitle decodebin, so we can stop waiting when it posts an error
10285           message. However, we should do that before we set the subtitle
10286           decodebin's state to playing, otherwise things are racy and we might
10287           miss error messages posted before we had a chance to set up the bus.
10288           This should finally fix totem hanging on .txt pseudo-subtitle files.
10289           
10290 2007-02-10  Sébastien Moutte  <sebastien at moutte dot net>
10291
10292         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:(gst_base_rtp_audio_payload_handle_frame_based_buffer):
10293           Use gst_gdouble_to_guint64 for conversions.
10294         * win32/common/config.h.in:
10295           Add a define for GST_INSTALL_PLUGINS_HELPER
10296         * win32/common/libgstaudio.def:
10297         * win32/common/libgstcdda.def:
10298         * win32/common/libgstnetbuffer.def:
10299         * win32/common/libgstrtp.def:
10300         * win32/common/libgutils.def:
10301           Add new exported functions.
10302         * win32/vs6/gst_plugins_base.dsw:
10303         * win32/vs6/libgstdecodebin.dsp:
10304         * win32/vs6/libgstnetbuffer.dsp:
10305         * win32/vs6/libgstplaybin.dsp:
10306         * win32/vs6/libgstrtp.dsp:
10307         * win32/vs6/libgstvorbis.dsp:
10308         * win32/vs6/libgstcdda.dsp:
10309         * win32/vs6/libgstgdp.dsp:
10310         * win32/vs6/libgstutils.dsp:
10311           Update and add new project files.
10312
10313 2007-02-10  Tim-Philipp Müller  <tim at centricular dot net>
10314
10315         * gst/subparse/gstsubparse.c: (subrip_remove_unhandled_tag),
10316         (subrip_remove_unhandled_tags), (parse_subrip):
10317           For SubRip (.srt) subtitles, ignore all markup tags we don't
10318           handle (like font tags, for example).
10319
10320         * tests/check/elements/subparse.c:
10321           Add test for this.
10322
10323 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
10324
10325         * gst/playback/gstdecodebin.c: (add_fakesink),
10326         (gst_decode_bin_change_state):
10327         * gst/playback/gstdecodebin2.c: (add_fakesink),
10328         (gst_decode_bin_change_state):
10329           Don't error out if there is no fakesink in the NULL to READY state
10330           change, since when decodebin is re-used, we're only adding the
10331           fakesink element in READY to PAUSED.
10332
10333         * tests/check/elements/decodebin.c:
10334         (new_decoded_pad_plug_fakesink_cb), (GST_START_TEST),
10335         (decodebin_suite):
10336           Minimal unit test to make sure we can use the same decodebin
10337           instance twice (at least with audiotestsrc input).
10338
10339 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
10340
10341         * ext/alsa/gstalsa.c: (gst_alsa_find_device_name):
10342           Try to get devic-name from device string first, and from handle only
10343           as fallback (seems to yield better results and is more robust
10344           against buggy probing code on the application side).
10345
10346 2007-02-08  Tim-Philipp Müller  <tim at centricular dot net>
10347
10348         Based on patch by: Julien Puydt <julien.puydt at laposte net>
10349
10350         * ext/alsa/gstalsa.c: (gst_alsa_find_device_name_no_handle),
10351         (gst_alsa_find_device_name):
10352         * ext/alsa/gstalsa.h:
10353         * ext/alsa/gstalsasink.c: (gst_alsasink_get_property):
10354         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_property):
10355           Improve device-name detection a bit, especially in the case where
10356           the device is not actually open (#405020, #405024). Move common code
10357           into gstalsa.c instead of duplicating it.
10358
10359 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
10360
10361         * gst/audioconvert/gstaudioconvert.c:
10362           Fix up docs chunk so that gtk-doc doesn't complain, and fix typo.
10363
10364 2007-02-06  Julien MOUTTE  <julien@moutte.net>
10365
10366         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents),
10367         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_clear),
10368         (gst_xvimagesink_interface_supported),
10369         (gst_xvimagesink_probe_get_properties),
10370         (gst_xvimagesink_probe_probe_property),
10371         (gst_xvimagesink_probe_needs_probe),
10372         (gst_xvimagesink_probe_get_values),
10373         (gst_xvimagesink_property_probe_interface_init),
10374         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
10375         (gst_xvimagesink_init), (gst_xvimagesink_class_init),
10376         (gst_xvimagesink_get_type):
10377         * sys/xvimage/xvimagesink.h: Implement PropertyProbe Interface
10378         for XVAdaptors so that one can choose the adaptor to use with 
10379         gstreamer-properties.
10380
10381 2007-02-06  Stefan Kost  <ensonic@users.sf.net>
10382
10383         * gst/audioconvert/gstaudioconvert.c:
10384           Also mention that a conversion from double to float is suboptimal still.
10385
10386 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
10387
10388         * gst-libs/gst/audio/gstaudiofilter.c:
10389         (gst_audio_filter_class_init), (gst_audio_filter_change_state):
10390           Clear our formats structure and free the caps contained in it when
10391           shutting down.
10392
10393 2007-02-05  Andy Wingo  <wingo@pobox.com>
10394
10395         * gst-libs/gst/audio/gstbaseaudiosink.c
10396         (gst_base_audio_sink_callback): Update basesink->offset so that we
10397         pull monotonically increasing offsets instead of, um, seeking back
10398         to 0 each time. Fixes alsasrc ! alsasink!
10399
10400 2007-02-05  Tim-Philipp Müller  <tim at centricular dot net>
10401
10402         * gst/videoscale/gstvideoscale.c:
10403           A width and height of 1 makes us crash, so increase minimum size to
10404           2x2 pixels until someone feels like fixing this (#404512).
10405
10406 2007-02-04  Tim-Philipp Müller  <tim at centricular dot net>
10407
10408         * tests/check/pipelines/oggmux.c: (GST_START_TEST), (oggmux_suite):
10409           Add small test to make sure request pads are cleaned up properly
10410           even if oggmux never changes state out of NULL.
10411
10412 2007-02-04  Tim-Philipp Müller  <tim at centricular dot net>
10413
10414         * tests/check/libs/utils.c: (GST_START_TEST):
10415           Fix unit test. Turns out things work much better when you
10416           NULL-terminate string arrays. Should make p5 build bot happy again.
10417
10418 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
10419
10420         * gst-libs/gst/audio/Makefile.am:
10421         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
10422         (gst_audio_filter_template_base_init),
10423         (gst_audio_filter_template_class_init),
10424         (gst_audio_filter_template_init),
10425         (gst_audio_filter_template_set_property),
10426         (gst_audio_filter_template_get_property),
10427         (gst_audio_filter_template_setup),
10428         (gst_audio_filter_template_filter),
10429         (gst_audio_filter_template_filter_inplace), (plugin_init):
10430           Oops, forgot to commit fixed-up example.
10431
10432 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
10433
10434         * docs/libs/gst-plugins-base-libs-sections.txt:
10435         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
10436         (gst_audio_filter_class_init), (gst_audio_filter_init),
10437         (gst_audio_filter_set_caps),
10438         (gst_audio_filter_class_add_pad_templates):
10439         * gst-libs/gst/audio/gstaudiofilter.h:
10440           Port GstAudioFilter to 0.10. This change technically breaks
10441           API and ABI (and thus also every library developer's heart),
10442           but seems justifiable on the grounds that the base class was
10443           completely unusable before (ie. would crash immediately when
10444           actually used). Fixes #403963 (and eventually also #403572).
10445           Also document all of this a bit.
10446
10447 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
10448
10449         * gst-libs/gst/utils/install-plugins.c:
10450         (gst_install_plugins_spawn_child):
10451         * tests/check/libs/utils.c:
10452         (test_base_utils_install_plugins_do_callout):
10453           Lowering log level to see why things fail on the p5 build bot;
10454           fix some typos in unit test messages.
10455
10456 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
10457
10458         * tests/check/libs/utils.c:
10459         (test_base_utils_install_plugins_do_callout):
10460           Don't hard-code temp directory for test helper; use GLib functions
10461           to write out file and do error checking etc.
10462
10463 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
10464
10465         * gst-libs/gst/utils/Makefile.am:
10466         * gst-libs/gst/utils/base-utils.h:
10467         * gst-libs/gst/utils/install-plugins.c:
10468         (gst_install_plugins_context_set_xid),
10469         (gst_install_plugins_context_new),
10470         (gst_install_plugins_context_free),
10471         (gst_install_plugins_get_helper),
10472         (gst_install_plugins_spawn_child),
10473         (gst_install_plugins_return_from_status),
10474         (gst_install_plugins_installer_exited),
10475         (gst_install_plugins_async), (gst_install_plugins_sync),
10476         (gst_install_plugins_return_get_name),
10477         (gst_install_plugins_installation_in_progress):
10478         * gst-libs/gst/utils/install-plugins.h:
10479           API: add API for applications to initiate installation of missing
10480           plugins, ie. gst_install_plugins_async() primarily.
10481           Based on libgimme-codec by Ryan Lortie.
10482
10483         * configure.ac:
10484           Add --with-install-plugins-helper configure option so distros can specify
10485           the path of the helper script or program to call when plugin installation
10486           is requested (distros: please do any argument munging in this helper
10487           script instead of patching GStreamer to pass arguments differently
10488           to another program directly).
10489
10490         * docs/libs/gst-plugins-base-libs-docs.sgml:
10491         * docs/libs/gst-plugins-base-libs-sections.txt:
10492           Build and document new API.
10493
10494         * tests/check/libs/utils.c: (result_cb),
10495         (test_base_utils_install_plugins_do_callout), (GST_START_TEST),
10496         (libgstbaseutils_suite):
10497           Some simple checks for the new API.
10498
10499 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
10500
10501         * tests/check/elements/audioconvert.c: (test_float_conversion):
10502           Add small test for 32bit float <=> 64bit float conversion (works
10503           only one way so far, 32=>64 produces structured noise).
10504
10505 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
10506
10507         * gst/audioconvert/gstaudioconvert.c:
10508         (set_structure_widths_32_and_64), (make_lossless_changes):
10509           We don't support floats with a width of 40, 48 or 56 bits.
10510
10511 2007-02-02  Stefan Kost  <ensonic@users.sf.net>
10512
10513         * gst/audioconvert/audioconvert.c: (float), (double),
10514         (audio_convert_get_func_index):
10515         * gst/audioconvert/gstaudioconvert.c: (set_structure_widths),
10516         (make_lossless_changes):
10517           Support for 64-bit float audio in audioconvert (#339837)
10518
10519 2007-02-01  Tim-Philipp Müller  <tim at centricular dot net>
10520
10521         Patch by: Holger Wansing  <linux wansing-online de>
10522
10523         * po/LINGUAS:
10524         * po/de.po:
10525           Add German translation (#352069).
10526
10527 2007-02-01  Sebastian Dröge  <slomo@circular-chaos.org>
10528
10529         reviewed by: Wim Taymans <wim@fluendo.com>
10530
10531         * ext/ogg/gstoggmux.c: (gst_ogg_mux_ogg_pad_destroy_notify),
10532         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad):
10533         Use newly added GstCollectPads API to free the allocated resources in
10534         the GstOggPad structures (#402393).
10535
10536 2007-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
10537
10538         * gst/playback/gstplaybin.c: (gen_vis_element):
10539           Add audioresample+audioconvert in front of the visualisation
10540           element, so that elements like libvisual 0.4 that don't support all
10541           samplerates can work.
10542
10543           Fixes: #402505
10544
10545 2007-01-30  Tim-Philipp Müller  <tim at centricular dot net>
10546
10547         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property),
10548         (gst_play_base_bin_get_streaminfo_value_array):
10549           Take some locks and make a copy of the streaminfo value array we
10550           maintain while holding the lock, so that the application can
10551           retrieve the stream-info as a value array in a thread-safe way.
10552
10553 2007-01-30  Wim Taymans  <wim@fluendo.com>
10554
10555         * gst/audioconvert/gstaudioconvert.c:
10556         Don't fail on 0 sized buffers. Fixes #396835.
10557
10558 2007-01-29  David Schleef  <ds@schleef.org>
10559
10560         * gst/typefind/gsttypefindfunctions.c:
10561           Detect BBCD as video/x-dirac, so we can play raw dirac
10562           streams.
10563
10564 2007-01-29  Tim-Philipp Müller  <tim at centricular dot net>
10565
10566         * ext/theora/theoraenc.c: (theora_enc_chain):
10567           Check return value of theora_encode_header(), or we might try to
10568           allocate a random number of bytes. theora_encode_header() can fail
10569           if libtheora has been compiled with encoding support disabled.
10570           Fixes #398110.
10571
10572 2007-01-29  Wim Taymans  <wim@fluendo.com>
10573
10574         * tests/check/gst/.cvsignore:
10575         Do as buildbot says.
10576
10577 2007-01-29  Wim Taymans  <wim@fluendo.com>
10578
10579         * ext/libvisual/visual.c: (gst_visual_src_setcaps):
10580         Fix strides in libvisual. Gst uses X strides.
10581         Inspired by: <ed at catmur dot co dot uk> and 
10582         <tim at centricular dot net>
10583         Fixes #401118.
10584
10585 2007-01-27  Wim Taymans  <wim@fluendo.com>
10586
10587         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_submit_buffer),
10588         (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
10589         (gst_ogg_demux_get_prev_page), (gst_ogg_demux_do_seek),
10590         (gst_ogg_demux_perform_seek),
10591         (gst_ogg_demux_bisect_forward_serialno),
10592         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
10593         (gst_ogg_demux_find_chains), (gst_ogg_demux_handle_page),
10594         (gst_ogg_demux_chain), (gst_ogg_demux_combine_flows),
10595         (gst_ogg_demux_loop_reverse), (gst_ogg_demux_loop):
10596         * ext/ogg/gstoggdemux.h:
10597         Properly propagate streaming errors when we are scanning the file for
10598         chains so that we don't crash when shut down. Might fix some crashers
10599         when quickly switching oggs in RB such as #332503 and #378436.
10600
10601 2007-01-26  Tim-Philipp Müller  <tim at centricular dot net>
10602
10603         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
10604           Map a gnome-vfs HOST_NOT_FOUND error into a GStreamer NOT_FOUND
10605           error code as well.
10606
10607 2007-01-25  Wim Taymans  <wim@fluendo.com>
10608
10609         * gst/playback/gstplaybasebin.c: (remove_source):
10610         Don't try to disconnect a signal from a finalized object.
10611
10612 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
10613
10614         * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose):
10615           Cast lock macro parameters to make sure we're actually accessing the
10616           lock member at the right class level. Free list itself in _dispose()
10617           as well and NULL it in case dispose gets called multiple times.
10618
10619 2007-01-25  Edward Hervey  <edward@fluendo.com>
10620
10621         * gst/playback/gstdecodebin2.c:
10622         (gst_decode_bin_dispose),(gst_decode_bin_finalize):
10623         Free GstDecodeGroups no longer used.
10624         (gst_decode_group_expose):
10625         Don't unlock too many times !
10626         (deactivate_free_recursive):
10627         Free iterator once we're done with it.
10628         Fix for recursively deactivating elements (stop at ghostpads).
10629
10630 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
10631
10632         * gst/playback/gstplaybin.c: (handoff):
10633           Fix up caps on the frame buffer before we save it and potentially
10634           make it accessible to other threads via g_object_get; also use
10635           gst_buffer_replace() instead of gst_mini_object_replace().
10636
10637 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
10638
10639         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
10640           Make getting the current frame thread-safe.
10641
10642 2007-01-25  Edward Hervey  <edward@fluendo.com>
10643
10644         * gst/playback/gstdecodebin2.c: (gst_decode_bin_finalize),
10645         (gst_decode_group_new), (gst_decode_group_free):
10646         Set queues to bigger sizes to cope with HD contents.
10647         Fix some mutex freeing and add comment about MT safe methods.
10648
10649 2007-01-24  Tim-Philipp Müller  <tim at centricular dot net>
10650
10651         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event),
10652         (gst_text_overlay_text_event):
10653           Don't unnecessarily ref (and then leak) upstream events if the text
10654           pad is not linked. Fixes #399948.
10655
10656         * tests/check/gst-plugins-base.supp:
10657           Add suppression for pango on edgy/x86 for textoverlay test.
10658
10659 2007-01-24  Wim Taymans  <wim@fluendo.com>
10660
10661         * gst-libs/gst/rtp/gstrtpbuffer.h:
10662         Add some more fixed payloads.
10663
10664 2007-01-23  Tim-Philipp Müller  <tim at centricular dot net>
10665
10666         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain):
10667           Error out properly if we get an error from libogg while reading the
10668           BOS page(s). Fixes crash parsing 'fuzzed' ogg file (#399340).
10669
10670 2007-01-23  Tim-Philipp Müller  <tim at centricular dot net>
10671
10672         * gst/playback/gstdecodebin2.c: (gst_decode_bin_finalize):
10673           Don't leak mutex.
10674
10675         * tests/check/elements/playbin.c:
10676         (test_sink_usage_video_only_stream),
10677         (test_suburi_error_unknowntype), (test_suburi_error_invalidfile),
10678         (test_suburi_error_wrongproto), (test_missing_urisource_handler),
10679         (test_missing_suburisource_handler),
10680         (test_missing_primary_decoder), (playbin_suite):
10681           Run all tests once with decodebin and once with decodebin2.
10682           One test does not pass yet with decodebin2.
10683
10684 2007-01-23  Edward Hervey  <edward@fluendo.com>
10685
10686         * ext/ogg/gstoggmux.c: (all_pads_eos), (gst_ogg_mux_collected):
10687         Fix the cases where oggmux doesn't properly figure out that all
10688         sinkpads have gone EOS, and therefore doesn't push out the remaining
10689         buffers and the final EOS event.
10690         Fixes #363379
10691
10692 2007-01-23  Julien MOUTTE  <julien@moutte.net>
10693
10694         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
10695         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
10696         Don't lock on navigation event push, just on keysym to string.
10697         Fixes #397673 again.
10698
10699 2007-01-22  Edward Hervey  <edward@fluendo.com>
10700
10701         * gst/playback/gstdecodebin2.c: (gst_decode_group_new),
10702         (get_current_group), (group_demuxer_event_probe),
10703         (gst_decode_group_expose), (deactivate_free_recursive),
10704         (gst_decode_group_free):
10705         Cleanups.
10706         Don't forget to emit 'no-more-pads' once a group is exposed.
10707         Cleanup elements from a DecodeGroup once we remove it.
10708         Protect call to gst_decode_group_expose() with the decodebin lock.
10709
10710 2007-01-22  Julien MOUTTE  <julien@moutte.net>
10711
10712         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
10713         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
10714         Looking at Xorg code i can't figure out if that XKeysymToString
10715         function is thread sensible or not. Lock it just in case as
10716         recommended by Radek Doulik <rodo at ximian dot com>.
10717
10718 2007-01-22  Julien MOUTTE  <julien@moutte.net>
10719
10720         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
10721         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
10722         Lock that X Call as well. Fixes #397673.
10723
10724 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
10725
10726         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find):
10727           Don't go into an endless loop if the file starts with 00 00 01 2X,
10728           like quicktime redirect files might. Fixes #396042.
10729
10730         * tests/check/Makefile.am:
10731         * tests/check/gst/.cvsignore:
10732         * tests/check/gst/typefindfunctions.c: (GST_START_TEST),
10733         (typefindfunctions_suite):
10734           Add unit test for the above.
10735
10736 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
10737
10738         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
10739           On second thought, use "depth" field rather than "bpp" field.
10740
10741 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
10742
10743         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
10744           Camtasia caps apparently need a bpp field (#398875).
10745
10746 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
10747
10748         * gst/playback/gstplaybasebin.c: (setup_subtitle),
10749         (gen_source_element), (gst_play_base_bin_change_state):
10750           Attempt at a better error message in case we don't have the required
10751           URI handler installed; post missing-plugin message also when we're
10752           missing an URI handler for the subtitle URI; clean up properly also
10753           when an error occurs and we never made it to PAUSED state.
10754
10755         * tests/check/elements/playbin.c: (GST_START_TEST),
10756         (playbin_suite):
10757           Check that we're also getting a missing-plugin messsage for a
10758           missing subtitle URI handler (and clean up properly).
10759
10760 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
10761
10762         * gst/playback/gstplaybasebin.c: (analyse_source), (setup_source):
10763           Plug a few reference leaks.
10764
10765 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
10766
10767         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
10768           Lower probability a bit if the marker isn't right at the start,
10769           to decrease the chance of false positives.
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           Small mpeg2 system stream typefinding improvement: make typefinder
10775           probe a bit into the stream instead of just looking for a marker
10776           at the beginning. Fixes #397810.
10777
10778 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
10779
10780         * gst/audioconvert/gstchannelmix.c:
10781           Remove compatibility cruft for prehistoric GLib versions.
10782
10783 2007-01-17  Tim-Philipp Müller  <tim at centricular dot net>
10784
10785         * gst/playback/Makefile.am:
10786         * gst/playback/gstdecodebin.c: (close_pad_link):
10787         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
10788         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
10789         (gst_play_base_bin_handle_message_func), (unknown_type):
10790           Let decodebin be the element to post missing-plugin messages for
10791           missing decoders (rather than playbin); make playbin implement
10792           GstBin::handle_message so we can suppress missing-plugin messages
10793           for types we're not handling on purpose (don't want to bring up an
10794           installer in those cases).
10795
10796 2007-01-16  Tim-Philipp Müller  <tim at centricular dot net>
10797
10798         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
10799         * gst-libs/gst/tag/gstvorbistag.c:
10800         (gst_tag_list_to_vorbiscomment_buffer):
10801         * gst/typefind/gsttypefindfunctions.c: (vorbis_type_find):
10802           Fix potentially unaligned access (#397207).
10803
10804 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
10805
10806         * tests/examples/seek/seek.c: (set_scale), (update_scale),
10807         (do_seek), (stop_seek), (pause_cb), (stop_cb), (loop_toggle_cb),
10808         (rate_spinbutton_changed_cb), (msg_eos), (msg_segment_done),
10809         (main):
10810           Allow to toggle looping while it plays. Fix callback prototype. Clean
10811           up code a bit more. Add copyright header.
10812
10813 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
10814
10815         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
10816           Red and blue mask was swapped (spotted by Dan Williams).
10817
10818 2007-01-15  Stefan Kost  <ensonic@users.sf.net>
10819
10820         * gst-libs/gst/tag/gstid3tag.c:
10821         * gst-libs/gst/tag/gstvorbistag.c:
10822           Use new beats-per-minute tag from core.
10823
10824 2007-01-15  Tim-Philipp Müller  <tim at centricular dot net>
10825
10826         * po/POTFILES.in:
10827           Add new files with translatable strings, so they actually make it
10828           into the template file one day.
10829
10830 2007-01-12  Andy Wingo  <wingo@pobox.com>
10831
10832         * gst-libs/gst/audio/gstbaseaudiosink.c
10833         (gst_base_audio_sink_fixate): Implement, stolen from baseaudiosrc.
10834         (gst_base_audio_sink_activate_pull): Remove the handwavey nego
10835         stuff, as the base class handles this now. Actually tell the ring
10836         buffer to start.
10837         (gst_base_audio_sink_callback): Cast the ring buffer correctly.
10838         How did this work before? Maybe I'm not as awesome a programmer as
10839         I think.
10840
10841         * gst-libs/gst/audio/gstbaseaudiosrc.c
10842         (gst_base_audio_src_fixate): Rework as a basesrc vmethod instead
10843         of a pad function.
10844
10845 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
10846
10847         * gst-libs/gst/utils/missing-plugins.c: (copy_and_clean_caps):
10848           Remove more fields so that the application can better blacklist
10849           formats that have been tried before.
10850
10851 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
10852
10853         * gst-libs/gst/audio/mixerutils.h:
10854           Add G_BEGIN_DECLS and G_END_DECLS guards so these helpers can be
10855           used when compiling with c++ compilers as well.
10856
10857 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
10858
10859         * gst/typefind/gsttypefindfunctions.c:
10860           Fix comment.
10861
10862 2007-01-11  Tim-Philipp Müller  <tim at centricular dot net>
10863
10864         * gst/playback/gstplaybin.c: (post_missing_element_message),
10865         (gen_video_element), (gen_text_element), (gen_audio_element),
10866         (gen_vis_element):
10867           Post missing-plugin messages also when we error out because
10868           converters, textoverlay or auto*sinks are missing (#161922).
10869
10870 2007-01-10  Wim Taymans  <wim@fluendo.com>
10871
10872         * gst/playback/gstdecodebin.c: (dynamic_add), (close_pad_link),
10873         (is_demuxer_element), (new_caps):
10874         * gst/playback/gstplaybasebin.c: (source_new_pad):
10875         Fix the case where we try to ref a NULL element when we delay a link
10876         because of unfixed caps.
10877         Set the state of autoplugged decodebins to PAUSED.
10878         RTSP now works in playbin, we can remove it from the blacklist.
10879
10880 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
10881
10882         * gst/playback/Makefile.am:
10883         * gst/playback/gstplaybasebin.c: (string_arr_has_str),
10884         (unknown_type), (setup_subtitle), (gen_source_element):
10885         * gst/playback/gstplaybin.c: (plugin_init):
10886           Post missing-plugin messages on the bus for missing sources and
10887           missing decoders/demuxers/depayloaders; fix error code used when
10888           we're missing an URI handler source; for media types that we are not
10889           handling on purpose at the moment, don't print "don't know how to
10890           handle xyz" messages to the terminal or post missing-plugin
10891           messages on the bus.
10892
10893         * tests/check/elements/playbin.c: (create_playbin),
10894         (GST_START_TEST), (gst_codec_src_uri_get_type),
10895         (gst_codec_src_uri_get_protocols), (gst_codec_src_uri_get_uri),
10896         (gst_codec_src_uri_set_uri), (gst_codec_src_uri_handler_init),
10897         (gst_codec_src_init_type), (gst_codec_src_base_init),
10898         (gst_codec_src_create), (gst_codec_src_class_init),
10899         (gst_codec_src_init), (plugin_init), (playbin_suite):
10900           Add some tests for the missing-plugin stuff.
10901
10902 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
10903
10904         * configure.ac:
10905         * gst-libs/gst/Makefile.am:
10906         * gst-libs/gst/utils/Makefile.am:
10907         * gst-libs/gst/utils/base-utils.c: (gst_base_utils_init):
10908         * gst-libs/gst/utils/base-utils.h:
10909         * gst-libs/gst/utils/descriptions.c: (format_info_get_desc),
10910         (find_format_info), (caps_are_rtp_caps),
10911         (gst_base_utils_get_source_description),
10912         (gst_base_utils_get_sink_description),
10913         (gst_base_utils_get_decoder_description),
10914         (gst_base_utils_get_encoder_description),
10915         (gst_base_utils_get_element_description),
10916         (gst_base_utils_add_codec_description_to_tag_list),
10917         (gst_base_utils_get_codec_description), (gst_base_utils_list_all):
10918         * gst-libs/gst/utils/descriptions.h:
10919         * gst-libs/gst/utils/missing-plugins.c:
10920         (missing_structure_get_type), (copy_and_clean_caps),
10921         (gst_missing_uri_source_message_new),
10922         (gst_missing_uri_sink_message_new),
10923         (gst_missing_element_message_new),
10924         (gst_missing_decoder_message_new),
10925         (gst_missing_encoder_message_new),
10926         (missing_structure_get_string_detail),
10927         (missing_structure_get_caps_detail),
10928         (gst_missing_plugin_message_get_installer_detail),
10929         (gst_missing_plugin_message_get_description),
10930         (gst_is_missing_plugin_message):
10931         * gst-libs/gst/utils/missing-plugins.h:
10932           API: add new libgstbaseutils library with functions
10933           - to create and parse missing-plugins messages
10934           - that provide (translated) descriptions for caps/decoders/sources/etc.
10935           Closes #392393.
10936
10937         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
10938         * pkgconfig/gstreamer-plugins-base.pc.in:
10939           Add new lib.
10940
10941         * docs/libs/gst-plugins-base-libs-docs.sgml:
10942         * docs/libs/gst-plugins-base-libs-sections.txt:
10943           Generate docs for new lib and API.
10944
10945         * tests/check/Makefile.am:
10946         * tests/check/libs/.cvsignore:
10947         * tests/check/libs/utils.c: (missing_msg_check_getters),
10948         (GST_START_TEST), (libgstbaseutils_suite):
10949           Add some basic unit tests.
10950
10951 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
10952
10953         * ext/ogg/Makefile.am:
10954           Dist gstoggdemux.h to fix 'make distcheck'.
10955
10956         * sys/v4l/Makefile.am:
10957           Fix 'make distcheck' even more.
10958
10959 2007-01-09  Wim Taymans  <wim@fluendo.com>
10960
10961         * docs/plugins/Makefile.am:
10962         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
10963         * docs/plugins/gst-plugins-base-plugins-sections.txt:
10964         * ext/ogg/gstoggdemux.c: (gst_ogg_page_copy), (gst_ogg_page_free),
10965         (gst_ogg_pad_query_types), (gst_ogg_pad_submit_page),
10966         (gst_ogg_chain_reset), (gst_ogg_chain_new_stream),
10967         (gst_ogg_demux_perform_seek):
10968         * ext/ogg/gstoggdemux.h:
10969         Added docs.
10970         Add some more comments.
10971         Small cleanups.
10972
10973 2007-01-09  Wim Taymans  <wim@fluendo.com>
10974
10975         * ext/theora/theoradec.c:
10976         * ext/vorbis/vorbisdec.c:
10977         * gst-libs/gst/audio/gstringbuffer.c:
10978         (gst_ring_buffer_commit_full):
10979         * gst-libs/gst/audio/gstringbuffer.h:
10980         * gst-libs/gst/rtp/gstrtpbuffer.c:
10981         * gst-libs/gst/tag/gstvorbistag.c:
10982         Small documentation updates/fixes
10983
10984 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
10985
10986         * configure.ac:
10987           Require core CVS HEAD for Andy's basesrc/sink API additions.
10988
10989 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
10990
10991         Patch by: Günter Thelen  <daedalus dot inc at gmx net>
10992
10993         * gst/typefind/gsttypefindfunctions.c: (flac_type_find),
10994         (plugin_init):
10995           Add typefinder for flac-in-ogg in conformance with the ogg-mapping
10996           on flac.sf.net (there appear to be other versions of the first
10997           ogg page in the wild) (#391365).
10998
10999 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
11000
11001         * configure.ac:
11002           Check if localtime_r() is available.
11003
11004         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_render_time):
11005           If localtime_r() is not available, fall back to localtime(). Should
11006           fix build on MingW (#393310).
11007
11008 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
11009
11010         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
11011         * gst/subparse/gstsubparse.h:
11012           Remove spurious 1000 subtrahend when calculating the timestamp from
11013           the frame number and the frame rate . Also, use the frames/second
11014           value specified in the first line of the file, if one is specified
11015           there. Should fix #357503.
11016
11017         * tests/check/elements/subparse.c: (do_test),
11018         (test_tmplayer_do_test), (test_microdvd_do_test), (GST_START_TEST),
11019         (subparse_suite):
11020           Add some basic unit tests for the microdvd subtitle format.
11021
11022 2007-01-07  Julien MOUTTE  <julien@moutte.net>
11023
11024         Patch by: Young-Ho Cha <ganadist at chollian dot net>
11025
11026         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
11027         (gst_xvimage_buffer_finalize), (gst_xvimagesink_xvimage_new),
11028         (gst_xvimagesink_xvimage_put), (gst_lookup_xv_port_from_adaptor),
11029         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_setcaps),
11030         (gst_xvimagesink_set_xwindow_id),
11031         (gst_xvimagesink_set_event_handling),
11032         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
11033         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
11034         Fixes: #390076.
11035         Add an adaptor property to select a specific XV adaptor.
11036         * sys/xvimage/xvimagesink.h:
11037
11038 2007-01-07  Julien MOUTTE  <julien@moutte.net>
11039
11040         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
11041         (gst_ximagesink_handle_xerror), (gst_ximagesink_ximage_new),
11042         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
11043         (gst_ximagesink_handle_xevents), (gst_ximagesink_setcaps),
11044         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
11045         (gst_ximagesink_expose), (gst_ximagesink_set_event_handling):
11046         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
11047         (gst_xvimage_buffer_finalize), (gst_xvimagesink_handle_xerror),
11048         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
11049         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_setcaps),
11050         (gst_xvimagesink_change_state), (gst_xvimagesink_set_xwindow_id),
11051         (gst_xvimagesink_expose), (gst_xvimagesink_set_event_handling):
11052         Use flow_lock much more to protect every access to xwindow.
11053         Try to catch erros while creating images in case some drivers are
11054         just generating an XError when the requested image is too big.
11055         Should fix : #354698, #384008, #384060.
11056         * tests/icles/stress-xoverlay.c: (cycle_window), (create_window):
11057         Implement some stress testing of setting window xid.
11058
11059 2007-01-07  Sébastien Moutte  <sebastien@moutte.net>
11060
11061         * win32/common/libgsaudio.def:
11062           Add new exported function.
11063         * win32/common/libgstogg.dsp:
11064           Add gstoggaviparse.c to the build.
11065         * win32/common/libgstvideoscale.dsp:
11066           Add vs_4tap.c to the build.
11067         * win32/common/libgstvorbis.dsp:
11068           Add vorbistag.c to the build.
11069         
11070 2007-01-06  Andy Wingo  <wingo@pobox.com>
11071
11072         * gst-libs/gst/audio/gstbaseaudiosink.c
11073         (gst_base_audio_sink_class_init)
11074         (gst_base_audio_sink_init): 
11075         (gst_base_audio_sink_activate_pull): Add an activate_pull function
11076         to baseaudiosink, and tell basesink that we can work in pull mode.
11077         This way the ring buffer thread drives the pipeline directly, if
11078         pull mode is possible. There is some lingering nastiness regarding
11079         capsnego, however.
11080         (gst_base_audio_sink_callback): Implement the callback to pull
11081         data. This interface is a bit light, though -- it should get a
11082         GstFlowReturn return value at least.
11083
11084 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
11085
11086         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_stream_out):
11087         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
11088         * gst/playback/gstdecodebin2.c:
11089         (gst_decode_group_check_if_blocked):
11090           Printf format and missing argument fixes.
11091
11092 2007-01-05  Jan Schmidt  <thaytan@mad.scientist.com>
11093
11094         * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header),
11095         (gst_ogm_parse_change_state):
11096         Activate pads before adding them to the element.
11097
11098 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
11099
11100         * tests/examples/seek/scrubby.c: (main):
11101         * tests/examples/seek/seek.c: (main):
11102           Call g_thread_init() first thing in main() (see #391278).
11103
11104 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
11105
11106         * tests/check/Makefile.am:
11107         * tests/check/libs/.cvsignore:
11108         * tests/check/libs/netbuffer.c: (GST_START_TEST),
11109         (netbuffer_suite):
11110           Add test for GstNetBuffer + gst_buffer_copy(). Disabled
11111           for the time being, since it's broken, see #393099.
11112
11113 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
11114
11115         * tests/check/Makefile.am:
11116           Update to use GST_PLUGINS_BASE_CFLAGS as well.
11117
11118 2007-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
11119
11120         * configure.ac:
11121           split out GST_CFLAGS into GST_PLUGINS_BASE_CFLAGS and GST_CFLAGS
11122           so that GST_BASE_CFLAGS can go inbetween them, making sure
11123           we use uninstalled gst-libs headers
11124         * docs/libs/Makefile.am:
11125         * ext/alsa/Makefile.am:
11126         * ext/cdparanoia/Makefile.am:
11127         * ext/gnomevfs/Makefile.am:
11128         * ext/libvisual/Makefile.am:
11129         * ext/ogg/Makefile.am:
11130         * ext/theora/Makefile.am:
11131         * ext/vorbis/Makefile.am:
11132         * gst-libs/gst/audio/Makefile.am:
11133         * gst-libs/gst/cdda/Makefile.am:
11134         * gst-libs/gst/interfaces/Makefile.am:
11135         * gst-libs/gst/riff/Makefile.am:
11136         * gst-libs/gst/rtp/Makefile.am:
11137         * gst-libs/gst/tag/Makefile.am:
11138         * gst/adder/Makefile.am:
11139         * gst/audioconvert/Makefile.am:
11140         * gst/audiorate/Makefile.am:
11141         * gst/audioresample/Makefile.am:
11142         * gst/playback/Makefile.am:
11143         * gst/tcp/Makefile.am:
11144         * gst/videoscale/Makefile.am:
11145         * gst/volume/Makefile.am:
11146         * sys/ximage/Makefile.am:
11147         * sys/xvimage/Makefile.am:
11148         * tests/icles/Makefile.am:
11149           adapt
11150
11151 2007-01-04  Julien MOUTTE  <julien@moutte.net>
11152
11153         * gst-libs/gst/interfaces/xoverlay.c:
11154         (gst_x_overlay_handle_events):
11155         * gst-libs/gst/interfaces/xoverlay.h:
11156         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
11157         (gst_ximagesink_set_xwindow_id),
11158         (gst_ximagesink_set_event_handling),
11159         (gst_ximagesink_xoverlay_init), (gst_ximagesink_set_property),
11160         (gst_ximagesink_get_property), (gst_ximagesink_init),
11161         (gst_ximagesink_class_init):
11162         * sys/ximage/ximagesink.h:
11163         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new),
11164         (gst_xvimagesink_set_xwindow_id),
11165         (gst_xvimagesink_set_event_handling),
11166         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_set_property),
11167         (gst_xvimagesink_get_property), (gst_xvimagesink_init),
11168         (gst_xvimagesink_class_init):
11169         * sys/xvimage/xvimagesink.h:
11170         * tests/icles/stress-xoverlay.c: (toggle_events), (create_window):
11171         Add a method to the XOverlay interface to allow disabling of 
11172         event handling in x[v]imagesink elements. This will let X events
11173         propagate to parent windows which can be usefull in some cases.
11174         Be carefull that the application is then responsible of pushing
11175         navigation events and expose events to the video sink.
11176         Fixes: #387138.
11177
11178 2007-01-03  Tim-Philipp Müller  <tim at centricular dot net>
11179
11180         * gst-libs/gst/tag/gstvorbistag.c:
11181         * tests/check/libs/tag.c: (GST_START_TEST):
11182           Add vorbistag <=> GStreamer tag mapping for GST_TAG_LOCATION
11183           (fixes #392070).
11184
11185 2007-01-01  Tim-Philipp Müller  <tim at centricular dot net>
11186
11187         * configure.ac:
11188         * docs/Makefile.am:
11189         * docs/design/Makefile.am:
11190           Dist design docs.
11191
11192 2006-12-27  Julien MOUTTE  <julien@moutte.net>
11193
11194         * docs/libs/gst-plugins-base-libs-sections.txt: Fix a documentation
11195         typo. Fixes: #390063.
11196
11197 2006-12-27  Julien MOUTTE  <julien@moutte.net>
11198
11199         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
11200         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Plug a
11201         caps leak.
11202         * win32/common/config.h: Updated.
11203
11204 2006-12-22  Stefan Kost  <ensonic@users.sf.net>
11205
11206         * tests/check/elements/gdpdepay.c: (cleanup_gdpdepay),
11207         (setup_gdpdepay_streamheader):
11208         * tests/check/elements/gdppay.c: (cleanup_gdppay),
11209         (setup_gdppay_streamheader):
11210           Fix the dp tests, but activating the pads for the streamheader tests
11211           too and cleaning up conditionaly
11212
11213 2006-12-22  Jan Schmidt  <thaytan@mad.scientist.com>
11214
11215         * gst/ffmpegcolorspace/avcodec.h:
11216         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11217         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
11218         (gst_ffmpegcsp_avpicture_fill):
11219         * gst/ffmpegcolorspace/imgconvert.c: (img_convert),
11220         (img_get_alpha_info):
11221         Add 2 new caps arrangements, for 24-bit RGB and BGR in 32-bits, but at the
11222         other end of the word. Fixes: #387073.
11223
11224         Add some inconsequential branch hints in a couple of places.
11225
11226 2006-12-21  Tim-Philipp Müller  <tim at centricular dot net>
11227
11228         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11229         (gst_ffmpeg_caps_to_smpfmt):
11230           The "signed" field in raw audio caps is of boolean type, trying to
11231           extract the value with _get_int() will fail (fix to keep in sync with
11232           the copy in gst-ffmpeg)
11233
11234 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
11235
11236         * tests/check/elements/audioresample.c: (cleanup_audioresample):
11237         * tests/check/elements/audiotestsrc.c: (cleanup_audiotestsrc):
11238         * tests/check/elements/gdpdepay.c: (setup_gdpdepay),
11239         (cleanup_gdpdepay):
11240         * tests/check/elements/gdppay.c: (setup_gdppay), (cleanup_gdppay):
11241         * tests/check/elements/subparse.c: (teardown_subparse):
11242         * tests/check/elements/textoverlay.c: (cleanup_textoverlay):
11243         * tests/check/elements/videorate.c: (cleanup_videorate):
11244         * tests/check/elements/videotestsrc.c: (cleanup_videotestsrc):
11245         * tests/check/elements/volume.c: (cleanup_volume):
11246         * tests/check/elements/vorbisdec.c: (setup_vorbisdec),
11247         (cleanup_vorbisdec):
11248         * tests/check/elements/vorbistag.c: (setup_vorbistag),
11249         (cleanup_vorbistag):
11250           consistent pad (de)activation
11251
11252 2006-12-20  Tim-Philipp Müller  <tim at centricular dot net>
11253
11254         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
11255           Forgot to register the extensions.
11256
11257 2006-12-20  Tim-Philipp Müller  <tim at centricular dot net>
11258
11259         * gst/typefind/gsttypefindfunctions.c: (vivo_type_find),
11260         (plugin_init):
11261           Add typefinder for VIVO files (my christmas present to the 90s).
11262
11263 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
11264
11265         * gst/playback/gstdecodebin.c: (type_found):
11266           Special-case the text/plain media type: we only want to recognise it
11267           as a 'raw' decoded media type if it comes from a demuxer or subtitle
11268           parser, but not if the entire stream is of text/plain type. If the
11269           entire stream is text/plain, we should just error out.
11270
11271           This fixes playback of audio files with lyrics in totem. Totem can't
11272           distinguish between text files and subtitle files and passes any
11273           .txt file with the same basename as the main file to playbin as
11274           suburi, and playbin will then throw a 'subtitle found, but no video
11275           stream' error, which isn't entirely helpful. See #380342.
11276
11277           Also, with this change we'll show a slightly more correct error
11278           message in case totem passes a playlist file to us (although a
11279           custom error message wording instead of the default text would
11280           probably not be a bad idea either).
11281
11282           Same problem also needs to be fixed for playbin+decodebin2.
11283
11284         * tests/check/Makefile.am:
11285         * tests/check/elements/decodebin.c: (src_handoff_cb),
11286         (decodebin_new_decoded_pad_cb), (GST_START_TEST),
11287         (decodebin_suite):
11288           Add simple unit test for decodebin for the above.
11289
11290 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
11291
11292         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
11293         * gst/playback/gstdecodebin2.c: (gst_decode_bin_change_state):
11294           Refuse to change state to READY when we failed to create any of the
11295           required elements in our instance init function.
11296
11297 2006-12-15  Tim-Philipp Müller  <tim at centricular dot net>
11298
11299         * docs/libs/gst-plugins-base-libs-sections.txt:
11300           Small docs fixes/updates.
11301
11302         * gst-libs/gst/video/gstvideosink.h:
11303           Remove nonfunctional GST_VIDEO_SINK_CLOCK macro which is a leftover
11304           from the 0.9 days (GST_BASE_SINK_CLOCK, which it points to, was
11305           removed from the base sink API between 0.9.6 and 0.9.7).
11306           API: add GST_VIDEO_SINK_CAST and use it for the height/width
11307           accessor macros, so we don't do a runtime GObject type check every
11308           time we use them.
11309
11310 2006-12-15  Thomas Vander Stichele  <thomas at apestaart dot org>
11311
11312         * Makefile.am:
11313         * gst-plugins-base.doap:
11314         * gst-plugins-base.spec.in:
11315           add doap file
11316
11317 2006-12-09  Tim-Philipp Müller  <tim at centricular dot net>
11318
11319         Patch by: Jens Granseuer <jensgr at gmx net>
11320
11321         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
11322         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
11323         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
11324         (gst_base_rtp_audio_payload_handle_sample_based_buffer):
11325         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
11326           Declare variables at the beginning of a block. Fixes #383195.
11327
11328 2006-12-07  Jan Schmidt  <thaytan@mad.scientist.com>
11329
11330         * configure.ac:
11331         Bump version nano - back to CVS.
11332
11333
11334 === release 0.10.11 ===
11335
11336 2006-12-06  Jan Schmidt <thaytan@mad.scientist.com>
11337
11338         * configure.ac:
11339           releasing 0.10.11, "Dumb things"
11340
11341 2006-12-05  Jan Schmidt  <thaytan@mad.scientist.com>
11342
11343         * gst/playback/gstdecodebin.c: (find_dynamic), (dynamic_add),
11344         (close_pad_link), (elem_is_dynamic), (unlinked), (close_link):
11345         Handle the case where an element has multiple pads with 
11346         unfixed caps as well as still possibly producing more dynamic 
11347         pads by storing each case as a distinct entry in the dynamic list.
11348         Fixes #38223 again.
11349
11350 2006-12-04  Wim Taymans  <wim@fluendo.com>
11351
11352         * gst/playback/gstdecodebin.c: (close_pad_link):
11353         Fix #382223, add more dynamic caps handling.
11354
11355 2006-12-04  Wim Taymans  <wim@fluendo.com>
11356
11357         * gst-libs/gst/audio/gstringbuffer.h:
11358         * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netbuffer_init),
11359         (gst_netaddress_set_ip4_interface),
11360         (gst_netaddress_set_ip6_interface), (gst_netaddress_set_loopback),
11361         (gst_netaddress_set_ttl), (gst_netaddress_get_ip4_interface),
11362         (gst_netaddress_get_ip6_interface), (gst_netaddress_get_loopback),
11363         (gst_netaddress_get_ttl):
11364         * gst-libs/gst/netbuffer/gstnetbuffer.h:
11365         * gst/playback/gstdecodebin.c: (close_pad_link):
11366         * tests/examples/seek/seek.c: (end_scrub), (end_seek), (do_seek),
11367         (seek_cb), (stop_seek), (rate_spinbutton_changed_cb):
11368         * win32/common/config.h:
11369
11370 2006-12-01  Michael Smith  <msmith@fluendo.com>
11371
11372         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
11373           Delete bad debug code.
11374           Fixes #381219
11375
11376 2006-12-01  Jan Schmidt  <thaytan@mad.scientist.com>
11377
11378         * gst/videoscale/vs_4tap.c:
11379         * win32/MANIFEST:
11380         * win32/common/config.h:
11381         * win32/vs8/libgstvideoscale.vcproj:
11382         Fix compilation on win32 under VS8
11383         Patch by: Sergey Scobich <sergey dot scobich at gmail dot com>
11384         Partially fixes #381175
11385
11386 2006-11-30  Michael Smith  <msmith@fluendo.com>
11387
11388         * tests/check/pipelines/theoraenc.c: (check_buffer_granulepos),
11389         (GST_START_TEST):
11390           It would be very bad if, after a discont buffer, we thought every
11391           single following buffer was also discont. So, add to the test to
11392           ensure that this isn't the case.
11393           
11394         * ext/theora/theoraenc.c: (theora_enc_is_discontinuous):
11395           ... it was the case. So fix it.
11396
11397 2006-11-28  Wim Taymans  <wim@fluendo.com>
11398
11399         * gst/playback/gstplaybasebin.c: (check_queue_event):
11400         Improve debug.
11401
11402         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps):
11403         Fix width and height range from 16 - 4096 to 1 - MAXINT, just like the
11404         padtemplate caps. Refixes #357577.
11405
11406 2006-11-28  Wim Taymans  <wim@fluendo.com>
11407
11408         * gst/playback/gstplaybasebin.c: (check_queue_event),
11409         (queue_threshold_reached), (queue_out_of_data),
11410         (gen_preroll_element):
11411         Add event probe to see when EOS is in a queue and we can disable the
11412         underrun signals. Fixes #357577.
11413
11414 2006-11-28  Edward Hervey  <edward@fluendo.com>
11415
11416         * gst/playback/Makefile.am:
11417         * gst/playback/gstdecodebin2.c: (gst_decode_bin_get_type),
11418         (_gst_boolean_accumulator), (gst_decode_bin_class_init),
11419         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
11420         (gst_decode_bin_init), (gst_decode_bin_dispose),
11421         (gst_decode_bin_finalize), (gst_decode_bin_set_property),
11422         (gst_decode_bin_get_property), (gst_decode_bin_set_caps),
11423         (gst_decode_bin_get_caps), (gst_decode_bin_autoplug_continue),
11424         (gst_decode_bin_autoplug_sort), (analyze_new_pad), (connect_pad),
11425         (connect_element), (expose_pad), (type_found),
11426         (pad_added_group_cb), (pad_removed_group_cb),
11427         (no_more_pads_group_cb), (pad_added_cb), (pad_removed_cb),
11428         (no_more_pads_cb), (find_compatibles), (is_demuxer_element),
11429         (are_raw_caps), (multi_queue_overrun_cb),
11430         (multi_queue_underrun_cb), (gst_decode_group_new),
11431         (get_current_group), (group_demuxer_event_probe),
11432         (gst_decode_group_control_demuxer_pad),
11433         (gst_decode_group_control_source_pad),
11434         (gst_decode_group_check_if_blocked),
11435         (gst_decode_group_check_if_drained), (gst_decode_group_expose),
11436         (gst_decode_group_hide), (gst_decode_group_free),
11437         (gst_decode_group_set_complete), (source_pad_blocked_cb),
11438         (source_pad_event_probe), (gst_decode_pad_new), (add_fakesink),
11439         (remove_fakesink), (find_sink_pad), (gst_decode_bin_change_state),
11440         (plugin_init):
11441         New decodebin2 element.
11442         Closes #370092
11443         * gst/playback/gstplay-marshal.list:
11444         Added marshallers for new signals in decodebin2
11445         * gst/playback/gstplaybasebin.c: (setup_subtitle), (make_decoder):
11446         Use decodebin2 if *and only if* the USE_DECODEBIN2 environment variable
11447         is set.
11448
11449 2006-11-28  Wim Taymans  <wim@fluendo.com>
11450
11451         * gst/playback/gstplaybasebin.c: (setup_source),
11452         (gst_play_base_bin_change_state):
11453         Disable rtsp:// uris for the release, it's not good enough yet.
11454         Remove unused var.
11455
11456 2006-11-26  Wim Taymans  <wim@fluendo.com>
11457
11458         * ext/theora/theoradec.c: (gst_theora_dec_reset),
11459         (theora_dec_push_forward), (theora_dec_push_reverse),
11460         (theora_handle_data_packet), (theora_dec_decode_buffer),
11461         (theora_dec_flush_decode), (theora_dec_chain_reverse),
11462         (theora_dec_chain_forward), (theora_dec_chain):
11463         Implement reverse playback.
11464
11465         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
11466         (vorbis_dec_decode_buffer), (vorbis_dec_flush_decode),
11467         (vorbis_dec_chain_forward):
11468         Clear buffers used for reverse playback in _reset.
11469         No need to set the eos flag, we clip samples using the segment.
11470
11471 2006-11-24  Wim Taymans  <wim@fluendo.com>
11472
11473         * ext/ogg/gstoggdemux.c: (gst_ogg_page_copy), (gst_ogg_page_free),
11474         (gst_ogg_pad_init), (gst_ogg_pad_dispose), (gst_ogg_pad_reset),
11475         (gst_ogg_pad_stream_out), (gst_ogg_pad_submit_page),
11476         (gst_ogg_chain_reset), (gst_ogg_demux_perform_seek):
11477         Some cleanups.
11478         Handle continued pages in reverse mode.
11479
11480 2006-11-24  Wim Taymans  <wim@fluendo.com>
11481
11482         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward),
11483         (vorbis_handle_data_packet), (vorbis_dec_decode_buffer),
11484         (vorbis_dec_flush_decode):
11485         Small cleanups.
11486         Don't try to add invalid timestamps.
11487         Clipping will unref the buffer.
11488
11489 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
11490
11491         * gst/adder/gstadder.h:
11492         * gst/audiotestsrc/gstaudiotestsrc.h:
11493           remove obsolete _factory_init protos
11494
11495 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
11496
11497         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
11498           Fix spacing in debug message.
11499
11500 2006-11-23  Wim Taymans  <wim@fluendo.com>
11501
11502         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page),
11503         (gst_ogg_demux_chain):
11504         Don't just ignore return values from _pad_push().
11505         Small debug improvements.
11506
11507 2006-11-23  Michael Smith  <msmith@fluendo.com>
11508
11509         * ext/ogg/gstoggmux.c: (gst_ogg_mux_process_best_pad):
11510           If our incoming buffer is marked as DISCONT, then increment the page
11511           number (so that the discontinuity is marked in the final ogg
11512           bitstream) and flush the previous page.
11513
11514 2006-11-22  Michael Smith  <msmith@fluendo.com>
11515
11516         * ext/theora/gsttheoraenc.h:
11517         * ext/theora/theoraenc.c: (gst_theora_enc_init),
11518         (theora_enc_reset), (theora_enc_clear), (theora_enc_sink_setcaps),
11519         (theora_buffer_from_packet), (theora_enc_is_discontinuous),
11520         (theora_enc_chain), (theora_enc_change_state):
11521           Mark discontinuities of > 3/4 of a frame, reinit encoder.
11522
11523         * tests/check/pipelines/theoraenc.c: (check_buffer_granulepos),
11524         (GST_START_TEST), (theoraenc_suite):
11525           Enable discontinuity test, fix it.
11526
11527 2006-11-21  Tim-Philipp Müller  <tim at centricular dot net>
11528
11529         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
11530         (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
11531         (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
11532         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
11533         (gst_text_overlay_change_state):
11534         * ext/pango/gsttextoverlay.h:
11535           Some textoverlay fixes: for one, in the video chain function,
11536           actually wait for a text buffer to come in if there is none at the
11537           moment and there should be one; also, deal more gracefully with
11538           incoming buffers that do not have a timestamp or duration; discard
11539           text buffer when not needed any longer. Fixes #341681.
11540
11541         * tests/check/Makefile.am:
11542         * tests/check/elements/.cvsignore:
11543         * tests/check/elements/textoverlay.c:
11544         (notgst_check_setup_src_pad2), (notgst_check_teardown_src_pad2),
11545         (setup_textoverlay), (buffer_is_all_black), (create_black_buffer),
11546         (create_text_buffer), (cleanup_textoverlay), (GST_START_TEST),
11547         (test_video_waits_for_text_send_text_newsegment_thread),
11548         (test_video_waits_for_text_shutdown_element),
11549         (test_render_continuity_push_video_buffers_thread),
11550         (textoverlay_suite):
11551           Add some unit tests for textoverlay.
11552
11553 2006-11-21  Tim-Philipp Müller  <tim at centricular dot net>
11554
11555         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
11556           Avoid integer underflow when the found probability for mp3 is
11557           smaller than the 'penalty' we subtract if there's not a clean
11558           mp3 header sync at offset 0.
11559
11560 2006-11-21  Stefan Kost  <ensonic@users.sf.net>
11561
11562         * docs/libs/gst-plugins-base-libs-sections.txt:
11563           Add some new symbols to the docs
11564
11565 2006-11-20  Tim-Philipp Müller  <tim at centricular dot net>
11566
11567         * tests/check/Makefile.am:
11568         * tests/check/elements/ffmpegcolorspace.c:
11569         (ffmpegcolorspace_suite):
11570           Enable ffmpegcolorspace test now that the RGBA32 issue is fixed
11571           (for now not for valgrinding though, since it takes too long).
11572
11573 2006-11-20  Wim Taymans  <wim@fluendo.com>
11574
11575         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11576         (gst_ffmpeg_pixfmt_to_caps):
11577         Fix RGBA32 caps. Fixes #357038.
11578
11579 2006-11-20  Tim-Philipp Müller  <tim at centricular dot net>
11580
11581         * gst-libs/gst/interfaces/mixertrack.h:
11582           Add FIXME so we can add some padding here in 0.11
11583
11584 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
11585
11586         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
11587           Fix GstBaseRTPAudioPayload structure so the whole GObject
11588           inheritance business actually works (parent class instance structure
11589           must always come first in the derived class instance structure).
11590
11591 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
11592
11593         * gst/videotestsrc/Makefile.am:
11594         * tests/check/Makefile.am:
11595           Make sure our checks and the videotestsrc plugin link against the
11596           local uninstalled gst libs and not any installed gst libs that
11597           might happen to exist as well.
11598
11599         * tests/check/elements/adder.c: (message_received),
11600         (test_event_message_received), (test_play_twice_message_received):
11601         * tests/check/elements/ffmpegcolorspace.c: (GST_START_TEST):
11602           Fix compiler warnings when compiling against core with disabled
11603           debugging system.
11604
11605 2006-11-16  Michael Smith  <msmith@fluendo.com>
11606
11607         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
11608         (gst_audio_rate_sink_event), (gst_audio_rate_chain):
11609           Fix audiorate, so that it accurately sets offsets and timestamps.
11610           Doesn't change the fundamental algorithmic decisions; so should be
11611           safe.
11612
11613         * tests/check/Makefile.am:
11614           Enable audiorate test now that it passes.
11615
11616 2006-11-09  Stefan Kost  <ensonic@users.sf.net>
11617
11618         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
11619           clear xv when going to NULL, remove // commented non-existant proto
11620
11621         * tests/examples/seek/seek.c: (main):
11622           add missing tooltip description for scrub and play_scrub
11623
11624 2006-11-14  David Schleef  <ds@schleef.org>
11625
11626         * configure.ac:
11627           Bump liboil requirement to 0.3.8.
11628         * gst-libs/gst/riff/riff-media.c:
11629           Add Dirac fourcc.
11630         * gst/videoscale/vs_image.h:
11631         * gst/videoscale/vs_scanline.h:
11632           Use liboil's stdint.h.
11633         * gst/videotestsrc/videotestsrc.c:
11634           Remove liboil related ifdef's, since they aren't needed now, and
11635           won't work with future versions.
11636
11637 2006-11-14  David Schleef  <ds@schleef.org>
11638
11639         * gst/videoscale/Makefile.am:
11640         * gst/videoscale/gstvideoscale.c:
11641         * gst/videoscale/gstvideoscale.h:
11642         * gst/videoscale/vs_4tap.c:
11643         * gst/videoscale/vs_4tap.h:
11644         * gst/videoscale/vs_image.c:
11645         * gst/videoscale/vs_image.h:
11646         * gst/videoscale/vs_scanline.c:
11647         * gst/videoscale/vs_scanline.h:
11648           Add a 4-tap image scaler.  Theoretically looks much prettier.
11649           The tap calculation could use some improvement.
11650
11651 2006-11-14  Wim Taymans  <wim@fluendo.com>
11652
11653         Patch by: Jan David Mol <j dot j dot d dot mol at tudelft dot nl>
11654
11655         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds),
11656         (gst_riff_parse_strf_iavs):
11657         * gst/subparse/gstsubparse.c: (convert_encoding):
11658         * gst/tcp/gstmultifdsink.c:
11659         (gst_multi_fd_sink_handle_client_write):
11660         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
11661         (gst_tcp_read_buffer), (gst_tcp_gdp_read_caps),
11662         (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
11663         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_render):
11664         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
11665         (gst_ximagesink_ximage_new):
11666         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
11667         Various gsize and gssize printf fixes. Fixes #372507.
11668
11669 2006-11-13  Wim Taymans  <wim@fluendo.com>
11670
11671         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
11672         (vorbis_dec_push_forward), (vorbis_dec_push_reverse),
11673         (vorbis_handle_data_packet), (vorbis_dec_decode_buffer),
11674         (vorbis_dec_flush_decode), (vorbis_dec_chain_reverse),
11675         (vorbis_dec_chain_forward), (vorbis_dec_chain):
11676         * ext/vorbis/vorbisdec.h:
11677         First stab at vorbis reverse playback.
11678
11679 2006-11-13  Wim Taymans  <wim@fluendo.com>
11680
11681         * gst-libs/gst/audio/gstbaseaudiosink.c:
11682         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
11683         * gst-libs/gst/audio/gstbaseaudiosink.h:
11684         Make the clock sync code more accurate wrt resampling and playback
11685         at different rates.
11686         
11687         * gst-libs/gst/audio/gstringbuffer.c:
11688         (gst_ring_buffer_commit_full), (gst_ring_buffer_commit):
11689         * gst-libs/gst/audio/gstringbuffer.h:
11690         Use better algorithm to interpolate sample rates. 
11691
11692 2006-11-13  Michael Smith  <msmith@fluendo.com>
11693
11694         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page):
11695           Improve a debug line slightly.
11696
11697         * ext/ogg/gstogmparse.c: (gst_ogm_parse_plugin_init):
11698           Call gst_riff_init() in plugin_init, to avoid getting errors from
11699           the debug system (unrelated changes to another plugin made this turn
11700           up; not sure why).
11701
11702 2006-11-10  Tim-Philipp Müller  <tim at centricular dot net>
11703
11704         Patch by: Sergey Scobich  <sergery.scobich at gmail com>
11705
11706         * win32/common/libgsttag.def:
11707           Add missing symbol (#366492).
11708
11709 2006-11-09  Tim-Philipp Müller  <tim at centricular dot net>
11710
11711         * gst/playback/gststreamselector.c: (gst_stream_selector_dispose):
11712           Don't unref a NULL pad.
11713
11714 2006-11-09  Wim Taymans  <wim@fluendo.com>
11715
11716         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page),
11717         (gst_ogg_demux_get_prev_page), (gst_ogg_demux_perform_seek),
11718         (gst_ogg_demux_handle_page), (gst_ogg_demux_chain),
11719         (gst_ogg_demux_loop_forward), (gst_ogg_demux_loop_reverse),
11720         (gst_ogg_demux_loop):
11721         Implement first stab at reverse playback.
11722
11723 2006-11-07  Stefan Kost  <ensonic@users.sf.net>
11724
11725         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
11726         (gst_riff_create_video_template_caps):
11727           add h263/h264 variants to the caps, Fixes #363118
11728
11729 2006-11-06  Tim-Philipp Müller  <tim at centricular dot net>
11730
11731         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
11732         * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
11733           Use g_strerror instead of strerror so we get UTF-8.
11734
11735 2006-11-03  David Schleef  <ds@schleef.org>
11736
11737         * ext/ogg/gstoggdemux.c:
11738         * ext/ogg/gstoggmux.c:
11739           Add/remove KW-DIRAC header here, since it is ogg-specific.
11740
11741 2006-11-03  Michael Smith  <msmith@fluendo.com>
11742
11743         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find):
11744           Recognise more mpeg4 elementary video streams.
11745
11746 2006-11-02  Edward Hervey  <edward@fluendo.com>
11747
11748         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
11749         Lower the probability of mp3 typefinding functions if we don't find a
11750         valid mp3 header at the start of the file.
11751         Closes #369482
11752
11753 2006-11-02  Wim Taymans  <wim@fluendo.com>
11754
11755         * ext/theora/gsttheoradec.h:
11756         * ext/theora/theoradec.c: (gst_theora_dec_init),
11757         (theora_dec_sink_event), (theora_dec_chain_forward),
11758         (theora_dec_flush_decode), (theora_dec_chain_reverse),
11759         (theora_dec_chain):
11760         Document and partially implement an algorithm for doing reverse playback
11761         of theora video.
11762
11763 2006-11-02  Tim-Philipp Müller  <tim at centricular dot net>
11764
11765         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
11766
11767         * win32/common/config.h:
11768         * win32/common/interfaces-enumtypes.c:
11769         * win32/common/libgsttag.def:
11770         * win32/vs8/gst-plugins-base.sln:
11771         * win32/vs8/libgstaudioresample.vcproj:
11772         * win32/vs8/libgstinterfaces.vcproj:
11773         * win32/vs8/libgstogg.vcproj:
11774         * win32/vs8/libgstriff.vcproj:
11775         * win32/vs8/libgsttag.vcproj:
11776         * win32/vs8/libgsttheora.vcproj:
11777         * win32/vs8/libgstvideoscale.vcproj:
11778         * win32/vs8/libgstvorbis.vcproj:
11779           Misc. VS8 build fixes: fix syntax in config.h, add missing entries
11780           to libgsttag.def; add missing dependencies for some vs8 projects;
11781           re-arrange placement of .def files in vs8 projects (#366334).
11782
11783 2006-11-01  Tim-Philipp Müller  <tim at centricular dot net>
11784
11785         * ext/ogg/gstogg.c:
11786           Remove unused variable.
11787
11788         * ext/ogg/gstoggdemux.c:
11789           Fix Wim's surname in plugin description.
11790
11791 2006-10-31  Wim Taymans  <wim@fluendo.com>
11792
11793         * gst-plugins-base.spec.in:
11794         spec new .h file. Fixes #368310.
11795
11796 2006-10-31  Michael Smith  <msmith@fluendo.com>
11797
11798         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_add_full),
11799         (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
11800         (gst_multi_fd_sink_get_stats),
11801         (gst_multi_fd_sink_remove_client_link),
11802         (gst_multi_fd_sink_queue_buffer),
11803         (gst_multi_fd_sink_handle_clients):
11804         * gst/tcp/gstmultifdsink.h:
11805           Make using the remove or clear signals threadsafe.
11806           Make calling get-stats with an invalid fd not segfault.
11807           Fixes 368273.
11808
11809 2006-10-31  Wim Taymans  <wim@fluendo.com>
11810
11811         * gst-libs/gst/rtp/Makefile.am:
11812         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
11813         (gst_base_rtp_audio_payload_init):
11814         Fix and activate base audio payloader.
11815
11816 2006-10-28  Tim-Philipp Müller  <tim at centricular dot net>
11817
11818         * gst/typefind/gsttypefindfunctions.c: (qtif_type_find),
11819         (plugin_init):
11820           Add typefinder for QuickTime Image Files (see #366156).
11821
11822 2006-10-28  Tim-Philipp Müller  <tim at centricular dot net>
11823
11824         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init):
11825           Another typo fix (#366212).
11826
11827 2006-10-27  Wim Taymans  <wim@fluendo.com>
11828
11829         * gst/volume/gstvolume.c: (volume_transform_ip):
11830         Use stream time to synchronize volume property instead of rather random
11831         timestamps. This is needed when gnonlin does its time shifting.
11832
11833 2006-10-27  Wim Taymans  <wim@fluendo.com>
11834
11835         Patch by: Mark Nauwelaerts <manauw at skynet dot be>
11836
11837         * ext/ogg/gstoggmux.c: (gst_ogg_mux_release_pad):
11838         Remove the pad from the element in release_pad. Fixes #364812.
11839
11840 2006-10-27  Tim-Philipp Müller  <tim at centricular dot net>
11841
11842         * sys/ximage/ximagesink.c: (gst_ximagesink_get_type):
11843         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_type):
11844           Explicitly create our custom buffer classes at a thread-safe
11845           location as well, since g_type_class_ref() doesn't seem to be
11846           entirely thread-safe either (#365501; also see #349410).
11847
11848 2006-10-26  Tim-Philipp Müller  <tim at centricular dot net>
11849
11850         * gst-libs/gst/riff/riff-read.c: (freeform_string_to_utf8),
11851         (gst_riff_parse_info):
11852           If strings in INFO chunk are not UTF-8, do something similar to
11853           what we do for ID3v1 tags: check a number of environment variables
11854           (GST_AVI_TAG_ENCODING, GST_RIFF_TAG_ENCODING, GST_TAG_ENCODING) for
11855           character sets to try, otherwise try the current locale and/or fall
11856           back on ISO-8859-1. Fixes #360552.
11857
11858 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
11859
11860         * gst/videotestsrc/gstvideotestsrc.c:
11861         (gst_video_test_src_pattern_get_type),
11862         (gst_video_test_src_set_pattern):
11863         * gst/videotestsrc/gstvideotestsrc.h:
11864         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_checkers1),
11865         (gst_video_test_src_checkers2), (gst_video_test_src_checkers4),
11866         (gst_video_test_src_checkers8):
11867         * gst/videotestsrc/videotestsrc.h:
11868           Add a bunch of exciting new checkers patterns.
11869
11870 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
11871
11872         * gst/subparse/Makefile.am:
11873         * gst/subparse/gstsubparse.c:
11874         (gst_sub_parse_data_format_autodetect),
11875         (gst_sub_parse_format_autodetect), (handle_buffer),
11876         (gst_sub_parse_chain), (gst_subparse_type_find), (plugin_init):
11877         * gst/subparse/gstsubparse.h:
11878         * gst/subparse/tmplayerparse.c: (tmplayer_parse_line),
11879         (parse_tmplayer):
11880         * gst/subparse/tmplayerparse.h:
11881           Add support for TMPlayer-type subtitles (#362845).
11882
11883         * tests/check/elements/subparse.c: (test_tmplayer_do_test),
11884         (GST_START_TEST), (subparse_suite):
11885           Add some basic unit tests for the above.
11886
11887 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
11888
11889         * tests/check/elements/audiorate.c: (test_injector_base_init),
11890         (test_injector_class_init), (test_injector_chain),
11891         (test_injector_init), (probe_cb), (do_perfect_stream_test),
11892         (GST_START_TEST), (audiorate_suite):
11893           More tests for audiorate: inject buffers to check behaviour when
11894           buffers overlap.
11895
11896 2006-10-21  Tim-Philipp Müller  <tim at centricular dot net>
11897
11898         * tests/check/Makefile.am:
11899         * tests/check/elements/.cvsignore:
11900         * tests/check/elements/audiorate.c: (probe_cb), (got_buf),
11901         (do_perfect_stream_test), (GST_START_TEST), (audiorate_suite):
11902           Add some basic unit tests for audiorate. Disabled at the moment
11903           since it doesn't pass yet (see bug #363119).
11904
11905 2006-10-20  Tim-Philipp Müller  <tim at centricular dot net>
11906
11907         * gst/subparse/gstsubparse.c: (subrip_fix_up_markup),
11908         (parse_subrip), (handle_buffer):
11909           Add missing closing tags for markup and fix broken markup,
11910           otherwise pango won't render anything (fixes #357531). Also,
11911           make sure the text we send out is always NUL-terminated
11912           (better safe than sorry etc.).
11913
11914         * tests/check/elements/subparse.c: (test_srt_do_test),
11915         (test_srt):
11916           Some more tests for .srt incl. tests for the above stuff.
11917
11918 2006-10-20  Julien MOUTTE  <julien@moutte.net>
11919
11920         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
11921         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
11922         Patch by: Stefan Kost  <ensonic@users.sf.net>
11923         Try to redraw borders only when needed. Apparently this consumes
11924         resources on small devices... :-O (#363607)
11925
11926 2006-10-20  Michael Smith  <msmith@fluendo.com>
11927
11928         * gst/tcp/gstmultifdsink.c:
11929         (gst_multi_fd_sink_client_queue_buffer):
11930           If caps change, then update the client's idea of the caps so that we
11931           don't end up re-sending streamheaders for every single buffer after
11932           the caps change.
11933
11934 2006-10-20  Michael Smith  <msmith@fluendo.com>
11935
11936         * ext/ogg/gstoggparse.c: (gst_ogg_parse_dispose),
11937         (gst_ogg_parse_append_header), (gst_ogg_parse_chain):
11938           Set caps on pushed buffers; fix up refcounting of caps objects.
11939
11940 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
11941
11942         * gst/typefind/gsttypefindfunctions.c: (mmsh_type_find),
11943         (plugin_init):
11944           Typefind mmsh header data packet to application/x-mmsh (#362625).
11945
11946 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
11947
11948         * tests/check/Makefile.am:
11949         * tests/check/elements/.cvsignore:
11950         * tests/check/elements/subparse.c: (buffer_from_static_string),
11951         (setup_subparse), (teardown_subparse), (test_srt_do_test),
11952         (GST_START_TEST), (subparse_suite):
11953           Add very simple unit test for subparse.
11954
11955 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
11956
11957         * gst/subparse/gstsubparse.c: (strip_trailing_newlines),
11958         (parse_subrip):
11959           Strip trailing newlines from subtitle text output.
11960
11961 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
11962
11963         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
11964         (gst_sub_parse_change_state):
11965           Fix memleak; clear subparse->textbuf n state change function.
11966
11967 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
11968
11969         * gst/subparse/gstsubparse.c:
11970         (gst_sub_parse_data_format_autodetect):
11971           Don't require subrip (.srt) files to start with a chunk number of 1.
11972
11973 2006-10-18  Wim Taymans  <wim@fluendo.com>
11974
11975         * gst-libs/gst/audio/gstbaseaudiosink.c:
11976         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
11977         * gst-libs/gst/audio/gstbaseaudiosink.h:
11978         Extract rate from the NEWSEGMENT event.
11979         Use commit_full to also take rate adjustment into account when writing
11980         samples to the ringbuffer.
11981         
11982         * gst-libs/gst/audio/gstringbuffer.c:
11983         (gst_ring_buffer_commit_full), (gst_ring_buffer_commit),
11984         (gst_ring_buffer_read):
11985         * gst-libs/gst/audio/gstringbuffer.h:
11986         Added _commit_full() to also take rate into account.
11987         Use simple interpolation algorithm to resample audio.
11988         API: gst_ring_buffer_commit_full()
11989
11990         * tests/examples/seek/scrubby.c: (speed_cb), (do_seek):
11991         * tests/examples/seek/seek.c: (segment_done):
11992         Don't try to seek with 0.0 rate, just pause instead.
11993         Remove bogus debug line.
11994
11995 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
11996
11997         * gst/playback/gstplaybasebin.c: (subbin_startup_sync_msg),
11998         (setup_source):
11999           Catch async errors when starting up the subtitle bin, so we can
12000           stop waiting and continue with the main film instead of hanging
12001           forever. Fixes #339366.
12002
12003         * tests/check/elements/playbin.c: (playbin_suite):
12004           Enable unit test for the above.
12005
12006 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
12007
12008         * tests/check/Makefile.am:
12009         * tests/check/elements/.cvsignore:
12010         * tests/check/elements/playbin.c: (GST_START_TEST),
12011         (gst_red_video_src_uri_get_type),
12012         (gst_red_video_src_uri_get_protocols),
12013         (gst_red_video_src_uri_get_uri), (gst_red_video_src_uri_set_uri),
12014         (gst_red_video_src_uri_handler_init),
12015         (gst_red_video_src_init_type), (gst_red_video_src_base_init),
12016         (gst_red_video_src_create), (gst_red_video_src_class_init),
12017         (gst_red_video_src_init), (plugin_init), (playbin_suite):
12018           Some small and basic unit tests for playbin; not very useful yet,
12019           but at least a start.
12020
12021 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
12022
12023         * gst/playback/gstplaybin.c: (setup_sinks):
12024           The old pad activation spiel.
12025
12026 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
12027
12028         * gst/playback/gstplaybasebin.c: (setup_source):
12029           Don't hang forever if the subbin already fails to start up in 
12030           the state change to PAUSED (#339366).
12031
12032 2006-10-17  Tim-Philipp Müller  <tim at centricular dot net>
12033
12034         * gst-libs/gst/interfaces/tuner.c: (gst_tuner_list_channels),
12035         (gst_tuner_set_channel), (gst_tuner_get_channel),
12036         (gst_tuner_list_norms), (gst_tuner_set_norm), (gst_tuner_get_norm),
12037         (gst_tuner_set_frequency), (gst_tuner_get_frequency),
12038         (gst_tuner_signal_strength), (gst_tuner_find_norm_by_name),
12039         (gst_tuner_find_channel_by_name):
12040           Fix some function guards, add some more function guards.
12041
12042 2006-10-17  Jan Schmidt  <thaytan@mad.scientist.com>
12043
12044         * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
12045         (remove_element_chain):
12046         Don't return a pad from get_our_ghost_pad unless it is actually the
12047         one we want.
12048         Change a cast in remove_element_chain slightly.
12049
12050 2006-10-13  Julien MOUTTE  <julien@moutte.net>
12051
12052         * tests/examples/seek/seek.c: (do_seek), (start_seek),
12053         (rate_spinbutton_changed_cb), (segment_done), (msg_state_changed):
12054         Segment seeking needs to use the rate and set stop to -1.
12055
12056 2006-10-13  Wim Taymans  <wim@fluendo.com>
12057
12058         * gst-libs/gst/audio/gstbaseaudiosink.c:
12059         (gst_base_audio_sink_setcaps):
12060         Don't crash when ringbuffer is not yet created.
12061         Patch by: Ville Syrjala <ville dot syrjala at movial dot fi>
12062         Fixes #361634.
12063
12064         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
12065         * gst/playback/gststreamselector.c:
12066         (gst_stream_selector_request_new_pad):
12067         Activate pads befre adding them to running elements.
12068
12069 2006-10-13  Julien MOUTTE  <julien@moutte.net>
12070
12071         * tests/examples/seek/seek.c: (do_seek), (start_seek),
12072         (rate_spinbutton_changed_cb), (msg_state_changed): Stop the scale
12073         updater when we start grabing the slider. Don't wait for the
12074         pipeline to be PAUSED.
12075
12076 2006-10-13  Tim-Philipp Müller  <tim at centricular dot net>
12077
12078         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_list_tracks),
12079         (gst_mixer_set_volume), (gst_mixer_get_volume),
12080         (gst_mixer_set_mute), (gst_mixer_set_option),
12081         (gst_mixer_get_option), (gst_mixer_mute_toggled),
12082         (gst_mixer_record_toggled), (gst_mixer_volume_changed),
12083         (gst_mixer_option_changed):
12084           Guard mixer interface functions against bogus arguments.
12085
12086 2006-10-12  Julien MOUTTE  <julien@moutte.net>
12087
12088         * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
12089         (play_cb), (pause_cb), (stop_cb), (rate_spinbutton_changed_cb),
12090         (msg_state_changed), (main): Use state-changed messages to trigger
12091         start/stop of scale update timer. Indeed the scale slider was
12092         jumping here and there because the update timer was activated 
12093         before seek completed. This fixes instant applying of rate changes
12094         by pressing the spinbutton like a crazy man !
12095
12096 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
12097
12098         Patch by: Sebastien Cote  <sebas642 at yahoo.ca>
12099
12100         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
12101         (gst_basertppayload_finalize):
12102           Fix two small memory leaks (#361456).
12103
12104 2006-10-10  Julien MOUTTE  <julien@moutte.net>
12105
12106         * tests/examples/seek/seek.c: (do_seek),
12107         (rate_spinbutton_changed_cb): When changing spinbutton we try
12108         to change the rate on the fly.
12109
12110 2006-10-10  Wim Taymans  <wim@fluendo.com>
12111
12112         * gst-libs/gst/riff/riff-ids.h:
12113         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
12114         (gst_riff_create_audio_template_caps):
12115         Add WMS caps.
12116
12117 2006-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12118
12119         Patch by: Josep Torra Valles <josep@fluendo.com>
12120
12121         * ext/gnomevfs/gstgnomevfssink.c:
12122         * ext/gnomevfs/gstgnomevfssrc.c:
12123         Fix URI interface implementation return type.
12124         * ext/pango/gsttextoverlay.c: (gst_text_overlay_set_property):
12125         Fix what looks like a copy/paste issue when assigning values.
12126         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
12127         (gst_audio_filter_template_get_type):
12128         Cast to prevent Forte warnings.
12129         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
12130         Fix URI interface implementation return type.
12131         gst_pad_query_position requires a signed integer pointer as
12132         3rd parameter, GstClockTime is unsigned.
12133         * gst/audioconvert/audioconvert.c:
12134         Fix integer overflow when treated as signed.
12135         * gst/audioresample/resample.c: (resample_add_input_data):
12136         Cast to prevent warnings on Forte.
12137         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette):
12138         Fix integer overflow when treated as signed.
12139         * gst/ffmpegcolorspace/imgconvert_template.h:
12140         Fix integer overflow when treated as signed. RGBA_OUT shifts bits.
12141         * gst/playback/gstdecodebin.c: (queue_filled_cb),
12142         (cleanup_decodebin):
12143         Who initialises a guint to -1!
12144         Cast function pointers to prevent warnings on Forte.
12145         * gst/playback/gstplaybasebin.c: (queue_deadlock_check),
12146         (queue_threshold_reached):
12147         Cast function pointers correctly to prevent warnings on Forte.
12148         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
12149         Cast function pointers correctly to prevent warnings on Forte.
12150         * gst/subparse/gstssaparse.c: (gst_ssa_parse_setcaps):
12151         Obvious change to unsigned, 0xEF > max signed char.
12152         * gst/tcp/gstmultifdsink.c: (get_buffers_max), (count_burst_unit):
12153         GstClockTime is unsigned, initialise correctly.
12154         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
12155         Cast so pointer arithemetic doesn't cause warnings on Forte.
12156         * gst/videorate/gstvideorate.c:
12157         Use correct return value.
12158         * tests/examples/seek/scrubby.c:
12159         GstClockTime is unsigned, initialise correctly.
12160
12161 2006-10-10  Tim-Philipp Müller  <tim at centricular dot net>
12162
12163         Patch by: Ferenc Gerlits  <fgerlits at gmail com>
12164
12165         * gst/typefind/gsttypefindfunctions.c:
12166           Recognise XML files and XML-like files shorter than 256 bytes as
12167           well (fixes #359237).
12168
12169 2006-10-09  Edgard Lima <edgard.lima@indt.org.br>
12170
12171         Patch by: Renato Filho <renato.filho@indt.org.br>
12172         
12173         * gst/typefind/gsttypefindfunctions.c:
12174         Added typefind functions to video/x-nuv media.
12175         
12176 2006-10-08  Tim-Philipp Müller  <tim at centricular dot net>
12177
12178         * gst-libs/gst/interfaces/xoverlay.c:
12179         (gst_x_overlay_set_xwindow_id), (gst_x_overlay_expose):
12180           Some more guards against invalid input.
12181
12182 2006-10-07  Julien MOUTTE  <julien@moutte.net>
12183
12184         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event): 
12185         Useless goto.
12186         * tests/examples/seek/seek.c: (do_seek),
12187         (rate_spinbutton_changed_cb), (main): Add a rate spinbutton in
12188         seek example to experiment with rates != 1.0 (reverse playback !)
12189
12190 2006-10-06  Stefan Kost  <ensonic@users.sf.net>
12191
12192         * gst-libs/gst/interfaces/xoverlay.c:
12193           Unref message in doc-example (spotted by Robert McQueen)
12194
12195 2006-10-06  Wim Taymans  <wim@fluendo.com>
12196
12197         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
12198         (mpeg1_parse_header), (mpeg1_sys_type_find):
12199         printf fix.
12200
12201 2006-10-06  Wim Taymans  <wim@fluendo.com>
12202
12203         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
12204         (close_pad_link):
12205         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
12206         Activate dynamic pads before adding them to the element.
12207
12208 2006-10-06  Michael Smith  <msmith@fluendo.com>
12209
12210         * gst-libs/gst/floatcast/floatcast.h:
12211           Fix obviously-bogus macros; use the correct types.
12212
12213 2006-10-06  Wim Taymans  <wim@fluendo.com>
12214
12215         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12216         (gst_base_rtp_depayload_change_state):
12217         Also call parent state change function to activate pads.
12218
12219         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
12220         (mpeg1_parse_header), (mpeg1_sys_type_find):
12221         Add some more debug info in mpeg typefinding.
12222
12223 2006-10-06  Michael Smith  <msmith@fluendo.com>
12224
12225         * ext/theora/theoradec.c: (theora_dec_chain):
12226           Zero byte theora packets are valid and well-defined; don't warn on
12227           them.
12228
12229 2006-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
12230
12231         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
12232         (gst_multi_fd_sink_get_stats), (find_limits),
12233         (gst_multi_fd_sink_queue_buffer):
12234           API: add dropped_buffers to the get-stats GValueArray
12235
12236 2006-10-05  Tim-Philipp Müller  <tim at centricular dot net>
12237
12238         * ext/alsa/gstalsadeviceprobe.c:
12239         (gst_alsa_device_property_probe_get_values):
12240         * ext/alsa/gstalsasink.c: (set_hwparams):
12241         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_elem_pad),
12242         (gst_ogg_chain_new_stream), (gst_ogg_demux_read_chain):
12243         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers),
12244         (gst_ogg_mux_process_best_pad):
12245         * ext/ogg/gstoggparse.c: (gst_ogg_parse_new_stream),
12246         (gst_ogg_parse_chain):
12247         * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header):
12248         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
12249         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_setup),
12250         (gst_vorbis_enc_buffer_check_discontinuous):
12251         * ext/vorbis/vorbisparse.c: (vorbis_parse_src_query):
12252         * gst-libs/gst/audio/gstbaseaudiosink.c:
12253         (gst_base_audio_sink_render):
12254         * gst-libs/gst/cdda/gstcddabasesrc.c:
12255         (gst_cdda_base_src_handle_track_seek):
12256         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12257         (gst_base_rtp_depayload_push_full):
12258         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
12259         * gst/audioresample/resample.c: (resample_input_pushthrough):
12260         * gst/playback/gstplaybasebin.c: (queue_out_of_data):
12261         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_handle_clients):
12262         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
12263         (wavpack_type_find):
12264         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
12265         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
12266         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
12267         * tests/check/elements/volume.c: (GST_START_TEST):
12268           Printf format fixes.
12269
12270 2006-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
12271
12272         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_caps):
12273           Fix a simple mistake (see the docs)
12274           Fixes #359580
12275
12276 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
12277
12278         * docs/plugins/Makefile.am:
12279         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12280         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12281         * docs/plugins/gst-plugins-base-plugins.args:
12282         * docs/plugins/gst-plugins-base-plugins.hierarchy:
12283         * docs/plugins/inspect/plugin-adder.xml:
12284         * docs/plugins/inspect/plugin-alsa.xml:
12285         * docs/plugins/inspect/plugin-audioconvert.xml:
12286         * docs/plugins/inspect/plugin-audiorate.xml:
12287         * docs/plugins/inspect/plugin-audioresample.xml:
12288         * docs/plugins/inspect/plugin-audiotestsrc.xml:
12289         * docs/plugins/inspect/plugin-cdparanoia.xml:
12290         * docs/plugins/inspect/plugin-decodebin.xml:
12291         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
12292         * docs/plugins/inspect/plugin-gdp.xml:
12293         * docs/plugins/inspect/plugin-gnomevfs.xml:
12294         * docs/plugins/inspect/plugin-libvisual.xml:
12295         * docs/plugins/inspect/plugin-ogg.xml:
12296         * docs/plugins/inspect/plugin-pango.xml:
12297         * docs/plugins/inspect/plugin-playbin.xml:
12298         * docs/plugins/inspect/plugin-subparse.xml:
12299         * docs/plugins/inspect/plugin-tcp.xml:
12300         * docs/plugins/inspect/plugin-theora.xml:
12301         * docs/plugins/inspect/plugin-typefindfunctions.xml:
12302         * docs/plugins/inspect/plugin-video4linux.xml:
12303         * docs/plugins/inspect/plugin-videorate.xml:
12304         * docs/plugins/inspect/plugin-videoscale.xml:
12305         * docs/plugins/inspect/plugin-videotestsrc.xml:
12306         * docs/plugins/inspect/plugin-volume.xml:
12307         * docs/plugins/inspect/plugin-vorbis.xml:
12308         * docs/plugins/inspect/plugin-ximagesink.xml:
12309         * docs/plugins/inspect/plugin-xvimagesink.xml:
12310           Add vorbistag element to docs; update version numbers to 0.10.10.1.
12311
12312 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
12313
12314         Patch by: James "Doc" Livingston <doclivingston at gmail com>
12315
12316         * ext/vorbis/Makefile.am:
12317         * ext/vorbis/vorbis.c: (plugin_init):
12318         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_class_init),
12319         (vorbis_parse_parse_packet), (vorbis_parse_chain):
12320         * ext/vorbis/vorbisparse.h:
12321         * ext/vorbis/vorbistag.c: (gst_vorbis_tag_base_init),
12322         (gst_vorbis_tag_class_init), (gst_vorbis_tag_init),
12323         (gst_vorbis_tag_parse_packet):
12324         * ext/vorbis/vorbistag.h:
12325           Add new vorbistag element which derives from vorbisparse
12326           and is essentially the same as well, only that it implements
12327           the GstTagSetter interface and can modify the stream's
12328           vorbiscomment on the fly (#335635).
12329
12330         * tests/check/Makefile.am:
12331         * tests/check/elements/.cvsignore:
12332         * tests/check/elements/vorbistag.c: (setup_vorbistag),
12333         (cleanup_vorbistag), (buffer_probe), (start_pipeline),
12334         (get_buffer), (stop_pipeline), (_create_codebook_header_buffer),
12335         (_create_audio_buffer), (GST_START_TEST), (vorbistag_suite):
12336           Add unit test for new vorbistag element.
12337
12338 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
12339
12340         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init),
12341         (vorbis_parse_push_headers), (vorbis_parse_chain):
12342           Set BOS flag in packet structure to fix 'jump depends
12343           on unitialized value' errors in valgrind; various minor
12344           clean-ups.
12345
12346 2006-09-30  Jan Schmidt  <thaytan@mad.scientist.com>
12347
12348         * gst/playback/gstdecodebin.c: (close_pad_link):
12349         Fix typo in a debug statement.
12350
12351         * gst/playback/gstplaybasebin.c: (probe_triggered),
12352         (new_decoded_pad_full), (new_decoded_pad), (subs_new_decoded_pad),
12353         (gen_source_element), (source_new_pad), (analyse_source),
12354         (setup_source):
12355         When handling no_more_pads in new_decoded_pad, make sure to treat
12356         subtitle pads correctly. Fixes playback with subtitle files.
12357
12358         Move a recurring message to LOG level.
12359
12360         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
12361         The maximum value for the Xv colorkey on this Radeon is 0xFFFFFFFF,
12362         which ends up as -1 when cast to an int. Make the logic handle the
12363         max value as an unsigned mask and only change the colorkey when it's
12364         a value we recognise.
12365
12366 2006-09-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
12367
12368         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
12369         Removed empty * between paragraphs
12370
12371 2006-09-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
12372
12373         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
12374         * gst-libs/gst/rtp/README:
12375         Moved some documentation into .c file
12376
12377 2006-09-29  Wim Taymans  <wim@fluendo.com>
12378
12379         * gst/playback/gstdecodebin.c: (no_more_pads):
12380         Fix compilation.
12381
12382 2006-09-29  Wim Taymans  <wim@fluendo.com>
12383
12384         * gst/playback/gstdecodebin.c: (new_caps):
12385         Remove g_print
12386
12387         * gst/playback/gstplaybin.c:
12388         Add some docs.
12389
12390 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
12391
12392         * tests/check/Makefile.am:
12393           Re-enable cddabasesrc test to see if it works again
12394           now.
12395
12396 2006-09-29  Wim Taymans  <wim@fluendo.com>
12397
12398         * gst/playback/gstplaybasebin.c: (setup_subtitle),
12399         (gen_source_element):
12400         Handle invalid URIs a bit more gracefully.
12401
12402 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
12403
12404         * tests/check/pipelines/oggmux.c:
12405           Remove obsolete comment.
12406
12407 2006-09-29  Michael Smith  <msmith@fluendo.com>
12408
12409         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
12410         (gst_ogg_mux_release_pad), (gst_ogg_mux_push_buffer),
12411         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
12412         (gst_ogg_mux_send_headers), (gst_ogg_mux_process_best_pad),
12413         (gst_ogg_mux_collected):
12414           Commit patch from James "Doc" Livingston, adds proper EOS handling
12415           in oggmux. GStreamer can, for the first time ever, create a valid
12416           Ogg file! Yay!
12417
12418         * tests/check/pipelines/oggmux.c: (check_chain_final_state),
12419         (oggmux_suite):
12420           Reenable tests now that they pass.
12421
12422 2006-09-29  Wim Taymans  <wim@fluendo.com>
12423
12424         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_handle_clients):
12425         Stop reading commands when EOF (we read 0) as well.
12426
12427 2006-09-28  Wim Taymans  <wim@fluendo.com>
12428
12429         * gst/playback/gstdecodebin.c: (dynamic_create), (dynamic_free),
12430         (close_pad_link), (dynamic_remove), (no_more_pads), (new_caps),
12431         (find_dynamic), (unlinked), (close_link):
12432         Implement delayed caps linking needed for element with a lot of
12433         different caps on the src pads that get fixed at runtime.
12434         Improve management of dynamic elements.
12435
12436         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
12437         (group_destroy), (group_commit), (check_queue), (queue_overrun),
12438         (gen_preroll_element), (remove_groups), (unknown_type),
12439         (add_element_stream), (no_more_pads_full), (no_more_pads),
12440         (sub_no_more_pads), (source_no_more_pads), (preroll_unlinked),
12441         (new_decoded_pad), (setup_subtitle), (array_has_value),
12442         (gen_source_element), (source_new_pad), (has_all_raw_caps),
12443         (analyse_source), (remove_decoders), (make_decoder),
12444         (remove_source), (setup_source), (finish_source), (prepare_output),
12445         (gst_play_base_bin_change_state):
12446         * gst/playback/gstplaybasebin.h:
12447         Use more _CAST instead of full type checking casts.
12448         Small cleanups, plug some leaks.
12449         Handle dynamic sources.
12450         Add some helper functions to create lists of strings used for
12451         blacklisting and other stuff.
12452         Refactor some code dealing with analysing the source.
12453         Re-enable sources without pads (like cd:// or other selfcontained
12454         elements).
12455
12456 2006-09-28  Wim Taymans  <wim@fluendo.com>
12457
12458         * gst-libs/gst/audio/gstbaseaudiosink.c:
12459         (gst_base_audio_sink_render):
12460         When we have a timestamp, we can still perform clipping.
12461         When we have no clock, we must play the sample ASAP.
12462
12463 2006-09-28  Wim Taymans  <wim@fluendo.com>
12464
12465         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
12466         Set caps on outgoing buffers.
12467
12468         * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
12469         (gst_video_rate_event), (gst_video_rate_chain):
12470         * gst/videorate/gstvideorate.h:
12471         Fix videorate some more. Fixes #357977
12472
12473 2006-09-28  Tim-Philipp Müller  <tim at centricular dot net>
12474
12475         * tests/check/elements/adder.c: (adder_suite):
12476           Don't set timeout to 6 seconds when we're running
12477           in valgrind ... (and how is 6 seconds longer than
12478           the default anyway?)
12479
12480 2006-09-28  Wim Taymans  <wim@fluendo.com>
12481
12482         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
12483         (gst_audio_rate_sink_event), (gst_audio_rate_convert),
12484         (gst_audio_rate_convert_segments), (gst_audio_rate_chain):
12485         Keep sink and src segment to keep track of time and support more
12486         input formats.
12487         Fix bogus next_offset and run_time calculation, don't understand how
12488         this could have worked before. Fixes #357976.
12489         Remove some unneeded vars.
12490
12491 2006-09-28  Tim-Philipp Müller  <tim at centricular dot net>
12492
12493         * gst/playback/gstplaybin.c: (remove_sinks):
12494           Only remove visualisation from visbin if there is a visbin (or:
12495           don't throw warnings when closing totem without playing a file).
12496
12497 2006-09-27  Wim Taymans  <wim@fluendo.com>
12498
12499         * gst-libs/gst/audio/gstbaseaudiosink.c:
12500         (gst_base_audio_sink_render):
12501         Add some more info in a WARNING.
12502
12503         * gst-libs/gst/audio/gstbaseaudiosrc.c:
12504         (gst_base_audio_src_create):
12505         Handle PAUSE in create function, use new -core addition to
12506         wait for playing. Fixes pausing and resuming capture from an
12507         audiosrc.
12508
12509         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
12510         (gst_ring_buffer_read):
12511         Constify some more.
12512         Caller supports interrupted reads now.
12513
12514 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
12515
12516         * tests/check/Makefile.am:
12517           Another attempt to make the gen64 buildbot happy.
12518
12519 2006-09-27  Stefan Kost  <ensonic@users.sf.net>
12520
12521         Patch by: Jonathan Matthew <jonathan@kaolin.wh9.net>
12522
12523         * ext/libvisual/visual.c: (gst_visual_clear_actors),
12524         (gst_visual_chain), (gst_visual_change_state):
12525           Libvisual plugin was not passing audio data to libvisual 0.4.0 
12526           correctly. Fixes #357800
12527
12528 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
12529
12530         * tests/check/pipelines/simple-launch-lines.c: (run_pipeline):
12531           Add timeout to _get_state() so we see which pipeline it is
12532           that causes trouble on the gen64 build bot.
12533
12534 2006-09-27  Wim Taymans  <wim@fluendo.com>
12535
12536         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12537         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_push_full),
12538         (gst_base_rtp_depayload_push_ts), (gst_base_rtp_depayload_process),
12539         (gst_base_rtp_depayload_set_gst_timestamp):
12540         the source pad always uses fixed caps.
12541
12542 2006-09-27  Wim Taymans  <wim@fluendo.com>
12543
12544         * docs/libs/gst-plugins-base-libs-docs.sgml:
12545         * docs/libs/gst-plugins-base-libs-sections.txt:
12546         * gst-libs/gst/audio/gstaudioclock.c:
12547         * gst-libs/gst/audio/gstaudioclock.h:
12548         * gst-libs/gst/audio/gstaudiosink.c:
12549         * gst-libs/gst/audio/gstaudiosink.h:
12550         * gst-libs/gst/audio/gstaudiosrc.c:
12551         * gst-libs/gst/audio/gstbaseaudiosink.c:
12552         (gst_base_audio_sink_render):
12553         * gst-libs/gst/audio/gstbaseaudiosink.h:
12554         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init):
12555         * gst-libs/gst/audio/gstbaseaudiosrc.h:
12556         * gst-libs/gst/audio/gstringbuffer.h:
12557         Added docs for the audio libs.
12558
12559 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
12560
12561         * tests/check/Makefile.am:
12562           Temporarily disable test that fails on the bots for unknown reasons.
12563
12564 2006-09-26 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
12565
12566         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
12567         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
12568         Moved AudioCodecType into priv
12569         Renamed all gst_basertpaudiopayload to gst_base_rtp_audio_payload prefixes
12570
12571 2006-09-25  Wim Taymans  <wim@fluendo.com>
12572
12573         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
12574         (add_fakesink), (remove_fakesink), (pad_probe), (close_pad_link),
12575         (is_demuxer_element), (try_to_link_1), (get_our_ghost_pad),
12576         (new_pad):
12577         Cleanups and small leak fixes.
12578         Added Depayloaders to valid list of autopluggable elements.
12579
12580 2006-09-25  Wim Taymans  <wim@fluendo.com>
12581
12582         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
12583         (gst_play_bin_vis_blocked), (gst_play_bin_set_property),
12584         (gen_video_element), (gen_text_element), (gen_audio_element),
12585         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
12586         (gst_play_bin_set_clock_func), (gst_play_bin_change_state):
12587         Detect NO_PREROLL state change returns and disable clock distribution to
12588         the sinks so that sync is disabled.
12589         Avoid some type checking and do simple casts instead.
12590         Small cleanups, fix some FIXMEs.
12591         Be more robust when linking user specified elements, catch an report
12592         errors. Fixes #357404.
12593         Fix some leaks in the error paths.
12594
12595 2006-09-25  Stefan Kost  <ensonic@users.sf.net>
12596
12597         * ChangeLog:
12598           ChangeLog surgery for missing bug-number
12599
12600 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
12601
12602         Patch by: Peter Kjellerstedt  <pkj at axis com>
12603
12604         * gst/playback/test.c:
12605           Fix compilation with uClibc and -Werror (#357591).
12606
12607 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
12608
12609         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
12610           Parse dates that are followed by a time as well (#357532).
12611
12612         * tests/check/libs/tag.c: (test_vorbis_tags):
12613           Add unit test for this.
12614
12615 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
12616
12617         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
12618         (gst_audio_convert_transform_caps):
12619         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_unicolor):
12620         * gst/videotestsrc/videotestsrc.h:
12621           A few array const-ifications.
12622
12623 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
12624
12625         * tests/check/Makefile.am:
12626           See if this makes the build bots happy.
12627
12628         * tests/check/libs/cddabasesrc.c:
12629           UTF8-ise my name.
12630
12631 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
12632
12633         Patch by: Young-Ho Cha <ganadist at chollian dot net>
12634
12635         * gst/subparse/samiparse.c: (handle_start_font),
12636         (fix_invalid_entities):
12637           More case-insensitivity for certain tags; recognise entities with
12638           decimal codes as special entities as well (#357330).
12639
12640 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
12641
12642         * gst-libs/gst/Makefile.am:
12643           Need to build tag directory before cdda.
12644
12645 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
12646
12647         * docs/libs/gst-plugins-base-libs-sections.txt:
12648         * gst-libs/gst/cdda/Makefile.am:
12649         * gst-libs/gst/cdda/gstcddabasesrc.c:
12650         (gst_cdda_base_src_base_init):
12651         * gst-libs/gst/cdda/gstcddabasesrc.h:
12652         * gst-libs/gst/tag/tag.h:
12653         * gst-libs/gst/tag/tags.c: (gst_tag_register_tags_internal),
12654         (gst_tag_register_musicbrainz_tags):
12655           Move GST_TAG_CDDA_* tags into libgsttag and make libgstcddabasesrc
12656           depend on libgsttag. This is required so we can extract/read tags like
12657           DISCID without depending on libgstcddabasesrc (which used to register
12658           them).
12659
12660         * gst-libs/gst/tag/gstvorbistag.c:
12661           Add vorbiscomment mapping for CDDB_DISCID and MUSICBRAINZ_DISCID
12662           tags (also see #347848).
12663
12664         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_metadata_set1):
12665           Log vorbis comments we are actually writing. Const-ify array.
12666
12667 2006-09-23  Wim Taymans  <wim@fluendo.com>
12668
12669         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
12670         Improve buffering a bit by avoiding a deadlock because we cannot assume
12671         the underrun is always called.
12672
12673 2006-09-23  Wim Taymans  <wim@fluendo.com>
12674
12675         Patch by: Young-Ho Cha <ganadist at chollian dot net>
12676
12677         * gst-libs/gst/riff/riff-ids.h:
12678         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
12679         (gst_riff_create_audio_template_caps):
12680         Added MPEG-4 AAC and id and caps. Fixes #357289
12681         Added WMA9 Lossless id.
12682
12683 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
12684
12685         * ext/gnomevfs/gstgnomevfssrc.c:
12686           Fix misleading docs addition.
12687
12688         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
12689           Get rid of compiler warning the right way.
12690
12691 2006-09-22  Wim Taymans  <wim@fluendo.com>
12692
12693         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12694         (gst_base_rtp_depayload_finalize),
12695         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
12696         (gst_base_rtp_depayload_push_full),
12697         (gst_base_rtp_depayload_push_ts), (gst_base_rtp_depayload_push),
12698         (gst_base_rtp_depayload_process),
12699         (gst_base_rtp_depayload_set_gst_timestamp),
12700         (gst_base_rtp_depayload_queue_release):
12701         * gst-libs/gst/rtp/gstbasertpdepayload.h:
12702         Small cleanups.
12703         Fix some leaks.
12704         Refactored the process method and added methods to push from the process
12705         vmethod.
12706         Use _scale functions.
12707         API: gst_base_rtp_depayload_push_ts
12708         API: gst_base_rtp_depayload_push
12709
12710         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
12711         timestamps are uint.
12712
12713 2006-09-22  Stefan Kost  <ensonic@users.sf.net>
12714
12715         * gst-libs/gst/interfaces/xoverlay.c:
12716           Remove unused statement from doc example.
12717
12718 2006-09-21  Stefan Kost  <ensonic@users.sf.net>
12719
12720         * gst-libs/gst/interfaces/videoorientation.c:
12721         (gst_video_orientation_iface_init),
12722         (gst_video_orientation_get_hflip),
12723         (gst_video_orientation_get_vflip),
12724         (gst_video_orientation_get_hcenter),
12725         (gst_video_orientation_get_vcenter),
12726         (gst_video_orientation_set_hflip),
12727         (gst_video_orientation_set_vflip),
12728         (gst_video_orientation_set_hcenter),
12729         (gst_video_orientation_set_vcenter):
12730           Add since tags to new API docs, ChangeLog surgery (forgot API keyword
12731           in ChangeLog)
12732
12733 2006-09-21  Tim-Philipp Müller  <tim at centricular dot net>
12734
12735         * tests/check/Makefile.am:
12736         * tests/check/elements/.cvsignore:
12737         * tests/check/elements/ffmpegcolorspace.c: (rgb_format_to_caps),
12738         (create_rgb_conversions), (rgb_conversion_free),
12739         (right_shift_colour), (fix_expected_colour), (check_rgb_buf),
12740         (got_buf_cb), (GST_START_TEST), (ffmpegcolorspace_suite):
12741           Add unit test for ffmpegcolorspace (RGB <=> RGB only so far),
12742           but disable for now since it doesn't pass (something wrong with
12743           RGBA somewhere).
12744
12745 2006-09-21  Wim Taymans  <wim@fluendo.com>
12746
12747         * gst/playback/gstplaybasebin.c: (group_commit),
12748         (queue_deadlock_check), (queue_overrun), (queue_threshold_reached),
12749         (queue_out_of_data), (gen_preroll_element),
12750         (preroll_remove_overrun), (probe_triggered):
12751         Refactor handling of overrun detection.
12752         Separate handling of group completion and deadlock detection when doing
12753         network buffering. This should fix some deadlocks that were not detected
12754         because the group was completed.
12755         Add more comments, improve debugging.
12756
12757 2006-09-21  Wim Taymans  <wim@fluendo.com>
12758
12759         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
12760         * tests/check/libs/audio.c:
12761         Some more compilation fixes.
12762
12763 2006-09-21  Wim Taymans  <wim@fluendo.com>
12764
12765         * gst-libs/gst/audio/gstringbuffer.c:
12766         (gst_ring_buffer_samples_done), (gst_ring_buffer_commit),
12767         (gst_ring_buffer_read):
12768         Early morning compilation fix.
12769
12770 2006-09-20  Wim Taymans  <wim@fluendo.com>
12771
12772         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
12773         * tests/check/elements/multifdsink.c: (GST_START_TEST):
12774         * tests/check/elements/videorate.c: (GST_START_TEST):
12775         * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
12776         * tests/check/pipelines/oggmux.c: (eos_buffer_probe):
12777         Fix some warnings.
12778
12779 2006-09-20  Stefan Kost  <ensonic@users.sf.net>
12780
12781         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
12782         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
12783         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_show_frame):
12784           Handcrafted merge to help CVS understanding what I changed and what
12785           not.
12786
12787 2006-09-20  Stefan Kost  <ensonic@users.sf.net>
12788
12789         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
12790         (gst_xvimagesink_get_times):
12791           change colorkey behaviour back according to #354773 comment 6/7
12792
12793 2006-09-19  Michael Smith  <msmith@fluendo.com>
12794
12795         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
12796         (gst_multi_fd_sink_class_init), (get_buffers_max), (find_limits),
12797         (gst_multi_fd_sink_recover_client),
12798         (gst_multi_fd_sink_queue_buffer), (gst_multi_fd_sink_set_property),
12799         (gst_multi_fd_sink_get_property):
12800         * gst/tcp/gstmultifdsink.h:
12801           Implement stubbed out properties unit-type, units-soft-max,
12802           units-max, to allow specifying maximum sizes in units other than
12803           buffers.
12804           Fixes #355935
12805
12806 2006-09-19  Wim Taymans  <wim@fluendo.com>
12807
12808         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
12809         (gst_riff_create_audio_template_caps):
12810         Reorder the audio formats a bit for clarity.
12811         Detect and create caps for MSGSM and MSN (WAV49).
12812         Fixes #356596.
12813
12814         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
12815         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
12816         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_show_frame):
12817         Small cleanups, move error handling out of normal flow for clarity.
12818
12819 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
12820
12821         * docs/libs/gst-plugins-base-libs-docs.sgml:
12822         * docs/libs/gst-plugins-base-libs.types:
12823         * gst-libs/gst/interfaces/Makefile.am:
12824         * gst-libs/gst/interfaces/videoorientation.c:
12825         (gst_video_orientation_get_type),
12826         (gst_video_orientation_iface_init),
12827         (gst_video_orientation_get_hflip),
12828         (gst_video_orientation_get_vflip),
12829         (gst_video_orientation_get_hcenter),
12830         (gst_video_orientation_get_vcenter),
12831         (gst_video_orientation_set_hflip),
12832         (gst_video_orientation_set_vflip),
12833         (gst_video_orientation_set_hcenter),
12834         (gst_video_orientation_set_vcenter):
12835         * gst-libs/gst/interfaces/videoorientation.h:
12836           API: Add new interface to control video orientation (fixes #354908)
12837
12838 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
12839
12840         * gst/videotestsrc/gstvideotestsrc.c:
12841           Use G_UNLIKELY in _create and log one more detail.
12842           
12843         (gst_video_test_src_get_times), (gst_video_test_src_create):
12844         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
12845           Use gst_util_uint64_scale_int in _get_times().
12846
12847 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
12848
12849         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support)
12850           Give better warning message (add object and detail).
12851
12852 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
12853
12854         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
12855         (gst_xvimagesink_get_times):
12856           xvimage assumed that XV_COLORKEY can be set in RGB888 format (fixes
12857           #354773), use gst_util_uint64_scale_int in _get_times()
12858
12859 2006-09-18  Michael Smith  <msmith@fluendo.com>
12860
12861         * ext/ogg/gstoggmux.c: (gst_ogg_mux_push_buffer):
12862           Timestamps are unsigned; comparision against GST_CLOCK_TIME_NONE was
12863           always true, leading to dropping all timestamps.
12864
12865 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
12866
12867         * ext/libvisual/visual.c: (gst_vis_src_negotiate),
12868         (gst_visual_chain), (gst_visual_change_state):
12869           update to work also with libvisual 0.4 API, fix double unref (#355914)
12870           
12871         * tools/gst-launch-ext.1.in:
12872         * tools/gst-visualise.1.in:
12873           remove references to old man-pages
12874
12875         * tests/examples/seek/seek.c: (main):
12876           add real meadi-buttons, add tool-tips for the seek-options, arrange
12877           seek options in a table
12878
12879 2006-09-18  Michael Smith  <msmith@fluendo.com>
12880
12881         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear),
12882         (gst_ogg_mux_push_buffer):
12883           Don't generate out-of-order timestamps from oggmux, instead clamp
12884           output timestamps to be >= the previously output ts.
12885           Fixes #355595
12886
12887 2006-09-18  Michael Smith  <msmith@fluendo.com>
12888
12889         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
12890         (gst_multi_fd_sink_class_init):
12891           Updates, fixes, and typo corrections for multifdsink. No functional
12892           changes.
12893
12894 2006-09-17  Michael Smith  <msmith@fluendo.com>
12895
12896         * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find):
12897           Don't crash on truncated files - check that we got an 8 byte buffer
12898           before trying to memcmp it.
12899
12900 2006-09-17  Tim-Philipp Müller  <tim at centricular dot net>
12901
12902         * gst/playback/gstplaybasebin.c: (get_active_source):
12903           Make stream-switching appear instant to the application
12904           (ie. make sure that a g_object_get on 'current-foo' returns
12905           the stream previously set with g_object_set(). Totem needs
12906           this to update stream-related meta-info (like audio-codec)
12907           correctly when switching streams.
12908
12909 2006-09-17  Tim-Philipp Müller  <tim at centricular dot net>
12910
12911         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_find_master_mixer),
12912         (gst_alsa_mixer_ensure_track_list):
12913           Try harder to guess which mixer track is the master mixer
12914           track (instead of just taking the first one that has a pvolume).
12915           Fixes #342228.
12916
12917 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
12918
12919         reviewed by: <delete if not using a buddy>
12920
12921         * gst-libs/gst/audio/audio.h:
12922         * gst/audiotestsrc/gstaudiotestsrc.c: (plugin_init):
12923
12924 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
12925
12926         * gst/audioconvert/gstaudioconvert.c: (set_structure_widths),
12927         (gst_audio_convert_transform_caps):
12928           Get structure-name just once.
12929
12930 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
12931
12932         * tests/check/elements/audioresample.c: (GST_START_TEST):
12933         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
12934         * tests/check/elements/volume.c: (GST_START_TEST):
12935         * tests/check/elements/vorbisdec.c: (GST_START_TEST):
12936         * tests/check/pipelines/oggmux.c: (validate_ogg_page), (eos_watch),
12937         (test_pipeline), (GST_START_TEST):
12938         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
12939         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
12940           Fix big batch of compiler warnings.
12941
12942 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
12943
12944         * ext/gnomevfs/gstgnomevfssrc.c:
12945           Add docs about icydemux usage in connection with gnomevfssrc
12946
12947         * ext/libvisual/visual.c:
12948         * ext/ogg/gstoggaviparse.c:
12949         * ext/ogg/gstoggdemux.c:
12950         * ext/ogg/gstoggmux.c:
12951         * ext/ogg/gstoggparse.c:
12952         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
12953         * gst-libs/gst/audio/gstaudiosink.c:
12954         * gst-libs/gst/audio/gstaudiosrc.c:
12955         * gst/audiorate/gstaudiorate.c:
12956           More G_OBJECT macro fixing.
12957
12958         * gst/audiotestsrc/gstaudiotestsrc.h:
12959           Fix wrong info in header due to copy & paste
12960
12961 2006-09-15  Wim Taymans  <wim@fluendo.com>
12962
12963         * gst-libs/gst/audio/gstbaseaudiosink.c:
12964         (gst_base_audio_sink_get_time), (gst_base_audio_sink_callback):
12965         * gst-libs/gst/audio/gstbaseaudiosrc.c:
12966         (gst_base_audio_src_get_time), (gst_base_audio_src_fixate),
12967         (gst_base_audio_src_get_times), (gst_base_audio_src_get_offset),
12968         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
12969         Do the delay calculation in the source/sink base classes as this is
12970         specific for the capture/playback mode.
12971         Try to fixate a bit better, like round depth up to a multiple of 8
12972         bigger than width.
12973         Handle underruns correctly by marking DISCONT on buffers and adjusting
12974         timestamps to handle the gap.
12975         Set offset/offset_end correctly on buffers.
12976
12977         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_pause),
12978         (gst_ring_buffer_samples_done), (gst_ring_buffer_commit),
12979         (gst_ring_buffer_read):
12980         Remove resync and underrun recovery from the ringbuffer.
12981         Fix ringbuffer read code on under/overrun.
12982
12983 2006-09-15  Wim Taymans  <wim@fluendo.com>
12984
12985         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
12986         (gst_play_base_bin_init), (fill_buffer), (check_queue),
12987         (queue_threshold_reached), (gst_play_base_bin_set_property),
12988         (gst_play_base_bin_get_property):
12989         * gst/playback/gstplaybasebin.h:
12990         Don't use a 0 low watermark when buffering, it is catching starvation
12991         way too late. Instead, use a 3 second queue with 30 and 95
12992         percent low/high watermarks. 
12993         Added queue-min-threshold property to configure low watermark.
12994         Use new _buffering message API.
12995         Make queue_threshold variable big enough to store a uint64 time value.
12996         API: playbin::queue-min-threshold property.
12997
12998 2006-09-15  Wim Taymans  <wim@fluendo.com>
12999
13000         * configure.ac:
13001         We require 0.10.10.1 now because of _wait_preroll().
13002
13003         * gst-libs/gst/audio/gstbaseaudiosink.c:
13004         (gst_base_audio_sink_render):
13005         Use gst_base_sink_wait_preroll().
13006
13007 2006-09-15  Wim Taymans  <wim@fluendo.com>
13008
13009         * ext/alsa/gstalsasink.c: (xrun_recovery), (gst_alsasink_write):
13010         * ext/alsa/gstalsasrc.c: (xrun_recovery), (gst_alsasrc_read):
13011         Use DEBUG_OBJECT more.
13012
13013 === release 0.10.10 ===
13014
13015 2006-09-07  Thomas Vander Stichele  <thomas at apestaart dot org>
13016
13017         patch by: Michael Smith <msmith at fluendo dot com>
13018
13019         * gst/tcp/gstmultifdsink.c: (is_sync_frame),
13020         (gst_multi_fd_sink_client_queue_buffer),
13021         (gst_multi_fd_sink_new_client):
13022         * tests/check/elements/multifdsink.c: (GST_START_TEST),
13023         (multifdsink_suite):
13024           Fix implementation of sync-method 'next-keyframe'
13025           Closes #354594
13026
13027 2006-09-07  Thomas Vander Stichele  <thomas at apestaart dot org>
13028
13029         patch by: Wim Taymans <wim at fluendo dot com>
13030
13031         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
13032         This patch removes the RANDOM flag that was incorrectly introduced with
13033         revision 1.91.  Fixes #354590
13034
13035 2006-09-05  Tim-Philipp Müller  <tim at centricular dot net>
13036
13037         * tests/check/Makefile.am:
13038           Random variation in Makefile line to see if it makes the
13039           gen64-base-full bot any happier.
13040
13041 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
13042
13043         * tests/check/pipelines/oggmux.c: (oggmux_suite):
13044           Disable test that fails at the moment (killed after timeout).
13045
13046 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
13047
13048         Patch by: James Livingston  <doclivingston at gmail.com>
13049
13050         * tests/check/Makefile.am:
13051         * tests/check/pipelines/.cvsignore:
13052         * tests/check/pipelines/oggmux.c: (get_page_codec),
13053         (check_chain_final_state), (fail_if_audio), (validate_ogg_page),
13054         (eos_buffer_probe), (start_pipeline), (stop_pipeline), (eos_watch),
13055         (test_pipeline), (test_vorbis), (test_theora), (test_vorbis_theora),
13056         (test_theora_vorbis), (oggmux_suite):
13057           Add simple unit test for oggmux from #337026 with checking for the
13058           EOS flags disabled for the time being.
13059
13060 2006-09-04  Wim Taymans  <wim@fluendo.com>
13061
13062         patch by: Alessandro Dessina <alessandro nnva org>
13063
13064         * ext/ogg/gstoggmux.c:
13065         Add cmml caps to oggmux. Fixes #353912
13066
13067 2006-09-02  Tim-Philipp Müller  <tim at centricular dot net>
13068
13069         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
13070           Returning a return value often helps. In this case, we
13071           don't need the return value anyway, so just get rid of it.
13072           Should make build bots much happier.
13073
13074 2006-09-02  Tim-Philipp Müller  <tim at centricular dot net>
13075
13076         * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure),
13077         (paint_get_structure), (gst_video_test_src_get_size),
13078         (gst_video_test_src_smpte), (gst_video_test_src_snow),
13079         (gst_video_test_src_unicolor), (paint_setup_AYUV),
13080         (paint_hline_AYUV), (paint_setup_ARGB8888), (paint_setup_ABGR8888),
13081         (paint_setup_RGBA8888), (paint_setup_BGRA8888), (paint_hline_str4):
13082         * gst/videotestsrc/videotestsrc.h:
13083           Add support for AYUV and the various RGBA formats. Initialise
13084           fields of paintinfo structs allocated on the stack.
13085
13086         * tests/check/elements/videotestsrc.c: (right_shift_colour),
13087         (fix_expected_colour), (check_rgb_buf), (got_buf_cb),
13088         (check_rgb_buf), (videotestsrc_suite):
13089           Add unit tests for videotestsrc's RGB output.
13090
13091 2006-09-01  Tim-Philipp Müller  <tim at centricular dot net>
13092
13093         * gst/videotestsrc/gstvideotestsrc.c:
13094         (gst_video_test_src_pattern_get_type),
13095         (gst_video_test_src_set_pattern):
13096         * gst/videotestsrc/gstvideotestsrc.h:
13097         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_unicolor),
13098         (gst_video_test_src_black), (gst_video_test_src_white),
13099         (gst_video_test_src_red), (gst_video_test_src_green),
13100         (gst_video_test_src_blue):
13101         * gst/videotestsrc/videotestsrc.h:
13102           Add more uni-colour patterns ("white", "red", "green", and "blue").
13103
13104 2006-09-01  Tim-Philipp Müller  <tim at centricular dot net>
13105
13106         * gst/videotestsrc/videotestsrc.c: (paint_setup_YVYU):
13107           Fix stride for YVYU, should be word-aligned (#353658).
13108
13109 2006-08-31  Tim-Philipp Müller  <tim at centricular dot net>
13110
13111         * gst/adder/gstadder.c: (gst_adder_src_event):
13112           Fix build.
13113
13114 2006-08-31  Edward Hervey  <edward@fluendo.com>
13115
13116         * gst/adder/gstadder.c: (forward_event_func),
13117         (gst_adder_src_event), (gst_adder_collected),
13118         (gst_adder_change_state):
13119         * gst/adder/gstadder.h:
13120         Remember the start position asked in the incoming seeks, so we can
13121         output GST_EVENT_NEW_SEGMENT with a correct position value (instead
13122         of assuming it will always be 0).
13123
13124 2006-08-31  Edward Hervey  <edward@fluendo.com>
13125
13126         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
13127         (gst_ogg_demux_finalize), (gst_ogg_demux_perform_seek),
13128         (gst_ogg_demux_loop):
13129         Send the GST_EVENT_NEW_SEGMENT from the streaming thread.
13130
13131 2006-08-30  Tim-Philipp Müller  <tim at centricular dot net>
13132
13133         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13134         (gst_ffmpegcsp_get_unit_size):
13135           Return FALSE instead of returning a random false unit
13136           size when the format isn't known/supported (even if
13137           this shouldn't happen under normal circumstances).
13138
13139 2006-08-29  Wim Taymans  <wim@fluendo.com>
13140
13141         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
13142
13143         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create),
13144         (gst_gnome_vfs_src_start):
13145         Try harder to get the size from a uri by using _info_uri() when
13146         _info_from_handle() does not give us enough info. 
13147         Also follow symlinks when getting the size.
13148         Partially Fixes #332864.
13149
13150 2006-08-29  Tim-Philipp Müller  <tim at centricular dot net>
13151
13152         Patch by: Viktor Peters  <viktor dot peters at gmail dot com>
13153
13154         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_ensure_track_list),
13155         (gst_alsa_mixer_update), (gst_alsa_mixer_get_volume),
13156         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
13157         (gst_alsa_mixer_set_record):
13158         * ext/alsa/gstalsamixertrack.c:
13159         (gst_alsa_mixer_track_update_alsa_capabilities),
13160         (alsa_track_has_cap), (gst_alsa_mixer_track_new),
13161         (gst_alsa_mixer_track_update):
13162         * ext/alsa/gstalsamixertrack.h:
13163           Improve and fix mixer track handling, in particular better handling
13164           of alsa's pvolume/pswitch/cvolume/cswitch capabilities; create
13165           separate track objects for tracks that have both capture and playback
13166           volume (and label them differently as well so they're not mistakenly
13167           assumed to be duplicates); classify mixer tracks that only affect
13168           the audible volume of something (rather than the capture volume)
13169           as playback tracks. Redefine/fix meaning of RECORD and MUTE flags
13170           for capture tracks to correspond to alsa-pswitch alsa-cswitch
13171           (following the meaning documented in the mixer interface header
13172           file); add support for alsa's exclusive cswitch groups; update/sync
13173           state/flags better if mixer settings are changed by another
13174           application. Fixes #336075.
13175
13176 2006-08-29  Tim-Philipp Müller  <tim at centricular dot net>
13177
13178         * gst/playback/gstplaybin.c:
13179           Improve docs: add section about BUFFERING messages sent by playbin.
13180
13181 2006-08-29  Michael Smith  <msmith@fluendo.com>
13182
13183         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_push_buffer),
13184         (gst_vorbis_enc_buffer_check_discontinuous),
13185         (gst_vorbis_enc_chain):
13186           Ignore explicit DISCONT marked on buffers (which is often spurious,
13187           particularly when using multiple segments), in favour of solely
13188           using the timestamps/durations.
13189
13190 2006-08-29  Edward Hervey  <edward@fluendo.com>
13191
13192         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
13193         Don't rely on incoming buffers offset anymore, since it is completely
13194         broken when using multiple segments.
13195         Instead convert the incoming buffers timestamp to running time, and
13196         then convert that value to the offsets.
13197         Also inform GstSegment of the last outputted stop position, which is
13198         needed if we received several segments with an unknown stop value.
13199
13200 2006-08-29  Thomas Vander Stichele  <thomas at apestaart dot org>
13201
13202         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
13203           fix buffer unreffing on a header push failure
13204
13205 2006-08-28  Wim Taymans  <wim@fluendo.com>
13206
13207         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_sink_event),
13208         (gst_audio_rate_chain):
13209         Make the metadata of the buffer writable before changing its
13210         flags.
13211
13212 2006-08-28  Wim Taymans  <wim@fluendo.com>
13213
13214         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
13215         (gst_audio_rate_setcaps), (gst_audio_rate_init),
13216         (gst_audio_rate_sink_event), (gst_audio_rate_src_event),
13217         (gst_audio_rate_chain), (gst_audio_rate_change_state):
13218         Fix audiorate some more.
13219         Reset and resync counters on flush and READY.
13220         Handle the DISCONT flag correctly.
13221         Use GstSegment to track position.
13222         Fail when not negotiated.
13223         Fixes #353234.
13224
13225 2006-08-25  Michael Smith  <msmith@fluendo.com>
13226
13227         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
13228           Fix spelling.
13229           Remove accidently included debug line.
13230
13231 2006-08-25  Wim Taymans  <wim@fluendo.com>
13232
13233         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
13234         Small cleanups.
13235         If a buffer is received with no caps, make the buffer metadata
13236         writable and set the caps, making sure that we don't screw up the
13237         refcounts.
13238
13239 2006-08-25  Michael Smith  <msmith@fluendo.com>
13240
13241         * gst/gdp/gstgdppay.c: (gst_gdp_pay_reset),
13242         (gst_gdp_pay_reset_streamheader), (gst_gdp_pay_chain):
13243           Fix memory leaks and misleading debug messages, add a couple of
13244           comments.
13245
13246         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_get_stats),
13247         (gst_multi_fd_sink_render):
13248           Do not use gst_buffer_make_writable() in a basesink render method,
13249           as it may incorrectly unref the buffer. Instead, use convoluted
13250           dance to avoid copying the buffer except when we need to.
13251
13252 2006-08-25  Michael Smith  <msmith@fluendo.com>
13253
13254         * ext/vorbis/vorbisenc.c:
13255         (gst_vorbis_enc_buffer_check_discontinuous):
13256           Allow very small discontinuities in the timestamps. These we can't
13257           do anything useful with anyway (because vorbis's timestamps have
13258           only sample granularity), and are commonly produced by elements with
13259           minor bugs. Allow up to 1/2 a sample out.
13260           Fixes #351742.
13261
13262 2006-08-24  Wim Taymans  <wim@fluendo.com>
13263
13264         * tests/examples/seek/seek.c: (seek_cb), (start_seek), (stop_seek),
13265         (play_scrub_toggle_cb), (main):
13266         Add a checkbox to enable play scrubbing. Makes it possible to disable
13267         normal scrubbing.
13268
13269 2006-08-23  Stefan Kost  <ensonic@users.sf.net>
13270
13271         * tests/check/elements/.cvsignore:
13272           make buildbot happy
13273
13274 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
13275
13276         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
13277         (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init),
13278         (gst_ogm_parse_class_init), (gst_ogm_parse_dispose),
13279         (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
13280         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
13281         (gst_ogm_parse_stream_header), (gst_ogm_parse_comment_packet),
13282         (gst_ogm_text_parse_strip_trailing_zeroes),
13283         (gst_ogm_parse_data_packet), (gst_ogm_parse_chain),
13284         (gst_ogm_parse_sink_event), (gst_ogm_parse_change_state):
13285           Refactor ogm parse, do better input checking, misc. clean-ups.
13286           Cache incoming events and push them once the source pad has
13287           been created. Don't pass unterminated strings to sscanf().
13288           Strip trailing zeroes from subtitle text output, since they
13289           are not valid UTF-8. Don't push vorbiscomment packets on
13290           the subtitle text pad. Output perfect streams if possible.
13291
13292 2006-08-23  Wim Taymans  <wim@fluendo.com>
13293
13294         * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
13295         Waits for tasks to settle down so that we clean up correctly for 
13296         valgrind.
13297
13298 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
13299
13300         * tests/check/libs/tag.c: (GST_START_TEST), (taglists_are_equal):
13301           Unit test fixes: \377 is more likely to fit into 8 bits than \777;
13302           actually return return value in taglists_are_equal.
13303
13304 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
13305
13306         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
13307           Fix crash due to broken bitstream parsing on x86-64: can't make
13308           any assumptions about sizeof(struct) due to alignment/packing
13309           differences on different architectures. Fixes #351790.
13310
13311 2006-08-22  Wim Taymans  <wim@fluendo.com>
13312
13313         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
13314         (gst_riff_parse_chunk), (gst_riff_parse_file_header),
13315         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
13316         (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
13317         (gst_riff_parse_info):
13318         Protect public functions against bad input.
13319         Do some cleanups.
13320         Fix documentation.
13321
13322 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
13323
13324         * gst-libs/gst/riff/riff-ids.h:
13325         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
13326           Add voxware audio IDs (even if we can't play it) (#351795).
13327
13328 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
13329
13330         * gst-libs/gst/riff/riff-media.c:
13331         (gst_riff_create_video_template_caps),
13332         (gst_riff_create_audio_template_caps),
13333         (gst_riff_create_iavs_template_caps):
13334           Const-ify some arrays and use G_N_ELEMENTS instead
13335           of wasting oodles of RAM on terminator bits.
13336
13337 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
13338
13339         * gst-libs/gst/tag/gstvorbistag.c:
13340         (gst_tag_list_to_vorbiscomment_buffer):
13341         * tests/check/libs/tag.c: (GST_START_TEST):
13342           And the same for _to_vorbiscomment_buffer(): allow
13343           id_data_len == 0 for speex.
13344
13345 2006-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
13346
13347         * configure.ac:
13348         * docs/plugins/Makefile.am:
13349         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
13350         * docs/plugins/gst-plugins-base-plugins-sections.txt:
13351         * docs/plugins/inspect/plugin-gdp.xml:
13352         * gst/gdp/Makefile.am:
13353         * tests/check/Makefile.am:
13354           Move GDP plugin to -base from -bad.  Closes #347783.
13355
13356 2006-08-21  Tim-Philipp Müller  <tim at centricular dot net>
13357
13358         * gst-libs/gst/tag/gstvorbistag.c:
13359         (gst_tag_list_from_vorbiscomment_buffer):
13360           Allow id_data_len == 0 (needed for vorbis comments in Speex files).
13361           Also add some checks to make sure we don't memcmp() beyond the end of
13362           vorbiscomment buffer if the ID to check for is larger than the buffer.
13363
13364         * tests/check/libs/tag.c: (GST_START_TEST):
13365           Some more tests for gst_tag_list_from_vorbiscomment_buffer().
13366
13367 2006-08-21  Tim-Philipp Müller  <tim at centricular dot net>
13368
13369         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_metadata_set1),
13370         (gst_vorbis_enc_set_metadata):
13371           Use vorbis comment utility functions from libgsttag
13372           instead of re-inventing the wheel (partially fixes #347091).
13373
13374 2006-08-21  Jan Schmidt  <thaytan@mad.scientist.com>
13375
13376         * tests/check/elements/audioconvert.c: (GST_START_TEST):
13377         Fix leaks. Wait for state transitions that might happen ASYNC, as well
13378         as some that won't.
13379
13380 2006-08-21  Wim Taymans  <wim@fluendo.com>
13381
13382         * docs/libs/Makefile.am:
13383         * docs/libs/gst-plugins-base-libs-sections.txt:
13384         * docs/libs/gst-plugins-base-libs.types:
13385         Don't try to GObject scan the netbuffer as it's not a GObject.
13386         Fixes #351308.
13387
13388         * gst-libs/gst/netbuffer/gstnetbuffer.c:
13389         * gst-libs/gst/netbuffer/gstnetbuffer.h:
13390         Document GstNetBuffer.
13391
13392 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
13393
13394         * tests/check/elements/audioconvert.c: (GST_START_TEST),
13395         (audioconvert_suite):
13396           Add testcase for caps-size-explosion
13397
13398 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
13399
13400         * gst/audioconvert/gstaudioconvert.c:
13401         (gst_audio_convert_get_unit_size), (set_structure_widths):
13402           Lower debug, use g_assert in _get_unit_size
13403
13404         * gst/audioresample/gstaudioresample.c:
13405         (audioresample_get_unit_size):
13406         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13407         (gst_ffmpegcsp_get_unit_size):
13408         * gst/videoscale/gstvideoscale.c: (gst_video_scale_get_unit_size):
13409           use g_assert in _get_unit_size
13410
13411 2006-08-18  Wim Taymans  <wim@fluendo.com>
13412
13413         * docs/libs/gst-plugins-base-libs-sections.txt:
13414         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_set_packet_len),
13415         (gst_rtp_buffer_pad_to), (gst_rtp_buffer_get_payload_subbuffer),
13416         (gst_rtp_buffer_get_payload_buffer):
13417         * gst-libs/gst/rtp/gstrtpbuffer.h:
13418         Document GstRTPBuffer.
13419         Added function to efficiently strip payload headers.
13420         API: gst_rtp_buffer_get_payload_subbuffer()
13421
13422 2006-08-17  Tim-Philipp Müller  <tim at centricular dot net>
13423
13424         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
13425         (gst_tag_to_vorbis_comments):
13426           Serialise unknown vorbis comments into GST_TAG_EXTENDED_COMMENT
13427           tags and deserialise them properly as well (#347091).
13428           Add some more gtk-doc blurbs and also some g_return_if_fail().
13429
13430         * tests/check/libs/tag.c: (GST_START_TEST),
13431         (back_to_vorbis_comments), (taglists_are_equal), (tag_suite):
13432           More tests.
13433
13434 2006-08-17  Wim Taymans  <wim@fluendo.com>
13435
13436         * ext/ogg/Makefile.am:
13437         * ext/ogg/gstogg.c: (plugin_init):
13438         * ext/ogg/gstoggaviparse.c: (gst_ogg_avi_parse_get_type),
13439         (gst_ogg_avi_parse_base_init), (gst_ogg_avi_parse_class_init),
13440         (gst_ogg_avi_parse_init), (gst_ogg_avi_parse_finalize),
13441         (gst_ogg_avi_parse_setcaps), (gst_ogg_avi_parse_event),
13442         (gst_ogg_avi_parse_push_packet), (gst_ogg_avi_parse_chain),
13443         (gst_ogg_avi_parse_change_state), (gst_ogg_avi_parse_plugin_init):
13444         Added ogg-in-avi parser element. Fixes #140139.
13445
13446         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
13447         Fixed a bug in oggdemux debug code.
13448
13449         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
13450         (gst_riff_create_audio_template_caps):
13451         Recognise Ogg in the AVI extensible wave format.
13452
13453 2006-08-17  Tim-Philipp Müller  <tim at centricular dot net>
13454
13455         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
13456           Make buffer durations add up (duration should be next_ts-ts for
13457           perfect streams). Fixes CD ripping to Ogg/Vorbis with vorbisenc
13458           from CVS.
13459
13460         * tests/check/libs/cddabasesrc.c: (gst_cd_foo_src_close),
13461         (test_buffer_timestamps), (cddabasesrc_suite):
13462           Add unit test for the above.
13463
13464         * tests/check/Makefile.am:
13465           Don't know why cddabasesrc test was in VALGRIND_TO_FIX, remove
13466           to see what happens.
13467
13468 2006-08-16  Wim Taymans  <wim@fluendo.com>
13469
13470         * ext/alsa/gstalsasink.c: (gst_alsasink_set_property),
13471         (gst_alsasink_open):
13472         * ext/alsa/gstalsasrc.c: (gst_alsasrc_set_property),
13473         (gst_alsasrc_open):
13474         Avoid setting and using a NULL device name.
13475         Print more info when we fail to open a device.
13476
13477 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
13478
13479         * docs/libs/gst-plugins-base-libs-sections.txt:
13480         * gst-libs/gst/tag/tag.h:
13481         * gst-libs/gst/tag/tags.c: (gst_tag_parse_extended_comment):
13482           API: add gst_tag_parse_extended_comment() (#351426).
13483
13484         * tests/check/Makefile.am:
13485         * tests/check/libs/.cvsignore:
13486         * tests/check/libs/tag.c: (GST_START_TEST), (tag_suite), (main):
13487           Add unit test for gst_tag_parse_extended_comment().
13488
13489 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
13490
13491         * sys/ximage/ximagesink.c: (gst_ximagesink_get_property):
13492         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_property):
13493           Fix leak (#351502).
13494
13495 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
13496
13497         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
13498         * docs/plugins/gst-plugins-base-plugins-sections.txt:
13499         * docs/plugins/gst-plugins-base-plugins.args:
13500         * gst/playback/gstplaybin.c:
13501           Document playbin.
13502           
13503         * docs/plugins/inspect/plugin-adder.xml:
13504         * docs/plugins/inspect/plugin-alsa.xml:
13505         * docs/plugins/inspect/plugin-audioconvert.xml:
13506         * docs/plugins/inspect/plugin-audiorate.xml:
13507         * docs/plugins/inspect/plugin-audioresample.xml:
13508         * docs/plugins/inspect/plugin-audiotestsrc.xml:
13509         * docs/plugins/inspect/plugin-cdparanoia.xml:
13510         * docs/plugins/inspect/plugin-decodebin.xml:
13511         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
13512         * docs/plugins/inspect/plugin-gnomevfs.xml:
13513         * docs/plugins/inspect/plugin-ogg.xml:
13514         * docs/plugins/inspect/plugin-pango.xml:
13515         * docs/plugins/inspect/plugin-playbin.xml:
13516         * docs/plugins/inspect/plugin-subparse.xml:
13517         * docs/plugins/inspect/plugin-tcp.xml:
13518         * docs/plugins/inspect/plugin-theora.xml:
13519         * docs/plugins/inspect/plugin-typefindfunctions.xml:
13520         * docs/plugins/inspect/plugin-video4linux.xml:
13521         * docs/plugins/inspect/plugin-videorate.xml:
13522         * docs/plugins/inspect/plugin-videoscale.xml:
13523         * docs/plugins/inspect/plugin-videotestsrc.xml:
13524         * docs/plugins/inspect/plugin-volume.xml:
13525         * docs/plugins/inspect/plugin-vorbis.xml:
13526         * docs/plugins/inspect/plugin-ximagesink.xml:
13527         * docs/plugins/inspect/plugin-xvimagesink.xml:
13528           Update to CVS version.
13529
13530 2006-08-14  Tim-Philipp Müller  <tim at centricular dot net>
13531
13532         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
13533         (gst_play_bin_set_property), (gst_play_bin_get_property),
13534         (value_list_append_structure_list),
13535         (gst_play_bin_handle_redirect_message),
13536         (gst_play_bin_handle_message):
13537           API: GstPlayBin::connection-speed
13538           Add "connection-speed" property; re-order redirect messages with
13539           multiple redirect locations depending on the minimum bitrate if
13540           that information is available and a connection speed is set
13541           (#350399).
13542
13543 2006-08-14  Tim-Philipp Müller  <tim at centricular dot net>
13544
13545         * gst/playback/gstplaybin.c:
13546           Update max volume to the same value that the volume element uses.
13547
13548 2006-08-14  Wim Taymans  <wim@fluendo.com>
13549
13550         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
13551         Less uglyness..
13552
13553 2006-08-14  Wim Taymans  <wim@fluendo.com>
13554
13555         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_submit_buffer),
13556         (gst_ogg_demux_get_next_page), (gst_ogg_demux_perform_seek),
13557         (gst_ogg_demux_read_chain), (gst_ogg_demux_loop):
13558         Add some more debug info.
13559         Don't crash when a seek failed.
13560         Actually return the result of the seek instead of TRUE.
13561         Ignore multiple BOS pages with the same serial so that we don't create
13562         the same stream multiple times.
13563         Post an error when we fail to do the initial seek.
13564
13565 2006-08-13  Wim Taymans  <wim@fluendo.com>
13566
13567         * ext/alsa/gstalsa.c: (gst_alsa_detect_rates),
13568         (gst_alsa_detect_channels), (gst_alsa_probe_supported_formats):
13569         Small code cleanup.
13570
13571         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
13572         (gst_alsa_mixer_new):
13573         Remove hack that always set the device to hw:0*.
13574         Properly find the card name for whatever device was configured.
13575         Do some better debugging.
13576         Fixes #350784.
13577
13578         * ext/alsa/gstalsamixerelement.c:
13579         (gst_alsa_mixer_element_set_property),
13580         (gst_alsa_mixer_element_change_state):
13581         Cleanups.
13582         Handle setting of a NULL device name better.
13583
13584 2006-08-11  Wim Taymans  <wim@fluendo.com>
13585
13586         * gst/adder/gstadder.c:
13587         Don't clip float values. Fixes #350900.
13588
13589 2006-08-11  Andy Wingo  <wingo@pobox.com>
13590
13591         * gst/tcp/gsttcp.c: Really fix the build?
13592
13593         * gst/tcp/gsttcp.h: For now, always disable deprecation here --
13594         fixes the build.
13595
13596 2006-08-10  Tim-Philipp Müller  <tim at centricular dot net>
13597
13598         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes):
13599           Float caps shouldn't have a "signed" field.
13600
13601 2006-08-10  Tim-Philipp Müller  <tim at centricular dot net>
13602
13603         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query):
13604           Implement SEEKING query in its most basic form, so that we can
13605           at least check if we're seekable or not (#350655).
13606
13607 2006-08-09  Tim-Philipp Müller  <tim at centricular dot net>
13608
13609         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
13610           The checks here are not even close to anything that would
13611           justify MAXIMUM probability, lowering to POSSIBLE until someone
13612           fixes the checks (case at hand: quicktime redirection files
13613           might start with 00 00 01 XX and pass the checks here just
13614           fine, see #350399).
13615
13616 2006-08-08  Tim-Philipp Müller  <tim at centricular dot net>
13617
13618         Patch by: Sjoerd Simons  <sjoerd at luon net>
13619
13620         * gst/typefind/gsttypefindfunctions.c: (multipart_type_find):
13621           Better detection for multipart/x-mixed-replace: accept leading
13622           whitespaces before the boundary marker as well (as our very own
13623           multipartmux used to produce) (#349068).
13624
13625 2006-08-07  Tim-Philipp Müller  <tim at centricular dot net>
13626
13627         Patch by: Young-Ho Cha  <ganadist at chollian net>
13628
13629         * gst-libs/gst/riff/riff-ids.h:
13630         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
13631         (gst_riff_create_audio_template_caps):
13632           Detect DTS audio streams (#350157).
13633
13634 2006-08-05  Andy Wingo  <wingo@pobox.com>
13635
13636         * ext/theora/gsttheoraparse.h:
13637         * ext/theora/theoraparse.c (gst_theora_parse_class_init)
13638         (theora_parse_dispose, theora_parse_set_property)
13639         (theora_parse_get_property, theora_parse_munge_granulepos)
13640         (theora_parse_push_buffer, theora_parse_change_state):
13641         API: GstTheoraParse::synchronization-points
13642         Add a property 'synchronization-points' to fix badly synchronized oggs.
13643
13644 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
13645
13646         * tests/check/Makefile.am:
13647         * tests/check/libs/.cvsignore:
13648         * tests/check/libs/audio.c: (structure_contains_channel_positions),
13649         (fixed_caps_have_channel_positions), (GST_START_TEST),
13650         (audio_suite), (main):
13651           Add a few tests for the channel position stuff in libgstaudio.
13652
13653 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
13654
13655         * ext/alsa/gstalsa.c: (caps_add_channel_configuration),
13656         (gst_alsa_detect_channels):
13657         * ext/alsa/gstalsasink.c:
13658           Add support for cards that (only) do more than 8 channels,
13659           like the Delta 44 (#345188).
13660
13661         * gst-libs/gst/audio/multichannel.c:
13662         (gst_audio_check_channel_positions):
13663         * gst-libs/gst/audio/multichannel.h:
13664           API: add GST_AUDIO_CHANNEL_POSITION_NONE, which stands for an
13665           unspecified channel position and cannot be combined with any
13666           of the other audio channel positions; adjust position layout
13667           checks accordingly (#345188).
13668
13669 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
13670
13671         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
13672           Recognise ancient RealAudio files (see #349779).
13673
13674 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
13675
13676         Patch by: Jens Granseuer  <jensgr at gmx net>
13677
13678         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
13679           Add typefinder for Interplay's MVE format (#348973).
13680
13681 2006-08-02  Wim Taymans  <wim@fluendo.com>
13682
13683         Patch by: Marcel Moreaux <marcelm at luon dot net>
13684
13685         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13686         (gst_base_rtp_depayload_add_to_queue):
13687         * gst-libs/gst/rtp/gstbasertpdepayload.h:
13688         Handle RTP sequence number rollover.
13689         Disable jitterbuffer by default.
13690
13691 2006-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
13692
13693         * gst/audioresample/gstaudioresample.c: (audioresample_stop),
13694         (audioresample_set_caps):
13695         Don't leak references to the incoming caps. Clean them up when
13696         stopping.
13697
13698         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
13699         (gst_video_scale_finalize):
13700         Don't leak our temporary pixel buffer.
13701
13702         * tests/check/Makefile.am:
13703         * tests/check/pipelines/simple-launch-lines.c: (run_pipeline),
13704         (GST_START_TEST), (simple_launch_lines_suite):
13705
13706         Fix leaks and re-enable the test for valgrind checking.
13707
13708 2006-07-28  Tim-Philipp Müller  <tim at centricular dot net>
13709
13710         Patch by: Sjoerd Simons  <sjoerd at luon net>
13711
13712         * gst/typefind/gsttypefindfunctions.c: (multipart_type_find),
13713         (plugin_init):
13714           Add typefind function for multipart/x-mixed-replace (#348916).
13715
13716 2006-07-28  Wim Taymans  <wim@fluendo.com>
13717
13718         * gst/adder/gstadder.c: (gst_adder_setcaps),
13719         (gst_adder_query_duration):
13720         Fix leak in duration query.
13721         Reflow some docs and notes.
13722
13723 2006-07-28  Michael Smith  <msmith@fluendo.com>
13724
13725         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST),
13726         (vorbisenc_suite):
13727           Enable Andy's extra vorbisenc test, now that it passes. Also fix one
13728           aspect of it.
13729
13730 2006-07-28  Michael Smith  <msmith@fluendo.com>
13731
13732         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_generate_sink_caps),
13733         (gst_vorbis_enc_sink_getcaps), (gst_vorbis_enc_buffer_from_packet),
13734         (gst_vorbis_enc_push_buffer),
13735         (gst_vorbis_enc_buffer_check_discontinuous),
13736         (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
13737         * ext/vorbis/vorbisenc.h:
13738           Handle discontinuities in the input vorbis stream correctly,
13739           so that the output is properly timestamped (and has good granulepos
13740           values). Needs some oggmux fixes too.
13741
13742 2006-07-27  Wim Taymans  <wim@fluendo.com>
13743
13744         patch by: Kai Vehmanen <kv2004 eca cx>
13745
13746         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13747         (gst_base_rtp_depayload_chain),
13748         (gst_base_rtp_depayload_handle_sink_event),
13749         (gst_base_rtp_depayload_change_state):
13750         Don't send multiple newsegments with different formats.
13751         Fixes #348677.
13752
13753 2006-07-26  Wim Taymans  <wim@fluendo.com>
13754
13755         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
13756         (gst_ogg_demux_do_seek), (gst_ogg_demux_read_chain):
13757         Make seeking in ogg more accurate again by doing the more correct
13758         granuletime to stream time conversion.
13759
13760 2006-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
13761
13762         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_add_full),
13763         (gst_multi_fd_sink_new_client):
13764           debug a little more understandably
13765           do not use goto as a substitute for break, especially if
13766           break is also being used
13767
13768 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
13769
13770         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
13771         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
13772           Remove GLib-2.6 compatibility cruft.
13773
13774 2006-07-24  Wim Taymans  <wim@fluendo.com>
13775
13776         * gst-libs/gst/audio/gstbaseaudiosink.c:
13777         (gst_base_audio_sink_render):
13778         Don't try to align a sample to an unknown value.
13779
13780 2006-07-24  Wim Taymans  <wim@fluendo.com>
13781
13782         * gst-libs/gst/audio/gstbaseaudiosink.c:
13783         (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
13784         When the audio clock is slaved to another clock, never try to align
13785         samples but trust the rate interpolation algorithm.
13786
13787 2006-07-24  Wim Taymans  <wim@fluendo.com>
13788
13789         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
13790         Don't try to calculate silence samples, base class does this much
13791         better now.
13792
13793         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
13794         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps),
13795         (gst_ring_buffer_acquire):
13796         Calculate silence samples correctly.
13797
13798         * gst-libs/gst/audio/gstringbuffer.h:
13799         Add _CAST macro.
13800
13801 2006-07-22  Tim-Philipp Müller  <tim at centricular dot net>
13802
13803         * gst/typefind/gsttypefindfunctions.c: (xml_check_first_element):
13804           Limit search for the first markup tag to the first few kB of
13805           the file. If we don't find one there, it's highly unlikely that
13806           this is an XML(-ish) file.
13807
13808 2006-07-21  Andy Wingo  <wingo@pobox.com>
13809
13810         * tests/check/pipelines/theoraenc.c (test_discontinuity): Similar
13811         test to the one in vorbisenc. Also commented out.
13812
13813         * tests/check/pipelines/vorbisenc.c: 
13814         (test_discontinuity): New test, commented out until Mike lands
13815         some elite vorbisenc patches.
13816
13817         * tests/check/pipelines/theoraenc.c: Port to bufferstraw.
13818         Bufferstraw was actually factored out of these tests. Now we share
13819         code yay.
13820
13821         * configure.ac (GST_MAJORMINOR): Rev core requirements to 0.10.9.1
13822         for bufferstraw addition to gstcheck.
13823
13824 2006-07-21  Wim Taymans  <wim@fluendo.com>
13825
13826         * ext/theora/theoradec.c: (clip_buffer):
13827         Better clipping.
13828
13829 2006-07-21  Wim Taymans  <wim@fluendo.com>
13830
13831         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func),
13832         (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
13833         (gst_audioringbuffer_release), (gst_audioringbuffer_stop):
13834         Fix leak.
13835         Avoid type casting when we can.
13836
13837         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_dispose):
13838         Fix mem leak.
13839
13840 2006-07-20  Tim-Philipp Müller  <tim at centricular dot net>
13841
13842         * ext/alsa/gstalsamixerelement.c:
13843         (gst_alsa_mixer_element_change_state):
13844           Make state change fail if the specified device can't be opened
13845           for some reason.
13846
13847 2006-07-20  Wim Taymans  <wim@fluendo.com>
13848
13849         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
13850         (cb_newpad), (main):
13851         Example of a small audio/video player using decodebin.
13852
13853 2006-07-20  Stefan Kost  <ensonic@users.sf.net>
13854
13855         * gst-libs/gst/riff/riff-ids.h:
13856           Add 'fact' chunk id
13857
13858 2006-07-19  Wim Taymans  <wim@fluendo.com>
13859
13860         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13861         (gst_base_rtp_depayload_chain),
13862         (gst_base_rtp_depayload_change_state):
13863         Don't assert when not negotiated but post a meaningfull 
13864         error message. Fixes #347918.
13865
13866         * gst-libs/gst/rtp/gstbasertppayload.c:
13867         Add comment about better default MTU size.
13868
13869         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data):
13870         Small cleanups, start docs.
13871
13872 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
13873
13874         Patch by: Martin Szulecki
13875
13876         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_property):
13877           If "device-name" is requested and the device is not
13878           open, try to temporarily open it to obtain this
13879           information (#342494).
13880
13881 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
13882
13883         * gst-libs/gst/tag/gstid3tag.c:
13884           Add TSSE <=> GST_TAG_ENCODER mapping (see #347898).
13885
13886         * gst-libs/gst/tag/gsttageditingprivate.h:
13887         * gst-libs/gst/tag/gstvorbistag.c:
13888           Some more random const-ifications.
13889
13890 2006-07-18  Stefan Kost  <ensonic@users.sf.net>
13891
13892         * gst-libs/gst/riff/riff-ids.h:
13893         * gst-libs/gst/riff/riff-media.c:
13894         (gst_riff_create_video_template_caps):
13895           Add more FOURCCs (sort list to make stuff easier to find),
13896           add comment what those 16 bytes in struct _gst_riff_strh according to
13897           one avi-dumper are
13898
13899 2006-07-17  Tim-Philipp Müller  <tim at centricular dot net>
13900
13901         * gst-libs/gst/audio/multichannel.c:
13902         (gst_audio_check_channel_positions),
13903         (gst_audio_fixate_channel_positions):
13904           Const-ify two arrays.
13905
13906 2006-07-17  Tim-Philipp Müller  <tim at centricular dot net>
13907
13908         * ext/alsa/gstalsa.c: (caps_add_channel_configuration):
13909           Fix typo, so that alsasink also advertises 8 channels
13910           if that's supported (tags: can, worms, open, alsa, ph34r).
13911
13912 2006-07-17  Wim Taymans  <wim@fluendo.com>
13913
13914         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
13915         (gst_ogg_pad_submit_packet), (gst_ogg_demux_read_chain):
13916         *sigh*, when is the compiler going to warn when the comments
13917         are out-of-sync with the code.. Refix case of busted theora
13918         headers with 0 granule pos.
13919
13920 2006-07-14  Wim Taymans  <wim@fluendo.com>
13921
13922         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13923         (gst_base_rtp_depayload_wait),
13924         (gst_base_rtp_depayload_change_state),
13925         (gst_base_rtp_depayload_set_property),
13926         (gst_base_rtp_depayload_get_property):
13927         Fix 99% cpu load by waiting for absolute times on the
13928         clock. Fixes #347300.
13929
13930 2006-07-14  Andy Wingo  <wingo@pobox.com>
13931
13932         * ext/theora/gsttheoraparse.h: 
13933         * ext/theora/theoraparse.c (theora_parse_drain_event_queue)
13934         (theora_parse_push_headers, theora_parse_clear_queue)
13935         (theora_parse_drain_queue_prematurely, )
13936         (theora_parse_sink_event, theora_parse_change_state): Queue events
13937         until we initialized our state, like in vorbisparse.
13938
13939         * ext/vorbis/vorbisparse.h: 
13940         * ext/vorbis/vorbisparse.c (vorbis_parse_drain_event_queue)
13941         (vorbis_parse_push_headers, vorbis_parse_clear_queue)
13942         (vorbis_parse_drain_queue_prematurely, )
13943         (vorbis_parse_sink_event, vorbis_parse_change_state): Queue events
13944         until we have initialized our state. Fixes seeking after an
13945         initial pad block.
13946
13947 2006-07-14  Andy Wingo  <wingo@pobox.com>
13948
13949         Patch by: Iain Holmes <iaingnome@gmail.com>
13950         
13951         * ext/ogg/gstoggdemux.c (gst_ogg_demux_finalize): Fix memleak.
13952
13953 2006-07-14  Jan Schmidt  <thaytan@mad.scientist.com>
13954
13955         * configure.ac:
13956         Bump nano back to CVS
13957
13958 === release 0.10.9 ===
13959
13960 2006-07-13  Jan Schmidt <thaytan@mad.scientist.com>
13961
13962         * configure.ac:
13963           releasing 0.10.9, "I walk the line"
13964
13965 2006-07-14  Michael Smith  <msmith@fluendo.com>
13966
13967         * tests/check/pipelines/vorbisenc.c: (stop_pipeline):
13968           Move a g_cond_signal to earlier to avoid sometimes deadlocking
13969           (commonly happens when running this test under valgrind) when trying
13970           to remove the buffer probe.
13971
13972 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
13973
13974         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
13975         Fix missing g_unlock from the previous commit
13976
13977 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
13978
13979         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
13980         (gst_ximagesink_change_state):
13981         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
13982         (gst_xvimagesink_change_state):
13983         Implement a locking order to ensure we always take the object lock
13984         before the x_lock and never vice-versa.
13985
13986 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
13987
13988         * gst/playback/gstdecodebin.c: (find_compatibles):
13989         Fix a caps leak when linking (#347304)
13990
13991         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
13992         (gst_ximagesink_ximage_destroy), (gst_ximagesink_xcontext_clear),
13993         (gst_ximagesink_change_state):
13994         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
13995         (gst_xvimage_buffer_finalize), (gst_xvimagesink_check_xshm_calls),
13996         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
13997         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_change_state):
13998         Don't leak shared memory resources. Use the object lock to protect
13999         against the xcontext disappearing while returning a buffer from the
14000         pipeline. (#347304)
14001
14002 2006-07-12  Edward Hervey  <edward@fluendo.com>
14003
14004         * ext/vorbis/vorbisdec.c: (vorbis_dec_finalize),
14005         (vorbis_handle_comment_packet):
14006         gst_tag_list_merge() returns a new object. Take that into account when
14007         using it. This avoids memleak.
14008         Revert previous commit which is not needed.
14009
14010 2006-07-12  Edward Hervey  <edward@fluendo.com>
14011
14012         * ext/vorbis/vorbisdec.c: (vorbis_dec_finalize):
14013         Reset the decoder in finalize so that all fields get cleared.
14014
14015 2006-07-12  Wim Taymans  <wim@fluendo.com>
14016
14017         * gst-libs/gst/audio/gstbaseaudiosrc.c:
14018         (gst_base_audio_src_set_clock),
14019         (gst_base_audio_src_check_get_range), (gst_base_audio_src_create):
14020         Don't try to post an error message when setting the clock fails
14021         as this can happen when adding an element to a bin which will then
14022         deadlock. Fixes #347296.
14023
14024 2006-07-12  Edward Hervey  <edward@fluendo.com>
14025
14026         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
14027         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
14028         (vorbis_handle_type_packet):
14029         Post tag messages on the bus even if we're not initialized.
14030         If we're not initialized, we still postpone the event pushing of tags.
14031
14032 2006-07-12  Wim Taymans  <wim@fluendo.com>
14033
14034         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
14035         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
14036         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps):
14037         Revert last two changes that broke the freeze.
14038
14039 2006-07-12  Wim Taymans  <wim@fluendo.com>
14040
14041         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
14042         basesink calculates silence sample correctly for us.
14043
14044 2006-07-12  Wim Taymans  <wim@fluendo.com>
14045
14046         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
14047         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps):
14048         Calculate correct silence samples so we don't fill our ringbuffer
14049         with noise.
14050
14051 2006-07-12  Edward Hervey  <edward@fluendo.com>
14052
14053         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
14054         (gst_vorbis_dec_reset), (vorbis_dec_sink_event),
14055         (vorbis_handle_comment_packet), (vorbis_handle_type_packet):
14056         * ext/vorbis/vorbisdec.h:
14057         Delay sending events (newsegment, tags) until the decoder is properly
14058         initialized.
14059         Fixes #347295
14060
14061 2006-07-11  Jan Schmidt  <thaytan@mad.scientist.com>
14062
14063         * tests/check/elements/audioconvert.c: (get_float_mc_caps),
14064         (get_int_mc_caps), (GST_START_TEST), (audioconvert_suite):
14065           Patch from #347221 adding a test for audioconvert
14066           channel remappings.
14067
14068 2006-07-11  Tim-Philipp Müller  <tim at centricular dot net>
14069
14070         * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
14071         (gst_ssa_parse_parse_line):
14072           Don't include the terminating NUL in the buffer size,
14073           it's only there for extra paranoia (would add random
14074           '*' characters at the end of each subtitle since the
14075           terminator itself is not valid UTF-8 technically).
14076           Also fix indenting after boilerplate macro.
14077
14078 2006-07-10  Tim-Philipp Müller  <tim at centricular dot net>
14079
14080         * gst/playback/gstdecodebin.c: (close_pad_link):
14081           Also emit 'unknown-type' signal (which should really be
14082           called unhandled-type) if we found potential decoders/demuxers
14083           in the registry but none of them worked in the end (as in the
14084           case where the plugins don't exist any longer but are still
14085           listed in the registry). Fixes #329798.
14086
14087 2006-07-08  Andy Wingo  <wingo@pobox.com>
14088
14089         * theoraparse.c (theora_parse_push_buffer)
14090         (theora_parse_drain_queue_prematurely, theora_parse_drain_queue):
14091         Add some more debugging. Fix granulepos reconstruction in the face
14092         of discontinuities.
14093
14094 2006-07-06  Wim Taymans  <wim@fluendo.com>
14095
14096         * gst-libs/gst/audio/gstbaseaudiosink.c:
14097         (gst_base_audio_sink_class_init),
14098         (gst_base_audio_sink_provide_clock):
14099         Use gobject_class instead of G_OBJECT_CLASS (klass)
14100
14101         * gst-libs/gst/audio/gstbaseaudiosrc.c:
14102         (gst_base_audio_src_class_init), (gst_base_audio_src_init),
14103         (gst_base_audio_src_set_clock), (gst_base_audio_src_provide_clock),
14104         (gst_base_audio_src_get_time),
14105         (gst_base_audio_src_check_get_range), (gst_base_audio_src_create),
14106         (gst_base_audio_src_create_ringbuffer):
14107         Fix latency and buffer-time constants and properties ala basesink.
14108         Implement pull based scheduling. Fixes #346527.
14109         Set default blocksize in GstBaseSrc to 0, we default to pushing out
14110         one segment.
14111         Refuse slaving to another clock instead of silently not working.
14112         Only provide a clock when we are actually able to do so.
14113         Various small cleanups and compiler hints.
14114
14115 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
14116
14117         Patch by: Lutz Mueller <lutz at topfrose de>
14118
14119         * gst/typefind/gsttypefindfunctions.c: (html_type_find),
14120         (plugin_init):
14121           Add typefinding for text/html (#346581).
14122
14123 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
14124
14125         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
14126         (xml_check_first_element), (xml_type_find), (smil_type_find):
14127           Fix SMIL typefinding, make xml_check_first_element() more
14128           useful.
14129
14130 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
14131
14132         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
14133         (gst_play_base_bin_finalize), (decodebin_element_added_cb),
14134         (decodebin_element_removed_cb), (gst_play_base_bin_set_property):
14135         * gst/playback/gstplaybasebin.h:
14136           Protect list of elements with a subtitle-encoding property and
14137           the subtitle encoding member itself with a lock of their own
14138           instead of using the object lock. This prevents a dead-lock in
14139           the element-remove callback in some circumstances when shutting
14140           down playbin.
14141
14142 2006-07-05  Sebastien Moutte  <sebastien@moutte.net>
14143
14144         * win32/common/libgsttag.def:
14145         Export some new functions.
14146         * win32/vs6/libgstogg.dsp:
14147         Add a link to libgsttag-0.10.lib.
14148
14149 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
14150
14151         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
14152           Some const-ification.
14153
14154 2006-07-04  Wim Taymans  <wim@fluendo.com>
14155
14156         * gst/playback/gstplaybasebin.c: (is_stream), (gen_source_element):
14157         Improve checking if we are dealing with a stream. Added some
14158         more uris that need buffering.
14159
14160 2006-07-03  Edward Hervey  <edward@fluendo.com>
14161
14162         * ext/vorbis/vorbisdec.c: (vorbis_do_clip):
14163         Remove unused variable.
14164
14165 2006-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
14166
14167         * Makefile.am:
14168           include lcov.mak
14169         * configure.ac:
14170           add GCOV_LIBS to GST_LIBS
14171
14172 2006-07-02  Tim-Philipp Müller  <tim at centricular dot net>
14173
14174         Patch by: Michael Sheldon  <webmaster at mikeasoft com>
14175
14176         * ext/alsa/gstalsasrc.c:
14177           Add 32 bps to template caps and increase channels range
14178           from [1,2] to [1,MAX]. See #346326.
14179
14180 2006-06-30  Tim-Philipp Müller  <tim at centricular dot net>
14181
14182         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
14183           Recognise 'WMVA' video codec fourcc (#345879).
14184           
14185 2006-06-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
14186          
14187         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
14188           Fixed nasty memory leak
14189
14190 2006-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
14191
14192         * gst/tcp/gsttcp.c: (gst_tcp_read_buffer),
14193         (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps):
14194           fix logging
14195
14196 2006-06-23  Jan Schmidt  <thaytan@mad.scientist.com>
14197
14198         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
14199         (gst_decode_bin_init), (gst_decode_bin_finalize), (add_fakesink),
14200         (remove_fakesink), (pad_probe), (gst_decode_bin_change_state):
14201         Protect remove_fakesink using a mutex, so that we don't try and
14202         remove the fakesink simultaneously from multiple threads.
14203
14204         When going from READY to PAUSED, restore the fakesink, so that
14205         it is there when decodebin gets reused.
14206
14207 2006-06-23  Tim-Philipp Müller  <tim at centricular dot net>
14208
14209         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
14210         * gst-libs/gst/rtp/gstbasertpdepayload.c:
14211         * gst-libs/gst/rtp/gstbasertppayload.c:
14212         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14213         * gst/tcp/gstmultifdsink.c:
14214         * gst/tcp/gsttcpclientsink.c:
14215         * gst/tcp/gsttcpclientsrc.c:
14216         * gst/tcp/gsttcpserversink.c:
14217         * gst/tcp/gsttcpserversrc.c:
14218         * gst/videorate/gstvideorate.c:
14219         * gst/videotestsrc/gstvideotestsrc.c:
14220         * sys/v4l/gstv4ljpegsrc.c:
14221         * sys/v4l/gstv4lmjpegsink.c:
14222         * sys/v4l/gstv4lsrc.c:
14223         * tests/examples/seek/scrubby.c:
14224         * tests/examples/seek/seek.c:
14225           Use GST_DEBUG_CATEGORY_STATIC where possible (#342503).
14226
14227 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
14228
14229         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum):
14230           Second field in GEnumValue shouldn't be a description,
14231           but a stringified version of the enum value.
14232
14233 2006-06-22  Wim Taymans  <wim@fluendo.com>
14234
14235         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
14236         (gst_ximage_buffer_free), (gst_ximagesink_ximage_put),
14237         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
14238         Avoid type checking in buffer casts.
14239         Avoid caps copy in buffer_alloc when we can.
14240         Use pad_peer_accept.
14241
14242 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
14243
14244         * gst-libs/gst/tag/tag.h:
14245           Oops, make that 'Since: 0.10.9'.
14246
14247 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
14248
14249         * docs/libs/gst-plugins-base-libs-sections.txt:
14250         * gst-libs/gst/tag/tag.h:
14251         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum),
14252         (gst_tag_image_type_get_type):
14253           API: add GstTagImageType enum to describe images contained
14254           in image tags (#345641).
14255
14256 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
14257
14258         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
14259           Fix warnings with gst-inspect: "buffers-min" property
14260           should be of G_TYPE_INT and not G_TYPE_INT64. Also fix
14261           typo in property description.
14262
14263 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
14264
14265         Patch by: Cody Russell <bratsche at gnome org>
14266
14267         * gst/audioresample/gstaudioresample.c:
14268         (gst_audioresample_class_init):
14269         * gst/playback/gststreamselector.c:
14270         (gst_stream_selector_class_init):
14271         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
14272         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
14273         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
14274         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_class_init):
14275         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_class_init):
14276         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_class_init):
14277         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init):
14278         * gst/videotestsrc/gstvideotestsrc.c:
14279         (gst_video_test_src_class_init):
14280         * gst/volume/gstvolume.c: (gst_volume_class_init):
14281           Avoid unnecessary class cast check in class_init
14282           functions (#337747).
14283
14284 2006-06-21  Tim-Philipp Müller  <tim at centricular dot net>
14285
14286         * ext/pango/gsttextoverlay.c: (gst_text_overlay_make_utf8),
14287         (gst_text_overlay_video_chain):
14288           g_markup_escape_text() REALLY doesn't like non-UTF8 input
14289           and doesn't validate its input either (and neither did
14290           textoverlay it seems). Let's do that then and fix #345206.
14291
14292 2006-06-19  Wim Taymans  <wim@fluendo.com>
14293
14294         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
14295         (gst_unit_type_get_type), (gst_multi_fd_sink_class_init),
14296         (gst_multi_fd_sink_init), (gst_multi_fd_sink_add_full),
14297         (gst_multi_fd_sink_add), (gst_multi_fd_sink_handle_client_read),
14298         (find_syncframe), (find_limits), (assign_value),
14299         (count_burst_unit), (gst_multi_fd_sink_new_client),
14300         (gst_multi_fd_sink_handle_client_write),
14301         (gst_multi_fd_sink_queue_buffer), (gst_multi_fd_sink_render),
14302         (gst_multi_fd_sink_set_property), (gst_multi_fd_sink_get_property),
14303         (gst_multi_fd_sink_change_state):
14304         * gst/tcp/gstmultifdsink.h:
14305         Added shiny new burst-on-connect methods.
14306         Add properties to control the minimal amount of data queued.
14307         Small cleanups.
14308         API: bytes-min property
14309         API: time-min property
14310         API: buffers-min property
14311         API: burst-unit property
14312         API: burst-value property
14313         API: add-full signal
14314
14315         * gst/tcp/gsttcp-marshal.list:
14316         Added new marshaller code for the new signal.
14317
14318         * tests/check/elements/multifdsink.c: (GST_START_TEST),
14319         (multifdsink_suite):
14320         Added testcases for new burst methods.
14321
14322 2006-06-19  Edward Hervey  <edward@fluendo.com>
14323
14324         * ext/theora/theoradec.c: (clip_buffer), (theora_dec_push):
14325         Implement clipping for accurate seeking.
14326         Closes #345225
14327
14328 2006-06-19  Wim Taymans  <wim@fluendo.com>
14329
14330         Patch by: Philip Jaegenstedt <philip at lysator dot liu dot se>
14331
14332         * gst/videoscale/gstvideoscale.c: (gst_video_scale_prepare_size),
14333         (gst_video_scale_transform):
14334         Make videoscale support RGBA, ARGB, BGRA and ABGR. Fixes #345131
14335
14336 2006-06-17  Tim-Philipp Müller  <tim at centricular dot net>
14337
14338         * configure.ac:
14339           Fix --disable-external (can't set conditionals conditionally,
14340           #343602).
14341
14342 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
14343
14344         * tests/check/elements/audioresample.c: (test_reuse),
14345         (audioresample_suite):
14346           Add test case for bug #342789 fixed below.
14347
14348 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
14349
14350         * gst/audioresample/gstaudioresample.c:
14351         (gst_audioresample_class_init), (gst_audioresample_init),
14352         (audioresample_start), (audioresample_stop),
14353         (gst_audioresample_set_property), (gst_audioresample_get_property):
14354           Implement GstBaseTransform::start and ::stop so that audioresample
14355           can clear its internal state properly and be reused instead of
14356           causing non-negotiated errors with playbin under some circumstances
14357           (#342789).
14358
14359         * tests/check/elements/audioresample.c: (setup_audioresample),
14360         (cleanup_audioresample):
14361           Need to set element state here so that ::start and ::stop are
14362           called.
14363
14364 2006-06-16  Wim Taymans  <wim@fluendo.com>
14365
14366         Patch by: Young-Ho Cha <ganadist at chollian dot net>
14367
14368         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_vids):
14369         Parse extra data better, apparently it's right behind
14370         the normal strf header size. Fixes #343500.
14371
14372 2006-06-16  Wim Taymans  <wim@fluendo.com>
14373
14374         * ext/alsa/gstalsasink.c: (set_hwparams):
14375         If we fail to set the buffer_time and period_time alsa
14376         parameters, post a warning and leave alsa select a 
14377         default instead of failing. Fixes #342085
14378
14379 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
14380
14381         * docs/libs/gst-plugins-base-libs-sections.txt:
14382         * gst-libs/gst/cdda/gstcddabasesrc.h:
14383           Remove GST_CDDA_TAG_TRACK_TAGS again, it is #ifdef 0'ed
14384           out in the header file and shouldn't be listed in the docs.
14385
14386         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
14387           Must dereference pointer to fourcc in the debug statement.
14388
14389 2006-06-16  Stefan Kost  <ensonic@users.sf.net>
14390
14391         * docs/libs/Makefile.am:
14392         * docs/libs/gst-plugins-base-libs-docs.sgml:
14393         * docs/libs/gst-plugins-base-libs-sections.txt:
14394         * docs/libs/gst-plugins-base-libs.types:
14395         add remaining symbols into correct setions
14396         
14397         * gst-libs/gst/audio/gstringbuffer.c:
14398         fix incomplete docs
14399         
14400         * gst-libs/gst/audio/gstringbuffer.h:
14401         comment out not yet implemented function
14402         
14403         
14404         * gst-libs/gst/floatcast/floatcast.h:
14405         * gst-libs/gst/netbuffer/gstnetbuffer.c:
14406         add short descriptions
14407         
14408         
14409         * gst-libs/gst/interfaces/propertyprobe.c:
14410         fix return value docs   
14411         
14412         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
14413         simplify debug logging
14414         
14415         * gst-libs/gst/riff/riff-read.h:
14416         sync function prototype and docs
14417         
14418         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
14419         remove left over symbol
14420
14421 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
14422
14423         * autogen.sh:
14424         * configure.ac:
14425         * docs/Makefile.am:
14426           Use GST_PLUGIN_DOCS macro in configure.ac, add
14427           --enable-plugin-docs default to autogen.sh and use
14428           ENABLE_PLUGIN_DOCS conditional in Makefile.am (#344039).
14429
14430 2006-06-15  Wim Taymans  <wim@fluendo.com>
14431
14432         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
14433         (gst_ogg_demux_activate_chain), (gst_ogg_demux_combine_flows),
14434         (gst_ogg_demux_loop):
14435         Combine GstFlowReturn from the source pads to give a
14436         meaningfull result to the upstream peer or to stop the
14437         processing task in case of errors.
14438
14439 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
14440
14441         * gst/playback/gststreaminfo.c: (cb_probe):
14442           Try GST_TAG_CODEC as fallback when extracting the
14443           codec name; more debug info.
14444
14445 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
14446
14447         * ext/ogg/Makefile.am:
14448         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
14449           Extract language tags from ogm subtitle streams, so that
14450           the subtitle menu choices are labelled correctly in
14451           Totem (fixes #344708).
14452
14453 2006-06-14  Wim Taymans  <wim@fluendo.com>
14454
14455         Patch by: Alessandro Decina <alessandro at nnva dot org>
14456
14457         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_clear),
14458         (gst_ogg_mux_release_pad), (gst_ogg_mux_get_headers),
14459         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_init_collectpads),
14460         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
14461         Fix various leaks. Fixes #343699.
14462         Add x-smoke mime type.
14463
14464 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
14465
14466         * gst-libs/gst/riff/riff-ids.h:
14467           Add IDs for 'bext' chunks (see #343837).
14468
14469 2006-06-12  Tim-Philipp Müller  <tim at centricular dot net>
14470
14471         Patch by: Young-Ho Cha  <ganadist at chollian net>
14472
14473         * gst/subparse/samiparse.c: (sami_context_pop_state),
14474         (handle_start_font), (end_sami_element):
14475           Honour font face tags in SAMI subtitles (#344503).
14476
14477 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
14478
14479         * po/POTFILES.in:
14480           add missing files containing translatable strings
14481
14482 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
14483
14484         * docs/libs/tmpl/.cvsignore:
14485           we don't want those *.sgml files in CVS either
14486
14487 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
14488
14489         * docs/libs/.cvsignore:
14490         * tests/check/elements/.cvsignore:
14491         * tests/check/libs/.cvsignore:
14492           ignore more
14493
14494 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
14495
14496         * docs/libs/Makefile.am:
14497           also commiting the changed Makefile.am (added more libs to the
14498           doc-build)
14499
14500 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
14501
14502         * docs/libs/gst-plugins-base-libs-docs.sgml:
14503         * docs/libs/gst-plugins-base-libs-sections.txt:
14504         * docs/libs/gst-plugins-base-libs.types:
14505           first batch of reordering things, add index & hierarchy
14506
14507 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
14508
14509         * configure.ac:
14510           use GST_PKG_CHECK_MODULES, cleans up output
14511
14512 2006-06-10  Tim-Philipp Müller  <tim at centricular dot net>
14513
14514         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
14515           Add support for burn:// URIs (#343385); const-ify things a bit,
14516           use G_N_ELEMENTS instead of hard-coded array size.
14517
14518 2006-06-10  Tim-Philipp Müller  <tim at centricular dot net>
14519
14520         Patch by: Young-Ho Cha  <ganadist at chollian net>
14521
14522         * gst/subparse/samiparse.c: (fix_invalid_entities), (parse_sami):
14523           Fix up broken entities before passing them to libxml *sigh*.
14524           (#343303).
14525           
14526 2006-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
14527
14528         * configure.ac:
14529           back to TRUNK
14530
14531 === release 0.10.8 ===
14532
14533 2006-06-09  Thomas Vander Stichele <thomas at apestaart dot org>
14534
14535         * configure.ac:
14536           releasing 0.10.8, "Moar gij ziet mij nie"
14537
14538 2006-06-07  Thomas Vander Stichele  <thomas at apestaart dot org>
14539
14540         * configure.ac:
14541         * po/af.po:
14542         * po/az.po:
14543         * po/cs.po:
14544         * po/en_GB.po:
14545         * po/hu.po:
14546         * po/it.po:
14547         * po/nb.po:
14548         * po/nl.po:
14549         * po/or.po:
14550         * po/sq.po:
14551         * po/sr.po:
14552         * po/sv.po:
14553         * po/uk.po:
14554         * po/vi.po:
14555         * win32/common/config.h:
14556           0.10.7.2 prerelease
14557
14558 2006-06-07  Thomas Vander Stichele  <thomas at apestaart dot org>
14559
14560         * docs/libs/tmpl/gstaudio.sgml:
14561         * docs/libs/tmpl/gstcolorbalance.sgml:
14562         * docs/libs/tmpl/gstmixer.sgml:
14563         * docs/libs/tmpl/gstringbuffer.sgml:
14564         * docs/libs/tmpl/gsttuner.sgml:
14565         * docs/libs/tmpl/gstxoverlay.sgml:
14566         * gst-libs/gst/audio/audio.c:
14567         * gst-libs/gst/audio/gstringbuffer.c:
14568         * gst-libs/gst/interfaces/colorbalance.c:
14569         * gst-libs/gst/interfaces/mixer.c:
14570         * gst-libs/gst/interfaces/tuner.c:
14571         * gst-libs/gst/interfaces/xoverlay.c:
14572           move last template doc snippets to source code and delete them
14573
14574 2006-06-06  Michael Smith  <msmith@fluendo.com>
14575
14576         * ext/theora/theoraparse.c: (theora_parse_drain_queue_prematurely),
14577         (theora_parse_drain_queue):
14578           Mark DELTA_UNIT on non-keyframes.
14579
14580 2006-06-03  Jan Schmidt  <thaytan@mad.scientist.com>
14581
14582         * gst-libs/gst/audio/gstbaseaudiosink.c:
14583         (gst_base_audio_sink_class_init), (gst_base_audio_sink_setcaps):
14584         * gst-libs/gst/audio/gstbaseaudiosink.h:
14585         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps),
14586         (gst_ring_buffer_samples_done):
14587         * gst-libs/gst/audio/gstringbuffer.h:
14588         Document better the fact that latency_time and buffer_time are values
14589         stored in microseconds, and not the usual GStreamer nanoseconds.
14590         Change the variables (compatibly) that store them from GstClockTime 
14591         to guint64 to make it more clear that they're not storing clock times.
14592         Also, remove the bogus property description that says the user can
14593         specify -1 to get the default value, since that's never been the case.
14594
14595         When computing the default segment size for the ring buffer, make it
14596         an integer number of samples.
14597
14598         When the sub-class indicates a delay greater than the number of
14599         samples we've written return 0 from the audio sink get_time method.
14600
14601 2006-06-02  Michael Smith  <msmith@fluendo.com>
14602
14603         * tests/check/elements/audioconvert.c: (set_channel_positions),
14604         (get_float_mc_caps), (get_int_mc_caps):
14605         * tests/check/elements/audioresample.c:
14606         * tests/check/elements/audiotestsrc.c: (GST_START_TEST):
14607         * tests/check/elements/videorate.c:
14608         * tests/check/elements/videotestsrc.c: (GST_START_TEST):
14609         * tests/check/elements/volume.c:
14610         * tests/check/elements/vorbisdec.c:
14611         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
14612           Don't busy-wait in tests; this was causing test timeouts very
14613           frequently when running under valgrind.
14614
14615 2006-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
14616
14617         * gst/tcp/README:
14618         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_init),
14619         (gst_multi_fd_sink_remove_client_link),
14620         (gst_multi_fd_sink_client_queue_caps),
14621         (gst_multi_fd_sink_client_queue_buffer),
14622         (gst_multi_fd_sink_handle_client_write),
14623         (gst_multi_fd_sink_render):
14624         * gst/tcp/gstmultifdsink.h:
14625           make multifdsink properly deal with streamheader:
14626           - streamheader is taken from caps
14627           - buffers marked with IN_CAPS are not sent
14628           - streamheaders are sent, on connection, from the caps of the
14629             buffer where the client gets positioned to
14630           - further streamheader changes are done every time the client
14631             will receive a buffer with different caps
14632         * tests/check/elements/multifdsink.c: (GST_START_TEST),
14633         (gst_multifdsink_create_streamheader):
14634           add tests for this
14635
14636 2006-06-02  Michael Smith  <msmith@fluendo.com>
14637
14638         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
14639           Reinstate limit on channel count. Vorbis does not define the meaning
14640           of > 6 channels, so they're just independent channels. Gstreamer
14641           currently has no mechanism to represent N independent channels.
14642
14643 2006-06-02  Michael Smith  <msmith@fluendo.com>
14644
14645         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
14646           Don't arbitrarily restrict channel counts and rate in vorbis.
14647           In terms of effects likely on real-world files, this fixes 96kHz
14648           playback of vorbis.
14649
14650 2006-06-02  Michael Smith  <msmith@fluendo.com>
14651
14652         * gst/audioconvert/audioconvert.c: (float):
14653           More correct float->int conversion.
14654
14655 2006-06-02  Michael Smith  <msmith@fluendo.com>
14656
14657         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_perform_seek):
14658           Don't accidently send GST_CLOCK_TIME_NONE as a new segment start
14659           value. Fixes g-critical on trying to play back ogg containing
14660           unknown codec.
14661
14662 2006-06-02  Wim Taymans  <wim@fluendo.com>
14663
14664         * gst/playback/gstplaybasebin.c: (group_create), (group_commit),
14665         (setup_source):
14666         * gst/playback/gstplaybasebin.h:
14667         Make the subtitle detection work from any thread so we don't
14668         deadlock. Fixes #343397.
14669
14670 2006-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
14671
14672         * gst/volume/Makefile.am:
14673           Seriously, it's not *that* hard to get compilation right.  Even
14674           a drunk can do it ! Add LIBOIL CFLAGS and LIBS
14675
14676 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
14677
14678         * gst/volume/gstvolume.c: (volume_choose_func),
14679         (volume_update_real_volume), (gst_volume_class_init),
14680         (gst_volume_init), (volume_process_float), (volume_process_int16),
14681         (volume_process_int16_clamp), (volume_set_caps),
14682         (volume_transform_ip), (plugin_init):
14683         * gst/volume/gstvolume.h:
14684         rewrite the passthrough check, split _int16 and _int16_clamp, fix
14685         another property desc., remove unused param from process function
14686         
14687         * tests/check/elements/volume.c: (volume_suite):
14688         reactivate the passthrough test
14689
14690 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
14691
14692         * ext/alsa/gstalsamixerelement.h:
14693         * ext/alsa/gstalsamixeroptions.h:
14694         * ext/alsa/gstalsamixertrack.h:
14695         * ext/gnomevfs/gstgnomevfssink.h:
14696         * ext/gnomevfs/gstgnomevfssrc.h:
14697         * ext/theora/gsttheoradec.h:
14698         * ext/theora/gsttheoraenc.h:
14699         * ext/theora/gsttheoraparse.h:
14700         * ext/vorbis/vorbisparse.h:
14701         * gst-libs/gst/audio/gstaudioclock.h:
14702         * gst-libs/gst/audio/gstaudiofilter.h:
14703         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
14704         * gst/audioconvert/gstaudioconvert.h:
14705         * gst/audioresample/gstaudioresample.h:
14706         * gst/audiotestsrc/gstaudiotestsrc.h:
14707         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
14708         * gst/playback/gststreamselector.h:
14709         * gst/tcp/gstmultifdsink.h:
14710         * gst/tcp/gsttcpclientsink.h:
14711         * gst/tcp/gsttcpclientsrc.h:
14712         * gst/tcp/gsttcpserversink.h:
14713         * gst/tcp/gsttcpserversrc.h:
14714         * gst/videorate/gstvideorate.h:
14715         * gst/videoscale/gstvideoscale.h:
14716         * gst/videotestsrc/gstvideotestsrc.h:
14717         * gst/volume/gstvolume.h:
14718         * sys/v4l/gstv4ljpegsrc.h:
14719         * sys/v4l/gstv4lmjpegsink.h:
14720         * sys/v4l/gstv4lmjpegsrc.h:
14721         * sys/v4l/gstv4lsrc.h:
14722         * sys/ximage/ximagesink.h:
14723         * sys/xvimage/xvimagesink.h:
14724         * tests/old/testsuite/alsa/sinesrc.h:
14725         Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass
14726
14727 2006-05-31  Wim Taymans  <wim@fluendo.com>
14728
14729         * ext/libvisual/visual.c: (gst_visual_reset),
14730         (gst_visual_sink_setcaps), (gst_visual_sink_event),
14731         (gst_visual_src_event), (get_buffer), (gst_visual_chain):
14732         Handle DISCONT.
14733         Use running time before doing QoS.
14734         Handle mono too.
14735
14736 2006-05-31  Thomas Vander Stichele  <thomas at apestaart dot org>
14737
14738         * docs/libs/Makefile.am:
14739           set a magic variable to indicate we know the docs are incomplete
14740
14741 2006-05-30  Sebastien Moutte  <sebastien@moutte.net>
14742
14743         * win32/common/libgstvideo.def:
14744           export gst_video_calculate_display_ratio
14745         * win32/vs6/libgstvideoscale.dsp:
14746           add link to libgstvideo-0.10.lib
14747
14748 2006-05-30  Tim-Philipp Müller  <tim at centricular dot net>
14749
14750         * gst/playback/gstplaybasebin.c: (gen_source_element):
14751           Throw a more comprehensible error for rtsp:// URIs (rather
14752           than erroring out with a negotiation error later on) until
14753           we fix playbin to handle rtspsrc etc.
14754
14755 2006-05-30  Wim Taymans  <wim@fluendo.com>
14756
14757         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event),
14758         (gst_text_overlay_text_event):
14759         Added some FIXMEs.
14760
14761 2006-05-30  Wim Taymans  <wim@fluendo.com>
14762
14763         * gst/adder/gstadder.c: (gst_adder_class_init), (gst_adder_init),
14764         (gst_adder_request_new_pad), (gst_adder_release_pad):
14765         * gst/adder/gstadder.h:
14766         Implement release_request_pad.
14767         Make padcounter atomic.
14768
14769         * tests/check/elements/adder.c: (GST_START_TEST), (adder_suite):
14770         Added check for release_pad in adder.
14771
14772 2006-05-30  Wim Taymans  <wim@fluendo.com>
14773
14774         * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream):
14775         Fix build again.
14776
14777 2006-05-30  Thomas Vander Stichele  <thomas at apestaart dot org>
14778
14779         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
14780         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
14781         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
14782         (gst_ogg_pad_submit_page), (gst_ogg_chain_new_stream),
14783         (gst_ogg_demux_seek), (gst_ogg_demux_get_data),
14784         (gst_ogg_demux_get_next_page), (gst_ogg_demux_do_seek),
14785         (gst_ogg_demux_bisect_forward_serialno),
14786         (gst_ogg_demux_read_chain), (gst_ogg_demux_find_chains),
14787         (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
14788           add more debugging
14789           clean up printf formats for granulepos and serialno
14790
14791 2006-05-30  Michael Smith  <msmith@fluendo.com>
14792
14793         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
14794         (gst_vorbis_enc_class_init), (gst_vorbis_enc_dispose),
14795         (gst_vorbis_enc_generate_sink_caps), (gst_vorbis_enc_sink_getcaps),
14796         (gst_vorbis_enc_init), (gst_vorbis_enc_buffer_from_header_packet),
14797         (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
14798         * ext/vorbis/vorbisenc.h:
14799           Multi-channel caps negotiation, so we can do proper multichannel
14800           vorbis encoding, negotiated through audioconvert.
14801
14802 2006-05-30  Wim Taymans  <wim@fluendo.com>
14803
14804         * tests/check/elements/adder.c: (test_event_message_received),
14805         (test_play_twice_message_received), (GST_START_TEST),
14806         (adder_suite):
14807         Added check to show that #339935 is fixed with ongoing
14808         adder and collectpads fixes.
14809
14810 2006-05-29  Wim Taymans  <wim@fluendo.com>
14811
14812         * gst/adder/gstadder.c: (gst_adder_request_new_pad):
14813         Don't leak pad name.
14814
14815 2006-05-29  Wim Taymans  <wim@fluendo.com>
14816
14817         * gst/adder/gstadder.c: (gst_adder_query_duration),
14818         (forward_event_func), (forward_event), (gst_adder_src_event):
14819         Fix adder seeking.
14820         Make query/seeking code threadsafe.
14821
14822         * tests/check/Makefile.am:
14823         * tests/check/elements/adder.c: (test_event_message_received),
14824         (GST_START_TEST), (test_play_twice_message_received):
14825         Fix adder test case.
14826
14827 2006-05-29  Tim-Philipp Müller  <tim at centricular dot net>
14828
14829         Patch by: Young-Ho Cha  <ganadist at chollian net>
14830
14831         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
14832         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
14833         (set_encoding_element), (decodebin_element_added_cb),
14834         (decodebin_element_removed_cb), (setup_subtitle), (setup_source),
14835         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
14836         * gst/playback/gstplaybasebin.h:
14837           Add 'subtitle-encoding' property to playbin, so applications can
14838           force a subtitle encoding for non-UTF8 subtitles (#342268).
14839
14840         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init),
14841         (gst_sub_parse_set_property):
14842           Rename recently-added 'encoding' property to 'subtitle-encoding'
14843           (so it can be proxied by playbin/decodebin in a generic way
14844           with less danger of false positives).
14845
14846 2006-05-29  Michael Smith  <msmith@fluendo.com>
14847
14848         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
14849         (append_with_other_format), (set_structure_widths),
14850         (gst_audio_convert_transform_caps):
14851           Patch from #341562: give more specific audio caps in get_caps, so
14852           that basetransform  can make better decisions on what caps to
14853           negotiate.
14854
14855 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
14856
14857         * tests/check/elements/volume.c:
14858         make it compile again
14859
14860 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
14861
14862         * tests/check/elements/volume.c: (volume_suite):
14863         disable test until #343196 gets resolved
14864
14865 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
14866
14867         * gst/adder/gstadder.c: (gst_adder_get_type):
14868         Make it easier to copy&paste
14869         
14870         * gst/volume/Makefile.am:
14871         * gst/volume/gstvolume.c: (volume_update_real_volume),
14872         (gst_volume_set_volume), (gst_volume_set_mute),
14873         (gst_volume_class_init), (volume_process_int16), (volume_set_caps),
14874         (volume_transform_ip), (volume_update_mute),
14875         (volume_update_volume):
14876         * gst/volume/gstvolume.h:
14877         Add own debug category, move duplicate code to helper function, fix
14878         property texts, add more comments and prepare ffor liboil-goodness
14879         
14880         * tests/check/Makefile.am:
14881         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
14882         add test for mute and passtrough case, be a bit more verbose to track
14883         failure
14884         
14885         * tests/check/generic/states.c: (GST_START_TEST):
14886         catch elements that fail to instantiate
14887
14888 2006-05-28  Edward Hervey  <edward@fluendo.com>
14889
14890         * tests/check/pipelines/simple-launch-lines.c:
14891         * tests/check/pipelines/theoraenc.c:
14892         * tests/check/pipelines/vorbisenc.c:
14893         Comment out tests using parse_launch() if core was built without
14894         parsing capabilities.
14895
14896 2006-05-27  Edward Hervey  <edward@fluendo.com>
14897
14898         * tests/check/Makefile.am:
14899         Extra bonus points for whoever explains to ensonic that you are meant
14900         to test unit tests thoroughly before commiting them, especially if
14901         you know it's going to break.
14902         De-activated element/adder tests.
14903
14904 2006-05-27  Edward Hervey  <edward@fluendo.com>
14905
14906         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
14907         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps):
14908         Marking caps conversion issues as GST_WARNING is way too verbose,
14909         Moving them to GST_LOG.
14910
14911 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
14912
14913         * README:
14914           Replace current README (containing the release notes from
14915           some 0.9.x version) with a proper README taken from the core.
14916
14917 2006-05-26  Wim Taymans  <wim@fluendo.com>
14918
14919         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
14920         (vorbis_dec_src_event), (vorbis_dec_sink_event), (vorbis_do_clip),
14921         (vorbis_dec_push), (vorbis_handle_data_packet), (vorbis_dec_chain),
14922         (vorbis_dec_change_state):
14923         Small cleanups.
14924         Add some FIXMEs
14925         Clip output samples to segment boundaries.
14926
14927 2006-05-26  Jan Schmidt  <thaytan@mad.scientist.com>
14928
14929         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
14930         (gst_ximagesink_xcontext_get), (gst_ximagesink_show_frame):
14931         Improve the errors produced on bad output, including some human
14932         readable description strings.
14933         Handle the (theoretical for ximagesink) case where the XServer 
14934         has a different idea about the size required for a particular 
14935         frame and gives us too small a memory allocation.
14936
14937 2006-05-26  Jan Schmidt  <thaytan@mad.scientist.com>
14938
14939         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
14940         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
14941         (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
14942         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
14943         Improve the errors produced on bad output, including some human 
14944         readable description strings.
14945         Handle RGB Xv formats properly by transforming them into our 
14946         big-endian caps description.
14947         Use gst_caps_truncate to ensure that we never try and choose a
14948         non-fixed caps in buffer_alloc.
14949         Handle the case where the XServer has a different idea about the size
14950         required for a particular frame and gives us too small a memory
14951         allocation.
14952         Use -1 to indicate 'no image format', because 0 is a valid XServer
14953         image format number.
14954         Put RGB Xv formats at the end of the caps, so that we always prefer
14955         YUV format frames.
14956         Iterate the available Xv Encodings to determine the maximum width and
14957         height, and then return that in our caps.
14958         (Closes #315312, #337544)
14959
14960 2006-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
14961
14962         * gst/playback/gstdecodebin.c: (remove_fakesink), (pad_probe):
14963         When there is only one unfinished pad and it receives an event that
14964         doesn't match our requirements, we need to set alldone=FALSE so that
14965         the fakesink is not removed yet.
14966
14967 2006-05-25  Tim-Philipp Müller  <tim at centricular dot net>
14968
14969         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
14970           Use gst_type_find_helper_for_buffer() to find the type
14971           of stream from the first packet.
14972
14973         * configure.ac:
14974           Bump requirements to core CVS (needed for vorbis
14975           typefinding to work).
14976
14977 2006-05-24  Edward Hervey  <edward@fluendo.com>
14978
14979         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): 
14980         Added the 'prfl' atom type which MQV (no, it's not a typo) files
14981         contain.  Else they play perfectly fine with qtdemux.
14982
14983 2006-05-23  Stefan Kost  <ensonic@users.sf.net>
14984
14985         * ext/theora/theoradec.c:
14986         * ext/theora/theoraenc.c:
14987         * ext/theora/theoraparse.c: (gst_theora_parse_class_init):
14988         * gst/audiorate/gstaudiorate.c:
14989           make more debug catagories static
14990         
14991         * tests/check/Makefile.am:
14992         * tests/check/elements/adder.c: (message_received),
14993         (test_event_message_received), (GST_START_TEST),
14994         (test_play_twice_message_received), (adder_suite):
14995           added test case for using element twice, extra bonus points for anyone
14996           who can make these test run reliably
14997
14998 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
14999
15000         * ext/theora/theoradec.c: (theora_dec_chain):
15001           Make work with time-stamped input buffers that do not
15002           have a granulepos in BUFFER_OFFSET_END (like theora
15003           buffers coming from matroskademux). Fixes #342448.
15004
15005 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
15006
15007         Patch by: Peter Kjellerstedt  <pkj at axis com>
15008
15009         * gst/tcp/Makefile.am:
15010           fdstresstest doesn't need Gtk+, fix compilation if 
15011           gtk is not available (#342566).
15012
15013 2006-05-19 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
15014          
15015         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
15016           80 line columns
15017           Removed redundant floor()
15018
15019 2006-05-19  Tim-Philipp Müller  <tim at centricular dot net>
15020
15021         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
15022           On second thought, just skip JUNK chunks automatically, so
15023           the caller doesn't have to handle this. Fixes #342345.
15024           Also, return GST_FLOW_UNEXPECTED if we get a short read,
15025           not GST_FLOW_ERROR.
15026
15027 2006-05-19  Tim-Philipp Müller  <tim at centricular dot net>
15028
15029         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
15030           Don't bail out on JUNK chunks with a size of 0 (would try to
15031           pull_range 0 bytes before, which sources don't like too much).
15032           See #342345.
15033
15034 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
15035
15036         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
15037         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
15038         Use the gstutil scaling function to preserve 64 bits while calculating
15039         output width and height from the display-aspect-ratio. (A continuation
15040         of #341542)
15041
15042 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
15043
15044         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
15045         (gst_xvimagesink_buffer_alloc):
15046         * sys/xvimage/xvimagesink.h:
15047         When performing buffer allocations, remember the caps and image format
15048         we return so that if the same caps are asked for next time we can
15049         return them immediately without doing any caps intersections.
15050
15051 2006-05-18 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
15052          
15053         * gst-libs/gst/rtp/README:
15054           Some new documentation
15055         * gst-libs/gst/rtp/gstrtpbuffer.h:       
15056           Added GST_RTP_PAYLOAD_DYNAMIC_STRING for use by children       
15057         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
15058         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:     
15059           New RTP audio base payloader class. Supports frame or sample based
15060           codecs.  Not enabled in Makefile.am until approved.
15061
15062 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
15063
15064         * tests/check/elements/alsa.c: (test_device_property_probe):
15065           Fix test case: don't try to free NULL GValueArray when there
15066           are no devices.
15067
15068 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
15069
15070         * tests/check/Makefile.am:
15071         * tests/check/elements/alsa.c: (test_device_property_probe),
15072         (alsa_suite), (main):
15073           Add simple test that runs a device property probe on alsasrc,
15074           alsasink and alsamixer. Disable valgrind check for now (too
15075           many leaks in libasound, and valgrind ignored my suppressions
15076           additions).
15077
15078 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
15079
15080         * ext/alsa/gstalsadeviceprobe.c: (gst_alsa_get_device_list),
15081         (gst_alsa_device_property_probe_probe_property),
15082         (gst_alsa_device_property_probe_needs_probe),
15083         (gst_alsa_device_property_probe_get_values),
15084         (gst_alsa_type_add_device_property_probe_interface):
15085         * ext/alsa/gstalsadeviceprobe.h:
15086         * ext/alsa/gstalsamixerelement.c:
15087         (gst_alsa_mixer_element_init_interfaces):
15088         * ext/alsa/gstalsamixerelement.h:
15089           Clean up and simplify alsa device probing. Make it actually work
15090           for multiple classes. Don't cache results any longer.
15091
15092         * ext/alsa/gstalsasink.c: (gst_alsasink_init_interfaces),
15093         (gst_alsasink_init):
15094         * ext/alsa/gstalsasrc.c: (gst_alsasrc_dispose),
15095         (gst_alsasrc_interface_supported), (gst_implements_interface_init),
15096         (gst_alsasrc_init_interfaces), (gst_alsasrc_set_property):
15097           Make alsasink and alsasrc implement the GstPropertyProbe interface
15098           for device probing (#342181).
15099           Patch by: Martin Szulecki  <gnomebugzilla at sukimashita com>
15100
15101 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
15102
15103         * gst/subparse/samiparse.c: (handle_start_font):
15104           Don't ignore return value of strtol (++compiler_happiness).
15105
15106 2006-05-17  Tim-Philipp Müller  <tim at centricular dot net>
15107
15108         Patch by: Young-Ho Cha  <ganadist chollian net>
15109
15110         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
15111         (gst_sub_parse_class_init), (gst_sub_parse_init),
15112         (gst_sub_parse_set_property), (gst_sub_parse_get_property),
15113         (convert_encoding):
15114         * gst/subparse/gstsubparse.h:
15115           Add 'encoding' property (#341681).
15116
15117         * gst/subparse/samiparse.c: (characters_sami):
15118           Output is pango markup, so we need to escape text
15119           between tags (#342143).
15120
15121 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
15122
15123         * gst-libs/gst/audio/multichannel.c:
15124         (gst_audio_check_channel_positions):
15125           It's okay to have caps with channels=1 and a channel position
15126           different from GST_AUDIO_CHANNEL_POSITION_FRONT_MONO
15127           (deinterleavers might want to keep the position in the caps,
15128           so that they can be re-interleaved again properly later).
15129           Leave check for unexpected 2-channel layouts intact for now.
15130
15131 2006-05-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15132
15133         * gst/tcp/gsttcp.c: (gst_tcp_socket_read):
15134         Return GST_FLOW_UNEXPECTED when we have an eos on the socket so
15135         basesrc can do its job correctly.
15136
15137 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
15138
15139         * ext/alsa/Makefile.am:
15140         * ext/alsa/gstalsa.c: (gst_alsa_detect_rates),
15141         (gst_alsa_detect_formats), (get_channel_free_structure),
15142         (caps_add_channel_configuration), (gst_alsa_detect_channels),
15143         (gst_alsa_probe_supported_formats):
15144         * ext/alsa/gstalsa.h:
15145         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
15146           Refactor and improve caps probing code: probe signedness
15147           when we probe the supported formats/widths; set endianness
15148           to the one we actually probed for (ie. cpu endianness).
15149           
15150         * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (gst_alsasrc_getcaps),
15151         (gst_alsasrc_close):
15152         * ext/alsa/gstalsasrc.h:
15153           Implement caps probing for alsasrc.
15154
15155 2006-05-15  Wim Taymans  <wim@fluendo.com>
15156
15157         * ext/theora/theoradec.c: (gst_theora_dec_reset),
15158         (theora_dec_src_query), (theora_dec_src_event),
15159         (theora_dec_sink_event), (theora_handle_comment_packet),
15160         (theora_handle_data_packet), (theora_dec_change_state):
15161         Cleanups, add some G_LIKELY.
15162         Use segment helpers instead of our own wrong code.
15163         Clear queued buffers on seek and READY.
15164
15165         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
15166         (vorbis_dec_convert), (vorbis_dec_src_query),
15167         (vorbis_dec_src_event), (vorbis_dec_sink_event),
15168         (vorbis_handle_comment_packet), (vorbis_dec_push),
15169         (vorbis_handle_data_packet), (vorbis_dec_chain),
15170         (vorbis_dec_change_state):
15171         * ext/vorbis/vorbisdec.h:
15172         Remove old useless packetno variable.
15173         Do position query properly.
15174         Add some G_LIKELY.
15175         Do cleanup of queued buffers in new helper function
15176         and use it.
15177
15178 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
15179
15180         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
15181           Query supported sample rates. Fixes #341732.
15182
15183 2006-05-15  Julien MOUTTE  <julien@moutte.net>
15184
15185         * gst/playback/gstdecodebin.c: (cleanup_decodebin),
15186         (gst_decode_bin_change_state): Make decodebin reusable
15187         when going from PAUSE_TO_READY and then back to PAUSED.
15188         Fixes #331678.
15189
15190 2006-05-15  Wim Taymans  <wim@fluendo.com>
15191
15192         * ext/vorbis/vorbisdec.c: (vorbis_get_query_types),
15193         (vorbis_dec_convert), (vorbis_dec_src_query),
15194         (vorbis_dec_sink_query), (vorbis_dec_src_event),
15195         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
15196         (vorbis_dec_clean_queued), (vorbis_dec_push),
15197         (vorbis_handle_data_packet), (vorbis_dec_change_state):
15198         Cleanups. Use refcounting and DEBUG_OBJECT.
15199         Reset segment on flush, use code methods instead of our
15200         own wrong version.
15201         Fix potential memleak.
15202
15203 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
15204
15205         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
15206         (gst_alsasink_init):
15207         * ext/alsa/gstalsasink.h:
15208           Don't leak allocated snd_output_t structure if there's
15209           more than one alsasink instance at a time (#341873).
15210           Also fix GObject macros in header file.
15211           
15212 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
15213
15214         * gst/subparse/gstsubparse.c:
15215         (gst_sub_parse_data_format_autodetect):
15216           Don't use libxml functions in the typefinding code.
15217
15218 2006-05-15  Wim Taymans  <wim@fluendo.com>
15219
15220         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
15221         Fix seeking performance in the case where a non-header 
15222         packet has a 0 granulepos (busted theora case). 
15223         Fixes #341719
15224         (nvdr: thanks Wim for not mentioning who spotted and fixed it in
15225          the first place, you limelight stealer you)
15226
15227 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
15228
15229         * gst/subparse/gstsubparse.c:
15230         (gst_sub_parse_data_format_autodetect):
15231           Improve SAMI typefinding: handle case where there are
15232           whitespaces or newlines in front of the first <SAMI>
15233           tag (#169936).
15234
15235 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
15236
15237         * configure.ac:
15238           Build video4linux plugin even if there's no XVIDEO, just
15239           without implementing the GstXOverlay interface (#334002).
15240          
15241 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
15242
15243         * configure.ac:
15244         * ext/libvisual/visual.c: (gst_visual_actor_plugin_is_gl),
15245         (plugin_init):
15246           Add tentative support for libvisual-0.4 (#336881).
15247
15248 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
15249
15250         Patch by: Young-Ho Cha <ganadist at chollian net>
15251
15252         * gst/subparse/samiparse.c: (handle_start_font):
15253           Need to map "silver" colour explicitly (#169936).
15254
15255 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
15256
15257         Patch by: Young-Ho Cha  <ganadist at chollian net>
15258
15259         * gst/subparse/Makefile.am:
15260         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
15261         (parser_state_dispose), (gst_sub_parse_data_format_autodetect),
15262         (gst_sub_parse_format_autodetect), (feed_textbuf),
15263         (gst_subparse_type_find), (plugin_init):
15264         * gst/subparse/gstsubparse.h:
15265         * gst/subparse/samiparse.c:
15266         * gst/subparse/samiparse.h:
15267           Add support for SAMI subtitles (#169936).
15268
15269 2006-05-14  Michael Smith  <msmith@fluendo.com>
15270
15271         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_others):
15272           Fix #341696: crash when mixing L+R+C to mono or stereo.
15273         * tests/check/Makefile.am:
15274         * tests/check/elements/audioconvert.c: (set_channel_positions),
15275         (get_float_mc_caps), (get_int_mc_caps), (GST_START_TEST),
15276         (audioconvert_suite):
15277           Add test for the above, including some generic framework bits for
15278           testing multichannel things.
15279
15280 === release 0.10.7 ===
15281
15282 2006-05-14  Jan Schmidt <thaytan@mad.scientist.com>
15283
15284         * configure.ac:
15285           releasing 0.10.7, "Leave the gun"
15286
15287 2006-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
15288
15289         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
15290         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
15291         Fix the build.
15292
15293 2006-05-12  Jan Schmidt  <thaytan@mad.scientist.com>
15294
15295         * docs/libs/gst-plugins-base-libs-docs.sgml:
15296         * docs/libs/gst-plugins-base-libs-sections.txt:
15297         * gst-libs/gst/video/video.c: (gst_video_calculate_display_ratio):
15298         * gst-libs/gst/video/video.h:
15299         * gst/videoscale/Makefile.am:
15300         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
15301         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
15302         * tests/check/Makefile.am:
15303         * tests/check/libs/video.c: (GST_START_TEST), (video_suite),
15304         (main):
15305           Fix integer overflow problem with pixel-aspect-ratio calculations
15306           in videoscale and xvimagesink (#341542)
15307
15308 2006-05-12  Tim-Philipp Müller  <tim at centricular dot net>
15309
15310         * gst-libs/gst/tag/gstid3tag.c:
15311           Map GST_IMAGE_TAG to and from ID2v2 APIC frames (#341557).
15312
15313 2006-05-12  Sebastien Moutte  <sebastien@moutte.net>
15314
15315         * win32/MANIFEST:
15316           update win32 files listing
15317
15318 2006-05-11  Thomas Vander Stichele  <thomas at apestaart dot org>
15319
15320         patch by: Sjoerd Simons (sjoerd@luon.net)
15321
15322         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
15323         (group_create), (group_destroy), (add_stream),
15324         (gst_play_base_bin_get_property),
15325         (gst_play_base_bin_get_streaminfo_value_array):
15326         * gst/playback/gstplaybasebin.h:
15327           API: GstPlayBaseBin::stream-info-value-array property
15328           use a more bindings-friendly way of exposing streaminfo
15329           using a GValueArray.  Tested in ipython.
15330           Closes #341114
15331
15332 2006-05-11  Wim Taymans  <wim@fluendo.com>
15333
15334         * gst/playback/gstdecodebin.c: (try_to_link_1), (queue_enlarge),
15335         (queue_underrun_cb), (queue_filled_cb):
15336         Also catch queue underruns but don't do anything yet.
15337         Refactor and comment queue enlarging code a bit.
15338
15339         * gst/playback/gstplaybasebin.c: (queue_overrun),
15340         (queue_threshold_reached), (queue_out_of_data),
15341         (gen_preroll_element):
15342         If a queue over/underruns check that we don't create nasty
15343         deadlocks when the min-threshold is not reached but the
15344         max-bytes is. In those cases disable max-bytes when we
15345         know that the queue is fed timed data.
15346         Add more comments.
15347
15348 2006-05-11  Tim-Philipp Müller  <tim at centricular dot net>
15349
15350         * gst/playback/gstplaybin.c: (gen_audio_element):
15351           Make playbin automatically plug an 'audioresample'
15352           element before the audio sink as well. This solves
15353           problems with sinks that only accept a very specific
15354           sample rate, like esdsink (e.g. #340379).
15355
15356 2006-05-11  Tim-Philipp Müller  <tim at centricular dot net>
15357
15358         * gst/playback/gstplaybasebin.c: (gen_source_element):
15359           Make http sources send special headers so that we receive
15360           icecast metadata if the http stream is an icecast stream
15361           (otherwise the server will just ignore them). This also
15362           means that from now on users will need the 'icydemux'
15363           element from gst-plugins-good installed if they want to
15364           listen to icecast radio streams. (#341432, #333657).
15365
15366 2006-05-11  Thomas Vander Stichele  <thomas at apestaart dot org>
15367
15368         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_remove_client_link),
15369         (gst_multi_fd_sink_new_client), (gst_multi_fd_sink_stop):
15370           remove stupid example from docs - it should come with a simple
15371           C program instead.
15372           Clean up/fix docs
15373         * tests/check/elements/multifdsink.c: (wait_bytes_served),
15374         (fail_if_can_read), (GST_START_TEST),
15375         (gst_multifdsink_create_streamheader), (multifdsink_suite):
15376           add a test for changing streamheader which exposes a bug in
15377           multifdsink
15378
15379 2006-05-11  Michael Smith  <msmith@fluendo.com>
15380
15381         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_init),
15382         (gst_gnome_vfs_src_received_headers_callback):
15383         * ext/gnomevfs/gstgnomevfssrc.h:
15384           Don't set icy-caps unless we have a sane interval value. Move
15385           interval to a local variable; we never use it outside this function.
15386
15387 2006-05-11  Wim Taymans  <wim@fluendo.com>
15388
15389         * sys/ximage/ximagesink.c: (gst_ximagesink_get_type):
15390         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_type):
15391         Register special buffer types along with the objects so
15392         that they are not registered at runtime from N different
15393         streaming threads since they are not threadsafe.
15394
15395 2006-05-10  Thomas Vander Stichele  <thomas at apestaart dot org>
15396
15397         * tests/check/elements/multifdsink.c: (wait_bytes_served),
15398         (GST_START_TEST), (fail_unless_read), (multifdsink_suite):
15399           add two more tests, one doing streamheader
15400
15401 2006-05-10  Thomas Vander Stichele  <thomas at apestaart dot org>
15402
15403         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_stop):
15404           clean up the bufqueue when shutting down
15405         * tests/check/Makefile.am:
15406         * tests/check/elements/multifdsink.c: (setup_multifdsink),
15407         (cleanup_multifdsink), (GST_START_TEST), (multifdsink_suite),
15408         (main):
15409           add a test for the leak that was just fixed
15410
15411 2006-05-10  Wim Taymans  <wim@fluendo.com>
15412
15413         * gst/adder/gstadder.c: (gst_adder_setcaps),
15414         (gst_adder_query_duration), (gst_adder_query), (forward_event),
15415         (gst_adder_src_event), (gst_adder_sink_event),
15416         (gst_adder_class_init), (gst_adder_finalize),
15417         (gst_adder_request_new_pad), (gst_adder_collected):
15418         * gst/adder/gstadder.h:
15419         Updated some docs. Added comments and FIXMEs all over the place.
15420         Improve debugging info.
15421         Fix leak on finalize by not calling the parent.
15422         Implement duration query.
15423         Make event forwarding threadsafe.
15424         Correctly send NEWSEGMENT at start and after flush.
15425         Handle EOS correctly.
15426         Post error when not negotiated.
15427
15428         * tests/check/elements/adder.c: (GST_START_TEST):
15429         Added FIXME in the test.
15430
15431 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
15432
15433         * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
15434         (gst_text_overlay_halign_get_type),
15435         (gst_text_overlay_wrap_mode_get_type):
15436         * ext/theora/theoradec.c: (theora_handle_type_packet),
15437         (theora_handle_data_packet):
15438         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
15439         (theora_enc_sink_setcaps), (theora_enc_chain):
15440         * gst-libs/gst/cdda/gstcddabasesrc.c:
15441         (gst_cdda_base_src_mode_get_type):
15442         * gst/audiotestsrc/gstaudiotestsrc.c:
15443         (gst_audiostestsrc_wave_get_type):
15444         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
15445         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
15446         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
15447         (gst_sync_method_get_type), (gst_unit_type_get_type),
15448         (gst_client_status_get_type):
15449         * gst/videoscale/gstvideoscale.c:
15450         (gst_video_scale_method_get_type):
15451         * gst/videotestsrc/gstvideotestsrc.c:
15452         (gst_video_test_src_pattern_get_type):
15453         * gst/videotestsrc/videotestsrc.c: (paint_setup_I420),
15454         (paint_setup_YV12), (paint_setup_YUY2), (paint_setup_UYVY),
15455         (paint_setup_YVYU), (paint_setup_IYU2), (paint_setup_Y41B),
15456         (paint_setup_Y42B), (paint_setup_Y800), (paint_setup_YVU9),
15457         (paint_setup_YUV9), (paint_setup_RGB888), (paint_setup_BGR888),
15458         (paint_setup_RGB565), (paint_setup_xRGB1555):
15459           Const-ify GEnumValue and GFlagsValue arrays. Use
15460           GST_ROUND_UP_* macros instead of home-made ones.
15461
15462 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
15463
15464         * configure.ac:
15465           Require core CVS for the new newsegment stuff.
15466
15467 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
15468
15469         Patch by: Sjoerd Simons  <sjoerd at luon net>
15470
15471         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type):
15472           Register nick for enum value (#341160).
15473
15474 2006-05-09  Stefan Kost  <ensonic@users.sf.net>
15475
15476         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find),
15477         (plugin_init):
15478          backout typefind patch #340375
15479          
15480         * tests/check/elements/adder.c: (message_received),
15481         (GST_START_TEST), (adder_suite):
15482           redo, signal-handling of test
15483
15484 2006-05-09  Wim Taymans  <wim@fluendo.com>
15485
15486         * gst/adder/gstadder.c: (gst_adder_request_new_pad),
15487         (gst_adder_collected):
15488         * gst/adder/gstadder.h:
15489         Remove bogus segment merging and forwarding, we don't
15490         care about timestamps anyway and we just produce a
15491         continuous stream. 
15492         Also create a nice NEWSEGMENT event when we start.
15493         Use _scale_int some more.
15494
15495 2006-05-09  Edward Hervey  <edward@fluendo.com>
15496
15497         * tests/icles/stress-xoverlay.c:
15498         Fix if core was built without parsing support.
15499
15500 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
15501
15502         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
15503           Add SEDG (Samsung MPEG-4) fourcc.
15504
15505 2006-05-09  Edward Hervey  <edward@fluendo.com>
15506
15507         * tests/icles/stress-xoverlay.c:
15508         * tests/examples/volume/volume.c:
15509         Fix if core was built without parsing support.
15510
15511         * tests/examples/seek/seek.c:
15512         Disable the parse_launch example if core was built without parsing
15513         support.
15514
15515 2006-05-08  Edward Hervey  <edward@fluendo.com>
15516
15517         * autogen.sh: (CONFIGURE_DEF_OPT): 
15518         libtoolize on Darwin/MacOSX is called glibtoolize
15519
15520 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
15521
15522         * tests/check/Makefile.am:
15523         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST):
15524           Disable the adder test, until the build-slaves posses the kindness to 
15525           either like it or to give valid reason for not doing so 
15526
15527 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
15528
15529         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
15530         (adder_suite):
15531           Shuffle NULL state change around and raise timeout more
15532
15533 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
15534
15535         * gst/typefind/gsttypefindfunctions.c: (mp4_find_box),
15536         (mp4_type_find), (plugin_init):
15537           Add typefind to distinguish between "audio/x-m4a" and new type
15538           "video/mp4". Fixes #340375
15539
15540         * tests/check/elements/adder.c: (adder_suite):
15541           Raise timeout to make buildbot happy
15542
15543 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
15544
15545         * gst/adder/gstadder.c: (gst_adder_sink_event),
15546         (gst_adder_request_new_pad), (gst_adder_change_state):
15547         * gst/adder/gstadder.h:
15548         * tests/check/Makefile.am:
15549         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
15550         (adder_suite), (main):
15551           Add sink-event handling to adder. It tries to merge incomming
15552           newsegment-events. Added test to check if segment_done is comming
15553           through. Fixes #340060
15554
15555 2006-05-05  Andy Wingo  <wingo@pobox.com>
15556
15557         * ext/theora/theoraparse.c (gst_theora_parse_init)
15558         (theora_parse_src_convert, theora_parse_src_query):
15559         * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init)
15560         (vorbis_parse_convert, vorbis_parse_src_query): Add convert and
15561         query functions on the source pads of the theora and vorbis parse
15562         elements. Fixes position querying when doing a remux.
15563
15564 2006-05-05  Michael Smith  <msmith@fluendo.com>
15565
15566         * ext/theora/theoraparse.c: (parse_granulepos),
15567         (theora_parse_drain_queue_prematurely),
15568         (theora_parse_queue_buffer), (theora_parse_sink_event):
15569           Fix flushing.
15570           Fix invalid granulepos outputs when starting with a non-keyframe.
15571
15572 2006-05-05  Jan Schmidt  <thaytan@mad.scientist.com>
15573
15574         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find),
15575         (mpeg1_sys_type_find), (ogganx_type_find), (sw_data_destroy):
15576         Rearrange MPEG system stream detection, fixing some memleaks in the
15577         process.
15578         Constify the data for STARTS_WITH and RIFF helper handlers. Make sure
15579         they clean up their data correctly.
15580         Remove unused ogganx caps and move the 'is_annodex' check to inside
15581         the 'is_ogg' if statement.
15582
15583 2006-05-05  Wim Taymans  <wim@fluendo.com>
15584
15585         * gst/playback/gstdecodebin.c: (cleanup_decodebin):
15586         Properly remove ghostpads. Fixes #340392
15587
15588 2006-05-04  David Schleef  <ds@schleef.org>
15589
15590         * gst/typefind/gsttypefindfunctions.c:
15591
15592 2006-05-03  Jan Schmidt  <thaytan@mad.scientist.com>
15593
15594         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
15595         (mpeg_ts_probe_headers), (mpeg_ts_type_find):
15596
15597         When typefinding an MP3 in push-based mode, don't penalise the
15598         probability down to 74% when we found 5 valid frames just because we
15599         can't peek the end of the file.
15600
15601         Make the probability for detecting MPEG Transport Streams based on the
15602         number of sequential headers we successfully detected.
15603
15604 2006-05-03  Wim Taymans  <wim@fluendo.com>
15605
15606         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
15607         (vorbis_dec_push), (vorbis_dec_chain):
15608         Still produce an error when we receive an empty packet.
15609
15610 2006-05-03  Wim Taymans  <wim@fluendo.com>
15611
15612         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
15613         (gst_ogg_chain_mark_discont), (gst_ogg_chain_new_stream),
15614         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek):
15615         Mark buffers with DISCONT after seek and after activating new
15616         chains.
15617
15618         * ext/theora/gsttheoradec.h:
15619         * ext/theora/theoradec.c: (gst_theora_dec_reset),
15620         (theora_get_query_types), (theora_dec_sink_event),
15621         (theora_dec_push), (theora_handle_data_packet), (theora_dec_chain),
15622         (theora_dec_change_state):
15623         Fix frame counter.
15624         Detect and mark DISCONT buffers.
15625
15626         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
15627         (vorbis_dec_sink_event), (vorbis_dec_push), (vorbis_dec_chain),
15628         (vorbis_dec_change_state):
15629         * ext/vorbis/vorbisdec.h:
15630         Use GstSegment.
15631         Detect and mark DISCONT buffers.
15632         Don't crash on 0 sized buffers.
15633
15634 2006-05-03  Wim Taymans  <wim@fluendo.com>
15635
15636         * gst/volume/gstvolume.c: (volume_funcfind), (volume_set_caps),
15637         (volume_transform_ip):
15638         Increase "volume" property to 10.0. Fixes #340369.
15639         Set the process function to NULL when capsnego fails so that
15640         we properly error out.
15641
15642 2006-05-02  Stefan Kost  <ensonic@users.sf.net>
15643
15644         * gst/playback/gstplaybin.c: (add_sink):
15645         * gst/playback/test.c: (main):
15646         * gst/playback/test5.c: (dump_element_stats):
15647         * gst/playback/test6.c: (main):
15648           free caps using gst_caps_unref, don't leak caps-strings
15649
15650 2006-05-01  Tim-Philipp Müller  <tim at centricular dot net>
15651
15652         * gst/typefind/gsttypefindfunctions.c: (musepack_type_find),
15653         (plugin_init):
15654           Refine musepack typefinding a bit. Return MAXIMUM
15655           probability when we detect stream version 7 to make
15656           sure the mpeg audio typefinder doesn't trump us.
15657
15658 2006-04-29  Tim-Philipp Müller  <tim at centricular dot net>
15659
15660         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
15661           Protect against unexpected NULL strf_data buffer.
15662
15663 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
15664
15665         * tests/check/elements/audioconvert.c: (verify_convert),
15666         (GST_START_TEST):
15667           interpret the out[] buffer in the order the bytes are actually
15668           put in, which is LITTLE_ENDIAN, not BYTE_ORDER.
15669           Other tests should use BYTE_ORDER since the array is filled in
15670           with actual values
15671
15672 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
15673
15674         * tests/check/elements/audioconvert.c: (verify_convert),
15675         (GST_START_TEST):
15676           when a test fails, give an indication of which it is
15677
15678 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
15679
15680         * gst-libs/gst/cdda/gstcddabasesrc.c:
15681           compile fix; strtol() needs <stdlib.h>
15682
15683 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
15684
15685         * ext/alsa/gstalsamixerelement.c:
15686         * ext/alsa/gstalsasrc.c:
15687         * ext/cdparanoia/gstcdparanoiasrc.c:
15688         * ext/gnomevfs/gstgnomevfssink.c:
15689         * ext/gnomevfs/gstgnomevfssrc.c:
15690         * ext/ogg/gstoggdemux.c:
15691         * ext/ogg/gstoggmux.c:
15692         * ext/ogg/gstoggparse.c:
15693         * ext/ogg/gstogmparse.c:
15694         * ext/pango/gstclockoverlay.c:
15695         * ext/pango/gsttextoverlay.c:
15696         * ext/pango/gsttextrender.c:
15697         * ext/pango/gsttimeoverlay.c:
15698         * ext/theora/theoradec.c:
15699         * ext/theora/theoraenc.c:
15700         * ext/vorbis/vorbisdec.c:
15701         * ext/vorbis/vorbisenc.c:
15702         * gst-libs/gst/audio/gstaudiofilter.c:
15703         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
15704         * gst/audioconvert/gstaudioconvert.c:
15705         * gst/audiorate/gstaudiorate.c:
15706         * gst/audioresample/gstaudioresample.c:
15707         * gst/audiotestsrc/gstaudiotestsrc.c:
15708         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15709         * gst/playback/gstdecodebin.c:
15710         * gst/playback/gstplaybin.c:
15711         * gst/playback/gststreamselector.c:
15712         * gst/subparse/gstsubparse.c:
15713         * gst/tcp/gstmultifdsink.c:
15714         * gst/tcp/gsttcpclientsink.c:
15715         * gst/tcp/gsttcpclientsrc.c:
15716         * gst/tcp/gsttcpserversink.c:
15717         * gst/tcp/gsttcpserversrc.c:
15718         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
15719         * gst/videorate/gstvideorate.c:
15720         * gst/videoscale/gstvideoscale.c:
15721         * gst/videotestsrc/gstvideotestsrc.c:
15722         * gst/volume/gstvolume.c:
15723         * sys/v4l/gstv4ljpegsrc.c:
15724         * sys/v4l/gstv4lmjpegsink.c:
15725         * sys/v4l/gstv4lmjpegsrc.c:
15726         * sys/v4l/gstv4lsrc.c:
15727         * sys/ximage/ximagesink.c:
15728         * sys/xvimage/xvimagesink.c:
15729         * tests/check/libs/cddabasesrc.c:
15730           make GstElementDetails const
15731
15732 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
15733
15734         * gst/adder/gstadder.c: (gst_adder_setcaps), (gst_adder_src_event),
15735         (gst_adder_init):
15736           send events from src-pad to all sink-pads fixes #338657
15737
15738 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
15739
15740         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps),
15741         (alsasink_parse_spec):
15742           query width capabilities from alsa, fixes #338919
15743
15744 2006-04-28  Wim Taymans  <wim@fluendo.com>
15745
15746         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
15747         (gst_multi_fd_sink_remove_client_link):
15748         * gst/tcp/gstmultifdsink.h:
15749         Fix race condition in multifdsink that can lead to spurious 
15750         duplicate clients. this patch adds a new signal that is fired when
15751         multifdsink has removed all references to the fd.
15752         Fixes #339574.
15753         Updated documentation.
15754         API: client-fd-removed signal added
15755
15756 2006-04-28  Michael Smith  <msmith@fluendo.com>
15757
15758         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_get_stats):
15759           When asking g_value_array_new to prealloc elements, we may as well
15760           ask for the right number of elements.
15761
15762 2006-04-28  Wim Taymans  <wim@fluendo.com>
15763
15764         * gst-libs/gst/audio/gstbaseaudiosink.c:
15765         (gst_base_audio_sink_drain), (gst_base_audio_sink_event),
15766         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
15767         patch to make timestamp checking more tollerant to rounding 
15768         errors given that real discontinuities are to be marked on
15769         buffers. Fixes some asf files and #338778.
15770         Also avoid some crashers when we receive an event in the 
15771         NULL state.
15772
15773 2006-04-28  Michael Smith  <msmith@fluendo.com>
15774
15775         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
15776         (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
15777         (gst_gnome_vfs_src_get_property),
15778         (gst_gnome_vfs_src_send_additional_headers_callback),
15779         (gst_gnome_vfs_src_received_headers_callback),
15780         (gst_gnome_vfs_src_create), (gst_gnome_vfs_src_start),
15781         (gst_gnome_vfs_src_stop):
15782         * ext/gnomevfs/gstgnomevfssrc.h:
15783           Remove ICY handling (mostly) from gnomevfssrc, in favour of
15784           proper shared support within icydemux.
15785
15786 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
15787
15788         * gst/videorate/gstvideorate.c: (gst_video_rate_reset),
15789         (gst_video_rate_swap_prev), (gst_video_rate_chain):
15790           fix up docs
15791           fix a leak when no caps negotiated
15792           fix counting of input frames
15793         * tests/check/elements/.cvsignore:
15794         * tests/check/elements/videorate.c: (assert_videorate_stats),
15795         (GST_START_TEST), (videorate_suite):
15796           add tests for these
15797
15798 2006-04-28  Wim Taymans  <wim@fluendo.com>
15799
15800         * gst-libs/gst/audio/gstringbuffer.c:
15801         (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
15802         (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
15803         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
15804         (gst_ring_buffer_pause), (gst_ring_buffer_stop),
15805         (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
15806         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
15807         (gst_ring_buffer_commit), (gst_ring_buffer_read),
15808         (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
15809         (gst_ring_buffer_clear), (gst_ring_buffer_may_start):
15810         Check arguments passed to public functions instead of
15811         crashing.
15812
15813 2006-04-28  Wim Taymans  <wim@fluendo.com>
15814
15815         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
15816         (gst_base_audio_src_get_time), (gst_base_audio_src_create):
15817         GstBaseAudioSrc must be live or it does not work.
15818
15819         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audio_src_init):
15820         Don't set live to TRUE as this is the default in the parentclass.
15821
15822 2006-04-28  Wim Taymans  <wim@fluendo.com>
15823
15824         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps),
15825         (gst_video_scale_fixate_caps), (gst_video_scale_src_event):
15826         Videoscale doesn't pass on pixel-aspect ratio. Handle all
15827         fixation cases better. Fixes #338991
15828
15829 2006-04-28  Wim Taymans  <wim@fluendo.com>
15830
15831         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
15832         Handle 0/1 framerate correctly Fixes #331901.
15833
15834 2006-04-28  Wim Taymans  <wim@fluendo.com>
15835
15836         * tests/check/elements/audioconvert.c: (get_float_caps),
15837         (GST_START_TEST), (audioconvert_suite):
15838         Added check for correct clipping when doing float samples
15839         in audioconvert.
15840
15841 2006-04-28  Wim Taymans  <wim@fluendo.com>
15842
15843         * gst/videorate/gstvideorate.c: (gst_video_rate_event),
15844         (gst_video_rate_chain):
15845         Print more debugging info.
15846
15847 2006-04-28  Wim Taymans  <wim@fluendo.com>
15848
15849         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
15850         (resample_set_state_from_caps):
15851         Add support for other formats audioresample can handle such as
15852         32 bits in and float and 64 bits float. Fixes #301759
15853
15854 2006-04-28  Wim Taymans  <wim@fluendo.com>
15855
15856         * gst/audioconvert/audioconvert.c: (float):
15857         correctly clip float samples > 1.0. Fixes #338718
15858
15859 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
15860
15861         Patch by: Young-Ho Cha  <ganadist at chollian net>
15862
15863         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
15864         (gst_text_overlay_render_text):
15865           Don't strip newlines from the text. Also, center lines
15866           within multi-line paragraphs (#339405).
15867
15868 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
15869
15870         * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find):
15871           Fix wavpack typefinding to work in more cases (don't peek
15872           for chunks of multiple hundred kBs at once, but process
15873           things step-by-step in smaller units). Fixes #339786.
15874
15875 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
15876
15877         * configure.ac:
15878           back to HEAD
15879
15880 === release 0.10.6 ===
15881
15882 2006-04-28  Thomas Vander Stichele <thomas at apestaart dot org>
15883
15884         * configure.ac:
15885           releasing 0.10.6, "Chao"
15886
15887 2006-04-26  David Schleef  <ds@schleef.org>
15888
15889         * gst/videoscale/gstvideoscale.c: Add call to oil_init().
15890           Fixes #338897.
15891
15892 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
15893
15894         * configure.ac:
15895         * win32/common/config.h:
15896           new prerelease
15897
15898 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
15899
15900         patch by: Wim Taymans
15901
15902         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
15903         (gst_ogg_demux_perform_seek):
15904           make sure correct newsegments are sent, so that the decoder
15905           and the demuxer agree on timestamps.  Fixes playback of a lot
15906           of Ogg files that do not start from 0.  Fixes #339833.
15907
15908 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
15909
15910         Patch by: Edward Hervey  <edward@fluendo.com>
15911
15912         * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
15913         * tests/check/Makefile.am:
15914         * tests/check/elements/videorate.c: (assert_videorate_stats),
15915         (setup_videorate), (cleanup_videorate), (GST_START_TEST),
15916         (videorate_suite), (main):
15917           Fix an infinite loop if frames are passed in with wrongly ordered
15918           timestamps.  Fixes #339013.
15919
15920 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
15921
15922         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
15923
15924         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
15925           fix typefinding on some ISO files.  Fixes #339212.
15926
15927 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
15928
15929         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
15930
15931         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
15932           add another H264 fourcc.  Fixes #339047.
15933
15934 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
15935
15936         Patch by: Jan Schmidt
15937
15938         * gst/playback/gststreamselector.c:
15939         (gst_stream_selector_bufferalloc):
15940           Restore old StreamSelector behaviour.
15941           Fixes #338419.
15942
15943 2006-04-12  Thomas Vander Stichele  <thomas at apestaart dot org>
15944
15945         * configure.ac:
15946         * win32/common/config.h:
15947           prerelease
15948
15949 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
15950
15951         Patch by: Antoine Tremblay  <hexa00 at gmail dot com>
15952
15953         * gst-libs/gst/rtp/gstbasertpdepayload.c:
15954         (gst_base_rtp_depayload_finalize), (gst_base_rtp_depayload_push):
15955           Fix some memory leaks: on finalize, free buffers left in the queue
15956           before destroying the queue; in _push(), unref rtp_buf even if
15957           the process vfunc returned a NULL buffer as output buffer (#337548);
15958           demote some recuring debug messages to LOG level.
15959
15960 2006-04-11  Wim Taymans  <wim@fluendo.com>
15961
15962         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
15963         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
15964         (gst_ogg_chain_free), (gst_ogg_demux_sink_event),
15965         (gst_ogg_demux_loop):
15966         More cleanups.
15967         Respect segment stop when emiting EOS or SEGMENT_DONE.
15968         Fixes (#337945).
15969
15970 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
15971
15972         * gst/playback/gststreamselector.c:
15973         (gst_stream_selector_get_property):
15974           Don't leak pad name.
15975
15976 2006-04-10  Michael Smith  <msmith@fluendo.com>
15977
15978         * tests/check/Makefile.am:
15979         * tests/check/gst-plugins-base.supp:
15980           Suppress an old libtheora bug (fixed in more recent versions), so 
15981           that FC4 buildslaves can pass.
15982
15983 2006-04-10  Wim Taymans  <wim@fluendo.com>
15984
15985         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
15986         (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
15987         (gst_ogg_demux_init), (gst_ogg_demux_finalize),
15988         (gst_ogg_demux_sink_event), (gst_ogg_demux_get_data),
15989         (gst_ogg_demux_loop):
15990         Don't leak events.
15991         Remember what error we got when finding chains, if we
15992         were shutdown, that would not be an error.
15993
15994 2006-04-10  Wim Taymans  <wim@fluendo.com>
15995
15996         * gst-libs/gst/audio/gstbaseaudiosink.c:
15997         (gst_base_audio_sink_event):
15998         Starting the ringbuffer when we did not acquire it can cause
15999         a deadlock, is pointless and causes nasty things for
16000         subclasses. 
16001         Fixes gst-launch audiotestsrc num-buffers=0 ! alsasink.
16002
16003 2006-04-10  Wim Taymans  <wim@fluendo.com>
16004
16005         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
16006         (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
16007         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
16008         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
16009         (gst_ogg_demux_deactivate_current_chain),
16010         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
16011         (gst_ogg_demux_bisect_forward_serialno),
16012         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain):
16013         Add some more debugging.
16014
16015 2006-04-10  Wim Taymans  <wim@fluendo.com>
16016
16017         * ext/theora/theoradec.c: (theora_dec_src_event),
16018         (theora_handle_data_packet):
16019         Some more debug info.
16020
16021         * tests/examples/seek/seek.c: (start_seek), (main):
16022         Print element messages too.
16023
16024 2006-04-09  Sebastien Moutte  <sebastien@moutte.net>
16025
16026         * gst/audioresample/debug.h:
16027           replace debug macros with variable number of parameters
16028           by a simple alias to gstreamer standard debug macros 
16029          (#define RESAMPLE_ERROR GST_ERROR, __VA_ARGS__ is not
16030           supported by MSVC 6.0 and 7.1)
16031         * gst/audioresample/resample.h:
16032           define M_PI and rint for WIN32
16033         * win32/common/libgstaudio.def:
16034         * win32/common/libgstriff.def:
16035         * win32/common/libgsttag.def:
16036         * win32/common/libgstvideo.def:
16037           add new exported functions
16038         * win32/vs6:
16039           update project files
16040
16041 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
16042
16043         * ext/alsa/gstalsamixeroptions.c:
16044         (gst_alsa_mixer_options_class_init):
16045         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init):
16046         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_class_init):
16047         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init):
16048         * ext/ogg/gstoggparse.c: (gst_ogg_parse_class_init):
16049         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_class_init):
16050         * gst-libs/gst/audio/gstaudiofilter.c:
16051         (gst_audio_filter_class_init):
16052         * gst-libs/gst/audio/gstaudiosink.c:
16053         (gst_audioringbuffer_class_init):
16054         * gst-libs/gst/audio/gstaudiosrc.c:
16055         (gst_audioringbuffer_class_init):
16056         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_class_init):
16057         * gst-libs/gst/interfaces/colorbalancechannel.c:
16058         (gst_color_balance_channel_class_init):
16059         * gst-libs/gst/interfaces/mixeroptions.c:
16060         (gst_mixer_options_class_init):
16061         * gst-libs/gst/interfaces/mixertrack.c:
16062         (gst_mixer_track_class_init):
16063         * gst-libs/gst/interfaces/tunerchannel.c:
16064         (gst_tuner_channel_class_init):
16065         * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_class_init):
16066         * gst-libs/gst/netbuffer/gstnetbuffer.c:
16067         (gst_netbuffer_class_init):
16068         * gst-libs/gst/rtp/gstbasertppayload.c:
16069         (gst_basertppayload_class_init):
16070         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
16071         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
16072         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
16073         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init):
16074         * gst/playback/gststreamselector.c:
16075         (gst_stream_selector_class_init):
16076         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
16077         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
16078         * sys/v4l/gstv4lcolorbalance.c:
16079         (gst_v4l_color_balance_channel_class_init):
16080         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_class_init):
16081         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
16082         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
16083         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_channel_class_init),
16084         (gst_v4l_tuner_norm_class_init):
16085         * sys/ximage/ximagesink.c: (gst_ximagesink_class_init):
16086         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_class_init):
16087         * tests/old/testsuite/alsa/sinesrc.c: (sinesrc_class_init):
16088         Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
16089
16090 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
16091
16092         * ext/pango/gsttextrender.h:
16093         * gst-libs/gst/audio/gstaudiosink.h:
16094         * gst-libs/gst/audio/gstaudiosrc.h:
16095         * gst-libs/gst/audio/gstbaseaudiosink.h:
16096         * gst-libs/gst/audio/gstbaseaudiosrc.h:
16097         * gst-libs/gst/audio/gstringbuffer.h:
16098         * gst-libs/gst/rtp/gstbasertpdepayload.h:
16099         * gst-libs/gst/rtp/gstbasertppayload.h:
16100         * gst-libs/gst/video/gstvideofilter.h:
16101         * gst-libs/gst/video/gstvideosink.h:
16102         * gst/playback/gstplaybasebin.h:
16103         * gst/tcp/gstmultifdsink.h:
16104         * sys/v4l/gstv4lelement.h:
16105         Fix broken GObject macros
16106
16107 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
16108
16109         * ext/alsa/gstalsasink.c: (set_hwparams), (alsasink_parse_spec):
16110         More debug to trace why my USB headset is not working with gst
16111
16112 2006-04-07  Jan Schmidt  <thaytan@mad.scientist.com>
16113
16114         * gst/playback/gstplaybasebin.c: (group_destroy):
16115         Clean up our group elements properly in the case where it never 
16116         got committed - it still got added unconditionally to the bin.
16117
16118 2006-04-07  Wim Taymans  <wim@fluendo.com>
16119
16120         * ext/theora/theoradec.c: (theora_dec_sink_event),
16121         (theora_handle_data_packet), (theora_dec_chain):
16122         Unref unhandled events.
16123         Protect against empty buffers.
16124         Perform QoS on running time.
16125
16126 2006-04-07  Michael Smith  <msmith@fluendo.com>
16127
16128         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_set_header_on_caps),
16129         (gst_vorbis_enc_chain):
16130           Remove leaks from vorbisenc.
16131           Mostly minor changes, the only significant one is that now the
16132           buffers we set as 'streamheader' on the caps are copies of the
16133           original buffers, to avoid circular refcounting problems.
16134
16135 2006-04-07  Jan Schmidt  <thaytan@mad.scientist.com>
16136
16137         * gst/playback/gstplaybasebin.c: (mute_stream), (setup_substreams):
16138           Don't remove our mute-probe if someone else already did so.
16139           Don't set a 2nd one if there is already one pending on the pad.
16140
16141         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
16142         (do_playbin_seek):
16143           When a seek fails, ensure that playbin is still set back to playing.
16144           
16145         * gst/typefind/gsttypefindfunctions.c: (mpeg_ts_probe_headers),
16146         (mpeg_ts_type_find), (plugin_init):
16147           Add a typefind function for mpeg-ts streams. (Closes: #336617)
16148
16149 2006-04-06  Andy Wingo  <wingo@pobox.com>
16150
16151         * gst/videorate/gstvideorate.c (gst_video_rate_reset) 
16152         (gst_video_rate_init): Caps-related parameters should not be reset
16153         by a flush -- move their inits to the instance init function.
16154         (gst_video_rate_flush_prev): Don't complain if gst_pad_push
16155         is not OK, just return the result.
16156
16157         * gst/audiotestsrc/gstaudiotestsrc.c
16158         (gst_audio_test_src_class_init)
16159         (gst_audio_test_src_get_times): Re-enable is-live=true, as was
16160         broken by Stefan's commit on 24 March.
16161
16162         * ext/ogg/gstoggmux.c (gst_ogg_mux_push_buffer): Set caps on
16163         buffers being pushed out. Fixes oggmux ! multifdsink.
16164
16165 2006-04-05  Tim-Philipp Müller  <tim at centricular dot net>
16166
16167         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
16168         (gst_vorbis_dec_init), (vorbis_dec_finalize):
16169         * ext/vorbis/vorbisdec.h:
16170         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_add_interfaces),
16171         (gst_vorbis_enc_base_init), (gst_vorbis_enc_class_init),
16172         (gst_vorbis_enc_sink_setcaps), (gst_vorbis_enc_convert_src),
16173         (gst_vorbis_enc_convert_sink), (gst_vorbis_enc_get_query_types),
16174         (gst_vorbis_enc_src_query), (gst_vorbis_enc_sink_query),
16175         (gst_vorbis_enc_init), (gst_vorbis_enc_get_tag_value),
16176         (gst_vorbis_enc_metadata_set1), (gst_vorbis_enc_set_metadata),
16177         (gst_vorbis_enc_setup), (gst_vorbis_enc_clear),
16178         (gst_vorbis_enc_buffer_from_packet),
16179         (gst_vorbis_enc_buffer_from_header_packet),
16180         (gst_vorbis_enc_push_buffer), (gst_vorbis_enc_push_packet),
16181         (gst_vorbis_enc_set_header_on_caps), (gst_vorbis_enc_sink_event),
16182         (gst_vorbis_enc_chain), (gst_vorbis_enc_output_buffers),
16183         (gst_vorbis_enc_get_property), (gst_vorbis_enc_set_property),
16184         (gst_vorbis_enc_change_state):
16185         * ext/vorbis/vorbisenc.h:
16186           Remove left-over 0.8 cruft; use GST_DEBUG_FUNCPTR; make
16187           vorbisenc adhere to the official nomenclature; use boilerplate
16188           macro.
16189
16190 2006-04-04  Andy Wingo  <wingo@pobox.com>
16191
16192         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
16193         Whoops, fix bug introduced. Bad hacker!
16194         
16195         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
16196         Properly handle the case where you get EOS before any buffers are
16197         received. Use gst_buffer_make_metadata_writable where appropriate.
16198
16199         * ext/theora/theoradec.c (theora_handle_data_packet): This value
16200         is often negative -- make it signed so as not to wrap around.
16201         Fixes segfaults introduced on 9 March.
16202
16203 2006-04-03  Wim Taymans  <wim@fluendo.com>
16204
16205         * ext/theora/gsttheoradec.h:
16206         * ext/theora/theoradec.c: (theora_dec_src_event):
16207         Don't try to store a gdouble in a gboolean.
16208         Small cleanups.
16209
16210 2006-04-03  Michael Smith  <msmith@fluendo.com>
16211
16212         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads):
16213           Oggmux sucks.
16214           Make it suck slightly less by writing out the final page.
16215           Still can't encode a vorbis-in-ogg file correctly, though.
16216
16217 2006-04-03  Andy Wingo  <wingo@pobox.com>
16218
16219         * ext/theora/theoraparse.c (theora_parse_drain_queue): Um, remove
16220         a g_print.
16221
16222         * ext/theora/theora.c (plugin_init): Register theoraparse.
16223
16224         * ext/theora/gsttheoraparse.h: 
16225         * ext/theora/theoraparse.c: New files implementing a theora
16226         parser. Now we can properly remux ogg/theora+vorbis, yay.
16227
16228         * ext/vorbis/vorbisparse.c: Add some docs and a copyright.
16229
16230 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
16231
16232         * gst/audiotestsrc/gstaudiotestsrc.c:
16233           Fixed the sample pipeline (see #323798)
16234
16235 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
16236
16237         * configure.ac:
16238         * win32/common/config.h:
16239         * win32/common/config.h.in:
16240           use AS_VERSION and AS_NANO
16241           more cleanups
16242
16243 2006-03-31  Andy Wingo  <wingo@pobox.com>
16244
16245         * ext/vorbis/vorbisparse.c (vorbis_parse_sink_event): Fix
16246         uninitialized variable return that would happen.
16247         
16248         * ext/vorbis/vorbisparse.c (vorbis_parse_drain_queue): Fix
16249         uninitialized variable return that would never happen.
16250
16251         * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init) 
16252         (vorbis_parse_sink_event): Add an event function to flush our
16253         state on a seek, and to drain buffers on a premature EOS.
16254         (vorbis_parse_push_headers, vorbis_parse_clear_queue) 
16255         (vorbis_parse_push_buffer, vorbis_parse_drain_queue_prematurely) 
16256         (vorbis_parse_chain, vorbis_parse_queue_buffer) 
16257         (vorbis_parse_drain_queue): Queue up buffers until we can set
16258         their timestamps and granulepos values.
16259
16260         * ext/vorbis/vorbisparse.h: Include the vorbis decoder headers,
16261         and keep track of data needed for deriving granulepos and
16262         timestamps for buffers.
16263
16264 2006-03-29  Wim Taymans  <wim@fluendo.com>
16265
16266         Patch by: j^ <j at bootlab dot org>
16267
16268         * ext/alsa/gstalsamixerelement.c:
16269         (gst_alsa_mixer_element_class_init):
16270         * ext/alsa/gstalsasink.c:
16271         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init):
16272         * ext/ogg/gstoggdemux.c:
16273         * ext/ogg/gstoggmux.c:
16274         * ext/ogg/gstoggparse.c:
16275         * ext/pango/gstclockoverlay.c:
16276         * ext/pango/gsttextoverlay.c:
16277         * ext/pango/gsttextrender.c:
16278         * ext/pango/gsttimeoverlay.c:
16279         * ext/theora/theoradec.c:
16280         * ext/theora/theoraenc.c:
16281         * ext/vorbis/vorbisdec.c:
16282         * ext/vorbis/vorbisenc.c:
16283         * gst/audioconvert/gstaudioconvert.c:
16284         * gst/subparse/gstsubparse.c:
16285         * gst/tcp/gstmultifdsink.c:
16286         * gst/tcp/gsttcpclientsink.c:
16287         * gst/tcp/gsttcpclientsrc.c:
16288         * gst/tcp/gsttcpserversink.c:
16289         * gst/tcp/gsttcpserversrc.c:
16290           better/unified long descriptions
16291           Fixes #336477
16292
16293 2006-03-29  Wim Taymans  <wim@fluendo.com>
16294
16295         * tests/examples/seek/seek.c: (end_scrub), (seek_cb), (start_seek),
16296         (stop_seek):
16297         Don't let double and triple clicks mess up our state.
16298
16299 2006-03-28  Tim-Philipp Müller  <tim at centricular dot net>
16300
16301         * gst/playback/gstplaybin.c: (gen_video_element),
16302         (gen_text_element), (gen_audio_element), (gen_vis_element):
16303           Error out gracefully when we can't create any of the usual
16304           conversion elements for some reason. Also, don't try to
16305           create an audioscale (sic) element that's not used anyway.
16306
16307 2006-03-28  Tim-Philipp Müller  <tim at centricular dot net>
16308
16309         * gst/playback/gstplaybasebin.c: (setup_source):
16310           Don't post RESOURCE_NOT_FOUND error when we can't find a source
16311           element for a particular protocol, that's confusing for users.
16312           Instead, post a RESOURCE_FAILED error, so that our own error
16313           message is actually shown in totem etc. (#336303).
16314
16315 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
16316
16317         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
16318
16319         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_finalize),
16320         (gst_gnome_vfs_src_get_icy_metadata):
16321           Fix some minor memory leaks (#336194).
16322
16323 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
16324
16325         * ext/gnomevfs/gstgnomevfs.c:
16326         (gst_gnome_vfs_location_to_uri_string):
16327         * ext/gnomevfs/gstgnomevfs.h:
16328         * ext/gnomevfs/gstgnomevfssink.c:
16329         (gst_gnome_vfs_sink_set_property):
16330         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_set_property):
16331           Make gnomevfssink accept filenames as well as URIs for the
16332           "location" property, just like gnomevfssrc does (and
16333           filesrc/filesink do) (#336190).
16334
16335 2006-03-24  Thomas Vander Stichele <thomas at apestaart dot org>
16336
16337         * tests/check/generic/clock-selection.c: (GST_START_TEST):
16338           set to NULL before unreffing, fixes a valgrind leak.
16339           Why was this not triggering the error that an object needs to
16340           be NULL before unreffing ?
16341         * win32/common/config.h:
16342           update
16343
16344 2006-03-24  Tim-Philipp Müller  <tim at centricular dot net>
16345
16346         * gst/subparse/gstsubparse.c: (convert_encoding),
16347         (gst_sub_parse_change_state):
16348         * gst/subparse/gstsubparse.h:
16349           Text subtitle files may or may not be UTF-8. If it's not, we
16350           don't really want to see '?' characters in place of non-ASCII
16351           characters like accented characters. So let's assume the input
16352           is UTF-8 until we come across text that is clearly not. If it's
16353           not UTF-8, we don't really know what it is, so try the following:
16354           (a) see whether the GST_SUBTITLE_ENCODING environment variable
16355           is set; if not, check (b) if the current locale encoding is
16356           non-UTF-8 and use that if it is, or (c) assume ISO-8859-15 if
16357           the current locale encoding is UTF-8 and the environment variable
16358           was not set to any particular encoding. Not perfect, but better
16359           than nothing (and better than before, I think) (fixes #172848).
16360
16361 2006-03-24  Thomas Vander Stichele <thomas at apestaart dot org>
16362
16363         * configure.ac:
16364           update core requirement to 0.10.4.1 because of async_playback
16365           vmethod on GstBaseSink
16366
16367 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
16368
16369         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
16370         * gst/adder/gstadder.c: (gst_adder_init):
16371         use DEBUG_FUNCPTR for collectpads
16372
16373 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
16374
16375         * docs/plugins/Makefile.am:
16376         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
16377         * docs/plugins/gst-plugins-base-plugins-sections.txt:
16378         * ext/cdparanoia/gstcdparanoiasrc.c:
16379         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_base_init),
16380         (gst_gnome_vfs_sink_class_init):
16381         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_base_init):
16382         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_base_init):
16383         * ext/ogg/gstoggmux.c:
16384         * ext/ogg/gstoggparse.c: (gst_ogg_parse_base_init):
16385         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
16386         (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init):
16387         * ext/pango/gsttextoverlay.c:
16388         * ext/pango/gsttextrender.c:
16389         * ext/theora/theoradec.c:
16390         * ext/theora/theoraenc.c:
16391         * ext/vorbis/vorbisdec.c:
16392         * ext/vorbis/vorbisenc.c:
16393         * gst-libs/gst/audio/gstaudiofilter.c:
16394         (gst_audio_filter_base_init):
16395         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
16396         (gst_audio_filter_template_base_init):
16397         * gst/adder/gstadder.c: (gst_adder_get_type):
16398         * gst/adder/gstadder.h:
16399         * gst/audioconvert/gstaudioconvert.c:
16400         * gst/audiotestsrc/gstaudiotestsrc.c:
16401         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
16402         (gst_audio_test_src_create):
16403         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16404         * gst/playback/gstdecodebin.c:
16405         * gst/playback/gstplaybin.c:
16406         * gst/playback/gststreamselector.c:
16407         (gst_stream_selector_base_init):
16408         * gst/subparse/gstsubparse.c: (gst_sub_parse_base_init):
16409         * gst/volume/gstvolume.c:
16410         * sys/v4l/gstv4lmjpegsink.c:
16411         * sys/v4l/gstv4lmjpegsrc.c:
16412         * tests/check/libs/cddabasesrc.c:
16413         * tests/old/examples/gob/gst-identity2.gob:
16414           Add docs for adder, use GST_ELEMENT_DETAILS macro,
16415           define GstElementDetails at the top
16416
16417 2006-03-23  Sebastien Moutte  <sebastien@moutte.net>
16418
16419         * win32/common/libgstinterfaces.def:
16420         Add a lot of export functions for gst-python
16421         * win32/vs6/libgstinterfaces.dsp:
16422         Add a missing include folder in the project configuration
16423         
16424 2006-03-23  Wim Taymans  <wim@fluendo.com>
16425
16426         * gst-libs/gst/audio/gstbaseaudiosrc.c:
16427         (gst_base_audio_src_get_time), (gst_base_audio_src_create),
16428         (gst_base_audio_src_change_state):
16429         Fix audio sources, forgot to make the ringbuffer
16430         startable...
16431
16432 2006-03-23  Wim Taymans  <wim@fluendo.com>
16433
16434         * gst-libs/gst/audio/gstbaseaudiosrc.c:
16435         (gst_base_audio_src_get_time), (gst_base_audio_src_create),
16436         (gst_base_audio_src_change_state):
16437         unparent instead of unref the ringbuffer.
16438
16439 2006-03-23  Wim Taymans  <wim@fluendo.com>
16440
16441         * gst-libs/gst/audio/gstbaseaudiosink.c:
16442         (gst_base_audio_sink_class_init), (gst_base_audio_sink_async_play),
16443         (gst_base_audio_sink_do_play), (gst_base_audio_sink_change_state):
16444         Implement new async_play vmethod to start slaving and allow
16445         playback start in case of async PLAY state changes. 
16446
16447         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
16448         Enable QoS with new method in base class.
16449
16450 2006-03-23  Wim Taymans  <wim@fluendo.com>
16451
16452         Patch by: Julien MOUTTE <julien at moutte dot net>
16453
16454         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_query),
16455         (gst_video_test_src_do_seek), (gst_video_test_src_create):
16456         Partially handle 0 framerate, only EOS after the first frame
16457         is missing.
16458
16459 2006-03-23  Wim Taymans  <wim@fluendo.com>
16460
16461         Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
16462
16463         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
16464         (gst_riff_create_video_template_caps):
16465         * gst/ffmpegcolorspace/avcodec.h:
16466         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
16467         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
16468         (gst_ffmpegcsp_avpicture_fill):
16469         * gst/ffmpegcolorspace/imgconvert.c:
16470         Patch for support of YVU9 AVI files (#334822)
16471
16472 2006-03-22  Edward Hervey  <edward@fluendo.com>
16473
16474         * docs/design/design-decodebin.txt:
16475         Added design document for new decodebin
16476         (Target Caps): text/x-pango-markup is also a default target caps.
16477
16478 2006-03-22  Wim Taymans  <wim@fluendo.com>
16479
16480         * gst-libs/gst/audio/gstbaseaudiosink.c:
16481         (gst_base_audio_sink_dispose):
16482         Since we _parent the ringbuffer, we also need to
16483         _unparent instead of a plain _unref.
16484
16485 2006-03-22  Wim Taymans  <wim@fluendo.com>
16486
16487         * tests/examples/seek/seek.c: (end_scrub), (do_seek), (seek_cb),
16488         (stop_seek), (scrub_toggle_cb), (main):
16489         Add scrub checkbox.
16490
16491 2006-03-21  Tim-Philipp Müller  <tim at centricular dot net>
16492
16493         * ext/ogg/gstoggparse.c: (gst_ogg_parse_find_stream),
16494         (gst_ogg_parse_chain):
16495           Fix very inefficient usage of linked lists (#335365).
16496
16497 2006-03-21  Edward Hervey  <edward@fluendo.com>
16498
16499         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
16500         * gst/playback/gstplaybin.c: (handoff):
16501         * gst/playback/gststreamselector.c:
16502         (gst_stream_selector_set_property):
16503         gcc 4.1 unreferenced pointer fixes.
16504         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
16505         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
16506         gst_buffer_ref() now takes a GstBuffer*.
16507
16508 2006-03-20  Julien MOUTTE  <julien@moutte.net>
16509
16510         * sys/xvimage/xvimagesink.c:
16511         (gst_xvimagesink_get_format_from_caps): Fix a memleak reported
16512         by Jan Schmidt.
16513
16514 2006-03-19  Tim-Philipp Müller  <tim at centricular dot net>
16515
16516         * gst/typefind/gsttypefindfunctions.c: (id3v2_type_find),
16517         (id3v1_type_find), (apetag_type_find), (plugin_init):
16518           Can't do tag preferences via probability, as tags would then
16519           lose against types that are recognised with MAXIMUM probability
16520           (like .wav); so let all tag typefinders return MAXIMUM themselves
16521           and order them via the rank. Split ID3v1 and ID3v2 typefinders so
16522           that we can prefer APE to ID3v1 (fixes #335028).
16523           
16524 2006-03-17  Wim Taymans  <wim@fluendo.com>
16525
16526         * gst-libs/gst/audio/gstbaseaudiosink.c:
16527         (gst_base_audio_sink_change_state):
16528         * gst-libs/gst/audio/gstringbuffer.c: (wait_segment),
16529         (gst_ring_buffer_may_start):
16530         * gst-libs/gst/audio/gstringbuffer.h:
16531         Only start playback if we are playing.
16532         should fix #330748.
16533
16534 2006-03-17  Jan Schmidt  <thaytan@mad.scientist.com>
16535
16536         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
16537         * win32/common/config.h:
16538           Revert accidental commits to these files.
16539
16540 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
16541
16542         Patch by: Michal Benes  <michal dot benes at xeris dot cz>
16543
16544         * tests/Makefile.am:
16545           Don't try to build tests in tests/icles if we
16546           don't have X (#323852)
16547
16548 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
16549
16550         * gst-libs/gst/tag/gstid3tag.c:
16551           Add TXXX frame identifiers for replaygain stuff as used
16552           by some taggers (see #323721).
16553
16554 2006-03-16  Jan Schmidt  <thaytan@mad.scientist.com>
16555
16556         * gst/playback/gststreamselector.c:
16557         (gst_stream_selector_set_property),
16558         (gst_stream_selector_bufferalloc):
16559           Preserve the existing buggy streamselector behaviour by performing
16560           a fallback buffer allocation when downstream isn't linked yet.
16561           This should really be fixed in playbin by blocking pads until it's
16562           linked them.
16563           Also, use gst_pad_alloc_buffer instead of
16564           gst_pad_alloc_buffer_and_set.
16565
16566 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
16567
16568         * gst-libs/gst/tag/gstid3tag.c:
16569           Don't crash on unknown ID3v2 TXXX frames.
16570           
16571 2006-03-15  Jan Schmidt  <thaytan@mad.scientist.com>
16572
16573         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise):
16574           Chain up to the parent finalize method.
16575           Add 32-bit sample size to the template caps.
16576
16577         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
16578         (gst_riff_create_video_template_caps):
16579           Add the fourcc that the VMWare codec uses.
16580           
16581         * gst/playback/gststreamselector.c:
16582         (gst_stream_selector_set_property),
16583         (gst_stream_selector_bufferalloc),
16584         (gst_stream_selector_request_new_pad):
16585           For the active pad, forward buffer-alloc requests, otherwise
16586           return GST_FLOW_NOT_LINKED. This also prevents xvimagesink
16587           having to memcpy every frame when used by playbin.
16588
16589         * gst/tcp/gstmultifdsink.c:
16590         (gst_multi_fd_sink_handle_client_write):
16591           Get negotiated caps from the sink pad, rather than the sink
16592           pad's peer.
16593
16594 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
16595
16596         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
16597         
16598         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_pop_callbacks):
16599           Don't forget to set src->callbacks_pushed to FALSE again when
16600           popping them, otherwise re-activation in a different mode won't
16601           work (#334620).
16602
16603 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
16604
16605         Patch by: Sebastien Moutte  <sebastien moutte net>
16606
16607         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: (gst_ff_vid_caps_new),
16608         (gst_ff_aud_caps_new), (gst_ffmpeg_pixfmt_to_caps),
16609         (gst_ffmpeg_smpfmt_to_caps):
16610           Replace __VA_ARGS__ caps creation macros with varargs functions.
16611           Makes things compile on MSVC (#320765), looks nicer, and we can
16612           tell the compiler to check for the NULL terminator.
16613
16614 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
16615
16616         Patch by: Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
16617
16618         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
16619           Make sure the buffer we copy into is really always big
16620           enough, this time for real (#333488).
16621           
16622 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
16623
16624         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
16625           Add support for 24bpp DIB (#305279).
16626
16627 2006-03-14  Wim Taymans  <wim@fluendo.com>
16628
16629         * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_init):
16630         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
16631         * gst/ffmpegcolorspace/gstffmpegcolorspace.c: (gst_ffmpegcsp_init):
16632         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
16633         (gst_video_scale_init), (gst_video_scale_src_event):
16634         Re-enable QoS after the release.
16635         Rework videoscale to use the base class src_event handler.
16636
16637 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
16638
16639         * configure.ac:
16640           back to CVS.
16641
16642 === release 0.10.5 ===
16643
16644 2006-03-13  Thomas Vander Stichele <thomas at apestaart dot org>
16645
16646         * configure.ac:
16647           releasing 0.10.5, "Net"
16648
16649 2006-03-13  Tim-Philipp Müller  <tim at centricular dot net>
16650
16651         * docs/plugins/Makefile.am:
16652           Part of previous cdparanoiasrc docs fixes, forgot to commit.
16653           
16654 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
16655
16656         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
16657         * docs/plugins/gst-plugins-base-plugins-sections.txt:
16658         * docs/plugins/gst-plugins-base-plugins.hierarchy:
16659           Add cdparanoiasrc to docs.
16660
16661         * gst-libs/gst/cdda/gstcddabasesrc.c:
16662           More GstCddaBaseSrc docs.
16663
16664 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
16665
16666         * docs/libs/gst-plugins-base-libs-sections.txt:
16667         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_user_tag):
16668         * gst-libs/gst/tag/tag.h:
16669           API: libgsttag: new method gst_tag_from_id3_user_tag().
16670
16671 2006-03-11  Tim-Philipp Müller  <tim at centricular dot net>
16672
16673         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
16674           NULL-terminate array of mpeg4 video file extensions.
16675           Fixes crash on PPC (#334226).
16676
16677 2006-03-11  Tim-Philipp Müller  <tim at centricular dot net>
16678
16679         * ext/gnomevfs/gstgnomevfssrc.c:
16680         (gst_gnome_vfs_src_check_get_range):
16681           gnome_vfs_uri_is_local() alone is not a good indicator
16682           whether we can operate in pull-mode with a specific URI,
16683           as it returns FALSE for file:// URIs that point to an
16684           NFS-mounted path. Be more conservative here: whitelist
16685           local files, blacklist http URIs and use the old
16686           mechanism for anything else (fixes #334216).
16687
16688 2006-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
16689
16690         * configure.ac:
16691           back to trunk
16692
16693 === release 0.10.4 ===
16694
16695 2006-03-10  Thomas Vander Stichele <thomas at apestaart dot org>
16696
16697         * configure.ac:
16698           releasing 0.10.4, "Power"
16699
16700 2006-03-10  Jan Schmidt  <thaytan@mad.scientist.com>
16701
16702         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
16703         Disable max-lateness by setting it to -1 for now, so that 
16704         we can bed QoS stuff in thoroughly between now and the next
16705         release.
16706
16707 2006-03-10  Tim-Philipp Müller  <tim at centricular dot net>
16708
16709         Patch by: Fabrizio Gennari
16710
16711         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
16712           Make sure we don't read beyond the palette buffer in case of
16713           broken or manipulated files (#333488)
16714
16715 2006-03-10  Edward Hervey  <edward@fluendo.com>
16716
16717         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
16718         Fix for variable not initialized.
16719
16720 2006-03-09  Wim Taymans  <wim@fluendo.com>
16721
16722         * ext/libvisual/visual.c: (gst_visual_get_type),
16723         (gst_visual_src_setcaps), (gst_vis_src_negotiate),
16724         (gst_visual_chain):
16725         Small cleanups.
16726
16727         * ext/theora/gsttheoradec.h:
16728         * ext/theora/theoradec.c: (gst_theora_dec_init),
16729         (gst_theora_dec_reset), (_theora_granule_time),
16730         (theora_dec_src_convert), (theora_dec_sink_convert),
16731         (theora_dec_src_query), (theora_dec_src_event),
16732         (theora_dec_sink_event), (theora_handle_comment_packet),
16733         (theora_handle_header_packet), (theora_dec_push),
16734         (theora_handle_data_packet), (theora_dec_chain),
16735         (theora_dec_change_state):
16736         Add simple QoS.
16737
16738 2006-03-09  Wim Taymans  <wim@fluendo.com>
16739
16740         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
16741         (audiocast_register_listener), (gst_gnome_vfs_src_start):
16742         Some cleanups.
16743
16744 2006-03-09  Wim Taymans  <wim@fluendo.com>
16745
16746         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
16747         Don't try to activate NULL chains.
16748
16749 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
16750
16751         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
16752           Fix invalid memory access to region before peek'd data (#332964).
16753
16754 2006-03-09  Wim Taymans  <wim@fluendo.com>
16755
16756         Patch by: Christophe Fergeau
16757
16758         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init):
16759         * ext/pango/gsttextrender.c: (gst_text_render_init):
16760         * gst/adder/gstadder.c: (gst_adder_init):
16761         Don't leak padtemplates, closes #333510.
16762
16763 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
16764
16765         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
16766           Fix invalid memory access: make sure string passed to
16767           regexec() is NUL-termianted.
16768
16769 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
16770
16771         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
16772         (mp3_type_find):
16773           Refactor mpeg/audio typefinding to make it more maintainable
16774           and easier to fine-tune. Make probing into middle of the file
16775           work properly (fixes #333900, also see #152688).
16776
16777 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
16778
16779         * gst/typefind/gsttypefindfunctions.c:
16780         (utf8_type_find_have_valid_utf8_at_offset):
16781           Remove part from previous commit that was bogus:
16782           g_utf8_validate() does in fact not accept embedded
16783           zeroes, so we don't need to check for those (thanks
16784           to Mike for the hint).
16785
16786 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
16787
16788         * gst/typefind/gsttypefindfunctions.c:
16789         (utf8_type_find_count_embedded_zeroes),
16790         (utf8_type_find_have_valid_utf8_at_offset), (utf8_type_find):
16791           Make plain/text typefinder more conservative: firstly, check
16792           for embedded zeroes, which are perfectly valid UTF-8 characters,
16793           but also a fairly good sign that something is not a plain text
16794           file; secondly, probe into the middle of the file if possible.
16795           If we can't probe into the middle, limit the probability value
16796           to be returned to TYPE_FIND_POSSIBLE (see #333900).
16797
16798 2006-03-08  Michael Smith  <msmith@fluendo.com>
16799
16800         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
16801           Make typefind function name for mpeg4 video unique.
16802
16803 2006-03-08  Wim Taymans  <wim@fluendo.com>
16804
16805         * ext/libvisual/visual.c: (gst_visual_init),
16806         (gst_visual_clear_actors), (gst_visual_dispose),
16807         (gst_visual_reset), (gst_visual_src_setcaps),
16808         (gst_visual_sink_setcaps), (gst_vis_src_negotiate),
16809         (gst_visual_sink_event), (gst_visual_src_event), (get_buffer),
16810         (gst_visual_chain), (gst_visual_change_state):
16811         Cleanups, post nice errors.
16812         Handle sink and src events.
16813         Implement simple QoS.
16814
16815         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
16816         Use new basesink methods to configure max-lateness.
16817         Small doc update.
16818
16819         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16820         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps):
16821         Debug statement cleanups.
16822
16823         * gst/volume/gstvolume.c: (gst_volume_class_init):
16824         Simple cleanup.
16825
16826 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
16827
16828         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init),
16829         (gst_text_overlay_init), (gst_text_overlay_set_property),
16830         (gst_text_overlay_get_property):
16831           Revert API/ABI break from March 1. Keep 'halign' and 'valign'
16832           as string type properties, but mark them deprecated. Add
16833           'halignment' and 'valignment' properties that use enums
16834           instead of strings.
16835
16836 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
16837
16838         Patch by: Fabrizio Gennari
16839
16840         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
16841           Allow palettes with less than 256 colours in AVI files
16842           (#333488)
16843
16844 2006-03-07  Julien MOUTTE  <julien@moutte.net>
16845
16846         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event),
16847         (gst_text_overlay_video_event): Fix wrong EOS handling on text
16848         pad. We were releasing the queued text buffer when we should keep
16849         it until video pad gets EOS or discard the text buffer because it's
16850         too old. That was eating the last subtitle buffer. Add some more
16851         debug.
16852
16853 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
16854
16855         * ext/pango/gsttextoverlay.c: (gst_text_overlay_render_text),
16856         (gst_text_overlay_video_chain):
16857           Fix invalid memory access (we can't access a buffer after it's been
16858           pushed downstream without taking a reference); fix memory leak (if
16859           there's no text to render, bail out before allocating stuff).
16860
16861 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
16862
16863         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
16864         (gst_text_overlay_setcaps_txt), (gst_text_overlay_video_chain):
16865         * ext/pango/gsttextoverlay.h:
16866           If input is plain text, escape it before passing it to
16867           pango_layout_set_markup().
16868
16869 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
16870
16871         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_chain):
16872           Don't ignore flow return from gst_pad_push().
16873
16874 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
16875
16876         Patch by: Fabrizio Gennari
16877
16878         * ext/libvisual/visual.c: (gst_visual_getcaps),
16879         (gst_visual_src_setcaps), (gst_visual_sink_setcaps):
16880         * ext/ogg/gstoggmux.c: (gst_ogg_mux_sinkconnect):
16881         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
16882         (gst_vorbisenc_convert_sink):
16883         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
16884         (gst_audio_duration_from_pad_buffer):
16885         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_link),
16886         (gst_audio_filter_chain):
16887         * gst-libs/gst/rtp/gstbasertpdepayload.c:
16888         (gst_base_rtp_depayload_setcaps):
16889         * gst-libs/gst/video/video.c: (gst_video_frame_rate),
16890         (gst_video_get_size):
16891         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
16892           Don't leak references returned by gst_pad_get_parent()
16893           (#333663)
16894
16895 2006-03-06  Stefan Kost  <ensonic@users.sf.net>
16896
16897         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
16898           change location param details
16899         * gst/volume/gstvolume.c: (plugin_init):
16900           correct plugin description
16901
16902 2006-03-06  Tim-Philipp Müller  <tim at centricular dot net>
16903
16904         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
16905         (gst_gnome_vfs_src_check_get_range):
16906           Override GstBaseSrc::check_get_range() in order to avoid opening
16907           the resource just to check whether we can operate in pull-mode or
16908           not - we can predict that pretty well from the URI alone. Should
16909           fix problems with last.fm (#331690). (Requires latest core CVS).
16910
16911 2006-03-06  Wim Taymans  <wim@fluendo.com>
16912
16913         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
16914         (gst_video_sink_class_init):
16915         Throw away frames that are later than 20 ms.
16916
16917 2006-03-06  Tim-Philipp Müller  <tim at centricular dot net>
16918
16919         Patch by: Fabrizio Gennari
16920
16921         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
16922           Set depth on WMA caps (#333545)
16923
16924 2006-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
16925
16926         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
16927         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
16928           put Theora BOS pages before others.  This hardcodes
16929           the Ogg/Theora I profile, but hey.
16930
16931 2006-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
16932
16933         * ext/ogg/README:
16934           updated with some examples
16935         * ext/theora/theoraenc.c: (granulepos_to_timestamp),
16936         (granulepos_add), (theora_buffer_from_packet):
16937         * ext/vorbis/vorbisenc.c: (granulepos_to_timestamp_offset),
16938         (granulepos_to_timestamp), (gst_vorbisenc_buffer_from_packet),
16939         (gst_vorbisenc_chain):
16940           implement strategy from ext/ogg/README
16941         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
16942         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
16943         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_compare_pads),
16944         (gst_ogg_mux_queue_pads), (gst_ogg_mux_collected):
16945           Fix muxer so that oggz-validate is happy with all streams;
16946           except for no eos mark, and the BOS page ordering
16947         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
16948         (check_buffer_granulepos):
16949         * tests/check/pipelines/vorbisenc.c: (check_buffer_granulepos):
16950           update tests to check for OFFSET being set as requested
16951           fixed type of granulepos, it's not a ClockTime
16952
16953 2006-03-05  Julien MOUTTE  <julien@moutte.net>
16954
16955         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
16956         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
16957         Check that the xvimage we are creating has a correct size
16958         before returning it. (#314897)
16959
16960 2006-03-05  Tim-Philipp Müller  <tim at centricular dot net>
16961
16962         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
16963           Give id3 and ape tag typefinders a rank slightly higher
16964           than PRIMARY to ensure they're always run before any of
16965           the other typefinders (in particular wav and mp3) (#324186).
16966
16967 2006-03-05  Tim-Philipp Müller  <tim at centricular dot net>
16968
16969         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
16970           Add support for '3IVD' fourcc (#333403).
16971
16972 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
16973
16974         * configure.ac:
16975           Bump requirements to GStreamer CVS for the new error enum.
16976
16977         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_render):
16978           Emit new GST_RESOURCE_ERROR_NO_SPACE_LEFT when there's no
16979           space left on the device (fixes #333352).
16980
16981 2006-03-04  Sebastien Moutte  <sebastien@moutte.net>
16982
16983         * win32/vs6:
16984           add a project file for libgstvolume
16985           update the workspace
16986
16987 2006-03-03  Thomas Vander Stichele  <thomas at apestaart dot org>
16988
16989         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
16990         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
16991         (GST_START_TEST):
16992           Fix for http://bugzilla.gnome.org/show_bug.cgi?id=333254
16993           Set IN_CAPS on header buffers
16994
16995 2006-03-02  Wim Taymans  <wim@fluendo.com>
16996
16997         * docs/plugins/Makefile.am:
16998         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
16999         * docs/plugins/gst-plugins-base-plugins-sections.txt:
17000         Add audioresample to docs.
17001
17002         * gst/audioconvert/gstaudioconvert.c:
17003         Add revision date.
17004
17005         * gst/audioresample/gstaudioresample.c:
17006         (gst_audioresample_base_init), (gst_audioresample_class_init),
17007         (gst_audioresample_init), (gst_audioresample_dispose),
17008         (audioresample_get_unit_size), (audioresample_transform_caps),
17009         (resample_set_state_from_caps), (audioresample_transform_size),
17010         (audioresample_set_caps), (audioresample_event),
17011         (audioresample_do_output), (audioresample_transform),
17012         (audioresample_pushthrough), (gst_audioresample_set_property),
17013         (gst_audioresample_get_property), (plugin_init):
17014         * gst/audioresample/gstaudioresample.h:
17015         Added docs.
17016         Small code cleanups.
17017
17018 2006-03-02  Wim Taymans  <wim@fluendo.com>
17019
17020         * docs/plugins/Makefile.am:
17021         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
17022         * docs/plugins/gst-plugins-base-plugins-sections.txt:
17023         Added videoscale to docs.
17024
17025         * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
17026         (gst_video_rate_swap_prev), (gst_video_rate_event),
17027         (gst_video_rate_chain):
17028         Fix typo in docs.
17029
17030         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
17031         (gst_video_scale_init), (gst_video_scale_prepare_size),
17032         (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
17033         (gst_video_scale_fixate_caps), (gst_video_scale_transform):
17034         * gst/videoscale/gstvideoscale.h:
17035         Added docs, examples.
17036         Some code cleanups.
17037         Post errors instead of g_warning.
17038
17039 2006-03-02  Wim Taymans  <wim@fluendo.com>
17040
17041         * docs/libs/gst-plugins-base-libs-docs.sgml:
17042         * docs/libs/gst-plugins-base-libs-sections.txt:
17043         * docs/libs/gst-plugins-base-libs.types:
17044         * docs/plugins/Makefile.am:
17045         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
17046         * docs/plugins/gst-plugins-base-plugins-sections.txt:
17047         Added some more docs to libs and plugins.
17048
17049         * gst-libs/gst/audio/gstringbuffer.c:
17050         (gst_ring_buffer_prepare_read), (gst_ring_buffer_clear):
17051         * gst-libs/gst/audio/gstringbuffer.h:
17052         Document ringbuffer some more.
17053
17054         * gst/videorate/gstvideorate.c: (gst_video_rate_class_init),
17055         (gst_video_rate_setcaps), (gst_video_rate_reset),
17056         (gst_video_rate_init), (gst_video_rate_flush_prev),
17057         (gst_video_rate_swap_prev), (gst_video_rate_event),
17058         (gst_video_rate_chain), (gst_video_rate_change_state):
17059         * gst/videorate/gstvideorate.h:
17060         Fix videorate to use segments.
17061         Make it work with 0/1 framerates (closes #331903)
17062         Handle EOS correctly.
17063         Added docs.
17064
17065 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
17066
17067         * ext/ogg/gstogmparse.c: (gst_ogm_parse_class_init),
17068         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
17069         (gst_ogm_text_parse_init), (gst_ogm_parse_change_state):
17070           In state change function, first chain up to parent class,
17071           then handle downwards state change stuff. Remove some
17072           commented out cruft from 0.8 code.
17073
17074 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
17075
17076         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
17077         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
17078         (gst_ogm_parse_sink_convert), (gst_ogm_parse_sink_query),
17079         (gst_ogm_parse_chain):
17080           Don't remove/re-add source pad if the new caps are the same as
17081           the old caps anyway (#333042). When removing source pad, don't
17082           unref it afterwards - we didn't ref it when adding. Sprinkle some
17083           GST_DEBUG_FUNCPTR goodness here and there. Don't leak references
17084           after using gst_pad_get_parent(). Return downstream flow return
17085           value in chain function.
17086
17087 2006-03-02  Wim Taymans  <wim@fluendo.com>
17088
17089         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
17090         * docs/plugins/gst-plugins-base-plugins.args:
17091         * docs/plugins/gst-plugins-base-plugins.hierarchy:
17092         * docs/plugins/gst-plugins-base-plugins.interfaces:
17093         * docs/plugins/gst-plugins-base-plugins.signals:
17094         Fix hierarchy, added some more elements to the docs.
17095
17096         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17097         (gst_ffmpegcsp_get_type):
17098         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
17099         Fix docs for ffmpegcolorspace.
17100
17101 2006-03-01  Tim-Philipp Müller  <tim at centricular dot net>
17102
17103         * gst/typefind/gsttypefindfunctions.c: (id3_type_find),
17104         (apetag_type_find), (ape_type_find), (plugin_init):
17105           Some typefinding fine-tuning:
17106           - rank ID3/APE tags in order of preference via probabilities, so that
17107             ID3v2 > APEv2 > APEv1 > ID3v1.
17108           - three or four bytes don't really justify MAXIMUM probability,
17109             change those to 'very likely' (musepack and monkeysaudio).
17110
17111 2006-03-01  Wim Taymans  <wim@fluendo.com>
17112
17113         * docs/plugins/Makefile.am:
17114         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
17115         * docs/plugins/gst-plugins-base-plugins-sections.txt:
17116         * ext/alsa/gstalsamixer.c:
17117         * ext/alsa/gstalsamixer.h:
17118         * ext/alsa/gstalsamixerelement.c:
17119         (gst_alsa_mixer_element_class_init), (gst_alsa_mixer_element_init):
17120         * ext/alsa/gstalsamixerelement.h:
17121         * ext/alsa/gstalsasink.c:
17122         * ext/alsa/gstalsasink.h:
17123         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
17124         (gst_alsasrc_init):
17125         * ext/alsa/gstalsasrc.h:
17126         Added alsa docs.
17127         Small code cleanups.
17128
17129 2006-03-01  Wim Taymans  <wim@fluendo.com>
17130
17131         * ext/theora/Makefile.am:
17132         Dist new header too,
17133
17134 2006-03-01  Wim Taymans  <wim@fluendo.com>
17135
17136         * docs/plugins/Makefile.am:
17137         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
17138         * docs/plugins/gst-plugins-base-plugins-sections.txt:
17139         * ext/gnomevfs/gstgnomevfssink.h:
17140         * ext/gnomevfs/gstgnomevfssrc.h:
17141         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
17142         * ext/vorbis/vorbisdec.h:
17143         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_sink):
17144         * ext/vorbis/vorbisenc.h:
17145         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps),
17146         (vorbis_parse_chain), (vorbis_parse_change_state):
17147         * ext/vorbis/vorbisparse.h:
17148         * gst/audioconvert/gstaudioconvert.h:
17149         * gst/tcp/gsttcpserversink.h:
17150         * gst/videotestsrc/gstvideotestsrc.c:
17151         * gst/videotestsrc/gstvideotestsrc.h:
17152         * gst/volume/gstvolume.c:
17153         * gst/volume/gstvolume.h:
17154         Fix some more docs.
17155         Added docs for vorbisdec and vorbisparse.
17156         Fix vorbisparse.
17157
17158 2006-03-01  Wim Taymans  <wim@fluendo.com>
17159
17160         * docs/plugins/Makefile.am:
17161         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
17162         * docs/plugins/gst-plugins-base-plugins-sections.txt:
17163         * ext/pango/gstclockoverlay.h:
17164         * ext/pango/gsttextoverlay.h:
17165         * ext/pango/gsttextrender.h:
17166         * ext/pango/gsttimeoverlay.h:
17167         * ext/theora/gsttheoradec.h:
17168         * ext/theora/gsttheoraenc.h:
17169         * ext/theora/theoradec.c:
17170         * ext/theora/theoraenc.c:
17171         * gst/audioconvert/gstaudioconvert.h:
17172         * gst/audiotestsrc/gstaudiotestsrc.h:
17173         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
17174         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
17175         * gst/tcp/gstmultifdsink.h:
17176         Updated/added documentation.
17177
17178         * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
17179         (gst_text_overlay_halign_get_type),
17180         (gst_text_overlay_wrap_mode_get_type),
17181         (gst_text_overlay_base_init), (gst_text_overlay_class_init),
17182         (gst_text_overlay_init), (gst_text_overlay_set_property),
17183         (gst_text_overlay_get_property):
17184         Fix up properties to be enums instead of string to make bindings,
17185         introspection and automatic GUI creation possible.
17186         Add getters for the properties.
17187
17188 2006-02-28  Sebastien Moutte  <sebastien@moutte.net>
17189
17190         * gst/audiotestsrc/gstaudiotestsrc.c:
17191           added defines of M_PI and M_PI_2
17192         * gst/ffmpegcolorspace/avcodec.h:
17193           removed #include "stdint.h" for win32 as _stdint.h is 
17194           autogenerated to win32/common
17195         * win32/common/libgstaudio.def:
17196         * win32/common/libgsttag.def:
17197           added some exports
17198         * win32/vs6:
17199           some project files bugs corrected
17200         * win32/vs7:
17201           project files are reset to the default vs7 configuration 
17202           (they link to msvcr71.dll using default optimizations)
17203           
17204 2006-02-28  Wim Taymans  <wim@fluendo.com>
17205
17206         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
17207         Fix some docs.
17208
17209 2006-02-28  Edward Hervey  <edward@fluendo.com>
17210
17211         * ext/alsa/gstalsasrc.c:
17212         Set proper class on the ElementDetails:
17213         Source/Audio instead of Src/Audio/
17214
17215 2006-02-28  Edward Hervey  <edward@fluendo.com>
17216
17217         * gst/videoscale/vs_scanline.c:
17218         (vs_scanline_resample_nearest_RGBA):
17219         Revert optimization in videoscale. It should go in liboil and have
17220         an appropriate liboil function.
17221
17222 2006-02-28  Wim Taymans  <wim@fluendo.com>
17223
17224         * gst-libs/gst/audio/gstbaseaudiosink.c:
17225         (gst_base_audio_sink_provide_clock):
17226         Don't try to provide a clock in the NULL state.
17227
17228 2006-02-28  Wim Taymans  <wim@fluendo.com>
17229
17230         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
17231         (gst_ogg_pad_event), (gst_ogg_pad_internal_chain),
17232         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
17233         (gst_ogg_demux_deactivate_current_chain),
17234         (gst_ogg_demux_activate_chain), (gst_ogg_demux_do_seek),
17235         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_info),
17236         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
17237         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
17238         Use GstSegment infrastructure to remove duplicated code
17239         and handle more seek cases correctly.
17240
17241 2006-02-28  Wim Taymans  <wim@fluendo.com>
17242
17243         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17244         (gst_ffmpegcsp_transform):
17245         Don't ignore return code from ffmpeg convert function.
17246
17247         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
17248         Split out some long statements to ease debugging.
17249
17250 2006-02-27  Jan Schmidt  <thaytan@mad.scientist.com>
17251
17252         * ext/libvisual/visual.c: (gst_visual_init),
17253         (gst_vis_src_negotiate), (get_buffer), (plugin_init):
17254         Don't use gst_pad_use_fixed_caps, because it prevents downstream from
17255         being able to renegotiate the size. Instead, use the negotiation
17256         algorithm from the goom plugin to pick an initial output caps. 
17257
17258         Also, allow theoretical libvisual plugins that might support non-GL 
17259         output even if they also do GL.
17260
17261 2006-02-26  Julien MOUTTE  <julien@moutte.net>
17262
17263         * ext/libvisual/visual.c: (gst_visual_init),
17264         (gst_visual_src_setcaps), (get_buffer), (gst_visual_chain),
17265         (plugin_init): Load only non GL plugins. Fix some memleaks and 
17266         possible negotiation issues.
17267
17268 2006-02-25  Julien MOUTTE  <julien@moutte.net>
17269
17270         * gst-libs/gst/tag/tag.h: Adding Annodex tags here.
17271
17272 2006-02-24  Michael Smith  <msmith@fluendo.com>
17273
17274         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find),
17275         (cmml_type_find), (plugin_init):
17276           Fix CMML type find function to not require a specific minor version
17277           of the CMML header.
17278
17279           Add an MPEG4 video elementary stream typefind function.
17280
17281 2006-02-04  Michael Smith  <msmith@fluendo.com>
17282
17283         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fishead),
17284         (gst_ogg_pad_parse_skeleton_fisbone), (gst_ogg_pad_query_convert),
17285         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
17286         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
17287         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_collect_chain_info),
17288         (gst_ogg_demux_change_state), (gst_annodex_granule_to_time):
17289           Annodex support in ogg demuxer. Doesn't do very much without the
17290           other annodex patches (to come).
17291
17292 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
17293
17294         Patch by: Fabrizio Gennari <fabrizio dot get at tiscali dot it>
17295
17296         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
17297           Pick up palette for MS video v1 (#327028)
17298
17299 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
17300
17301         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17302         (gst_ffmpegcsp_caps_remove_format_info),
17303         (gst_ffmpegcsp_get_unit_size):
17304           The 'palette_data' field from incoming RGB caps shouldn't be
17305           proxied on outgoing YUV caps; also, restrict unit size
17306           adjustment in case of paletted data only to the unit that
17307           actually has a palette. Fixes #330711.
17308
17309 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
17310
17311         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17312         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
17313         (gst_ffmpegcsp_finalize), (gst_ffmpegcsp_class_init),
17314         (gst_ffmpegcsp_get_unit_size):
17315           Plug some memory leaks.
17316
17317 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
17318
17319         * sys/ximage/Makefile.am:
17320         * sys/xvimage/Makefile.am:
17321           Add some _CFLAGS and _LIBS that seem to be missing
17322           and/or required for Cygwin (see #317048).
17323
17324 2006-02-22  Wim Taymans  <wim@fluendo.com>
17325
17326         * ext/alsa/gstalsasrc.c:
17327         Fix description as pointed out by caugier.
17328
17329 2006-02-22  Tommi Myöhänen  <ext-tommi do myohanen at nokia dot com>
17330
17331         Reviewed by : Edward Hervey  <edward@fluendo.com>
17332
17333         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
17334         (qt_type_find):
17335         Better 3gp typefinding (#331526).
17336
17337 2006-02-21  Tim-Philipp Müller  <tim at centricular dot net>
17338
17339         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
17340           Don't send EOS event here, the base class will send one for us.
17341
17342         * gst/playback/gstplaybasebin.c: (prepare_output):
17343           Subpictures without video stream aren't allowed either.
17344         
17345         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
17346           Fix debug statement copy'n'paste-o.
17347
17348 2006-02-21  Tim-Philipp Müller  <tim at centricular dot net>
17349
17350         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume):
17351           Fix issues with mixer keeping state when muting/unmuting
17352           and when changing the volume whilst muted (see #331763
17353           and #331765).
17354
17355 2006-02-20  Tim-Philipp Müller  <tim at centricular dot net>
17356
17357         * gst/subparse/gstsubparse.c: (subrip_unescape_formatting),
17358         (parse_subrip), (gst_sub_parse_format_autodetect):
17359           Set right caps given that we send escaped text. Also,
17360           honour <i></i>, <b></b> and <u></u> markers that can be found
17361           in .srt files (fixes #310202).
17362
17363 2006-02-20  Tim-Philipp Müller  <tim at centricular dot net>
17364
17365         * gst-libs/gst/audio/mixerutils.c:
17366         (element_factory_rank_compare_func):
17367           Make order in which elements are tried more determinable.
17368
17369 2006-02-20  Julien MOUTTE  <julien@moutte.net>
17370
17371         * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
17372         (remove_element_chain), (cleanup_decodebin),
17373         (gst_decode_bin_change_state): Make decodebin reusable by
17374         fixing remove_element_chain first and then introduce a
17375         cleaner in state change to ->NULL. (Closes #331678)
17376
17377 2006-02-19  Wim Taymans  <wim@fluendo.com>
17378
17379         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_open_file):
17380         use 0666 mask when creating files so umask gets applied
17381         correctly. Fixes #331295.
17382
17383 2006-02-19  Tim-Philipp Müller  <tim at centricular dot net>
17384
17385         * gst/subparse/Makefile.am:
17386         * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
17387         (gst_ssa_parse_dispose), (gst_ssa_parse_init),
17388         (gst_ssa_parse_class_init), (gst_ssa_parse_src_event),
17389         (gst_ssa_parse_sink_event), (gst_ssa_parse_setcaps),
17390         (gst_ssa_parse_remove_override_codes), (gst_ssa_parse_parse_line),
17391         (gst_ssa_parse_chain), (gst_ssa_parse_change_state):
17392         * gst/subparse/gstssaparse.h:
17393         * gst/subparse/gstsubparse.c: (plugin_init):
17394           Add very basic parser for SSA subtitle streams (as often
17395           found in matroska files).
17396
17397 2006-02-19  Tim-Philipp Müller  <tim at centricular dot net>
17398
17399         * gst/playback/gstdecodebin.c: (mimetype_is_raw):
17400           That should be text/x-pango-markup, not text/x-pango-layout.
17401
17402 2006-02-19  Julien MOUTTE  <julien@moutte.net>
17403
17404         * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize):
17405         Polishing.
17406
17407 2006-02-19  Julien MOUTTE  <julien@moutte.net>
17408
17409         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
17410         (gst_text_overlay_finalize), (gst_text_overlay_init),
17411         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
17412         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
17413         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
17414         (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
17415         (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
17416         Fix state change deadlock.
17417
17418 2006-02-19  Julien MOUTTE  <julien@moutte.net>
17419
17420         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
17421         (gst_text_overlay_finalize), (gst_text_overlay_init),
17422         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
17423         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
17424         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
17425         (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
17426         (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
17427         * ext/pango/gsttextoverlay.h: Fix seeking both for muxed formats
17428         and subtitles files.
17429
17430 2006-02-19  Julien MOUTTE  <julien@moutte.net>
17431
17432         * gst/playback/gstdecodebin.c: (mimetype_is_raw): pango layout
17433         should be considered as raw.
17434
17435 2006-02-19  Julien MOUTTE  <julien@moutte.net>
17436
17437         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
17438         (cb_probe):
17439         * gst/playback/gststreaminfo.h: Introduce language informations.
17440
17441 2006-02-18  Jan Schmidt  <thaytan@mad.scientist.com>
17442
17443         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
17444         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
17445         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
17446         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
17447         Set shared memory segments to be deleted as soon as we have attached,
17448         that way they get cleaned up automatically if we crash.
17449
17450 2006-02-18  Julien MOUTTE  <julien@moutte.net>
17451
17452         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_get_text): 
17453         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_get_text): Those
17454         functions are called with lock held.
17455
17456 2006-02-18  Julien MOUTTE  <julien@moutte.net>
17457
17458         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
17459         (gst_text_overlay_finalize), (gst_text_overlay_init),
17460         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
17461         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
17462         (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
17463         (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
17464         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
17465         (gst_text_overlay_change_state): Refactoring of textoverlay
17466         without collectpads. This now supports sparse subtitles coming
17467         from a demuxer instead of a sub file. Seeking is still broken 
17468         though. Need to discuss with wtay some more on how to handle
17469         seeking correctly.
17470         * ext/pango/gsttextoverlay.h:
17471         * gst/playback/gstplaybin.c: (setup_sinks): Support linking with
17472         subtitles coming from the demuxer.
17473
17474 2006-02-17  Wim Taymans  <wim@fluendo.com>
17475
17476         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
17477         (gst_vorbisenc_convert_sink):
17478         Use some more scaling functions.
17479
17480 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
17481
17482         * ext/cdparanoia/gstcdparanoiasrc.c:
17483         (gst_cd_paranoia_src_class_init), (gst_cd_paranoia_dummy_callback),
17484         (gst_cd_paranoia_paranoia_callback),
17485         (gst_cd_paranoia_src_signal_is_being_watched),
17486         (gst_cd_paranoia_src_read_sector):
17487         * ext/cdparanoia/gstcdparanoiasrc.h:
17488           Add back 'transport-error' and 'uncorrected-error' signals and
17489           make them actually be fired when bad stuff happens (#319340).
17490
17491 2006-02-17  Wim Taymans  <wim@fluendo.com>
17492
17493         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
17494         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
17495         (gst_ring_buffer_device_is_open), (gst_ring_buffer_acquire),
17496         (gst_ring_buffer_release), (gst_ring_buffer_set_flushing),
17497         (gst_ring_buffer_start), (gst_ring_buffer_pause_unlocked),
17498         (gst_ring_buffer_pause), (gst_ring_buffer_stop),
17499         (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
17500         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
17501         (gst_ring_buffer_commit), (gst_ring_buffer_prepare_read),
17502         (gst_ring_buffer_clear):
17503         Small cleanups.
17504         Added some G_LIKELY.
17505
17506 2006-02-17  Wim Taymans  <wim@fluendo.com>
17507
17508         * gst-libs/gst/audio/TODO:
17509         Update TODO
17510
17511         * gst-libs/gst/audio/gstbaseaudiosink.c:
17512         (gst_base_audio_sink_get_offset):
17513         When trying to play samples ASAP and we don't have a
17514         previous sample, try to play at position 0 instead of
17515         an invalid position.
17516
17517 2006-02-17  Wim Taymans  <wim@fluendo.com>
17518
17519         * ext/alsa/gstalsasink.c: (gst_alsasink_open),
17520         (gst_alsasink_reset):
17521         Also release lock when we get an error in _reset();
17522         fix an error message.
17523
17524 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
17525
17526         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
17527         (gst_alsasink_init), (get_channel_free_structure),
17528         (caps_add_channel_configuration), (gst_alsasink_getcaps),
17529         (gst_alsasink_close):
17530         * ext/alsa/gstalsasink.h:
17531           Add support for more than 2 channels (#326720).
17532
17533 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
17534
17535         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
17536           Set codec_name for WAVEFORMATEX as well. When we have 'normal PCM'
17537           with 4 or 6 channels, assume a default channel layout to make things
17538           work (not sure there's anything else we can do in those cases).
17539
17540 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
17541
17542         * gst-libs/gst/audio/multichannel.c:
17543           Minor docs fix.
17544
17545         * gst-libs/gst/riff/Makefile.am:
17546         * gst-libs/gst/riff/riff-ids.h:
17547         * gst-libs/gst/riff/riff-media.c:
17548         (gst_riff_wavext_add_channel_layout), (gst_riff_create_audio_caps):
17549           Add support for WAVEFORMATEX, eg. PCM audio with more than two
17550           channels and a channel layout map.
17551           
17552 2006-02-16  Mathieu Garcia <b0nk at free dot fr>
17553
17554         Reviewed by Edward Hervey  <edward@fluendo.com>
17555
17556         * gst/videoscale/vs_scanline.c: (vs_scanline_resample_nearest_RGBA): 
17557         C-level optimization of the RGBA nearest neighbour function.
17558         Eventually this might end up in liboil with vectorized versions.
17559
17560 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
17561
17562         * gst-libs/gst/audio/multichannel.c:
17563         (gst_audio_get_channel_positions):
17564           When we have more than 2 channels, but no channel layout is
17565           specified in the caps, return some default channel layout
17566           to the caller and warn about about a possibly buggy element
17567           (could be buggy filtercaps as well of course) (#317038).
17568
17569 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
17570
17571         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
17572           Add gst-libs/gst/cdda to list of lib search paths.
17573
17574 2006-02-15  Andy Wingo  <wingo@pobox.com>
17575
17576         * ext/ogg/gstoggmux.c (gst_ogg_mux_collected): When updating
17577         timestamp, update timestamp_end as well. Fixes a bugaboo. I hope
17578         to the Lord Jesus that I do not have to touch the ogg muxer ever
17579         again.
17580
17581 2006-02-15  Edward Hervey  <edward@fluendo.com>
17582
17583         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
17584         quicktime movie files can also contain 'uuid' atoms.
17585
17586 2006-02-14  Tim-Philipp Müller  <tim at centricular dot net>
17587
17588         * gst/audioconvert/plugin.c: (plugin_init):
17589           Register the GstAudioChannelPosition enum type with the type
17590           system in the plugin_init function, so that it is known before
17591           any element actually makes use of multi-channel stuff. This is
17592           required for example if one wants to be able to deserialise/use
17593           a caps string with channel positions before any pipeline has
17594           been setup and started, like with gst-launch.
17595
17596 2006-02-14  Wim Taymans  <wim@fluendo.com>
17597
17598         * gst-libs/gst/audio/gstringbuffer.c:
17599         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_delay),
17600         (gst_ring_buffer_samples_done), (wait_segment),
17601         (gst_ring_buffer_commit), (gst_ring_buffer_clear):
17602         Add some compiler G_(UN_)LIKELY help.
17603         SIGNAL the ringbuffer waiters when going to PAUSED as well to
17604         make sure they can exit their functions. Should fix #330748
17605
17606 2006-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
17607
17608         * Makefile.am:
17609         * configure.ac:
17610         * win32/MANIFEST:
17611         * win32/common/_stdint.h:
17612           Windows does not have long long; copy the generated _stdint.h
17613         * win32/common/interfaces-enumtypes.c:
17614         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
17615         (gst_mixer_track_flags_get_type),
17616         (gst_tuner_channel_flags_get_type):
17617         * win32/common/multichannel-enumtypes.c:
17618         (gst_audio_channel_position_get_type):
17619           update
17620
17621 2006-02-13  Wim Taymans  <wim@fluendo.com>
17622
17623         * gst-libs/gst/audio/gstbaseaudiosink.c:
17624         (gst_base_audio_sink_get_time), (gst_base_audio_sink_preroll),
17625         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
17626         Always sync on first sample we receive when starting.
17627
17628 2006-02-13  Wim Taymans  <wim@fluendo.com>
17629
17630         * gst/playback/gstplaybin.c: (gen_vis_element):
17631         Update vis bin docs.
17632         Move queue after tee so we don't queue video buffers but
17633         audio samples instead. Fixes problems where the video queue
17634         is filled and the audio queue empty.
17635
17636 2006-02-13  Tim-Philipp Müller  <tim at centricular dot net>
17637
17638         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
17639           No need to push an EOS event here, GstBaseSrc will do that for us
17640           when we return FLOW_UNEXPECTED.
17641           
17642 2006-02-12  Wim Taymans  <wim@fluendo.com>
17643
17644         * gst-libs/gst/audio/gstbaseaudiosink.c:
17645         (gst_base_audio_sink_get_time), (gst_base_audio_sink_setcaps),
17646         (gst_base_audio_sink_drain), (gst_base_audio_sink_preroll),
17647         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
17648         Use scale functions when possible.
17649         Fix error messages.
17650         Free clockid when after waiting for EOS.
17651         Use G_(UN_)LIKLY when it makes sense.
17652         Fix sample clipping bug found by Arwed v. Merkatz fixes #330789.
17653
17654 2006-02-12  Edward Hervey  <edward@fluendo.com>
17655
17656         * gst/playback/gstplaybasebin.c: (prepare_output): 
17657         Remove stray semi-colon (fixes #330888).
17658
17659 2006-02-12  Jan Schmidt  <thaytan@mad.scientist.com>
17660
17661         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
17662         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls):
17663         Fix up the XShm call testing so that we catch errors, and don't
17664         cause new ones by attempting to detach from a segment we failed
17665         to attach to. Fixes #312439.
17666
17667 2006-02-10  Edward Hervey  <edward@fluendo.com>
17668
17669         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
17670         Added flv file typefind (video/x-flv).
17671
17672 2006-02-10  Edward Hervey  <edward@fluendo.com>
17673
17674         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
17675         (gst_riff_create_video_template_caps):
17676         Added FLV1 <==> 'video/x-flash-video,flvversion=1' conversion.
17677         Also added the caps to the default set of riff video caps.
17678
17679 2006-02-09  Andy Wingo  <wingo@pobox.com>
17680
17681         * ext/ogg/gstoggmux.c (GstOggPad): Keep track of both the start
17682         time and the end time of the last packet in the page.
17683         (gst_ogg_mux_pad_queue_page): In addition to setting the timestamp
17684         on the pages in our queue, set the duration as well. Reflow a
17685         debug statement.
17686         (gst_ogg_mux_collected): Keep track of GstOggPad->timestamp_end.
17687         Fixes bad muxing order.
17688
17689 2006-02-09  Thomas Vander Stichele  <thomas at apestaart dot org>
17690
17691         * gst-libs/gst/rtp/gstbasertppayload.c:
17692         (gst_basertppayload_setcaps), (gst_basertppayload_push):
17693           update seqnum before setting it on the packet; this makes sure
17694           that the timestamp and seqnum properties match after pushing
17695           a buffer
17696
17697 2006-02-09  Andy Wingo  <wingo@pobox.com>
17698
17699         * gst-libs/gst/audio/gstringbuffer.c
17700         (gst_ring_buffer_samples_done): Cast to guint64, fixes an integer
17701         overflow after 13.5 hours of recording. Kapow!
17702
17703         * ext/alsa/gstalsasrc.c (gst_alsasrc_delay): Clamp the delay to
17704         the buffer size -- we don't care about underrun/overrun reporting
17705         right now, just need to return a useful value.
17706
17707 2006-02-09  Jan Schmidt  <thaytan@mad.scientist.com>
17708
17709         * configure.ac:
17710           Back to CVS
17711
17712 === release 0.10.3 ===
17713
17714 2006-02-09  Jan Schmidt <thaytan@mad.scientist.com>
17715
17716         * configure.ac:
17717           releasing 0.10.3, "Under Pressure"
17718
17719 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
17720
17721         * configure.ac:
17722         Drat. Bump libtool version number for new API.
17723         Prelease 0.10.2.3 (of 0.10.3)
17724
17725 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
17726
17727         * configure.ac:
17728         * win32/common/config.h:
17729         0.10.2.2 prerelease (of 0.10.3).
17730
17731 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
17732
17733         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_create):
17734           Revert Andy's newsegment change pending a more correct
17735           fix.
17736
17737 2006-02-08  Thomas Vander Stichele  <thomas at apestaart dot org>
17738
17739         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
17740         (qt_type_find), (plugin_init):
17741           detect more files as 3gp
17742           group and reorder the iso file formats
17743
17744 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
17745
17746         * ext/vorbis/vorbis.c: (plugin_init):
17747           Register musicbrainz tags, so apps don't have to.
17748
17749 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
17750
17751         * gst-libs/gst/tag/gstvorbistag.c: (gst_tag_from_vorbis_tag),
17752         (gst_tag_to_vorbis_tag):
17753           Make sure we called gst_tag_register_musicbrainz_tags()
17754           before possibly mapping a vorbiscomment string from/to a
17755           musicbrainz tag.
17756
17757 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
17758
17759         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
17760           In case we can't find the required number of consecutive
17761           mpeg audio frames to positively identify an MPEG audio
17762           stream, check if there's at least a valid mpeg audio
17763           frame right at offset 0 and if so suggest mpeg/audio
17764           caps with a very low probability (#153004).
17765
17766 2006-02-07  Andy Wingo  <wingo@pobox.com>
17767
17768         * gst/tcp/gsttcpclientsrc.c (gst_tcp_client_src_create): Switch to
17769         a TIME segment if we get timestamped buffers. Requires recent
17770         fixes in core to work properly.
17771
17772 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
17773
17774         * gst/playback/gstplaybasebin.c: (prepare_output):
17775           Don't print the URI as part of the error message, it
17776           makes error dialogs look rather ugly, especially if
17777           the URI is very long or has characters in it that
17778           need escaping.
17779
17780 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
17781
17782         * gst/playback/gstplaybasebin.c: (prepare_output):
17783           Error out if we have only text or subtitles, but nothing
17784           else. Also error out if we have subtitles but no video
17785           stream.
17786
17787 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
17788
17789         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
17790           Treat GNOME_VFS_RESULT_EOF as EOS, not as error (#329194).
17791           Post an error message on the bus when we encounter an
17792           error, which will hopefully be more meaningful than the
17793           'Internal Flow Error' message users get to see if we
17794           just return GST_FLOW_ERROR.
17795
17796 2006-02-07  Andy Wingo  <wingo@pobox.com>
17797
17798         * configure.ac (GST_MAJORMINOR): Update core version req to
17799         0.10.2.2, for the collectpads API addition (#330244).
17800
17801 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
17802
17803         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
17804           Return FALSE from plugin_init() when GnomeVFS can't
17805           be initialised for some reason (#328423).
17806
17807 2006-02-06  Julien MOUTTE  <julien@moutte.net>
17808
17809         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event): 
17810         Stick to seeking theory until i find the bug.
17811         * gst/subparse/gstsubparse.c: (parse_subrip): Fix debug.
17812
17813 2006-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
17814
17815         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
17816         (theora_enc_finalize), (theora_enc_sink_setcaps),
17817         (theora_set_header_on_caps), (theora_enc_chain),
17818         (theora_enc_change_state):
17819         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
17820           Make theoraenc and the tests leak free. Like, really.
17821
17822 2006-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
17823
17824         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
17825         (theora_enc_finalize), (theora_enc_sink_setcaps):
17826           Add a finalize method to ensure we clean up state even if
17827           someone omitted the state change back to NULL.
17828
17829         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1),
17830         (gst_vorbisenc_chain):
17831           Free some more leaked bits.
17832
17833         * tests/check/pipelines/theoraenc.c: (start_pipeline),
17834         (stop_pipeline):
17835           Wait for state changes to happen if they're ASYNC.
17836
17837           This ought to teach those fancy pants buildbots a lesson.
17838
17839 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
17840
17841         * gst-libs/gst/tag/gstid3tag.c:
17842           Add mapping for ID3 International Standard Recording Code
17843           tag "TSRC"
17844
17845 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
17846
17847         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1):
17848           Don't leak tag names.
17849
17850 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
17851
17852         * docs/libs/gst-plugins-base-libs-docs.sgml:
17853         * docs/libs/gst-plugins-base-libs-sections.txt:
17854         * gst-libs/gst/tag/gstid3tag.c:
17855         * gst-libs/gst/tag/gstvorbistag.c:
17856         * gst-libs/gst/tag/tags.c:
17857           Split libgsttag docs into multiple sections.
17858
17859 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
17860
17861         * docs/libs/Makefile.am:
17862         * docs/libs/gst-plugins-base-libs-docs.sgml:
17863         * docs/libs/gst-plugins-base-libs-sections.txt:
17864         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_tag):
17865         * gst-libs/gst/tag/gstvorbistag.c:
17866         * gst-libs/gst/tag/tag.h:
17867         * gst-libs/gst/tag/tags.c:
17868           Add libgsttag to the docs.
17869
17870 2006-02-05  Julien MOUTTE  <julien@moutte.net>
17871
17872         * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize),
17873         (gst_text_overlay_init), (gst_text_overlay_src_event),
17874         (gst_text_overlay_collected): Fix clockoverlay.
17875
17876 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
17877
17878         * docs/libs/compiling.sgml:
17879           Fix typo: it's pkg-config, not pkg-gconfig
17880
17881         * docs/libs/gst-plugins-base-libs-docs.sgml:
17882         * docs/libs/gst-plugins-base-libs-sections.txt:
17883         * docs/libs/tmpl/gstgconf.sgml:
17884           There is no libgstgconf in 0.10, remove it
17885           from the docs.
17886
17887 2006-02-05  Julien MOUTTE  <julien@moutte.net>
17888
17889         * docs/libs/tmpl/gstcolorbalance.sgml: Updated.
17890         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
17891         (gst_text_overlay_src_event), (gst_text_overlay_collected):
17892         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
17893         (gst_sub_parse_class_init), (gst_sub_parse_init),
17894         (gst_sub_parse_src_event), (parse_mdvdsub), (parse_subrip),
17895         (parse_mpsub), (parser_state_init), (handle_buffer),
17896         (gst_sub_parse_chain), (gst_sub_parse_sink_event), (plugin_init):
17897         * gst/subparse/gstsubparse.h: Introduce seeking code.
17898
17899 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
17900
17901         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
17902           Add comment about LANGUAGE tag inconsistency (we want
17903           ISO-639-1, but extract three-letter identifiers?)
17904
17905         * po/POTFILES.in:
17906           Add two translatable files.
17907
17908 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
17909
17910         * gst-libs/gst/tag/Makefile.am:
17911         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
17912         * gst-libs/gst/tag/tag.h:
17913         * gst-libs/gst/tag/tags.c:
17914         (gst_tag_register_musicbrainz_tags_internal),
17915         (gst_tag_register_musicbrainz_tags):
17916           Forward-port some tags stuff from the 0.8 branch. This is
17917           mostly the addition of musicbrainz tags and their mapping
17918           to vorbistags, and a vorbistag mapping of the language tag.
17919
17920 2006-02-05  Julien MOUTTE  <julien@moutte.net>
17921
17922         * gst/playback/gstplaybin.c: (gen_text_element): Fix broken code
17923         refactoring.
17924
17925 2006-02-04  David Schleef  <ds@schleef.org>
17926
17927         * ext/ogg/gstoggmux.c:
17928         * gst/typefind/gsttypefindfunctions.c:
17929           Add Dirac typefinding and add dirac format to oggmux.
17930
17931 2006-02-03  Tim-Philipp Müller  <tim at centricular dot net>
17932
17933         * gst/playback/gstdecodebin.c: (try_to_link_1):
17934           Don't put essential function call into
17935           g_return_*() macro, otherwise it'll all be
17936           replaced by NOOPs when compiling with
17937           G_DISABLE_CHECKS defined.
17938
17939 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
17940
17941         * ext/ogg/gstoggdemux.c:
17942         * ext/ogg/gstoggparse.c:
17943         * gst/tcp/gsttcpserversink.c:
17944         * sys/v4l/v4lsrc_calls.c:
17945         * sys/v4l/v4lsrc_calls.h:
17946         Just make it compile with --disable-gst-debug.
17947
17948 2006-02-03  Wim Taymans  <wim@fluendo.com>
17949
17950         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
17951         (gst_alsasink_class_init), (gst_alsasink_init),
17952         (gst_alsasink_write), (gst_alsasink_reset):
17953         * ext/alsa/gstalsasink.h:
17954         Add lock to protect alsa calls.
17955         Implement reset to flush samples ASAP, does not work
17956         with dmix though.
17957
17958 2006-02-02  Wim Taymans  <wim@fluendo.com>
17959
17960         * gst-libs/gst/audio/gstbaseaudiosink.c:
17961         (gst_base_audio_sink_provide_clock):
17962         Ugh.. getting late I guess...
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         (gst_base_audio_sink_set_property),
17969         (gst_base_audio_sink_get_property), (gst_base_audio_sink_render):
17970         Don't try to provide a clock when we are not negotiated since
17971         we might not be able to make it run.
17972
17973 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
17974
17975         * gst/playback/gstdecodebin.c: (try_to_link_1):
17976           Unlinking two source pads is ... hard.
17977
17978 2006-02-02  Wim Taymans  <wim@fluendo.com>
17979
17980         * gst-libs/gst/audio/TODO:
17981         Updated.
17982
17983         * gst-libs/gst/audio/gstbaseaudiosink.c:
17984         (gst_base_audio_sink_drain), (gst_base_audio_sink_event):
17985         On EOS, wait till the last sample is played before posting EOS.
17986
17987 2006-02-01  Philippe Kalaf <burger at speedy dot org>
17988
17989         Patch by: Kai Vehmanen
17990         * gst-libs/gst/rtp/gstbasertpdepayload.c:
17991           Adds ability to enable newsegment bypass by setting queue_delay to
17992           zero. Also avoid thread being started if queue_delay is zero.
17993
17994 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
17995
17996         * gst/playback/test6.c: (new_decoded_pad_cb), (show_error), (main):
17997           Make test work again by connecting fakesinks to each decoded pad,
17998           which makes the pipeline wait until each fakesink has a buffer
17999           queued before going to PAUSED state. At that point we know the
18000           decodebin pads are negotiated.
18001
18002 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
18003
18004         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_query),
18005         (gst_cdda_base_src_handle_event):
18006         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_query):
18007           Pass unhandled queries to the parent class's query function.
18008
18009 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
18010
18011         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_types),
18012         (gst_ogg_pad_src_query):
18013         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
18014         * ext/theora/theoradec.c: (theora_dec_src_query),
18015         (theora_dec_sink_query):
18016         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
18017         (vorbis_dec_sink_query):
18018         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
18019         (gst_vorbisenc_sink_query):
18020         * gst/adder/gstadder.c: (gst_adder_query):
18021           Pass unhandled queries upstream instead of just
18022           dropping them (#326447). Also, fix supported
18023           query types list for some elements.
18024
18025 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
18026
18027         * gst/typefind/gsttypefindfunctions.c: (au_type_find),
18028         (paris_type_find), (ilbc_type_find), (plugin_init):
18029           Fix typefinding for audio/x-au, audio/x-paris and
18030           audio/iLBC-sh. We cannot use the START_WITH macros
18031           here, because there can only be one typefind factory
18032           with the same name (caps), so the second one would
18033           replace the first one and the first one would never
18034           be called when doing typefinding (see #161712).
18035           
18036
18037 2006-01-31  Wim Taymans  <wim@fluendo.com>
18038
18039         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
18040         (vorbis_handle_header_packet), (vorbis_dec_push),
18041         (vorbis_handle_data_packet):
18042         Use scale_int when we can, add some more scaling.
18043         Check packettype before parsing it.
18044
18045 2006-01-31  Wim Taymans  <wim@fluendo.com>
18046
18047         * ext/theora/theoradec.c: (_theora_granule_time),
18048         (theora_dec_src_convert), (theora_dec_sink_convert):
18049         Call right _scale functions.
18050         Use parameter instead of some other random value.
18051
18052 2006-01-31  Wim Taymans  <wim@fluendo.com>
18053
18054         * ext/theora/theoradec.c: (_theora_granule_frame),
18055         (_theora_granule_time), (_inc_granulepos),
18056         (theora_dec_src_convert), (theora_dec_sink_convert),
18057         (theora_handle_type_packet), (theora_handle_data_packet),
18058         (theora_dec_chain):
18059         Use higher precision timestamps calculation.
18060         Convert some other conversions to _scale.
18061
18062 2006-01-31  Stefan Kost  <ensonic@users.sf.net>
18063
18064         * gst/audiotestsrc/gstaudiotestsrc.c:
18065         (gst_audio_test_src_create_sine_table), (plugin_init):
18066         * gst/volume/gstvolume.c: (plugin_init):
18067           initialize gst_controller before using
18068
18069 2006-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
18070
18071         * tests/check/pipelines/theoraenc.c:
18072         * tests/check/pipelines/vorbisenc.c:
18073         Define constant using G_GINT64_CONSTANT to avoid errors when
18074         passing it around - otherwise it gets truncated to 32 bits.
18075
18076         Fixes failing tests.
18077
18078 2006-01-31  Andy Wingo  <wingo@pobox.com>
18079
18080         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_set_caps): Don't segfault if the
18081         caps being set doesn't have a framerate value. Basically a stopgap
18082         measure.
18083
18084         * ext/ogg/gstoggmux.c (GST_BUFFER_END_TIME): New macro. Not
18085         technically correct enough to put into core though.
18086         (gst_ogg_mux_dequeue_page): Use END_TIME instead of TIMESTAMP +
18087         DURATION. Fixes theoraenc ! oggmux.
18088
18089         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Fixate to the nearest
18090         fraction, not double.
18091
18092 2006-01-31  Sebastien Moutte  <sebastien@moutte.net>
18093
18094         * win32/vs7:
18095         add vs7 project files created by Sergey Scobich
18096
18097 2006-01-30  Sebastien Moutte  <sebastien@moutte.net>
18098
18099         * win32/vs8:
18100         add vs8 project files created by Sergey Scobich
18101         
18102 2006-01-30  Andy Wingo  <wingo@pobox.com>
18103
18104         * ext/ogg/gstoggmux.c (gst_ogg_mux_dequeue_page): Compare
18105         timestamp + duration, not just timestamp -- ogg pages should be
18106         ordered by stop time. Necessary fix given the change in vorbis
18107         timestamps.
18108
18109         * ext/theora/theoraenc.c (theora_enc_sink_setcaps) 
18110         (gst_theora_enc_init): Pull the granule shift out of the encoder.
18111         (granulepos_add): New function, handles the messiness of adjusting
18112         granulepos values.
18113         (theora_buffer_from_packet):
18114         (theora_enc_chain):
18115         (theora_enc_sink_event): Use granulepos_add, not +.
18116
18117         * tests/check/pipelines/theoraenc.c
18118         (check_buffer_granulepos_from_starttime): Just check the frame
18119         count, not the actual granulepos -- we can't dictate to the
18120         encoder when it should be placing keyframes.
18121
18122 2006-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
18123
18124         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
18125           SERVICE_NOT_AVAILABLE happens for example when you're trying to
18126           play an http:// stream from a server that's not serving
18127
18128 2006-01-30  Andy Wingo  <wingo@pobox.com>
18129
18130         * tests/check/pipelines/vorbisenc.c (TIMESTAMP_OFFSET): 
18131         * tests/check/pipelines/theoraenc.c (TIMESTAMP_OFFSET): Totally
18132         remove the UINT64_CONSTANT macro, doesn't appear to be needed or
18133         available.
18134
18135         * ext/theora/gsttheoraenc.h:
18136         * ext/theora/theoraenc.c: Same changes as were done to vorbisenc,
18137         although theoraenc was timestamping correctly. Added handling of
18138         streams that start with nonzero timestamps.
18139
18140         * tests/check/Makefile.am:
18141         * tests/check/pipelines/theoraenc.c: New file, basically does same
18142         tests as vorbisenc.
18143
18144         * tests/check/pipelines/vorbisenc.c: I claim these bugs.
18145
18146 2006-01-30  Wim Taymans  <wim@fluendo.com>
18147
18148         * gst-libs/gst/audio/gstaudiosink.c:
18149         (gst_audioringbuffer_class_init), (gst_audioringbuffer_release),
18150         (gst_audioringbuffer_pause):
18151         Implement pause that does not wait for completion.
18152
18153         * gst-libs/gst/audio/gstbaseaudiosink.c:
18154         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
18155         Don't drop buffers when going to PAUSED but perform preroll on
18156         remaining samples now that core base class supports this.
18157
18158         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_release),
18159         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_stop),
18160         (gst_ring_buffer_commit):
18161         Pause should not signal waiters.
18162         Implement return value of _commit correctly.
18163
18164 2006-01-30  Andy Wingo  <wingo@pobox.com>
18165
18166         * tests/check/Makefile.am (check_vorbis): Add pipelines/vorbisenc.
18167
18168         * ext/vorbis/vorbisenc.c (gst_vorbisenc_buffer_from_packet): Logic
18169         updated to timestamp from the first sample, not the last.
18170         (gst_vorbisenc_buffer_from_header_packet): New function, takes
18171         special care of granulepos and timestamp for header packets.
18172         (gst_vorbisenc_chain): Reflow, fix some leaks, and handle the case
18173         when the first buffer has a nonzero timestamp.
18174
18175         * ext/vorbis/vorbisenc.h (GstVorbisEnc.granulepos_offset)
18176         (GstVorbisEnc.subgranule_offset): New members. Take care of the
18177         case when the first audio buffer we get has a nonzero timestamp.
18178         (GstVorbisEnc.next_ts): Renamed from prev_ts, because now we
18179         properly timestamp vorbis buffers with the time of the first
18180         sample, not the last.
18181         
18182         * ext/vorbis/vorbisenc.c (granulepos_to_clocktime): Renamed from
18183         vorbis_granule_time_copy -- now it takes the granule/subgranule
18184         offset into account.
18185
18186         * tests/check/pipelines/vorbisenc.c: New test for correctness of
18187         timestamps, durations, and granulepos on buffers produced by
18188         vorbisenc.
18189
18190 2006-01-30  Jan Schmidt  <thaytan@mad.scientist.com>
18191
18192         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
18193         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
18194           Patch from Eric Jonas to support conversions to/from UYVY 
18195           (Fixes: #324626)
18196
18197 2006-01-30  Julien MOUTTE  <julien@moutte.net>
18198
18199         * gst/playback/gstplaybasebin.c: (group_commit), (queue_overrun),
18200         (setup_subtitle), (setup_source), (set_active_source):
18201         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
18202         (gen_text_element), (gen_audio_element), (gen_vis_element),
18203         (remove_sinks), (add_sink), (setup_sinks): Implement subtitles.
18204
18205 2006-01-29  Sebastien Moutte  <sebastien@moutte.net>
18206
18207         * gst-libs/gst/audio/audio.h: (GST_CLOCK_TIME_TO_FRAMES)
18208         * gst-libs/gst/audio/gstbaseaudiosink.c: (gst_base_audio_sink_render)
18209                 use gst_guint64_to_gdouble to be compliant with vs6
18210         * gst/playback/gstdecodebin.c: (try_to_link_1)
18211         * gst/videorate/videorate.c: (gst_video_rate_blank_data)
18212                 use G_GINT64_CONSTANT for int64 constants
18213         * win32/common/libgstinterfaces.def:
18214                 export some symbols (gst_mixer_get_type,gst_mixer_track_get_type)
18215         * win32/vs6:
18216                 update and add new project files
18217                 
18218 2006-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
18219
18220         * Makefile.am:
18221         * win32/MANIFEST:
18222         * win32/common/interfaces-enumtypes.c:
18223         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
18224         (gst_mixer_track_flags_get_type),
18225         (gst_tuner_channel_flags_get_type):
18226         * win32/common/interfaces-enumtypes.h:
18227         * win32/common/multichannel-enumtypes.c:
18228         (gst_audio_channel_position_get_type):
18229         * win32/common/multichannel-enumtypes.h:
18230           add a win32-update rule like in core, and copy over enumtypes files
18231
18232 2006-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
18233
18234         * win32/MANIFEST:
18235         * win32/common/config.h:
18236         * win32/common/config.h.in:
18237           add config files just like in core
18238
18239 2006-01-28  Tim-Philipp Müller  <tim at centricular dot net>
18240
18241         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format):
18242           Make gcc-4.1 happy (part of #327357).
18243
18244 2006-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
18245
18246         * ext/alsa/gstalsasink.c: (gst_alsasink_init), (set_hwparams),
18247         (set_swparams), (gst_alsasink_prepare), (gst_alsasink_unprepare),
18248         (gst_alsasink_close), (gst_alsasink_write), (gst_alsasink_reset):
18249         * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (set_hwparams),
18250         (set_swparams), (gst_alsasrc_open), (gst_alsasrc_prepare),
18251         (gst_alsasrc_unprepare), (gst_alsasrc_read):
18252           Update all error messages.  All of them should either use
18253           the default translated message, or actually provide a
18254           translatable string.
18255           Make the string for channel count problems meaningful.
18256
18257 2006-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
18258
18259         * sys/v4l/v4l_calls.c: (gst_v4l_open):
18260           check for and throw RESOURCE_BUSY
18261
18262 2006-01-27  David Schleef  <ds@schleef.org>
18263
18264         * gst/videoscale/vs_scanline.c: Oops, *that's* why I never
18265           checked in this change -- it requires liboil features not
18266           in 0.3.6.  Revert parts.
18267
18268 2006-01-27  David Schleef  <ds@schleef.org>
18269
18270         * REQUIREMENTS:
18271         * configure.ac: update liboil requirement to 0.3.6
18272         * gst/videoscale/Makefile.am:
18273         * gst/videoscale/vs_scanline.c: liboilify
18274
18275 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
18276
18277         * ext/libvisual/visual.c: (get_buffer):
18278           When pad_alloc returns a GstFlowReturn other
18279           than GST_FLOW_OK, make sure it is passed upstream.
18280
18281 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
18282
18283         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
18284         (gst_alsasink_class_init):
18285           Free the device name string.
18286
18287         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
18288         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad),
18289         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_clear_collectpads):
18290           Don't remove a pad from the collectpads structure until it
18291           is released - it's a request pad, and may receive data again
18292           if the element gets moved back to PLAYING state.
18293
18294         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
18295           Ensure we turn on double buffering on the Xv port, and
18296           set the colour key to something dark and mysterious that
18297           isn't black.
18298
18299 2006-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
18300
18301         * ext/alsa/gstalsaplugin.c: (plugin_init):
18302         * ext/cdparanoia/gstcdparanoiasrc.c:
18303         (gst_cd_paranoia_src_base_init), (plugin_init):
18304         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
18305         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init):
18306           - a library should not call setlocale. see "Libraries" node in
18307             gettext manual
18308           - make sure all plugins that use translation do bindtextdomain
18309             to point to the localedir
18310         * gst/playback/gstplaybin.c: (gen_vis_element), (add_sink),
18311         (setup_sinks), (plugin_init):
18312           all this, and check for NULL when creating sinks
18313
18314 2006-01-27  Julien MOUTTE  <julien@moutte.net>
18315
18316         * gst/subparse/gstsubparse.c: (gst_subparse_type_find),
18317         (plugin_init): Make typefinding of subtitles work again.
18318
18319 2006-01-26  Tim-Philipp Müller  <tim at centricular dot net>
18320
18321         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
18322         (mp3_type_frame_length_from_header), (mp3_type_find),
18323         (wavpack_type_find), (m4a_type_find), (ircam_type_find),
18324         (plugin_init):
18325           Backport a bunch of typefinding fixes from the 0.8 branch.
18326           Also, improve wavpack typefinding: if we can't peek the
18327           entire wavpack block, try to parse the bits we can get and
18328           see if we find what we're looking for in those.
18329
18330 2006-01-26  Julien MOUTTE  <julien@moutte.net>
18331
18332         * sys/ximage/ximagesink.c:
18333         (gst_ximagesink_calculate_pixel_aspect_ratio):
18334         * sys/xvimage/xvimagesink.c:
18335         (gst_xvimagesink_calculate_pixel_aspect_ratio): Handle some
18336         more cases of pixel aspect ratio.
18337
18338 2006-01-26  Edward Hervey  <edward@fluendo.com>
18339
18340         * gst/playback/gstdecodebin.c: (pad_probe):
18341         Also consider the flush-start and tag events as unblockers
18342         for the pad probes.
18343
18344 2006-01-26  Julien MOUTTE  <julien@moutte.net>
18345
18346         * gst/playback/gstplaybin.c: (gst_play_bin_init),
18347         (gst_play_bin_dispose), (gst_play_bin_vis_unblocked),
18348         (gst_play_bin_vis_blocked), (gst_play_bin_set_property): 
18349         On the fly visualisation switch, works disabling, enabling as
18350         well but it won't be able to enable vis in a playbin that was
18351         created with no visualisation.
18352
18353 2006-01-25  Wim Taymans  <wim@fluendo.com>
18354
18355         * gst-libs/gst/audio/gstbaseaudiosink.c:
18356         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
18357         Undo previous commit that returned WRONG_STATE sooner, it breaks 
18358         resume after pause.
18359
18360 2006-01-25  Wim Taymans  <wim@fluendo.com>
18361
18362         * gst-libs/gst/audio/gstbaseaudiosink.c:
18363         (gst_base_audio_sink_setcaps), (gst_base_audio_sink_event),
18364         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render):
18365         Improve debugging.
18366         Post error when caps cannot be parsed.
18367         Resync on discontinuity in the stream.
18368         Clip samples to segment boundaries.
18369         return WRONG_STATE sooner when we are flushing.
18370
18371         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
18372         (gst_base_audio_src_get_time), (gst_base_audio_src_create):
18373         Make audiosrc operate in TIME.
18374         Set TIMESTAMP and DURATION on buffers.
18375
18376 2006-01-24  Tim-Philipp Müller  <tim at centricular dot net>
18377
18378         * tests/examples/seek/seek.c: (main):
18379           Output tag messages as well.
18380
18381 2006-01-23  Edward Hervey  <edward@fluendo.com>
18382
18383         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
18384         (free_pad_probes), (remove_fakesink), (pad_probe),
18385         (close_pad_link), (gst_decode_bin_change_state):
18386         Replace GstPadBlockCallback with pad probes that detect
18387         first buffer AND eos before removing fakesink.
18388         Fixes hang with demuxers doing EOS while pre-rolling.
18389         Solves #328279
18390
18391 2006-01-23  Andy Wingo  <wingo@pobox.com>
18392
18393         * ext/alsa/gstalsasink.c:
18394         * gst-libs/gst/rtp/gstbasertpdepayload.c:
18395         (gst_base_rtp_depayload_setcaps),
18396         (gst_base_rtp_depayload_add_to_queue),
18397         (gst_base_rtp_depayload_queue_release): GCC 2.95 fixes (#328263).
18398         
18399         Patch by: Jens Granseuer <jensgr at gmx dot net>
18400
18401 2006-01-22  Julien MOUTTE  <julien@moutte.net>
18402
18403         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
18404         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
18405         (gst_xvimagesink_buffer_alloc): Playbin keeps some ref to some 
18406         frames. We might get a frame destroyed after changing state to
18407         NULL, adding a safety check on xcontext.
18408
18409 2006-01-22  Tim-Philipp Müller  <tim at centricular dot net>
18410
18411         * gst-libs/gst/interfaces/xoverlay.c:
18412           Fix prepare-xwindow-id code example in the docs - we need to
18413           ignore all messages that aren't element messages as well.
18414           
18415 2006-01-21  Julien MOUTTE  <julien@moutte.net>
18416
18417         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
18418           I think one day i'll completely undestand how caps negotiation
18419           is supposed to work. This refactoring handles buffer_alloc
18420           called with caps we can't handle. We definitely don't want a
18421           set_caps with those caps, so we define and allocate a buffer
18422           we would like to receive.
18423
18424 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
18425
18426         * gst/playback/gstplaybasebin.c: (setup_source):
18427           Free iterator when done.
18428
18429 2006-01-17  Jan Schmidt  <thaytan@mad.scientist.com>
18430
18431         * gst-libs/gst/audio/gstbaseaudiosink.c:
18432         (gst_base_audio_sink_render):
18433           Fix playback of non-synchronised streams by assuming a rate
18434           of 1.0 instead of a random one.
18435
18436           Makes this work again:
18437
18438           gst-launch filesrc location=raw_audio.file ! 'audio/x-raw-int,
18439           endianness=(int)4321, signed=(boolean)true, width=(int)16,
18440           depth=(int)16, rate=(int)44100, channels=(int)2' ! audioconvert !
18441           audioresample ! alsasink
18442
18443 === release 0.10.2 ===
18444
18445 2006-01-16  Thomas Vander Stichele <thomas at apestaart dot org>
18446
18447         * configure.ac:
18448           releasing 0.10.2, "Then the devil is six"
18449
18450 2006-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
18451
18452         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
18453         * gst/playback/gststreamselector.c:
18454         (gst_stream_selector_set_property):
18455           Comment out broken code that connects to the state-changed signal.
18456           At this point, changing current stream selection is broken, but 
18457           stuff like gst-launch playbin current-audio=1 works and filters
18458           to the chosen stream.
18459
18460 2006-01-16  Thomas Vander Stichele  <thomas at apestaart dot org>
18461
18462         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
18463           Fix #327216 (null dereference in vorbisdec)
18464
18465 2006-01-16  Tim-Philipp Müller  <tim at centricular dot net>
18466
18467         * ext/theora/theoradec.c: (theora_handle_comment_packet):
18468           Post taglist actually on bus instead of just freeing it
18469           (fixes #327114 and totem bug #327080).
18470
18471         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
18472           Use gst_element_found_tags_for_pad(), so that the tags
18473           are sent downstream as an event as well.
18474
18475 2006-01-15  Thomas Vander Stichele  <thomas at apestaart dot org>
18476
18477         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
18478         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
18479         (gst_ximagesink_buffer_alloc):
18480         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
18481         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_show_frame),
18482         (gst_xvimagesink_buffer_alloc):
18483           move all regularly occurring messages to GST_LOG level
18484           add some more object logs
18485
18486 2006-01-14  Thomas Vander Stichele  <thomas at apestaart dot org>
18487
18488         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
18489           fix a silly segfault
18490
18491 2006-01-14  Tim-Philipp Müller  <tim at centricular dot net>
18492
18493         * docs/libs/gst-plugins-base-libs-docs.sgml:
18494         * docs/libs/gst-plugins-base-libs-sections.txt:
18495         * gst-libs/gst/audio/mixerutils.c:
18496         * gst-libs/gst/audio/mixerutils.h:
18497           Add docs for mixerutils stuff.
18498
18499 2006-01-13  Tim-Philipp Müller  <tim at centricular dot net>
18500
18501         * gst/playback/gstplaybasebin.c: (setup_source):
18502           Fix playback for sources that emit raw audio or
18503           raw video streams (e.g.: cd audio sources) (#325984).
18504
18505 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
18506
18507         * gst-libs/gst/audio/mixerutils.c:
18508         (gst_audio_mixer_filter_do_filter):
18509           actually save the element we create
18510
18511 2006-01-12  Tim-Philipp Müller  <tim at centricular dot net>
18512
18513         * gst-libs/gst/cdda/gstcddabasesrc.c:
18514         (gst_cdda_base_src_handle_track_seek):
18515           No need to post a tag message on the bus when seeking
18516           within the same track, only post it when the current
18517           track changes.
18518
18519 2006-01-11  Jan Schmidt  <thaytan@mad.scientist.com>
18520
18521         * gst/playback/gstplaybasebin.c: (group_destroy),
18522         (probe_triggered), (new_decoded_pad), (mute_group_type),
18523         (set_active_source):
18524         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
18525         * gst/playback/gststreamselector.c:
18526         (gst_stream_selector_base_init),
18527         (gst_stream_selector_set_property),
18528         (gst_stream_selector_request_new_pad):
18529           Reenable stream selection. These mechanisms need a complete overhaul
18530           in the face of 0.8->0.10 changes though.
18531
18532 2006-01-11  Jan Schmidt  <thaytan@mad.scientist.com>
18533
18534         * ext/ogg/gstoggdemux.c:
18535           Change the pad template to src_%d to match the pads that 
18536           are created from it. decodebin needs this information in order
18537           to decide that oggdemux is capable of producing multiple pads
18538           (and hence needs queues inserted).
18539
18540         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
18541         (gst_ogg_mux_collected):
18542           Make debug output more useful by using GST_PTR_FORMAT.
18543
18544 2006-01-11  Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
18545
18546         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
18547
18548         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps):
18549           Set depth and width for alaw/mulaw (fixes #326601).
18550
18551 2006-01-11  Thomas Vander Stichele  <thomas at apestaart dot org>
18552
18553         * tests/icles/Makefile.am:
18554           don't build the tests if we don't have the libs
18555
18556 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
18557
18558         * ext/cdparanoia/gstcdparanoiasrc.c: (gst_cd_paranoia_src_close),
18559         (gst_cd_paranoia_paranoia_callback):
18560           Don't try to free NULL pointers.
18561
18562 2006-01-10  Edward Hervey  <edward@fluendo.com>
18563
18564         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain),
18565         (gst_audio_rate_change_state), (plugin_init):
18566         Add debugging category.
18567         Fix type issues.
18568         Add case for incoming buffers without valid offset/offset_end.
18569
18570 2006-01-10  Michael Smith  <msmith@fluendo.com>
18571
18572         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_dispose):
18573           Don't leak GCond in audio sources.
18574
18575 2006-01-10  Jan Schmidt  <thaytan@mad.scientist.com>
18576
18577         * gst/playback/gstplaybin.c: (gen_audio_element):
18578           Don't leak an autoaudiosink/alsasink when we generate
18579           a new audio element. (old code, I guess)
18580
18581 2006-01-10  Michael Smith  <msmith@fluendo.com>
18582
18583         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
18584           Support float audio in audiorate.
18585           Use width rather than depth for selecting sample width.
18586
18587 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
18588
18589         * gst/videotestsrc/videotestsrc.h:
18590           Use GLib types here (that way we don't have to include the
18591           generated _stdint.h header, which makes life easier for win32
18592           folks that don't use autotools for the build) (#325990, patch
18593           by: Sergey Scobich).
18594
18595 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
18596
18597         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
18598         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
18599         (gst_ring_buffer_pause), (wait_segment):
18600         * gst-libs/gst/audio/gstringbuffer.h:
18601           Name (private) union, makes Forte compiler happy (this time
18602           for real) (#324900).
18603
18604 2006-01-09  Tim-Philipp Müller  <tim at centricular dot net>
18605
18606         * gst-libs/gst/audio/Makefile.am:
18607           Link against libgstinterfaces, needed for mixer
18608           and property probe stuff.
18609
18610 2006-01-09  Edward Hervey  <edward@fluendo.com>
18611
18612         * gst-libs/gst/Makefile.am:
18613
18614 2006-01-09  Tim-Philipp Müller  <tim at centricular dot net>
18615
18616         * gst-libs/gst/audio/Makefile.am:
18617         * gst-libs/gst/audio/mixerutils.c:
18618         (gst_audio_mixer_filter_do_filter),
18619         (gst_audio_mixer_filter_check_element),
18620         (gst_audio_mixer_filter_probe_feature),
18621         (element_factory_rank_compare_func),
18622         (gst_audio_default_registry_mixer_filter):
18623         * gst-libs/gst/audio/mixerutils.h:
18624           Add gst_audio_default_registry_mixer_filter() utility
18625           function.
18626
18627 2006-01-03  Michael Smith  <msmith@fluendo.com>
18628
18629         * gst/audioresample/resample.h:
18630           As before, but for o_buf
18631
18632 2006-01-03  Michael Smith  <msmith@fluendo.com>
18633
18634         * gst/audioresample/resample.h:
18635           Declare struct _ResampleState.buffer as unsigned char *, not void *,
18636           since we do arithmetic on it.
18637
18638 2006-01-02  Tim-Philipp Müller  <tim at centricular dot net>
18639
18640         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
18641         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
18642         (gst_ring_buffer_pause), (wait_segment):
18643         * gst-libs/gst/audio/gstringbuffer.h:
18644           Sun's Forte compiler doesn't seem to like anonymous structs,
18645           so use same setup as in GstBaseSrc (fixes #324900).
18646
18647 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
18648
18649         * configure.ac:
18650         * gst/volume/Makefile.am:
18651         * gst/volume/demo.c:
18652           move old example to tests/examples/volume/volune.c
18653         * tests/examples/Makefile.am:
18654         * tests/examples/seek/seek.c: (main):
18655           change window-close event from "delete-event" to "destroy"
18656         * tests/examples/volume/Makefile.am:
18657         * tests/examples/volume/volume.c: (value_changed_callback),
18658         (setup_gui), (message_received), (eos_message_received), (main):
18659           fix event handling and bus usage
18660
18661 2005-12-29  Stefan Kost  <ensonic@users.sf.net>
18662
18663         * gst/audiotestsrc/gstaudiotestsrc.c:
18664         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
18665         (gst_audio_test_src_init), (gst_audio_test_src_src_fixate),
18666         (gst_audio_test_src_query), (gst_audio_test_src_create_sine),
18667         (gst_audio_test_src_create_square),
18668         (gst_audio_test_src_create_saw),
18669         (gst_audio_test_src_create_triangle),
18670         (gst_audio_test_src_create_silence),
18671         (gst_audio_test_src_create_white_noise),
18672         (gst_audio_test_src_create_pink_noise),
18673         (gst_audio_test_src_init_sine_table),
18674         (gst_audio_test_src_create_sine_table),
18675         (gst_audio_test_src_change_wave),
18676         (gst_audio_test_src_change_volume), (gst_audio_test_src_do_seek),
18677         (gst_audio_test_src_create), (gst_audio_test_src_set_property):
18678         * gst/audiotestsrc/gstaudiotestsrc.h:
18679           update to basesrc changes, implement segmented seeking and eos
18680           handling, add a 'sine-tab' waveform for performance critical playback
18681
18682 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
18683
18684         * po/POTFILES.in:
18685           ... and this time the other modified file that I missed last time.
18686
18687 2005-12-29  Michael Smith  <msmith@fluendo.com>
18688
18689         * gst/playback/gstdecodebin.c: (new_pad):
18690           Fix non-C89 variable declaration not at the start of a block. Should
18691           help some compilers.
18692
18693 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
18694
18695         * tests/check/Makefile.am:
18696           And now fix 'make distcheck' (builddir != srcdir)
18697
18698 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
18699
18700         * configure.ac:
18701         * ext/cdparanoia/Makefile.am:
18702         * ext/cdparanoia/gstcdparanoia.c:
18703         * ext/cdparanoia/gstcdparanoia.h:
18704         * ext/cdparanoia/gstcdparanoiasrc.c:
18705         (gst_cd_paranoia_mode_get_type), (gst_cd_paranoia_src_base_init),
18706         (gst_cd_paranoia_src_init), (gst_cd_paranoia_src_class_init),
18707         (gst_cd_paranoia_src_open), (gst_cd_paranoia_src_close),
18708         (gst_cd_paranoia_paranoia_callback),
18709         (gst_cd_paranoia_src_read_sector), (gst_cd_paranoia_src_finalize),
18710         (gst_cd_paranoia_src_set_property),
18711         (gst_cd_paranoia_src_get_property), (plugin_init):
18712         * ext/cdparanoia/gstcdparanoiasrc.h:
18713           New cdparanoiasrc element based on cddabasesrc; enable cdparanoia
18714           plugin again (there are still fixes required to playbin to make
18715           cdda:// uris work there).
18716
18717 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
18718
18719         * tests/check/Makefile.am:
18720           Fix test case compilation.
18721
18722 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
18723
18724         * gst-libs/gst/cdda/gstcddabasesrc.c:
18725         (gst_cdda_base_src_update_duration),
18726         (gst_cdda_base_src_calculate_cddb_id):
18727           An integer is not a string. Fix access to uninitialised variable.
18728
18729         * tests/check/Makefile.am:
18730           Add cddabasesrc unit test; also actually enable the vorbis test.
18731
18732         * tests/check/generic/states.c:
18733           Blacklist new cd audio elements as well.
18734
18735         * tests/check/libs/cddabasesrc.c:
18736           Unit test for GstCddaBaseSrc (discid calculation mostly).
18737
18738 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
18739
18740         * docs/libs/Makefile.am:
18741         * docs/libs/gst-plugins-base-libs-docs.sgml:
18742         * docs/libs/gst-plugins-base-libs-sections.txt:
18743         * docs/libs/gst-plugins-base-libs.types:
18744           Add docs for libgstcdda/GstCddaBaseSrc.
18745
18746         * gst-libs/gst/interfaces/mixertrack.h:
18747           Do one struct member per line with a semicolon at the end, that way
18748           even gtk-doc might parse it without complaining.
18749
18750 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
18751
18752         * configure.ac:
18753         * gst-libs/gst/Makefile.am:
18754         * gst-libs/gst/cdda/Makefile.am:
18755         * gst-libs/gst/cdda/base64.c:
18756         * gst-libs/gst/cdda/base64.h:
18757         * gst-libs/gst/cdda/gstcddabasesrc.c:
18758         (gst_cdda_base_src_mode_get_type), (gst_cdda_base_src_base_init),
18759         (gst_cdda_base_src_class_init), (gst_cdda_base_src_init),
18760         (gst_cdda_base_src_finalize), (gst_cdda_base_src_set_property),
18761         (gst_cdda_base_src_get_property),
18762         (gst_cdda_base_src_get_track_from_sector),
18763         (gst_cdda_base_src_get_query_types), (gst_cdda_base_src_convert),
18764         (gst_cdda_base_src_query), (gst_cdda_base_src_is_seekable),
18765         (gst_cdda_base_src_do_seek), (gst_cdda_base_src_handle_track_seek),
18766         (gst_cdda_base_src_handle_event), (gst_cdda_base_src_uri_get_type),
18767         (gst_cdda_base_src_uri_get_protocols),
18768         (gst_cdda_base_src_uri_get_uri), (gst_cdda_base_src_uri_set_uri),
18769         (gst_cdda_base_src_uri_handler_init),
18770         (gst_cdda_base_src_setup_interfaces),
18771         (gst_cdda_base_src_add_track), (gst_cdda_base_src_update_duration),
18772         (cddb_sum), (gst_cddabasesrc_calculate_musicbrainz_discid),
18773         (lba_to_msf), (gst_cdda_base_src_calculate_cddb_id),
18774         (gst_cdda_base_src_add_tags),
18775         (gst_cdda_base_src_add_index_associations),
18776         (gst_cdda_base_src_set_index), (gst_cdda_base_src_get_index),
18777         (gst_cdda_base_src_track_sort_func), (gst_cdda_base_src_start),
18778         (gst_cdda_base_src_clear_tracks), (gst_cdda_base_src_stop),
18779         (gst_cdda_base_src_create):
18780         * gst-libs/gst/cdda/gstcddabasesrc.h:
18781         * gst-libs/gst/cdda/sha1.c:
18782         * gst-libs/gst/cdda/sha1.h:
18783           Add new libgstcdda with GstCddaBaseSrc class.
18784
18785 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
18786
18787         * ext/gnomevfs/gstgnomevfssink.h:
18788           Use GstBaseSinkClass as parent_class member for class struct, not
18789           GstBaseSink.
18790
18791 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
18792
18793         Patch by: Michael Benes
18794
18795         * gst/videotestsrc/gstvideotestsrc.c:
18796         (gst_video_test_src_class_init), (gst_video_test_src_start):
18797           Add start method to reset running time and number of frames sent
18798           when starting up (fixes #324696)
18799
18800 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
18801
18802         * docs/plugins/Makefile.am:
18803         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
18804         * docs/plugins/gst-plugins-base-plugins-sections.txt:
18805         * docs/plugins/gst-plugins-base-plugins.args:
18806         * docs/plugins/gst-plugins-base-plugins.hierarchy:
18807         * docs/plugins/gst-plugins-base-plugins.signals:
18808           Add docs stuff for gnomevfssrc and gnomevfssink.
18809
18810         * ext/gnomevfs/gstgnomevfssrc.c:
18811           Fix example pipeline in gtk-doc blurb.
18812
18813 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
18814
18815         * ext/gnomevfs/Makefile.am:
18816         * ext/gnomevfs/gstgnomevfs.c: (gst_gnome_vfs_uri_get_type),
18817         (gst_gnome_vfs_handle_copy), (gst_gnome_vfs_handle_free),
18818         (gst_gnome_vfs_handle_get_type), (plugin_init):
18819         * ext/gnomevfs/gstgnomevfs.h:
18820         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_do_init),
18821         (gst_gnome_vfs_sink_base_init), (gst_gnome_vfs_sink_class_init),
18822         (gst_gnome_vfs_sink_finalize), (gst_gnome_vfs_sink_init),
18823         (gst_gnome_vfs_sink_set_property),
18824         (gst_gnome_vfs_sink_get_property), (gst_gnome_vfs_sink_open_file),
18825         (gst_gnome_vfs_sink_close_file), (gst_gnome_vfs_sink_start),
18826         (gst_gnome_vfs_sink_stop), (gst_gnome_vfs_sink_handle_event),
18827         (gst_gnome_vfs_sink_query), (gst_gnome_vfs_sink_render),
18828         (gst_gnome_vfs_sink_uri_get_type),
18829         (gst_gnome_vfs_sink_uri_get_protocols),
18830         (gst_gnome_vfs_sink_uri_get_uri), (gst_gnome_vfs_sink_uri_set_uri),
18831         (gst_gnome_vfs_sink_uri_handler_init):
18832         * ext/gnomevfs/gstgnomevfssink.h:
18833           Port gnomevfssink; add gtk-doc blurb.
18834
18835         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_get_type),
18836         (gst_gnome_vfs_src_base_init), (gst_gnome_vfs_src_class_init),
18837         (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
18838         (gst_gnome_vfs_src_uri_get_type),
18839         (gst_gnome_vfs_src_uri_get_protocols),
18840         (gst_gnome_vfs_src_uri_get_uri), (gst_gnome_vfs_src_uri_set_uri),
18841         (gst_gnome_vfs_src_uri_handler_init),
18842         (gst_gnome_vfs_src_set_property), (gst_gnome_vfs_src_get_property),
18843         (gst_gnome_vfs_src_unicodify), (audiocast_thread_run),
18844         (gst_gnome_vfs_src_send_additional_headers_callback),
18845         (gst_gnome_vfs_src_received_headers_callback),
18846         (gst_gnome_vfs_src_push_callbacks),
18847         (gst_gnome_vfs_src_pop_callbacks),
18848         (gst_gnome_vfs_src_get_icy_metadata), (gst_gnome_vfs_src_create),
18849         (gst_gnome_vfs_src_is_seekable), (gst_gnome_vfs_src_get_size),
18850         (gst_gnome_vfs_src_start), (gst_gnome_vfs_src_stop):
18851         * ext/gnomevfs/gstgnomevfssrc.h:
18852           s/gst_gnomevfssrc/gst_gnome_vfs_src/; move header stuff to header
18853           file; add gtk-doc blurb with example pipelines.
18854
18855 === release 0.10.1 ===
18856
18857 2005-12-23  Thomas Vander Stichele <thomas at apestaart dot org>
18858
18859         * configure.ac:
18860           releasing 0.10.1, "Dobro Dedek"
18861
18862 2005-12-21  Edgard Lima <edgard.lima@indt.org.br>
18863
18864         * gst/typefind/gsttypefindfunctions.c:
18865         iLBC30 and iLBC20 added to typefind.
18866
18867 2005-12-20  Thomas Vander Stichele  <thomas at apestaart dot org>
18868
18869         * gst-libs/gst/audio/gstbaseaudiosink.c:
18870         (gst_base_audio_sink_class_init):
18871         * gst-libs/gst/audio/gstbaseaudiosrc.c:
18872         (gst_base_audio_src_class_init):
18873           update strings, values are in microseconds
18874           change the default sink buffer time to something that is smaller
18875           (to help software volume mixing have a slightly lower delay) but
18876           still be acceptable on Wim's laptop
18877
18878 2005-12-20  Edward Hervey  <edward@fluendo.com>
18879
18880         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_template_caps):
18881         Made a quack, forgot to add DUCK to the riff video template.
18882
18883 2005-12-19  Edward Hervey  <edward@fluendo.com>
18884
18885         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_base_init),
18886         (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
18887         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
18888         (gst_ogm_parse_chain):
18889         Make sure pads are initialized correctly.
18890         * gst-libs/gst/riff/riff-ids.h:
18891         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
18892         (gst_riff_create_video_template_caps):
18893         Add a whole bunch of FOURCC <=> MimeType.
18894         Extend the riff video pad template to support the newly added fourcc.
18895
18896 2005-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
18897
18898         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain),
18899         (gst_ogg_demux_activate_chain):
18900           Extra debug output when activating/deactivating chains.
18901
18902         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
18903         (is_demuxer_element), (try_to_link_1), (remove_element_chain),
18904         (unlinked):
18905           Remove a queue from our list when it becomes unlinked.
18906           Don't add queues to elements in class 'Demux' if they
18907           can only produce one pad 
18908
18909 2005-12-18  Julien MOUTTE  <julien@moutte.net>
18910
18911         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_base_init),
18912         (gst_video_sink_get_type): Add a debug category.
18913
18914 2005-12-17  Philippe Khalaf  <burger@speedy.org> 
18915
18916         * gst-libs/gst/rtp/gstbasertpdepayload.c:
18917         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_handle_sink_event):
18918           Handle downstream newsegment by sending our own newsegment before the
18919           next buffer to be released. (#323900)
18920
18921 2005-12-17  Philippe Khalaf  <burger@speedy.org> 
18922
18923         * gst-libs/gst/rtp/gstbasertpdepayload.c:
18924         (gst_base_rtp_depayload_set_gst_timestamp):
18925           add queue delay to new segment as well (as opposed to just the first
18926           buffer). (bug #322347)
18927
18928 2005-12-16  Stefan Kost  <ensonic@users.sf.net>
18929
18930         * ext/libvisual/visual.c: (make_valid_name):
18931           change some char* into char[]
18932         * gst/audiotestsrc/gstaudiotestsrc.c:
18933         (gst_audio_test_src_class_init), (gst_audio_test_src_do_seek),
18934         (gst_audio_test_src_create):
18935         * gst/audiotestsrc/gstaudiotestsrc.h:
18936           prepare to handle EOS and SEGMENT_DONE
18937
18938 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
18939
18940         * tests/check/generic/states.c: (GST_START_TEST):
18941           Blacklist cdparanoia element in state test.
18942
18943 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
18944
18945           Patch by: Benjamin Pineau
18946
18947         * gst/tcp/gsttcp.c:
18948         * gst/tcp/gsttcpclientsink.c:
18949         * gst/tcp/gsttcpserversink.c:
18950         * gst/tcp/gsttcpserversrc.c:
18951           Add <string.h> includes for memset and FD_ZERO (fixes #323878)
18952
18953 2005-12-15  Michael Smith  <msmith@fluendo.com>
18954
18955         * gst/videorate/gstvideorate.c: (gst_video_rate_blank_data),
18956         (gst_video_rate_chain):
18957           Fix timestamping for videorate when the first buffer it sees has a
18958           non-zero timestamp. Fix some misleading debug output.
18959
18960 2005-12-15  Michael Smith  <msmith@fluendo.com>
18961
18962         * gst/audioresample/gstaudioresample.c:
18963           Don't leak all input buffers to audioresample.
18964
18965 2005-12-15  Tim-Philipp Müller  <tim at centricular dot net>
18966
18967         * ext/pango/gsttextoverlay.c: (gst_text_overlay_collected):
18968           Don't operate on empty text buffers. Strip newlines and
18969           tabs only from the end of the text, but leave them intact
18970           in the middle. Fix typo in gtk-doc description.
18971
18972 2005-12-15  Tim-Philipp Müller  <tim at centricular dot net>
18973
18974         * gst/playback/gstplaybasebin.c:
18975         * gst/playback/gstplaybin.c: (handoff):
18976           Make sure the video frame buffer we return to apps via the
18977           "frame" property always has caps set on it. Modify
18978           _gst_gvalue_set_object() macro to handle NULL objects
18979           gracefully too.
18980
18981 2005-12-14  Stefan Kost  <ensonic@users.sf.net>
18982
18983         * gst/audiotestsrc/gstaudiotestsrc.c:
18984         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
18985         (gst_audio_test_src_setcaps), (gst_audio_test_src_src_query),
18986         (gst_audio_test_src_do_seek), (gst_audio_test_src_is_seekable),
18987         (gst_audio_test_src_create):
18988         * gst/audiotestsrc/gstaudiotestsrc.h:
18989         Adjust to some recent api changes and add wtays new cool seeking
18990         capabillities
18991
18992 2005-12-14  Tim-Philipp Müller  <tim at centricular dot net>
18993
18994         * ext/alsa/Makefile.am:
18995         * ext/alsa/gstalsadeviceprobe.c:
18996         * ext/alsa/gstalsadeviceprobe.h:
18997           Helper functions to add device probing via the GstPropertyProbe
18998           interface to a class.
18999
19000         * ext/alsa/gstalsamixer.h:
19001           Comment out GST_ALSA_MIXER, it returns a struct that's not
19002           used.
19003
19004         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
19005           Add some debug info. 
19006
19007         * ext/alsa/gstalsamixerelement.c:
19008         (gst_alsa_mixer_element_interface_supported),
19009         (gst_implements_interface_init),
19010         (gst_alsa_mixer_element_init_interfaces),
19011         (gst_alsa_mixer_element_class_init),
19012         (gst_alsa_mixer_element_finalize), (gst_alsa_mixer_element_init),
19013         (gst_alsa_mixer_element_set_property),
19014         (gst_alsa_mixer_element_get_property),
19015         (gst_alsa_mixer_element_change_state):
19016         * ext/alsa/gstalsamixerelement.h:
19017           Add 'device' and 'device-name' properties. Add GstPropertyProbe
19018           for device handling (gnome-volume-control will need that).
19019
19020 2005-12-12  Christian Schaller  <uraeus@gnome.org>
19021
19022         * ext/Makefile.am: fix cdparanoia entry
19023         * gst-plugins-base.spec.in: add cdparanoia
19024
19025 2005-12-12  Michael Smith  <msmith@fluendo.com>
19026
19027         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
19028           Use the correct function to free list of typefind factories.
19029
19030 2005-12-12  Wim Taymans  <wim@fluendo.com>
19031
19032         * gst/videotestsrc/gstvideotestsrc.c:
19033         (gst_video_test_src_class_init), (gst_video_test_src_init),
19034         (gst_video_test_src_parse_caps), (gst_video_test_src_query),
19035         (gst_video_test_src_do_seek), (gst_video_test_src_is_seekable),
19036         (gst_video_test_src_create):
19037         * gst/videotestsrc/gstvideotestsrc.h:
19038         Implement seeking in videotestsrc.
19039         Small cleanups.
19040
19041 2005-12-12  Wim Taymans  <wim@fluendo.com>
19042
19043         * ext/cdparanoia/Makefile.am:
19044         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
19045         (gst_paranoia_endian_get_type), (_do_init),
19046         (cdparanoia_class_init), (cdparanoia_init),
19047         (cdparanoia_set_property), (cdparanoia_get_property),
19048         (cdparanoia_do_seek), (cdparanoia_is_seekable),
19049         (cdparanoia_create), (cdparanoia_start), (cdparanoia_stop),
19050         (cdparanoia_convert), (cdparanoia_get_query_types),
19051         (cdparanoia_query), (cdparanoia_set_index),
19052         (cdparanoia_uri_set_uri):
19053         * ext/cdparanoia/gstcdparanoia.h:
19054         Partially ported cdparanoia now that basesrc can support a
19055         plugin like this..
19056
19057 2005-12-12  Wim Taymans  <wim@fluendo.com>
19058
19059         * tests/examples/seek/scrubby.c: (main):
19060         Set higher priority for bus events so they don't get reordered with
19061         gtk gui events.
19062
19063         * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
19064         (flush_toggle_cb), (main):
19065         Added checkbox to disable flushing seeks. 
19066         Disable scrubbing when doing non flushing seeks.
19067
19068 2005-12-12  Tim-Philipp Müller  <tim at centricular dot net>
19069
19070         * gst/subparse/gstsubparse.c: (gst_sub_parse_init),
19071         (gst_sub_parse_do_seek), (gst_sub_parse_src_event), (parse_subrip),
19072         (parser_state_init), (handle_buffer), (gst_sub_parse_chain),
19073         (gst_sub_parse_sink_event), (gst_sub_parse_change_state):
19074           Implement some sort of event handling that doesn't rely on
19075           g_return_if_fail; make sure we always push the last chunk of an 
19076           .srt out when we receive an EOS; use gst_pad_alloc_buffer; fix
19077           state change function; remove some old cruft. Seeking is still
19078           rather unlikely to work though.
19079
19080         * tools/.cvsignore:
19081           Ignore more.
19082
19083 2005-12-11  Julien MOUTTE  <julien@moutte.net>
19084
19085         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): 
19086         Fixed a leak of the current image reference when cleaning up.
19087         Thanks to Arwed von Merkatz (alley_cat) for pointing it out.
19088
19089 2005-12-09  Michael Smith  <msmith@fluendo.com>
19090
19091         * tools/Makefile.am:
19092         * tools/gst-launch-ext-m.m:
19093           Remove gst-launch-ext. It doesn't work, and is no longer
19094           particularly useful.
19095
19096 2005-12-08  Luca Ognibene  <luogni@tin.it>
19097
19098         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
19099           don't pass random values to ogmparse convert function.
19100           Make seeking possible in the exile1.ogm file.
19101
19102 2005-12-07  Tim-Philipp Müller  <tim at centricular dot net>
19103
19104         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
19105         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
19106           Work around refcount problem with g_value_set_object() that occur
19107           if the core has been compiled against GLib-2.6 (g_value_set_object()
19108           will only g_object_ref() the element, but the caller will
19109           gst_object_unref() it and bad things will happen due to the way
19110           GstObjects are refcounted in the GLib-2.6 case). Fixes problems with
19111           totem for people on FC4 using Thomas's 0.10 RPMs.
19112           
19113 2005-12-07  Edward Hervey  <edward@fluendo.com>
19114
19115         Time to welcome ogm to 0.10 :)
19116         
19117         * ext/ogg/gstoggdemux.c: (internal_element_pad_added_cb),
19118         (gst_ogg_pad_typefind):
19119         Oggdemux can now properly typefind elements with dynamic pads.
19120         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
19121         Properly set caps on src pad, and set caps on outgoing buffers.
19122
19123 2005-12-06  Thomas Vander Stichele  <thomas at apestaart dot org>
19124
19125         * ext/alsa/gstalsamixer.h:
19126         * ext/alsa/gstalsamixerelement.h:
19127         * ext/alsa/gstalsamixeroptions.h:
19128         * ext/alsa/gstalsamixertrack.h:
19129         * ext/alsa/gstalsasink.c:
19130         * ext/alsa/gstalsasink.h:
19131         * ext/alsa/gstalsasrc.c:
19132         * ext/alsa/gstalsasrc.h:
19133         * ext/cdparanoia/gstcdparanoia.h:
19134         * ext/gnomevfs/gstgnomevfsuri.h:
19135         * ext/ogg/gstoggdemux.c:
19136         * ext/ogg/gstoggmux.c:
19137         * ext/pango/gsttextoverlay.h:
19138         * ext/theora/theoradec.c:
19139         * ext/theora/theoraenc.c:
19140         * ext/vorbis/vorbisdec.h:
19141         * ext/vorbis/vorbisenc.c:
19142         * ext/vorbis/vorbisenc.h:
19143         * ext/vorbis/vorbisparse.h:
19144         * gst-libs/gst/audio/gstaudioclock.h:
19145         * gst-libs/gst/audio/gstaudiosink.c:
19146         * gst-libs/gst/audio/gstaudiosink.h:
19147         * gst-libs/gst/audio/gstaudiosrc.c:
19148         * gst-libs/gst/audio/gstaudiosrc.h:
19149         * gst-libs/gst/audio/gstbaseaudiosink.c:
19150         * gst-libs/gst/audio/gstbaseaudiosink.h:
19151         * gst-libs/gst/audio/gstbaseaudiosrc.c:
19152         * gst-libs/gst/audio/gstbaseaudiosrc.h:
19153         * gst-libs/gst/audio/gstringbuffer.h:
19154         * gst-libs/gst/audio/multichannel.h:
19155         * gst-libs/gst/floatcast/floatcast.h:
19156         * gst-libs/gst/interfaces/colorbalance.c:
19157         * gst-libs/gst/interfaces/colorbalance.h:
19158         * gst-libs/gst/interfaces/colorbalancechannel.h:
19159         * gst-libs/gst/interfaces/mixer.h:
19160         * gst-libs/gst/interfaces/mixeroptions.h:
19161         * gst-libs/gst/interfaces/mixertrack.h:
19162         * gst-libs/gst/interfaces/navigation.h:
19163         * gst-libs/gst/interfaces/propertyprobe.h:
19164         * gst-libs/gst/interfaces/tuner.h:
19165         * gst-libs/gst/interfaces/tunerchannel.h:
19166         * gst-libs/gst/interfaces/tunernorm.h:
19167         * gst-libs/gst/interfaces/xoverlay.h:
19168         * gst-libs/gst/netbuffer/gstnetbuffer.h:
19169         * gst-libs/gst/riff/riff-ids.h:
19170         * gst-libs/gst/riff/riff-media.h:
19171         * gst-libs/gst/riff/riff-read.h:
19172         * gst-libs/gst/rtp/gstbasertpdepayload.h:
19173         * gst-libs/gst/rtp/gstbasertppayload.c:
19174         * gst-libs/gst/rtp/gstbasertppayload.h:
19175         * gst-libs/gst/rtp/gstrtpbuffer.c:
19176         * gst-libs/gst/rtp/gstrtpbuffer.h:
19177         * gst-libs/gst/tag/gsttageditingprivate.h:
19178         * gst-libs/gst/tag/gstvorbistag.c:
19179         (gst_tag_list_from_vorbiscomment_buffer):
19180         * gst-libs/gst/tag/tag.h:
19181         * gst-libs/gst/video/video.h:
19182         * gst/adder/gstadder.c:
19183         * gst/adder/gstadder.h:
19184         * gst/audioconvert/audioconvert.c:
19185         * gst/audioconvert/audioconvert.h:
19186         * gst/audioconvert/gstaudioconvert.c:
19187         * gst/audioconvert/gstchannelmix.c:
19188         * gst/audioconvert/gstchannelmix.h:
19189         * gst/audiorate/gstaudiorate.c:
19190         * gst/audioresample/buffer.h:
19191         * gst/audioresample/functable.h:
19192         * gst/audioresample/gstaudioresample.c:
19193         * gst/audioresample/resample.h:
19194         * gst/ffmpegcolorspace/avcodec.h:
19195         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19196         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
19197         * gst/ffmpegcolorspace/imgconvert.c:
19198         * gst/ffmpegcolorspace/imgconvert_template.h:
19199         * gst/playback/gstdecodebin.c:
19200         * gst/playback/gstplaybasebin.h:
19201         * gst/playback/gstplaybin.c:
19202         * gst/playback/gststreaminfo.h:
19203         * gst/tcp/gstfdset.c:
19204         * gst/tcp/gstfdset.h:
19205         * gst/tcp/gstmultifdsink.c:
19206         * gst/tcp/gstmultifdsink.h:
19207         * gst/tcp/gsttcp.h:
19208         * gst/tcp/gsttcpclientsrc.c:
19209         * gst/tcp/gsttcpclientsrc.h:
19210         * gst/tcp/gsttcpplugin.h:
19211         * gst/tcp/gsttcpserversink.c:
19212         * gst/tcp/gsttcpserversrc.c:
19213         * gst/typefind/gsttypefindfunctions.c:
19214         * gst/videorate/gstvideorate.c:
19215         * gst/videotestsrc/gstvideotestsrc.h:
19216         * gst/videotestsrc/videotestsrc.h:
19217         * sys/v4l/gstv4lcolorbalance.h:
19218         * sys/v4l/gstv4ltuner.h:
19219         * sys/v4l/gstv4lxoverlay.h:
19220         * sys/v4l/v4l_calls.h:
19221         * sys/v4l/videodev_mjpeg.h:
19222         * tests/check/elements/audioconvert.c:
19223         * tests/check/elements/audioresample.c:
19224         * tests/check/elements/audiotestsrc.c:
19225         * tests/check/elements/videotestsrc.c:
19226         * tests/check/elements/volume.c:
19227         * tests/examples/seek/scrubby.c:
19228         * tests/examples/seek/seek.c:
19229           expand tabs
19230
19231 === release 0.10.0 ===
19232
19233 2005-12-05 Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19234
19235         * configure.ac:
19236           releasing 0.10.0, "Mont-d'or"
19237
19238 2005-12-05  Jan Schmidt  <thaytan@mad.scientist.com>
19239
19240         * tests/examples/seek/Makefile.am:
19241         Build fix for when gtk is not available.
19242
19243 2005-12-05  Andy Wingo  <wingo@pobox.com>
19244
19245         * ext/libvisual/visual.c: (get_buffer):
19246         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
19247         * ext/pango/gsttextrender.c: (gst_text_render_chain):
19248         * ext/theora/theoradec.c: (theora_handle_data_packet):
19249         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
19250         (theora_enc_chain):
19251         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
19252         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
19253         Update for alloc_buffer changes.
19254
19255 2005-12-05  Andy Wingo  <wingo@pobox.com>
19256
19257         patch by: Kai Vehmanen <kv2004 eca cx>
19258         
19259         * gst-libs/gst/rtp/gstbasertpdepayload.c
19260         (gst_base_rtp_depayload_thread): Fix busy loop (#323017).
19261
19262 2005-12-04  Andy Wingo  <wingo@pobox.com>
19263
19264         patch by: Sebastien Cote <sebas642 yahoo ca>
19265         
19266         * pkgconfig/gstreamer-plugins-base.pc.in (Libs): Add -L flag.
19267         Fixes #319172.
19268
19269 2005-12-02  Tim-Philipp Müller  <tim at centricular dot net>
19270
19271         * docs/plugins/Makefile.am:
19272         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
19273         * docs/plugins/gst-plugins-base-plugins-sections.txt:
19274         * docs/plugins/gst-plugins-base-plugins.hierarchy:
19275         * ext/pango/gstclockoverlay.c:
19276         * ext/pango/gsttextoverlay.c: 
19277         * ext/pango/gsttextrender.c:
19278         * ext/pango/gsttimeoverlay.c:
19279           Add gtk-doc blurbs to pango elements.
19280
19281 2005-12-02  Wim Taymans  <wim@fluendo.com>
19282
19283         * gst/audioresample/buffer.c: (audioresample_buffer_queue_flush):
19284         * gst/audioresample/buffer.h:
19285         * gst/audioresample/gstaudioresample.c:
19286         * gst/audioresample/gstaudioresample.h:
19287         * gst/audioresample/resample.c: (resample_input_flush),
19288         (resample_input_pushthrough), (resample_input_eos),
19289         (resample_get_output_size_for_input),
19290         (resample_get_input_size_for_output), (resample_get_output_size),
19291         (resample_get_output_data):
19292         * gst/audioresample/resample.h:
19293         * gst/audioresample/resample_ref.c: (resample_scale_ref):
19294         Fix audioresample, seek torture, new segments, reverse negotiation
19295         etc.. work fine.
19296
19297 2005-12-02  Wim Taymans  <wim@fluendo.com>
19298
19299         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
19300         Small cleanups.
19301
19302 2005-12-02  Wim Taymans  <wim@fluendo.com>
19303
19304         * gst/audioconvert/gstaudioconvert.c:
19305         (gst_audio_convert_transform):
19306         Post errors.
19307
19308 === release 0.9.7 ===
19309
19310 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19311
19312         * configure.ac:
19313           releasing 0.9.7, "Mi Perro No Tiene Ninguna Nariz"
19314
19315 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19316
19317         * Makefile.am:
19318         * po/hu.po:
19319         * win32/MANIFEST:
19320         * win32/gst.sln:
19321           add win32 MANIFEST file
19322           do something to the hungarian translation
19323
19324 2005-12-01  Tim-Philipp Müller  <tim at centricular dot net>
19325
19326         * ext/Makefile.am:
19327           Add $(PANGO_DIR) to SUBDIRS
19328
19329         * ext/pango/gstclockoverlay.c:
19330         * ext/pango/gsttimeoverlay.c:
19331           Fix and improve element descriptions.
19332
19333 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19334
19335         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
19336         * docs/plugins/inspect/plugin-libvisual.xml:
19337         * docs/plugins/inspect/plugin-pango.xml:
19338           add pango plugin to docs
19339
19340 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19341
19342         * configure.ac:
19343         * ext/Makefile.am:
19344           moved pango to base
19345
19346 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19347
19348         * configure.ac:
19349         * tests/Makefile.am:
19350         * tests/icles/.cvsignore:
19351         * tests/icles/Makefile.am:
19352         * tests/icles/stress-xoverlay.c: (myclock), (open_display),
19353         (close_display), (resize_window), (move_window), (create_window),
19354         (terminate_playback), (pause_playback), (start_playback), (main):
19355           add stress test for xoverlay from Julien
19356
19357 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19358
19359         * docs/libs/tmpl/gstcolorbalance.sgml:
19360         * gst-libs/gst/rtp/gstbasertpdepayload.c:
19361         * gst-libs/gst/rtp/gstbasertppayload.c:
19362         * gst-libs/gst/rtp/gstrtpbuffer.c:
19363         * gst-libs/gst/rtp/gstrtpbuffer.h:
19364           Do burger's rename for rtp payloaders and depayloaders
19365
19366 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19367
19368         * win32/:
19369           add Visual Studio 6 build files
19370
19371 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19372
19373         * docs/libs/gst-plugins-base-libs-docs.sgml:
19374         * docs/libs/gst-plugins-base-libs-sections.txt:
19375         * docs/libs/tmpl/gstaudio.sgml:
19376         * docs/libs/tmpl/gstringbuffer.sgml:
19377         * gst-libs/gst/interfaces/xoverlay.c:
19378         * gst-libs/gst/video/gstvideofilter.c:
19379         * gst-libs/gst/video/gstvideosink.c:
19380           update documentation
19381
19382 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19383
19384         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_base_init),
19385         (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_init),
19386         (gst_multi_fd_sink_finalize), (gst_multi_fd_sink_add),
19387         (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
19388         (gst_multi_fd_sink_get_stats),
19389         (gst_multi_fd_sink_remove_client_link),
19390         (gst_multi_fd_sink_handle_client_read),
19391         (gst_multi_fd_sink_client_queue_data),
19392         (gst_multi_fd_sink_client_queue_caps),
19393         (gst_multi_fd_sink_client_queue_buffer),
19394         (gst_multi_fd_sink_new_client),
19395         (gst_multi_fd_sink_handle_client_write),
19396         (gst_multi_fd_sink_recover_client),
19397         (gst_multi_fd_sink_queue_buffer),
19398         (gst_multi_fd_sink_handle_clients), (gst_multi_fd_sink_thread),
19399         (gst_multi_fd_sink_render), (gst_multi_fd_sink_set_property),
19400         (gst_multi_fd_sink_get_property), (gst_multi_fd_sink_start),
19401         (gst_multi_fd_sink_stop), (gst_multi_fd_sink_change_state):
19402         * gst/tcp/gstmultifdsink.h:
19403         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_get_type),
19404         (gst_tcp_client_sink_base_init), (gst_tcp_client_sink_class_init),
19405         (gst_tcp_client_sink_init), (gst_tcp_client_sink_finalize),
19406         (gst_tcp_client_sink_setcaps), (gst_tcp_client_sink_render),
19407         (gst_tcp_client_sink_set_property),
19408         (gst_tcp_client_sink_get_property), (gst_tcp_client_sink_start),
19409         (gst_tcp_client_sink_stop), (gst_tcp_client_sink_change_state):
19410         * gst/tcp/gsttcpclientsink.h:
19411         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_base_init),
19412         (gst_tcp_client_src_class_init), (gst_tcp_client_src_init),
19413         (gst_tcp_client_src_finalize), (gst_tcp_client_src_getcaps),
19414         (gst_tcp_client_src_create), (gst_tcp_client_src_set_property),
19415         (gst_tcp_client_src_get_property), (gst_tcp_client_src_start),
19416         (gst_tcp_client_src_stop), (gst_tcp_client_src_unlock):
19417         * gst/tcp/gsttcpclientsrc.h:
19418         * gst/tcp/gsttcpplugin.c: (plugin_init):
19419         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_base_init),
19420         (gst_tcp_server_sink_class_init), (gst_tcp_server_sink_init),
19421         (gst_tcp_server_sink_finalize),
19422         (gst_tcp_server_sink_handle_server_read),
19423         (gst_tcp_server_sink_removed), (gst_tcp_server_sink_handle_wait),
19424         (gst_tcp_server_sink_set_property),
19425         (gst_tcp_server_sink_get_property),
19426         (gst_tcp_server_sink_init_send), (gst_tcp_server_sink_close):
19427         * gst/tcp/gsttcpserversink.h:
19428         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_base_init),
19429         (gst_tcp_server_src_class_init), (gst_tcp_server_src_init),
19430         (gst_tcp_server_src_finalize), (gst_tcp_server_src_create),
19431         (gst_tcp_server_src_set_property),
19432         (gst_tcp_server_src_get_property), (gst_tcp_server_src_start),
19433         (gst_tcp_server_src_stop), (gst_tcp_server_src_unlock):
19434         * gst/tcp/gsttcpserversrc.h:
19435           more borgifying
19436
19437 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19438
19439         * docs/plugins/Makefile.am:
19440         * docs/plugins/gst-plugins-base-plugins.args:
19441         * docs/plugins/inspect/plugin-libvisual.xml:
19442         * gst/audioconvert/plugin.h:
19443         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_get_type),
19444         (gst_audio_rate_base_init), (gst_audio_rate_class_init),
19445         (gst_audio_rate_setcaps), (gst_audio_rate_init),
19446         (gst_audio_rate_chain), (gst_audio_rate_set_property),
19447         (gst_audio_rate_get_property), (gst_audio_rate_change_state),
19448         (plugin_init):
19449         * gst/audiotestsrc/gstaudiotestsrc.c:
19450         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_base_init),
19451         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
19452         (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
19453         (gst_audio_test_src_get_query_types),
19454         (gst_audio_test_src_src_query), (gst_audio_test_src_create_sine),
19455         (gst_audio_test_src_create_square),
19456         (gst_audio_test_src_create_saw),
19457         (gst_audio_test_src_create_triangle),
19458         (gst_audio_test_src_create_silence),
19459         (gst_audio_test_src_create_white_noise),
19460         (gst_audio_test_src_init_pink_noise),
19461         (gst_audio_test_src_generate_pink_noise_value),
19462         (gst_audio_test_src_create_pink_noise),
19463         (gst_audio_test_src_change_wave), (gst_audio_test_src_get_times),
19464         (gst_audio_test_src_create), (gst_audio_test_src_set_property),
19465         (gst_audio_test_src_get_property), (gst_audio_test_src_start),
19466         (plugin_init):
19467         * gst/audiotestsrc/gstaudiotestsrc.h:
19468         * gst/subparse/gstsubparse.c: (gst_sub_parse_get_type),
19469         (gst_sub_parse_base_init), (gst_sub_parse_class_init),
19470         (gst_sub_parse_init), (gst_sub_parse_formats),
19471         (gst_sub_parse_src_eventmask), (gst_sub_parse_src_event),
19472         (convert_encoding), (get_next_line),
19473         (gst_sub_parse_data_format_autodetect),
19474         (gst_sub_parse_format_autodetect), (feed_textbuf), (handle_buffer),
19475         (gst_sub_parse_loop), (gst_sub_parse_chain),
19476         (gst_sub_parse_change_state), (gst_sub_parse_type_find),
19477         (plugin_init):
19478         * gst/subparse/gstsubparse.h:
19479         * gst/videorate/gstvideorate.c: (gst_video_rate_get_type),
19480         (gst_video_rate_base_init), (gst_video_rate_class_init),
19481         (gst_video_rate_transformcaps), (gst_video_rate_getcaps),
19482         (gst_video_rate_setcaps), (gst_video_rate_blank_data),
19483         (gst_video_rate_init), (gst_video_rate_event),
19484         (gst_video_rate_chain), (gst_video_rate_set_property),
19485         (gst_video_rate_get_property), (gst_video_rate_change_state),
19486         (plugin_init):
19487         * gst/videoscale/gstvideoscale.c:
19488         (gst_video_scale_method_get_type), (gst_video_scale_get_capslist),
19489         (gst_video_scale_src_template_factory),
19490         (gst_video_scale_sink_template_factory),
19491         (gst_video_scale_get_type), (gst_video_scale_base_init),
19492         (gst_video_scale_class_init), (gst_video_scale_init),
19493         (gst_video_scale_set_property), (gst_video_scale_get_property),
19494         (gst_video_scale_transform_caps), (gst_video_scale_get_format),
19495         (gst_video_scale_prepare_size), (parse_caps),
19496         (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
19497         (gst_video_scale_fixate_caps), (gst_video_scale_prepare_image),
19498         (gst_video_scale_transform), (gst_video_scale_handle_src_event),
19499         (plugin_init):
19500         * gst/videoscale/gstvideoscale.h:
19501         * gst/videotestsrc/gstvideotestsrc.c:
19502         (gst_video_test_src_pattern_get_type),
19503         (gst_video_test_src_base_init), (gst_video_test_src_class_init),
19504         (gst_video_test_src_init), (gst_video_test_src_src_fixate),
19505         (gst_video_test_src_set_pattern),
19506         (gst_video_test_src_set_property),
19507         (gst_video_test_src_get_property), (gst_video_test_src_getcaps),
19508         (gst_video_test_src_parse_caps), (gst_video_test_src_setcaps),
19509         (gst_video_test_src_event), (gst_video_test_src_get_times),
19510         (gst_video_test_src_create), (plugin_init):
19511         * gst/videotestsrc/gstvideotestsrc.h:
19512         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_get_size),
19513         (gst_video_test_src_smpte), (gst_video_test_src_snow),
19514         (gst_video_test_src_black):
19515         * gst/videotestsrc/videotestsrc.h:
19516           borgify further
19517           clean up docs a little
19518
19519 2005-11-30  Wim Taymans  <wim@fluendo.com>
19520
19521         * gst-libs/gst/rtp/gstbasertpdepayload.h:
19522         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
19523         (gst_basertppayload_event), (gst_basertppayload_push),
19524         (gst_basertppayload_change_state):
19525         * gst-libs/gst/rtp/gstbasertppayload.h:
19526         closed #320644.
19527
19528 2005-11-30  Julien MOUTTE  <julien@moutte.net>
19529
19530         * docs/libs/gst-plugins-base-libs-docs.sgml:
19531         * docs/libs/gst-plugins-base-libs-sections.txt:
19532         * gst-libs/gst/video/gstvideofilter.c:
19533         * gst-libs/gst/video/gstvideosink.c:
19534         * gst-libs/gst/video/gstvideosink.h: Adding docs.
19535
19536 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19537
19538         * LICENSE:
19539           move
19540         * po/af.po:
19541         * po/az.po:
19542         * po/cs.po:
19543         * po/en_GB.po:
19544         * po/hu.po:
19545         * po/it.po:
19546         * po/nb.po:
19547         * po/nl.po:
19548         * po/or.po:
19549         * po/sq.po:
19550         * po/sr.po:
19551         * po/sv.po:
19552         * po/uk.po:
19553         * po/vi.po:
19554         * Makefile.am:
19555           update
19556         * scripts/autoplugins.sh:
19557           remove
19558
19559 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19560
19561         * Makefile.am:
19562         * configure.ac:
19563         * examples/Makefile.am:
19564         * examples/capsfilter/Makefile.am:
19565         * examples/capsfilter/capsfilter1.c:
19566         * examples/gob/Makefile.am:
19567         * examples/gob/gst-identity2.gob:
19568         * examples/indexing/.cvsignore:
19569         * examples/indexing/Makefile.am:
19570         * examples/indexing/indexmpeg.c:
19571         * examples/seeking/.cvsignore:
19572         * examples/seeking/Makefile.am:
19573         * examples/seeking/cdparanoia.c:
19574         * examples/seeking/cdplayer.c:
19575         * examples/seeking/chained.c:
19576         * examples/seeking/scrubby.c:
19577         * examples/seeking/seek.c:
19578         * examples/stats/Makefile.am:
19579         * examples/stats/mp2ogg.c:
19580         * examples/switch/.cvsignore:
19581         * examples/switch/Makefile.am:
19582         * examples/switch/switcher.c:
19583         * tests/Makefile.am:
19584         * tests/check/generic/.cvsignore:
19585         * tests/check/pipelines/.cvsignore:
19586         * tests/examples/Makefile.am:
19587         * tests/examples/seek/Makefile.am:
19588           reorganize stuff under tests/
19589
19590 2005-11-30  Edward Hervey  <edward@fluendo.com>
19591
19592         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
19593         Go away you stupid GstStaticPadTemplate memleak.
19594
19595 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
19596
19597         * gst-libs/gst/net/Makefile.am:
19598         * gst-libs/gst/net/README:
19599         * gst-libs/gst/net/gstnetbuffer.c:
19600         * gst-libs/gst/net/gstnetbuffer.h:
19601           this was moved to "netbuffer"
19602
19603 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
19604
19605         * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_get_type),
19606         (gst_video_filter_class_init), (gst_video_filter_init):
19607         * gst-libs/gst/video/gstvideofilter.h:
19608           borgify name to bring in line with other classes
19609
19610 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
19611
19612         * gst/audioscale/.cvsignore:
19613         * gst/audioscale/Makefile.am:
19614         * gst/audioscale/README:
19615         * gst/audioscale/audioscale.vcproj:
19616         * gst/audioscale/dtof.c:
19617         * gst/audioscale/dtos.c:
19618         * gst/audioscale/functable.c:
19619         * gst/audioscale/gstaudioscale.c:
19620         * gst/audioscale/gstaudioscale.h:
19621         * gst/audioscale/private.h:
19622         * gst/audioscale/resample.c:
19623         * gst/audioscale/resample.h:
19624         * gst/audioscale/test.c:
19625           remove
19626
19627 2005-11-30  Edward Hervey  <edward@fluendo.com>
19628
19629         * gst-libs/gst/netbuffer/Makefile.am:
19630         really, really tired
19631
19632 2005-11-30  Edward Hervey  <edward@fluendo.com>
19633
19634         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
19635         Update for new GstTypeFindFactory _register()
19636
19637 2005-11-30  Edward Hervey  <edward@fluendo.com>
19638
19639         * gst-libs/gst/netbuffer/Makefile.am: (libgstnetbufferincludedir): 
19640         Let's not override libgstnet from core for no reason...
19641         (libgstnetbuffer_@GST_MAJORMINOR@_la_SOURCES):
19642         Ok, maybe not so quick next time.
19643
19644 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
19645
19646         * configure.ac:
19647         * gst-libs/gst/Makefile.am:
19648           moved gst-libs/gst/net to netbuffer through CVS surgery
19649           remove old directory
19650           updating build to accomodate
19651           (#322257)
19652
19653 2005-11-29  Andy Wingo  <wingo@pobox.com>
19654
19655         * pkgconfig/gstreamer-plugins-base.pc.in:
19656         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
19657         * gst-libs/gst/net/Makefile.am: Rename gstnet to gstnetbuffer
19658         (#322257).
19659
19660 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
19661
19662         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
19663         3rd time's the charm. Correct ref-counting for discarded buffers.
19664
19665 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
19666
19667         * gst/playback/gststreamselector.c:
19668         (gst_stream_selector_class_init),
19669         (gst_stream_selector_set_property),
19670         (gst_stream_selector_get_property),
19671         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
19672         Fix ref-counting
19673
19674 2005-11-29  Tim-Philipp Müller  <tim at centricular dot net>
19675
19676         * gst/subparse/gstsubparse.c: (feed_textbuf):
19677           Don't access already unref'ed buffer.
19678
19679 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
19680
19681         * gst/playback/gststreamselector.c:
19682         (gst_stream_selector_class_init), (gst_stream_selector_init),
19683         (gst_stream_selector_dispose), (gst_stream_selector_set_property),
19684         (gst_stream_selector_get_property),
19685         (gst_stream_selector_get_linked_pad),
19686         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
19687         * gst/playback/gststreamselector.h:
19688         Add the active-pad property for playbin to use shortly. Ignore buffers
19689         from any other pad, returning GST_FLOW_NOT_LINKED
19690
19691 2005-11-29  Julien MOUTTE  <julien@moutte.net>
19692
19693         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find): Free the list,
19694         patch from bug #322704 (Alessandro Decina).
19695
19696 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
19697
19698         * gst-libs/gst/audio/Makefile.am:
19699           folded audiofilter into the audio library
19700
19701 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
19702
19703         * gst/videoscale/gstvideoscale.h:
19704         * gst/videoscale/gstvideoscale.c:
19705           remove unimplemented scale methods
19706
19707 2005-11-28  Tim-Philipp Müller  <tim at centricular dot net>
19708
19709         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers):
19710           Don't leak caps.
19711
19712 2005-11-28  Julien MOUTTE  <julien@moutte.net>
19713
19714         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
19715         (gst_ximagesink_setcaps):
19716         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
19717         (gst_xvimagesink_setcaps): Fixed a tricky bug. When caps renegotiation
19718         happens (only visible on ximagesink but bug is in xv too) set_caps was
19719         destroying the internal x[v]image used to memcpy non locally alloced
19720         buffers so that it got renewed on next _chain. The issue is that 
19721         _expose will try to put that image as it reffed it in _put.
19722         Using gst_buffer_unref instead of destroy fixes it !
19723
19724 2005-11-28  Edward Hervey  <edward@fluendo.com>
19725
19726         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
19727         (try_to_link_1), (queue_filled_cb):
19728         Better use of the queues. Start with a small size queue and only increase
19729         the size of the queues when the other queues are empty.
19730
19731 2005-11-28  Thomas Vander Stichele  <thomas at apestaart dot org>
19732
19733         * gst-libs/gst/video/Makefile.am:
19734           compile in copied-over videofilter into the video library
19735         * gst-libs/gst/video/videosink.h:
19736           rename the header to gstvideosink.h since it's a base GstObject class
19737         * sys/ximage/ximagesink.h:
19738         * sys/xvimage/xvimagesink.h:
19739           use the new header
19740
19741 2005-11-28  Wim Taymans  <wim@fluendo.com>
19742
19743         * gst/playback/gstplaybasebin.c: (group_commit), (probe_triggered):
19744         * gst/playback/gstplaybasebin.h:
19745         Prepare to handle errors betters.
19746
19747         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
19748         Set sinks to PAUSED first before adding and linking them so that
19749         we don't interrupt dataflow.
19750
19751 2005-11-28  Wim Taymans  <wim@fluendo.com>
19752
19753         * gst-libs/gst/audio/TODO:
19754         Updated TODO
19755
19756         * gst-libs/gst/audio/gstaudiosink.c:
19757         (gst_audioringbuffer_open_device),
19758         (gst_audioringbuffer_close_device), (gst_audioringbuffer_acquire),
19759         (gst_audioringbuffer_release):
19760         Small cleanups.
19761
19762         * gst-libs/gst/audio/gstbaseaudiosink.c:
19763         (gst_base_audio_sink_class_init), (gst_base_audio_sink_render),
19764         (gst_base_audio_sink_change_state):
19765         Slave to the master clock when going to PLAYING and unslave when
19766         going to PAUSED.
19767
19768         * gst-libs/gst/audio/gstringbuffer.c:
19769         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
19770         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
19771         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
19772         (gst_ring_buffer_clear_all), (wait_segment),
19773         (gst_ring_buffer_commit), (gst_ring_buffer_read),
19774         (gst_ring_buffer_advance):
19775         * gst-libs/gst/audio/gstringbuffer.h:
19776         Add some docs and cleanups.
19777
19778 2005-11-28  Julien MOUTTE  <julien@moutte.net>
19779
19780         * sys/xvimage/xvimagesink.c:
19781         (gst_xvimagesink_navigation_send_event): Fix navigation events
19782         coordinates translation with pixel aspect ratios.
19783
19784 2005-11-28  Julien MOUTTE  <julien@moutte.net>
19785
19786         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
19787         Use calculated video geometry from _setcaps instead of buffer
19788         caps to respect pixel aspect ratio. (fixes #322388)
19789
19790 2005-11-28  Julien MOUTTE  <julien@moutte.net>
19791
19792         * docs/libs/tmpl/gstcolorbalance.sgml:
19793         * docs/libs/tmpl/gstmixer.sgml:
19794         * docs/libs/tmpl/gstxoverlay.sgml:
19795         * gst-libs/gst/interfaces/xoverlay.c: Add docs for the Xoverlay
19796         interface.
19797
19798 2005-11-28  Julien MOUTTE  <julien@moutte.net>
19799
19800         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
19801         Refuse to create an XvImage if we can't find the format.
19802
19803 2005-11-28  Edward Hervey  <edward@fluendo.com>
19804
19805         * gst-libs/gst/riff/riff-media.c:
19806         (gst_riff_create_audio_template_caps):
19807         Add ATRAC3 to the list of riff-possible audio caps.
19808         I know we still don't have a plugin for atrac3, but it's saner to output
19809         that than a cryptic mimetype.
19810
19811 2005-11-27  Edward Hervey  <edward@fluendo.com>
19812
19813         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds):
19814         Don't try to create a zero-sized subbuffer.
19815
19816 2005-11-27  Julien MOUTTE  <julien@moutte.net>
19817
19818         * sys/ximage/ximagesink.c: (gst_ximage_buffer_free),
19819         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
19820         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_buffer_alloc),
19821         (gst_ximagesink_expose): Fixed a tricky race.
19822         * sys/ximage/ximagesink.h:
19823         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
19824         (gst_xvimagesink_expose): Fixed a tricky race.
19825         * sys/xvimage/xvimagesink.h:
19826
19827 2005-11-27  Edward Hervey  <edward@fluendo.com>
19828
19829         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
19830         (gst_decode_bin_init), (close_pad_link), (try_to_link_1):
19831         Remove unused properties, and add queues between demuxers and decoders
19832         so that a lot more files can preroll properly.
19833
19834 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
19835
19836         * gst-libs/gst/net/Makefile.am:
19837         * gst-libs/gst/rtp/Makefile.am:
19838         * gst-libs/gst/tag/Makefile.am:
19839           remove silly include
19840         * gst/tags/Makefile.am:
19841         * gst/tags/gsttagediting.c:
19842         * gst/tags/gsttageditingprivate.h:
19843         * gst/tags/tagedit.vcproj:
19844           remove directory, is as good as empty
19845
19846 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
19847
19848         * configure.ac:
19849           added GST_LIB_LDFLAGS and GST_ALL_LDFLAGS
19850         * gst-libs/Makefile.am:
19851         * gst-libs/gst/audio/Makefile.am:
19852         * gst-libs/gst/interfaces/Makefile.am:
19853         * gst-libs/gst/net/Makefile.am:
19854         * gst-libs/gst/riff/Makefile.am:
19855         * gst-libs/gst/rtp/Makefile.am:
19856         * gst-libs/gst/tag/Makefile.am:
19857         * gst-libs/gst/video/Makefile.am:
19858           and use them
19859
19860 2005-11-27  Julien MOUTTE  <julien@moutte.net>
19861
19862         * docs/libs/tmpl/gstcolorbalance.sgml:
19863         * docs/libs/tmpl/gstmixer.sgml:
19864         * docs/libs/tmpl/gstxoverlay.sgml:
19865         * sys/ximage/ximagesink.c: (gst_ximagesink_buffer_alloc):
19866         * sys/ximage/ximagesink.h:
19867         * sys/xvimage/xvimagesink.h: More and more documentation.
19868
19869 2005-11-26  Julien MOUTTE  <julien@moutte.net>
19870
19871         * docs/libs/gst-plugins-base-libs-docs.sgml:
19872         * docs/libs/gst-plugins-base-libs-sections.txt:
19873         * docs/libs/tmpl/gstcolorbalance.sgml:
19874         * docs/libs/tmpl/gstmixer.sgml:
19875         * docs/libs/tmpl/gstxoverlay.sgml: Add the XOverlay interface
19876         to documentation.
19877
19878 2005-11-26  Julien MOUTTE  <julien@moutte.net>
19879
19880         * docs/plugins/Makefile.am:
19881         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
19882         * docs/plugins/gst-plugins-base-plugins-sections.txt:
19883         * sys/xvimage/xvimagesink.c: Added doc for xvimagesink.
19884
19885 2005-11-26  Julien MOUTTE  <julien@moutte.net>
19886
19887         * docs/plugins/Makefile.am:
19888         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
19889         * docs/plugins/gst-plugins-base-plugins-sections.txt:
19890         * docs/plugins/inspect/plugin-adder.xml:
19891         * docs/plugins/inspect/plugin-alsa.xml:
19892         * docs/plugins/inspect/plugin-audioconvert.xml:
19893         * docs/plugins/inspect/plugin-audiorate.xml:
19894         * docs/plugins/inspect/plugin-audioresample.xml:
19895         * docs/plugins/inspect/plugin-audiotestsrc.xml:
19896         * docs/plugins/inspect/plugin-decodebin.xml:
19897         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
19898         * docs/plugins/inspect/plugin-gnomevfs.xml:
19899         * docs/plugins/inspect/plugin-ogg.xml:
19900         * docs/plugins/inspect/plugin-playbin.xml:
19901         * docs/plugins/inspect/plugin-subparse.xml:
19902         * docs/plugins/inspect/plugin-tcp.xml:
19903         * docs/plugins/inspect/plugin-theora.xml:
19904         * docs/plugins/inspect/plugin-typefindfunctions.xml:
19905         * docs/plugins/inspect/plugin-video4linux.xml:
19906         * docs/plugins/inspect/plugin-videorate.xml:
19907         * docs/plugins/inspect/plugin-videoscale.xml:
19908         * docs/plugins/inspect/plugin-videotestsrc.xml:
19909         * docs/plugins/inspect/plugin-volume.xml:
19910         * docs/plugins/inspect/plugin-vorbis.xml:
19911         * docs/plugins/inspect/plugin-ximagesink.xml:
19912         * docs/plugins/inspect/plugin-xvimagesink.xml: Updated version.
19913         * sys/ximage/ximagesink.c: Adding documentation for ximagesink.
19914
19915 2005-11-26  Edward Hervey  <edward@fluendo.com>
19916
19917         * gst/audiorate/gstaudiorate.c: (gst_audiorate_chain):
19918         Properly return GstFlowReturn from gst_pad_push in chain functions.
19919
19920 2005-11-25  Michael Smith  <msmith@fluendo.com>
19921
19922         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
19923         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
19924         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
19925         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
19926           Handle various conditions better when we don't understand a stream.
19927           Removes a heap of CRITICALs on ogg streams containing unknown data.
19928
19929 2005-11-24  Andy Wingo  <wingo@pobox.com>
19930
19931         * gst/tcp/gstmultifdsink.c (gst_multifdsink_handle_client_write):
19932         Be threadsafe.
19933
19934 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19935
19936         * configure.ac: back to HEAD
19937
19938 === release 0.9.6 ===
19939
19940 2005-11-23  Thomas Vander Stichele <thomas at apestaart dot org>
19941
19942         * configure.ac:
19943           releasing 0.9.6, "White Eight"
19944
19945 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19946
19947         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
19948         * docs/plugins/inspect/plugin-sine.xml:
19949           remove sinesrc some more
19950
19951 2005-11-23  Wim Taymans  <wim@fluendo.com>
19952
19953         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
19954         If we are reading too slowly, jump forward in the ringbuffer
19955         instead of blocking.
19956
19957 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
19958
19959         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
19960         (gst_visual_chain):
19961         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps):
19962         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps),
19963         (gst_videorate_chain):
19964         * gst/videotestsrc/gstvideotestsrc.c:
19965         (gst_videotestsrc_src_fixate), (gst_videotestsrc_create):
19966         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_fps),
19967         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query),
19968         (gst_v4lmjpegsrc_get), (gst_v4lmjpegsrc_getcaps):
19969         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
19970         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
19971           Updates for API changes
19972
19973 2005-11-23  Wim Taymans  <wim@fluendo.com>
19974
19975         * gst-libs/gst/audio/gstbaseaudiosink.c:
19976         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
19977         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
19978         Fix for calibration API change.
19979
19980 2005-11-23  Michael Smith <msmith@fluendo.com>
19981
19982         * gst-libs/gst/audio/multichannel.c:
19983         (gst_audio_get_channel_positions),
19984         (gst_audio_set_channel_positions),
19985         (gst_audio_set_structure_channel_positions_list),
19986         (gst_audio_fixate_channel_positions):
19987           Use gst_value_array_*() functions on value arrays, not
19988           gst_value_list_*().
19989
19990 2005-11-23  Edward Hervey  <edward@fluendo.com>
19991
19992         * autogen.sh:
19993         eheh, sinesrc is gone. Replacing sample srcfile by existing one.
19994         Fixes autogen
19995
19996 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19997
19998         * check/Makefile.am:
19999         * check/elements/videotestsrc.c: (setup_videotestsrc),
20000         (cleanup_videotestsrc), (GST_START_TEST), (videotestsrc_suite),
20001         (main):
20002           add a test for videotestsrc
20003
20004 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20005
20006         * gst/sine/.cvsignore:
20007         * gst/sine/Makefile.am:
20008         * gst/sine/gstsinesrc.c:
20009         * gst/sine/gstsinesrc.h:
20010         * gst/sine/sinesrc.vcproj:
20011           and remove sinesrc from the repository.  Closes #321446
20012
20013 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20014
20015         * configure.ac:
20016         * gst-plugins-base.spec.in:
20017           remove sinesrc from the build
20018
20019 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20020
20021         * check/Makefile.am:
20022         * check/elements/audiotestsrc.c: (setup_audiotestsrc),
20023         (cleanup_audiotestsrc), (GST_START_TEST), (audiotestsrc_suite),
20024         (main):
20025           add a test for audiotestsrc, testing all waves.  Even seems
20026           leak-free at first glance, nice job Stefan
20027
20028 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
20029
20030         * po/af.po:
20031         * po/az.po:
20032         * po/cs.po:
20033         * po/en_GB.po:
20034         * po/hu.po:
20035         * po/it.po:
20036         * po/nb.po:
20037         * po/nl.po:
20038         * po/or.po:
20039         * po/sq.po:
20040         * po/sr.po:
20041         * po/sv.po:
20042         * po/uk.po:
20043         * po/vi.po:
20044           Translation string updates
20045
20046         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
20047         (gst_v4lsrc_set_caps):
20048         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
20049         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
20050         * sys/v4l/v4lsrc_calls.h:
20051           Improve v4lsrc, by making it work again.
20052
20053 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
20054
20055         * ext/libvisual/visual.c: (gst_visual_chain):
20056           Fix the fps calculations.
20057
20058         * gst/ffmpegcolorspace/avcodec.h:
20059           Move structure element for clarity
20060
20061         * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_init):
20062         * gst-libs/gst/interfaces/tunernorm.h:
20063         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_src_link):
20064         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
20065         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
20066         (gst_v4lmjpegsrc_get_fps), (gst_v4lmjpegsrc_src_convert),
20067         (gst_v4lmjpegsrc_src_query), (gst_v4lmjpegsrc_get),
20068         (gst_v4lmjpegsrc_getcaps):
20069         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
20070         (gst_v4lsrc_set_caps):
20071         * sys/v4l/gstv4lsrc.h:
20072         * sys/v4l/v4l_calls.c: (gst_v4l_open):
20073         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
20074         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
20075         * sys/v4l/v4lsrc_calls.h:
20076           Fractional framerates...
20077
20078 2005-11-22  Wim Taymans  <wim@fluendo.com>
20079
20080         * gst-libs/gst/audio/gstbaseaudiosink.c:
20081         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
20082         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
20083         And we provide a clock by default, of course...
20084
20085 2005-11-22  Wim Taymans  <wim@fluendo.com>
20086
20087         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init):
20088         This clock can be slaved to a master clock now.
20089
20090         * gst-libs/gst/audio/gstbaseaudiosink.c:
20091         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
20092         (gst_base_audio_sink_dispose), (gst_base_audio_sink_provide_clock),
20093         (gst_base_audio_sink_set_clock),
20094         (gst_base_audio_sink_set_property),
20095         (gst_base_audio_sink_get_property), (gst_base_audio_sink_preroll),
20096         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
20097         * gst-libs/gst/audio/gstbaseaudiosink.h:
20098         Handle slaving the internal clock to the clock selected in the
20099         pipeline.
20100         Add property to make the basesink not provide a clock.
20101
20102         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20103         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
20104         (gst_base_rtp_depayload_wait):
20105         * gst-libs/gst/rtp/gstbasertpdepayload.h:
20106         We can use the clock in GstElement, no need to store it ourselves.
20107
20108 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
20109
20110         * docs/libs/tmpl/gstaudio.sgml:
20111           update
20112         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
20113         (gst_paranoia_endian_get_type):
20114         * ext/theora/theoraenc.c: (gst_border_mode_get_type):
20115         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
20116         * gst/audiotestsrc/gstaudiotestsrc.c:
20117         (gst_audiostestsrc_wave_get_type):
20118         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
20119         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
20120         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
20121         (gst_sync_method_get_type), (gst_unit_type_get_type),
20122         (gst_client_status_get_type), (gst_multifdsink_class_init),
20123         (gst_multifdsink_new_client), (gst_multifdsink_recover_client),
20124         (gst_multifdsink_queue_buffer), (gst_multifdsink_set_property),
20125         (gst_multifdsink_get_property):
20126         * gst/tcp/gstmultifdsink.h:
20127         * gst/videoscale/gstvideoscale.c: (gst_videoscale_method_get_type):
20128         * gst/videotestsrc/gstvideotestsrc.c:
20129         (gst_videotestsrc_pattern_get_type):
20130           remove deprecated properties
20131           fix up enums to correctly have short lowercase dashed nicks
20132
20133 2005-11-22  Michael Smith <msmith@fluendo.com>
20134
20135         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
20136         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
20137           Add underscore.
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           Use utility method for scaling clocktime for fractional framerates.
20144
20145 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
20146
20147         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
20148         (gst_visual_chain):
20149         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
20150         * ext/theora/theoradec.c: (theora_handle_type_packet):
20151         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
20152         (theora_enc_chain):
20153         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
20154         * gst-libs/gst/video/video.c: (gst_video_frame_rate):
20155         * gst-libs/gst/video/video.h:
20156         * gst/ffmpegcolorspace/avcodec.h:
20157         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
20158         (gst_ffmpeg_caps_to_pixfmt):
20159         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
20160         (gst_ffmpegcsp_set_caps):
20161         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
20162         (gst_videorate_setcaps), (gst_videorate_blank_data),
20163         (gst_videorate_chain):
20164         * gst/videotestsrc/gstvideotestsrc.c:
20165         (gst_videotestsrc_src_fixate), (gst_videotestsrc_getcaps),
20166         (gst_videotestsrc_parse_caps), (gst_videotestsrc_setcaps),
20167         (gst_videotestsrc_event), (gst_videotestsrc_create):
20168         * gst/videotestsrc/gstvideotestsrc.h:
20169         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
20170         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
20171         (gst_ximagesink_get_times), (gst_ximagesink_init):
20172         * sys/ximage/ximagesink.h:
20173         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
20174         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
20175         (gst_xvimagesink_get_times), (gst_xvimagesink_init):
20176         * sys/xvimage/xvimagesink.h:
20177           Convert elements to use fractions for their framerate.
20178           V4L elements to come later tonight.
20179
20180 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
20181
20182         * gst-libs/gst/audio/audio.c:
20183         * gst-libs/gst/audio/audio.h:
20184           remove some deprecated functions
20185
20186 2005-11-22  Andy Wingo  <wingo@pobox.com>
20187
20188         * Update for gst_tag_setter API changes.
20189
20190 2005-11-22  Andy Wingo  <wingo@pobox.com>
20191
20192         * ext/ogg/gstoggdemux.c (gst_ogg_pad_submit_packet)
20193         (gst_ogg_demux_perform_seek):
20194         * ext/theora/theoradec.c (theora_dec_sink_event):
20195         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): Run
20196         update-funcnames.
20197
20198 2005-11-22  Wim Taymans  <wim@fluendo.com>
20199
20200         * examples/seeking/seek.c: (main):
20201         Give higher priority to bus signals than the gtk events
20202         to fix a race condition in the segment looping.
20203
20204 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
20205
20206         * ext/theora/Makefile.am:
20207         * ext/vorbis/Makefile.am:
20208         * gst-libs/gst/tag/Makefile.am:
20209         * gst-plugins-base.spec.in:
20210           Rename libgsttagedit to libgsttag (#322117).
20211
20212 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
20213
20214         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
20215         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
20216           Call gst_x_overlay_prepare_xwindow_id() to give applications
20217           a final chance to set their own xwindow id before the video
20218           sink creates its own window.
20219
20220 2005-11-22  Julien MOUTTE  <julien@moutte.net>
20221
20222         * sys/xvimage/xvimagesink.c:
20223         (gst_xvimagesink_navigation_send_event): Handle navigation
20224         events correcly with borders if applicable.
20225
20226 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
20227
20228         Patch by: Luca Ognibene
20229
20230         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
20231         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
20232         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
20233         (gst_ffmpegcsp_caps_remove_format_info):
20234         * gst/ffmpegcolorspace/imgconvert.c:
20235         * gst/ffmpegcolorspace/imgconvert_template.h:
20236           Forward-port fixes from the 0.8 branch (patch by Luca Ognibene,
20237           #318353); use gst_structure_has_name().
20238
20239 2005-11-22  Julien MOUTTE  <julien@moutte.net>
20240
20241         * sys/ximage/ximagesink.c: (gst_ximagesink_event_thread),
20242         (gst_ximagesink_class_init): Add debug macros on functions.
20243         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
20244         (gst_xvimagesink_xwindow_draw_borders),
20245         (gst_xvimagesink_xvimage_put),
20246         (gst_xvimagesink_xwindow_update_geometry),
20247         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_get_xv_support),
20248         (gst_xvimagesink_event_thread), (gst_xvimagesink_xcontext_get),
20249         (gst_xvimagesink_xcontext_clear),
20250         (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
20251         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
20252         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
20253         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
20254         (gst_xvimagesink_get_property), (gst_xvimagesink_finalize),
20255         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
20256         * sys/xvimage/xvimagesink.h: Refactoring to handle aspect ratio,
20257         expose while being PAUSED, out of data flow navigation events, etc..
20258
20259 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
20260
20261         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
20262         * gst-libs/gst/audio/audio.h:
20263           fix prototype - wondering why the test worked regardless
20264
20265 2005-11-21  Thomas Vander Stichele  <thomas at apestaart dot org>
20266
20267         * check/Makefile.am:
20268         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
20269         * gst-libs/gst/audio/audio.h:
20270           add a method that returns a proper GstClockTime
20271
20272 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20273
20274         * gst-libs/gst/interfaces/xoverlay.c: (gst_x_overlay_base_init),
20275         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_prepare_xwindow_id):
20276         * gst-libs/gst/interfaces/xoverlay.h:
20277           Remove everything having to do with the desired size; add 
20278           gst_x_overlay_prepare_xwindow_id() function; remove the
20279           'have-xwindow-id' signal and make gst_x_overlay_got_xwindow_id()
20280           post a message on the bus instead (#321816).
20281
20282         * sys/ximage/ximagesink.c: (gst_ximagesink_xoverlay_init):
20283         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps),
20284         (gst_xvimagesink_xoverlay_init):
20285           Remove desired size stuff (#321816).
20286
20287 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20288
20289         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
20290         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
20291         (mpeg_video_type_find), (mpeg_video_stream_type_find):
20292           Terminate vararg functions with NULL instead of 0 to 
20293           make gcc4 happy.
20294
20295 2005-11-21  Andy Wingo  <wingo@pobox.com>
20296
20297         patch by: Sebastien Cote <sebas642@yahoo.ca>
20298         
20299         * gst-libs/gst/rtp/gstrtpbuffer.h: 
20300         * gst-libs/gst/rtp/gstrtpbuffer.c
20301         (gst_rtpbuffer_get_payload_buffer): New function. Fixes #321451.
20302
20303 2005-11-21  Andy Wingo  <wingo@pobox.com>
20304
20305         * gst/playback/gstplaybin.c (gen_audio_element) 
20306         (gen_video_element): Use the new MISSING_PLUGIN core error
20307         category. Closes #320060.
20308
20309         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): 
20310         * gst/videorate/gstvideorate.c (gst_videorate_event):
20311         * ext/theora/theoradec.c (theora_dec_sink_event): 
20312         * ext/theora/theoraenc.c (theora_enc_sink_event): Don't take
20313         stream lock.
20314
20315         * gst/subparse/gstsubparse.c (gst_subparse_src_event):
20316         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek): Update for
20317         stream lock changes.
20318
20319 2005-11-21  Wim Taymans  <wim@fluendo.com>
20320
20321         * gst-libs/gst/audio/gstbaseaudiosink.c:
20322         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
20323         (gst_base_audio_sink_provide_clock),
20324         (gst_base_audio_sink_set_clock), (gst_base_audio_sink_render),
20325         (gst_base_audio_sink_change_state):
20326         * gst/audioresample/gstaudioresample.c:
20327         Segment update fix.
20328
20329 2005-11-21  Andy Wingo  <wingo@pobox.com>
20330
20331         * *.h:
20332         * *.c: Ran scripts/update-macros. Oh yes.
20333
20334 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20335
20336         * sys/ximage/Makefile.am:
20337         * sys/ximage/ximage.c:
20338           Rename ximage plugin to ximagesink (#321426) (Don't forget to
20339           remove your old libgstximage.* manually if necessary).
20340
20341 2005-11-21  Michael Smith <msmith@fluendo.com>
20342
20343         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup):
20344           Minimal fix for bug #320200: set the min/max bitrate in the correct
20345           units. A better fix would be to upgrade to the RATEMANAGE2
20346           interface, rather than using the deprecated interface used here, but
20347           that would require an update in our libvorbis dependency (to 1.1),
20348           which is probably undesirable.
20349
20350 2005-11-21  Jan Schmidt  <thaytan@mad.scientist.com>
20351
20352         * ext/libvisual/visual.c: (get_buffer):
20353         * gst-libs/gst/audio/gstbaseaudiosrc.c:
20354         (gst_base_audio_src_fixate):
20355         * gst/audioconvert/gstaudioconvert.c:
20356         (gst_audio_convert_fixate_caps):
20357         * gst/audioscale/gstaudioscale.c: (gst_audioscale_fixate):
20358         * gst/audiotestsrc/gstaudiotestsrc.c:
20359         (gst_audiotestsrc_src_fixate):
20360         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
20361         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps):
20362         * gst/videoscale/gstvideoscale.c: (gst_videoscale_fixate_caps):
20363         * gst/videotestsrc/gstvideotestsrc.c:
20364         (gst_videotestsrc_src_fixate):
20365         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
20366         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
20367           Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
20368           (#322027)
20369
20370
20371 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20372
20373         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
20374         (gst_riff_create_iavs_caps):
20375         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_file_header),
20376         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
20377         (gst_riff_parse_info):
20378         * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure):
20379         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_caps):
20380         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
20381           Fixes for GST_FOURCC_FORMAT API change.
20382
20383 2005-11-21  Andy Wingo  <wingo@pobox.com>
20384
20385         patch by: Alessandro Dessina <alessandro nnva org>
20386
20387         * ext/ogg/gstoggmux.c (gst_ogg_mux_set_header_on_caps):
20388         * ext/ogg/gstoggparse.c (gst_ogg_parse_append_header)
20389         (gst_ogg_parse_chain):
20390         * ext/theora/theoraenc.c (theora_set_header_on_caps):
20391         * ext/vorbis/vorbisenc.c (gst_vorbisenc_set_header_on_caps):
20392         * ext/vorbis/vorbisparse.c (vorbis_parse_set_header_on_caps): Fix
20393         gst_value_list calls on arrays. Fixes #321962.
20394
20395 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20396
20397         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
20398         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_queue_pads),
20399         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
20400         * gst/adder/gstadder.c: (gst_adder_init),
20401         (gst_adder_request_new_pad), (gst_adder_collected),
20402         (gst_adder_change_state):
20403           Update for gst_collectpads_foo() to gst_collect_pads_foo()
20404           API change.
20405
20406 2005-11-21  Michael Smith <msmith@fluendo.com>
20407
20408         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
20409         (gst_vorbisenc_chain), (gst_vorbisenc_output_buffers):
20410           Properly handle pad_push return values.
20411
20412 2005-11-20  Jan Schmidt  <thaytan@mad.scientist.com>
20413
20414         * gst-libs/gst/tag/Makefile.am:
20415         * gst-libs/gst/tag/gstvorbistag.c:
20416         (gst_tag_list_to_vorbiscomment_buffer):
20417           Remove obsolete vorbistag element and debug category.
20418
20419         * gst/playback/gstplaybasebin.c: (check_queue):
20420           Don't divide by 0 when queue-threshold is 0.
20421
20422         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property):
20423           Don't modify an existing pixel-aspect-ratio if we fail to read
20424           a new one.
20425
20426 2005-11-20  Wim Taymans  <wim@fluendo.com>
20427
20428         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_push_buffer),
20429         (gst_vorbisenc_push_packet):
20430         GST_PAD_IS_USABLE is gone, use the return value of
20431         the push or pad_alloc_buffer instead.
20432
20433 2005-11-18  Julien MOUTTE  <julien@moutte.net>
20434
20435         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
20436         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
20437         (gst_ximagesink_ximage_destroy),
20438         (gst_ximagesink_xwindow_draw_borders), (gst_ximagesink_ximage_put),
20439         (gst_ximagesink_xwindow_new),
20440         (gst_ximagesink_xwindow_update_geometry),
20441         (gst_ximagesink_handle_xevents), (gst_ximagesink_event_thread),
20442         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
20443         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_getcaps),
20444         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
20445         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_alloc),
20446         (gst_ximagesink_navigation_send_event),
20447         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_expose),
20448         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
20449         (gst_ximagesink_finalize), (gst_ximagesink_init),
20450         (gst_ximagesink_class_init):
20451         * sys/ximage/ximagesink.h: Refactoring of ximagesink.
20452         This new version brings correct software scaling, non flickering
20453         window while resizing, pixel aspect ratio handling, usage of
20454         hardware buffer pools, out of data flow event thread for 
20455         navigation and handling of expose events even when being PAUSED,
20456         a new property to keep video aspect ratio when resizing, etc...
20457
20458 2005-11-18  Julien MOUTTE  <julien@moutte.net>
20459
20460         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
20461         (gst_videoscale_fixate_caps): Introduce back caps fixate with
20462         handling of PAR.
20463
20464 2005-11-18  Edward Hervey  <bilboed@dvdsrc.fluendo.com>
20465
20466         * gst/playback/gstdecodebin.c: (gst_decode_bin_init): 
20467         Unsetting IS_SINK flag from the fakesink, so decodebin
20468         never behaves as a sink.
20469
20470 2005-11-17  Wim Taymans  <wim@fluendo.com>
20471
20472         * gst-libs/gst/audio/gstbaseaudiosrc.c:
20473         (gst_base_audio_src_change_state):
20474         Fix the audiosrc base class again, we did not unflush.
20475
20476 2005-11-17  Julien MOUTTE  <julien@moutte.net>
20477
20478         * examples/seeking/seek.c: (make_dv_pipeline),
20479         (make_vorbis_theora_pipeline), (make_avi_pipeline),
20480         (make_mpegnt_pipeline): Use VSINK everywhere, add a scaler
20481         to ogg/vorbis/theora pipeline.
20482
20483 2005-11-17  Wim Taymans  <wim@fluendo.com>
20484
20485         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
20486         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
20487         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
20488         Fix EOS on multiple streams.
20489         More debugging.
20490
20491 2005-11-16  Wim Taymans  <wim@fluendo.com>
20492
20493         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_configure_segment),
20494         (gst_ogg_demux_perform_seek):
20495         Segment done must include stream time.
20496
20497         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
20498         (gst_ogg_mux_clear), (gst_ogg_mux_init), (gst_ogg_mux_finalize),
20499         (gst_ogg_mux_change_state):
20500         Fix ogg muxer again.
20501
20502 2005-11-16  Wim Taymans  <wim@fluendo.com>
20503
20504         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init):
20505         Fix compile again.
20506
20507 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
20508
20509         * ext/libvisual/visual.c: (gst_visual_init):
20510         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
20511         * ext/ogg/gstoggparse.c: (gst_ogg_parse_init),
20512         (gst_ogg_parse_chain):
20513         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
20514         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init):
20515         * ext/theora/theoradec.c: (gst_theora_dec_init):
20516         * ext/theora/theoraenc.c: (gst_theora_enc_init):
20517         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
20518         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init):
20519         * gst/adder/gstadder.c: (gst_adder_class_init),
20520         (gst_adder_dispose):
20521         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
20522         * gst/subparse/gstsubparse.c: (gst_subparse_init):
20523         * gst/videorate/gstvideorate.c: (gst_videorate_init):
20524           Fix a whole set of pad template leaks
20525
20526 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
20527
20528         * check/generic/states.c: (GST_START_TEST):
20529           fix the test so that it only checks for elements that are part of
20530           this source module
20531
20532 2005-11-16  Michael Smith <msmith@fluendo.com>
20533
20534         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_reset),
20535         (gst_ogg_mux_init), (gst_ogg_mux_request_new_pad),
20536         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
20537         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
20538         (gst_ogg_mux_collected), (gst_ogg_mux_clear_collectpads),
20539         (gst_ogg_mux_change_state):
20540           Fix leaking collectpads.
20541
20542 2005-11-16  Edward Hervey  <edward@fluendo.com>
20543
20544         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
20545         (gst_videorate_event), (gst_videorate_chain):
20546         Handle segment seeks
20547
20548 2005-11-16  Wim Taymans  <wim@fluendo.com>
20549
20550         * gst-libs/gst/audio/gstbaseaudiosink.c:
20551         (gst_base_audio_sink_provide_clock),
20552         (gst_base_audio_sink_change_state):
20553         Set ringbuffer to non-flushing when going to PAUSED, set to
20554         flushing again when going to READY.
20555
20556         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
20557         (gst_ring_buffer_stop):
20558         Start in flushing mode by default.
20559         Don't set flushing in the _stop method, let the app call
20560         this explicitly.
20561
20562 2005-11-16  Julien MOUTTE  <julien@moutte.net>
20563
20564         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_center_rect):
20565         * gst-libs/gst/video/videosink.h: Add helper function needed
20566         for video sinks.
20567
20568 2005-11-16  Tim-Philipp Müller  <tim at centricular dot net>
20569
20570         * gst/videoscale/gstvideoscale.c:
20571         (gst_videoscale_handle_src_event):
20572           Don't leak reference to pad parent.
20573
20574 2005-11-16  Wim Taymans  <wim@fluendo.com>
20575
20576         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop):
20577         Set ringbuffer to flushing when stopping so that we don't
20578         block on wait_segment anymore and livelock.
20579
20580 2005-11-16  Wim Taymans  <wim@fluendo.com>
20581
20582         * examples/seeking/seek.c: (send_event), (do_seek),
20583         (loop_toggle_cb), (segment_done), (main):
20584         Added looping checkbox.
20585
20586 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
20587
20588         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
20589         (gst_ogg_demux_init):
20590         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
20591         (gst_vorbis_dec_init):
20592           revert unrefs, they don't pass make check
20593
20594 2005-11-15  Johan Dahlin  <johan@gnome.org>
20595
20596         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
20597         (gst_ogg_demux_init), (gst_ogg_demux_finalize):
20598         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
20599         (gst_vorbis_dec_init):
20600         Fix pad template leaks. 
20601
20602 2005-11-15  Tim-Philipp Müller  <tim at centricular dot net>
20603
20604         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
20605           Make state change function thread safe.
20606
20607 2005-11-15  Edward Hervey  <edward@fluendo.com>
20608
20609         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
20610         (gst_ogg_demux_class_init):
20611         Implement GstElement::send_event, so we can send seek events
20612         in GST_STATE_READY
20613
20614 2005-11-14  Julien MOUTTE  <julien@moutte.net>
20615
20616         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new):
20617         Discovered how to take away flickering while resizing the
20618         window. Please don't put that in ximagesink, refactoring in
20619         progress.
20620
20621 2005-11-14  Michael Smith <msmith@fluendo.com>
20622
20623         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_client_queue_data),
20624         (gst_multifdsink_render):
20625           Don't leak GDP headers when using GDP mode (i.e. tcpserversink).
20626
20627 2005-11-14  Tim-Philipp Müller  <tim at centricular dot net>
20628
20629         * gst/playback/gstplaybin.c: (gen_audio_element):
20630           Use autoaudiosink, it tends to be more widely available than
20631           autoaudiiosink.
20632           
20633 2005-11-14  Andy Wingo  <wingo@pobox.com>
20634
20635         * gst/playback/gstplaybin.c (gen_audio_element): Use autoaudiosink
20636         as well if it is available. Fixes #316442.
20637
20638 2005-11-14  Michael Smith <msmith@fluendo.com>
20639
20640         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_init),
20641         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
20642         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
20643         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
20644         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_collected),
20645         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
20646         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_buffer_from_packet),
20647         (gst_vorbisenc_change_state):
20648           Fix a small memory leak in vorbisenc.
20649           Fix large memory leaks in oggmux, also fix lots of state change
20650           bugs in oggmux.
20651
20652 2005-11-14  Thomas Vander Stichele  <thomas at apestaart dot org>
20653
20654         * gst/videotestsrc/gstvideotestsrc.c:
20655         (gst_videotestsrc_class_init), (gst_videotestsrc_init),
20656         (gst_videotestsrc_src_fixate):
20657           move fixation to a fixate function
20658           remove negotiate function, basesrc's is good enough
20659           fixes a bug for check when using the element alone
20660
20661 2005-11-13  Edward Hervey  <edward@fluendo.com>
20662
20663         * examples/seeking/seek.c: (do_seek), (accurate_toggle_cb),
20664         (key_toggle_cb), (main):
20665         Added checkboxes for adding/removing the accurate and key_unit seek
20666         flags.
20667
20668 2005-11-11  Thomas Vander Stichele  <thomas at apestaart dot org>
20669
20670         * configure.ac: back to HEAD
20671
20672 === release 0.9.5 ===
20673
20674 2005-11-11  Thomas Vander Stichele <thomas at apestaart dot org>
20675
20676         * configure.ac:
20677           releasing 0.9.5, "No No Kia"
20678
20679 2005-11-11  Edward Hervey  <edward@fluendo.com>
20680
20681         * examples/seeking/seek.c: (make_parselaunch_pipeline):
20682         Added parse-launch syntax seeking mode for the seeking example.
20683         This should help stress-test even more cases.
20684         Ex usage : ./seek 15 "filesrc location=uranus.avi ! decodebin ! xvimagesink"
20685
20686 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
20687
20688         * sys/xvimage/xvimagesink.c:
20689         (gst_xvimagesink_navigation_send_event):
20690           Check whether peer pad exists before sending navigation events
20691           to it.
20692
20693 2005-11-11  Michael Smith <msmith@fluendo.com>
20694
20695         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup),
20696         (gst_vorbisenc_buffer_from_packet):
20697         * ext/vorbis/vorbisenc.h:
20698           Set duration on encoded buffers. This allows oggmux's
20699           max_page_delay parameter to actually work.
20700
20701 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
20702
20703         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
20704         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
20705         (gst_ffmpegcsp_avpicture_fill):
20706         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
20707         (gst_ffmpegcsp_get_unit_size), (gst_ffmpegcsp_transform):
20708           Make palettes work again (see #132341). Use our own macros
20709           for rounding up.
20710
20711 2005-11-10  Andy Wingo  <wingo@pobox.com>
20712
20713         * gst/playback/gstplaybasebin.c (prepare_output): Fix format
20714         string doober.
20715
20716 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
20717
20718         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
20719         (gst_ffmpegcsp_transform_caps):
20720           Prefer passthrough in transform_caps
20721
20722 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
20723
20724         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
20725           check for ALSA errors properly, instead of relying on ALSA's
20726           error strings to serve to the user.
20727
20728 2005-11-10  Wim Taymans  <wim@fluendo.com>
20729
20730         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event), (gst_ogg_demux_init),
20731         (gst_ogg_demux_configure_segment), (gst_ogg_demux_perform_seek),
20732         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
20733         Modernise the seek code.
20734
20735 2005-11-10  Michael Smith <msmith@fluendo.com>
20736         
20737         * gst/playback/gstplaybasebin.c: (group_commit), (new_decoded_pad),
20738         (setup_substreams), (set_active_source):
20739           Unlock GROUP_LOCK in failure cases, so that we don't deadlock when
20740           trying to go to NULL if we failed to read a file.
20741
20742 2005-11-10  Wim Taymans  <wim@fluendo.com>
20743
20744         * gst/audiotestsrc/gstaudiotestsrc.c:
20745         (gst_audiotestsrc_class_init), (gst_audiotestsrc_get_times),
20746         (gst_audiotestsrc_create):
20747         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
20748         (gst_sinesrc_get_times), (gst_sinesrc_create):
20749         * gst/videotestsrc/gstvideotestsrc.c:
20750         (gst_videotestsrc_class_init), (gst_videotestsrc_get_times),
20751         (gst_videotestsrc_create):
20752         The base class can now sync for us.
20753
20754 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
20755
20756         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate): Check if the caps have
20757           a fourcc field. Fixes crash for gst-launch-0.9 v4lsrc
20758           name=source autoprobe=false autoprobe-fps=false copy-mode=1
20759           device=/dev/video0 ! ffmpegcolorspace ! "video/x-raw-yuv,
20760           format=(fourcc)I420" ! xvimagesink
20761
20762 2005-11-10  Tim-Philipp Müller  <tim at centricular dot net>
20763
20764         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
20765         (gst_sinesrc_get_query_types), (gst_sinesrc_src_query),
20766         (gst_sinesrc_newsegment):
20767           Send newsegment event in TIME format, set duration if
20768           num-buffers is set, fix duration querying.
20769
20770 2005-11-10  Michael Smith <msmith@fluendo.com>
20771
20772         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
20773         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
20774         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
20775         (gst_ogg_mux_collected):
20776          Fix EOS handling, partially. Now forwarding an EOS event once we have
20777          EOS on all pads works correctly. However, we still don't properly set
20778          EOS on the actual ogg stream pages.
20779
20780 2005-11-09  Tim-Philipp Müller  <tim at centricular dot net>
20781
20782         * gst/playback/gstplaybin.c: (gst_play_bin_dispose):
20783           Set elements to NULL state before disposing of them.
20784
20785 2005-11-08  Sebastien Cote  <sebas642 at yahoo dot ca>
20786
20787         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
20788
20789         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20790         (gst_base_rtp_depayload_init),
20791         (gst_base_rtp_depayload_set_gst_timestamp):
20792         * gst-libs/gst/rtp/gstbasertpdepayload.h:
20793           We need to send a newsegment event for each instance, not
20794           just for the first instance of this class (get rid of
20795           static variable in function). (#321011).
20796           
20797 2005-11-08  Michael Smith <msmith@fluendo.com>
20798
20799         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
20800         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_buffer),
20801         (gst_ogg_mux_dequeue_page), (gst_ogg_mux_pad_queue_page),
20802         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
20803           Forward port rewrite of muxing strategy to 0.9 version of oggmux.
20804           This makes us mux things correctly according to the ogg muxing
20805           rules. Still not handling EOS correctly right now, though.
20806
20807 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
20808
20809         * gst/audioconvert/gstaudioconvert.c:
20810           Fix typo in docs. 
20811
20812 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
20813
20814         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
20815         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new):
20816           Initialise segment_stop to GST_CLOCK_TIME_NONE when
20817           creating a new chain; should fix live streaming. Also
20818           add more debug output and fix a typo.
20819
20820 2005-11-08  Brian Cameron  <brian dot cameron at sun dot com>
20821
20822         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
20823
20824         * gst/volume/gstvolume.c: (volume_set_caps):
20825           Fix compilation on Solaris with Forte. (#320923)
20826
20827 2005-11-08  Wim Taymans  <wim@fluendo.com>
20828
20829         * gst-libs/gst/audio/gstbaseaudiosink.c:
20830         (gst_base_audio_sink_render):
20831         No need to do a typecheck.
20832
20833 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
20834
20835         * ext/alsa/gstalsa.h:
20836           We register a debug category, so let's use it.
20837
20838 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
20839
20840         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20841         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_wait):
20842         Fixed a small problem.
20843
20844 2005-11-04  Wim Taymans  <wim@fluendo.com>
20845
20846         * examples/seeking/Makefile.am:
20847         * examples/seeking/scrubby.c: (gst_element_factory_make_or_warn),
20848         (dynamic_link), (setup_dynamic_link), (make_wav_pipeline),
20849         (make_playerbin_pipeline), (format_value), (update_scale),
20850         (speed_cb), (seek_cb), (do_seek), (start_seek), (stop_seek),
20851         (play_cb), (pause_cb), (stop_cb), (print_message), (bus_message),
20852         (print_usage), (main):
20853         Added app for playback speed testing.
20854
20855         * examples/seeking/seek.c: (dynamic_link),
20856         (make_avi_msmpeg4v3_mp3_pipeline), (make_avi_pipeline),
20857         (make_mpeg_pipeline), (do_seek), (set_update_scale),
20858         (message_received), (main):
20859         Updated seek example.
20860
20861 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
20862
20863         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20864         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
20865         (gst_base_rtp_depayload_thread), (gst_base_rtp_depayload_wait),
20866         (gst_base_rtp_depayload_set_clock):
20867         * gst-libs/gst/rtp/gstbasertpdepayload.h:
20868         Don't sleep on the bench (system clock) when you have a nice 
20869         comfortable bed (Gstreamer clock) to sleep on.
20870
20871 2005-11-03  Wim Taymans  <wim@fluendo.com>
20872
20873         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
20874         (gst_decode_bin_dispose), (free_dynamics), (remove_fakesink),
20875         (pad_blocked), (close_pad_link), (new_pad), (no_more_pads):
20876         Handle the case where a pad_block failed.
20877
20878 2005-11-02  Sebastien Cote  <sebas642@yahoo.ca> 
20879
20880         reviewed by: Zeeshan Ali  <zeenix@gmail.com>
20881
20882         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20883         (gst_base_rtp_depayload_add_to_queue),
20884         (gst_base_rtp_depayload_push),
20885         (gst_base_rtp_depayload_set_gst_timestamp),
20886         (gst_base_rtp_depayload_queue_release):
20887           Fixes some bugs in the depayloader's queuing/de-queueing code.
20888
20889 2005-10-31  Michael Smith <msmith@fluendo.com>
20890
20891         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
20892         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
20893         (gst_ogg_demux_collect_chain_info), (gst_ogg_print):
20894           Patch from Alessandro Decina <alessandro@nnva.org>.
20895           Make oggdemux only find the final time in a chain, not per-pad,
20896           since the per-pad information can be very expensive to locate, and
20897           it isn't used anywhere. This makes reading a file containing
20898           OggSkeleton reasonably fast.
20899           Also, make chain finding work when there are logical bitstreams that
20900           can't be decoded. Fixes #319110.
20901
20902 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
20903
20904         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20905         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
20906         (gst_base_rtp_depayload_chain),
20907         (gst_base_rtp_depayload_add_to_queue),
20908         (gst_base_rtp_depayload_push),
20909         (gst_base_rtp_depayload_set_gst_timestamp),
20910         (gst_base_rtp_depayload_queue_release),
20911         (gst_base_rtp_depayload_start_thread),
20912         (gst_base_rtp_depayload_set_property),
20913         (gst_base_rtp_depayload_get_property):
20914         * gst-libs/gst/rtp/gstbasertpdepayload.h:
20915         Some random fixes, to fullfill the desires of thomas.
20916
20917 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
20918
20919         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20920         (gst_base_rtp_depayload_add_to_queue),
20921         (gst_base_rtp_depayload_push):
20922         Fixed the queueing algorithm.
20923
20924 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
20925
20926         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20927         (gst_base_rtp_depayload_push):
20928         A small fix
20929
20930 2005-10-31  Wim Taymans  <wim@fluendo.com>
20931
20932         * gst-libs/gst/audio/gstringbuffer.h:
20933         Don't break ABI.
20934
20935         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
20936         (gst_ffmpeg_caps_to_pixfmt):
20937         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
20938         (gst_ffmpegcsp_set_caps):
20939         Some more comments.
20940         Handle missing required caps fields better.
20941
20942 2005-10-31  Wim Taymans  <wim@fluendo.com>
20943
20944         * gst-libs/gst/audio/gstbaseaudiosink.c:
20945         (gst_base_audio_sink_event), (gst_base_audio_sink_get_offset),
20946         (gst_base_audio_sink_render):
20947         * gst-libs/gst/audio/gstringbuffer.c:
20948         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
20949         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
20950         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_pause),
20951         (gst_ring_buffer_stop), (wait_segment), (gst_ring_buffer_commit),
20952         (gst_ring_buffer_read):
20953         * gst-libs/gst/audio/gstringbuffer.h:
20954         Add flushing mode to the ringbuffer so that it in all cases does
20955         not try to handle more audio. This makes sure it does not try to
20956         block anymore when flushing and fixes a livelock.
20957
20958 2005-10-29  Tim-Philipp Müller  <tim at centricular dot net>
20959
20960         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
20961         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
20962         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain):
20963           Explicitly check for -1 values before doing a conversion
20964           and always map them to -1. (#315545)
20965
20966 2005-10-28  Thomas Vander Stichele  <thomas at apestaart dot org>
20967
20968         * gst/playback/gstplaybin.c: (gen_video_element):
20969           first try autovideosink, then xvimagesink, then error out
20970         * po/POTFILES.in:
20971           add translatable file
20972         * po/af.po:
20973         * po/az.po:
20974         * po/cs.po:
20975         * po/en_GB.po:
20976         * po/hu.po:
20977         * po/it.po:
20978         * po/nb.po:
20979         * po/nl.po:
20980         * po/or.po:
20981         * po/sq.po:
20982         * po/sr.po:
20983         * po/sv.po:
20984         * po/uk.po:
20985         * po/vi.po:
20986           update translations
20987
20988 2005-10-27  Philippe Khalaf <burger at speedy dot org> 
20989
20990         * gst-libs/gst/rtp/gstbasedepayload.c:
20991         * gst-libs/gst/rtp/gstbasedepayload.h:
20992           Minor cleanups
20993
20994 2005-10-27  Tim-Philipp Müller  <tim at centricular dot net>
20995
20996         * gst/playback/.cvsignore:
20997         * gst/playback/decodetest.c:
20998         * gst/playback/test3.c:
20999           Port these two tests as well.
21000
21001 2005-10-27  Wim Taymans  <wim@fluendo.com>
21002
21003         * ext/theora/theoradec.c: (theora_dec_src_query),
21004         (theora_dec_sink_event):
21005         * ext/theora/theoraenc.c: (theora_enc_sink_event),
21006         (theora_enc_change_state):
21007         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
21008         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
21009         Take proper locks when handling events.
21010
21011 2005-10-27  Wim Taymans  <wim@fluendo.com>
21012
21013         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_collected),
21014         (gst_adder_change_state):
21015         Fix timestamps and fix deadlock when stopping the collectpads.
21016
21017 2005-10-27  Zeeshan Ali  <zeenix@gmail.com>
21018
21019         * gst-libs/gst/rtp/gstrtpbuffer.h:
21020         Declaring the payload types as strings too so that they can be used
21021         in the padtemplate inialization.
21022
21023 2005-10-26  Andre Magalhaes  <andrunko@gmail.com>
21024
21025         reviewed by: Zeeshan Ali   <zeenix@gmail.com>
21026
21027         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21028         (gst_base_rtp_depayload_class_init):
21029         Fixes a small but nasty bug. The derived elements no longer segfaults
21030         on finalization.
21031
21032 2005-10-26  Michael Smith <msmith@fluendo.com>
21033
21034         * gst/audioconvert/audioconvert.c: (audio_convert_clean_context):
21035           When clearing an audioconvert context, set tmpbufsize to zero, so
21036           we'll allocate it again later if required.
21037           This fixes audioconvert re-negotiating formats, which previously
21038           segfaulted with a NULL destination buffer.
21039
21040 2005-10-26  Zeeshan Ali <zeenix@gmail.com>
21041
21042         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21043         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_push),
21044         (gst_base_rtp_depayload_set_gst_timestamp),
21045         (gst_base_rtp_depayload_queue_release):
21046         Fixed a smalll memleak.
21047
21048 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
21049         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21050         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_init),
21051         (gst_base_rtp_depayload_finalize),
21052         (gst_base_rtp_depayload_setcaps),
21053         (gst_base_rtp_depayload_add_to_queue),
21054         (gst_base_rtp_depayload_push),
21055         (gst_base_rtp_depayload_set_gst_timestamp),
21056         (gst_base_rtp_depayload_queue_release),
21057         (gst_base_rtp_depayload_thread),
21058         (gst_base_rtp_depayload_change_state):
21059         * gst-libs/gst/rtp/gstbasertpdepayload.h:
21060         Changed the C++ comments to C comments
21061
21062 2005-10-26  Tim-Philipp Müller  <tim at centricular dot net>
21063
21064         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init):
21065         * gst/tcp/gsttcpclientsrc.h:
21066         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init):
21067         * gst/tcp/gsttcpserversrc.h:
21068           Remove unused 'curoffset' structure member.
21069
21070 2005-10-25  Zeeshan Ali  <zeenix@gmail.com>
21071
21072         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21073         (gst_base_rtp_depayload_base_init),
21074         (gst_base_rtp_depayload_finalize):
21075         * gst-libs/gst/rtp/gstbasertpdepayload.h:
21076         * gst-libs/gst/rtp/gstbasertppayload.h:
21077           The pad-template on the sinkpad should be set by the derived classes.
21078           Also added some useful macros.
21079
21080 2005-10-24  Wim Taymans  <wim@fluendo.com>
21081
21082         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
21083         Correctly flush decoder samples even if we could not
21084         copy them to an output buffer. Fixes #319618.
21085
21086 2005-10-24  Julien MOUTTE  <julien@moutte.net>
21087
21088         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
21089         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Check
21090         the caps against our xcontext caps.
21091
21092 2005-10-24  Wim Taymans  <wim@fluendo.com>
21093
21094         * gst-libs/gst/audio/gstbaseaudiosink.c:
21095         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
21096         Remove g_print
21097         Use sync property from baseclass to disable sync.
21098
21099 2005-10-24  Wim Taymans  <wim@fluendo.com>
21100
21101         * gst-libs/gst/audio/gstbaseaudiosink.c:
21102         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
21103         Buffers with no timestamps get aligned with previous buffers or
21104         on underrun, played ASAP.
21105
21106 2005-10-24  Julien MOUTTE  <julien@moutte.net>
21107
21108         * gst-libs/gst/video/video.h:
21109         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
21110         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
21111         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): And
21112         here comes my change on caps for framerate and geometry range.
21113         We are now accepting 1 to MAXINT for width and height, and from
21114         0.0 to MAXDOUBLE for framerate. That allows duration less png frames
21115         to be blended correctly in videomixer.
21116
21117 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
21118
21119         * configure.ac:
21120           back to HEAD
21121
21122 === release 0.9.4 ===
21123
21124 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21125
21126         * NEWS:
21127         * RELEASE:
21128         * configure.ac:
21129           releasing 0.9.4, "Velociraptor"
21130
21131 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21132
21133         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
21134         * po/POTFILES.in:
21135           STOPPED -> FAILED
21136
21137 2005-10-21  Wim Taymans  <wim@fluendo.com>
21138
21139         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
21140         (gst_decode_bin_dispose), (free_dynamics), (pad_unblocked),
21141         (pad_blocked), (close_pad_link), (new_pad):
21142         Don't try to remove elements twice.
21143
21144 2005-10-21  Wim Taymans  <wim@fluendo.com>
21145
21146         * ext/theora/theoradec.c: (theora_dec_src_query),
21147         (theora_dec_sink_event):
21148         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
21149         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
21150         (vorbis_handle_data_packet):
21151         * ext/vorbis/vorbisdec.h:
21152         Fix old naming.
21153
21154         * gst-libs/gst/audio/gstbaseaudiosink.c:
21155         (gst_base_audio_sink_render):
21156         Don't try to sync on buffers without a timestamp.
21157
21158 2005-10-21  Wim Taymans  <wim@fluendo.com>
21159
21160         * ext/theora/theoradec.c: (theora_dec_src_query),
21161         (theora_dec_sink_event):
21162         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
21163         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
21164         (vorbis_handle_data_packet):
21165         * ext/vorbis/vorbisdec.h:
21166         Fix old naming.
21167
21168 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
21169
21170         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types),
21171         (gst_vorbisenc_src_query):
21172           Implement position and duration queries.
21173
21174         * gst/playback/test3.c: (update_scale), (main):
21175           Fix for async state changes and print nicer output.
21176
21177 2005-10-20  Wim Taymans  <wim@fluendo.com>
21178
21179         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
21180         (dump_element_stats), (main):
21181         * gst/playback/test6.c: (main):
21182         Fix tests again
21183
21184 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
21185
21186         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
21187         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
21188           Don't use functions for position queries when handling
21189           duration queries.
21190
21191 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
21192
21193         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
21194         (vorbis_handle_data_packet), (vorbis_dec_chain),
21195         (vorbis_dec_change_state):
21196         * ext/vorbis/vorbisdec.h:
21197           Vorbis streams can be embedded in other container formats
21198           than ogg, container formats where the demuxer might set 
21199           timestamps on encoded vorbis buffers instead of those silly 
21200           granulepos thingies. In short: make vorbisdec handle 
21201           timestamps on incoming buffers as well.
21202
21203 2005-10-20  Wim Taymans  <wim@fluendo.com>
21204
21205         * gst/playback/gstplaybasebin.c: (group_destroy),
21206         (gst_play_base_bin_change_state):
21207         Fix leak.
21208         Handle case where playbasebin is now ASYNC because
21209         decodebin is.
21210
21211 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
21212
21213         * gst/audioconvert/Makefile.am:
21214         * gst/audioconvert/bufferframesconvert.c:
21215         * gst/audioconvert/plugin.c: (plugin_init):
21216         * gst/audioconvert/plugin.h:
21217           And bye bye buffer-frames-convert
21218
21219 2005-10-19  Wim Taymans  <wim@fluendo.com>
21220
21221         * check/elements/audioconvert.c:
21222         * docs/libs/tmpl/gstaudio.sgml:
21223         * docs/libs/tmpl/gstcolorbalance.sgml:
21224         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
21225         (vorbis_handle_identification_packet), (vorbis_handle_data_packet):
21226         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
21227         * gst-libs/gst/audio/audio.c: (gst_audio_structure_set_int):
21228         * gst-libs/gst/audio/audio.h:
21229         * gst/audioconvert/audioconvert.h:
21230         * gst/audioconvert/gstaudioconvert.c:
21231         (gst_audio_convert_parse_caps):
21232         * gst/volume/gstvolume.c:
21233         Bye bye buffer-frames.
21234
21235 2005-10-19  Wim Taymans  <wim@fluendo.com>
21236
21237         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
21238         (query_positions_elems), (query_positions_pads), (update_scale),
21239         (do_seek), (set_update_scale), (message_received), (main):
21240         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
21241         (gst_ogg_demux_perform_seek), (gst_ogg_demux_find_chains),
21242         (gst_ogg_demux_loop):
21243         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
21244         * ext/theora/theoradec.c: (theora_dec_src_query),
21245         (theora_dec_sink_event):
21246         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
21247         (vorbis_dec_sink_event), (vorbis_handle_data_packet):
21248         * gst/adder/gstadder.c: (gst_adder_query):
21249         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
21250         * gst/playback/test3.c: (update_scale):
21251         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
21252         (dump_element_stats), (main):
21253         * gst/playback/test6.c: (main):
21254         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
21255         Query API update.
21256
21257 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
21258
21259         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
21260         (xml_check_first_element), (xml_type_find), (smil_type_find),
21261         (plugin_init):
21262           Add typefinding for SMIL and for generic XML. Based on patch by
21263           Akos Maroy (#308663).
21264
21265 2005-10-18  Wim Taymans  <wim@fluendo.com>
21266
21267         * gst/playback/Makefile.am:
21268         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
21269         (gst_decode_bin_dispose), (dynamic_create), (dynamic_free),
21270         (free_dynamics), (pad_unblocked), (pad_blocked), (close_pad_link),
21271         (try_to_link_1), (new_pad), (no_more_pads), (type_found),
21272         (gst_decode_bin_change_state):
21273         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
21274         (gst_play_bin_send_event_to_sink):
21275         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
21276         (dump_element_stats), (main):
21277         * gst/playback/test6.c: (main):
21278         Make playbin async, it'll commit state to paused when all streams
21279         are detected.
21280         Remove ugly hack.
21281         Added test6.c to show async behaviour.
21282
21283 2005-10-18  Wim Taymans  <wim@fluendo.com>
21284
21285         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
21286         (gst_ogg_demux_perform_seek), (gst_ogg_demux_loop):
21287         Fix for segment-start/stop API change.
21288
21289 2005-10-18  Wim Taymans  <wim@fluendo.com>
21290
21291         * check/Makefile.am:
21292         * check/clocks/selection.c: (GST_START_TEST), (volume_suite),
21293         (main):
21294         Add future test for clock selection.
21295
21296 2005-10-18  Wim Taymans  <wim@fluendo.com>
21297
21298         * ext/alsa/gstalsasink.c: (gst_alsasink_init),
21299         (gst_alsasink_close):
21300         Set handle to NULL.
21301
21302         * gst-libs/gst/audio/gstringbuffer.c:
21303         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
21304         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
21305         (gst_ring_buffer_start), (gst_ring_buffer_pause),
21306         (gst_ring_buffer_stop), (gst_ring_buffer_commit),
21307         (gst_ring_buffer_read):
21308         More debug info.
21309
21310 2005-10-17  Stefan Kost  <ensonic@users.sf.net>
21311
21312         * gst/audiotestsrc/Makefile.am:
21313         * gst/sine/Makefile.am:
21314         * gst/volume/Makefile.am:
21315           fix broken build of controllerized plugins
21316
21317 2005-10-17  Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
21318
21319         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
21320
21321         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
21322         (gst_riff_create_video_template_caps):
21323           Add support for Indeo-3 (IV32).
21324
21325 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
21326
21327         * configure.ac:
21328           rewrite
21329
21330 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
21331
21332         * gst-libs/gst/video/video.c: (gst_video_get_size):
21333         * gst/audiotestsrc/gstaudiotestsrc.c:
21334           doc updates
21335
21336 2005-10-17  Andy Wingo  <wingo@pobox.com>
21337
21338         * ext/ogg/gstoggmux.c (gst_ogg_mux_queue_pads): Fix bug introduced
21339         with the collectpads change.
21340         (gst_ogg_mux_send_headers): Elevate warning to a g_critical.
21341
21342         * gst/tcp/gstmultifdsink.c: Convert to use the boilerplate macro.
21343
21344         * gst/tcp/gsttcp.c (gst_tcp_socket_read): Comment update.
21345
21346         * ext/theora/theoraenc.c (theora_buffer_from_packet): Pass the
21347         alloc_buffer flow return to callers.
21348         (theora_enc_chain, theora_enc_chain): Adapt to buffer_from_packet
21349         change. Fix some memleaks in theoraenc.
21350
21351         * ext/ogg/gstoggmux.c (gst_ogg_mux_send_headers): Fix a segfault
21352         in strange circumstance.
21353
21354 2005-10-17  Julien MOUTTE  <julien@moutte.net>
21355
21356         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
21357         (gst_ffmpegcsp_get_unit_size): We are asked to compute a buffer size
21358         from caps, let's use the caps...
21359
21360 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
21361
21362         * configure.ac:
21363           put back AX_CREATE_STDINT_H, ffmpegcolorspace includes _stdint.h
21364
21365 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
21366
21367         * gst-libs/gst/interfaces/Makefile.am:
21368           fix silly typo
21369
21370 2005-10-16  Andy Wingo  <wingo@pobox.com>
21371
21372         * gst/playback/gstdecodebin.c
21373         (gst_element_set_state_like_a_crazy_man): New kraaaaaaazy
21374         function!
21375         (try_to_link_1): Increase kraziness level.
21376
21377 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
21378
21379         * configure.ac:
21380           restructure like the core one
21381         * gst-libs/gst/audio/Makefile.am:
21382         * gst-libs/gst/interfaces/Makefile.am:
21383         * gst-libs/gst/net/Makefile.am:
21384         * gst-libs/gst/riff/Makefile.am:
21385         * gst-libs/gst/rtp/Makefile.am:
21386         * gst-libs/gst/tag/Makefile.am:
21387         * gst-libs/gst/video/Makefile.am:
21388           use correct linker flags, now the libs are properly versioned
21389         * check/elements/audioconvert.c: (verify_convert):
21390         * ext/alsa/gstalsaplugin.c:
21391         * ext/cdparanoia/gstcdparanoia.c:
21392         * ext/gnomevfs/gstgnomevfs.c:
21393         * ext/libvisual/visual.c:
21394         * ext/ogg/gstogg.c:
21395         * ext/ogg/gstoggparse.c: (gst_ogg_parse_chain):
21396         * ext/theora/theora.c:
21397         * ext/vorbis/vorbis.c:
21398         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
21399         * gst-libs/gst/tag/gsttagediting.c:
21400         * gst-libs/gst/video/video.c:
21401         * gst/adder/gstadder.c:
21402         * gst/audioconvert/plugin.c:
21403         * gst/audiorate/gstaudiorate.c:
21404         * gst/audioresample/gstaudioresample.c:
21405         * gst/audioresample/resample_ref.c: (resample_scale_ref):
21406         * gst/audioscale/gstaudioscale.c:
21407         * gst/audioscale/resample.c:
21408         * gst/audiotestsrc/gstaudiotestsrc.c:
21409         * gst/ffmpegcolorspace/gstffmpeg.c:
21410         * gst/playback/gstdecodebin.c: (close_pad_link):
21411         * gst/playback/gstplaybin.c: (gen_video_element),
21412         (gen_audio_element):
21413         * gst/sine/gstsinesrc.c:
21414         * gst/subparse/gstsubparse.c:
21415         * gst/tags/gsttagediting.c:
21416         * gst/tcp/gsttcpplugin.c:
21417         * gst/typefind/gsttypefindfunctions.c:
21418         * gst/videorate/gstvideorate.c:
21419         * gst/videoscale/gstvideoscale.c:
21420         * gst/videotestsrc/gstvideotestsrc.c:
21421         * gst/volume/gstvolume.c:
21422         * sys/v4l/gstv4l.c:
21423         * sys/ximage/ximage.c:
21424         * sys/xvimage/xvimagesink.c:
21425           fix up defines
21426
21427 2005-10-13  Tim-Philipp Müller  <tim at centricular dot net>
21428
21429         * ext/vorbis/vorbisenc.c:
21430         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
21431         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
21432         (gst_tag_to_vorbis_comments):
21433           Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE.
21434
21435 2005-10-13  Stefan Kost  <ensonic@users.sf.net>
21436
21437         * examples/stats/mp2ogg.c:
21438         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
21439           typo fixes
21440
21441 2005-10-13  Michael Smith <msmith@fluendo.com>
21442
21443         * ext/ogg/gstoggmux.c:
21444           Use magic glib macros to define constants as 64 bit, to ensure
21445           appropriate vararg passing.
21446
21447 2005-10-13  Michael Smith <msmith@fluendo.com>
21448
21449         * ext/ogg/gstoggmux.c:
21450         * gst/audioconvert/audioconvert.c: (float):
21451           Don't use LL suffix, as it's not portable, and neither of these
21452           uses required it anyway.
21453
21454 2005-10-12  Stefan Kost  <ensonic@users.sf.net>
21455
21456         * examples/indexing/indexmpeg.c: (main):
21457         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get),
21458         (cdparanoia_open), (cdparanoia_close), (cdparanoia_event),
21459         (cdparanoia_convert), (cdparanoia_query):
21460         * ext/cdparanoia/gstcdparanoia.h:
21461         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
21462         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file),
21463         (gst_gnomevfssink_chain), (gst_gnomevfssink_change_state):
21464         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
21465         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init):
21466         * gst/playback/gststreamselector.c: (gst_stream_selector_init):
21467         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
21468         (gst_multifdsink_render), (gst_multifdsink_start),
21469         (gst_multifdsink_stop):
21470         * gst/tcp/gstmultifdsink.h:
21471         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init),
21472         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
21473         (gst_tcpclientsink_stop):
21474         * gst/tcp/gsttcpclientsink.h:
21475         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
21476         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_create),
21477         (gst_tcpclientsrc_start), (gst_tcpclientsrc_stop):
21478         * gst/tcp/gsttcpclientsrc.h:
21479         * gst/tcp/gsttcpserversink.h:
21480         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init),
21481         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
21482         (gst_tcpserversrc_stop):
21483         * gst/tcp/gsttcpserversrc.h:
21484         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
21485         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
21486         * sys/ximage/ximagesink.c: (gst_ximagesink_init):
21487           renamed GST_FLAGS macros to GST_OBJECT_FLAGS
21488           moved bitshift from macro to enum definition
21489
21490 2005-10-12  Wim Taymans  <wim@fluendo.com>
21491
21492         * examples/seeking/Makefile.am:
21493         Oops.
21494
21495 2005-10-12  Wim Taymans  <wim@fluendo.com>
21496
21497         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
21498         (gst_ring_buffer_read), (gst_ring_buffer_clear):
21499         Don't assert on normal stuff.
21500
21501         * gst/playback/gstplaybin.c: (do_playbin_seek):
21502         API fix.
21503
21504 2005-10-12  Wim Taymans  <wim@fluendo.com>
21505
21506         * check/pipelines/simple_launch_lines.c: (run_pipeline):
21507         * examples/seeking/Makefile.am:
21508         * examples/seeking/cdplayer.c: (play_cb), (pause_cb), (stop_cb):
21509         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
21510         (do_seek), (set_update_scale), (message_received), (main):
21511         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
21512         (gst_ring_buffer_read), (gst_ring_buffer_clear):
21513         Update for _get_state() API change.
21514
21515 2005-10-11  Wim Taymans  <wim@fluendo.com>
21516
21517         * gst-libs/gst/audio/gstbaseaudiosink.c:
21518         (gst_base_audio_sink_render):
21519         * gst-libs/gst/audio/gstbaseaudiosrc.c:
21520         (gst_base_audio_src_create):
21521         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
21522         (gst_ring_buffer_read):
21523         Cleanups.
21524         Commit and read from ringbuffer in samples rather than bytes.
21525
21526 2005-10-11  Wim Taymans  <wim@fluendo.com>
21527
21528         * gst-libs/gst/audio/gstbaseaudiosink.c:
21529         (gst_base_audio_sink_render):
21530         Respect segment rate and accum when scheduling samples.
21531
21532 2005-10-11  Julien MOUTTE  <julien@moutte.net>
21533
21534         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
21535         (gst_ogg_mux_collected): Quick hack to fix build. We need to handle
21536         EOS correctly, that needs more work.
21537
21538 2005-10-11  Wim Taymans  <wim@fluendo.com>
21539
21540         * check/generic/states.c: (GST_START_TEST):
21541         remove old property.
21542
21543         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
21544         (gst_ogg_demux_perform_seek):
21545         * ext/theora/theoradec.c: (theora_dec_sink_event):
21546         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
21547         (vorbis_handle_data_packet):
21548         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21549         (gst_base_rtp_depayload_set_gst_timestamp):
21550         * gst/videorate/gstvideorate.c: (gst_videorate_event):
21551         Update for newsegment API change.
21552
21553 2005-10-11  Michael Smith <msmith@fluendo.com>
21554
21555         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
21556         (do_playbin_seek), (gst_play_bin_send_event):
21557           Override send_event differently, so that we can takes bits of
21558           functionality from GstPipeline (special handling for seeks,
21559           including pausing/resuming, and resetting stream time) and still get
21560           the appropriate behaviour of only forwarding event to a single sink,
21561           rather than all of them.
21562           Unfortunately requires a lot of code duplication, but the
21563           alternatives are equally ugly in the end.
21564
21565 2005-10-11  Thomas Vander Stichele  <thomas at apestaart dot org>
21566
21567         * check/elements/audioconvert.c: (setup_audioconvert),
21568         (cleanup_audioconvert), (get_int_caps), (verify_convert),
21569         (GST_START_TEST), (audioconvert_suite):
21570           clean up tests a little, fix some leaks.
21571
21572 2005-10-10  Wim Taymans  <wim@fluendo.com>
21573
21574         * ext/alsa/gstalsasink.c:
21575         Also allow unsigned int.
21576
21577         * gst-libs/gst/audio/gstbaseaudiosrc.c:
21578         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
21579         Small cleanup
21580
21581 2005-10-10  Wim Taymans  <wim@fluendo.com>
21582
21583         * check/pipelines/simple_launch_lines.c: (run_pipeline):
21584         Small update, use API as stated in design docs.
21585
21586         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
21587         (update_scale), (do_seek), (seek_cb), (set_update_scale),
21588         (start_seek), (stop_seek), (play_cb), (pause_cb), (stop_cb),
21589         (message_received), (main):
21590         Updated seek example for GOption. Some usability improvements.
21591
21592 2005-10-10  Wim Taymans  <wim@fluendo.com>
21593
21594         * gst/audioconvert/audioconvert.h:
21595         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
21596         (gst_channel_mix_setup_matrix), (gst_channel_mix_mix):
21597         Alloc temp storage somewhere else where we can do it more
21598         portable.
21599
21600 2005-10-10  Wim Taymans  <wim@fluendo.com>
21601
21602         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_create),
21603         (gst_tcpserversrc_start):
21604         Don't block in accept while doing the state change, move
21605         to poll and make cancellable.
21606
21607 2005-10-09  Philippe Khalaf <burger@speedy.org>
21608
21609         * gst-libs/gst/rtp/rtpbasedepayload.c:
21610         Set timestamp and add queue delay to timestamp
21611         * gst-libs/gst/rtp/rtpbuffer.h:
21612         Set correct payload type for h263
21613
21614 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
21615
21616         * gst/audiotestsrc/gstaudiotestsrc.c:
21617         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_class_init),
21618         (gst_audiotestsrc_init), (gst_audiotestsrc_create_sine),
21619         (gst_audiotestsrc_create_square), (gst_audiotestsrc_create_saw),
21620         (gst_audiotestsrc_create_triangle),
21621         (gst_audiotestsrc_create_silence),
21622         (gst_audiotestsrc_create_white_noise),
21623         (gst_audiotestsrc_init_pink_noise),
21624         (gst_audiotestsrc_generate_pink_noise_value),
21625         (gst_audiotestsrc_create_pink_noise),
21626         (gst_audiotestsrc_change_wave):
21627         * gst/audiotestsrc/gstaudiotestsrc.h:
21628           fixed typo, added pink noise
21629
21630 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
21631
21632         * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find),
21633         (plugin_init):
21634           Add wavpack and spc typefind functions from 0.8 branch.
21635
21636 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
21637
21638         * gst/typefind/gsttypefindfunctions.c: (tar_type_find),
21639         (ar_type_find), (msdos_type_find), (plugin_init):
21640           Add typefind functions for tar archives, ar archives,
21641           RAR archives, and msdos-executables (dlls, exe, etc.).
21642           Some of those would be wrongly identified as mpeg
21643           streams of some sort before (#315550).
21644
21645 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
21646
21647         * configure.ac:
21648         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
21649         * docs/plugins/gst-plugins-base-plugins-sections.txt:
21650         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
21651         * gst/audiotestsrc/Makefile.am:
21652         * gst/audiotestsrc/gstaudiotestsrc.c:
21653         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_base_init),
21654         (gst_audiotestsrc_class_init), (gst_audiotestsrc_init),
21655         (gst_audiotestsrc_src_fixate), (gst_audiotestsrc_setcaps),
21656         (gst_audiotestsrc_get_query_types), (gst_audiotestsrc_src_query),
21657         (gst_audiotestsrc_wait), (gst_audiotestsrc_unlock),
21658         (gst_audiotestsrc_create_sine), (gst_audiotestsrc_create_square),
21659         (gst_audiotestsrc_create_saw), (gst_audiotestsrc_create_triangle),
21660         (gst_audiotestsrc_create_silence),
21661         (gst_audiotestsrc_create_white_noise),
21662         (gst_audiotestsrc_change_wave), (gst_audiotestsrc_create),
21663         (gst_audiotestsrc_set_property), (gst_audiotestsrc_get_property),
21664         (gst_audiotestsrc_start), (plugin_init):
21665         * gst/audiotestsrc/gstaudiotestsrc.h:
21666           add new plugin and element
21667         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init):
21668           use gobject_class
21669
21670 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
21671
21672         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_class_init),
21673         (gst_adder_init), (gst_adder_request_new_pad),
21674         (gst_adder_change_state):
21675           Add query function to source pad, so adder reports the correct
21676           time/sample position when queried (#315457); fix state change
21677           function; use GST_DEBUG_FUNCPTR() for pad functions.
21678
21679 2005-10-08  Thomas Vander Stichele  <thomas at apestaart dot org>
21680
21681         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find):
21682           Fix leaks in typefind registration
21683           Clean up the gratuitous commenting and whitespacing a little
21684
21685 2005-10-08  Wim Taymans  <wim@fluendo.com>
21686
21687         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_stop):
21688         Only actually wait for the thread to be stopped if it's 
21689         running.
21690
21691 2005-10-08  Wim Taymans  <wim@fluendo.com>
21692
21693         * gst-libs/gst/audio/gstbaseaudiosink.c:
21694         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
21695         If we receive EOS we can start playback of what we had.
21696
21697 2005-10-08  Wim Taymans  <wim@fluendo.com>
21698
21699         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
21700         (gst_multifdsink_finalize), (multifdsink_hash_remove),
21701         (gst_multifdsink_stop):
21702         Fix crasher when going to NULL multiple times.
21703
21704 2005-10-06  Wim Taymans  <wim@fluendo.com>
21705
21706         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event),
21707         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
21708         * gst-libs/gst/audio/gstbaseaudiosrc.h:
21709         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
21710         patch from Edgard Lima <edgard.lima@indt.org.br>
21711         Fixed gstbaseaudiosrc adding ring buffer sync to it.
21712
21713 2005-10-06  Wim Taymans  <wim@fluendo.com>
21714
21715         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
21716         Report the FLOW_RETURN as string in the error message.
21717
21718         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_clear_all):
21719         Don't assert when clearing an unnegotiated buffer.
21720
21721 2005-10-04  Michael Smith <msmith@fluendo.com>
21722
21723         * gst/playback/gstplaybasebin.c: (group_destroy),
21724         (gen_preroll_element), (remove_groups), (setup_source):
21725         * gst/playback/gstplaybin.c: (remove_sinks), (add_sink),
21726         (setup_sinks), (gst_play_bin_send_event),
21727         (gst_play_bin_change_state):
21728           Set state to NULL before removing from bin. Fix refcounting.
21729
21730 2005-10-04  Michael Smith <msmith@fluendo.com>
21731
21732         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
21733           Correct refcounting in send_event() function. Previously was wrong
21734           if the first sink was unable to handle the event.
21735
21736 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
21737
21738         * configure.ac:
21739           back to development
21740
21741 === release 0.9.3 ===
21742
21743 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
21744
21745         * configure.ac:
21746           Releasing 0.9.3, "De Facto"
21747
21748 2005-10-03  Andy Wingo  <wingo@pobox.com>
21749
21750         * gst/playback/gstdecodebin.c (try_to_link_1)
21751         (remove_element_chain): set element to NULL before removing it.
21752
21753 2005-10-02  Johan Dahlin  <johan@gnome.org>
21754
21755         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_uri_get_protocols): 
21756         protect gst_gnomevfs_get_supported_uris by a mutex, to make it
21757         MT safe.
21758
21759 2005-10-02  Andy Wingo  <wingo@pobox.com>
21760
21761         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_clear) 
21762         (gst_ring_buffer_prepare_read): 
21763         * gst-libs/gst/audio/gstaudiosink.c (audioringbuffer_thread_func):
21764         Demote to LOG.
21765
21766 2005-09-29  Wim Taymans  <wim@fluendo.com>
21767
21768         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
21769         * ext/theora/theoradec.c: (theora_handle_data_packet):
21770         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
21771         Propagate error codes from alloc_buffer too.
21772
21773 2005-09-29  Wim Taymans  <wim@fluendo.com>
21774
21775         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
21776         We use fixed caps.
21777
21778         * gst/playback/Makefile.am:
21779         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
21780         (dump_element_stats), (main):
21781         Added example stream introspection code.
21782
21783 2005-09-28  Stefan Kost  <ensonic@users.sf.net>
21784
21785         * gst/adder/gstadder.c: (gst_adder_collected):
21786           fix adder for float elements
21787
21788 2005-09-28  Wim Taymans  <wim@fluendo.com>
21789
21790         * gst-libs/gst/audio/gstbaseaudiosink.c:
21791         (gst_base_audio_sink_class_init),
21792         (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
21793         * gst-libs/gst/audio/gstbaseaudiosrc.c:
21794         (gst_base_audio_src_class_init),
21795         (gst_base_audio_src_provide_clock):
21796         get_clock -> provide_clock
21797
21798 2005-09-28  Andy Wingo  <wingo@pobox.com>
21799
21800         * gst/videotestsrc/gstvideotestsrc.c: Implement live source mode
21801         and unlocking.
21802
21803         * gst/sine/gstsinesrc.c (gst_sinesrc_unlock): Actually implement
21804         unlocking.
21805
21806         * gst/tcp/gsttcpclientsink.c (gst_tcpclientsink_base_init):
21807         Actually add the pad template.
21808         (gst_tcpclientsink_get_type): We're a base sink. Woot, works.
21809
21810         * gst/tcp/gsttcpserversrc.c: Go ahead and fix up serversrc while
21811         I'm at it...
21812
21813         * gst/tcp/gsttcpclientsrc.c: Make interruptable -- code stolen
21814         from fdsrc. Get caps in create() instead of start() so it can be
21815         interrupted. Interruption somewhat untested.
21816
21817         * gst/tcp/gsttcp.c (gst_tcp_read_buffer, gst_tcp_socket_read):
21818         Proper EOS handling.
21819
21820 2005-09-27  Andy Wingo  <wingo@pobox.com>
21821
21822         * gst/tcp/gsttcpclientsrc.c: Cleaned up.
21823
21824         * gst/tcp/gsttcpserversrc.c: Cleaned up.
21825
21826         * gst/tcp/gsttcpclientsrc.c: Updated for new gsttcp API.
21827
21828         * gst/tcp/gsttcp.h: 
21829         * gst/tcp/gsttcp.c (gst_tcp_read_buffer): New function, factored
21830         out of tcpclientsrc.c. Cancellable.
21831         (gst_tcp_socket_read): Made private, cancellable, with better
21832         diagnostics. Also the FIONREAD ioctl takes a int*, not a size_t*.
21833         (gst_tcp_gdp_read_buffer): Made cancellable, actually returns the
21834         whole buffer, and better diagnostics.
21835         (gst_tcp_gdp_read_caps): Same.
21836
21837         * gst/sine/gstsinesrc.c (gst_sinesrc_wait): Add the base time.
21838
21839 2005-09-26  Andy Wingo  <wingo@pobox.com>
21840
21841         * gst/sine/gstsinesrc.h:
21842         * gst/sine/gstsinesrc.c: Refactor, remove the table lookup code,
21843         change the 'sync' property to 'is-live' and implement it halfway,
21844         update for controller api change.
21845
21846         * gst/volume/gstvolume.c (volume_transform_ip): Update for
21847         controller api change.
21848
21849 2005-09-24  Wim Taymans  <wim@fluendo.com>
21850
21851         * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
21852         * gst-libs/gst/audio/gstaudiosink.c:
21853         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
21854         (gst_audioringbuffer_stop):
21855         * gst-libs/gst/audio/gstbaseaudiosink.c:
21856         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
21857         (gst_base_audio_sink_change_state):
21858         * gst-libs/gst/audio/gstbaseaudiosink.h:
21859         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop),
21860         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
21861         (gst_ring_buffer_commit), (gst_ring_buffer_read):
21862         * gst-libs/gst/audio/gstringbuffer.h:
21863         Fix sync again. Moved sample alignment to basesink.
21864
21865 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21866
21867         * docs/plugins/Makefile.am:
21868         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
21869         * docs/plugins/gst-plugins-base-plugins-sections.txt:
21870         * gst/volume/gstvolume.c:
21871           add/fix docs
21872         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size):
21873         * gst-libs/gst/audio/audio.h:
21874           add conversion macros for frames <-> clocktime
21875
21876 2005-09-23  David Schleef  <ds@schleef.org>
21877
21878         * gst/audioresample/Makefile.am:
21879         * gst/audioresample/debug.h:
21880         * gst/audioresample/gstaudioresample.c:
21881         * gst/audioresample/resample.c: Convert to using gst debugging
21882
21883 2005-09-22  Wim Taymans  <wim@fluendo.com>
21884
21885         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
21886         (gst_play_bin_send_event):
21887         Only seek on one sink, the first one that succeeds.
21888
21889 2005-09-22  Michael Smith <msmith@fluendo.com>
21890
21891         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
21892         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
21893         Don't flush encoder state unless we have an initialised encoder.
21894         Clear out encoder state on PAUSED_TO_READY.
21895
21896 2005-09-22  Wim Taymans  <wim@fluendo.com>
21897
21898         * gst-libs/gst/rtp/gstbasertppayload.c:
21899         (gst_basertppayload_class_init), (gst_basertppayload_init),
21900         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
21901         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
21902         (gst_basertppayload_is_filled), (gst_basertppayload_push),
21903         (gst_basertppayload_set_property),
21904         (gst_basertppayload_get_property),
21905         (gst_basertppayload_change_state):
21906         * gst-libs/gst/rtp/gstbasertppayload.h:
21907         Added max-ptime to control amount of data in the rtp packets.
21908
21909 2005-09-21  Andy Wingo  <wingo@pobox.com>
21910
21911         * gst/playback/gstplaybasebin.c: Attempt to fix up buffer probe
21912         thingies.
21913
21914         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Dispose
21915         can be called multiple times, dogs.
21916
21917 2005-09-21  Wim Taymans  <wim@fluendo.com>
21918
21919         * gst-libs/gst/rtp/gstbasertppayload.c:
21920         (gst_basertppayload_class_init), (gst_basertppayload_init),
21921         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
21922         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
21923         (gst_basertppayload_push), (gst_basertppayload_get_property),
21924         (gst_basertppayload_change_state):
21925         Allow 0 ssrc too.
21926
21927 2005-09-21  Stefan Kost  <ensonic@users.sf.net>
21928
21929         * docs/libs/compiling.sgml:
21930           fixing typos
21931
21932 2005-09-20  Wim Taymans  <wim@fluendo.com>
21933
21934         * gst-libs/gst/rtp/gstbasertppayload.c:
21935         (gst_basertppayload_class_init), (gst_basertppayload_init),
21936         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
21937         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
21938         (gst_basertppayload_push), (gst_basertppayload_set_property),
21939         (gst_basertppayload_get_property),
21940         (gst_basertppayload_change_state):
21941         * gst-libs/gst/rtp/gstbasertppayload.h:
21942         Added property to configure sequence number offsets.
21943
21944 2005-09-20  Wim Taymans  <wim@fluendo.com>
21945
21946         * gst-libs/gst/rtp/gstbasertppayload.c:
21947         (gst_basertppayload_class_init), (gst_basertppayload_init),
21948         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
21949         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
21950         (gst_basertppayload_push), (gst_basertppayload_set_property),
21951         (gst_basertppayload_get_property),
21952         (gst_basertppayload_change_state):
21953         * gst-libs/gst/rtp/gstbasertppayload.h:
21954         Make timestamp offset configurable.
21955
21956 2005-09-20  Thomas Vander Stichele  <thomas at apestaart dot org>
21957
21958         * check/pipelines/simple_launch_lines.c: (run_pipeline):
21959           fix wrong pop/unref
21960
21961 2005-09-19  Torsten Schoenfeld  <kaffeetisch at gmx dot net>
21962
21963         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
21964
21965         * gst-libs/gst/interfaces/propertyprobe.c:
21966         (gst_property_probe_probe_property_name),
21967         (gst_property_probe_needs_probe_name),
21968         (gst_property_probe_get_values_name),
21969         (gst_property_probe_probe_and_get_values_name):
21970           Fix wrong macro usage; it's G_OBJECT_GET_CLASS(obj) or
21971           G_OBJECT_CLASS(klass), not G_OBJECT_CLASS(obj). (#316571)
21972
21973 2005-09-19  Thomas Vander Stichele  <thomas at apestaart dot org>
21974
21975         * check/Makefile.am:
21976           have some tests be disabled for valgrinding
21977         * check/elements/vorbisdec.c: (cleanup_vorbisdec),
21978         (GST_START_TEST):
21979         * ext/vorbis/vorbisdec.c: (vorbisdec_finalize):
21980           Fix A Leak.  Chain To Parent Finalize.
21981
21982 2005-09-19  Wim Taymans  <wim@fluendo.com>
21983
21984         * examples/seeking/seek.c: (make_wav_pipeline), (main):
21985         Fixed wav pipeline.
21986
21987 2005-09-19  Wim Taymans  <wim@fluendo.com>
21988
21989         * gst-libs/gst/rtp/gstbasertppayload.c:
21990         (gst_basertppayload_class_init), (gst_basertppayload_init),
21991         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
21992         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
21993         (gst_basertppayload_push), (gst_basertppayload_get_property),
21994         (gst_basertppayload_change_state):
21995         Posting ERROR and WARNING messages is good.
21996
21997 2005-09-19  Wim Taymans  <wim@fluendo.com>
21998
21999         * gst-libs/gst/rtp/gstbasertpdepayload.c:
22000         (gst_base_rtp_depayload_add_to_queue),
22001         (gst_base_rtp_depayload_push),
22002         (gst_base_rtp_depayload_set_gst_timestamp),
22003         (gst_base_rtp_depayload_queue_release):
22004         This one was not supposed to go in.
22005
22006 2005-09-19  Wim Taymans  <wim@fluendo.com>
22007
22008         * check/pipelines/simple_launch_lines.c: (run_pipeline):
22009         Fix for bus API.
22010
22011         * gst-libs/gst/rtp/gstbasertpdepayload.c:
22012         (gst_base_rtp_depayload_chain),
22013         (gst_base_rtp_depayload_add_to_queue),
22014         (gst_base_rtp_depayload_push),
22015         (gst_base_rtp_depayload_set_gst_timestamp),
22016         (gst_base_rtp_depayload_queue_release):
22017         Some cleanups.
22018
22019         * gst-libs/gst/rtp/gstbasertppayload.c:
22020         (gst_basertppayload_class_init), (gst_basertppayload_init),
22021         (gst_basertppayload_setcaps), (gst_basertppayload_set_options),
22022         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
22023         (gst_basertppayload_get_property),
22024         (gst_basertppayload_change_state):
22025         Added debugging category.
22026
22027 2005-09-18  David Schleef  <ds@schleef.org>
22028
22029         * gst/playback/gstdecodebin.c: free plugin list correctly
22030         * gst/playback/gstplaybin.c: emit warning if autovideosink
22031           and autoaudiosink can't be found (instead of segfaulting)
22032
22033 2005-09-17  Thomas Vander Stichele  <thomas at apestaart dot org>
22034
22035         * check/elements/audioconvert.c: (GST_START_TEST):
22036           try out 24 bit conversion
22037
22038 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
22039
22040         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
22041         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
22042         (gst_vorbisenc_output_buffers), (gst_vorbisenc_change_state):
22043         * ext/vorbis/vorbisenc.h:
22044           Fix EOS handling.  Still needs a fix in the ogg muxer to
22045           mark the last page as eos.
22046
22047 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
22048
22049         * common/gtk-doc-plugins.mak:
22050         * docs/plugins/Makefile.am:
22051         * docs/plugins/gst-plugins-base-plugins-sections.txt:
22052         * gst/ffmpegcolorspace/Makefile.am:
22053         * gst/ffmpegcolorspace/avcodec.h:
22054         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22055         * gst/tcp/gstmultifdsink.c:
22056           fix up ffmpegcolorspace docs; extract header
22057
22058 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
22059
22060         * common/gtk-doc-plugins.mak:
22061         * docs/plugins/Makefile.am:
22062         * docs/plugins/gst-plugins-base-plugins-sections.txt:
22063         * ext/theora/Makefile.am:
22064         * ext/theora/gsttheoraenc.h:
22065         * ext/theora/theoraenc.c:
22066         * ext/vorbis/vorbisenc.c:
22067           pick up signals and args for vorbis; add some docs for vorbis
22068
22069 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
22070
22071         * common/gstdoc-scangobj:
22072         * common/gtk-doc-plugins.mak:
22073         * docs/libs/Makefile.am:
22074         * docs/plugins/gst-plugins-base-plugins.args:
22075         * docs/plugins/gst-plugins-base-plugins.hierarchy:
22076         * docs/plugins/gst-plugins-base-plugins.interfaces:
22077         * docs/plugins/gst-plugins-base-plugins.prerequisites:
22078         * docs/plugins/gst-plugins-base-plugins.signals:
22079           only scanobj stuff from our source module.  Not sure yet
22080           if that's correct, given the hierarchy stuff :)
22081
22082 2005-09-15  Wim Taymans  <wim@fluendo.com>
22083
22084         * gst/audioconvert/gstaudioconvert.c:
22085         And enable 24 bits mode as well..
22086
22087 2005-09-15  Wim Taymans  <wim@fluendo.com>
22088
22089         * gst-libs/gst/rtp/Makefile.am:
22090         * gst-libs/gst/rtp/gstbasertppayload.c:
22091         (gst_basertppayload_get_type), (gst_basertppayload_base_init),
22092         (gst_basertppayload_class_init), (gst_basertppayload_init),
22093         (gst_basertppayload_finalize), (gst_basertppayload_setcaps),
22094         (gst_basertppayload_chain), (gst_basertppayload_set_options),
22095         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
22096         (gst_basertppayload_set_property),
22097         (gst_basertppayload_get_property),
22098         (gst_basertppayload_change_state):
22099         * gst-libs/gst/rtp/gstbasertppayload.h:
22100         Added rtp payloader base class.
22101
22102 2005-09-15  Andy Wingo  <wingo@pobox.com>
22103
22104         * configure.ac (plugindir): Remove the EOL matcher from the
22105         regexp, as it causes me problems. Libtool? Make? Who knows?
22106
22107 2005-09-14  David Schleef  <ds@schleef.org>
22108
22109         * check/generic/states.c: 
22110         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
22111         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
22112           Fixes for changes in registry API.
22113
22114         * configure.ac: Only export gst_plugins_desc.  Add -no-undefined
22115           to GST_PLUGIN_LDFLAGS.
22116         * ext/libvisual/visual.c: Make the library shut up.
22117         * gst-libs/gst/audio/audio.c: Don't define a plugin in a library.
22118         * gst-libs/gst/audio/gstaudiofilter.c: same
22119
22120 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
22121
22122         * docs/plugins/Makefile.am:
22123         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
22124         * docs/plugins/inspect/plugin-libvisual.xml:
22125         * docs/plugins/tmpl/element-tcpserversink.sgml:
22126         * ext/theora/theoraenc.c:
22127           add libvisual plugin and theoraenc element to docs
22128
22129 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
22130
22131         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
22132         * docs/plugins/gst-plugins-base-plugins-sections.txt:
22133         * ext/theora/theoraenc.c:
22134           add theoraenc
22135
22136 2005-09-13  Tim-Philipp Müller  <tim at centricular dot net>
22137
22138         * gst/audioconvert/Makefile.am:
22139           Audioconvert derives from GstBaseTransform and should
22140           link to the library with our base elements to avoid
22141           unresolved symbols. Makes things work with MinGW (#316160)
22142
22143         * gst/playback/test4.c: (main):
22144           Fix MinGW build problem and use g_usleep() instead of 
22145           sleep() (#316162)
22146
22147 2005-09-12  Wim Taymans  <wim@fluendo.com>
22148
22149         * gst/audioconvert/audioconvert.c: (float),
22150         (audio_convert_prepare_context), (audio_convert_convert):
22151         * gst/audioconvert/audioconvert.h:
22152         Cleanups, speedups, simplifications, added back support
22153         for 24 bits.
22154
22155 2005-09-11  Thomas Vander Stichele  <thomas at apestaart dot org>
22156
22157         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
22158         * docs/plugins/gst-plugins-base-plugins-sections.txt:
22159         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
22160         * docs/plugins/tmpl/element-tcpserversink.sgml:
22161         * gst/ffmpegcolorspace/gstffmpeg.c:
22162         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22163         * gst/videotestsrc/gstvideotestsrc.c:
22164         * gst/volume/gstvolume.c:
22165           add more elements to the docs
22166
22167 2005-09-09  Jan Schmidt  <thaytan@mad.scientist.com>
22168
22169         * check/Makefile.am:
22170         * check/pipelines/simple_launch_lines.c: (setup_pipeline),
22171         (run_pipeline), (GST_START_TEST), (simple_launch_lines_suite):
22172           Add extra tests for basetransform based components. 
22173           Comment out the test_element_negotiation test until we decide
22174           if it's testing correct behaviour.
22175         * ext/libvisual/visual.c: (gst_visual_init), (get_buffer),
22176         (gst_visual_chain), (gst_visual_change_state):
22177           Slightly more correct but still bogus timestamping.
22178           Fix state change function.
22179         * gst/audioconvert/gstaudioconvert.c:
22180         (gst_audio_convert_class_init):
22181         * gst/audioresample/gstaudioresample.c:
22182         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22183         (gst_ffmpegcsp_class_init):
22184         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
22185         (gst_videoscale_prepare_size), (gst_videoscale_set_caps),
22186         (gst_videoscale_prepare_image):
22187         * gst/volume/gstvolume.c: (gst_volume_class_init),
22188         (volume_transform_ip):
22189           Basetransform updates. Enable passthrough modes.
22190         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
22191         (gst_ximagesink_renegotiate_size), (gst_ximagesink_xcontext_get),
22192         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
22193           Negotiation fix that allows the window to return to the original
22194           size and renegotiate passthrough upstream. Extra debug output.
22195
22196 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
22197
22198         * gst/sine/gstsinesrc.c:
22199         * gst/volume/gstvolume.c:
22200           fix up header include
22201
22202 2005-09-09  Stefan Kost  <ensonic@users.sf.net>
22203
22204         * gst-libs/gst/audio/gstbaseaudiosink.c:
22205         (gst_base_audio_sink_render):
22206         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit):
22207         * gst/volume/gstvolume.c: (gst_volume_class_init),
22208         (volume_transform):
22209           fixing lost sync, some more debugging
22210
22211 2005-09-08  Jan Schmidt  <thaytan@mad.scientist.com>
22212
22213         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
22214         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_xcontext_get):
22215         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
22216         (gst_xvimagesink_check_xshm_calls):
22217           Fix compilation when XShm is not available.
22218
22219 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
22220
22221         * ext/libvisual/visual.c: (gst_visual_dispose),
22222         (gst_visual_getcaps), (gst_visual_src_setcaps),
22223         (gst_visual_sink_setcaps), (get_buffer), (gst_visual_chain),
22224         (gst_visual_change_state):
22225           Finish fixing up libvisual plugin so that it runs. 
22226
22227 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
22228
22229         * ext/vorbis/vorbisenc.c:
22230         * gst-libs/gst/tag/gstvorbistag.c:
22231           gsttaginterface.h -> gsttagsetter.h
22232
22233 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
22234
22235         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
22236           added another test that failes for me (test is not active by default)
22237
22238 2005-09-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22239
22240         * configure.ac:
22241           v4l2 is no longer in gst-plugins-base
22242
22243 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
22244
22245         * configure.ac:
22246           In the output at the end, don't show the first plugin on the same
22247           line as "Core plug-ins, always built:".
22248           Indent the output as for other plugin categories
22249         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
22250           #define that can be used to not use peer buffer_alloc functions for
22251           test purposes.
22252         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
22253         (gst_ximage_buffer_get_type), (gst_ximagesink_ximage_new),
22254         (gst_ximagesink_show_frame):
22255         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
22256         (gst_xvimage_buffer_get_type), (gst_xvimagesink_setcaps),
22257         (gst_xvimagesink_show_frame):
22258           Error case handling fixes. gst-launch fakesrc ! x[v]imagesink now
22259           fails gracefully instead of XError aborting or deadlocking.
22260
22261 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
22262
22263         * ext/libvisual/Makefile.am:
22264           link against gst-base-libs
22265
22266 2005-09-06  David Schleef  <ds@schleef.org>
22267
22268         * configure.ac: Enable libvisual plugin.
22269         * ext/libvisual/Makefile.am:
22270         * ext/libvisual/visual.c: Fixes to make it compile.
22271
22272 === release 0.9.2 ===
22273
22274 2005-09-06  Thomas Vander Stichele  <thomas at apestaart dot org>
22275
22276         * NEWS:
22277         * RELEASE:
22278         * configure.ac:
22279         * docs/random/ChangeLog-0.8:
22280           releasing 0.9.2, "Spoon"
22281
22282 2005-09-05  Michael Smith <msmith@fluendo.com>
22283
22284         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
22285           libvorbis accepts quality as low as -0.1, not just 0.0. So accept
22286           that in the vorbisenc element.
22287
22288 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
22289
22290         * common/gtk-doc-plugins.mak:
22291         * docs/plugins/Makefile.am:
22292           fix distcheck
22293         * gst/audioresample/resample.c:
22294           fix wrong docstring
22295
22296 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
22297
22298         * common/gst-xmlinspect.py:
22299         * common/gtk-doc-plugins.mak:
22300           only inspect plugins for this given package
22301           require gst-python 0.9
22302
22303 2005-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
22304
22305         * Makefile.am:
22306         * autogen.sh:
22307         * common/gst-xmlinspect.py:
22308         * configure.ac:
22309         * docs/Makefile.am:
22310         * docs/plugins/inspect/plugin-alsa.xml:
22311         * docs/plugins/inspect/plugin-audioresample.xml:
22312         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
22313         * docs/plugins/inspect/plugin-ogg.xml:
22314         * docs/plugins/tmpl/element-gnomevfssink.sgml:
22315         * docs/plugins/tmpl/element-multifdsink.sgml:
22316         * docs/plugins/tmpl/element-tcpserversink.sgml:
22317         * docs/plugins/tmpl/element-vorbisenc.sgml:
22318         * gst-plugins-base.spec.in:
22319           various doc-related updates
22320
22321 2005-08-31  Wim Taymans  <wim@fluendo.com>
22322
22323         * gst-libs/gst/audio/gstbaseaudiosink.c:
22324         (gst_base_audio_sink_render):
22325         Resync if the buffer timestamps drift more than a 10th 
22326         of a second.
22327
22328 2005-08-31  Tim-Philipp Müller  <tim at centricular dot net>
22329
22330         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_property),
22331         (gst_v4lsrc_get_property):
22332           The 'timestamp-offset' property is registered as an int64, so
22333           let's use g_value_{set|get}_int64() in our setter and getter
22334           functions (makes it work and fixes warnings with gst-inspect).
22335
22336 2005-08-30  Wim Taymans  <wim@fluendo.com>
22337
22338         * check/elements/audioconvert.c: (setup_audioconvert):
22339         * check/elements/audioresample.c: (setup_audioresample):
22340         * check/elements/volume.c: (setup_volume):
22341         Fix checks.
22342
22343 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
22344
22345         * common/gtk-doc-plugins.mak:
22346         * common/plugins.xsl:
22347         * docs/plugins/Makefile.am:
22348           make module a param
22349
22350 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
22351
22352         * examples/seeking/seek.c: (make_mp3_pipeline),
22353         (make_mpeg_pipeline), (seek_cb), (start_seek), (stop_seek),
22354         (play_cb), (pause_cb), (stop_cb):
22355           update the example
22356
22357 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
22358
22359         * gst/volume/gstvolume.c: (gst_volume_class_init),
22360         (volume_transform):
22361           do not update controlled params, if buffer has no timestamp
22362
22363 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
22364
22365         * configure.ac:
22366         * gst/sine/Makefile.am:
22367         * gst/volume/Makefile.am:
22368           controllerized elements also need to link against controller-libs ;)
22369
22370 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
22371
22372         * docs/libs/tmpl/gstcolorbalance.sgml:
22373         * docs/libs/tmpl/gstgconf.sgml:
22374         * docs/libs/tmpl/gstmixer.sgml:
22375         * docs/libs/tmpl/gstringbuffer.sgml:
22376         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
22377         (gst_sinesrc_create):
22378         * gst/volume/gstvolume.c: (gst_volume_class_init),
22379         (volume_transform):
22380           controllerized two audio plugins
22381
22382 2005-08-29  Andy Wingo  <wingo@pobox.com>
22383
22384         * ext/vorbis/vorbisdec.c (vorbis_dec_convert, vorbis_dec_push) 
22385         (vorbis_handle_data_packet): Fix some int overflow errors.
22386
22387         * ext/ogg/gstoggdemux.c (gst_ogg_demux_init): Init total_time to
22388         -1.
22389         (gst_ogg_demux_perform_seek): Clamp segment_stop only if it's
22390         valid.
22391         (gst_ogg_pad_submit_packet): Subtract the chain's begin_time only
22392         if it's valid. Fixed streaming-mode playback.
22393
22394         * check/elements/volume.c (cleanup_volume): Fix for running
22395         CK_FORK=no.
22396
22397         * check/elements/audioconvert.c: Convert from native endian, not
22398         little endian.
22399
22400 2005-08-29  Michael Smith <msmith@fluendo.com>
22401
22402         * ext/ogg/Makefile.am:
22403         * ext/ogg/gstogg.c: (plugin_init):
22404         * ext/ogg/gstoggparse.c: (gst_ogg_parse_get_type), (free_stream),
22405         (gst_ogg_parse_delete_all_streams), (gst_ogg_parse_new_stream),
22406         (gst_ogg_parse_find_stream), (gst_ogg_parse_base_init),
22407         (gst_ogg_parse_class_init), (gst_ogg_parse_init),
22408         (gst_ogg_parse_dispose), (gst_ogg_parse_submit_buffer),
22409         (gst_ogg_parse_append_header), (gst_ogg_parse_is_header),
22410         (gst_ogg_parse_buffer_from_page), (gst_ogg_parse_chain),
22411         (gst_ogg_parse_change_state), (gst_ogg_parse_plugin_init):
22412         Add an ogg parser element.
22413
22414 2005-08-28  Andy Wingo  <wingo@pobox.com>
22415
22416         * Updates for two-arg init from GST_BOILERPLATE_FULL.
22417
22418 2005-08-26  Wim Taymans  <wim@fluendo.com>
22419
22420         * gst/audioconvert/audioconvert.c: (if), (float),
22421         (audio_convert_get_func_index), (check_default),
22422         (audio_convert_clean_fmt), (audio_convert_prepare_context),
22423         (audio_convert_clean_context), (audio_convert_get_sizes),
22424         (audio_convert_convert):
22425         Cleanups.
22426
22427 2005-08-26  Wim Taymans  <wim@fluendo.com>
22428
22429         * gst/audioconvert/audioconvert.c: (if), (float),
22430         (audio_convert_get_func_index), (check_default),
22431         (audio_convert_clean_fmt), (audio_convert_prepare_context),
22432         (audio_convert_clean_context), (audio_convert_get_sizes),
22433         (audio_convert_convert):
22434         More elegant and working temp buffer selection algo.
22435
22436 2005-08-26  Wim Taymans  <wim@fluendo.com>
22437
22438         * gst/audioconvert/audioconvert.c: (if), (float),
22439         (audio_convert_get_func_index), (check_default),
22440         (audio_convert_clean_fmt), (audio_convert_prepare_context),
22441         (audio_convert_clean_context), (audio_convert_get_sizes),
22442         (get_temp_buffer), (audio_convert_convert):
22443         Use realloc else we lose our original data.
22444
22445 2005-08-26  Thomas Vander Stichele  <thomas at apestaart dot org>
22446
22447         * gst/audioresample/gstaudioresample.c:
22448           use base class' newsegment to properly timestamp
22449
22450 2005-08-26  Wim Taymans  <wim@fluendo.com>
22451
22452         * gst/audioconvert/audioconvert.c: (if), (float),
22453         (audio_convert_get_func_index), (check_default),
22454         (audio_convert_clean_fmt), (audio_convert_prepare_context),
22455         (audio_convert_clean_context), (audio_convert_get_sizes),
22456         (get_temp_buffer), (audio_convert_convert):
22457         * gst/audioconvert/gstaudioconvert.c:
22458         (gst_audio_convert_parse_caps), (gst_audio_convert_get_unit_size),
22459         (gst_audio_convert_transform_caps),
22460         (gst_audio_convert_fixate_caps), (gst_audio_convert_transform):
22461         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_mix):
22462         Oops, allocate enough space to perform the channel mix.
22463
22464 2005-08-26  Wim Taymans  <wim@fluendo.com>
22465
22466         * gst/audioconvert/Makefile.am:
22467         * gst/audioconvert/audioconvert.c: (if), (float),
22468         (audio_convert_get_func_index), (check_default),
22469         (audio_convert_clean_fmt), (audio_convert_prepare_context),
22470         (audio_convert_clean_context), (audio_convert_get_sizes),
22471         (get_temp_buffer), (audio_convert_convert):
22472         * gst/audioconvert/audioconvert.h:
22473         * gst/audioconvert/gstaudioconvert.c:
22474         (gst_audio_convert_class_init), (gst_audio_convert_init),
22475         (gst_audio_convert_dispose), (gst_audio_convert_parse_caps),
22476         (gst_audio_convert_get_unit_size),
22477         (gst_audio_convert_transform_caps),
22478         (gst_audio_convert_fixate_caps), (gst_audio_convert_set_caps),
22479         (gst_audio_convert_transform_ip), (gst_audio_convert_transform):
22480         * gst/audioconvert/gstaudioconvert.h:
22481         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
22482         (gst_channel_mix_fill_identical),
22483         (gst_channel_mix_fill_compatible), (gst_channel_mix_detect_pos),
22484         (gst_channel_mix_fill_one_other), (gst_channel_mix_fill_others),
22485         (gst_channel_mix_fill_normalize), (gst_channel_mix_fill_matrix),
22486         (gst_channel_mix_setup_matrix), (gst_channel_mix_passthrough),
22487         (gst_channel_mix_mix):
22488         * gst/audioconvert/gstchannelmix.h:
22489         Cleanups, librarify a bit, optimize, better negotiation and more.
22490
22491 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
22492
22493         * ext/ogg/gstoggdemux.c: (ogg_find_peek):
22494         Another from MikeS:
22495         During typefinding, don't support negative offsets
22496         (offsets from the end of the stream) in our typefind->peek() function
22497         - nothing embedded in ogg ever needs them. However, we need to recognise
22498         those requests and reject them, otherwise we return invalid pointers.
22499
22500 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
22501
22502         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
22503         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
22504         (vorbisdec_finalize), (vorbis_handle_type_packet):
22505           Big shout-out to MikeS for fixing this giant memory leak.
22506           Huzzah!
22507
22508 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
22509
22510         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose),
22511         (audio_convert_get_unit_size):
22512           plug some leaks
22513
22514 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
22515
22516         * check/Makefile.am:
22517         * check/elements/audioconvert.c: (setup_audioconvert),
22518         (cleanup_audioconvert), (get_int_caps), (verify_convert),
22519         (GST_START_TEST), (audioconvert_suite), (main):
22520           add a test for audioconvert
22521         * gst/audioresample/gstaudioresample.c:
22522         * gst/audioresample/gstaudioresample.h:
22523           set DURATION so that TIMESTAMP(a) + DURATION(a) == TIMESTAMP(b);
22524           note that for buffers of 1/3 sec this means DURATION(c) is 
22525           one nanosecond more than for a and b
22526
22527 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
22528
22529         * check/Makefile.am:
22530         * check/elements/audioresample.c: (setup_audioresample),
22531         (cleanup_audioresample), (fail_unless_perfect_stream),
22532         (test_perfect_stream_instance), (GST_START_TEST),
22533           add a check for audioresample
22534         (audioresample_suite), (main):
22535         * check/elements/volume.c: (GST_START_TEST):
22536           remove unused method
22537         * gst/audioresample/gstaudioresample.c:
22538           set correct buffer parameters since we're changing them
22539         * gst/audioresample/resample_ref.c: (resample_scale_ref):
22540           add some debug
22541
22542 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
22543
22544         * gst/audioresample/debug.c:
22545         * gst/audioresample/gstaudioresample.c:
22546           add room for extra overlap samples when asked to transform size
22547           protect against possible mem corruption and check for discrepancies
22548           between written size and outbuffer's size so we can warn for
22549           potential problems
22550         * gst/audioresample/resample.c: (resample_init),
22551         (resample_get_output_size_for_input), (resample_get_output_size),
22552         (resample_set_n_channels), (resample_set_format):
22553           set debug level based on RESAMPLE_DEBUG env var
22554           make sure that get_output_size* returns a whole number of
22555           sample_size
22556           set sample_size each time either channel or format is set
22557         * gst/audioresample/resample_chunk.c: (resample_scale_chunk):
22558         * gst/audioresample/resample_functable.c:
22559         (resample_scale_functable):
22560         * gst/audioresample/resample_ref.c: (resample_scale_ref):
22561           remove r->sample_size, it's done in resample.c now
22562           add some debugging to the ref implementation
22563           make sure we only give back bytes that are wholes of the sample
22564           size
22565
22566 2005-08-25  Jan Schmidt  <thaytan@mad.scientist.com>
22567         * gst/playback/gstplaybasebin.c: (fill_buffer):
22568         Revert unpopular change for GST_MESSAGE_SRC to GObject.
22569
22570 2005-08-25  Stefan Kost  <ensonic@users.sf.net>
22571
22572         * gst/volume/gstvolume.c:
22573           made set_caps function static
22574
22575 2005-08-24  Wim Taymans  <wim@fluendo.com>
22576
22577         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
22578         (gst_vorbisenc_change_state):
22579         Stop leaking taglists.
22580
22581 2005-08-24  Wim Taymans  <wim@fluendo.com>
22582
22583         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
22584         (gst_ogg_pad_event), (gst_ogg_demux_factory_filter),
22585         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new),
22586         (gst_ogg_demux_init), (gst_ogg_demux_perform_seek),
22587         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
22588         (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
22589         Parse seeking events better.
22590         Unref static caps.
22591         Generate correct newsegment events, fixes seeking in live oggs.
22592
22593         * ext/theora/theoradec.c: (theora_dec_src_query),
22594         (theora_dec_src_event), (theora_dec_src_getcaps),
22595         (theora_dec_sink_event), (theora_dec_push), (theora_dec_chain):
22596         Use newsegment values to report correct play time.
22597
22598         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
22599         (vorbis_dec_src_event), (vorbis_dec_sink_event):
22600         * ext/vorbis/vorbisdec.h:
22601         Parse and use newsegment values to report correct play time.
22602
22603         * gst-libs/gst/audio/gstbaseaudiosink.c:
22604         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
22605         Clear ringbuffer on flush.
22606         Use newsegment values to calculate playback time.
22607
22608         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
22609         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
22610         Basesink does newsegment calculations for us now.
22611
22612 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
22613
22614         * check/Makefile.am:
22615         * configure.ac:
22616           add core's plugins to the mix so that playbin works
22617         * check/generic/states.c: (GST_START_TEST):
22618           set a 0 timeout on pipelines, so they don't force the next
22619           state change
22620         * gst/playback/gstplaybasebin.c: (setup_source), (prepare_output),
22621         (gst_play_base_bin_change_state):
22622           remove the crappy error handling and do GST error handling
22623
22624 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
22625
22626         * check/Makefile.am:
22627         * check/generic/states.c: (GST_START_TEST), (states_suite), (main):
22628           add same test as to core, it bitches out on playbin atm.
22629
22630 2005-08-24  Wim Taymans  <wim@fluendo.com>
22631
22632         * configure.ac:
22633         Remove audioscale.
22634
22635 2005-08-24  Wim Taymans  <wim@fluendo.com>
22636
22637         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
22638         (gst_videoscale_prepare_size), (parse_caps),
22639         (gst_videoscale_set_caps), (gst_videoscale_get_size),
22640         (gst_videoscale_prepare_image), (gst_videoscale_transform_ip),
22641         (gst_videoscale_transform):
22642         * gst/videoscale/gstvideoscale.h:
22643         Refactor, make use of BaseTranform really well.
22644
22645 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
22646
22647         * configure.ac:
22648           compile audioresample
22649         * gst/audioresample/Makefile.am:
22650         * gst/audioresample/buffer.c:
22651         * gst/audioresample/functable.c:
22652         * gst/audioresample/gstaudioresample.c:
22653         * gst/audioresample/gstaudioresample.h:
22654         * gst/audioresample/resample.c:
22655         (resample_get_output_size_for_input):
22656         * gst/audioresample/resample.h:
22657         * gst/audioresample/resample_chunk.c:
22658         * gst/audioresample/resample_functable.c:
22659         * gst/audioresample/resample_ref.c:
22660           port to use basetransform; doesn't work in all cases yet
22661
22662 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
22663
22664         * gst/audioconvert/gstaudioconvert.c:
22665         (gst_audio_convert_class_init), (gst_audio_convert_init),
22666         (audio_convert_get_unit_size), (audio_convert_transform_caps),
22667         (audio_convert_fixate_caps), (audio_convert_set_caps),
22668         (audio_convert_transform),
22669         (gst_audio_convert_buffer_to_default_format),
22670         (gst_audio_convert_buffer_from_default_format),
22671         (gst_audio_convert_channels):
22672         * gst/audioconvert/gstchannelmix.c:
22673         * gst/audioconvert/gstchannelmix.h:
22674           port to basetransform
22675         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22676         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_class_init),
22677         (gst_ffmpegcsp_get_unit_size):
22678         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
22679         (gst_videoscale_transform_caps), (gst_videoscale_get_unit_size):
22680           fix for basetransform changes
22681
22682 2005-08-24  Jan Schmidt  <thaytan@mad.scientist.com>
22683
22684         * check/Makefile.am:
22685           Add CHECK_CFLAGS and LDFLAGS
22686
22687         * gst/playback/gstplaybasebin.c: (fill_buffer):
22688           GST_MESSAGE_SRC became a GObject
22689
22690 2005-08-24  Wim Taymans  <wim@fluendo.com>
22691
22692         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_set_sample),
22693         (gst_ring_buffer_clear_all):
22694         * gst-libs/gst/audio/gstringbuffer.h:
22695         Added function to clear the ringbuffer.
22696
22697 2005-08-24  Andy Wingo  <wingo@pobox.com>
22698
22699         * sys/v4l/gstv4lelement.c (gst_v4lelement_start) 
22700         (gst_v4lelement_stop): Call _start and _stop for xoverlay instead
22701         of _open and _close.
22702
22703         * sys/v4l/gstv4lxoverlay.h:
22704         * sys/v4l/gstv4lxoverlay.c (gst_v4l_xoverlay_set_xwindow_id): Open
22705         an Xv connection here, instead of all the time. Make Xv only be
22706         loaded if you axe for it. Kindof a workaround for buggy behaviour
22707         of Xv when using remote xservers (XvQueryExtension would block).
22708         (gst_v4l_xoverlay_stop, gst_v4l_xoverlay_start): New functions,
22709         replace the _open and _close public API. Only start the xv
22710         connection if necessary.
22711         (gst_v4l_xoverlay_open, gst_v4l_xoverlay_close): Made static.
22712
22713 2005-08-23  David Schleef  <ds@schleef.org>
22714
22715         * gst/audioresample/Makefile.am: Leet audioresampling code
22716         * gst/audioresample/buffer.c:
22717         * gst/audioresample/buffer.h:
22718         * gst/audioresample/debug.c:
22719         * gst/audioresample/debug.h:
22720         * gst/audioresample/functable.c:
22721         * gst/audioresample/functable.h:
22722         * gst/audioresample/gstaudioresample.c:
22723         * gst/audioresample/gstaudioresample.h:
22724         * gst/audioresample/resample.c:
22725         * gst/audioresample/resample.h:
22726         * gst/audioresample/resample_chunk.c:
22727         * gst/audioresample/resample_functable.c:
22728         * gst/audioresample/resample_ref.c:
22729
22730 2005-08-23  Wim Taymans  <wim@fluendo.com>
22731
22732         * examples/seeking/seek.c: (make_vorbis_pipeline),
22733         (make_theora_pipeline), (make_vorbis_theora_pipeline), (do_seek):
22734         Small seek updates.
22735
22736 2005-08-23  Andy Wingo  <wingo@pobox.com>
22737
22738         * gst-libs/gst/audio/gstbaseaudiosrc.c
22739         (gst_base_audio_src_fixate): Only fixate endianness if it is
22740         present in the caps.
22741
22742 2005-08-22  Andy Wingo  <wingo@pobox.com>
22743
22744         * ext/alsa/gstalsasink.c (gst_alsasink_get_property): 
22745         * ext/alsa/gstalsasrc.c (gst_alsasrc_get_property): Add a
22746         device-name property.
22747
22748         * gst-libs/gst/audio/gstaudiosrc.h:
22749         * gst-libs/gst/audio/gstaudiosrc.c: Implement open_device and
22750         close_device in the ring buffer, like gstaudiosink.
22751
22752         * ext/alsa/gstalsamixer.h:
22753         * ext/alsa/gstalsamixer.c: Not a GObject any more. Include a nifty
22754         macro to implement the interface without much code. Cleanups. 
22755
22756         * ext/alsa/gstalsasrc.h:
22757         * ext/alsa/gstalsasrc.c: Be a mixer. Open device and mixer in
22758         READY.
22759
22760         * ext/alsa/Makefile.am: Add new files.
22761         * ext/alsa/gstalsamixerelement.c: 
22762         * ext/alsa/gstalsamixerelement.c: Split element code out from
22763         mixer code so that alsasrc can be a mixer too.
22764
22765 2005-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
22766
22767         * check/elements/volume.c: (setup_volume), (cleanup_volume),
22768         (GST_START_TEST):
22769         * check/elements/vorbisdec.c: (setup_vorbisdec),
22770         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite):
22771         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
22772         (vorbis_handle_identification_packet),
22773         (vorbis_handle_comment_packet), (vorbis_handle_type_packet),
22774         (vorbis_handle_header_packet), (vorbis_dec_push),
22775         (vorbis_dec_chain):
22776           use the setup/teardown methods to save code.  save code is good.
22777
22778 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
22779
22780         * check/Makefile.am:
22781           add ext dir for plugins
22782           add vorbisdec test conditionally
22783         * check/elements/volume.c: (setup_volume), (cleanup_volume),
22784         (GST_START_TEST), (volume_suite):
22785           add a test with wrong caps
22786         * check/elements/vorbisdec.c: (chain_func), (setup_vorbisdec),
22787         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite), (main):
22788           add a vorbisdec test
22789         * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream),
22790         (gst_ogg_demux_chain), (gst_ogg_demux_loop):
22791           clean up debug output
22792         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
22793           yay, fix a segfault/security issue in vorbisdec
22794           gst-launch fakesrc ! vorbisdec wasn't happy
22795         * ext/vorbis/vorbisenc.c: (vorbisenc_get_type),
22796         (gst_vorbisenc_class_init), (gst_vorbisenc_sink_setcaps),
22797         (gst_vorbisenc_convert_src), (gst_vorbisenc_convert_sink),
22798         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
22799         (gst_vorbisenc_init), (gst_vorbisenc_metadata_set1),
22800         (gst_vorbisenc_set_metadata), (get_constraints_string),
22801         (update_start_message), (gst_vorbisenc_setup),
22802         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
22803         (gst_vorbisenc_push_packet), (gst_vorbisenc_sink_event),
22804         (gst_vorbisenc_chain), (gst_vorbisenc_get_property),
22805         (gst_vorbisenc_set_property), (gst_vorbisenc_change_state):
22806         * ext/vorbis/vorbisenc.h:
22807           march in line
22808         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22809         (gst_ffmpegcsp_transform):
22810           have the kow come home
22811         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
22812           debug my func ptr
22813         * gst/volume/gstvolume.c: (volume_set_caps):
22814           add a debug
22815
22816 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
22817
22818         * Makefile.am:
22819         * check/.cvsignore:
22820         * check/Makefile.am:
22821         * check/elements/.cvsignore:
22822         * check/elements/volume.c: (chain_func), (event_func),
22823         (setup_volume), (cleanup_volume), (GST_START_TEST), (volume_suite),
22824         (main):
22825         * configure.ac:
22826           add unit test structure for gst-plugins-base
22827           add a test for volume
22828         * gst/volume/gstvolume.c: (gst_volume_list_tracks),
22829         (gst_volume_set_volume), (gst_volume_get_volume),
22830         (gst_volume_set_mute), (gst_volume_class_init), (gst_volume_init),
22831         (volume_funcfind), (volume_process_float), (volume_process_int16),
22832         (volume_set_caps), (volume_transform), (volume_update_mute),
22833         (volume_update_volume), (volume_set_property),
22834         (volume_get_property):
22835           document a little; use basetransform vmethod _set_caps
22836
22837 2005-08-19  Andy Wingo  <wingo@pobox.com>
22838
22839         * ext/alsa/gstalsamixertrack.h:
22840         * ext/alsa/gstalsamixertrack.c:
22841         * ext/alsa/gstalsamixeroptions.h:
22842         * ext/alsa/gstalsamixeroptions.c:
22843         * ext/alsa/gstalsamixer.h:
22844         * ext/alsa/gstalsamixer.c: Port to 0.9.
22845
22846         * ext/alsa/Makefile.am: Build mixer, mixeroptions, mixertracks.
22847         Remove gstalsa.c and alsaclock. No more cruft here.
22848         
22849 2005-08-18  Wim Taymans  <wim@fluendo.com>
22850
22851         * gst-libs/gst/rtp/gstbasertpdepayload.c:
22852         (gst_base_rtp_depayload_chain),
22853         (gst_base_rtp_depayload_add_to_queue),
22854         (gst_base_rtp_depayload_push),
22855         (gst_base_rtp_depayload_queue_release):
22856         * gst-libs/gst/rtp/gstbasertpdepayload.h:
22857         Fix for RTPBuffer changes.
22858
22859         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtpbuffer_allocate_data),
22860         (gst_rtpbuffer_new_take_data), (gst_rtpbuffer_new_copy_data),
22861         (gst_rtpbuffer_new_allocate), (gst_rtpbuffer_new_allocate_len),
22862         (gst_rtpbuffer_calc_header_len), (gst_rtpbuffer_calc_packet_len),
22863         (gst_rtpbuffer_calc_payload_len), (gst_rtpbuffer_validate_data),
22864         (gst_rtpbuffer_validate), (gst_rtpbuffer_set_packet_len),
22865         (gst_rtpbuffer_get_packet_len), (gst_rtpbuffer_get_version),
22866         (gst_rtpbuffer_set_version), (gst_rtpbuffer_get_padding),
22867         (gst_rtpbuffer_set_padding), (gst_rtpbuffer_pad_to),
22868         (gst_rtpbuffer_get_extension), (gst_rtpbuffer_set_extension),
22869         (gst_rtpbuffer_get_ssrc), (gst_rtpbuffer_set_ssrc),
22870         (gst_rtpbuffer_get_csrc_count), (gst_rtpbuffer_get_csrc),
22871         (gst_rtpbuffer_set_csrc), (gst_rtpbuffer_get_marker),
22872         (gst_rtpbuffer_set_marker), (gst_rtpbuffer_get_payload_type),
22873         (gst_rtpbuffer_set_payload_type), (gst_rtpbuffer_get_seq),
22874         (gst_rtpbuffer_set_seq), (gst_rtpbuffer_get_timestamp),
22875         (gst_rtpbuffer_set_timestamp), (gst_rtpbuffer_get_payload_len),
22876         (gst_rtpbuffer_get_payload):
22877         * gst-libs/gst/rtp/gstrtpbuffer.h:
22878         Don't subclass GstBuffer but add methods and helper functions
22879         to construct and manipulate RTP packets in regular GstBuffers.
22880
22881 2005-08-18  Stefan Kost  <ensonic@users.sf.net>
22882
22883         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
22884           moved statement below switch
22885         * gst/volume/gstvolume.c: (gst_volume_class_init):
22886           added debug ptr
22887
22888 2005-08-16  Wim Taymans  <wim@fluendo.com>
22889
22890         * gst-libs/gst/audio/gstbaseaudiosrc.c:
22891         (gst_base_audio_src_change_state):
22892         Open and close device in READY<->NULL state change.
22893
22894 2005-08-16  Andy Wingo  <wingo@pobox.com>
22895
22896         * examples/seeking/Makefile.am: Don't compile non-compiling
22897         compiled objects with the compiler.
22898
22899         * examples/seeking/seek.c (make_dv_pipeline): Update for new DV
22900         elements.
22901
22902 2005-08-12  Philippe Khalaf <burger@speedy.org>
22903         * gst-libs/gst/rtp/gstbasertpdepayload.c:
22904         * gst-libs/gst/rtp/gstbasertpdepayload.h:
22905           Made a thread to release the queue.
22906           Removed timestamp conversion for now.
22907
22908 2005-08-10  Philippe Khalaf <burger@speedy.org>
22909         * gst-libs/gst/rtp/gstbasertpdepayload.c:
22910         * gst-libs/gst/rtp/gstbasertpdepayload.h:
22911           Added rtp timestamp -> gst timestamp conversion.
22912           Fixed several problems with queue.
22913
22914 2005-08-09  Tim-Philipp Müller  <tim at centricular dot net>
22915
22916         * gst-libs/gst/audio/gstaudioclock.h:
22917         * gst-libs/gst/audio/gstaudiofilter.h:
22918         * gst-libs/gst/audio/gstaudiosink.h:
22919         * gst-libs/gst/audio/gstaudiosrc.h:
22920         * gst-libs/gst/audio/gstbaseaudiosink.h:
22921         * gst-libs/gst/audio/gstbaseaudiosrc.h:
22922         * gst-libs/gst/audio/gstringbuffer.h:
22923         * gst-libs/gst/net/gstnetbuffer.h:
22924         * gst-libs/gst/rtp/gstbasertpdepayload.h:
22925         * gst-libs/gst/rtp/gstrtpbuffer.h:
22926           Add padding (you will need to rebuild gst-plugins-base,
22927           gst-plugins and all applications afterwards!)
22928
22929 2005-08-09  Tim-Philipp Müller  <tim at centricular dot net>
22930
22931         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
22932         (gst_riff_parse_chunk):
22933           Fix bug in debug message and add some more debug messages.
22934
22935 2005-08-08  Edward Hervey  <edward@fluendo.com>
22936
22937         * gst-libs/gst/riff/riff-media.c:
22938         backported updates since branch
22939
22940 2005-08-08  Andy Wingo  <wingo@pobox.com>
22941
22942         * gst-libs/gst/audio/gstbaseaudiosink.c
22943         (gst_base_audio_sink_change_state): Open the device in NULL->READY
22944         like good elements should. Close on READY->NULL too.
22945
22946         * gst-libs/gst/audio/gstaudiosink.c
22947         (gst_audioringbuffer_open_device,
22948         (gst_audioringbuffer_close_device, gst_audioringbuffer_acquire)
22949         (gst_audioringbuffer_release): Updates for new ring buffer API,
22950         hook into the new audio sink api.
22951
22952         * gst-libs/gst/audio/gstaudiosink.h (GstAudioSinkClass.open)
22953         (GstAudioSinkClass.close): Just open and close the device -- no
22954         resource allocation or configuration.
22955         (GstAudioSinkClass.prepare, GstAudioSinkClass.unprepare): New
22956         vmethods, handle device setup and resource allocation.
22957
22958         * ext/alsa/gstalsasink.c (gst_alsasink_open, gst_alsasink_close)
22959         (gst_alsasink_prepare, gst_alsasink_unprepare): Update for new
22960         base class API.
22961
22962         * gst-libs/gst/audio/gstringbuffer.h
22963         (GstRingBufferClass.open_device, GstRingBufferClass.close_device):
22964         New vmethods.
22965
22966         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_open_device)
22967         (gst_ring_buffer_close_device, gst_ring_buffer_device_is_open):
22968         New API functions. The device should be opened before acquiring
22969         and closed after releasing.
22970
22971 2005-08-08  Tim-Philipp Müller  <tim at centricular dot net>
22972
22973         * gst-libs/gst/interfaces/mixer.h:
22974           Reset padding to GST_PADDING.
22975
22976 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22977
22978         * gst/playback/gstplaybin.c: (remove_sinks):
22979           Remove visualization from parent explicitely; works around some
22980           apparent refcount issue that I haven't tracked down yet.
22981
22982 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22983
22984         * ext/alsa/gstalsasink.c: (set_hwparams):
22985           Assign debug category, add negotiation debug msgs.
22986
22987 2005-08-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22988
22989         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_start):
22990           Fix error code for file-not-found to NOT_FOUND.
22991
22992 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
22993
22994         * common/gtk-doc-plugins.mak:
22995         * docs/plugins/Makefile.am:
22996         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
22997         * docs/plugins/gst-plugins-base-plugins-sections.txt:
22998           renamed to actual element names, so much nicer to look at
22999         * docs/plugins/tmpl/gstmultifdsink.sgml:
23000           remove
23001         * docs/plugins/tmpl/multifdsink.sgml:
23002         * docs/plugins/tmpl/tcpserversink.sgml:
23003           add
23004         * ext/alsa/gstalsa.c:
23005         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get_property):
23006         * ext/ogg/gstoggmux.c:
23007         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
23008         * gst/playback/gstdecodebin.c:
23009         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
23010         * gst/tcp/gsttcpserversink.c:
23011           various fixes and documentation additions
23012
23013 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
23014
23015         * common/Makefile.am:
23016         * common/gstdoc-scangobj:
23017         * common/gtk-doc-plugins.mak:
23018         * common/gtk-doc.mak:
23019           add a custom scangobj that uses the registry
23020           add a custom gtk-doc-plugins.mak that uses it
23021           some doc build fixes
23022         * configure.ac:
23023         * docs/Makefile.am:
23024         * docs/plugins/Makefile.am:
23025         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
23026         * docs/plugins/gst-plugins-base-plugins-sections.txt:
23027         * docs/plugins/gst-plugins-base-plugins.types:
23028         * docs/plugins/tmpl/gstmultifdsink.sgml:
23029           add docs for one element, multifdsink
23030         * gst/adder/gstadder.h:
23031         * gst/volume/gstvolume.h:
23032           don't privatize enum
23033         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
23034         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
23035         (gst_sync_method_get_type), (gst_client_status_get_type),
23036         (gst_multifdsink_class_init),
23037         (gst_multifdsink_client_queue_buffer),
23038         (gst_multifdsink_handle_client_write):
23039         * gst/tcp/gstmultifdsink.h:
23040         * gst/tcp/gsttcp.h:
23041         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
23042         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
23043         (gst_tcpclientsink_render):
23044         * gst/tcp/gsttcpclientsink.h:
23045         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
23046         (gst_tcpclientsrc_init), (gst_tcpclientsrc_create),
23047         (gst_tcpclientsrc_start):
23048         * gst/tcp/gsttcpclientsrc.h:
23049         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
23050         (gst_tcpserversrc_init), (gst_tcpserversrc_create):
23051         * gst/tcp/gsttcpserversrc.h:
23052         * gst/typefind/gsttypefindfunctions.c:
23053           remove superfluous Type stuff
23054
23055 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23056
23057         * gst/playback/gstplaybin.c: (gen_video_element):
23058           Enable videoscale.
23059
23060 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23061
23062         * gst-libs/gst/gconf/gconf.c:
23063         * gst-libs/gst/gconf/gconf.h:
23064           Fix some Andy Problem [tm].
23065
23066 2005-08-04  Andy Wingo  <wingo@pobox.com>
23067
23068         * gst/videoscale/gstvideoscale.c (gst_videoscale_get_size):
23069         * gst/ffmpegcolorspace/gstffmpegcolorspace.c
23070         (gst_ffmpegcsp_get_size): Adapt to API changes.
23071
23072         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_ip):
23073         Implement an in-place do-nothing transform.
23074
23075 2005-08-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23076
23077         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
23078         (gst_ximagesink_renegotiate_size):
23079           Do not set new window sizes yet if we prepare a new buffer size
23080           for upstream renegotiation (software scaling) at some point in the
23081           future, because this new size waqs not actually accepted yet. Once
23082           accepted, renegotiation later on will set the new sizes just fine.
23083           Fixes a videotestsrc ! queue ! videoscale ! ximagesink xoverlay
23084           embedding testcase.
23085
23086 2005-08-03  Andy Wingo  <wingo@pobox.com>
23087
23088         * sys/ximage/ximagesink.c (gst_ximagesink_renegotiate_size):
23089         (gst_ximagesink_buffer_alloc): 
23090         Protect the height, width, and desired_caps with the pool_lock.
23091         Fixes videotestsrc ! queue ! ximagesink.
23092
23093 2005-08-02  Edward Hervey  <edward@fluendo.com>
23094
23095         * gst/volume/gstvolume.c:
23096         include left from controller cleanup
23097
23098 2005-08-02  Jan Schmidt  <thaytan@mad.scientist.com>
23099         * ext/ogg/gstoggmux.c: (gst_ogg_mux_change_state):
23100           Stop collectpads before calling the parent state
23101           change function on PAUSED->READY.
23102
23103 2005-08-01  Jan Schmidt  <thaytan@mad.scientist.com>
23104         * configure.ac:
23105           When testing for X libs, use the X CFlags 
23106         * gst/adder/gstadder.c: (gst_adder_change_state):
23107           Stop the collectpads before calling parent state change function
23108           on PAUSED->READY, otherwise we deadlock deactivating pads.
23109
23110 2005-08-01  Stefan Kost  <ensonic@users.sf.net>
23111
23112         * configure.ac:
23113         * docs/libs/tmpl/gstcolorbalance.sgml:
23114         * docs/libs/tmpl/gstmixer.sgml:
23115         * examples/Makefile.am:
23116         * gst/sine/Makefile.am:
23117         * gst/sine/gstsinesrc.c: (gst_sinesrc_init), (gst_sinesrc_create),
23118         (gst_sinesrc_set_property), (plugin_init):
23119         * gst/sine/gstsinesrc.h:
23120         * gst/volume/Makefile.am:
23121         * gst/volume/gstvolume.c: (gst_volume_set_volume),
23122         (gst_volume_set_mute), (gst_volume_dispose), (gst_volume_init),
23123         (volume_process_float), (volume_process_int16),
23124         (volume_set_property), (plugin_init):
23125         * gst/volume/gstvolume.h:
23126           deactivate and remove dparams (libgstcontrol)
23127
23128 2005-07-29  Wim Taymans  <wim@fluendo.com>
23129
23130         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link_src):
23131         Convert me to BaseTransform!! help..
23132
23133 2005-07-29  Andy Wingo  <wingo@pobox.com>
23134
23135         * ext/alsa/gstalsaplugin.c (plugin_init): We are primary audio
23136         sinks.
23137
23138         * ext/alsa/gstalsasink.c (alsasink_sink_factory): Advertise our
23139         support of both endiannesses.
23140
23141 2005-07-28  Tim-Philipp Müller  <tim at centricular dot net>
23142
23143         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
23144           Fix confusing debug message (s/event/query/)
23145
23146 2005-07-28  Tim-Philipp Müller  <tim at centricular dot net>
23147
23148         * gst/videotestsrc/videotestsrc.h:
23149           Use "_stdint.h" instead of <stdint.h>
23150
23151 2005-07-27  Wim Taymans  <wim@fluendo.com>
23152
23153         * ext/vorbis/Makefile.am:
23154         Revert wrong commit.
23155
23156 2005-07-27  Wim Taymans  <wim@fluendo.com>
23157
23158         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event):
23159         More compilation fixen.
23160
23161 2005-07-27  Wim Taymans  <wim@fluendo.com>
23162
23163         * gst-libs/gst/audio/gstbaseaudiosink.c:
23164         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
23165         (gst_base_audio_sink_create_ringbuffer),
23166         (gst_base_audio_sink_change_state):
23167         Fix compilation.
23168
23169 2005-07-27  Wim Taymans  <wim@fluendo.com>
23170
23171         * examples/seeking/seek.c: (setup_dynamic_link),
23172         (make_dv_pipeline), (make_vorbis_theora_pipeline), (query_rates),
23173         (query_positions_elems), (query_positions_pads), (do_seek):
23174         Update seek example.
23175
23176         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
23177         (gst_ogg_pad_typefind), (gst_ogg_demux_chain_elem_pad),
23178         (gst_ogg_demux_queue_data), (gst_ogg_demux_chain_peer),
23179         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
23180         (gst_ogg_demux_handle_event),
23181         (gst_ogg_demux_deactivate_current_chain),
23182         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
23183         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
23184         (gst_ogg_demux_chain), (gst_ogg_demux_send_event),
23185         (gst_ogg_demux_loop):
23186         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
23187         * ext/theora/theoradec.c: (theora_dec_src_event),
23188         (theora_dec_src_getcaps), (theora_dec_sink_event),
23189         (theora_dec_push), (theora_dec_chain):
23190         * ext/vorbis/Makefile.am:
23191         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_event),
23192         (vorbis_dec_sink_event), (vorbis_dec_push),
23193         (vorbis_handle_data_packet):
23194         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_event),
23195         (gst_vorbisenc_chain):
23196         * gst/playback/gststreaminfo.c: (cb_probe):
23197         * gst/subparse/gstsubparse.c: (gst_subparse_src_event):
23198         * gst/videorate/gstvideorate.c: (gst_videorate_event):
23199         * gst/videoscale/gstvideoscale.c:
23200         (gst_videoscale_handle_src_event):
23201         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_event):
23202         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame),
23203         (gst_ximagesink_navigation_send_event):
23204         * sys/xvimage/xvimagesink.c:
23205         (gst_xvimagesink_navigation_send_event):
23206         Various event updates and cleanups
23207
23208 2005-07-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23209
23210         * gst/videoscale/gstvideoscale.c: (gst_videoscale_prepare_images):
23211           Fix segfault for I420/YV12.
23212
23213 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23214
23215         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
23216           Report bitrate.
23217
23218 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23219
23220         * gst/playback/gstplaybin.c: (gen_video_element),
23221         (gen_audio_element):
23222           Switch to auto*sink elements as default sinks; add volume element
23223           so that volume control in totem works.
23224
23225 2005-07-21  Wim Taymans  <wim@fluendo.com>
23226
23227         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
23228         * gst/playback/gstplaybin.c: (setup_sinks),
23229         (gst_play_bin_change_state):
23230         Refcount fix and more comments.
23231
23232 2005-07-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23233
23234         * sys/ximage/Makefile.am:
23235         * sys/ximage/ximage.c: (plugin_init):
23236         * sys/ximage/ximagesink.c:
23237         Prepare for adding ximagesrc, rename of plugin to ximage etc.
23238         
23239
23240 2005-07-21  Wim Taymans  <wim@fluendo.com>
23241
23242         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
23243         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
23244         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
23245         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
23246         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
23247         (gst_ogg_demux_init), (gst_ogg_demux_activate_chain),
23248         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_chain_info),
23249         (gst_ogg_demux_collect_info), (gst_ogg_demux_chain),
23250         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
23251         Generate correct disconts for live chained oggs.
23252
23253         * gst-libs/gst/audio/gstbaseaudiosink.c:
23254         (gst_base_audio_sink_render),
23255         (gst_base_audio_sink_create_ringbuffer),
23256         (gst_base_audio_sink_change_state):
23257         Handle discont math correctly.
23258
23259         * gst/playback/gstplaybin.c: (add_sink):
23260         Some small debug cleanup.
23261
23262 2005-07-21  Wim Taymans  <wim@fluendo.com>
23263
23264         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init), (gst_ogg_pad_event),
23265         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
23266         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
23267         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
23268         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
23269         (gst_ogg_demux_init), (gst_ogg_demux_deactivate_current_chain),
23270         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
23271         (gst_ogg_demux_read_chain), (gst_ogg_demux_find_pad),
23272         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
23273         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
23274         (gst_ogg_demux_send_event), (gst_ogg_demux_loop),
23275         (gst_ogg_demux_change_state), (gst_ogg_print):
23276         Reorganize code to send the right disconts when in streaming
23277         mode.
23278
23279 2005-07-20  Andy Wingo  <wingo@pobox.com>
23280
23281         * gst/videoscale/vs_image.c (vs_image_scale_nearest_YUYV): Typo
23282         fix (?), fixes a seggie mcfalterson (#310894).
23283
23284 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23285
23286         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_headers),
23287         (gst_ogg_mux_set_header_on_caps):
23288         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
23289         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
23290         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
23291         * gst-libs/gst/audio/multichannel.c:
23292         (gst_audio_set_channel_positions),
23293         (gst_audio_set_structure_channel_positions_list):
23294         * gst/playback/gstdecodebin.c: (dynamic_create):
23295         * gst/playback/gstplaybasebin.c: (setup_source), (mute_group_type):
23296         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
23297           Fixes for API changes in core.
23298
23299 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23300
23301         * gst/playback/gstplaybasebin.c: (fill_buffer):
23302           Use _new_custom() so we can set custom message types for buffering
23303           messages.
23304
23305 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23306
23307         * configure.ac:
23308         * gst-libs/gst/Makefile.am:
23309         * gst-libs/gst/gconf/.cvsignore:
23310         * gst-libs/gst/gconf/Makefile.am:
23311         * gst-libs/gst/gconf/test-gconf.c:
23312         * pkgconfig/Makefile.am:
23313         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
23314         * pkgconfig/gstreamer-gconf.pc.in:
23315           Remove gconf stuff, use gconf elements instead from now on.
23316
23317 2005-07-20  Wim Taymans  <wim@fluendo.com>
23318
23319         * gst-libs/gst/audio/TODO:
23320         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
23321         (gst_audio_clock_get_internal_time):
23322         * gst-libs/gst/audio/gstaudioclock.h:
23323         * gst-libs/gst/audio/gstbaseaudiosink.c:
23324         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
23325         (gst_base_audio_sink_get_time), (gst_base_audio_sink_event),
23326         (gst_base_audio_sink_render),
23327         (gst_base_audio_sink_create_ringbuffer),
23328         (gst_base_audio_sink_change_state):
23329         Make sure the audio clock always returns an increasing value.
23330
23331 2005-07-19  Andy Wingo  <wingo@pobox.com>
23332
23333         * gst/videotestsrc/: Cleanups.
23334
23335 2005-07-19  Wim Taymans  <wim@fluendo.com>
23336
23337         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
23338         Better debugging.
23339
23340 2005-07-19  Wim Taymans  <wim@fluendo.com>
23341
23342         * examples/seeking/seek.c: (make_dv_pipeline),
23343         (make_vorbis_theora_pipeline), (query_rates),
23344         (query_positions_elems), (query_positions_pads), (do_seek):
23345         Make correct DV pipeline.
23346
23347 2005-07-18  Andy Wingo  <wingo@pobox.com>
23348
23349         * configure.ac (DEFAULT_AUDIOSINK, DEFAULT_AUDIOSRC): Use alsa by
23350         default. Also because it's the only thing that really works. (This
23351         is used in the GConf elements).
23352         Use AS_LIBTOOL_TAGS.
23353
23354 2005-07-18  Wim Taymans  <wim@fluendo.com>
23355
23356         * gst/playback/gstdecodebin.c: (remove_element_chain):
23357         * gst/playback/gstplaybin.c: (add_sink):
23358         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
23359         (gst_stream_info_set_mute):
23360         * gst/playback/gststreamselector.c:
23361         (gst_stream_selector_get_linked_pad),
23362         (gst_stream_selector_getcaps), (gst_stream_selector_chain):
23363         More leak and compile fixes.
23364
23365 2005-07-18  Wim Taymans  <wim@fluendo.com>
23366
23367         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
23368         (query_rates), (query_positions_elems), (query_positions_pads),
23369         (do_seek), (seek_cb), (stop_seek):
23370         Updated seek example. 
23371
23372         * gst/playback/gstdecodebin.c: (remove_element_chain), (unlinked):
23373         * gst/playback/gstplaybasebin.c: (queue_threshold_reached),
23374         (queue_out_of_data), (gen_preroll_element), (new_decoded_pad):
23375         * gst/playback/gstplaybin.c: (add_sink):
23376         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
23377         (gst_stream_info_set_mute):
23378         Some refcount leak fixes.
23379
23380 2005-07-16  Wim Taymans  <wim@fluendo.com>
23381
23382         * gst-libs/gst/audio/gstbaseaudiosink.c:
23383         (gst_base_audio_sink_render):
23384         Align samples even if we have roundoff errors in the 
23385         timestamp conversion.
23386
23387 2005-07-16  Wim Taymans  <wim@fluendo.com>
23388
23389         * docs/libs/tmpl/gstringbuffer.sgml:
23390         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
23391         (query_rates), (query_positions_elems), (query_positions_pads),
23392         (update_scale), (do_seek):
23393         Updated seek example.
23394
23395         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
23396         (gst_ogg_pad_submit_page), (gst_ogg_demux_activate_chain),
23397         (gst_ogg_demux_find_chains), (gst_ogg_demux_send_event),
23398         (gst_ogg_demux_loop):
23399         Push out correct discont values.
23400
23401         * ext/theora/theoradec.c: (theora_dec_src_convert),
23402         (theora_dec_sink_convert), (theora_dec_src_getcaps),
23403         (theora_dec_sink_event), (theora_handle_type_packet),
23404         (theora_handle_header_packet), (theora_dec_push),
23405         (theora_handle_data_packet), (theora_dec_chain),
23406         (theora_dec_change_state):
23407         Better timestamping.
23408
23409         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
23410         (vorbis_dec_sink_event), (vorbis_dec_push),
23411         (vorbis_handle_data_packet), (vorbis_dec_chain):
23412         * ext/vorbis/vorbisdec.h:
23413         Better timestamping.
23414
23415         * gst-libs/gst/audio/gstbaseaudiosink.c:
23416         (gst_base_audio_sink_get_time), (gst_base_audio_sink_get_times),
23417         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
23418         Handle syncing on timestamps instead of sample offsets. Make
23419         use of DISCONT values as described in design docs.
23420
23421         * gst-libs/gst/audio/gstbaseaudiosrc.c:
23422         (gst_base_audio_src_get_time):
23423         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_acquire),
23424         (gst_ring_buffer_set_sample), (gst_ring_buffer_commit),
23425         (gst_ring_buffer_read):
23426         * gst-libs/gst/audio/gstringbuffer.h:
23427         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times),
23428         (gst_ximagesink_show_frame):
23429         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
23430         Correcly convert buffer timestamp to stream time.
23431
23432 2005-07-16  Wim Taymans  <wim@fluendo.com>
23433
23434         * gst/audioconvert/gstaudioconvert.c:
23435         (gst_audio_convert_get_buffer):
23436         Timestamp buffers correctly.
23437
23438         * gst/playback/gstplaybin.c: (gen_video_element):
23439         Make internal fakesink silent.
23440
23441 2005-07-15  Wim Taymans  <wim@fluendo.com>
23442
23443         * gst/ffmpegcolorspace/Makefile.am:
23444         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
23445         (gst_ffmpegcsp_caps_remove_format_info),
23446         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
23447         (gst_ffmpegcsp_get_type), (gst_ffmpegcsp_class_init),
23448         (gst_ffmpegcsp_init), (gst_ffmpegcsp_get_size),
23449         (gst_ffmpegcsp_transform_ip), (gst_ffmpegcsp_transform):
23450         Ported ffmpegcolorspace to basetransform.
23451
23452         * gst/videoscale/gstvideoscale.c: (gst_videoscale_transform):
23453         * gst/volume/gstvolume.c: (volume_transform):
23454         Ported to new API.
23455
23456 2005-07-14  Wim Taymans  <wim@fluendo.com>
23457
23458         * gst/videotestsrc/Makefile.am:
23459         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get_type),
23460         (gst_videotestsrc_class_init), (gst_videotestsrc_negotiate),
23461         (gst_videotestsrc_setcaps), (gst_videotestsrc_getcaps),
23462         (gst_videotestsrc_init), (gst_videotestsrc_event),
23463         (gst_videotestsrc_create), (gst_videotestsrc_start),
23464         (gst_videotestsrc_stop), (gst_videotestsrc_get_times),
23465         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
23466         (gst_videotestsrc_get_property):
23467         * gst/videotestsrc/gstvideotestsrc.h:
23468         Make videotestsrc a pushsrc.
23469
23470 2005-07-14  Wim Taymans  <wim@fluendo.com>
23471
23472         * gst/tcp/gstfdset.c: (gst_fdset_free):
23473         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
23474         (gst_multifdsink_add), (gst_multifdsink_remove),
23475         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
23476         (gst_multifdsink_remove_client_link),
23477         (gst_multifdsink_client_queue_data),
23478         (gst_multifdsink_client_queue_caps),
23479         (gst_multifdsink_client_queue_buffer),
23480         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
23481         (gst_multifdsink_stop):
23482         * gst/tcp/gstmultifdsink.h:
23483         0.8 backporting.
23484
23485         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
23486         Also draw image when not from a pool.
23487
23488 2005-07-14  Wim Taymans  <wim@fluendo.com>
23489
23490         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
23491         (mute_stream), (silence_stream):
23492         Small debug additions.
23493
23494 2005-07-14  Wim Taymans  <wim@fluendo.com>
23495
23496         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
23497         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
23498         (gst_ogg_demux_activate_chain), (gst_ogg_demux_loop):
23499         Better error recovery, ignore unconnected pads and
23500         non-fatal errors.
23501
23502 2005-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
23503
23504         * docs/libs/tmpl/gstaudio.sgml:
23505         * docs/libs/tmpl/gstcolorbalance.sgml:
23506         * docs/libs/tmpl/gstgconf.sgml:
23507         * docs/libs/tmpl/gstmixer.sgml:
23508         * docs/libs/tmpl/gstringbuffer.sgml:
23509         * docs/libs/tmpl/gsttuner.sgml:
23510         * gst-libs/gst/audio/gstbaseaudiosrc.c:
23511         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
23512         (gst_tcpclientsrc_class_init):
23513         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
23514         (gst_tcpserversrc_class_init):
23515         * sys/v4l/gstv4lelement.c:
23516           more autistic cleanliness in functions/names/defines
23517
23518 2005-07-13  Thomas Vander Stichele  <thomas at apestaart dot org>
23519
23520         * configure.ac:
23521           make GST_PLUGIN_LDFLAGS only be flags; GST_LIBS should be
23522           added manually to each Makefile.am so we are sure it goes
23523           *last* and doesn't add -L flags before linking in libs of our
23524           own, like, say, internal .la libs, that then accidentally pick
23525           up the installed copy.
23526         * docs/libs/Makefile.am:
23527         * ext/alsa/Makefile.am:
23528         * ext/cdparanoia/Makefile.am:
23529         * ext/gnomevfs/Makefile.am:
23530         * ext/libvisual/Makefile.am:
23531         * ext/ogg/Makefile.am:
23532         * ext/theora/Makefile.am:
23533         * ext/vorbis/Makefile.am:
23534         * gst-libs/gst/video/Makefile.am:
23535         * gst/adder/Makefile.am:
23536         * gst/audioconvert/Makefile.am:
23537         * gst/audiorate/Makefile.am:
23538         * gst/audioscale/Makefile.am:
23539         * gst/ffmpegcolorspace/Makefile.am:
23540         * gst/playback/Makefile.am:
23541         * gst/sine/Makefile.am:
23542         * gst/subparse/Makefile.am:
23543         * gst/tags/Makefile.am:
23544         * gst/tcp/Makefile.am:
23545         * gst/typefind/Makefile.am:
23546         * gst/videorate/Makefile.am:
23547         * gst/videoscale/Makefile.am:
23548         * gst/videotestsrc/Makefile.am:
23549         * gst/volume/Makefile.am:
23550         * sys/v4l/Makefile.am:
23551         * sys/ximage/Makefile.am:
23552         * sys/xvimage/Makefile.am:
23553           adapt properly to this change. This should make sure that
23554           plugins and libs properly link to the as-yet-uninstalled
23555           copies of stuff like libgstinterfaces and libgstvideo
23556
23557 2005-07-13  Andy Wingo  <wingo@pobox.com>
23558
23559         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_stop): Fix a spurious warning.
23560         (gst_v4lsrc_fixate): Fixate on format as well.
23561
23562         * sys/xvimage/xvimagesink.c (gst_xvimage_buffer_destroy) 
23563         (gst_xvimagesink_xvimage_new): Ref the xvimagesink while the
23564         buffer points to it.
23565         (gst_xvimagesink_check_xshm_calls): Don't use our xvimage buffer,
23566         rather just doing X calls ourselves. Also fixes a memleak.
23567
23568 2005-07-12  Andy Wingo  <wingo@pobox.com>
23569
23570         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_get_property) 
23571         (gst_v4lsrc_set_property, gst_v4lsrc_class_init, gst_v4lsrc_init) 
23572         (gst_v4lsrc_create): Re-add the copy-mode property, default to
23573         TRUE to avoid deadlocks if an element holds on to our buffers.
23574
23575 2005-07-11  Thomas Vander Stichele  <thomas at apestaart dot org>
23576
23577         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
23578         (gst_sinesrc_init), (gst_sinesrc_create),
23579         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
23580         (gst_sinesrc_start):
23581         * gst/sine/gstsinesrc.h:
23582           removing num-buffers property before moving it
23583
23584 2005-07-10  Thomas Vander Stichele  <thomas at apestaart dot org>
23585
23586         * configure.ac:
23587           use overridable ERROR_CFLAGS
23588         * docs/libs/gst-plugins-base-libs.types:
23589         * docs/libs/tmpl/gstringbuffer.sgml:
23590         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
23591         (gst_alsasink_class_init):
23592         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
23593         (gst_alsasrc_class_init):
23594         * gst-libs/gst/audio/audio.h:
23595         * gst-libs/gst/audio/gstaudioclock.h:
23596         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
23597         (gst_audio_filter_base_init), (gst_audio_filter_class_init),
23598         (gst_audio_filter_link), (gst_audio_filter_init),
23599         (gst_audio_filter_chain), (gst_audio_filter_set_property),
23600         (gst_audio_filter_get_property),
23601         (gst_audio_filter_class_add_pad_templates):
23602         * gst-libs/gst/audio/gstaudiofilter.h:
23603         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
23604         (gst_audio_filter_template_get_type),
23605         (gst_audio_filter_template_base_init),
23606         (gst_audio_filter_template_class_init),
23607         (gst_audio_filter_template_init),
23608         (gst_audio_filter_template_set_property),
23609         (gst_audio_filter_template_get_property), (plugin_init),
23610         (gst_audio_filter_template_setup),
23611         (gst_audio_filter_template_filter),
23612         (gst_audio_filter_template_filter_inplace):
23613         * gst-libs/gst/audio/gstaudiosink.c:
23614         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
23615         (audioringbuffer_thread_func), (gst_audioringbuffer_acquire),
23616         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
23617         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
23618         (gst_audio_sink_base_init), (gst_audio_sink_class_init),
23619         (gst_audio_sink_init), (gst_audio_sink_create_ringbuffer):
23620         * gst-libs/gst/audio/gstaudiosink.h:
23621         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
23622         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
23623         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
23624         (gst_audioringbuffer_start), (gst_audioringbuffer_stop),
23625         (gst_audioringbuffer_delay), (gst_audio_src_base_init),
23626         (gst_audio_src_class_init), (gst_audio_src_init),
23627         (gst_audio_src_create_ringbuffer):
23628         * gst-libs/gst/audio/gstaudiosrc.h:
23629         * gst-libs/gst/audio/gstbaseaudiosink.c:
23630         (gst_base_audio_sink_base_init), (gst_base_audio_sink_class_init),
23631         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
23632         (gst_base_audio_sink_get_clock), (gst_base_audio_sink_get_time),
23633         (gst_base_audio_sink_set_property),
23634         (gst_base_audio_sink_get_property), (gst_base_audio_sink_setcaps),
23635         (gst_base_audio_sink_get_times), (gst_base_audio_sink_event),
23636         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render),
23637         (gst_base_audio_sink_create_ringbuffer),
23638         (gst_base_audio_sink_callback), (gst_base_audio_sink_change_state):
23639         * gst-libs/gst/audio/gstbaseaudiosink.h:
23640         * gst-libs/gst/audio/gstbaseaudiosrc.c:
23641         (gst_base_audio_src_base_init), (gst_base_audio_src_class_init),
23642         (gst_base_audio_src_init), (gst_base_audio_src_get_clock),
23643         (gst_base_audio_src_get_time), (gst_base_audio_src_set_property),
23644         (gst_base_audio_src_get_property), (gst_base_audio_src_fixate),
23645         (gst_base_audio_src_setcaps), (gst_base_audio_src_get_times),
23646         (gst_base_audio_src_event), (gst_base_audio_src_create),
23647         (gst_base_audio_src_create_ringbuffer),
23648         (gst_base_audio_src_callback), (gst_base_audio_src_change_state):
23649         * gst-libs/gst/audio/gstbaseaudiosrc.h:
23650         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
23651         (gst_ring_buffer_class_init), (gst_ring_buffer_init),
23652         (gst_ring_buffer_dispose), (gst_ring_buffer_finalize),
23653         (gst_ring_buffer_debug_spec_caps),
23654         (gst_ring_buffer_debug_spec_buff), (gst_ring_buffer_parse_caps),
23655         (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
23656         (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
23657         (gst_ring_buffer_start), (gst_ring_buffer_pause),
23658         (gst_ring_buffer_stop), (gst_ring_buffer_delay),
23659         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
23660         (wait_segment), (gst_ring_buffer_commit), (gst_ring_buffer_read),
23661         (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
23662         (gst_ring_buffer_clear):
23663         * gst-libs/gst/audio/gstringbuffer.h:
23664         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
23665         (gst_video_sink_class_init), (gst_video_sink_get_type):
23666         * gst-libs/gst/video/videosink.h:
23667         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
23668         (gst_multifdsink_class_init),
23669         (gst_multifdsink_handle_client_write),
23670         (gst_multifdsink_change_state):
23671         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
23672         (gst_tcpclientsink_setcaps):
23673         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
23674         (gst_ximagesink_getcaps), (gst_ximagesink_setcaps),
23675         (gst_ximagesink_change_state), (gst_ximagesink_show_frame),
23676         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
23677         (gst_ximagesink_send_pending_navigation),
23678         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size),
23679         (gst_ximagesink_class_init), (gst_ximagesink_get_type):
23680         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
23681         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
23682         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc),
23683         (gst_xvimagesink_send_pending_navigation),
23684         (gst_xvimagesink_navigation_send_event),
23685         (gst_xvimagesink_set_xwindow_id),
23686         (gst_xvimagesink_get_desired_size), (gst_xvimagesink_class_init),
23687         (gst_xvimagesink_get_type):
23688         more macro splitting
23689
23690 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
23691
23692         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
23693           plug a memleak, allows me to import 1479 albums in one go
23694           in jamboree
23695         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
23696         (vorbis_handle_type_packet), (vorbis_dec_chain),
23697         (vorbis_dec_change_state):
23698           fix some format strings
23699
23700 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
23701
23702         * docs/libs/tmpl/gstcolorbalance.sgml:
23703         * docs/libs/tmpl/gstmixer.sgml:
23704         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
23705         (gst_alsasink_set_property), (gst_alsasink_get_property):
23706         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
23707         (gst_alsasrc_set_property), (gst_alsasrc_get_property):
23708           add device property
23709
23710 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
23711
23712         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
23713         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
23714         (audiocast_register_listener), (audiocast_thread_run),
23715         (gst_gnomevfssrc_send_additional_headers_callback),
23716         (gst_gnomevfssrc_received_headers_callback),
23717         (gst_gnomevfssrc_push_callbacks), (gst_gnomevfssrc_pop_callbacks),
23718         (gst_gnomevfssrc_get_icy_metadata), (gst_gnomevfssrc_create),
23719         (gst_gnomevfssrc_get_size):
23720           add/clean up debugging
23721         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
23722           cleanups
23723
23724 2005-07-07  Andy Wingo  <wingo@pobox.com>
23725
23726         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Also fixate the
23727         framerate. Need to get a handle on when exactly this function is
23728         called, tho.
23729
23730         * sys/v4l/v4lsrc_calls.h:
23731         * sys/v4l/v4lsrc_calls.c: Remove sync-related stuff.
23732         (gst_v4lsrc_get_fps_list): Moved here from gstv4lsrc.c.
23733         (gst_v4lsrc_buffer_new): Totally derive from GstBuffer.
23734
23735         * sys/v4l/v4l_calls.h: Cast to V4lElement.
23736         * sys/v4l/v4l_calls.c: Header loc fixen, don't load mjpeg, all
23737         v4lelements are sources.
23738
23739         * sys/v4l/gstv4lxoverlay.h:
23740         * sys/v4l/gstv4lxoverlay.c:
23741         * sys/v4l/gstv4ltuner.h:
23742         * sys/v4l/gstv4ltuner.c: Header loc fixen.
23743         
23744         * sys/v4l/gstv4lsrc.h:
23745         * sys/v4l/gstv4lsrc.c: Crucial GPL update. Clean up a bit, port to
23746         PushSrc/BaseSrc. Removed most sync-related properties, videorate
23747         or something should handle that. Made a live source.
23748
23749         * sys/v4l/gstv4lelement.h:
23750         * sys/v4l/gstv4lelement.c: Derive from GstPushSrc. No more
23751         signals. Some cleanups.
23752
23753         * sys/v4l/gstv4lcolorbalance.h: Interface header update.
23754
23755         * sys/v4l/gstv4l.c: Don't register v4lelement, or the jpeg/mjpeg
23756         stuff.
23757
23758         * sys/v4l/Makefile.am: Build everything except the jpeg/mjpeg
23759         stuff.
23760
23761         * sys/Makefile.am (SUBDIRS): Hit the V4L crack pipe.
23762
23763 2005-07-07  Wim Taymans  <wim@fluendo.com>
23764
23765         * ext/theora/theoradec.c: (theora_get_query_types),
23766         (theora_dec_src_getcaps), (theora_dec_push):
23767         * ext/vorbis/vorbisdec.c: (vorbis_get_query_types):
23768         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types):
23769         Remove deprecated/unused query types.
23770
23771 2005-07-06  Wim Taymans  <wim@fluendo.com>
23772
23773         * ext/alsa/Makefile.am:
23774         * ext/alsa/gstalsaplugin.c: (plugin_init):
23775         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
23776         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
23777         (gst_alsasrc_dispose), (gst_alsasrc_base_init),
23778         (gst_alsasrc_class_init), (gst_alsasrc_init),
23779         (gst_alsasrc_getcaps), (set_hwparams), (set_swparams),
23780         (alsasrc_parse_spec), (gst_alsasrc_open), (gst_alsasrc_close),
23781         (xrun_recovery), (gst_alsasrc_read), (gst_alsasrc_delay),
23782         (gst_alsasrc_reset):
23783         * ext/alsa/gstalsasrc.h:
23784         * gst-libs/gst/audio/Makefile.am:
23785         * gst-libs/gst/audio/gstaudiosink.c:
23786         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
23787         (gst_audioringbuffer_start):
23788         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
23789         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
23790         (gst_audioringbuffer_init), (gst_audioringbuffer_dispose),
23791         (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
23792         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
23793         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
23794         (gst_audiosrc_base_init), (gst_audiosrc_class_init),
23795         (gst_audiosrc_init), (gst_audiosrc_create_ringbuffer):
23796         * gst-libs/gst/audio/gstaudiosrc.h:
23797         * gst-libs/gst/audio/gstbaseaudiosink.c:
23798         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
23799         (gst_baseaudiosink_get_time), (gst_baseaudiosink_setcaps),
23800         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render):
23801         * gst-libs/gst/audio/gstbaseaudiosrc.c:
23802         (gst_baseaudiosrc_base_init), (gst_baseaudiosrc_class_init),
23803         (gst_baseaudiosrc_init), (gst_baseaudiosrc_get_clock),
23804         (gst_baseaudiosrc_get_time), (gst_baseaudiosrc_set_property),
23805         (gst_baseaudiosrc_get_property), (gst_baseaudiosrc_fixate),
23806         (gst_baseaudiosrc_setcaps), (gst_baseaudiosrc_get_times),
23807         (gst_baseaudiosrc_event), (gst_baseaudiosrc_create),
23808         (gst_baseaudiosrc_create_ringbuffer), (gst_baseaudiosrc_callback),
23809         (gst_baseaudiosrc_change_state):
23810         * gst-libs/gst/audio/gstbaseaudiosrc.h:
23811         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
23812         (gst_ringbuffer_debug_spec_caps), (gst_ringbuffer_debug_spec_buff),
23813         (gst_ringbuffer_parse_caps), (gst_ringbuffer_start),
23814         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
23815         (gst_ringbuffer_samples_done), (gst_ringbuffer_set_sample),
23816         (wait_segment), (gst_ringbuffer_commit), (gst_ringbuffer_read),
23817         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance):
23818         * gst-libs/gst/audio/gstringbuffer.h:
23819         Added audiosource base classes.
23820         Ported alsasrc, still very basic.
23821
23822 2005-07-06  Wim Taymans  <wim@fluendo.com>
23823
23824         * ext/theora/theoradec.c: (theora_dec_src_getcaps),
23825         (theora_dec_push), (theora_handle_data_packet):
23826         Prepare for better timestamp fix later.
23827
23828         * gst/audioconvert/gstaudioconvert.c:
23829         List most accurate caps first
23830
23831         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_loop):
23832         Use proper pad task function.
23833
23834         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
23835         (gst_xvimagesink_show_frame):
23836         Fix deadlock when alloc failed.
23837
23838 2005-07-05  Andy Wingo  <wingo@pobox.com>
23839
23840         * ext/gnomevfs/gstgnomevfssrc.c:
23841         * gst/sine/gstsinesrc.c:
23842         * gst/tcp/gsttcpserversrc.c:
23843         * gst/tcp/gsttcpclientsrc.c: s/BASESRC/BASE_SRC/.
23844
23845         * sys/v4l/: Port from 0.8.
23846
23847         * Many files: Null if we got it....
23848
23849 2005-07-05  Andy Wingo  <wingo@pobox.com>
23850
23851         * gst/tcp/gsttcpserversink.c (gst_tcpserversink_handle_server_read): 
23852         * gst/tcp/gstmultifdsink.c (gst_multifdsink_client_queue_data):
23853         Signedness fixes.
23854
23855 2005-07-05  Wim Taymans  <wim@fluendo.com>
23856
23857         * configure.ac:
23858         * gst/tcp/Makefile.am:
23859         * gst/tcp/README:
23860         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
23861         (gst_multifdsink_base_init), (gst_multifdsink_class_init),
23862         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
23863         (is_sync_frame), (gst_multifdsink_handle_client_write),
23864         (gst_multifdsink_render), (gst_multifdsink_start),
23865         (gst_multifdsink_stop), (gst_multifdsink_change_state):
23866         * gst/tcp/gstmultifdsink.h:
23867         * gst/tcp/gsttcp.c: (gst_tcp_host_to_ip),
23868         (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps),
23869         (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
23870         * gst/tcp/gsttcp.h:
23871         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
23872         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
23873         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
23874         (gst_tcpclientsink_stop), (gst_tcpclientsink_change_state):
23875         * gst/tcp/gsttcpclientsink.h:
23876         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
23877         (gst_tcpclientsrc_base_init), (gst_tcpclientsrc_class_init),
23878         (gst_tcpclientsrc_init), (gst_tcpclientsrc_getcaps),
23879         (gst_tcpclientsrc_create), (gst_tcpclientsrc_start),
23880         (gst_tcpclientsrc_stop), (gst_tcpclientsrc_unlock):
23881         * gst/tcp/gsttcpclientsrc.h:
23882         * gst/tcp/gsttcpplugin.c: (plugin_init):
23883         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init):
23884         * gst/tcp/gsttcpserversink.h:
23885         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
23886         (gst_tcpserversrc_base_init), (gst_tcpserversrc_class_init),
23887         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize),
23888         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
23889         (gst_tcpserversrc_stop):
23890         * gst/tcp/gsttcpserversrc.h:
23891         * gst/tcp/gsttcpsink.c:
23892         * gst/tcp/gsttcpsink.h:
23893         * gst/tcp/gsttcpsrc.c:
23894         * gst/tcp/gsttcpsrc.h:
23895         Ported tcp plugins to 0.9. 
23896         
23897
23898 2005-07-05  Andy Wingo  <wingo@pobox.com>
23899
23900         * gst/playback/gstplaybasebin.c (fill_buffer):
23901         message_new_application fixen.
23902
23903         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_caps):
23904         Style fix.
23905
23906 2005-07-04  Wim Taymans  <wim@fluendo.com>
23907
23908         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
23909         Set caps on output buffer.
23910
23911 2005-07-04  Andy Wingo  <wingo@pobox.com>
23912
23913         * ext/gnomevfs/gstgnomevfssrc.c
23914         (gst_gnomevfssrc_received_headers_callback) 
23915         (audiocast_thread_kill, audiocast_thread_run): FORTIFY fixen,
23916         hopefully.
23917
23918         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_fixate):
23919         No refcount leakage.
23920
23921         * configure.ac: Enable -Werror.
23922         
23923         * ext/theora/theoradec.c (theora_dec_src_getcaps):
23924         * gst/audioconvert/bufferframesconvert.c
23925         (buffer_frames_convert_fixate):
23926         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int)
23927         (gst_audio_convert_fixate):
23928         * gst/sine/gstsinesrc.c (gst_sinesrc_src_fixate)
23929         (gst_sinesrc_create): Fixate func changes.
23930         
23931         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
23932         (gst_ximagesink_buffer_alloc): Unused var.
23933
23934 2005-07-01  Andy Wingo  <wingo@pobox.com>
23935
23936         * ext/theora/theoradec.c (theora_dec_src_getcaps): Implement a
23937         getcaps to do explicit caps. Needs to be done in all decoders,
23938         possibly via a base class.
23939
23940         * configure.ac (GST_PLUGIN_LDFLAGS): Add videoscale.
23941
23942         * ext/ogg/gstoggdemux.c (gst_ogg_pad_typefind): No need to set
23943         caps on the sink pad, just rely on the pad template. Also, setting
23944         ANY caps on a pad is not valid because the caps are not fixed.
23945
23946         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc): Set the
23947         caps on the buffer, and get the width from the desired_caps if
23948         they're set.
23949         (gst_ximagesink_renegotiate_size): Implement via setting the
23950         desired_caps on the ximagesink.
23951         (gst_ximagesink_setcaps): Only reset the width of the player if it
23952         wasn't already set. Not sure if this is right.
23953         (gst_ximagesink_show_frame): Memcpy only for normal buffers.
23954
23955         * sys/ximage/ximagesink.h (desired_caps): New field, is the caps
23956         that the user wants. NULL unless the window has been resized.
23957
23958         * gst/volume/gstvolume.c (volume_transform): Adapt to
23959         basetransform refcount changes.
23960         
23961 2005-07-01  Andy Wingo  <wingo@pobox.com>
23962
23963         * gst/videoscale/gstvideoscale.c:
23964         * gst/videoscale/gstvideoscale.h: Clean up, port to 0.9. Derives
23965         from BaseTransform, implements a transform_caps. Removed dead code
23966         including some PAR stuff that was never reached -- should probably
23967         be added back somehow.
23968
23969 2005-07-01  Andy Wingo  <wingo@pobox.com>
23970
23971         * gst/videoscale: Merge David's work from 0.8 branch. Changes to
23972         come later.
23973
23974 2005-06-30  Thomas Vander Stichele  <thomas at apestaart dot org>
23975
23976         * configure.ac:
23977         * docs/libs/Makefile.am:
23978         * docs/libs/gst-plugins-libs.types:
23979         * ext/alsa/Makefile.am:
23980         * ext/alsa/gstalsamixer.h:
23981         * ext/alsa/gstalsamixeroptions.h:
23982         * ext/alsa/gstalsamixertrack.h:
23983         * gst-libs/gst/Makefile.am:
23984         * gst-libs/gst/colorbalance/.cvsignore:
23985         * gst-libs/gst/colorbalance/Makefile.am:
23986         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
23987         * gst-libs/gst/colorbalance/colorbalance.c:
23988         * gst-libs/gst/colorbalance/colorbalance.h:
23989         * gst-libs/gst/colorbalance/colorbalance.vcproj:
23990         * gst-libs/gst/colorbalance/colorbalancechannel.c:
23991         * gst-libs/gst/colorbalance/colorbalancechannel.h:
23992         * gst-libs/gst/interfaces/Makefile.am:
23993         * gst-libs/gst/interfaces/colorbalance.c:
23994         (gst_color_balance_class_init):
23995         * gst-libs/gst/interfaces/colorbalance.h:
23996         * gst-libs/gst/interfaces/interfaces-marshal.list:
23997         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_class_init):
23998         * gst-libs/gst/interfaces/mixer.h:
23999         * gst-libs/gst/interfaces/mixeroptions.h:
24000         * gst-libs/gst/interfaces/navigation.c:
24001         * gst-libs/gst/interfaces/tuner.c: (gst_tuner_class_init):
24002         * gst-libs/gst/interfaces/tuner.h:
24003         * gst/volume/Makefile.am:
24004         * gst/volume/gstvolume.c:
24005         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
24006         * sys/ximage/Makefile.am:
24007         * sys/ximage/ximagesink.c:
24008         * sys/xvimage/Makefile.am:
24009         * sys/xvimage/xvimagesink.c:
24010           fold in all interfaces into an interfaces dir, preserving CVS
24011           history
24012
24013 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24014
24015         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
24016           Fix build after riff changes.
24017
24018 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24019
24020         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
24021         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
24022         (gst_riff_create_video_template_caps),
24023         (gst_riff_create_audio_template_caps),
24024         (gst_riff_create_iavs_template_caps):
24025         * gst-libs/gst/riff/riff-media.h:
24026         * gst-libs/gst/riff/riff-read.h:
24027         * gst-libs/gst/riff/riff.c: (gst_riff_init):
24028           Add gst_riff_init() to initialize the debug category, instead
24029           of plugin_init(). Port riff-media.[ch] from -THREADED to HEAD.
24030
24031 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24032
24033         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init):
24034           Oops, I shouldn't apply hacks.
24035
24036 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24037
24038         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init):
24039           Remove pad_loop function which doesn't work.
24040
24041 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24042
24043         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain):
24044           Send EOS when deactivating.
24045         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
24046         (check_queue), (queue_threshold_reached), (queue_out_of_data),
24047         (gen_preroll_element), (probe_triggered), (mute_stream),
24048         (silence_stream), (new_decoded_pad), (setup_substreams),
24049         (set_active_source):
24050         * gst/playback/gstplaybin.c: (gst_play_bin_get_property),
24051         (remove_sinks), (add_sink):
24052         * gst/playback/gststreaminfo.c: (cb_probe), (gst_stream_info_new):
24053           Change for new probe API.
24054
24055 2005-06-29  Wim Taymans  <wim@fluendo.com>
24056
24057         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_init):
24058         * gst-libs/gst/audio/gstbaseaudiosink.c:
24059         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
24060         (gst_baseaudiosink_change_state):
24061         * gst-libs/gst/audio/gstbaseaudiosink.h:
24062         * gst-libs/gst/audio/gstringbuffer.c:
24063         (gst_ringbuffer_set_callback):
24064         Fix compilation error.
24065         Ringbuffer starts out as not running.
24066         Free our clock in dispose.
24067         When releasing the ringbuffer we need to renegotiate so
24068         clear the pad caps.
24069
24070 2005-06-29  Thomas Vander Stichele  <thomas at apestaart dot org>
24071
24072         * autogen.sh:
24073         * configure.ac:
24074         * docs/Makefile.am:
24075         * docs/libs/Makefile.am:
24076         * docs/libs/gst-plugins-libs-docs.sgml:
24077         * docs/libs/gst-plugins-libs-sections.txt:
24078         * docs/libs/gst-plugins-libs.types:
24079         * docs/libs/tmpl/gstaudio.sgml:
24080         * docs/libs/tmpl/gstcolorbalance.sgml:
24081         * docs/libs/tmpl/gstringbuffer.sgml:
24082         * gst-libs/gst/audio/gstringbuffer.c:
24083         (gst_ringbuffer_set_callback):
24084           reinstate gtk-doc docs for plugin libs
24085
24086 2005-06-28  Wim Taymans  <wim@fluendo.com>
24087
24088         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
24089         (gst_ogg_demux_init):
24090         Removed pad loop function.
24091
24092 2005-06-28  Wim Taymans  <wim@fluendo.com>
24093
24094         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
24095         If we're building a chain we are not in an error case
24096         when we queue a buffer.
24097
24098 2005-06-28  Andy Wingo  <wingo@pobox.com>
24099
24100         * *.c: Don't cast to GstObject before reffing/unreffing.
24101
24102 2005-06-27  Andy Wingo  <wingo@pobox.com>
24103
24104         * gst/videotestsrc/gstvideotestsrc.c
24105         (gst_videotestsrc_activate_push): Activation API changes.
24106
24107         * gst/playback/gstdecodebin.c (gst_decode_bin_change_state) 
24108         (gst_decode_bin_dispose): Free dynamics in READY->NULL, because
24109         they have refs on the decodebin.
24110
24111         * ext/ogg/gstoggdemux.c (gst_ogg_pad_class_init): Ref the right
24112         parent class.
24113         (gst_ogg_pad_typefind): Don't leak a pad ref.
24114         (gst_ogg_chain_new_stream): gst_object_unref, not g_object_unref.
24115         (gst_ogg_demux_sink_activate, gst_ogg_demux_sink_activate_push) 
24116         (gst_ogg_demux_sink_activate_pull): Changes for activation API.
24117
24118 2005-06-27  Edward Hervey  <edward@fluendo.com>
24119
24120         * ext/theora/theoradec.c: (theora_dec_change_state): 
24121         re-arranged call to parent's state change in order to avoid locks (or
24122         worse).
24123
24124 2005-06-26  Edward Hervey  <edward@fluendo.com>
24125
24126         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
24127         2nd argument of 'unknow-type' signal is a GstCaps and not a
24128         GstMiniObject
24129
24130 2005-06-25  Jan Schmidt  <thaytan@mad.scientist.com>
24131         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_acquire):
24132           Set the worker thread's running flag to TRUE before starting the
24133           thread.
24134         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
24135           Catch a failure to add typefind to the bin.
24136
24137 2005-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
24138
24139         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
24140         (gst_sinesrc_init), (gst_sinesrc_create),
24141         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
24142         (gst_sinesrc_start):
24143         * gst/sine/gstsinesrc.h:
24144           add num-buffers and timestamp-offset properties
24145         * gst/videotestsrc/gstvideotestsrc.c:
24146         (gst_videotestsrc_class_init), (gst_videotestsrc_set_property),
24147         (gst_videotestsrc_get_property):
24148           add timestamp-offset property
24149
24150 2005-06-23  Christian Schaller  <uraeus@gnome.org>
24151
24152         * configure.ac: add videorate
24153         * gst-plugins-base.spec.in: add videorate
24154
24155 2005-06-23  Wim Taymans  <wim@fluendo.com>
24156
24157         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
24158         (gst_videorate_getcaps), (gst_videorate_setcaps),
24159         (gst_videorate_event), (gst_videorate_chain):
24160         Fixed videorate, fixating an already fixated caps is not
24161         an error.
24162
24163 2005-06-23  Wim Taymans  <wim@fluendo.com>
24164
24165         * ext/ogg/README:
24166         * ext/ogg/gstoggmux.c: (gst_ogg_mux_set_header_on_caps):
24167         Buffer on caps is not boxed anymore.
24168
24169 2005-06-22  Wim Taymans  <wim@fluendo.com>
24170
24171         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
24172         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
24173         Set buffers on caps as miniobjects and not as boxed.
24174
24175 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
24176
24177         * configure.ac:
24178           back to HEAD
24179
24180 === release 0.9.1 ===
24181
24182 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
24183
24184         * .cvsignore:
24185         * NEWS:
24186         * README:
24187         * RELEASE:
24188         * configure.ac:
24189         * po/af.po:
24190         * po/az.po:
24191         * po/cs.po:
24192         * po/en_GB.po:
24193         * po/hu.po:
24194         * po/it.po:
24195         * po/nb.po:
24196         * po/nl.po:
24197         * po/or.po:
24198         * po/sq.po:
24199         * po/sr.po:
24200         * po/sv.po:
24201         * po/uk.po:
24202         * po/vi.po:
24203           updates for release
24204
24205 2005-06-09  Andy Wingo  <wingo@pobox.com>
24206
24207         * gst-libs/gst/net/Makefile.am (lib_LTLIBRARIES): Install gstnet.
24208         
24209 2005-06-09  Andy Wingo  <wingo@pobox.com>
24210
24211         * configure.ac:
24212         * gst-libs/gst/Makefile.am:
24213         * gst-libs/gst/net/Makefile.am:
24214         Add gstnet to build.
24215
24216 2005-06-09  Andy Wingo  <wingo@pobox.com>
24217
24218         * gst-libs/gst/gconf/gconf.c:
24219         * gst/playback/test.c:
24220         * gst/playback/gstplaybin.c (gen_video_element): Ghost pad API
24221         fixes.
24222
24223         * gst/audioconvert/gstaudioconvert.c: RPAD fixes.
24224
24225         * ext/theora/theoraenc.c (theora_enc_chain): 
24226         * ext/theora/theoradec.c (theora_handle_data_packet): GCC4 fixes.
24227
24228         * ext/ogg/gstoggdemux.c (GstOggPad): Derive from GstPad, not
24229         RealPad.
24230
24231 2005-06-02  Wim Taymans  <wim@fluendo.com>
24232
24233         * gst-libs/gst/net/Makefile.am:
24234         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
24235         * pkgconfig/gstreamer-libs.pc.in:
24236         Added net stuff, version net lib.
24237
24238 2005-06-02  Wim Taymans  <wim@fluendo.com>
24239
24240         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
24241         (query_rates), (query_positions_elems), (query_positions_pads),
24242         (do_seek):
24243         Updated seek example.
24244
24245 2005-06-02  Andy Wingo  <wingo@pobox.com>
24246
24247         * pkgconfig/gstreamer-libs-uninstalled.pc.in (prefix):
24248         * pkgconfig/gstreamer-libs.pc.in (prefix): Add gst/tag to the -L
24249         list.
24250
24251         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Don't
24252         remove the typefind, the bin dispose will do it for us. When it's
24253         removed and unreffed, the signal handler will be disconnected,
24254         too.
24255         (unlinked): It's too difficult to disconnect from unlinked
24256         handlers, as they are on pads not elements. Just punt if the pads
24257         aren't grandkids of the bin.
24258
24259 2005-06-02  Wim Taymans  <wim@fluendo.com>
24260
24261         * ext/ogg/README:
24262         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
24263         (gst_ogg_demux_activate_chain), (gst_ogg_demux_clear_chains):
24264         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
24265         * ext/theora/theoradec.c: (theora_dec_src_query),
24266         (theora_handle_data_packet):
24267         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
24268         (theora_enc_chain):
24269         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
24270         (vorbis_handle_data_packet):
24271         * gst/audioconvert/bufferframesconvert.c:
24272         (buffer_frames_convert_chain):
24273         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24274         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
24275         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
24276         (gst_ffmpegcsp_chain):
24277         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
24278         (gst_videorate_getcaps), (gst_videorate_setcaps),
24279         (gst_videorate_event), (gst_videorate_chain):
24280         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_activate),
24281         (gst_videotestsrc_src_query), (gst_videotestsrc_loop):
24282         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
24283         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
24284         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
24285         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
24286         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
24287         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
24288         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
24289         Cleanups and buffer alloc.
24290
24291 2005-05-31  Wim Taymans  <wim@fluendo.com>
24292
24293         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_delay):
24294         Don't try to call the delay method when the device is not
24295         opened.
24296
24297 2005-05-31  Wim Taymans  <wim@fluendo.com>
24298
24299         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_open):
24300         Get actual segment size and buffer size after opening
24301         the device.
24302
24303 2005-05-30  Wim Taymans  <wim@fluendo.com>
24304
24305         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
24306         (gst_ogg_demux_perform_seek), (gst_ogg_demux_clear_chains):
24307         Also FLUSH upstream, makes the loop function exit faster.
24308         
24309         * ext/theora/theoradec.c: (theora_dec_src_query):
24310         Some more debug info in the query.
24311         
24312         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
24313         (gst_ximagesink_setcaps):
24314         Release lock on par error, better error reporting.
24315
24316 2005-05-26  Wim Taymans  <wim@fluendo.com>
24317
24318         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
24319         (gst_ogg_demux_activate_chain), (gst_ogg_demux_chain),
24320         (gst_ogg_demux_clear_chains), (gst_ogg_demux_change_state):
24321         Clear chains in READY
24322         Queue packets until the chain is activated.
24323
24324 2005-05-25  Wim Taymans  <wim@fluendo.com>
24325
24326         * gst-libs/gst/audio/gstaudiosink.c:
24327         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
24328         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
24329         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
24330         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
24331         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
24332         (gst_audiosink_create_ringbuffer):
24333         * gst-libs/gst/audio/gstbaseaudiosink.c:
24334         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
24335         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
24336         (gst_baseaudiosink_set_property), (build_linear_format),
24337         (debug_spec_caps), (debug_spec_buffer),
24338         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
24339         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
24340         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
24341         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
24342         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
24343         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
24344         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
24345         (gst_ringbuffer_play), (gst_ringbuffer_pause),
24346         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
24347         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
24348         (wait_segment), (gst_ringbuffer_commit),
24349         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
24350         (gst_ringbuffer_clear):
24351         Various small cleanups.
24352
24353         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
24354         (gst_audio_convert_change_state):
24355         * gst/subparse/gstsubparse.c: (gst_subparse_chain):
24356         No need to take the locks anymore.
24357
24358 2005-05-25  Wim Taymans  <wim@fluendo.com>
24359
24360         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
24361         (gst_decode_bin_dispose), (try_to_link_1), (get_our_ghost_pad),
24362         (remove_element_chain), (no_more_pads), (unlinked), (close_link),
24363         (type_found):
24364         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_dispose),
24365         (group_destroy), (group_commit), (queue_overrun),
24366         (gen_preroll_element), (no_more_pads), (preroll_unlinked),
24367         (mute_stream), (new_decoded_pad), (setup_substreams),
24368         (setup_source), (mute_group_type), (set_active_source),
24369         (gst_play_base_bin_change_state):
24370         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
24371         (gen_video_element), (gen_text_element), (gen_audio_element),
24372         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks):
24373         * gst/playback/gststreaminfo.c: (gst_stream_info_new),
24374         (gst_stream_info_dispose), (gst_stream_info_set_mute):
24375         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
24376         Some playbin cleanups mostly refcounting sloppyness.
24377
24378 2005-05-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24379
24380         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
24381           Work with streaming input.
24382
24383 2005-05-25  Wim Taymans  <wim@fluendo.com>
24384
24385         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24386         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
24387         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
24388         (gst_ffmpegcsp_chain), (gst_ffmpegcsp_change_state):
24389         No need to take the STREAM lock anymore.
24390
24391 2005-05-25  Wim Taymans  <wim@fluendo.com>
24392
24393         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
24394         (gst_ogg_pad_typefind), (gst_ogg_pad_submit_packet),
24395         (gst_ogg_chain_new_stream), (gst_ogg_demux_perform_seek),
24396         (gst_ogg_demux_chain), (gst_ogg_demux_loop),
24397         (gst_ogg_demux_sink_activate):
24398         * ext/theora/theoradec.c: (theora_dec_src_event),
24399         (theora_handle_comment_packet), (theora_dec_chain),
24400         (theora_dec_change_state):
24401         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
24402         (vorbis_handle_data_packet), (vorbis_dec_chain),
24403         (vorbis_dec_change_state):
24404         Remove STREAM locks as they are taken in core now.
24405         Never set bogus granulepos on vorbis/theora.
24406         Fix leaks in theoradec tag parsing.
24407
24408 2005-05-25  Wim Taymans  <wim@fluendo.com>
24409
24410         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
24411         Fix memleaks, GST_BUFFER_DATA() is not freed.
24412
24413 2005-05-25  Wim Taymans  <wim@fluendo.com>
24414
24415         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
24416         Open non-blocking, set to blocking mode afterwards to avoid
24417         lockups when audio device is busy.
24418
24419 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24420
24421         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_clear):
24422           This can't be good.
24423
24424 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24425
24426         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
24427         (gst_audio_convert_chain), (gst_audio_convert_link_src),
24428         (gst_audio_convert_setcaps):
24429           Implement instant setup switching.
24430
24431 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24432
24433         * gst/playback/gstplaybasebin.c: (probe_triggered):
24434           Fix missing unlock.
24435         * gst/playback/gstplaybin.c: (add_sink):
24436           First add, then link (otherwise pad link fails).
24437
24438 2005-05-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24439
24440         * examples/Makefile.am:
24441         fix buildbot (make distcheck)
24442
24443 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24444
24445         * gst/playback/gstplaybin.c: (gen_vis_element):
24446           Remove some wrong code. Doesn't work yet.
24447
24448 2005-05-19  Wim Taymans  <wim@fluendo.com>
24449
24450         * gst-libs/gst/net/Makefile.am:
24451         * gst-libs/gst/net/README:
24452         * gst-libs/gst/net/gstnetbuffer.c: (gst_netbuffer_get_type),
24453         (gst_netbuffer_class_init), (gst_netbuffer_init),
24454         (gst_netbuffer_finalize), (gst_netbuffer_copy),
24455         (gst_netbuffer_new), (gst_netaddress_set_ip4_address),
24456         (gst_netaddress_set_ip6_address), (gst_netaddress_get_net_type),
24457         (gst_netaddress_get_ip4_address), (gst_netaddress_get_ip6_address):
24458         * gst-libs/gst/net/gstnetbuffer.h:
24459         Added buffer subclass to store extra to/from addresses for
24460         network sources/sinks.
24461
24462 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24463
24464         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
24465           Don't lock an unassigned variable.
24466
24467 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24468
24469         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
24470           Increase buffer for video, decrease buffer for other media types.
24471         * gst/playback/gstplaybin.c: (gen_video_element),
24472         (gen_audio_element):
24473           Change names for debugging purposes.
24474
24475 2005-05-18  Wim Taymans  <wim@fluendo.com>
24476
24477         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24478         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
24479         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
24480         (gst_ffmpegcsp_chain):
24481         Enable buffer alloc passthrough if the source and dest
24482         formats are the same.
24483
24484 2005-05-17  Wim Taymans  <wim@fluendo.com>
24485
24486         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
24487         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
24488         (gst_ogg_demux_chain_unlocked):
24489         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
24490         (gst_audio_convert_caps_remove_format_info),
24491         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
24492         (gst_audio_convert_fixate), (gst_audio_convert_change_state):
24493         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24494         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
24495         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_init),
24496         (gst_ffmpegcsp_bufferalloc), (gst_ffmpegcsp_chain),
24497         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
24498         (gst_ffmpegcsp_get_property):
24499         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
24500         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
24501         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
24502         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
24503         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_imagepool_clear),
24504         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
24505         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_free),
24506         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id):
24507         Leak fixes in oggdemux.
24508         Some cleanups in audioconvert.
24509         Make passthrough work along with buffer_alloc etc.
24510         Make buffer_alloc and buffer recycling actually work in
24511         xvimagesink.
24512
24513 2005-05-17  Thomas Vander Stichele  <thomas at apestaart dot org>
24514
24515         * gst/subparse/gstsubparse.c: (parse_subrip), (parse_mpsub):
24516           make the compiler happy
24517
24518 2005-05-17  Wim Taymans  <wim@fluendo.com>
24519
24520         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
24521         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
24522         (gst_xvimage_buffer_init), (gst_xvimage_buffer_class_init),
24523         (gst_xvimage_buffer_get_type), (gst_xvimagesink_check_xshm_calls),
24524         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
24525         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_setcaps),
24526         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
24527         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
24528         (gst_xvimagesink_set_xwindow_id):
24529         * sys/xvimage/xvimagesink.h:
24530         Port xvimagesink to new MiniObject.
24531
24532 2005-05-17  Wim Taymans  <wim@fluendo.com>
24533
24534         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
24535         (gst_audiofilter_chain):
24536         * gst-libs/gst/audio/gstaudiosink.c:
24537         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
24538         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
24539         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
24540         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
24541         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
24542         (gst_audiosink_create_ringbuffer):
24543         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
24544         (gst_audio_convert_caps_remove_format_info),
24545         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
24546         (gst_audio_convert_fixate), (gst_audio_convert_channels):
24547         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24548         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
24549         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
24550         Fix passthrough in ffmpegcolorspace.
24551         Fix memset in audiosink on wrong memory.
24552
24553 2005-05-16  David Schleef  <ds@schleef.org>
24554
24555         * gst/playback/gststreaminfo.c: (cb_probe): Port from GstData
24556         to GstMiniObject.
24557
24558 2005-05-16  David Schleef  <ds@schleef.org>
24559
24560         Port from GstData to GstMiniObject.
24561         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
24562         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
24563         (gst_ogg_mux_queue_pads), (gst_ogg_mux_set_header_on_caps),
24564         (gst_ogg_mux_collected):
24565         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
24566         * ext/theora/theoradec.c: (theora_handle_comment_packet),
24567         (theora_handle_data_packet):
24568         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
24569         (theora_set_header_on_caps), (theora_enc_chain):
24570         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
24571         (vorbis_handle_comment_packet):
24572         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
24573         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
24574         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_chain):
24575         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_chain):
24576         * gst/audioconvert/gstaudioconvert.c:
24577         (gst_audio_convert_get_buffer):
24578         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
24579         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
24580         (mute_stream), (silence_stream):
24581         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
24582         * gst/volume/gstvolume.c: (volume_transform):
24583         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
24584         (gst_ximage_buffer_init), (gst_ximage_buffer_class_init),
24585         (gst_ximage_buffer_get_type), (gst_ximagesink_check_xshm_calls),
24586         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
24587         (gst_ximagesink_ximage_put), (gst_ximagesink_imagepool_clear),
24588         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_free),
24589         (gst_ximagesink_buffer_alloc):
24590         * sys/ximage/ximagesink.h:
24591
24592 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24593
24594         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
24595         (fill_buffer), (check_queue), (queue_threshold_reached),
24596         (queue_out_of_data):
24597         * gst/playback/gstplaybasebin.h:
24598           Post buffer-fullness on the bus.
24599
24600 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24601
24602         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
24603         (try_to_link_1):
24604         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
24605         (group_commit), (probe_triggered), (setup_source),
24606         (gst_play_base_bin_change_state):
24607         * gst/playback/gstplaybasebin.h:
24608         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
24609         (gst_play_bin_init), (remove_sinks), (setup_sinks),
24610         (gst_play_bin_change_state):
24611           Move setup_output_pads into a virtual function, remove
24612           group-switch (no longer needed) and redirect (handled by bus
24613           now) signals.
24614
24615 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24616
24617         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
24618         (gst_play_base_bin_class_init), (gst_play_base_bin_finalize),
24619         (get_active_group), (get_building_group), (group_destroy),
24620         (group_commit), (check_queue), (queue_overrun),
24621         (queue_threshold_reached), (queue_out_of_data),
24622         (gen_preroll_element), (remove_groups), (unknown_type),
24623         (add_element_stream), (no_more_pads), (probe_triggered),
24624         (preroll_unlinked), (new_decoded_pad), (setup_subtitle),
24625         (setup_substreams), (setup_source), (finish_source),
24626         (prepare_output), (muted_group_change_state),
24627         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
24628         (gst_play_base_bin_change_state):
24629         * gst/playback/gstplaybasebin.h:
24630         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
24631         (gst_play_bin_init), (gst_play_bin_set_property),
24632         (gen_video_element), (gen_text_element), (gen_audio_element),
24633         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
24634         (gst_play_bin_change_state):
24635         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
24636         (cb_probe), (gst_stream_info_new), (gst_stream_info_dispose),
24637         (stream_info_change_state), (gst_stream_info_set_mute),
24638         (gst_stream_info_get_property):
24639         * gst/playback/gststreaminfo.h:
24640         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
24641         (gst_stream_selector_get_linked_pad),
24642         (gst_stream_selector_getcaps),
24643         (gst_stream_selector_get_linked_pads),
24644         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
24645         * gst/playback/gststreamselector.h:
24646           Rough port of playbin. Needs some more work, but is mostly done,
24647           and uses a few locks in important places, which should make stuff
24648           like chain-switches clean. Still uses GST_STATE() in a few places,
24649           which isn't all that good an idea, subtitles/elements disabled
24650           because no elements to test with and thus probably broken, query
24651           and event handling moved to GstBin, internal thread removed
24652           alltogether because the pipeline does that for us now. Can play
24653           Ogg/Vorbis files. Haven't tested anything else yet.
24654
24655 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24656
24657         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
24658           Do no-more-pads (needed for autoplugging).
24659
24660 2005-05-10  Andy Wingo  <wingo@pobox.com>
24661
24662         * ext/vorbis/vorbisdec.c (vorbis_handle_comment_packet): Post a
24663         message to the bus with the tags. Still not sent downstream tho.
24664
24665         * gst/playback/gstdecodebin.c (remove_element_chain): Unref after
24666         get_parent.
24667         (remove_element_chain): Use OBJECT_PARENT instead of get_parent to
24668         avoid refcounting hassles.
24669
24670 2005-05-09  Andy Wingo  <wingo@pobox.com>
24671
24672         * gst/volume/Makefile.am:
24673         * gst/volume/demo.c
24674         * gst/volume/gstvolume.h
24675         * gst/volume/gstvolume.c: Port to 0.9 API, derive from
24676         basetransform. Probably need an audio filter base class.
24677
24678 2005-05-09  Wim Taymans  <wim@fluendo.com>
24679
24680         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_setcaps),
24681         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
24682         (gst_vorbisenc_set_header_on_caps), (gst_vorbisenc_sink_event),
24683         (gst_vorbisenc_chain):
24684         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
24685         (gst_audio_convert_caps_remove_format_info),
24686         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
24687         (gst_audio_convert_fixate), (gst_audio_convert_channels):
24688         Make caps writable before writing to it.
24689         Fix negotiation in audioconvert some more.
24690
24691 2005-05-09  Wim Taymans  <wim@fluendo.com>
24692
24693         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
24694         (gst_videorate_getcaps), (gst_videorate_setcaps),
24695         (gst_videorate_event), (gst_videorate_chain):
24696         Better negotiation.
24697
24698 2005-05-09  Wim Taymans  <wim@fluendo.com>
24699
24700         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
24701         (gst_videorate_getcaps), (gst_videorate_setcaps),
24702         (gst_videorate_blank_data), (gst_videorate_init),
24703         (gst_videorate_event), (gst_videorate_chain),
24704         (gst_videorate_change_state):
24705         Port videorate, do a better job at negotiation while we're at
24706         it.
24707
24708 2005-05-09  Jan Schmidt  <thaytan@mad.scientist.com>
24709
24710         * configure.ac:
24711           Disable libvisual
24712
24713         * examples/Makefile.am:
24714         * gst-libs/gst/audio/Makefile.am:
24715         * gst-libs/gst/riff/Makefile.am:
24716         * gst-libs/gst/tag/Makefile.am:
24717         * gst-libs/gst/video/Makefile.am:
24718           Fixups for missing variables.
24719
24720 2005-05-09  Wim Taymans  <wim@fluendo.com>
24721
24722         * examples/seeking/seek.c: (make_theora_pipeline),
24723         (make_vorbis_theora_pipeline), (make_avi_msmpeg4v3_mp3_pipeline),
24724         (query_rates), (query_positions_elems), (query_positions_pads),
24725         (update_scale), (play_cb), (pause_cb), (stop_cb), (main):
24726         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
24727         (gst_ogg_pad_query_types), (gst_ogg_pad_src_query),
24728         (gst_ogg_pad_typefind), (gst_ogg_demux_init),
24729         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
24730         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_sink_activate):
24731         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
24732         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
24733         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
24734         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
24735         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
24736         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
24737         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
24738         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain):
24739         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
24740         (theora_dec_src_convert), (theora_dec_sink_convert),
24741         (theora_dec_src_query), (theora_dec_sink_query),
24742         (theora_dec_src_event), (theora_dec_sink_event),
24743         (theora_handle_comment_packet), (theora_handle_type_packet),
24744         (theora_handle_header_packet), (theora_handle_data_packet),
24745         (theora_dec_chain):
24746         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
24747         (vorbis_dec_convert), (vorbis_dec_src_query),
24748         (vorbis_dec_sink_query), (vorbis_dec_src_event),
24749         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
24750         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
24751         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
24752         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
24753         (gst_vorbisenc_sink_query), (gst_vorbisenc_init),
24754         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain):
24755         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
24756         (gst_play_bin_query):
24757         * gst/playback/test3.c: (update_scale):
24758         * gst/sine/gstsinesrc.c: (gst_sinesrc_setcaps),
24759         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start):
24760         * gst/subparse/gstsubparse.c: (gst_subparse_init):
24761         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
24762         (gst_videotestsrc_src_query):
24763         * gst/videotestsrc/videotestsrc.c: (paint_hline_I420),
24764         (paint_hline_Y41B), (paint_hline_Y42B), (paint_hline_Y800),
24765         (paint_hline_YUV9):
24766         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
24767         Port to new query API.
24768         Updated seek.
24769         Cleanups in x[v]imagesink
24770
24771 2005-05-09  Andy Wingo  <wingo@pobox.com>
24772
24773         * ext/alsa/gstalsasink.h:
24774         * ext/gnomevfs/gstgnomevfssrc.c:
24775         (gst_gnomevfssrc_get_icy_metadata):
24776         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek)
24777         (gst_ogg_demux_read_chain, gst_ogg_demux_read_end_chain)
24778         * ext/theora/theoradec.c (theora_dec_src_query)
24779         (theora_dec_src_event, theora_dec_sink_event)
24780         (theora_handle_comment_packet, theora_handle_data_packet):
24781         * ext/theora/theoraenc.c (theora_enc_chain):
24782         * ext/vorbis/vorbisdec.c (vorbis_dec_src_event)
24783         (vorbis_dec_sink_event, vorbis_handle_comment_packet):
24784         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
24785         * gst/typefind/gsttypefindfunctions.c (mp3_type_find)
24786         (qt_type_find):
24787         * gst/videotestsrc/videotestsrc.c (paint_setup_I420)
24788         (paint_setup_YV12, paint_setup_YUY2, paint_setup_UYVY)
24789         (paint_setup_YVYU, paint_setup_IYU2, paint_setup_Y41B)
24790         (paint_setup_Y42B, paint_setup_Y800, paint_setup_IMC1)
24791         (paint_setup_IMC2, paint_setup_IMC3, paint_setup_IMC4)
24792         (paint_setup_YVU9, paint_setup_YUV9, paint_setup_xRGB8888)
24793         (paint_setup_xBGR8888, paint_setup_RGBx8888)
24794         (paint_setup_BGRx8888, paint_setup_RGB888, paint_setup_BGR888)
24795         (paint_setup_RGB565, paint_setup_xRGB1555):
24796         * gst/videotestsrc/videotestsrc.h:
24797         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc):
24798         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support)
24799         (gst_xvimagesink_setcaps, gst_xvimagesink_buffer_alloc):
24800         GCC4 fixes.
24801         
24802         * ext/ogg/gstoggdemux.c (gst_ogg_demux_find_chains): Use the new
24803         gst_pad_query_position. Fixes oggdemux.
24804
24805 2005-05-08  David Schleef  <ds@schleef.org>
24806
24807         * configure.ac: Require liboil.
24808         * gst/videotestsrc/gstvideotestsrc.c: Fix up liboil calls, add
24809         a few more.
24810         * gst/videotestsrc/videotestsrc.c:
24811         * gst/videotestsrc/videotestsrc.h:
24812
24813 2005-05-06  Wim Taymans  <wim@fluendo.com>
24814
24815         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24816         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
24817         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
24818         Well, unreffing a buffer right before pushing it is asking
24819         for trouble..
24820
24821 2005-05-06  Christian Schaller  <uraeus@gnome.org>
24822
24823         * pkgconfig/gstreamer-libs.pc.in: add missing library calls
24824
24825 2005-05-06  Wim Taymans  <wim@fluendo.com>
24826
24827         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
24828         (gst_audio_convert_caps_remove_format_info),
24829         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
24830         (gst_audio_convert_fixate), (gst_audio_convert_channels):
24831         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24832         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
24833         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
24834         * gst/sine/Makefile.am:
24835         * gst/sine/gstsinesrc.c: (gst_sinesrc_get_type),
24836         (gst_sinesrc_class_init), (gst_sinesrc_init),
24837         (gst_sinesrc_src_fixate), (gst_sinesrc_setcaps),
24838         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start),
24839         (gst_sinesrc_update_freq):
24840         * gst/sine/gstsinesrc.h:
24841         * gst/tcp/gstmultifdsink.c:
24842         * sys/xvimage/xvimagesink.c:
24843         Fixed negotiation wrt _peer_get_caps()
24844         Some cleanups.
24845
24846
24847 2005-05-06  Wim Taymans  <wim@fluendo.com>
24848
24849         * gst-libs/gst/audio/gstaudiosink.c:
24850         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
24851         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
24852         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
24853         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
24854         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
24855         (gst_audiosink_create_ringbuffer):
24856         * gst-libs/gst/audio/gstbaseaudiosink.c:
24857         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
24858         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
24859         (gst_baseaudiosink_set_property), (build_linear_format),
24860         (debug_spec_caps), (debug_spec_buffer),
24861         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
24862         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
24863         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
24864         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
24865         * gst-libs/gst/audio/gstbaseaudiosink.h:
24866         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
24867         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
24868         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
24869         (gst_ringbuffer_play), (gst_ringbuffer_pause),
24870         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
24871         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
24872         (wait_segment), (gst_ringbuffer_commit),
24873         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
24874         (gst_ringbuffer_clear):
24875         * gst-libs/gst/audio/gstringbuffer.h:
24876         Make the base audiosink return an error when there is no
24877         audiobuffer negotiated.
24878
24879 2005-05-06  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24880
24881         * ext/Makefile.am:
24882         Disable cdparanoia until someone ports it!
24883
24884 2005-05-06  Wim Taymans  <wim@fluendo.com>
24885
24886         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
24887         (gst_ogg_demux_sink_activate):
24888         And revert after wingo's revert.. sigh..
24889
24890 2005-05-05  Andy Wingo  <wingo@pobox.com>
24891
24892         * gst/audiorate/gstaudiorate.c (gst_audiorate_class_init): Pacify
24893         GObject.
24894         * configure.ac: Return audiorate and subparse from the ghetto.
24895         Re-enable -Wall -Werror.
24896         * gst/subparse/gstsubparse.c:
24897         * gst/subparse/gstsubparse.h: Port to 0.9. Can operate loop-based
24898         or chain-based. Cleaned up a bit. Not tested.
24899         
24900 2005-05-05  Christian Schaller <christian@fluendo.com> 
24901
24902         * Makefile.am: remove stuff that is not building
24903         * configure.ac: remove stuff that is not building
24904         * examples/Makefile.am: remove stuff that is not building
24905         * ext/alsa/gstalsasink.c: add alsa/ before the alsalib.h file
24906         * ext/alsa/gstalsasink.h: add alsa/ before the alsalib.h file
24907         * sys/Makefile.am: remove stuff that is not building
24908         * testsuite/Makefile.am: remove stuff that is not building
24909
24910 2005-05-05  Andy Wingo  <wingo@pobox.com>
24911
24912         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
24913         * gst-libs/gst/tag/gstvorbistag.c:
24914         (gst_tag_list_from_vorbiscomment_buffer), (gst_vorbis_tag_chain):
24915         * gst/adder/gstadder.h:
24916         * gst/audioconvert/gstchannelmix.c:
24917         (gst_audio_convert_fill_one_other):
24918         * gst/audiorate/gstaudiorate.c: (gst_audiorate_setcaps),
24919         (gst_audiorate_init), (gst_audiorate_chain):
24920         * gst/playback/gstplaybasebin.c: (setup_source):
24921         * gst/playback/test3.c: (update_scale):
24922         Some GCC4 fixes
24923         
24924         * po/af.po:
24925         * po/az.po:
24926         * po/cs.po:
24927         * po/en_GB.po:
24928         * po/hu.po:
24929         * po/it.po:
24930         * po/nb.po:
24931         * po/nl.po:
24932         * po/or.po:
24933         * po/sq.po:
24934         * po/sr.po:
24935         * po/sv.po:
24936         * po/uk.po:
24937         * po/vi.po: Foo
24938
24939 2005-05-05  Wim Taymans  <wim@fluendo.com>
24940
24941         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
24942         (gst_audio_convert_caps_remove_format_info),
24943         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
24944         (gst_audio_convert_change_state), (gst_audio_convert_channels):
24945         * gst/videotestsrc/gstvideotestsrc.c:
24946         (gst_videotestsrc_src_negotiate), (gst_videotestsrc_src_link),
24947         (gst_videotestsrc_parse_caps), (gst_videotestsrc_src_accept_caps),
24948         (gst_videotestsrc_setcaps), (gst_videotestsrc_activate),
24949         (gst_videotestsrc_init), (gst_videotestsrc_loop):
24950         Don't ignore _push() return values.
24951         Make sure no processing is done when shutting down.
24952         Videotestsrc pad activation fix.
24953
24954 2005-05-05  Wim Taymans  <wim@fluendo.com>
24955
24956         * gst/adder/Makefile.am:
24957         * gst/adder/gstadder.c: (gst_adder_setcaps),
24958         (gst_adder_class_init), (gst_adder_init),
24959         (gst_adder_request_new_pad), (gst_adder_collected),
24960         (gst_adder_change_state):
24961         * gst/adder/gstadder.h:
24962         Ported adder as an example of a mixer element using
24963         collect pads. Needs more negotiation work.
24964
24965 2005-05-05  Wim Taymans  <wim@fluendo.com>
24966
24967         * ext/theora/theoradec.c: (_inc_granulepos),
24968         (theora_dec_src_event), (theora_dec_sink_event),
24969         (theora_handle_comment_packet), (theora_handle_type_packet),
24970         (theora_handle_header_packet), (theora_handle_data_packet),
24971         (theora_dec_chain):
24972         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
24973         (gst_theora_enc_init), (theora_enc_sink_setcaps),
24974         (theora_push_buffer), (theora_push_packet),
24975         (theora_enc_sink_event), (theora_enc_chain),
24976         (theora_enc_change_state), (theora_enc_set_property),
24977         (theora_enc_get_property):
24978         Added stream lock to decoder so that we can serialize
24979         the discont event.
24980         More theoraenc porting, recover from errors, do clean
24981         shutdown.
24982
24983 2005-05-05  Wim Taymans  <wim@fluendo.com>
24984
24985         * ext/ogg/Makefile.am:
24986         * ext/ogg/README:
24987         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
24988         (gst_ogg_pad_submit_packet), (gst_ogg_demux_sink_activate),
24989         (gst_ogg_print):
24990         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
24991         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
24992         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
24993         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
24994         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected),
24995         (gst_ogg_mux_change_state):
24996         Ported ogg muxer.
24997
24998 2005-05-05  Wim Taymans  <wim@fluendo.com>
24999
25000         * docs/design-audiosinks.txt:
25001         * gst-libs/gst/audio/TODO:
25002         * gst-libs/gst/audio/gstaudiosink.c:
25003         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
25004         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
25005         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
25006         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
25007         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
25008         (gst_audiosink_create_ringbuffer):
25009         * gst-libs/gst/audio/gstbaseaudiosink.c:
25010         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
25011         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
25012         (gst_baseaudiosink_set_property), (build_linear_format),
25013         (debug_spec_caps), (debug_spec_buffer),
25014         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
25015         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
25016         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
25017         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
25018         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
25019         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
25020         (gst_ringbuffer_release), (gst_ringbuffer_play),
25021         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
25022         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
25023         (gst_ringbuffer_set_sample), (wait_segment),
25024         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
25025         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
25026         More work on the audiosink, mostly debugging and a race in
25027         shutdown.
25028
25029 2005-04-28  Wim Taymans  <wim@fluendo.com>
25030
25031         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
25032         (gst_ogg_demux_perform_seek), (gst_ogg_demux_sink_activate):
25033         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
25034         (vorbis_dec_src_query), (vorbis_dec_src_event),
25035         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
25036         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
25037         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
25038         Don't crap out when seeking back to position 0.
25039
25040 2005-04-28  Wim Taymans  <wim@fluendo.com>
25041
25042         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
25043         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
25044         (make_vorbis_pipeline), (make_vorbis_theora_pipeline),
25045         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
25046         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline):
25047         Make audio sink configurable, use alsasink as default.
25048
25049 2005-04-28  Wim Taymans  <wim@fluendo.com>
25050
25051         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
25052         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
25053         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
25054         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain),
25055         (vorbis_dec_change_state):
25056         * ext/vorbis/vorbisdec.h:
25057         Refactor, use STREAM_LOCK.
25058
25059 2005-04-28  Wim Taymans  <wim@fluendo.com>
25060
25061         * ext/theora/theoradec.c: (_inc_granulepos),
25062         (theora_dec_sink_event), (theora_handle_comment_packet),
25063         (theora_handle_type_packet), (theora_handle_header_packet),
25064         (theora_handle_data_packet), (theora_dec_chain),
25065         (theora_dec_change_state):
25066         Refactor a bit, use STREAM_LOCK.
25067
25068 2005-04-28  Wim Taymans  <wim@fluendo.com>
25069
25070         * ext/alsa/Makefile.am:
25071         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_get_caps),
25072         (gst_alsa_fixate_to_mimetype), (gst_alsa_fixate_field_nearest_int),
25073         (gst_alsa_link), (gst_alsa_close_audio):
25074         * ext/alsa/gstalsaplugin.c: (plugin_init):
25075         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
25076         (gst_alsasink_dispose), (gst_alsasink_base_init),
25077         (gst_alsasink_class_init), (gst_alsasink_init),
25078         (gst_alsasink_getcaps), (set_hwparams), (set_swparams),
25079         (alsasink_parse_spec), (gst_alsasink_open), (gst_alsasink_close),
25080         (xrun_recovery), (gst_alsasink_write), (gst_alsasink_delay),
25081         (gst_alsasink_reset):
25082         * ext/alsa/gstalsasink.h:
25083         Implement alsasink with simple open/write/close API. 
25084         Make alsa dir build by disabling compilation of code.
25085
25086 2005-04-28  Wim Taymans  <wim@fluendo.com>
25087
25088         * gst-libs/gst/audio/Makefile.am:
25089         * gst-libs/gst/audio/audio.h:
25090         * gst-libs/gst/audio/audioclock.c:
25091         * gst-libs/gst/audio/audioclock.h:
25092         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_get_type),
25093         (gst_audio_clock_class_init), (gst_audio_clock_init),
25094         (gst_audio_clock_new), (gst_audio_clock_get_internal_time):
25095         * gst-libs/gst/audio/gstaudioclock.h:
25096         * gst-libs/gst/audio/gstaudiosink.c:
25097         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
25098         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
25099         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
25100         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
25101         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
25102         (gst_audiosink_create_ringbuffer):
25103         * gst-libs/gst/audio/gstbaseaudiosink.c:
25104         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
25105         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
25106         (gst_baseaudiosink_set_property), (gst_baseaudiosink_get_property),
25107         (build_linear_format), (debug_spec_caps), (debug_spec_buffer),
25108         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
25109         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
25110         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
25111         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
25112         * gst-libs/gst/audio/gstbaseaudiosink.h:
25113         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
25114         (gst_ringbuffer_init), (gst_ringbuffer_finalize),
25115         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
25116         (gst_ringbuffer_release), (gst_ringbuffer_play),
25117         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
25118         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
25119         (gst_ringbuffer_set_sample), (wait_segment),
25120         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
25121         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
25122         * gst-libs/gst/audio/gstringbuffer.h:
25123         Make ringbuffer faster and more simple by removing the locks
25124         in the playback thread.
25125         Add sample accurate playback based on buffer sample offsets.
25126         Make the baseaudiosink provide a clock.
25127         Parse caps in the base class.
25128         Correctly handle seeking, flushing and state changes.
25129
25130 2005-04-25  Thomas Vander Stichele  <thomas at apestaart dot org>
25131
25132         * configure.ac:
25133         * gst/audioconvert/Makefile.am:
25134         * gst/audioscale/Makefile.am:
25135           Fix part of the build.  Come on guys, autogen didn't even work :)
25136
25137 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25138
25139         * configure.ac:
25140         * gst-libs/gst/Makefile.am:
25141         * gst-libs/gst/media-info/.cvsignore:
25142         * gst-libs/gst/media-info/Makefile.am:
25143         * gst-libs/gst/media-info/README:
25144         * gst-libs/gst/media-info/media-info-priv.c:
25145         * gst-libs/gst/media-info/media-info-priv.h:
25146         * gst-libs/gst/media-info/media-info-test.c:
25147         * gst-libs/gst/media-info/media-info.c:
25148         * gst-libs/gst/media-info/media-info.h:
25149         * gst-libs/gst/media-info/media-info.vcproj:
25150         * pkgconfig/Makefile.am:
25151         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
25152         * pkgconfig/gstreamer-media-info.pc.in:
25153           Remove media-info, which is also successed by playbin (see Totem
25154           implementation).
25155
25156 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25157
25158         * configure.ac:
25159         * examples/Makefile.am:
25160         * examples/gstplay/.cvsignore:
25161         * examples/gstplay/Makefile.am:
25162         * examples/gstplay/player.c:
25163         * gst-libs/gst/Makefile.am:
25164         * gst-libs/gst/play/.cvsignore:
25165         * gst-libs/gst/play/Makefile.am:
25166         * gst-libs/gst/play/play.c:
25167         * gst-libs/gst/play/play.h:
25168         * gst-libs/gst/play/play.vcproj:
25169         * pkgconfig/Makefile.am:
25170         * pkgconfig/gstreamer-play-uninstalled.pc.in:
25171         * pkgconfig/gstreamer-play.pc.in:
25172           Remove libgstplay, playbin is now the official successor.
25173
25174 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25175
25176         * configure.ac:
25177         * gst-libs/gst/Makefile.am:
25178         * gst-libs/gst/xwindowlistener/Makefile.am:
25179         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
25180         * gst-libs/gst/xwindowlistener/xwindowlistener.h:
25181           Remove deprecated xwindowlistener (I've moved xwindowlistening
25182           in the v4l/v4l2 plugins over to serverside).
25183
25184 2005-04-25  David Schleef  <ds@schleef.org>
25185
25186         * examples/dynparams/Makefile.am: Move demo-dparams from gst/sine
25187         to examples/dynparams.  Examples do not belong interspersed with
25188         source code.
25189         * examples/dynparams/demo-dparams.c:
25190         * gst/sine/Makefile.am:
25191         * gst/sine/demo-dparams.c:
25192
25193 2005-04-25  David Schleef  <ds@schleef.org>
25194
25195         Don't use GST_PLUGIN_LDFLAGS, because these aren't plugins.
25196         * gst-libs/gst/audio/Makefile.am:
25197         * gst-libs/gst/riff/Makefile.am:
25198         * gst-libs/gst/tag/Makefile.am:
25199         * gst-libs/gst/video/Makefile.am:
25200         * gst-libs/gst/xwindowlistener/Makefile.am:
25201
25202         Convert to 0.9 API, seems to work:
25203         * sys/ximage/Makefile.am:
25204         * sys/ximage/ximagesink.c:
25205
25206 2005-04-24  David Schleef  <ds@schleef.org>
25207
25208         Link plugins against libraries:
25209         * ext/alsa/Makefile.am:
25210         * gst/tcp/Makefile.am:
25211
25212         Remove asm code that should be in liboil
25213         * gst/videoscale/Makefile.am:
25214         * gst/videoscale/videoscale_x86_asm.s:
25215
25216         gettext wants these checked in:
25217         * po/af.po:
25218         * po/az.po:
25219         * po/cs.po:
25220         * po/en_GB.po:
25221         * po/hu.po:
25222         * po/it.po:
25223         * po/nb.po:
25224         * po/nl.po:
25225         * po/or.po:
25226         * po/sq.po:
25227         * po/sr.po:
25228         * po/sv.po:
25229         * po/uk.po:
25230         * po/vi.po:
25231
25232 2005-04-24  David Schleef  <ds@schleef.org>
25233
25234         Convert gst_main() to g_main_loop_run()
25235         * gst/playback/decodetest.c: (main):
25236         * gst/playback/test2.c: (main):
25237         * gst/playback/test3.c: (main):
25238         * gst/playback/test4.c: (main):
25239
25240         Link plugins against libraries:
25241         * ext/libvisual/Makefile.am:
25242         * sys/xvimage/Makefile.am:
25243
25244 2005-04-24  David Schleef  <ds@schleef.org>
25245
25246         * configure.ac: Remove idct and resample libs
25247         * gst-libs/gst/Makefile.am: same
25248
25249         Remove usage of gst_library_load():
25250         * ext/alsa/gstalsaplugin.c: (plugin_init):
25251         * ext/libvisual/visual.c: (plugin_init):
25252         * ext/ogg/gstogg.c: (plugin_init):
25253         * ext/theora/theora.c: (plugin_init):
25254         * ext/vorbis/vorbis.c: (plugin_init):
25255         * gst-libs/gst/audio/gstaudiofiltertemplate.c: (plugin_init):
25256         * gst/audioscale/gstaudioscale.c:
25257         * gst/adder/gstadder.c: (plugin_init):
25258         * gst/audioconvert/plugin.c: (plugin_init):
25259         * sys/ximage/ximagesink.c: (plugin_init):
25260         * sys/xvimage/xvimagesink.c: (plugin_init):
25261         * gst/tcp/gsttcpplugin.c: (plugin_init):
25262
25263         Link plugins against libraries:
25264         * ext/ogg/Makefile.am:
25265         * ext/theora/Makefile.am:
25266         * ext/vorbis/Makefile.am:
25267         * gst/audioconvert/Makefile.am:
25268
25269         Create proper libraries:
25270         * gst-libs/gst/riff/Makefile.am:
25271         * gst-libs/gst/audio/Makefile.am:
25272         * gst-libs/gst/video/Makefile.am:
25273
25274         Move resample library to audioscale plugin directory:
25275         * gst-libs/gst/resample/Makefile.am:
25276         * gst-libs/gst/resample/README:
25277         * gst-libs/gst/resample/dtof.c:
25278         * gst-libs/gst/resample/dtos.c:
25279         * gst-libs/gst/resample/functable.c:
25280         * gst-libs/gst/resample/private.h:
25281         * gst-libs/gst/resample/resample.c:
25282         * gst-libs/gst/resample/resample.h:
25283         * gst-libs/gst/resample/resample.vcproj:
25284         * gst-libs/gst/resample/test.c:
25285         * gst/audioscale/Makefile.am:
25286         * gst/audioscale/README:
25287         * gst/audioscale/dtof.c:
25288         * gst/audioscale/dtos.c:
25289         * gst/audioscale/functable.c:
25290         * gst/audioscale/private.h:
25291         * gst/audioscale/resample.c:
25292         * gst/audioscale/resample.h:
25293         * gst/audioscale/test.c:
25294
25295         Move tagedit library to gst-libs:
25296         * gst-libs/gst/tag/Makefile.am:
25297         * gst-libs/gst/tag/gstid3tag.c:
25298         * gst-libs/gst/tag/gsttagediting.c:
25299         * gst-libs/gst/tag/gsttageditingprivate.h:
25300         * gst-libs/gst/tag/gstvorbistag.c:
25301         * gst/tags/Makefile.am:
25302         * gst/tags/gstid3tag.c:
25303         * gst/tags/gstvorbistag.c:
25304
25305         Fix for core changes:
25306         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
25307         (gst_sinesrc_init), (gst_sinesrc_src_fixate), (gst_sinesrc_link),
25308         (gst_sinesrc_getrange):
25309
25310 2005-04-23  David Schleef  <ds@schleef.org>
25311
25312         * gst-libs/gst/Makefile.am: Remove idct.  It hasn't been used
25313         in gst-plugins in a long time, and properly belongs in liboil.
25314         * gst-libs/gst/idct/Makefile.am:
25315         * gst-libs/gst/idct/README:
25316         * gst-libs/gst/idct/dct.h:
25317         * gst-libs/gst/idct/doieee:
25318         * gst-libs/gst/idct/fastintidct.c:
25319         * gst-libs/gst/idct/floatidct.c:
25320         * gst-libs/gst/idct/idct.c:
25321         * gst-libs/gst/idct/idct.h:
25322         * gst-libs/gst/idct/idtc.vcproj:
25323         * gst-libs/gst/idct/ieeetest.c:
25324         * gst-libs/gst/idct/intidct.c:
25325
25326 2005-04-20  Wim Taymans  <wim@fluendo.com>
25327
25328         * docs/design-audiosinks.txt:
25329         * gst-libs/gst/audio/Makefile.am:
25330         * gst-libs/gst/audio/TODO:
25331         * gst-libs/gst/audio/gstaudiosink.c:
25332         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
25333         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
25334         (gst_audioringbuffer_dispose), (gst_audioringbuffer_finalize),
25335         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
25336         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
25337         (gst_audioringbuffer_delay), (gst_audiosink_base_init),
25338         (gst_audiosink_class_init), (gst_audiosink_init),
25339         (gst_audiosink_create_ringbuffer):
25340         * gst-libs/gst/audio/gstaudiosink.h:
25341         * gst-libs/gst/audio/gstbaseaudiosink.c:
25342         (gst_baseaudiosink_base_init), (gst_baseaudiosink_class_init),
25343         (gst_baseaudiosink_init), (gst_baseaudiosink_set_property),
25344         (gst_baseaudiosink_get_property), (gst_baseaudiosink_setcaps),
25345         (gst_baseaudiosink_get_times), (gst_baseaudiosink_event),
25346         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render),
25347         (gst_baseaudiosink_create_ringbuffer),
25348         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
25349         * gst-libs/gst/audio/gstbaseaudiosink.h:
25350         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
25351         (gst_ringbuffer_class_init), (gst_ringbuffer_init),
25352         (gst_ringbuffer_dispose), (gst_ringbuffer_finalize),
25353         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
25354         (gst_ringbuffer_release), (gst_ringbuffer_play_unlocked),
25355         (gst_ringbuffer_play), (gst_ringbuffer_pause),
25356         (gst_ringbuffer_resume), (gst_ringbuffer_stop),
25357         (gst_ringbuffer_callback), (gst_ringbuffer_delay),
25358         (gst_ringbuffer_played_samples), (gst_ringbuffer_commit),
25359         (gst_ringbuffer_prepare_read), (gst_ringbuffer_clear):
25360         * gst-libs/gst/audio/gstringbuffer.h:
25361         An attempt at a set of audio base classes together with some
25362         design docs.
25363
25364 2005-04-20  Wim Taymans  <wim@fluendo.com>
25365
25366         * gst/audioconvert/Makefile.am:
25367         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
25368         (gst_audio_convert_caps_remove_format_info),
25369         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
25370         (gst_audio_convert_channels):
25371         Link against audio libs.
25372         Fix audio convert plugin.
25373
25374 2005-04-20  Wim Taymans  <wim@fluendo.com>
25375
25376         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter),
25377         (gst_ogg_demux_sink_activate):
25378         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
25379         (theora_set_header_on_caps), (theora_enc_sink_event),
25380         (theora_enc_chain):
25381         Fix theora encoder.
25382
25383 2005-04-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25384
25385         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter):
25386         * gst/playback/gstdecodebin.c: (find_compatibles):
25387           Work with staticpadtemplates in elementfactories.
25388
25389 2005-04-12  Wim Taymans  <wim@fluendo.com>
25390
25391         * gst/playback/README:
25392         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
25393         (compare_ranks), (print_feature), (gst_decode_bin_init),
25394         (dynamic_create), (dynamic_free), (find_compatibles),
25395         (mimetype_is_raw), (close_pad_link), (got_redirect),
25396         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
25397         (new_pad), (no_more_pads), (unlinked), (close_link), (type_found),
25398         (gst_decode_bin_change_state):
25399         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
25400         (gst_play_base_bin_init), (group_destroy), (group_commit),
25401         (check_queue), (queue_overrun), (queue_threshold_reached),
25402         (queue_out_of_data), (gen_preroll_element), (unknown_type),
25403         (new_decoded_pad), (setup_subtitle), (gen_source_element),
25404         (got_redirect), (setup_source), (play_base_eos),
25405         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
25406         (gst_play_base_bin_remove_element):
25407         * gst/playback/gstplaybasebin.h:
25408         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
25409         (gst_play_bin_init), (gst_play_bin_dispose),
25410         (gst_play_bin_set_property), (gen_video_element),
25411         (gen_text_element), (gen_audio_element), (remove_sinks),
25412         (gst_play_bin_send_event):
25413         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
25414         (stream_info_change_state), (gst_stream_info_set_mute):
25415         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
25416         (gst_stream_selector_get_caps), (gst_stream_selector_setcaps),
25417         (gst_stream_selector_request_new_pad), (gst_stream_selector_event),
25418         (gst_stream_selector_chain):
25419         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
25420         (main):
25421         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
25422         (gst_xvimagesink_setcaps), (gst_xvimagesink_get_times),
25423         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
25424         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_class_init):
25425         Raw and crude port of decodebin. 
25426         Make playbin compile.
25427
25428 2005-04-06  Wim Taymans  <wim@fluendo.com>
25429
25430         * ext/gnomevfs/Makefile.am:
25431         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
25432         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
25433         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
25434         (gst_gnomevfssrc_create), (gst_gnomevfssrc_is_seekable),
25435         (gst_gnomevfssrc_get_size), (gst_gnomevfssrc_start),
25436         (gst_gnomevfssrc_stop):
25437         * ext/ogg/Makefile.am:
25438         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_get_data),
25439         (gst_ogg_demux_find_chains), (gst_ogg_demux_sink_activate):
25440         * ext/theora/Makefile.am:
25441         * ext/theora/theoradec.c: (_inc_granulepos),
25442         (theora_dec_sink_event), (theora_dec_chain):
25443         * ext/vorbis/Makefile.am:
25444         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
25445         (vorbis_dec_sink_event), (vorbis_dec_chain):
25446         * gst-libs/gst/audio/Makefile.am:
25447         * sys/xvimage/Makefile.am:
25448         Make gnomevfssrc extend the source base class.
25449         Fix linking against libs in various plugins.
25450
25451 2005-04-06  Andy Wingo  <wingo@pobox.com>
25452
25453         * gst-libs/gst/video/Makefile.am (libgstvideo_la_LDFLAGS): Use
25454         GST_BASE_LIBS.
25455
25456         * configure.ac: Add check and AC_SUBST for libgstbase.
25457
25458 2005-03-31  Wim Taymans  <wim@fluendo.com>
25459
25460         * examples/seeking/Makefile.am:
25461         * examples/seeking/cdparanoia.c: (main):
25462         * examples/seeking/cdplayer.c: (update_scale), (stop_seek),
25463         (play_cb), (pause_cb), (stop_cb), (main):
25464         * examples/seeking/playbin.c:
25465         * examples/seeking/seek.c: (dynamic_link), (make_mod_pipeline),
25466         (make_dv_pipeline), (make_wav_pipeline), (make_flac_pipeline),
25467         (make_sid_pipeline), (make_vorbis_pipeline),
25468         (make_theora_pipeline), (make_vorbis_theora_pipeline),
25469         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
25470         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline),
25471         (make_playerbin_pipeline), (update_scale), (end_scrub), (do_seek),
25472         (seek_cb), (start_seek), (stop_seek), (play_cb), (pause_cb),
25473         (stop_cb), (main):
25474         * examples/seeking/spider_seek.c:
25475         * examples/seeking/vorbisfile.c:
25476         * ext/gnomevfs/Makefile.am:
25477         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
25478         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_base_init),
25479         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
25480         (gst_gnomevfssrc_get_property), (gst_gnomevfssrc_get),
25481         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file),
25482         (gst_gnomevfssrc_getrange), (gst_gnomevfssrc_loop),
25483         (gst_gnomevfssrc_activate), (gst_gnomevfssrc_change_state),
25484         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
25485         * ext/ogg/README:
25486         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_get_type),
25487         (gst_ogg_pad_class_init), (gst_ogg_pad_init),
25488         (gst_ogg_pad_dispose), (gst_ogg_pad_finalize),
25489         (gst_ogg_pad_formats), (gst_ogg_pad_event_masks),
25490         (gst_ogg_pad_query_types), (gst_ogg_pad_getcaps),
25491         (gst_ogg_pad_src_convert), (gst_ogg_pad_src_query),
25492         (gst_ogg_pad_event), (gst_ogg_pad_reset),
25493         (gst_ogg_demux_factory_filter), (compare_ranks),
25494         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
25495         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
25496         (gst_ogg_chain_new), (gst_ogg_chain_free),
25497         (gst_ogg_chain_new_stream), (gst_ogg_chain_get_stream),
25498         (gst_ogg_chain_has_stream), (gst_ogg_demux_base_init),
25499         (gst_ogg_demux_class_init), (gst_ogg_demux_init),
25500         (gst_ogg_demux_finalize), (gst_ogg_demux_handle_event),
25501         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_seek),
25502         (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
25503         (gst_ogg_demux_get_prev_page),
25504         (gst_ogg_demux_deactivate_current_chain),
25505         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
25506         (gst_ogg_demux_bisect_forward_serialno),
25507         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
25508         (gst_ogg_demux_find_pad), (gst_ogg_demux_find_chain),
25509         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain_unlocked),
25510         (gst_ogg_demux_chain), (gst_ogg_demux_send_eos),
25511         (gst_ogg_demux_loop), (gst_ogg_demux_sink_activate),
25512         (gst_ogg_demux_change_state), (gst_ogg_print):
25513         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
25514         (gst_ogg_mux_init), (gst_ogg_mux_sinkconnect),
25515         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
25516         (gst_ogg_mux_push_page), (gst_ogg_mux_send_headers),
25517         (gst_ogg_mux_loop):
25518         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
25519         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
25520         (theora_dec_src_convert), (theora_dec_sink_convert),
25521         (theora_dec_src_query), (theora_dec_src_event),
25522         (theora_dec_sink_event), (theora_dec_chain),
25523         (theora_dec_change_state):
25524         * ext/theora/theoraenc.c: (gst_theora_enc_init),
25525         (theora_enc_sink_setcaps), (theora_buffer_from_packet),
25526         (theora_push_buffer), (theora_enc_sink_event), (theora_enc_chain),
25527         (theora_enc_change_state):
25528         * ext/vorbis/Makefile.am:
25529         * ext/vorbis/oggvorbisenc.c:
25530         * ext/vorbis/oggvorbisenc.h:
25531         * ext/vorbis/vorbis.c: (plugin_init):
25532         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
25533         (vorbis_dec_src_query), (vorbis_dec_src_event),
25534         (vorbis_dec_sink_event), (vorbis_dec_chain),
25535         (vorbis_dec_change_state):
25536         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
25537         (gst_vorbisenc_sink_setcaps), (gst_vorbisenc_init),
25538         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
25539         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
25540         (gst_vorbisenc_change_state):
25541         * ext/vorbis/vorbisenc.h:
25542         * ext/vorbis/vorbisparse.c: (vorbis_parse_chain):
25543         * gst-libs/gst/audio/audioclock.c:
25544         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
25545         (gst_audiofilter_init), (gst_audiofilter_chain):
25546         * gst-libs/gst/audio/testchannels.c: (main):
25547         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
25548         * gst-libs/gst/media-info/media-info-priv.c: (gmip_reset),
25549         (gmip_find_type), (gmip_find_stream), (gmip_find_track_metadata),
25550         (gmip_find_track_streaminfo), (gmip_find_track_format):
25551         * gst-libs/gst/media-info/media-info.c:
25552         (gst_media_info_read_idler):
25553         * gst-libs/gst/play/play.c: (gst_play_get_sink_element),
25554         (gst_play_get_all_by_interface):
25555         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
25556         (gst_riff_parse_chunk), (gst_riff_parse_file_header),
25557         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
25558         (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
25559         (gst_riff_parse_info):
25560         * gst-libs/gst/riff/riff-read.h:
25561         * gst-libs/gst/riff/riff.c: (plugin_init):
25562         * gst-libs/gst/video/Makefile.am:
25563         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_init),
25564         (gst_videosink_class_init), (gst_videosink_get_type):
25565         * gst-libs/gst/video/videosink.h:
25566         * gst/audioconvert/bufferframesconvert.c:
25567         (buffer_frames_convert_init), (buffer_frames_convert_fixate),
25568         (buffer_frames_convert_setcaps), (buffer_frames_convert_chain):
25569         * gst/audioconvert/channelmixtest.c: (main):
25570         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
25571         (gst_audio_convert_chain),
25572         (gst_audio_convert_caps_remove_format_info),
25573         (gst_audio_convert_getcaps), (gst_audio_convert_parse_caps),
25574         (gst_audio_convert_setcaps), (_fixate_caps_to_int),
25575         (gst_audio_convert_fixate), (gst_audio_convert_get_buffer),
25576         (gst_audio_convert_buffer_to_default_format),
25577         (gst_audio_convert_buffer_from_default_format),
25578         (gst_audio_convert_channels):
25579         * gst/audioconvert/gstchannelmix.h:
25580         * gst/ffmpegcolorspace/avcodec.h:
25581         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
25582         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
25583         (gst_ffmpegcsp_configure_context), (gst_ffmpegcsp_setcaps),
25584         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain):
25585         * gst/tags/gstid3tag.c: (gst_tag_extract_id3v1_string):
25586         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
25587         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
25588         (mp3_type_find), (mpeg2_sys_type_find), (mpeg1_sys_type_find),
25589         (mpeg_video_type_find), (mpeg_video_stream_type_find),
25590         (dv_type_find):
25591         * gst/videotestsrc/gstvideotestsrc.c:
25592         (gst_videotestsrc_class_init), (gst_videotestsrc_src_negotiate),
25593         (gst_videotestsrc_src_link), (gst_videotestsrc_parse_caps),
25594         (gst_videotestsrc_src_accept_caps), (gst_videotestsrc_setcaps),
25595         (gst_videotestsrc_src_unlink), (gst_videotestsrc_activate),
25596         (gst_videotestsrc_change_state), (gst_videotestsrc_getcaps),
25597         (gst_videotestsrc_init), (gst_videotestsrc_src_query),
25598         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_loop):
25599         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
25600         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_fixate),
25601         (gst_xvimagesink_getcaps), (gst_xvimagesink_setcaps),
25602         (gst_xvimagesink_change_state), (gst_xvimagesink_get_times),
25603         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
25604         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
25605         (gst_xvimagesink_navigation_send_event),
25606         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_expose),
25607         (gst_xvimagesink_set_property), (gst_xvimagesink_finalize),
25608         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
25609         * sys/xvimage/xvimagesink.h:
25610         Plugin port to 0.9, ogg/theora playback should work in the seek
25611         example now.
25612         Removed old examples.
25613         Removed old oggvorbisenc, renamed rawvorbisenc to vorbisenc as
25614         explained in 0.9 TODO doc.
25615
25616
25617 2005-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
25618
25619         * autogen.sh:
25620         * configure.ac:
25621         * ext/Makefile.am:
25622         * gst/Makefile.am:
25623         * po/POTFILES.in:
25624         * po/af.po:
25625         * po/az.po:
25626         * po/cs.po:
25627         * po/en_GB.po:
25628         * po/hu.po:
25629         * po/it.po:
25630         * po/nb.po:
25631         * po/nl.po:
25632         * po/or.po:
25633         * po/sq.po:
25634         * po/sr.po:
25635         * po/sv.po:
25636         * po/uk.po:
25637         * po/vi.po:
25638         * sys/Makefile.am:
25639         * testsuite/Makefile.am:
25640           remove a whole bunch of plugins.  This module now contains a set
25641           of free reference plugins/elements as agreed.
25642
25643 2005-02-22  Thomas Vander Stichele  <thomas at apestaart dot org>
25644
25645         * configure.ac:
25646           hunting season on 0.9 is now OPEN
25647
25648 2005-02-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25649
25650         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
25651           Kick the hell out of gcc for not warning me about a symbol conflict.
25652
25653 2005-02-22  Luca Ognibene  <luogni@tin.it>
25654
25655         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
25656
25657         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link):
25658           Don't leak caps string (fixes #168134)
25659
25660         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init),
25661         (gst_jpegenc_init), (gst_jpegenc_finalize),
25662         (gst_jpegenc_change_state):
25663           Don't leak line buffers and context struct (fixes #168133).
25664
25665 2005-02-21  Tim-Philipp Müller  <tim at centricular dot net>
25666
25667         * configure.ac:
25668         * ext/dirac/gstdiracdec.cc:
25669         (gst_diracdec_chain):
25670           Since dirac 0.5.0 the framerate in dirac is expressed as a
25671           rational number. Fix build and up requirement to 0.5.0, and
25672           also pass parameters to gst_diracdec_link in the right order
25673           (fixes #167959).
25674
25675 2005-02-21  Maciej Katafiasz  <mathrick@freedesktop.org>
25676
25677         * ext/faad/gstfaad.c: (gst_faad_sinkconnect), (gst_faad_chain):
25678         * ext/faad/gstfaad.h:
25679         TEH LONGEST DEBUGGING SESSION EVAR is over. Fix interaction with 
25680         certain invalid muxed streams, where some packets will contain 
25681         junk after decoder data. Partially fixes #149158.
25682
25683 2005-02-21  Jan Schmidt <thaytan@mad.scientist.com>
25684         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_chain):
25685           Make sure we only write to writable buffers
25686
25687 2005-02-20  Tim-Philipp Müller  <tim at centricular dot net>
25688
25689         * gst-libs/gst/riff/riff-media.c:
25690         (gst_riff_create_audio_caps_with_data):
25691           Do actually fix invalid RIFF fmt header values for alaw
25692           and mulaw audio instead of just saying so.
25693
25694         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
25695           Give gst_riff_create_audio_caps_with_data() a chance to
25696           fix up broken format header fields before extracting any
25697           parameters from the header. (fixes #167633)
25698
25699 2005-02-19  Martin Holters  <martin.holters@gmx.de>
25700
25701         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
25702
25703         * gst/audioconvert/bufferframesconvert.c:
25704         (buffer_frames_convert_link):
25705           Don't leak othercaps. (fixes #167878)
25706
25707 2005-02-19  Arwed v. Merkatz  <v.merkatz@gmx.net>
25708
25709         * configure.ac:
25710         * ext/libvisual/visual.c: (gst_visual_srclink),
25711         (gst_visual_change_state):
25712           Support libvisual 0.2.0.
25713
25714 2005-02-18  Tim-Philipp Müller  <tim at centricular dot net>
25715
25716         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_chain):
25717         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain):
25718           Use same rowstrides for I420 as used everywhere else.
25719
25720 2005-02-17  Tim-Philipp Müller  <tim at centricular dot net>
25721
25722         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
25723           Declare variables at beginning of block and make gcc-2.95 happy
25724           (fixes # 167482, patch by Gergely Nagy).
25725           
25726         * gst/tcp/gsttcpclientsrc.c:
25727         * gst/tcp/gsttcpclientsrc.h:
25728           Move some includes into the header, so that struct sockaddr_in is
25729           defined when it should be defined on FreeBSD as well (fixes
25730           #167483).
25731           
25732         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
25733           Don't pass uninitialised values to setsockopt() here either.
25734
25735 2005-02-17  Luca Ognibene  <luogni at tin dot it>
25736
25737         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
25738
25739         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send):
25740           Don't pass uninitialised values to setsockopt(). (fixes #167704)
25741
25742 2005-02-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25743
25744         * gst/playback/gstplaybin.c: (add_sink):
25745           Invert bin_add/link order to workaround deadlock in opt.
25746
25747 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25748
25749         * gst/modplug/gstmodplug.cc:
25750           Add missing break causing position queries to fail.
25751
25752 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25753
25754         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_populate):
25755           Granpos can apparently be -1, which screws up calculations...
25756
25757 2005-02-16  Jan Schmidt  <thaytan@mad.scientist.com>
25758
25759         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
25760         (gst_ximagesink_send_pending_navigation),
25761         (gst_ximagesink_navigation_send_event), (gst_ximagesink_finalize),
25762         (gst_ximagesink_init):
25763         * sys/ximage/ximagesink.h:
25764         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
25765         (gst_xvimagesink_send_pending_navigation),
25766         (gst_xvimagesink_navigation_send_event),
25767         (gst_xvimagesink_finalize), (gst_xvimagesink_init):
25768         * sys/xvimage/xvimagesink.h:
25769           Use a mutex protected list to marshal navigation
25770           events into the stream thread from whichever thread
25771           sends them.
25772
25773 2005-02-15  Tim-Philipp Müller  <tim at centricular dot net>
25774
25775         * gst/speed/demo-mp3.c: (time_tick_cb), (main):
25776           Display current position and track length; misc. clean-ups.
25777           
25778         * gst/speed/gstspeed.c: (speed_get_query_types), (speed_src_query),
25779         (speed_init), (speed_chain):
25780           Add query function, so that the stream length and current position
25781           get adjusted when queried (note that current position queries may
25782           still be wrong if the audio sink returns values based on buffer
25783           timestamps instead of passing on the query).
25784
25785 2005-02-13  Benjamin Otte  <otte@gnome.org>
25786
25787         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
25788         (gst_audio_convert_channels):
25789           create channel conversion matrix when linking
25790         * gst/audioconvert/.cvsignore:
25791         * gst/audioconvert/Makefile.am:
25792         * gst/audioconvert/channelmixtest.c: (main):
25793           add (ugly) test that ensures stereo <=> mono conversion works
25794           correctly
25795
25796 2005-02-13  Benjamin Otte  <otte@gnome.org>
25797
25798         * gst/audioconvert/gstchannelmix.h:
25799           include missing header file
25800         * gst/audioconvert/gstchannelmix.c:
25801         (gst_audio_convert_fill_compatible):
25802           use same sign for both channels when converting to/from compatible
25803           channel. Previously used different signs made the signals cancel
25804           each other out and appear like silence. (fixes #167269)
25805
25806 2005-02-12  Tim-Philipp Müller  <tim at centricular dot net>
25807
25808         * gst/ffmpegcolorspace/avcodec.h:
25809         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
25810         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
25811         (gst_ffmpegcsp_avpicture_fill):
25812         * gst/ffmpegcolorspace/imgconvert.c:
25813           Convert to and from YV12 (fixes #156379).
25814
25815 2005-02-12  Julien MOUTTE  <julien@moutte.net>
25816
25817         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
25818         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
25819         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
25820         (gst_ximagesink_expose), (gst_ximagesink_set_property),
25821         (gst_ximagesink_finalize), (gst_ximagesink_init): Protect interface
25822         methods from chain and negotiation and vice versa (Fixes #166142).
25823         * sys/ximage/ximagesink.h: Add stream_lock.
25824         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
25825         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
25826         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
25827         (gst_xvimagesink_expose): Check for xcontext before trying to link.
25828
25829 2005-02-12  Tim-Philipp Müller  <tim at centricular dot net>
25830
25831         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_open):
25832           Don't send "Hey! You gave me a NULL pointer you naughty person" as
25833           error message when we can't open the DVD device (when dvdnav_open()
25834           fails, src->dvdnav is NULL, so dvdnav_err_to_string() will return
25835           the above). Send something more useful instead (fixes #167117).
25836
25837 2005-02-11  Julien MOUTTE  <julien@moutte.net>
25838
25839         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
25840         (gst_xvimagesink_sink_link), (gst_xvimagesink_change_state),
25841         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
25842         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
25843         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
25844         (gst_xvimagesink_finalize), (gst_xvimagesink_init): Protect interface
25845         methods from chain and negotiation and vice versa (Fixes #166142).
25846         Fix a possible bug of images in the buffer pool being discarded because
25847         we are looking at the wrong geometry.
25848         * sys/xvimage/xvimagesink.h: Add stream_lock.
25849
25850 2005-02-11  David Schleef  <ds@schleef.org>
25851
25852         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer): Change uint to
25853         unsigned int. (fixes #167128)
25854
25855 2005-02-11  David Schleef  <ds@schleef.org>
25856
25857         * gst/librfb/Makefile.am: Testing stuff before committing is
25858           for wimps... and people with fast machines.  Fix stupid
25859           mistake.
25860
25861 2005-02-11  David Schleef  <ds@schleef.org>
25862
25863         * configure.ac: Pull in librfb from my CVS tree, because it is
25864           too small and annoying to be separate.  Move rfbsrc plugin
25865           to gst/.
25866         * ext/Makefile.am:
25867         * ext/librfb/Makefile.am:
25868         * ext/librfb/gstrfbsrc.c:
25869         * gst/librfb/Makefile.am:
25870         * gst/librfb/gstrfbsrc.c:
25871         * gst/librfb/rfb.c:
25872         * gst/librfb/rfb.h:
25873         * gst/librfb/rfbbuffer.c:
25874         * gst/librfb/rfbbuffer.h:
25875         * gst/librfb/rfbbytestream.c:
25876         * gst/librfb/rfbbytestream.h:
25877         * gst/librfb/rfbcontext.h:
25878         * gst/librfb/rfbdecoder.c:
25879         * gst/librfb/rfbdecoder.h:
25880         * gst/librfb/rfbutil.h:
25881
25882 2005-02-10  Tim-Philipp Müller  <tim at centricular dot net>
25883
25884         * gst/speed/Makefile.am:
25885         * gst/speed/demo-mp3.c: (main):
25886         * gst/speed/filter.func:
25887         * gst/speed/gstspeed.c: (speed_link), (speed_parse_caps),
25888         (speed_class_init), (speed_init), (speed_chain_int16),
25889         (speed_chain_float32), (speed_chain), (speed_set_property),
25890         (speed_get_property), (speed_change_state):
25891         * gst/speed/gstspeed.h:
25892           Fix speed element and make it chain-based (fixes #156467),
25893           and make it handle more than one channel.
25894
25895 2005-02-10  Jan Schmidt  <thaytan@mad.scientist.com>
25896
25897         * ext/dts/gstdtsdec.c: (gst_dtsdec_init), (gst_dtsdec_channels),
25898         (gst_dtsdec_handle_event), (gst_dtsdec_handle_frame),
25899         (gst_dtsdec_chain), (gst_dtsdec_change_state):
25900         * ext/dts/gstdtsdec.h:
25901           Don't clobber the stack constructing the channels array.
25902           Make the element chain-based. DTS tracks can now be played.
25903           
25904 2005-02-09  Tim-Philipp Müller  <tim at centricular dot net>
25905
25906         * gst-libs/gst/audio/multichannel.h:
25907         * gst-libs/gst/gconf/gconf.h:
25908         * gst-libs/gst/idct/idct.h:
25909         * gst-libs/gst/media-info/media-info-priv.h:
25910         * gst-libs/gst/play/play.h:
25911         * gst-libs/gst/resample/private.h:
25912         * gst-libs/gst/resample/resample.h:
25913         * gst-libs/gst/riff/riff-ids.h:
25914         * gst-libs/gst/video/video.h:
25915         * gst-libs/gst/video/videosink.h:
25916           Add G_BEGIN_DECLS and G_END_DECLS around headers where
25917           missing, so that they work when included from C++ code.
25918
25919 2005-02-09  David Schleef  <ds@schleef.org>
25920
25921         * testsuite/gst-lint: Check for non-statically scoped
25922           parent_class variables.  This won't be a problem once
25923           plugins are loaded with RTLD_LOCAL.
25924
25925 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25926
25927         * ext/mplex/gstmplexibitstream.cc:
25928           gcc madness.
25929
25930 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25931
25932         * ext/ogg/gstogmparse.c:
25933         * gst/debug/gstnavigationtest.c:
25934           Die, thou faulty symbol pollutors (non-static parent_class).
25935
25936 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25937
25938         * ext/mplex/gstmplexibitstream.cc:
25939           Fix event handling (#165525).
25940
25941 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25942
25943         * ext/mikmod/gstmikmod.c:
25944         * gst/modplug/gstmodplug.cc:
25945           Add missing endianness to template (fixes #165509).
25946
25947 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25948
25949         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_data):
25950           Fix wrong order of reading of optional bytes (#165290).
25951
25952 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25953
25954         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
25955           Implement FILLER event awareness.
25956
25957 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25958
25959         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_convert):
25960           Fix track calculations (#166208).
25961
25962 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
25963
25964         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25965
25966         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (gst_pngdec_chain):
25967         * ext/libpng/gstpngenc.c:
25968           Fix byte-order, use proper fixed caps. Fixes #164197.
25969
25970 2005-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
25971
25972         * configure.ac:
25973           Add dvdlpcmdec 
25974
25975         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_reset),
25976         (free_all_buffers), (gst_mpeg2dec_alloc_buffer):
25977           Don't push buffers if the src pad isn't negotiated yet.
25978           
25979         * gst/audioconvert/gstaudioconvert.c:
25980         (gst_audio_convert_buffer_to_default_format),
25981         (gst_audio_convert_buffer_from_default_format):
25982           Add support for 24-bit width.
25983
25984         * gst/dvdlpcmdec/.cvsignore:
25985         * gst/dvdlpcmdec/Makefile.am:
25986         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_get_type),
25987         (gst_dvdlpcmdec_base_init), (gst_dvdlpcmdec_class_init),
25988         (gst_dvdlpcm_reset), (gst_dvdlpcmdec_init), (gst_dvdlpcmdec_link),
25989         (gst_dvdlpcmdec_chain), (gst_dvdlpcmdec_change_state),
25990         (plugin_init):
25991         * gst/dvdlpcmdec/gstdvdlpcmdec.h:
25992           New decoder for rearranging DVD LPCM into our audio/x-raw-int
25993           format. Needs support for the channels maps if someone can find 
25994           a DVD LPCM track with > 2 channels.
25995
25996         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_handle_dvd_event),
25997         (gst_dvd_demux_send_discont), (gst_dvd_demux_handle_discont),
25998         (gst_dvd_demux_get_audio_stream), (gst_dvd_demux_process_private):
25999         * gst/mpegstream/gstdvddemux.h:
26000         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
26001         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_init_stream),
26002         (gst_mpeg_demux_send_subbuffer), (gst_mpeg_demux_handle_src_query):
26003         * gst/mpegstream/gstmpegdemux.h:
26004         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_reset),
26005         (gst_mpeg_parse_parse_packhead), (gst_mpeg_parse_loop),
26006         (gst_mpeg_parse_get_rate), (gst_mpeg_parse_convert_src),
26007         (gst_mpeg_parse_handle_src_query),
26008         (gst_mpeg_parse_handle_src_event):
26009           Use audio/x-dvd-lpcm for LPCM output.
26010           Add DTS output.
26011
26012 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
26013
26014         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26015
26016         * gst/alpha/gstalphacolor.c: (gst_alpha_color_sink_link),
26017         (transform_rgb), (transform_bgr), (gst_alpha_color_chain):
26018           Add BGRA handling (#165736).
26019
26020 2005-02-08  Francis Labonte  <francis_labonte@hotmail.com>
26021
26022         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26023
26024         * gst/law/alaw-decode.c: (alawdec_link):
26025         * gst/law/alaw-encode.c: (alawenc_link):
26026         * gst/law/mulaw-decode.c: (mulawdec_link):
26027         * gst/law/mulaw-encode.c: (mulawenc_link):
26028           Fix caps memleaks (#166600).
26029
26030 2005-02-08  Tim-Philipp Müller  <tim at centricular dot net>
26031
26032         * ext/tarkin/mem.h:
26033         * ext/tarkin/wavelet.h:
26034         * ext/tarkin/yuv.h:
26035         * gst/ffmpegcolorspace/avcodec.h:
26036           Include "_stdint.h" instead of <stdint.h>. Fixes build on
26037           systems that don't have stdint.h, like Solaris9 (fixes #166631).
26038
26039 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26040
26041         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state):
26042         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_clear),
26043         (gst_xvimagesink_change_state):
26044           Clear window on PAUSED->READY instead of READY->PAUSED. Stop
26045           Xv video (and thereby regenerate Xv colourkey) in clear() so
26046           that PLAY -> READY -> PLAY works (fixes #162504).
26047
26048 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26049
26050         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_getcaps):
26051           Switch to list instead of range, since MJPEG-devices really just
26052           support decimations, not any size.
26053
26054 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
26055         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_open_decoder),
26056         (gst_mpeg2dec_reset), (free_all_buffers),
26057         (gst_mpeg2dec_alloc_buffer), (handle_sequence):
26058         * ext/mpeg2dec/gstmpeg2dec.h:
26059           The libmpeg2 user-allocated buffer management is awkward, 
26060           to say the least. Hopefully this fixes things.
26061
26062 2005-02-04  Andy Wingo  <wingo@pobox.com>
26063
26064         * gst/audioconvert/bufferframesconvert.c
26065         (buffer_frames_convert_fixate): New function, fixates to 256
26066         frames per buffer by default. (Much better than 1.)
26067         (buffer_frames_convert_init): Set the fixate function for both src
26068         and sink pad.
26069         (buffer_frames_convert_link): After success setting nonfixed caps,
26070         get the negotiated caps so we can know how many buffer-frames it
26071         will be. No idea how this worked at all before.
26072
26073 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
26074
26075         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
26076         (gst_mpeg2dec_close_decoder), (put_buffer), (check_buffer),
26077         (free_buffer), (free_all_buffers), (gst_mpeg2dec_alloc_buffer),
26078         (handle_sequence), (handle_picture):
26079         * ext/mpeg2dec/gstmpeg2dec.h:
26080           Rearrange buffer tracking and refcounting and refactor
26081           a little for readability. 
26082
26083 2005-02-04  Jan Schmidt  <thaytan@mad.scientist.com>
26084         * sys/v4l/gstv4l.c: (plugin_init):
26085         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_get_type),
26086         (gst_v4ljpegsrc_base_init), (gst_v4ljpegsrc_class_init),
26087         (gst_v4ljpegsrc_init), (gst_v4ljpegsrc_src_link),
26088         (gst_v4ljpegsrc_getcaps), (gst_v4ljpegsrc_get):
26089         * sys/v4l/gstv4ljpegsrc.h:
26090         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_open), (gst_v4lsrc_src_link):
26091         * sys/v4l/v4l_calls.h:
26092         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_palette_name),
26093         (gst_v4lsrc_get_fps):
26094         * sys/v4l/v4lsrc_calls.h:
26095           Add new v4ljpegsrc for handling the ov51x hacky "I'll give
26096           you jpeg inside rgb frames" driver.
26097           Don't error in the v4lsrc link function, just return 
26098           REFUSED.
26099
26100 2005-02-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26101
26102         * sys/qcam/gstqcamsrc.c: (gst_qcamsrc_change_state),
26103         (gst_qcamsrc_open):
26104           Use GST_ELEMENT_ERROR, not g_warning, if open failed.
26105
26106 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26107
26108         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
26109           Change caps on MJPEG-B so it doesn't interfere with MJPEG/JPEG.
26110
26111 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26112
26113         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_change_state):
26114           Reset negotiated state on PAUSED->READY.
26115
26116 2005-02-02  David Schleef  <ds@schleef.org>
26117
26118         * configure.ac: Put DEFAULT_AUDIOSINK in config.h and use
26119         whereever possible.  (Fixes #165997)
26120         * examples/capsfilter/capsfilter1.c: (main):
26121         * examples/dynparams/filter.c: (create_ui):
26122         * examples/seeking/cdparanoia.c: (get_track_info), (main):
26123         * examples/seeking/chained.c: (main):
26124         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
26125         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
26126         (make_vorbis_pipeline), (make_mp3_pipeline), (make_avi_pipeline),
26127         (make_mpeg_pipeline), (make_mpegnt_pipeline):
26128         * examples/seeking/spider_seek.c: (make_spider_pipeline):
26129         * examples/switch/switcher.c: (main):
26130         * ext/dv/demo-play.c: (main):
26131         * ext/faad/gstfaad.c: (gst_faad_change_state):
26132         * ext/mad/gstmad.c: (gst_mad_chain):
26133         * ext/smoothwave/demo-osssrc.c: (main):
26134         * gst-libs/gst/gconf/gconf.c: (gst_gconf_set_string),
26135         (gst_gconf_render_bin_from_description),
26136         (gst_gconf_get_default_audio_sink),
26137         (gst_gconf_get_default_video_sink),
26138         (gst_gconf_get_default_audio_src),
26139         (gst_gconf_get_default_video_src),
26140         (gst_gconf_get_default_visualization_element):
26141         * gst/level/demo.c: (main):
26142         * gst/level/plot.c: (main):
26143         * gst/playback/gstplaybin.c: (gen_video_element),
26144         (gen_audio_element):
26145         * gst/playback/test.c: (gen_video_element), (gen_audio_element):
26146         * gst/playondemand/demo-mp3.c: (setup_pipeline):
26147         * gst/sine/demo-dparams.c: (main):
26148         * gst/spectrum/demo-osssrc.c: (main):
26149         * gst/speed/demo-mp3.c: (main):
26150         * gst/volume/demo.c: (main):
26151         * testsuite/embed/embed.c: (main):
26152
26153 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
26154
26155         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
26156         (gst_tcpclientsink_finalize):
26157         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
26158         (gst_tcpclientsrc_finalize):
26159         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
26160         (gst_tcpserversink_init), (gst_tcpserversink_finalize):
26161         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
26162         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize):
26163           Don't leak the hostname when shutting down.
26164           In tcpserversrc, take a copy of the default hostname.
26165
26166 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26167
26168         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iso_receive):
26169           Set caps to systemstream=TRUE.
26170
26171 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26172
26173         * testsuite/Makefile.am:
26174           Fix more OSX buildbots.
26175
26176 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
26177
26178         * ext/mpeg2dec/gstmpeg2dec.c:
26179           Don't send things to NULL PAD_PEERs
26180
26181         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_chain):
26182           Copy-on-write the incoming buffer.
26183
26184         * gst/mpegstream/gstdvddemux.h:
26185         * gst/mpegstream/gstmpegclock.h:
26186         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
26187         (normal_seek), (gst_mpeg_demux_handle_src_event):
26188         * gst/mpegstream/gstmpegdemux.h:
26189         * gst/mpegstream/gstmpegpacketize.h:
26190         * gst/mpegstream/gstmpegparse.c:
26191         (gst_mpeg_parse_update_streaminfo), (gst_mpeg_parse_reset),
26192         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead),
26193         (gst_mpeg_parse_loop), (gst_mpeg_parse_get_rate),
26194         (gst_mpeg_parse_convert_src), (gst_mpeg_parse_handle_src_query),
26195         (gst_mpeg_parse_handle_src_event), (gst_mpeg_parse_change_state):
26196         * gst/mpegstream/gstmpegparse.h:
26197         * gst/mpegstream/gstrfc2250enc.h:
26198           Various changes to the way time is computed that make seeking and
26199           total time estimation much better here.
26200           Use G_BEGIN/END_DECLS instead of __cplusplus
26201
26202         * gst/videocrop/gstvideocrop.c: (gst_video_crop_chain):
26203           Use gst_buffer_stamp instead of only copying the TIMESTAMP
26204
26205 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26206
26207         * gst/subparse/gstsubparse.c:
26208           Fix OSX buildbot.
26209
26210 2005-01-31  Tim-Philipp Müller  <tim at centricular dot net>
26211
26212         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
26213         (theora_enc_chain), (theora_enc_change_state):
26214         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
26215         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_chain),
26216         (gst_vorbisenc_change_state):
26217         * ext/vorbis/vorbisenc.h:
26218           Set granulepos and timestamp correctly for streams not
26219           starting at 0, taking into account the initial delay.
26220
26221 2005-01-31  Tim-Philipp Müller  <tim at centricular dot net>
26222
26223         * gst/mpegstream/gstdvddemux.c:
26224           Add audio/x-dts to audio pad template caps
26225
26226 2005-01-30  David Schleef  <ds@schleef.org>
26227
26228         * ext/polyp/polypsink.c: (gst_polypsink_base_init),
26229         (create_context), (gst_polypsink_link): Fix silly endianness
26230         bug.  Add some debugging.  Remove float from caps; it doesn't
26231         work.  Attempt to get remote audio working.
26232
26233 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26234
26235         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
26236           Add 3IV2 fourcc.
26237
26238 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26239
26240         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream), (swap_line),
26241         (gst_avi_demux_invert), (gst_avi_demux_process_next_entry),
26242         (gst_avi_demux_stream_data):
26243         * gst/avi/gstavidemux.h:
26244           Invert DIB images. Fixes #132341.
26245
26246 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26247
26248         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26249         (gst_ffmpegcsp_chain):
26250           D'oh, reference the palette data, not the palette structure.
26251           Fixes color distortion in #132341.
26252
26253 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26254
26255         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
26256           PAR can be non-fixed when not provided as argument (#162626).
26257
26258 2005-01-29  David Moore  <dcm@acm.org>
26259
26260         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26261
26262         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
26263         (gst_qtdemux_loop_header):
26264           Re-apply patch from #142272 that allows non-seekable sources,
26265           re-proposed by Daniel Drake <dsd@gentoo.org>.
26266
26267 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26268
26269         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_init):
26270           Use the src template for creating the src pad (#162330).
26271
26272 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26273
26274         * configure.ac:
26275         * ext/musepack/Makefile.am:
26276         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_class_init),
26277         (gst_musepackdec_init), (gst_musepackdec_dispose),
26278         (gst_musepackdec_src_query), (gst_musepackdec_src_convert),
26279         (gst_musepack_stream_init), (gst_musepackdec_loop),
26280         (gst_musepackdec_change_state):
26281         * ext/musepack/gstmusepackdec.cpp:
26282         * ext/musepack/gstmusepackdec.h:
26283         * ext/musepack/gstmusepackreader.c: (gst_musepack_reader_peek),
26284         (gst_musepack_reader_read), (gst_musepack_reader_seek),
26285         (gst_musepack_reader_tell), (gst_musepack_reader_get_size),
26286         (gst_musepack_reader_canseek), (gst_musepack_init_reader):
26287         * ext/musepack/gstmusepackreader.cpp:
26288         * ext/musepack/gstmusepackreader.h:
26289           Update to 1.1 API (#165446).
26290
26291 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26292
26293         * ext/Makefile.am:
26294           Unbreak buildbot.
26295
26296 2005-01-28  Andy Wingo  <wingo@pobox.com>
26297
26298         * ext/dv/gstdvdec.c: Change the pixel aspect ratio of dvdec output
26299         to reflect a different dubious internet source. Add a reference
26300         and some commentary.
26301
26302 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26303
26304         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
26305         (gst_stream_selector_get_caps), (gst_stream_selector_chain):
26306         * gst/playback/gststreamselector.h:
26307           Be more selective when we're redoing caps negotiation from
26308           within the chain function on a stream change.
26309
26310 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26311
26312         * configure.ac:
26313         * ext/Makefile.am:
26314         * ext/amrnb/Makefile.am:
26315         * ext/amrnb/amrnb.c: (plugin_init):
26316         * ext/amrnb/amrnbdec.c: (gst_amrnbdec_get_type),
26317         (gst_amrnbdec_base_init), (gst_amrnbdec_class_init),
26318         (gst_amrnbdec_init), (gst_amrnbdec_link), (gst_amrnbdec_chain),
26319         (gst_amrnbdec_state_change):
26320         * ext/amrnb/amrnbdec.h:
26321         * ext/amrnb/amrnbparse.c: (gst_amrnbparse_get_type),
26322         (gst_amrnbparse_base_init), (gst_amrnbparse_class_init),
26323         (gst_amrnbparse_init), (gst_amrnbparse_formats),
26324         (gst_amrnbparse_querytypes), (gst_amrnbparse_query),
26325         (gst_amrnbparse_handle_event), (gst_amrnbparse_reserve),
26326         (gst_amrnbparse_loop), (gst_amrnbparse_state_change):
26327         * ext/amrnb/amrnbparse.h:
26328           Add support for AMR-NB (mobile phone audio format; #155163, #163286).
26329         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
26330           Add AMR-NB/-WB raw formats.
26331         * ext/alsa/gstalsa.c: (gst_alsa_link):
26332           Keep valid time when changing format.
26333         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
26334         (qtdemux_parse_trak):
26335           Add some more format-specific options (#140141, #143555, #155163).
26336
26337 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26338
26339         * gst/matroska/matroska-demux.c:
26340         (gst_matroska_demux_parse_blockgroup):
26341           Fix logic error in timing of subtitle stream synchronization.
26342         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
26343           Add skip-chunk, which is found in kodak-camera streams.
26344
26345 2005-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
26346
26347         * po/LINGUAS:
26348         * po/vi.po:
26349           Adding Vietnamese translation (submitted by Clytie Siddall)
26350
26351 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26352
26353         * gst/playback/gstdecodebin.c: (try_to_link_1):
26354           Use realpad for signal.
26355
26356 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26357
26358         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_base_init):
26359           Fix category so decodebin picks it up.
26360
26361 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26362
26363         * ext/mad/Makefile.am:
26364         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_get_type),
26365         (gst_id3demux_bin_base_init), (gst_id3demux_bin_class_init),
26366         (gst_id3demux_bin_init), (gst_id3demux_bin_remove_pad),
26367         (found_type), (gst_id3demux_bin_change_state):
26368         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
26369         (gst_id3_tag_init), (gst_id3_tag_handle_event),
26370         (gst_id3_tag_src_link), (gst_id3_tag_chain),
26371         (gst_id3_tag_change_state), (plugin_init):
26372         * ext/mad/gstmad.h:
26373           Add id3demuxbin (which is a simple bin consisting of id3demux
26374           and typefind), take over rank from id3demux, remove typefind
26375           code from id3demux. Makes all broken mp3s that I know of work,
26376           and thereby fixes #152688.
26377
26378 2005-01-27  Edward Hervey  <bilboed@bilboed.com>
26379
26380         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26381
26382         * ext/mad/gstmad.c: (gst_mad_src_event):
26383         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
26384           Allow seeks on audio pad, make mad forward those (#164826).
26385         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
26386           Set duration (#165335).
26387
26388 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26389
26390         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
26391         (gst_asf_demux_commit_taglist), (gst_asf_demux_process_comment),
26392         (gst_asf_demux_process_ext_content_desc),
26393         (gst_asf_demux_change_state), (gst_asf_demux_add_audio_stream),
26394         (gst_asf_demux_add_video_stream), (gst_asf_demux_setup_pad):
26395         * gst/asfdemux/gstasfdemux.h:
26396           Improve metadata display, e.g. if the metadata comes before the
26397           streams are loaded (which is perfectly valid).
26398
26399 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26400
26401         * tools/gst-launch-ext-m.m:
26402           Fix AVI/ASF pipelines (#165340).
26403
26404 2005-01-26  Amaury Jacquot  <sxpert@esitcom.org>
26405         * ext/cairo/gsttextoverlay.c: include  string.h and strings.h to fix
26406         build failure on amd64
26407
26408 2005-01-26  Tim-Philipp Müller  <tim at centricular dot net>
26409
26410         * ext/mad/gstid3tag.c: (mad_id3_parse_latin1_string),
26411         (mad_id3_parse_comment_frame), (gst_mad_id3_to_tag_list):
26412           Check environment variables GST_ID3V2_TAG_ENCODING,
26413           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
26414           list of character encodings to force interpretation of non-unicode
26415           strings stored in an ID3v2 tag to a particular encoding. If none
26416           is specified, try to use current locale's encoding, then fall back
26417           to ISO-8859-1 (which will always succeed). (Resolves #149274)
26418         * gst/tags/gstid3tag.c: (gst_tag_from_id3_tag),
26419         (gst_tag_extract_id3v1_string), (gst_tag_list_new_from_id3v1):
26420           Check environment variables GST_ID3V1_TAG_ENCODING,
26421           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
26422           list of character encodings to use in case a string encountered
26423           in an ID3v1 tag is not valid UTF-8 already. If no encoding is
26424           specified, try to use the current locale's encoding, then fall
26425           back to ISO-8859-1 (which will always succeed).
26426
26427 2005-01-25  Benjamin Otte  <otte@gnome.org>
26428
26429         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
26430           - on half framerate, compute the rate in advance so the comparisons
26431             don't compare wrong values
26432           - don't use mad_synth/frame_mute anymore, this mirrors mad_decoder
26433             behaviour
26434           - don't use mad_header_decode anymore, mad_frame_decode does that
26435             automatically
26436           - when getting rid of consumed bytes, reset the stream's skiplen
26437           (fixes #163867)
26438
26439 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
26440
26441         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init)
26442           Use 1/2 a second for default max_discont, as PES streams from DVB
26443           seem to have larger spacings in the SCR. 
26444           Fix a typo.
26445
26446 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26447
26448         * gst/playback/gstplaybasebin.c: (group_commit):
26449           Notify delayed stream-info availability.
26450
26451 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
26452         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
26453         (gst_a52dec_handle_event), (gst_a52dec_chain):
26454         Add some debug output. Check that a discont has a valid
26455         time associated.
26456         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
26457         (gst_alsa_sink_loop):
26458         Ignore TAG events. A little extra debug for broken timestamps.
26459         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init), (dvdnavsrc_loop),
26460         (dvdnavsrc_change_state):
26461         Ensure we send a discont to engage the link before we send any
26462         other events.
26463         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_init),
26464         (dvdreadsrc_finalize), (_close), (_open), (_seek_title),
26465         (_seek_chapter), (seek_sector), (dvdreadsrc_get),
26466         (dvdreadsrc_uri_get_uri), (dvdreadsrc_uri_set_uri):
26467         Handle URI of the form dvd://title[,chapter[,angle]]. Currently only
26468         dvd://title works in totem because typefinding sends a seek that ends
26469         up going back to chapter 1 regardless.
26470         * ext/mpeg2dec/gstmpeg2dec.c:
26471         * ext/mpeg2dec/gstmpeg2dec.h:
26472         Output correct timestamps and handle disconts.
26473         * ext/ogg/gstoggdemux.c: (get_relative):
26474         Small guard against a null dereference.
26475         * ext/pango/gsttextoverlay.c: (gst_textoverlay_finalize),
26476         (gst_textoverlay_set_property):
26477         Free memory when done. Don't call gst_event_filler_get_duration on
26478         EOS events. Use GST_LOG and GST_WARNING instead of g_message and
26479         g_warning.
26480         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_init),
26481         (draw_line), (gst_smoothwave_dispose), (gst_sw_sinklink),
26482         (gst_sw_srclink), (gst_smoothwave_chain):
26483         Draw solid lines, prettier colours.
26484         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_init):
26485         Add a default palette that'll work for some movies.
26486         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_init),
26487         (gst_dvd_demux_handle_dvd_event), (gst_dvd_demux_send_discont),
26488         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_reset):
26489         * gst/mpegstream/gstdvddemux.h:
26490         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
26491         (gst_mpeg_demux_parse_syshead), (gst_mpeg_demux_parse_pes):
26492         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
26493         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead):
26494         * gst/mpegstream/gstmpegparse.h:
26495         Use PTM/NAV events when for timestamp adjustment when connected to 
26496         dvdnavsrc. Don't use many discont events where one suffices.
26497         * gst/playback/gstplaybasebin.c: (group_destroy),
26498         (gen_preroll_element), (gst_play_base_bin_add_element):
26499         * gst/playback/gstplaybasebin.h:
26500         Make sure we remove subtitles from the same bin we put them in.
26501         * gst/subparse/gstsubparse.c: (convert_encoding), (parse_subrip),
26502         (gst_subparse_buffer_format_autodetect),
26503         (gst_subparse_change_state):
26504         Fix some memleaks and invalid accesses.
26505         * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find),
26506         (oggskel_type_find), (cmml_type_find), (plugin_init):
26507         Some typefind functions for Annodex v3.0 files
26508         * gst/wavparse/gstwavparse.h:
26509         GstRiffReadClass is the correct parent class.
26510
26511 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26512
26513         * gst-libs/gst/riff/riff-media.c:
26514         (gst_riff_create_video_caps_with_data):
26515           Add extradata to huffyuv (fixes #165013).
26516         * gst-libs/gst/riff/riff-read.c:
26517         (gst_riff_read_strf_vids_with_data):
26518           Fix extradata extraction if it is in the chunk size.
26519
26520 2005-01-25  Edward Hervey  <bilboed@bilboed.com>
26521
26522         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26523
26524         * gst/effectv/gstquark.c: (gst_quarktv_class_init),
26525         (gst_quarktv_change_state), (gst_quarktv_dispose):
26526           Memory free'ing location fix (#164708).
26527
26528 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26529
26530         * gst/playback/gstplaybasebin.c: (group_commit),
26531         (gen_preroll_element), (probe_triggered), (gen_source_element),
26532         (setup_source), (gst_play_base_bin_change_state),
26533         (gst_play_base_bin_add_element):
26534           Don't block for streams.
26535         * gst/playback/gststreaminfo.c: (stream_info_change_state),
26536         (gst_stream_info_set_mute):
26537           Use gst_pad_set_active_recursive.
26538
26539 2005-01-25  Andy Wingo  <wingo@pobox.com>
26540
26541         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Fix compile
26542         for #ifndef HAVE_XVIDEO.
26543
26544 2005-01-24  Jeffrey C. Ollie
26545
26546         reviewed by: Maciej Katafiasz  <mathrick@freedesktop.org>
26547
26548         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_chain):
26549         * ext/gsm/gstgsmdec.h:
26550         * ext/gsm/gstgsmenc.c: (gst_gsmenc_init), (gst_gsmenc_chain):
26551         * ext/gsm/gstgsmenc.h:
26552         Fix rate to 8kHz as per spec, removes obscure errors when no rate
26553         was given by property. Add proper buffer timestamps and offsets.
26554
26555 2005-01-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26556
26557         * gst-libs/gst/riff/riff-media.c:
26558         (gst_riff_create_audio_caps_with_data):
26559           Audio can be <8000Hz.
26560
26561 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26562
26563         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
26564           Explicit state change to workaround refcount bugs.
26565
26566 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26567
26568         * gst/avi/gstavimux.c: (gst_avimux_write_tag),
26569         (gst_avimux_riff_get_avi_header):
26570           Fix...
26571
26572 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26573
26574         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_element_data),
26575         (gst_riff_read_element_data):
26576         * gst-libs/gst/riff/riff-read.h:
26577           Add _peek version (req'ed in CDXA).
26578         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_init),
26579         (gst_cdxaparse_loop):
26580           Fix parsing in playbin.
26581         * gst/playback/gstdecodebin.c: (close_pad_link):
26582           Ignore current_ pads, they cause major annoyance.
26583
26584 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26585
26586         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
26587           Safety guard.
26588
26589 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26590
26591         * gst/avi/gstavimux.c: (gst_avimux_write_tag):
26592           Fix padding...
26593
26594 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26595
26596         * gst/matroska/ebml-read.c: (gst_ebml_read_buffer):
26597           Allow for 0-sized buffers. Fixes length query problems in
26598           starwars.mkv from the testsuite.
26599
26600 2005-01-19  Tim-Philipp Müller  <tim at centricular dot net>
26601
26602         * gst/videobox/gstvideobox.c: (gst_video_box_copy_plane_i420),
26603         (gst_video_box_i420), (gst_video_box_chain):
26604           Fix row strides for I420 (fixes #163159)
26605           
26606 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26607
26608         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
26609           MPEG2 has a useful rate property, so we can actually use that.
26610           For MPEG-1, continue using the bytes/time properties.
26611
26612 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26613
26614         * gst-libs/gst/riff/riff-media.c:
26615         (gst_riff_create_video_caps_with_data),
26616         (gst_riff_create_video_template_caps):
26617           Add intel-h263.
26618
26619 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26620
26621         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
26622           Fail if caps negotiation fails. Should fix #162184, and should
26623           definately be in there regardless of it fixing the actual bug.
26624         * gst/avi/gstavimux.c: (gst_avimux_get_type), (gst_avimux_init),
26625         (gst_avimux_write_tag), (gst_avimux_riff_get_avi_header),
26626         (gst_avimux_riff_get_avix_header),
26627         (gst_avimux_riff_get_video_header),
26628         (gst_avimux_riff_get_audio_header), (gst_avimux_write_index),
26629         (gst_avimux_start_file), (gst_avimux_handle_event),
26630         (gst_avimux_change_state):
26631         * gst/avi/gstavimux.h:
26632           Refactor structure writing to use GST_WRITE_UINT macros, add
26633           metadata writing support.
26634
26635 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26636
26637         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
26638           Elements may already be destroyed when this function is called.
26639
26640 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26641
26642         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
26643         (gst_qtdemux_loop_header), (gst_qtdemux_handle_esds):
26644           More memory leak fixes (#149162).
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_add_stream):
26650           Fix two memleaks.
26651
26652 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26653
26654         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
26655           Argh...
26656
26657 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26658
26659         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
26660           Fix off-by-one bug. Fixes warnings during playback of sincity.mp4
26661           when fixating to six channels in Totem.
26662
26663 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
26664
26665         * ext/dvdread/dvdreadsrc.c: (get_next_cell_for):
26666           Fix compile warnings on Solaris 10 buildbot
26667
26668 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
26669
26670         * ext/dvdread/dvdreadsrc.c: (_read):
26671           Don't read beyond the last cell in a chapter (fixes 
26672           invalid memory access)
26673
26674 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
26675
26676         * ext/dvdread/stream_labels.c:
26677         (dvdreadsrc_get_audio_stream_labels):
26678           Use NULL for an empty GList instead of g_list_alloc(); fix 
26679           memory leaks; s/LCPM/LPCM/; use g_strdup_printf() instead 
26680           of GString (easier to bulk free later)
26681
26682 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
26683
26684         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26685
26686         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
26687         (gst_ffmpeg_pixfmt_to_caps):
26688           Fix BGRA32 caps (#164209).
26689
26690 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
26691
26692         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26693
26694         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
26695         (gst_ffmpeg_caps_to_pixfmt):
26696           alpha_mask can be RGBA/ABGR. Fixes #164265.
26697
26698 2005-01-17  Francis Labonte  <francis_labonte@hotmail.com>
26699
26700         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26701
26702         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer),
26703         (gst_mpeg2dec_alloc_buffer):
26704         * ext/mpeg2dec/gstmpeg2dec.h:
26705           Crop if decoding size is not the actual image size (#163676).
26706
26707 2005-01-17  Steve Baker  <steve@stevebaker.org>
26708
26709         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26710
26711         * gst/typefind/gsttypefindfunctions.c: (aiff_type_find),
26712         (svx_type_find), (sds_type_find), (ircam_type_find), (plugin_init):
26713           Add libsndfile typefind functions (#163309).
26714
26715 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26716
26717         * tools/gst-launch-ext-m.m:
26718           Add .aac, fix .m1v/.m2v (#163891).
26719
26720 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26721
26722         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_wait):
26723           Sanity check, don't wait endlessly since the clock might not
26724           actually run at this point (which is a deadlock). Fixes #164069.
26725
26726 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26727
26728         * gst/playback/gstplaybasebin.c: (probe_triggered):
26729           Of course, only pause if group is done...
26730
26731 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26732
26733         * gst/playback/gstplaybasebin.c: (probe_triggered):
26734           Thread safety.
26735
26736 2005-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
26737
26738         * ext/swfdec/gstswfdec.c: (gst_swfdec_change_state):
26739           Don't return state change success when the parent
26740           failed.
26741
26742 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26743
26744         * gst/avi/gstavimux.c: (gst_avimux_handle_event):
26745           Free events (fix memleak in #162905).
26746
26747 2005-01-15  Gergely Nagy  <algernon@bonehunter.rulez.org>
26748
26749         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26750
26751         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
26752         (gst_ffmpeg_caps_to_pixfmt):
26753           Fix for depth = 15. Fixes #161675.
26754
26755 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26756
26757         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
26758           Set FPS correctly, even for webcams and the like.
26759         * sys/v4l/v4l_calls.c: (gst_v4l_set_chan_norm):
26760           Don error on setting while capturing.
26761
26762 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
26763
26764         * ext/dv/gstdvdec.c:
26765         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
26766         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
26767           I'm a bad boy. using /1001. to force C to do float division
26768           and not integer division (as it did in my last commit)
26769           Thanks to David I. Lehn for pointing this mistake.
26770
26771 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26772
26773         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
26774           Revert Johan's 1.35->1.36 since it breaks compat.
26775
26776 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
26777
26778         * ext/dv/gstdvdec.c:
26779         * ext/libfame/gstlibfame.c:
26780         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
26781         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
26782           replace framerate aproximations by their real value
26783           (24000/1001, 30000/1001, 60000/1001)
26784           Finish fixing bug #164049
26785
26786 2005-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
26787
26788         * ext/ogg/gstoggmux.c:
26789           eos/bos debugging
26790         * gst/tcp/gstmultifdsink.c:
26791         * gst/tcp/gstmultifdsink.h:
26792         * gst/tcp/gsttcp.c:
26793         * gst/tcp/gsttcp.h:
26794         * gst/tcp/gsttcpclientsink.c:
26795         * gst/tcp/gsttcpclientsrc.c:
26796         * gst/tcp/gsttcpserversink.c:
26797         * gst/tcp/gsttcpserversrc.c:
26798           improve reusability of elements after state changes and errors
26799           make multifdsink throw away streamheaders when receiving new ones
26800
26801 2005-01-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26802
26803         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
26804           Fix for if items are already in list...
26805
26806 2005-01-12  Benjamin Otte  <otte@gnome.org>
26807
26808         * gst/adder/gstadder.c: (gst_adder_loop):
26809           fix adder a bit so it doesn't screw up with events as much anymore
26810
26811 2005-01-12  Jan Schmidt  <thaytan@mad.scientist.com>
26812
26813         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link),
26814         (pixbufscale_scale), (gst_pixbufscale_chain):
26815         * ext/gdk_pixbuf/pixbufscale.h:
26816           Incorporate changes from Tim-Philipp Mueller <t.i.m@orange.net>
26817           to ensure rowstrides are calculated the same way as 
26818           ffmpegcolorspace
26819           Use gst_buffer_stamp instead of copying TIMESTAMP manually, so
26820           that we pick up duration and offset also.
26821
26822 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26823
26824         * gst/avi/gstavimux.c: (gst_avimux_class_init),
26825         (gst_avimux_pad_unlink), (gst_avimux_release_pad):
26826           Reusability fixes.
26827
26828 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26829
26830         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
26831         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
26832         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
26833         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
26834           Update flags when requested.
26835
26836 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26837
26838         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
26839           Fix dmix.
26840
26841 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26842
26843         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
26844         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
26845         (probe_triggered), (new_decoded_pad), (gen_source_element),
26846         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
26847         * gst/playback/gstplaybasebin.h:
26848         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
26849         (gst_play_bin_init), (group_switch), (remove_sinks), (setup_sinks),
26850         (gst_play_bin_change_state):
26851           Implement group-switch signal for use in apps to clear metadata
26852           cache, clean up subtitle, add suburi property instead of # hack,
26853           some error-out fixes.
26854
26855 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26856
26857         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
26858           Debug.
26859         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame):
26860           If we got a state change in the _get handler, don't return success.
26861
26862 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
26863
26864         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_my_output_message),
26865         (gst_jpegdec_my_emit_message), (gst_jpegdec_init):
26866           Make jpegdec quiet on MJPEG decoding
26867         * gst/asfdemux/README:
26868           Fix mimetypes for MJPEG and H263
26869
26870 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26871
26872         * ext/theora/theoradec.c: (theora_dec_chain):
26873           Fix broken code generation by gcc by swapping arguments.
26874         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
26875           Fix \n in debug.
26876
26877 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
26878
26879         * TODO:
26880           delete this file, it is by far outdated
26881         * ext/alsa/gstalsa.1: remove
26882         * ext/alsa/gstalsa.c: (add_rates), (add_channels), (gst_alsa_caps),
26883         (gst_alsa_check_sample_rates), (gst_alsa_rates_probe),
26884         (gst_alsa_get_caps):
26885           Add HW probing for supported sample rates. Fixes #161704
26886
26887 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26888
26889         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
26890           Don't crash, biatch! :).
26891
26892 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26893
26894         * ext/musepack/gstmusepackreader.cpp:
26895         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
26896           Some work on tags - still doesn't work in playbin...
26897         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
26898           Handle events...
26899
26900 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26901
26902         * gst/qtdemux/qtdemux.c: (qtdemux_parse_tree):
26903           Also shove tags on kid pads.
26904
26905 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26906
26907         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
26908           Don't bail on unknown events.
26909         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
26910           Don't crash on events before negotiation.
26911         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
26912           Send tags on pads, too.
26913         * gst/playback/gststreamselector.c:
26914         (gst_stream_selector_request_new_pad):
26915           Forward events on first pad if no input was selected yet.
26916
26917 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26918
26919         * gst/playback/gstplaybasebin.c: (setup_substreams):
26920           Don't disable streamtype if the stream doesn't exist, since
26921           then playing a video after audio will disable both and nothing
26922           will happen. Fixes the testsuite.
26923
26924 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26925
26926         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_interface_init),
26927         (gst_v4l_xoverlay_set_xwindow_id):
26928         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_interface_init),
26929         (gst_v4l2_xoverlay_set_xwindow_id):
26930           Add debug categories, fix overlay disabling.
26931
26932 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
26933
26934         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_get_caps):
26935         * ext/alsa/gstalsa.h:
26936           Add HW probing for period_count/size and buffer_size MIX/MAX
26937           Adjust default/user defined value if out of bounds
26938           Should fix bug #162024
26939
26940 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26941
26942         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event):
26943           Fix warning (#161191).
26944
26945 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
26946
26947         * ext/dvdread/stream_labels.c:
26948         (dvdreadsrc_get_audio_stream_labels):
26949           Fix warning (init the good variable in switch default)
26950
26951 2005-01-09  Koop Mast  <kwm@rainbow-runner.nl>
26952
26953         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26954
26955         * gst/tta/gstttaparse.c: (gst_tta_src_event):
26956           Fix gcc-2.95 compile (#163485).
26957
26958 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26959
26960         * configure.ac:
26961         * ext/flac/gstflacenc.c: (gst_flacenc_init),
26962         (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
26963         (gst_flacenc_tell_callback), (gst_flacenc_chain),
26964         (gst_flacenc_change_state):
26965         * ext/flac/gstflacenc.h:
26966           Update for API change in flac-1.1.1. Update requirement in
26967           configure.ac. Fixes #162974.
26968
26969 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26970
26971         * gst/playback/gstplaybasebin.c: (group_destroy):
26972           Remove hack to get rid of assert and get rid of unlinked
26973           signals properly.
26974
26975 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26976
26977         * gst/playback/gstplaybasebin.c: (setup_source):
26978           Set source to NULL so that resources are free'ed. Fixes issues
26979           with playback of CDDA and similar device-accessing things.
26980
26981 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26982
26983         * testsuite/embed/Makefile.am:
26984           test->noinst, fix make test in buildbot.
26985
26986 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
26987
26988         * ext/dvdread/stream_labels.c: new file
26989         * ext/dvdread/stream_labels.h: new file
26990         * ext/dvdread/Makefile.am:
26991         * ext/dvdread/dvdreadsrc.c: (_seek_title):
26992           Extract audio stream label from DVD IFO files.
26993           It only dump them on the console for now, still have to
26994           make playbin aware of them.
26995
26996 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26997
26998         * gst/playback/gstplaybasebin.c: (setup_source):
26999           Fix hanging subs.
27000
27001 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27002
27003         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
27004         (gen_preroll_element), (remove_groups), (setup_subtitle),
27005         (gen_source_element), (setup_source):
27006         * gst/playback/gstplaybasebin.h:
27007           Multiple .sub files is just a stupid idea... Fix some threading
27008           mistakes. Interestingly, external .sub files cause playbin to
27009           hang, I don't know why... Parsing fixes contributed by Fran??ois
27010           Kooman <fkooman@tuxed.net>.
27011
27012 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27013
27014         * testsuite/embed/Makefile.am:
27015           Fix buildbot.
27016
27017 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
27018
27019         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27020
27021         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
27022         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
27023         (gst_pngenc_set_property):
27024         * ext/libpng/gstpngenc.h:
27025           Add compression level property (#163323).
27026
27027 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27028
27029         * configure.ac:
27030         * examples/capsfilter/capsfilter1.c: (main):
27031         * examples/seeking/spider_seek.c: (make_spider_pipeline):
27032         * ext/dvdread/Makefile.am:
27033         * ext/dvdread/demo-play:
27034         * ext/dvdread/demo-play.c:
27035         * gconf/gstreamer.schemas.in:
27036         * gst-libs/gst/gconf/gconf.c:
27037         * sys/v4l/TODO:
27038         * testsuite/Makefile.am:
27039         * testsuite/embed/Makefile.am:
27040         * testsuite/embed/embed.c: (cb_expose), (main):
27041           Remove all references to xvideosink, fix examples (#140845).
27042         * gst/playback/gstplaybasebin.c: (group_destroy):
27043           Apparently, disposal does not unlink - so do explicitely.
27044         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
27045           Add debug.
27046
27047 2005-01-09  Maciej Katafiasz <mathrick@freedesktop.org>
27048
27049         * README: fix PKG_CONFIG_PATH instructions, what was there
27050         previously was breaking default search path, not nice. 
27051         Fixes #163358
27052
27053 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27054
27055         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init),
27056         (gst_audioscale_chain):
27057           %#^@^#@^@#^#@^#@^@#^@#^@#^@#^#@^#@^#@^@#^#@ fix seeking
27058           when resampling - how the ^@$^!@^! is this possible?!?
27059
27060 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27061
27062         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
27063           Reset variables on READY.
27064         * gst/matroska/matroska-mux.c: (gst_matroska_mux_request_new_pad),
27065         (gst_matroska_mux_loop):
27066           Require data before writing header.
27067
27068 2005-01-09  Francis Labonte  <francis_labonte@hotmail.com>
27069
27070         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27071
27072         * ext/mad/gstmad.c: (gst_mad_chain):
27073           Don't call mad_stream_sync() directly after recovering sync.
27074           Fixes #151661.
27075
27076 2005-01-09  Martin Eikermann  <meiker@upb.de>
27077
27078         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27079
27080         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init),
27081         (snapshot_handler), (gst_snapshot_sinkconnect),
27082         (gst_snapshot_chain):
27083           Allocate resources when required, fix recursive signal emission
27084           and fix caps. Fixes #161667.
27085
27086 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
27087
27088         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27089
27090         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps),
27091         (gst_pngdec_chain):
27092           Handle only 8-bppc (bits-per-pixel-component) images, better
27093           error handling and correct strides. Fixes #163177.
27094         * ext/libpng/gstpngenc.c: (gst_pngenc_sinklink),
27095         (gst_pngenc_chain):
27096           Better error handling. Fixes #163348.
27097
27098 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27099
27100         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_get_type),
27101         (dvdnavsrc_uri_get_type), (dvdnavsrc_uri_get_protocols),
27102         (dvdnavsrc_uri_get_uri), (dvdnavsrc_uri_set_uri),
27103         (dvdnavsrc_uri_handler_init):
27104           Add DVD-nav URI (dvdnav://) for Totem testing purposes.
27105         * gst/playback/gstplaybasebin.c: (gen_source_element):
27106           Add MMS to streaming URIs.
27107
27108 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27109
27110         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
27111         * sys/xvimage/xvimagesink.c:
27112         (gst_xvimagesink_navigation_send_event):
27113           Check for pad availability before sending event.
27114
27115 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27116
27117         * gst-plugins.spec.in:
27118           Add subparse.
27119
27120 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27121
27122         * configure.ac:
27123           Since we use functions from CVS, up requirement.
27124
27125 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27126
27127         * gst/playback/Makefile.am:
27128         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
27129         (group_destroy), (group_commit), (group_is_muted),
27130         (gen_preroll_element), (add_stream), (unknown_type),
27131         (probe_triggered), (preroll_unlinked), (mute_stream),
27132         (silence_stream), (new_decoded_pad), (setup_substreams),
27133         (setup_source), (get_active_source), (mute_group_type),
27134         (muted_group_change_state), (set_active_source),
27135         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
27136         (play_base_eos), (gst_play_base_bin_change_state):
27137         * gst/playback/gstplaybasebin.h:
27138         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
27139         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
27140         (gst_stream_info_dispose), (stream_info_mute_pad),
27141         (stream_info_change_state), (gst_stream_info_set_mute):
27142         * gst/playback/gststreamselector.c: (gst_stream_selector_get_type),
27143         (gst_stream_selector_base_init), (gst_stream_selector_class_init),
27144         (gst_stream_selector_init), (gst_stream_selector_dispose),
27145         (gst_stream_selector_get_linked_pad),
27146         (gst_stream_selector_get_caps), (gst_stream_selector_link),
27147         (gst_stream_selector_get_linked_pads),
27148         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
27149         * gst/playback/gststreamselector.h:
27150           Adding stream selection support plus required properties for
27151           applications to use this. Fully fixes #100931.
27152
27153 2005-01-08  Benjamin Otte  <otte@gnome.org>
27154
27155         * gst/games/gstpuzzle.c: (nav_event_handler):
27156           - handle nav events differently: forward every event no matter if it
27157             was handled or not.
27158           - translate events
27159           You can now cheat by using navigationtest ! puzzle and moving the
27160           mouse close to the edge of a tile. ;)
27161
27162 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27163
27164         * configure.ac:
27165         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
27166         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_get_type),
27167         (gst_ogm_text_parse_base_init), (gst_ogm_text_parse_init),
27168         (gst_ogm_parse_get_sink_querytypes), (gst_ogm_parse_sink_convert),
27169         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain),
27170         (gst_ogm_parse_plugin_init):
27171         * ext/pango/gsttextoverlay.c: (gst_textoverlay_linkedpads),
27172         (gst_textoverlay_link), (gst_textoverlay_getcaps),
27173         (gst_textoverlay_event), (gst_textoverlay_video_chain),
27174         (gst_textoverlay_loop), (gst_textoverlay_init), (plugin_init):
27175         * ext/pango/gsttextoverlay.h:
27176         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
27177         (gst_matroska_demux_handle_seek_event),
27178         (gst_matroska_demux_sync_streams),
27179         (gst_matroska_demux_parse_blockgroup),
27180         (gst_matroska_demux_subtitle_caps),
27181         (gst_matroska_demux_plugin_init):
27182         * gst/matroska/matroska-ids.h:
27183         * gst/playback/gstdecodebin.c: (close_pad_link):
27184         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
27185         (gen_preroll_element), (remove_groups), (add_stream),
27186         (new_decoded_pad), (setup_subtitles), (gen_source_element),
27187         (setup_source):
27188         * gst/playback/gstplaybasebin.h:
27189         * gst/playback/gstplaybin.c: (gen_text_element), (setup_sinks):
27190         * gst/subparse/Makefile.am:
27191         * gst/subparse/gstsubparse.c: (gst_subparse_get_type),
27192         (gst_subparse_base_init), (gst_subparse_class_init),
27193         (gst_subparse_init), (gst_subparse_formats),
27194         (gst_subparse_eventmask), (gst_subparse_event),
27195         (gst_subparse_handle_event), (convert_encoding), (get_next_line),
27196         (parse_mdvdsub), (parse_mdvdsub_init), (parse_subrip),
27197         (parse_subrip_deinit), (parse_subrip_init), (parse_mpsub),
27198         (parse_mpsub_deinit), (parse_mpsub_init),
27199         (gst_subparse_buffer_format_autodetect),
27200         (gst_subparse_format_autodetect), (gst_subparse_loop),
27201         (gst_subparse_change_state), (gst_subparse_type_find),
27202         (plugin_init):
27203         * gst/subparse/gstsubparse.h:
27204         * gst/typefind/gsttypefindfunctions.c: (ogmtext_type_find),
27205         (plugin_init):
27206           Add subtitle support, .sub parser (supports SRT and MPsub),
27207           OGM text support, Matroska UTF-8 text support, deadlock fixes
27208           all over the place, subtitle awareness in decodebin/playbin
27209           and some fixes to textoverlay to handle subtitles in a stream
27210           correctly. Fixes #100931.
27211
27212 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27213
27214         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
27215           Check for pad availability before doing a query on it.
27216
27217 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27218
27219         * ext/dv/gstdvdec.c:
27220           really fix bpp24/32 dvdec caps (classic rgba indeed)
27221         * gst/asfdemux/gstasfdemux.c:
27222         (gst_asf_demux_process_ext_content_desc):
27223           don't send text tags if they are empty (bis repetita)
27224
27225 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27226
27227         * ext/dv/gstdvdec.c:
27228          remove unneeded comment from dvdec
27229           (related to DV 4CC codes in AVI files)
27230           moved them in gstreamer/docs/random/mimetypes
27231         * gst/asfdemux/gstasfdemux.c:
27232         (gst_asf_demux_process_ext_content_desc):
27233          don't send text tags if they are empty
27234          fix mem leak on error path
27235         * gst/ffmpegcolorspace/avcodec.h:
27236         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
27237         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
27238         (gst_ffmpegcsp_avpicture_fill):
27239         * gst/ffmpegcolorspace/imgconvert.c: (img_get_alpha_info):
27240         * gst/ffmpegcolorspace/imgconvert_template.h:
27241          adds BGR32 and BGRA32 to ffmpegcolorspace
27242           (still bad colors, fixing it on next commit)
27243           helps with dvdec outputing BGR32
27244
27245 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27246
27247         * ext/dv/gstdvdec.c:
27248          Fix audio caps i just broke (missing ',')
27249         * gst/matroska/matroska-mux.c: (gst_matroska_mux_get_type),
27250         (gst_matroska_mux_reset):
27251          Fix typo + add FIXME about old "x-gst-metadata" crap
27252
27253 2005-01-07  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27254
27255         * ext/dv/demo-play.c: (main):
27256          xvideosink -> xvimagesink
27257         * ext/dv/gstdvdec.c:
27258          change rgb 32/32 caps to 24/32 (no alpha)
27259          change nb of channels to be a list (2 or 4, not 2)
27260          change sample rate to be a list (32, 44.1, 48 kHz) not a range
27261         * gst/asfdemux/gstasfdemux.c:
27262         (gst_asf_demux_process_ext_content_desc):
27263          Add 'date/year' to extracted metadata list
27264
27265 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27266
27267         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
27268           The return value of fixate_to does not imply that the requested
27269           value was set, so don't assume.
27270
27271 2005-01-07  Gergely Nagy  <algernon@bonehunter.rulez.org>
27272
27273         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27274
27275         * ext/libpng/gstpngdec.c:
27276         * ext/libpng/gstpngenc.c: (gst_pngenc_base_init),
27277         (gst_pngenc_sinklink), (gst_pngenc_init), (gst_pngenc_chain):
27278         * ext/libpng/gstpngenc.h:
27279           Alpha support (encoder; #163161), mime fixage.
27280
27281 2005-01-07  Sebastien Cote  <sc5@hermes.usherb.ca>
27282
27283         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27284
27285         * ext/faac/gstfaac.c: (gst_faac_outputformat_get_type),
27286         (gst_faac_class_init), (gst_faac_init), (gst_faac_srcconnect),
27287         (gst_faac_set_property), (gst_faac_get_property):
27288         * ext/faac/gstfaac.h:
27289           Allow for ADTS output (#153434).
27290
27291 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27292
27293         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
27294           Fix against template (#150576).
27295
27296 2005-01-06  Benjamin Otte  <otte@gnome.org>
27297
27298         * gst/games/gstpuzzle.c: (draw_puzzle):
27299           don't draw a puzzle if either width or height of tiles would be 0.
27300
27301 2005-01-06  Benjamin Otte  <otte@gnome.org>
27302
27303         * gst/games/gstpuzzle.c: (gst_puzzle_get_type),
27304         (gst_puzzle_class_init), (gst_puzzle_finalize):
27305           no memleaks, please
27306         (gst_puzzle_create), (gst_puzzle_init),
27307         (gst_puzzle_set_property), (gst_puzzle_setup):
27308           change initialization code around so we don't reshuffle on resize
27309         (draw_puzzle):
27310           fix another stupid typo
27311
27312 2005-01-06  Benjamin Otte  <otte@gnome.org>
27313
27314         * gst/games/gstvideoimage.c: (copy_hline_YUY2):
27315           fix stupid typo that borked copying on YUY2
27316
27317 2005-01-06  Benjamin Otte  <otte@gnome.org>
27318
27319         * gst/games/gstpuzzle.c: (draw_puzzle):
27320           fix edges when image sizes aren't multiples of tile sizes
27321
27322 2005-01-06  Benjamin Otte  <otte@gnome.org>
27323
27324         * gst/games/gstpuzzle.c: (gst_puzzle_base_init):
27325           make RGB endianness work correctly
27326         (gst_puzzle_show), (gst_puzzle_swap), (gst_puzzle_move):
27327           refactor and fix race with initial shuffling
27328         (nav_event_handler):
27329           allow using the mouse to puzzle
27330         (draw_puzzle):
27331           insist on tiles having width and height as multiples of 4 to get
27332           clean YUV image handling
27333         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
27334         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_buffer_alloc):
27335           s/DEBUG/LOG/ for common messages
27336         (gst_xvimagesink_navigation_send_event):
27337           fix mouse event translation to not include screen PAR
27338         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
27339           fix mouse event translation to actually work
27340
27341 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27342
27343         * gst/asfdemux/gstasfdemux.c:
27344         (gst_asf_demux_process_ext_content_desc):
27345          Extract TrackNumber metadata + clean up code
27346         * gst/games/gstvideoimage.c: (gst_video_image_draw_rectangle):
27347          Hope this is the good fix (var used unitialised)
27348
27349 2005-01-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27350
27351         * ext/faad/gstfaad.c: (gst_faad_chain):
27352           Only increment timestamp if it's valid. Fixes raw AAC streams.
27353
27354 2005-01-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27355
27356         * configure.ac:
27357         * gst/games/Makefile.am:
27358         * gst/games/gstpuzzle.c:
27359           add a puzzle game with...
27360         * gst/games/gstvideoimage.c:
27361         * gst/games/gstvideoimage.h:
27362           ... full colorspace support (that includes YUV9 and RGB16)) stolen
27363           from videotestsrc and made into something that would be a nice
27364           library for a lot of other plugins.
27365
27366 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27367
27368         * configure.ac:
27369          don't compile faad plugin if a RC of 2.0 is found
27370          Fixes #155346 (and FC1 buildbot)
27371         * gst/asfdemux/gstasfdemux.c:
27372         (gst_asf_demux_process_ext_content_desc):
27373          try to make Solaris compiler happier
27374
27375 2005-01-06  Paul Jack  <pjack@sfaf.org>
27376
27377         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27378
27379         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init):
27380           Fix segfault (#161667).
27381
27382 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27383
27384         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
27385           Fix framerate reporting.
27386
27387 2005-01-05  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27388
27389         * gst-libs/gst/riff/riff-ids.h:
27390         * gst/wavenc/riff.h:
27391          Add AMR (VBR and CBR) ids to riff.h audio codec list
27392         * gst/asfdemux/gstasfdemux.c:
27393         (gst_asf_demux_process_ext_content_desc),
27394         (gst_asf_demux_process_object):
27395           Retrieve more tags from ASF files (Genre, AlbumTitle, Artist)
27396
27397 2005-01-05  Martin Eikermann  <meiker@upb.de>
27398
27399         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27400
27401         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
27402         (gst_dvd_demux_handle_discont):
27403         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_class_init),
27404         (gst_mpeg_demux_handle_discont):
27405           Recreate pads on new-media (#160730).
27406         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_new_pad):
27407           Send discont even if manager changes timestamps (#161929).
27408
27409 2005-01-05  Sebastien Cote  <sc5@hermes.usherb.ca>
27410
27411         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27412
27413         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16):
27414           Fix invalid memory access (#159211).
27415
27416 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27417
27418         * examples/gstplay/player.c: (main):
27419           Don't iterate.
27420         * examples/seeking/seek.c: (fixate), (make_playerbin_pipeline):
27421           Add visualizations.
27422         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
27423         (gst_a52dec_handle_frame):
27424           Set duration.
27425         * ext/dvdnav/gst-dvd:
27426           Add audioconvert. Fixes #161325.
27427         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get):
27428           Explicitely case to gint64. Possible valgrind error.
27429         * gst-libs/gst/play/play.c: (caps_set), (setup_size),
27430         (gst_play_tick_callback), (gst_play_change_state),
27431         (gst_play_dispose), (gst_play_init), (gst_play_class_init),
27432         (gst_play_set_location), (gst_play_get_location),
27433         (gst_play_seek_to_time), (gst_play_set_data_src),
27434         (gst_play_set_video_sink), (gst_play_set_audio_sink),
27435         (gst_play_set_visualization), (gst_play_connect_visualization),
27436         (gst_play_get_framerate), (gst_play_get_all_by_interface),
27437         (gst_play_new):
27438           Use playbin. Fixes #139749 and #147744.
27439         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags):
27440           Add genre tag.
27441         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
27442         (audioscale_get_type), (gst_audioscale_base_init),
27443         (gst_audioscale_class_init), (gst_audioscale_expand_caps),
27444         (gst_audioscale_getcaps), (gst_audioscale_fixate),
27445         (gst_audioscale_link), (gst_audioscale_get_buffer),
27446         (gst_audioscale_decrease_rate), (gst_audioscale_increase_rate),
27447         (gst_audioscale_init), (gst_audioscale_dispose),
27448         (gst_audioscale_chain), (gst_audioscale_set_property),
27449         (gst_audioscale_get_property), (plugin_init):
27450           Indent properly.
27451         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
27452           Fix LPCM.
27453         * gst/qtdemux/qtdemux.c: (qtdemux_parse_udta),
27454         (qtdemux_tag_add_str), (qtdemux_tag_add_num),
27455         (qtdemux_tag_add_gnre), (qtdemux_video_caps):
27456           Add more metadata (fixes #162656).
27457
27458 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
27459
27460         * configure.ac:
27461           back to cvs
27462
27463 === release 0.8.7 ===
27464
27465 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
27466
27467         * NEWS:
27468         * RELEASE:
27469         * configure.ac:
27470           releasing 0.8.7, "Hyperspace"
27471
27472 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
27473
27474         patch by: Tim-Philipp Müller  <t.i.m@zen.co.uk>
27475
27476         * gst/playback/gstplaybasebin.c:
27477          Fix for #162924 - free caps after use, not before
27478
27479 2005-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
27480
27481         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
27482
27483         * gst/playback/gstplaybasebin.c:
27484         * gst/wavparse/gstwavparse.c:
27485           Fix for #154773 - fixes playback of small .wav files
27486
27487 2005-01-03  Thomas Vander Stichele  <thomas at apestaart dot org>
27488
27489         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
27490
27491         * gst/audioscale/gstaudioscale.c:
27492           Fix for #162819 - make audioscale reusable
27493           Fixes playback of more than one file with playbin/totem
27494
27495 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
27496
27497         * gst/ffmpegcolorspace/avcodec.h:
27498         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
27499         * gst/ffmpegcolorspace/imgconvert.c:
27500           clean up the mess that made me cry and avoid needless duplication
27501
27502 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
27503
27504         * gst/ffmpegcolorspace/imgconvert.c:
27505           give some indication of why we're segfaulting
27506
27507 2004-12-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27508
27509         * configure.ac:
27510           Fix indentation, fix v4l2 plugin detection.
27511         * ext/Makefile.am:
27512           Fix libmms location (Maciej, use diff -u!).
27513         * ext/alsa/gstalsa.c: (gst_alsa_init):
27514           Initialize caps cache to NULL.
27515         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
27516           Only change state on audiosink if it exists.
27517
27518 2004-12-28  Maciej Katafiasz  <mathrick@mathrick.org>
27519
27520         * gst/matroska/matroska-demux.c:
27521         * gst/matroska/matroska-ids.h:
27522         * gst/matroska/matroska-demux.h:
27523         Fix Vorbis streams failing to decode in some files, where cluster_time
27524         isn't 0, because then it doesn't send codec_priv before actual data.
27525         Remove time-based test and replace it with marker set on beginning of
27526         new stream
27527
27528 2004-12-28  David Schleef  <ds@schleef.org>
27529
27530         Merge patch from Ronald fixing problems with streaming
27531         text.
27532         * ext/cairo/gstcairo.c: (plugin_init):
27533         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
27534         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
27535         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
27536         (gst_textoverlay_font_init), (gst_textoverlay_init),
27537         (gst_textoverlay_set_property):
27538         * ext/cairo/gsttextoverlay.h:
27539
27540 2004-12-27  David Schleef  <ds@schleef.org>
27541
27542         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
27543         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
27544         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
27545         (gst_textoverlay_font_init), (gst_textoverlay_init),
27546         (gst_textoverlay_set_property): Improvements to actually
27547         render text as white on black outline on video, including
27548         font selection and horizontal/vertical alignment.  (Ronald's
27549         christmas present)
27550         * ext/cairo/gsttextoverlay.h:
27551
27552 2004-12-26  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
27553
27554         * ext/ogg/gstogg.c:
27555         * ext/ogg/gstogmparse.c:
27556           fix ogm[audio/video]parse plugin registration
27557           (riff won't load if bytestream is already loaded)
27558
27559 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
27560
27561         * gst/audioconvert/gstchannelmix.c:
27562           fix for GLIB < 2.4
27563
27564 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
27565
27566         * Makefile.am:
27567         * configure.ac:
27568           disable docs again until it actually passes make distcheck.
27569
27570 2004-12-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27571
27572         * gst/qtdemux/qtdemux.c: (qtdemux_type_get), (qtdemux_audio_caps):
27573         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
27574         (plugin_init):
27575           Add 3GP (variables name Q3GP because they can't start with a
27576           number). Add samr audio fourcc (used in .3gp files), decoder
27577           is work in progress. Also do a GST_WARNING instead of ERROR
27578           in case of unknown nodes, to decrease output.
27579
27580 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
27581
27582         * Makefile.am:
27583           really fix dist
27584
27585 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
27586
27587         * configure.ac:
27588         * ext/speex/gstspeexdec.h:
27589         * ext/speex/gstspeexenc.h:
27590           Fixes #158382.  Make speex plugin compatible with both 1.0 and 1.1.
27591           Fix detection code in configure.ac
27592
27593 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27594
27595         * gst/matroska/matroska-demux.c:
27596         (gst_matroska_demux_parse_blockgroup):
27597           Save position, so that queries give proper return values. Don't
27598           know how this could ever have worked before...
27599
27600 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
27601
27602         * configure.ac:
27603           Put additional LAME check inside the conditional.  Fixes #152339
27604
27605 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27606
27607         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
27608         (gst_avi_demux_stream_scan):
27609           Add some more debug. Fix logic error when setting movi offset
27610           while reading index.
27611
27612 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27613
27614         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
27615         (gst_avi_demux_stream_scan), (gst_avi_demux_handle_seek),
27616         (gst_avi_demux_process_next_entry):
27617           Add some debugging. Better detection of broken indexes and the
27618           accompanying index recovery. No infinite loops on state changes
27619           when we're still in our loopfunction.
27620
27621 2004-12-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27622
27623         * configure.ac:
27624           Fix up.
27625
27626 2004-12-22  Archana Shah  <archana.shah@wipro.com>
27627
27628         Reviewed by:  Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27629
27630         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_volume):
27631           Normalizing the value before setting
27632         (gst_sunaudiomixer_get_volume):
27633           Normalizing the value after getting. Fixes bug# 161980
27634
27635 2004-12-22  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
27636
27637         * Makefile.am: Make sure docs gets disted
27638         * docs/Makefile.am: Make sure all needed files get disted
27639         * gst-plugins.spec.in: latest updates
27640
27641 2004-12-22  Wim Taymans  <wim@fluendo.com>
27642
27643         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
27644         Revert patch 1.38 as clock distribution over schedulers does
27645         not work correcly in the core yet.
27646
27647 2004-12-21  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
27648
27649         * sys/oss/README: remove this file, which predates my birth
27650           (and which content is by far outdated)
27651
27652 2004-12-20  Stefan Kost  <ensonic@users.sf.net>
27653
27654         * Makefile.am:
27655         * configure.ac:
27656         * docs/Makefile.am:
27657         * docs/libs/Makefile.am:
27658         * docs/libs/gst-plugins-libs-docs.sgml:
27659         * docs/libs/gst-plugins-libs-sections.txt:
27660         * docs/libs/tmpl/gstgconf.sgml:
27661         * docs/upload.mak:
27662         * docs/version.entities.in:
27663           Added boilerplate gtk-doc files for plugin-libs documentation.
27664
27665 2004-12-19  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
27666
27667         * gst/auparse/gstauparse.c: fix int and float audio caps
27668
27669 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27670
27671         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
27672         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
27673           g_assert() can be a macro, don't use #ifdef inside it.
27674
27675 2004-12-19  Edward Hervey  <bilboed@bilboed.com>
27676
27677         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27678
27679         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
27680         (gst_videorate_init), (gst_videorate_chain),
27681         (gst_videorate_change_state):
27682           Event handling (fixes #159986).
27683
27684 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27685
27686         * gst-libs/gst/riff/riff-media.c:
27687         (gst_riff_create_video_caps_with_data):
27688           Add BLZ0 (Blizzard's version of DivX) fourcc.
27689
27690 2004-12-18  David Schleef  <ds@schleef.org>
27691
27692         * gst/tta/gstttadec.c: (gst_tta_dec_link): And yet another
27693         portability fix.
27694
27695 2004-12-18  David Schleef  <ds@schleef.org>
27696
27697         * gst/tta/ttadec.h: Disable some header code that isn't used
27698         and clearly isn't portable.
27699
27700 2004-12-18  David Schleef  <ds@schleef.org>
27701
27702         * gst/ffmpegcolorspace/imgconvert.c: (get_pix_fmt_info),
27703         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
27704         (avcodec_get_pix_fmt), (avpicture_layout),
27705         (avcodec_get_pix_fmt_loss), (avg_bits_per_pixel), (img_copy),
27706         (get_convert_table_entry), (img_convert), (img_get_alpha_info):
27707         Fix code to not use GCC extensions (and c99 extensions that
27708         Forte does not like.)
27709
27710 2004-12-19  Tim-Philipp Müller  <t.i.m@zen.co.uk>
27711
27712         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27713
27714         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
27715         (gst_deinterlace_chain):
27716           Rowstride fixes. Fixes #161039.
27717         * gst/videocrop/gstvideocrop.c: (gst_video_crop_init),
27718         (gst_video_crop_get_property), (gst_video_crop_add_to_struct_val),
27719         (gst_video_crop_getcaps), (gst_video_crop_link),
27720         (gst_video_crop_i420), (gst_video_crop_chain),
27721         (gst_video_crop_change_state):
27722           Rework of negotiation. Actually works now. Fixes #158650.
27723
27724 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27725
27726         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_sint):
27727           That was very stupid.
27728
27729 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27730
27731         * gst/matroska/matroska-demux.c:
27732         (gst_matroska_demux_parse_blockgroup):
27733           Fix possible crasher.
27734
27735 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27736
27737         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_uint),
27738         (gst_matroska_ebmlnum_sint), (gst_matroska_demux_parse_blockgroup):
27739           Lace sizes can be zero.
27740
27741 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27742
27743         * ext/musepack/gstmusepackdec.cpp:
27744           Fetch error return values. Fixes #161624.
27745         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
27746           Really EOS.
27747
27748 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27749
27750         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
27751           Work for truncated (unfinished download etc.) files. Fixes #160514.
27752
27753 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27754
27755         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
27756           Fix for integer overflow. Makes #156001 not crash. Probably masks
27757           the real bug.
27758
27759 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27760
27761         * gst/ac3parse/gstac3parse.c: (plugin_init):
27762           Parsers never have ranks. Fixes #159651.
27763
27764 2004-12-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27765
27766         * gst/playback/gstdecodebin.c: (compare_ranks):
27767           make sure the facotries are ordered the same every time even if they
27768           have the same rank by using the name
27769         * gst/playback/gstdecodebin.c: (find_compatibles):
27770           make sure we don't add factories to the list twice
27771
27772 2004-12-16  David Schleef  <ds@schleef.org>
27773
27774         * configure.ac: look for musepack headers as musepack/*.h
27775         (fixes #159847)
27776         * ext/musepack/gstmusepackdec.h: use <musepack/*.h>
27777         * ext/musepack/gstmusepackreader.h: same
27778
27779 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27780
27781         * gst-libs/gst/riff/riff-read.c:
27782         (gst_riff_read_strf_auds_with_data):
27783           Read extradata correctly (fixes #155879).
27784
27785 2004-12-16  David Schleef  <ds@schleef.org>
27786
27787         * gst/audioscale/gstaudioscale.c: allow passthru of >2 channel
27788         audio.  does _not_ attempt or allow conversion unless channels
27789         is 1 or 2.
27790
27791 2004-12-16  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
27792
27793         * tools/gst-launch-ext-m.m: fix mpeg and vob pipelines
27794
27795 2004-12-16  David Schleef  <ds@schleef.org>
27796
27797         * gst/audioscale/gstaudioscale.c: the resample library only
27798         handles 1 or 2 channels.  Change caps to compensate.
27799
27800 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27801
27802         * gst/matroska/matroska-demux.c: (aac_rate_idx), (aac_profile_idx),
27803         (gst_matroska_demux_audio_caps):
27804           Some MPEG-AAC hacks, because else it doesn't work...
27805
27806 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27807
27808         * gst-libs/gst/riff/riff-media.c:
27809         (gst_riff_create_video_caps_with_data),
27810         (gst_riff_create_video_template_caps):
27811           Add h264.
27812
27813 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27814
27815         * gst-libs/gst/audio/Makefile.am:
27816           Try to fix buildbot.
27817
27818 2004-12-16  Thomas Vander Stichele  <thomas at apestaart dot org>
27819
27820         * gst/tcp/gstmultifdsink.c:
27821           Clean up and uniformize debugging.
27822
27823 2004-12-16  Edward Hervey  <bilboed@bilboed.com>
27824
27825         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27826
27827         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
27828         (gst_dvd_demux_reset), (gst_dvd_demux_change_state):
27829         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_reset),
27830         (gst_mpeg_demux_change_state):
27831           Reset on ready. Fixes 160276.
27832
27833 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
27834
27835         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27836
27837         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
27838         (gst_ffmpegcsp_pad_link):
27839           Fix memleak (#154815).
27840
27841 2004-12-16  James Bowes  <bowes@cs.dal.ca>
27842
27843         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27844
27845         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init),
27846         (gst_musicbrainz_init), (gst_musicbrainz_chain),
27847         (gst_musicbrainz_set_property), (gst_musicbrainz_get_property):
27848         * ext/musicbrainz/gsttrm.h:
27849           Add support for using a proxy server when getting a trm id from
27850           the MusicBrainz database (#149613).
27851
27852 2004-12-16  Christophe Fergeau  <teuf@gnome.org>
27853
27854         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27855
27856         * gst/playback/gstdecodebin.c: (new_pad), (close_link):
27857         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
27858           Fix memleaks (#157233).
27859
27860 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
27861
27862         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27863
27864         * gst-libs/gst/resample/resample.c: (gst_resample_close):
27865         * gst-libs/gst/resample/resample.h:
27866         * gst/audioscale/gstaudioscale.c:
27867           Fix memleak (#159215).
27868
27869 2004-12-16  Toni Willberg  <toniw@iki.fi>
27870
27871         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27872
27873         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
27874         * sys/oss/oss_probe.c: (main):
27875           Check for mono/stereo support (similar to samplerate probing),
27876           fixes #159433. Also add missing copyright header to oss_probe.c.
27877
27878 2004-12-15  David Schleef  <ds@schleef.org>
27879
27880         * configure.ac: add audioresample and cairo plugins.  Remove
27881         HAVE_MMX stuff, because it's not used.
27882         * ext/Makefile.am: same
27883         * ext/audioresample/Makefile.am: You are not ready for an
27884         audio resampling element based on audioresample.
27885         * ext/audioresample/gstaudioresample.c:
27886         * ext/audioresample/gstaudioresample.h:
27887         * ext/cairo/Makefile.am: You are not ready for overlay elements
27888         based on cairo.  Don't look too closely, these elements kinda
27889         suck right now.
27890         * ext/cairo/gstcairo.c: new
27891         * ext/cairo/gsttextoverlay.c: new
27892         * ext/cairo/gsttextoverlay.h: new
27893         * ext/cairo/gsttimeoverlay.c: new
27894         * ext/cairo/gsttimeoverlay.h: new
27895         * gst-libs/gst/media-info/media-info-priv.h: fix compile
27896         problem with compilers that don't support variadic macros.
27897
27898 2004-12-15  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
27899
27900         Reviewed by:  David Schleef  <ds@schleef.org>
27901
27902         * sys/sunaudio/gstsunaudio.c: (plugin_init):  Apply patch from
27903         Bala, registering sunaudiosrc (oops!), and cleaning up code a
27904         bit.  Also ran indent-gst.
27905         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_init),
27906         (gst_sunaudiosrc_change_state), (gst_sunaudiosrc_get),
27907         (gst_sunaudiosrc_setparams):
27908
27909 2004-12-14  David Schleef  <ds@schleef.org>
27910
27911         * gst/festival/gstfestival.c: (gst_festival_chain): Set the
27912         output rate to 16000.  Should fix #160235.
27913
27914 2004-12-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
27915
27916         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
27917         Add typefinding for mpeg2 pes streams
27918
27919 2004-12-13  David Schleef  <ds@schleef.org>
27920
27921         * configure.ac:  Applied patch from bug #143659, making default
27922         sources and sinks OS-dependent (for Solaris), and added code
27923         for OS/X.
27924         * gconf/gstreamer.schemas.in: use OS-dependent sinks in gconf.
27925
27926 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
27927
27928         * gst-libs/gst/riff/riff-media.c:
27929           forgot to add h2.64 to avidemux template caps
27930
27931 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
27932
27933         * gst/wavenc/riff.h:
27934         * gst-libs/gst/riff/riff-media.c:
27935         * gst-libs/gst/riff/riff-ids.h:
27936         * gst/avi/gstavimux.c
27937         add 4CC code for VideoSoft h264 in AVI (VSSH)
27938           fixes bug #160655
27939         remove s323 from riff, it's quicktime specific :(
27940
27941 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
27942
27943         * gst/asfdemux/README
27944         * gst/wavenc/riff.h
27945         * gst-libs/gst/riff/riff-ids.h
27946         * gst-libs/gst/riff/riff-media.c
27947         * gst/qtdemux/qtdemux.c:
27948           add new 4CC codes for h263 related codecs
27949           fixes partially bug #155163
27950
27951 2004-12-12  Christian Fredrik Kalager Schaller  <christian at fluendo dot com>
27952
27953         * configure.ac: Update polyaudio requirement to 0.7
27954         * ext/polyp/polypsink.c: (create_stream): add patch from iain (158258)
27955
27956 2004-12-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
27957
27958         * gst/interleave/deinterleave.c:
27959         fix my name's spelling! :)
27960
27961 2004-12-11  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
27962
27963         * AUTHORS ChangeLog
27964         * gst/auparse/gstauparse.c
27965         * gst/interleave/deinterleave.c
27966         * gst/law/:
27967                 alaw-decode.c alaw-encode.c
27968                 mulaw-decode.c mulaw-encode.c
27969         * gst/oneton/gstoneton.c
27970         * sys/osxaudio/:
27971                 gstosxaudioelement.c gstosxaudiosink.c gstosxaudiosrc.c
27972         * sys/osxvideo/:
27973                 cocoawindow.h cocoawindow.m
27974                 osxvideosink.h osxvideosink.m
27975
27976         put the same mail address for Zaheer Abbas Merali everywhere
27977
27978 2004-12-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27979
27980         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_loop):
27981           Align by packetsize, and assert that we a packet available before
27982           playing. The first makes webstreams work (they often include
27983           trailing padding data in a packet), the second allows pausing a
27984           ASF stream in totem without getting demux errors afterwards.
27985
27986 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27987
27988         * ext/ogg/gstoggdemux.c: (get_relative):
27989           Check for non-NULL before accessing member (end-of-chain).
27990
27991 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27992
27993         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
27994         (cdparanoia_set_property), (cdparanoia_get_property):
27995         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
27996         (dvdnavsrc_set_property), (dvdnavsrc_get_property):
27997         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
27998         (dvdreadsrc_init), (dvdreadsrc_set_property),
27999         (dvdreadsrc_get_property):
28000         * sys/vcd/vcdsrc.c: (gst_vcdsrc_class_init),
28001         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property):
28002           Synchronize property names where not yet the case. Devices are
28003           now device=X, other versions are deprecated (but still exist).
28004           Also use g_free() unconditionally.
28005         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
28006         (setup_source), (gst_play_base_bin_get_property):
28007           Expose source.
28008
28009 2004-12-09  Thomas Vander Stichele  <thomas at apestaart dot org>
28010
28011         * configure.ac: move GCONF macro outside conditional for the am
28012           conditional. Fixes #160439
28013
28014 2004-12-08  David Schleef  <ds@schleef.org>
28015
28016         * tools/gst-visualise-m.m: Switch to elements that currently
28017         exist.
28018
28019 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28020
28021         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
28022           We love wrong commas.
28023
28024 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28025
28026         * gst/matroska/matroska-demux.c:
28027         (gst_matroska_demux_handle_src_query):
28028           Don't set DEFAULT, unsupported - makes length display incorrectly
28029           in some cases.
28030
28031 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
28032
28033         * gst/monoscope/README: remove blurb about files being GPL
28034         * gst/monoscope/gstmonoscope.c: Change license field to LGPL
28035         * gst/monoscope/monoscope.c: Change license to BSD with explanation
28036           monoscope is now effectively LGPL licensed
28037
28038 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
28039
28040         * gst/monoscope/README: Update information to be more correct
28041         * gst/monoscope/convolve.c: Relicense to LGPL
28042         * gst/monoscope/convolve.h: Relicense to LGPL
28043
28044 2004-12-06  Arwed v. Merkatz <v.merkatz@gmx.net>
28045
28046         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
28047           set BUFFER_DURATION to correct values (mpeg1 audio frame length is fixed)
28048         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link):
28049           set default_duration for mpeg1 audio
28050
28051 2004-12-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28052
28053         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_close_audio):
28054         * ext/alsa/gstalsa.h:
28055           refactor big chunks of the core caps negotiation code to make it
28056           a lot faster, because people claim it's really slow
28057           (actually, just cache the getcaps when the device is opened)
28058
28059 2004-12-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28060
28061         * ext/a52dec/gsta52dec.c: (gst_a52dec_init),
28062         (gst_a52dec_handle_event), (gst_a52dec_update_streaminfo),
28063         (gst_a52dec_handle_frame), (gst_a52dec_chain),
28064         (gst_a52dec_change_state), (plugin_init):
28065         * ext/a52dec/gsta52dec.h:
28066           Do something useful with timestamps. Make chain-based (since
28067           there's really no reason to be loopbased).
28068         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
28069           Update current_byte/frame correctly.
28070
28071 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28072
28073         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags),
28074         (gst_ape_demux_stream_init):
28075           Forward tags, too.
28076
28077 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28078
28079         * gst/apetag/apedemux.c: (gst_ape_demux_stream_init):
28080           Let's make sure we're done typefinding when detecting tags.
28081
28082 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28083
28084         * gst/matroska/ebml-read.c: (gst_ebml_read_class_init),
28085         (gst_ebml_read_init), (gst_ebml_read_use_event),
28086         (gst_ebml_read_element_id), (gst_ebml_peek_id),
28087         (gst_ebml_read_seek), (gst_ebml_read_skip),
28088         (gst_ebml_read_reserve), (gst_ebml_read_buffer),
28089         (gst_ebml_read_master):
28090         * gst/matroska/ebml-read.h:
28091         * gst/matroska/matroska-demux.c:
28092         (gst_matroska_demux_parse_contents),
28093         (gst_matroska_demux_loop_stream), (gst_matroska_demux_audio_caps):
28094           Disgustingly evil hack for working around INTERRUPT events and
28095           their extremely annoying habit of being a pain in the ass. We
28096           simply peek a cluster before reading any of it.
28097
28098 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28099
28100         * ext/musepack/gstmusepackdec.cpp:
28101           There's also floating point libmusepacks.
28102
28103 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28104
28105         * ext/faad/gstfaad.c: (gst_faad_chanpos_from_gst),
28106         (gst_faad_chanpos_to_gst), (gst_faad_chain):
28107           Set DURATION even if source buffer didn't. Also use increasing
28108           timestamps.
28109         * gst-libs/gst/riff/riff-media.c:
28110         (gst_riff_create_audio_caps_with_data):
28111           Block_align can have larger values than 8192.
28112
28113 2004-12-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28114
28115         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link):
28116         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link):
28117         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link):
28118         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link):
28119           Fix caps.
28120
28121 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28122
28123         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
28124           Fix logic bug.
28125
28126 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28127
28128         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
28129           Yay, another one.
28130
28131 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28132
28133         * ext/esd/esdsink.c: (gst_esdsink_chain):
28134           Make error actually say something useful (fixes #156798).
28135         * gst-libs/gst/riff/riff-media.c:
28136         (gst_riff_create_video_caps_with_data),
28137         (gst_riff_create_video_template_caps):
28138           Add Intel Video 5.0 fourcc (IV50).
28139
28140 2004-12-01  Christophe Fergeau  <teuf@gnome.org>
28141
28142         * ext/mad/gstmad.c: (mpg123_parse_xing_header): fix xing header
28143         detection on mono and stereo mp3 files.
28144
28145 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28146
28147         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
28148           Don't crash on EMPTY caps (e.g. when the demuxer didn't recognize
28149           the contained stream).
28150
28151 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28152
28153         * ext/faad/gstfaad.c: (gst_faad_srcconnect), (gst_faad_chain):
28154           Oops, remove debug.
28155
28156 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
28157
28158         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28159
28160         * gst/law/alaw-decode.c: (alawdec_getcaps):
28161         * gst/law/mulaw-decode.c: (mulawdec_getcaps):
28162           Prevent warnings when negotiating caps (fixes #159338).
28163
28164 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28165
28166         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
28167         (gst_ffmpegcsp_chain):
28168           Remove old leftover that shouldn't be there...
28169
28170 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
28171
28172         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28173
28174         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
28175           Don't forward DISCONT events (fixes #159684).
28176
28177 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28178
28179         * gst/playback/gstplaybin.c: (remove_sinks), (setup_sinks):
28180           Unlink manually since sometimes bin disposal (and therefore
28181           pad unlinking) is delayed, which will cause a new media file
28182           to not be able to start playing instantly.
28183
28184 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28185
28186         * gst/playback/gststreaminfo.c: (stream_info_mute_pad):
28187           On mute of an unlinked stream, check for pad availability so
28188           we don't crash on unlinked pad.
28189
28190 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28191
28192         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
28193         (gst_avi_demux_massage_index):
28194           Fix quite humiliating bug in omitting 0-sized index chunks but
28195           forgetting to count them for timestamps.
28196
28197 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28198
28199         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
28200           Actually leave the loop if we failed to sync. Don't crash.
28201
28202 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28203
28204         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream),
28205         (gst_dvd_demux_process_private):
28206         * gst/mpegstream/gstdvddemux.h:
28207           Fix crash (#159759). Doesn't work, though. :-(.
28208
28209 2004-11-28  Benjamin Otte  <otte@gnome.org>
28210
28211         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
28212           more overwriting protection due to modifying channels one by one
28213           instead of all at once
28214
28215 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28216
28217         * gst/audioconvert/gstchannelmix.c:
28218         (gst_audio_convert_fill_normalize):
28219           Normalize using absolute values.
28220
28221 2004-11-28  Julien MOUTTE  <julien@moutte.net>
28222
28223         * configure.ac:
28224         * ext/Makefile.am:
28225         * ext/directfb/Makefile.am:
28226         * ext/directfb/directfbvideosink.c: (gst_directfbvideosink_create),
28227         (gst_directfbvideosink_get_pixel_format),
28228         (gst_directfbvideosink_get_format_from_fourcc),
28229         (gst_directfbvideosink_fixate), (gst_directfbvideosink_getcaps),
28230         (gst_directfbvideosink_sink_link),
28231         (gst_directfbvideosink_change_state),
28232         (gst_directfbvideosink_chain), (gst_directfbvideosink_buffer_free),
28233         (gst_directfbvideosink_buffer_alloc),
28234         (gst_directfbvideosink_interface_supported),
28235         (gst_directfbvideosink_interface_init),
28236         (gst_directfbvideosink_navigation_send_event),
28237         (gst_directfbvideosink_navigation_init),
28238         (gst_directfbvideosink_set_property),
28239         (gst_directfbvideosink_get_property),
28240         (gst_directfbvideosink_finalize), (gst_directfbvideosink_init),
28241         (gst_directfbvideosink_base_init),
28242         (gst_directfbvideosink_class_init),
28243         (gst_directfbvideosink_get_type), (plugin_init):
28244         * ext/directfb/directfbvideosink.h: Adding a first version of
28245         directfbvideosink.
28246         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): Initializing some
28247         more.
28248
28249 2004-11-28  Benjamin Otte  <otte@gnome.org>
28250
28251         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
28252           walk the samples backwards if out_channels > in_channels so we don't
28253           overwrite data
28254
28255 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28256
28257         * gst/audioconvert/Makefile.am:
28258         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
28259         (gst_audio_convert_link), (gst_audio_convert_change_state),
28260         (gst_audio_convert_channels):
28261         * gst/audioconvert/gstchannelmix.c:
28262         (gst_audio_convert_unset_matrix),
28263         (gst_audio_convert_fill_identical),
28264         (gst_audio_convert_fill_compatible),
28265         (gst_audio_convert_detect_pos), (gst_audio_convert_fill_one_other),
28266         (gst_audio_convert_fill_others),
28267         (gst_audio_convert_fill_normalize),
28268         (gst_audio_convert_fill_matrix), (gst_audio_convert_setup_matrix),
28269         (gst_audio_convert_passthrough), (gst_audio_convert_mix):
28270         * gst/audioconvert/gstchannelmix.h:
28271           Implement a channel mixer.
28272
28273 2004-11-28  Martin Soto  <martinsoto@users.sourceforge.net>
28274
28275         * ext/alsa/gstalsasink.c (gst_alsa_sink_loop):
28276         * ext/alsa/gstalsa.h:
28277         * ext/alsa/gstalsa.c (gst_alsa_set_clock):
28278         Make alsasink actually honor gst_element_set_clock and use that
28279         clock instead of its internal one.
28280
28281 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
28282
28283         * gst/playback/gstplaybasebin.c: (setup_source): fixed a caps leak
28284         (gst_play_base_bin_change_state): nullify source and decoder when
28285         going from READY to NULL so that we don't try to do weird stuff with
28286         them when going from NULL to READY
28287         * gst/playback/gstplaybin.c: (gst_play_bin_init): use gst_object_unref
28288         instead of g_object_unref
28289         (gen_video_element), (gen_audio_element): more refcounting fixes, now
28290         it should be correct
28291         (gst_play_bin_change_state): don't call remove_sinks if we are
28292         currently disposing the object
28293
28294 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28295
28296         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
28297           Don't forget bass if it's there. Else left channel is silent...
28298
28299 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28300
28301         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop),
28302         (gst_a52dec_change_state):
28303           Don't do sample adjusting anymore, we use float audio now.
28304         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
28305           Don't fixate to non-existing properties.
28306
28307 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28308
28309         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels),
28310         (gst_a52dec_change_state):
28311           Advertise that we can do surround sound.
28312
28313 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28314
28315         * ext/a52dec/gsta52dec.c: (gst_a52dec_reneg):
28316           Add buffer-frames=0.
28317         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get_type),
28318         (dvdreadsrc_init), (dvdreadsrc_get_event_mask),
28319         (dvdreadsrc_get_query_types), (dvdreadsrc_get_formats),
28320         (dvdreadsrc_srcpad_event), (dvdreadsrc_srcpad_query),
28321         (_seek_title), (_seek_chapter), (get_next_cell_for), (_read),
28322         (seek_sector), (dvdreadsrc_get), (dvdreadsrc_open_file),
28323         (dvdreadsrc_change_state), (dvdreadsrc_uri_get_type),
28324         (dvdreadsrc_uri_get_protocols), (dvdreadsrc_uri_get_uri),
28325         (dvdreadsrc_uri_set_uri), (dvdreadsrc_uri_handler_init):
28326         * ext/dvdread/dvdreadsrc.h:
28327           Add seeking, querying for bytes, sectors, title, angle and
28328           chapter. Handle multiple chapters. Relicense to LGPL because
28329           Billy agreed on that (thanks Billy!).
28330
28331 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
28332
28333         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose):
28334         call parent dispose method
28335
28336 2004-11-27  Martin Soto  <martinsoto@users.sourceforge.net>
28337
28338         * gst-libs/gst/audio/audioclock.c (gst_audio_clock_set_active)
28339         (gst_audio_clock_get_internal_time):
28340         Fix active <-> inactive transitions: ensure time value always
28341         grows and avoid abrupt value changes.
28342
28343 2004-11-27  Arwed v. Merkatz <v.merkatz@gmx.net>
28344
28345         * configure.ac:
28346         * gst/tta/Makefile.am:
28347         * gst/tta/crc32.h:
28348         * gst/tta/filters.h:
28349         * gst/tta/gsttta.c:
28350         * gst/tta/gstttadec.c:
28351         * gst/tta/gstttadec.h:
28352         * gst/tta/gstttaparse.c:
28353         * gst/tta/gstttaparse.h:
28354         * gst/tta/ttadec.h:
28355           added TTA parser and decoder
28356
28357 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28358
28359         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
28360         (probe_triggered), (check_queue), (buffer_underrun),
28361         (buffer_running), (buffer_overrun), (gen_source_element),
28362         (setup_source):
28363         * gst/playback/gstplaybasebin.h:
28364           Implement buffering. Needs some more work.
28365
28366 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28367
28368         * ext/theora/theoradec.c: (theora_dec_chain):
28369           Fix ilog mask range overflow.
28370
28371 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28372
28373         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
28374           Don't omit the last (which in case of dmix is the only :) )
28375           channel count. Don't set channels if <= 2.
28376
28377 2004-11-26  Christophe Fergeau  <teuf@gnome.org>
28378
28379         * gst/playback/gstplaybin.c: (gen_video_element),
28380         (gen_audio_element): Removed 2 obsolete comments
28381
28382 2004-11-26  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
28383
28384         * ext/vorbis/oggvorbisenc.c
28385         * ext/vorbis/vorbisenc.c :
28386           change description fields of those plugins to differentiate them
28387           (pitivi show Encoders by description, they had the same one)
28388
28389 2004-11-25  Christophe Fergeau  <teuf@gnome.org>
28390
28391         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28392
28393         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
28394         (gst_play_bin_set_property), (gen_video_element),
28395         (gen_audio_element):
28396           Refcounting fixes for provided audio-/videosinks.
28397
28398 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28399
28400         * gst/playback/gstplaybin.c: (gen_video_element),
28401         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state):
28402           Don't reference all sinks, but only the video- and audiosinks.
28403           The vis. element should be disposed when we're done with it.
28404           We don't have any reason to keep it around. This fixes warnings
28405           when reusing playbin for playing multiple audio files with
28406           vis. enabled. Also release audio device on pause - idea stolen
28407           from Rhythmbox.
28408
28409 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28410
28411         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels), (gst_a52dec_push),
28412         (gst_a52dec_reneg), (gst_a52dec_loop), (plugin_init):
28413         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
28414         * ext/alsa/gstalsaplugin.c: (plugin_init):
28415         * ext/dts/gstdtsdec.c: (gst_dtsdec_channels),
28416         (gst_dtsdec_renegotiate), (gst_dtsdec_loop), (plugin_init):
28417         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_chanpos_from_gst),
28418         (gst_faad_chanpos_to_gst), (gst_faad_sinkconnect),
28419         (gst_faad_srcgetcaps), (gst_faad_srcconnect), (gst_faad_chain),
28420         (gst_faad_change_state), (plugin_init):
28421         * ext/faad/gstfaad.h:
28422         * ext/vorbis/vorbis.c: (plugin_init):
28423         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
28424         * gst-libs/gst/audio/Makefile.am:
28425         * gst-libs/gst/audio/audio.c: (plugin_init):
28426         * gst-libs/gst/audio/multichannel.c:
28427         (gst_audio_check_channel_positions),
28428         (gst_audio_get_channel_positions),
28429         (gst_audio_set_channel_positions),
28430         (gst_audio_set_structure_channel_positions_list),
28431         (add_list_to_struct), (gst_audio_set_caps_channel_positions_list),
28432         (gst_audio_fixate_channel_positions):
28433         * gst-libs/gst/audio/multichannel.h:
28434         * gst-libs/gst/audio/testchannels.c: (main):
28435         * gst/audioconvert/gstaudioconvert.c:
28436         (gst_audio_convert_class_init), (gst_audio_convert_init),
28437         (gst_audio_convert_dispose), (gst_audio_convert_getcaps),
28438         (gst_audio_convert_parse_caps), (gst_audio_convert_link),
28439         (gst_audio_convert_fixate), (gst_audio_convert_channels):
28440         * gst/audioconvert/plugin.c: (plugin_init):
28441           Surround sound support.
28442
28443 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28444
28445         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
28446           Fix position for discont if we're close as well. Nitpicking, but
28447           saves a few milliseconds of extra waiting or skipping.
28448
28449 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28450
28451         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter):
28452           We sometimes need parsers for playback, so add those too.
28453
28454 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28455
28456         * configure.ac:
28457         * gst/apetag/Makefile.am:
28458         * gst/apetag/apedemux.c: (gst_ape_demux_get_type),
28459         (gst_ape_demux_base_init), (gst_ape_demux_class_init),
28460         (gst_ape_demux_init), (gst_ape_demux_get_src_formats),
28461         (gst_ape_demux_get_src_query_types),
28462         (gst_ape_demux_handle_src_query), (gst_ape_demux_get_event_mask),
28463         (gst_ape_demux_handle_src_event), (gst_ape_demux_handle_event),
28464         (gst_ape_demux_typefind_peek), (gst_ape_demux_typefind_get_length),
28465         (gst_ape_demux_typefind_suggest), (gst_ape_demux_typefind),
28466         (gst_ape_demux_parse_tags), (gst_ape_demux_stream_init),
28467         (gst_ape_demux_stream_data), (gst_ape_demux_loop),
28468         (gst_ape_demux_change_state):
28469         * gst/apetag/apedemux.h:
28470         * gst/apetag/apetag.c: (plugin_init):
28471         * gst/typefind/gsttypefindfunctions.c: (apetag_type_find),
28472         (plugin_init):
28473           APE v1/2 tag reader plus typefind function.
28474
28475 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28476
28477         * configure.ac:
28478         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
28479         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
28480           Remove hacks for older core. Require newer core version
28481           accordingly.
28482
28483 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28484
28485         * gst/cdxaparse/Makefile.am:
28486         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_get_type),
28487         (gst_cdxaparse_class_init), (gst_cdxaparse_init),
28488         (gst_cdxaparse_loop), (gst_cdxaparse_change_state), (plugin_init):
28489         * gst/cdxaparse/gstcdxaparse.h:
28490         * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_get_type),
28491         (gst_cdxastrip_base_init), (gst_cdxastrip_class_init),
28492         (gst_cdxastrip_init), (gst_cdxastrip_get_src_formats),
28493         (gst_cdxastrip_get_src_query_types),
28494         (gst_cdxastrip_handle_src_query), (gst_cdxastrip_get_event_mask),
28495         (gst_cdxastrip_handle_src_event), (gst_cdxastrip_strip),
28496         (gst_cdxastrip_sync), (gst_cdxastrip_handle_event),
28497         (gst_cdxastrip_chain), (gst_cdxastrip_change_state):
28498         * gst/cdxaparse/gstcdxastrip.h:
28499           SVCD/VCD header stripping separated from CDXA image parsing.
28500         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
28501         (plugin_init):
28502           Add VCD/SVCD header typefinding for VCD/SVCD.
28503         * sys/vcd/vcdsrc.c: (gst_vcdsrc_get_type), (gst_vcdsrc_base_init),
28504         (gst_vcdsrc_class_init), (gst_vcdsrc_init),
28505         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property),
28506         (gst_vcdsrc_get_event_mask), (gst_vcdsrc_get_query_types),
28507         (gst_vcdsrc_get_formats), (gst_vcdsrc_srcpad_event),
28508         (gst_vcdsrc_srcpad_query), (gst_vcdsrc_get),
28509         (gst_vcdsrc_open_file), (gst_vcdsrc_close_file),
28510         (gst_vcdsrc_change_state), (gst_vcdsrc_msf),
28511         (gst_vcdsrc_recalculate), (gst_vcdsrc_uri_get_type),
28512         (gst_vcdsrc_uri_get_protocols), (gst_vcdsrc_uri_get_uri),
28513         (gst_vcdsrc_uri_set_uri), (gst_vcdsrc_uri_handler_init):
28514         * sys/vcd/vcdsrc.h:
28515           Fix up, add seeking, querying, URI interface. Works in totem now.
28516
28517 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
28518
28519         * configure.ac:
28520           back to CVS
28521
28522 === release 0.8.6 ===
28523
28524 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
28525
28526         * NEWS:
28527         * RELEASE:
28528         * configure.ac:
28529         * po/af.po:
28530         * po/az.po:
28531         * po/cs.po:
28532         * po/en_GB.po:
28533         * po/hu.po:
28534         * po/it.po:
28535         * po/nb.po:
28536         * po/nl.po:
28537         * po/or.po:
28538         * po/sq.po:
28539         * po/sr.po:
28540         * po/sv.po:
28541         * po/uk.po:
28542           releasing 0.8.6, "IOU Love"
28543
28544 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28545
28546         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
28547
28548         * gst/playback/gstplaybasebin.c:
28549           Fix unplayable files error handling.  Fixes #158365
28550
28551 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28552
28553         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
28554
28555         * gst/typefind/gsttypefindfunctions.c:
28556           Fix broken mp3 typefinding.  Fixes #158375
28557
28558 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28559
28560         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
28561
28562         * ext/ogg/gstoggdemux.c:
28563           Fix sync on broken files.  Fixes #158976
28564
28565 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28566
28567         patch by: Edward Hervey <bilboed@bilboed.com>
28568
28569         * ext/libpng/gstpngenc.c:
28570           Copy over buffer properties.  Fixes #158832
28571
28572 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28573
28574         patch by: Tim-Philipp Müller <t.i.m@zen.co.uk>
28575
28576         * ext/dvdread/dvdreadsrc.c:
28577           Fixes invalid reads (#158462)
28578
28579 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28580
28581         * sys/v4l/gstv4lsrc.c:
28582         * sys/v4l/gstv4lsrc.h:
28583         * sys/v4l/v4lsrc_calls.c:
28584           Probe less and cache it.  Fixes #159187.
28585
28586 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28587
28588         * gst/videorate/gstvideorate.c:
28589           Handle all video formats. Fixes #159186.
28590
28591 2004-11-16  Jan Schmidt  <thaytan@mad.scientist.com>
28592         * gst/synaesthesia/gstsynaesthesia.c:
28593         (gst_synaesthesia_class_init), (gst_synaesthesia_init),
28594         (gst_synaesthesia_dispose), (gst_synaesthesia_finalize),
28595         (gst_synaesthesia_sink_link), (gst_synaesthesia_src_getcaps),
28596         (gst_synaesthesia_src_link), (gst_synaesthesia_chain),
28597         (gst_synaesthesia_change_state), (plugin_init):
28598         Fix up synaesthesia to work under different samplerates/ buffer sizes.
28599         Force 320x200 output, as that's the only thing the underlying
28600         synaesthesia implementation supports. Still needs to be made
28601         re-entrant.
28602
28603 2004-11-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28604
28605         * configure.ac:
28606           Fix mpeg2enc configure check (similar to mplex check below).
28607
28608 2004-11-14  Koop Mast  <kwm@rainbow-runner.nl>
28609
28610         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28611
28612         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
28613           Fix for gcc-2.95 (fixes #158221).
28614
28615 2004-11-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28616
28617         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
28618           Re-add clock distribution hack (until new core is released).
28619           Fixes #158125.
28620
28621 2004-11-13  Arwed v. Merkatz  <v.merkatz@gmx.net>
28622         * configure.ac:
28623           fix mplex configure check segfaulting on some systems (bug #140994)
28624
28625 2004-11-13  Benjamin Otte  <otte@gnome.org>
28626
28627         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait):
28628           add debugging
28629         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
28630           do a wait when we enter the loop func with no data available to
28631           write instead of getting into an 100% CPU loop by just returning and
28632           being called again by the scheduler
28633
28634 2004-11-13  Jan Schmidt  <thaytan@mad.scientist.com>
28635
28636         * configure.ac:
28637         * ext/libvisual/visual.c: (gst_visual_get_type),
28638         (libvisual_log_handler), (gst_visual_getcaps),
28639         (gst_visual_srclink), (gst_visual_change_state), (make_valid_name),
28640         (plugin_init):
28641           Update libvisual to 0.1.7. Link in the debug handling to gstreamer
28642         * ext/smoothwave/Makefile.am:
28643         * ext/smoothwave/demo-osssrc.c: (main):
28644         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_class_init),
28645         (gst_smoothwave_init), (gst_smoothwave_dispose), (gst_sw_sinklink),
28646         (gst_sw_srclink), (gst_smoothwave_chain), (gst_sw_change_state),
28647         (plugin_init):
28648         * ext/smoothwave/gstsmoothwave.h:
28649           Make gstsmoothwave a working element in the 20th century.
28650
28651         * gst/chart/gstchart.c: (gst_chart_init), (gst_chart_srcconnect):
28652           Fix incorrect link function
28653
28654 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28655
28656         * gst/volume/gstvolume.c:
28657           Allow buffer-frames=0.
28658
28659 2004-11-12 Iain <iaingnome@gmail.com>
28660
28661         * configure.ac: Check for polypaudio
28662
28663         * ext/Makefile.am: Build the polyp dir
28664
28665         * ext/polyp: The polypsink sources.
28666
28667 2004-10-30 Iain <iaingnome@gmail.com>
28668
28669         * gst/interleave/interleave.c (interleave_unlink): Change the src pads
28670         caps to reflect the new number of channels.
28671
28672 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28673
28674         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
28675           Fix for negotiation order problem. This would show when the
28676           ALSA loopfuction was called before any other function. ALSA
28677           wouldn't do anything because we're not negotiated yet, leading
28678           to an infinite loop. Showed in e.g. Rhythmbox. Fixes #158006.
28679
28680 2004-11-11  Tim-Philipp Müller  <t.i.m@zen.co.uk>
28681
28682         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28683
28684         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
28685           No warnings (#157986).
28686
28687 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28688
28689         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
28690           Prefer apev1/2 and id3v1 (at end of file) over musepack.
28691
28692 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28693
28694         * gst/matroska/matroska-demux.c: (gst_matroska_demux_loop_stream):
28695           Signal no-more-pads (so it works in playbin).
28696
28697 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28698
28699         * ext/musepack/gstmusepackreader.cpp:
28700           Workaround for older core.
28701
28702 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28703
28704         * gst/ffmpegcolorspace/imgconvert.c: (yuv420p_to_yuv422):
28705           Actually test for odd width/height rather than testing whether
28706           a temporary variable that was 0 before we subtracted 1 is now
28707           not equal to zero (which it always is).
28708
28709 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
28710
28711         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
28712         Fix compilation if HAVE_XVIDEO is not defined
28713
28714 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
28715
28716         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
28717         Fix compilation if HAVE_XVIDEO is not defined
28718
28719 2004-11-11  Jan Schmidt  <thaytan@mad.scientist.com>
28720
28721         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
28722         (gst_goom_dispose), (gst_goom_sinkconnect), (gst_goom_chain),
28723         (gst_goom_change_state), (plugin_init):
28724         Use the bytestream adapter so goom doesn't depend on the input
28725         buffer size.
28726         Add a debug category
28727
28728 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28729
28730         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
28731           Only set hardware parameters *after* negotiation. Before
28732           negotiation, it will set ANY and that seems to cause crashes
28733           (see e.g. #151288, #153227).
28734
28735 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28736
28737         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
28738           This seems to be antique leftover. It needs to pass error
28739           checking.
28740         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
28741         (gst_sdlvideosink_deinitsdl), (gst_sdlvideosink_initsdl),
28742         (gst_sdlvideosink_destroy), (gst_sdlvideosink_create),
28743         (gst_sdlvideosink_sinkconnect), (gst_sdlvideosink_chain):
28744           Fix GstXOverlay implementation (#151059).
28745
28746 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28747
28748         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
28749           Don't assert (#157853).
28750
28751 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28752
28753         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
28754           Fix bytes/samples confustion.
28755         (gst_alsa_sink_mmap), (gst_alsa_sink_loop):
28756           Fix for underrun (#144389).
28757
28758 2004-11-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28759
28760         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
28761           Disable halfway-seek for pending release (since it needs a new
28762           core release).
28763
28764 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
28765
28766         * sys/v4l/gstv4lsrc.c:
28767         * sys/v4l/gstv4lsrc.h:
28768         * sys/v4l/v4lsrc_calls.c:
28769           add autoprobe-fps property so we can separate autoprobing parts
28770
28771 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
28772
28773         * sys/v4l/gstv4lsrc.c:
28774         * sys/v4l/v4lsrc_calls.c:
28775         initialise fourcc to catch unset fourcc's, and debug
28776
28777 2004-11-09  Wim Taymans  <wim@fluendo.com>
28778
28779         * gst/playback/README:
28780         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
28781         * gst/playback/gstplaybin.c: (gst_play_bin_init),
28782         (gst_play_bin_dispose), (gst_play_bin_set_property),
28783         (remove_sinks), (setup_sinks), (gst_play_bin_change_state),
28784         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
28785         (gst_play_bin_get_formats), (gst_play_bin_convert),
28786         (gst_play_bin_get_query_types), (gst_play_bin_query):
28787         Cleanups and some more documentation.
28788
28789 2004-11-09  Jan Schmidt  <thaytan@mad.scientist.com>
28790
28791         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
28792         (gst_cacasink_init), (gst_cacasink_chain):
28793         * ext/libcaca/gstcacasink.h:
28794         Cacasink inherits from VideoSink, so let that store the clock.
28795
28796 2004-11-09  Wim Taymans  <wim@fluendo.com>
28797
28798         * gst/playback/README:
28799         * gst/playback/gstplaybasebin.c: (group_destroy), (group_is_muted),
28800         (add_stream), (unknown_type), (add_element_stream), (no_more_pads),
28801         (probe_triggered), (preroll_unlinked), (new_decoded_pad),
28802         (gst_play_base_bin_change_state), (gst_play_base_bin_found_tag):
28803         * gst/playback/gstplaybin.c: (gen_vis_element), (remove_sinks),
28804         (setup_sinks):
28805         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute),
28806         (gst_stream_info_is_mute), (gst_stream_info_set_property):
28807         * gst/playback/gststreaminfo.h:
28808         Updated README.
28809         Only switch groups if all streams have muted (EOSed).
28810         Send Tags in sync with the stream playback instead of in
28811         the playback/preroll phase.
28812         Some cleanups, free the fakesrc elements.
28813
28814 2004-11-09  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28815
28816         * ext/alsa/gstalsa.c: (gst_alsa_get_caps_internal):
28817           buffer-frames property was missing
28818         * ext/arts/gst_arts.c:
28819           rate missing from sinkcaps
28820         * ext/audiofile/gstafparse.c:
28821         * ext/audiofile/gstafsink.c:
28822         * ext/audiofile/gstafsrc.c:
28823         * ext/swfdec/gstswfdec.c:
28824           int audio doesn't know buffer-frames
28825         * ext/cdparanoia/gstcdparanoia.c:
28826           int audio doesn't know chunksize either
28827         * ext/nas/nassink.c:
28828           it's endianness, not endianess
28829         * gst-libs/gst/audio/audio.h:
28830           make float standard pad template caps really describe float
28831         * gst/law/mulaw.c: (linear_factory):
28832           signed only, please
28833         * gst/mpegstream/gstdvddemux.c:
28834           widths of 20 are not valid
28835
28836 2004-11-08  Thomas Vander Stichele  <thomas at apestaart dot org>
28837
28838         Submitted by: Luca Ferretti <elle.uca@infinito.it>
28839
28840         * po/LINGUAS:
28841         * po/it.po:
28842           Add Italian
28843
28844 2004-11-08  Wim Taymans  <wim@fluendo.com>
28845
28846         * gst/playback/README:
28847         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
28848         * gst/playback/gstplaybasebin.c: (probe_triggered),
28849         (gst_play_base_bin_change_state):
28850         Updated README, added more comments for fixmes etc..
28851
28852 2004-11-08  Wim Taymans  <wim@fluendo.com>
28853
28854         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
28855         We can remove this hack now.
28856
28857 2004-11-08  Wim Taymans  <wim@fluendo.com>
28858
28859         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
28860         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
28861         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
28862         Only mix AYUV for maximum quality.
28863
28864 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28865
28866         * ext/ogg/gstoggdemux.c: (get_relative), (gst_ogg_demux_src_query),
28867         (gst_ogg_demux_push), (gst_ogg_pad_push):
28868           Let's act as if we're synchronized now! :).
28869         * ext/theora/theoradec.c: (theora_dec_chain):
28870           Add some debug.
28871
28872 2004-11-08  Wim Taymans  <wim@fluendo.com>
28873
28874         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
28875         (gst_alpha_set_property), (gst_alpha_sink_link),
28876         (gst_alpha_set_ayuv), (gst_alpha_set_i420),
28877         (gst_alpha_chroma_key_ayuv), (gst_alpha_chroma_key_i420),
28878         (gst_alpha_init_params), (gst_alpha_chain):
28879         Implement alpha functions for AYUV too, this increases
28880         accuracy quite a bit.
28881
28882 2004-11-08  Wim Taymans  <wim@fluendo.com>
28883
28884         * gst/ffmpegcolorspace/avcodec.h:
28885         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
28886         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
28887         (gst_ffmpegcsp_avpicture_fill):
28888         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
28889         (gst_ffmpegcsp_caps_remove_format_info):
28890         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
28891         (shrink12), (img_get_alpha_info), (deinterlace_line),
28892         (deinterlace_line_inplace):
28893         * gst/ffmpegcolorspace/imgconvert_template.h:
28894         Added AYUV colorspace and handle RGBA a bit more respectful.
28895
28896 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28897
28898         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
28899           Actually always send a discont (cornercase when resending the
28900           same serial-tagged chain twice).
28901
28902 2004-11-08  Julien MOUTTE  <julien@moutte.net>
28903
28904         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
28905         (gst_ximagesink_finalize):
28906         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
28907         (gst_xvimagesink_finalize): Some more cleanups, leaks fixed and checks.
28908
28909 2004-11-08  Wim Taymans  <wim@fluendo.com>
28910
28911         * gst/typefind/gsttypefindfunctions.c: (aac_type_find):
28912         Don't segfault on NULL data.
28913
28914 2004-11-08  Wim Taymans  <wim@fluendo.com>
28915
28916         * gst/playback/gstdecodebin.c: (unlinked):
28917         * gst/playback/gstplay-marshal.list:
28918         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
28919         (gst_play_base_bin_init), (group_create), (get_active_group),
28920         (get_building_group), (group_destroy), (group_commit),
28921         (queue_overrun), (remove_groups), (add_stream), (unknown_type),
28922         (add_element_stream), (no_more_pads), (probe_triggered),
28923         (preroll_unlinked), (new_decoded_pad), (removed_decoded_pad),
28924         (state_change), (setup_source), (gst_play_base_bin_get_property),
28925         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
28926         (gst_play_base_bin_link_stream),
28927         (gst_play_base_bin_get_streaminfo):
28928         * gst/playback/gstplaybasebin.h:
28929         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
28930         (remove_sinks), (setup_sinks), (gst_play_bin_change_state):
28931         Add support for chained ogg files. Prepare for playlist
28932         support. This patch introduces the concept of pad groups, which
28933         together compose one playable media file.
28934
28935 2004-11-07  David Schleef  <ds@schleef.org>
28936
28937         * testsuite/gst-lint: Check for pad templates that aren't statically
28938         scoped.
28939
28940 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28941
28942         * configure.ac:
28943         * ext/Makefile.am:
28944         * ext/musepack/Makefile.am:
28945         * ext/musepack/gstmusepackdec.cpp:
28946         * ext/musepack/gstmusepackdec.h:
28947         * ext/musepack/gstmusepackreader.cpp:
28948         * ext/musepack/gstmusepackreader.h:
28949           Add musepack decoder.
28950         * ext/faad/gstfaad.c: (gst_faad_base_init):
28951           Make pad templates static.
28952         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
28953         (plugin_init):
28954           Add musepack typefinder, make mp3 typefinding work halfway stream,
28955           which doesn't actually work yet because id3demux doesn't implement
28956           _get_length().
28957
28958 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28959
28960         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
28961         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop):
28962           Fix interrupt event handling (#144436).
28963
28964 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28965
28966         * ext/mad/gstid3tag.c: (gst_id3_tag_do_typefind):
28967           Hide unused glory.
28968
28969 2004-11-06  Tim-Philipp Müller  <t.i.m@zen.co.uk>
28970
28971         reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28972
28973         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
28974           Fix weird caps (#157548).
28975
28976 2004-11-06  Tim-Philipp Müller  <t.i.m@zen.co.uk>
28977
28978         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28979
28980         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsm_caps_nego):
28981           Add missing NULL terminator (#157543).
28982
28983 2004-11-05  Thomas Vander Stichele  <thomas at apestaart dot org>
28984
28985         * gst/tcp/gsttcp.h:
28986         * gst/tcp/gsttcpclientsink.c:
28987         * gst/tcp/gsttcpclientsrc.c:
28988         * gst/tcp/gsttcpserversink.c:
28989         * gst/tcp/gsttcpserversrc.c:
28990           ports can go up to 65535.  Move common defines to gsttcp.h
28991
28992 2004-11-05  Wim Taymans  <wim@fluendo.com>
28993
28994         * gst/videotestsrc/videotestsrc.c: (paint_setup_Y41B),
28995         (paint_hline_Y41B), (paint_setup_Y42B), (paint_hline_Y42B):
28996         Added two more colorspaces.
28997
28998 2004-11-05  Wim Taymans  <wim@fluendo.com>
28999
29000         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
29001         (gst_ffmpegcsp_avpicture_fill):
29002         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
29003         (yuv422p_to_yuv422), (yuv420p_to_yuv422), (shrink12),
29004         (img_convert), (deinterlace_line), (deinterlace_line_inplace):
29005         More stride fixes.
29006
29007 2004-11-05  Wim Taymans  <wim@fluendo.com>
29008
29009         * gst/alpha/gstalpha.c: (gst_alpha_set_property), (gst_alpha_add),
29010         (gst_alpha_chroma_key), (gst_alpha_init_params), (gst_alpha_chain):
29011         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
29012         (gst_videomixer_fill_checker), (gst_videomixer_blend_buffers),
29013         (gst_videomixer_loop):
29014         More stride fixes.
29015
29016 2004-11-05  Benjamin Otte  <otte@gnome.org>
29017
29018         * ext/mad/gstmad.c: (gst_mad_chain):
29019           don't overflow data buffer. Flush not needed sync data when syncing
29020           failed.
29021
29022 2004-11-04  Wim Taymans  <wim@fluendo.com>
29023
29024         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
29025         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
29026         (gst_alpha_get_property), (gst_alpha_add), (gst_alpha_chroma_key),
29027         (gst_alpha_init_params), (gst_alpha_chain),
29028         (gst_alpha_change_state):
29029         Updated the chroma keying algorithm with something more
29030         sophisticated.
29031
29032 2004-11-03  Wim Taymans  <wim@fluendo.com>
29033
29034         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
29035         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
29036         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
29037         Fix stride issues. Does not completely work for odd
29038         heights.
29039
29040 2004-11-03  Wim Taymans  <wim@fluendo.com>
29041
29042         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
29043         (gst_alpha_chroma_key), (gst_alpha_chain):
29044         Fix stride issues. Does not completely work for odd
29045         heights.
29046
29047 2004-11-03  Christophe Fergeau  <teuf@gnome.org>
29048
29049         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
29050         * gst/videoscale/videoscale.c: (videoscale_find_by_structure):
29051         leak fixes
29052
29053 2004-11-03  Wim Taymans  <wim@fluendo.com>
29054
29055         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
29056         (gst_ffmpegcsp_avpicture_fill):
29057         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
29058         (avpicture_alloc):
29059         * gst/ffmpegcolorspace/imgconvert_template.h:
29060         Use correct _fill function to get correct strides.
29061
29062 2004-11-02  David Schleef  <ds@schleef.org>
29063
29064         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
29065         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_parse_tree),
29066         (qtdemux_parse_udta), (qtdemux_tag_add), (gst_qtdemux_handle_esds):
29067         Change all g_print()s to debugging.  Add a bunch of consistency
29068         checks.
29069
29070 2004-11-02  Wim Taymans  <wim@fluendo.com>
29071
29072         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
29073         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
29074         (unlinked), (no_more_pads), (close_link):
29075         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
29076         (unknown_type), (add_element_stream), (new_decoded_pad),
29077         (removed_decoded_pad), (setup_source):
29078         * gst/playback/gststreaminfo.c: (gst_stream_info_get_type),
29079         (gst_stream_info_class_init), (gst_stream_info_init),
29080         (gst_stream_info_new), (gst_stream_info_dispose),
29081         (stream_info_mute_pad), (gst_stream_info_set_property),
29082         (gst_stream_info_get_property):
29083         * gst/playback/gststreaminfo.h:
29084         Fix playback of multiple files.
29085         a slightly different approach to handling dynamic pad removals.
29086         This one only looks at pads that we have linked.
29087
29088 2004-11-01  Christophe Fergeau  <teuf@gnome.org>
29089
29090         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_finalize): fix an "invalid
29091         free" warning from libc.
29092
29093 2004-11-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29094
29095         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
29096         (get_unconnected_element), (remove_starting_from), (pad_removed),
29097         (close_link):
29098           Implement support for dynamic pad changing. We listen to "live"
29099           pad removals (i.e. while playing) and re-setup autoplugging
29100           after that. Playbasebin/playbin need some more work for this
29101           to finally work, but decodebin supports (and replugs) chained
29102           ogg now.
29103
29104 2004-11-02  Jan Schmidt  <thaytan@mad.scientist.com>
29105
29106         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_dispose),
29107         (gst_alsa_finalize):
29108         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init),
29109         (gst_cdaudio_finalize):
29110         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
29111         (cdparanoia_finalize):
29112         * ext/divx/gstdivxdec.c: (gst_divxdec_dispose):
29113         * ext/divx/gstdivxenc.c: (gst_divxenc_dispose):
29114         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
29115         (dvdreadsrc_finalize):
29116         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
29117         (gst_flacdec_finalize):
29118         * ext/flac/gstflacenc.c: (gst_flacenc_class_init),
29119         (gst_flacenc_finalize):
29120         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_class_init),
29121         (gst_gnomevfssink_finalize):
29122         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_class_init),
29123         (gst_gnomevfssrc_finalize):
29124         * ext/libfame/gstlibfame.c: (gst_fameenc_class_init),
29125         (gst_fameenc_finalize):
29126         * ext/nas/nassink.c: (gst_nassink_class_init),
29127         (gst_nassink_finalize):
29128         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_finalize),
29129         (gst_sdlvideosink_class_init):
29130         * ext/sndfile/gstsf.c: (gst_sf_dispose):
29131         * gst-libs/gst/mixer/mixertrack.c: (gst_mixer_track_dispose):
29132         * gst-libs/gst/tuner/tunerchannel.c: (gst_tuner_channel_dispose):
29133         * gst-libs/gst/tuner/tunernorm.c: (gst_tuner_norm_dispose):
29134         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
29135         (gst_x_window_listener_dispose):
29136         * gst/audioscale/gstaudioscale.c:
29137         * gst/playondemand/gstplayondemand.c: (play_on_demand_class_init),
29138         (play_on_demand_finalize):
29139         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose):
29140         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
29141         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init),
29142         (cdplayer_finalize):
29143         * sys/glsink/glimagesink.c: (gst_glimagesink_finalize),
29144         (gst_glimagesink_class_init):
29145         * sys/oss/gstosselement.c: (gst_osselement_class_init),
29146         (gst_osselement_finalize):
29147         * sys/oss/gstosssink.c: (gst_osssink_dispose):
29148         * sys/oss/gstosssrc.c: (gst_osssrc_dispose):
29149         * sys/v4l/gstv4lelement.c: (gst_v4lelement_dispose):
29150           Fixes a bunch of problems with finalize and dispose functions,
29151           either assumptions that dispose is only called once, or not calling
29152           the parent class dispose/finalize function
29153
29154 2004-11-01  Stefan Kost  <ensonic@users.sf.net>
29155
29156         * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_link):
29157           added two api precondition guards
29158           use g_strdup with getenv to fix crash when using ENVVAR
29159
29160 2004-11-01  Jan Schmidt  <thaytan@mad.scientist.com>
29161         * ext/esd/esdsink.c: (gst_esdsink_class_init),
29162         (gst_esdsink_finalize):
29163         Use a finalize function, not dispose, and more importantly,
29164         call the parent class finalize function too
29165
29166 2004-11-01  Johan Dahlin  <johan@gnome.org>
29167
29168         * ext/ogg/gstoggdemux.c:
29169         * gst/tags/gstvorbistag.c:
29170         Plug leaks.
29171
29172 2004-10-31  Benjamin Otte  <otte@gnome.org>
29173
29174         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
29175           lotsa memleaks today. But they're all small...
29176
29177 2004-10-31  Benjamin Otte  <otte@gnome.org>
29178
29179         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
29180           another memleak crushed
29181
29182 2004-10-31  Benjamin Otte  <otte@gnome.org>
29183
29184         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
29185           fix memleak
29186
29187 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29188
29189         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
29190           Hack to prevent crash when going to READY inside signal handler
29191           while this function is active.
29192
29193 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29194
29195         * gst/ffmpegcolorspace/Makefile.am:
29196         * gst/ffmpegcolorspace/avcodec.h:
29197         * gst/ffmpegcolorspace/common.h:
29198         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
29199         * gst/ffmpegcolorspace/dsputil.h:
29200         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
29201         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
29202         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
29203         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps),
29204         (gst_ffmpegcsp_codectype_to_caps), (gst_ffmpeg_caps_to_smpfmt),
29205         (gst_ffmpeg_caps_to_pixfmt), (gst_ffmpegcsp_caps_with_codectype),
29206         (gst_ffmpegcsp_avpicture_fill):
29207         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
29208         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
29209         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
29210         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_get_type),
29211         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
29212         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
29213         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
29214         (gst_ffmpegcsp_get_property), (gst_ffmpegcolorspace_register):
29215         * gst/ffmpegcolorspace/imgconvert.c:
29216         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
29217         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
29218         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
29219         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
29220         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
29221         (yuv422_to_yuv420p), (uyvy422_to_yuv420p), (uyvy422_to_yuv422p),
29222         (yuv422_to_yuv422p), (yuv422p_to_yuv422), (yuv422p_to_uyvy422),
29223         (uyvy411_to_yuv411p), (yuv420p_to_yuv422), (C_JPEG_TO_CCIR),
29224         (img_convert_init), (img_apply_table), (shrink41), (shrink21),
29225         (shrink12), (shrink22), (shrink44), (grow21_line), (grow41_line),
29226         (grow21), (grow22), (grow41), (grow44), (conv411),
29227         (gif_clut_index), (build_rgb_palette), (bitcopy_n), (mono_to_gray),
29228         (monowhite_to_gray), (monoblack_to_gray), (gray_to_mono),
29229         (gray_to_monowhite), (gray_to_monoblack), (avpicture_alloc),
29230         (avpicture_free), (is_yuv_planar), (img_convert),
29231         (get_alpha_info_pal8), (img_get_alpha_info), (deinterlace_line),
29232         (deinterlace_line_inplace), (deinterlace_bottom_field),
29233         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
29234         * gst/ffmpegcolorspace/imgconvert_template.h:
29235         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
29236         * gst/ffmpegcolorspace/mmx.h:
29237         * gst/ffmpegcolorspace/utils.c: (av_mallocz), (av_strdup),
29238         (av_fast_realloc), (av_mallocz_static), (av_free_static),
29239         (av_freep), (avcodec_get_context_defaults),
29240         (avcodec_alloc_context), (avcodec_init):
29241           Sync back from gst-ffmpeg. Deprecates ffcolorspace. Adds palette
29242           handling plus update from ffmpeg CVS. Large clean-up.
29243
29244 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29245
29246         * gst/playback/Makefile.am:
29247           We need the marshallers for decodebin, too.
29248
29249 2004-10-30  David Schleef  <ds@schleef.org>
29250
29251         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): Make
29252           quicktime typefinding work with 64-bit offsets.
29253
29254 2004-10-30  Jan Schmidt  <thaytan@mad.scientist.com>
29255
29256         * ext/dv/gstdvdec.c: (gst_dvdec_handle_sink_event):
29257           Set EOS on the element when processing an EOS event.
29258         * ext/speex/gstspeexdec.h:
29259         * ext/speex/gstspeexenc.h:
29260           Only keep a const ptr to the mode
29261         * gst-libs/gst/riff/riff-media.c:
29262         (gst_riff_create_audio_caps_with_data),
29263         (gst_riff_create_audio_template_caps):
29264           Allow WMAV3, with up to 6 channels.
29265         * gst/asfdemux/gstasfmux.c: (gst_asfmux_request_new_pad):
29266           Don't call gst_pad_set_event_function on a sink pad.
29267         * gst/mpegstream/gstdvddemux.c:
29268         (gst_dvd_demux_get_subpicture_stream),
29269         (gst_dvd_demux_set_cur_audio), (gst_dvd_demux_set_cur_subpicture):
29270           Copy the explicit caps that were set across to the cur_* pads,
29271           instead of trying to use a possibly non-existent negotiated caps.
29272           Reset the type of subpicture pads to UNKNOWN after calling
29273           init_stream, so that the caps get set.
29274
29275 2004-10-29  Martin Pitt  <martin.pitt@canonical.com>
29276
29277         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29278
29279         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
29280           Don't touch buffer if it is of size 0 (fixes #151064).
29281
29282 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29283
29284         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push), (gst_ogg_pad_push):
29285           Synchronized discont handling.
29286
29287 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29288
29289         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
29290         (gst_ogg_demux_push):
29291           Make seeking sort-of exact again (fixes #156387).
29292
29293 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29294
29295         * gst/playback/gstplaybasebin.c: (unknown_type),
29296         (add_element_stream), (new_decoded_pad),
29297         (gst_play_base_bin_change_state):
29298         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
29299         (gst_stream_info_init), (gst_stream_info_new),
29300         (gst_stream_info_dispose), (gst_stream_info_get_property):
29301         * gst/playback/gststreaminfo.h:
29302           Make caps explicitely available. Makes testing for unsupported
29303           types possible. Improves error reporting.
29304
29305 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29306
29307         * gst/audioconvert/gstaudioconvert.c:
29308         (gst_audio_convert_buffer_to_default_format):
29309           Really don't touch read-only buffers (#156563).
29310
29311 2004-10-29  Sebastien Cote  <sc5@hermes.usherb.ca>
29312
29313         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29314
29315         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
29316           Fix memleak (#155223).
29317
29318 2004-10-29  Wim Taymans  <wim@fluendo.com>
29319
29320         * gst/tcp/.cvsignore:
29321         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
29322         (gst_multifdsink_class_init), (gst_multifdsink_init),
29323         (gst_multifdsink_add), (gst_multifdsink_remove),
29324         (gst_multifdsink_remove_client_link), (is_sync_frame),
29325         (gst_multifdsink_new_client),
29326         (gst_multifdsink_handle_client_write),
29327         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
29328         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
29329         (gst_multifdsink_get_property):
29330         * gst/tcp/gstmultifdsink.h:
29331         Added burst on connect sync_method, deprecated sync_clients,
29332         streamlined the sync code some more.
29333
29334 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29335
29336         * gst/playback/gstplaybasebin.c: (thread_error), (setup_source),
29337         (gst_play_base_bin_change_state):
29338           Improve error reporting.
29339
29340 2004-10-28  Wim Taymans  <wim@fluendo.com>
29341
29342         * gst/tcp/Makefile.am:
29343         * gst/tcp/fdsetstress.c: (mess_some_more), (run_test), (main):
29344         * gst/tcp/gstfdset.c: (nearest_pow), (resize), (ensure_size),
29345         (gst_fdset_new), (gst_fdset_free), (gst_fdset_set_mode),
29346         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
29347         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
29348         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
29349         (gst_fdset_wait):
29350         Added more locks around fdset structures. Fixed/reworked
29351         the poll array resizing code.
29352         Added stress test for fdset.
29353
29354 2004-10-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
29355
29356         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
29357         fix build
29358
29359 2004-10-28  Benjamin Otte  <otte@gnome.org>
29360
29361         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
29362           fix link function to always query channels and query width for
29363           floats
29364         * configure.ac:
29365           add equalizer dir
29366         * gst/equalizer/Makefile.am:
29367         * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_get_type),
29368         (gst_iir_equalizer_base_init), (gst_iir_equalizer_class_init),
29369         (gst_iir_equalizer_init), (gst_iir_equalizer_finalize),
29370         (arg_to_scale), (setup_filter),
29371         (gst_iir_equalizer_compute_frequencies),
29372         (gst_iir_equalizer_set_property), (gst_iir_equalizer_get_property),
29373         (gst_iir_equalizer_filter_inplace), (gst_iir_equalizer_setup),
29374         (plugin_init):
29375           add an equalizer
29376
29377 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
29378
29379         Submitted by: Kjartan Maraas <kmaraas@broadpark.no>
29380
29381         * po/LINGUAS:
29382         * po/nb.po:
29383           Added Norwegian Bokmaal translation
29384
29385 2004-10-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29386
29387         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
29388           Don't break on options (fixes #156488).
29389
29390 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
29391
29392         * configure.ac:
29393         * ext/cdaudio/Makefile.am:
29394         * sys/Makefile.am:
29395           fix build on older automake
29396
29397 2004-10-26  Wim Taymans  <wim@fluendo.com>
29398
29399         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
29400         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
29401         Allow a little margin when negotiating the framerate.
29402
29403 2004-10-26  Stefan Kost  <ensonic@users.sf.net>
29404
29405         * gst/level/gstlevel.c:
29406           synchonised naming of pads and pad-templates
29407
29408 2004-10-26  Wim Taymans  <wim@fluendo.com>
29409
29410         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
29411         (gst_ogg_demux_handle_event), (_find_chain_get_unknown_part),
29412         (_find_streams_check), (gst_ogg_demux_push):
29413         Fix EOS again. Needs to be done in a better way. We should not
29414         remove the pad if there is no new chained stream.
29415
29416 2004-10-26 Iain <iaingnome@gmail.com>
29417
29418         * ext/ogg/gstoggdemux.c (gst_ogg_pad_new): Free the tag list.
29419         * gst/audioscale/gstaudioscale.c (gst_audioscale_link): Free the copy
29420         of the caps.
29421         * gst/interleave/interleave.c (interleave_class_init): Hook up release
29422         pad.
29423         (interleave_release_pad): Remove the pad.
29424         * gst/level/gstlevel.c: Allow the level to take 1 or 2 channels.
29425         * sys/sunaudio/gstsunaudio.c (gst_sunaudio_setparams): Pay attention to
29426         the set device.
29427         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support): Free the
29428         attrs
29429         (gst_xvimagesink_xcontext_clear): Free the xcontext.
29430         (gst_xvimagesink_finalize): Free the par.
29431
29432 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29433
29434         * gst/avi/gstavimux.c: (gst_avimux_audsinkconnect),
29435         (gst_avimux_stop_file):
29436           First calculate the rate, and only then use it. Hdr.rate is a
29437           multiple and not a derivative of hdr.scale. Scale is not the
29438           same as blockalign but is solely related to rate.
29439
29440 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29441
29442         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
29443         (gst_gnomevfssink_handle_event), (gst_gnomevfssink_chain):
29444           Implement seeking.
29445
29446 2004-10-25  James Henstridge  <james@jamesh.id.au>
29447
29448         Reviewed by:  David Schleef  <ds@schleef.org>
29449
29450         * examples/gstplay/player.c: (got_stream_length), (main):
29451         * examples/seeking/cdplayer.c: (update_scale):
29452         * examples/seeking/seek.c: (format_value), (update_scale):
29453         * examples/seeking/spider_seek.c: (format_value), (update_scale),
29454         (stop_seek):
29455         Build fixes on AMD64.
29456
29457 2004-10-25  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
29458
29459         reviewed by: Ronald Bultje <rbultje at gnome dot org>
29460
29461         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
29462         Fix for some v4l cards which hang in v4lsrc
29463
29464 2004-10-25  Wim Taymans  <wim@fluendo.com>
29465
29466         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_remove),
29467         (gst_ogg_demux_push), (gst_ogg_chains_clear):
29468         Make sure to remove the pad when a new chain is
29469         encountered. Set some vars to NULL so we don't try
29470         to reference freed memory.
29471
29472 2004-10-25  Wim Taymans  <wim@fluendo.com>
29473
29474         * examples/seeking/Makefile.am:
29475         * examples/seeking/cdplayer.c: (update_scale):
29476         * examples/seeking/chained.c: (unlinked), (new_pad), (main):
29477         * examples/seeking/playbin.c: (make_playerbin_pipeline),
29478         (format_value), (update_scale), (iterate), (start_seek),
29479         (stop_seek), (print_media_info), (play_cb), (pause_cb), (stop_cb),
29480         (print_usage), (main):
29481         Added some more examples, update others.
29482
29483 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29484
29485         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
29486         * ext/speex/gstspeexdec.c: (speex_dec_chain):
29487         * ext/theora/theoradec.c: (theora_dec_chain):
29488         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
29489           Add codec-name metadata.
29490
29491 2004-10-25  Takao Fujiwara  <Takao.Fujiwara@Sun.COM>
29492
29493         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29494
29495         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
29496         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
29497         * ext/alsa/gstalsamixertrack.h:
29498         * po/POTFILES.in:
29499           ALSA mixer track label internationalization (#154054).
29500
29501 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29502
29503         * ext/theora/theoradec.c: (theora_dec_chain):
29504           Export bitrate as metadata.
29505
29506 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29507
29508         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
29509         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
29510         * ext/alsa/gstalsamixertrack.h:
29511           Fix names, fix loop.
29512
29513 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29514
29515         * ext/speex/gstspeexdec.c: (gst_speex_dec_init),
29516         (speex_dec_convert):
29517           sinkconvert function so oggdemux can get the file length (totem).
29518
29519 2004-10-25  James Morrison  <ja2morri@csclub.uwaterloo.ca>
29520
29521         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29522
29523         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
29524           Don't push incomplete packets.
29525         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find):
29526           Fix MPEG-4 audio typefinding.
29527
29528 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29529
29530         * sys/v4l/Makefile.am:
29531         * sys/v4l/gstv4l.c: (plugin_init):
29532         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_type),
29533         (gst_v4lelement_init), (gst_v4lelement_dispose),
29534         (gst_v4lelement_change_state):
29535         * sys/v4l/gstv4lelement.h:
29536         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_open),
29537         (gst_v4l_xoverlay_close), (idle_refresh),
29538         (gst_v4l_xoverlay_set_xwindow_id):
29539         * sys/v4l/gstv4lxoverlay.h:
29540         * sys/v4l/v4l-overlay_calls.c:
29541         * sys/v4l/v4l_calls.h:
29542         * sys/v4l2/Makefile.am:
29543         * sys/v4l2/gstv4l2.c: (plugin_init):
29544         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_type),
29545         (gst_v4l2element_init), (gst_v4l2element_dispose),
29546         (gst_v4l2element_change_state):
29547         * sys/v4l2/gstv4l2element.h:
29548         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_open),
29549         (gst_v4l2_xoverlay_close), (idle_refresh),
29550         (gst_v4l2_xoverlay_set_xwindow_id):
29551         * sys/v4l2/gstv4l2xoverlay.h:
29552         * sys/v4l2/v4l2-overlay_calls.c:
29553         * sys/v4l2/v4l2_calls.h:
29554           Remove client-side overlay handling, use the X-server v4l plugin
29555           for that. Nicer overlay, less code. Also make the plugin
29556           compileable without X (but then without overlay, obviously).
29557           Makes xwindowlistener obsolete, should we remove that?
29558
29559 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29560
29561         * sys/oss/gstosssrc.c: (gst_osssrc_get_time), (gst_osssrc_get),
29562         (gst_osssrc_src_query):
29563         * sys/oss/gstosssrc.h:
29564           OK, so people want offset in DEFAULT. This time, actually fix all
29565           cases.
29566         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
29567           Add FPS properly.
29568
29569 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29570
29571         * gst/asfdemux/gstasfmux.c:
29572         * gst/avi/gstavimux.c:
29573           Framerate.
29574
29575 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29576
29577         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_set_property):
29578           Fix properties (channel, norm, frequency).
29579
29580 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29581
29582         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_property):
29583           Flag typo.
29584         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults):
29585           No warnings.
29586
29587 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29588
29589         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_clear_format_list):
29590           Fix hang.
29591
29592 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29593
29594         * sys/v4l2/gstv4l2element.h:
29595           Yet Another Hack (tm) for kernel header borkedness.
29596         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
29597         (gst_v4l2src_v4l2fourcc_to_caps), (gst_v4l2_fourcc_from_structure),
29598         (gst_v4l2src_link), (gst_v4l2src_getcaps),
29599         (gst_v4l2src_change_state):
29600         * sys/v4l2/gstv4l2src.h:
29601         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_init),
29602         (gst_v4l2src_capture_start), (gst_v4l2src_capture_stop):
29603           Fix caps, keep track of state, work.
29604
29605 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29606
29607         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
29608           Quiet.
29609
29610 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29611
29612         * sys/oss/gstosssrc.c: (gst_osssrc_get):
29613           Don't mix bytes and samples.
29614
29615 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29616
29617         * ext/ogg/gstoggmux.c:
29618           Basic pad template which accepts OGM tracks, speex, flac, vorbis
29619           and theora. Any is incorrect.
29620         * gst/asfdemux/gstasfmux.c: (gst_asfmux_vidsink_link):
29621           Fix caps.
29622         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
29623         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
29624         (gst_v4lmjpegsrc_init), (gst_v4lmjpegsrc_srcconnect),
29625         (gst_v4lmjpegsrc_getcaps), (gst_v4lmjpegsrc_change_state):
29626         * sys/v4l/gstv4lmjpegsrc.h:
29627         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
29628         (gst_v4lsrc_change_state):
29629         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_start),
29630         (gst_v4lmjpegsrc_capture_stop):
29631           Fix caps. Keep track of internal state. Work.
29632
29633 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29634
29635         * ext/Makefile.am:
29636           Fix the build fixes.
29637
29638 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29639
29640         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
29641         (gst_ogg_demux_src_event), (_find_chain_seek),
29642         (gst_ogg_pad_push):
29643           Check for pad availability before using it.
29644         * ext/ogg/gstoggdemux.c: (_find_chain_process):
29645           Fix parsing of chained ogg. Needs more work on the decoder side.
29646
29647 2004-10-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29648
29649         * gst/spectrum/Makefile.am:
29650         * gst/spectrum/demo-osssrc.c: (spectrum_chain), (main),
29651         (idle_func):
29652           Fix demo and reenable it. Yes, I'm currently playing with audio
29653           analysis tools
29654
29655 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29656
29657         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
29658           We love it if files that start at zero work too...
29659
29660 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29661
29662         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
29663           Handle files with missing EOS headers.
29664
29665 2004-10-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
29666
29667         * gst/tcp/gsttcpserversink.c:
29668         (gst_tcpserversink_handle_server_read),
29669         (gst_tcpserversink_init_send):
29670         Zero some variables first (need for accept not to return EINVAL)
29671
29672 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29673
29674         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
29675         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
29676         * ext/theora/theoradec.c: (theora_dec_sink_convert),
29677         (theora_dec_chain):
29678         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
29679         (gst_vorbis_dec_init), (vorbis_dec_convert), (vorbis_dec_chain):
29680           Seeking and querying finetune.
29681
29682 2004-10-20  Thomas Vander Stichele  <thomas at apestaart dot org>
29683
29684         * configure.ac:
29685         * ext/Makefile.am:
29686         * ext/raw1394/Makefile.am:
29687           fix the build
29688
29689 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29690
29691         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
29692           Wrong return.
29693         * gst/playback/Makefile.am:
29694         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
29695         * gst/playback/gstplay-marshal.list:
29696         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
29697           Fix marshallers.
29698
29699 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29700
29701         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event):
29702           Silence.
29703
29704 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29705
29706         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
29707         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
29708         (gst_ogg_pad_push):
29709           Yay for non-lineair granulepos in theora.
29710
29711 2004-10-18  Wim Taymans  <wim@fluendo.com>
29712
29713         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
29714         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
29715         * ext/dv/gstdvdec.h:
29716         Make sure we renegotiate aspect ratio when the camera switches.
29717
29718 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29719
29720         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
29721         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
29722           Start at zero.
29723         * ext/theora/theoradec.c: (theora_dec_chain):
29724           Skip headers. Bad idea for chained ogg, but fixes seeking.
29725
29726 2004-10-18  Wim Taymans  <wim@fluendo.com>
29727
29728         * configure.ac:
29729         I swear, this is the last time I touch this.
29730
29731 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29732
29733         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
29734         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
29735         (_read_bos_process), (gst_ogg_demux_iterate), (gst_ogg_pad_new):
29736           Faster seeking.
29737         * ext/theora/theoradec.c: (theora_dec_sink_convert):
29738           Time-to-default conversion.
29739         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
29740           Don't error on unknown packets, just skip. We should probably
29741           read them if we want to support chained ogg.
29742
29743 2004-10-18  Wim Taymans  <wim@fluendo.com>
29744
29745         * configure.ac:
29746         Added cdaudio to wrong list.
29747
29748 2004-10-18  Wim Taymans  <wim@fluendo.com>
29749
29750         * configure.ac:
29751         Revive cdaudio.
29752
29753 2004-10-18  Wim Taymans  <wim@fluendo.com>
29754
29755         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
29756         (gst_dvdec_video_link), (gst_dvdec_push):
29757         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
29758         (gst_smokeenc_resync), (gst_smokeenc_chain):
29759         Fix mimetype on smoke encoder.
29760         Add aspect ratio to dvdec. Not sure if these
29761         values are correct though....
29762
29763 2004-10-18  Wim Taymans  <wim@fluendo.com>
29764
29765         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
29766         Fix vorbis property descriptions and ranges.
29767
29768 2004-10-18  Wim Taymans  <wim@fluendo.com>
29769
29770         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
29771         Really do nothing when no data is available.
29772         Go to the playing state when the stream is not seekable
29773         instead of failing.
29774
29775 2004-10-18  Wim Taymans  <wim@fluendo.com>
29776
29777         * ext/cdaudio/gstcdaudio.c: (_do_init), (gst_cdaudio_base_init),
29778         (gst_cdaudio_get_event_masks), (gst_cdaudio_send_event),
29779         (gst_cdaudio_query), (plugin_init), (cdaudio_uri_get_type),
29780         (cdaudio_uri_get_protocols), (cdaudio_uri_get_uri),
29781         (cdaudio_uri_set_uri), (cdaudio_uri_handler_init):
29782         Added uri handler for cd://
29783         Port to new API.
29784
29785 2004-10-18  Wim Taymans  <wim@fluendo.com>
29786
29787         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
29788         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
29789         (try_to_link_1), (no_more_pads), (close_link), (type_found):
29790         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
29791         (remove_prerolls), (unknown_type), (add_element_stream),
29792         (new_decoded_pad), (setup_source), (gst_play_base_bin_add_element),
29793         (gst_play_base_bin_remove_element),
29794         (gst_play_base_bin_link_stream):
29795         * gst/playback/gstplaybin.c: (gen_video_element),
29796         (gen_vis_element), (remove_sinks), (setup_sinks):
29797         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
29798         (gst_stream_info_get_type), (gst_stream_info_class_init),
29799         (gst_stream_info_init), (gst_stream_info_new),
29800         (gst_stream_info_dispose), (stream_info_mute_pad),
29801         (gst_stream_info_set_property), (gst_stream_info_get_property):
29802         * gst/playback/gststreaminfo.h:
29803         Add sink padtemplate to decodebin.
29804         Added some more comments.
29805         Make queue size configurable in playbasebin.
29806         Added possibility to use elements as sinks (ex cdaudio).
29807
29808 2004-10-15  Wim Taymans  <wim@fluendo.com>
29809
29810         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
29811         (gst_speexenc_chain):
29812         Fix speex timestamps so that it gets muxed properly.
29813
29814 2004-10-15  Wim Taymans  <wim@fluendo.com>
29815
29816         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_get_type),
29817         (gst_dv1394src_base_init), (gst_dv1394src_class_init),
29818         (gst_dv1394src_init), (gst_dv1394src_dispose),
29819         (gst_dv1394src_iso_receive), (gst_dv1394src_discover_avc_node),
29820         (gst_dv1394src_change_state), (gst_dv1394src_get_event_mask),
29821         (gst_dv1394src_event), (gst_dv1394src_get_formats),
29822         (gst_dv1394src_convert), (gst_dv1394src_get_query_types),
29823         (gst_dv1394src_query), (gst_dv1394src_uri_get_type),
29824         (gst_dv1394src_uri_get_protocols), (gst_dv1394src_uri_get_uri),
29825         (gst_dv1394src_uri_set_uri), (gst_dv1394src_uri_handler_init):
29826         * ext/raw1394/gstdv1394src.h:
29827         Added conversion/query functions.
29828         Update buffer timestamps,
29829         Added signals.
29830         Added uri dv:// so it might play from the firewire in playbin.
29831         Fix a possible leak.
29832         Added debugging.
29833
29834 2004-10-15  Wim Taymans  <wim@fluendo.com>
29835
29836         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
29837         (gst_dv1394src_init), (gst_dv1394src_set_property),
29838         (gst_dv1394src_get_property), (gst_dv1394src_iso_receive),
29839         (gst_dv1394src_discover_avc_node), (gst_dv1394src_change_state):
29840         * ext/raw1394/gstdv1394src.h:
29841         Added AV/C VTR control support needed for some cameras.
29842         Added automatic port detection.
29843         Added properties for selecting the channel.
29844         The configure.ac script is not yet updated to reflect the
29845         new libavc1394 and librom1394 dependencies.
29846
29847 2004-10-15  Wim Taymans  <wim@fluendo.com>
29848
29849         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
29850         (qtdemux_parse), (gst_qtdemux_handle_esds):
29851         An esds box is not a container.
29852         Fix parsing of mp4v boxes.
29853         Do not try to renegotiate fps for each frame. Need to
29854         find a better method. This should fix mp4 playback.
29855
29856 2004-10-14  David Schleef  <ds@schleef.org>
29857
29858         * configure.ac: update for swfdec-0.3 and liboil-0.2
29859         * ext/swfdec/gstswfdec.c: update for swfdec-0.3
29860         * ext/swfdec/gstswfdec.h: same
29861         * gst/videofilter/gstvideobalance.c: update for liboil-0.2
29862         * gst/videotestsrc/videotestsrc.c: same
29863
29864 2004-10-14  Wim Taymans  <wim@fluendo.com>
29865
29866         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
29867         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
29868         (is_sync_frame), (gst_multifdsink_new_client),
29869         (gst_multifdsink_handle_client_write),
29870         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
29871         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
29872         Turn warnings into info.
29873         Don't allow a state change in the streaming thread.
29874
29875 2004-10-14  Thomas Vander Stichele  <thomas at apestaart dot org>
29876
29877         * ext/vorbis/oggvorbisenc.c:
29878         * ext/vorbis/vorbisdec.c:
29879           fix template sample rate
29880
29881 2004-10-13  Wim Taymans  <wim@fluendo.com>
29882
29883         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
29884         Decoding the header first fixes some problems in resyncing
29885         in more mp3s.
29886
29887 2004-10-12  Wim Taymans  <wim@fluendo.com>
29888
29889         * gst/playback/gstplaybin.c: (gen_video_element),
29890         (gen_vis_element), (remove_sinks), (setup_sinks):
29891         Added vis plugin support, need to configure the vis
29892         element to activate it.
29893
29894 2004-10-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29895
29896         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get),
29897         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
29898           Some debug.
29899         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
29900         (gst_avi_demux_handle_src_event), (gst_avi_demux_read_superindex),
29901         (gst_avi_demux_read_subindexes), (gst_avi_demux_add_stream),
29902         (gst_avi_demux_stream_index), (gst_avi_demux_skip),
29903         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
29904         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header):
29905         * gst/avi/gstavidemux.h:
29906           Support for openDML-2.0 indx/ix## chunks. Support for broken index
29907           recovery (where, if part of the index is broken, we will still read
29908           the rest of the index and recover the broken part by stream
29909           scanning). More broken media support. EOS workarounds. General AVI
29910           braindamage headache recovery. Aspirin included.
29911
29912 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29913
29914         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_open),
29915         (cdparanoia_event), (cdparanoia_query):
29916           Get rid of hideous lead-in.
29917
29918 2004-10-11  Wim Taymans  <wim@fluendo.com>
29919
29920         * gst/playback/gstplaybasebin.c: (setup_source):
29921         Wrong var used to get g_list_next.
29922
29923 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29924
29925         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
29926         (cdparanoia_get), (cdparanoia_open):
29927           Report discid as metadata, add duration.
29928
29929 2004-10-11  Wim Taymans  <wim@fluendo.com>
29930
29931         * gst/playback/gstplaybasebin.c: (setup_source):
29932         Cleanup the previous pipeline a little earlier for the
29933         case that a source element provides raw data.
29934
29935 2004-10-11  Benjamin Otte  <otte@gnome.org>
29936
29937         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
29938           reset v1 tag offset when there is no v1 tag. Fixes id3demux always
29939           consuming the last 128 bytes, even though it was valid mp3 data.
29940
29941 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
29942
29943         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
29944         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
29945         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
29946         Change g_warnings to GST_WARNING_OBJECT and fix colourspace issue
29947
29948 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
29949
29950         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps):
29951         Fix for webcams that support only specific width or height
29952
29953 2004-10-09  Tim-Philipp Müller  <t.i.m@zen.co.uk>
29954
29955         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29956
29957         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
29958           Fix wrong discont event setup (fixes #154967).
29959
29960 2004-10-09  Sebastien Cote  <sc5@hermes.usherb.ca>
29961
29962         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29963
29964         * gst/auparse/gstauparse.c: (gst_auparse_chain):
29965           Error out on invalid data (fixes #154807).
29966
29967 2004-10-09  Tim-Philipp Müller  <t.i.m@zen.co.uk>
29968
29969         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29970
29971         * ext/dvdread/dvdreadsrc.c: (_read):
29972           Make titles > 0 work again (fixes #154834).
29973
29974 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29975
29976         * gst-libs/gst/riff/riff-media.c:
29977         (gst_riff_create_video_template_caps):
29978           WMV3 missing in template caps.
29979
29980 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29981
29982         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
29983           OK, so the original code was too strict. It makes random AVI files
29984           hang for seconds upon opening, which is unacceptable and is far
29985           beyond the original goal of getting multiple chunks for one-chunk
29986           sounc stream files. So now do just that.
29987
29988 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29989
29990         * gst/playback/gstplaybasebin.c: (setup_source),
29991         (gst_play_base_bin_change_state):
29992           Actually clean up streaminfo if output fails. This would trigger
29993           if, for example, there was no CD in the drive. No preroll, so
29994           a streaminfo structure is created, but the subsequent state change
29995           of the thread fails.
29996         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
29997           Don't change state if parent failed.
29998
29999 2004-10-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30000
30001         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
30002         (gst_play_bin_init), (gst_play_bin_get_property), (handoff),
30003         (gen_video_element), (remove_sinks):
30004           Add small bits of code for screenshot handling.
30005
30006 2004-10-08  Wim Taymans  <wim@fluendo.com>
30007
30008         * gst/playback/gstplaybin.c: (gst_play_bin_set_property),
30009         (gen_video_element), (gen_audio_element), (setup_sinks):
30010         Don't assume the user provided sinks are named "sink"...
30011
30012 2004-10-08  Wim Taymans  <wim@fluendo.com>
30013
30014         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
30015         (unknown_type), (setup_source), (gst_play_base_bin_remove_element),
30016         (gst_play_base_bin_link_stream):
30017         Do not try to autoplug sources that generate raw streams like
30018         cdparanoia.
30019         disconnect the preroll overrun signal when we don't need it anymore.
30020
30021 2004-10-08  Milosz Derezynski  <internalerror.rez@fhtw-berlin.de>
30022
30023         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
30024         Added reworked patch from #154903 from milosz derezynski (deadchip).
30025
30026 2004-10-08  Wim Taymans  <wim@fluendo.com>
30027
30028         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
30029         (cdparanoia_base_init), (cdparanoia_class_init), (cdparanoia_init),
30030         (cdparanoia_dispose), (cdparanoia_get), (cdparanoia_change_state),
30031         (cdparanoia_convert), (cdparanoia_uri_get_type),
30032         (cdparanoia_uri_get_protocols), (cdparanoia_uri_get_uri),
30033         (cdparanoia_uri_set_uri), (cdparanoia_uri_handler_init):
30034         * ext/cdparanoia/gstcdparanoia.h:
30035         This adds the cdda://<tracknum> uri.
30036
30037 2004-10-08  Wim Taymans  <wim@fluendo.com>
30038
30039         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
30040         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
30041         (try_to_link_1), (no_more_pads), (close_link), (type_found):
30042         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
30043         (unknown_type), (gst_play_base_bin_remove_element),
30044         (gst_play_base_bin_link_stream):
30045         * gst/playback/gstplaybasebin.h:
30046         * gst/playback/gstplaybin.c: (gst_play_bin_init),
30047         (gst_play_bin_set_property), (gen_video_element),
30048         (gen_audio_element), (setup_sinks):
30049         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
30050         (gst_stream_info_get_type), (gst_stream_info_class_init),
30051         (gst_stream_info_init), (gst_stream_info_new),
30052         (gst_stream_info_dispose), (stream_info_mute_pad),
30053         (gst_stream_info_set_property), (gst_stream_info_get_property):
30054         * gst/playback/gststreaminfo.h:
30055         Reuse the audio and video bins.
30056         Some internal cleanups in the stream selection code.
30057
30058 2004-10-08  Julien MOUTTE  <julien@moutte.net>
30059
30060         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
30061         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
30062         * sys/ximage/ximagesink.h:
30063         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
30064         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
30065         * sys/xvimage/xvimagesink.h: Reverting Ronald's changes as the issue is
30066         not coming from those elements. Moreover these elements should not keep
30067         the xid they have been given when in NULL state.
30068
30069 2004-10-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30070
30071         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
30072         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
30073         * sys/ximage/ximagesink.h:
30074         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
30075         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
30076         * sys/xvimage/xvimagesink.h:
30077           Actually only create a new toplevel window if we're not gonna
30078           embed it right after.
30079
30080 2004-10-07  Wim Taymans  <wim@fluendo.com>
30081
30082         * gst/playback/gstplaybasebin.c: (play_base_bin_mute_pad),
30083         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream):
30084         * gst/playback/gstplaybin.c: (setup_sinks):
30085         Implement muting/unmuting of streams, mute streams that are not
30086         used.
30087
30088 2004-10-07  Wim Taymans  <wim@fluendo.com>
30089
30090         * gst/typefind/gsttypefindfunctions.c: (ac3_type_find),
30091         (plugin_init):
30092         Added lame audio/x-ac3 typefind function.
30093
30094 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
30095
30096         * configure.ac:
30097           bump nano to cvs
30098
30099 === release 0.8.5 ===
30100
30101 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
30102
30103         * NEWS:
30104         * RELEASE:
30105         * configure.ac:
30106           releasing 0.8.5, "Take You On"
30107
30108 2004-10-06  Wim Taymans  <wim@fluendo.com>
30109
30110         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
30111         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
30112         (no_more_pads), (close_link), (type_found):
30113         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
30114         * gst/playback/gstplaybin.c: (gen_video_element):
30115         Do not signal the no_more_pads after the first pad when
30116         we are plugging a non dynamic element with multiple
30117         output pads (like swfdec, dvdec, ...).
30118
30119 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
30120
30121         * configure.ac:
30122           bump for prerelease
30123
30124 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
30125
30126         * gst/wavparse/gstwavparse.c:
30127           add ATRAC3 to STATIC CAPS to fix a warning
30128
30129         * gst/matroska/ebml-read.c:
30130         * gst-libs/gst/riff/riff-read.c:
30131           fix typos
30132
30133 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
30134
30135         * gst-libs/gst/riff/riff-media.c:
30136           generate caps for ATRAC3 audio streams
30137
30138         * gst/realmedia/rmdemux.c:
30139           generate caps for ATRAC3 audio streams
30140
30141 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
30142
30143         * gst/wavparse/Makefile.am
30144         * gst/wavparse/riff.h
30145         * gst/wavparse/wavparse.vcproj
30146           riff.h removal (unused and duplication with riff-ids.h)
30147
30148 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
30149
30150         * gst/wavparse/gstwavparse.h
30151           remove duplicated defines for audio codec codes
30152
30153         * gst-libs/gst/riff/riff-ids.h
30154         * gst/wavenc/riff.h:
30155           add "4CC" code for ATRAC3 audio streams
30156           add "4CC" code for ITU_G721_ADPCM (unused for now)
30157
30158 2004-10-06  Wim Taymans  <wim@fluendo.com>
30159
30160         * gst/flx/gstflxdec.c: (gst_flxdec_init), (gst_flxdec_loop):
30161         Actually _do_ negotiation. Pass gdouble as arg instead
30162         of guint64 for the framerate.
30163
30164 2004-10-06  Wim Taymans  <wim@fluendo.com>
30165
30166         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
30167         (find_compatibles), (close_pad_link), (try_to_link_1),
30168         (no_more_pads), (close_link), (type_found):
30169         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
30170         * gst/playback/gstplaybin.c: (gen_video_element),
30171         (gen_audio_element):
30172         Set state on newly added element to READY so that negotiation
30173         can happen ASAP.
30174         Addes some more debug info.
30175         Do not try to plug pads with multiple caps structures or ANY
30176         because it is too dangerous since we do not do dynamic
30177         replugging.
30178
30179 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
30180
30181         written by: Gora Mohanty <gora_mohanty@yahoo.co.in>
30182
30183         * po/LINGUAS:
30184         * po/or.po:
30185           add Oriya translation
30186
30187 2004-10-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30188
30189         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
30190           Prevent overwrite of size member. Makes audio sound crappy.
30191
30192 2004-10-05  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
30193
30194         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
30195         Add rmvb to the list of known RealMedia extensions
30196
30197 2004-10-05  Wim Taymans  <wim@fluendo.com>
30198
30199         * ext/libmng/gstmngdec.c: (gst_mngdec_loop), (mngdec_error),
30200         (mngdec_openstream), (mngdec_closestream),
30201         (mngdec_handle_sink_event), (mngdec_readdata),
30202         (mngdec_gettickcount), (mngdec_settimer), (mngdec_processheader),
30203         (mngdec_getcanvasline), (mngdec_refresh),
30204         (gst_mngdec_change_state):
30205         Set the framerate correctly.
30206
30207 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30208
30209         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
30210           There was something wrong with the index massaging.
30211
30212 2004-10-04  Wim Taymans  <wim@fluendo.com>
30213
30214         * ext/jpeg/gstjpeg.c: (smoke_type_find), (plugin_init):
30215         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
30216         (gst_smokedec_chain):
30217         * ext/jpeg/gstsmokedec.h:
30218         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
30219         (gst_smokeenc_init), (gst_smokeenc_resync), (gst_smokeenc_chain):
30220         * ext/jpeg/gstsmokeenc.h:
30221         * ext/jpeg/smokecodec.c: (smokecodec_encode_new),
30222         (smokecodec_decode_new), (smokecodec_info_free),
30223         (smokecodec_set_quality), (smokecodec_get_quality),
30224         (smokecodec_set_threshold), (smokecodec_get_threshold),
30225         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
30226         (find_best_size), (abs_diff), (put), (smokecodec_encode_id),
30227         (smokecodec_encode), (smokecodec_parse_id),
30228         (smokecodec_parse_header), (smokecodec_decode):
30229         * ext/jpeg/smokecodec.h:
30230         * ext/jpeg/smokeformat.h:
30231         Updated smoke, new bitstream, allows embedding in ogg.
30232
30233 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30234
30235         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
30236           Fix seeking in some files. All this code is no longer needed (and
30237           actually breaks stuff) because we now synchronize the full index
30238           right when reading the header.
30239
30240 2004-10-04  Wim Taymans  <wim@fluendo.com>
30241
30242         * configure.ac:
30243         configure update for libmng.
30244
30245 2004-10-04  Wim Taymans  <wim@fluendo.com>
30246
30247         * ext/libmng/Makefile.am:
30248         * ext/libmng/gstmng.c: (plugin_init):
30249         * ext/libmng/gstmng.h:
30250         * ext/libmng/gstmngdec.c: (gst_mngdec_get_type),
30251         (gst_mngdec_base_init), (gst_mngdec_class_init),
30252         (gst_mngdec_sinklink), (gst_mngdec_init), (gst_mngdec_src_getcaps),
30253         (gst_mngdec_loop), (gst_mngdec_get_property),
30254         (gst_mngdec_set_property), (mngdec_error), (mngdec_openstream),
30255         (mngdec_closestream), (mngdec_handle_sink_event),
30256         (mngdec_readdata), (mngdec_gettickcount), (mngdec_settimer),
30257         (mngdec_processheader), (mngdec_getcanvasline), (mngdec_refresh),
30258         (gst_mngdec_change_state):
30259         * ext/libmng/gstmngdec.h:
30260         * ext/libmng/gstmngenc.c: (gst_mngenc_get_type),
30261         (mng_caps_factory), (raw_caps_factory), (gst_mngenc_base_init),
30262         (gst_mngenc_class_init), (gst_mngenc_sinklink), (gst_mngenc_init),
30263         (gst_mngenc_chain), (gst_mngenc_get_property),
30264         (gst_mngenc_set_property):
30265         * ext/libmng/gstmngenc.h:
30266         Added basic MNG decoder. Needs more work. The encoder does
30267         not work yet.
30268
30269 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30270
30271         * gst/realmedia/rmdemux.c: (gst_rmdemux_handle_sink_event),
30272         (gst_rmdemux_loop), (gst_rmdemux_add_stream),
30273         (gst_rmdemux_parse_mdpr), (gst_rmdemux_dump_mdpr):
30274           Don't hang on length=0 chunks. Some negotiation fixes. Signal
30275           no-more-pads.
30276
30277 2004-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
30278
30279         * configure.ac:
30280           you need at least 1.0.4 of speex
30281
30282 2004-10-04 Iain <iaingnome@gmail.com>
30283
30284         * ext/speex/gstspeexdec.h: Revert the includes changes.
30285
30286         * ext/speex/gstspeexenc.[ch]: Revert the includes changes.
30287
30288 2004-09-30 Iain <iaingnome@gmail.com>
30289
30290         * sys/sunaudio/gstsunaudio.c (gst_sunaudiosink_open): Use the device
30291         found during init or set as a property instead of hardcoding /dev/audio
30292
30293 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30294
30295         * gst/realmedia/rmdemux.c: (gst_rmdemux_class_init),
30296         (gst_rmdemux_init), (gst_rmdemux_handle_sink_event),
30297         (gst_rmdemux_loop), (gst_rmdemux_add_stream), (re_hexdump_bytes),
30298         (re_dump_pascal_string), (gst_rmdemux_dump__rmf),
30299         (gst_rmdemux_dump_prop), (gst_rmdemux_parse_mdpr),
30300         (gst_rmdemux_dump_mdpr), (gst_rmdemux_dump_indx),
30301         (gst_rmdemux_dump_data):
30302           Use debug category, fix EOS handling. filesrc ! rmdemux now
30303           works.
30304
30305 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30306
30307         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
30308         (gst_avi_demux_stream_scan), (sort), (gst_avi_demux_massage_index),
30309         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data):
30310           Improve allocation, cutting and sorting of the index. How takes a
30311           few seconds instead of minutes.
30312
30313 2004-10-03  Christophe Fergeau  <teuf@gnome.org>
30314
30315         * gst/realmedia/rmdemux.c: (gst_rmdemux_parse_mdpr):
30316           fixed compilation
30317
30318 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30319
30320         * gst-libs/gst/riff/riff-media.c:
30321         (gst_riff_create_video_caps_with_data),
30322         (gst_riff_create_video_template_caps):
30323           Add wing commander format mimetype/fourccs.
30324         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
30325           Don't crash if some value is 0.
30326
30327 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30328
30329         * gst-libs/gst/riff/riff-media.c:
30330         (gst_riff_create_video_caps_with_data),
30331         (gst_riff_create_video_template_caps):
30332           Add DIB fourcc (raw, palettized 8-bit RGB).
30333         * gst-libs/gst/riff/riff-read.c:
30334         (gst_riff_read_strf_vids_with_data):
30335           Oops, fix strf_data reading bug.
30336         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
30337           Use a non-NULL tag.
30338         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
30339           Time for hacks. Sorry Dave. At least one quicktime movie (a
30340           trailer) that I've encountered contains multiple video tracks.
30341           One of those is the actual video track, the other are one-frame
30342           tracks (images). Unfortunately, the number of frames according
30343           to the trak header is 1 for each, so that doesn't help. So
30344           instead, I look at the duration and discard tracks with a
30345           duration shorter than 20% of the length of the stream. Better
30346           than nothing.
30347
30348 2004-10-01  Christian Schaller <christian@fluendo.com>
30349
30350         * ext/ivorbis/vorbis.c:
30351           Patch from Phil Blundell (Bug 152341)
30352
30353 2004-10-01  Wim Taymans  <wim@fluendo.com>
30354
30355         * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
30356         (speex_dec_get_formats), (speex_dec_convert),
30357         (speex_dec_src_query), (speex_dec_src_event), (speex_dec_event),
30358         (speex_dec_chain), (gst_speexdec_get_property),
30359         (gst_speexdec_set_property):
30360         Small cleanups.
30361
30362 2004-10-01  Wim Taymans  <wim@fluendo.com>
30363
30364         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
30365         (gst_wavparse_stream_init), (gst_wavparse_fmt),
30366         (gst_wavparse_other), (gst_wavparse_loop),
30367         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
30368         (gst_wavparse_srcpad_event):
30369         * gst/wavparse/gstwavparse.h:
30370         Added some more debugging info.
30371         Fix the case where the length of the file is 0.
30372         Make sure we seek to sample borders.
30373
30374 2004-10-01  Wim Taymans  <wim@fluendo.com>
30375
30376         * gst/playback/README:
30377         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
30378         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
30379         (try_to_link_1), (no_more_pads), (close_link), (type_found):
30380         Add some debug info to decodebin, update README
30381
30382 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30383
30384         * ext/dvdnav/dvdnavsrc.c: (dvdnav_handle_navigation_event):
30385           Don't use g_print(); use GST_DEBUG().
30386
30387 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30388
30389         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
30390         (gst_ogg_mux_queue_pads):
30391           Handle EOS properly.
30392
30393 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
30394
30395         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30396
30397         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_sinkconnect),
30398         (gst_faad_chain), (gst_faad_change_state):
30399         * ext/faad/gstfaad.h:
30400           Allow playback of raw (unframed) MPEG AAC files (#148993).
30401
30402 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
30403
30404         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30405
30406         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
30407           Throw error if we didn't recognize the stream. Fixes #152289.
30408
30409 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30410
30411         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
30412           Fix negotiation.
30413
30414 2004-10-01  Francis Labonte  <francis_labonte@hotmail.com>
30415
30416         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30417
30418         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
30419           Fix memleak.
30420
30421 2004-10-01  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
30422
30423         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30424
30425         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_setparams):
30426           Solve #152805.
30427         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_mute):
30428           Solve 152806.
30429
30430 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30431
30432         * gst-libs/gst/riff/riff-media.c:
30433         (gst_riff_create_video_caps_with_data),
30434         (gst_riff_create_audio_caps_with_data):
30435           Add codec_data handling (like asfdemux used to do).
30436         * gst/asfdemux/gstasf.c: (plugin_init):
30437         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
30438         (gst_asf_demux_add_audio_stream), (gst_asf_demux_add_video_stream):
30439           Use riff-media for caps creation instead of our own (mostly
30440           broken) copy of its functions.
30441
30442 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30443
30444         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_capture):
30445           Don't actually error out if we get another return value than
30446           -EINVAL. Opposite to what I first thought, drivers have random
30447           return values for this, although -EINVAL is the expected return
30448           value. Since this is not fatal, we shouldn't use
30449           GST_ELEMENT_ERROR() but just GST_ERROR_OBJECT().
30450
30451 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30452
30453         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
30454         (dvdreadsrc_init), (dvdreadsrc_dispose), (dvdreadsrc_set_property),
30455         (dvdreadsrc_get_property), (_open), (_seek), (_read),
30456         (dvdreadsrc_get), (dvdreadsrc_open_file),
30457         (dvdreadsrc_change_state):
30458           Fix. Don't do one big huge loop around the whole DVD, that will
30459           cache all data and thus eat sizeof(dvd) (several GB) before we
30460           see something.
30461         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
30462           Actually NULL'ify event after using it.
30463         * gst/matroska/ebml-read.c: (gst_ebml_read_use_event),
30464         (gst_ebml_read_handle_event), (gst_ebml_read_element_id),
30465         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
30466         (gst_ebml_read_seek), (gst_ebml_read_skip):
30467           Handle events.
30468         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_base_init),
30469         (gst_dvd_demux_init), (gst_dvd_demux_get_audio_stream),
30470         (gst_dvd_demux_get_subpicture_stream), (gst_dvd_demux_plugin_init):
30471           Fix timing (this will probably break if I seek using menus, but
30472           I didn't get there yet). VOBs and normal DVDs should now work.
30473           Add a mpeg2-only pad with high rank so this get autoplugged for
30474           MPEG-2 movies.
30475         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_base_init),
30476         (gst_mpeg_demux_class_init), (gst_mpeg_demux_init),
30477         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_get_video_stream),
30478         (gst_mpeg_demux_get_audio_stream),
30479         (gst_mpeg_demux_get_private_stream), (gst_mpeg_demux_parse_packet),
30480         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_plugin_init):
30481           Use this as second rank for MPEG-1 and MPEG-2. Still use this for
30482           MPEG-1 but use dvddemux for MPEG-2.
30483         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
30484         (gst_mpeg_parse_init), (gst_mpeg_parse_new_pad),
30485         (gst_mpeg_parse_parse_packhead):
30486           Timing. Only add pad template if it exists. Add sink template from
30487           class and not from ourselves. This means we will always use the
30488           correct sink template even if it is not the one defined in this
30489           file.
30490
30491 2004-09-29  Wim Taymans  <wim@fluendo.com>
30492
30493         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_packet),
30494         (gst_mpeg_demux_parse_pes):
30495         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
30496         Fix playback of mpeg again, timestamps where screwed up by
30497         patch 1.61.
30498
30499 2004-09-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30500
30501         * ext/flac/gstflacdec.c: (gst_flacdec_src_query):
30502           Only return true if we actually filled something in. Prevents
30503           player applications from showing a random length for flac files.
30504         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
30505         (gst_riff_read_use_event), (gst_riff_read_handle_event),
30506         (gst_riff_read_seek), (gst_riff_read_skip), (gst_riff_read_strh),
30507         (gst_riff_read_strf_vids_with_data),
30508         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_iavs):
30509           OK, ok, so I implemented event handling. Apparently it's normal
30510           that we receive random events at random points without asking
30511           for it.
30512         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
30513         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
30514         (gst_avi_demux_handle_src_event), (gst_avi_demux_stream_index),
30515         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
30516         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header),
30517         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
30518         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
30519         * gst/avi/gstavidemux.h:
30520           Implement non-lineair chunk handling and subchunk processing.
30521           The first solves playback of AVI files where the audio and video
30522           data of individual buffers that we read are not synchronized.
30523           This should not happen according to the wonderful AVI specs, but
30524           of course it does happen in reality. It is also a prerequisite for
30525           the second. Subchunk processing allows us to cut chunks in small
30526           pieces and process each of these pieces separately. This is
30527           required because I've seen several AVI files with incredibly large
30528           audio chunks, even some files with only one audio chunk for the
30529           whole file. This allows for proper playback including seeking.
30530           This patch is supposed to fix all AVI A/V sync issues.
30531         * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
30532         (flx_decode_chunks), (flx_decode_color), (gst_flxdec_loop):
30533           Work.
30534         * gst/modplug/gstmodplug.cc:
30535           Proper return value setting for the query() function.
30536         * gst/playback/gstplaybasebin.c: (setup_source):
30537           Being in non-playing state (after, e.g., EOS) is not necessarily
30538           a bad thing. Allow for that. This fixes playback of short files.
30539           They don't actually playback fully now, because the clock already
30540           runs. This means that small files (<500kB) with a small length
30541           (<2sec) will still not or barely play. Other files, such as mod
30542           or flx, will work correctly, however.
30543
30544 2004-09-28  Wim Taymans  <wim@fluendo.com>
30545
30546         * ext/speex/gstspeex.c: (plugin_init):
30547         * ext/speex/gstspeexdec.c: (gst_speex_dec_base_init),
30548         (gst_speex_dec_class_init), (speex_dec_get_formats),
30549         (speex_get_event_masks), (speex_get_query_types),
30550         (gst_speex_dec_init), (speex_dec_convert), (speex_dec_src_query),
30551         (speex_dec_src_event), (speex_dec_event), (speex_dec_chain),
30552         (gst_speexdec_get_property), (gst_speexdec_set_property),
30553         (speex_dec_change_state):
30554         * ext/speex/gstspeexdec.h:
30555         * ext/speex/gstspeexenc.c: (gst_speexenc_get_formats),
30556         (gst_speexenc_get_type), (speex_caps_factory), (raw_caps_factory),
30557         (gst_speexenc_base_init), (gst_speexenc_class_init),
30558         (gst_speexenc_sinkconnect), (gst_speexenc_convert_src),
30559         (gst_speexenc_convert_sink), (gst_speexenc_get_query_types),
30560         (gst_speexenc_src_query), (gst_speexenc_init),
30561         (gst_speexenc_get_tag_value), (comment_init), (comment_add),
30562         (gst_speexenc_metadata_set1), (gst_speexenc_set_metadata),
30563         (gst_speexenc_setup), (gst_speexenc_buffer_from_data),
30564         (gst_speexenc_push_buffer), (gst_speexenc_set_header_on_caps),
30565         (gst_speexenc_chain), (gst_speexenc_get_property),
30566         (gst_speexenc_set_property), (gst_speexenc_change_state):
30567         * ext/speex/gstspeexenc.h:
30568         Rewrote speex encoder, make sure it can be embedded in ogg.
30569         Implemented speex decoder.
30570
30571 2004-09-28  Christian Schaller <christian@fluendo.com>
30572
30573         * configure.ac:
30574         Remove kioslave plugin. Markey is brewing a new working one
30575         * ext/Makefile.am: Remove kioslave plugin
30576         * ext/kio: remove
30577         * gst-plugins.spec.in: remove kio plugin from spec
30578
30579 2004-09-27  Wim Taymans  <wim@fluendo.com>
30580
30581         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
30582         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
30583         (is_sync_frame), (gst_multifdsink_client_queue_buffer),
30584         (gst_multifdsink_new_client),
30585         (gst_multifdsink_handle_client_write),
30586         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
30587         (gst_multifdsink_handle_clients):
30588         * gst/tcp/gstmultifdsink.h:
30589         Make syncing to keyframes actually work for new clients and lagging
30590         clients.
30591
30592 2004-09-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30593
30594         * gst/debug/gstnavigationtest.c: (gst_navigationtest_class_init),
30595         (gst_navigationtest_handle_src_event), (draw_box_planar411),
30596         (gst_navigationtest_planar411), (gst_navigationtest_change_state):
30597         * gst/debug/gstnavigationtest.h:
30598           make navigationtest display button-press and button-release events
30599
30600 2004-09-26 Iain <iaingnome@gmail.com>
30601
30602         * gst/interleave/interleave.c (all_channels_new_media): Checks if all
30603         the channels have received a new media event.
30604         (interleave_buffered_loop): Compresses a new media event on all
30605         channels into one.
30606
30607 2004-09-26 Iain <iaingnome@gmail.com>
30608
30609         * gst/wavenc/gstwavenc.c (gst_wavenc_chain): Company says we need to
30610         call the sinkpad's default event handler and not the srcpads. He also
30611         says this is confusing :)
30612         (gst_wavenc_stop_file): Company says that seek events only go upstream
30613         we should send a discontinuous downstream instead.
30614
30615 2004-09-25  Christian Schaller <christian@fluendo.com>
30616
30617         * Update SPEC file to be usable in conjunction with Fedora Core,
30618           Fedora.us and freshrpms packages
30619         * Fix typo in multifilesrc test Makefile
30620
30621 2004-09-24  Wim Taymans  <wim@fluendo.com>
30622
30623         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
30624         Only signal the no_more_pads signal when we have
30625         added the stream to our list.
30626
30627 2004-09-24  Wim Taymans  <wim@fluendo.com>
30628
30629         * gst/playback/gstplaybasebin.c: (remove_prerolls),
30630         (new_decoded_pad):
30631         * gst/playback/gstplaybasebin.h:
30632         * gst/playback/gstplaybin.c: (setup_sinks):
30633         Don't try to preroll or decode more than one audio/video
30634         track.
30635
30636 2004-09-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30637
30638         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
30639           Throw error if we failed to find a suitable output. This should
30640           throw an error if we successfully set up a pipeline (e.g. because
30641           we recognized a media file) but found no decodable streams in it
30642           (e.g. because it contains only media stream types for which we
30643           have no decoders, or because it's not a media type).
30644
30645 2004-09-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30646
30647         * ext/dirac/Makefile.am:
30648         * ext/dirac/gstdirac.cc:
30649         * ext/dirac/gstdiracdec.cc:
30650         * ext/dirac/gstdiracdec.h:
30651           Do something. Don't actually know if this works because I don't
30652           have a demuxer yet.
30653         * ext/gsm/gstgsmdec.c: (gst_gsmdec_getcaps):
30654           Add channels=1 to caps returned from _getcaps().
30655         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_get_type),
30656         (gst_ogm_video_parse_get_type), (gst_ogm_audio_parse_base_init),
30657         (gst_ogm_video_parse_base_init), (gst_ogm_parse_init),
30658         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
30659         (gst_ogm_parse_sink_convert), (gst_ogm_parse_chain),
30660         (gst_ogm_parse_change_state):
30661           Separate between audio/video so ogmaudioparse actually uses the
30662           audio pad templates. Both audio and video work now, including
30663           autoplugging. Also use sometimes-srcpad hack.
30664         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
30665           Handle events better. Don't hang on infinite loops.
30666         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
30667         (gst_avi_demux_init), (gst_avi_demux_reset),
30668         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
30669         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data),
30670         (gst_avi_demux_change_state):
30671         * gst/avi/gstavidemux.h:
30672           Improve A/V sync. Still not perfect.
30673         * gst/matroska/ebml-read.c: (gst_ebml_read_seek),
30674         (gst_ebml_read_skip):
30675           Handle events better.
30676         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
30677         (gst_qtdemux_loop_header), (qtdemux_parse_trak),
30678         (qtdemux_audio_caps):
30679           Add IMA4. Improve event handling. Save offset after a seek when
30680           the headers are at the end of the file so that we don't end up in
30681           an infinite loop.
30682         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
30683           Add low-priority typefind support for files with no length.
30684
30685 2004-09-23  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30686
30687         * testsuite/multifilesink/Makefile.am:
30688         fix typo
30689
30690 2004-09-22  Julien MOUTTE  <julien@moutte.net>
30691
30692         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
30693         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls): Fix
30694         mistakes from thaytan's patches.
30695
30696 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
30697
30698         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
30699           For completeness, XSync in the destroy function as xvimage does.
30700
30701 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
30702
30703         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
30704            Correct caps negotiation
30705         * gst/volume/gstvolume.c: (volume_chain_float),
30706         (volume_chain_int16):
30707            Modify debug output to be little more informative
30708         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
30709         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
30710         (gst_xvimagesink_xvimage_destroy):
30711           Add XSync calls after detaching from the shared memory segment to
30712           avoid a crash.
30713
30714 2004-09-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30715
30716         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
30717         (gst_ogg_mux_next_buffer), (gst_ogg_mux_loop):
30718         * ext/vorbis/vorbis.c: (plugin_init):
30719         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
30720         (gst_vorbisenc_chain):
30721         * ext/vorbis/vorbisenc.h:
30722         remove explicit newmedia support from oggmux and vorbisenc
30723         add debug category to vorbisenc
30724         * gst/multifilesink/gstmultifilesink.c:
30725         (gst_multifilesink_class_init), (gst_multifilesink_init),
30726         (gst_multifilesink_dispose), (gst_multifilesink_set_location),
30727         (gst_multifilesink_set_property), (gst_multifilesink_next_file),
30728         (gst_multifilesink_handle_event), (gst_multifilesink_chain),
30729         (plugin_init):
30730         * gst/multifilesink/gstmultifilesink.h:
30731         add support for streamheader in multifilesink
30732
30733 2004-09-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30734
30735         * gst/asfdemux/gstasfdemux.c: (_read_var_length), (_read_guid),
30736         (gst_asf_demux_process_segment), (gst_asf_demux_handle_data),
30737         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event):
30738           Prevent infinite loops. More correct error reporting.
30739         * gst/auparse/gstauparse.c: (gst_auparse_chain):
30740           Error out if negotiation fails.
30741         * gst/playback/gstplaybasebin.c: (setup_source),
30742         (gst_play_base_bin_change_state), (gst_play_base_bin_error),
30743         (gst_play_base_bin_found_tag):
30744           Error/tag forwarding. Pre-roll fixes for source errors on state
30745           changes (e.g. "file does not exist") to prevent hangs.
30746
30747 2004-09-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30748
30749         * testsuite/multifilesink/Makefile.am:
30750         * testsuite/multifilesink/lame_test.c: (gst_newmedia_base_init),
30751         (gst_newmedia_class_init), (gst_newmedia_init),
30752         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
30753         (newfile_signal), (test_signal), (main):
30754         * testsuite/multifilesink/multifilesrc_test.c: (main):
30755         * testsuite/multifilesink/oggtheora_test.c:
30756         (gst_newmedia_base_init), (gst_newmedia_class_init),
30757         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
30758         (test_format), (newfile_signal), (test_signal), (main):
30759         * testsuite/multifilesink/oggvorbis_test.c:
30760         (gst_newmedia_base_init), (gst_newmedia_class_init),
30761         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
30762         (test_format), (newfile_signal), (test_signal), (main):
30763         * testsuite/multifilesink/wavenc_test.c: (gst_newmedia_base_init),
30764         (gst_newmedia_class_init), (gst_newmedia_init),
30765         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
30766         (newfile_signal), (test_signal), (main):
30767         New media tests
30768
30769 2004-09-20  Christian Schaller <christian@fluendo.com>
30770
30771         * Fix mikmod license to LGPL as they have relicensed
30772         * Move Dirac and Effectv into LGPL section of README_license
30773
30774 2004-09-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30775
30776         * ext/mad/gstmad.c: (gst_mad_check_caps_reset),
30777         (gst_mad_change_state):
30778           Allow for mp3 rate/channels changes. However, only very
30779           conservatively. Reason that we *have* to enable this is smiply
30780           because the mad find_sync() function is not good enough, it will
30781           regularly sync on random data as valid frames and therefore make
30782           us provide random caps as *final* caps of the stream. The best fix
30783           I could think of is to simply require several of the same stream
30784           changes in a row before we change caps.
30785           The actual testcase that works now is #
30786         * ext/ogg/Makefile.am:
30787         * ext/ogg/gstogg.c: (plugin_init):
30788         * ext/ogg/gstogmparse.c:
30789           OGM support (video only for now; I need an audio sample file).
30790         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
30791         (gst_asf_demux_process_stream), (gst_asf_demux_video_caps),
30792         (gst_asf_demux_add_video_stream):
30793           WMV extradata.
30794         * gst/playback/gstplaybasebin.c: (unknown_type):
30795           Don't error out on single unknown-types after all. It's wrong.
30796           If we found type of video and audio but not of a subtitle stream,
30797           it will still error out (which is unwanted). Will find a better fix
30798           later on.
30799         * gst/typefind/gsttypefindfunctions.c: (ogmvideo_type_find),
30800         (ogmaudio_type_find), (plugin_init):
30801           OGM support.
30802
30803 2004-09-20  Johan Dahlin  <johan@gnome.org>
30804
30805         * ext/jpeg/gstjpegdec.c (gst_jpegdec_chain): Allocate the buffer
30806         after setting caps.
30807
30808 2004-09-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30809
30810         * gst/wavenc/gstwavenc.c: (gst_wavenc_init), (gst_wavenc_chain):
30811         * gst/wavenc/gstwavenc.h:
30812         Added newmedia support to wavenc
30813
30814 2004-09-17  Wim Taymans  <wim@fluendo.com>
30815
30816         * gst/tcp/gstfdset.c: (gst_fdset_fd_has_closed),
30817         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
30818         (gst_fdset_fd_can_write), (gst_fdset_wait):
30819         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
30820         (gst_multifdsink_init), (gst_multifdsink_add),
30821         (gst_multifdsink_remove), (gst_multifdsink_get_stats),
30822         (gst_multifdsink_remove_client_link),
30823         (gst_multifdsink_client_queue_buffer),
30824         (gst_multifdsink_handle_client_write),
30825         (gst_multifdsink_recover_client), (gst_multifdsink_handle_clients),
30826         (gst_multifdsink_close), (gst_multifdsink_change_state):
30827         * gst/tcp/gstmultifdsink.h:
30828         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
30829         (gst_tcpserversink_removed):
30830         Small cleanups in fdset.c
30831         Use a hastable to map fd to the client structure for faster
30832         lookup in _remove and get_stats.
30833         Added virtual function to close the fds.
30834         Handle clients even when the select/poll call was unblocked because
30835         of a command.
30836         Implement syncing to keyframe in the recovery procedure.
30837
30838 2004-09-16 Iain <iaingnome@gmail.com>
30839
30840         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int): Free the
30841         try caps.
30842
30843 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30844
30845         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream):
30846           Caps are only set if the type of the stream is unknown, but this
30847           is initialized in ->init_stream(), so set to UNKNOWN after calling
30848           ->init_stream() so that capsnego starts.
30849
30850 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30851
30852         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
30853         (gst_avi_demux_stream_data):
30854           Just hardcode for raw audio then. AVI audio sucks.
30855
30856 2004-09-15  Arwed v. Merkatz  <v.merkatz@gmx.net>
30857
30858         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
30859         * gst/matroska/matroska-mux.c: (audiosink_templ),
30860         (gst_matroska_mux_audio_pad_link):
30861         * gst/typefind/gsttypefindfunctions.c: (tta_caps), (plugin_init):
30862         Use audio/x-ttafile for tta files and audio/x-tta for raw tta frames.
30863
30864 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30865
30866         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
30867         (gst_avi_demux_stream_data):
30868           Try to fix a/v sync issues.
30869
30870 2004-09-15  David Schleef  <ds@schleef.org>
30871
30872         * configure.ac: remove NASM check, since we don't use it.  Update
30873         dirac check to 0.4
30874         * ext/dirac/gstdiracdec.cc: update to current 0.4 API
30875         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
30876         Initialized variables.
30877         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
30878         (gst_qtdemux_loop_header), (qtdemux_parse), (qtdemux_parse_trak),
30879         (gst_qtdemux_handle_esds), (qtdemux_audio_caps): Fix seeking, add
30880         SVQ3 format
30881
30882 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30883
30884         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
30885         (gst_avi_demux_add_stream), (gst_avi_demux_stream_data):
30886         * gst/avi/gstavidemux.h:
30887           Fix for compressed audio (mp3) timestamp generation. How did this
30888           ever work?
30889
30890 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30891
30892         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
30893           Volume is a double not a float.
30894
30895 2004-09-15  Wim Taymans  <wim@fluendo.com>
30896
30897         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_remove_client_link),
30898         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
30899         Don't close the fd in multifdsink as we didn't open it in the
30900         first place. Some cleanups.
30901
30902 2004-09-15  Wim Taymans  <wim@fluendo.com>
30903
30904         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
30905         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
30906         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
30907         Fix the case where the muxer would mark pages as delta
30908         frames when they are not (vorbis only ogg).
30909
30910 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30911
30912         * gst/playback/gstplaybasebin.c: (state_change), (setup_source),
30913         (gst_play_base_bin_change_state):
30914           Handle the case where we failed to setup a clear pipeline. This
30915           will throw an error (or EOS, another nice case) and if you don't
30916           catch that, the app will wait for the signal forever (and thus
30917           hang).
30918
30919 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30920
30921         * ext/gnomevfs/gstgnomevfssink.c:
30922         (gst_gnomevfssink_uri_get_protocols):
30923         * ext/gnomevfs/gstgnomevfssrc.c:
30924         (gst_gnomevfssrc_uri_get_protocols):
30925         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
30926         * ext/gnomevfs/gstgnomevfsuri.h:
30927           Use _uri_new() instead of _open(), so it doesn't take as long and
30928           Christophe's computer won't hang.
30929         * gst/playback/gstplaybasebin.c: (unknown_type):
30930           Throw error on unknown media type, so apps actually display it.
30931
30932 2004-09-14  Brian Cameron  <brian.cameron@sun.com
30933
30934         * tools/gst-launch-ext-m.m:  Changed ~ to $ENV{HOME} to allow
30935           this script to work on Solaris since bash shell handles echo
30936           differenly than bash.
30937
30938 2004-09-17  Wim Taymans  <wim@fluendo.com>
30939
30940         * gst/playback/gstplaybasebin.c: (queue_overrun), (no_more_pads),
30941         (setup_source), (gst_play_base_bin_set_property),
30942         (gst_play_base_bin_add_element):
30943         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
30944         Some more work on making sure seeking pauses the pipeline and
30945         that changing the uri actually does something.
30946
30947 2004-09-17  Wim Taymans  <wim@fluendo.com>
30948
30949         * gst/tcp/gstfdset.c: (gst_fdset_wait):
30950         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_close):
30951         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send),
30952         (gst_tcpserversink_close):
30953         Be a bit more paranoid when freeing memory.
30954
30955 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30956
30957         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
30958         (qtdemux_parse_trak):
30959           Don't crash by dividing by zero (see sample movie in #126922).
30960
30961 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30962
30963         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
30964           Don't touch non-existing data (fixes crash on file in #140147).
30965
30966 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30967
30968         * gst/playback/gstplaybasebin.c:
30969         (gst_play_base_bin_dispose), (gst_play_base_bin_set_property):
30970           Handle double disposals, and proper change of URIs.
30971
30972 2004-09-13  Martin Eikermann <meiker@upb.de>
30973
30974         * gst/mpegstream/gstmpegparse.c:
30975           fix synchronistation for streams recorded from digital PCR
30976           fixes bug #119376
30977
30978 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30979
30980         * ext/gnomevfs/Makefile.am:
30981         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
30982         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_get_type),
30983         (gst_gnomevfssink_dispose), (gst_gnomevfssink_init),
30984         (gst_gnomevfssink_uri_get_type),
30985         (gst_gnomevfssink_uri_get_protocols),
30986         (gst_gnomevfssink_uri_get_uri), (gst_gnomevfssink_uri_set_uri),
30987         (gst_gnomevfssink_uri_handler_init),
30988         (gst_gnomevfssink_set_property), (gst_gnomevfssink_get_property),
30989         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file):
30990         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
30991         (gst_gnomevfssrc_init), (gst_gnomevfssrc_dispose),
30992         (gst_gnomevfssrc_uri_get_type),
30993         (gst_gnomevfssrc_uri_get_protocols), (gst_gnomevfssrc_uri_get_uri),
30994         (gst_gnomevfssrc_uri_set_uri), (gst_gnomevfssrc_uri_handler_init),
30995         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
30996         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file):
30997         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
30998         * ext/gnomevfs/gstgnomevfsuri.h:
30999           Add URI support to Gnome-VFS plugins. Tries to load a fixed list
31000           of fake URIs to see which this version of Gnome-VFS likes, and
31001           uses that for the Gst-URI interface. Makes playbin support http://
31002           streams. Also fix up some stupid behaviour in gnomevfssrc.
31003
31004 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31005
31006         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
31007         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
31008         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
31009         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
31010           Update mixer (to sync with other sessions) if we try to obtain
31011           a new value. This makes alsamixer work accross applications.
31012         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
31013           Only call sync functions if we're running, else alsalib asserts.
31014         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
31015           Sometimes fails to compile. Possibly a gcc bug.
31016         * gst/playback/gstplaybin.c: (gen_video_element),
31017         (gen_audio_element):
31018           Add a reference to an application-provided object, because we lose
31019           this same reference if we add it to the bin. If we don't do this,
31020           we can only use this object once and thus crash if we go from
31021           ready to playing, back to ready and back to playing again.
31022           Also add an audioscale element because several cheap soundcards -
31023           like mine - don't support all samplerates.
31024         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
31025         (gst_ximagesink_xcontext_clear), (gst_ximagesink_change_state):
31026           Fix wrong order or PAR calls. Makes automatically obtained PAR
31027           from the X server atually being used.
31028
31029 2004-09-12  David Schleef  <ds@schleef.org>
31030
31031         Fixes: #151879, #151881, #151882, #151883, #151884, #151886,
31032         #151887, #152102, #152247.
31033         * examples/indexing/indexmpeg.c: 64-bit warning fixes.
31034         * examples/seeking/cdparanoia.c: same
31035         * examples/seeking/cdplayer.c: same
31036         * examples/seeking/seek.c: same
31037         * examples/seeking/spider_seek.c: same
31038         * examples/seeking/vorbisfile.c: same
31039         * examples/stats/mp2ogg.c: same
31040         * ext/esd/esdsink.c: (gst_esdsink_class_init),
31041         (gst_esdsink_dispose): Dispose of element properly.
31042         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_seek): 64-bit warning
31043         fixes.
31044         * ext/nas/nassink.c: (gst_nassink_class_init),
31045         (gst_nassink_dispose): Dispose of element correctly.
31046         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix leak.
31047         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
31048         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
31049         Fix 64-bit warning.
31050         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
31051         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
31052         Fix 64-bit warning.
31053
31054 2004-09-12  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
31055
31056         * configure.ac : change speex detection as 1.1.6 now uses
31057           .pc/pkg-config and they changed their headers location.
31058
31059 2004-09-09  Arwed v. Merkatz  <v.merkatz@gmx.net>
31060
31061         * gst/matroska/matroska-mux.h:
31062         * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
31063         (gst_matroska_mux_start), (gst_matroska_mux_finish),
31064         (gst_matroska_mux_write_data):
31065           Write multiple blocks/frames per cluster.
31066                 Write meta-seek information (seek heads).
31067
31068 2004-09-09  Scott Wheeler <wheeler@kde.org>
31069
31070         * gst/gstplaybin.c: (gst_play_bin_class_init), (gst_play_bin_init),
31071         (gst_play_bin_set_property), (gst_play_bin_get_property),
31072         (gen_audio_element), (gen_audio_element):
31073           Add a volume element / property to the pipeline.
31074
31075 2004-09-07  Wim Taymans  <wim@fluendo.com>
31076
31077         * gst/videomixer/videomixer.c: (gst_videomixer_blend_buffers):
31078         Copy timestamps from the master pad to the output buffers.
31079
31080 2004-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
31081
31082         * ext/raw1394/gstdv1394src.c:
31083           throw errors when applicable
31084
31085 2004-09-01  Arwed v. Merkatz  <v.merkatz@gmx.net>
31086
31087         * gst/matroska/ebml-ids.h:
31088         * gst/matroska/ebml-read.c: (gst_ebml_read_date):
31089         * gst/matroska/ebml-write.c: (gst_ebml_write_date):
31090         * gst/matroska/matroska-mux.c: (gst_matroska_mux_finish):
31091           automatically convert unix time <-> ebml time when reading/writing
31092           a date, use gst_ebml_write_uint to write CUETIME,
31093           not gst_ebml_write_date.
31094         * gst/matroska/matroska-ids.h:
31095         * gst/matroska/matroska-mux.c: (gst_matroska_mux_create_uid),
31096         (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_link),
31097         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
31098         (gst_matroska_mux_write_data):
31099           Write track and segment UIDs, write muxing date, write
31100           TRACKDEFAULTDURATION for TTA audio, write BLOCKDURATION if known.
31101           Create cues for audio only files.
31102
31103 2004-08-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31104
31105         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
31106         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
31107           Re-commit ALSA switches.
31108         * gst/adder/gstadder.c: (gst_adder_loop):
31109           64-bit fix (#151416).
31110         * gst/debug/progressreport.c: (gst_progressreport_report):
31111           64-bit fix (#151419).
31112         * gst/matroska/matroska-demux.c:
31113         (gst_matroska_demux_parse_contents):
31114           64-bit fix (#151420).
31115         * gst/playback/test3.c: (update_scale):
31116           64-bit fix (#151421).
31117
31118 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
31119
31120         * configure.ac:
31121           bump nano to cvs
31122
31123 === release 0.8.4 ===
31124
31125 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
31126
31127         * configure.ac: releasing 0.8.4, "Alias"
31128
31129 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
31130
31131         * ext/theora/Makefile.am:
31132           fix makefile.  Fixes #151462.
31133
31134 2004-08-30  Wim Taymans  <wim@fluendo.com>
31135
31136         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_wait):
31137         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
31138         (gst_multifdsink_remove_client_link),
31139         (gst_multifdsink_client_queue_buffer),
31140         (gst_multifdsink_handle_client_write):
31141         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
31142         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
31143         Fix some memory leaks.
31144
31145 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
31146
31147         Patch by: David Schleef
31148
31149         * configure.ac:
31150         * sys/Makefile.am:
31151           rename our detection macro for V4L2.  Fixes #151236.
31152
31153 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
31154
31155         Patch by: David Schleef
31156
31157         * configure.ac:
31158           check to define LAMEPRESET.  Fixes #151232.
31159
31160 2004-08-27  David Schleef  <ds@schleef.org>
31161
31162         * sys/glsink/glimagesink.c: (gst_glimagesink_ximage_put),
31163         (gst_glimagesink_xwindow_new), (gst_glimagesink_xcontext_get),
31164         (gst_glimagesink_fixate):  Move local variable declarations to
31165         make gcc-2.95 happy.
31166
31167 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
31168
31169         * configure.ac:
31170           bump nano for prerelease
31171
31172 2004-08-27  David Schleef  <ds@schleef.org>
31173
31174         * sys/sunaudio/Makefile.am: Add sunaudiosrc patch from Bala
31175         * sys/sunaudio/gstsunaudiosrc.c:
31176         * sys/sunaudio/gstsunaudiosrc.h:
31177
31178 2004-08-27 Arwed v. Merkatz <v.merkatz@gmx.net>
31179
31180         * gst/matroska/ebml-read.c: (gst_ebml_peed_id), (gst_ebml_read_element_id),
31181         handle EOS correctly
31182         * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_link):
31183         * gst/matroska/matroska-mux.h:
31184         added BITMAPINFOHEADER structure, mux video/x-divx and video/x-xvid in
31185         VFW compatibility mode
31186
31187 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
31188
31189         patch by: Zaheer Abbas Merali
31190
31191         * ext/ogg/gstoggmux.c:
31192         * ext/vorbis/vorbisenc.c:
31193         * ext/vorbis/vorbisenc.h:
31194           handle NEWMEDIA
31195
31196 2004-08-26 Arwed v. Merkatz <v.merkatz@gmx.net>
31197
31198         * gst/matroska/ebml-write.c: (gst_ebml_write_float),
31199         fix byte order reversion on little endian machines.
31200         * gst/matroska/matroska-mux.c: (audiosink_templ),
31201         (gst_matroska_mux_audio_pad_link):
31202         add TTA codec to the list of supported codecs.
31203         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
31204         (gst_matroska_mux_start), (gst_matroska_mux_finish),
31205         (gst_matroska_mux_write_data):
31206         * gst/matroska/matroska-mux.h:
31207         write segment duration correctly, write muxing app string, fixes bugs
31208         #140897 and #140898.
31209         * gst/matroska/matroska-mux.c: (gst_matroska_mux_loop),
31210         wait for all pads to be negotiated before starting to mux.
31211
31212 2004-08-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31213
31214         * ext/lame/gstlame.c: (gst_lame_init), (gst_lame_chain):
31215         * ext/lame/gstlame.h:
31216         Added new media support to lame
31217
31218 2004-08-25 Arwed v. Merkatz <v.merkatz@gmx.net>
31219
31220         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_blockgroup),
31221         send vorbis headers at the beginning of a stream, fixes bug #141554.
31222         Interpret BLOCKDURATION and set buffer duration accordingly, fixes
31223         bug #148950.
31224         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
31225         (gst_matroska_demux_plugin_init):
31226         * gst/matroska/matroska-ids.h:
31227         enable demuxing of TTA audio streams, fixes bug #148951.
31228         * gst/typefind/gsttypefindfunctions.c: (tta_type_find), (plugin_init),
31229         enable typefinding for TTA audio files, fixes bug #148711.
31230         * ext/xvid/gstxviddec.c: (gst_xviddec_chain),
31231         set XVID_LOWDELAY flag for decoding so xvid always returns an image,
31232         fixes playback of packed bitstream and xvid with bframes, bug #135407.
31233
31234 2004-08-24  Sebastien Cote  <sc5@hermes.usherb.ca>
31235
31236         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
31237         (gst_riff_read_element_data), (gst_riff_read_seek),
31238         (gst_riff_read_skip): fix infinite loop in wavparse, fixes bug
31239         #144616, patch reviewed by Ronald and committed by Christophe Fergeau
31240         <teuf@gnome.org>
31241
31242 2004-08-23 Iain <iaingnome@gmail.com>
31243
31244         * ext/mad/gstid3tag.c (gst_mad_id3_to_tag_list): Special case COMM
31245         tags. They appear to be handled differently to normal.
31246         (tag_list_to_id3_tag_foreach): Ditto.
31247
31248 2004-08-22  Wim Taymans  <wim@fluendo.com>
31249
31250         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
31251         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
31252         Make sure we never send -1 granulepos.
31253
31254 2004-08-20  Wim Taymans  <wim@fluendo.com>
31255
31256         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
31257         (gst_ogg_mux_loop):
31258         I will accept bitchslappings with non sharp objects.
31259
31260 2004-08-20  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31261
31262         * configure.ac:
31263         Clean up the test for lame presets
31264
31265 2004-08-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31266
31267         * configure.ac:
31268         * ext/lame/Makefile.am:
31269         * ext/lame/gstlame.c: (gst_lame_class_init),
31270         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
31271         Only enable lame presets if version of lame has presets in API
31272
31273 2004-08-19  Jan Schmidt  <thaytan@mad.scientist.com>
31274         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_get):
31275         * gst/udp/gstudpsrc.h:
31276           Don't call gst_pad_push in a get function. Fixes #150449
31277
31278 2004-08-18  Wim Taymans  <wim@fluendo.com>
31279
31280         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_set_mode),
31281         (gst_fdset_get_mode), (gst_fdset_add_fd), (gst_fdset_remove_fd),
31282         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
31283         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
31284         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
31285         (gst_fdset_wait):
31286         * gst/tcp/gstfdset.h:
31287         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
31288         (gst_multifdsink_client_queue_buffer),
31289         (gst_multifdsink_handle_client_write):
31290         * gst/tcp/gstmultifdsink.h:
31291         Some extra checks in gstfdset.
31292         Only use send() when the fd is a socket. Don't try to
31293         read from write only fds.
31294
31295 2004-08-18  Wim Taymans  <wim@fluendo.com>
31296
31297         * gst/tcp/gstfdset.c: (gst_fdset_add_fd), (gst_fdset_remove_fd),
31298         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
31299         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
31300         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
31301         (gst_fdset_wait):
31302         Add more locking and bounds checking.
31303
31304 2004-08-18  Wim Taymans  <wim@fluendo.com>
31305
31306         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_wait):
31307         Realloc test fdset in the lock and right before starting
31308         the poll call. Bump the limit to 4096.
31309
31310 2004-08-17  David Schleef  <ds@schleef.org>
31311
31312         * sys/sunaudio/Makefile.am:
31313         * sys/sunaudio/gstsunaudio.c: Fix caps to handle full range
31314         of rates and channels.  Make debugging less obnoxious.
31315
31316         Patch from Balamurali Viswanathan implementing a mixer for
31317         Sun audio.  (bug #144091):
31318         * sys/sunaudio/gstsunelement.c:
31319         * sys/sunaudio/gstsunelement.h:
31320         * sys/sunaudio/gstsunmixer.c:
31321         * sys/sunaudio/gstsunmixer.h:
31322
31323 2004-08-17  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31324
31325         * gst/audioscale/gstaudioscale.c:
31326         * gst/audioscale/gstaudioscale.h:
31327         made audioscale resample from any sample rate to any sample rate
31328
31329 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
31330
31331         * ext/libpng/gstpngdec.c:
31332           error out on unsupported types
31333
31334 2004-08-17  Iain <iaingnome@gmail.com>
31335
31336         * ext/flac/gstflacenc.c (gst_flacenc_update_quality): Only set the
31337         mid_side and loose_mid_side properties if its a stereo stream.
31338
31339 2004-08-17  Wim Taymans  <wim@fluendo.com>
31340
31341         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
31342         (theora_get_formats), (theora_dec_src_convert),
31343         (theora_dec_sink_convert), (theora_dec_src_query),
31344         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
31345         Add a debug line.
31346
31347 2004-08-17  Wim Taymans  <wim@fluendo.com>
31348
31349         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate),
31350         (gst_ogg_pad_push):
31351         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
31352         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
31353         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_page),
31354         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
31355         Mark delta units in the muxer.
31356         Try to decode the packet after an out-of-sync error from
31357         libogg.
31358
31359 2004-08-17  Wim Taymans  <wim@fluendo.com>
31360
31361         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
31362         (gst_multifdsink_init), (gst_multifdsink_add),
31363         (gst_multifdsink_client_queue_buffer),
31364         (gst_multifdsink_set_property), (gst_multifdsink_get_property):
31365         * gst/tcp/gstmultifdsink.h:
31366         Added option to send a keyframe to clients as the first buffer.
31367         Make timeout property writable.
31368
31369 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
31370
31371         patch by: Wim Taymans
31372
31373         * gst/tcp/gstfdset.c:
31374         * gst/tcp/gstmultifdsink.c:
31375           fix index comparison, should include 0
31376
31377 2004-08-16  Wim Taymans  <wim@fluendo.com>
31378
31379         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_new),
31380         (gst_fdset_add_fd), (gst_fdset_remove_fd),
31381         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
31382         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
31383         (gst_fdset_wait):
31384           copy when reallocing for poll so the select arguments don't get
31385           changed during the call
31386
31387 2004-08-16  Wim Taymans  <wim@fluendo.com>
31388
31389         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
31390         (gst_theora_enc_class_init), (theora_enc_sink_link),
31391         (theora_buffer_from_packet), (theora_enc_chain):
31392         Fix bug where buffers were not marked as keyframes
31393         correctly.
31394
31395 2004-08-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31396
31397         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
31398         (gst_lame_preset_get_type), (gst_lame_class_init):
31399         describe the enum values for vbr mode and presets more verbosely
31400
31401 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31402
31403         * ext/lame/gstlame.c: (gst_lame_mode_get_type),
31404         (gst_lame_quality_get_type), (gst_lame_padding_get_type),
31405         (gst_lame_preset_get_type), (gst_lame_class_init), (gst_lame_init),
31406         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
31407         * ext/lame/gstlame.h:
31408         add preset property to lame so it can use lame presets
31409
31410 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31411
31412         * ext/lame/gstlame.c: (gst_lame_get_property):
31413         whoops forgot break, thanks teuf
31414
31415 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31416
31417         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
31418         (gst_lame_class_init), (gst_lame_src_getcaps),
31419         (gst_lame_sink_link), (gst_lame_init), (gst_lame_set_property),
31420         (gst_lame_get_property), (gst_lame_setup):
31421         * ext/lame/gstlame.h:
31422         fix lame's broken vbr stuff, allow it to resample if need be, and also
31423         make xing header optional
31424
31425 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31426
31427         * ext/lame/gstlame.c: (gst_lame_src_getcaps), (gst_lame_init):
31428         added getcaps function so samplerate doesnt get fixated to silly values
31429
31430 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31431
31432         * ext/lame/gstlame.c: (gst_lame_src_link):
31433         revert previous fix
31434
31435 2004-08-12  Johan Dahlin  <johan@gnome.org>
31436
31437         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Remove bogus
31438         checks. Doesn't matter what state we are in. Interfaces are a
31439         compile time thing, not runtime. It also broke the python bindings.
31440
31441 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31442
31443         * ext/lame/gstlame.c: (gst_lame_src_link):
31444         made source pad link function check if sinkpad is ok..fixes the problem
31445         where core fixates the output rate of lame stupidly
31446
31447 2004-08-12  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
31448
31449         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_fixate):
31450         * sys/v4l/v4l_calls.c:
31451         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_set_capture):
31452           fix fixate function to handle nonsimple caps.
31453           remove bogus check in _link
31454           cleanups
31455
31456 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31457
31458         * ext/lame/gstlame.c: (gst_lame_class_init), (gst_lame_init):
31459         set default compression ratio parameter to 0.0 so bitrate parameter
31460         works :)
31461
31462 2004-08-11  David Schleef  <ds@schleef.org>
31463
31464         * gst/tcp/gstfdset.c: Fix compile problem on OS/X.
31465
31466 2004-08-11  David Schleef  <ds@schleef.org>
31467
31468         * gst/mpeg1sys/gstmpeg1systemencode.c: Oops, this was correct
31469         before.
31470
31471 2004-08-11  David Schleef  <ds@schleef.org>
31472
31473         * gst-libs/gst/video/videosink.h: Change copyright block to LGPL.
31474
31475 2004-08-11  David Schleef  <ds@schleef.org>
31476
31477         * ext/pango/gsttextoverlay.c: Add copyright block and fix plugin
31478           license field
31479         * gst-libs/gst/idct/Makefile.am: Remove mmx/sse code
31480         * gst-libs/gst/video/gstvideosink.c: Change copyright block to
31481           LGPL.
31482         * gst/auparse/gstauparse.c: Fix plugin license field.
31483         * gst/monoscope/gstmonoscope.c: Fix plugin license field.
31484         * gst/mpeg1sys/gstmpeg1systemencode.c: Fix plugin license field.
31485         * gst/rtp/gstrtp.c: Fix plugin license field.
31486
31487 2004-08-11  Wim Taymans  <wim@fluendo.com>
31488
31489         * gst/tcp/Makefile.am:
31490         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type), (nearest_pow),
31491         (ensure_size), (gst_fdset_new), (gst_fdset_free),
31492         (gst_fdset_set_mode), (gst_fdset_get_mode), (gst_fdset_add_fd),
31493         (gst_fdset_remove_fd), (gst_fdset_fd_ctl_write),
31494         (gst_fdset_fd_ctl_read), (gst_fdset_fd_has_closed),
31495         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
31496         (gst_fdset_fd_can_write), (gst_fdset_wait):
31497         * gst/tcp/gstfdset.h:
31498         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
31499         (gst_multifdsink_class_init), (gst_multifdsink_init),
31500         (gst_multifdsink_add), (gst_multifdsink_remove),
31501         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
31502         (gst_multifdsink_remove_client_link),
31503         (gst_multifdsink_handle_client_read),
31504         (gst_multifdsink_client_queue_data),
31505         (gst_multifdsink_client_queue_caps),
31506         (gst_multifdsink_client_queue_buffer),
31507         (gst_multifdsink_handle_client_write),
31508         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
31509         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
31510         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
31511         (gst_multifdsink_close):
31512         * gst/tcp/gstmultifdsink.h:
31513         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
31514         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
31515         (gst_tcpserversink_handle_wait), (gst_tcpserversink_init_send),
31516         (gst_tcpserversink_close):
31517         * gst/tcp/gsttcpserversink.h:
31518         Abstracted away the select call, implemented poll (yes we ran into
31519         the 1024 limit in production).
31520
31521 2004-08-11  Thomas Vander Stichele  <thomas at apestaart dot org>
31522
31523         * gst/tcp/gsttcp.c:
31524         * gst/tcp/gsttcpplugin.c:
31525           improve debuggging, remove assert
31526
31527 2004-08-10  Wim Taymans  <wim@fluendo.com>
31528
31529         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
31530         (gst_client_status_get_type), (gst_multifdsink_class_init),
31531         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
31532         (gst_multifdsink_handle_client_read),
31533         (gst_multifdsink_handle_client_write),
31534         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
31535         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
31536         (gst_multifdsink_get_property):
31537         * gst/tcp/gstmultifdsink.h:
31538         * gst/tcp/gsttcp-marshal.list:
31539         Starting to prepare for specifying buffer time in other units
31540         than buffers. Expose remove reason in signal.
31541
31542 2004-08-10  Wim Taymans  <wim@fluendo.com>
31543
31544         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
31545         (gst_multifdsink_remove), (gst_multifdsink_clear),
31546         (gst_multifdsink_remove_client_link),
31547         (gst_multifdsink_handle_client_read),
31548         (gst_multifdsink_client_queue_data),
31549         (gst_multifdsink_client_queue_buffer),
31550         (gst_multifdsink_handle_client_write),
31551         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
31552         (gst_multifdsink_chain), (gst_multifdsink_close):
31553         * gst/tcp/gstmultifdsink.h:
31554         Added more debugging info. Changed the way clients are
31555         removed from the lists. Fixed a bug where a bad file descriptor
31556         could cause many clients to be removed.
31557
31558 2004-08-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31559
31560         * gst/videotestsrc/gstvideotestsrc.c: (generate_capslist):
31561           allow all pixel-aspect-ratios, not just 1:1
31562
31563 2004-08-09  David Schleef  <ds@schleef.org>
31564
31565         * sys/glsink/ARB_multitexture.h:  Remove old files.
31566         * sys/glsink/EXT_paletted_texture.h:
31567         * sys/glsink/NV_register_combiners.h:
31568         * sys/glsink/gstgl_nvimage.c:
31569         * sys/glsink/gstgl_pdrimage.c:
31570         * sys/glsink/gstgl_rgbimage.c:
31571         * sys/glsink/gstglsink.c:
31572         * sys/glsink/gstglsink.h:
31573         * sys/glsink/gstglxwindow.c:
31574         * sys/glsink/regcomb_yuvrgb.c:
31575
31576 2004-08-09  David Schleef  <ds@schleef.org>
31577
31578         Patch from Gernot Ziegler <gz@lysator.liu.se> rewriting the
31579         GL sink plugin.  (Bug #147302)
31580
31581         * configure.ac: Test for OpenGL
31582         * sys/Makefile.am: Use test for OpenGL
31583         * sys/glsink/Makefile.am:
31584         * sys/glsink/glimagesink.c: rewrite
31585         * sys/glsink/glimagesink.h: rewrite
31586
31587 2004-08-09  David Schleef  <ds@schleef.org>
31588
31589         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_base_init):  Only allow
31590         sane framerates.
31591         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get): same
31592         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): same
31593         * testsuite/gst-lint: Test for G_GUINT64_FORMAT usage near gettext.
31594
31595 2004-08-09  Wim Taymans  <wim@fluendo.com>
31596
31597         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
31598         (gst_multifdsink_add), (gst_multifdsink_get_stats),
31599         (gst_multifdsink_client_remove),
31600         (gst_multifdsink_handle_client_read),
31601         (gst_multifdsink_handle_client_write),
31602         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
31603         Do a bit more logging, make the client_read code more robust.
31604
31605 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
31606
31607         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init_source),
31608         (gst_jpegdec_fill_input_buffer), (gst_jpegdec_skip_input_data),
31609         (gst_jpegdec_resync_to_restart), (gst_jpegdec_term_source),
31610         (gst_jpegdec_init), (gst_jpegdec_chain):
31611         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
31612         (gst_multipart_demux_chain), (gst_multipart_demux_change_state):
31613           cleanups, debugging fixes and memleak plugging
31614
31615 2004-08-09  Wim Taymans  <wim@fluendo.com>
31616
31617         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
31618         (theora_get_formats), (theora_dec_src_convert),
31619         (theora_dec_sink_convert), (theora_dec_src_query),
31620         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain),
31621         (theora_dec_change_state):
31622         Don't crash on missing header packets.
31623
31624 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
31625
31626         * po/LINGUAS:
31627         * po/sq.po:
31628           Added Albanian translation (Laurent Dhima)
31629         * po/cs.po:
31630           updated
31631
31632 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
31633
31634         * ext/lame/gstlame.c:
31635           fix/add debugging
31636
31637 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
31638
31639         * sys/ximage/ximagesink.c:
31640         * sys/xvimage/xvimagesink.c:
31641           assign all TOO_LAZY's to a real category.  Thanks to Warthy Warthog.
31642
31643 2004-08-06  Wim Taymans  <wim@fluendo.com>
31644
31645         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
31646         (gst_multifdsink_add), (gst_multifdsink_get_stats),
31647         (gst_multifdsink_client_remove),
31648         (gst_multifdsink_handle_client_read),
31649         (gst_multifdsink_handle_client_write),
31650         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
31651         Make sure we don't try to read more from a client that what
31652         ioctl says us or we deadlock.
31653
31654 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
31655
31656         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_src_link),
31657         (gst_videotestsrc_change_state), (gst_videotestsrc_src_query),
31658         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
31659           decouple running_time and n_frames so it can handle changing
31660           framerate while running
31661
31662 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
31663
31664         * po/nl.po:
31665         * po/sv.po:
31666           updated translations
31667
31668 2004-08-04  Benjamin Otte  <otte@gnome.org>
31669
31670         * gst/videotestsrc/gstvideotestsrc.c:
31671         (gst_videotestsrc_get_capslist), (generate_capslist),
31672         (plugin_init):
31673           generate the list of supported caps at startup and reuse it instead
31674           of always generating it
31675
31676 2004-07-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31677
31678         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link):
31679           whoops, last checkin broke normal build
31680
31681 2004-08-03  Benjamin Otte  <otte@gnome.org>
31682
31683         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume),
31684         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
31685         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
31686         (gst_alsa_mixer_get_option):
31687         * ext/dvdnav/dvdnavsrc.c: (dvdnav_get_event_name),
31688         (dvdnavsrc_print_event):
31689         * ext/ogg/gstoggdemux.c: (_find_chain_process), (gst_ogg_print):
31690         * ext/ogg/gstoggmux.c: (gst_ogg_mux_pad_link),
31691         (gst_ogg_mux_pad_unlink):
31692         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link),
31693         (gst_multipart_mux_pad_unlink):
31694         * gst/videofilter/gstvideobalance.c:
31695         (gst_videobalance_colorbalance_set_value):
31696         * gst/videomixer/videomixer.c: (gst_videomixer_pad_link),
31697         (gst_videomixer_pad_unlink):
31698         * po/uk.po:
31699         * sys/oss/gstossmixer.c:
31700         * sys/v4l/gstv4lcolorbalance.c:
31701         * sys/v4l/gstv4ltuner.c:
31702         * sys/v4l/v4lsrc_calls.c:
31703         * sys/v4l2/gstv4l2colorbalance.c:
31704         * sys/v4l2/gstv4l2tuner.c:
31705           compile fixes for --disable-gst-debug, G_DISABLE_ASSERT and friends
31706
31707 2004-08-03  Benjamin Otte  <otte@gnome.org>
31708
31709         * examples/dynparams/filter.c: (ui_control_create):
31710         * examples/gstplay/player.c: (print_tag):
31711         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad):
31712         * ext/gdk_pixbuf/gstgdkanimation.c:
31713         (gst_gdk_animation_iter_may_advance):
31714         * ext/jack/gstjack.c: (gst_jack_request_new_pad):
31715         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list),
31716         (tag_list_to_id3_tag_foreach), (gst_id3_tag_handle_event):
31717         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_tag_value):
31718         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value):
31719         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
31720         * gst-libs/gst/media-info/media-info-test.c: (print_tag):
31721         * gst/sine/demo-dparams.c: (main):
31722         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
31723         * testsuite/alsa/formats.c: (create_pipeline):
31724         * testsuite/alsa/sinesrc.c: (sinesrc_force_caps), (sinesrc_get):
31725           fixes for G_DISABLE_ASSERT and friends
31726         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
31727         (mp3_type_frame_length_from_header), (mp3_type_find),
31728         (plugin_init):
31729           require mp3 typefinding to have at least MIN_HEADERS valid headers
31730           add typefinding for AAC adts files
31731
31732 2004-08-04  Jan Schmidt  <thaytan@mad.scientist.com>
31733
31734         * sys/ximage/ximagesink.c:
31735         (gst_ximagesink_calculate_pixel_aspect_ratio):
31736         * sys/xvimage/xvimagesink.c:
31737         (gst_xvimagesink_calculate_pixel_aspect_ratio):
31738         Make sure we calculate pixel-aspect-ratio using floating point maths
31739
31740 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
31741
31742         * po/uk.po:
31743           updated translation
31744
31745 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
31746
31747         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
31748         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get):
31749           add debugging for display PAR calculation
31750
31751 2004-08-02  David Schleef  <ds@schleef.org>
31752
31753         * configure.ac: Fix mikmod CFLAGS.
31754
31755 2004-07-27  Benjamin Otte  <otte@gnome.org>
31756
31757         * gst/audioscale/gstaudioscale.c:
31758         - fix templates to only support S16, it's the only format that works
31759         - make caps nego code use try_set_caps_nonfixed and fixation instead
31760         of try_set_caps twice, which is not nice for autopluggers
31761         - change rank to secondary, so autopluggers can pick it up after
31762         audioconvert
31763
31764 2004-08-02  Iain <iain@prettypeople.org>
31765
31766         * gst/interleave/interleave.c (interleave_init),
31767         (interleave_request_new_pad),
31768         (interleave_pad_removed),
31769         (interleave_buffered_loop): Use the real pad count, not the artificial
31770         one.
31771
31772 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
31773
31774         * configure.ac: bump nano back to development
31775
31776 === release 0.8.3 ===
31777
31778 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
31779
31780         * configure.ac: releasing 0.8.3, "Water"
31781
31782 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
31783
31784         * sys/xvimage/xvimagesink.c:
31785         (gst_xvimagesink_calculate_pixel_aspect_ratio),
31786         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_sink_link),
31787         (gst_xvimagesink_change_state), (gst_xvimagesink_buffer_alloc),
31788         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
31789         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
31790         * sys/xvimage/xvimagesink.h:
31791           apply similar PAR fixes as to ximagesink
31792
31793 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
31794
31795         patch from: Benjamin Otte
31796
31797         * ext/lame/gstlame.c: (gst_lame_src_link), (gst_lame_init):
31798           add link function to lame.  Fixes #148986.
31799
31800 2004-08-02  Johan Dahlin  <johan@gnome.org>
31801
31802         * gst/multipart/multipartmux.c (gst_multipart_mux_next_buffer):
31803         fix debugging log
31804
31805 2004-07-30  David Schleef  <ds@schleef.org>
31806
31807         * gst/videomixer/Makefile.am: Fix things that should have been
31808         fixed in the last checkin.
31809
31810 2004-07-30  David Schleef  <ds@schleef.org>
31811
31812         * gst/multipart/Makefile.am: Fix things that should have been
31813         fixed in the last checkin.
31814
31815 2004-07-30  David Schleef  <ds@schleef.org>
31816
31817         * testsuite/multifilesink/Makefile.am: Fix unused variable.
31818
31819 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
31820
31821         * configure.ac:
31822           bump nano for prerelease
31823         * po/af.po:
31824         * po/az.po:
31825         * po/cs.po:
31826         * po/en_GB.po:
31827         * po/hu.po:
31828         * po/nl.po:
31829         * po/sr.po:
31830         * po/sv.po:
31831         * po/uk.po:
31832           updates
31833
31834 2004-07-30  Wim Taymans  <wim@fluendo.com>
31835
31836         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
31837         (gst_multifdsink_add), (gst_multifdsink_remove),
31838         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
31839         (gst_multifdsink_client_remove),
31840         (gst_multifdsink_handle_client_write),
31841         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
31842         * gst/tcp/gstmultifdsink.h:
31843         Recover from a select with a bad file descriptor by removing
31844         the client.
31845
31846 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
31847
31848         * configure.ac:
31849           fix requirement of core
31850         * gst-libs/gst/play/play.c: (gst_play_error_plugin),
31851         (gst_play_pipeline_setup):
31852           don't use colorspace element.  do use hermescolorspace element.
31853           make macro to get a colorspace element.
31854           mark strings for translation.
31855         * po/POTFILES.in:
31856           add play.c
31857         * po/af.po:
31858         * po/az.po:
31859         * po/cs.po:
31860         * po/en_GB.po:
31861         * po/hu.po:
31862         * po/nl.po:
31863         * po/sr.po:
31864         * po/sv.po:
31865         * po/uk.po:
31866           update translations
31867
31868 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31869
31870         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
31871         fix default for newmedia flag
31872
31873 2004-07-30  Wim Taymans  <wim@fluendo.com>
31874
31875         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
31876         (gst_theora_dec_init), (theora_get_formats),
31877         (theora_dec_src_convert), (theora_dec_sink_convert),
31878         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
31879         (theora_dec_chain), (theora_dec_set_property),
31880         (theora_dec_get_property):
31881         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
31882         (gst_theora_enc_class_init), (gst_theora_enc_init),
31883         (theora_enc_sink_link), (theora_enc_chain),
31884         (theora_enc_set_property), (theora_enc_get_property):
31885         Added cropping option to theora decoder.
31886         Added border option to theora encoder.
31887
31888 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31889
31890         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
31891         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
31892         (gst_pngenc_set_property):
31893         * ext/libpng/gstpngenc.h:
31894         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
31895
31896 2004-07-30  Wim Taymans  <wim@fluendo.com>
31897
31898         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
31899         (theora_enc_sink_link), (theora_enc_chain),
31900         (theora_enc_set_property), (theora_enc_get_property):
31901         Fix encoding of non-multiple-of-16 video.
31902
31903 2004-07-29  David Schleef  <ds@schleef.org>
31904
31905         * configure.ac: make test for audiofile more strict
31906
31907 2004-07-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31908
31909         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
31910           give different names to typefind functions
31911
31912 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
31913
31914         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
31915         (gst_ximagesink_calculate_pixel_aspect_ratio),
31916         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
31917         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
31918         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_set_property),
31919         (gst_ximagesink_get_property), (gst_ximagesink_init):
31920         * sys/ximage/ximagesink.h:
31921           allocate PAR's dynamically.
31922           use autodetected PAR if no object-set PAR is given.
31923           add workaround for directfb's X not setting physical size.
31924           fix to xvimagesink will follow tomorrow.
31925
31926 2004-07-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31927
31928         * ext/lame/gstlame.c: (gst_lame_chain): send tag events downstream
31929         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
31930         (gst_shout2send_get_type), (gst_shout2send_set_clock),
31931         (gst_shout2send_class_init), (gst_shout2send_init),
31932         (set_shout_metadata), (gst_shout2send_set_metadata),
31933         (gst_shout2send_chain), (gst_shout2send_set_property),
31934         (gst_shout2send_get_property), (gst_shout2send_connect),
31935         (gst_shout2send_change_state):
31936         * ext/shout2/gstshout2.h:
31937         - fix for sending mp3 audio to icecast2 server, if pad link function not
31938         called before PAUSED state
31939         - added option to use GStreamer clock sync (as opposed to libshout's own sync)
31940         - added tagging support for mp3 audio broadcasted
31941         * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
31942         debug info
31943
31944 2004-07-28  Wim Taymans  <wim@fluendo.com>
31945
31946         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
31947         (gst_ogg_demux_push):
31948         Return query failure when we don't know the length of
31949         an ogg stream insteda of returning TRUE with a bogus value.
31950
31951 2004-07-28  Wim Taymans  <wim@fluendo.com>
31952
31953         * ext/theora/theoradec.c: (theora_get_formats),
31954         (theora_dec_src_convert), (theora_dec_sink_convert),
31955         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
31956         (theora_dec_chain):
31957         Don't screw up the 1 Chroma for 1 luma sample situation when we
31958         have an odd offset/width by adding a black border in those cases.
31959
31960 2004-07-28  Wim Taymans  <wim@fluendo.com>
31961
31962         * ext/theora/theoradec.c: (theora_get_formats),
31963         (theora_dec_src_convert), (theora_dec_sink_convert),
31964         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
31965         (theora_dec_chain):
31966         * ext/theora/theoraenc.c: (theora_enc_sink_link):
31967         Added first attempt at cropping of the image as required by the
31968         theora spec. We need more properties in the caps (offset_x,
31969         offset_y,stride) to implement this correctly.
31970
31971 2004-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
31972
31973         * ext/dvdnav/README:
31974           Update the README to use dvddemux
31975         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
31976           Ensure getcaps returns a subset of the template caps
31977         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_base_init),
31978         (gst_mpeg2subt_init):
31979           Ensure getcaps returns a subset of the template caps
31980         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
31981         (gst_dvd_demux_init), (gst_dvd_demux_get_video_stream),
31982         (gst_dvd_demux_get_subpicture_stream),
31983         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_set_cur_subpicture):
31984         * gst/mpegstream/gstdvddemux.h:
31985           Set the explicit caps on the current_video pad before pushing
31986           anything
31987         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
31988         (gst_mpeg_demux_get_audio_stream):
31989           Free caps used to gst_pad_set_explicit_caps, which takes a const
31990           GstCaps *
31991
31992 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
31993
31994         * configure.ac: update GStreamer requirement to 0.8.4 because of
31995           GstFraction.
31996
31997 2004-07-28  Wim Taymans  <wim@fluendo.com>
31998
31999         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
32000         (gst_wavparse_handle_seek), (gst_wavparse_srcpad_event):
32001         Add the pad to the element after setting up the caps. This
32002         makes it a lot easier to autoplug.
32003
32004 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
32005
32006         * gst/median/gstmedian.c:
32007         * gst/mpeg2subt/gstmpeg2subt.c:
32008         * gst/mpegaudioparse/gstmpegaudioparse.c:
32009         * gst/mpegstream/gstdvddemux.c:
32010         * gst/mpegstream/gstmpegdemux.c:
32011         * gst/mpegstream/gstmpegpacketize.c:
32012         * gst/rtjpeg/gstrtjpeg.c:
32013         * gst/rtjpeg/gstrtjpegdec.c:
32014         * gst/rtjpeg/gstrtjpegenc.c:
32015         * gst/sine/gstsinesrc.c:
32016         * gst/smooth/gstsmooth.c:
32017         * gst/smpte/gstsmpte.c:
32018         * gst/smpte/gstsmpte.h:
32019         * gst/stereo/gststereo.c:
32020         * gst/videofilter/gstgamma.c:
32021         * gst/videofilter/gstvideobalance.c:
32022         * gst/videofilter/gstvideofilter.c:
32023         * gst/videofilter/gstvideoflip.c:
32024         * gst/videoscale/gstvideoscale.c:
32025         * gst/videoscale/videoscale.c:
32026         * gst/videotestsrc/gstvideotestsrc.c:
32027         * gst/videotestsrc/videotestsrc.c:
32028         * gst/wavenc/gstwavenc.c:
32029         * gst/wavparse/gstwavparse.c:
32030           fix local includes and 64 bits constants
32031
32032 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
32033
32034         * win32/gst.sln:
32035         * gst-libs/gst/*/*.vcproj:
32036         * gst/*/*.vcproj:
32037           more working plugins
32038
32039 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
32040
32041         * testsuite/alsa/Makefile.am:
32042         * testsuite/alsa/srcstate.c:
32043         add test for alsasrc changing state
32044
32045 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
32046
32047         * gst/silence/gstsilence.c: (gst_silence_init), (gst_silence_link),
32048         (gst_silence_get):
32049         * gst/silence/gstsilence.h:
32050         fix silence generation for 16bit raw audio
32051
32052 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
32053
32054         * gst/matroska/matroska-demux.c:
32055         (gst_matroska_demux_parse_metadata),
32056         (gst_matroska_demux_video_caps), (gst_matroska_demux_plugin_init):
32057         * gst/mpegaudio/common.c:
32058         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
32059         (gst_videoscale_getcaps), (gst_videoscale_link),
32060         (gst_videoscale_src_fixate), (gst_videoscale_init),
32061         (gst_videoscale_finalize):
32062         * gst/videoscale/gstvideoscale.h:
32063         * gst/videotestsrc/gstvideotestsrc.c:
32064         (gst_videotestsrc_get_capslist):
32065         * gst/wavenc/gstwavenc.c:
32066         * sys/oss/gstossmixer.c: (fill_labels):
32067         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
32068         (gst_ximagesink_handle_xevents),
32069         (gst_ximagesink_calculate_pixel_aspect_ratio),
32070         (gst_ximagesink_xcontext_get), (gst_ximagesink_fixate),
32071         (gst_ximagesink_getcaps), (gst_ximagesink_sink_link),
32072         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
32073         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
32074         (gst_ximagesink_init), (gst_ximagesink_class_init):
32075         * sys/ximage/ximagesink.h:
32076         * sys/xvimage/xvimagesink.c:
32077         (gst_xvimagesink_calculate_pixel_aspect_ratio),
32078         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_sink_link),
32079         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
32080         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
32081         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
32082         * sys/xvimage/xvimagesink.h:
32083           first batch of pixel aspect ratio commits.
32084
32085 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
32086
32087         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
32088         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_chain):
32089         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_fill):
32090           handle stride, needs work if we want to move stride handling
32091           upstream, but works correctly for our purposes.
32092
32093 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
32094
32095         * gst/videoscale/README:
32096           add testing examples
32097         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link),
32098         (gst_videoscale_chain):
32099         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
32100         (gst_videoscale_get_size):
32101           add get_size function that handles stride like videotestsrc.
32102           fixes conversion for YUV formats for as much as I can test them.
32103
32104 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
32105
32106         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
32107         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
32108         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
32109         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
32110         (gst_xvimagesink_xvimage_put):
32111           further cleanups, logging, error handling and synchronizing
32112
32113 2004-07-27  Wim Taymans  <wim@fluendo.com>
32114
32115         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
32116         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
32117         (gst_videomixer_pad_set_property),
32118         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
32119         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
32120         (gst_videomixer_class_init), (gst_videomixer_init),
32121         (gst_videomixer_getcaps), (gst_videomixer_request_new_pad),
32122         (gst_videomixer_blend_ayuv_i420), (pad_zorder_compare),
32123         (gst_videomixer_sort_pads), (gst_videomixer_fill_checker),
32124         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
32125         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
32126         (gst_videomixer_loop), (plugin_init):
32127         Be a nicer negotiation citizen and provide a getcaps function on
32128         the srcpad. This also fixes a crash when resizing.
32129
32130 2004-07-27  Julien MOUTTE  <julien@moutte.net>
32131
32132         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
32133         (gst_xvimagesink_xvimage_new): Some fixes to image size calculation.
32134
32135 2004-07-27  Wim Taymans  <wim@fluendo.com>
32136
32137         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps):
32138         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
32139         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
32140         (gst_pngenc_set_property):
32141         * ext/libpng/gstpngenc.h:
32142         Added snapshot property to pngenc.
32143         removed g_print from pngdec
32144
32145 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
32146
32147         * gst/ac3parse/ac3parse.vcproj
32148         * gst/adder/adder.vcproj
32149         * gst/alpha/alpha.vcproj
32150         * gst/alpha/alphacolor.vcproj
32151         * gst/asfdemux/asf.vcproj
32152         * gst/audioconvert/audioconvert.vcproj
32153         * gst/audiorate/audiorate.vcproj
32154         * gst/audioscale/audioscale.vcproj
32155         * gst/auparse/auparse.vcproj
32156         * gst/avi/avi.vcproj
32157         * gst/cdxaparse/cdxaparse.vcproj
32158         * gst/chart/chart.vcproj
32159         * gst/colorspace/colorspace.vcproj
32160         * gst/cutter/cutter.vcproj
32161         * gst/debug/debug.vcproj
32162         * gst/debug/efence.vcproj
32163         * gst/debug/navigationtest.vcproj
32164         * gst/deinterlace/deinterlace.vcproj
32165         * gst/effectv/effectv.vcproj
32166         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
32167         * gst/filter/filter.vcproj
32168         * gst/flx/flxdec.vcproj
32169         * gst/goom/goom.vcproj
32170         * gst/interleave/interleave.vcproj
32171         * gst/law/alaw.vcproj
32172         * gst/law/mulaw.vcproj
32173         * gst/matroska/matroska.vcproj
32174         * gst/median/median.vcproj
32175         * gst/mixmatrix/mixmatrix.vcproj
32176         * gst/mpeg1sys/mpeg1systemencode.vcproj
32177         * gst/mpeg1videoparse/mp1videoparse.vcproj
32178         * gst/mpeg2sub/mpeg2subt.vcproj
32179         * gst/mpegaudio/mpegaudio.vcproj
32180         * gst/mpegaudioparse/mpegaudioparse.vcproj
32181         * gst/mpegstream/mpegstream.vcproj
32182         * gst/multifilesink/multifilesink.vcproj
32183         * gst/multipart/multipart.vcproj
32184         * gst/oneton/oneton.vcproj
32185         * gst/overlay/overlay.vcproj
32186         * gst/passthrough/passthrough.vcproj
32187         * gst/qtdemux/qtdemux.vcproj
32188         * gst/realmedia/rmdemux.vcproj
32189         * gst/rtjpeg/rtjpeg.vcproj
32190         * gst/rtp/rtp.vcproj
32191         * gst/silence/silence.vcproj
32192         * gst/sine/sinesrc.vcproj
32193         * gst/smooth/smooth.vcproj
32194         * gst/smpte/smpte.vcproj
32195         * gst/spectrum/spectrum.vcproj
32196         * gst/speed/speed.vcproj
32197         * gst/stereo/stereo.vcproj
32198         * gst/switch/switch.vcproj
32199         * gst/tags/tagedit.vcproj
32200         * gst/tcp/tcp.vcproj
32201         * gst/typefind/typefindfunctions.vcproj
32202         * gst/udp/udp.vcproj
32203         * gst/videobox/videobox.vcproj
32204         * gst/videocrop/videocrop.vcproj
32205         * gst/videodrop/videodrop.vcproj
32206         * gst/videofilter/gamma.vcproj
32207         * gst/videofilter/videobalance.vcproj
32208         * gst/videofilter/videofilter.vcproj
32209         * gst/videofilter/videoflip.vcproj
32210         * gst/videoflip/videoflip.vcproj
32211         * gst/videomixer/videomixer.vcproj
32212         * gst/videorate/videorate.vcproj
32213         * gst/videoscale/videoscale.vcproj
32214         * gst/videotestsrc/videotestsrc.vcproj
32215         * gst/virtualdub/virtualdub.vcproj
32216         * gst/volenv/volenv.vcproj
32217         * gst/volume/volume.vcproj
32218         * gst/wavenc/wavenc.vcproj
32219         * gst/wavparse/wavparse.vcproj
32220         * gst/y4m/y4menc.vcproj
32221         * gst-libs/gst/audio/audio.vcproj
32222         * gst-libs/gst/audio/audiofilter.vcproj
32223         * gst-libs/gst/colorbalance/colorbalance.vcproj
32224         * gst-libs/gst/idct/idtc.vcproj
32225         * gst-libs/gst/media-info/media-info.vcproj
32226         * gst-libs/gst/mixer/mixer.vcproj
32227         * gst-libs/gst/navigation/navigation.vcproj
32228         * gst-libs/gst/play/play.vcproj
32229         * gst-libs/gst/propertyprobe/propertyprobe.vcproj
32230         * gst-libs/gst/resample/resample.vcproj
32231         * gst-libs/gst/riff/riff.vcproj
32232         * gst-libs/gst/tuner/tuner.vcproj
32233         * gst-libs/gst/video/video.vcproj
32234         * gst-libs/gst/xoverlay/xoverlay.vcproj
32235           avoid problems with math.h, fix release dependancy
32236           rename GStreamer-0.8.lib to libgstreamer.lib
32237
32238 2004-07-27  Julien MOUTTE  <julien@moutte.net>
32239
32240         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
32241         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate): When
32242         the atom is not available we have to unlock the mutex. Fixes #148023
32243
32244 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32245
32246         * gst-libs/gst/media-info/media-info.h:
32247           issue for a vararg macro with MSVC
32248
32249 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32250
32251         * gst/effectv/effectv.vcproj
32252         * gst-libs/gst/idct/idct.vcproj:
32253         * gst-libs/gst/media-info/media-info.vcproj:
32254         * gst-libs/gst/navigation/navigation.vcproj:
32255         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
32256         * gst-libs/gst/video/video.vcproj:
32257         * gst-libs/gst/xoverlay/xoverlay.vcproj:
32258           fixes for build problems
32259
32260 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32261
32262         * gst-libs/gst/audio/audio.def:
32263         * gst-libs/gst/audio/riff.def:
32264           add some definitions needed by plugins
32265
32266 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32267
32268         * gst/asfdemux/gstasfmux.c
32269           Fix some 64 bits constants to be glib friendly
32270
32271 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32272
32273         * gst/ac3parse/gstac3parse.c
32274         * gst/audioscale/gstaudioscale.c
32275         * gst/auparse/gstauparse.c
32276         * gst/colorspace/gstcolorspace.c
32277         * gst/colorspace/yuv2rgb.h
32278           local include fixes
32279
32280 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32281
32282         * win32/gst.sln
32283           add more plugins to the build
32284
32285 2004-07-26  Julien MOUTTE  <julien@moutte.net>
32286
32287         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
32288         (gst_ximagesink_ximage_new): Some more fixes to image size calculation.
32289
32290 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
32291
32292         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
32293         (gst_level_set_property), (gst_level_get_property),
32294         (gst_level_base_init), (gst_level_class_init):
32295           add debugging categories.  cleanups.
32296
32297 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
32298
32299         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
32300         (gst_videoscale_planar411), (gst_videoscale_planar400),
32301         (gst_videoscale_packed422), (gst_videoscale_packed422rev),
32302         (gst_videoscale_scale_nearest_str1),
32303         (gst_videoscale_scale_nearest_str2),
32304         (gst_videoscale_scale_nearest_str4),
32305         (gst_videoscale_scale_nearest_16bit),
32306         (gst_videoscale_scale_nearest_24bit):
32307           fixed stride issues
32308           tested with 320x240 -> 321, 322, 324 x240
32309           tested with YV12, I420, YUY2, UYVY
32310           fixed packed422rev (don't think it could have worked before)
32311           by testing with UYVY
32312
32313 2004-07-26  Benjamin Otte  <otte@gnome.org>
32314
32315         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_init),
32316         (gst_lame_chain), (gst_lame_setup), (gst_lame_change_state),
32317         (plugin_init):
32318           add debugging category, add error checks like checking return values
32319           of setup calls, make sure it still works after
32320           PLAYING=>NULL=>PLAYING, fix encoding of mono streams
32321
32322 2004-07-26  Wim Taymans  <wim@fluendo.com>
32323
32324         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
32325         (gst_mpeg_demux_get_audio_stream),
32326         (gst_mpeg_demux_process_private):
32327         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_send_data):
32328         Check for error codes from the negotiation functions. Make sure
32329         we really set the pad caps when a new pad is created.
32330
32331 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
32332
32333         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
32334         (gst_ffmpeg_caps_to_pix_fmt):
32335         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
32336         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
32337         (gst_ffmpegcolorspace_pad_link):
32338           don't make function do two things at the same time without reason.
32339
32340 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32341
32342         * gst/ac3parse/ac3parse.vcproj
32343         * gst/adder/adder.vcproj
32344         * gst/alpha/alpha.vcproj
32345         * gst/alpha/alphacolor.vcproj
32346         * gst/asfdemux/asf.vcproj
32347         * gst/audioconvert/audioconvert.vcproj
32348         * gst/audiorate/audiorate.vcproj
32349         * gst/audioscale/audioscale.vcproj
32350         * gst/auparse/auparse.vcproj
32351         * gst/avi/avi.vcproj
32352         * gst/cdxaparse/cdxaparse.vcproj
32353         * gst/chart/chart.vcproj
32354         * gst/colorspace/colorspace.vcproj
32355         * gst/cutter/cutter.vcproj
32356         * gst/debug/debug.vcproj
32357         * gst/debug/efence.vcproj
32358         * gst/debug/navigationtest.vcproj
32359         * gst/deinterlace/deinterlace.vcproj
32360         * gst/effectv/effectv.vcproj
32361         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
32362         * gst/filter/filter.vcproj
32363         * gst/flx/flxdec.vcproj
32364         * gst/goom/goom.vcproj
32365         * gst/interleave/interleave.vcproj
32366         * gst/law/alaw.vcproj
32367         * gst/law/mulaw.vcproj
32368         * gst/matroska/matroska.vcproj
32369         * gst/median/median.vcproj
32370         * gst/mixmatrix/mixmatrix.vcproj
32371         * gst/mpeg1sys/mpeg1systemencode.vcproj
32372         * gst/mpeg1videoparse/mp1videoparse.vcproj
32373         * gst/mpeg2sub/mpeg2subt.vcproj
32374         * gst/mpegaudio/mpegaudio.vcproj
32375         * gst/mpegaudioparse/mpegaudioparse.vcproj
32376         * gst/mpegstream/mpegstream.vcproj
32377         * gst/multifilesink/multifilesink.vcproj
32378         * gst/multipart/multipart.vcproj
32379         * gst/oneton/oneton.vcproj
32380         * gst/overlay/overlay.vcproj
32381         * gst/passthrough/passthrough.vcproj
32382         * gst/qtdemux/qtdemux.vcproj
32383         * gst/realmedia/rmdemux.vcproj
32384         * gst/rtjpeg/rtjpeg.vcproj
32385         * gst/rtp/rtp.vcproj
32386         * gst/silence/silence.vcproj
32387         * gst/sine/sinesrc.vcproj
32388         * gst/smooth/smooth.vcproj
32389         * gst/smpte/smpte.vcproj
32390         * gst/spectrum/spectrum.vcproj
32391         * gst/speed/speed.vcproj
32392         * gst/stereo/stereo.vcproj
32393         * gst/switch/switch.vcproj
32394         * gst/tags/tagedit.vcproj
32395         * gst/tcp/tcp.vcproj
32396         * gst/typefind/typefindfunctions.vcproj
32397         * gst/udp/udp.vcproj
32398         * gst/videobox/videobox.vcproj
32399         * gst/videocrop/videocrop.vcproj
32400         * gst/videodrop/videodrop.vcproj
32401         * gst/videofilter/gamma.vcproj
32402         * gst/videofilter/videobalance.vcproj
32403         * gst/videofilter/videofilter.vcproj
32404         * gst/videofilter/videoflip.vcproj
32405         * gst/videoflip/videoflip.vcproj
32406         * gst/videomixer/videomixer.vcproj
32407         * gst/videorate/videorate.vcproj
32408         * gst/videoscale/videoscale.vcproj
32409         * gst/videotestsrc/videotestsrc.vcproj
32410         * gst/virtualdub/virtualdub.vcproj
32411         * gst/volenv/volenv.vcproj
32412         * gst/volume/volume.vcproj
32413         * gst/wavenc/wavenc.vcproj
32414         * gst/wavparse/wavparse.vcproj
32415         * gst/y4m/y4menc.vcproj
32416           more plugins supported under windows
32417
32418 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
32419
32420         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
32421         (gst_ximagesink_ximage_put), (gst_ximagesink_renegotiate_size),
32422         (gst_ximagesink_chain), (gst_ximagesink_buffer_alloc):
32423         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
32424         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc):
32425           Add debugging statements.  Use the sizes as returned by the
32426           *CreateImage calls.
32427
32428 2004-07-26  Johan Dahlin  <johan@gnome.org>
32429
32430         * gst/tcp/gsttcpclientsrc.c (gst_tcpclientsrc_get): Make sure that
32431         the pad is negotiated.
32432
32433         * gst/ffmpegcolorspace/gstffmpegcolorspace.c (gst_ffmpegcolorspace_chain): Ditto
32434
32435 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32436
32437         * gst-libs/gst/colorbalance/colorbalance.vcproj:
32438         * gst-libs/gst/idct/idct.vcproj:
32439         * gst-libs/gst/media-info/media-info.vcproj:
32440         * gst-libs/gst/mixer/mixer.vcproj:
32441         * gst-libs/gst/navigation/navigation.vcproj:
32442         * gst-libs/gst/play/play.vcproj:
32443         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
32444         * gst-libs/gst/resample/resample.vcproj:
32445         * gst-libs/gst/tuner/tuner.vcproj:
32446         * gst-libs/gst/video/video.vcproj:
32447         * gst-libs/gst/xoverlay/xoverlay.vcproj:
32448           more plugins supported under windows
32449
32450 2004-07-25 Iain <iain@prettypeople.org>
32451
32452         * gst/wavparse/gstwavparse.c (gst_wavparse_fmt): Set the caps on the
32453         pad now rather than when the pad is created because state changes wipe
32454         explicit caps (fixes #148043).
32455
32456 2004-07-25  Sebastien Cote  <sc5@hermes.usherb.ca>
32457
32458         reviewed by Benjamin Otte  <otte@gnome.org>
32459
32460         * ext/mad/gstmad.c:
32461           fix mad plugin crashing on Sun (fixes #148289)
32462
32463 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
32464
32465         * gst/avi/avi.def:
32466         * gst/avi/avi.vcproj:
32467         * gst/matroska/matroska.def:
32468         * gst/matroska/matroska.vcproj:
32469           remove unused .def files
32470
32471 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
32472
32473         * gst-libs/gst/audio/gstaudiofilter.c:
32474           Clean the local include
32475
32476 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
32477
32478         * win32/gst.sln:
32479         * gst-libs/gst/audio/audio.def:
32480         * gst-libs/gst/audio/audio.vcproj:
32481         * gst-libs/gst/audio/audiofilter.vcproj:
32482         * gst-libs/gst/audio/riff.def:
32483         * gst-libs/gst/audio/riff.vcproj:
32484         * gst-libs/gst/gst-libs.def:
32485         * gst-libs/gst/gst-libs.vcproj:
32486         * gst/avi/avi.vcproj:
32487         * gst/avi/avi.vcproj:
32488           Copy the files where needed after building, cleaner projects
32489
32490 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
32491
32492         * gst/matroska/ebml-write.c:
32493           Fix some 64 bits constants to be glib friendly
32494
32495 2004-07-24  Steve Lhomme  <steve.lhomme@free.fr>
32496
32497         * win32/gst.sln:
32498         * gst-libs/gst/gst-libs.def:
32499         * gst-libs/gst/gst-libs.vcproj:
32500         * gst/matroska/matroska.def:
32501         * gst/matroska/matroska.vcproj:
32502           Add the preliminary canvas to build plugins on Win32
32503
32504 2004-07-23  Benjamin Otte  <otte@gnome.org>
32505
32506         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
32507           don't enfore negotiation from source side, it breaks
32508           sinesrc ! audioconvert ! osssink
32509
32510 2004-07-22  David Schleef  <ds@schleef.org>
32511
32512         * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add typefind
32513         for ELF files, since they can easily be recognized as audio/mpeg.
32514         (bug #147441)
32515
32516 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
32517
32518         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
32519         (gst_videoscale_planar411), (gst_videoscale_scale_nearest_32bit),
32520         (gst_videoscale_scale_nearest_24bit),
32521         (gst_videoscale_scale_nearest_16bit):
32522           fix 16bit and 24bit for stride (24bit might need testing)
32523           don't pretend we do more than one algorithm
32524
32525 2004-07-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
32526
32527         * configure.ac:
32528         * gst/Makefile.am:
32529         * gst/multifilesink/Makefile.am:
32530         * gst/multifilesink/gstmultifilesink.c:
32531         (gst_multifilesink_get_formats),
32532         (gst_multifilesink_get_query_types), (_do_init),
32533         (gst_multifilesink_base_init), (gst_multifilesink_class_init),
32534         (gst_multifilesink_init), (gst_multifilesink_dispose),
32535         (gst_multifilesink_set_location), (gst_multifilesink_set_property),
32536         (gst_multifilesink_get_property), (gst_multifilesink_open_file),
32537         (gst_multifilesink_close_file), (gst_multifilesink_next_file),
32538         (gst_multifilesink_pad_query), (gst_multifilesink_handle_event),
32539         (gst_multifilesink_chain), (gst_multifilesink_change_state),
32540         (gst_multifilesink_uri_get_type),
32541         (gst_multifilesink_uri_get_protocols),
32542         (gst_multifilesink_uri_get_uri), (gst_multifilesink_uri_set_uri),
32543         (gst_multifilesink_uri_handler_init), (plugin_init):
32544         * gst/multifilesink/gstmultifilesink.h:
32545         * testsuite/Makefile.am:
32546         * testsuite/multifilesink/Makefile.am:
32547         * testsuite/multifilesink/fakesrc_test.c: (gst_newmedia_base_init),
32548         (gst_newmedia_class_init), (gst_newmedia_init),
32549         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
32550         (newfile_signal), (test_signal), (main):
32551         multifilesink plugin for creating new files every time a new media
32552         discontinuity event occurs
32553
32554 2004-07-22  Wim Taymans  <wim@fluendo.com>
32555
32556         * gst/alpha/Makefile.am:
32557         * gst/alpha/gstalphacolor.c: (gst_alpha_color_get_type),
32558         (gst_alpha_color_base_init), (gst_alpha_color_class_init),
32559         (gst_alpha_color_init), (gst_alpha_color_set_property),
32560         (gst_alpha_color_get_property), (gst_alpha_color_sink_link),
32561         (transform), (gst_alpha_color_chain),
32562         (gst_alpha_color_change_state), (plugin_init):
32563         Stupid plugin to to RGBA to AYUV conversion because none of
32564         the colorspace plugins can handle that yet.
32565
32566 2004-07-22  Wim Taymans  <wim@fluendo.com>
32567
32568         * examples/seeking/seek.c: (update_scale), (main):
32569         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
32570         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
32571         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
32572         (gst_decode_bin_init), (gst_decode_bin_dispose),
32573         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
32574         (no_more_pads), (close_link), (type_found),
32575         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
32576         (plugin_init):
32577         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
32578         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
32579         (gst_play_base_bin_dispose), (queue_overrun),
32580         (gen_preroll_element), (remove_prerolls), (unknown_type),
32581         (no_more_pads), (new_stream), (setup_source),
32582         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
32583         (play_base_eos), (gst_play_base_bin_change_state),
32584         (gst_play_base_bin_add_element),
32585         (gst_play_base_bin_remove_element),
32586         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
32587         (gst_play_base_bin_unlink_stream),
32588         (gst_play_base_bin_get_streaminfo):
32589         * gst/playback/gstplaybin.c: (gen_video_element),
32590         (gen_audio_element):
32591         * gst/playback/gststreaminfo.h:
32592         More playback updates, attempt to fix things after the state change
32593         breakage.
32594
32595 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
32596
32597         * gst/videoscale/videoscale.c: (gst_videoscale_planar411),
32598         (gst_videoscale_scale_nearest_16bit):
32599           comment algorithm
32600
32601 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
32602
32603         * gst/videotestsrc/gstvideotestsrc.c:
32604         (gst_videotestsrc_class_init), (gst_videotestsrc_src_link),
32605         (gst_videotestsrc_init), (gst_videotestsrc_get),
32606         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
32607         (gst_videotestsrc_get_property):
32608         * gst/videotestsrc/gstvideotestsrc.h:
32609         * gst/videotestsrc/videotestsrc.c:
32610         * gst/videotestsrc/videotestsrc.h:
32611           cleanup and commenting
32612
32613 2004-07-21  Wim Taymans  <wim@fluendo.com>
32614
32615         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
32616         (gst_ogg_demux_get_formats), (gst_ogg_demux_src_query),
32617         (gst_ogg_demux_src_event), (gst_ogg_demux_src_convert),
32618         (gst_ogg_demux_handle_event), (gst_ogg_demux_seek_before),
32619         (_find_chain_get_unknown_part), (_find_streams_check),
32620         (gst_ogg_demux_push), (gst_ogg_pad_push):
32621         * ext/theora/theoradec.c: (theora_get_formats),
32622         (theora_dec_src_convert), (theora_dec_sink_convert),
32623         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
32624         (theora_dec_chain):
32625         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
32626         (vorbis_dec_convert), (vorbis_dec_src_query),
32627         (vorbis_dec_src_event), (vorbis_dec_event):
32628         More seeking fixes, oggdemux now supports seeking to time and
32629         uses the downstream element to convert granulepos to time.
32630         Seeking in theora-only ogg files now works.
32631
32632 2004-07-21  Wim Taymans  <wim@fluendo.com>
32633
32634         * ext/theora/theoradec.c: (gst_theora_dec_init),
32635         (theora_get_formats), (theora_get_event_masks),
32636         (theora_get_query_types), (theora_dec_src_convert),
32637         (theora_dec_sink_convert), (theora_dec_src_query),
32638         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
32639         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
32640         (vorbis_get_event_masks), (vorbis_get_query_types),
32641         (gst_vorbis_dec_init), (vorbis_dec_convert),
32642         (vorbis_dec_src_query), (vorbis_dec_src_event), (vorbis_dec_event):
32643         Added query/convert/formats functions to vorbis and theora decoders
32644         so that the outside world can use them too. Fixed seeking on an
32645         ogg/theora/vorbis file by disabling the seeking seeking on the
32646         theora srcpad.
32647
32648 2004-07-21  Julien MOUTTE  <julien@moutte.net>
32649
32650         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
32651         (gst_ximagesink_renegotiate_size), (gst_ximagesink_sink_link),
32652         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id): Optimize
32653         images creation for both elements. We don't create the image on caps
32654         nego or renego, we just destroy the internal one if present if it does
32655         not match the needs. The chain function takes care of creating a new
32656         image when needed.
32657         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
32658         (gst_xvimagesink_xwindow_decorate), (gst_xvimagesink_sink_link),
32659         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
32660         (gst_xvimagesink_set_xwindow_id): Additionally xvimage now contains
32661         the image format information. The buffer pool checks for the context
32662         image format and discard images with different formats.
32663         * sys/xvimage/xvimagesink.h: Adding im_format in the xvimage structure.
32664
32665 2004-07-21  Thomas Vander Stichele  <thomas at apestaart dot org>
32666
32667         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
32668         (gst_ffmpegcolorspace_chain):
32669           no point in doing any chaining if the pad we want to push from
32670           isn't usable.
32671
32672 2004-07-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32673
32674         * gst-libs/gst/riff/riff-media.c:
32675         (gst_riff_create_audio_caps_with_data):
32676           Fix double end-to-native symbol conversion (#148021).
32677
32678 2004-07-20  David Schleef  <ds@schleef.org>
32679
32680         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
32681         Don't use an Atom that doesn't exist.
32682
32683 2004-07-20  Wim Taymans  <wim@fluendo.com>
32684
32685         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
32686         (gst_multifdsink_add), (gst_multifdsink_get_stats),
32687         (gst_multifdsink_client_remove),
32688         (gst_multifdsink_handle_client_write),
32689         (gst_multifdsink_queue_buffer):
32690         * gst/tcp/gstmultifdsink.h:
32691         More multifdsink stats. Avoid deadlock by releasing locks
32692         before sending out a signal.
32693
32694 2004-07-20  Thomas Vander Stichele  <thomas at apestaart dot org>
32695
32696         * po/LINGUAS:
32697         * po/hu.po:
32698           added Hungarian translation (Laszlo Dvornik)
32699
32700 2004-07-20  Wim Taymans  <wim@fluendo.com>
32701
32702         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
32703         (gst_multifdsink_add), (gst_multifdsink_client_remove),
32704         (gst_multifdsink_handle_client_write),
32705         (gst_multifdsink_queue_buffer):
32706         * gst/tcp/gsttcp-marshal.list:
32707         Fixed the stupid marshal definition.
32708
32709 2004-07-20  Wim Taymans  <wim@fluendo.com>
32710
32711         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
32712         (gst_multifdsink_init), (gst_multifdsink_add),
32713         (gst_multifdsink_client_remove),
32714         (gst_multifdsink_handle_client_write),
32715         (gst_multifdsink_queue_buffer), (gst_multifdsink_chain),
32716         (gst_multifdsink_set_property), (gst_multifdsink_get_property),
32717         (gst_multifdsink_init_send):
32718         * gst/tcp/gstmultifdsink.h:
32719         Added more stats, added timeout for a client, fixed some typos
32720         and added some comments.
32721
32722 2004-07-20  Wim Taymans  <wim@fluendo.com>
32723
32724         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
32725         (gst_multifdsink_add), (gst_multifdsink_get_stats),
32726         (gst_multifdsink_client_remove),
32727         (gst_multifdsink_handle_client_write):
32728         * gst/tcp/gstmultifdsink.h:
32729         * gst/tcp/gsttcp-marshal.list:
32730         Added get_stats method that returns a GValueArray of
32731         stats values.
32732
32733 2004-07-19  Benjamin Otte  <otte@gnome.org>
32734
32735         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
32736           make sure longname, description and author are valid UTF-8
32737
32738 2004-07-19  Thomas Vander Stichele  <thomas at apestaart dot org>
32739
32740         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state),
32741         (gst_ximagesink_set_property):
32742         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
32743         (gst_xvimagesink_set_property):
32744           make sure SYNCHRONOUS is respected after getting the X context
32745
32746 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
32747
32748         * gst/matroska/matroska-demux.c:
32749         (gst_matroska_demux_handle_src_event),
32750         (gst_matroska_demux_parse_blockgroup):
32751         * gst/matroska/matroska-ids.h:
32752           add BlockReference tag and ignore it to clear out log.
32753           ignore NAVIGATION events to clear out log.
32754
32755 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
32756
32757         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
32758         (gst_matroska_demux_add_stream):
32759         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init):
32760           add debug categories
32761
32762 2004-07-16  Wim Taymans  <wim@fluendo.com>
32763
32764         * ext/libpng/Makefile.am:
32765         * ext/libpng/gstpng.c: (plugin_init):
32766         * ext/libpng/gstpngdec.c: (user_error_fn), (user_warning_fn),
32767         (gst_pngdec_get_type), (gst_pngdec_base_init),
32768         (gst_pngdec_class_init), (gst_pngdec_sinklink), (gst_pngdec_init),
32769         (gst_pngdec_src_getcaps), (user_read_data), (gst_pngdec_chain):
32770         * ext/libpng/gstpngdec.h:
32771         Added png decoder.
32772
32773 2004-07-16  Julien MOUTTE  <julien@moutte.net>
32774
32775         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
32776         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
32777         (gst_ximagesink_ximage_destroy), (gst_ximagesink_sink_link),
32778         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
32779         (gst_ximagesink_buffer_alloc):
32780         * sys/ximage/ximagesink.h:
32781         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
32782         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
32783         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
32784         (gst_xvimagesink_buffer_alloc):
32785         * sys/xvimage/xvimagesink.h: Getting the 2 video sinks synchronized
32786         again. Using internal data pointer of the x(v)image to store image's
32787         data to be coherent with the buffer alloc mechanism. Investigated the
32788         image destruction code to be sure that everything gets freed correctly.
32789
32790 2004-07-16  Wim Taymans  <wim@fluendo.com>
32791
32792         * gst-libs/gst/riff/riff-read.c:
32793         (gst_riff_read_strf_vids_with_data),
32794         (gst_riff_read_strf_auds_with_data):
32795         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
32796         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
32797         Make sure we don't create 0 sized subbuffers in riff-read.
32798         Signal the no more pads signal after reading the avi header.
32799
32800 2004-07-16  Wim Taymans  <wim@fluendo.com>
32801
32802         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
32803         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
32804         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
32805         (gst_decode_bin_init), (gst_decode_bin_dispose),
32806         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
32807         (no_more_pads), (close_link), (type_found),
32808         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
32809         (gst_decode_bin_change_state), (plugin_init):
32810         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
32811         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
32812         (gst_play_base_bin_dispose), (queue_overrun),
32813         (gen_preroll_element), (remove_prerolls), (unknown_type),
32814         (no_more_pads), (new_stream), (setup_source),
32815         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
32816         (play_base_eos), (gst_play_base_bin_change_state),
32817         (gst_play_base_bin_add_element),
32818         (gst_play_base_bin_remove_element),
32819         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
32820         (gst_play_base_bin_unlink_stream),
32821         (gst_play_base_bin_get_streaminfo):
32822         * gst/playback/gstplaybasebin.h:
32823         Better error recovery. Added configurable preroll queue size. Faster
32824         detection of no-more-pads.
32825
32826 2004-07-16  Wim Taymans  <wim@fluendo.com>
32827
32828         * gst-libs/gst/video/video.h:
32829         Added 32 bits RGBA. Not sure if we should use another mime-type
32830         for alpha rgb. Currently the presence of the alpha_mask property
32831         signals an alpha channel.
32832
32833 2004-07-16  Wim Taymans  <wim@fluendo.com>
32834
32835         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
32836         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
32837         FPS seems to be 0.0 to MAX everywhere else.
32838
32839 2004-07-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32840
32841         * gst-libs/gst/riff/riff-media.c:
32842         (gst_riff_create_video_caps_with_data):
32843           mp42/mp43 (no caps) exist too.
32844         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
32845           Set pixel_width/height; we've got them in-caps.
32846         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
32847         * gst/wavparse/gstwavparse.c: (plugin_init):
32848           Both are valid primary.
32849         * sys/oss/gstossmixer.c:
32850           Remove i18n hack and enable translations.
32851
32852 2004-07-15  Benjamin Otte  <otte@gnome.org>
32853
32854         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
32855         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
32856           fix for non-shm xv. Original patch by Tim Ringenbach (fixes #147248)
32857
32858 2004-07-15  Benjamin Otte  <otte@gnome.org>
32859
32860         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
32861         (gst_alsa_sw_params_dump), (gst_alsa_hw_params_dump),
32862         (gst_alsa_close_audio):
32863           disable some of the debugging code for now. Writing debugging to a
32864           buffer is broken in current alsalib releases.
32865
32866 2004-07-12  Benjamin Otte  <otte@gnome.org>
32867
32868         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer):
32869           use bufferpools
32870
32871 2004-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
32872
32873         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
32874         (theora_dec_src_query), (theora_dec_event):
32875         * ext/theora/theoraenc.c: (gst_theora_enc_class_init):
32876           add debugging categories.  Remove \n's.
32877
32878 2004-07-13  Johan Dahlin  <johan@gnome.org>
32879
32880         * gst/playback/gstplaybin.c (gst_play_bin_set_property)
32881         (gst_play_bin_get_property): Impl.
32882
32883 2004-07-13  Wim Taymans  <wim@fluendo.com>
32884
32885         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_seek_before):
32886         When trying to find the stream length, seek back N pages
32887         instead of just one, where N is the number of streams in
32888         the current chain.
32889
32890 2004-07-13  Wim Taymans  <wim@fluendo.com>
32891
32892         * gst-libs/gst/riff/riff-media.c:
32893         (gst_riff_create_audio_caps_with_data),
32894         (gst_riff_create_audio_caps),
32895         (gst_riff_create_audio_template_caps):
32896         * gst-libs/gst/riff/riff-media.h:
32897         * gst-libs/gst/riff/riff-read.c:
32898         (gst_riff_read_strf_vids_with_data),
32899         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_auds):
32900         * gst-libs/gst/riff/riff-read.h:
32901         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
32902         (gst_avi_demux_add_stream):
32903         Set codec_data on caps for avidemuxer.
32904
32905 2004-07-12  David Schleef  <ds@schleef.org>
32906
32907         * configure.ac: Fix test for Objective C
32908
32909 2004-07-12  Jan Schmidt  <thaytan@mad.scientist.com>
32910         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
32911         (gst_gdk_pixbuf_chain):
32912           Add svg and pcx to template caps, and ensure that getcaps returns a
32913           subset of the template caps.
32914           Copy each row manually for output, as gdkpixbuf may pad the
32915           rowstride to a 32-bit word boundary.
32916
32917 2004-07-12  Wim Taymans  <wim@fluendo.com>
32918
32919         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
32920         (gst_riff_create_video_template_caps):
32921         Fix the template caps to include some more media types.
32922
32923 2004-07-12  Wim Taymans  <wim@fluendo.com>
32924
32925         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
32926         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
32927         (compare_ranks), (print_feature), (gst_decode_bin_init),
32928         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
32929         (try_to_link_1), (new_pad), (close_link), (type_found),
32930         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
32931         (gst_decode_bin_change_state), (plugin_init):
32932         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
32933         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
32934         (gst_play_base_bin_dispose), (queue_overrun),
32935         (gen_preroll_element), (remove_prerolls), (no_more_pads),
32936         (new_stream), (setup_source), (gst_play_base_bin_set_property),
32937         (gst_play_base_bin_get_property), (play_base_eos),
32938         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
32939         (gst_play_base_bin_remove_element),
32940         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
32941         (gst_play_base_bin_unlink_stream),
32942         (gst_play_base_bin_get_streaminfo):
32943         * gst/playback/gstplaybasebin.h:
32944         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
32945         (gst_play_bin_class_init), (gst_play_bin_init),
32946         (gst_play_bin_dispose), (gst_play_bin_set_property),
32947         (gst_play_bin_get_property), (gen_video_element),
32948         (gen_audio_element), (remove_sinks), (setup_sinks),
32949         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
32950         (gst_play_bin_send_event), (gst_play_bin_get_formats),
32951         (gst_play_bin_convert), (gst_play_bin_get_query_types),
32952         (gst_play_bin_query), (plugin_init):
32953         * gst/playback/test4.c: (main):
32954         More fixes on reusing of the element.
32955
32956 2004-07-11  Benjamin Otte  <otte@gnome.org>
32957
32958         * ext/mad/gstmad.c: (normal_seek):
32959           allow seeking for other methods than just SET
32960
32961 2004-07-11  Andy Wingo  <wingo@pobox.com>
32962
32963         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_link): For
32964         float, "any" caps -> buffer_frames=[0,MAX].
32965
32966         * gst/interleave/interleave.c (interleave_getcaps): Seems the core
32967         doesn't intersect our caps with the template any more. Do it
32968         ourselves.
32969         (interleave_buffered_loop): Use g_newa instead of malloc/free.
32970
32971 2004-07-09  Wim Taymans  <wim@fluendo.com>
32972
32973         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
32974         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
32975         (compare_ranks), (print_feature), (gst_decode_bin_init),
32976         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
32977         (try_to_link_1), (new_pad), (close_link), (type_found),
32978         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
32979         (gst_decode_bin_change_state), (plugin_init):
32980         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
32981         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
32982         (gst_play_base_bin_dispose), (queue_overrun),
32983         (gen_preroll_element), (remove_prerolls), (no_more_pads),
32984         (new_stream), (setup_source), (gst_play_base_bin_set_property),
32985         (gst_play_base_bin_get_property), (play_base_eos),
32986         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
32987         (gst_play_base_bin_remove_element),
32988         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
32989         (gst_play_base_bin_unlink_stream),
32990         (gst_play_base_bin_get_streaminfo):
32991         * gst/playback/gstplaybasebin.h:
32992         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
32993         (gst_play_bin_class_init), (gst_play_bin_init),
32994         (gst_play_bin_dispose), (gst_play_bin_set_property),
32995         (gst_play_bin_get_property), (gen_video_element),
32996         (gen_audio_element), (remove_sinks), (setup_sinks),
32997         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
32998         (gst_play_bin_send_event), (gst_play_bin_get_formats),
32999         (gst_play_bin_convert), (gst_play_bin_get_query_types),
33000         (gst_play_bin_query), (plugin_init):
33001         * gst/playback/test4.c: (main):
33002         Work on object reuse and seeking.
33003
33004 2004-07-09  Wim Taymans  <wim@fluendo.com>
33005
33006         * examples/seeking/seek.c: (iterate):
33007         Don't consume all CPU in the idle loop.
33008
33009 2004-07-09  Wim Taymans  <wim@fluendo.com>
33010
33011         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_new_output_pad),
33012         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_process_private):
33013         Add pad to element *after* setting the pad functions so that
33014         the scheduler can use the correct ones.
33015
33016 2004-07-09  Wim Taymans  <wim@fluendo.com>
33017
33018         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
33019         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_chain):
33020         Sync to keyframe after seek
33021
33022 2004-07-09  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
33023
33024         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
33025         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
33026         (gst_alsa_sink_loop), (gst_alsa_sink_change_state):
33027         * ext/alsa/gstalsasrc.c: (gst_alsa_src_change_state):
33028         * ext/libvisual/visual.c: (gst_visual_change_state):
33029         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_change_state):
33030         * ext/theora/theoradec.c: (theora_dec_change_state):
33031         * ext/theora/theoraenc.c: (theora_enc_change_state):
33032         * ext/vorbis/vorbisdec.c: (vorbis_dec_change_state):
33033         * gst-libs/gst/navigation/navigation.c:
33034         * gst/adder/gstadder.c: (gst_adder_change_state):
33035         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
33036         (gst_audio_convert_get_buffer):
33037         * gst/multipart/multipartdemux.c:
33038         (gst_multipart_demux_change_state):
33039         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
33040         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
33041         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
33042         * gst/videoscale/gstvideoscale.c:
33043         (gst_videoscale_handle_src_event):
33044         * gst/volume/gstvolume.c: (volume_chain_int16):
33045           don't assert in state change, this should be done by the base
33046           GstElement class.
33047           various debugging fixes.
33048
33049 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
33050
33051         * configure.ac:
33052         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
33053         (gst_play_dispose), (gst_play_set_location),
33054         (gst_play_set_data_src), (gst_play_set_video_sink),
33055         (gst_play_set_audio_sink), (gst_play_set_visualization),
33056         (gst_play_connect_visualization), (gst_play_get_sink_element),
33057         (gst_play_get_all_by_interface):
33058         * gst-libs/gst/play/play.h:
33059           add new method to get elements implementing an interface.
33060           add various error logging
33061
33062 2004-07-08  Wim Taymans  <wim@fluendo.com>
33063
33064         * examples/seeking/seek.c: (make_dv_pipeline), (make_avi_pipeline),
33065         (make_mpeg_pipeline), (make_mpegnt_pipeline),
33066         (make_playerbin_pipeline), (query_durations_elems),
33067         (query_durations_pads), (query_positions_elems),
33068         (query_positions_pads), (update_scale), (iterate), (stop_seek),
33069         (main):
33070         Added playbin seeking example.
33071
33072 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
33073
33074         * gst-libs/gst/play/play.c: (gst_play_set_location),
33075         (gst_play_set_data_src), (gst_play_set_video_sink),
33076         (gst_play_set_audio_sink), (gst_play_set_visualization),
33077         (gst_play_connect_visualization), (gst_play_get_framerate):
33078           use a macro to look up elements from hash table
33079
33080 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
33081
33082         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
33083         (gst_play_get_length_callback), (gst_play_set_location),
33084         (gst_play_seek_to_time), (gst_play_set_data_src),
33085         (gst_play_set_video_sink), (gst_play_set_audio_sink),
33086         (gst_play_set_visualization), (gst_play_connect_visualization),
33087         (gst_play_get_sink_element):
33088         - add debugging info
33089         - fix looking up sink elements by iterating over complete caps
33090         - put everything except for source and autoplugger in a complete bin
33091
33092 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
33093
33094         * ext/alsa/gstalsa.c: (gst_alsa_drain_audio):
33095         * ext/alsa/gstalsasink.c: (gst_alsa_sink_flush_one_pad),
33096         (gst_alsa_sink_check_event), (gst_alsa_sink_mmap),
33097         (gst_alsa_sink_write), (gst_alsa_sink_loop):
33098         * ext/alsa/gstalsasink.h:
33099         - add debugging info
33100         - clean up schizophrenia of data/buffer/event
33101         - fix double event unref error
33102
33103 2004-07-08  Wim Taymans  <wim@fluendo.com>
33104
33105         * gst/playback/Makefile.am:
33106         Add headers to noinst
33107
33108 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
33109
33110         * tools/gst-launch-ext-m.m:
33111         * tools/gst-launch-ext.1.in:
33112           convert to the third millenium
33113
33114 2004-07-07  David Schleef  <ds@schleef.org>
33115
33116         * sys/dxr3/Makefile.am: noinst_SOURCES should be nodist_SOURCES
33117
33118 2004-07-07  Wim Taymans  <wim@fluendo.com>
33119
33120         * gst/playback/Makefile.am:
33121         * gst/playback/README:
33122         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
33123         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
33124         (compare_ranks), (print_feature), (gst_decode_bin_init),
33125         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
33126         (try_to_link_1), (new_pad), (close_link), (type_found),
33127         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
33128         (plugin_init):
33129         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
33130         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
33131         (gst_play_base_bin_dispose), (rebuild_pipeline), (queue_overrun),
33132         (gen_preroll_element), (no_more_pads), (new_stream),
33133         (setup_source), (gst_play_base_bin_set_property),
33134         (gst_play_base_bin_get_property), (gst_play_base_bin_change_state),
33135         (gst_play_base_bin_add_element),
33136         (gst_play_base_bin_remove_element),
33137         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
33138         (gst_play_base_bin_unlink_stream),
33139         (gst_play_base_bin_get_streaminfo):
33140         * gst/playback/gstplaybasebin.h:
33141         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
33142         (gst_play_bin_class_init), (gst_play_bin_init),
33143         (gst_play_bin_dispose), (gst_play_bin_set_property),
33144         (gst_play_bin_get_property), (gen_video_element),
33145         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state),
33146         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
33147         (gst_play_bin_get_formats), (gst_play_bin_convert),
33148         (gst_play_bin_get_query_types), (gst_play_bin_query),
33149         (plugin_init):
33150         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
33151         (gst_stream_info_get_type), (gst_stream_info_class_init),
33152         (gst_stream_info_init), (gst_stream_info_new),
33153         (gst_stream_info_dispose), (gst_stream_info_set_property),
33154         (gst_stream_info_get_property):
33155         * gst/playback/gststreaminfo.h:
33156         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
33157         (main):
33158         * gst/playback/test2.c: (main):
33159         * gst/playback/test3.c: (update_scale), (main):
33160         More playbin fixes. Added README. Do better element filtering.
33161         Added base class to preroll media. Added test apps.
33162
33163 2004-07-07  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
33164
33165         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_flush_decoder):
33166         * ext/mpeg2dec/gstmpeg2dec.h:
33167           various debugging improvements.  Reset stream to next picture
33168           instead of sequence header, otherwise seeks cannot work.
33169
33170 2004-07-07  Wim Taymans  <wim@fluendo.com>
33171
33172         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
33173         (gst_video_box_class_init), (gst_video_box_set_property),
33174         (gst_video_box_i420), (gst_video_box_ayuv), (gst_video_box_chain):
33175         Use pad_alloc where possible.
33176
33177 2004-07-07  Wim Taymans  <wim@fluendo.com>
33178
33179         * sys/oss/gstosselement.c: (gst_osselement_reset),
33180         (gst_osselement_parse_caps):
33181         * sys/oss/gstosselement.h:
33182         * sys/oss/gstosssrc.c: (gst_osssrc_get):
33183         Fix offset on osssrc.
33184
33185 2004-07-07  Wim Taymans  <wim@fluendo.com>
33186
33187         * ext/theora/theora.c: (plugin_init):
33188         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
33189         (theora_dec_src_query), (theora_dec_chain):
33190         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
33191         (theora_enc_sink_link), (theora_buffer_from_packet),
33192         (theora_push_packet), (theora_enc_chain):
33193         Fix theora granulepos calculation.
33194         Fix overflow in duration/position calculation.
33195         Bump rank to PRIMARY for theoradec.
33196         Use granulepos of last packet to calculate position.
33197         Set keyframe flag on buffers when needed.
33198
33199 2004-07-06  David Schleef  <ds@schleef.org>
33200
33201         * gst/playback/Makefile.am: 'test' in bin_PROGRAMS?  Are you
33202         serious?  (Fixed, obviously.)
33203
33204 2004-07-06  Thomas Vander Stichele  <thomas at apestaart dot org>
33205
33206         * po/LINGUAS:
33207         * po/cs.po:
33208           added Czech translation (Miloslav Trmac)
33209
33210 2004-07-05  Wim Taymans  <wim@fluendo.com>
33211
33212         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
33213         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
33214         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
33215         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
33216         (close_link), (type_found), (gst_decode_bin_set_property),
33217         (gst_decode_bin_get_property), (gst_decode_bin_get_event_masks),
33218         (gst_decode_bin_send_event), (gst_decode_bin_get_formats),
33219         (gst_decode_bin_convert), (gst_decode_bin_get_query_types),
33220         (gst_decode_bin_query), (plugin_init):
33221         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
33222         (gst_play_bin_class_init), (gst_play_bin_init),
33223         (gst_play_bin_dispose), (rebuild_pipeline), (get_audio_element),
33224         (get_video_element), (new_pad), (setup_source),
33225         (gst_play_bin_set_property), (gst_play_bin_get_property),
33226         (gst_play_bin_change_state), (gst_play_bin_add_element),
33227         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
33228         (gst_play_bin_send_event), (gst_play_bin_get_formats),
33229         (gst_play_bin_convert), (gst_play_bin_get_query_types),
33230         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
33231         * gst/playback/test.c: (main):
33232         More fixes, cleaned up playbin, make it use decodebin. Added
33233         threaded property to playbin.
33234
33235 2004-07-05  Wim Taymans  <wim@fluendo.com>
33236
33237         * configure.ac:
33238         * gst/playback/Makefile.am:
33239         * gst/playback/decodetest.c: (main):
33240         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
33241         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
33242         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
33243         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
33244         (close_link), (type_found), (gst_decode_bin_set_property),
33245         (gst_decode_bin_get_property), (gst_decode_bin_change_state),
33246         (gst_decode_bin_get_event_masks), (gst_decode_bin_send_event),
33247         (gst_decode_bin_get_formats), (gst_decode_bin_convert),
33248         (gst_decode_bin_get_query_types), (gst_decode_bin_query),
33249         (plugin_init):
33250         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
33251         (gst_play_bin_class_init), (gst_play_bin_init),
33252         (gst_play_bin_dispose), (gen_default_output), (rebuild_pipeline),
33253         (collect_sink_pads), (find_compatibles), (close_pad_link),
33254         (try_to_link_1), (new_pad), (close_link), (type_found),
33255         (setup_source), (gst_play_bin_set_property),
33256         (gst_play_bin_get_property), (gst_play_bin_factory_filter),
33257         (compare_ranks), (gst_play_bin_collect_factories),
33258         (gst_play_bin_change_state), (gst_play_bin_add_element),
33259         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
33260         (gst_play_bin_send_event), (gst_play_bin_get_formats),
33261         (gst_play_bin_convert), (gst_play_bin_get_query_types),
33262         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
33263         * gst/playback/test.c: (main):
33264         Added some playback helper elements and some test apps, very alpha
33265         still.
33266
33267 2004-07-04  Benjamin Otte  <otte@gnome.org>
33268
33269         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
33270           only restart audio when we indeed have an xrun to fix repeated
33271           xruns. Fix suggested by Giuliano Pochini.
33272
33273 2004-07-03  David Schleef  <ds@schleef.org>
33274
33275         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper): Disable
33276         call to gst_debug_log() if debugging is disabled (bug #145118)
33277
33278 2004-07-03  Benjamin Otte  <otte@gnome.org>
33279
33280         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
33281           use our own functions for restarting the alsa device.
33282         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
33283           I should apply patches myself - use MIN for the third argument, not
33284           the second, this fixes seeking
33285
33286 2004-07-02  David Schleef  <ds@schleef.org>
33287
33288         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
33289         (gst_flacdec_write):  Actually, GST_PAD_CAPS() has nothing to
33290         do with the logic.
33291
33292 2004-07-02  David Schleef  <ds@schleef.org>
33293
33294         * ext/flac/gstflacdec.c: (gst_flacdec_write):  Set duration on
33295         output buffers.  Fix logic mistake.  (bug #144866)
33296
33297 2004-07-02  David Schleef  <ds@schleef.org>
33298
33299         * gst-libs/gst/xoverlay/Makefile.am: xoverlay no longer depends
33300         on X.  (bug #144753)
33301
33302 2004-07-02  David Schleef  <ds@schleef.org>
33303
33304         * gst/wavenc/gstwavenc.c: (gst_wavenc_setup),
33305         (gst_wavenc_stop_file): Switch to GST_WRITE_UINT32_LE macros
33306         (bug #144624)
33307         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
33308         (gst_osselement_rate_probe_check): Add another workaround for
33309         buggy drivers (bug #145336)
33310
33311 2004-07-02  David Schleef  <ds@schleef.org>
33312
33313         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_handle_client_write):
33314         Most systems don't have MSG_NOSIGNAL.
33315
33316 2004-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
33317
33318         * Makefile.am:
33319         * gst-libs/gst/colorbalance/Makefile.am:
33320         * gst-libs/gst/mixer/Makefile.am:
33321         * gst-libs/gst/play/Makefile.am:
33322         * gst-libs/gst/tuner/Makefile.am:
33323           (hopefully) fix both install and dist and make error message useful.
33324           needs testing across automakes.
33325
33326 2004-07-02  Benjamin Otte  <otte@gnome.org>
33327
33328         * ext/ogg/gstogg.c: (plugin_init):
33329           we require bytestream now
33330         * ext/ogg/gstoggdemux.c:
33331           huge diff to implement chain setup in a fast and generic way. This
33332           improves tag reading and startup of huge files (read: Theora videos)
33333           quite a bit. It probably contains bugs, too, so please test.
33334           Seeking is not improved to the fast method.
33335
33336 2004-06-29  Wim Taymans  <wim@fluendo.com>
33337
33338         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
33339         * ext/ogg/gstoggmux.c:
33340         Fix memleak in oggdemux when running unconnected pads.
33341         doc update in mux, start working on keyframe mode.
33342
33343 2004-06-29  Benjamin Otte  <otte@gnome.org>
33344
33345         * sys/oss/gstosssink.c:
33346         * sys/oss/gstosssrc.c:
33347           advertise correct template caps - we indeed do non-native endianness
33348           and 8bit audio has no endianness
33349         * sys/ximage/ximagesink.c: (gst_ximagesink_getcaps):
33350         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps):
33351           avoid (wrong) duplications in getcaps function and return
33352           template caps
33353
33354 2004-06-29  Wim Taymans  <wim@fluendo.com>
33355
33356         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
33357         (gst_multifdsink_class_init), (gst_multifdsink_add),
33358         (gst_multifdsink_remove), (gst_multifdsink_clear),
33359         (gst_multifdsink_client_remove),
33360         (gst_multifdsink_handle_client_read),
33361         (gst_multifdsink_client_queue_data),
33362         (gst_multifdsink_client_queue_caps),
33363         (gst_multifdsink_client_queue_buffer),
33364         (gst_multifdsink_handle_client_write),
33365         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
33366         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
33367         (gst_multifdsink_init_send), (gst_multifdsink_close):
33368         Fix wrong GList iteration that could crash the server when
33369         more then 2 clients disconnect at the same time. Read all the
33370         pending commands in one batch to recover from command storms under
33371         very heavy load.
33372
33373 2004-06-28  Wim Taymans  <wim@fluendo.com>
33374
33375         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
33376         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
33377         (gst_videomixer_pad_set_property),
33378         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
33379         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
33380         (gst_videomixer_class_init), (gst_videomixer_init),
33381         (gst_videomixer_request_new_pad), (gst_videomixer_blend_ayuv_i420),
33382         (pad_zorder_compare), (gst_videomixer_sort_pads),
33383         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
33384         (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
33385         (gst_videomixer_update_queues), (gst_videomixer_loop),
33386         (plugin_init):
33387         Avoid divide by zero, choose masterpad as the pad with the highest
33388         framerate.
33389
33390 2004-06-27  Julien Moutte  <julien@moutte.net>
33391
33392         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
33393         (gst_ximagesink_xwindow_new):
33394         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
33395         (gst_xvimagesink_xwindow_new): I prefer locking the mutex in the
33396         function directly. We might want to call it from somewhere else one day.
33397
33398 2004-06-27  Julien Moutte  <julien@moutte.net>
33399
33400         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
33401         (gst_ximagesink_xwindow_new):
33402         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
33403         (gst_xvimagesink_xwindow_new): Trying to fix the random behaviour of
33404         window decorations.
33405
33406 2004-06-27  Wim Taymans  <wim@fluendo.com>
33407
33408         * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
33409         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
33410         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state),
33411         (gst_dvdec_set_property), (gst_dvdec_get_property):
33412         * ext/dv/gstdvdec.h:
33413         Implement drop_factor property to lower the framerate with
33414         a factor.
33415
33416 2004-06-27  Thomas Vander Stichele  <thomas at apestaart dot org>
33417
33418         * gst-libs/gst/colorbalance/Makefile.am:
33419         * gst-libs/gst/mixer/Makefile.am:
33420         * gst-libs/gst/play/Makefile.am:
33421         * gst-libs/gst/tuner/Makefile.am:
33422           unbreak Company's fix that didn't install the -enum.h files
33423
33424 2004-06-27  Wim Taymans  <wim@fluendo.com>
33425
33426         * ext/dv/gstdvdec.c: (gst_dvdec_push), (gst_dvdec_loop),
33427         (gst_dvdec_change_state):
33428         * ext/dv/gstdvdec.h:
33429         Fix timestamp, duration and offset of the buffers.
33430
33431 2004-06-27  Wim Taymans  <wim@fluendo.com>
33432
33433         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
33434         (gst_multifdsink_class_init), (gst_multifdsink_add),
33435         (gst_multifdsink_remove), (gst_multifdsink_clear),
33436         (gst_multifdsink_client_remove),
33437         (gst_multifdsink_handle_client_read),
33438         (gst_multifdsink_client_queue_data),
33439         (gst_multifdsink_client_queue_caps),
33440         (gst_multifdsink_client_queue_buffer),
33441         (gst_multifdsink_handle_client_write),
33442         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
33443         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
33444         (gst_multifdsink_init_send), (gst_multifdsink_close):
33445         * gst/tcp/gstmultifdsink.h:
33446         * gst/tcp/gsttcpserversink.c:
33447         (gst_tcpserversink_handle_server_read),
33448         (gst_tcpserversink_handle_select), (gst_tcpserversink_close):
33449         More multifdsink fixes, more recovery policy fixes.
33450         Removed stupid g_print
33451
33452 2004-06-26  Wim Taymans  <wim@fluendo.com>
33453
33454         * gst/tcp/Makefile.am:
33455         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
33456         (gst_multifdsink_get_type), (gst_multifdsink_base_init),
33457         (gst_multifdsink_class_init), (gst_multifdsink_init),
33458         (gst_multifdsink_debug_fdset), (gst_multifdsink_client_remove),
33459         (gst_multifdsink_handle_client_read),
33460         (gst_multifdsink_client_queue_data),
33461         (gst_multifdsink_client_queue_caps),
33462         (gst_multifdsink_client_queue_buffer),
33463         (gst_multifdsink_handle_client_write),
33464         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
33465         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
33466         (gst_multifdsink_chain), (gst_multifdsink_set_property),
33467         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
33468         (gst_multifdsink_close), (gst_multifdsink_change_state):
33469         * gst/tcp/gstmultifdsink.h:
33470         * gst/tcp/gsttcpplugin.c: (plugin_init):
33471         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_get_type),
33472         (gst_tcpserversink_class_init), (gst_tcpserversink_init),
33473         (gst_tcpserversink_handle_server_read),
33474         (gst_tcpserversink_handle_select),
33475         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property),
33476         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
33477         * gst/tcp/gsttcpserversink.h:
33478         Added multifdsink, made tcpserversink a subclass of fdsink, removed
33479         one of the locks, added recovery policy to multifdsink.
33480
33481 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
33482
33483         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
33484           fix decision for when getting frames with same timestamp
33485         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
33486         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
33487         (gst_v4lsrc_get_property):
33488         * sys/v4l/gstv4lsrc.h:
33489           add latency offset property
33490
33491 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
33492
33493         * gst/videorate/gstvideorate.c: (gst_videorate_chain),
33494         (plugin_init):
33495           fix debugging. add category.
33496
33497 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
33498
33499         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
33500           fix wrong offsets
33501
33502 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
33503
33504         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
33505         (gst_alsa_src_get_time), (gst_alsa_src_loop),
33506         (gst_alsa_src_change_state):
33507           return a time that is in sync with the element's processing
33508
33509 2004-06-25  Wim Taymans  <wim@fluendo.com>
33510
33511         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
33512         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
33513         (gst_tcpserversink_client_remove),
33514         (gst_tcpserversink_handle_client_read),
33515         (gst_tcpserversink_client_queue_data),
33516         (gst_tcpserversink_client_queue_caps),
33517         (gst_tcpserversink_client_queue_buffer),
33518         (gst_tcpserversink_handle_client_write),
33519         (gst_tcpserversink_queue_buffer),
33520         (gst_tcpserversink_handle_clients), (gst_tcpserversink_thread),
33521         (gst_tcpserversink_chain), (gst_tcpserversink_set_property),
33522         (gst_tcpserversink_get_property), (gst_tcpserversink_init_send),
33523         (gst_tcpserversink_close):
33524         * gst/tcp/gsttcpserversink.h:
33525         Serversink rewrite. Really do non blocking writes to clients and
33526         maintain an internal queue to handle slower clients while not
33527         disturbing fast clients.
33528
33529 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
33530
33531         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
33532           better debug, don't override OFFSET and OFFSET_END
33533
33534 2004-06-25  Iain <iain@prettypeople.org>
33535
33536         * gst-libs/gst/media-info/media-info-priv.c (gmi_set_mime): Add
33537         name=source for the wavparse pipeline.
33538
33539 2004-06-24  Johan Dahlin  <johan@gnome.org>
33540
33541         * ext/theora/theoraenc.c (theora_enc_chain): Call
33542         gst_pad_try_set_caps instead of gst_pad_set_explicit_caps so the
33543         streamheader caps are set correctly.
33544
33545 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
33546
33547         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
33548         (gst_vorbisenc_setup), (gst_vorbisenc_set_property):
33549           respect minimum bitrate; same could be done for max bitrate
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):
33555           fix sample rate range
33556
33557 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
33558
33559         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_class_init),
33560         (gst_oggvorbisenc_setup):
33561         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
33562         (gst_vorbisenc_setup):
33563           resolve ambiguities in code and description
33564
33565 2004-06-24  Wim Taymans  <wim@fluendo.com>
33566
33567         * ext/alsa/gstalsa.c: (gst_alsa_start), (gst_alsa_xrun_recovery):
33568         * ext/alsa/gstalsa.h:
33569         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
33570         (gst_alsa_src_update_avail), (gst_alsa_src_loop):
33571         Use alsa trigger_tstamp to get the timestamp of the first
33572         sample in the buffer for more precise sync. Some cleanups.
33573
33574 2004-06-24  Wim Taymans  <wim@fluendo.com>
33575
33576         * gst/audiorate/gstaudiorate.c: (gst_audiorate_link),
33577         (gst_audiorate_init), (gst_audiorate_chain),
33578         (gst_audiorate_set_property), (gst_audiorate_get_property):
33579         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
33580         (gst_videorate_chain):
33581         Added some logging, fixed an overflow bug in videorate.
33582
33583 2004-06-24  Benjamin Otte  <otte@gnome.org>
33584
33585         * ext/kio/Makefile.am:
33586           fix for builddir != srcdir and distcheck
33587
33588 2004-06-24  Benjamin Otte  <otte@gnome.org>
33589
33590         * gst-libs/gst/colorbalance/Makefile.am:
33591         * gst-libs/gst/mixer/Makefile.am:
33592         * gst-libs/gst/play/Makefile.am:
33593         * gst-libs/gst/tuner/Makefile.am:
33594         * gst/tcp/Makefile.am:
33595         * sys/dxr3/Makefile.am:
33596           don't include -enumtypes.[ch] or -marshal.[ch] files in the disted
33597           tarball.
33598           Also add all *.list files that were missing.
33599         * Makefile.am:
33600           add a distcheck hook to ensure the above doesn't happen again.
33601
33602 2004-06-23  David I. Lehn  <dlehn@users.sourceforge.net>
33603
33604         * ext/Makefile.am: s/DTS_DIR=dvdread/DTS_DIR=dts/
33605
33606 2004-06-23  Colin Walters  <walters@redhat.com>
33607
33608         * m4/Makefile.am: Distribute gst-fionread.m4.
33609
33610 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
33611
33612         * configure.ac: back to dev
33613
33614 2004-06-23  Wim Taymans  <wim@fluendo.com>
33615
33616         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
33617         (gst_alsa_xrun_recovery):
33618         * ext/alsa/gstalsa.h:
33619         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
33620         (gst_alsa_sink_loop), (gst_alsa_sink_get_time):
33621         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
33622         (gst_alsa_src_get_time), (gst_alsa_src_update_avail),
33623         (gst_alsa_src_loop):
33624         Add clock to alsasrc. Take new capture timestamp when
33625         restarting after an overrun. Split up some functions between
33626         alsasrc and alsasink.
33627
33628 === release 0.8.2 ===
33629
33630 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
33631
33632         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
33633         (gst_alsa_change_state), (gst_alsa_update_avail),
33634         (gst_alsa_xrun_recovery):
33635         * ext/alsa/gstalsa.h:
33636         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
33637           merge back changes from release
33638
33639 2004-06-23  Wim Taymans  <wim@fluendo.com>
33640
33641         * gst/audiorate/gstaudiorate.c: (gst_audiorate_class_init),
33642         (gst_audiorate_init), (gst_audiorate_chain),
33643         (gst_audiorate_set_property), (gst_audiorate_get_property):
33644         Implement sample dropping and notify
33645
33646 2004-06-22  Wim Taymans  <wim@fluendo.com>
33647
33648         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
33649         (theora_enc_sink_link), (theora_buffer_from_packet),
33650         (theora_push_packet), (theora_enc_chain):
33651         Some cleanups, make sure the timestamps are correct.
33652
33653 2004-06-22  Wim Taymans  <wim@fluendo.com>
33654
33655         * ext/alsa/gstalsa.c: (gst_alsa_get_time), (gst_alsa_clock_update),
33656         (gst_alsa_change_state), (gst_alsa_update_avail),
33657         (gst_alsa_xrun_recovery):
33658         * ext/alsa/gstalsa.h:
33659         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
33660         Cleanups, take queued samples into account when reporting
33661         the time.
33662
33663 2004-06-22  Wim Taymans  <wim@fluendo.com>
33664
33665         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
33666         (gst_videorate_init):
33667         Initialize the property as well.
33668
33669 2004-06-22  Wim Taymans  <wim@fluendo.com>
33670
33671         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
33672         (gst_videorate_init), (gst_videorate_chain),
33673         (gst_videorate_set_property), (gst_videorate_get_property):
33674         Add property to make videorate silent.
33675         Add property to prefer new frames over old ones.
33676
33677 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
33678
33679         * sys/osxvideo/Makefile.am:
33680         Workaround so that the osxvideo .so file gets linked with the
33681         Cocoa, OpenGL and QuickTime frameworks
33682
33683 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
33684
33685         * sys/osxaudio/Makefile.am:
33686         Workaround so that the osxaudio .so file gets linked with the
33687         CoreAudio framework
33688
33689 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
33690
33691         * configure.ac:
33692         Whoops, my fault...fixed build issues
33693
33694 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
33695
33696         * configure.ac:
33697         Add objective-c support if running in Darwin/Mac OS X
33698         * sys/Makefile.am:
33699         * sys/osxvideo:
33700         * sys/osxvideo/Makefile.am:
33701         * sys/osxvideo/osxvideosink.h:
33702         * sys/osxvideo/osxvideosink.m:
33703         * sys/osxvideo/cocoawindow.h:
33704         * sys/osxvideo/cocoawindow.m:
33705         Add osxvideosink, a cocoa-based osx video sink
33706
33707
33708 2004-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
33709         * ext/dvdnav/gst-dvd:
33710         Grab the gconf key from the right spot
33711         * gst/debug/gstnavseek.c: (gst_navseek_init),
33712         (gst_navseek_segseek), (gst_navseek_handle_src_event),
33713         (gst_navseek_chain):
33714         * gst/debug/gstnavseek.h:
33715           Add 's', 'e' and 'l' keypresses to navseek to define the start,end
33716           and loop parameters of a segment seek.
33717         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
33718         (gst_videotestsrc_get_event_masks),
33719         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
33720         * gst/videotestsrc/gstvideotestsrc.h:
33721           Add seeking support to videotestsrc
33722           Initialise the timestamp_offset variable.
33723
33724 2004-06-18  Wim Taymans  <wim@fluendo.com>
33725
33726         * ext/sidplay/gstsiddec.cc:
33727         Fix negotiation and set correct end offset.
33728
33729 2004-06-18  Thomas Vander Stichele  <thomas at apestaart dot org>
33730
33731         * configure.ac: branch and prerelease
33732
33733 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
33734
33735         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
33736         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_get),
33737         (gst_tcpclientsrc_init_receive):
33738         * gst/tcp/gsttcpclientsrc.h:
33739           read caps when connecting to server for GDP so we set them correctly
33740
33741 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
33742
33743         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
33744           notify drops and duplicates
33745         * gst/videoscale/videoscale.c: (videoscale_get_structure):
33746           no good reason to limit ourselves to 100x100
33747
33748 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
33749
33750         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
33751         (gst_v4lsrc_open), (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
33752         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
33753         (gst_v4lsrc_get_property):
33754         * sys/v4l/gstv4lsrc.h:
33755         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
33756         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
33757         (gst_v4l_set_audio):
33758         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame),
33759         (gst_v4lsrc_try_capture):
33760         * sys/v4l/v4lsrc_calls.h:
33761           change try_palette to more general try_capture
33762           add autoprobe option so we can turn off autoprobing
33763           various fixes
33764
33765 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
33766
33767         * configure.ac:
33768           add videorate
33769         * sys/ximage/ximagesink.c: (gst_ximagesink_finalize),
33770         (gst_ximagesink_class_init):
33771         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_finalize),
33772         (gst_xvimagesink_class_init):
33773           run them as finalize, not dispose, since dispose can be invoked
33774           multiple times
33775
33776 2004-06-17  Wim Taymans  <wim@fluendo.com>
33777
33778         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
33779         (gst_alsa_get_time), (gst_alsa_xrun_recovery):
33780         * ext/alsa/gstalsa.h:
33781         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
33782         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init), (gst_alsa_src_loop),
33783         (gst_alsa_src_change_state):
33784         * ext/alsa/gstalsasrc.h:
33785         Make the xrun code timestamp and offset the buffers correctly.
33786         moved the clock to the base class, use alsa methods to get time.
33787         Do correct timestamping on outgoing buffers.
33788
33789 2004-06-17  Wim Taymans  <wim@fluendo.com>
33790
33791         * gst/audiorate/Makefile.am:
33792         * gst/audiorate/gstaudiorate.c: (gst_audiorate_get_type),
33793         (gst_audiorate_base_init), (gst_audiorate_class_init),
33794         (gst_audiorate_link), (gst_audiorate_init), (gst_audiorate_chain),
33795         (gst_audiorate_set_property), (gst_audiorate_get_property),
33796         (gst_audiorate_change_state), (plugin_init):
33797         Added an audiorate converter that fills in gaps.
33798
33799 2004-06-17  Johan Dahlin  <johan@gnome.org>
33800
33801         * ext/tcp/*: Revert Zaheer changes, to make things actually work again.
33802
33803 2004-06-16  Wim Taymans  <wim@fluendo.com>
33804
33805         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get):
33806         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
33807         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
33808         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
33809         (gst_v4lsrc_get_property):
33810         * sys/v4l/gstv4lsrc.h:
33811         Added a copy mode to v4lsrc where it will output a copied version
33812         of its internal hardware buffer.
33813         Fix the wrong FLAG_SET usage. The flags are integers, not bits, you
33814         can't | them.
33815
33816 2004-06-16  Wim Taymans  <wim@fluendo.com>
33817
33818         * sys/oss/gstosssrc.c: (gst_osssrc_get):
33819         Timestamp fixes.
33820
33821 2004-06-16  Wim Taymans  <wim@fluendo.com>
33822
33823         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
33824         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
33825         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
33826         (gst_v4lsrc_get_property):
33827         * sys/v4l/gstv4lsrc.h:
33828         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
33829         Added a sync mode enum property to control v4lsrc timestamp method
33830         Removed the use-fixed-fps property and moved functionality in
33831         the enum.
33832         Don't error on an error value from v4l-conf, it might not always
33833         be a real error.
33834
33835 2004-06-16  Wim Taymans  <wim@fluendo.com>
33836
33837         * gst/videorate/Makefile.am:
33838         * gst/videorate/gstvideorate.c: (gst_videorate_get_type),
33839         (gst_videorate_base_init), (gst_videorate_class_init),
33840         (gst_videorate_getcaps), (gst_videorate_link),
33841         (gst_videorate_init), (gst_videorate_chain),
33842         (gst_videorate_set_property), (gst_videorate_get_property),
33843         (gst_videorate_change_state), (plugin_init):
33844         Added a video timestamp corrector.
33845
33846 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
33847
33848         fixed a potential leak with previous commit
33849
33850         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
33851
33852 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
33853
33854         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
33855         Added missing refcount, fixes bug #144425
33856         Cheers Tim for finding the bug
33857
33858 2004-06-15  Thomas Vander Stichele  <thomas at apestaart dot org>
33859
33860         * sys/v4l/gstv4l.c: (plugin_init):
33861         * sys/v4l/gstv4lcolorbalance.c:
33862         * sys/v4l/gstv4lcolorbalance.h:
33863         * sys/v4l/gstv4lelement.c:
33864         * sys/v4l/gstv4lelement.h:
33865         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
33866         * sys/v4l/gstv4lmjpegsink.h:
33867         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
33868         * sys/v4l/gstv4lmjpegsrc.h:
33869         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
33870         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
33871         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
33872         * sys/v4l/gstv4lsrc.h:
33873         * sys/v4l/gstv4ltuner.c:
33874         * sys/v4l/gstv4ltuner.h:
33875         * sys/v4l/gstv4lxoverlay.c:
33876         * sys/v4l/gstv4lxoverlay.h:
33877         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
33878         (gst_v4l_set_window), (gst_v4l_enable_overlay):
33879         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
33880         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
33881         (gst_v4l_set_audio):
33882         * sys/v4l/v4l_calls.h:
33883         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
33884         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_sync_frame),
33885         (gst_v4lmjpegsink_set_buffer), (gst_v4lmjpegsink_set_playback),
33886         (gst_v4lmjpegsink_playback_init),
33887         (gst_v4lmjpegsink_playback_start), (gst_v4lmjpegsink_get_buffer),
33888         (gst_v4lmjpegsink_play_frame), (gst_v4lmjpegsink_wait_frame),
33889         (gst_v4lmjpegsink_playback_stop),
33890         (gst_v4lmjpegsink_playback_deinit):
33891         * sys/v4l/v4lmjpegsink_calls.h:
33892         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
33893         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_buffer),
33894         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
33895         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_capture_start),
33896         (gst_v4lmjpegsrc_grab_frame), (gst_v4lmjpegsrc_requeue_frame),
33897         (gst_v4lmjpegsrc_capture_stop), (gst_v4lmjpegsrc_capture_deinit):
33898         * sys/v4l/v4lmjpegsrc_calls.h:
33899         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
33900         (gst_v4lsrc_sync_frame), (gst_v4lsrc_set_capture),
33901         (gst_v4lsrc_capture_init), (gst_v4lsrc_capture_start),
33902         (gst_v4lsrc_grab_frame), (gst_v4lsrc_requeue_frame),
33903         (gst_v4lsrc_capture_stop), (gst_v4lsrc_capture_deinit),
33904         (gst_v4lsrc_try_palette):
33905         * sys/v4l/v4lsrc_calls.h:
33906           bunch of paranoia cleanups
33907
33908 2004-06-14  David Schleef  <ds@schleef.org>
33909
33910         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_init),
33911         (cdparanoia_get), (cdparanoia_open), (cdparanoia_change_state):
33912         Send discont events and change timestamps appropriately when
33913         we get a seek event.  (bug #144240)
33914         * ext/cdparanoia/gstcdparanoia.h:
33915
33916 2004-06-14  Benjamin Otte  <otte@gnome.org>
33917
33918         * ext/alsa/gstalsa.c: Use snd_pcm_hw_params_set_rate _near instead of
33919           snd_pcm_hw_params_set_rate  since the latter fails for no good
33920           reason on some setups.
33921
33922 2004-06-14  David Schleef  <ds@schleef.org>
33923
33924         * gst/volume/demo.c: (value_changed_callback): exp10() is not
33925         standard.  Thank you for playing.
33926
33927 2004-06-14  Wim Taymans  <wim@fluendo.com>
33928
33929         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
33930         Patch 1.3 broke the ordering of the colorspace info and
33931         made the plugin basically work by coincidence, reordered
33932         the info.
33933
33934 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
33935
33936         * ext/lame/gstlame.c:
33937         * ext/mad/gstmad.c:
33938           sync caps.  Make sure mad can only output a list of rates, not
33939           a full range.  In the future, have three caps lists for each of the
33940           mpeg versions.  Change mpegversion to a double as well.
33941
33942 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
33943
33944         * gst/volume/.cvsignore:
33945         * gst/volume/Makefile.am:
33946         * gst/volume/demo.c: (value_changed_callback), (idler),
33947         (setup_gui), (main):
33948           added small demo app
33949
33950 2004-06-13  Jan Schmidt  <thaytan@mad.scientist.com>
33951         * ext/esd/esdsink.c: (gst_esdsink_change_state):
33952         * ext/esd/esdsink.h:
33953         Close the esd connection on pause, because esd will just wait -
33954         blocking all other esd clients indefinitely.
33955
33956 2004-06-12  Christophe Fergeau  <teuf@gnome.org>
33957
33958         * gst/tags/gstvorbistag.c: replaced a g_warning which I added in my
33959           previous commit with GST_DEBUG
33960
33961 2004-06-12  Thomas Vander Stichele  <thomas at apestaart dot org>
33962
33963         * configure.ac:
33964           add a header check for a dvdread header in dvdnav.  Fixes #133002
33965
33966 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
33967
33968         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
33969         * gst/tcp/gsttcpclientsink.h:
33970         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
33971         * gst/tcp/gsttcpclientsrc.h:
33972         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init),
33973         (gst_tcpserversink_handle_server_read),
33974         (gst_tcpserversink_init_send):
33975         * gst/tcp/gsttcpserversink.h:
33976         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
33977         * gst/tcp/gsttcpserversrc.h:
33978         Modified the tcp plugins so they are portable (IPv4,IPv6, any future
33979         version of IP)
33980
33981 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
33982
33983         * configure.ac:
33984         Added ogg library so that OSX detects libtheora properly
33985
33986 2004-06-11  Wim Taymans  <wim@fluendo.com>
33987
33988         * ext/theora/theoradec.c: (theora_dec_chain),
33989         (theora_dec_change_state):
33990         Don't try to decode frames before we received a keyframe.
33991
33992 2004-06-11  Wim Taymans  <wim@fluendo.com>
33993
33994         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
33995         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
33996         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
33997         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
33998         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
33999         Added property to set the maximum delay of a page.
34000
34001 2004-06-10  Wim Taymans  <wim@fluendo.com>
34002
34003         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
34004         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
34005         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
34006         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
34007         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
34008         Added max-delay property to control the maximum amount
34009         of data to put in one page.
34010
34011 2004-06-10  Wim Taymans  <wim@fluendo.com>
34012
34013         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
34014         (gst_theora_enc_init), (theora_enc_sink_link),
34015         (theora_buffer_from_packet), (theora_enc_set_property),
34016         (theora_enc_get_property):
34017         Set duration on encoded buffer, added some more properties
34018
34019 2004-06-10  Wim Taymans  <wim@fluendo.com>
34020
34021         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
34022         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
34023         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
34024         * ext/theora/theoraenc.c: (theora_enc_chain):
34025         Fix refcounting bugs
34026
34027 2004-06-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34028
34029         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
34030         (gst_asf_demux_loop), (gst_asf_demux_process_file),
34031         (gst_asf_demux_process_data), (gst_asf_demux_handle_data),
34032         (gst_asf_demux_process_object), (gst_asf_demux_get_stream),
34033         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event),
34034         (gst_asf_demux_handle_src_event), (gst_asf_demux_handle_src_query),
34035         (gst_asf_demux_change_state):
34036         * gst/asfdemux/gstasfdemux.h:
34037           You know Chimaira? "I - HATE - EVERYTHING". Yeah, that's what this
34038           feels like. I think we should set a new requirement for demuxers
34039           from now on to implement sane loop functions, data loops, query
34040           and seek functions before first commit into CVS. And this commit
34041           fixes all of the above.
34042
34043 2004-06-10  Christophe Fergeau  <teuf@gnome.org>
34044
34045         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add): make sure parsed
34046           vorbis comments are properly encoded in UTF-8 before adding them
34047           to a GstTagList
34048
34049 2004-06-09  Benjamin Otte  <otte@gnome.org>
34050
34051         * ext/alsa/gstalsa.c: (add_channels):
34052           handle min <= max correctly
34053         * ext/alsa/gstalsa.c: (gst_alsa_fixate_to_mimetype),
34054         (gst_alsa_fixate_field_nearest_int), (gst_alsa_fixate):
34055           add fixation functions so we fixate correctly. No preferring of alaw
34056           anymore because it's the first structure.
34057         * ext/alsa/gstalsa.h:
34058         * ext/alsa/gstalsa.c: (gst_alsa_sw_params_dump),
34059         (gst_alsa_hw_params_dump):
34060           add functions to ease debugging in alsalib
34061         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
34062         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
34063         (gst_alsa_start_audio):
34064           only specify hw params if we really setup a format (fixes #134007 -
34065           or at least works around it)
34066
34067 2004-06-09  Wim Taymans  <wim@fluendo.com>
34068
34069         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
34070         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
34071         (gst_ogg_mux_push_page), (gst_ogg_mux_get_headers),
34072         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_send_headers),
34073         (gst_ogg_mux_loop):
34074         Use stream caps to setup the initial pages in the ogg stream.
34075         Correctly set the streamheader caps on the srcpad.
34076
34077 2004-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
34078
34079         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
34080         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
34081         (gst_v4lsrc_getcaps):
34082         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
34083         (gst_v4l_get_picture), (gst_v4l_get_audio), (gst_v4l_set_audio):
34084           add querying of fps lists for webcams.  Negotiating to a framerate
34085           now works.
34086
34087 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
34088
34089         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
34090         (theora_push_buffer), (theora_push_packet),
34091         (theora_set_header_on_caps), (theora_enc_chain):
34092           mark buffers and put on streamheader, raw theora streaming
34093           now works too, whee
34094
34095 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
34096
34097         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
34098         (gst_tcp_gdp_read_caps):
34099           do a looping read for caps and GDP headers too
34100
34101 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
34102
34103         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
34104         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get):
34105           return EOS instead of NULL in _get
34106
34107 2004-06-08  Wim Taymans  <wim@fluendo.com>
34108
34109         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
34110         (gst_tcp_gdp_read_caps), (gst_tcp_gdp_write_header),
34111         (gst_tcp_gdp_write_caps):
34112         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
34113         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
34114         (gst_tcpserversrc_gdp_read_header), (gst_tcpserversrc_get):
34115         Memory leak fixes
34116
34117 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
34118
34119         * ext/vorbis/Makefile.am:
34120         * ext/vorbis/vorbis.c: (plugin_init):
34121         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_base_init),
34122         (gst_vorbis_parse_class_init), (gst_vorbis_parse_init),
34123         (vorbis_parse_set_header_on_caps), (vorbis_parse_chain),
34124         (vorbis_parse_change_state):
34125         * ext/vorbis/vorbisparse.h:
34126           adding a vorbisparse element that marks the buffers, streaming
34127           raw vorbis using GDP now works, whee
34128
34129 2004-06-08  Wim Taymans  <wim@fluendo.com>
34130
34131         * ext/jpeg/Makefile.am:
34132         * ext/jpeg/README:
34133         * ext/jpeg/gstjpeg.c: (plugin_init):
34134         * ext/jpeg/gstsmokedec.c: (gst_smokedec_get_type),
34135         (gst_smokedec_base_init), (gst_smokedec_class_init),
34136         (gst_smokedec_init), (gst_smokedec_link), (gst_smokedec_chain):
34137         * ext/jpeg/gstsmokedec.h:
34138         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_get_type),
34139         (gst_smokeenc_base_init), (gst_smokeenc_class_init),
34140         (gst_smokeenc_init), (gst_smokeenc_getcaps), (gst_smokeenc_link),
34141         (gst_smokeenc_resync), (gst_smokeenc_chain),
34142         (gst_smokeenc_set_property), (gst_smokeenc_get_property):
34143         * ext/jpeg/gstsmokeenc.h:
34144         * ext/jpeg/smokecodec.c: (smokecodec_init_destination),
34145         (smokecodec_flush_destination), (smokecodec_term_destination),
34146         (smokecodec_init_source), (smokecodec_fill_input_buffer),
34147         (smokecodec_skip_input_data), (smokecodec_resync_to_restart),
34148         (smokecodec_term_source), (smokecodec_encode_new),
34149         (smokecodec_decode_new), (smokecodec_info_free),
34150         (smokecodec_set_quality), (smokecodec_get_quality),
34151         (smokecodec_set_threshold), (smokecodec_get_threshold),
34152         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
34153         (find_best_size), (abs_diff), (put), (smokecodec_encode),
34154         (smokecodec_parse_header), (smokecodec_decode):
34155         * ext/jpeg/smokecodec.h:
34156         Added a new simple jpeg based codec
34157
34158 2004-06-08  Wim Taymans  <wim@fluendo.com>
34159
34160         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
34161         (gst_multipart_mux_loop):
34162         Fix memory leak
34163
34164 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
34165
34166         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
34167         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_client_remove),
34168         (gst_tcpserversink_handle_client_read), (gst_tcp_buffer_write),
34169         (gst_tcpserversink_handle_client_write), (gst_tcpserversink_chain),
34170         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
34171         * gst/tcp/gsttcpserversink.h:
34172           take streamheader into account
34173
34174 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
34175
34176         * gst/level/Makefile.am:
34177         * gst/level/gstlevel.c: (gst_level_class_init):
34178           clean up marshal generation
34179
34180 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
34181
34182         * gst/tcp/Makefile.am:
34183         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_get_type),
34184         (gst_tcpclientsink_class_init), (gst_tcpclientsink_init),
34185         (gst_tcpclientsink_set_property), (gst_tcpclientsink_get_property):
34186         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
34187         (gst_tcpclientsrc_init), (gst_tcpclientsrc_set_property),
34188         (gst_tcpclientsrc_get_property):
34189         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
34190         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
34191         (gst_tcpserversink_handle_client_read),
34192         (gst_tcpserversink_handle_client_write),
34193         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property):
34194         * gst/tcp/gsttcpserversink.h:
34195           add signals client-added and client-removed
34196         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
34197         (gst_tcpserversrc_init), (gst_tcpserversrc_set_property),
34198         (gst_tcpserversrc_get_property):
34199         uniformized, change default protocol to NONE
34200         * gst/tcp/gsttcp-marshal.list: added
34201 2004-06-07  Benjamin Otte  <otte@gnome.org>
34202
34203         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
34204           handle discont events if they happen before caps nego
34205
34206 2004-06-07  Wim Taymans  <wim@fluendo.com>
34207
34208         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
34209         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
34210         (gst_multipart_demux_plugin_init):
34211         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
34212         (gst_multipart_mux_init), (gst_multipart_mux_loop),
34213         (gst_multipart_mux_change_state):
34214         Small updates, fix a memleak
34215
34216 2004-06-07  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
34217
34218         * configure.ac: OSS portability
34219         * ext/arts/gst_arts.c: idem
34220         * sys/oss/gstosselement.c: idem
34221         * sys/oss/gstossmixer.c: idem
34222         * sys/oss/gstosssink.c: idem
34223         * sys/oss/gstosssrc.c: idem
34224         * sys/oss/oss_probe.c: idem
34225           - check for soundcard.h in different places for some BSD
34226
34227 2004-06-07  Jan Schmidt <thaytan@mad.scientist.com>
34228
34229         * AUTHORS:
34230         Add me to the authors file
34231         * configure.ac:
34232         Increase the libdv requirement to >= version 0.100
34233         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
34234         (gst_dvdec_src_query), (gst_dvdec_handle_sink_event),
34235         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state):
34236         * ext/dv/gstdvdec.h:
34237         Add support for the new_media flag when sending DISCONT events
34238         Make the querying work when video pad is not linked
34239
34240 2004-06-07  Tim-Philipp Müller  <t.i.m@zen.co.uk>
34241
34242         reviewed by Benjamin Otte  <otte@gnome.org>
34243
34244         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init):
34245           create a NULL-initialized array of pads, so we don't think they
34246           exist already. (fixes #143130)
34247
34248 2004-06-07  Benjamin Otte  <otte@gnome.org>
34249
34250         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init),
34251         (mixmatrix_resize), (gst_mixmatrix_set_all_caps),
34252         (gst_mixmatrix_request_new_pad), (gst_mixmatrix_loop):
34253           don't use // coments
34254
34255 2004-06-07  Benjamin Otte  <otte@gnome.org>
34256
34257         * ext/alsa/gstalsa.c: (gst_alsa_samples_to_timestamp):
34258           cast to GstClockTime to get higher granularity
34259         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
34260           use gst_element_set_time_delay to get the exact time
34261         * ext/mad/gstmad.c: (gst_mad_chain):
34262           use the negotiated rate instead of the current frame's rate which
34263           might be wrong because of bit errors. This avoids emitting totally
34264           bogus timestamps and screwing sync.
34265         (fixes #143454)
34266
34267 2004-06-07  Tim-Philipp Müller  <t.i.m@zen.co.uk>
34268
34269         reviewed by Benjamin Otte  <otte@gnome.org>
34270
34271         * gst/adder/gstadder.c: (gst_adder_loop):
34272           properly error out when no negotiation has happened yet. (fixes
34273           #143032)
34274
34275 2004-06-06  Benjamin Otte  <otte@gnome.org>
34276
34277         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
34278           forward correctly transformed offset in discont events. Based on
34279           patch by Arwed v. Merkatz. (fixes #142851)
34280
34281 2004-06-06  David Schleef  <ds@schleef.org>
34282
34283         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: that's
34284         G_HAVE_GNUC_VARARGS, not G_HAVE_GNU_VARARGS.  Should fix compile
34285         problems on several systems.
34286
34287 2004-06-06  Benjamin Otte  <otte@gnome.org>
34288
34289         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
34290           use explicit caps on the srcpad
34291         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
34292           properly error out if caps couldn't be set (fixes #142764)
34293
34294 2004-06-06  Benjamin Otte  <otte@gnome.org>
34295
34296         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
34297         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
34298         (gst_alsa_start_audio):
34299           - don't call set_periods_integer anymore, it breaks the
34300           configuration randomly
34301           - call snd_pcm_hw_params_set_access directly instead of using masks
34302           - don't fail if the sw_params can't be set, just use the default
34303           params and hope it works. Alsalib has weird issues when you touch
34304           sw_params and does no proper error reporting about what failed.
34305         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
34306         (gst_alsa_close_audio):
34307           make our alsa debugging go via gst debugging and not conditionally
34308           defined
34309         * ext/alsa/gstalsa.h:
34310           add ALSA_DEBUG_FLUSH macro
34311         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper),
34312         (plugin_init):
34313           wrap alsa errors to be printed via the gst debugging system and not
34314           spammed to stderr
34315
34316 2004-06-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34317
34318         * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
34319         (gst_qtdemux_handle_src_query), (gst_qtdemux_handle_src_event),
34320         (gst_qtdemux_handle_sink_event), (gst_qtdemux_change_state),
34321         (gst_qtdemux_loop_header), (qtdemux_dump_mvhd),
34322         (qtdemux_parse_trak):
34323         * gst/qtdemux/qtdemux.h:
34324           Bitch. Also known as seeking, querying & co.
34325         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
34326         (gst_osssink_change_state):
34327         * sys/oss/gstosssink.h:
34328           Resyncing is for weenies, this hack is no longer needed and was
34329           broken anyway (since it - unintendedly - always leaves resync to
34330           TRUE).
34331
34332 2004-06-05  Andrew Turner <zxombie@hotpop.com>
34333
34334         * gst/tcp/gsttcp.c: portability (Solaris 10/FreeBSD)
34335         * gst/tcp/gsttcpclientsrc.h: idem
34336           - define MSG_NOSIGNAL if not done
34337           - include unistd.h for off_t
34338           (fixes #143749)
34339
34340 2004-06-05  Benjamin Otte  <otte@gnome.org>
34341
34342         * configure.ac:
34343         * ext/kio/Makefile.am:
34344           check for qt's moc preprocessor explicitly and use it
34345
34346 2004-06-03  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
34347
34348         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
34349           don't get a signal for EPIPE on socket writes
34350           (somebody check if this works on other platforms)
34351
34352 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
34353
34354         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
34355         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
34356           check error condition on available samples correctly
34357
34358 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
34359
34360         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_time):
34361           avoid a segfault
34362         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
34363         (gst_tcp_gdp_read_header), (gst_tcp_gdp_read_caps):
34364         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
34365         (gst_tcpserversrc_gdp_read_header):
34366          use ssize_t over size_t since the former is signed and thus the
34367          check for error codes can work
34368
34369 2004-06-02  Wim Taymans  <wim@fluendo.com>
34370
34371         reviewed by: Johan
34372
34373         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
34374         (gst_multipart_mux_loop):
34375         Oops
34376
34377 2004-06-02  Wim Taymans  <wim@fluendo.com>
34378
34379         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
34380         (gst_multipart_mux_init), (gst_multipart_mux_loop),
34381         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
34382         (gst_multipart_mux_change_state):
34383         Added configurable boundary specifier, added the value as a
34384         caps field as well.
34385
34386 2004-06-02  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
34387
34388         * gst/tcp/gsttcp.c:
34389         * gst/tcp/gsttcpclientsrc.c:
34390         * gst/tcp/gsttcpclientsrc.h:
34391         * gst/tcp/gsttcpserversrc.c:
34392           - portability fix, to compile on OSX
34393             (fixes #143146)
34394
34395         * sys/osxaudio/gstosxaudioelement.c:
34396         * sys/osxaudio/gstosxaudiosink.c:
34397         * sys/osxaudio/gstosxaudiosrc.c:
34398           - compilation warnings on OSX
34399             (fixes #143153)
34400
34401 2004-06-02  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34402
34403         * ext/vorbis/vorbisdec.c : sign warning fixes
34404
34405         * gst-libs/gst/mixer/mixertrack.c :
34406           do no use defines which are glib 2.4 specific
34407
34408 2004-06-01  Christophe Fergeau  <teuf@gnome.org>
34409
34410         * ext/flac/gstflactag.c: strip ending framing bit from vorbiscomment
34411           buffer since libflac doesn't expect it (reports a sync error when
34412           it encounters that)
34413
34414
34415 2004-06-01  Owen Fraser-Green  <owen@discobabe.net>
34416
34417         * gst-libs/gst/mixer/mixertrack.h: Changed struct syntax
34418         * gst-libs/gst/mixer/mixertrack.c:
34419         (gst_mixer_track_get_property), (get_mixer_track_init),
34420         (get_mixer_track_get_property): Added property accessors
34421         * gst-libs/gst/mixer/mixeroptions.h: Changed struct syntax
34422         * gst-libs/gst/mixer/mixeroptions.c:
34423         (gst_mixer_options_get_values): Added
34424         * gst-libs/gst/mixer/mixer.h: Changed GstMixerClass syntax
34425         * gst-libs/gst/mixer/mixer.c: Fixed comment
34426
34427
34428 2004-06-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
34429
34430         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
34431           improve error messages on open
34432
34433
34434 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
34435
34436         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
34437           check if v4l-conf is in path
34438
34439 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
34440
34441         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
34442           change assert to a more readable error message
34443
34444 2004-05-31  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
34445
34446         * gst-libs/gst/tuner/tunerchannel.h:
34447           - add a freq_multiplicator field to make the conversion
34448             between internal frequency unit and Hz
34449         * sys/v4l/gstv4lelement.c:
34450         * sys/v4l2/gstv4l2element.c:
34451           - change default video device to /dev/video0
34452         * sys/v4l/v4l_calls.c:
34453         * sys/v4l2/v4l2_calls.c:
34454           - we only expose frequency to the user in Hz instead of
34455             bastard v4lX unit (either 62.5kHz or 62.5Hz)
34456
34457 2004-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
34458         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
34459           Initialise b_o_s and e_o_s variables
34460         * gst-libs/gst/riff/riff-media.c:
34461         (gst_riff_create_video_caps_with_data):
34462           Add some unusual fourcc's from mplayer avi's
34463         * gst/multipart/multipartmux.c: (gst_multipart_mux_plugin_init):
34464           Make the muxer have rank GST_RANK_NONE, so it doesn't mess up
34465           autoplugging.
34466
34467 2004-05-28  Wim Taymans  <wim@fluendo.com>
34468
34469         * configure.ac:
34470         * gst/alpha/Makefile.am:
34471         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
34472         (gst_alpha_get_type), (gst_alpha_base_init),
34473         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
34474         (gst_alpha_get_property), (gst_alpha_sink_link), (gst_alpha_add),
34475         (gst_alpha_chroma_key), (gst_alpha_chain),
34476         (gst_alpha_change_state), (plugin_init):
34477         A plugin to add an alpha channel to I420 video. Can optionally do
34478         chroma keying.
34479         * gst/multipart/Makefile.am:
34480         * gst/multipart/multipart.c: (plugin_init):
34481         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
34482         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
34483         (gst_multipart_demux_finalize), (gst_multipart_demux_handle_event),
34484         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
34485         (gst_multipart_demux_change_state),
34486         (gst_multipart_demux_plugin_init):
34487         * gst/multipart/multipartmux.c: (gst_multipart_mux_get_type),
34488         (gst_multipart_mux_base_init), (gst_multipart_mux_class_init),
34489         (gst_multipart_mux_get_sink_event_masks), (gst_multipart_mux_init),
34490         (gst_multipart_mux_sinkconnect), (gst_multipart_mux_pad_link),
34491         (gst_multipart_mux_pad_unlink),
34492         (gst_multipart_mux_request_new_pad),
34493         (gst_multipart_mux_handle_src_event),
34494         (gst_multipart_mux_next_buffer), (gst_multipart_mux_compare_pads),
34495         (gst_multipart_mux_queue_pads), (gst_multipart_mux_loop),
34496         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
34497         (gst_multipart_mux_change_state), (gst_multipart_mux_plugin_init):
34498         A Multipart demuxer/muxer. Not sure if it violates specs. Used to
34499         send multipart jpeg images to a browser.
34500         * gst/videobox/Makefile.am:
34501         * gst/videobox/README:
34502         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
34503         (gst_video_box_get_type), (gst_video_box_base_init),
34504         (gst_video_box_class_init), (gst_video_box_init),
34505         (gst_video_box_set_property), (gst_video_box_get_property),
34506         (gst_video_box_sink_link), (gst_video_box_i420),
34507         (gst_video_box_ayuv), (gst_video_box_chain),
34508         (gst_video_box_change_state), (plugin_init):
34509         Crops or adds borders around an image. can do alpha channel
34510         borders as well.
34511         * gst/videomixer/Makefile.am:
34512         * gst/videomixer/README:
34513         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
34514         (gst_videomixer_pad_base_init), (gst_videomixer_pad_class_init),
34515         (gst_videomixer_pad_get_sink_event_masks),
34516         (gst_videomixer_pad_get_property),
34517         (gst_videomixer_pad_set_property),
34518         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_link),
34519         (gst_videomixer_pad_unlink), (gst_videomixer_pad_init),
34520         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
34521         (gst_videomixer_base_init), (gst_videomixer_class_init),
34522         (gst_videomixer_init), (gst_videomixer_request_new_pad),
34523         (gst_videomixer_handle_src_event),
34524         (gst_videomixer_blend_ayuv_i420), (gst_videomixer_fill_checker),
34525         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
34526         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
34527         (gst_videomixer_loop), (gst_videomixer_get_property),
34528         (gst_videomixer_set_property), (gst_videomixer_change_state),
34529         (plugin_init):
34530         Generic video mixer plugin, can handle multiple inputs all with
34531         different framerates and video sizes. Is fully alpha channel
34532         aware.
34533
34534 2004-05-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34535
34536         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
34537           Select first track as master track. Not sure how else to handle
34538           that...
34539         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer):
34540           Discard discont events. Should fix #142962.
34541
34542 2004-05-26  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34543
34544         * ext/alsa/Makefile.am:
34545         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init),
34546         (gst_alsa_mixer_build_list), (gst_alsa_mixer_get_volume),
34547         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
34548         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
34549         (gst_alsa_mixer_get_option):
34550         * ext/alsa/gstalsamixer.h:
34551         * ext/alsa/gstalsamixeroptions.c:
34552         (gst_alsa_mixer_options_get_type),
34553         (gst_alsa_mixer_options_class_init), (gst_alsa_mixer_options_init),
34554         (gst_alsa_mixer_options_new):
34555         * ext/alsa/gstalsamixeroptions.h:
34556         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
34557         * ext/alsa/gstalsamixertrack.h:
34558           Add enumerations (as GstMixerOptions). Make correct distinction
34559           between input/output tracks. Add capture/playback private flag.
34560           Use flag to decide on whether to set capture or playback volumes
34561           or switches. Use playback and record switches.
34562         * gst-libs/gst/mixer/Makefile.am:
34563         * gst-libs/gst/mixer/mixer-marshal.list:
34564         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init),
34565         (gst_mixer_set_option), (gst_mixer_get_option),
34566         (gst_mixer_mute_toggled), (gst_mixer_record_toggled),
34567         (gst_mixer_volume_changed), (gst_mixer_option_changed):
34568         * gst-libs/gst/mixer/mixer.h:
34569         * gst-libs/gst/mixer/mixeroptions.c: (gst_mixer_options_get_type),
34570         (gst_mixer_options_class_init), (gst_mixer_options_init),
34571         (gst_mixer_options_dispose):
34572         * gst-libs/gst/mixer/mixeroptions.h:
34573           Add GstMixerOptions.
34574         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
34575           Rename Audio Mixer to OSS Mixer (similar to Alsa Mixer). Fix
34576           broken device detection on computers with multiple OSS sound
34577           cards.
34578
34579 2004-05-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34580
34581         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
34582           fixate nicely even when the peer is not negotiating
34583
34584 2004-05-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34585
34586         * gst/audioconvert/gstaudioconvert.c:
34587         (gst_audio_convert_parse_caps):
34588           make sure we don't allow depth > width
34589         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
34590           fixate endianness to G_BYTE_ORDER as default
34591         * gst/audioscale/gstaudioscale.c:
34592           we don't handle another endianness as host-endianness
34593
34594 2004-05-25  David Schleef  <ds@schleef.org>
34595
34596         * gst/ffmpegcolorspace/mem.c:  malloc() is in stdlib.h, not malloc.h
34597
34598 2004-05-24  Benjamin Otte  <otte@gnome.org>
34599
34600         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_sinkconnect),
34601         (gst_oggvorbisenc_setup):
34602           properly fail when we can't setup the vorbis encoder due to
34603           unsupported settings
34604         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sinkconnect),
34605         (gst_vorbisenc_setup):
34606           same
34607         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
34608           fix case where warnings occured when one pad was unlinked while the
34609           other's link function was called
34610
34611 2004-05-24  Thomas Vander Stichele  <thomas at apestaart dot org>
34612
34613         * gst/tcp/Makefile.am:
34614           use GST_ENABLE_NEW
34615
34616 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34617
34618         * gst-libs/gst/resample/private.h:
34619           don't use optimizations that are #if 0'ed
34620
34621 2004-05-24  Wim Taymans  <wim@fluendo.com>
34622
34623         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
34624         Fix potential division by zero error and hopefully get
34625         the position query right to get correct timestamps on avi
34626         audio.
34627
34628 2004-05-24  Wim Taymans  <wim@fluendo.com>
34629
34630         * gst/videoscale/videoscale.c: (gst_videoscale_scale_nearest),
34631         (gst_videoscale_scale_nearest_str2),
34632         (gst_videoscale_scale_nearest_str4),
34633         (gst_videoscale_scale_nearest_32bit),
34634         (gst_videoscale_scale_nearest_24bit),
34635         (gst_videoscale_scale_nearest_16bit):
34636         Fix the scaling algorithm and avoid a buffer overflow.
34637         removed the while loop in the scaling function as it
34638         was used for point sampling only.
34639
34640 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34641
34642         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
34643         (gst_id3_tag_class_init), (gst_id3_tag_init),
34644         (gst_id3_tag_set_property), (gst_id3_tag_get_tag_to_render),
34645         (gst_id3_tag_handle_event), (gst_id3_tag_do_caps_nego),
34646         (gst_id3_tag_send_tag_event):
34647           lots of fixes to make id3mux work and id3demux work correctly
34648
34649 2004-05-24  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34650
34651         * ext/Makefile.am:
34652           add rules to build shout2send (was removed by accident
34653           when this module was no more marked experimental/broken)
34654
34655 2004-05-24  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
34656
34657         * ext/shout2/gstshout2.c:
34658         * ext/shout2/gstshout2.h:
34659           adding a "connection problem" signal to shout2send
34660           (fixes #142954)
34661
34662 2004-05-21  Thomas Vander Stichele  <thomas at apestaart dot org>
34663
34664         * ext/kio/kioreceiver.cpp:
34665         * ext/kio/kioreceiver.h:
34666           fix sign comparison issues
34667
34668 2004-05-21  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34669
34670         * gst/cdxaparse/gstcdxaparse.c:
34671         * gst/cdxaparse/gstcdxaparse.h:
34672           some renaming
34673           add some checks/sanity
34674           prepare for seek addition
34675
34676         * sys/sunaudio/gstsunaudio.c:
34677           remove exported dupe init function
34678
34679 2004-05-21  Jan Schmidt  <thaytan@mad.scientist.com>
34680
34681         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_get_formats),
34682         (gst_dvdec_src_convert), (gst_dvdec_sink_convert):
34683           Fix format conversion and position querying.
34684         * gst/debug/progressreport.c: (gst_progressreport_report):
34685           Don't output a bogus total value that we didn't query.
34686         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
34687           Always set XV_AUTOPAINT_COLORKEY to true. Fixes xvimagesink showing
34688           only a blank window after xine has been used.
34689
34690 2004-05-21  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
34691
34692         * m4/as-arts.m4:
34693           sync with upstream version to fix test on FC2
34694           readd with -ko to preserve Id header
34695
34696 2004-05-20  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34697
34698         * configure.ac:
34699           test for FIONREAD ioctl in sys/filio.h for Solaris compat.
34700         * gst/tcp/gsttcpclientsrc.c: idem
34701         * gst/tcp/gsttcpserversink.c: idem
34702         * gst/tcp/gsttcpserversrc.c: idem
34703         * m4/gst-fionread.m4: idem
34704
34705         * sys/sunaudio/gstsunaudio.c: change category to Sink/Audio
34706
34707         * configure.ac: enable speex plugin for speex 1.1.5+
34708         * ext/speex/gstspeexenc.c: fix cast warning
34709
34710         * ext/esd/README: fix typo
34711
34712 2004-05-20  David Schleef  <ds@schleef.org>
34713
34714         * configure.ac: Minor cosmetic change to convince the buildbot to
34715         reautogen.
34716         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_class_init),
34717         (gst_sunaudiosink_init), (gst_sunaudiosink_getcaps),
34718         (gst_sunaudiosink_pad_link), (gst_sunaudiosink_chain),
34719         (gst_sunaudiosink_setparams), (gst_sunaudiosink_open),
34720         (gst_sunaudiosink_close), (gst_sunaudiosink_change_state),
34721         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property):
34722         More hacking.  Plays audio now.
34723
34724 2004-05-20  David Schleef  <ds@schleef.org>
34725
34726         * configure.ac:
34727         * sys/Makefile.am:
34728
34729 2004-05-20  David Schleef  <ds@schleef.org>
34730
34731         * sys/osxaudio/Makefile.am:  New OS X audio plugin by Zaheer Abbas Merali
34732         * sys/osxaudio/gstosxaudio.c:
34733         * sys/osxaudio/gstosxaudioelement.c:
34734         * sys/osxaudio/gstosxaudioelement.h:
34735         * sys/osxaudio/gstosxaudiosink.c:
34736         * sys/osxaudio/gstosxaudiosink.h:
34737         * sys/osxaudio/gstosxaudiosrc.c:
34738         * sys/osxaudio/gstosxaudiosrc.h:
34739
34740 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
34741
34742         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps),
34743         (gst_vorbisenc_chain):
34744           put the codec headers on the caps as streamheader as well as
34745           pushing them out
34746
34747 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
34748
34749         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
34750         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
34751         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain):
34752         split up push_packet into two functions
34753
34754 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
34755
34756         * gst/tcp/.cvsignore:
34757           ignore enums
34758         * gst/tcp/Makefile.am:
34759         * gst/tcp/README:
34760         * gst/tcp/gsttcp.c:
34761         * gst/tcp/gsttcp.h:
34762         * gst/tcp/gsttcpclientsink.c:
34763         * gst/tcp/gsttcpclientsink.h:
34764         * gst/tcp/gsttcpclientsrc.c:
34765         * gst/tcp/gsttcpclientsrc.h:
34766         * gst/tcp/gsttcpplugin.c:
34767         * gst/tcp/gsttcpserversink.c:
34768         * gst/tcp/gsttcpserversink.h:
34769         * gst/tcp/gsttcpserversrc.c:
34770         * gst/tcp/gsttcpserversrc.h:
34771           add new tcp elements
34772
34773 2004-05-19  Wim Taymans  <wim@fluendo.com>
34774
34775         * gst/law/mulaw-conversion.c: (mulaw_encode):
34776         Fix overflow bug in ulaw encoding.
34777
34778 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34779
34780         * ext/mad/gstmad.c: (gst_mad_handle_event):
34781           don't unref the event twice
34782
34783 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34784
34785         * configure.ac:
34786           remove -Wno-sign-compare
34787
34788 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34789
34790         * configure.ac:
34791           remove -DG_DISABLE_DEPRECATED. It's not usable without workarounds
34792           if you want to work against glib 2.2 and 2.4
34793
34794 2004-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
34795
34796         * gst/tcp/Makefile.am:
34797         * gst/tcp/gsttcp.c:
34798         * gst/tcp/gsttcp.h:
34799         * gst/tcp/gsttcpsink.h:
34800         * gst/tcp/gsttcpsrc.h:
34801           gsttcp -> gsttcpplugin + CVS surgery in preparation for tcp merge
34802
34803 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34804
34805         * gst/debug/tests.c: (md5_get_value):
34806           fix segfault on gst-inspect
34807
34808 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34809
34810         * gst/debug/testplugin.c:
34811         * gst/debug/tests.c:
34812         * gst/debug/tests.h:
34813           add new extensible and configurable testing element. Current tests
34814           include buffer count, stream length, timestamp/duration matching and
34815           md5.
34816         * gst/debug/Makefile.am:
34817         * gst/debug/gstdebug.c: (plugin_init):
34818           add infrastructure for new element
34819
34820 2004-05-19  Johan Dahlin  <johan@gnome.org>
34821
34822         * ext/dv/gstdvdec.c (gst_dvdec_quality_get_type): Add proper
34823         ending of the array. Fixes gst-inspect segfault on ppc.
34824
34825 2004-05-19  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34826
34827         * ext/dirac/gstdiracdec.cc : change category to Codec/Decoder/Video
34828
34829         * m4/a52.m4 : don't fix a test that should fail with current a52dec lib
34830
34831 2004-05-18  David Schleef  <ds@schleef.org>
34832
34833         * gst/ffmpegcolorspace/imgconvert.c: (img_convert): Fixes for
34834         warnings (bugs, actually) noticed by gcc but not forte.
34835
34836 2004-05-18  David Schleef  <ds@schleef.org>
34837
34838         * sys/sunaudio/Makefile.am:
34839         * sys/sunaudio/gstsunaudio.c: New sunaudiosink
34840
34841 2004-05-18  David Schleef  <ds@schleef.org>
34842
34843         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
34844         (gst_qtdemux_loop_header):  Patch from dcm@acm.org (David Moore)
34845         to allow qtdemux to use non-seekable streams. (bug #142272)
34846
34847 2004-05-18  David Schleef  <ds@schleef.org>
34848
34849         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16),
34850         (gst_resample_sinc_ft_float): Remove use of static temporary
34851         buffer.  This code was obviously not supposed to last long, but
34852         it's stuck in our ABI, so it required a little hack to make it
34853         ABI-compatible.  Fixes #142585.
34854         * gst-libs/gst/resample/resample.h: same.
34855
34856 2004-05-18  David Schleef  <ds@schleef.org>
34857
34858         * configure.ac: Add sunaudio
34859         * examples/Makefile.am: make gstplay depend on gconf
34860         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Remove c99-isms
34861         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette),
34862         (convert_table_lookup), (img_convert): remove c99-isms
34863         * gst/ffmpegcolorspace/imgconvert_template.h: make a constant
34864           unsigned, to fix a warning on Solaris
34865         * gst/mpeg1sys/systems.c: bcopy->memcpy
34866         * gst/rtjpeg/RTjpeg.c: (RTjpeg_yuvrgb8): bcopy->memcpy
34867         * sys/Makefile.am: Add sunaudio
34868
34869 2004-05-18  Wim Taymans  <wim@fluendo.com>
34870
34871         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_init),
34872         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
34873         (gst_ogg_mux_next_buffer), (gst_ogg_mux_push_page),
34874         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
34875         (gst_ogg_mux_loop):
34876         Fix an ugly memleak where the muxer didn't flush enough ogg
34877         pages. This also resulted in badly muxed ogg files.
34878
34879 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34880
34881         * gst/asfdemux/asfheaders.c :
34882         * gst/asfdemux/asfheaders.h :
34883         * gst/asfdemux/gstasfdemux.c :
34884           - fix ASF_OBJ_PADDING guid
34885           - add 3 new object guids (language list, metadata,
34886             extended stream properties)
34887           - add a function to parse extended header objects
34888
34889 2004-05-18  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34890
34891         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
34892           remove leftover debugging g_print
34893
34894 2004-05-17  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34895
34896         * ext/mad/gstmad.c: (gst_mad_handle_event):
34897           Fix for when the first format in a discont event is not a
34898           byte-based one. Should fix #137710.
34899
34900 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34901
34902         * m4/a52.m4 : fix compilation with -Wall -Werror
34903         * m4/libfame.m4 : idem
34904         * m4/libmikmod.m4 : idem
34905
34906 2004-05-17  Benjamin Otte  <otte@gnome.org>
34907
34908         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
34909           signal the new tags before giving up the reference
34910
34911 2004-05-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34912
34913         * ext/shout2/gstshout2.c:
34914           use application/ogg instead of application/x-ogg (patch by Patrick
34915           Guimond, fixes #142432)
34916         * sys/oss/gstosselement.c: (gst_osselement_reset),
34917         (gst_osselement_sync_parms):
34918           don't set fragment size unless specified (fixes #142493)
34919
34920 2004-05-17  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34921
34922         * configure.ac : fix compilation of v4l2src with "-Wall -Werror"
34923           fixes #142664
34924
34925 2004-05-17  Benjamin Otte  <otte@gnome.org>
34926
34927         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
34928           compute offsets correctly for internal buffers so timestamps are set
34929           correctly when we can't seek. Also handle cases where there are no
34930           offsets. (based on a patch by David Moore, fixes #142507)
34931
34932 2004-05-17  Benjamin Otte  <otte@gnome.org>
34933
34934         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
34935           use correct variable when determining amount of data to skip so we
34936           don't skip into the void and segfault
34937
34938 2004-05-16  Benjamin Otte  <otte@gnome.org>
34939
34940         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
34941           Hi, I'm a memleak
34942
34943 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34944
34945         * gst/asfdemux/gstasfdemux.c:
34946           - fix a mem leak and always propagate tags
34947           - add WMV3 to known video codecs (but no decoder yet)
34948           - replace "surplus data" at end of audio header for what
34949             it is : codec specific data
34950           - fix a typo
34951
34952 2004-05-16  Arwed v. Merkatz  <v.merkatz@gmx.net>
34953
34954         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
34955
34956         * gst-libs/gst/audio/audioclock.c:
34957           Fix wrong return type (#142205).
34958
34959 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34960
34961         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_init):
34962           Ignore CRCs by default (fixes #142566).
34963
34964 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34965
34966         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
34967         (gst_alsa_mixer_close), (gst_alsa_mixer_supported),
34968         (gst_alsa_mixer_build_list), (gst_alsa_mixer_free_list),
34969         (gst_alsa_mixer_change_state), (gst_alsa_mixer_list_tracks),
34970         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
34971         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record):
34972           Fix for cases where we fail to attach to a mixer.
34973
34974 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34975
34976         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
34977           Don't touch events after not owning them anymore.
34978         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
34979         (gst_wavparse_fmt), (gst_wavparse_other),
34980         (gst_wavparse_handle_seek), (gst_wavparse_loop),
34981         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
34982         (gst_wavparse_srcpad_event):
34983         * gst/wavparse/gstwavparse.h:
34984           Add seeking, fix querying.
34985
34986 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34987
34988         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
34989           - process comments even if they don't end with \0\0
34990             g_convert would ignore them if present and works well without them
34991
34992 2004-05-16  Benjamin Otte  <otte@gnome.org>
34993
34994         * ext/alsa/gstalsa.c: (gst_alsa_caps), (gst_alsa_get_caps):
34995           simplify caps
34996
34997 2004-05-16  Benjamin Otte  <otte@gnome.org>
34998
34999         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
35000           don't write to memory we might not write to - g_convert does that
35001           for us anyway (fixes #142613)
35002         (gst_asf_demux_audio_caps):
35003           comment out gst_util_dump_mem
35004
35005 2004-05-16  Benjamin Otte  <otte@gnome.org>
35006
35007         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
35008           compute correct expected timestamps after seek (broken since
35009           last commit)
35010         * ext/gdk_pixbuf/pixbufscale.c: (pixbufscale_init):
35011           rename element and debugging category to gdkpixbufscale
35012
35013 2004-05-16  Benjamin Otte  <otte@gnome.org>
35014
35015         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
35016           add error checking to snd_pcm_delay and remove duplicate call to
35017           snd_pcm_delay that caused issues (see inline code comments)
35018         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
35019           make more readable and fix return value when snd_pcm_delay fails
35020         (fixes #142586)
35021
35022 2004-05-15  Jan Schmidt  <thaytan@mad.scientisti.com>
35023         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type),
35024         (gst_pixbufscale_get_type), (gst_pixbufscale_base_init),
35025         (gst_pixbufscale_class_init), (gst_pixbufscale_getcaps),
35026         (gst_pixbufscale_link), (gst_pixbufscale_init),
35027         (gst_pixbufscale_handle_src_event), (pixbufscale_scale),
35028         (gst_pixbufscale_chain), (gst_pixbufscale_set_property),
35029         (gst_pixbufscale_get_property), (pixbufscale_init):
35030         * ext/gdk_pixbuf/pixbufscale.h:
35031         Add these files I forgot earlier
35032
35033 2004-05-15  Jan Schmidt  <thaytan@mad.scientist.com>
35034         * ext/gdk_pixbuf/Makefile.am:
35035         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
35036         * ext/gdk_pixbuf/gstgdkpixbuf.h:
35037         Add new pixbufscale element to scale RGB video
35038         using gdk_pixbuf, because gdk_pixbuf does BILINEAR
35039         and HYPER interpolation correctly.
35040         * ext/theora/theoraenc.c: (theora_enc_chain),
35041         Discard buffer and return if explicit caps could not be set
35042         (theora_enc_get_property):
35043         Make _get return kbps for the bitrate consistent with
35044         the _set function.
35045
35046
35047 2004-05-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35048
35049         * ext/libvisual/visual.c: (gst_visual_chain):
35050           add missing visual_audio_analyze
35051
35052 2004-05-14  David Schleef  <ds@schleef.org>
35053
35054         * ext/esd/esdsink.c: (gst_esdsink_chain): Fix crash when ESD
35055         is killed while we're playing.
35056         * gst/qtdemux/qtdemux.c: (qtdemux_parse): call
35057         gst_element_no_more_pads().
35058
35059 2004-05-14  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35060
35061         * gst-libs/gst/riff/riff-read.c :
35062           - fix INFO tag extraction in RIFF/AVI files
35063             because gst_event_unref (event) also freed taglist
35064           - avoid a mem leak
35065
35066 2004-05-13  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35067
35068         * ext/mad/gstid3tag.c : move from "Codec/(Dem/M)uxer" to "Codec/(Dem/M)uxer/Audio"
35069         * gst/wavenc/gstwavenc.c : move from "Codec/Encoder/Audio" to "Codec/Muxer/Audio"
35070
35071         * gst/auparse/gstauparse.c :
35072           - add code (commented for now) to support audio/x-adpcm on src pad
35073             (we have no decoder for those layout yet)
35074
35075         * gst/cdxaparse/gstcdxaparse.c :
35076         * gst/cdxaparse/gstcdxaparse.h :
35077           - partial rewrite using RiffRead (ripped iain's wavparse code)
35078
35079         * gst/rtp/gstrtpL16enc.c : typo
35080         * gst/rtp/gstrtpgsmenc.c : typo
35081
35082 2004-05-13  Benjamin Otte  <otte@gnome.org>
35083
35084         * configure.ac:
35085           check for exact version of libvisual, it's not supposed to be
35086           API/ABI stable yet
35087
35088 2004-05-13  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35089
35090         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
35091           signal no-more-pads
35092
35093 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
35094
35095         * ext/dv/gstdvdec.c: (gst_dvdec_src_convert)
35096         Report which format was used for GST_FORMAT_DEFAULT
35097         * gst/debug/Makefile.am:
35098         * gst/debug/gstdebug.c: (plugin_init):
35099         * gst/debug/progressreport.c: (gst_progressreport_base_init),
35100         (gst_progressreport_class_init), (gst_progressreport_init),
35101         (gst_progressreport_report), (gst_progressreport_set_property),
35102         (gst_progressreport_get_property), (gst_progressreport_chain),
35103         (gst_progressreport_plugin_init):
35104         Add progressreport element for testing.
35105
35106 2004-05-13  Thomas Vander Stichele  <thomas at apestaart dot org>
35107
35108         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_change_state):
35109         * sys/v4l/gstv4lsrc.h:
35110         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
35111         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
35112         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init),
35113         (gst_v4lsrc_grab_frame):
35114           add more debugging
35115           send a discont at start
35116
35117 2004-05-12  Colin Walters  <walters@redhat.com>
35118
35119         * gst/asfdemux/gstasfdemux.c (gst_asf_demux_process_segment): Avoid
35120         inflooping if we can't find a chunk.  Or in other words, don't blow
35121         chunks if we don't have a chunk to blow.
35122
35123 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
35124         * ext/audiofile/gstafsrc.c: (gst_afsrc_get):
35125         Remove old debug output
35126         * ext/dv/gstdvdec.c: (gst_dvdec_quality_get_type),
35127         (gst_dvdec_class_init), (gst_dvdec_loop), (gst_dvdec_change_state),
35128         (gst_dvdec_set_property), (gst_dvdec_get_property):
35129         Change the quality setting to an enum, so it works from gst-launch
35130         Don't renegotiate a non-linked pad. Allows audio only decoding.
35131         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_getcaps),
35132         (gst_deinterlace_link), (gst_deinterlace_init):
35133         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
35134         (gst_videodrop_link):
35135         Some caps negotiation fixes
35136
35137 2004-05-12  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35138
35139         * ext/tarkin/gsttarkin.c :
35140           - Change RANK from NONE to PRIMARY
35141         * ext/gdk_pixbuf/gstgdkpixbuf.c :
35142           - Change RANK from NONE to MARGINAL
35143         * ext/divx/gstdivxenc.c :
35144           - Change RANK from PRIMARY to NONE (encoder/spider issue)
35145
35146 2004-05-12  Thomas Vander Stichele  <thomas at apestaart dot org>
35147
35148         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
35149         (gst_vorbisenc_push_packet):
35150           copy a function that was added between 1.0 and 1.0.1 until we
35151           depend on worthwhile features of post-1.0
35152
35153 2004-05-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35154
35155         * configure.ac:
35156           enable shout2 by default
35157         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
35158         (gst_shout2send_base_init), (gst_shout2send_init),
35159         (gst_shout2send_connect), (gst_shout2send_change_state):
35160         * ext/shout2/gstshout2.h:
35161           make this work again. Based on a patch by Zaheer Abbas Merali (fixes
35162           #142262)
35163         * ext/theora/theora.c: (plugin_init):
35164           don't set rank on encoders
35165
35166 2004-05-11  Jeremy Simon  <jesimon@libertysurf.fr>
35167
35168         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
35169           Use codec_data property instead of flag1 and flag2 for wma
35170
35171 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35172
35173         * gst/cdxaparse/gstcdxaparse.c :
35174           - Add mpegversion to CAPS to make it link
35175           - Rank is as GST_RANK_SECONDARY instead of NONE
35176         * gst/auparse/gstauparse.c :
35177           - Document all audio encoding we can encounter from Solaris 9
35178             headers and libsndfile information.
35179           - Increase max. rate from 48000 to 192000 (to match other elements)
35180           - Don't try to play junk data between header and samples
35181
35182 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35183
35184         * ext/libvisual/visual.c: (gst_visual_getcaps):
35185           use the right caps depending on endianness (I hope)
35186         * ext/ogg/gstoggmux.c: (gst_ogg_mux_plugin_init):
35187           use GST_RANK_NONE for all non-decoding elements or spider gets
35188           mighty confused
35189
35190 2004-05-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35191
35192         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
35193           Fix some odd cases and fix BE metadata parsing of unicode16 text.
35194
35195 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35196
35197         * gst/switch/gstswitch.c: (gst_switch_release_pad),
35198         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
35199         (gst_switch_loop), (gst_switch_get_type):
35200           whoever that was: DO NOT IMPORT PRIVATE SYMBOLS THAT ARE NOT IN
35201           HEADERS. Had to be said.
35202
35203 2004-05-10  David Schleef  <ds@schleef.org>
35204
35205         * configure.ac: Add prototype Dirac support.
35206         * ext/Makefile.am:
35207         * ext/dirac/Makefile.am:
35208         * ext/dirac/gstdirac.cc:
35209         * ext/dirac/gstdiracdec.cc:
35210
35211 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35212
35213         * gst/auparse/gstauparse.c: (gst_auparse_class_init),
35214         (gst_auparse_init), (gst_auparse_chain),
35215         (gst_auparse_change_state):
35216           Hack around spider. Remove me some day please.
35217
35218 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35219
35220         * gst/auparse/gstauparse.c: (gst_auparse_chain):
35221           Fix for some uninitialized variables in previous patch, also
35222           makes it work. Fixes #142286 while we're at it.
35223
35224 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35225
35226         * gst/auparse/gstauparse.c:
35227                 fixes a-law, adds mu-law, linear pcm (8,16,24,32), ieee (32, 64)
35228                 only unsupported formats are ADPCM/CCITT G.72x
35229                 reviewed by Ronald
35230         * gst-libs/gst/audio/audio.h: adds 24bit depth to PCM (x-raw-int)
35231
35232 2004-05-10  Wim Taymans  <wim@fluendo.com>
35233
35234         * ext/vorbis/Makefile.am:
35235         * ext/vorbis/README:
35236         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_formats),
35237         (oggvorbisenc_get_type), (vorbis_caps_factory), (raw_caps_factory),
35238         (gst_oggvorbisenc_base_init), (gst_oggvorbisenc_class_init),
35239         (gst_oggvorbisenc_sinkconnect), (gst_oggvorbisenc_convert_src),
35240         (gst_oggvorbisenc_convert_sink),
35241         (gst_oggvorbisenc_get_query_types), (gst_oggvorbisenc_src_query),
35242         (gst_oggvorbisenc_init), (gst_oggvorbisenc_get_tag_value),
35243         (gst_oggvorbisenc_metadata_set1), (gst_oggvorbisenc_set_metadata),
35244         (get_constraints_string), (update_start_message),
35245         (gst_oggvorbisenc_setup), (gst_oggvorbisenc_write_page),
35246         (gst_oggvorbisenc_chain), (gst_oggvorbisenc_get_property),
35247         (gst_oggvorbisenc_set_property), (gst_oggvorbisenc_change_state):
35248         * ext/vorbis/oggvorbisenc.h:
35249         * ext/vorbis/vorbis.c: (plugin_init):
35250         * ext/vorbis/vorbisenc.c: (vorbis_caps_factory),
35251         (raw_caps_factory), (gst_vorbisenc_class_init),
35252         (gst_vorbisenc_init), (gst_vorbisenc_setup),
35253         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain),
35254         (gst_vorbisenc_get_property), (gst_vorbisenc_set_property):
35255         * ext/vorbis/vorbisenc.h:
35256         Added a raw vorbis encoder to be used with the oggmuxer.
35257         We still need the old encoder for some gnome applications,
35258         read the README to find out how that works.
35259         The raw encoder is called "rawvorbisenc" until 0.9.
35260
35261 2004-05-10  Wim Taymans  <wim@fluendo.com>
35262
35263         * ext/ogg/gstogg.c: (plugin_init):
35264         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init),
35265         (gst_ogg_print):
35266         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type),
35267         (gst_ogg_mux_base_init), (gst_ogg_mux_class_init),
35268         (gst_ogg_mux_get_sink_event_masks), (gst_ogg_mux_init),
35269         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_pad_link),
35270         (gst_ogg_mux_pad_unlink), (gst_ogg_mux_request_new_pad),
35271         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_next_buffer),
35272         (gst_ogg_mux_push_page), (gst_ogg_mux_compare_pads),
35273         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop),
35274         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property),
35275         (gst_ogg_mux_change_state), (gst_ogg_mux_plugin_init):
35276         Added an ogg muxer.
35277         Small typo fixes in the demuxer.
35278
35279 2004-05-10  Wim Taymans  <wim@fluendo.com>
35280
35281         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
35282         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
35283         (theora_enc_change_state), (theora_enc_set_property),
35284         (theora_enc_get_property):
35285         Mark the last packet with an EOS flag which is not really needed
35286         in gstreamer.
35287         Do some better video framerate initialisation.
35288         Update the buffer timestamp.
35289
35290 2004-05-10  Jan Schmidt  <thaytan@mad.scientist.com>
35291
35292         * ext/dv/gstdvdec.c: (gst_dvdec_change_state):
35293         Return the result of the parent state change call
35294
35295 2004-05-10  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35296
35297         * gst/law/alaw.c : alawdec should be registered with type ALAWDEC, not ALAWENC
35298         * gst/law/alaw-decode.c : put audio/x-alaw on pads, instead of audio/x-mulaw
35299         * gst/law/alaw-encode.c : (idem)
35300         * ext/a52dec/gsta52dec.c : mark audio/a52, audio/ac3 as deprecated in a comment
35301         * gst/ac3parse/gstac3parse.c : audio/ac3 => audio/x-ac3
35302         * gst/realmedia/rmdemux.c : audio/a52 => audio/x-ac3
35303
35304 2004-05-09  Benjamin Otte  <otte@gnome.org>
35305
35306         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
35307           don't use a fixed buffer size when writing variable length data to
35308           it. Fixes memory corruption and makes alsasrc work
35309
35310 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35311
35312         * ext/gnomevfs/gstgnomevfssink.c:
35313         (_gst_boolean_allow_overwrite_accumulator),
35314         (gst_gnomevfssink_class_init), (gst_gnomevfssink_open_file):
35315           Run glib's default signal handler (??) in RUN_CLEANUP rather than
35316           RUN_LAST, and don't use that to set the accumulator value because
35317           then it's always FALSE.
35318
35319 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35320
35321         * gst-libs/gst/riff/riff-media.c:
35322         (gst_riff_create_video_caps_with_data),
35323         (gst_riff_create_audio_caps),
35324         (gst_riff_create_audio_template_caps):
35325         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
35326           Fix for unaligned RIFF files (i.e. where all the chunks together
35327           in a LIST chunk are not of the same size as the size given in
35328           the LIST chunk header). Fixes several odd WAVE files. Also fix
35329           ADPCM (block_align property) in audio, so that wavparse based
35330           on this works now as it used to stand-alone.
35331
35332 2004-05-09  Edward Hervey  <bilboed@bilboed.com>
35333
35334         reviewed by Benjamin Otte  <otte@gnome.org>
35335
35336         * ext/a52dec/gsta52dec.c:
35337         * ext/divx/gstdivxdec.c:
35338         * ext/divx/gstdivxenc.c:
35339         * ext/dts/gstdtsdec.c: (gst_dtsdec_base_init):
35340         * ext/faac/gstfaac.c: (gst_faac_base_init):
35341         * ext/faad/gstfaad.c: (gst_faad_base_init):
35342         * ext/ivorbis/vorbisfile.c:
35343         * ext/lame/gstlame.c:
35344         * ext/libfame/gstlibfame.c:
35345         * ext/mpeg2enc/gstmpeg2enc.cc:
35346         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_base_init):
35347         * ext/sidplay/gstsiddec.cc:
35348         * ext/speex/gstspeexdec.c:
35349         * ext/speex/gstspeexenc.c:
35350         * ext/xvid/gstxviddec.c:
35351         * ext/xvid/gstxvidenc.c:
35352           correct klasses. Mostly s,Codec/(Audio|Video),\1/Codec,
35353           (fixes #142193)
35354
35355 2004-05-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35356
35357         * ext/alsa/gstalsa.c: (device_list),
35358         (gst_alsa_class_probe_devices):
35359         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
35360           Fix alsa oddness in mixer after the combination of using mixer
35361           in source/sink elements and using hw:x,y instead of just hw:x.
35362
35363 2004-05-09  Benjamin Otte  <otte@gnome.org>
35364
35365         * gst/wavparse/gstwavparse.c: (gst_wavparse_destroy_sourcepad),
35366         (gst_wavparse_create_sourcepad):
35367           make PAUSED=>READY=>PAUSED=READY work by not destroying NULL
35368           sourcepads
35369
35370 2004-05-09  Benjamin Otte  <otte@gnome.org>
35371
35372         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
35373           allow discont events before caps nego
35374
35375 2004-05-08  Benjamin Otte  <otte@gnome.org>
35376
35377         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
35378           don't leak events
35379
35380 2004-05-08  Benjamin Otte  <otte@gnome.org>
35381
35382         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
35383         (gst_level_change_state), (gst_level_init):
35384         * gst/level/gstlevel.h:
35385           figure out if we're initialized directly instead of keeping a
35386           variable that's wrong in 90% of cases
35387           don't initialize pads and then leak them and use a new unitialized
35388           pad. (fixes #142084)
35389           these were bugs so n00bish I didn't find them for an hour :/
35390
35391 2004-05-08 Iain <iain@prettypeople.org>
35392
35393         * gst/wavparse/gstwavparse.[ch]: Rewrote to use RiffRead instead.
35394         * gst-libs/gst/riff/riff-read.c (gst_riff_read_peek_head): Unstatic it
35395         (gst_riff_read_element_data): Ditto, and added a got_bytes argument to
35396         return the length that was read.
35397         (gst_riff_read_strf_auds): Allow fmt tags as well.
35398
35399 2004-05-07  David Schleef  <ds@schleef.org>
35400
35401         * ext/faad/gstfaad.c: (gst_faad_sinkconnect): HACK to correct
35402         signed char assumption in faad.h.
35403
35404 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35405
35406         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps):
35407           Missing break, detected by Daniel Gazard <daniel.gazard@free.fr>.
35408
35409 2004-05-07  Colin Walters  <walters@redhat.com>
35410
35411         * gst/volume/gstvolume.c (gst_volume_dispose): Unref dpman.
35412         * ext/flac/gstflacdec.c (gst_flacdec_dispose): Add dispose
35413         function.
35414         * gst/audioscale/gstaudioscale.c (gst_audioscale_dispose):
35415         Add dispose function.
35416
35417 2004-05-08  Jan Schmidt  <thaytan@mad.scientist.com>
35418         * ext/dv/gstdvdec.c: (gst_dvdec_video_link):
35419           Fix caps nego and pad templates. RGB mode caps should
35420           work now.
35421         * ext/dvdnav/gst-dvd:
35422           Move mpeg2dec inside the thread because otherwise the
35423           queue rejects cap changes mid-stream
35424         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
35425         (gst_mpeg2dec_flush_decoder):
35426           For mpeg2dec > 0.4.0, call the flush function instead of
35427           manually extracting all in-flight frames.
35428         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_factory),
35429         (gst_dv1394src_init), (gst_dv1394src_iso_receive):
35430           Change mime type video/dv go video/x-dv to match the
35431           rest of gst-plugins
35432
35433 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35434
35435         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
35436         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_type),
35437         (gst_alsa_sink_class_init):
35438         * ext/alsa/gstalsasink.h:
35439         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_type),
35440         (gst_alsa_src_class_init):
35441         * ext/alsa/gstalsasrc.h:
35442           Make alsasink/src a subclass of alsamixer so that mixer stuff
35443           shows up in gst-rec. Needs some finetuning.
35444
35445 2004-05-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35446
35447         * ext/lame/gstlame.c: (gst_lame_chain):
35448           simplify
35449         * ext/mad/gstmad.c: (gst_mad_handle_event):
35450           fix event leak
35451         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
35452           be able to detect mp3 files < 4096 bytes
35453
35454 2004-05-06  Wim Taymans  <wim@fluendo.com>
35455
35456         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
35457         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
35458         (theora_enc_set_property), (theora_enc_get_property):
35459         Also encode the first frame, cleanup some code.
35460
35461 2004-05-06  Wim Taymans  <wim@fluendo.com>
35462
35463         * ext/mpeg2enc/gstmpeg2enc.cc:
35464         Forward events first before deciding that negotiation was
35465         not performed.
35466
35467 2004-05-06  Wim Taymans  <wim@fluendo.com>
35468
35469         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
35470         First process the events before deciding that negotiation
35471         was not performed.
35472
35473 2004-05-06  Wim Taymans  <wim@fluendo.com>
35474
35475         * ext/theora/Makefile.am:
35476         * ext/theora/theora.c: (plugin_init):
35477         * ext/theora/theoradec.c: (theora_dec_change_state):
35478         * ext/theora/theoraenc.c: (gst_theora_enc_base_init),
35479         (gst_theora_enc_class_init), (gst_theora_enc_init),
35480         (theora_enc_sink_link), (theora_enc_event), (theora_push_packet),
35481         (theora_enc_chain), (theora_enc_change_state),
35482         (theora_enc_set_property), (theora_enc_get_property):
35483         Added a theora encoder, grouped the encoder and decoder into the
35484         same plugin.
35485
35486 2004-05-05  Thomas Vander Stichele  <thomas at apestaart dot org>
35487
35488         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
35489         (gst_jpegenc_chain):
35490         fix DURATION on outgoing buffers
35491         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
35492         debug using time formats
35493         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
35494         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
35495         (gst_xvimagesink_sink_link):
35496         windows with width/height 0 generate X errors, so don't allow them
35497
35498 2004-05-05  Wim Taymans  <wim@fluendo.com>
35499
35500         * ext/mpeg2dec/gstmpeg2dec.c: (src_templ),
35501         (gst_mpeg2dec_base_init), (gst_mpeg2dec_init),
35502         (gst_mpeg2dec_negotiate_format):
35503         * ext/mpeg2dec/gstmpeg2dec.h:
35504           removed the static pad template so that we can add the
35505           more accurate framerate value to the caps.
35506
35507
35508 2004-05-04  Benjamin Otte  <otte@gnome.org>
35509
35510         * configure.ac:
35511           check for kdemacros.h, too (should fix #141821)
35512         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
35513           don't crash if no header was sent, but nicely error out (fixes part
35514           of #141554)
35515
35516 2004-05-04  Wim Taymans  <wim@fluendo.com>
35517
35518         * ext/mpeg2enc/gstmpeg2enc.cc: (gst_mpeg2enc_dispose): call the
35519         parent dispose function to avoid segfault on destroy.
35520
35521 2004-05-04  Thomas Vander Stichele  <thomas at apestaart dot org>
35522
35523         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
35524         (plugin_init):
35525         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
35526         (gst_xvimagesink_sink_link):
35527         clean up debugging caps
35528         also recreate xvimage when format has changed
35529
35530 2004-05-04  Benjamin Otte  <otte@gnome.org>
35531
35532         * ext/libvisual/Makefile.am:
35533         * ext/libvisual/visual.c: (gst_visual_class_init),
35534         (gst_visual_init), (gst_visual_dispose), (gst_visual_getcaps),
35535         (gst_visual_srclink), (gst_visual_chain),
35536         (gst_visual_change_state), (plugin_init):
35537           use a GstAdapter to correctly adapt buffer sizes - allows using a
35538           framerate
35539
35540 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
35541
35542         * sys/v4l/gstv4lelement.h:
35543         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
35544         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps), (gst_v4lsrc_getcaps),
35545         (gst_v4lsrc_buffer_free):
35546         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities):
35547         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
35548         (gst_v4lsrc_sync_frame), (gst_v4lsrc_grab_frame),
35549         (gst_v4lsrc_requeue_frame):
35550         move some debugging categories around
35551         query for fps index and set accordingly if found
35552
35553 2004-05-03  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35554
35555         * ext/lame/gstlame.c:
35556         correct defaults that lame_init puts out of range
35557
35558 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
35559
35560         * ext/divx/gstdivxenc.c: (gst_divxenc_get_type),
35561         (gst_divxenc_class_init):
35562         fix range since -1 is the default
35563         * gst/mpeg1sys/gstmpeg1systemencode.c:
35564         (gst_mpeg1_system_encode_get_type), (gst_system_encode_multiplex):
35565         * gst/rtjpeg/gstrtjpegdec.c: (gst_rtjpegdec_get_type),
35566         (gst_rtjpegdec_chain):
35567         * gst/rtjpeg/gstrtjpegenc.c: (gst_rtjpegenc_get_type),
35568         (gst_rtjpegenc_chain):
35569         * sys/qcam/gstqcamsrc.c: (gst_autoexp_mode_get_type),
35570         (gst_qcamsrc_get_type), (gst_qcamsrc_change_state):
35571         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_get_type):
35572         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_type):
35573         * sys/v4l/gstv4lsrc.c:
35574         * sys/v4l/v4l_calls.c: (gst_v4l_open):
35575         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
35576         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
35577         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init):
35578         * sys/vcd/vcdsrc.c: (vcdsrc_get_type), (vcdsrc_get):
35579           remove gst_info calls
35580
35581 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
35582
35583         * Makefile.am:
35584         * po/af.po:
35585         * po/az.po:
35586         * po/en_GB.po:
35587         * po/nl.po:
35588         * po/sr.po:
35589         * po/sv.po:
35590           Updated translations
35591
35592 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
35593
35594         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
35595           refactor/comment code
35596
35597 2004-05-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35598
35599         * gst/asfdemux/Makefile.am:
35600         * gst/asfdemux/asfheaders.c:
35601         * gst/asfdemux/asfheaders.h:
35602         * gst/asfdemux/gstasf.c: (plugin_init):
35603         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_get_type),
35604         (gst_asf_demux_base_init), (gst_asf_demux_process_comment),
35605         (gst_asf_demux_setup_pad):
35606         * gst/asfdemux/gstasfdemux.h:
35607         * gst/asfdemux/gstasfmux.c:
35608         * gst/asfdemux/gstasfmux.h:
35609           Add tagging support to demuxer, split out registration in its own
35610           file instead of in demux (hacky), and prevent having some tables
35611           in our memory multiple times (in asfheaders.h).
35612
35613 2004-05-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35614
35615         * gst/matroska/matroska-demux.c:
35616         (gst_matroska_demux_parse_metadata):
35617         * gst/matroska/matroska-ids.h:
35618           Basic tag reading support.
35619
35620 2004-04-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35621
35622         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
35623           Really detect ac-3 audio.
35624         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find):
35625           really detect matroska files (off-by-1).
35626
35627 2004-04-30  David Schleef  <ds@schleef.org>
35628
35629         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
35630         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_type_get),
35631         (qtdemux_dump_stsz), (qtdemux_dump_stco), (qtdemux_dump_co64),
35632         (qtdemux_dump_unknown), (qtdemux_parse_tree), (qtdemux_parse_udta),
35633         (qtdemux_tag_add), (get_size), (gst_qtdemux_handle_esds): More qtdemux
35634         hackage -- parse a lot more atoms, extract a few tags.  One might even
35635         mistake this for tag support.  Maybe it is.
35636         * gst/qtdemux/qtdemux.h:
35637
35638 2004-04-30  Colin Walters  <walters@verbum.org>
35639
35640         * ext/alsa/gstalsasink.c (gst_alsa_sink_mmap): Plug a memleak.
35641
35642 2004-04-30  Thomas Vander Stichele  <thomas at apestaart dot org>
35643
35644         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
35645         (gst_ffmpegcolorspace_getcaps):
35646           remove broken nego fix
35647
35648 2004-04-30  Benjamin Otte  <otte@gnome.org>
35649
35650         * configure.ac:
35651         * ext/Makefile.am:
35652         * ext/libvisual/Makefile.am:
35653         * ext/libvisual/visual.c:
35654           add initial support for libvisual (http://libvisual.sourceforge.net)
35655           libvisual is still quite alpha, so expect crashes in there :)
35656
35657 2004-04-29  David Schleef  <ds@schleef.org>
35658
35659         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream), (qtdemux_parse),
35660         (qtdemux_parse_trak), (get_size), (gst_qtdemux_handle_esds): Hacked
35661         up qtdemux to make it spit out codec_data.  Do _not_ look at this
35662         code; you will no longer respect me.
35663
35664 2004-04-29  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35665
35666         * ext/alsa/gstalsa.c : (gst_alsa_class_probe_devices)
35667         * ext/alsa/gstalsa.h :
35668         change alsa pcm device discovery to find more than 1 device
35669         per card. code review by Ronald.
35670
35671 2004-04-29  David Schleef  <ds@schleef.org>
35672
35673         * sys/oss/gstosselement.c: (gst_osselement_rate_probe_check):
35674         Add a check for a driver bug on FreeBSD.  (bug #140565)
35675
35676 2004-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
35677
35678         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_get_type):
35679         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
35680         (gst_jpegenc_getcaps):
35681           move format setting to inner loop
35682         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
35683         (gst_ffmpegcolorspace_getcaps):
35684           use GST_PAD_CAPS if available so that we use already negotiated
35685           caps
35686         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
35687         (qtdemux_parse_moov), (qtdemux_parse):
35688           extra debugging
35689         * sys/qcam/qcam-Linux.c: (qc_lock_wait), (qc_unlock):
35690         * sys/qcam/qcam-os.c: (qc_lock_wait), (qc_unlock):
35691           move hardcoded path to DEFINE
35692
35693 2004-04-28  David Schleef  <ds@schleef.org>
35694
35695         * gst/speed/gstspeed.c: (speed_parse_caps):  Fix caps parsing.
35696         (bug #140064)
35697
35698 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35699
35700         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
35701           Don't probe for playback device if we're a source element. Fixes
35702           #139658.
35703
35704 2004-04-29  Benjamin Otte  <otte@gnome.org>
35705
35706         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
35707         (gst_id3_tag_chain):
35708           rewrite buffer offset
35709
35710 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35711
35712         * configure.ac:
35713         * ext/Makefile.am:
35714         * ext/dts/Makefile.am:
35715         * ext/dts/gstdtsdec.c: (gst_dtsdec_get_type),
35716         (gst_dtsdec_base_init), (gst_dtsdec_class_init), (gst_dtsdec_init),
35717         (gst_dtsdec_channels), (gst_dtsdec_renegotiate),
35718         (gst_dtsdec_handle_event), (gst_dtsdec_update_streaminfo),
35719         (gst_dtsdec_loop), (gst_dtsdec_change_state),
35720         (gst_dtsdec_set_property), (gst_dtsdec_get_property),
35721         (plugin_init):
35722         * ext/dts/gstdtsdec.h:
35723           New DTS decoder.
35724         * ext/faad/gstfaad.c: (gst_faad_sinkconnect),
35725         (gst_faad_srcconnect):
35726           Add ESDS atom handling (.m4a).
35727
35728 2004-04-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35729
35730         * ext/divx/gstdivxdec.c: (plugin_init):
35731           Remove comment that makes no sense.
35732         * ext/mad/gstid3tag.c: (gst_id3_tag_set_property):
35733           Fix for obvious typo that resulted in warnings during gst-register.
35734         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link),
35735         (gst_xviddec_sink_link):
35736           Fix caps negotiation a bit better.
35737         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
35738           We call this 'codec_data', not 'esds'.
35739
35740 2004-04-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35741
35742         * gst/monoscope/gstmonoscope.c:
35743           make sure we only provide 256x128
35744         * gst/monoscope/monoscope.c: (monoscope_init):
35745           assert size of 256x128
35746
35747 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
35748
35749         * Makefile.am:
35750         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
35751         (gst_v4lsrc_getcaps), (gst_v4lsrc_buffer_free):
35752           fixate to max width and height of device
35753
35754 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
35755
35756         * Makefile.am:
35757         * sys/v4l/gstv4l.c:
35758         * sys/v4l/gstv4lsrc.c:
35759         * sys/v4l/v4l_calls.c:
35760         * sys/v4l/v4lsrc_calls.c:
35761           fix for qc-usb driver which fakes having more than one buffer
35762           by handing the same buffer twice, which confused GStreamer's/v4lsrc
35763           buffer_free override
35764           add debugging
35765
35766 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
35767
35768         * Makefile.am:
35769         * gst/videotestsrc/gstvideotestsrc.c:
35770         (gst_videotestsrc_class_init), (gst_videotestsrc_change_state),
35771         (gst_videotestsrc_init), (gst_videotestsrc_get),
35772         (gst_videotestsrc_set_property), (gst_videotestsrc_get_property):
35773         * gst/videotestsrc/gstvideotestsrc.h:
35774           add num-buffers property
35775
35776         2004-04-26  Benjamin Otte  <otte@gnome.org>
35777
35778         * ext/mad/gstid3tag.c: (plugin_init):
35779           set id3mux rank to NONE so it doesn't confuse spider
35780           require audio/mpeg,mpegversion=1 in id3mux
35781
35782 2004-04-26  Benjamin Otte  <otte@gnome.org>
35783
35784         * configure.ac:
35785           detect faad correctly as non-working if it's indeed non-working
35786
35787 2004-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
35788
35789         * Makefile.am:
35790         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
35791         (gst_jpegenc_class_init), (gst_jpegenc_getcaps):
35792         fix _getcaps so it only negotiates to its supported format
35793
35794 2004-04-25  Benjamin Otte  <otte@gnome.org>
35795
35796         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
35797           fix memleak
35798
35799 2004-04-23  Benjamin Otte  <otte@gnome.org>
35800
35801         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
35802           audio/x-raw-int with height rules! not. Now it's depth.
35803
35804 2004-04-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35805
35806         * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
35807         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
35808         (gst_wavparse_loop):
35809           Missing variable initialization. Add handling of DVI ADPCM. Fix
35810           mis-parsing of LIST chunks. This works around a bug where we mis-
35811           parse non-aligning LIST chunks (so LIST chunks where the contents
35812           don't align with the actual LIST size). The correct fix is to use
35813           rifflib, I'm not going to fix wavparse - too much work. All this
35814           fixes #104878.
35815
35816 2004-04-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
35817
35818         reviewed by Benjamin Otte  <otte@gnome.org>
35819
35820         * ext/shout/gstshout.c: (gst_icecastsend_change_state):
35821           fix shoutcast not working (fixes #140844)
35822
35823 2004-04-22  Benjamin Otte  <otte@gnome.org>
35824
35825         * ext/hermes/gsthermescolorspace.c:
35826         (gst_hermes_colorspace_caps_remove_format_info):
35827         * gst/colorspace/gstcolorspace.c:
35828         (gst_colorspace_caps_remove_format_info):
35829         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
35830         (gst_ffmpegcolorspace_caps_remove_format_info):
35831           s/gst_caps_simplify/gst_caps_do_simplify/
35832
35833 2004-04-22  Benjamin Otte  <otte@gnome.org>
35834
35835         * gst-libs/gst/riff/riff-media.c:
35836         (gst_riff_create_video_caps_with_data):
35837           mpegversion is an int
35838         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init):
35839           don't try to create pad templates with NULL caps, use any caps
35840           instead.
35841
35842 2004-04-20  David Schleef  <ds@schleef.org>
35843
35844         * ext/sdl/Makefile.am: Link against libgstinterfaces, not
35845         libgstxoverlay.  jmmv@menta.net (Julio M. Merino Vidal)
35846         (bug #140384)
35847
35848 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
35849
35850         reviewed by David Schleef
35851
35852         * ext/mad/gstid3tag.c: Add stdlib.h
35853         * gst/rtp/gstrtpgsmenc.c: same
35854         * gst/tags/gstid3tag.c: same
35855         * gst/udp/gstudpsrc.c: (gst_udpsrc_get): Fix GST_DISABLE_LOADSAVE
35856         * gst/tcp/gsttcpsink.c: (gst_tcpsink_sink_link): Adjust
35857         GST_DISABLE_LOADSAVE use.
35858         * gst/udp/gstudpsink.c: (gst_udpsink_sink_link): Likewise.
35859         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get): Likewise.
35860         * ext/gnomevfs/gstgnomevfssrc.c: Include <stdlib.h> (needed by
35861         atol(3)).
35862         * sys/oss/gstosselement.h: Include <sys/types.h> (needed for dev_t).
35863         * gst/tags/gstvorbistag.c: Include <stdlib.h> (needed by
35864         strtoul(3)).
35865         * gst/rtp/gstrtpL16enc.c: Include <stdlib.h> (needed by random(3)).
35866         * ext/mad/Makefile.am: (libgstmad_la_CFLAGS): Add $(MAD_CFLAGS)
35867         $(ID3_CFLAGS).
35868         * ext/libfame/Makefile.am: (libgstlibfame_la_CFLAGS): Add
35869         $(LIBFAME_CFLAGS).
35870
35871 2004-04-20  David Schleef  <ds@schleef.org>
35872
35873         * gst/realmedia/rmdemux.c:  This was supposed to part of the
35874         last checkin.  Same idea.
35875
35876 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
35877
35878         reviewed by David Schleef
35879
35880         * configure.ac: bump required gstreamer version to 0.8.1.1
35881         because of following changes [--ds]
35882
35883         * gst-libs/gst/riff/riff-read.c:  Include gst/gstutils.h.
35884         (gst_riff_peek_head, gst_riff_peek_list, gst_riff_read_list)
35885         (gst_riff_read_header):  Use GST_READ_UINT*
35886         macros to access possibly unaligned memory.
35887
35888         * gst/typefind/gsttypefindfunctions.c: Include gst/gstutils.h.
35889         (mp3_type_find):  Use GST_READ_UINT*
35890         macros to access possibly unaligned memory.
35891         (mp3_type_find, mpeg1_parse_header, qt_type_find)
35892         (speex_type_find): Likewise
35893
35894         * gst/tags/gstvorbistag.c: (ADVANCE): Likewise
35895
35896         * gst/qtdemux/qtdemux.c: Include stdlib.h (needed by realloc).
35897         (QTDEMUX_GUINT32_GET, QTDEMUX_GUINT16_GET, QTDEMUX_FP32_GET)
35898         (QTDEMUX_FP16_GET, QTDEMUX_FOURCC_GET)
35899         (gst_qtdemux_loop_header, gst_qtdemux_loop_header)
35900         (qtdemux_node_dump_foreach, qtdemux_tree_get_child_by_type)
35901         (qtdemux_tree_get_sibling_by_type):  Use GST_READ_UINT*
35902         macros to access possibly unaligned memory.
35903
35904         * gst/mpegstream/gstmpegpacketize.c: (parse_generic, parse_chunk):
35905         Likewise.
35906
35907         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead)
35908         (gst_mpeg_demux_parse_packet, gst_mpeg_demux_parse_pes): Likewise.
35909
35910         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
35911         Likewise.
35912
35913         * gst/mpeg2sub/gstmpeg2subt.c: (GST_BUFFER_DATA)
35914         (gst_mpeg2subt_chain_subtitle): Likewise.
35915
35916         * gst/mpeg1videoparse/gstmp1videoparse.c: (mp1videoparse_parse_seq)
35917         (gst_mp1videoparse_time_code, gst_mp1videoparse_real_chain):
35918         Likewise.
35919
35920         * gst/mpeg1sys/buffer.c: (mpeg1mux_buffer_update_audio_info):
35921         Likewise.
35922
35923         * gst/cdxaparse/gstcdxaparse.c: (gst_bytestream_peek_bytes):
35924         Likewise.
35925
35926         * gst/asfdemux/gstasfdemux.c: (_read_var_length, _read_uint):
35927         Likewise.
35928
35929 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
35930
35931         * configure.ac:
35932           update required version of GStreamer because of GST_TIME_FORMAT
35933
35934 2004-04-20  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35935
35936         * ext/mad/gstid3tag.c: (gst_id3_tag_init):
35937           remove leftover g_print
35938         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
35939           don't try setting only a subset of the caps. We don't want to kill
35940           autoplugging on purpose
35941
35942 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
35943
35944         * sys/ximage/ximagesink.c: (plugin_init):
35945         * sys/xvimage/xvimagesink.c: (plugin_init):
35946           add debugging categories
35947
35948 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
35949
35950         * po/en_GB.po:
35951         * po/LINGUAS:
35952           Adding en_GB translation (Gareth Owen)
35953
35954 2004-04-20  David Schleef  <ds@schleef.org>
35955
35956         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
35957         (qtdemux_parse), (qtdemux_type_get), (qtdemux_dump_mvhd),
35958         (qtdemux_dump_tkhd), (qtdemux_dump_stsd), (qtdemux_dump_unknown),
35959         (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
35960         A number of new features and hacks to extract the esds atom and
35961         put it into the caps.  (bug #137724)
35962
35963 2004-04-19  David Schleef  <ds@schleef.org>
35964
35965         * gconf/Makefile.am: Fix for non-GNU make
35966         * gst-libs/gst/Makefile.am: Change directory order to handle
35967         GstPlay linking with gstinterfaces
35968         * gst-libs/gst/audio/make_filter: make use of tr portable
35969         * gst-libs/gst/play/Makefile.am: Add intended \
35970         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
35971         (gst_xwin_set_clips): Switch to ISO variadic macro. Use a
35972         function prototype instead of void *.
35973         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Switch to ISO variadic
35974         macro.
35975         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
35976         (gst_ffmpegcolorspace_chain): wrap NULL in GST_ELEMENT_ERROR call
35977         * gst/videofilter/make_filter: make use of tr portable
35978         * pkgconfig/Makefile.am: Remove GNU extension in Makefile target
35979
35980 2004-04-19  Thomas Vander Stichele  <thomas at apestaart dot org>
35981
35982         * po/LINGUAS:
35983         * po/uk.po:
35984           Added Ukrainian translation (Maxim V. Dziumanenko)
35985
35986 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35987
35988         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_getcaps),
35989         (gst_gsmdec_link), (gst_gsmdec_chain):
35990           Fix capsnego, simplify chain function slightly.
35991         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
35992           Add GSM.
35993
35994 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35995
35996         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
35997         (gst_wavparse_destroy_sourcepad), (gst_wavparse_create_sourcepad),
35998         (gst_wavparse_parse_fmt), (gst_wavparse_change_state):
35999           Hack to make wavparse work with spider (always -> sometimes pad).
36000           Fixes #135862 && #140411.
36001
36002 2004-04-18  Benjamin Otte  <otte@gnome.org>
36003
36004         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
36005         (gst_osselement_rate_probe_check),
36006         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate):
36007           get rid of \n in debug output
36008
36009 2004-04-17  Iain <iain@prettypeople.org>
36010
36011         * gst/wavparse/gstwavparse.c (gst_wavparse_loop): Allow all events,
36012         not just EOS.
36013
36014 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36015
36016         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
36017         (gst_id3_tag_class_init), (gst_id3_tag_get_caps),
36018         (gst_id3_tag_add_src_pad), (gst_id3_tag_init),
36019         (gst_id3_tag_set_property), (gst_id3_tag_do_caps_nego),
36020         (gst_id3_tag_src_link), (gst_id3_tag_chain),
36021         (gst_id3_tag_change_state), (plugin_init):
36022           deprecate id3tag element and replace with id3demux/id3mux.
36023           great side effect: this ugly file is now even uglier, yay!
36024         * ext/mad/gstmad.h:
36025           remove non-available function
36026           update for new get_type
36027
36028 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36029
36030         * configure.ac:
36031           require mpeg2dec >= 0.4.0
36032
36033 2004-04-17  Benjamin Otte  <otte@gnome.org>
36034
36035         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
36036         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
36037         (gst_xvimagesink_set_xwindow_id):
36038           call GST_ELEMENT_ERROR whenever get_xcontext fails. Includes
36039           assorted cleanup fixes.
36040
36041 2004-04-16  David Schleef  <ds@schleef.org>
36042
36043         * sys/ximage/ximagesink.h: Compile fix for FreeBSD. (bug #140268)
36044         * sys/xvimage/xvimagesink.h: same
36045
36046 2004-04-16  Thomas Vander Stichele  <thomas at apestaart dot org>
36047
36048         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
36049           Fix GST_ELEMENT_ERROR with (NULL)
36050
36051 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36052
36053         * gst-libs/gst/riff/riff-media.c:
36054         (gst_riff_create_video_caps_with_data):
36055           Add div[3456] as fourccs for DivX 3 (fixes #140137).
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         (gst_riff_create_video_caps), (gst_riff_create_audio_caps),
36062         (gst_riff_create_video_template_caps),
36063         (gst_riff_create_audio_template_caps):
36064         * gst-libs/gst/riff/riff-media.h:
36065         * gst-libs/gst/riff/riff-read.c:
36066         (gst_riff_read_strf_vids_with_data), (gst_riff_read_strf_vids):
36067         * gst-libs/gst/riff/riff-read.h:
36068         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
36069           Add MS RLE support. I added some functions to read out strf chunks
36070           into strf chunks and the data behind it. This is usually color
36071           palettes (as in RLE, but also in 8-bit RGB). Also use those during
36072           caps creation. Lastly, add ADPCM (similar to wavparse - which
36073           should eventually be rifflib based).
36074         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
36075         (gst_matroska_demux_init), (gst_matroska_demux_reset):
36076         * gst/matroska/matroska-demux.h:
36077           Remove placeholders for some prehistoric tagging system. Didn't add
36078           support for any tag system really anyway.
36079         * gst/qtdemux/qtdemux.c:
36080           Add support for audio/x-m4a (MPEG-4) through spider.
36081         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
36082         (gst_wavparse_loop):
36083           ADPCM support (#135862). Increase max. buffer size because we
36084           cannot split buffers for ADPCM (screws references) and I've seen
36085           files with 2048 byte chunks. 4096 seems safe for now.
36086
36087 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
36088
36089         * configure.ac: bump nano to 1
36090
36091 === release 0.8.1 ===
36092
36093 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
36094
36095         * configure.ac: releasing 0.8.1, "Comforting Sounds"
36096
36097 2004-04-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36098
36099         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
36100           Fix typo in divxversion (3 instead of 4 for "DIVX" fourcc).
36101           Fixes #140058
36102
36103 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
36104
36105         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_plugin_init):
36106           lower rank of dvddemux so that it's not used for mpeg playback.
36107
36108 2004-04-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36109
36110         * configure.ac:
36111           save libs correctly when checking mad
36112
36113 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
36114
36115         * ext/mad/gstid3tag.c: (plugin_init):
36116           lower rank of id3tag as proposed by Benjamin.  Fixes #139926.
36117
36118 2004-04-13  David Schleef  <ds@schleef.org>
36119
36120         * common/m4/gst-feature.m4: Call -config scripts with
36121         --plugin-libs if it is supported.
36122         * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect): sequences of
36123         JPEG images are image/jpeg.
36124         * gst/debug/Makefile.am:
36125         * gst/debug/negotiation.c: (gst_negotiation_class_init),
36126         (gst_negotiation_getcaps), (gst_negotiation_pad_link),
36127         (gst_negotiation_update_caps), (gst_negotiation_get_property),
36128         (gst_negotiation_plugin_init): Add a property that acts like
36129         filter caps.
36130         * testsuite/gst-lint:  Move license checking to be a standard
36131         test.
36132
36133 2004-04-13  David Schleef  <ds@schleef.org>
36134
36135         * gst/avi/gstavidemux.c: (gst_avi_demux_reset): Fix memleak.
36136         patch from Sebastien Cote (bug #139958)
36137
36138 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
36139
36140         * examples/gstplay/Makefile.am:
36141         * examples/gstplay/player.c: (main):
36142           make the commandline player example use gconf settings
36143
36144 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
36145
36146         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
36147         (gst_cacasink_sinkconnect), (gst_cacasink_init),
36148         (gst_cacasink_chain), (gst_cacasink_open), (gst_cacasink_close):
36149           init/end library during state transition, not object
36150           creation/disposal.  get rid of custom dispose handler.
36151
36152
36153 2004-04-12  Christian Schaller <Uraeus@gnome.org>
36154
36155         * sys/oss/gstosselement.c: s/lstat/stat/ from freeBSD, since it can
36156         be a symlink
36157
36158 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36159
36160         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_data):
36161           Handle JUNK chunks inside data section. Prevents warnings.
36162
36163 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36164
36165         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
36166         (gst_riff_create_video_template_caps):
36167           Add MS video v1.
36168         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
36169         (gst_avi_demux_stream_data):
36170           Add support for "rec-list" chunks.
36171
36172 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36173
36174         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
36175           Fix another codecname mismatch.
36176
36177 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36178
36179         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
36180           Fix divx caps mismatch and move from video/x-jpeg to image/jpeg
36181           so that MJPEG plays back.
36182
36183 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36184
36185         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
36186         (gst_mp1videoparse_real_chain), (gst_mp1videoparse_change_state):
36187         * gst/mpeg1videoparse/gstmp1videoparse.h:
36188           Fix for some slight mis-cuts in buffer parsing, and for some
36189           potential overflows or faults-causers. Adds disconts. Also fixes
36190           #139105 while we're at it.
36191
36192 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36193
36194         * configure.ac:
36195         * sys/v4l2/gstv4l2element.h:
36196           Workaround for missing struct v4l2_buffer declaration in Suse 9
36197           and Mandrake 10 linux/videodev2.h header file (#135919).
36198
36199 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36200
36201         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
36202           Bail out if no filename was given.
36203
36204 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36205
36206         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
36207         (gst_v4l2_fourcc_from_structure):
36208           Add Y41B/Y42B YUV formats (see #125732), fix Y41P (was typo'ed to
36209           Y41B somewhere).
36210
36211 2004-04-09  Benjamin Otte  <otte@gnome.org>
36212
36213         * ext/gnomevfs/gstgnomevfssink.c:
36214         (_gst_boolean_allow_overwrite_accumulator),
36215         (gst_gnomevfssink_class_init):
36216           fix erase signal - if any handler returns false the file will not be
36217           overwritten. If no handler is connected, the file will not be
36218           overwritten either.
36219           renamed signal to "allow-overwrite"
36220         * ext/mad/gstid3tag.c: (tag_list_to_id3_tag_foreach):
36221           free string when adding it to ID3 failed
36222         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
36223           unref event when done
36224         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
36225           free caps
36226         * gst/typefind/gsttypefindfunctions.c:
36227         (mpeg_video_stream_type_find):
36228           fix invalid read
36229
36230 2004-04-08  David Schleef  <ds@schleef.org>
36231
36232         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
36233         (gst_ffmpegcolorspace_register): Change rank to PRIMARY.
36234
36235 2004-04-08  David Schleef  <ds@schleef.org>
36236
36237         * gst/colorspace/gstcolorspace.c: Don't advertise a conversion
36238         we don't support (bug #139532)
36239
36240 2004-04-07  Thomas Vander Stichele  <thomas at apestaart dot org>
36241
36242         * ext/mad/gstmad.c: (gst_mad_handle_event),
36243         (gst_mad_check_caps_reset), (gst_mad_chain),
36244         (gst_mad_change_state):
36245           only set explicit caps if they haven't been set before for
36246           this stream.  MPEG-audio sample rate/channels aren't allowed
36247           to change in-stream.
36248           Fixes #139382
36249
36250 2004-04-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36251
36252         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_base_init),
36253         (_gst_boolean_did_something_accumulator),
36254         (gst_gnomevfssink_class_init), (gst_gnomevfssink_dispose),
36255         (gst_gnomevfssink_init), (gst_gnomevfssink_set_property),
36256         (gst_gnomevfssink_get_property), (gst_gnomevfssink_open_file),
36257         (gst_gnomevfssink_close_file), (gst_gnomevfssink_chain),
36258         (gst_gnomevfssink_change_state):
36259           Fix erase signal. Don't erase by default. Remove handoff signal.
36260           Remove erase property. Don't segfault. General cleanup.
36261
36262 2004-04-07  Benjamin Otte  <otte@gnome.org>
36263
36264         * gst-libs/gst/gconf/test-gconf.c: (main):
36265           add missing gst_init
36266
36267 2004-04-07  Benjamin Otte  <otte@gnome.org>
36268
36269         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
36270           free the mutexes, too
36271
36272 2004-04-07  Benjamin Otte  <otte@gnome.org>
36273
36274         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
36275           actually free the URI string
36276         * ext/mad/gstid3tag.c: (gst_id3_tag_src_event):
36277           compute offset correctly when passing discont events
36278         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
36279           don't leak discont events
36280         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
36281           add some missing breaks so caps aren't copied randomly
36282         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream):
36283           if we realloc memory, we better use it
36284
36285 2004-04-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36286
36287         * ext/mad/gstmad.c: (normal_seek):
36288           fix GST_FORMAT_TIME usage
36289
36290 2004-04-05  David Schleef  <ds@schleef.org>
36291
36292         * ext/kio/kiosrc.cpp:  Undefine KDE_DEPRECATED so we can use
36293         a deprecated function (hack!)
36294
36295 2004-04-05  Benjamin Otte  <otte@gnome.org>
36296
36297         * ext/esd/esdmon.c: (gst_esdmon_get):
36298           fix nonterminated vararg and memleak
36299
36300 2004-04-05  Benjamin Otte  <otte@gnome.org>
36301
36302         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init),
36303         (gst_ladspa_init), (gst_ladspa_force_src_caps),
36304         (gst_ladspa_set_property), (gst_ladspa_get_property),
36305         (gst_ladspa_instantiate), (gst_ladspa_activate),
36306         (gst_ladspa_deactivate), (gst_ladspa_loop), (gst_ladspa_chain):
36307           clean up debugging
36308
36309 2004-04-05  Stefan Kost <kost@imn.htwk-leipzig.de>
36310
36311         reviewed by Benjamin Otte  <otte@gnome.org>
36312
36313         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init):
36314           check for broken LADSPA parameters (fixes #138635)
36315
36316 2004-04-05  Benjamin Otte  <otte@gnome.org>
36317
36318         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps):
36319           advertise buffer-frames correctly on sinkpads
36320
36321 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
36322
36323         * ext/mad/gstmad.c: (gst_mad_get_type), (gst_mad_layer_get_type),
36324         (gst_mad_mode_get_type), (gst_mad_emphasis_get_type),
36325         (gst_mad_get_event_masks), (gst_mad_get_query_types), (index_seek),
36326         (normal_seek), (gst_mad_src_event), (gst_mad_handle_event),
36327         (gst_mad_check_caps_reset), (gst_mad_chain):
36328         add more debugging, only reset caps when we're not in error state
36329
36330 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
36331
36332         * ext/mad/gstmad.c: add debugging category, comment + cleanups
36333
36334 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
36335
36336         reviewed by Benjamin Otte  <otte@gnome.org>
36337
36338         * configure.ac:
36339           fix == in test(1) operator
36340
36341 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
36342
36343         reviewed by Benjamin Otte  <otte@gnome.org>
36344
36345         * configure.ac:
36346           fix --export-symblos-regex to a working regex.
36347
36348 2004-04-04  Benjamin Otte  <otte@gnome.org>
36349
36350         * sys/oss/.cvsignore:
36351           add for oss_probe
36352
36353 2004-04-03  Tim-Phillip Müller <t.i.m@zen.co.uk>
36354
36355         reviewed by Benjamin Otte  <otte@gnome.org>
36356
36357         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
36358           add missing 'new_media' argument (fixes #138168)
36359         * gst/matroska/matroska-demux.c:
36360         (gst_matroska_demux_handle_seek_event):
36361           add vararg terminator (fixes #138169)
36362
36363 2004-04-02  David Schleef  <ds@schleef.org>
36364
36365         * ext/gdk_pixbuf/Makefile.am:  Make sure gstgdkanimation.h is
36366         disted (bug #138914)
36367
36368 2004-04-01  Benjamin Otte  <otte@gnome.org>
36369
36370         * ext/alsa/gstalsa.c: (gst_alsa_change_state),
36371         (gst_alsa_close_audio):
36372           handle case better where a soundcard can't pause
36373         * ext/ogg/gstoggdemux.c:
36374           don't crash when we get events but don't have pads yet
36375
36376 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
36377
36378         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
36379           throw an error if we couldn't probe any caps.
36380
36381 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
36382
36383         * ext/dvdnav/gst-dvd:
36384         Add a really simple sample DVD player
36385
36386 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
36387
36388         * ext/a52dec/gsta52dec.c: (gst_a52dec_get_type), (gst_a52dec_init),
36389         (gst_a52dec_push), (gst_a52dec_handle_event),
36390         (gst_a52dec_update_streaminfo), (gst_a52dec_loop),
36391         (gst_a52dec_change_state):
36392         * ext/a52dec/gsta52dec.h:
36393           Use a debug category, Output timestamps correctly
36394           Emit tag info, Handle events, tell liba52dec about cpu
36395           capabilities so it can use MMX etc.
36396         * ext/dv/gstdvdec.c: (gst_dvdec_loop), (gst_dvdec_change_state):
36397           Fix a crasher accessing invalid memory
36398         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init),
36399         (dvdnavsrc_update_highlight), (dvdnavsrc_loop),
36400         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
36401         (dvdnavsrc_event), (dvdnavsrc_get_formats), (dvdnavsrc_convert),
36402         (dvdnavsrc_query):
36403           Some support for byte-format seeking.
36404           Small fixes for still frames and menu button overlays
36405         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
36406         (gst_mpeg2dec_alloc_buffer):
36407           Use a debug category. Adjust the report level of several items to
36408           LOG. Call mpeg2_custom_fbuf to mark our buffers as 'custom buffers'
36409           so it doesn't lose the GstBuffer pointer
36410         * gst/debug/Makefile.am:
36411         * gst/debug/gstdebug.c: (plugin_init):
36412         * gst/debug/gstnavseek.c: (gst_navseek_get_type),
36413         (gst_navseek_base_init), (gst_navseek_class_init),
36414         (gst_navseek_init), (gst_navseek_seek),
36415         (gst_navseek_handle_src_event), (gst_navseek_set_property),
36416         (gst_navseek_get_property), (gst_navseek_chain),
36417         (gst_navseek_plugin_init):
36418         * gst/debug/gstnavseek.h:
36419           Add the navseek debug element for seeking back and forth in a
36420           video stream using arrow keys.
36421         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_get_type),
36422         (gst_mpeg2subt_base_init), (gst_mpeg2subt_class_init),
36423         (gst_mpeg2subt_init), (gst_mpeg2subt_finalize),
36424         (gst_mpeg2subt_getcaps_video), (gst_mpeg2subt_link_video),
36425         (gst_mpeg2subt_handle_video), (gst_mpeg2subt_src_event),
36426         (gst_mpeg2subt_parse_header), (gst_get_nibble),
36427         (gst_setup_palette), (gst_get_rle_code), (gst_draw_rle_line),
36428         (gst_merge_uv_data), (gst_mpeg2subt_merge_title),
36429         (gst_update_still_frame), (gst_mpeg2subt_handle_subtitle),
36430         (gst_mpeg2subt_handle_dvd_event), (gst_mpeg2subt_loop):
36431         * gst/mpeg2sub/gstmpeg2subt.h:
36432           Pretty much a complete rewrite. Now a loopbased element. May still
36433           require work to properly synchronise subtitle buffers.
36434         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private),
36435         (gst_dvd_demux_send_subbuffer):
36436         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_subbuffer):
36437           Don't attempt to create subbuffers of size 0
36438           Reduce a couple of error outputs to warnings.
36439         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect),
36440         (gst_y4mencode_chain):
36441         Output the y4m frame header correctly.
36442
36443 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
36444
36445         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
36446           throw errors instead of allowing SIGFPE
36447
36448 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
36449
36450         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_string),
36451         (gst_gconf_render_bin_from_key):
36452           leak plugging and style fixing
36453
36454 2004-03-31  David Schleef  <ds@schleef.org>
36455
36456         * gst/audioscale/gstaudioscale.c: (gst_audioscale_expand_value),
36457         (gst_audioscale_getcaps): Fix getcaps to expand and union lists.
36458         (bug #138225)
36459         * gst/debug/Makefile.am:
36460         * gst/debug/breakmydata.c: (gst_break_my_data_plugin_init):
36461         * gst/debug/gstdebug.c: (plugin_init):  Merge elements into one
36462         plugin.
36463         * gst/debug/negotiation.c: (gst_gst_negotiation_get_type),
36464         (gst_negotiation_base_init), (gst_negotiation_class_init),
36465         (gst_negotiation_init), (gst_negotiation_getcaps),
36466         (gst_negotiation_pad_link), (gst_negotiation_chain),
36467         (gst_negotiation_set_property), (gst_negotiation_get_property),
36468         (gst_negotiation_plugin_init):  New element to talk about random
36469         negotiation things happening in a pipeline.
36470
36471 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
36472
36473         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
36474           fix integer addition with help of Stefan Kost
36475
36476 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
36477
36478         * po/nl.po: updated Dutch translation (Elros Cyriatan)
36479
36480 2004-03-30  David Schleef  <ds@schleef.org>
36481
36482         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer),
36483         (gst_mpeg2dec_negotiate_format):  Handle Y42B-format MPEG
36484         video, patch from Matthew.Spencer@eu.sony.com (Matthew Spencer)
36485         (bug #137504)
36486         * ext/mpeg2dec/gstmpeg2dec.h:
36487
36488 2004-03-30  David Schleef  <ds@schleef.org>
36489
36490         * ext/gdk_pixbuf/Makefile.am: Remove spurious rules. (bug #136527)
36491
36492 2004-03-30  David Schleef  <ds@schleef.org>
36493
36494         * tools/gst-launch-ext-m.m:  Applied patch from gnome@flyn.org (W.
36495         Michael Petullo) to handle .mov
36496
36497 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36498
36499         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
36500         (gst_osselement_rate_check_rate):
36501           probe caps correctly for sound cards that only support one format
36502
36503 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36504
36505         * ext/kio/kiosrc.cpp: (process_events):
36506           update handling event processing if inside KDE - untested
36507
36508 2004-03-29  David Schleef  <ds@schleef.org>
36509
36510         * ext/hermes/gsthermescolorspace.c: (plugin_init): decrease rank
36511         by 2 to not interfere with other colorspaces.
36512         * ext/pango/gsttextoverlay.c: (plugin_init): change rank to NONE
36513         * gst/colorspace/gstcolorspace.c: (plugin_init): decrease rank by
36514         one to not interfere with ffmpeg_colorspace.
36515
36516 2004-03-29  David Schleef  <ds@schleef.org>
36517
36518         * ext/alsa/gstalsa.c: (gst_alsa_fixate): Don't fixate fields that
36519         aren't in the caps.
36520         * gst/sine/gstsinesrc.c: change rate caps to [1,MAX]
36521         * gst/videocrop/gstvideocrop.c: (plugin_init): Change rank to NONE.
36522
36523 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36524
36525         * gst-libs/gst/riff/riff-media.c:
36526           fail on error, don't try to set stuff on NULL caps
36527
36528 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36529
36530         * configure.ac:
36531         * ext/Makefile.am:
36532         * ext/kio/Makefile.am:
36533         * ext/kio/kioreceiver.cpp:
36534         * ext/kio/kioreceiver.h:
36535         * ext/kio/kiosrc.cpp:
36536         * ext/kio/kiosrc.h:
36537           add experimental kiosrc plugin
36538         * ext/alsa/gstalsaplugin.c: (plugin_init):
36539           initialize debugging category only when we're sure registering the
36540           plugins worked.
36541
36542 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
36543
36544         * examples/gstplay/player.c: (main):
36545         * gst-libs/gst/play/play.c: (gst_play_class_init),
36546         (gst_play_set_location), (gst_play_set_data_src),
36547         (gst_play_set_video_sink), (gst_play_set_audio_sink),
36548         (gst_play_set_visualization), (gst_play_connect_visualization):
36549           check return values of element_set_state and return FALSE where
36550           failed
36551
36552 2004-03-29  Benjamin Otte  <otte@gnome.org>
36553
36554         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
36555           try harder to check if an event is really a discont
36556
36557 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
36558
36559         * po/LINGUAS: adding Azerbaijani (M??tin ??mirov)
36560         * po/az.po:
36561
36562 2004-03-28  Benjamin Otte  <otte@gnome.org>
36563
36564         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
36565         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
36566         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
36567           get rid of non-standard "..." ranges in case statements.
36568
36569 2004-03-27  Martin Soto  <martinsoto@users.sourceforge.net>
36570
36571         * gst/mpegstream/gstmpegdemux.c:
36572         * gst/mpegstream/gstmpegdemux.h: Complete overhaul. All DVD
36573         specific functionality split to the new dvddemux element.
36574         * gst/mpegstream/gstdvddemux.c:
36575         * gst/mpegstream/gstdvddemux.h: New demultiplexer for DVD (VOB)
36576         streams, derived from mpegdemux.
36577         * gst/mpegstream/gstmpegparse.c: Discontinuity handling cleaned
36578         up. SCR based timestamp rewriting can be turned off (will probably
36579         completely disappear soon).
36580         * ext/dvdnav/dvdnavsrc.c: Changes resulting from a few months
36581         hacking. General cleanup. All printf statements replaced by
36582         debugging messages. Almost complete libdvdnav support.
36583         (dvdnavsrc_class_init): Got rid of unnecessary signals (replaced
36584         by events. New properties for audio and subpicture languages.
36585         (dvdnavsrc_update_highlight): Now uses events.
36586         (dvdnavsrc_user_op): Cleaned up.
36587         (dvdnavsrc_get): Renamed to dvdnavsrc_loop (element is now loop
36588         based). Lots of cleanup, and propper support for most libdvdnav
36589         events.
36590         (dvdnavsrc_make_dvd_event): New function.
36591         (dvdnavsrc_make_dvd_nav_packet_event): New function.
36592         (dvdnavsrc_make_clut_change_event): New function.
36593
36594 2004-03-26  Benjamin Otte  <otte@gnome.org>
36595
36596         * gst/typefind/gsttypefindfunctions.c: (theora_type_find):
36597           fix bug where typefinding would claim it's theora whenever less then
36598           7 bytes of data were available
36599
36600 2004-03-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36601
36602         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link),
36603         (gst_alawdec_base_init), (gst_alawdec_class_init),
36604         (gst_alawdec_init), (gst_alawdec_chain):
36605         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link),
36606         (gst_alawenc_base_init), (gst_alawenc_class_init),
36607         (gst_alawenc_init), (gst_alawenc_chain):
36608         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link),
36609         (gst_mulawdec_base_init), (gst_mulawdec_class_init),
36610         (gst_mulawdec_init), (gst_mulawdec_chain):
36611         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link),
36612         (gst_mulawenc_base_init), (gst_mulawenc_class_init),
36613         (gst_mulawenc_init), (gst_mulawenc_chain):
36614           Fix capsnego in all four, remove the unused property functions and
36615           simplify the chain functions slightly. I guess we could use macros
36616           or something similar for those, since the code is so similar, but
36617           I'm currently too lazy...
36618
36619 2004-03-24  David Schleef  <ds@schleef.org>
36620
36621         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
36622         (gst_osselement_close_audio), (gst_osselement_probe_caps),
36623         (gst_osselement_get_format_structure),
36624         (gst_osselement_rate_probe_check), (gst_osselement_rate_add_range),
36625         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate),
36626         (gst_osselement_rate_int_compare): Add code to handle rate probing
36627         (bug #120883)
36628         * sys/oss/gstosselement.h: same
36629         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_getcaps):
36630         Use rate probing provided by osselement.
36631         * sys/oss/gstosssrc.c: (gst_osssrc_init), (gst_osssrc_getcaps): same
36632
36633 2004-03-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36634
36635         * ext/xvid/gstxvidenc.c: (gst_xvidenc_set_property),
36636         (gst_xvidenc_get_property):
36637           ulong/int mess-up.
36638
36639 2004-03-24  David Schleef  <ds@schleef.org>
36640
36641         * ext/speex/gstspeexdec.c: (gst_speexdec_base_init),
36642         (gst_speexdec_init):
36643         * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
36644         (gst_speexenc_init):  Create the pad template correctly (from
36645         the static pad template, not a NULL pointer.)
36646
36647 2004-03-25  Benjamin Otte  <otte@gnome.org>
36648
36649         * gst/debug/Makefile.am:
36650         * gst/debug/breakmydata.c:
36651           add element that quasi-randomly changes bytes in the stream.
36652           Intended use is robustness checking of demuxers and decoders in
36653           media tests.
36654
36655 2004-03-24  Benjamin Otte  <otte@gnome.org>
36656
36657         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
36658         (gst_alsa_probe_hw_params):
36659         * ext/alsa/gstalsa.h:
36660           debugging output fixes
36661
36662 2004-03-24  Benjamin Otte  <otte@gnome.org>
36663
36664         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_set_property):
36665           don't g_return_if_fail if element is PLAYING, fail silently as every
36666           other element.
36667         * gst/effectv/gstquark.c: (gst_quarktv_chain):
36668           only fix needed for cast lvalue issues in gst-plugins
36669         * gst/volenv/gstvolenv.c: (gst_volenv_init):
36670           add proxy_getcaps
36671
36672 2004-03-24  Benjamin Otte  <otte@gnome.org>
36673
36674         * gst/level/gstlevel.c: (gst_level_init):
36675           add proxying getcaps function, so level doesn't advertise impossible
36676           caps
36677
36678 2004-03-24  David Schleef  <ds@schleef.org>
36679
36680         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
36681         (gst_qtdemux_loop_header), (qtdemux_parse_moov), (qtdemux_parse),
36682         (qtdemux_node_dump_foreach), (qtdemux_dump_mvhd),
36683         (qtdemux_dump_tkhd), (qtdemux_dump_elst), (qtdemux_dump_mdhd),
36684         (qtdemux_dump_hdlr), (qtdemux_dump_vmhd), (qtdemux_dump_dref),
36685         (qtdemux_dump_stsd), (qtdemux_dump_stts), (qtdemux_dump_stss),
36686         (qtdemux_dump_stsc), (qtdemux_dump_stsz), (qtdemux_dump_stco),
36687         (qtdemux_dump_co64), (qtdemux_dump_dcom), (qtdemux_dump_cmvd),
36688         (qtdemux_parse_tree), (qtdemux_parse_trak):  Fix debugging
36689         messages.  Divide the chunk size by the compression ratio
36690         (needed for MACE audio)
36691
36692 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36693
36694         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
36695           Fix buffer overflow read error.
36696
36697 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36698
36699         * ext/alsa/gstalsa.h:
36700           Remove unused entry.
36701         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
36702           Add cinepak.
36703         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
36704         (gst_videodrop_link), (gst_videodrop_chain):
36705           Fix, sort of. Was horribly broken with new capsnego. Bah...
36706
36707 2004-03-23  Jeremy Simon  <jesimon@libertysurf.fr>
36708
36709         * gst/typefind/gsttypefindfunctions.c: (ape_type_find),
36710         (plugin_init):
36711         Add a monkeysaudio typefind function
36712
36713 2004-03-23  Johan Dahlin  <johan@gnome.org>
36714
36715         * gst-libs/gst/play/play.c (gst_play_audio_fixate)
36716         (gst_play_video_fixate): Check so the structure has the field
36717         before trying to fixate them, this makes it possible to have
36718         fakesinks for video and audio output without printing errors on
36719         the output console.
36720
36721 2004-03-22  David Schleef  <ds@schleef.org>
36722
36723         * sys/oss/Makefile.am:
36724         * sys/oss/oss_probe.c: (main), (probe_check), (add_range),
36725         (check_rate), (add_rate):  Rate probing test app.
36726
36727 2004-03-21  Benjamin Otte  <otte@gnome.org>
36728
36729         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
36730         (_fixate_caps_to_int), (gst_audio_convert_fixate):
36731           add a fixation function that pretty much does the right thing (fixes
36732           #137556)
36733
36734 2004-03-20  David I. Lehn  <dlehn@users.sourceforge.net>
36735
36736         * configure.ac: GST_PACKAGE default: s/GStreamer/GStreamer Plugins/
36737
36738 2004-03-20  Tim-Phillip Müller <t.i.m@zen.co.uk>
36739
36740         reviewed by: Benjamin Otte  <otte@gnome.org>
36741
36742         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
36743           terminate gst_event_new_discontinuous correctly (fixes parts of
36744           #137711)
36745
36746 2004-03-19  David Schleef  <ds@schleef.org>
36747
36748         * gst-libs/gst/Makefile.am:  Enable xoverlay unconditionally,
36749         since it doesn't depend on X, and it's part of our ABI.
36750
36751 2004-03-19  Iain <iain@prettypeople.org>
36752
36753         * gst/interleave/deinterleave.c (deinterleave_sink_link): Use the
36754         is_int in the structure, not the local variable.
36755
36756 2004-03-19  David Schleef  <ds@schleef.org>
36757
36758         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_change_state),
36759         (gst_rfbsrc_init), (gst_rfbsrc_getcaps), (gst_rfbsrc_fixate),
36760         (gst_rfbsrc_link), (gst_rfbsrc_paint_rect), (gst_rfbsrc_get):
36761         Improvements in caps negotiation.
36762
36763 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
36764
36765         * po/LINGUAS:
36766         * po/af.po:
36767           adding Afrikaans (Petri Jooste)
36768
36769 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
36770
36771         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
36772         (gst_ffmpegcolorspace_chain):
36773         throw error instead of g_critical (#137588)
36774
36775 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
36776
36777         * Makefile.am:
36778         * configure.ac:
36779           dist common and m4 correctly
36780         * po/sv.po:
36781
36782 2004-03-17  David Schleef  <ds@schleef.org>
36783
36784         * pkgconfig/gstreamer-media-info.pc.in:  Add Version.
36785         (bug #137348)
36786
36787 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
36788
36789         * po/LINGUAS:
36790         * po/sv.po:
36791           adding Swedish translation (Christian Rose)
36792
36793 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
36794
36795         * Makefile.am: use release.mak
36796
36797 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
36798
36799         * common/ChangeLog:
36800         * common/gst-autogen.sh:
36801           add some explanation about the version detection
36802         * configure.ac:
36803           fix X check
36804
36805 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
36806
36807         * configure.ac: bump nano to 1
36808
36809 === release 0.8.0 ===
36810
36811 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
36812
36813         * configure.ac: release 0.8.0, "Pharmaceutical Itch"
36814
36815 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
36816
36817         * configure.ac:
36818           update libtool version
36819         * gst-libs/gst/media-info/Makefile.am:
36820           actually use libtool version
36821
36822 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
36823
36824         * configure.ac: fix speex detection to work with 1.0 but not 1.1
36825
36826 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
36827
36828         * configure.ac:
36829         * gst-plugins.spec.in:
36830         * pkgconfig/Makefile.am:
36831         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
36832         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
36833         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
36834         * pkgconfig/gstreamer-libs.pc.in:
36835         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
36836         * pkgconfig/gstreamer-play-uninstalled.pc.in:
36837         * pkgconfig/gstreamer-plugins-uninstalled.pc.in:
36838         * pkgconfig/gstreamer-plugins.pc.in:
36839           remove @VERSION@ from some of the pc files since core and plugins
36840           are decoupled.
36841           created gstreamer-plugins.pc as it's a better name, but keeping
36842           -libs around for now to get fixes upstream done first.
36843
36844 2004-03-15  Julien MOUTTE <julien@moutte.net>
36845
36846         * gst-libs/gst/play/play.c: (gst_play_get_framerate),
36847         (gst_play_get_sink_element): First draft of gst_play_get_framerate.
36848         * gst-libs/gst/play/play.h:
36849
36850 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
36851
36852         * *.c, *.cc: don't mix tabs and spaces
36853
36854 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
36855
36856         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
36857           use the new ffmpegcolorspace
36858         * gst-plugins.spec.in:
36859           package new colorspace and media-info
36860         * configure.ac:
36861         * pkgconfig/Makefile.am:
36862           fix some more disting issues
36863         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
36864         * pkgconfig/gstreamer-media-info.pc.in:
36865           generate media-info pc files
36866
36867 2004-03-15  Johan Dahlin  <johan@gnome.org>
36868
36869         * *.h: Revert indenting
36870
36871 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
36872
36873         * configure.ac:
36874           adding ffmpegcolorspace element
36875         * gst/ffmpegcolorspace/Makefile.am:
36876         * gst/ffmpegcolorspace/avcodec.h:
36877         * gst/ffmpegcolorspace/common.h:
36878         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
36879         * gst/ffmpegcolorspace/dsputil.h:
36880         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
36881         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
36882         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_pix_fmt_to_caps),
36883         (gst_ffmpeg_caps_to_pix_fmt):
36884         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
36885         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
36886         (gst_ffmpegcolorspace_caps_remove_format_info),
36887         (gst_ffmpegcolorspace_getcaps), (gst_ffmpegcolorspace_pad_link),
36888         (gst_ffmpegcolorspace_get_type), (gst_ffmpegcolorspace_base_init),
36889         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_init),
36890         (gst_ffmpegcolorspace_chain), (gst_ffmpegcolorspace_change_state),
36891         (gst_ffmpegcolorspace_set_property),
36892         (gst_ffmpegcolorspace_get_property),
36893         (gst_ffmpegcolorspace_register):
36894         * gst/ffmpegcolorspace/imgconvert.c:
36895         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
36896         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
36897         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
36898         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
36899         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
36900         (yuv422_to_yuv420p), (yuv422_to_yuv422p), (yuv422p_to_yuv422),
36901         (C_JPEG_TO_CCIR), (img_convert_init), (img_apply_table),
36902         (shrink41), (shrink21), (shrink12), (shrink22), (shrink44),
36903         (grow21_line), (grow41_line), (grow21), (grow22), (grow41),
36904         (grow44), (conv411), (gif_clut_index), (build_rgb_palette),
36905         (bitcopy_n), (mono_to_gray), (monowhite_to_gray),
36906         (monoblack_to_gray), (gray_to_mono), (gray_to_monowhite),
36907         (gray_to_monoblack), (avpicture_alloc), (avpicture_free),
36908         (is_yuv_planar), (img_convert), (get_alpha_info_pal8),
36909         (img_get_alpha_info), (deinterlace_line),
36910         (deinterlace_line_inplace), (deinterlace_bottom_field),
36911         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
36912         * gst/ffmpegcolorspace/imgconvert_template.h:
36913         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
36914         * gst/ffmpegcolorspace/mmx.h:
36915         * gst/ffmpegcolorspace/utils.c: (avcodec_init):
36916           adding ffmpegcolorspace element supplied by Ronald after cleaning
36917           up and pulling in the right bits of upstream source.
36918           I'm sure a better C/compiler wizard could do some cleaning up (for
36919           example use GLIB's malloc stuff), but as a first pass this
36920           works very well
36921
36922 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
36923
36924         * ext/alsa/gstalsa.h:
36925           I assume Ronald forgot to commit the change to have cardname
36926           as a struct member.  Expect some public spanking at the next
36927           opportunity.
36928
36929 2004-03-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36930
36931         * ext/alsa/gstalsa.c: (gst_alsa_get_property),
36932         (gst_alsa_open_audio), (gst_alsa_close_audio):
36933         * ext/alsa/gstalsa.c:
36934           Don't open the device if we're a mixer (= padless).
36935         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_class_init),
36936         (gst_alsa_mixer_init), (gst_alsa_mixer_open),
36937         (gst_alsa_mixer_close), (gst_alsa_mixer_change_state):
36938           Open mixer during state change rather than during object
36939           initialization. Also, get a device name. Currently in a somewhat
36940           hackish fashion, but I didn't really find something better.
36941
36942 2004-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
36943
36944         * *.c, *.h: run gst-indent
36945
36946 2004-03-14  Benjamin Otte  <otte@gnome.org>
36947
36948         * gst/modplug/gstmodplug.cc:
36949         * gst/modplug/gstmodplug.h:
36950           set correct timestamps on outgoing buffers
36951
36952 2004-03-14  Benjamin Otte  <otte@gnome.org>
36953
36954         * gst/modplug/gstmodplug.cc:
36955           handle events - don't do crap when a discont arrives that's not
36956           necessary
36957           This allows correct loading and playback of mods in Rhythmbox
36958
36959 2004-03-14  Benjamin Otte  <otte@gnome.org>
36960
36961         * configure.ac:
36962         * gst-libs/gst/gconf/Makefile.am:
36963         * pkgconfig/Makefile.am:
36964           move gstreamer-gconf pkgconfig files to pkgconfig/ dir. Make sure
36965           they get rebuilt properly
36966         * configure.ac:
36967           when checking for vorbis, try pkgconfig first.
36968         * gst/modplug/gstmodplug.cc:
36969           add fixate function
36970
36971 2004-03-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36972
36973         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
36974           Fix for obvious mistake, where we first shift the offset and then
36975           read a samplesize element assuming the old offset. Note that this
36976           part still has something weird, i.e. my movies containing those
36977           don't actually play well, but at least there's something that looks
36978           like sound now.
36979
36980 2004-03-14  Jan Schmidt  <thaytan@mad.scientist.com>
36981         * gst/typefind/gsttypefindfunctions.c: (speex_type_find),
36982         (plugin_init):
36983         Add a typefind function for speex format
36984
36985 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36986
36987         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps),
36988         (gst_asf_demux_setup_pad):
36989           Use 25fps as our "fake" fps value (marked for fixage in 0.9.x)
36990           instead of 0. Reason is simple: some elements have a fps range
36991           of 1-max instead of 0-max. So now ASF video actually works.
36992
36993 2004-03-13  Thomas Vander Stichele  <thomas at apestaart dot org>
36994
36995         * po/LINGUAS:
36996         * po/sr.po:
36997           adding serbian as a language
36998
36999 2004-03-13  Benjamin Otte  <otte@gnome.org>
37000
37001         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
37002           return taglist correctly from _get function, don't gst_pad_push it.
37003           (fixes #137042)
37004
37005 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
37006         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
37007
37008 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37009
37010         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_free_list):
37011         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init),
37012         (gst_alsa_mixer_track_new):
37013         * ext/alsa/gstalsamixertrack.h:
37014           Fix ancient leftovers... MixerTrack is a GObject.
37015
37016 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37017
37018         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
37019         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
37020           Don't block during probing...
37021
37022 2004-03-12  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37023
37024         * ext/alsa/gstalsa.c: (gst_alsa_get_type), (gst_alsa_class_init),
37025         (gst_alsa_get_property), (gst_alsa_probe_get_properties),
37026         (gst_alsa_class_probe_devices), (gst_alsa_class_list_devices),
37027         (gst_alsa_probe_probe_property), (gst_alsa_probe_needs_probe),
37028         (gst_alsa_probe_get_values), (gst_alsa_probe_interface_init),
37029         (gst_alsa_open_audio), (gst_alsa_close_audio):
37030         * ext/alsa/gstalsa.h:
37031           Add propertyprobe interface implementation, add some device-name
37032           property, all this so that it looks good in gnome-volume-control.
37033
37034 2004-03-12  David Schleef  <ds@schleef.org>
37035
37036         * configure.ac: the Hermes library controls hermescolorspace, not
37037         colorspace.
37038         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
37039         (gst_mpeg2dec_init): minor pet peeve: disable code with #ifdef,
37040         not /* */
37041         * ext/sdl/sdlvideosink.c: Change XID to unsigned long.
37042         * ext/sdl/sdlvideosink.h: ditto.
37043         * gst/colorspace/gstcolorspace.c: Fix old comments about Hermes
37044
37045 2004-03-12  Benjamin Otte  <otte@gnome.org>
37046
37047         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_set_xwindow_id),
37048         (gst_x_overlay_got_xwindow_id):
37049         * gst-libs/gst/xoverlay/xoverlay.h:
37050           replace XID with unsigned long to get rid of the xlibs dependency in
37051           XOverlay (fixes #137004)
37052
37053 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
37054         * gst/effectv/gstaging.c: (gst_agingtv_base_init),
37055         (gst_agingtv_setup):
37056         * gst/effectv/gstdice.c: (gst_dicetv_get_type),
37057         (gst_dicetv_base_init), (gst_dicetv_class_init),
37058         (gst_dicetv_setup), (gst_dicetv_init), (gst_dicetv_draw):
37059         * gst/effectv/gstedge.c: (gst_edgetv_get_type),
37060         (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
37061         (gst_edgetv_setup), (gst_edgetv_rgb32):
37062         * gst/effectv/gsteffectv.c:
37063         * gst/effectv/gstquark.c: (gst_quarktv_link), (gst_quarktv_init),
37064         (gst_quarktv_set_property):
37065         * gst/effectv/gstrev.c: (gst_revtv_get_type),
37066         (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
37067         (gst_revtv_setup), (gst_revtv_rgb32):
37068         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type),
37069         (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
37070         (gst_shagadelictv_init), (gst_shagadelictv_setup),
37071         (gst_shagadelictv_rgb32):
37072         * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type),
37073         (gst_vertigotv_base_init), (gst_vertigotv_class_init),
37074         (gst_vertigotv_setup), (gst_vertigotv_init), (gst_vertigotv_rgb32):
37075         * gst/effectv/gstwarp.c:
37076         Port everything that can be ported to videofilter and fix up the caps.
37077         Can someone with a big-endian machine please check these?
37078
37079 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37080
37081         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_get_time),
37082         (gst_osssink_chain), (gst_osssink_change_state):
37083           Latest fixes for A/V sync, audio playback and such. This is about
37084           all... MPEG playback issues are mostly related to the async build-
37085           up of MPEG files, I cannot fix that. Use basicgthread to solve it.
37086
37087 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
37088
37089         patch from: Stephane Loeuillet
37090
37091         * configure.ac:
37092           use pkg-config for some libraries, falling back to the old .m4 way
37093           (fixes #131270)
37094         * m4/libdv.m4:
37095           removed
37096
37097 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
37098
37099         * configure.ac:
37100         * tools/Makefile.am:
37101         * tools/Makefile.in:
37102         * tools/gst-launch-ext-m.m:
37103         * tools/gst-launch-ext.1.in:
37104         * tools/gst-visualise-m.m:
37105         * tools/gst-visualise.1:
37106         * tools/gst-visualise.1.in:
37107           reorganizing generation of script tools
37108
37109 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37110
37111         * ext/divx/gstdivxdec.c:
37112           Downgrade priority. We prefer ffdec_mpeg4.
37113         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps), (gst_faad_srcconnect),
37114         (gst_faad_chain), (gst_faad_change_state):
37115           Fix capsnego. Doesn't work for some sounds because we don't have
37116           a 5:1 to stereo element.
37117         * ext/xvid/gstxvid.c: (plugin_init):
37118           Add priority.
37119         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
37120         (gst_osssink_change_state):
37121           Add discont handling.
37122
37123 2004-03-09  Colin Walters  <walters@verbum.org>
37124
37125         * gst/audioconvert/gstaudioconvert.c: Fix typo in width 8
37126         conversion.
37127
37128 2004-03-09  Benjamin Otte  <otte@gnome.org>
37129
37130         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
37131           the signals take 2 arguments
37132
37133 2004-03-09  David Schleef  <ds@schleef.org>
37134
37135         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad),
37136         (gst_alsa_fixate): Add fixate function.  (bug #136686)
37137         * ext/alsa/gstalsa.h:
37138         * ext/alsa/gstalsasink.c: (gst_alsa_sink_init):
37139
37140 2004-03-09  Benjamin Otte  <otte@gnome.org>
37141
37142         * ext/mikmod/gstmikmod.c: (gst_mikmod_init), (gst_mikmod_loop),
37143         (gst_mikmod_change_state):
37144         * ext/mikmod/gstmikmod.h:
37145           make mikmod's loop function not loop infinitely and call
37146           gst_element_yield anymore
37147         * gst/modplug/gstmodplug.cc:
37148           fix pad negotiation (fixes #136590)
37149
37150 2004-03-09  David Schleef  <ds@schleef.org>
37151
37152         * ext/lcs/Makefile.am:  Fix so that the lcs colorspace plugin
37153         doesn't conflict with the internal colorspace plugin.
37154         * gst-libs/gst/audio/make_filter:  Use `` instead of $() to
37155         satisfy the crappy-ass shell shipped by a certain vendor.
37156         * gst/videofilter/make_filter: same (bug #135299)
37157
37158 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
37159
37160         * configure.ac: bump nano to 1
37161
37162 === release 0.7.6 ===
37163
37164 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
37165
37166         * configure.in: releasing 0.7.6, "There"
37167
37168 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
37169
37170         * pkgconfig/gstreamer-play-uninstalled.pc.in:
37171         * pkgconfig/gstreamer-play.pc.in:
37172           synchronize the two
37173
37174 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
37175
37176         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_base_init),
37177         (cdparanoia_open), (cdparanoia_event):
37178           fix/add error handling
37179         * po/POTFILES.in:
37180           add cdparanoia source
37181         * tools/Makefile.am:
37182           make scripts executable
37183
37184 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
37185
37186         * configure.ac:
37187         * ext/vorbis/Makefile.am:
37188         * sys/Makefile.am:
37189           remove id3types, vorbisfile and xvideosink from the build (#133783)
37190
37191 2004-03-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37192
37193         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
37194           Fix metadata read crash (#136537).
37195
37196 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
37197
37198         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
37199         * gst-libs/gst/media-info/media-info.c: (gst_media_info_read):
37200           adding mime types, fixing the one-stop function
37201
37202 2004-03-08  Christian Schaller <Uraeus@gnome.org>
37203
37204         * ext/nas/nassink.c and /ext/nas/nassink.h:
37205         More NAS love from Arwed von Merkatz
37206         So lets all sing 'Can you feel the NAS tonight'
37207
37208 2004-03-08  Christian Schaller <Uraeus@gnome.org>
37209
37210         * tools/gst-launch-ext.in:
37211         Replace vorbisfile with oggdemux/vorbisdec/audioconvert
37212
37213 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
37214
37215         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
37216         (gst_mpeg2dec_init):
37217         remove the user_data pad for now, because it is being used in
37218         fixating causing MPEG playback to fixate on 1000 Hz for playback.
37219         If someone knows how to fix this properly, please do.
37220
37221 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
37222
37223         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
37224         (gst_osssink_get_time):
37225         add a warning, IMO this won't get triggered anymore, remove later
37226
37227 2004-03-07  David Schleef  <ds@schleef.org>
37228
37229         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):  Added Cinepak
37230         format (bug #136470)
37231
37232 2004-03-07  Thomas Vander Stichele  <thomas at apestaart dot org>
37233
37234         * gst-libs/Makefile.am:
37235         * gst-libs/gst/media-info/Makefile.am:
37236         * gst-libs/gst/media-info/media-info-priv.c: (found_tag_callback),
37237         (error_callback), (gst_media_info_error_create),
37238         (gst_media_info_error_element), (gmip_init), (gmip_reset),
37239         (gmi_clear_decoder), (gmip_find_type_pre), (gmip_find_type):
37240         * gst-libs/gst/media-info/media-info-priv.h:
37241         * gst-libs/gst/media-info/media-info-test.c: (main):
37242         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
37243         (gst_media_info_class_init), (gst_media_info_instance_init),
37244         (gst_media_info_set_source), (gst_media_info_read_with_idler),
37245         (gst_media_info_read_idler), (gst_media_info_read):
37246         * gst-libs/gst/media-info/media-info.h:
37247         fixed, should work now
37248
37249 2004-03-07  Christian Schaller <Uraeus@gnome.org>
37250
37251         * ext/nas/nassink.c:
37252         A bunch of NAS fixes from Arwed von Merkatz
37253
37254 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37255
37256         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
37257         (qtdemux_parse_trak):
37258           Fix crash (j might be greater than n_samples, in which case we're
37259           writing outside the allocated space for the array) and memleak.
37260
37261 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37262
37263         * sys/oss/gstosssink.c: (gst_osssink_chain):
37264           And another caller that couldn't handle delay < 0 (unsigned
37265           integer overflow). Video now continues playing on an audio
37266           buffer underrun, and the clock continues working. Audio still
37267           stalls.
37268
37269 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37270
37271         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
37272         (gst_osssink_get_time):
37273           get_delay() may return values lower than 0. In those cases, we
37274           should not actually cast to *unsigned* int64, that will break
37275           stuff horribly. In my case, it screwed up A/V sync in movies
37276           in totem rather badly.
37277
37278 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
37279
37280         * ext/faac/gstfaac.c: (gst_faac_chain):
37281         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
37282         * ext/libpng/gstpngenc.c: (user_write_data):
37283         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
37284         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
37285         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
37286         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
37287         Fix several misuse of gst_buffer_merge (it doesn't take ownership
37288         of any buffer), should fix some leaks. I hope I didn't unref buffers
37289         that shouldn't be...
37290
37291 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
37292
37293         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
37294         (deep_notify_callback), (tag_flag_score), (found_tag_callback),
37295         (error_callback), (gmi_reset), (gmi_seek_to_track),
37296         (gmi_get_decoder), (gmi_set_mime), (gmip_find_type_pre),
37297         (gmip_find_type_post), (gmip_find_stream_post),
37298         (gmip_find_track_streaminfo_post):
37299         * gst-libs/gst/media-info/media-info-priv.h:
37300         * gst-libs/gst/media-info/media-info-test.c: (print_tag),
37301         (info_print), (main):
37302         * gst-libs/gst/media-info/media-info.c:
37303         (gst_media_info_error_create), (gst_media_info_error_element),
37304         (gst_media_info_instance_init), (gst_media_info_get_property),
37305         (gst_media_info_new), (gst_media_info_set_source),
37306         (gst_media_info_read_idler), (gst_media_info_read):
37307         * gst-libs/gst/media-info/media-info.h:
37308           first pass at making this work again.  This seems to work on
37309           tagged ogg/vorbis and mp3 files.
37310
37311 2004-03-06  Benjamin Otte  <otte@gnome.org>
37312
37313         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
37314           fix huge leak: gst_buffer_merge doesn't unref the first argument
37315           itself.
37316
37317 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
37318
37319         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_update_info):
37320           report layer/mode/emphasis
37321
37322 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
37323
37324         * ext/mad/gstmad.c: (gst_mad_chain): fixed caps leak
37325
37326 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
37327
37328         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
37329           signal serial
37330
37331 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
37332
37333         * ext/vorbis/vorbis.c: (plugin_init):
37334         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
37335         (gst_vorbis_dec_init), (vorbis_dec_event):
37336         add debug category
37337         make vorbisdec handle _BYTE and _TIME queries
37338
37339 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
37340
37341         * ext/mad/gstmad.c: (gst_mad_chain): send the average bitrate read
37342           from the xing header
37343
37344 2004-03-06  Benjamin Otte  <otte@gnome.org>
37345
37346         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps),
37347         (gst_audio_convert_link), (gst_audio_convert_change_state),
37348         (gst_audio_convert_buffer_from_default_format):
37349           do conversions from/to float correctly, fix some caps nego errors,
37350           export correct supported caps in template and getcaps, use correct
37351           caps in try_set_caps functions
37352
37353 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
37354
37355         For some reason, I only committed a ChangeLog entry yesterday and
37356         not the corresponding code...
37357         * ext/mad/gstmad.c: Fix detection of Xing headers
37358         * gst/tags/gstid3tag.c: Changes to support TLEN tags
37359
37360 2004-03-06  Benjamin Otte  <otte@gnome.org>
37361
37362         * ext/ogg/gstoggdemux.c: (gst_ogg_get_pad_by_pad),
37363         (gst_ogg_demux_src_query):
37364           make sure to handle the case where there's no current chain
37365           gracefully.
37366
37367 2004-03-05  David Schleef  <ds@schleef.org>
37368
37369         * ext/aalib/gstaasink.c: (gst_aasink_fixate), (gst_aasink_init):
37370         Add fixate function. (bug #131128)
37371         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
37372         (gst_sdlvideosink_fixate):  Add fixate function.
37373         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
37374         Fix attempt to print a non-pointer using GST_PTR_FORMAT.
37375         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt):
37376         Fix missing break that was causing ulaw to be interpreted as
37377         raw int.
37378
37379 2004-03-05  David Schleef  <ds@schleef.org>
37380
37381         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
37382         Fix code that ignores return value of gst_buffer_merge().
37383         (bug #114560)
37384         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_descramble_segment):
37385         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice): same
37386         * testsuite/gst-lint:  Check for above.
37387
37388 2004-03-05  David Schleef  <ds@schleef.org>
37389
37390         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):  Check for unfixed
37391         caps and throw an element error.  (bug #136334)
37392
37393 2004-03-05  David Schleef  <ds@schleef.org>
37394
37395         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_srcgetcaps),
37396         (gst_faad_chain): Fix negotiation.
37397         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_handle_src_event): Add
37398         key and button events.
37399         * gst-libs/gst/floatcast/floatcast.h: Fix a minor bug in this
37400         dung heap of code.
37401         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in: gstgconf
37402         depends on gconf
37403         * gst-libs/gst/gconf/gstreamer-gconf.pc.in: same
37404         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
37405         (gst_play_video_fixate), (gst_play_audio_fixate): Add a fixate
37406         function to encourage better negotiation, particularly between
37407         audioconvert and osssink.
37408         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
37409         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):  Make some debugging
37410         more important.
37411         * gst/typefind/gsttypefindfunctions.c:  Fix mistake in flash
37412         typefinding.
37413         * gst/vbidec/vbiscreen.c:  Add glib header
37414         * pkgconfig/gstreamer-play.pc.in:  Depends on gst-interfaces.
37415
37416 2004-03-06  Christophe Fergeau  <teuf@users.sourceforge.net>
37417
37418         * ext/mad/gstmad.c: Fix detection of Xing headers
37419         * gst/tags/gstid3tag.c: Changes to support TLEN tags
37420
37421 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
37422
37423         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
37424         (gst_wavparse_pad_convert), (gst_wavparse_pad_query):
37425           debug updates
37426
37427 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
37428
37429         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
37430         * ext/mad/gstmad.c: (gst_mad_init), (is_xhead),
37431         (mpg123_parse_xing_header), (gst_mad_chain): parse Xing header in vbr
37432         files, and report the parsed length as a GST_TAG_DURATION tag.
37433         * gst/tags/gstid3tag.c: support TLEN (duration) tag
37434
37435 2004-03-05  Benjamin Otte  <otte@gnome.org>
37436
37437         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_channels):
37438           convert channels correctly. convert correctly to unsigned.
37439
37440 2004-03-05  Julien MOUTTE <julien@moutte.net>
37441
37442         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): Check if
37443         we have a window before clearing it.
37444
37445 2004-03-05  Julien MOUTTE <julien@moutte.net>
37446
37447         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state): Check if we
37448         have a window before clearing it.
37449
37450 2004-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
37451
37452         * gconf/gstreamer.schemas.in:
37453         * gst-libs/gst/gconf/Makefile.am:
37454           version installation path the same way as for 0.6
37455         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
37456         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
37457         * pkgconfig/gstreamer-play-uninstalled.pc.in:
37458           remove comment that was fixed
37459
37460 2004-03-05  David Schleef  <ds@schleef.org>
37461
37462         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_src_formats),
37463         (gst_qtdemux_src_convert), (gst_qtdemux_get_src_query_types),
37464         (gst_qtdemux_get_event_mask), (gst_qtdemux_handle_src_query),
37465         (gst_qtdemux_handle_src_event), (gst_qtdemux_add_stream):
37466         Add prototype code for handling seeking and querying.
37467
37468 2004-03-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37469
37470         * examples/gstplay/player.c: (main):
37471           Initialize variables to NULL. Prevents a segfault because the
37472           (uninitialized) variable is not NULL, resulting in a crash on
37473           trying to reach error->message.
37474
37475 2004-03-05  Benjamin Otte  <otte@gnome.org>
37476
37477         * gst/audioconvert/gstaudioconvert.c:
37478         (gst_audio_convert_buffer_to_default_format):
37479         make float=>int conversion work correctly even in cornercases.
37480
37481 2004-03-04  David I. Lehn  <dlehn@users.sourceforge.net>
37482
37483         * debian/README.Debian:
37484         * debian/build-deps:
37485         * debian/changelog:
37486         * debian/control:
37487         * debian/control.in:
37488         * debian/copyright:
37489         * debian/gstreamer-a52dec.files:
37490         * debian/gstreamer-aa.files:
37491         * debian/gstreamer-alsa.files:
37492         * debian/gstreamer-alsa.manpages:
37493         * debian/gstreamer-arts.files:
37494         * debian/gstreamer-artsd.files:
37495         * debian/gstreamer-audiofile.files:
37496         * debian/gstreamer-avifile.files:
37497         * debian/gstreamer-cdparanoia.files:
37498         * debian/gstreamer-colorspace.files:
37499         * debian/gstreamer-doc.files:
37500         * debian/gstreamer-dv.files:
37501         * debian/gstreamer-dvd.files:
37502         * debian/gstreamer-esd.files:
37503         * debian/gstreamer-festival.files:
37504         * debian/gstreamer-flac.files:
37505         * debian/gstreamer-gconf.conffiles:
37506         * debian/gstreamer-gconf.files:
37507         * debian/gstreamer-gconf.postinst:
37508         * debian/gstreamer-gnomevfs.files:
37509         * debian/gstreamer-gsm.files:
37510         * debian/gstreamer-http.files:
37511         * debian/gstreamer-jack.files:
37512         * debian/gstreamer-jpeg.files:
37513         * debian/gstreamer-mad.files:
37514         * debian/gstreamer-mikmod.files:
37515         * debian/gstreamer-misc.files:
37516         * debian/gstreamer-mpeg2dec.files:
37517         * debian/gstreamer-oss.files:
37518         * debian/gstreamer-plugin-apps.files:
37519         * debian/gstreamer-plugin-apps.manpages:
37520         * debian/gstreamer-plugin-libs-dev.files:
37521         * debian/gstreamer-plugin-libs.files:
37522         * debian/gstreamer-plugin-template.postinst:
37523         * debian/gstreamer-plugin-template.postrm:
37524         * debian/gstreamer-sdl.files:
37525         * debian/gstreamer-sid.files:
37526         * debian/gstreamer-vorbis.files:
37527         * debian/gstreamer-x.files:
37528         * debian/mk.control:
37529         * debian/rules:
37530         Debian package info not maintained here.
37531
37532 2004-03-04  Thomas Vander Stichele  <thomas at apestaart dot org>
37533
37534         * ext/aalib/gstaasink.c: (gst_aasink_class_init):
37535         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init):
37536         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init):
37537         * ext/divx/gstdivxenc.c: (gst_divxenc_class_init):
37538         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init):
37539         * ext/gsm/gstgsmenc.c: (gst_gsmenc_class_init):
37540         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
37541         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init):
37542         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
37543         * ext/xvid/gstxvidenc.c: (gst_xvidenc_class_init):
37544         * gst-libs/gst/colorbalance/colorbalance.c:
37545         (gst_color_balance_class_init):
37546         * gst-libs/gst/colorbalance/colorbalancechannel.c:
37547         (gst_color_balance_channel_class_init):
37548         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
37549         * gst-libs/gst/play/play.c: (gst_play_class_init):
37550         * gst-libs/gst/propertyprobe/propertyprobe.c:
37551         (gst_property_probe_iface_init):
37552         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init):
37553         * gst-libs/gst/tuner/tunerchannel.c:
37554         (gst_tuner_channel_class_init):
37555         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init):
37556         * gst/cutter/gstcutter.c: (gst_cutter_class_init):
37557         * gst/effectv/gstvertigo.c: (gst_vertigotv_class_init):
37558         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init):
37559         * sys/dxr3/dxr3spusink.c: (dxr3spusink_class_init):
37560         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
37561         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
37562         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init):
37563         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init):
37564           fix signals to use - instead of _
37565         * ext/libcaca/gstcacasink.h:
37566         * ext/sdl/sdlvideosink.h:
37567           fix header rename
37568
37569 2004-03-04  David Schleef  <ds@schleef.org>
37570
37571         * testsuite/gst-lint:  Add a check for bad signal names.
37572
37573 2004-03-04  Stefan Kost <kost@imn.htwk-leipzig.de>
37574
37575         reviewed by David Schleef
37576
37577         * gst/videofilter/gstgamma.c: (gst_gamma_rgb32): Fix typo that
37578         modified the alpha channel and caused a warning. (bug #136192)
37579
37580 2004-04-03  Christian Schaller <Uraeus@gnome.org>
37581
37582         * gst-plugins.spec.in:
37583         Change names of plugins to actually be correct. Try to keep things
37584         alphabetical to avoid getting beat up by Thomas
37585
37586 2004-03-03  Julien MOUTTE <julien@moutte.net>
37587
37588         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_default_video_sink):
37589         Using ximagesink as a default if no gconf key found. We should
37590         probably consider using alsasink instead of osssink for the audio
37591         part.
37592
37593 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
37594
37595         * configure.ac:
37596           fix --with-plugins, don't think it ever worked before
37597         * gst-plugins.spec.in:
37598           even more updates
37599
37600 2004-03-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37601
37602         * ext/sdl/sdlvideosink.h:
37603         * sys/ximage/ximagesink.h:
37604         * sys/xvideo/xvideosink.h:
37605         * sys/xvimage/xvimagesink.h:
37606           Fix for move of gstvideosink.h -> videosink.h.
37607
37608 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
37609
37610         * gst-libs/gst/xwindowlistener/Makefile.am:
37611           this is a plugin library, not a library
37612
37613 2004-03-01  David Schleef  <ds@schleef.org>
37614
37615         * AUTHORS:  Added some names.  Add yourself if you're still
37616         missing.
37617
37618 2004-03-01  David Schleef  <ds@schleef.org>
37619
37620         * MAINTAINERS: Add
37621
37622 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
37623
37624         * gst-plugins.spec.in: clean up spec file
37625
37626 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
37627
37628         * gst-libs/gst/video/Makefile.am:
37629         * gst-libs/gst/video/gstvideosink.c:
37630         * gst-libs/gst/video/gstvideosink.h:
37631           rename gstvideosink.h to videosink.h to match other headers
37632         * gst/mixmatrix/Makefile.am:
37633           fix plugin filename
37634         * gst/tags/Makefile.am: fix plugin filename
37635
37636 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
37637
37638         * gst/tags/Makefile.am: fix plugin filename
37639
37640 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
37641
37642         * examples/gstplay/player.c: (got_time_tick), (main):
37643           add error handler
37644           display time_tick more readably
37645         * gst/mixmatrix/Makefile.am:
37646           fix plugin file name
37647
37648 2004-02-29  Christophe Fergeau  <teuf@gnome.org>
37649
37650         * sys/oss/gstosselement.c: (gst_osselement_probe),
37651         (device_combination_append), (gst_osselement_class_probe_devices):
37652         * sys/oss/gstosselement.h:
37653           Reworked enumeration of oss dsps and mixers so that gst-mixer works
37654           on my system using alsa oss emulation, fixes bug #135597
37655
37656 2004-02-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37657
37658         * gst/videodrop/gstvideodrop.c: (gst_videodrop_init),
37659         (gst_videodrop_chain), (gst_videodrop_change_state):
37660         * gst/videodrop/gstvideodrop.h:
37661           Work based on timestamp of input data, not based on the expected
37662           framerate from the input. The consequence is that this element now
37663           not only scales framerates, but also functions as a framerate
37664           corrector or framerate stabilizer/constantizer.
37665
37666 2004-02-27  David Schleef  <ds@schleef.org>
37667
37668         patches from jmmv@menta.net (Julio M. Merino Vidal)
37669
37670         * gst/interleave/deinterleave.c: (deinterleave_chain): Fix
37671         GST_ELEMENT_ERROR call (bug #135634)
37672         * gst/interleave/interleave.c: (interleave_buffered_loop),
37673         (interleave_bytestream_loop): Don't use alloca() (bug #135640)
37674         * sys/cdrom/gstcdplayer_ioctl_bsd.h: Fix ioctls on NetBSD (bug #135645)
37675         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
37676         (gst_osssink_chain): Fix ioctls on NetBSD. (bug #135644)
37677         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_sync_next_frame),
37678         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
37679         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_requeue_frame):
37680         Fix GST_ELEMENT_ERROR call.
37681         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_palette): Fix
37682         GST_ELEMENT_ERROR call.
37683
37684 2004-02-27  Benjamin Otte  <otte@gnome.org>
37685
37686         * gst-libs/gst/audio/audio.h:
37687           add macro to make sure header isn't included twice
37688         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
37689           don't use gst_buffer_free
37690         * gst/playondemand/filter.func:
37691           don't use gst_data_free. Free data only once.
37692
37693 2004-02-26  David Schleef  <ds@schleef.org>
37694
37695         * gst-libs/gst/colorbalance/Makefile.am:
37696         * gst-libs/gst/mixer/Makefile.am:
37697         * gst-libs/gst/tuner/Makefile.am:
37698         * gst/level/Makefile.am: -marshal.[ch] and -enum.[ch] files
37699         should not be disted, -marshal.h files should not be installed,
37700         and -enum.h files _should_ be installed.  Fix to make this the
37701         case.
37702
37703 === release 0.7.5 ===
37704
37705 2004-02-26  Thomas Vander Stichele  <thomas at apestaart dot org>
37706
37707         * configure.ac: release 0.7.5, "Under The Sea"
37708
37709 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
37710
37711         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
37712         (gst_audio_convert_change_state), (gst_audio_convert_get_buffer):
37713         * gst/videoscale/gstvideoscale.c:
37714         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
37715           assorted debug/warning fixes
37716
37717 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
37718
37719         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
37720         (gst_videoscale_init), (gst_videoscale_chain),
37721         (gst_videoscale_set_property), (plugin_init):
37722         * gst/videoscale/gstvideoscale.h:
37723         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
37724         (gst_videoscale_scale_rgb), (gst_videoscale_planar411),
37725         (gst_videoscale_planar400), (gst_videoscale_packed422),
37726         (gst_videoscale_packed422rev), (gst_videoscale_32bit),
37727         (gst_videoscale_24bit), (gst_videoscale_16bit),
37728         (gst_videoscale_bilinear), (gst_videoscale_bicubic),
37729         (gst_videoscale_scale_plane_slow),
37730         (gst_videoscale_scale_point_sample),
37731         (gst_videoscale_scale_nearest),
37732         (gst_videoscale_scale_nearest_str2),
37733         (gst_videoscale_scale_nearest_str4),
37734         (gst_videoscale_scale_nearest_32bit),
37735         (gst_videoscale_scale_nearest_24bit),
37736         (gst_videoscale_scale_nearest_16bit):
37737         add debugging category and use it properly
37738         fix use of GST_PTR_FORMAT
37739
37740 2004-02-25  Andy Wingo  <wingo@pobox.com>
37741
37742         * gst/interleave/interleave.c (interleave_buffered_loop): Always
37743         push only when channel->buffer is NULL. Prevents segfaults doing
37744         the state change after a nonlocal exit, like a scheme exception.
37745
37746         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
37747         Handle the case where the intersected caps is empty.
37748
37749 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
37750
37751         * gst/law/mulaw-decode.c: (mulawdec_link):
37752         * gst/law/mulaw.c: (plugin_init):
37753           fix mulawdec so it actually works again
37754
37755 2004-02-24  Arwed v. Merkatz  <v.merkatz@gmx.net>
37756
37757         reviewed by: David Schleef  <ds@schleef.org>
37758
37759         * gst/videofilter/gstgamma.c: (gst_gamma_class_init),
37760         (gst_gamma_init), (gst_gamma_set_property),
37761         (gst_gamma_get_property), (gst_gamma_calculate_tables),
37762         (gst_gamma_rgb24), (gst_gamma_rgb32):  Adds gamma correction
37763         for RGB, with separate r g and b correction factors. (#131167)
37764
37765 2004-02-24  Thomas Vander Stichele  <thomas at apestaart dot org>
37766
37767         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
37768           only signal tags for bitrate if they're > 0 (#134894)
37769
37770 2004-02-24  David Schleef  <ds@schleef.org>
37771
37772         * gst/qtdemux/qtdemux.c: (plugin_init), (gst_qtdemux_loop_header),
37773         (qtdemux_parse_moov), (qtdemux_parse), (qtdemux_node_dump_foreach),
37774         (qtdemux_dump_mvhd), (qtdemux_dump_tkhd), (qtdemux_dump_elst),
37775         (qtdemux_dump_mdhd), (qtdemux_dump_hdlr), (qtdemux_dump_vmhd),
37776         (qtdemux_dump_dref), (qtdemux_dump_stsd), (qtdemux_dump_stts),
37777         (qtdemux_dump_stss), (qtdemux_dump_stsc), (qtdemux_dump_stsz),
37778         (qtdemux_dump_stco), (qtdemux_dump_co64), (qtdemux_dump_dcom),
37779         (qtdemux_dump_cmvd), (qtdemux_parse_tree), (qtdemux_parse_trak):
37780         Cleanups.  Convert g_prints to GST_LOGs.  Add qtdemux debug
37781         category.  Attempt to fix timestamp calculation.
37782
37783 2004-02-24  Johan Dahlin  <johan@gnome.org>
37784
37785         * gst-libs/gst/gconf/gconf.c: Add \n to g_print error messages
37786
37787 2004-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
37788
37789         * configure.ac:
37790         * gconf/Makefile.am:
37791         * gconf/gstreamer.schemas:
37792         * gst-libs/gst/gconf/Makefile.am:
37793         * gst-libs/gst/gconf/gconf.c:
37794           version gconf schemas and install locations
37795
37796 2004-02-23  Benjamin Otte  <otte@gnome.org>
37797
37798         * ext/xine/xineinput.c: (gst_xine_input_dispose):
37799         (gst_xine_input_subclass_init):
37800           call parent dispose.
37801           change pad template for CD reader correctly
37802         * ext/xine/Makefile.am:
37803         * ext/xine/gstxine.h:
37804         * ext/xine/xine.c: (plugin_init):
37805         * ext/xine/xineaudiosink.c:
37806           wrap audio sinks, too
37807         * gst-libs/gst/resample/private.h:
37808         * gst-libs/gst/resample/resample.c: (gst_resample_init),
37809         (gst_resample_reinit), (gst_resample_scale),
37810         (gst_resample_nearest_s16), (gst_resample_bilinear_s16),
37811         (gst_resample_sinc_slow_s16), (gst_resample_sinc_s16),
37812         (gst_resample_sinc_ft_s16), (gst_resample_nearest_float),
37813         (gst_resample_bilinear_float), (gst_resample_sinc_slow_float),
37814         (gst_resample_sinc_float), (gst_resample_sinc_ft_float):
37815         * gst-libs/gst/resample/resample.h:
37816         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
37817         (gst_audioscale_class_init), (gst_audioscale_link),
37818         (gst_audioscale_get_buffer), (gst_audioscale_init),
37819         (gst_audioscale_chain), (gst_audioscale_set_property),
37820         (gst_audioscale_get_property):
37821         * gst/audioscale/gstaudioscale.h:
37822           s/resample_*/gst_resample_*/i to not clobber namespaces
37823
37824 2004-02-23  Julien MOUTTE  <julien@moutte.net>
37825
37826         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
37827         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
37828         (gst_riff_create_video_template_caps),
37829         (gst_riff_create_audio_template_caps),
37830         (gst_riff_create_iavs_template_caps):
37831         * gst-libs/gst/riff/riff-media.h:
37832         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
37833         (gst_asf_demux_audio_caps), (gst_asf_demux_add_audio_stream),
37834         (gst_asf_demux_video_caps), (gst_asf_demux_add_video_stream):
37835         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
37836         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
37837         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
37838         (gst_matroska_demux_plugin_init): First batch implementing audio and
37839         video codec tags in demuxers.
37840
37841 2004-02-22  Benjamin Otte  <otte@gnome.org>
37842
37843         * ext/xine/Makefile.am:
37844         * ext/xine/gstxine.h:
37845         * ext/xine/xine.c: (plugin_init):
37846         * ext/xine/xineinput.c:
37847           add input plugin wrapper. Playback from files, http, mms and cdda
37848           works.
37849         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
37850           remove leftover G_GNUC_UNUSED
37851         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_stream),
37852         (gst_asf_demux_identify_guid):
37853           improve debugging output
37854
37855 2004-02-22  Benjamin Otte  <otte@gnome.org>
37856
37857         reported by: Padraig O'Briain <padraig.obriain@sun.com>
37858
37859         * autogen.sh:
37860           replace test -e with test -x for mkinstalldirs to be more portable.
37861           (fixes #134816)
37862
37863 2004-02-22  Benjamin Otte  <otte@gnome.org>
37864
37865         reported by: Stefan Kost <kost@imn.htwk-leipzig.de>
37866
37867         * gst/audioconvert/gstaudioconvert.c: (plugin_init):
37868           set rank to PRIMARY
37869         * gst/volume/gstvolume.c: (plugin_init):
37870           set rank to NONE
37871         fixes #134960
37872
37873 2004-02-22   Julio M. Merino Vidal <jmmv@menta.net>
37874
37875         reviewed by Benjamin Otte  <otte@gnome.org>
37876
37877         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
37878           escape NULL strings in GST_ELEMENT_ERROR properly (fixes #135116)
37879
37880 2004-02-22  Benjamin Otte  <otte@gnome.org>
37881
37882         * configure.ac:
37883           export [_]*{gst,Gst,GST}.* symbols from plugins
37884
37885 2004-02-22  Christophe Fergeau <teuf@gnome.org>
37886
37887         reviewed by: Benjamin Otte  <otte@gnome.org>
37888
37889         * ext/lame/gstlame.c: (add_one_tag):
37890         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
37891         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value),
37892         (gst_vorbisenc_metadata_set1):
37893         * gst/tags/gstid3tag.c:
37894         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add):
37895           apply fixes from bugs #135042 (lame can't write tags) and #133817
37896           (add GST_ALBUM_VOLUME_{COUNT,NUMBER} tags)
37897
37898 2004-02-22 Ramon Garcia <ramon_garcia_f@yahoo.com>
37899
37900         * configure.ac: Export only gst_plugin_desc from plugins.
37901          Note that this change only makes any effect with Linux using libtool
37902          1.5.2 or higher. Otherwise it is silently ignored, but it would build
37903          fine. And don't try to have several versions of libtool in different
37904          directories.
37905
37906 2004-02-20  Andy Wingo  <wingo@pobox.com>
37907
37908         * gst/intfloat/, gst/oneton: Removed, replaced by audioconvert and
37909         interleave respectively.
37910
37911         * gst/interleave/deinterleave.c: New plugin: deinterleave
37912         (replaces on oneton).
37913         * gst/interleave/interleave.c: New plugin: interleave.
37914         * gst/interleave/plugin.h: Support file.
37915         * gst/interleave/plugin.c: Support file.
37916
37917         * configure.ac: Remove intfloat and oneton, add interleave.
37918
37919         * ext/sndfile/gstsf.c: Handle events better.
37920
37921         * gst/audioconvert/gstaudioconvert.c: Change to support int2float
37922         and float2int operation. int2float has scheduling problems as
37923         noted in in2float_chain.
37924
37925 2004-02-20  Benjamin Otte  <otte@gnome.org>
37926
37927         * ext/xine/Makefile.am:
37928         * ext/xine/gstxine.h:
37929         * ext/xine/xine.c:
37930         * ext/xine/xineaudiodec.c:
37931         * ext/xine/xinecaps.c:
37932           add first version of xine plugin wrapper. Currently only wraps the
37933           QDM2 win32 DLL, and even that only in proof-of-concept quality.
37934         * configure.ac:
37935         * ext/Makefile.am:
37936           add xine plugin wrapper, disabled by default. Use --enable-xine to
37937           build. Note that it'll segfault on gst-register if you don't remove
37938           the goom and tvtime post plugins from xine.
37939         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
37940         (qtdemux_parse), (qtdemux_parse_trak), (qtdemux_audio_caps):
37941           add extradata parsing for QDM2.
37942           change around debugging prints.
37943
37944 2004-02-19  Benjamin Otte  <otte@gnome.org>
37945
37946         * ext/lame/gstlame.c: (gst_lame_chain):
37947         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
37948           use gst_tag_list_insert when you want to insert tags
37949
37950 2004-02-18  David Schleef  <ds@schleef.org>
37951
37952         * configure.ac:  Move massink to gst-rotten
37953         * ext/Makefile.am:
37954         * ext/mas/Makefile.am:
37955         * ext/mas/massink.c:
37956         * ext/mas/massink.h:
37957
37958 2004-02-18  David Schleef  <ds@schleef.org>
37959
37960         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init): Disable gdk_pixbuf
37961         typefinding, since it seems to be worse than nothing.
37962         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):  Add ftyp
37963         atom to recognize .mp4 and .m4a files as video/quicktime.
37964
37965 2004-02-18  David Schleef  <ds@schleef.org>
37966
37967         * gst/sine/demo-dparams.c: (quit_live),
37968         (dynparm_log_value_changed), (dynparm_value_changed), (main):
37969         Use double dparams, not float.
37970         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
37971         (gst_sinesrc_init): Change sync default to FALSE, since multiple
37972         sync'd elements don't really work correctly.
37973         * gst/volume/gstvolume.c: (volume_class_init), (volume_init),
37974         (volume_update_volume), (volume_get_property):  Change dparam
37975         to double.
37976
37977 2004-02-18  Julien MOUTTE  <julien@moutte.net>
37978
37979         * sys/ximage/ximagesink.c:
37980         (gst_ximagesink_xwindow_update_geometry),
37981         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
37982         (gst_ximagesink_change_state), (gst_ximagesink_expose),
37983         (gst_ximagesink_init): Rework the way software video scaling works. So
37984         now we check on each chain call if the video frames are feeling the
37985         window. If not we try to renegotiate caps. On failure we memorize that
37986         and we won't try again for that PLAYING sessions.
37987         * sys/ximage/ximagesink.h: Adding a boolean to store the caps renego
37988         failure.
37989         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): initialize the
37990         synchronous flag.
37991
37992 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
37993
37994         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
37995           break up _link so we can give a better debug message for errors
37996
37997 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
37998
37999         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
38000           set up debug category
38001
38002 2004-02-18  Julien MOUTTE <julien@moutte.net>
38003
38004         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
38005         (gst_ximagesink_handle_xevents), (gst_ximagesink_expose): Reorganizing
38006         the way renegotiation work. The event handling function is not taking
38007         care of external windows and renegotiate method check for pad flags
38008         NEGOTIATING. Should fix : #133209
38009
38010 2004-02-17  Julien MOUTTE  <julien@moutte.net>
38011
38012         * sys/ximage/ximagesink.c: (gst_ximagesink_expose): Checking if the
38013         pad is negotiating before trying renegotiation.
38014
38015 2004-02-17  Thomas Vander Stichele  <thomas at apestaart dot org>
38016
38017         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
38018           pass on all possible mime types as typefind hints
38019
38020 2004-02-17  Julien MOUTTE <julien@moutte.net>
38021
38022         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
38023         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Fix a
38024         possible SHM leak if we crash. All other apps using XShm are doing
38025         that.
38026
38027 2004-02-17  Julien MOUTTE  <julien@moutte.net>
38028
38029         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
38030         (gst_ximagesink_expose): Renegotiate size on expose.
38031         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_expose): Update window
38032         size on expose.
38033
38034 2004-02-16  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38035
38036         * testsuite/alsa/sinesrc.c:
38037           cosmetic fix to fix compile issue with gcc 2.95.4
38038
38039 2004-02-16  Julien MOUTTE <julien@moutte.net>
38040
38041         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
38042         (gst_alsa_timestamp_to_bytes): Alsa should trigger an error if it
38043         failed opening the audio device.
38044         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
38045         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
38046         (gst_ximagesink_xwindow_new), (gst_ximagesink_xwindow_destroy),
38047         (gst_ximagesink_xwindow_resize), (gst_ximagesink_xwindow_clear),
38048         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
38049         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
38050         (gst_ximagesink_change_state), (gst_ximagesink_chain),
38051         (gst_ximagesink_set_xwindow_id): Clearing window in READY TO PAUSED.
38052         Removing some useless g_return_if_fail like wingo suggested.
38053         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
38054         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xvimage_put),
38055         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
38056         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_xwindow_clear),
38057         (gst_xvimagesink_update_colorbalance),
38058         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get),
38059         (gst_xvimagesink_xcontext_clear),
38060         (gst_xvimagesink_get_fourcc_from_caps),
38061         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
38062         (gst_xvimagesink_set_xwindow_id),
38063         (gst_xvimagesink_colorbalance_list_channels),
38064         (gst_xvimagesink_colorbalance_set_value),
38065         (gst_xvimagesink_colorbalance_get_value): Clearing window in READY TO
38066         PAUSED. Removing some useless g_return_if_fail like wingo suggested.
38067
38068 2004-02-16  Thomas Vander Stichele  <thomas at apestaart dot org>
38069
38070         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
38071           throw error when not negotiated instead of asserting
38072
38073 2004-02-15  Julien MOUTTE  <julien@moutte.net>
38074
38075         * gst/switch/gstswitch.c: (gst_switch_loop): More fixes for
38076         correct data refcounting.
38077
38078 2004-02-15  Julien MOUTTE  <julien@moutte.net>
38079
38080         * gst/switch/gstswitch.c: (gst_switch_change_state),
38081         (gst_switch_class_init): Cleaning the sinkpads correctly on state
38082         change, mostly the EOS flag.
38083
38084 2004-02-15  Julien MOUTTE  <julien@moutte.net>
38085
38086         * examples/gstplay/player.c: (got_eos), (main): Adding some
38087         output for debugging.
38088         * gst-libs/gst/play/play.c: (gst_play_state_change): Stop our
38089         timeouts if we go to any state different from PLAYING.
38090         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek): Fix some
38091         more EOS bugs in riff lib.
38092
38093 2004-02-14  Julien MOUTTE  <julien@moutte.net>
38094
38095         * gst-libs/gst/play/play.c: (gst_play_connect_visualization): Disable
38096         visualization until i find a way to fix switch correctly.
38097         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head): Fix a bug when
38098         EOS arrives.
38099         * gst/switch/gstswitch.c: (gst_switch_release_pad),
38100         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
38101         (gst_switch_loop), (gst_switch_dispose), (gst_switch_class_init):
38102         Reworked switch to get a more correct behaviour with events and refing
38103         of data stored in sinkpads.
38104         * gst/switch/gstswitch.h: Adding an eos flag for every sinkpad so that
38105         we don't pull from a pad in EOS.
38106
38107 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38108
38109         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
38110           remove v1 tag even if we can't read it (makes sure we don't detect
38111           it again)
38112
38113 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38114
38115         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait),
38116         (gst_alsa_xrun_recovery):
38117         * ext/alsa/gstalsa.h:
38118           try xrun recovery when wait failed. Make xrun recovery function
38119           return TRUE/FALSE to indicate success. (might fix #134354)
38120
38121 2004-02-13  David Schleef  <ds@schleef.org>
38122
38123         * gst/sine/demo-dparams.c: (dynparm_log_value_changed),
38124         (dynparm_value_changed), (main): Convert from float to double.
38125         * gst/sine/gstsinesrc.c: (gst_sinesrc_init): same.
38126
38127 2004-02-13  David Schleef  <ds@schleef.org>
38128
38129         * gst/silence/gstsilence.c: (gst_silence_class_init),
38130         (gst_silence_set_clock), (gst_silence_get),
38131         (gst_silence_set_property), (gst_silence_get_property):
38132         * gst/silence/gstsilence.h: Add sync property.
38133         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
38134         (gst_sinesrc_init), (gst_sinesrc_set_clock), (gst_sinesrc_get),
38135         (gst_sinesrc_set_property), (gst_sinesrc_get_property):
38136         * gst/sine/gstsinesrc.h: Add sync property.
38137
38138 2004-02-13  David Schleef  <ds@schleef.org>
38139
38140         * gst/intfloat/gstint2float.c: (conv_f32_s16),
38141         (gst_int2float_chain_gint16):  Change stdint usage to glib types.
38142
38143 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
38144
38145         * configure.ac:
38146         * ext/Makefile.am:
38147         * gst-libs/ext/Makefile.am:
38148           move ffmpeg plugin to gst-ffmpeg module
38149
38150 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
38151
38152         * configure.ac: use GST_ARCH to detect architecture
38153
38154 2004-02-12  Julien MOUTTE  <julien@moutte.net>
38155
38156         * gst/vbidec/vbiscreen.c: Fixing thomasvs fixes. Missing header.
38157
38158 2004-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
38159
38160         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
38161           classify LADSPA plugins based on number of src/sink pads
38162           (#133663, Stefan Kost)
38163         * gst/sine/gstsinesrc.c: (gst_sinesrc_init):
38164           fix dparams registration
38165           (#133528, Stefan Kost)
38166         * gst/vbidec/vbiscreen.c: (vbiscreen_set_current_cell):
38167           fix use of isprint and use g_ascii_isprint instead
38168           (#133316, Stefan Kost)
38169
38170 2004-02-11  David Schleef  <ds@schleef.org>
38171
38172         Convert a few inner loops to use liboil.  This is currently
38173         optional, and is only enabled if liboil is present (duh!).
38174         * configure.ac: Check for liboil-0.1
38175         * gst/intfloat/Makefile.am:
38176         * gst/intfloat/gstint2float.c: (conv_f32_s16), (scalarmult_f32),
38177         (gst_int2float_chain_gint16):
38178         * gst/videofilter/Makefile.am:
38179         * gst/videofilter/gstvideobalance.c: (gst_videobalance_class_init),
38180         (tablelookup_u8), (gst_videobalance_planar411):
38181         * gst/videotestsrc/Makefile.am:
38182         * gst/videotestsrc/gstvideotestsrc.c: (plugin_init):
38183         * gst/videotestsrc/videotestsrc.c: (splat_u8), (paint_hline_YUY2),
38184         (paint_hline_IYU2), (paint_hline_str4), (paint_hline_str3),
38185         (paint_hline_RGB565), (paint_hline_xRGB1555):
38186
38187 2004-02-11  David Schleef  <ds@schleef.org>
38188
38189         * ext/lcs/gstcolorspace.c: (colorspace_find_lcs_format),
38190         (gst_colorspace_caps_get_fourcc), (colorspace_setup_converter),
38191         (gst_colorspace_getcaps), (gst_colorspace_link),
38192         (gst_colorspace_base_init), (gst_colorspace_init),
38193         (gst_colorspace_chain), (gst_colorspace_change_state),
38194         (plugin_init): Merge Ronald's patch (bug #117897) and update
38195         for new caps and negotiation.  Seems to work, although it
38196         shows off bugs in lcs.
38197
38198 2004-02-11  David Schleef  <ds@schleef.org>
38199
38200         * ext/alsa/Makefile.am: Fix linking against libgstinterfaces.
38201         (bug #133886)  Noticed by bugs@leroutier.net (Stephane LOEUILLET)
38202
38203 2004-02-11  David Schleef  <ds@schleef.org>
38204
38205         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_class_init),
38206         (gst_rfbsrc_change_state), (gst_rfbsrc_init),
38207         (gst_rfbsrc_set_property), (gst_rfbsrc_get_property):
38208         Add server and port properties
38209
38210 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
38211
38212         * m4/a52.m4:
38213         * m4/aalib.m4:
38214         * m4/as-ffmpeg.m4:
38215         * m4/as-liblame.m4:
38216         * m4/as-slurp-ffmpeg.m4:
38217         * m4/check-libheader.m4:
38218         * m4/esd.m4:
38219         * m4/freetype2.m4:
38220         * m4/gconf-2.m4:
38221         * m4/glib.m4:
38222         * m4/gst-alsa.m4:
38223         * m4/gst-artsc.m4:
38224         * m4/gst-ivorbis.m4:
38225         * m4/gst-matroska.m4:
38226         * m4/gst-sdl.m4:
38227         * m4/gst-shout2.m4:
38228         * m4/gst-sid.m4:
38229         * m4/gtk.m4:
38230         * m4/libdv.m4:
38231         * m4/libfame.m4:
38232         * m4/libmikmod.m4:
38233         * m4/ogg.m4:
38234         * m4/vorbis.m4:
38235           fix underquotedness of macros (#133800)
38236         * m4/as-avifile.m4:
38237         * m4/xmms.m4:
38238           removed because no longer used
38239
38240 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
38241
38242         * configure.ac:
38243           require gettext 0.11.5 so ulonglong.m4 gets checked out and copied
38244           by autopoint (fixes #132996)
38245
38246 2004-02-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38247
38248         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_base_init):
38249         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_base_init):
38250         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_base_init):
38251         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_base_init):
38252           fix memleaks
38253
38254 2004-02-11  David Schleef  <ds@schleef.org>
38255
38256         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
38257         (gst_gdk_pixbuf_chain): Fix logic bug causing spurious errors.
38258         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_base_init),
38259         (gst_jpegdec_init), (gst_jpegdec_chain): Fix negotiation.
38260         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_base_init),
38261         (gst_jpegenc_class_init), (gst_jpegenc_init),
38262         (gst_jpegenc_getcaps), (gst_jpegenc_link), (gst_jpegenc_resync),
38263         (gst_jpegenc_chain), (gst_jpegenc_set_property),
38264         (gst_jpegenc_get_property):  Fix negotiation.  Add some properties.
38265         * ext/jpeg/gstjpegenc.h: Fix negotiation.
38266
38267 2004-02-10  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38268
38269         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
38270         (gst_mikmod_srcfixate), (gst_mikmod_srclink), (gst_mikmod_loop):
38271         * ext/mikmod/gstmikmod.h:
38272           fix caps negotiation in mikmod
38273         * ext/ogg/gstoggdemux.c: (gst_ogg_print):
38274           output debug information
38275
38276 2004-02-08  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38277
38278         * gst-libs/gst/colorbalance/Makefile.am:
38279         * gst-libs/gst/navigation/Makefile.am:
38280         * gst-libs/gst/xoverlay/Makefile.am:
38281           remove unused GST_OPT_CFLAGS from Makefiles
38282           include X_CFLAGS and X_LIBS in xoverlay. (#131948)
38283
38284 2004-02-07  David Schleef  <ds@schleef.org>
38285
38286         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_handle_event): Don't
38287         push events to pads that haven't been created (#133508)
38288
38289 2004-02-07  Jan Schmidt  <thaytan@mad.scientist.com>
38290
38291         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
38292         (gst_dvdec_sink_convert), (gst_dvdec_handle_sink_event),
38293         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
38294         (gst_dvdec_loop), (gst_dvdec_change_state):
38295         Second attempt at committing a working dvdec element.
38296
38297 2004-02-06  David Schleef  <ds@schleef.org>
38298
38299         Build fixes for OS X: (see #129600)
38300         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_strh),
38301         (gst_riff_read_strf_vids), (gst_riff_read_strf_auds),
38302         (gst_riff_read_strf_iavs):
38303         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
38304         (gst_avi_demux_stream_odml):
38305         * gst/playondemand/Makefile.am:
38306         * gst/rtp/rtp-packet.c:
38307
38308 2004-02-05  David Schleef  <ds@schleef.org>
38309
38310         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_loop): Revert
38311         last change, because it Just Doesn't Compile.
38312
38313 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38314
38315         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
38316           skip undecodable id3v2 tag instead of keeping it
38317
38318 2004-02-05  David Schleef  <ds@schleef.org>
38319
38320         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
38321         Unref leaked buffer.  (Noticed by Ronald)
38322
38323 2004-02-05  David I. Lehn  <dlehn@users.sourceforge.net>
38324
38325         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
38326         Sync requires with other checks.  >= vs =.
38327
38328 2004-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
38329
38330         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
38331         (gst_dvdec_video_link), (gst_dvdec_loop):
38332         * ext/dv/gstdvdec.h:
38333           rework the caps negotiation so that dvdec works again instead
38334           of just segfaulting.
38335
38336 === release 0.7.4 ===
38337
38338 2004-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
38339
38340         * NEWS: GStreamer Plugins 0.7.4 "For Great Justice" released
38341         * configure.ac: changed for release
38342
38343 2004-02-05  Thomas Vander Stichele  <thomas at apestaart dot org>
38344
38345         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in:
38346         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
38347         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
38348         * pkgconfig/gstreamer-play-uninstalled.pc.in:
38349           reworked patch by David Lehn to fix libdir and includedir for
38350           uninstalled libraries
38351           removed play and gconf from gstreamer-libs since they have their
38352           own pkgconfig files
38353
38354 2004-02-04  David Schleef  <ds@schleef.org>
38355
38356         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt): Fix a caps
38357         memleak.
38358
38359 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38360
38361         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
38362           use correct GST_TAG_ENCODER tag
38363
38364 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38365
38366         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
38367           be sure to stop the clock when going to paused
38368         * sys/oss/gstosssink.c: (gst_osssink_change_state):
38369           reset number of transmitted when going to ready.
38370         fixes #132935
38371
38372 2004-02-05  Charles Schmidt <cschmidt2@emich.edu>
38373
38374         reviewed by Benjamin Otte
38375
38376         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
38377           extract track count (fixes #133410)
38378
38379 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38380
38381         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
38382           that should be !=, not == (fixes #132519)
38383
38384 2004-02-04  David Schleef  <ds@schleef.org>
38385
38386         Make sure set_explicit_caps() is called before adding pad.
38387         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
38388         * gst/id3/gstid3types.c: (gst_id3types_loop):
38389         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
38390         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
38391
38392 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
38393
38394         * configure.ac:
38395           bump nano to 2, first prerelease
38396           put back AM_PROG_LIBTOOL
38397
38398 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
38399
38400         * testsuite/alsa/Makefile.am:
38401           these are user test apps, not automatic testsuite tests
38402
38403 2004-02-04  David Schleef  <ds@schleef.org>
38404
38405         Convert GST_DEBUG_CAPS() to GST_DEBUG():
38406         * gst/mpeg1videoparse/gstmp1videoparse.c:
38407         (mp1videoparse_parse_seq):
38408         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
38409         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
38410         * sys/xvideo/gstxwindow.c: (_gst_xwindow_new):
38411         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
38412         (gst_xvideosink_getcaps):
38413         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
38414         * testsuite/gst-lint: more tests
38415
38416 2004-02-04  David Schleef  <ds@schleef.org>
38417
38418         Replace use of GST_PAD_FORMATS_FUNCTION() and similar macros
38419         with the code that they would expand to.
38420         * ext/flac/gstflacdec.c: (gst_flacdec_get_src_formats),
38421         (gst_flacdec_get_src_query_types),
38422         (gst_flacdec_get_src_event_masks):
38423         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_formats),
38424         (gst_gnomevfssrc_get_query_types),
38425         (gst_gnomevfssrc_get_event_mask):
38426
38427 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38428
38429         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
38430         (gst_sinesrc_dispose):
38431           fix memleak by properly disposing sinesrc
38432
38433 2004-02-04  Julien MOUTTE  <julien@moutte.net>
38434
38435         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_expose):
38436         * gst-libs/gst/xoverlay/xoverlay.h: Adding the _expose method to tell
38437         an overlay to redraw the image because it has been exposed.
38438         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy),
38439         (gst_ximagesink_ximage_put), (gst_ximagesink_expose),
38440         (gst_ximagesink_xoverlay_init), (gst_ximagesink_init):
38441         * sys/ximage/ximagesink.h: Implement expose method from XOverlay
38442         interface
38443         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_destroy),
38444         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_expose),
38445         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_init):
38446         * sys/xvimage/xvimagesink.h: Implement expose method from XOverlay
38447         interface
38448
38449 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38450
38451         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
38452           more memleak fixage
38453
38454 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38455
38456         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
38457         * gst/typefind/gsttypefindfunctions.c:
38458           fix memleaks shown by gst-typefind
38459
38460 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
38461
38462         * common/glib-gen.mak:
38463           add hack rule to touch .Plo files
38464         * gst-libs/gst/colorbalance/Makefile.am:
38465         * gst-libs/gst/mixer/Makefile.am:
38466         * gst-libs/gst/play/Makefile.am:
38467         * gst-libs/gst/tuner/Makefile.am:
38468           remove glib_root variable
38469
38470 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38471
38472         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream):
38473           set explicit caps before adding the element, so the autopluggers can
38474           plug correctly.
38475         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
38476         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
38477         (mpeg_video_type_find), (mpeg_video_stream_type_find),
38478         (dv_type_find):
38479           fix memleaks in typefind functions. gst_type_find_suggest takes a const
38480           argument.
38481
38482 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
38483
38484         * gst-libs/gst/colorbalance/Makefile.am:
38485         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
38486         * gst-libs/gst/colorbalance/colorbalance.c:
38487         * gst-libs/gst/colorbalance/colorbalance.h:
38488         * gst-libs/gst/colorbalance/colorbalancemarshal.list:
38489         * gst-libs/gst/mixer/Makefile.am:
38490         * gst-libs/gst/mixer/mixer-marshal.list:
38491         * gst-libs/gst/mixer/mixer.c:
38492         * gst-libs/gst/mixer/mixer.h:
38493         * gst-libs/gst/mixer/mixermarshal.list:
38494         * gst-libs/gst/play/Makefile.am:
38495         * gst-libs/gst/play/play.h:
38496         * gst-libs/gst/tuner/Makefile.am:
38497         * gst-libs/gst/tuner/tuner-marshal.list:
38498         * gst-libs/gst/tuner/tuner.c:
38499         * gst-libs/gst/tuner/tuner.h:
38500         * gst-libs/gst/tuner/tunermarshal.list:
38501           use new glib-gen.mak snippet to clean up Makefile.am
38502           fix various bugs in Makefile.am's
38503
38504 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38505
38506         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
38507           handle chain parsing correctly in the multichain case
38508         * ext/theora/theoradec.c: (gst_theora_dec_init), (_theora_ilog),
38509         (theora_dec_from_granulepos), (theora_dec_to_granulepos),
38510         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
38511         (theora_dec_chain):
38512           handle events and queries correctly
38513
38514 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
38515
38516         * .cvsignore:
38517         Ignore generated file _stdint.h.
38518
38519 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
38520
38521         * gst-libs/gst/colorbalance/Makefile.am:
38522         * gst-libs/gst/colorbalance/colorbalance.h:
38523         * gst-libs/gst/mixer/Makefile.am:
38524         * gst-libs/gst/mixer/mixer.h:
38525         * gst-libs/gst/play/Makefile.am:
38526         * gst-libs/gst/play/play.h:
38527         * gst-libs/gst/tuner/Makefile.am:
38528         * gst-libs/gst/tuner/tuner.h:
38529         Generate enum type code with glib-mkenums.
38530         * gst-libs/gst/colorbalance/.cvsignore:
38531         * gst-libs/gst/mixer/.cvsignore:
38532         * gst-libs/gst/play/.cvsignore:
38533         * gst-libs/gst/tuner/.cvsignore:
38534         Ignore generated files.
38535
38536 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
38537
38538         * gst-libs/gst/audio/.cvsignore:
38539         Ignore generated file.
38540         * gst-libs/gst/audio/Makefile.am:
38541         Do not install example filter.
38542
38543 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
38544
38545         * examples/switch/.cvsignore:
38546         Ignore generated file.
38547
38548 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38549
38550         * common/m4/ax_create_stdint_h.m4:
38551         * configure.ac:
38552           add AX_CREATE_STDINT_H to get correct type definitions for a52dec in
38553           _stdint.h.
38554         * Makefile.am:
38555           remove generated _stdint.h in DISTCLEANFILES
38556         * ext/a52dec/gsta52dec.c:
38557           include _stdint.h for a52dec. (should fix #133064)
38558
38559 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
38560
38561         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add),
38562         (gst_tag_to_vorbis_comments):
38563         Add replaygain support to vorbistag
38564
38565 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
38566         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
38567         (gst_ffmpeg_caps_to_extradata):
38568           Fix SVQ3 caps flag properties
38569           Use glib macro for bytes swap
38570
38571 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
38572
38573         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
38574         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
38575         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
38576         * ext/sndfile/gstsf.c: (plugin_init):
38577         * gst/avi/gstavi.c: (plugin_init):
38578         * sys/dxr3/dxr3init.c: (plugin_init):
38579         * sys/oss/gstossaudio.c: (plugin_init):
38580         * sys/v4l/gstv4l.c: (plugin_init):
38581         * sys/v4l2/gstv4l2.c: (plugin_init):
38582           remove textdomain calls
38583         * po/nl.po:
38584           update Dutch translation
38585
38586 2004-02-02  Julien MOUTTE  <julien@moutte.net>
38587
38588         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
38589         (gst_play_set_audio_sink): Moving volume in the audio thread for
38590         instantaneous volume change. Maybe i will add another volume in front
38591         of visualization later, not sure yet though.
38592
38593 2004-02-02  Julien MOUTTE  <julien@moutte.net>
38594
38595         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
38596         (gst_ximagesink_handle_xevents): Better X events handling, only take
38597         the latest events for configure and motion.
38598         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents): same.
38599
38600 2004-02-02  Jon Trowbridge  <trow@gnu.org>
38601
38602         reviewed by: David Schleef  <ds@schleef.org>
38603
38604         Fix memory leaks:
38605         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_register):
38606         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_register):
38607
38608 2004-02-02  David Schleef  <ds@schleef.org>
38609
38610         code cleanup.  Change bzero() to memset().  Remove duplicate ; at ends
38611         of lines.
38612         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_event):
38613         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
38614         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link):
38615         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
38616         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
38617         * gst/effectv/gstedge.c: (gst_edgetv_sinkconnect):
38618         * gst/effectv/gstvertigo.c: (gst_vertigotv_sinkconnect):
38619         * gst/intfloat/float22int.c: (gst_float2_2_int_getcaps),
38620         (gst_float2_2_int_link):
38621         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
38622         * gst/rtjpeg/RTjpeg.c: (RTjpeg_init_mcompress):
38623         * gst/tcp/gsttcpsink.c: (gst_tcpsink_init_send):
38624         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_init_receive):
38625         * gst/udp/gstudpsink.c: (gst_udpsink_init_send):
38626         * gst/udp/gstudpsrc.c: (gst_udpsrc_init_receive):
38627         * sys/v4l/gstv4lelement.c: (gst_v4lelement_init):
38628         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
38629         * testsuite/gst-lint: Add tests for bzero and ;;
38630
38631 2004-02-02  David Schleef  <ds@schleef.org>
38632
38633         * gst/debug/efence.c: Add fallback if MAP_ANONYMOUS isn't defined.
38634
38635 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
38636
38637         * ext/aalib/gstaasink.c: (gst_aasink_open):
38638         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
38639         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
38640         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
38641         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
38642         (gst_afsink_close_file):
38643         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
38644         (gst_afsrc_close_file):
38645         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
38646         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
38647         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
38648         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
38649         * ext/esd/esdmon.c: (gst_esdmon_get):
38650         * ext/esd/esdsink.c: (gst_esdsink_chain), (gst_esdsink_open_audio):
38651         * ext/faac/gstfaac.c: (gst_faac_chain):
38652         * ext/faad/gstfaad.c: (gst_faad_chain):
38653         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
38654         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
38655         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
38656         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
38657         (gst_flacdec_loop):
38658         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
38659         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
38660         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
38661         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
38662         (gst_gnomevfssink_close_file):
38663         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
38664         (gst_gnomevfssrc_open_file):
38665         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
38666         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
38667         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
38668         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
38669         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
38670         * ext/mad/gstmad.c: (gst_mad_chain):
38671         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
38672         * ext/mpeg2dec/gstmpeg2dec.c:
38673         * ext/mpeg2enc/gstmpeg2enc.cc:
38674         * ext/mplex/gstmplex.cc:
38675         * ext/mplex/gstmplexibitstream.cc:
38676         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
38677         (gst_ogg_demux_push):
38678         * ext/raw1394/gstdv1394src.c:
38679         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
38680         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
38681         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
38682         (gst_sf_loop):
38683         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
38684         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop):
38685         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
38686         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
38687         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
38688         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
38689         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
38690         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
38691         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
38692         (gst_riff_read_element_data), (gst_riff_read_seek),
38693         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
38694         * gst/adder/gstadder.c: (gst_adder_loop):
38695         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
38696         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
38697         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
38698         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
38699         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
38700         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
38701         * gst/goom/gstgoom.c: (gst_goom_chain):
38702         * gst/id3/gstid3types.c: (gst_id3types_loop):
38703         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
38704         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
38705         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
38706         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
38707         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
38708         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
38709         (gst_ebml_read_float), (gst_ebml_read_header):
38710         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
38711         (gst_matroska_demux_parse_blockgroup):
38712         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
38713         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
38714         * gst/oneton/gstoneton.c: (gst_oneton_chain):
38715         * gst/silence/gstsilence.c: (gst_silence_get):
38716         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
38717         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
38718         * gst/speed/gstspeed.c: (speed_loop):
38719         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
38720         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
38721         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
38722         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
38723         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
38724         (gst_wavparse_loop):
38725         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
38726         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
38727         (dxr3audiosink_close):
38728         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
38729         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
38730         (dxr3videosink_close), (dxr3videosink_write_data):
38731         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
38732         * sys/oss/gstosssink.c: (gst_osssink_chain):
38733         * sys/oss/gstosssrc.c: (gst_osssrc_get):
38734         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
38735         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
38736         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
38737         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
38738         (gst_v4l_set_window), (gst_v4l_enable_overlay):
38739         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
38740         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
38741         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
38742         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
38743         (gst_v4l_set_audio):
38744         * sys/v4l/v4l_calls.h:
38745         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
38746         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
38747         (gst_v4lmjpegsink_playback_init),
38748         (gst_v4lmjpegsink_playback_start):
38749         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame):
38750         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
38751         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
38752         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
38753         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
38754         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
38755         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
38756         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
38757         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
38758         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
38759         (gst_v4l2_get_output), (gst_v4l2_set_output),
38760         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
38761         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
38762         (gst_v4l2_set_attribute):
38763         * sys/v4l2/v4l2_calls.h:
38764         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
38765         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
38766         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
38767         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
38768         (gst_v4l2src_capture_stop):
38769         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
38770         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
38771         (gst_ximagesink_chain):
38772         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
38773         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
38774         (gst_xvideosink_xwindow_new):
38775         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
38776         (gst_xvimagesink_chain):
38777
38778 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
38779
38780         * gst/volume/gstvolume.c: (gst_volume_set_volume),
38781         (gst_volume_get_volume), (volume_class_init), (volume_init),
38782         (volume_chain_int16), (volume_update_volume):
38783         * gst/volume/gstvolume.h:
38784           make code more readable by removing magic numbers
38785           make mixer interface export 0-100 range
38786           make it internally map to 0.0-1.0 range so users don't distort
38787           output by putting the sliders at full volume
38788
38789 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
38790
38791         * gst-libs/gst/play/play.c: (gst_play_tick_callback),
38792         (gst_play_state_change), (gst_play_seek_to_time):
38793         block the tick callback for 0.5 secs after doing a seek
38794
38795 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
38796
38797         * gst-libs/gst/play/play.c: (gst_play_new):
38798           check for GError
38799
38800 2004-02-01  Julien MOUTTE  <julien@moutte.net>
38801
38802         * gst-libs/gst/play/play.c: (gst_play_seek_to_time),
38803         (gst_play_new): Accepting NULL GError, blocking time tick while seeking.
38804         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
38805         (gst_ximagesink_chain), (gst_ximagesink_init): s/sinkconnect/sink_link
38806         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
38807         (gst_xvimagesink_chain), (gst_xvimagesink_init): s/sinkconnect/sink_link
38808
38809 2004-02-01  Thomas Vander Stichele  <thomas at apestaart dot org>
38810
38811         * configure.ac:
38812         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
38813           check for a function added in vorbis 1.1
38814
38815 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38816
38817         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
38818         (gst_alsa_drain_audio), (gst_alsa_stop_audio):
38819           really start/stop clock only on PLAYING <=> PAUSED
38820         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
38821           remove \n from debugging lines
38822         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
38823           make it work when seeking does not
38824         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
38825           reset on DISCONT
38826
38827 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38828
38829         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start):
38830           start clock on PAUSED=>PLAYING, not later
38831         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
38832           extract correct time for different discont formats
38833         (gst_alsa_sink_get_time):
38834           don't segfault when no format is negotiated yet, just return 0
38835         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
38836         (gst_ogg_demux_handle_event), (gst_ogg_demux_push),
38837         (gst_ogg_pad_push):
38838           handle flush and discont events correctly
38839         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
38840           handle discont events correctly
38841
38842 2004-01-31  Thomas Vander Stichele  <thomas at apestaart dot org>
38843
38844         * gst-libs/gst/play/play.c: (gst_play_error_quark),
38845         (gst_play_error_create), (gst_play_error_plugin),
38846         (gst_play_pipeline_setup), (gst_play_init), (gst_play_new):
38847         * gst-libs/gst/play/play.h:
38848           add error handling during creation
38849         * examples/gstplay/player.c: (main):
38850           use new gst_play_new
38851
38852
38853 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38854
38855         * ext/theora/theoradec.c: (theora_dec_chain):
38856           make comments work
38857         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
38858         (vorbis_dec_src_event), (vorbis_dec_chain):
38859           add encoder tag, fix tag reading to be more error tolerant, change
38860           BITRATE to NOMINAL_BITRATE, add debugging, don't unref events after
38861           gst_pad_event_default.
38862         * gst/tags/gstvorbistag.c:
38863         (gst_tag_list_from_vorbiscomment_buffer):
38864           undefine function specific define at end of function
38865
38866 2004-01-31  Jeremy Simon  <jesimon@libertysurf.fr>
38867
38868         * ext/flac/gstflac.c: (plugin_init):
38869         * ext/flac/gstflacdec.c: (gst_flacdec_class_init):
38870         * ext/flac/gstflacdec.h:
38871         * ext/flac/gstflacenc.h:
38872           Fix typos
38873
38874 2004-01-30  David I. Lehn  <dlehn@users.sourceforge.net>
38875
38876         * examples/gstplay/player.c: s/gstplay.h/play.h/
38877
38878 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
38879
38880         * gst-libs/gst/play/Makefile.am:
38881         * gst-libs/gst/play/gstplay.c:
38882         * gst-libs/gst/play/gstplay.h:
38883         * gst-libs/gst/play/play.c:
38884           more surgery, operation complete
38885
38886 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
38887
38888         * gst-libs/gst/play/play.old.c:
38889         * gst-libs/gst/play/play.old.h:
38890           after CVS surgery by moving, remove
38891         * gst-libs/gst/play/playpipelines.c:
38892           remove
38893
38894         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
38895           add negotiation error
38896
38897 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
38898
38899         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
38900         (gst_ogg_demux_push):
38901           add some seeking debug info
38902           send a flush when seeking
38903
38904 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38905
38906         * configure.ac:
38907           use AC_C_INLINE
38908         * configure.ac:
38909         * ext/Makefile.am:
38910         * ext/theora/Makefile.am:
38911         * ext/theora/theoradec.c:
38912           add theora video decoder. Does just do simple decoding for now and
38913           has been tested against Theora cvs only. It only works when theora
38914           is compiled with --enable-static.
38915         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
38916           always reset packetno on DISCONT
38917
38918 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38919
38920         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
38921           Fix audio.
38922
38923 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38924
38925         * gst/mpegaudioparse/gstmpegaudioparse.c:
38926         (mp3_type_frame_length_from_header):
38927           Fix header parsing - stolen from ffmpeg (thank you! :) ).
38928
38929 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38930
38931         * ext/esd/esdsink.c: (gst_esdsink_init):
38932           Since we have static pad template caps, we don't need to negotiate;
38933           either the core errors out or we know the format.
38934
38935 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38936
38937         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
38938         (gst_riff_read_seek):
38939         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
38940         (gst_ebml_read_seek):
38941           Fix event handling.
38942
38943 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38944
38945         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
38946           removee video/x-theora from vp3 decoder, it doesn't handle raw
38947           theora streams
38948         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
38949           fix bug with finalizing element that never went to PAUSED
38950         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
38951           length and position queries were swapped
38952         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
38953         (vorbis_dec_from_granulepos), (vorbis_dec_src_query),
38954         (vorbis_dec_src_event):
38955           implement querying time and bytes
38956
38957 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
38958
38959         * just about every source file:
38960           gst_element_error -> GST_ELEMENT_ERROR
38961
38962 2004-01-29  Julien MOUTTE  <julien@moutte.net>
38963
38964         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get): Fixing seeking
38965         emiting FLUSH and even before DISCONT.
38966         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): Fix seeking to
38967         get the best instant seeking as possible yay!
38968
38969 2004-01-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38970
38971         * gst/mpeg1videoparse/gstmp1videoparse.c:
38972         (gst_mp1videoparse_real_chain):
38973           Committed wrong version last week... Grr... Didn't notice until now.
38974
38975 2004-01-29  Julien MOUTTE <julien@moutte.net>
38976
38977         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new):
38978         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new): Emit the
38979         have_xwindow_id signal in xwindow_create.
38980
38981 2004-01-29  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38982
38983         * ext/ogg/gstoggdemux.c:
38984           lots of changes - mainly support for chained bitstreams, seeking,
38985           querying and bugfixes of course
38986         * ext/vorbis/Makefile.am:
38987         * ext/vorbis/vorbisdec.c:
38988         * ext/vorbis/vorbisdec.h:
38989           add vorbisdec raw vorbis decoder
38990         * ext/vorbis/vorbis.c: (plugin_init):
38991           register vorbisdec as PRIMARY, vorbisfile as SECONDARY
38992         * gst/intfloat/Makefile.am:
38993         * gst/intfloat/float22int.c:
38994         * gst/intfloat/float22int.h:
38995         * gst/intfloat/gstintfloatconvert.c: (plugin_init):
38996           add float2intnew plugin. It converts multichannel interleaved float to
38997           multichannel interleaved int. The name should probably be changed.
38998         * gst/typefind/gsttypefindfunctions.c: (theora_type_find),
38999         (plugin_init):
39000           add typefinding for raw theora video so oggdemux can detect it.
39001
39002 2004-01-28  Julien MOUTTE  <julien@moutte.net>
39003
39004         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): seek on video
39005         sink element first.
39006         * gst/videoscale/gstvideoscale.c:
39007         (gst_videoscale_handle_src_event): Fixing src event handler.
39008
39009 2004-01-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39010
39011         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
39012         (gst_v4lsrc_open), (gst_v4lsrc_close),
39013         (gst_v4lsrc_palette_to_caps), (gst_v4lsrc_srcconnect),
39014         (gst_v4lsrc_getcaps), (gst_v4lsrc_set_clock):
39015         * sys/v4l/gstv4lsrc.h:
39016         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_start),
39017         (gst_v4lsrc_grab_frame), (gst_v4lsrc_capture_stop):
39018           Implement resizing... Hack. But that's why v4l is b0rked...
39019
39020 2004-01-28  Julien MOUTTE <julien@moutte.net>
39021
39022         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
39023         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
39024         (gst_ximagesink_ximage_put), (gst_ximagesink_xwindow_new),
39025         (gst_ximagesink_xwindow_destroy):
39026         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
39027         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
39028         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
39029         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_get_xv_support),
39030         (gst_xvimagesink_xcontext_get): Removing some useless debugs messages,
39031         correctly cleaning the image created to check xshm calls on succes,
39032         added a lot of XSync calls in X11 functions, and fixed a segfault when
39033         no image format was defined before negotiation happened.
39034
39035 2004-01-28  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39036
39037         * ext/alsa/gstalsa.c: (gst_alsa_query_func):
39038           use gst_element_get_time to get correct time
39039
39040 2004-01-28  Julien MOUTTE  <julien@moutte.net>
39041
39042         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
39043         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_destroy),
39044         (gst_ximagesink_xcontext_get), (gst_ximagesink_class_init):
39045         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xerror),
39046         (gst_xvimagesink_check_xshm_calls),
39047         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xcontext_get): Our
39048         X plugins are now able to detect that XShm calls will fail even if the
39049         server claims that it has XShm support (remote displays most of the
39050         time). We then log the error as a GST_DEBUG and set use_shm to FALSE
39051         so that we use non XShm functions. This feature is almost useless for
39052         xvimagesink as Xv is not supported on remote displays anyway, but
39053         it might happen than even on the local display XShm calls fail.
39054
39055 2004-01-27  David Schleef  <ds@schleef.org>
39056
39057         * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
39058         (gst_esdsink_link), (gst_esdsink_get_time), (gst_esdsink_chain),
39059         (gst_esdsink_change_state):  Fix sync issues in esdsink.  Also
39060         changed esdsink to only use 44100,16,2, since esd sucks at rate
39061         conversion and esdsink has had difficulty negotiating.
39062
39063 2004-01-27  Julien MOUTTE <julien@moutte.net>
39064
39065         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback),
39066         (gst_play_seek_to_time): Fixing the way to get current position.
39067
39068 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39069
39070         * sys/oss/gstosssink.c: (gst_osssink_sink_query):
39071           use gst_element_get_time to get correct time
39072
39073 2004-01-27  Julien MOUTTE <julien@moutte.net>
39074
39075         * gst-libs/gst/play/gstplay.c: (gst_play_set_location): The easiest
39076         fix ever... Inverting 2 lines of code make spider autoplug correctly
39077         tagged mp3 !
39078
39079 2004-01-27  David Schleef  <ds@schleef.org>
39080
39081         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
39082         Use gst_pad_try_set_caps_nonfixed().
39083
39084 2004-01-27  David Schleef  <ds@schleef.org>
39085
39086         * gst/ac3parse/gstac3parse.c: update to checklist 5
39087         * gst/adder/gstadder.c: rewrite negotiation.  update to checklist 5
39088         * gst/audioconvert/gstaudioconvert.c: update to checklist 5
39089         * gst/audioscale/gstaudioscale.c: same
39090         * gst/auparse/gstauparse.c: same
39091         * gst/avi/gstavidemux.c: same
39092
39093 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39094
39095         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
39096           stop processing after EOS
39097
39098 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39099
39100         * gst/asfdemux/asfheaders.h:
39101         * gst/asfdemux/gstasfdemux.c:
39102         * gst/asfdemux/gstasfmux.c: (gst_asfmux_put_guid),
39103         (gst_asfmux_put_string), (gst_asfmux_put_wav_header),
39104         (gst_asfmux_put_vid_header), (gst_asfmux_put_bmp_header):
39105           lot's of fixes to make data extraction simpler and get the code
39106           architecture and compiler independant. Add debugging category
39107         * gst/goom/gstgoom.c: (gst_goom_change_state):
39108           reset channel count on PAUSED=>READY, not READY=>PAUSED
39109
39110 2004-01-26  Colin Walters  <walters@verbum.org>
39111
39112         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_get): Remove ugly
39113         code to pull a bigger buffer in iradio mode.  This as a side effect
39114         makes typefinding work.
39115
39116 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
39117
39118         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
39119         Fix SVQ3 decoding on PPC
39120
39121 2004-01-26  Julien MOUTTE <julien@moutte.net>
39122
39123         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain): Dunno how
39124         that one managed to stay there... Fixed.
39125
39126 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
39127
39128         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
39129         (gst_ffmpeg_caps_to_extradata), (gst_ffmpeg_caps_to_pixfmt):
39130         * gst/qtdemux/qtdemux.c: (plugin_init), (qtdemux_parse_trak),
39131         (qtdemux_video_caps):
39132         * gst/qtdemux/qtdemux.h:
39133         Add SVQ3 specific flags to qtdemux and ffmpeg
39134
39135 2004-01-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39136
39137         * gst-libs/gst/audio/audio.h:
39138           remove buffer-frames from audio caps
39139         * gst/audioconvert/gstaudioconvert.c:
39140           fix plugin to really work.
39141
39142 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39143
39144         * gst-libs/gst/mixer/mixer.c:
39145         * gst-libs/gst/propertyprobe/propertyprobe.c:
39146         * gst-libs/gst/tuner/tuner.c: (gst_tuner_find_norm_by_name),
39147         (gst_tuner_find_channel_by_name):
39148         * gst-libs/gst/tuner/tuner.h:
39149           Add gtk-doc style comments. Also fix a function name.
39150
39151 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39152
39153         * ext/divx/gstdivxdec.c: (gst_divxdec_init),
39154         (gst_divxdec_negotiate):
39155           Fix for new capsnego - also fixes gst-player with divxdec.
39156
39157 2004-01-25  Julien MOUTTE  <julien@moutte.net>
39158
39159         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
39160         (gst_play_identity_handoff), (gst_play_set_location),
39161         (gst_play_set_visualization), (gst_play_connect_visualization): Another
39162         try in visualization implementation. Still have an issue with switch
39163         blocking when pulling from video_queue and only audio comes out of
39164         spider.
39165         * gst/switch/gstswitch.c: (gst_switch_release_pad),
39166         (gst_switch_poll_sinkpads), (gst_switch_class_init): Implementing pad
39167         release method. And check if the pad is usable before pulling.
39168
39169 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39170
39171         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose),
39172         (gst_videobalance_init),
39173         (gst_videobalance_colorbalance_list_channels),
39174         (gst_videobalance_colorbalance_set_value),
39175         (gst_videobalance_colorbalance_get_value),
39176         (gst_videobalance_update_properties),
39177         (gst_videobalance_update_tables_planar411),
39178         (gst_videobalance_planar411):
39179         * gst/videofilter/gstvideobalance.h:
39180           Implement lookup-tables. +/- 10x faster.
39181
39182 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39183
39184         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
39185         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
39186           The index reading was broken. The rest worked fine, but the whole
39187           goal of my rewrite was to make avidemux readable, and this was
39188           not at all readable. Please use typed variables.
39189
39190 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39191
39192         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
39193           Additional pad usability check.
39194         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
39195         (mp1videoparse_find_next_gop), (gst_mp1videoparse_time_code),
39196         (gst_mp1videoparse_real_chain):
39197           Fix MPEG video stream parsing. The original plugin had several
39198           issues, including not timestamping streams where the source was
39199           not timestamped (this happens with PTS values in mpeg system
39200           streams, but MPEG video is also a valid stream on its own so
39201           that needs timestamps too). We use the display time code for that
39202           for now. Also, if one incoming buffer contains multiple valid
39203           frames, we push them all on correctly now, including proper EOS
39204           handling. Lastly, several potential segfaults were fixed, and we
39205           properly sync on new sequence/gop headers to include them in next,
39206           not previous frames (since they're header for the next frame, not
39207           the previous). Also see #119206.
39208         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain),
39209         (bpf_from_header):
39210           Move caps setting so we only do it after finding several valid
39211           MPEG-1 fraes sequentially, not right after the first one (which
39212           might be coincidental).
39213         * gst/typefind/gsttypefindfunctions.c: (mpeg1_sys_type_find),
39214         (mpeg_video_type_find), (mpeg_video_stream_type_find),
39215         (plugin_init):
39216           Add unsynced MPEG video stream typefinding, and change some
39217           probability values so we detect streams rightly. The idea is as
39218           follows: I can have an unsynced system stream which contains
39219           video. In the current code, I would randomly get a type for either
39220           system or video stream type found, because the probabilities are
39221           being calculated rather randomly. I now use fixed values, so we
39222           always prefer system stream if that was found (and that is how it
39223           should be). If no system stream was found, we can still identity                the stream as video-only.
39224
39225 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39226
39227         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
39228         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
39229           don't write to buffer. Extract data without the need of
39230           __attribute__ ((packed))
39231
39232 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39233
39234         * gst/typefind/gsttypefindfunctions.c: (mpeg1_parse_header),
39235         (mpeg1_sys_type_find):
39236           Fix MPEG-1 stream typefinding.
39237
39238 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39239
39240         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
39241           Fix typefinding for MPEG-1 system streams, similar to MPEG-2.
39242
39243 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
39244
39245         * ext/esd/esdsink.c: (gst_esdsink_open_audio):
39246         * ext/esd/gstesd.c: (plugin_init):
39247           private debugging, better error reporting
39248
39249 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39250
39251         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
39252         (gst_riff_read_init), (gst_riff_read_change_state):
39253         * gst-libs/gst/riff/riff-read.h:
39254           Remove stuff fromold metadata system.
39255
39256 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39257
39258         * ext/ogg/gstoggdemux.c:
39259           Fix wrong file comment.
39260         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
39261         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
39262           Add metadata reading properly.
39263
39264 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
39265
39266         * ext/Makefile.am:
39267           Fix nas DIST_SUBDIRS
39268           Uraeus:
39269           Fix bug where make distcheck doesn't get run on adding stuff to
39270           the build.
39271
39272 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39273
39274         * ext/divx/gstdivxdec.c: (gst_divxdec_init), (gst_divxdec_setup):
39275         * ext/divx/gstdivxdec.h:
39276           Fix divx3 ("msmpeg4") playback using divxdec.
39277
39278 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39279
39280         * gst/typefind/gsttypefindfunctions.c:
39281         (mp3_type_frame_length_from_header): fix bug in length computation
39282         (mp3_type_find): improve debugging output
39283
39284 2004-01-23  Julien MOUTTE  <julien@moutte.net>
39285
39286         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
39287         (gst_play_set_location), (gst_play_seek_to_time),
39288         (gst_play_set_audio_sink), (gst_play_set_visualization),
39289         (gst_play_connect_visualization), (gst_play_get_sink_element): Reworked
39290         the pipeline from scratch. Visualization is back and switch went out as
39291         i realized it was not possible to use the way i wanted.
39292         * sys/ximage/ximagesink.c: (gst_ximagesink_imagepool_clear),
39293         (gst_ximagesink_change_state), (gst_ximagesink_dispose): Move xcontext
39294         clearing in state change from READY to NULL. So that one can clean the
39295         X ressources keeping the element.
39296         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
39297         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_change_state),
39298         (gst_xvimagesink_colorbalance_set_value),
39299         (gst_xvimagesink_colorbalance_get_value),
39300         (gst_xvimagesink_set_property), (gst_xvimagesink_dispose),
39301         (gst_xvimagesink_init): Same xcontext cleaning than ximagesink in state
39302         change from READY to NULL and fixed some stupid bugs in colorbalance
39303         get/set values. Also added the following feature : when nobody tries to
39304         set some values to the colorbalance levels before the xcontext is
39305         grabbed, then when creating channels list from Xv attributes we set the
39306         internal values to the Xv defaults. This way we handle buggy Xv drivers
39307         that set default hue values far from the middle of the range (Thanks
39308         to Jon Trowbridge for pointing that issue).
39309         * sys/xvimage/xvimagesink.h: Adding a cb_changed boolean to know if
39310         colorbalance levels have been set before xcontext is grabbed.
39311
39312 2004-01-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39313
39314         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
39315           Fix the ossmixer case where we shouldn't open /dev/dsp* because
39316           it might block operations (which is bad for a mixer).
39317
39318 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
39319
39320         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
39321         (deep_notify_callback), (gmi_set_decoder), (gmi_clear_decoder),
39322         (gmip_find_type_pre):
39323         * gst-libs/gst/media-info/media-info-priv.h:
39324         * gst-libs/gst/media-info/media-info.c:
39325         (gst_media_info_instance_init), (gst_media_info_read_idler):
39326         add fakesink to get caps on decoder src pad again
39327         fix callback prototype to match new have_type signal signature
39328
39329 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
39330
39331         * gst/adder/gstadder.c: (gst_adder_link):
39332           fix non-compile and cut-n-paste code
39333
39334 2004-01-21  David Schleef  <ds@schleef.org>
39335
39336         * ext/swfdec/gstswfdec.c: (gst_swfdec_video_getcaps),
39337         (gst_swfdec_video_link), (copy_image), (gst_swfdec_loop),
39338         (gst_swfdec_init), (gst_swfdec_change_state):
39339         * ext/swfdec/gstswfdec.h:
39340         Fix negotiation.
39341         * gst/adder/gstadder.c: (gst_adder_link), (gst_adder_init),
39342         (gst_adder_request_new_pad): Fix negotiation.
39343         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_fixate):
39344         Add a fixate function.
39345         * gst/intfloat/gstfloat2int.c:
39346         * gst/intfloat/gstfloat2int.h:
39347         * gst/intfloat/gstint2float.c:
39348         * gst/intfloat/gstint2float.h:
39349         Completely rewrite the negotiation.  Doesn't quite work yet,
39350         due to some buffer-frames problem.
39351
39352 2004-01-21  Thomas Vander Stichele  <thomas at apestaart dot org>
39353
39354         * ext/gnomevfs/gstgnomevfssrc.c:
39355         * sys/v4l2/v4l2_calls.h:
39356           fix includes for distcheck
39357
39358 2004-01-21  Christian Schaller <uraeus@gnome.org>
39359
39360         * ext/nas/
39361         Add libnas (network audio system) plugin, patch from Arwed von Merkatz
39362         based on earlier patch from Laurent Vivier
39363
39364 2004-01-20  Jeremy Simon  <jesimon@libertysurf.fr>
39365
39366         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
39367         Fix wma caps property
39368         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
39369         Fix typo (flags1 and flags2)
39370
39371 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
39372
39373         * gst-libs/gst/media-info/media-info-priv.c:
39374         (deep_notify_callback), (gmi_seek_to_track), (gmi_get_decoder),
39375         (gmip_find_type_pre), (gmip_find_type), (gmip_find_stream_post),
39376         (gmip_find_stream), (gmip_find_track_metadata),
39377         (gmip_find_track_streaminfo_post), (gmip_find_track_streaminfo),
39378         (gmip_find_track_format):
39379         * gst-libs/gst/media-info/media-info-priv.h:
39380         * gst-libs/gst/media-info/media-info-test.c: (main):
39381         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
39382         (gst_media_info_read_idler), (gst_media_info_read):
39383         * gst-libs/gst/media-info/media-info.h:
39384           register debugging category and use it for debugging
39385
39386 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
39387
39388         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_update_streaminfo),
39389         (gst_vorbisfile_new_link):
39390           signal streaminfo through tags
39391
39392 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39393
39394         * ext/mplex/gstmplex.cc:
39395         * ext/mplex/gstmplexibitstream.cc:
39396           g++ doesn't like NULL in our i18n/error macros, should be
39397           either (NULL) or ("").
39398
39399 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39400
39401         * sys/dxr3/dxr3audiosink.c:
39402         * sys/dxr3/dxr3init.c:
39403         * sys/dxr3/dxr3spusink.c: (dxr3spusink_close):
39404         * sys/dxr3/dxr3videosink.c: (dxr3videosink_close):
39405           Fix more error error error errors (missing includes here).
39406
39407 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39408
39409         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
39410           fix thomas' error errors.
39411
39412 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
39413
39414         * ext/mpeg2enc/gstmpeg2enc.cc:
39415           fix error errors.
39416
39417 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39418
39419         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
39420         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
39421           Fix for new error system.
39422
39423 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
39424
39425         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
39426           fix for new error reporting
39427
39428 2004-01-20  David Schleef  <ds@schleef.org>
39429
39430         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
39431         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
39432         (gst_ximagesink_set_xwindow_id): Change to using a framerate
39433         of [1,100] instead of [0,MAX], since 0 isn't handled correctly,
39434         and neither is 100+, most likely.
39435         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
39436         (gst_xvimagesink_getcaps): same
39437
39438 2004-01-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39439
39440         * configure.ac:
39441           Up version requirement to 2.0.3 (not yet released) to avoid symbol
39442           clashes with ffmpeg.
39443
39444 2004-01-20  Julien MOUTTE  <julien@moutte.net>
39445
39446         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
39447         (gst_switch_init): Fixed switch element : proxying link and setting
39448         caps from src to sink on request.
39449
39450 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
39451
39452         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
39453         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
39454         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
39455         fix element_error
39456
39457 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
39458
39459         * sys/v4l/v4l_calls.h:
39460         * sys/v4l2/v4l2_calls.h:
39461           element_error fixes
39462
39463 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
39464
39465         * gst-libs/gst/gst-i18n-plugin.h:
39466           add locale.h
39467           remove config.h inclusion
39468
39469 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
39470
39471         * autogen.sh:
39472           adding autopoint invocation
39473         * Makefile.am:
39474         * configure.ac:
39475         * gst-libs/gst/gettext.h:
39476           adding gettext bits
39477         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
39478         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
39479         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
39480         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
39481         (gst_gnomevfssink_close_file):
39482         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_open_file):
39483         * ext/sndfile/gstsf.c: (gst_sf_loop), (plugin_init):
39484         * gst-libs/gst/gst-i18n-plugin.h:
39485         * gst/avi/gstavi.c: (plugin_init):
39486         * sys/dxr3/dxr3init.c: (plugin_init):
39487         * sys/dxr3/dxr3videosink.c: (dxr3videosink_write_data):
39488         * sys/oss/gstossaudio.c: (plugin_init):
39489         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
39490         * sys/v4l/gstv4l.c: (plugin_init):
39491         * sys/v4l/v4l_calls.c: (gst_v4l_open):
39492         * sys/v4l2/gstv4l2.c: (plugin_init):
39493         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
39494         (gst_v4l2_fill_lists), (gst_v4l2_get_norm), (gst_v4l2_set_norm),
39495         (gst_v4l2_get_input), (gst_v4l2_set_input), (gst_v4l2_get_output),
39496         (gst_v4l2_set_output), (gst_v4l2_get_frequency),
39497         (gst_v4l2_set_frequency), (gst_v4l2_signal_strength),
39498         (gst_v4l2_get_attribute), (gst_v4l2_set_attribute):
39499           make sure locale and translation domain are set
39500           fix translated strings
39501         * po/.cvsignore:
39502         * po/LINGUAS:
39503         * po/Makevars:
39504         * po/POTFILES.in:
39505         * po/nl.po:
39506           put translation files into place
39507         * sys/xvideo/imagetest.c: (main):
39508         * ext/dv/demo-play.c: (main):
39509           fix unnecessary translations
39510
39511 2004-01-19  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
39512
39513         * ext/sndfile/gstsf.c:
39514         * gst/avi/gstavimux.c:
39515         * ext/audiofile/gstafsink.c:
39516         * ext/audiofile/gstafsrc.c:
39517         * ext/gnomevfs/gstgnomevfssink.c:
39518         * ext/gnomevfs/gstgnomevfssrc.c:
39519         * sys/oss/gstosselement.c:
39520         * sys/v4l/v4l_calls.h:
39521           fix i18n include
39522
39523 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
39524
39525         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
39526         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
39527         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
39528         (gst_v4l2_get_output), (gst_v4l2_set_output),
39529         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
39530         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
39531         (gst_v4l2_set_attribute):
39532         update to new error handling
39533
39534 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
39535
39536         * ext/sidplay/gstsiddec.cc:
39537         * gst/modplug/gstmodplug.cc:
39538           parenthese NULL because C++ seems angry about it
39539
39540 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
39541
39542         * gst-libs/gst/gst-i18n-plugin.h:
39543           add skeleton i18n stuff, but needs to be further implemented
39544
39545 2004-01-18  Thomas Vander Stichele  <thomas at apestaart dot org>
39546
39547         * examples/gstplay/player.c: (main):
39548         * ext/aalib/gstaasink.c: (gst_aasink_open):
39549         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
39550         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
39551         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
39552         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
39553         (gst_afsink_close_file):
39554         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
39555         (gst_afsrc_close_file):
39556         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
39557         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
39558         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
39559         * ext/esd/esdmon.c: (gst_esdmon_get):
39560         * ext/esd/esdsink.c: (gst_esdsink_chain):
39561         * ext/faac/gstfaac.c: (gst_faac_chain):
39562         * ext/faad/gstfaad.c: (gst_faad_chain):
39563         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
39564         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
39565         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
39566         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
39567         (gst_flacdec_loop):
39568         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
39569         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
39570         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
39571         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
39572         (gst_gnomevfssink_close_file):
39573         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
39574         (gst_gnomevfssrc_open_file):
39575         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
39576         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
39577         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
39578         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
39579         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
39580         * ext/mad/gstmad.c: (gst_mad_chain):
39581         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
39582         * ext/mpeg2dec/gstmpeg2dec.c:
39583         * ext/mpeg2enc/gstmpeg2enc.cc:
39584         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
39585         * ext/mplex/gstmplex.cc:
39586         * ext/mplex/gstmplexibitstream.cc:
39587         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
39588         (gst_ogg_demux_push), (gst_ogg_pad_push):
39589         * ext/raw1394/gstdv1394src.c:
39590         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
39591         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
39592         * ext/sidplay/gstsiddec.cc:
39593         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
39594         (gst_sf_loop):
39595         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
39596         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
39597         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
39598         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
39599         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
39600         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
39601         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
39602         * gst-libs/gst/Makefile.am:
39603         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
39604         (gst_riff_read_element_data), (gst_riff_read_seek),
39605         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
39606         * gst/adder/gstadder.c: (gst_adder_parse_caps), (gst_adder_loop):
39607         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
39608         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
39609         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
39610         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
39611         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
39612         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
39613         * gst/goom/gstgoom.c: (gst_goom_chain):
39614         * gst/id3/gstid3types.c: (gst_id3types_loop):
39615         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
39616         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
39617         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
39618         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
39619         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
39620         (gst_ebml_read_float), (gst_ebml_read_header):
39621         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
39622         (gst_matroska_demux_parse_blockgroup):
39623         * gst/modplug/gstmodplug.cc:
39624         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
39625         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
39626         * gst/oneton/gstoneton.c: (gst_oneton_chain):
39627         * gst/silence/gstsilence.c: (gst_silence_get):
39628         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
39629         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
39630         * gst/speed/gstspeed.c: (speed_loop):
39631         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
39632         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
39633         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
39634         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
39635         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
39636         (gst_wavparse_loop):
39637         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
39638         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
39639         (dxr3audiosink_close):
39640         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
39641         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
39642         (dxr3videosink_close), (dxr3videosink_write_data):
39643         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
39644         * sys/oss/gstosselement.h:
39645         * sys/oss/gstosssink.c: (gst_osssink_get_type), (gst_osssink_init),
39646         (gst_osssink_chain):
39647         * sys/oss/gstosssrc.c: (gst_osssrc_get):
39648         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
39649         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
39650         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
39651         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_window),
39652         (gst_v4l_enable_overlay):
39653         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
39654         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
39655         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
39656         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
39657         (gst_v4l_set_audio):
39658         * sys/v4l/v4l_calls.h:
39659         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
39660         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
39661         (gst_v4lmjpegsink_playback_init),
39662         (gst_v4lmjpegsink_playback_start):
39663         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
39664         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_capture),
39665         (gst_v4lmjpegsrc_set_capture_m), (gst_v4lmjpegsrc_capture_init),
39666         (gst_v4lmjpegsrc_requeue_frame):
39667         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
39668         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
39669         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
39670         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
39671         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
39672         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
39673         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
39674         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
39675         (gst_v4l2src_capture_stop):
39676         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
39677         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
39678         (gst_ximagesink_chain):
39679         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
39680         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
39681         (gst_xvideosink_xwindow_new):
39682         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
39683         (gst_xvimagesink_chain):
39684         use new error signal, function and categories
39685
39686 2004-01-18  Jeremy Simon <jesimon@libertysurf.fr>
39687
39688         * configure.ac:
39689         * ext/Makefile.am:
39690         * ext/musicbrainz/gsttrm.c:
39691         * ext/musicbrainz/gsttrm.h:
39692         * ext/musicbrainz/Makefile.am:
39693         Add a trm plugin
39694
39695 2004-01-18  Julien MOUTTE  <julien@moutte.net>
39696
39697         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property),
39698         (gst_ximagesink_get_property), (gst_ximagesink_class_init): Adding
39699         synchronous property for debugging.
39700         * sys/ximage/ximagesink.h: Adding the synchronous boolean flag.
39701         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
39702         (gst_xvimagesink_set_property): Moving a pointer declaration to a
39703         smaller block, fixing indent.
39704
39705 2004-01-16  David Schleef  <ds@schleef.org>
39706
39707         * gst/videofilter/gstvideobalance.c: Fix regression; changing a
39708         property affects the video stream.
39709         * sys/xvimage/xvimagesink.c:
39710         * sys/xvimage/xvimagesink.h:
39711         Add synchronous property for debugging.  Should probably be
39712         disabled in non-CVS builds.  Make sure that the Xv attribute
39713         exists before we set it (crash!).  Fix a silly float bug that
39714         caused colorbalance to just not work.
39715
39716 2004-01-17  Christian Schaller <Uraeus@gnome.org>
39717
39718         * tools/gst-launch-ext.in - update for new plugins
39719
39720 2004-01-16  David Schleef  <ds@schleef.org>
39721
39722         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect): Fix use of
39723         already-freed caps.
39724
39725 2994-01-16  Christian Schaller <Uraeus@gnome.org>
39726
39727         * Update spec for new colorspace plugin and libcaca plugin
39728         * Fix compilation of libcaca plugin (clock -> id)
39729
39730 2004-01-16  Julien MOUTTE <julien@moutte.net>
39731
39732         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_update_colorbalance),
39733         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
39734         (gst_xvimagesink_set_xwindow_id),
39735         (gst_xvimagesink_colorbalance_set_value),
39736         (gst_xvimagesink_colorbalance_get_value),
39737         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
39738         (gst_xvimagesink_init), (gst_xvimagesink_class_init): Implementing
39739         correct colorbalance properties. They can now be set when the element
39740         is still in NULL state. The values will be committed to the Xv Port
39741         when xcontext is initialized.
39742         * sys/xvimage/xvimagesink.h: Added hue, saturation, contrast,
39743         brightness int values in the GstXvImagesink structure.
39744
39745 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39746
39747         * gst-libs/gst/Makefile.am:
39748           restructure so having local patches works easier.
39749
39750 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39751
39752         * ext/mpeg2enc/Makefile.am:
39753         * ext/mpeg2enc/gstmpeg2enc.cc:
39754         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
39755           Bugfix with respect to EOS handling.
39756
39757 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39758
39759         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
39760           Link with right caps (else, it segfaults).
39761         * ext/mplex/gstmplexjob.cc:
39762           Fix for slight API change in 1.6.1.93 release of mjpegtools.
39763
39764 2004-01-15  David Schleef  <ds@schleef.org>
39765
39766         * gst-libs/gst/audio/Makefile.am:
39767         Add gstaudiofiltertemplate.c and building of gstaudiofilterexample.c
39768         from the template.
39769         * gst-libs/gst/audio/gstaudiofilter.c:
39770         * gst-libs/gst/audio/gstaudiofilter.h:
39771         Add bytes_per_sample and size and n_samples calculation.
39772         * gst-libs/gst/audio/gstaudiofilterexample.c:
39773         Remove, now autogenerated.
39774         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
39775         Moved from gstaudiofilterexample, object name changed, code added
39776         so that it actually works.
39777         * gst-libs/gst/audio/make_filter:
39778         Script to build an audiofilter subclass from the template.
39779         * gst/colorspace/Makefile.am:
39780         * gst/colorspace/yuv2yuv.c:
39781         Remove file, since it's GPL, and we don't use it.
39782
39783 2004-01-15  Julien MOUTTE  <julien@moutte.net>
39784
39785         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
39786         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Making both of
39787         them use the buffer free function to test how the buffer was allocated.
39788
39789 2004-01-15  David Schleef  <ds@schleef.org>
39790
39791         * ext/esd/esdsink.c: (gst_esdsink_class_init): Remove property
39792         that handles osssink fallback.
39793         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
39794         (gst_audio_convert_getcaps):
39795         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
39796         Add audio/x-qdm2 for QDM2 audio.
39797         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
39798         * gst/sine/gstsinesrc.h: Add example of how to implement tags.
39799         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
39800         Decrease minimum size to 16x16.
39801         * gst/wavparse/gstwavparse.c:
39802         Convert disabled pad template caps to new caps.
39803         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
39804         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
39805         (gst_xvimagesink_chain): Throw element error when display cannot
39806         be opened.  Increase minimum framerate to 1.0.  Check the data
39807         free function on a buffer to make sure it is the type we expect
39808         before manipulating it.
39809
39810 2004-01-15  Julien MOUTTE <julien@moutte.net>
39811
39812         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
39813         (gst_videobalance_colorbalance_set_value): Implement passthru if
39814         settings are in the middle.
39815         * tools/gst-launch-ext.in: Stop using xvideosink, use ximagesink.
39816
39817 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39818
39819         * gst/videofilter/Makefile.am:
39820         * gst/volume/Makefile.am:
39821           Since we use videofilter symbols, link to it.
39822
39823 2004-01-15  Julien MOUTTE <julien@moutte.net>
39824
39825         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init): Setting
39826         mixer interface type to HARDWARE.
39827         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init): Adding a default
39828         type to SOFTWARE.
39829         * gst-libs/gst/mixer/mixer.h: Adding mixer interface type and macro.
39830         * gst-libs/gst/mixer/mixertrack.h: Adding mixertrack flag SOFTWARE.
39831         * gst/volume/gstvolume.c: (gst_volume_interface_supported),
39832         (gst_volume_interface_init), (gst_volume_list_tracks),
39833         (gst_volume_set_volume), (gst_volume_get_volume),
39834         (gst_volume_set_mute), (gst_volume_mixer_init),
39835         (gst_volume_dispose), (gst_volume_get_type), (volume_class_init),
39836         (volume_init): Implementing mixer interface.
39837         * gst/volume/gstvolume.h: Adding tracklist for mixer interface.
39838         * sys/oss/gstosselement.c: (gst_osselement_get_type),
39839         (gst_osselement_change_state): Removing some trailing commas in
39840         structures.
39841         * sys/oss/gstossmixer.c: (gst_ossmixer_interface_init): Setting mixer
39842         interface type to HARDWARE.
39843         * sys/v4l/gstv4lcolorbalance.c:
39844         (gst_v4l_color_balance_interface_init): Setting colorbalance interface
39845         type to HARDWARE.
39846         * sys/v4l2/gstv4l2colorbalance.c:
39847         (gst_v4l2_color_balance_interface_init): Setting colorbalance
39848         interface type to HARDWARE.
39849         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): use exactly the
39850         same code than ximagesink for event handling.
39851
39852 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39853
39854         * ext/snapshot/Makefile.am:
39855         * ext/snapshot/gstsnapshot.c: (gst_snapshot_sinkconnect),
39856         (gst_snapshot_chain):
39857         * ext/snapshot/gstsnapshot.h:
39858           This has to be a joke... Snapshot should be connected to a tee,
39859           colorspace element before it and EOS after that, where the other
39860           src of the tee receives normal data.
39861           The current way is *wrong*.
39862
39863 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39864
39865         * ext/hermes/gsthermescolorspace.c:
39866           Fix another compile error. Same as below.
39867
39868 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39869
39870         * gst/colorspace/gstcolorspace.c:
39871         * gst/colorspace/yuv2yuv.c: (gst_colorspace_yuy2_to_i420),
39872         (gst_colorspace_i420_to_yv12):
39873           Fix compiling... Didn't test if it actually works.
39874
39875 2004-01-15  David Schleef  <ds@schleef.org>
39876
39877         * configure.ac:
39878         * gst/colorspace/Makefile.am:
39879         * gst/colorspace/gstcolorspace.c:
39880         * gst/colorspace/gstcolorspace.h:
39881         * gst/colorspace/yuv2rgb.c:
39882         * gst/colorspace/yuv2rgb.h:
39883         Duplicate the ext/hermes colorspace plugin, and remove Hermes
39884         code and GPL code.  Fix for new caps negotiation.  Rewrite
39885         much of the format handling code, and some of the conversion
39886         code.  Basically, rewrote almost everything.  This element
39887         handles I420, YV12 to RGB conversions.
39888         * ext/hermes/Makefile.am:
39889         * ext/hermes/gsthermescolorspace.c:
39890         Rename colorspace to hermescolorspace.  Fix negotiation issues.
39891         Remove non-Hermes related code.  This element handles lots of
39892         RGB to RGB conversions, but no YUV.
39893         * ext/hermes/gstcolorspace.c:
39894         * ext/hermes/gstcolorspace.h:
39895         * ext/hermes/rgb2yuv.c:
39896         * ext/hermes/yuv2rgb.c:
39897         * ext/hermes/yuv2rgb.h:
39898         * ext/hermes/yuv2rgb_mmx16.s:
39899         * ext/hermes/yuv2yuv.c:
39900         * ext/hermes/yuv2yuv.h:
39901         Remove old code.
39902
39903 2004-01-14  Colin Walters  <walters@verbum.org>
39904
39905         * ext/mad/gstid3tag.c (gst_id3_tag_chain): Don't nego caps if
39906         they've already been.
39907
39908 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39909
39910         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
39911           assume tag mode when pad is not connected
39912
39913 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39914
39915         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
39916           Don't update the time of the clock
39917         (gst_alsa_sink_loop):
39918           sync to the clock given to alsasink, not the own clock
39919         * sys/oss/gstosssink.c: (gst_osssink_chain):
39920           sync to the clock
39921         (gst_osssink_change_state):
39922           activate the clock
39923         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
39924         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
39925           remove bogus code that made DISCONT events unhandled
39926         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
39927           explicitly case to double in _set_simple. (fixes 2nd warning in bug
39928           #131502)
39929         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_read_object_header),
39930         (gst_asf_demux_handle_sink_event), (gst_asf_demux_audio_caps),
39931         (gst_asf_demux_add_audio_stream), (gst_asf_demux_video_caps):
39932           convert g_warning because of wrong asf data to GST_WARNINGs (fixes
39933           2nd warning in bug #131502)
39934
39935 2004-01-14  Julien MOUTTE  <julien@moutte.net>
39936
39937         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
39938         (gst_videobalance_colorbalance_set_value),
39939         (gst_videobalance_colorbalance_get_value): Fixing videobalance ranges
39940         for colorbalance interface implementation.
39941         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
39942         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
39943         (gst_ximagesink_dispose), (gst_ximagesink_init),
39944         (gst_ximagesink_class_init): Adding DISPLAY property.
39945         * sys/ximage/ximagesink.h: Adding display_name to store display.
39946         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
39947         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
39948         (gst_xvimagesink_dispose), (gst_xvimagesink_init),
39949         (gst_xvimagesink_class_init): Adding DISPLAY property and colorbalance
39950         properties (they still need polishing though for gst-launch use : no
39951         xcontext yet, i ll do that tomorrow).
39952         * sys/xvimage/xvimagesink.h: Adding display_name to store display.
39953
39954 2004-01-14  Julien MOUTTE  <julien@moutte.net>
39955
39956         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
39957         (gst_play_set_location), (gst_play_set_visualization): Preparing
39958         switch integration, adding videobalance in the pipeline.
39959
39960 2004-01-14  Julien MOUTTE <julien@moutte.net>
39961
39962         * gst-libs/gst/colorbalance/colorbalance.c:
39963         (gst_color_balance_class_init): Adding a default type.
39964         * gst-libs/gst/colorbalance/colorbalance.h: Adding a macro to access
39965         the type.
39966         * gst/videofilter/gstvideobalance.c: (gst_videobalance_get_type),
39967         (gst_videobalance_dispose), (gst_videobalance_class_init),
39968         (gst_videobalance_init), (gst_videobalance_interface_supported),
39969         (gst_videobalance_interface_init),
39970         (gst_videobalance_colorbalance_list_channels),
39971         (gst_videobalance_colorbalance_set_value),
39972         (gst_videobalance_colorbalance_get_value),
39973         (gst_videobalance_colorbalance_init): Implementing colorbalance
39974         interface.
39975         * gst/videofilter/gstvideobalance.h: Adding colorbalance channels
39976         list.
39977         * sys/ximage/ximagesink.c: (gst_ximagesink_set_xwindow_id): Fixing a
39978         bug which was triggering a BadAccess X error when setting an overlay
39979         before pad was really negotiated.
39980         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_colorbalance_init):
39981         Using the colorbalance type macro.
39982
39983 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39984
39985         * ext/flac/gstflacenc.c: (gst_flacenc_set_metadata),
39986         (gst_flacenc_chain):
39987           handle tags correctly
39988         * gst/tags/gstid3tag.c: (gst_tag_list_new_from_id3v1):
39989           extract ID3v1 tags correctly
39990
39991 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39992
39993         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find),
39994         (plugin_init):
39995           Improve matroska typefinding for odd-typed headers...
39996
39997 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39998
39999         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
40000           Fix for using incremental number on padnames.
40001
40002 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40003
40004         * ext/divx/gstdivxdec.c:
40005         * ext/divx/gstdivxenc.c:
40006           Set category to divx4linux instead of divx (too generic).
40007         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
40008         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
40009         (gst_wavparse_loop), (gst_wavparse_change_state):
40010         * gst/wavparse/gstwavparse.h:
40011           fix parsing of WAV files with non-standard fmt-tag size and fix
40012           skipping of unrecognized chunks... Someone please fix this thing
40013           to use rifflib so all this is automated.
40014         * sys/v4l/Makefile.am:
40015         * sys/v4l2/Makefile.am:
40016           Add X_CFLAGS because we depend on X (for overlay).
40017
40018 2004-01-14  Jan Schmidt  <thaytan@mad.scientist.com>
40019
40020         * ext/mpeg2dec/gstmpeg2dec.c:
40021           Don't issue a timestamp unless we tagged the frame
40022           with a PTS.
40023
40024 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40025
40026         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback):
40027           Query the audio element to get the time, not the clock. We're
40028           interested in the element's time here.
40029
40030 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40031
40032         * ext/aalib/gstaasink.c: (gst_aasink_chain):
40033         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
40034         * ext/esd/esdsink.c: (gst_esdsink_chain):
40035         * ext/libcaca/gstcacasink.c: (gst_cacasink_chain):
40036         * ext/mas/massink.c: (gst_massink_chain):
40037         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_chain):
40038         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_index),
40039         (gst_matroska_demux_parse_metadata):
40040         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop),
40041         (gst_mpeg_parse_release_locks):
40042         * gst/tcp/gsttcpsink.c: (gst_tcpsink_chain):
40043         * gst/udp/gstudpsink.c: (gst_udpsink_chain):
40044         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
40045         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
40046         (gst_osssink_change_state):
40047         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
40048         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
40049         * sys/xvideo/xvideosink.c: (gst_xvideosink_chain),
40050         (gst_xvideosink_release_locks):
40051         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
40052           use element time.
40053         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_start),
40054         (gst_alsa_clock_stop):
40055         * gst-libs/gst/audio/audioclock.c: (gst_audio_clock_set_active),
40056         (gst_audio_clock_get_internal_time):
40057           simplify for use with new clocking code.
40058         * testsuite/alsa/Makefile.am:
40059         * testsuite/alsa/sinesrc.c: (sinesrc_init), (sinesrc_force_caps):
40060           fix testsuite for new caps system
40061
40062 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40063
40064         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
40065         * ext/flac/gstflacenc.c: (add_one_tag):
40066           length is already host endian, no need to convert. Fixes playback of
40067           tagged files on PPC. (bug #128384)
40068
40069 2004-01-13  Julien MOUTTE <julien@moutte.net>
40070
40071         * gst-libs/gst/colorbalance/colorbalance.h: Adding a type to the
40072         colorbalance interface stating if it is hardware based or software
40073         based.
40074         * gst/videofilter/gstvideobalance.c: (gst_videobalance_planar411):
40075         Removing a trailing comma.
40076         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
40077         (gst_xvimagesink_colorbalance_init): Integrating a patch from Jon
40078         Trowbridge <trow@ximian.com> querying Xv adaptor for min/max value as
40079         the documentation seems to be wrong on the -1000 to 1000 interval.
40080
40081 2004-01-12  David Schleef  <ds@schleef.org>
40082
40083         * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
40084         (gst_efence_buffer_alloc), (gst_fenced_buffer_new),
40085         (gst_fenced_buffer_default_free), (gst_fenced_buffer_default_copy):
40086         Fix negotiation.  Add a bufferalloc function for the sink pad,
40087         and generally clean up some of the code.
40088
40089 2004-01-12  Julien MOUTTE <julien@moutte.net>
40090
40091         * gst-libs/gst/colorbalance/colorbalancechannel.c:
40092         (gst_color_balance_channel_dispose): Adding safety check in dispose
40093         method.
40094         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
40095         (gst_xvimagesink_xcontext_clear),
40096         (gst_xvimagesink_interface_supported),
40097         (gst_xvimagesink_colorbalance_list_channels),
40098         (gst_xvimagesink_colorbalance_set_value),
40099         (gst_xvimagesink_colorbalance_get_value),
40100         (gst_xvimagesink_colorbalance_init), (gst_xvimagesink_get_type):
40101         Adding colorbalance interface support to set XV parameters such as
40102         HUE, BRIGHTNESS, CONTRAST, SATURATION.
40103         * sys/xvimage/xvimagesink.h: Adding the channels list for colorbalance
40104         interface.
40105
40106 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
40107
40108         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_get_type),
40109         (gst_audio_convert_class_init), (gst_audioconvert_getcaps),
40110         (gst_audio_convert_init), (gst_audio_convert_set_property),
40111         (gst_audio_convert_get_property), (gst_audio_convert_chain),
40112         (gst_audio_convert_link),
40113         (gst_audio_convert_buffer_to_default_format),
40114         (gst_audio_convert_buffer_from_default_format), (plugin_init):
40115           - implement _getcaps and use it
40116           - improve linking
40117           - remove float caps since no float conversion is actually done
40118           - remove properties and arguments that were to be used for rate
40119             conversion
40120
40121 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
40122
40123         * gst-libs/gst/audio/audio.c: (_gst_audio_structure_set_list),
40124         (gst_audio_structure_set_int):
40125         * gst-libs/gst/audio/audio.h:
40126           add helper functions for _getcaps matching the standard audio
40127           templates
40128
40129 2004-01-12  David Schleef  <ds@schleef.org>
40130
40131         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
40132         Test that pad is negotiated before getting its caps.
40133
40134 2004-01-12  Julien MOUTTE <julien@moutte.net>
40135
40136         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element): When
40137         analyzing the pads of an element the bin is mostly in READY state so
40138         no caps were negotiated. This helper function needs to work with
40139         _get_caps directly then. I was not freeing them though, added that to
40140         fix the mem leak.
40141
40142 2004-01-12  Julien MOUTTE <julien@moutte.net>
40143
40144         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
40145         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Fixing the
40146         direct put buffers detection. I prefer checking GST_BUFFER_PRIVATE
40147         than the free_func.
40148
40149 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
40150
40151         * sys/oss/gstossaudio.c: (plugin_init):
40152         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
40153         * sys/oss/gstosselement.h:
40154           make an oss debugging category
40155           make failure more descriptive
40156
40157 2004-01-11  David Schleef  <ds@schleef.org>
40158
40159         * ext/ffmpeg/gstffmpeg.c:
40160         * ext/ffmpeg/gstffmpegcodecmap.c:
40161         * ext/ffmpeg/gstffmpegdec.c:
40162         * ext/ffmpeg/gstffmpegenc.c:
40163         * ext/ffmpeg/gstffmpegprotocol.c:
40164         * ext/gdk_pixbuf/gstgdkanimation.c:
40165         * ext/jpeg/gstjpeg.c:
40166         * ext/libpng/gstpng.c:
40167         * ext/mpeg2dec/perftest.c:
40168         * ext/speex/gstspeex.c:
40169         * gst-libs/gst/resample/dtos.c:
40170         * gst/intfloat/gstintfloatconvert.c:
40171         * gst/oneton/gstoneton.c:
40172         * gst/rtjpeg/RTjpeg.c:
40173         * gst/rtp/gstrtp.c:
40174         * sys/dxr3/dxr3init.c:
40175         * sys/glsink/gstgl_nvimage.c:
40176         * sys/glsink/gstgl_pdrimage.c:
40177         * sys/glsink/gstglsink.c:
40178         * testsuite/gst-lint:
40179         Make sure everybody wraps #include "config.h" in #ifdef HAVE_CONFIG_H
40180
40181 2004-01-11  David Schleef  <ds@schleef.org>
40182
40183         * ext/alsa/gstalsasrc.c: (gst_alsa_src_set_caps):
40184         * ext/faac/gstfaac.c: (gst_faac_sinkconnect):
40185         * ext/gdk_pixbuf/gstgdkanimation.c:
40186         (gst_gdk_animation_iter_create_pixbuf):
40187         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
40188         (gst_gdk_pixbuf_chain):
40189         * ext/gdk_pixbuf/gstgdkpixbuf.h:
40190         * ext/jack/gstjack.c: (gst_jack_change_state):
40191         * ext/xvid/gstxviddec.c: (gst_xviddec_sink_link):
40192         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element):
40193         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
40194         * gst/videofilter/gstvideofilter.c:
40195         (gst_videofilter_set_output_size):
40196         Remove all usage of gst_pad_get_caps(), and replace it with
40197         gst_pad_get_allowed_caps() or gst_pad_get_negotiated_cap().
40198
40199 2004-01-11  David Schleef  <ds@schleef.org>
40200
40201         * configure.ac:
40202         * ext/Makefile.am: Fixes to make ext/libcaca compile.
40203         * ext/divx/gstdivxdec.c:
40204         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
40205         (gst_gdk_pixbuf_init), (gst_gdk_pixbuf_chain): Make gdkpixbufdec
40206         handle images that span multiple buffers.  Now work with both
40207         filesrc ! gdkpixbufdec and qtdemux ! gdkpixbufdec.
40208         * ext/gdk_pixbuf/gstgdkpixbuf.h:
40209         * ext/libcaca/gstcacasink.h: Fixes needed due to recent
40210         video/video.h changes
40211         * ext/xvid/gstxvid.c: (gst_xvid_csp_to_caps): same
40212         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
40213         (gst_v4lmjpegsrc_buffer_free): Use buffer free function instead
40214         of GstData free function.
40215         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
40216         same.
40217
40218 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40219
40220         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_class_init),
40221         (gst_v4l2element_dispose), (gst_v4l2element_set_property),
40222         (gst_v4l2element_get_property):
40223         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults), (gst_v4l2_open):
40224           add norm, channel and frequency properties.
40225         * sys/v4l2/gstv4l2tuner.c:
40226           fixes for tuner interface changes
40227         * sys/v4l2/gstv4l2element.h:
40228         * sys/v4l2/gstv4l2src.c:
40229         * sys/v4l2/gstv4l2src.h:
40230         * sys/v4l2/v4l2src_calls.c:
40231         * sys/v4l2/v4l2src_calls.h:
40232           rework v4l2src to work with saa1734 cards and allow mmaped buffers.
40233
40234 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40235
40236         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init),
40237         (gst_tuner_find_norm_by_name), (gst_v4l2_find_channel_by_name),
40238         (gst_tuner_channel_changed), (gst_tuner_norm_changed),
40239         (gst_tuner_frequency_changed), (gst_tuner_signal_changed):
40240         * gst-libs/gst/tuner/tuner.h:
40241           GObjects aren't const.
40242           Add find_by_name functions.
40243           Add checks to _changed functions.
40244         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_get_channel),
40245         (gst_v4l_tuner_get_norm):
40246           Fixes for above.
40247
40248 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40249
40250         * gst-libs/gst/video/video.h:
40251           Fix caps template names to be understandable.
40252           Prefix everything with GST_VIDEO.
40253         * ext/aalib/gstaasink.c:
40254         * ext/divx/gstdivxdec.c:
40255         * ext/divx/gstdivxenc.c:
40256         * ext/gdk_pixbuf/gstgdkpixbuf.c:
40257         * ext/hermes/gstcolorspace.c: (gst_colorspace_base_init):
40258         * ext/jpeg/gstjpegdec.c: (raw_caps_factory):
40259         * ext/jpeg/gstjpegenc.c: (raw_caps_factory):
40260         * ext/libcaca/gstcacasink.c:
40261         * ext/libpng/gstpngenc.c: (raw_caps_factory):
40262         * ext/snapshot/gstsnapshot.c:
40263         * ext/swfdec/gstswfdec.c:
40264         * ext/xvid/gstxviddec.c:
40265         * ext/xvid/gstxvidenc.c:
40266         * gst/chart/gstchart.c:
40267         * gst/deinterlace/gstdeinterlace.c:
40268         * gst/effectv/gsteffectv.c:
40269         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
40270         * gst/goom/gstgoom.c:
40271         * gst/median/gstmedian.c:
40272         * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
40273         (gst_monoscope_srcconnect), (gst_monoscope_chain):
40274         * gst/overlay/gstoverlay.c:
40275         * gst/smooth/gstsmooth.c:
40276         * gst/smpte/gstsmpte.c:
40277         * gst/synaesthesia/gstsynaesthesia.c:
40278         * gst/videocrop/gstvideocrop.c:
40279         * gst/videodrop/gstvideodrop.c:
40280         * gst/y4m/gsty4mencode.c:
40281         * sys/qcam/gstqcamsrc.c:
40282         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
40283           Make them work with new video.h file.
40284         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
40285         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
40286         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
40287         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
40288           Make it work with new buffer allocation system.
40289
40290 2004-01-11  Julien MOUTTE  <julien@moutte.net>
40291
40292         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain): Fixing the
40293         pad_alloc_buffer implementation to use ->srcpad
40294         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain): Fixing the
40295         pad_alloc_buffer implementation to use ->srcpad
40296         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):  Fixing the
40297         pad_alloc_buffer implementation to use ->srcpad
40298         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
40299         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
40300         (gst_ximagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
40301         a reference to everything we need.
40302         * sys/ximage/ximagesink.h: adding a reference to the sink in the image.
40303         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
40304         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
40305         (gst_xvimagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
40306         a reference to everything we need.
40307         * sys/xvimage/xvimagesink.h: adding a reference to the sink in the image
40308
40309 2004-01-11  David Schleef  <ds@schleef.org>
40310
40311         * ext/divx/gstdivxenc.c: remove bogus gst_caps_is_fixed() test
40312         * gst/debug/efence.c: (gst_efence_chain), (gst_fenced_buffer_new),
40313         (gst_fenced_buffer_default_copy): Fix for rename of buffer private
40314         structure members.
40315         * gst/effectv/gstwarp.c: (gst_warptv_setup): Don't reset the time
40316         value during a resize/renegotiation.
40317         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain): use
40318         gst_pad_alloc_buffer();
40319         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
40320         (gst_v4lmjpegsrc_buffer_free): Fix for rename of buffer private
40321         structure members.
40322         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
40323         Fix for rename of buffer private structure members.
40324         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
40325         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
40326         Fix for rename of buffer private structure members.
40327         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
40328         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
40329         Fix for rename of buffer private structure members.
40330
40331 2004-01-11  Arwed v. Merkatz <v.merkatz@gmx.net>
40332
40333         reviewed by: David Schleef <ds@schleef.org>
40334
40335         * gst/videofilter/Makefile.am:
40336         * gst/videofilter/gstgamma.c: Gamma correction filter.  Modified
40337         from the patch by ds to fit in with recent make_filter changes.
40338
40339 2004-01-11  Julien MOUTTE  <julien@moutte.net>
40340
40341         * configure.ac: Adding examples/switch/Makefile
40342         * examples/Makefile.am: Adding examples/switch
40343         * examples/switch/Makefile.am: Adding switcher example.
40344         * examples/switch/switcher.c: (got_eos), (idle_iterate),
40345         (switch_timer), (main): Adding an example demonstrating switch usage
40346         with 2 videotestsrc showing different patterns.
40347         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
40348         (gst_switch_init): Fixing switch with the new caps system.
40349
40350 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40351
40352         * gst-libs/gst/video/video.h:
40353           Fix 32bit caps. Issue remaining: The macro names are chosen poorly.
40354           They should probably be like
40355           GST_VIDEO_PAD_TEMPLATE_CAPS_{RGB,BGR,RGBx,BGRx}.
40356
40357 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40358
40359         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
40360         (qtdemux_parse_trak):
40361           fix audio chunk size/timestamp calculation
40362
40363 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40364
40365         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
40366           fix SVQ3 caps
40367
40368 2004-01-11  Steve Baker  <steve@stevebaker.org>
40369
40370         * gst/effectv/gstaging.c: (gst_agingtv_get_type),
40371         (gst_agingtv_base_init), (gst_agingtv_class_init),
40372         (gst_agingtv_init), (gst_agingtv_setup), (gst_agingtv_rgb32),
40373         (gst_agingtv_set_property), (gst_agingtv_get_property):
40374         Port agingTV to videofilter
40375
40376 2004-01-09  Julien MOUTTE <julien@moutte.net>
40377
40378         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain):
40379         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
40380
40381 2004-01-09  Julien MOUTTE <julien@moutte.net>
40382
40383         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain):
40384         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
40385         * gst-libs/gst/xoverlay/xoverlay.c:
40386         (gst_x_overlay_got_desired_size): Updating doc for the xid being 0.
40387         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
40388         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
40389         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
40390         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
40391         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
40392         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
40393         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init): Implementing
40394         the bufferalloc_function to replace bufferpools, fixing the XOverlay
40395         interface implementation to handle xid being 0 and fix some bugs
40396         triggered by Benjamin's testcase.
40397         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
40398         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
40399         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_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
40404 2004-01-09  David Schleef  <ds@schleef.org>
40405
40406         * ext/librfb/gstrfbsrc.c:  Hacking.  Added actual decoding and
40407         mouse pointer events.  It works.
40408
40409 2004-01-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40410
40411         * ext/divx/gstdivxenc.c: (gst_divxenc_init):
40412           Use explicit caps - fix capsnego.
40413         * ext/xvid/gstxviddec.c:
40414         * ext/xvid/gstxvidenc.c:
40415           Remove macro-inside-macro which caused compile errors.
40416         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_header):
40417           Error out if it's not a RIFF file. Else we error out without
40418           gst_element_error() which is not good...
40419
40420 2004-01-08  David Schleef  <ds@schleef.org>
40421
40422         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
40423         Fix pad_link function to handle formats that ffmpeg returns
40424         as multiple caps structures.
40425         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain):
40426         Only complain if source buffer is _smaller_ than expected.
40427         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
40428         (gst_videoscale_handle_src_event): Resize navigation events
40429         when passing them upstream.
40430         * gst/videotestsrc/gstvideotestsrc.c:
40431         * gst/videotestsrc/gstvideotestsrc.h:
40432         * gst/videotestsrc/videotestsrc.c:
40433         * gst/videotestsrc/videotestsrc.h:
40434         Rewrite many of the buffer painting functions to handle odd
40435         sizes (for many formats, size%4!=0 or size%8!=0).  Most have
40436         been verified to work with my video card.
40437         * testsuite/gst-lint:  Add check for elements calling
40438         gst_pad_get_caps() instead of gst_pad_get_allowed_caps().
40439
40440 2004-01-08  David Schleef  <ds@schleef.org>
40441
40442         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
40443         (gst_videodrop_link), (gst_videodrop_init): Fix negotiation.
40444
40445 2004-01-08  Julien MOUTTE  <julien@moutte.net>
40446
40447         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents): A
40448         configure event is not emiting the desired size signal. That fixes
40449         aspect ratio issues with gst-player.
40450
40451 2004-01-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40452
40453         * gst/median/gstmedian.c: (gst_median_link), (gst_median_init):
40454           Fix capsnego.
40455
40456 2004-01-08  Julien MOUTTE  <julien@moutte.net>
40457
40458         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_create): Using XOverlay
40459         public method to fire size signal.
40460
40461 2004-01-07  Julien MOUTTE  <julien@moutte.net>
40462
40463         * examples/gstplay/Makefile.am: Adding the interface library.
40464         * gst-libs/gst/play/Makefile.am: Adding the interface library.
40465         * gst-libs/gst/play/gstplay.c: (gst_play_set_video_sink): Connecting to         the XOverlay size signal instead of GstVideoSink.
40466         * gst-libs/gst/play/gstplay.h: Including the XOverlay interface to check
40467         GST_IS_X_OVERLAY before signal connect.
40468         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_class_init):
40469         Removing the have_video_size signal.
40470         * gst-libs/gst/video/gstvideosink.h: Removing the have_video_size signal
40471         and associated public method.
40472         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
40473         (gst_ximagesink_sinkconnect): Using XOverlay public method to fire size
40474         signal.
40475         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
40476         (gst_xvideosink_xwindow_new): Using XOverlay public method to fire size
40477         signal.
40478         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sinkconnect):
40479         Using XOverlay public method to fire size signal.
40480
40481 2004-01-07  David Schleef  <ds@schleef.org>
40482
40483         * gst/videofilter/Makefile.am:
40484         * gst/videofilter/gstvideotemplate.c:
40485         * gst/videofilter/make_filter:
40486         Create gstvideoexample.c in a srcdir!=builddir friendly way.
40487         Convert make_filter to /bin/sh script.
40488
40489 2004-01-07  Thomas Vander Stichele  <thomas at apestaart dot org>
40490
40491         * gst/modplug/gstmodplug.cc: fix element description
40492
40493 2004-01-07  Julien MOUTTE  <julien@moutte.net>
40494
40495         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
40496         (got_video_size): Adding some new lines in g_print calls.
40497         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
40498         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_xwindow_resize),
40499         (gst_ximagesink_handle_xevents), (gst_ximagesink_fixate),
40500         (gst_ximagesink_sinkconnect), (gst_ximagesink_change_state),
40501         (gst_ximagesink_chain), (gst_ximagesink_buffer_new),
40502         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size):
40503         Complete code review, reverting some stuff i disagree with, adding
40504         some fixes : time synchronization on invalid timestamps, renegotiation
40505         of private window.
40506         * sys/ximage/ximagesink.h:
40507         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_destroy),
40508         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_handle_xevents),
40509         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
40510         (gst_xvimagesink_fixate), (gst_xvimagesink_sinkconnect),
40511         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
40512         (gst_xvimagesink_buffer_new),
40513         (gst_xvimagesink_navigation_send_event),
40514         (gst_xvimagesink_set_xwindow_id),
40515         (gst_xvimagesink_get_desired_size),
40516         (gst_xvimagesink_xoverlay_init): Complete code review, reverting some
40517         stuff i disagree with, adding some fixes : Renegotiation of private
40518         window, implementing get_desired_size.
40519
40520 2004-01-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40521
40522         * ext/audiofile/gstafsink.c: (gst_afsink_init), (gst_afsink_chain),
40523         (gst_afsink_handle_event):
40524         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
40525         * gst/avi/gstavimux.c: (gst_avimux_request_new_pad):
40526         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_init):
40527         * sys/dxr3/dxr3spusink.c: (dxr3spusink_init):
40528         * sys/dxr3/dxr3videosink.c: (dxr3videosink_init):
40529           Fix for instantiate-test (see core). Also remove dead code from
40530           jpegenc (which still needs fixing, but that's lower on my TODO
40531           list...).
40532         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
40533           Never return NULL as caps.
40534
40535 2004-01-07  David Schleef  <ds@schleef.org>
40536
40537         * configure.ac:
40538         * ext/Makefile.am:
40539         * ext/librfb/Makefile.am:
40540         * ext/librfb/gstrfbsrc.c:
40541         New source plugin based on librfb-0.1.  RFB (remote framebuffer)
40542         is the protocol used by VNC.
40543
40544 2004-01-07  David Schleef  <ds@schleef.org>
40545
40546         * gst/videofilter/gstvideotemplate.c:
40547         * gst/videofilter/gstvideotemplate.h:
40548         * gst/videofilter/make_filter:
40549         Merge videotemplate header into source file.
40550         * gst/effectv/Makefile.am:
40551         * gst/effectv/gsteffectv.c: (plugin_init):
40552         * gst/effectv/gstwarp.c:
40553         Make warpTV a subclass of videofilter.
40554
40555 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40556
40557         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
40558           Add guard against invalid utf-8 conversions in mad. Just in case.
40559
40560 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40561
40562         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
40563           Fix for bug shown by poisoning
40564
40565 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40566
40567         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
40568         (gst_v4lmjpegsrc_buffer_free):
40569         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
40570         (gst_v4lsrc_srcconnect), (gst_v4lsrc_getcaps), (gst_v4lsrc_get),
40571         (gst_v4lsrc_buffer_free):
40572           Fix for removed bufferpools.
40573
40574 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
40575
40576         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
40577         Fix caps negotiation.
40578
40579         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
40580         (dvdnavsrc_update_buttoninfo), (dvdnavsrc_get),
40581         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
40582         (dvdnavsrc_event):
40583         * ext/mpeg2dec/gstmpeg2dec.c:
40584         * gst-libs/gst/navigation/navigation.c:
40585         (gst_navigation_send_key_event), (gst_navigation_send_mouse_event):
40586         * gst-libs/gst/navigation/navigation.h:
40587         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_handle_src_event):
40588         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
40589         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
40590         Super-simple first version of mouse and keyboard events. Clicking
40591         on a DVD menu now works, although it may not take you where you
40592         expected.
40593
40594         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
40595         * gst/videotestsrc/gstvideotestsrc.c:
40596         (gst_videotestsrc_src_fixate):
40597         These fixate functions were broken - they never actually
40598         fixated :)
40599
40600 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40601
40602         * ext/shout/gstshout.c: (gst_icecastsend_base_init),
40603         (gst_icecastsend_init):
40604           fix for new caps system.
40605         * gst-libs/gst/mixer/mixertrack.h:
40606         * sys/oss/gstossmixer.c: (gst_ossmixer_build_list):
40607           Add 'master track' flag (for tools like ACME that only want to
40608           change the main volume).
40609
40610 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
40611
40612         * ext/xvid/gstxvid.c: (gst_xvid_structure_to_csp),
40613         (gst_xvid_csp_to_caps):
40614         * ext/xvid/gstxviddec.c: (gst_xviddec_src_getcaps):
40615         * ext/xvid/gstxvidenc.c:
40616         ifdef out ARGB type when it isn't available
40617         in xvidcore 1.0.0beta2
40618
40619 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40620
40621         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
40622           When we have received a new SCR right in the first buffer after
40623           a seek (so in the same cycle that handles the discont), we should
40624           handle the buffer instead of unreffing it, else we lose data.
40625
40626 2004-01-06  Iain <iain@prettypeople.org>
40627
40628         * gst/intfloat/gstint2float.c (gst_int2float_link): Set the
40629           buffer-frames caps too.
40630
40631         * gst/oneton/gstoneton.c (gst_oneton_sink_connect): Only create the new
40632           caps that we need, don't destroy them all and rebuild them. And when
40633           creating src pads, use the src pad template rather than the sink...
40634
40635 2004-01-05  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40636
40637         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
40638           Add pad to element *after* setting functions such as event handler.
40639           Without this, the scheduler (opt) will link pads, set the event
40640           handler from the default event function (dispatcher in gstpad.c)
40641           and *after* that, we will set our own event function, which will
40642           thus never be used (and thus mpegdemux doesn't handle events).
40643
40644 2004-01-04  David Schleef  <ds@schleef.org>
40645
40646         Fix the fixate functions to handle new prototype:
40647         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
40648         * gst/videotestsrc/gstvideotestsrc.c:
40649         (gst_videotestsrc_src_fixate):
40650         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
40651         * sys/ximage/ximagesink.c: (gst_ximagesink_fixate):
40652         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
40653
40654 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40655
40656         * sys/ximage/ximagesink.h:
40657         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
40658         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_sinkconnect),
40659         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
40660         (gst_ximagesink_xoverlay_init):
40661           assorted fixes to make (re)embedding work
40662         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect),
40663         (gst_ximagesink_get_desired_size):
40664           implement desired size additions to XOverlay
40665
40666 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40667
40668         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init),
40669         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_get_desired_size),
40670         (gst_x_overlay_got_desired_size):
40671         * gst-libs/gst/xoverlay/xoverlay.h:
40672           Add optional "desired size" signal and querying.
40673
40674 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40675
40676         * gst/matroska/matroska-demux.c:
40677         (gst_matroska_demux_parse_blockgroup):
40678           Fix EBML-laced block parsing. Diffs are relative to previous
40679           lace, not the first lace. Thanks to Mosu from the Matroska
40680           team for detecting this.
40681         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
40682         (gst_wavparse_parse_fmt), (gst_wavparse_getcaps),
40683         (gst_wavparse_handle_sink_event), (gst_wavparse_loop),
40684         (gst_wavparse_change_state):
40685         * gst/wavparse/gstwavparse.h:
40686           Quickfix for capsnego.
40687
40688 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40689
40690         * gst/wavenc/gstwavenc.c: (set_property), (gst_wavenc_init):
40691           Fix indenting, fix pad creation.
40692
40693 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40694
40695         * ext/xvid/gstxviddec.c: (gst_xviddec_init),
40696         (gst_xviddec_src_getcaps), (gst_xviddec_src_link),
40697         (gst_xviddec_sink_link):
40698           Implement src_getcaps() so proper size caps is negotiated.
40699
40700 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40701
40702         * ext/flac/gstflacdec.c: (gst_flacdec_loop):
40703           Finish flac decoder on EOS. See #116178.
40704
40705 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40706
40707         * gst/matroska/matroska-demux.c: (gst_matroska_demux_src_getcaps),
40708         (gst_matroska_demux_add_stream):
40709         * gst/matroska/matroska-ids.h:
40710           Add getcaps() function to fix capsnego...
40711
40712 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40713
40714         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
40715         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
40716         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
40717           Fix more integer overflows. Again, see #126967.
40718
40719 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40720
40721         * ext/mpeg2dec/gstmpeg2dec.c:
40722           Add support for mpeg2dec-0.4.0 (released two weeks ago). See
40723           #130416.
40724
40725 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40726
40727         * configure.ac:
40728         * ext/xvid/gstxvid.c: (gst_xvid_init), (gst_xvid_error),
40729         (gst_xvid_structure_to_csp), (gst_xvid_csp_to_caps):
40730         * ext/xvid/gstxvid.h:
40731         * ext/xvid/gstxviddec.c: (gst_xviddec_class_init),
40732         (gst_xviddec_init), (gst_xviddec_setup), (gst_xviddec_chain),
40733         (gst_xviddec_src_link), (gst_xviddec_sink_link),
40734         (gst_xviddec_change_state):
40735         * ext/xvid/gstxviddec.h:
40736         * ext/xvid/gstxvidenc.c: (gst_xvidenc_profile_get_type),
40737         (gst_xvidenc_base_init), (gst_xvidenc_class_init),
40738         (gst_xvidenc_init), (gst_xvidenc_setup), (gst_xvidenc_chain),
40739         (gst_xvidenc_link), (gst_xvidenc_set_property),
40740         (gst_xvidenc_get_property), (gst_xvidenc_change_state):
40741         * ext/xvid/gstxvidenc.h:
40742           Update xvid plugin to latest xvid (1.0.0-beta3) API.
40743
40744 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40745
40746         * gst/rtp/rtp-packet.c:
40747           Add sys/types.h include, since OS X doesn't define in_addr_t
40748           in netinet/in.h, like it does on Linux (see #129600).
40749
40750 2004-01-03  Thomas Canty <tommydal@optushome.com.au>
40751
40752         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
40753
40754         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_dispose):
40755           Correct logic of dispose function (see #129306).
40756
40757 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40758
40759         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_pes):
40760         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
40761         (gst_mpeg_parse_init):
40762         * gst/mpegstream/gstmpegparse.h:
40763           Remove clock (which was never provided, i.e. dead code), and
40764           also fix integer overflows at high PTS values (see #126967).
40765
40766 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40767
40768         * ext/flac/gstflacdec.c:
40769         * ext/libpng/gstpngenc.h:
40770         * ext/mikmod/gstmikmod.h:
40771           OS X fixes (see #126628).
40772
40773 2004-01-02  David Schleef  <ds@schleef.org>
40774
40775         * ext/alsa/gstalsasrc.c: (gst_alsa_src_pad_factory),
40776         (gst_alsa_src_base_init): Remove bogus "src" request pad.
40777         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_base_init),
40778         (gst_mpeg_parse_class_init): Move pad template registration
40779         to class_init, since the derived class (mpegdemux) doesn't
40780         want them.
40781
40782 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40783
40784         * sys/ximage/Makefile.am:
40785         * sys/xvideo/Makefile.am:
40786         * sys/xvimage/Makefile.am:
40787           Move interface libs from LDFLAGS to LIBADD, fix relocation errors
40788           after installation (see #127664).
40789
40790 2004-01-02  David Schleef  <ds@schleef.org>
40791
40792         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_init),
40793         (gst_ffmpegenc_connect):  Negotiation fixes.
40794         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_negotiate_format):
40795         Remove inappropriate gst_caps_free().
40796         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
40797         Reenable Ronald's internal resize code, since the core handles
40798         it correctly now.
40799
40800 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40801
40802         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
40803         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
40804         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init), (gst_v4lsrc_init):
40805           Fix pad template stuff.
40806
40807 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40808
40809         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
40810         * gst/matroska/ebml-write.c: (gst_ebml_write_sint):
40811           fix signed integer reading/writing.
40812
40813 2004-01-02  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40814
40815         * ext/alsa/README:
40816           Remove outdated document
40817
40818 2004-01-03  Jan Schmidt  <thaytan@mad.scientist.com>
40819
40820         * gst/cutter/gstcutter.c: (gst_cutter_init):
40821           src pad was being created twice - oops.
40822
40823 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40824
40825         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
40826           Comment out internal resize. It doesn't handle the resulting
40827           XEvent internally, does another try_set_caps() which leads to
40828           a really nice loop.
40829           Real fix will come when Julien and Dave are awake. ;).
40830
40831 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40832
40833         * ext/mpeg2enc/gstmpeg2enc.cc:
40834           fix const/nonconst compile issue.
40835
40836 2004-01-02  David Schleef  <ds@schleef.org>
40837
40838         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate),
40839         (gst_xvimagesink_sinkconnect), (gst_xvimagesink_init):
40840         Add fixate function and a check for bad formats.
40841
40842 2004-01-01  David Schleef  <ds@schleef.org>
40843
40844         Negotiation fixes:
40845         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
40846         (gst_audiofilter_init):
40847         * gst/debug/efence.c: (gst_efence_init):
40848         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
40849         (gst_deinterlace_init):
40850         * gst/volume/gstvolume.c: (volume_connect):
40851
40852 2004-01-01  David Schleef  <ds@schleef.org>
40853
40854         Convert elements to use gst_pad_use_explicit_caps() where
40855         appropriate:
40856         * ext/a52dec/gsta52dec.c: (gst_a52dec_init), (gst_a52dec_reneg):
40857         * ext/audiofile/gstafparse.c: (gst_afparse_init),
40858         (gst_afparse_open_file):
40859         * ext/audiofile/gstafsrc.c: (gst_afsrc_init),
40860         (gst_afsrc_open_file):
40861         * ext/esd/esdmon.c: (gst_esdmon_init), (gst_esdmon_get):
40862         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_init),
40863         (gst_ffmpegdec_chain):
40864         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
40865         * ext/flac/gstflacdec.c: (gst_flacdec_init), (gst_flacdec_write):
40866         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init),
40867         (gst_gdk_pixbuf_chain):
40868         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init), (gst_jpegdec_link),
40869         (gst_jpegdec_chain):
40870         * ext/mad/gstmad.c: (gst_mad_init), (gst_mad_chain):
40871         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
40872         (gst_mikmod_negotiate):
40873         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
40874         (gst_mpeg2dec_negotiate_format):
40875         * ext/mpeg2enc/gstmpeg2enc.cc:
40876         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
40877         * ext/speex/gstspeexdec.c: (gst_speexdec_init),
40878         (gst_speexdec_sinkconnect):
40879         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop), (gst_swfdec_init):
40880         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_init),
40881         (gst_vorbisfile_new_link):
40882         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_init),
40883         (gst_ac3parse_chain):
40884         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_add_audio_stream),
40885         (gst_asf_demux_setup_pad):
40886         * gst/auparse/gstauparse.c: (gst_auparse_init),
40887         (gst_auparse_chain):
40888         * gst/id3/gstid3types.c: (gst_id3types_loop):
40889         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
40890         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
40891         (mp1videoparse_parse_seq):
40892         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_init),
40893         (bpf_from_header):
40894         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
40895         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_lpcm_set_caps):
40896         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
40897         (gst_mpeg_parse_send_data):
40898         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
40899         (gst_qtdemux_add_stream):
40900         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
40901         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
40902         (gst_wavparse_parse_fmt):
40903
40904 2004-01-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40905
40906         * configure.ac:
40907           Fix configure check for mpeg2enc. We need 1.6.1.93 instead of
40908           1.6.1.92, since the pkg-config file of 1.6.1.92 is borked and
40909           it therefore uses the wrong include paths. Too bad... Note
40910           that 1.6.1.93 is not release yet. ;).
40911           Also add a check for mplex, which is now using the lib'ified
40912           mplex from mjpegtools, too.
40913         * ext/ffmpeg/gstffmpegcodecmap.c:
40914           Add codec_tag for 3ivx/xvid. For xvid, this should fix playback
40915           issues. I don't think ffmpeg handles 3ivx correctly, so this
40916           probably won't work. But it won't hurt either.
40917         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_connect),
40918         (gst_ffmpegdec_chain):
40919         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect),
40920         (gst_ffmpegenc_chain_audio):
40921           Fix memleak in audio encoding. Close codec if open fails, this
40922           calls the cleanup routines so we can re-use the context.
40923         * ext/mpeg2enc/gstmpeg2enc.cc:
40924           Fix pad template names/types, fix memory issue with getcaps().
40925         * ext/mpeg2enc/gstmpeg2encoder.cc:
40926         * ext/mpeg2enc/gstmpeg2encoder.hh:
40927           Fix compile issue with new caps system (const thingy).
40928         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
40929         * ext/mpeg2enc/gstmpeg2encpicturereader.hh:
40930           We read a first frame right on initing, so that we have a caps
40931           when we init the output. This caps is cached in padprivate and
40932           read as first frame.
40933         * ext/mplex/Makefile.am:
40934         * ext/mplex/gstmplex.cc:
40935         * ext/mplex/gstmplex.h:
40936         * ext/mplex/gstmplex.hh:
40937         * ext/mplex/gstmplexibitstream.cc:
40938         * ext/mplex/gstmplexibitstream.hh:
40939         * ext/mplex/gstmplexjob.cc:
40940         * ext/mplex/gstmplexjob.hh:
40941         * ext/mplex/gstmplexoutputstream.cc:
40942         * ext/mplex/gstmplexoutputstream.hh:
40943           We wrap mjpegtools mplex. So I rewrote the plugin. The old plugin
40944           had issues, didn't do capsnego, supported only a subset of the
40945           mplex features and required a mplex fork in our local CVS. Plus
40946           that it worked agaist a very old mplex version. Rewriting was
40947           faster than updating it.
40948         * gst-libs/ext/Makefile.am:
40949         * gst-libs/ext/mplex/INSTRUCT:
40950         * gst-libs/ext/mplex/Makefile.am:
40951         * gst-libs/ext/mplex/README:
40952         * gst-libs/ext/mplex/TODO:
40953         * gst-libs/ext/mplex/ac3strm_in.cc:
40954         * gst-libs/ext/mplex/audiostrm.hh:
40955         * gst-libs/ext/mplex/audiostrm_out.cc:
40956         * gst-libs/ext/mplex/aunit.hh:
40957         * gst-libs/ext/mplex/bits.cc:
40958         * gst-libs/ext/mplex/bits.hh:
40959         * gst-libs/ext/mplex/buffer.cc:
40960         * gst-libs/ext/mplex/buffer.hh:
40961         * gst-libs/ext/mplex/fastintfns.h:
40962         * gst-libs/ext/mplex/format_codes.h:
40963         * gst-libs/ext/mplex/inputstrm.cc:
40964         * gst-libs/ext/mplex/inputstrm.hh:
40965         * gst-libs/ext/mplex/lpcmstrm_in.cc:
40966         * gst-libs/ext/mplex/mjpeg_logging.cc:
40967         * gst-libs/ext/mplex/mjpeg_logging.h:
40968         * gst-libs/ext/mplex/mjpeg_types.h:
40969         * gst-libs/ext/mplex/mpastrm_in.cc:
40970         * gst-libs/ext/mplex/mpegconsts.cc:
40971         * gst-libs/ext/mplex/mpegconsts.h:
40972         * gst-libs/ext/mplex/mplexconsts.hh:
40973         * gst-libs/ext/mplex/multplex.cc:
40974         * gst-libs/ext/mplex/outputstream.hh:
40975         * gst-libs/ext/mplex/padstrm.cc:
40976         * gst-libs/ext/mplex/padstrm.hh:
40977         * gst-libs/ext/mplex/stillsstream.cc:
40978         * gst-libs/ext/mplex/stillsstream.hh:
40979         * gst-libs/ext/mplex/systems.cc:
40980         * gst-libs/ext/mplex/systems.hh:
40981         * gst-libs/ext/mplex/vector.cc:
40982         * gst-libs/ext/mplex/vector.hh:
40983         * gst-libs/ext/mplex/videostrm.hh:
40984         * gst-libs/ext/mplex/videostrm_in.cc:
40985         * gst-libs/ext/mplex/videostrm_out.cc:
40986         * gst-libs/ext/mplex/yuv4mpeg.cc:
40987         * gst-libs/ext/mplex/yuv4mpeg.h:
40988         * gst-libs/ext/mplex/yuv4mpeg_intern.h:
40989         * gst-libs/ext/mplex/yuv4mpeg_ratio.cc:
40990           We don't fork mjpegtools' mplex in our CVS anymore.
40991         * gst/avi/gstavidemux.c: (gst_avi_demux_src_getcaps),
40992         (gst_avi_demux_add_stream):
40993         * gst/avi/gstavidemux.h:
40994           Add getcaps() function for proper caps nego. This makes some
40995           parts of AVI playback/reading work.
40996         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
40997           Resize window on new capsnego. This is probably wrong, but
40998           I'm still committing it because with current capsnego, the
40999           first successfull capsnego is auto-fixated, therefore rounded
41000           down to the lowest values in the caps. this results in a 16x16
41001           XWindow that is not reized when real capsnego finishes.
41002           Dave, I see more cases of this, do you know a proper solution?
41003         * tools/gst-launch-ext.in:
41004           Fix MPEG-4 AAC (Apple iPod/iTunes) file commandline.
41005
41006 2003-12-31  David Schleef  <ds@schleef.org>
41007
41008         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get):
41009         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):
41010           Change gst_pad_proxy_link() to gst_pad_try_set_caps()
41011
41012 2003-12-30  David Schleef  <ds@schleef.org>
41013
41014         * ext/ffmpeg/gstffmpegcolorspace.c:
41015         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
41016         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_init),
41017         (gst_ffmpegcsp_chain): Negotiation fixes
41018         * ext/mad/gstmad.c: (gst_mad_chain): Negotiation fixes
41019         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
41020         (gst_audio_convert_link), (gst_audio_convert_channels):
41021         * gst/audioscale/gstaudioscale.c: (gst_audioscale_getcaps),
41022         (gst_audioscale_link), (gst_audioscale_get_buffer),
41023         (gst_audioscale_chain): Negotiation fixes
41024         * gst/audioscale/gstaudioscale.h:
41025         * gst/videofilter/gstvideofilter.c:
41026         (gst_videofilter_format_get_structure), (gst_videofilter_getcaps),
41027         (gst_videofilter_link), (gst_videofilter_init),
41028         (gst_videofilter_set_output_size), (gst_videofilter_setup),
41029         (gst_videofilter_find_format_by_structure):
41030         * gst/videofilter/gstvideofilter.h: Negotiation fixes
41031         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
41032         (gst_videoscale_link):
41033         * gst/videoscale/videoscale.c: (videoscale_get_structure),
41034         (videoscale_find_by_structure), (gst_videoscale_setup):
41035         * gst/videoscale/videoscale.h: Negotiation fixes
41036         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
41037         (gst_ximagesink_fixate), (gst_ximagesink_init): Add a fixate
41038         function, restrict resizing to a multiple of 4 (hack until
41039         everyone supports odd sizes correctly).
41040
41041 2003-12-29  Colin Walters  <walters@verbum.org>
41042
41043         * ext/esd/esdsink.c (gst_esdsink_link): Fix typo; get depth instead of
41044         signed.
41045
41046 2003-12-30  Jan Schmidt <thaytan@mad.scientist.com>
41047
41048         * ext/sndfile/gstsf.c: (gst_sf_loop):
41049           Fix warning about discarding const qualifier
41050
41051 2003-12-27  Jeremy Simon   <jesimon@libertysurf.fr>
41052
41053         * gst/cutter/gstcutter.c:
41054         * gst/videoscale/gstvideoscale.c:
41055         * gst/volenv/gstvolenv.c:
41056         * gst-libs/gst/audio/audio.c:
41057         * gst-libs/gst/video/video.c:
41058           Fix warnings
41059
41060 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41061
41062         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
41063           Don't send ALSA debugging to stderr.
41064         * ext/alsa/gstalsa.h:
41065           Use GST_WARNING instead of g_warning when ALSA functions fail.
41066
41067 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41068
41069         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
41070           Free XVAdapterInfo correctly.
41071
41072 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41073
41074         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
41075         (gst_id3_tag_do_caps_nego), (gst_id3_tag_src_link):
41076           Make id3tag use correct caps nego.
41077
41078 2003-12-27  Amaury Jacquot <sxpert@esitcom.org>
41079
41080         * ext/ivorbis/vorbis.c:
41081         * ext/ivorbis/vorbisenc.h:
41082         * ext/ivorbis/vorbisfile.c:
41083           Modify so that it uses the new caps things
41084
41085 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41086
41087         * testsuite/spider/spider1.c: (main):
41088         * testsuite/spider/spider2.c: (main):
41089         * testsuite/spider/spider3.c: (main):
41090           Make tests compile again. They probably don't work.
41091
41092 2003-12-24  Colin Walters  <walters@verbum.org>
41093
41094         * sys/oss/gstosssink.c (gst_osssink_sink_fixate): Return NULL if
41095         we can't fixate the caps anymore.
41096
41097 2003-12-23  David Schleef  <ds@schleef.org>
41098
41099         * gst/volume/gstvolume.c: (volume_init): Proxy getcaps.
41100         * sys/oss/gstosssink.c: (gst_osssink_init),
41101         (gst_osssink_sink_fixate): Add fixate function.
41102
41103 2003-12-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41104
41105         * ext/ffmpeg/gstffmpegcodecmap.c:
41106         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_getcaps),
41107         (gst_ffmpegcsp_srcconnect_func), (gst_ffmpegcsp_sinkconnect),
41108         (gst_ffmpegcsp_srcconnect), (gst_ffmpegcsp_get_type),
41109         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
41110         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
41111         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
41112         (gst_ffmpegcsp_get_property), (gst_ffmpegcsp_register):
41113           fix typo in RGB masks, and move back to "old" colorspace
41114           capsnego code until whoever wrote this new crap has actually
41115           tested it so that it works.
41116           And yes, this works, keep it that way please.
41117
41118 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41119
41120         * ext/divx/gstdivxdec.c: (gst_divxdec_base_init),
41121         (gst_divxdec_init), (gst_divxdec_negotiate):
41122         * ext/divx/gstdivxdec.h:
41123         * ext/divx/gstdivxenc.c: (gst_divxenc_base_init),
41124         (gst_divxenc_init):
41125         * ext/faac/gstfaac.c: (gst_faac_base_init), (gst_faac_init),
41126         (gst_faac_sinkconnect), (gst_faac_srcconnect):
41127         * ext/mpeg2enc/gstmpeg2enc.cc:
41128         * ext/mpeg2enc/gstmpeg2encoder.cc:
41129         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
41130         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_base_init),
41131         (dxr3audiosink_init), (dxr3audiosink_pcm_sinklink):
41132         * sys/dxr3/dxr3spusink.c: (dxr3spusink_base_init),
41133         (dxr3spusink_init):
41134         * sys/dxr3/dxr3videosink.c: (dxr3videosink_base_init),
41135         (dxr3videosink_init):
41136           Fix caps breakage after Dave's caps branch merge.
41137
41138 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41139
41140         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
41141           Fix for 24bpp display.
41142
41143 2003-12-23  Colin Walters  <walters@verbum.org>
41144
41145         * ext/gnomevfs/gstgnomevfssink.c: Add ARG_HANDLE property that takes
41146         a GnomeVFSHandle directly.
41147
41148 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41149
41150         * gst/volume/Makefile.am:
41151         * gst/volume/gstvolume.c: (volume_connect), (volume_parse_caps),
41152         (volume_base_init), (volume_init):
41153           Reenable volume element and fix to work with new caps stuff.
41154           Rhythmbox needs this.
41155
41156 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41157
41158         * gst/qtdemux/qtdemux.c: (plugin_init):
41159           qtdemux requires bytestream
41160
41161 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41162
41163         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_link):
41164           Fix remaining caps handling errors due to CAPS merge.
41165
41166 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41167
41168         * ext/faad/gstfaad.c: (gst_faad_base_init), (gst_faad_init),
41169         (gst_faad_sinkconnect), (gst_faad_srcgetcaps),
41170         (gst_faad_srcconnect):
41171           Port to new caps system.
41172
41173 2003-12-21  Julien MOUTTE  <julien@moutte.net>
41174
41175         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
41176         (got_video_size), (main): using g_print instead of g_message.
41177         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup): Fixing EOS
41178         signal which was not emitted because of "switch" element added to the
41179         bin but not connected. (Removing from the bin temporarily)
41180
41181 2003-12-21  Julien MOUTTE  <julien@moutte.net>
41182
41183         * configure.ac: X_DISPLAY_MISSING is set to 1 if AC_PATH_XTRA fails to
41184         find X development files. I don't understand the previous tests and
41185         they fail on my debian/ppc unstable. This one works.
41186         * examples/gstplay/player.c: (main): Set the pipeline to READY before
41187         exiting.
41188         * gst-libs/gst/play/gstplay.c: (gst_play_get_length_callback),
41189         (gst_play_set_video_sink), (gst_play_set_audio_sink),
41190         (gst_play_set_visualization): Add some safety checks in set_ methods
41191         and state_change. This was throwing some ugly CRITICAL messages when
41192         pipeline was getting disposed and casts were failing.
41193
41194 2003-12-21  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41195
41196         * configure.ac:
41197           Improve mpeg2enc detection. This is for distributions that do
41198           ship mjpegtools, but without mpeg2enc. Also does object check
41199           for might there ever be ABI incompatibility.
41200         * ext/mpeg2enc/gstmpeg2enc.cc:
41201           Add Andrew as second maintainer (he's helping me), and also add
41202           an error if no caps was set. This happens if I pull before capsnego
41203           and that's something I should solve sometime else.
41204         * gst/matroska/matroska-demux.c:
41205         (gst_matroska_demux_parse_blockgroup):
41206           Fix time parsing.
41207         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link),
41208         (gst_matroska_mux_track_header):
41209           Add caps to templates.
41210         * gst/mpegaudioparse/gstmpegaudioparse.c: (mp3_sink_factory):
41211           Add mpegversion=1 to prevent confusion with MPEG/AAC.
41212         * gst/mpegstream/gstmpegdemux.c:
41213           Remove layer since it causes warnings about unfixed caps.
41214         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
41215           Fix obvious typo (we error out if caps were set, we should of
41216           course error out if *no* caps were set).
41217         * sys/oss/gstosselement.c: (gst_osselement_convert):
41218           Fix format conversion, we confused bits/bytes.
41219         * sys/oss/gstosselement.h:
41220           Improve documentation for 'bps'.
41221         * sys/v4l/TODO:
41222           Remove stuff about plugins that need removing - this was done
41223           ages ago.
41224         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init),
41225         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query):
41226         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_src_convert),
41227         (gst_v4lsrc_src_query):
41228         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
41229         (gst_v4l2src_src_convert), (gst_v4l2src_src_query):
41230           Add get_query_types(), get_formats() and query() functions.
41231
41232 2003-12-21  Thomas Vander Stichele  <thomas at apestaart dot org>
41233
41234         * ChangeLog: moved to gstreamer/docs/random/old/ChangeLog.gst-plugins
41235           * moved CVS to freedesktop.org