Update documentation of speexresample for the new element name.
[platform/upstream/gstreamer.git] / ChangeLog
1 2008-11-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2
3         * docs/plugins/gst-plugins-base-plugins.args:
4         * docs/plugins/gst-plugins-base-plugins.hierarchy:
5         * docs/plugins/gst-plugins-base-plugins.interfaces:
6         * docs/plugins/gst-plugins-base-plugins.prerequisites:
7         * docs/plugins/inspect/plugin-videorate.xml:
8         * gst/speexresample/gstspeexresample.c:
9         Update documentation of speexresample for the new element name.
10
11 2008-11-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
12
13         * gst/speexresample/README:
14         Update README with the latest diff between the Speex resampler
15         and our copy.
16
17 2008-11-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
18
19         * gst/speexresample/gstspeexresample.c: (plugin_init):
20         Update the debug category from speex_resample to audioresample.
21
22 2008-11-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
23
24         * gst/audioresample/Makefile.am:
25         * gst/audioresample/buffer.c:
26         * gst/audioresample/buffer.h:
27         * gst/audioresample/debug.c:
28         * gst/audioresample/debug.h:
29         * gst/audioresample/functable.c:
30         * gst/audioresample/functable.h:
31         * gst/audioresample/gstaudioresample.c:
32         * gst/audioresample/gstaudioresample.h:
33         * gst/audioresample/resample.c:
34         * gst/audioresample/resample.h:
35         * gst/audioresample/resample_chunk.c:
36         * gst/audioresample/resample_functable.c:
37         * gst/audioresample/resample_ref.c:
38         * tests/check/elements/audioresample.c:
39         Remove audioresample files.
40
41 2008-11-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
42
43         * docs/plugins/inspect/plugin-audioresample.xml:
44         Regenerated for library filename change.
45
46 2008-11-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
47
48         * configure.ac:
49         * docs/plugins/Makefile.am:
50         * docs/plugins/gst-plugins-base-plugins-sections.txt:
51         * docs/plugins/gst-plugins-base-plugins.args:
52         * docs/plugins/gst-plugins-base-plugins.hierarchy:
53         * docs/plugins/gst-plugins-base-plugins.interfaces:
54         * docs/plugins/gst-plugins-base-plugins.prerequisites:
55         * docs/plugins/inspect/plugin-adder.xml:
56         * docs/plugins/inspect/plugin-alsa.xml:
57         * docs/plugins/inspect/plugin-audioconvert.xml:
58         * docs/plugins/inspect/plugin-audiorate.xml:
59         * docs/plugins/inspect/plugin-audioresample.xml:
60         * docs/plugins/inspect/plugin-audiotestsrc.xml:
61         * docs/plugins/inspect/plugin-cdparanoia.xml:
62         * docs/plugins/inspect/plugin-decodebin.xml:
63         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
64         * docs/plugins/inspect/plugin-gdp.xml:
65         * docs/plugins/inspect/plugin-gio.xml:
66         * docs/plugins/inspect/plugin-gnomevfs.xml:
67         * docs/plugins/inspect/plugin-libvisual.xml:
68         * docs/plugins/inspect/plugin-ogg.xml:
69         * docs/plugins/inspect/plugin-pango.xml:
70         * docs/plugins/inspect/plugin-playback.xml:
71         * docs/plugins/inspect/plugin-queue2.xml:
72         * docs/plugins/inspect/plugin-subparse.xml:
73         * docs/plugins/inspect/plugin-tcp.xml:
74         * docs/plugins/inspect/plugin-theora.xml:
75         * docs/plugins/inspect/plugin-typefindfunctions.xml:
76         * docs/plugins/inspect/plugin-uridecodebin.xml:
77         * docs/plugins/inspect/plugin-video4linux.xml:
78         * docs/plugins/inspect/plugin-videorate.xml:
79         * docs/plugins/inspect/plugin-videoscale.xml:
80         * docs/plugins/inspect/plugin-videotestsrc.xml:
81         * docs/plugins/inspect/plugin-volume.xml:
82         * docs/plugins/inspect/plugin-vorbis.xml:
83         * docs/plugins/inspect/plugin-ximagesink.xml:
84         * docs/plugins/inspect/plugin-xvimagesink.xml:
85         * gst/speexresample/gstspeexresample.c: (plugin_init):
86         * gst/speexresample/Makefile.am:
87         * tests/check/Makefile.am:
88         * tests/check/elements/speexresample.c: (setup_speexresample),
89         (GST_START_TEST), (test_pipeline):
90         Rename the moved speexresample to audioresample, integrate into the
91         build system and remove the old audioresample from the build system.
92         Fixes bug #558124, #385061, #346218, #116051.
93
94 2008-11-27  Wim Taymans  <wim.taymans@collabora.co.uk>
95
96         * gst-libs/gst/audio/gstbaseaudiosrc.c:
97         (gst_base_audio_src_get_offset), (gst_base_audio_src_create):
98         Avoid nasty int overflows after about 12 hours and 25 minutes when these
99         code paths are triggered. 
100         A free beer to Håvard Graff for finding this!
101
102 2008-11-27  Wim Taymans  <wim.taymans@collabora.co.uk>
103
104         Patch by: 이문형 <iwings at gmail dot com>
105
106         * gst-libs/gst/rtsp/gstrtspconnection.c:
107         (gst_rtsp_connection_connect):
108         A successful gst_poll_wait() doesn't always mean successful connect() on
109         Windows.  We should check errors by calling gst_poll_fd_has_error().
110         See #561924.
111
112 2008-11-25  Wim Taymans  <wim.taymans@collabora.co.uk>
113
114         * gst-libs/gst/rtp/gstrtcpbuffer.c:
115         Fix typo in the docs.
116
117 2008-11-25  Wim Taymans  <wim.taymans@collabora.co.uk>
118
119         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_sink_event):
120         If no stream was found before receiving EOS, post an error message.
121         Fixes #561924.
122
123 2008-11-25  Wim Taymans  <wim.taymans@collabora.co.uk>
124
125         * ext/theora/gsttheoraenc.h:
126         * ext/theora/theoraenc.c: (gst_theora_enc_init),
127         (theora_buffer_from_packet), (theora_push_packet),
128         (theora_enc_sink_event), (theora_enc_is_discontinuous),
129         (theora_enc_chain):
130         Parse segment events.
131         Pass incomming buffer timestamps to outgoing buffers.
132         Use the running_time to construct the granulepos.
133         Fixes #562163.
134
135 2008-11-25  Wim Taymans  <wim.taymans@collabora.co.uk>
136
137         * gst/playback/gstplaybin2.c: (activate_group):
138         Fix buffer-duration property.
139
140 2008-11-25  Wim Taymans  <wim.taymans@collabora.co.uk>
141
142         * gst-libs/gst/audio/gstbaseaudiosink.c:
143         (gst_base_audio_sink_drain), (gst_base_audio_sink_event),
144         (gst_base_audio_sink_sync_latency), (gst_base_audio_sink_render),
145         (gst_base_audio_sink_change_state):
146         Really fix audiosink drain handling by keeping track of the running_time
147         of the last sample.
148
149 2008-11-24  Michael Smith <msmith@songbirdnest.com>
150
151         * gst/playback/gstplaybin2.c:
152           Add notification of current stream. Add ability to configure buffer
153           sizes.
154         * gst/playback/gsturidecodebin.c:
155           Add ability to configure buffer sizes for streaming mode.
156           Bug #561734.
157
158 2008-11-24  Stefan Kost  <ensonic@users.sf.net>
159
160         * gst-libs/gst/audio/gstbaseaudiosink.c:
161           Time is already in running_time. Remove base_time handling. Fixes
162           audiosinks not draining and thus chopping some audio in the end.
163
164 2008-11-24  David Schleef  <ds@schleef.org>
165
166         * ext/ogg/gstoggmux.c:
167         * ext/ogg/gstoggmux.h:
168           If we're muxing a dirac stream, flush the page after every picture.
169
170 2008-11-24  Stefan Kost  <ensonic@users.sf.net>
171
172         * gst-libs/gst/audio/gstbaseaudiosink.c:
173           Add one log message to check for audio_drained. Sync one log message
174           with the condition. Send EOS after draining audio in pull mode.
175
176 2008-11-24  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
177
178         * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_create):
179         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
180         Use gst_buffer_try_new_and_alloc() and fail properly if the
181         allocation failed. This prevents abort() if downstream elements
182         request an insane amount of memory.
183
184 2008-11-24  Wim Taymans  <wim.taymans@collabora.co.uk>
185
186         * gst/volume/gstvolume.c: (volume_choose_func),
187         (volume_update_volume), (gst_volume_set_volume),
188         (gst_volume_get_volume), (gst_volume_set_mute),
189         (gst_volume_class_init), (gst_volume_init),
190         (volume_process_double), (volume_process_float),
191         (volume_process_int32), (volume_process_int32_clamp),
192         (volume_process_int24), (volume_process_int24_clamp),
193         (volume_process_int16), (volume_process_int16_clamp),
194         (volume_process_int8), (volume_process_int8_clamp), (volume_setup),
195         (volume_transform_ip), (volume_set_property),
196         (volume_get_property):
197         * gst/volume/gstvolume.h:
198         Cleanup volume, define and use default values.
199         Recalculate new volume and mute setup before processing. Fixes #561789.
200
201         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
202         Add controller unit test. Patch by: Jonathan Matthew
203         Fix bogus test that messed with basetransform's internal state.
204
205 2008-11-22  Wim Taymans  <wim.taymans@collabora.co.uk>
206
207         * gst/videorate/gstvideorate.c:
208         Add jpeg and png image media types to the caps. Fixes #561436.
209
210 2008-11-22  Wim Taymans  <wim.taymans@collabora.co.uk>
211
212         * gst/playback/gstplaysink.c: (gen_audio_chain):
213         Don't post an error when we can't configure the volume but post a
214         warning instead. Fixes #561780.
215
216 2008-11-21  David Schleef  <ds@schleef.org>
217
218         Patch by: Jonathan Rosser <jonathan.rosser@rd.bbc.co.uk>
219
220         * gst/videotestsrc/gstvideotestsrc.c:
221         * gst/videotestsrc/gstvideotestsrc.h:
222         * gst/videotestsrc/videotestsrc.c:
223         * gst/videotestsrc/videotestsrc.h:
224           Add a zone plate pattern generator based on BBC R&D Report
225           1978/23 (yeah *that* 1978).  Try 'videotestsrc pattern=zone-plate
226           kx2=20 ky2=20 kt=1'.
227
228 2008-11-20  Michael Smith <msmith@songbirdnest.com>
229
230         * gst/playback/gstdecodebin2.c:
231           Fix random fat-fingering making this not compile.
232
233 2008-11-20  Michael Smith <msmith@songbirdnest.com>
234
235         * gst/playback/gstdecodebin2.c:
236           If the top-level type of the stream is plain text, don't try to decode
237           it, matching behaviour of decodebin.
238         * gst/playback/gstplaysink.c:
239           If we fail to generate a text chain (e.g. due to missing optional
240           plugins), don't crash.
241
242 2008-11-20  Michael Smith <msmith@songbirdnest.com>
243
244         * gst-libs/gst/rtsp/gstrtspdefs.c:
245           Fix win32 build. Oops.
246
247 2008-11-20  Michael Smith <msmith@songbirdnest.com>
248
249         * gst-libs/gst/rtsp/gstrtspdefs.c:
250           Use WSAGetLastError() rather than errno/h_errno on win32.
251
252 2008-11-20  Michael Smith <msmith@songbirdnest.com>
253
254         * gst-libs/gst/riff/riff-media.c:
255           Support WMA Lossless properly.
256
257 2008-11-18  David Schleef  <ds@schleef.org>
258
259         * gst/videotestsrc/gstvideotestsrc.c:
260         * gst/videotestsrc/gstvideotestsrc.h:
261         * gst/videotestsrc/videotestsrc.c:
262         * gst/videotestsrc/videotestsrc.h:
263           Add "colorspec" property, specifying whether to generate BT.601
264           or BT.709 video.  This only affects YCbCr values, not RGB, since
265           if you're generating a 709 test pattern, presumably you want
266           709 RGB primaries, not 601.  Also add "smpte75" pattern, which
267           uses 75% colors instead of 100%, since this is often more useful
268           for testing (and also follows the SMPTE EG-1 guideline).
269
270 2008-11-18  Alessandro Decina  <alessandro.d@gmail.com>
271
272         * gst/playback/gstdecodebin.c:
273         Add a "sink-caps" property to decodebin like it's done for decodebin2.
274         Fixes #560380.
275
276 2008-11-14  Jan Schmidt  <jan.schmidt@sun.com>
277
278         * gst/audioresample/gstaudioresample.c:
279         Guard against a NULL dereference I somehow encountered -
280         with a FLUSH_STOP arriving either before basetransform _start(),
281         or after _stop().
282
283         * gst/typefind/gsttypefindfunctions.c:
284         Make sure we never jump backwards when typefinding corrupt mov files.
285
286 2008-11-14  Jan Schmidt  <jan.schmidt@sun.com>
287
288         * gst-libs/gst/interfaces/propertyprobe.c:
289         Fix random type causing a docs warning.
290
291 2008-11-14  Stefan Kost  <ensonic@users.sf.net>
292
293         * sys/v4l/gstv4l.c:
294           Give it a minimal rank for autovideosrc.
295
296 2008-11-13  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
297
298         * gst/typefind/gsttypefindfunctions.c: (jp2_type_find),
299         (plugin_init):
300         Improve typefinding of ISO JPEG2000 mime types.
301
302 2008-11-13  Wim Taymans  <wim.taymans@collabora.co.uk>
303
304         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
305         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_setcaps),
306         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
307         * sys/xvimage/xvimagesink.h:
308         Avoid typechecking when we do trivial casts.
309         Move error handling out of the main program flow.
310         Sneak in the display-region caps property, not completely correct yet.
311         Cache the width/height in buffer_alloc instead of parsing it from the
312         caps all the time.
313
314 2008-11-13  Wim Taymans  <wim.taymans@collabora.co.uk>
315
316         * gst/playback/gstplaybin2.c: (deactivate_group):
317         don't try to unlink the selector sinkpad when we don't have it yet. This
318         can happen if an error occured before the group was complete.
319
320 2008-11-13  Wim Taymans  <wim.taymans@collabora.co.uk>
321
322         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data),
323         (gst_rtp_buffer_set_packet_len), (gst_rtp_buffer_get_packet_len),
324         (gst_rtp_buffer_get_header_len), (gst_rtp_buffer_get_version),
325         (gst_rtp_buffer_set_version), (gst_rtp_buffer_get_padding),
326         (gst_rtp_buffer_set_padding), (gst_rtp_buffer_pad_to),
327         (gst_rtp_buffer_get_extension), (gst_rtp_buffer_set_extension),
328         (gst_rtp_buffer_get_extension_data),
329         (gst_rtp_buffer_set_extension_data), (gst_rtp_buffer_get_ssrc),
330         (gst_rtp_buffer_set_ssrc), (gst_rtp_buffer_get_csrc_count),
331         (gst_rtp_buffer_get_csrc), (gst_rtp_buffer_set_csrc),
332         (gst_rtp_buffer_get_marker), (gst_rtp_buffer_set_marker),
333         (gst_rtp_buffer_get_payload_type),
334         (gst_rtp_buffer_set_payload_type), (gst_rtp_buffer_get_seq),
335         (gst_rtp_buffer_set_seq), (gst_rtp_buffer_get_timestamp),
336         (gst_rtp_buffer_set_timestamp),
337         (gst_rtp_buffer_get_payload_subbuffer),
338         (gst_rtp_buffer_get_payload_len), (gst_rtp_buffer_get_payload):
339         Avoid expensive type checks we already did as part of the 
340         _validate() function that should be called first.
341
342 2008-11-11  Wim Taymans  <wim.taymans@collabora.co.uk>
343
344         * gst-libs/gst/rtp/gstbasertpdepayload.c: (create_segment_event),
345         (gst_base_rtp_depayload_push_full),
346         (gst_base_rtp_depayload_set_gst_timestamp):
347         Fix some cases where a newsegment event was not sent.
348
349 2008-11-11  Wim Taymans  <wim.taymans@collabora.co.uk>
350
351         * gst/playback/gstplaybin2.c: (activate_group):
352         Catch state change errors and stop from the uridecodebin elements
353         instead of trying to continue in vain.
354
355 2008-11-10  Wim Taymans  <wim.taymans@collabora.co.uk>
356
357         * gst-libs/gst/audio/gstbaseaudiosink.c:
358         (gst_base_audio_sink_sync_latency), (gst_base_audio_sink_render),
359         (gst_base_audio_sink_callback):
360         Use gst_base_sink_do_preroll() to wait for PLAYING and before waiting
361         for the latency to expire, fixes #559567.
362
363 2008-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
364
365         * gst/adder/gstadder.c:
366           Change author string after seeing output of gst-inspector.
367
368 2008-11-10  Wim Taymans  <wim.taymans@collabora.co.uk>
369
370         * gst/playback/gstplaysink.c: (gst_play_sink_reconfigure):
371         Don't try to do crazy things when we only have a text pad without a
372         video pad. Fixes #559478.
373
374 2008-11-06  Wim Taymans  <wim.taymans@collabora.co.uk>
375
376         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
377         Fix case where we don't have a range for the rates or channels as is the
378         case with truespeech.
379
380 2008-11-05  Wim Taymans  <wim.taymans@collabora.co.uk>
381
382         * gst/volume/gstvolume.c: (volume_update_real_volume),
383         (gst_volume_set_volume), (gst_volume_get_volume),
384         (gst_volume_set_mute), (gst_volume_init), (volume_setup),
385         (volume_transform_ip), (volume_update_mute),
386         (volume_update_volume), (volume_get_property):
387         * gst/volume/gstvolume.h:
388         Keep negotiated state in a separate variable.
389         Protect the volume and mute properties with the object lock.
390         Protect modifying the transform with the transform lock.
391
392 2008-11-05  Wim Taymans  <wim.taymans@collabora.co.uk>
393
394         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
395         (gst_ffmpeg_pixfmt_to_caps):
396         Only convert caps to string when debug is enabled.
397
398 2008-11-04  Wim Taymans  <wim.taymans@collabora.co.uk>
399
400         * ext/theora/gsttheoradec.h:
401         * ext/theora/theoradec.c: (gst_theora_dec_init),
402         (gst_theora_dec_reset), (theora_dec_src_event),
403         (theora_dec_sink_event), (theora_handle_type_packet):
404         Copy seqnum.
405         Keep events in a pending list, like vorbisdec, instead of trying
406         to construct a segment event ourselves.
407
408         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
409         (vorbis_dec_src_event), (vorbis_dec_sink_event):
410         * ext/vorbis/vorbisdec.h:
411         Copy seqnum.
412
413 2008-11-04  Wim Taymans  <wim.taymans@collabora.co.uk>
414
415         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
416         (gst_ogg_demux_deactivate_current_chain),
417         (gst_ogg_demux_perform_seek), (gst_ogg_demux_handle_page),
418         (gst_ogg_demux_loop):
419         * ext/ogg/gstoggdemux.h:
420         Copy seqnums around to track playback segments and messages.
421
422 2008-11-03  Wim Taymans  <wim.taymans@collabora.co.uk>
423
424         Based on patch by: Matthias Kretz <kretz at kde dot org>
425
426         * ext/alsa/gstalsasink.c: (gst_alsasink_open),
427         (gst_alsasink_prepare), (gst_alsasink_unprepare),
428         (gst_alsasink_write):
429         Make all access non-blocking so that we can better handle unplugging
430         of usb devices. Fixes #559111
431
432 2008-11-03  Wim Taymans  <wim.taymans@collabora.co.uk>
433
434         Patch by: Damien Lespiau  <damien.lespiau gmail com>
435
436         * gst-libs/gst/rtsp/gstrtspconnection.c:
437         (gst_rtsp_connection_write):
438         Make the next call to poll not depend on previous calls to poll with or
439         without reading from the active descriptor. Fixes #544293.
440
441 2008-10-31  Wim Taymans  <wim.taymans@collabora.co.uk>
442
443         Patch by: Nick Haddad <nick at haddads dot net>
444
445         * gst-libs/gst/riff/riff-ids.h:
446         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
447         Add support for other fourcc codes that are commonly used for
448         'uncompressed RGB', including 'RGB ', 'RAW ', and 0.
449         Fixes #558553.
450
451 2008-10-30  Stefan Kost  <ensonic@users.sf.net>
452
453         * gst/audioresample/gstaudioresample.c:
454           Return the result of parent_class->event().
455
456 2008-10-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
457
458         * gst/audioresample/gstaudioresample.c:
459         (gst_audioresample_class_init), (audioresample_fixate_caps):
460         Fixate the rate to the nearest supported rate instead of
461         the first one. Fixes bug #549510.
462
463 2008-10-27  Wim Taymans  <wim.taymans@collabora.co.uk>
464
465         * win32/common/libgstaudio.def:
466         Add new symbols.
467
468 2008-10-23  Wim Taymans  <wim.taymans@collabora.co.uk>
469
470         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
471         Attempt to make obfuscated code clearer.
472
473 2008-10-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
474
475         * docs/libs/gst-plugins-base-libs-sections.txt:
476         * gst-libs/gst/floatcast/floatcast.h:
477         Move float endianness conversion macros to core. Second part of
478         bug ##555196.
479
480 2008-10-22  Stefan Kost  <ensonic@users.sf.net>
481
482         * sys/ximage/ximagesink.h:
483         * sys/xvimage/xvimagesink.h:
484           Don't mark as gtk-doc docs as they aren't public.
485
486 2008-10-22  Stefan Kost  <ensonic@users.sf.net>
487
488         * sys/xvimage/xvimagesink.c:
489         * sys/xvimage/xvimagesink.h:
490         * tests/icles/Makefile.am:
491         * tests/icles/test-colorkey.c:
492           Allow setting colorkey if possible. Implement property probe interface
493           for optional X features (autopaint-colorkey, double-buffer and
494           colorkey). Fixes #554533
495
496 2008-10-22  Sebastian Dröge  <slomo@circular-chaos.org>
497
498         * gst-libs/gst/tag/tags.c: (gst_tag_image_data_to_image_buffer):
499         Remove useless buffer size assignment. It already has this value.
500
501 2008-10-20  Wim Taymans  <wim.taymans@collabora.co.uk>
502
503         * gst-libs/gst/audio/gstaudiosink.c:
504         (gst_audioringbuffer_class_init), (gst_audioringbuffer_acquire),
505         (gst_audioringbuffer_activate), (gst_audioringbuffer_release),
506         (gst_audioringbuffer_stop):
507         Implement a separate activate functions to start monitoring the segments
508         or, in pull mode, pulling in data.
509
510         * gst-libs/gst/audio/gstbaseaudiosink.c:
511         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
512         (gst_base_audio_sink_query_pad), (gst_base_audio_sink_query),
513         (gst_base_audio_sink_setcaps), (gst_base_audio_sink_callback),
514         (gst_base_audio_sink_activate_pull),
515         (gst_base_audio_sink_async_play),
516         (gst_base_audio_sink_change_state):
517         Implement pad and element convert query function.
518         Activate the ringbuffer.
519         Use the segment last_stop value as the offset to pull.
520         Use new basesink _do_preroll() method to preroll in the pulling thread.
521         Take appropriate locking in the pulling thread.
522
523         * gst-libs/gst/audio/gstringbuffer.h:
524         Update some docs.
525
526 2008-10-20  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
527
528         * gst/typefind/gsttypefindfunctions.c: (mxf_type_find):
529         Improve MXF typefinding a bit by searching for a header partition
530         pack instead of just a general partition pack and checking more
531         bytes for valid values.
532
533 2008-10-20  Wim Taymans  <wim.taymans@collabora.co.uk>
534
535         * tests/icles/.cvsignore:
536         update ignore file.
537
538         * tests/icles/Makefile.am:
539         * tests/icles/test-box.c: (make_pipeline), (main):
540         Add another interactive command line experimentation suite for
541         dynamically boxing/cropping/saling an input video.
542
543 2008-10-17  Wim Taymans  <wim.taymans@collabora.co.uk>
544
545         * docs/libs/gst-plugins-base-libs-sections.txt:
546         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_convert),
547         (gst_ring_buffer_activate), (gst_ring_buffer_is_active):
548         * gst-libs/gst/audio/gstringbuffer.h:
549         Add methods to more accuratly control the pulling thread of a
550         ringbuffer.
551         Add format conversion helper code to the ringbuffer.
552         API: GstRingBuffer:gst_ring_buffer_activate()
553         API: GstRingBuffer:gst_ring_buffer_is_active()
554         API: GstRingBuffer:gst_ring_buffer_convert()
555
556 2008-10-16  Wim Taymans  <wim.taymans@collabora.co.uk>
557
558         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func),
559         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
560         (gst_audioringbuffer_stop):
561         Signal thread startup earlier so that we can immediatly go into pull
562         mode when we have to and block on preroll.
563
564 2008-10-16  Wim Taymans  <wim.taymans@collabora.co.uk>
565
566         * gst-libs/gst/audio/gstringbuffer.c:
567         (gst_ring_buffer_prepare_read):
568         In pull mode we want the callback to prepull a buffer we can preroll on
569         even when we are not yet playing.
570
571 2008-10-16  Stefan Kost  <ensonic@users.sf.net>
572
573         * ext/alsa/Makefile.am:
574         * ext/cdparanoia/Makefile.am:
575         * ext/gio/Makefile.am:
576         * ext/gnomevfs/Makefile.am:
577         * ext/libvisual/Makefile.am:
578         * ext/ogg/Makefile.am:
579         * ext/pango/Makefile.am:
580         * ext/theora/Makefile.am:
581         * ext/vorbis/Makefile.am:
582         * gst/adder/Makefile.am:
583         * gst/audioconvert/Makefile.am:
584         * gst/audiorate/Makefile.am:
585         * gst/audioresample/Makefile.am:
586         * gst/audiotestsrc/Makefile.am:
587         * gst/ffmpegcolorspace/Makefile.am:
588         * gst/gdp/Makefile.am:
589         * gst/playback/Makefile.am:
590         * gst/subparse/Makefile.am:
591         * gst/tcp/Makefile.am:
592         * gst/typefind/Makefile.am:
593         * gst/videorate/Makefile.am:
594         * gst/videoscale/Makefile.am:
595         * gst/videotestsrc/Makefile.am:
596         * gst/volume/Makefile.am:
597         * sys/v4l/Makefile.am:
598         * sys/ximage/Makefile.am:
599         * sys/xvimage/Makefile.am:
600           Don't install static libs for plugins. Fixes #550851 for base.
601
602 2008-10-16  Wim Taymans  <wim.taymans@collabora.co.uk>
603
604         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_init):
605         Set the default blocksize to -1 because we will then use the configured
606         samplesperbuffer to create our output buffer.
607
608 2008-10-15  Edward Hervey  <edward.hervey@collabora.co.uk>
609
610         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
611         (gst_riff_create_video_template_caps):
612         Add mappping for the KMVC (Karl Morton's Video) Codec.
613
614 2008-10-15  Edward Hervey  <edward.hervey@collabora.co.uk>
615
616         * gst/typefind/gsttypefindfunctions.c: (flac_type_find):
617         Don't forget to advance the offset of what we're matching against, else
618         we end up in a forever loop.
619
620 2008-10-15  Sebastian Dröge  <slomo@circular-chaos.org>
621
622         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
623         Improve typefinding a bit. If we don't have a Unicode charset
624         try GST_SUBTITLE_ENCODING and otherwise try ISO-8859-15.
625
626 2008-10-14  Edward Hervey  <edward.hervey@collabora.co.uk>
627
628         * ext/theora/theoradec.c: (theora_dec_decode_buffer):
629         Fix build on macosx.
630
631 2008-10-13  Wim Taymans  <wim.taymans@collabora.co.uk>
632
633         Based on patch by: Robin Stocker <robin at nibor dot org>
634
635         * ext/theora/gsttheoradec.h:
636         * ext/theora/theoradec.c: (gst_theora_dec_init),
637         (theora_dec_setcaps), (theora_handle_type_packet),
638         (theora_dec_decode_buffer), (theora_dec_change_state):
639         Parse input caps and make the PAR override the encoded PAR when
640         specified by a container. Fixes #555699.
641
642 2008-10-13  Wim Taymans  <wim.taymans@collabora.co.uk>
643
644         * gst-libs/gst/rtp/gstbasertpdepayload.c:
645         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
646         (gst_base_rtp_depayload_set_gst_timestamp),
647         (gst_base_rtp_depayload_change_state):
648         * gst-libs/gst/rtp/gstbasertpdepayload.h:
649         Add some more G_LIKELY
650         Fail when the setcaps function was not called.
651
652         * gst-libs/gst/rtp/gstbasertppayload.c:
653         (gst_basertppayload_set_outcaps):
654         Propagate return value of setcaps.
655
656 2008-10-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
657
658         * gst/subparse/Makefile.am:
659         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
660         (gst_sub_parse_class_init), (gst_sub_parse_init),
661         (gst_convert_to_utf8), (detect_encoding), (convert_encoding),
662         (get_next_line), (gst_sub_parse_data_format_autodetect),
663         (feed_textbuf), (handle_buffer), (gst_sub_parse_change_state),
664         (gst_subparse_type_find):
665         * gst/subparse/gstsubparse.h:
666         Add support for UTF16/UTF32 subtitles as long as the first bytes of
667         the first buffer contain the BOM. This also adds support for other
668         encodings that allow NUL bytes via the encoding property.
669         Fixes bugs #552237 and #456788.
670
671 2008-10-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
672
673         * gst-libs/gst/tag/tags.c: (gst_tag_image_data_to_image_buffer):
674         Don't drop the last byte of image tags if they're not an URI list.
675         Fixes bug #556066.
676
677 2008-10-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
678
679         * gst/typefind/gsttypefindfunctions.c: (flac_type_find):
680         For looking at the 4th byte we have to get 4 bytes of course
681         and not 3.
682
683 2008-10-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
684
685         * gst/typefind/gsttypefindfunctions.c: (flac_type_find):
686         Improve FLAC-without-headers typefinding by looking at most of the
687         frame header and checking if invalid values are used. Should prevent
688         quite some false positives compared to the old version which only
689         check if the first 14 bits are set.
690
691 2008-10-11  Stefan Kost  <ensonic@users.sf.net>
692
693         * sys/xvimage/xvimagesink.c:
694           Don't assert on caps==NULL.
695
696 2008-10-10  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
697
698         * gst/subparse/gstsubparse.c:
699         (gst_sub_parse_data_format_autodetect), (handle_buffer),
700         (gst_sub_parse_change_state):
701         * gst/subparse/gstsubparse.h:
702         * tests/check/elements/subparse.c: (GST_START_TEST):
703         Add support for subtitle files with UTF-8 BOM at the beginning
704         by simple stripping it from the first line before passing it
705         to any parsing code. Fixes bug #555257 and playback of files
706         created by Gnome Subtitles.
707
708 2008-10-10  Wim Taymans  <wim.taymans@collabora.co.uk>
709
710         * gst/audiotestsrc/gstaudiotestsrc.c:
711         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
712         (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
713         (gst_audio_test_src_start), (gst_audio_test_src_stop),
714         (gst_audio_test_src_do_seek), (gst_audio_test_src_check_get_range),
715         (gst_audio_test_src_create):
716         * gst/audiotestsrc/gstaudiotestsrc.h:
717         Define the default property values in the usual place.
718         Implement start/stop to reset values correctly.
719         Calculate the sample size only once when we negotiate.
720         Rename some values to make more sense.
721         Keep track of our byte range.
722         Add support for pull based scheduling. Disabled for now until we have
723         the whole stack working.
724         Set the BUFFER_OFFSET correctly.
725
726 2008-10-10  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
727
728         Based on a patch by: xavierb at gmail dot com
729
730         * gst/subparse/gstsubparse.c:
731         (gst_sub_parse_data_format_autodetect):
732         * tests/check/elements/subparse.c: (GST_START_TEST):
733         Make the detection of the used subtitle a bit less strict
734         for srt subtitles. Fixes bug #555607.
735
736 2008-10-10  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
737
738         * ext/vorbis/vorbisenc.c:
739         (gst_vorbis_enc_buffer_check_discontinuous):
740         Fix discontinuity detection which was broken by last commit.
741
742 2008-10-09  Tim-Philipp Müller  <tim.muller at collabora co uk>
743
744         * configure.ac::
745           Require core CVS for ghostpad API additions used by decodebin2.
746
747 2008-10-08  Edward Hervey  <edward.hervey@collabora.co.uk>
748
749         * gst-libs/gst/audio/gstbaseaudiosrc.c:
750         (gst_base_audio_src_create):
751         Fix debug statements (space between '%' and actual format).
752
753 2008-10-08  Wim Taymans  <wim.taymans@collabora.co.uk>
754
755         * gst/playback/gstdecodebin2.c: (gst_decode_pad_activate):
756         Remove bogus assert, the decodepad could have been created inside an
757         already existing group.
758
759 2008-10-08  Andy Wingo  <wingo@pobox.com>
760
761         * gst/playback/gstdecodebin2.c (expose_pad): Fix typo: unset
762         target instead of setting it.
763         (gst_decode_pad_activate, gst_decode_pad_unblock): This is now the
764         API for a decode pad. The bugfix is that we set the group in
765         activate(), not when the pad was created because it might be NULL
766         then.
767         (gst_decode_group_control_source_pad, gst_decode_group_expose):
768         Update to use the API.
769
770 2008-10-08  Andy Wingo  <wingo@pobox.com>
771
772         * gst/playback/gstdecodebin2.c (struct _GstDecodePad): Change to
773         be a subclass of GstGhostPad.
774         (analyze_new_pad): So, when emitting the signals that determine
775         how we do autoplugging, already create the ghost pad and use it as
776         the pad in the signal arguments. This allows applications to make
777         a connection between the pad passed in e.g. autoplug-continue, and
778         the pad passed in new-decoded-pad.
779         (connect_pad, expose_pad): Update to receive the ghosted decode
780         pad in the args, retargetting it as necessary if we have to plug
781         the target pad through a multiqueue.
782         (gst_decode_group_control_source_pad): Adapt to receive an
783         already-ghosted pad that just needs activation, blocking, and
784         drain notification.
785         (sort_end_pads): Adapt for decode pads actually being pads.
786         (gst_decode_group_expose): Adapt for decode pads actually being
787         pads. Rewrite the decode pad names so they appear in order. Adds a
788         new error case if we couldn't set the name.
789         (gst_decode_group_free, gst_decode_group_hide): Adapt cleanup
790         logic.
791         (gst_decode_pad_set_blocked, gst_decode_pad_add_drained_check):
792         New API for the decode pad, needed because we shouldn't do these
793         things inside gst_decode_pad_new(), but after.
794         (gst_decode_pad_new): Change to actually make the real pad, and
795         delay the blocking/drainage bits.
796
797 2008-10-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
798
799         Patch by: Daniel Drake <dsd at laptop dot org>
800
801         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear_collectpads):
802         Unref all buffers when clearing collectpads. Fixes bug #546955.
803
804 2008-10-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
805
806         Based on a patch by: Klaas <klaas at rivercrew dot net>
807
808         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_sink_event),
809         (gst_vorbis_enc_buffer_check_discontinuous),
810         (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
811         * ext/vorbis/vorbisenc.h:
812         Keep track of the upstream segments and use the running time on that
813         segment instead of the buffer timestamp everywhere. Fixes bug #525807.
814
815 2008-10-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
816
817         * gst/audioconvert/audioconvert.c: (audio_convert_convert):
818         Prevent overflows with big buffer when calculating the size of
819         the intermediate buffer by using gst_util_uint64_scale() instead of
820         plain arithmetics. Fixes bug #552801.
821
822 2008-10-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
823
824         Patch by: Pavel Zeldin <pzeldin at gmail dot com>
825
826         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_render_time),
827         (gst_clock_overlay_class_init), (gst_clock_overlay_finalize),
828         (gst_clock_overlay_init), (gst_clock_overlay_set_property),
829         (gst_clock_overlay_get_property):
830         * ext/pango/gstclockoverlay.h:
831         API: Add ability to specify format for date/time display by
832         adding a "time-format" property.
833         Fixes bug #554879.
834
835 2008-10-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
836
837         Patch by: Jan Gerber <j at oil21 dot org>
838
839         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
840         (gst_riff_create_video_template_caps):
841         Add FFV1 fourcc to support playback of FFMPEG lossless video
842         in AVI. Fixes bug #555319.
843
844 2008-10-08  Wim Taymans  <wim.taymans@collabora.co.uk>
845
846         Patch by: Håvard Graff <havard dot graff at tandberg dot com>
847
848         * gst-libs/gst/audio/gstbaseaudiosrc.c:
849         (gst_base_audio_src_create):
850         Implement skew clock slaving. Fixes #552559.
851
852 2008-10-08  Wim Taymans  <wim.taymans@collabora.co.uk>
853
854         * gst-libs/gst/audio/multichannel.c:
855         * gst-libs/gst/audio/testchannels.c:
856         Fix include of config.h
857
858 2008-10-06  Wim Taymans  <wim.taymans@collabora.co.uk>
859
860         Based on Patch by: Tero Saarni <tero dot saarni at gmail dot com>
861
862         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_parse_line),
863         (print_media), (gst_sdp_message_dump):
864         Fix parsing of the c= field containing multicast addresses.
865         Fixes #552199.
866         Add the connection info to the session or streams.
867         Fix parsing of the bandwidth.
868         Add debugging for the connections and bandwidths for a media.
869         Add debugging for the bandwidth of the session. 
870
871 2008-10-06  Wim Taymans  <wim.taymans@collabora.co.uk>
872
873         * gst-libs/gst/rtp/gstbasertppayload.c:
874         (gst_basertppayload_change_state):
875         Configure the next seqnum and timestamp in the state change so that they
876         can be queried soon after.
877
878 2008-10-06  Wim Taymans  <wim.taymans@collabora.co.uk>
879
880         * gst-libs/gst/rtp/gstbasertpdepayload.c:
881         (gst_base_rtp_depayload_chain):
882         Improve debugging of the rtptime.
883
884 2008-10-05  Jan Schmidt  <jan.schmidt@sun.com>
885
886         * configure.ac:
887         Back to development -> 0.10.21.1
888
889 2008-10-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
890
891         * gst/typefind/gsttypefindfunctions.c: (flac_type_find),
892         (plugin_init):
893         Add typefinding for FLAC without headers in the beginning.
894         This is already handled by flacdec and friends.
895
896 2008-10-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
897
898         * gst/typefind/gsttypefindfunctions.c: (mxf_type_find),
899         (plugin_init):
900         Add typefinder for MXF.
901
902 2008-10-03  Jan Schmidt  <jan.schmidt@sun.com>
903
904         * tests/icles/Makefile.am:
905         Only build test-colorkey if GTK+ is available.
906
907 === release 0.10.21 ===
908
909 2008-10-03  Jan Schmidt <jan.schmidt@sun.com>
910
911         * configure.ac:
912           releasing 0.10.21, "We Could Be Wrong"
913
914 2008-09-28  Jan Schmidt  <jan.schmidt@sun.com>
915
916         * configure.ac:
917         0.10.20.4 pre-release
918
919 2008-09-25  Wim Taymans  <wim.taymans@collabora.co.uk>
920
921         Patch by: Vincent Penquerc'h <ogg dot k dot ogg dot k at googlemail dot com>
922
923         * ext/theora/theoraparse.c: (theora_parse_set_streamheader):
924         Set the BOS flag on the BOS packet. Fixes #553244.
925
926 2008-09-23  Wim Taymans  <wim.taymans@collabora.co.uk>
927
928         * gst-libs/gst/rtsp/gstrtspmessage.c:
929         (gst_rtsp_message_parse_request),
930         (gst_rtsp_message_parse_response):
931         Fix the g_return_val_if_fail() statements.
932
933 2008-09-22  Michael Smith <msmith@songbirdnest.com>
934
935         * gst-libs/gst/tag/gsttagdemux.c:
936           Fail to activate if there's insufficient data in the file to be usable,
937           preventing an assertion fail later. Fixes #552960
938
939 2008-09-15  Tim-Philipp Müller  <tim.muller at collabora co uk>
940
941         * gst-libs/gst/pbutils/descriptions.c:
942         * gst/typefind/gsttypefindfunctions.c:
943           Recognise Kate subtitle streams (#550582).
944
945 2008-09-13  Tim-Philipp Müller  <tim.muller at collabora co uk>
946
947         * gst-libs/gst/audio/audio.h: (GST_AUDIO_FIELD_SIGNED):
948           Remove trailing comma from enum list, which causes problems
949           with -pendantic (#550729).
950
951 2008-09-10  Jan Schmidt  <jan.schmidt@sun.com>
952
953         * configure.ac:
954         0.10.20.2 pre-release
955
956         * po/LINGUAS:
957         * po/id.po:
958         * po/pt_BR.po:
959
960         New translations.
961
962 2008-09-05  Tim-Philipp Müller  <tim.muller at collabora co uk>
963
964         * gst-libs/gst/interfaces/propertyprobe.c:
965           (gst_property_probe_get_properties),
966           (gst_property_probe_get_property),
967           (gst_property_probe_probe_property),
968           (gst_property_probe_probe_property_name),
969           (gst_property_probe_needs_probe),
970           (gst_property_probe_needs_probe_name),
971           (gst_property_probe_get_values),
972           (gst_property_probe_get_values_name),
973           (gst_property_probe_probe_and_get_values),
974           (gst_property_probe_probe_and_get_values_name):
975           More sanity checks for our second-favourite interface.
976
977 2008-09-05  Stefan Kost  <ensonic@users.sf.net>
978
979         * gst-libs/gst/interfaces/propertyprobe.c:
980           Check for NULL pointer, in the hope that this fixes #532864.
981
982 2008-09-05  Tim-Philipp Müller  <tim.muller at collabora co uk>
983
984         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_class_init):
985           No really, the next release is 0.10.21 (fix Since: tags in docs).
986
987 2008-09-04  Wim Taymans  <wim.taymans@collabora.co.uk>
988
989         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_stop):
990         Disable a code path that is now called but causes a deadlock for some
991         reason and is unneeded.
992
993 2008-09-04  Stefan Kost  <ensonic@users.sf.net>
994
995         * sys/xvimage/xvimagesink.c:
996         * sys/xvimage/xvimagesink.h:
997           Add a "draw-border" property that can be set to false to disable
998           drawing borders.
999           
1000         * tests/icles/test-colorkey.c:
1001         * tests/icles/Makefile.am:
1002           Add new test application for the colorkey handling.
1003
1004 2008-09-03  Edward Hervey  <edward.hervey@collabora.co.uk>
1005
1006         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
1007         Use a decent caps for TrueSpeech instead of a ffmpeg-specific one.
1008         This will also be fixed for upcoming gst-ffmpeg release so that once
1009         this release of -base is out, it will work with the latest gst-ffmpeg
1010         release.
1011
1012 2008-09-03  Edward Hervey  <edward.hervey@collabora.co.uk>
1013
1014         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
1015         (gst_riff_create_audio_template_caps):
1016         Add Truespeech mapping for RIFF formats (AVI/WAV).
1017         Fixes #550656
1018
1019 2008-09-03  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1020
1021         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
1022         Typefind video/mj2 and image/jp2 ISO JPEG2000 mime types.
1023         Fixes #550638.
1024
1025 2008-09-03  Stefan Kost  <ensonic@users.sf.net>
1026
1027         * configure.ac:
1028         * gst/subparse/Makefile.am:
1029         * gst/subparse/gstsubparse.c:
1030         * gst/subparse/samiparse.c:
1031         * tests/check/elements/subparse.c:
1032           Rework last change, so that we build subparse, but just disable the
1033           sami parse functionality, if we're configured to not use xml. In the
1034           tests only the sami test is disabled now.
1035
1036 2008-09-02  Stefan Kost  <ensonic@users.sf.net>
1037
1038         * configure.ac:
1039           Disable subparse when xml is disabled. It woundn't work anyway. Fixes
1040           test runs.
1041
1042 2008-09-02  Tim-Philipp Müller  <tim.muller at collabora co uk>
1043
1044         * po/POTFILES.in:
1045           Add some more files with strings for translation.
1046
1047 2008-09-02  Stefan Kost  <ensonic@users.sf.net>
1048
1049         * gst-libs/gst/tag/gstvorbistag.c:
1050         * tests/check/libs/tag.c:
1051           Use new geo location tags from core. Fixes #481169
1052
1053 2008-09-01  Edward Hervey  <edward.hervey@collabora.co.uk>
1054
1055         * tests/check/elements/audioresample.c: (setup_audioresample),
1056         (fail_unless_perfect_stream), (test_perfect_stream_instance),
1057         (test_discont_stream_instance):
1058         Now that GstBaseTransform is 'fixed' ... remove cruft from tests.
1059         Add debugging for coherence.
1060
1061 2008-08-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
1062
1063         Patch by: Jonathan Matthew  <notverysmart gmail com>
1064
1065         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
1066           Add typefinder for PDF documents (which is nice to have, since it's a
1067           common format, but also helps prevent false positives). Fixes #549814.
1068
1069 2008-08-27  Wim Taymans  <wim.taymans@collabora.co.uk>
1070
1071         * gst/playback/gstplaybin2.c: (selector_blocked), (pad_added_cb),
1072         (no_more_pads_cb):
1073         Fix nasty race where multiple decodebins could start pushing data before
1074         we manage to configure the sinks, resulting in not-linked errors in
1075         typical RTSP streaming cases.
1076
1077 2008-08-26  Wim Taymans  <wim.taymans@collabora.co.uk>
1078
1079         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_stop):
1080         Since we now call stop, we trigger this code path that causes a deadlock
1081         is apparently not needed.
1082
1083 2008-08-26  Wim Taymans  <wim.taymans@collabora.co.uk>
1084
1085         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_start),
1086         (gst_ring_buffer_stop):
1087         Also allow the case where the ringbuffer was paused when we try to stop
1088         it so that the basesrc stop function is still called.
1089
1090 2008-08-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1091
1092         Patch by: Mike Ruprecht <cmaiku at gmail dot com>
1093
1094         * sys/v4l/gstv4lelement.c: (gst_v4l_class_probe_devices):
1095         Reprobe devices again instead of taking a cached list as new
1096         devices could've been plugged in. Fixes bug #549062.
1097
1098 2008-08-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1099
1100         Patch by: Alessandro Dessina <alessandro nnva org>
1101
1102         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain),
1103         (gst_ogg_demux_activate_chain):
1104         Don't add pads and activate them for skeleton streams. These are already
1105         handled inside oggdemux. Fixes bug #537599.
1106
1107 2008-08-22  Wim Taymans  <wim.taymans@collabora.co.uk>
1108
1109         * ext/vorbis/vorbisdec.c: (vorbis_dec_change_state):
1110         Reset variable so that query and convert fail after going back to
1111         READY. Fixes #548898.
1112
1113 2008-08-22  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1114
1115         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
1116         If a buffer arrives with a timestamp before the timestamp+duration
1117         of the previous buffer clip it instead of dropping it completely.
1118         Slight improvement for the unfixable bug #548913.
1119
1120 2008-08-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1121
1122         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
1123         Take the current timestamp instead of timestamp+duration for the offset.
1124         This offset will later be used for calculating the timestamp and
1125         otherwise vorbisdec will interpolate timestamps wrong if upstream
1126         only sends timestamps and no granulepos.
1127
1128 2008-08-21  Stefan Kost  <ensonic@users.sf.net>
1129
1130         * tests/examples/seek/seek.c:
1131           Don't crash when having no visualisations.
1132
1133 2008-08-16  David Schleef  <ds@schleef.org>
1134
1135         * gst/typefind/gsttypefindfunctions.c: DV typefinding.  Remove
1136           check for a bit that is 0 in IEC 61384, but not SMPTE 314M.
1137           Fixes #548065.
1138
1139 2008-08-15  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1140
1141         * gst-libs/gst/pbutils/missing-plugins.c: (copy_and_clean_caps):
1142         When cleaning up the caps fields also remove "depth" for the same
1143         reason we remove "width".
1144
1145 2008-08-14  Tim-Philipp Müller  <tim.muller at collabora co uk>
1146
1147         * gst-libs/gst/pbutils/descriptions.c: (format_info_get_desc):
1148           Add Lead H.264 here as well.
1149
1150 2008-08-14  Julien Moutte  <julien@fluendo.com>
1151
1152         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
1153         (gst_riff_create_video_template_caps): Add Lead H.264 variant.
1154
1155 2008-08-13  Wim Taymans  <wim.taymans@collabora.co.uk>
1156
1157         * gst-libs/gst/audio/gstbaseaudiosrc.c:
1158         (gst_base_audio_src_create):
1159         When not slaved to another clock also subtract the base_time from our
1160         internal clock time to get the running time.
1161
1162 2008-08-12  David Schleef  <ds@schleef.org>
1163
1164         * ext/theora/theoraenc.c: Remove the 2000 kbit limit to bitrate,
1165           since it has no basis in libtheora.
1166
1167 2008-08-12  Stefan Kost  <ensonic@users.sf.net>
1168
1169         * gst-libs/gst/interfaces/propertyprobe.h:
1170           Remove double "interface" from doc-string.
1171
1172         * gst-libs/gst/interfaces/xoverlay.h:
1173           Document interface.
1174
1175         * gst-libs/gst/riff/riff.c:
1176           Add basic doc blobs.
1177
1178 2008-08-11  Stefan Kost  <ensonic@users.sf.net>
1179
1180         * gst-libs/gst/audio/Makefile.am:
1181           Don't try to build that example anymore.
1182
1183 2008-08-11  Stefan Kost  <ensonic@users.sf.net>
1184
1185         * gst-libs/gst/audio/.cvsignore:
1186         * gst-libs/gst/audio/Makefile.am:
1187         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
1188         * gst-libs/gst/audio/make_filter:
1189           Move audiofiltertemplate to gst-template.
1190
1191 2008-08-11  Stefan Kost  <ensonic@users.sf.net>
1192
1193         * docs/libs/gst-plugins-base-libs-sections.txt:
1194         * gst-libs/gst/audio/gstaudiosrc.h:
1195           More docs and shuffling. What can we do with the hundreds of #defines.
1196
1197 2008-08-11  Stefan Kost  <ensonic@users.sf.net>
1198
1199         * gst-libs/gst/audio/audio.h:
1200         * gst-libs/gst/audio/gstaudiofilter.h:
1201         * gst-libs/gst/audio/gstringbuffer.h:
1202         * gst-libs/gst/interfaces/propertyprobe.h:
1203         * gst-libs/gst/tag/gsttagdemux.h:
1204           Reducing number of dundocumented symbols.
1205
1206 2008-08-11  Stefan Kost  <ensonic@users.sf.net>
1207
1208         * gst-libs/gst/audio/audio.c:
1209           Fix doc comment syntax.
1210
1211         * gst-libs/gst/interfaces/propertyprobe.c:
1212           Add more doc-comments and a FIXME: for the signal.    
1213
1214 2008-08-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1215
1216         * ext/ogg/gstoggmux.c: (gst_ogg_mux_sink_event),
1217         (gst_ogg_mux_request_new_pad):
1218         * ext/ogg/gstoggmux.h:
1219         Don't pretend to support NEWSEGMENT events, instead override the
1220         GstCollectPads event function to return FALSE on NEWSEGMENT events
1221         and do the normal work for other events.
1222
1223         This prevents elements like flacenc to seek to the start and rewrite
1224         some data which then results in a broken Ogg packet.
1225
1226 2008-08-07  Tim-Philipp Müller  <tim.muller at collabora co uk>
1227
1228         Patch by: Frederic Crozat <fcrozat@mandriva.org>
1229
1230         * ext/alsa/gstalsaplugin.c: (plugin_init):
1231         * ext/cdparanoia/gstcdparanoiasrc.c: (plugin_init):
1232         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
1233         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init):
1234         * gst-libs/gst/audio/gstbaseaudiosrc.c: (_do_init):
1235         * gst-libs/gst/pbutils/pbutils.c: (gst_pb_utils_init):
1236         * gst-libs/gst/tag/tags.c: (gst_tag_register_tags_internal):
1237         * gst/playback/gstdecodebin.c: (plugin_init):
1238         * gst/playback/gstdecodebin2.c: (gst_decode_bin_plugin_init):
1239         * gst/playback/gstplayback.c: (plugin_init):
1240         * gst/playback/gstqueue2.c: (plugin_init):
1241         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_plugin_init):
1242         * sys/v4l/gstv4l.c: (plugin_init):
1243         Make sure gettext returns translations in UTF-8 encoding rather
1244         than in the current locale encoding (#546822).
1245
1246 2008-08-06  Stefan Kost  <ensonic@users.sf.net>
1247
1248         * gst-libs/gst/pbutils/descriptions.c:
1249           Add audio/x-qdm for qtdemux.
1250
1251 2008-08-05  Stefan Kost  <ensonic@users.sf.net>
1252
1253         * ext/vorbis/vorbisdec.c:
1254           Do not leak old taglist.
1255
1256 2008-08-04  Stefan Kost  <ensonic@users.sf.net>
1257
1258         * tests/icles/test-scale.c:
1259           Include <stdlib.h> for atoi().
1260
1261 2008-08-04  Andy Wingo  <wingo@pobox.com>
1262
1263         * gst/audiotestsrc/gstaudiotestsrc.c: Very crucial and important
1264         documentation fix.
1265
1266 2008-08-01  Stefan Kost  <ensonic@users.sf.net>
1267
1268         * gst/adder/gstadder.c:
1269           Cleanup lots of empty lines that came from gst-indent going havoc
1270           before I added the INDENT_ON/OFF marker some time agao.
1271
1272 2008-08-01  Stefan Kost  <ensonic@users.sf.net>
1273
1274         * configure.ac:
1275         * gst-libs/gst/riff/riff-read.c:
1276           Bump requirement to latest core and use new tag for riff formats.
1277           Needed for #520694.
1278
1279 2008-08-01  Wim Taymans  <wim.taymans@collabora.co.uk>
1280
1281         * tests/examples/dynamic/Makefile.am:
1282         * tests/examples/dynamic/codec-select.c: (make_encoder),
1283         (make_pipeline), (do_switch), (my_bus_callback), (main):
1284         Add example app that dynamically switches between 3 'encoders'.
1285
1286 2008-07-31  Wim Taymans  <wim.taymans@collabora.co.uk>
1287
1288         * gst/playback/gstplaysink.c: (gst_play_sink_set_vis_plugin):
1289         Add some more comments.
1290
1291 2008-07-31  Wim Taymans  <wim.taymans@collabora.co.uk>
1292
1293         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_getcaps),
1294         (gst_video_test_src_create):
1295         Discard buffers of the wrong size after renegotiation, this is perfectly
1296         possible with things like capsfilter that could suggest caps changes
1297         upstream without knowing the size of the buffer.
1298
1299 2008-07-31  Wim Taymans  <wim.taymans@collabora.co.uk>
1300
1301         * tests/icles/.cvsignore:
1302         * tests/icles/Makefile.am:
1303         * tests/icles/test-scale.c: (make_pipeline), (main):
1304         Add dynamic rescaling tests for the new basetransform.
1305
1306 2008-07-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
1307
1308         * gst/audioconvert/Makefile.am:
1309           Dist recently-added gstfastrandom.h.
1310
1311 2008-07-30  Edward Hervey  <edward.hervey@collabora.co.uk>
1312
1313         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
1314         Fix a "may be used uninitialized in this function" which weirdly only
1315         appears on macosx (?).
1316
1317 2008-07-30  Stefan Kost  <ensonic@users.sf.net>
1318
1319         * gst-libs/gst/riff/riff-ids.h:
1320           Adding acid chunk for tempo and loop information.
1321
1322 2008-07-29  Stefan Kost  <ensonic@users.sf.net>
1323
1324         * sys/xvimage/Makefile.am:
1325           floor() needs linking to $(LIBM).
1326
1327 2008-07-29  Stefan Kost  <ensonic@users.sf.net>
1328
1329         * ext/gnomevfs/gstgnomevfssrc.c:
1330           Aggregate short reads and add some comments and debug logging.
1331           Fixes #537380
1332
1333 2008-07-29  Stefan Kost  <ensonic@users.sf.net>
1334
1335         * gst/playback/gstplaybasebin.c:
1336           Fix property doc markup (its not a signal).
1337
1338         * sys/xvimage/xvimagesink.c:
1339           Add since tag for new proeprties (also add sice tags fro the last two
1340           other additions).
1341
1342 2008-07-29  Stefan Kost  <ensonic@users.sf.net>
1343
1344         * sys/xvimage/xvimagesink.c:
1345         * sys/xvimage/xvimagesink.h:
1346           Add autofill/colorkey properties. Fixes #538656.
1347
1348 2008-07-28  David Schleef  <ds@schleef.org>
1349
1350         * sys/xvimage/xvimagesink.c:
1351           Fix rounding errors when converting colorbalance values
1352           between hardware and object property ranges.  Partial
1353           fix for #537889, however, there still seems to be a small
1354           drift problem that could be totem's fault.
1355
1356 2008-07-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1357
1358         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
1359         (gst_ogg_demux_perform_seek), (gst_ogg_demux_handle_page):
1360         Don't use GST_CLOCK_TIME_NONE as start of NEWSEGMENT events.
1361         This fixes a critical warning.
1362
1363 2008-07-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1364
1365         * ext/ogg/gstoggmux.c:
1366         Allow muxing of CELT into Ogg streams.
1367
1368 2008-07-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1369
1370         * gst/typefind/gsttypefindfunctions.c: (celt_type_find),
1371         (plugin_init):
1372         Add simple typefinder for the CELT codec (www.celt-codec.org).
1373
1374 2008-07-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1375
1376         Patch by: Jan Gerber <j at oil21 dot org>
1377
1378         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fisbone):
1379         Fix calculation of the start time from skeleton streams.
1380         Fixes bug #530068.
1381
1382 2008-07-24  Stefan Kost  <ensonic@users.sf.net>
1383
1384         * tests/examples/seek/seek.c:
1385           Use 64 bit constant GST_CLOCK_TIME_NONE instead of plain -1.
1386
1387 2008-07-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1388
1389         * gst/audioconvert/audioconvert.h:
1390         * gst/audioconvert/gstaudioquantize.c:
1391         (gst_audio_quantize_setup_dither),
1392         (gst_audio_quantize_free_dither):
1393         * gst/audioconvert/gstfastrandom.h:
1394         Implement a linear congruential generator as pseudo random number
1395         generator for the dither noise. This is about 2 times faster than
1396         using GLib's mersenne twister. Also this uses only integer math for
1397         generating integers while GLib internally uses floating point math.
1398
1399 2008-07-23  Michael Smith <msmith@songbirdnest.com>
1400
1401         * configure.ac:
1402           Remove AC_ISC_POSIX; it breaks on some systems and is not needed.
1403
1404 2008-07-23  Tim-Philipp Müller  <tim.muller at collabora co uk>
1405
1406         Patch by: Damien Lespiau  <damien.lespiau gmail com>
1407
1408         * gst-libs/gst/sdp/gstsdpmessage.c: (print_media):
1409           Use GST_STR_NULL to avoid crashes with libcs that don't
1410           like NULL strings in printf args (such as the win32 one).
1411           Fixes #544306.
1412
1413 2008-07-17  Jan Schmidt  <Jan.Schmidt@sun.com>
1414
1415         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls):
1416         Oops - set the size of the image used for probing back to 1x1, for
1417         consistency with ximagesink
1418
1419 2008-07-17  Jan Schmidt  <Jan.Schmidt@sun.com>
1420
1421         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
1422         (gst_ximagesink_ximage_new):
1423         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
1424         (gst_xvimagesink_xvimage_new):
1425
1426         Apparently on Solaris and OS/X (at least), it's not legal to ask the
1427         X server to attach to a shared memory segment after we've deleted it,
1428         with the result that MIT-SHM is disabled. Instead, remove it only after 
1429         X succeeds in attaching too.
1430
1431 2008-07-16  David Schleef  <ds@schleef.org>
1432
1433         * gst/audiotestsrc/gstaudiotestsrc.c:
1434         * gst/audiotestsrc/gstaudiotestsrc.h:
1435           Add 'ticks', a 1/30 second sine wave pulse every second.
1436
1437 2008-07-15  David Schleef  <ds@schleef.org>
1438
1439         * gst-libs/gst/video/video.c: Revert ABI change.
1440
1441 2008-07-15  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1442
1443         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
1444         Make it impossible to have NULL caps at the point where we set
1445         framerate and other things. Also don't return immediately for "3ivd"
1446         video and let framerate, etc be set. Might fix bug #542508.
1447
1448 2008-07-14  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1449
1450         * gst-libs/gst/video/video.c: (gst_video_format_parse_caps):
1451         Video format can also be conveniently determined from (many)
1452         non-fixed caps.
1453
1454 2008-07-14  Jan Schmidt  <thaytan@noraisin.net>
1455
1456         * gst/playback/gstplaybasebin.c:
1457         * gst/playback/gstplaybasebin.h:
1458         * gst/playback/gstplaybin.c:
1459         * gst/playback/gststreamselector.c:
1460         First stab at integrating DVD subpicture overlay into
1461         playbin. Successfully plugs and plays, but the queues need
1462         shrinking - 3 seconds of video is too much buffering.
1463
1464 2008-07-11  Stefan Kost  <ensonic@users.sf.net>
1465
1466         * gst/audioconvert/gstaudioconvert.c:
1467           Remove now obsolete note in the docs.
1468
1469 2008-07-11  Stefan Kost  <ensonic@users.sf.net>
1470
1471         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
1472         * docs/plugins/gst-plugins-base-plugins-overrides.txt:
1473         * docs/plugins/gst-plugins-base-plugins-sections.txt:
1474         * docs/plugins/gst-plugins-base-plugins.args:
1475         * docs/plugins/gst-plugins-base-plugins.hierarchy:
1476         * docs/plugins/gst-plugins-base-plugins.interfaces:
1477         * docs/plugins/gst-plugins-base-plugins.prerequisites:
1478         * docs/plugins/gst-plugins-base-plugins.signals:
1479         * docs/plugins/inspect/plugin-adder.xml:
1480         * docs/plugins/inspect/plugin-alsa.xml:
1481         * docs/plugins/inspect/plugin-audioconvert.xml:
1482         * docs/plugins/inspect/plugin-audiorate.xml:
1483         * docs/plugins/inspect/plugin-audioresample.xml:
1484         * docs/plugins/inspect/plugin-audiotestsrc.xml:
1485         * docs/plugins/inspect/plugin-cdparanoia.xml:
1486         * docs/plugins/inspect/plugin-decodebin.xml:
1487         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
1488         * docs/plugins/inspect/plugin-gdp.xml:
1489         * docs/plugins/inspect/plugin-gnomevfs.xml:
1490         * docs/plugins/inspect/plugin-libvisual.xml:
1491         * docs/plugins/inspect/plugin-ogg.xml:
1492         * docs/plugins/inspect/plugin-pango.xml:
1493         * docs/plugins/inspect/plugin-playback.xml:
1494         * docs/plugins/inspect/plugin-queue2.xml:
1495         * docs/plugins/inspect/plugin-subparse.xml:
1496         * docs/plugins/inspect/plugin-tcp.xml:
1497         * docs/plugins/inspect/plugin-theora.xml:
1498         * docs/plugins/inspect/plugin-typefindfunctions.xml:
1499         * docs/plugins/inspect/plugin-uridecodebin.xml:
1500         * docs/plugins/inspect/plugin-video4linux.xml:
1501         * docs/plugins/inspect/plugin-videorate.xml:
1502         * docs/plugins/inspect/plugin-videoscale.xml:
1503         * docs/plugins/inspect/plugin-videotestsrc.xml:
1504         * docs/plugins/inspect/plugin-volume.xml:
1505         * docs/plugins/inspect/plugin-vorbis.xml:
1506         * docs/plugins/inspect/plugin-ximagesink.xml:
1507         * docs/plugins/inspect/plugin-xvimagesink.xml:
1508         * ext/alsa/gstalsamixer.c:
1509         * ext/alsa/gstalsasink.c:
1510         * ext/alsa/gstalsasrc.c:
1511         * ext/gio/gstgiosink.c:
1512         * ext/gio/gstgiosrc.c:
1513         * ext/gio/gstgiostreamsink.c:
1514         * ext/gio/gstgiostreamsrc.c:
1515         * ext/gnomevfs/gstgnomevfssink.c:
1516         * ext/gnomevfs/gstgnomevfssrc.c:
1517         * ext/ogg/gstoggdemux.c:
1518         * ext/ogg/gstoggmux.c:
1519         * ext/pango/gstclockoverlay.c:
1520         * ext/pango/gsttextoverlay.c:
1521         * ext/pango/gsttextrender.c:
1522         * ext/pango/gsttimeoverlay.c:
1523         * ext/theora/theoradec.c:
1524         * ext/theora/theoraenc.c:
1525         * ext/theora/theoraparse.c:
1526         * ext/vorbis/vorbisdec.c:
1527         * ext/vorbis/vorbisenc.c:
1528         * ext/vorbis/vorbisparse.c:
1529         * ext/vorbis/vorbistag.c:
1530         * gst/adder/gstadder.c:
1531         * gst/audioconvert/gstaudioconvert.c:
1532         * gst/audioresample/gstaudioresample.c:
1533         * gst/audiotestsrc/gstaudiotestsrc.c:
1534         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
1535         * gst/gdp/gstgdpdepay.c:
1536         * gst/gdp/gstgdppay.c:
1537         * gst/playback/gstdecodebin2.c:
1538         * gst/playback/gstplaybin.c:
1539         * gst/playback/gstplaybin2.c:
1540         * gst/playback/gstqueue2.c:
1541         * gst/playback/gsturidecodebin.c:
1542         * gst/tcp/gstmultifdsink.c:
1543         * gst/tcp/gsttcpserversink.c:
1544         * gst/videorate/gstvideorate.c:
1545         * gst/videoscale/gstvideoscale.c:
1546         * gst/videotestsrc/gstvideotestsrc.c:
1547         * gst/volume/gstvolume.c:
1548         * sys/ximage/ximagesink.c:
1549         * sys/xvimage/xvimagesink.c:
1550           Cleanup Plugin docs. Link to signals and properties. Fix sub-section
1551           titles. Drop mentining that all our example pipelines are "simple"
1552           pipelines.
1553
1554 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1555
1556         * tests/examples/seek/Makefile.am:
1557         Fix out of tree build by adding all required CFLAGS.
1558
1559 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1560
1561         * gst/playback/gstdecodebin.c: (add_raw_queue):
1562         And ref the pad before returning it again when linking to the queue
1563         failed. Otherwise we will unref the pad twice later and things break.
1564
1565 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1566
1567         * gst/playback/gstdecodebin.c: (add_raw_queue):
1568         If linking the raw pad with a queue fails, try it without a queue
1569         instead of failing completely. This should never happen.
1570
1571 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1572
1573         Patch by: Evgeniy Stepanov <eugeni dot stepanov at gmail dot com>
1574
1575         * gst/playback/gstdecodebin.c: (add_raw_queue), (close_pad_link):
1576         Add a queue after a demuxer if the demuxer outputs raw data. This was
1577         done before only for non-raw data but is required in this case too.
1578         Fixes bug #540215.
1579
1580         decodebin2 doesn't have this issue because all streams of a group
1581         go through multiqueue.
1582
1583 2008-07-03  Wim Taymans  <wim.taymans@collabora.co.uk>
1584
1585         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
1586
1587         * gst-libs/gst/sdp/gstsdpmessage.c:
1588         Makes libgstsdp compile with mingw32 by defining the right WINVER so
1589         that getaddrinfo() can be used. Fixes #541358.
1590
1591 2008-07-01  Wim Taymans  <wim.taymans@collabora.co.uk>
1592
1593         * gst/videotestsrc/gstvideotestsrc.c:
1594         (gst_video_test_src_class_init), (gst_video_test_src_init),
1595         (gst_video_test_src_set_property),
1596         (gst_video_test_src_get_property), (gst_video_test_src_create):
1597         * gst/videotestsrc/gstvideotestsrc.h:
1598         Cleanups, use default property values as defines.
1599         Add property to enable/disable peer buffer allocation.
1600
1601 2008-06-30  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1602
1603         * tests/check/elements/gdpdepay.c: (gdpdepay_suite):
1604         * tests/check/pipelines/streamheader.c: (streamheader_suite):
1605         Enable unit tests on PPC again as the bugs are now fixed.
1606
1607 2008-06-30  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1608
1609         * gst-libs/gst/riff/riff-ids.h:
1610         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
1611         (gst_riff_create_audio_template_caps):
1612         Add support for ADPCM IMA DK3 and DK4 variant in RIFF containers.
1613         Fixes bug #540351.
1614
1615 2008-06-30  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1616
1617         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1618         (gst_ffmpeg_pixfmt_to_caps):
1619         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
1620         (gst_ffmpegcsp_get_unit_size):
1621         Only set/get on the PAL8 format, ffmpegcolorspace doesn't support
1622         it on other formats. Also adjust the unit size only for that format
1623         to not include the palette. Fixes bug #540497.
1624
1625 2008-06-29  Stefan Kost  <ensonic@users.sf.net>
1626
1627         * gst/adder/gstadder.c:
1628           Use GST_DEBUG_FUNCPTR and remove some extra vlnak lines.
1629
1630 2008-06-27  Stefan Kost  <ensonic@users.sf.net>
1631
1632         * ChangeLog:
1633           ChangeLog surgery.
1634   
1635         * tests/examples/seek/seek.c:
1636           Move variable into ifdef too.
1637         
1638
1639 2008-06-27  Stefan Kost  <ensonic@users.sf.net>
1640
1641         * tests/examples/seek/seek.c:
1642           Include config.h and check if we have X. Remove XInitThread(), don't
1643           think its needed. Fixes: #540334.
1644
1645 2008-06-26  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1646
1647         Patch by: Sam Morris <sam at robots dot org to uk>
1648
1649         * gst-libs/gst/interfaces/mixertrack.c:
1650         (gst_mixer_track_class_init), (gst_mixer_track_get_property),
1651         (gst_mixer_track_set_property):
1652         API: Add "index" property to GstMixerTrack to differantiate between
1653         multiple mixer tracks with the same label.
1654
1655         * ext/alsa/gstalsamixeroptions.c: (gst_alsa_mixer_options_new):
1656         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
1657         Set the "index" property of GstMixerTrack to the index given by ALSA.
1658         Fixes bug #528299.
1659
1660 2008-06-25  Stefan Kost  <ensonic@users.sf.net>
1661
1662         * tests/examples/seek/Makefile.am:
1663         * tests/examples/seek/seek.c:
1664           Remove libgstvideo usage. Use gtk_get_option_group instead of
1665           gtk_init().
1666
1667 2008-06-24  Stefan Kost  <ensonic@users.sf.net>
1668
1669         * tests/check/Makefile.am:
1670           Name the test registry format neutral.
1671
1672 2008-06-24  Stefan Kost  <ensonic@users.sf.net>
1673
1674         * gst/playback/gstqueue2.c:
1675           Do not double notify. Remove the unsued return value.
1676
1677 2008-06-24  Stefan Kost  <ensonic@users.sf.net>
1678
1679         * ext/alsa/gstalsamixer.c:
1680           Also consider "speaker" as a name for master volume. If that doesn't
1681           help look for the first non-mono volume control that also has a
1682           playback switch.
1683
1684 2008-06-24  Stefan Kost  <ensonic@users.sf.net>
1685
1686         * ChangeLog:
1687           Forgot to save the ChangeLog :/
1688
1689 2008-06-24  Stefan Kost  <ensonic@users.sf.net>
1690
1691         * tests/examples/seek/Makefile.am:
1692         * tests/examples/seek/seek.c:
1693           Embedd the xwindow. Allow to play multiple files.
1694
1695 2008-06-24  Jan Schmidt  <jan.schmidt@sun.com>
1696
1697         * sys/ximage/ximagesink.c (gst_ximagesink_ximage_put),
1698         (gst_ximagesink_setcaps):
1699         * sys/ximage/ximagesink.h:
1700         When the caps change, make sure to re-draw borders in
1701         force-aspect-ratio=true mode.
1702         * sys/xvimage/xvimagesink.c (gst_xvimagesink_xvimage_put):
1703         Don't clear the border_draw flag until we actually draw the border.
1704         * tests/check/Makefile.am:
1705         Ignore alsasink/src during the states test too, so it doesn't fail
1706         when running without access to the sound device.
1707
1708 2008-06-22  Stefan Kost  <ensonic@users.sf.net>
1709
1710         * tests/examples/seek/seek.c:
1711           Fix crasher when playing a parse-launch line the 2nd time.
1712
1713 2008-06-21  Thomas Vander Stichele  <thomas at apestaart dot org>
1714
1715         * tests/check/pipelines/oggmux.c:
1716           Properly ifdef tests to fix compilation.
1717
1718 2008-06-20  Michael Smith <msmith@songbirdnest.com>
1719
1720         * gst/playback/gstplay-marshal.list:
1721         * gst/playback/gstplaybin2.c:
1722           Add get-video-pad, get-audio-pad, get-text-pad action signals to
1723           playbin2. This allows the user to get to the selector's sinkpads, and
1724           thus inspect a range of things - caps, tags, etc. 
1725
1726 2008-06-20  Michael Smith <msmith@songbirdnest.com>
1727
1728         * gst/playback/gstplaybin2.c:
1729           Use a different constant for the convert-frame signal id.
1730           Fixes #537009.
1731
1732 2008-06-20  Michael Smith <msmith@songbirdnest.com>
1733
1734         * gst/playback/gstplaybin2.c:
1735         * gst/playback/gstplaysink.c:
1736           Fix a whole bunch of typos in comments and log statements. 
1737
1738 2008-06-20  Michael Smith <msmith@songbirdnest.com>
1739
1740         * sys/xvimage/xvimagesink.c:
1741           Don't set colour balance values on the Xv port if the user hasn't
1742           changed them (via properties or the interface). Avoids accumulating
1743           rounding errors for the common case.
1744           Partial fix for bug #537889.
1745
1746 2008-06-20  Michael Smith <msmith@songbirdnest.com>
1747
1748         * gst/playback/gstdecodebin2.c:
1749           Ensure decodebin2 emits 'drained' signal once, and only once, when all
1750           pads are drained.
1751
1752 2008-06-20  Wim Taymans  <wim.taymans@collabora.co.uk>
1753
1754         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_get_latency),
1755         (gst_vorbis_enc_src_query), (gst_vorbis_enc_chain):
1756         Report the encoder latency. Fixes #538232.
1757
1758 2008-06-20  Wim Taymans  <wim.taymans@collabora.co.uk>
1759
1760         * gst/playback/gstplaybin2.c: (gst_play_bin_get_property),
1761         (notify_source), (activate_group):
1762         Implement the source property, emit notify when it changes in the
1763         underlying uridecodebin.
1764
1765 2008-06-20  Wim Taymans  <wim.taymans@collabora.co.uk>
1766
1767         * tests/examples/seek/seek.c: (stop_cb):
1768         Free and clear the seek element list so that we don't use invalid
1769         references when seeking after recreating a gst-launch line.
1770
1771 2008-06-20  Wim Taymans  <wim.taymans@collabora.co.uk>
1772
1773         * gst-libs/gst/audio/gstbaseaudiosink.c:
1774         (gst_base_audio_sink_query), (gst_base_audio_sink_skew_slaving),
1775         (gst_base_audio_sink_render):
1776         Report latency even if we are not live instead of hiding it.
1777         Take ts-offset and render-delay of the basesink into account when
1778         scheduling samples.
1779         Rework the clipping code so that we can take the various offsets into
1780         account and still do correct clipping.
1781
1782 2008-06-20  Jan Schmidt  <jan.schmidt@sun.com>
1783
1784         * configure.ac:
1785         Bump verion back to devel -> 0.10.20.1
1786
1787 2008-06-20  Sebastian Dröge  <slomo@circular-chaos.org>
1788
1789         * gst-libs/gst/tag/tags.c: (gst_tag_image_data_to_image_buffer):
1790         Don't increase the size of non-string image buffers by one as this
1791         might in theory confuse decoders. Still increase it by one for string
1792         image buffers to append '\0'.
1793
1794 2008-06-20  Sebastian Dröge  <slomo@circular-chaos.org>
1795
1796         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
1797         
1798         * gst/gdp/gstgdppay.c: (gst_gdp_pay_reset):
1799         Fix a buffer memleak and remove a confusing and wrong debug output.
1800         Fixes bug #538663.
1801
1802 === release 0.10.20 ===
1803
1804 2008-06-18  Jan Schmidt <jan.schmidt@sun.com>
1805
1806         * configure.ac:
1807           releasing 0.10.20, "Here I Go Again"
1808
1809 2008-06-11  Jan Schmidt  <jan.schmidt@sun.com>
1810
1811         * configure.ac:
1812         0.10.19.3 pre-release
1813
1814 2008-06-11  Jan Schmidt  <jan.schmidt@sun.com>
1815
1816         * gst-libs/gst/rtsp/gstrtspconnection.c:
1817         Fix build on win32.
1818         Patch By: David Schleef <ds@schleef.org>
1819         Fixes: #536874
1820
1821 2008-06-11  Sebastian Dröge  <slomo@circular-chaos.org>
1822
1823         * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_finalize),
1824         (gst_gio_base_src_create):
1825         * ext/gio/gstgiobasesrc.h:
1826         Try to read the requested number of bytes, even if the first
1827         read returns less than requested, until nothing is read anymore
1828         or we have the requested amount of bytes. This fixes playback of
1829         files via Samba as Samba only allows to read 64k at once.
1830
1831         Implement a caching algorithm that makes sure that we read at
1832         least 4k of data every time. Some elements will try to read a few
1833         bytes, then seek, read again a few bytes and so on and this is
1834         painfully slow as every operation has to go over DBus if GVfs is
1835         used as backend.
1836
1837         Fixes bug #536849 and #536848.
1838
1839         * ext/gio/gstgiosrc.c: (gst_gio_src_class_init),
1840         (gst_gio_src_check_get_range):
1841         Override check_get_range() to blacklist http/https URIs
1842         and whitelist file URIs. More to be added on demand.
1843
1844 2008-06-05  Jan Schmidt  <jan.schmidt@sun.com>
1845
1846         * configure.ac:
1847         0.10.19.2 pre-release
1848
1849 2008-06-04  Jan Schmidt  <jan.schmidt@sun.com>
1850
1851         * win32/common/libgstrtsp.def:
1852         * win32/common/libgsttag.def:
1853         Add new API functions to the dll exports
1854
1855 2008-06-04  Michael Smith <msmith@songbirdnest.com>
1856
1857         * gst/playback/gstplaybasebin.c:
1858           Disconnect signals from decodebins we created before we remove it
1859           from playbin, to avoid crashes if the decodebin is eventually
1860           disposed after the playbin itself (possible if the app takes a
1861           reference on the decodebin).
1862           Fixes #536521.
1863
1864 2008-06-04  Tim-Philipp Müller  <tim.muller at collabora co uk>
1865
1866         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
1867           (mp3_type_find), (musepack_type_find), (MULTIPART_MAX_HEADER_SIZE),
1868           (mpeg_sys_type_find), (mpeg_ts_type_find), (mpeg4_video_type_find),
1869           (h264_video_type_find), (mpeg_video_stream_type_find),
1870           (dv_type_find), (mmsh_type_find):
1871           Bunch of small clean-ups: use gst_type_find_suggest_simple(); don't
1872           copy caps for no good reason (this may be desirable to make it easier
1873           to detect leaks, but then it should probably be done for all caps
1874           in the typefinder somewhere).
1875
1876 2008-06-04  Peter Kjellerstedt  <pkj@axis.com>
1877
1878         * tests/check/Makefile.am:
1879         Do not try to run the check tests for subparse unless it has been
1880         built.
1881
1882 2008-06-04  Peter Kjellerstedt  <pkj@axis.com>
1883
1884         * tests/check/pipelines/streamheader.c: (buffer_probe_cb),
1885         (test_multifdsink_gdp_vorbisenc), (streamheader_suite):
1886         Do not try to run a test which requires vorbisenc unless we have
1887         actually built it.
1888
1889 2008-06-04  Peter Kjellerstedt  <pkj@axis.com>
1890
1891         * gst-libs/gst/rtsp/gstrtspconnection.c:
1892         (gst_rtsp_connection_set_auth), (gst_rtsp_connection_set_auth_param),
1893         (gst_rtsp_connection_clear_auth_params),
1894         (gst_rtsp_connection_set_qos_dscp), (gst_rtsp_connection_get_ip):
1895         * gst-libs/gst/rtsp/gstrtspconnection.h:
1896         Add a couple of missing argument guards.
1897         Add a way of setting the DSCP for an RTSP connection.
1898         Add an accessor method for the ip member of GstRTSPConnection as all
1899         members are supposed to be private.
1900
1901 2008-06-04  Peter Kjellerstedt  <pkj@axis.com>
1902
1903         * gst/tcp/gstmultifdsink.c: (setup_dscp_client):
1904         Fixed accidental use of IPv4 options for all IPv6 addresses.
1905
1906 2008-06-04  Tim-Philipp Müller  <tim.muller at collabora co uk>
1907
1908         * gst-libs/gst/interfaces/mixertrack.h:
1909           Document mixer track flags.
1910
1911 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
1912
1913         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
1914
1915         * gst/gdp/gstgdppay.c: (gst_gdp_pay_reset_streamheader):
1916         Don't set caps on the buffers that contain a copy of the buffer
1917         including the caps of them resulting in an always increasing refcount
1918         of the caps and insanely large caps. Instead include a buffer without
1919         caps in the new caps. Fixes bug #536475.
1920
1921 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
1922
1923         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps):
1924         Transform a given PAR to a range on the struct with the generic
1925         height/width instead of the struct with the possibly restricted
1926         height/width.
1927
1928 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
1929
1930         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps):
1931         Prefer the given format if it contains something stricter than [1,MAX]
1932         for height or width and only put a structure that requires rescaling
1933         as second. This makes it possible to use videoscale in pipelines where
1934         the source can actually produce the wanted height/width but usually
1935         selects a different one from the requested.
1936
1937 2008-06-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
1938
1939         Based on patch by: John Millikin <jmillikin gmail com>
1940
1941         * gst-libs/gst/tag/gstvorbistag.c: (tag_matches), (gst_vorbis_tag_add),
1942           (gst_vorbis_tag_add_coverart):
1943           Retrieve COVERART tags from vorbis comments (#512333)
1944
1945 2008-06-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
1946
1947         * gst-libs/gst/tag/tag.h:
1948         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum):
1949           Don't forget to add new enum value here too (should probably use
1950           glib-mkenums here...).
1951
1952 2008-06-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
1953
1954         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_add_id3_image):
1955         * gst-libs/gst/tag/tag.h: (GST_TAG_IMAGE_TYPE_NONE),
1956         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum),
1957           (gst_tag_image_type_get_type), (gst_tag_image_type_is_valid),
1958           (gst_tag_image_data_to_image_buffer):
1959           Add two utility functions to avoid code duplication (#512333):
1960           API: add gst_tag_image_data_to_image_buffer()
1961           API: add gst_tag_list_add_id3_image()
1962           API: add GST_TAG_IMAGE_TYPE_NONE enum value
1963
1964 2008-06-03  Sebastian Dröge  <slomo@circular-chaos.org>
1965
1966         * win32/common/libgstaudio.def:
1967         Add gst_audio_check_channel_positions() to the exported symbols.
1968
1969 2008-06-03  Sebastian Dröge  <slomo@circular-chaos.org>
1970
1971         * docs/libs/gst-plugins-base-libs-sections.txt:
1972         * gst-libs/gst/audio/multichannel.c:
1973         (gst_audio_check_channel_positions):
1974         * gst-libs/gst/audio/multichannel.h:
1975         API: Make gst_audio_check_channel_positions() public.
1976
1977         * tests/check/libs/audio.c: (GST_START_TEST):
1978         Add some simple checks for gst_audio_check_channel_positions().
1979
1980 2008-06-02  Tim-Philipp Müller  <tim.muller at collabora co uk>
1981
1982         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
1983           minrange and maxrange are scaled according to the frequency
1984           multiplier.
1985
1986 2008-06-02  Tim-Philipp Müller  <tim.muller at collabora co uk>
1987
1988         * ext/pango/Makefile.am:
1989         * ext/pango/gsttextoverlay.c: (gst_text_overlay_shade_y),
1990           (gst_text_overlay_blit_yuv420), (gst_text_overlay_push_frame):
1991           Use gstvideo functions to calculate strides and plane offsets. Fixes
1992           rendering issue ('ghost' images of the text on the chroma planes)
1993           with widths or heights that are not multiples of 8 (#506659 and
1994           probably also #485729).
1995
1996         * tests/icles/test-textoverlay.c: (show_text), (test_textoverlay),
1997           (main):
1998           Test with odd height/width too.
1999
2000 2008-06-02  Sebastian Dröge  <slomo@circular-chaos.org>
2001
2002         * gst/adder/gstadder.c: (gst_adder_query_duration),
2003         (gst_adder_query_latency):
2004         When using gst_element_iterate_pads() one has to unref every pad
2005         after usage.
2006
2007 2008-05-31  Mark Nauwelaerts  <mnauw@users.sf.net>
2008
2009         * gst-libs/gst/audio/gstbaseaudiosrc.c:
2010         (gst_base_audio_src_class_init):
2011         Add a gtk-doc chunk for the new properties to have a Since: indication.
2012
2013 2008-05-31  Mark Nauwelaerts  <mnauw@users.sf.net>
2014
2015         * gst-libs/gst/audio/gstbaseaudiosrc.c:
2016         (gst_base_audio_src_class_init), (gst_base_audio_src_dispose),
2017         (gst_base_audio_src_get_property), (gst_base_audio_src_setcaps),
2018         (gst_base_audio_src_change_state):
2019         Provide readable actual-buffer-time and actual-latency-time properties
2020         that reflect the configured ringbuffer values. Fixes #524724.
2021         API: GstBaseAudioSrc:actual-buffer-time
2022         API: GstBaseAudioSrc:actual-latency-time
2023
2024 2008-05-30  Wim Taymans  <wim.taymans@collabora.co.uk>
2025
2026         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push),
2027         (gst_basertppayload_change_state):
2028         Simply converting the running time into an RTP timestamp by scaling it
2029         based on the clock-rate is good enough for making an RTP timestamp. This
2030         has the added benefit that we can later on expose a property with the
2031         RTP timestamp of running time 0, as is needed for RTSP servers to
2032         generate the response of the PLAY request.
2033
2034 2008-05-30  Sebastian Dröge  <slomo@circular-chaos.org>
2035
2036         * gst/audioconvert/gstaudioconvert.c:
2037         (structure_has_fixed_channel_positions),
2038         (gst_audio_convert_transform_caps):
2039         Allow up to 11 positioned channels now that audioconvert can handle
2040         this but add no default positions for > 8 channels.
2041         
2042         * tests/check/elements/audioconvert.c: (GST_START_TEST):
2043         Add some unit tests for the above change: Test conversion of
2044         11 positioned channels to stereo and the other way around, test
2045         conversion of 15 unpositioned channels in different ways.
2046
2047 2008-05-29  Sebastian Dröge  <slomo@circular-chaos.org>
2048
2049         * win32/common/libgstaudio.def:
2050         Add gst_audio_clock_reset to the list of exported symbols.
2051
2052 2008-05-29  Sebastian Dröge  <slomo@circular-chaos.org>
2053
2054         * tests/check/elements/vorbisdec.c: (vorbisdec_suite):
2055         Remove wrong_channels_identification_header unit test as we now
2056         support 7 (and more channels).
2057
2058 2008-05-29  Sebastian Dröge  <slomo@circular-chaos.org>
2059
2060         * gst/audioconvert/gstchannelmix.c:
2061         (gst_channel_mix_fill_one_other):
2062         If mixing left or right to center (or the other way around) only take
2063         the complete value if we don't already have the original position in
2064         the source.
2065
2066 2008-05-29  Sebastian Dröge  <slomo@circular-chaos.org>
2067
2068         * gst-libs/gst/audio/multichannel.c:
2069         (gst_audio_check_channel_positions),
2070         (gst_audio_set_structure_channel_positions_list),
2071         (gst_audio_fixate_channel_positions):
2072         Allow rear center together with rear left/right and other previously
2073         conflicting channel positions. The reason why they weren't allowed
2074         was the channel mixing implementation in audioconvert.
2075         Also take this into account when fixing channel layouts.
2076
2077         Allow setting channel positions for 1/2 channels when using
2078         gst_audio_set_structure_channel_position().
2079
2080         * gst/audioconvert/gstchannelmix.c:
2081         (gst_channel_mix_fill_compatible), (gst_channel_mix_detect_pos),
2082         (gst_channel_mix_fill_one_other), (gst_channel_mix_fill_others),
2083         (gst_channel_mix_fill_special), (gst_channel_mix_fill_matrix):
2084         Major rewrite of the channel mixing.
2085
2086         We now allow previously conflicting channel positions to appear
2087         together (rear center and rear left/right for example).
2088         Fixes bug #533817.
2089
2090         Rework the way channels are mixed together to take more possible
2091         channel positions into account, properly mix from/to side channels
2092         and don't assume that either center, left&right or nothing of a
2093         specific position is available anymore.
2094
2095         * tests/check/elements/audioconvert.c: (GST_START_TEST):
2096         Adjust unit tests with non-standard 1/2 channel layouts to the more
2097         correct new behaviour.
2098
2099         Add a unit test for 5.1->Stereo downmixing.
2100
2101 2008-05-29  Sebastian Dröge  <slomo@circular-chaos.org>
2102
2103         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
2104         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_generate_sink_caps):
2105         Add sane defaults for the 7 and 8 channel layouts as those are
2106         undefined in the Vorbis spec. Use NONE channel layouts when decoding
2107         more than 8 channels instead of erroring out. Fixes bug #535356.
2108
2109 2008-05-28  Wim Taymans  <wim.taymans@collabora.co.uk>
2110
2111         * docs/plugins/Makefile.am:
2112         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
2113         * docs/plugins/gst-plugins-base-plugins-sections.txt:
2114         * ext/theora/theoraparse.c:
2115         Add theoraparse to the docs and fix some docs.
2116
2117 2008-05-28  Wim Taymans  <wim.taymans@collabora.co.uk>
2118
2119         * gst-libs/gst/cdda/gstcddabasesrc.c:
2120         (gst_cdda_base_src_add_track), (gst_cdda_base_src_create):
2121         Fix EOS condition and track addition check, the track.end sector is
2122         included in the track. Fixes #533265.
2123
2124 2008-05-28  Wim Taymans  <wim.taymans@collabora.co.uk>
2125
2126         Patch by: Mark Nauwelaerts <manauw at skynet be>
2127
2128         * gst/videorate/gstvideorate.c: (gst_video_rate_reset),
2129         (gst_video_rate_flush_prev), (gst_video_rate_event),
2130         (gst_video_rate_chain):
2131         * gst/videorate/gstvideorate.h:
2132         React (more) to NEWSEGMENT
2133         Small adjustment in timestamp calculation to prevent mismatches
2134         Fixes #435633.
2135
2136 2008-05-28  Tim-Philipp Müller  <tim.muller at collabora co uk>
2137
2138         * tests/examples/seek/seek.c: (make_parselaunch_pipeline):
2139           Initialise error to NULL as we should.
2140
2141 2008-05-28  Sebastian Dröge  <slomo@circular-chaos.org>
2142
2143         * gst/adder/gstadder.c: (gst_adder_query_duration),
2144         (gst_adder_query_latency), (gst_adder_query):
2145         Implement latency query.
2146
2147 2008-05-27  Sebastian Dröge  <slomo@circular-chaos.org>
2148
2149         * gst/adder/gstadder.c: (gst_adder_query_duration):
2150         Correctly resync the iterator if gst_iterator_next() returns
2151         GST_ITERATOR_RESYNC.
2152
2153 2008-05-27  Tim-Philipp Müller  <tim.muller at collabora co uk>
2154
2155         * win32/vs6/libgstpbutils.dsp:
2156           Add pbutils-enumtypes.c to sources (#518037).
2157
2158 2008-05-27  Wim Taymans  <wim.taymans@collabora.co.uk>
2159
2160         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
2161         (gst_audio_clock_reset), (gst_audio_clock_get_internal_time):
2162         * gst-libs/gst/audio/gstaudioclock.h:
2163         Add method to inform the clock that the time starts from 0 again. We use
2164         this info to calculate a clock offset so that the time we report in
2165         internal_time is monotonically increasing, as required by the clock base
2166         class. Fixes #521761.
2167         API: GstAudioClock::gst_audio_clock_reset()
2168
2169         * gst-libs/gst/audio/gstbaseaudiosink.c:
2170         (gst_base_audio_sink_skew_slaving),
2171         (gst_base_audio_sink_change_state):
2172         * gst-libs/gst/audio/gstbaseaudiosrc.c:
2173         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
2174         Reset reported time when we (re)create the ringbuffer.
2175
2176 2008-05-27  Tim-Philipp Müller  <tim.muller at collabora co uk>
2177
2178         * ext/alsa/gstalsamixertrack.c:
2179           (gst_alsa_mixer_track_update_alsa_capabilities):
2180           Make sure playback volumes aren't accidentally overwritten by
2181           capture volumes if an alsa mixer track has both playback and
2182           capture capabilities: we create two GstMixerTracks in that
2183           case, so make sure we query only the alsa capabilities that
2184           refer to the type of GstMixerTrack we created from the dual
2185           capability alsa element. Should fix issues with Audigy2 sound
2186           cards (#518082).
2187
2188 2008-05-27  Tim-Philipp Müller  <tim.muller at collabora co uk>
2189
2190         * tests/check/pipelines/oggmux.c: (test_pipeline):
2191           Don't use deprecated function.
2192
2193 2008-05-27  Wim Taymans  <wim.taymans@collabora.co.uk>
2194
2195         * gst/playback/gstdecodebin2.c:
2196         (gst_decode_group_control_source_pad), (gst_decode_group_expose):
2197         Check for NULL cases and log them, creating ghostpads can, for example,
2198         fail when the pad returns wrong caps.
2199
2200         * gst/playback/gstplaybin2.c: (perform_eos):
2201         When pushing out the EOS event, collect the return value and warn when
2202         something failed.
2203
2204 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
2205
2206         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
2207         (gst_riff_create_video_template_caps):
2208         Add support for DVCPRO.
2209
2210 2008-05-26  Tim-Philipp Müller  <tim.muller at collabora co uk>
2211
2212         * gst/videoscale/gstvideoscale.c: (DEFAULT_PROP_METHOD):
2213           Change default scaling method from nearest-neighbour to bilinear.
2214
2215 2008-05-26  Tim-Philipp Müller  <tim.muller at collabora co uk>
2216
2217         * tests/check/libs/video.c:
2218           More checks.
2219
2220 2008-05-25  Tim-Philipp Müller  <tim.muller at collabora co uk>
2221
2222         * gst/subparse/gstsubparse.c: (parser_state_init),
2223           (gst_sub_parse_format_autodetect), (handle_buffer):
2224         * gst/subparse/gstsubparse.h:
2225         * tests/check/elements/subparse.c: (test_tmplayer_style3b):
2226           Limit duration to a maximum of five seconds for tmplayer format where
2227           we can guess the duration only from the timestamp of the next line of
2228           text. We don't want to show a text for eternities just because nothing
2229           else is being said for a while.
2230
2231 2008-05-23  Wim Taymans  <wim.taymans@collabora.co.uk>
2232
2233         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2234         (gst_base_rtp_depayload_chain),
2235         (gst_base_rtp_depayload_handle_sink_event),
2236         (gst_base_rtp_depayload_push_full),
2237         (gst_base_rtp_depayload_change_state):
2238         Check sequence numbers, mark input buffers with a discont flag for the
2239         subclass when we detected a gap, drop duplicate buffers. We do this
2240         because one can use the element without a jitterbuffer in front and we
2241         don't want to feed the subclasses invalid or reordered data.
2242         Do an error when the subclass did not provide a process function instead
2243         of crashing.
2244         Some other small cleanups.
2245
2246 2008-05-22  Tim-Philipp Müller  <tim.muller at collabora co uk>
2247
2248         * gst/videotestsrc/videotestsrc.c: (paint_hline_NV12_NV21):
2249           May just as well use the precalculated uvstride here.
2250
2251 2008-05-22  Jan Schmidt  <jan.schmidt@sun.com>
2252
2253         * docs/plugins/Makefile.am:
2254         * docs/plugins/gst-plugins-base-plugins-overrides.txt:
2255         * docs/plugins/gst-plugins-base-plugins-sections.txt:
2256         * docs/plugins/gst-plugins-base-plugins.args:
2257         * docs/plugins/gst-plugins-base-plugins.hierarchy:
2258         * docs/plugins/gst-plugins-base-plugins.interfaces:
2259         * docs/plugins/gst-plugins-base-plugins.prerequisites:
2260         * docs/plugins/inspect/plugin-adder.xml:
2261         * docs/plugins/inspect/plugin-alsa.xml:
2262         * docs/plugins/inspect/plugin-audioconvert.xml:
2263         * docs/plugins/inspect/plugin-audiorate.xml:
2264         * docs/plugins/inspect/plugin-audioresample.xml:
2265         * docs/plugins/inspect/plugin-audiotestsrc.xml:
2266         * docs/plugins/inspect/plugin-cdparanoia.xml:
2267         * docs/plugins/inspect/plugin-decodebin.xml:
2268         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
2269         * docs/plugins/inspect/plugin-gdp.xml:
2270         * docs/plugins/inspect/plugin-gio.xml:
2271         * docs/plugins/inspect/plugin-gnomevfs.xml:
2272         * docs/plugins/inspect/plugin-libvisual.xml:
2273         * docs/plugins/inspect/plugin-ogg.xml:
2274         * docs/plugins/inspect/plugin-pango.xml:
2275         * docs/plugins/inspect/plugin-playback.xml:
2276         * docs/plugins/inspect/plugin-queue2.xml:
2277         * docs/plugins/inspect/plugin-subparse.xml:
2278         * docs/plugins/inspect/plugin-tcp.xml:
2279         * docs/plugins/inspect/plugin-theora.xml:
2280         * docs/plugins/inspect/plugin-typefindfunctions.xml:
2281         * docs/plugins/inspect/plugin-uridecodebin.xml:
2282         * docs/plugins/inspect/plugin-video4linux.xml:
2283         * docs/plugins/inspect/plugin-videorate.xml:
2284         * docs/plugins/inspect/plugin-videoscale.xml:
2285         * docs/plugins/inspect/plugin-videotestsrc.xml:
2286         * docs/plugins/inspect/plugin-volume.xml:
2287         * docs/plugins/inspect/plugin-vorbis.xml:
2288         * docs/plugins/inspect/plugin-ximagesink.xml:
2289         * docs/plugins/inspect/plugin-xvimagesink.xml:
2290         * ext/cdparanoia/gstcdparanoiasrc.c:
2291         * ext/ogg/gstoggdemux.c:
2292         * ext/ogg/gstoggdemux.h:
2293         * ext/ogg/gstoggmux.c:
2294         * ext/ogg/gstoggmux.h:
2295         * gst/audioconvert/audioconvert.c:
2296         * gst/audioconvert/audioconvert.h:
2297         * gst/audioconvert/gstaudioconvert.h:
2298         * gst/gdp/gstgdpdepay.h:
2299         * gst/gdp/gstgdppay.h:
2300         * gst/playback/gstdecodebin.c:
2301         * gst/playback/gstdecodebin2.c:
2302         * gst/playback/gstplaybin.c:
2303         * gst/playback/gstplaybin2.c:
2304         * gst/playback/gsturidecodebin.c:
2305         * gst/tcp/gstmultifdsink.c:
2306         * gst/tcp/gstmultifdsink.h:
2307         * gst/tcp/gsttcp.h:
2308
2309         Add some documentation comments, and some new headers to be scanned.
2310         Rename some internal enum declarations (audioconvert's DitherType and
2311         NoiseShapingType, GstUnitType from the TCP elements) to match the
2312         documented GObject type names so that the docs pick them up.
2313         Name the playbin2 docs markups properly so they get picked up. They'll
2314         need renaming back when/if playbin2 becomes playbin.
2315
2316         100% symbol coverage for the plugin docs, booya.
2317
2318 2008-05-22  Sebastian Dröge  <slomo@circular-chaos.org>
2319
2320         Patch by: Thijs Vermeir <thijsvermeir@gmail.com>
2321
2322         * gst/videotestsrc/videotestsrc.c: (paint_hline_NV12_NV21):
2323         Fix generation of NV12/NV21 frames. Fixes bug #532454.
2324
2325 2008-05-22  Wim Taymans  <wim.taymans@collabora.co.uk>
2326
2327         Patch by: Sjoerd Simons <sjoerd at luon dot net>
2328
2329         * gst/playback/gstdecodebin.c: (remove_fakesink):
2330         Lock the fakesink before setting the state to NULL and removing it from
2331         the bin so that a concurrent state change cannot interfere. 
2332         Fixes #534331.
2333
2334 2008-05-21  Felipe Contreras  <felipe.contreras@gmail.com>
2335
2336         * docs/Makefile.am:
2337         Fix installing plugin documentation when gtk-doc is disabled.
2338
2339 2008-05-21  Felipe Contreras  <felipe.contreras@gmail.com>
2340
2341         * gst-libs/gst/rtsp/Makefile.am:
2342         Distribute, don't install md5.h
2343
2344 2008-05-21  Julien Moutte  <julien@fluendo.com>
2345
2346         * gst/tcp/gstmultifdsink.c: (setup_dscp_client): Use IPPROTO_IP
2347         instead of SOL_IP, works on more platforms.
2348         * gst/typefind/gsttypefindfunctions.c: (aac_type_find): Fix printf
2349         arguments.
2350
2351 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
2352
2353         * ext/vorbis/vorbisdec.c:
2354         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform):
2355         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_show_frame):
2356         Some debug and comment fixes.
2357
2358         * tests/examples/dynamic/addstream.c: (main):
2359         Fix , to ;
2360
2361 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
2362
2363         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
2364         * gst/playback/decodetest.c: (new_decoded_pad_cb):
2365         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
2366         (try_to_link_1), (elem_is_dynamic), (close_link), (type_found),
2367         (cleanup_decodebin):
2368         * gst/playback/gstdecodebin2.c: (gst_decode_bin_init),
2369         (connect_element), (gst_decode_group_control_demuxer_pad):
2370         * gst/playback/gstplaybasebin.c: (queue_remove_probe),
2371         (queue_out_of_data), (gen_preroll_element), (preroll_unlinked),
2372         (mute_group_type):
2373         * gst/playback/gstplaybin.c: (gst_play_bin_vis_blocked),
2374         (gst_play_bin_set_property), (handoff), (gen_video_element),
2375         (gen_text_element), (gen_audio_element), (gen_vis_element),
2376         (remove_sinks), (add_sink), (setup_sinks):
2377         * gst/playback/gstplaybin2.c: (pad_added_cb), (no_more_pads_cb):
2378         * gst/playback/gstplaysink.c: (gst_play_sink_get_video_sink),
2379         (gst_play_sink_get_audio_sink), (gst_play_sink_vis_unblocked),
2380         (gst_play_sink_vis_blocked), (gst_play_sink_set_vis_plugin),
2381         (gst_play_sink_get_vis_plugin), (gst_play_sink_set_mute),
2382         (gen_video_chain), (gen_text_chain), (gen_audio_chain),
2383         (gen_vis_chain), (gst_play_sink_reconfigure),
2384         (gst_play_sink_set_font_desc), (gst_play_sink_get_font_desc),
2385         (gst_play_sink_request_pad):
2386         * gst/playback/gsturidecodebin.c: (type_found), (setup_source):
2387         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
2388         (cb_newpad):
2389         * gst/playback/test6.c: (new_decoded_pad_cb):
2390         * tests/check/elements/audioconvert.c: (GST_START_TEST):
2391         * tests/check/elements/audiorate.c: (test_injector_chain),
2392         (do_perfect_stream_test):
2393         * tests/check/elements/ffmpegcolorspace.c: (GST_START_TEST):
2394         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
2395         * tests/check/elements/gnomevfssink.c:
2396         * tests/check/elements/textoverlay.c:
2397         (notgst_check_setup_src_pad2), (notgst_check_teardown_src_pad2):
2398         * tests/check/elements/videotestsrc.c: (GST_START_TEST):
2399         * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
2400         * tests/check/pipelines/oggmux.c: (test_pipeline):
2401         * tests/check/pipelines/streamheader.c: (GST_START_TEST):
2402         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
2403         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
2404         * tests/examples/seek/scrubby.c: (make_wav_pipeline):
2405         * tests/examples/seek/seek.c: (make_mod_pipeline),
2406         (make_dv_pipeline), (make_wav_pipeline), (make_flac_pipeline),
2407         (make_sid_pipeline), (make_parse_pipeline), (make_vorbis_pipeline),
2408         (make_theora_pipeline), (make_vorbis_theora_pipeline),
2409         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
2410         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline),
2411         (update_fill), (msg_buffering):
2412         Don't use bad gst_element_get_pad().
2413
2414 2008-05-21  Stefan Kost  <ensonic@users.sf.net>
2415
2416         * gst-libs/gst/riff/riff-media.c:
2417           Fix wrong method name in docs. Fix calculation of strf fields for
2418           broken mulaw/alaw.
2419   
2420         * gst-libs/gst/riff/riff-read.c:
2421           Whitespace fix and removing double ';'.
2422
2423 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
2424
2425         * docs/design/part-playbin2.txt:
2426         Add some leftover doc.
2427
2428 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2429
2430         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_others):
2431         Fix copy & paste error in last commit.
2432
2433 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2434
2435         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_others):
2436         Add support for mixing GST_AUDIO_CHANNEL_POSITION_SIDE_* from/to
2437         other channel positions when source has SIDE channels and dest doesn't
2438         or the other way around.
2439
2440 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
2441
2442         Patch by: Henrik Eriksson <henriken at axis dot com>
2443
2444         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
2445         (gst_multi_fd_sink_init), (setup_dscp_client), (setup_dscp),
2446         (gst_multi_fd_sink_add_full), (gst_multi_fd_sink_set_property),
2447         (gst_multi_fd_sink_get_property):
2448         * gst/tcp/gstmultifdsink.h:
2449         Add support for DSCP QOS. Fixes #469933.
2450
2451 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2452
2453         * tests/check/elements/audioconvert.c: (GST_START_TEST):
2454         Add another test that checks if conversion between standard 1 and 2
2455         channel layouts with and without positions set is working.
2456
2457 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2458
2459         * gst-libs/gst/audio/multichannel.c:
2460         (gst_audio_check_channel_positions):
2461         Allow non-standard 2 channel layouts.
2462         
2463         * tests/check/elements/audioconvert.c: (GST_START_TEST):
2464         Add some tests for converting and remapping non-standard 1 and 2
2465         channel layouts.
2466
2467 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2468
2469         * gst/audioconvert/gstchannelmix.c:
2470         (gst_channel_mix_fill_normalize):
2471         Prevent division by zero if the channel mix matrix contains only
2472         zeroes.
2473
2474 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2475
2476         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
2477
2478         * gst/gdp/gstgdppay.c: (gst_gdp_pay_chain):
2479         Close a buffer memory leak. Fixes bug #534071.
2480
2481 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2482
2483         * gst-libs/gst/rtsp/gstrtsptransport.h:
2484         Make the GstRTSPTransport struct members public as there are no
2485         setters/getters and it's supposed to be changed directly.
2486         Fixes bug #533087.
2487
2488 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2489
2490         * gst/adder/gstadder.c:
2491         Adder also doesn't support audio/x-raw-int with width!=depth so don't
2492         claim this on the pad template caps.
2493
2494 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
2495
2496         * gst-libs/gst/audio/gstbaseaudiosink.c:
2497         (gst_base_audio_sink_sync_latency):
2498         We can only use our optimal calibration if we prerolled before the
2499         latency expired.
2500
2501 2008-05-20  Tim-Philipp Müller  <tim.muller at collabora co uk>
2502
2503         * configure.ac:
2504           Require core CVS for GstBaseSrc buffer caps setting magic.
2505
2506 2008-05-20  Sebastian Dröge  <slomo@circular-chaos.org>
2507
2508         * gst/audioconvert/gstaudioconvert.c:
2509         (gst_audio_convert_fixate_channels):
2510         Fix logic in last commit.
2511
2512 2008-05-20  Sebastian Dröge  <slomo@circular-chaos.org>
2513
2514         * gst/audioconvert/gstaudioconvert.c:
2515         (gst_audio_convert_fixate_channels):
2516         Passthrough the channel positions if the number of output channels is
2517         the same as the number of input channels, the input had a channel
2518         layout and downstream requests no special one. We did this already for
2519         > 2 channels but now it's also done for 1 channel. Fixes bug #533617.
2520
2521 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
2522
2523         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_init),
2524         (gst_gnome_vfs_src_finalize),
2525         (gst_gnome_vfs_src_received_headers_callback),
2526         (gst_gnome_vfs_src_create), (gst_gnome_vfs_src_stop):
2527         * ext/gnomevfs/gstgnomevfssrc.h:
2528         Set the ICY caps on the srcpad from where they get picked up by the base
2529         class now and set on the outgoing buffers.
2530
2531         * gst-libs/gst/audio/gstbaseaudiosrc.c:
2532         (gst_base_audio_src_create):
2533         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_buffer_new):
2534         BaseSrc now sets the caps on outgoing buffers automatically.
2535
2536 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
2537
2538         * gst-libs/gst/audio/gstbaseaudiosink.c:
2539         (gst_base_audio_sink_resample_slaving),
2540         (gst_base_audio_sink_skew_slaving),
2541         (gst_base_audio_sink_sync_latency), (gst_base_audio_sink_render),
2542         (gst_base_audio_sink_async_play),
2543         (gst_base_audio_sink_change_state):
2544         Change the way in which the ringbuffer is started when dealing with a
2545         slaved clock and latency. We now sync to the clock until we reach
2546         upstream latency before starting the ringbuffer. This has the effect
2547         that we can accurately align the master and slave clocks and let the
2548         rate correction code take care of the initial drift or rounding errors
2549         instead of leaving them uncorrected with the old approach.
2550
2551 2008-05-20  Sebastian Dröge  <slomo@circular-chaos.org>
2552
2553         * gst/audioconvert/gstaudioconvert.c:
2554         (gst_audio_convert_fixate_channels):
2555         Correctly set the default channel positions when converting to 8
2556         channels.
2557
2558 2008-05-19  Tim-Philipp Müller  <tim.muller at collabora co uk>
2559
2560         * configure.ac:
2561           Error out if we don't have the required version of core.
2562
2563 2008-05-19  Tim-Philipp Müller  <tim.muller at collabora co uk>
2564
2565         * gst/typefind/gsttypefindfunctions.c: (aac_type_find):
2566           Use data scan helper in aac typefinder and stop scanning
2567           for headers when we've found a type. Also fix potential invalid
2568           memory access when calculating the frame length.
2569
2570 2008-05-19  Tim-Philipp Müller  <tim.muller at collabora co uk>
2571
2572         * gst/typefind/gsttypefindfunctions.c: (data_scan_ctx_ensure_data),
2573           (mpeg_sys_is_valid_pack):
2574           Don't modify scan context when we return FALSE in ensure_data, so
2575           it's possible to continue scanning, and we don't end up with a NULL
2576           data pointer and a positive size, which might bite us the next time
2577           we're called. Small constification.
2578
2579 2008-05-16  Sebastian Dröge  <slomo@circular-chaos.org>
2580
2581         * gst/adder/gstadder.c:
2582         Adder doesn't support 24 bit samples so don't claim it supports them
2583         in the pad template caps.
2584
2585 2008-05-14  Wim Taymans  <wim.taymans@collabora.co.uk>
2586
2587         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2588         (gst_base_rtp_depayload_chain):
2589         Validate the RTP packet before further processing it. It's just too
2590         dangerous to accept random packets and people are not forced to use a
2591         jitterbuffer or session manager to filter out the bad packets.
2592
2593         * gst-libs/gst/rtp/gstrtpbuffer.c:
2594         (gst_rtp_buffer_set_extension_data),
2595         (gst_rtp_buffer_get_payload_subbuffer):
2596         Small cleanups.
2597         When setting extension data in a buffer that is too small, we fail and
2598         we should not set the extension bit.
2599         Change GST_WARNINGS into g_warning because they really are
2600         programming errors.
2601
2602         * tests/check/libs/rtp.c: (GST_START_TEST):
2603         Catch the g_warnings now in the unit tests and that fact that failing to
2604         set extension data left the extension bit untouched.
2605
2606 2008-05-14  Tim-Philipp Müller  <tim.muller at collabora co uk>
2607
2608         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init):
2609           Revert previous change which made basetransform handle buffer_alloc
2610           and which breaks things badly in the non-passthrough case since it
2611           returned buffers with a different (ie. sometimes smaller) size than
2612           the size requested.
2613
2614 2008-05-14  Wim Taymans  <wim.taymans@collabora.co.uk>
2615
2616         Patch by: Bernard B <b-gnome at largestprime dot net>
2617
2618         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_compare_seqnum):
2619         Fix seqnum compare function for bordercase values and fix the docs
2620         again. Fixes #533075.
2621
2622         * tests/check/libs/rtp.c: (GST_START_TEST), (rtp_suite):
2623         Add a testcase for seqnum compare function.
2624
2625 2008-05-14  Sebastian Dröge  <slomo@circular-chaos.org>
2626
2627         * gst/adder/gstadder.c: (gst_adder_setcaps),
2628         (gst_adder_class_init):
2629         Correctly declare the supported endianness on the pad templates
2630         and check for correct endianness in the set caps function. Adder
2631         only supports native endianness.
2632         Also use gst_element_class_set_details_simple().
2633
2634 2008-05-14  Stefan Kost  <ensonic@users.sf.net>
2635
2636         * sys/xvimage/xvimagesink.c:
2637           Better debug logging in port value handling. Merging separate port
2638           value loops into one.
2639
2640 2008-05-13  Wim Taymans  <wim.taymans@collabora.co.uk>
2641
2642         Patch by: Hannes Bistry <hannesb at gmx dot de>
2643
2644         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_start):
2645         * gst/tcp/gsttcpserversink.c:
2646         (gst_tcp_server_sink_handle_server_read),
2647         (gst_tcp_server_sink_handle_wait), (gst_tcp_server_sink_init_send):
2648         Fix regression in clientsrc because we did not add the fd to the poll
2649         set anymore. Fixes #532364.
2650         Do some cleanups here and there.
2651
2652 2008-05-13  Sebastian Dröge  <slomo@circular-chaos.org>
2653
2654         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
2655         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init):
2656         * gst/playback/gstplay-marshal.list:
2657         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init):
2658         Use correct marshallers. GstCaps are a boxed type and no GObject
2659         subclass.
2660
2661 2008-05-13  Sebastian Dröge  <slomo@circular-chaos.org>
2662
2663         * win32/common/libgstrtsp.def:
2664         Add gst_rtsp_connection_(set|clear)_auth_param() to the exported
2665         symbols.
2666
2667 2008-05-13  Sebastian Dröge  <slomo@circular-chaos.org>
2668
2669         Patch by: Sjoerd Simons <sjoerd at luon dot net>
2670
2671         * tests/check/elements/audioresample.c:
2672         (live_switch_alloc_only_48000), (live_switch_get_sink_caps),
2673         (live_switch_push), (GST_START_TEST):
2674         Add unit test for the latest basetransform negotiation changes.
2675         See bug #526768.
2676
2677 2008-05-13  Sebastian Dröge  <slomo@circular-chaos.org>
2678
2679         * gst/ffmpegcolorspace/imgconvert.c: (nv12_to_nv21):
2680         Fix nv12<->nv21 conversion if stride is larger than width.
2681
2682 2008-05-13  Sebastian Dröge  <slomo@circular-chaos.org>
2683
2684         Patch by: Jan Gerber <j at oil21 dot org>
2685
2686         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fishead),
2687         (gst_ogg_pad_parse_skeleton_fisbone):
2688         * ext/ogg/gstoggdemux.h:
2689         Parse presentation time from skeleton streams and use it as offset
2690         for the timestamps. Fixes bug #530068.
2691
2692 2008-05-12  Wim Taymans  <wim.taymans@collabora.co.uk>
2693
2694         * gst-libs/gst/audio/gstbaseaudiosink.c:
2695         (gst_base_audio_sink_render), (gst_base_audio_sink_async_play):
2696         Revert previous patch that attempted to more accurately calculate the
2697         initial offset between master and slave clock. The best thing we can do
2698         in general is take the time of both clocks as the diff since we don't
2699         know when the actual preroll happened.
2700
2701 2008-05-11  Tim-Philipp Müller  <tim.muller at collabora co uk>
2702
2703         * gst-libs/gst/pbutils/install-plugins.c:
2704           Fix docs: type and missing word.
2705
2706 2008-05-10  Tim-Philipp Müller  <tim.muller at collabora co uk>
2707
2708         * gst/typefind/gsttypefindfunctions.c: (h264_video_type_find):
2709           Don't do lots of 4-byte peeks, but use the 'new' data scan helper
2710           for this instead; don't check if we've found enough markers after
2711           each and every step, it's enough to do that only if we've actually
2712           found a new marker.
2713           Embed a G_UNLIKELY into the IS_MPEG_HEADER macro.
2714
2715 2008-05-10  Tim-Philipp Müller  <tim.muller at collabora co uk>
2716
2717         * gst/typefind/gsttypefindfunctions.c:
2718           (DATA_SCAN_CTX_CHUNK_SIZE), (DataScanCtx), (data_scan_ctx_advance),
2719           (data_scan_ctx_ensure_data), (GST_MPEGVID_TYPEFIND_TRY_SYNC),
2720           (mpeg_video_stream_type_find):
2721           Move scan helper thingy to the beginning of the file so we can use
2722           it in other typefind functions. Rename it to something more
2723           generic. Also improve handling of things towards the end of the
2724           typefind data: peek as much as we can if we know the size of the
2725           data, rather than just min_size.
2726
2727 2008-05-09  Jan Schmidt  <jan.schmidt@sun.com>
2728
2729         * docs/libs/gst-plugins-base-libs-sections.txt:
2730         * gst-libs/gst/interfaces/colorbalance.c:
2731         * gst-libs/gst/interfaces/colorbalance.h:
2732         * gst-libs/gst/interfaces/colorbalancechannel.c:
2733         * gst-libs/gst/interfaces/colorbalancechannel.h:
2734         * gst-libs/gst/interfaces/tuner.c:
2735         * gst-libs/gst/interfaces/tunerchannel.c:
2736         * gst-libs/gst/interfaces/tunerchannel.h:
2737         * gst-libs/gst/interfaces/tunernorm.c:
2738         * gst-libs/gst/interfaces/tunernorm.h:
2739         * gst-libs/gst/video/video.c:
2740         * gst-libs/gst/video/video.h:
2741         Document the GstTuner and GstColorBalance interfaces, and some
2742         other random API functions that needed it. 70% symbol coverage, woo.
2743
2744 2008-05-09  Wim Taymans  <wim.taymans@collabora.co.uk>
2745
2746         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_acquire):
2747         Choose to allocate one less segment but require one additional segment
2748         as latency. 
2749
2750         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_acquire):
2751         No need to increment the number of segments in the source.
2752
2753         * gst-libs/gst/audio/gstbaseaudiosink.c:
2754         (gst_base_audio_sink_get_time), (clock_convert_external),
2755         (gst_base_audio_sink_resample_slaving),
2756         (gst_base_audio_sink_skew_slaving),
2757         (gst_base_audio_sink_none_slaving), (gst_base_audio_sink_render),
2758         (gst_base_audio_sink_async_play):
2759         Remove adding latency when returning the internal time while subtracting
2760         it again when we use the value a little later.
2761         When calculating the end timestamp, we are making a rounding error
2762         with the current algorithm. Ensure that we don't accumulate these
2763         rounding errors when aligning samples by not resampling at all if we
2764         don't need to. Fixes #419351.
2765         Make the initial calibration of the clock slaving a little more
2766         predictable and accurate. Also handle the case where we don't do
2767         clock slaving.
2768
2769 2008-05-09  Sebastian Dröge  <slomo@circular-chaos.org>
2770
2771         Based on a patch by:
2772           Björn Benderius <bjoern dot benderius at axis dot com>
2773
2774         * gst/ffmpegcolorspace/avcodec.h:
2775         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
2776         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
2777         (gst_ffmpegcsp_avpicture_fill):
2778         * gst/ffmpegcolorspace/imgconvert.c: (nv12_to_nv21):
2779         * gst/ffmpegcolorspace/imgconvert_template.h:
2780         Add conversions from/to NV12 and NV21 and conversions between those
2781         two formats. Fixes bug #532166.
2782
2783 2008-05-08  Edward Hervey  <edward.hervey@collabora.co.uk>
2784
2785         * gst/typefind/gsttypefindfunctions.c: (h264_video_type_find):
2786         Abort the h264 typefinding as soon as _peek() doesn't return anything,
2787         which happens for example with files smaller than 128kb.
2788
2789 2008-05-08  Wim Taymans  <wim.taymans@collabora.co.uk>
2790
2791         Patch by: Wouter Cloetens <zombie at e2big dot org>
2792
2793         * gst-libs/gst/rtsp/Makefile.am:
2794         * gst-libs/gst/rtsp/gstrtspconnection.c:
2795         (gst_rtsp_connection_create), (md5_digest_to_hex_string),
2796         (auth_digest_compute_hex_urp), (auth_digest_compute_response),
2797         (add_auth_header), (gst_rtsp_connection_free),
2798         (gst_rtsp_connection_set_auth), (str_case_hash), (str_case_equal),
2799         (gst_rtsp_connection_set_auth_param),
2800         (gst_rtsp_connection_clear_auth_params):
2801         * gst-libs/gst/rtsp/gstrtspconnection.h:
2802         Add Digest authorization support for RTSP connections. See #532065.
2803
2804         * gst-libs/gst/rtsp/md5.c:
2805         * gst-libs/gst/rtsp/md5.h:
2806         Yeap, another md5 implementation until we can depend on a glib that has
2807         support for it.
2808
2809 2008-05-08  Sebastian Dröge  <slomo@circular-chaos.org>
2810
2811         Patch by: Sjoerd Simons <sjoerd at luon dot net>
2812
2813         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init):
2814         Let audioresample use the buffer allocation of basetransform instead
2815         of it's own stuff.
2816
2817         * tests/check/elements/audioresample.c: (alloc_only_48000),
2818         (GST_START_TEST), (audioresample_suite):
2819         Add unit test for the recent basetransform bugfix, where upstream
2820         changes caps to something that can't be passed through anymore.
2821
2822 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
2823
2824         * win32/common/config.h.in:
2825           Don't define GST_FUNCTION, if GLib supports MSVC we'd much rather
2826           use the real thing than having "???" unconditionally.
2827
2828 2008-05-07  Wim Taymans  <wim.taymans@collabora.co.uk>
2829
2830         * gst-libs/gst/audio/gstbaseaudiosink.c:
2831         (gst_base_audio_sink_query):
2832         Report the latency with the new seglatency parameter.
2833
2834         * gst-libs/gst/audio/gstringbuffer.c:
2835         (gst_ring_buffer_debug_spec_buff), (gst_ring_buffer_parse_caps),
2836         (gst_ring_buffer_acquire):
2837         * gst-libs/gst/audio/gstringbuffer.h:
2838         Add new field to the ringbufferspec to specify the expected latency
2839         between the underlying device read/write pointer, this is needed
2840         when writing sinks that sit a little closer to the hardware.
2841         Add some more docs for other fields.
2842
2843 2008-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
2844
2845         * gst/volume/gstvolume.c: (volume_transform_ip):
2846         Return NOT_NEGOTIATED if we didn't set a process function yet for some
2847         reason instead of crashing later. Might fix bug #509125.
2848
2849 2008-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
2850
2851         Based on a patch by: Tim-Philipp Müller  <tim.muller at collabora co uk>
2852
2853         * gst/audioconvert/audioconvert.c: (audio_convert_prepare_context):
2854         * gst/audioconvert/audioconvert.h:
2855         * gst/audioconvert/gstaudioconvert.c:
2856         (gst_audio_convert_parse_caps),
2857         (structure_has_fixed_channel_positions),
2858         (gst_audio_convert_transform_caps):
2859         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_matrix):
2860         Add support for more than 8 channels and NONE channel layouts. For
2861         more than 8 channels no channel conversion is supported yet, only
2862         format conversions are supported. Fixes bug #398033.
2863
2864         * tests/check/elements/audioconvert.c: (verify_convert),
2865         (GST_START_TEST), (audioconvert_suite):
2866         Add some unit tests by Tim for checking the NONE channel layouts
2867         and more than 8 channels and add some more unit tests for channel
2868         conversions.
2869
2870 2008-05-06  Wim Taymans  <wim.taymans@collabora.co.uk>
2871
2872         * gst/playback/gstdecodebin2.c: (connect_pad):
2873         When autoplugging fails, set the element back to NULL before
2874         unreffing it.
2875
2876 2008-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
2877
2878         * win32/common/libgstaudio.def:
2879         Add gst_base_audio_src_[sg]et_slave_method() to the exported
2880         symbols.
2881
2882 2008-05-05  Sebastian Dröge  <slomo@circular-chaos.org>
2883
2884         * gst/subparse/samiparse.c: (handle_start_sync),
2885         (end_sami_element), (characters_sami):
2886         Remove trailing, leading and double whitespaces.
2887         Correctly timestamp buffers and output the last buffer too.
2888
2889         * tests/check/elements/subparse.c: (GST_START_TEST),
2890         (subparse_suite):
2891         Add a simple unit test for SAMI parsing.
2892
2893 2008-05-05  Sebastian Dröge  <slomo@circular-chaos.org>
2894
2895         Patch by: Young-Ho Cha <ganadist at chollian dot net>
2896
2897         * gst/subparse/samiparse.c: (handle_start_sync),
2898         (start_sami_element), (end_sami_element), (characters_sami),
2899         (sami_context_reset):
2900         Only output characters inside the "sync" elements. There could be
2901         other elements like "style" that have some content but should
2902         not be printed. Fixes bug #467911.
2903
2904 2008-05-05  Sebastian Dröge  <slomo@circular-chaos.org>
2905
2906         * gst/playback/gstplaybasebin.c: (set_audio_mute),
2907         (set_active_source):
2908         * gst/playback/gstplaybasebin.h:
2909         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
2910         (playbin_set_audio_mute):
2911         Allow setting -1 as current-audio to mute the current audio stream,
2912         similar to what is done for subtitles. Fixes bug #342294.
2913
2914 2008-05-05  Edward Hervey  <edward.hervey at collabora co uk>
2915
2916         * gst-libs/gst/pbutils/descriptions.c: (formats): 
2917         It's SorensOn and not SorensEn.
2918
2919 2008-05-04  Tim-Philipp Müller  <tim.muller at collabora co uk>
2920
2921         * gst-libs/gst/pbutils/descriptions.c: (formats):
2922           Fix description of video/x-flash-video.
2923
2924 2008-05-04  Sebastian Dröge  <slomo@circular-chaos.org>
2925
2926         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
2927         * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
2928         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
2929         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps_list):
2930         Remove some unused code.
2931
2932         * gst/audioconvert/gstaudioquantize.c:
2933         (gst_audio_quantize_free_noise_shaping):
2934         Don't return before freeing the noise shaping history.
2935
2936 2008-05-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
2937
2938         * tests/check/elements/subparse.c: (do_test),
2939           (test_tmplayer_style3b), (subparse_suite):
2940           Add unit test for the tmplayer variant from bug #530962.
2941
2942 2008-05-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
2943
2944         * gst/subparse/gstsubparse.c: (handle_buffer),
2945           (gst_sub_parse_sink_event):
2946         * gst/subparse/tmplayerparse.c: (tmplayer_process_buffer),
2947           (tmplayer_parse_line):
2948           Fix parsing of tmplayer subtitle variant where every single line contains
2949           text and there isn't an empty line after each line to determine the
2950           duration (#530962). Improve EOS handling for tmplayer subtitles a bit by
2951           making sure that we push out the last line of text without a duration if
2952           there's still text left in the buffer at the end.
2953
2954 2008-05-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
2955
2956         * gst/subparse/gstsubparse.c: (feed_textbuf):
2957           Fix detection of discontinuities based on the buffer offset (doesn't work
2958           so well if no buffer offset is set) and also check for the DISCONT buffer
2959           flag. This keeps the parser state from being reset after each buffer in
2960           the unit test.
2961
2962 2008-05-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
2963
2964         * gst/typefind/gsttypefindfunctions.c: (mpeg_video_stream_type_find):
2965           Further fine-tuning: don't absolutely require sequence or GOP headers
2966           (as introduced in the previous commit), but adjust the typefind
2967           probabilities returned accordingly if we don't see them. Also make sure
2968           picture header and first slice are somewhat close to each other (which
2969           is not perfect but still better than requiring a fixed offset or having
2970           no limit at all).
2971
2972 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
2973
2974         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
2975         (gst_basertppayload_sink_setcaps),
2976         (gst_basertppayload_sink_getcaps):
2977         Rename the setcaps/getcaps function internally to make it clear that
2978         they are called for the sink pad.
2979
2980 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
2981
2982         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2983         (gst_base_rtp_depayload_class_init),
2984         (gst_base_rtp_depayload_handle_sink_event), (create_segment_event),
2985         (gst_base_rtp_depayload_packet_lost),
2986         (gst_base_rtp_depayload_set_gst_timestamp):
2987         * gst-libs/gst/rtp/gstbasertpdepayload.h:
2988         Catch packet-lost events from the jitterbuffer and convert them into a
2989         vmethod call (lost-packet) so that depayloaders can do something smart.
2990         Also add a default packet-lost function that sends out a segment update
2991         to the decoders.
2992
2993 2008-05-02  Stefan Kost  <ensonic@users.sf.net>
2994
2995         * gst/playback/test4.c:
2996         * gst/playback/test5.c:
2997         * gst/playback/test6.c:
2998         * gst/playback/test7.c:
2999           Also include config.h when relying on defines from it. Fixes the
3000           build. Its been a please to serve :)
3001
3002 2008-05-02  Thijs Vermeir <thijsvermeir@gmail.com>
3003
3004         * gst/videotestsrc/videotestsrc.c (paint_setup_NV12),
3005         (paint_setup_NV21), (paint_hline_NV12_NV21):
3006         Add support for NV12 and NV21 in videotestsrc
3007
3008 2008-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
3009
3010         * gst/videoscale/gstvideoscale.c:
3011         * gst/videoscale/vs_4tap.c: (vs_image_scale_4tap_Y):
3012         * gst/videoscale/vs_image.c: (vs_image_scale_nearest_RGBA),
3013         (vs_image_scale_linear_RGBA), (vs_image_scale_nearest_RGB),
3014         (vs_image_scale_linear_RGB), (vs_image_scale_nearest_YUYV),
3015         (vs_image_scale_linear_YUYV), (vs_image_scale_nearest_UYVY),
3016         (vs_image_scale_linear_UYVY), (vs_image_scale_nearest_Y),
3017         (vs_image_scale_linear_Y), (vs_image_scale_nearest_RGB565),
3018         (vs_image_scale_linear_RGB565), (vs_image_scale_nearest_RGB555),
3019         (vs_image_scale_linear_RGB555):
3020         Support 1x1 images as input and output as for example the BBC HQ new
3021         streams have 1x1 GIFs in the playlists for some reason.
3022
3023 2008-05-01  Tim-Philipp Müller  <tim.muller at collabora co uk>
3024
3025         * gst/playback/gstdecodebin.c: (free_pad_probe_for_element),
3026           (try_to_link_1):
3027           If we can't activate one of the decoders we plugged in (such as,
3028           say, musepackdec) for some reason (it might not support push mode,
3029           for example), remove any pad probes that close_pad_link() might
3030           have set up. This makes sure we later don't try to remove a probe
3031           for a pad that doesn't exist any longer, and avoids nast warnings
3032           and probably other things too.
3033
3034 2008-04-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
3035
3036         * gst/typefind/gsttypefindfunctions.c:
3037           (mpeg_video_stream_ctx_ensure_data), (mpeg_video_stream_type_find),
3038           (plugin_init):
3039           Rework mpeg video stream typefinding a bit more: make sure sequence,
3040           GOP, picture and slice headers appear in the order they should and
3041           that we've in fact at least had one of each; fix picture header
3042           detection; decouple picture and slice header check - don't assume
3043           they're at a fixed offset, there may be extra data in between. Also,
3044           announce varying degrees of probability depending on what we found
3045           exactly (multiple pictures, at least one picture, just sequence and
3046           GOP headers). Finally, in _ensure_data(), take into account that we
3047           might be typefinding smaller amounts of data, such as the first
3048           buffer of a stream, so fall back to the minimum size needed as long
3049           as that's available, instead of erroring out if there's less than
3050           2kB of data. Fixes #526173. Conveniently also doesn't recognise the
3051           fuzzed file from #399342 as valid.
3052
3053 2008-04-30  Michael Smith <msmith@songbirdnest.com>
3054
3055         * ext/theora/theoradec.c:
3056           Cool kids don't divide by zero.
3057           Treat PAR of x:0 as 1:1.
3058           Fixes #530719.
3059
3060 2008-04-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
3061
3062         * gst/typefind/gsttypefindfunctions.c: (MpegVideoStreamCtx),
3063           (mpeg_video_stream_ctx_advance), (mpeg_video_stream_ctx_ensure_data),
3064           (mpeg_video_stream_type_find):
3065           Refactor a bit: use context structure to track parsing offset and
3066           size of available data and make the code a bit clearer. Fixes bad
3067           memory access in #356937.
3068
3069 2008-04-28  Michael Smith <msmith@songbirdnest.com>
3070
3071         * gst/playback/test4.c:
3072         * gst/playback/test5.c:
3073         * gst/playback/test6.c:
3074         * gst/tcp/gstmultifdsink.c:
3075           Include stdlib.h and unistd.h only if the appropriate HAVE_*_H macro
3076           is defined.
3077
3078 2008-04-28  Wim Taymans  <wim.taymans@collabora.co.uk>
3079
3080         * gst-libs/gst/audio/gstbaseaudiosink.h:
3081         Clarify some docs.
3082
3083         * gst-libs/gst/audio/gstbaseaudiosrc.c: (slave_method_get_type),
3084         (gst_base_audio_src_class_init), (gst_base_audio_src_init),
3085         (gst_base_audio_src_set_slave_method),
3086         (gst_base_audio_src_get_slave_method),
3087         (gst_base_audio_src_set_property),
3088         (gst_base_audio_src_get_property), (gst_base_audio_src_create):
3089         * gst-libs/gst/audio/gstbaseaudiosrc.h:
3090         Add property and methods for selecting the clock slave method in the
3091         source, like in the sink.
3092         We only implement "none" and "re-timestamp" for now.
3093         API: gst_base_audio_src_set_slave_method()
3094         API: gst_base_audio_src_get_slave_method()
3095
3096 2008-04-25  Wim Taymans  <wim.taymans@collabora.co.uk>
3097
3098         * gst-libs/gst/rtp/gstrtpbuffer.c:
3099         Fix the docs about the seqnum compare function, it returns a difference.
3100
3101 2008-04-24  Edward Hervey  <edward.hervey@collabora.co.uk>
3102
3103         * ext/alsa/gstalsadeviceprobe.c:
3104         (gst_alsa_get_device_list): Don't return before freeing up
3105         the allocated structures.
3106
3107 2008-04-24  Stefan Kost  <ensonic@users.sf.net>
3108
3109         * gst/playback/gstplaybin.c:
3110           Remove obsolete streaminfo code and fix a leak. Fixes #529546
3111
3112 2008-04-23  Stefan Kost  <ensonic@users.sf.net>
3113
3114         * ext/ogg/gstoggdemux.c:
3115           Revert the event part, that should not go in.
3116
3117 2008-04-23  Stefan Kost  <ensonic@users.sf.net>
3118
3119         * ext/ogg/gstoggdemux.c:
3120           Don't leak GstPluginFeatures when filtering.
3121
3122 2008-04-23  Stefan Kost  <ensonic@users.sf.net>
3123
3124         * sys/xvimage/xvimagesink.c:
3125           Add some logging for cases when grabbing the xv failed.
3126
3127 2008-04-21  David Schleef  <ds@schleef.org>
3128
3129         * ext/ogg/gstoggmux.c:
3130           Update Ogg/Dirac muxing.  Removes the weird "KW-DIRAC" bos
3131           packet.  Should conform to what we currently think is the
3132           final Ogg/Dirac muxing spec.
3133
3134 2008-04-21  David Schleef  <ds@schleef.org>
3135
3136         * sys/xvimage/xvimagesink.c:
3137           Fix typo that causes the overlay keying color to bright green
3138           on a 16-bit display.  Dark grey good.  Bright green bad.
3139
3140 2008-04-21  Stefan Kost  <ensonic@users.sf.net>
3141
3142         * ext/gnomevfs/gstgnomevfsuri.c:
3143           Add  FIXME comment about using uri-list for source and sink.
3144
3145 2008-04-20  Sebastian Dröge  <slomo@circular-chaos.org>
3146
3147         * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header):
3148         GST_TYPE_FRACTION contains gints so correctly cast gint64 arguments to
3149         vaargs functions to gint. Otherwise the fractions will get 0 set
3150         instead of the correct value on big endian systems. Fixes bug #529018.
3151
3152 2008-04-20  Sebastian Dröge  <slomo@circular-chaos.org>
3153
3154         * ext/gnomevfs/gstgnomevfssink.c:
3155         (gst_gnome_vfs_sink_uri_get_protocols):
3156         * ext/gnomevfs/gstgnomevfssrc.c:
3157         (gst_gnome_vfs_src_uri_get_protocols):
3158         * ext/gnomevfs/gstgnomevfsuri.c: (_internal_get_supported_uris),
3159         (gst_gnomevfs_get_supported_uris):
3160         Get the list of supported URI schemes in a threadsafe way and use the
3161         same list for the source and sink.
3162
3163 2008-04-20  Sebastian Dröge  <slomo@circular-chaos.org>
3164
3165         * ext/gio/gstgio.c: (_internal_get_supported_protocols),
3166         (gst_gio_get_supported_protocols):
3167         Don't generate a new supported protocols list on each call but cache
3168         it. It's supposed to be static anyway, this way we only leak it once
3169         per process.
3170
3171         * ext/gio/gstgiosink.c: (gst_gio_sink_base_init),
3172         (gst_gio_sink_class_init), (gst_gio_sink_finalize),
3173         (gst_gio_sink_set_property), (gst_gio_sink_get_property),
3174         (gst_gio_sink_start):
3175         * ext/gio/gstgiosink.h:
3176         * ext/gio/gstgiosrc.c: (gst_gio_src_base_init),
3177         (gst_gio_src_class_init), (gst_gio_src_finalize),
3178         (gst_gio_src_set_property), (gst_gio_src_get_property),
3179         (gst_gio_src_start):
3180         * ext/gio/gstgiosrc.h:
3181         API: Add "file" properties where one can set a GFile as
3182         source/destination.
3183
3184         Add locking to the properties and use
3185         gst_element_class_set_details_simple() instead of a static
3186         GstElementDetails struct.
3187
3188 2008-04-19  Sebastian Dröge  <slomo@circular-chaos.org>
3189
3190         * gst/typefind/gsttypefindfunctions.c: (musepack_type_find),
3191         (plugin_init):
3192         Add "mpp" and "mp+" as possible extensions for MusePack files.
3193
3194         Add typefinding for MusePack StreamVersion 8 files and include the
3195         stream version in the caps.
3196
3197 2008-04-19  Sebastian Dröge  <slomo@circular-chaos.org>
3198
3199         * gst-libs/gst/rtp/gstrtppayloads.c:
3200         (gst_rtp_payload_info_for_name):
3201         Use g_ascii_strcasecmp() instead of the deprecated g_strcasecmp().
3202
3203 2008-04-18  Tim-Philipp Müller  <tim at centricular dot net>
3204
3205         * configure.ac:
3206           Bump Gtk+ requirement to 2.12.0 for gtk_range_set_fill_level
3207           (NB: this only affects compilation of some of the examples).
3208           Remove some configure.ac cruft that's not needed any longer.
3209
3210 2008-04-18  Edward Hervey  <edward.hervey@collabora.co.uk>
3211
3212         * gst/gdp/gstgdpdepay.c: (gst_gdp_depay_chain):
3213         Don't validate the payload if there isn't any.
3214         Fixes #525915
3215
3216 2008-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
3217
3218         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_may_start):
3219         Use g_atomic_int_set() instead of gst_atomic_int_set().
3220
3221 2008-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
3222
3223         * ext/gio/gstgio.c: (gst_gio_get_supported_protocols):
3224         Return NULL instead of a gchar * array with one NULL element if we
3225         don't get any supported URI schemes from GIO.
3226
3227 2008-04-15  Stefan Kost  <ensonic@users.sf.net>
3228
3229         * gst/audiotestsrc/gstaudiotestsrc.c:
3230           Remove cpp style commented old code.
3231
3232 2008-04-15  Stefan Kost  <ensonic@users.sf.net>
3233
3234         * gst/playback/gstdecodebin2.c:
3235           Fix signal docs.
3236
3237 2008-04-14  Tim-Philipp Müller  <tim at centricular dot net>
3238
3239         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init),
3240           (gst_text_overlay_init):
3241           Fix textoverlay unit test again by making the supposed default
3242           value for the wait-text property the actual default value.
3243           Also fix Since: tag for new property.
3244
3245 2008-04-11  Tim-Philipp Müller  <tim at centricular dot net>
3246
3247         * gst-libs/gst/video/video.c: (gst_video_format_new_caps),
3248           (gst_video_format_to_fourcc), (gst_video_format_get_row_stride),
3249           (gst_video_format_get_pixel_stride),
3250           (gst_video_format_get_component_width),
3251           (gst_video_format_get_component_height),
3252           (gst_video_format_get_component_offset), (gst_video_format_get_size),
3253           (gst_video_format_convert):
3254           Add guards to these functions to ensure sane input values.
3255
3256         * tests/check/libs/video.c:
3257           Fix unit test not to create caps with width=0 and height=0.
3258
3259 2008-04-11  Wim Taymans  <wim.taymans@collabora.co.uk>
3260
3261         * docs/design/draft-keyframe-force.txt:
3262         Fix typo.
3263
3264         * gst/playback/gstqueue2.c: (update_buffering),
3265         (gst_queue_handle_src_query):
3266         Set buffering mode in the messages.
3267         Set buffering percent in the query.
3268
3269         * tests/examples/seek/seek.c: (update_fill), (msg_state_changed),
3270         (do_stream_buffering), (do_download_buffering), (msg_buffering):
3271         Do some more fancy things based on the buffering method in use.
3272
3273 2008-04-09  Wim Taymans  <wim.taymans@collabora.co.uk>
3274
3275         * tests/examples/seek/seek.c: (update_fill), (set_update_fill),
3276         (play_cb), (pause_cb), (stop_cb), (msg_state_changed),
3277         (msg_buffering), (main):
3278         Add basic download reports to seek using the new buffering API.
3279
3280 2008-04-09  Wim Taymans  <wim.taymans@collabora.co.uk>
3281
3282         * gst/playback/gstqueue2.c: (update_buffering),
3283         (gst_queue_close_temp_location_file), (gst_queue_handle_src_query),
3284         (gst_queue_src_checkgetrange_function):
3285         Include extra buffering stats in the buffering message.
3286         Implement BUFFERING query.
3287
3288         * gst/playback/gsturidecodebin.c: (do_async_start),
3289         (do_async_done), (type_found), (setup_streaming), (setup_source),
3290         (gst_uri_decode_bin_change_state):
3291         Only add decodebin2 when the type is found in streaming mode.
3292         Make uridecodebin async to PAUSED even when we don't have decodebin2
3293         added yet.
3294
3295 2008-04-09  Sebastian Dröge  <slomo@circular-chaos.org>
3296
3297         * ext/gio/gstgio.c: (gst_gio_get_supported_protocols):
3298         Filter cdda from the supported URI schemes. We can't support
3299         musicbrainz tags and everything else one expects from a cdda source
3300         with GIO. Fixes bug #526794.
3301
3302 2008-04-07  Jan Schmidt  <jan.schmidt@sun.com>
3303
3304         * sys/xvimage/xvimagesink.c (gst_xvimagesink_xvimage_new),
3305         (gst_xvimagesink_buffer_alloc):
3306         Fix calculation of 'expected size' for YV12 buffers.
3307         Be a little more verbose in the debug output for buffer-alloc'ed
3308         buffers which turn out to have the wrong size.
3309
3310 2008-04-07  Tim-Philipp Müller  <tim at centricular dot net>
3311
3312         * NEWS:
3313         * RELEASE:
3314         * gst-plugins-base.doap:
3315           Merge other changes from 0.10.19 release branch.
3316
3317 2008-04-06  Tim-Philipp Müller  <tim at centricular dot net>
3318
3319         * gst-libs/gst/audio/gstbaseaudiosink.c:
3320           (gst_base_audio_sink_class_init):
3321         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3322           (gst_base_audio_src_class_init):
3323         * gst/playback/gstplayback.c: (plugin_init):
3324         * gst/volume/gstvolume.c: (plugin_init):
3325           Work around missing bits of thread-safety on older GLibs some
3326           more to avoid assertions when starting up multiple playbin
3327           objects concurrently (see #512382).
3328
3329 2008-04-06  Tim-Philipp Müller  <tim at centricular dot net>
3330
3331         * gst-libs/gst/pbutils/missing-plugins.c: (copy_and_clean_caps):
3332           Remove some more fields.
3333
3334 2008-04-06  Sebastian Dröge  <slomo@circular-chaos.org>
3335
3336         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
3337
3338         * configure.ac:
3339         Actually build dlls when cross-compiling with mingw32.
3340         Fixes bug #526247.
3341
3342 2008-04-03  Tim-Philipp Müller  <tim at centricular dot net>
3343
3344         * configure.ac:
3345           Bump version to 0.10.19.1 after the unplanned 0.10.19 release.
3346
3347 2008-04-03  Wim Taymans  <wim.taymans@collabora.co.uk>
3348
3349         * tests/examples/seek/seek.c: (play_cb), (pause_cb), (stop_cb),
3350         (msg_buffering), (connect_bus_signals), (main):
3351         Add statusbar.
3352         Add buffering support with feedback in the statusbar.
3353
3354 2008-04-03  Tim-Philipp Müller  <tim at centricular dot net>
3355
3356         * ext/ogg/gstoggmux.c:
3357           Fix sample pipeline description.
3358
3359 2008-04-03  Stefan Kost  <ensonic@users.sf.net>
3360
3361         * docs/plugins/Makefile.am:
3362         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
3363         * docs/plugins/gst-plugins-base-plugins-overrides.txt:
3364         * docs/plugins/gst-plugins-base-plugins-sections.txt:
3365           Add playbin, playbin2, decodebin, decodebin2, uridecodebin and oggmux
3366
3367         * docs/plugins/gst-plugins-base-plugins.args:
3368         * docs/plugins/gst-plugins-base-plugins.hierarchy:
3369         * docs/plugins/gst-plugins-base-plugins.interfaces:
3370         * docs/plugins/gst-plugins-base-plugins.prerequisites:
3371         * docs/plugins/inspect/plugin-adder.xml:
3372         * docs/plugins/inspect/plugin-alsa.xml:
3373         * docs/plugins/inspect/plugin-audioconvert.xml:
3374         * docs/plugins/inspect/plugin-audiorate.xml:
3375         * docs/plugins/inspect/plugin-audioresample.xml:
3376         * docs/plugins/inspect/plugin-audiotestsrc.xml:
3377         * docs/plugins/inspect/plugin-cdparanoia.xml:
3378         * docs/plugins/inspect/plugin-decodebin.xml:
3379         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
3380         * docs/plugins/inspect/plugin-gdp.xml:
3381         * docs/plugins/inspect/plugin-gnomevfs.xml:
3382         * docs/plugins/inspect/plugin-libvisual.xml:
3383         * docs/plugins/inspect/plugin-ogg.xml:
3384         * docs/plugins/inspect/plugin-pango.xml:
3385         * docs/plugins/inspect/plugin-playback.xml:
3386         * docs/plugins/inspect/plugin-queue2.xml:
3387         * docs/plugins/inspect/plugin-subparse.xml:
3388         * docs/plugins/inspect/plugin-tcp.xml:
3389         * docs/plugins/inspect/plugin-theora.xml:
3390         * docs/plugins/inspect/plugin-typefindfunctions.xml:
3391         * docs/plugins/inspect/plugin-uridecodebin.xml:
3392         * docs/plugins/inspect/plugin-video4linux.xml:
3393         * docs/plugins/inspect/plugin-videorate.xml:
3394         * docs/plugins/inspect/plugin-videoscale.xml:
3395         * docs/plugins/inspect/plugin-videotestsrc.xml:
3396         * docs/plugins/inspect/plugin-volume.xml:
3397         * docs/plugins/inspect/plugin-vorbis.xml:
3398         * docs/plugins/inspect/plugin-ximagesink.xml:
3399         * docs/plugins/inspect/plugin-xvimagesink.xml:
3400           Update introspection data.
3401
3402         * ext/ogg/gstoggmux.c:
3403           Document oggmux.
3404
3405         * gst/playback/gstdecodebin2.c:
3406           Don't use gtk-doc style comment start for private stuff, but make it
3407           formatted like this for consistency.
3408
3409 2008-04-03  Wim Taymans  <wim.taymans@collabora.co.uk>
3410
3411         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
3412         (gst_decode_bin_init), (gst_decode_bin_dispose),
3413         (gst_decode_bin_set_sink_caps), (gst_decode_bin_get_sink_caps),
3414         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
3415         (analyze_new_pad), (connect_pad), (expose_pad),
3416         (gst_decode_group_new), (gst_decode_group_control_demuxer_pad),
3417         (gst_decode_group_expose), (gst_decode_group_free),
3418         (do_async_start), (do_async_done), (gst_decode_bin_change_state):
3419         Remove fakesink hack, we can now implement this more elegantly.
3420         Added property to bypass typefinding.
3421         Removed underrun callback and demuxer pad probe, we now use the srcpad
3422         probe to expose groups.
3423         API::sink-caps property
3424
3425         * gst/playback/gstplaybin2.c: (no_more_pads_cb):
3426         Guard against multiple emissions of the no_more_pads signal, which
3427         happens when we are dealing with chained oggs.
3428
3429         * gst/playback/gsturidecodebin.c: (remove_decoders),
3430         (make_decoder), (type_found), (setup_streaming), (source_new_pad),
3431         (setup_source):
3432         For streams, use our own typefind element and plug our queue after it.
3433         We will need this to determine the type of buffering to use for the
3434         queue soon.
3435
3436 2008-04-03  Wim Taymans  <wim.taymans@collabora.co.uk>
3437
3438         * gst-libs/gst/audio/gstbaseaudiosink.c:
3439         (gst_base_audio_sink_skew_slaving), (gst_base_audio_sink_render):
3440         Guard against over and underflows because of clock slaving.
3441         When we are using our own clock, still compensate for any calibrations
3442         that we might have done to our clock.
3443
3444 2008-04-03  Wim Taymans  <wim.taymans@collabora.co.uk>
3445
3446         * ext/theora/theoradec.c: (theora_handle_type_packet),
3447         (theora_dec_chain):
3448         Don't try to do anything fancy with the return code from pushing an
3449         event, it does not have enough information to turn it into a
3450         GST_FLOW_ERROR.
3451
3452 2008-04-03  Wim Taymans  <wim.taymans@collabora.co.uk>
3453
3454         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_reset),
3455         (gst_ogg_demux_chain_elem_pad):
3456         Add small debug line.
3457         Pass return code from the internal decoder instead of the too generic
3458         GST_FLOW_ERROR.
3459
3460 2008-04-03  Sebastian Dröge  <slomo@circular-chaos.org>
3461
3462         * gst-libs/gst/cdda/Makefile.am:
3463         * gst-libs/gst/cdda/base64.c:
3464         * gst-libs/gst/cdda/base64.h:
3465         * gst-libs/gst/cdda/gstcddabasesrc.c:
3466         (gst_cddabasesrc_calculate_musicbrainz_discid):
3467         Use GLib's base64 implementation instead of our own.
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):
3473         Refix oggdemux, we only have a problem if we failed to find a chain and
3474         we are not EOF.
3475
3476 2008-04-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3477
3478         Patch by: Victor STINNER <victor dot stinner at haypocalc dot com>
3479
3480         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
3481         (gst_ogg_demux_read_chain):
3482         When we fail to find a BOS page and we and up with no chain, error out
3483         properly instead of segfaulting. Fixes #525665.
3484
3485 2008-04-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3486
3487         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
3488         (gst_ogg_demux_read_chain), (gst_ogg_demux_handle_page):
3489         The new-pad-group sequence is add-pads, no-more-pads, add-pads,
3490         no-more-pads...
3491
3492 2008-04-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3493
3494         * gst/playback/gstqueue2.c: (update_out_rates),
3495         (gst_queue_open_temp_location_file),
3496         (gst_queue_close_temp_location_file), (gst_queue_handle_src_event),
3497         (gst_queue_handle_src_query), (gst_queue_set_property):
3498         Update the estimated input data when we push out a buffer.
3499         Add some debug info about the temp file.
3500         Only forward src events when we are not using a temp file.
3501         Don't block the duration query, we need to find something better.
3502         Don't leak the temp filename.
3503
3504 2008-04-01  Sebastian Dröge  <slomo@circular-chaos.org>
3505
3506         * configure.ac:
3507         Require GLib 2.12 and liboil 0.3.14.
3508
3509         * gst/volume/gstvolume.c: (volume_process_double):
3510         Unconditionally use liboil 0.3.14 function.
3511
3512 2008-03-31  Wim Taymans  <wim.taymans@collabora.co.uk>
3513
3514         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
3515         ms-gsm can have arbitrarty sample rates. See #481354.
3516
3517 2008-03-28  Wim Taymans  <wim.taymans@collabora.co.uk>
3518
3519         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
3520         MP4S is generic MPEG-4, not a microsoft variant.
3521
3522 2008-03-27  Michael Smith <msmith@fluendo.com>
3523
3524         * gst/gdp/gstgdpdepay.c: (gst_gdp_depay_chain):
3525           Check the body CRC (if set) when depayloading.
3526           Fixes #522401.
3527
3528 2008-03-24  Tim-Philipp Müller  <tim at centricular dot net>
3529
3530         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init):
3531           Fix Since: version for new property.
3532
3533 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3534
3535         * gst-libs/gst/rtsp/gstrtspconnection.c:
3536         (gst_rtsp_connection_connect), (gst_rtsp_connection_write),
3537         (gst_rtsp_connection_read_internal), (gst_rtsp_connection_poll):
3538         Don't error when poll_wait returns EAGAIN.
3539
3540 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3541
3542         * gst/playback/gstqueue2.c: (gst_queue_is_filled):
3543         The queue is never filled when there are no buffers in the queue at all.
3544         Fixes #523993.
3545
3546 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3547
3548         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
3549         (init_group), (free_group), (gst_play_bin_init),
3550         (gst_play_bin_finalize), (gst_play_bin_set_uri),
3551         (gst_play_bin_set_suburi), (gst_play_bin_get_video_tags),
3552         (gst_play_bin_get_audio_tags), (gst_play_bin_get_text_tags),
3553         (gst_play_bin_set_current_video_stream),
3554         (gst_play_bin_set_current_audio_stream),
3555         (gst_play_bin_set_current_text_stream),
3556         (gst_play_bin_set_encoding), (gst_play_bin_set_property),
3557         (gst_play_bin_get_property), (pad_added_cb), (pad_removed_cb),
3558         (no_more_pads_cb), (perform_eos), (autoplug_select_cb),
3559         (activate_group), (deactivate_group), (setup_next_source),
3560         (save_current_group), (gst_play_bin_change_state):
3561         Update some docs.
3562         Add new locks and conds to protect pipeline creation and group
3563         switching.
3564         Implement the sub-uri property.
3565         Keep track of pending uridecodebin creation and configure the output
3566         pipeline after all streams are configured.
3567         Propagate subtitle encoding to the uridecodebins.
3568         Implement getting the video/audio/visualisation elements.
3569         Use input-selector for stream switching.
3570         If we are asked to do visualisation, prefer to autoplug raw sinks
3571         instead of sinks that accept encoded data.
3572
3573 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3574
3575         * gst/playback/gstplaysink.c: (gst_play_sink_class_init),
3576         (gst_play_sink_init), (gst_play_sink_dispose),
3577         (gst_play_sink_set_video_sink), (gst_play_sink_get_video_sink),
3578         (gst_play_sink_set_audio_sink), (gst_play_sink_get_audio_sink),
3579         (gst_play_sink_vis_unblocked), (gst_play_sink_vis_blocked),
3580         (gst_play_sink_set_vis_plugin), (gst_play_sink_get_vis_plugin),
3581         (gst_play_sink_set_volume), (gst_play_sink_get_volume),
3582         (gst_play_sink_set_mute), (gen_video_chain), (gen_text_chain),
3583         (gen_audio_chain), (gen_vis_chain), (gst_play_sink_reconfigure),
3584         (gst_play_sink_set_font_desc), (gst_play_sink_get_font_desc),
3585         (gst_play_sink_send_event_to_sink), (gst_play_sink_change_state):
3586         * gst/playback/gstplaysink.h:
3587         Add methods to get audio/video/vis elements.
3588         Add methods to set the font description for the overlay.
3589         Remove properties, we're using this element with its methods only.
3590         Add support for subtitles.
3591         Rearrange the locking a bit to not use the object lock for protecting
3592         the pipeline construction.
3593         Try to use the volume and mute property on the sink when its available.
3594         Implement the mute option with volume when the sink does not have a mute
3595         property.
3596         Only add volume element when the sink has no volume property.
3597         Only do visualisations with raw audio pads.
3598
3599 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3600
3601         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init),
3602         (gst_text_overlay_init), (gst_text_overlay_set_property),
3603         (gst_text_overlay_get_property), (gst_text_overlay_src_event),
3604         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
3605         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
3606         (gst_text_overlay_change_state):
3607         * ext/pango/gsttextoverlay.h:
3608         Add property to configure waiting for text on the textpad or not, with
3609         the default behaviour being the old one (always wait for text before
3610         rendering the video). This default behaviour is usually not the best one
3611         because the text stream can very sparse and could require queueing a lot
3612         of video.
3613         Fix the flushing and EOS handing so that we don't mix up their meaning.
3614
3615 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3616
3617         * gst/playback/gsturidecodebin.c:
3618         (gst_uri_decode_bin_autoplug_factories),
3619         (gst_uri_decode_bin_class_init), (gst_uri_decode_bin_init),
3620         (gst_uri_decode_bin_finalize), (gst_uri_decode_bin_set_encoding),
3621         (gst_uri_decode_bin_set_property),
3622         (gst_uri_decode_bin_get_property), (no_more_pads_full),
3623         (new_decoded_pad_cb), (gen_source_element), (remove_decoders),
3624         (proxy_autoplug_factories_signal), (make_decoder),
3625         (source_new_pad), (setup_source):
3626         Add a readonly source property and notify.
3627         Add new lock for protecting the construction of the pipeline.
3628         Keep track of the decodebins we plugged.
3629         Correctly proxy the autoplug signal so that it actually continues.
3630         Proxy subtitle-encoding to the decodebins.
3631
3632 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3633
3634         * tests/examples/seek/seek.c: (audio_toggle_cb), (video_toggle_cb),
3635         (text_toggle_cb), (update_streams), (main):
3636         Rearrange some buttons in playbin2 and make some other boxes insensitive
3637         when needed.
3638         Add language codes to subtitle selection boxes when we gind the right
3639         tags for the streams.
3640
3641 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3642
3643         * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose),
3644         (gst_decode_bin_set_caps), (gst_decode_bin_get_caps),
3645         (gst_decode_bin_set_subs_encoding),
3646         (gst_decode_bin_get_subs_encoding),
3647         (gst_decode_bin_autoplug_factories), (connect_pad), (are_raw_caps),
3648         (deactivate_free_recursive):
3649         Protect caps property with the object lock.
3650         Protect encoding property with the object lock.
3651         Keep list of elements we added that have the subtitle-encoding property.
3652         Distribute the subtitle-encoding to all of the elements when it
3653         changes.
3654
3655 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3656
3657         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_release):
3658         Small debug improvement.
3659
3660         * gst-libs/gst/audio/gstbaseaudiosink.c:
3661         (gst_base_audio_sink_render):
3662         Fix bug in determining the sample start/stop position, we want to base
3663         this decision on the fact that we are going forwards or backwards, not
3664         slower or faster. This fixes some ugly resync warnings when playing at
3665         very slow speeds.
3666
3667 2008-03-23  Sebastian Dröge  <slomo@circular-chaos.org>
3668
3669         * ext/gio/gstgio.c: (gst_gio_get_supported_protocols):
3670         Correctly set the supported URI schemes and don't leave
3671         some schemes in the middle or at the start at NULL.
3672
3673 2008-03-23  Tim-Philipp Müller  <tim at centricular dot net>
3674
3675         * tests/check/elements/gdpdepay.c:
3676           Make test compile without unused function/variable warnings on PPC.
3677  
3678 2008-03-22  Sebastian Dröge  <slomo@circular-chaos.org>
3679
3680         * configure.ac:
3681         * ext/alsa/gstalsamixerelement.c:
3682         (gst_alsa_mixer_element_class_init):
3683         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init):
3684         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init):
3685         * ext/cdparanoia/gstcdparanoiasrc.c:
3686         (gst_cd_paranoia_src_class_init):
3687         * ext/gio/gstgiosink.c: (gst_gio_sink_class_init):
3688         * ext/gio/gstgiosrc.c: (gst_gio_src_class_init):
3689         * ext/gio/gstgiostreamsink.c: (gst_gio_stream_sink_class_init):
3690         * ext/gio/gstgiostreamsrc.c: (gst_gio_stream_src_class_init):
3691         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
3692         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init):
3693         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init):
3694         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init):
3695         * ext/pango/gsttextrender.c: (gst_text_render_class_init):
3696         * ext/theora/theoradec.c: (gst_theora_dec_class_init):
3697         * ext/theora/theoraenc.c: (gst_theora_enc_class_init):
3698         * ext/theora/theoraparse.c: (gst_theora_parse_class_init):
3699         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_class_init):
3700         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
3701         (gst_audio_filter_template_class_init):
3702         * gst-libs/gst/audio/gstbaseaudiosink.c:
3703         (gst_base_audio_sink_class_init):
3704         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3705         (gst_base_audio_src_class_init):
3706         * gst-libs/gst/cdda/gstcddabasesrc.c:
3707         (gst_cdda_base_src_class_init):
3708         * gst-libs/gst/interfaces/mixertrack.c:
3709         (gst_mixer_track_class_init):
3710         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3711         (gst_base_rtp_depayload_class_init):
3712         * gst-libs/gst/rtp/gstbasertppayload.c:
3713         (gst_basertppayload_class_init):
3714         * gst/audioconvert/gstaudioconvert.c:
3715         (gst_audio_convert_class_init):
3716         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_class_init):
3717         * gst/audioresample/gstaudioresample.c:
3718         (gst_audioresample_class_init):
3719         * gst/audiotestsrc/gstaudiotestsrc.c:
3720         (gst_audio_test_src_class_init):
3721         * gst/gdp/gstgdppay.c: (gst_gdp_pay_class_init):
3722         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init):
3723         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
3724         (preroll_unlinked):
3725         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
3726         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init):
3727         * gst/playback/gstplaysink.c: (gst_play_sink_class_init):
3728         * gst/playback/gstqueue2.c: (gst_queue_class_init):
3729         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init):
3730         * gst/playback/gststreamselector.c: (gst_selector_pad_class_init),
3731         (gst_stream_selector_class_init):
3732         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init):
3733         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
3734         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
3735         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
3736         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_class_init):
3737         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_class_init):
3738         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_class_init):
3739         * gst/videorate/gstvideorate.c: (gst_video_rate_class_init):
3740         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init):
3741         * gst/videotestsrc/gstvideotestsrc.c:
3742         (gst_video_test_src_class_init):
3743         * gst/volume/gstvolume.c: (gst_volume_class_init):
3744         * sys/v4l/gstv4lelement.c: (gst_v4lelement_class_init):
3745         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
3746         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
3747         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init):
3748         * sys/ximage/ximagesink.c: (gst_ximagesink_class_init):
3749         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_class_init):
3750         Use G_PARAM_STATIC_STRINGS everywhere for GParamSpecs that use
3751         static strings (i.e. all). This gives us less memory usage,
3752         fewer allocations and thus less memory defragmentation. Depend
3753         on core CVS for this. Fixes bug #523806.
3754
3755 2008-03-22  Sebastian Dröge  <slomo@circular-chaos.org>
3756
3757         * ext/gio/gstgio.c: (gst_gio_get_supported_protocols):
3758         Filter http and https protocols. GIO/GVfs handles them but it's
3759         impossible to implement iradio/icecast with it. Better use
3760         souphttpsrc or something else for this.
3761
3762         * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_get_size):
3763         If getting the file informations by a query fails try it with the
3764         seek-to-end trick too.
3765
3766 2008-03-21  Sebastian Dröge  <slomo@circular-chaos.org>
3767
3768         * gst/volume/gstvolume.c: (gst_volume_interface_supported),
3769         (gst_volume_base_init), (gst_volume_class_init),
3770         (volume_process_double), (volume_process_float),
3771         (volume_transform_ip), (plugin_init):
3772         memset buffers to zero if we get a GAP buffer. We usually see a
3773         buffer as one unit so let's handle it as one and don't care about
3774         volume changes while processing one buffer.
3775         Also clean up some stuff a bit.
3776
3777 2008-03-21  Sebastian Dröge  <slomo@circular-chaos.org>
3778
3779         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
3780         (gst_audio_convert_create_silence_buffer),
3781         (gst_audio_convert_transform):
3782         Make audioconvert GAP-aware by outputting silence buffers when the
3783         input has the GAP flag set. This is up to 8x faster.
3784         Based on a patch by Stefan Kost. Fixes bug #517813.
3785
3786 2008-03-21  Sebastian Dröge  <slomo@circular-chaos.org>
3787
3788         * gst/volume/gstvolume.c: (volume_process_double):
3789         Use oil_scalarmultiply_f64_ns() for double processing when it's
3790         available at compile time.
3791
3792 2008-03-21  Sebastian Dröge  <slomo@circular-chaos.org>
3793
3794         * configure.ac:
3795         Fix lrint/lrintf checks to actually work. These functions are
3796         in libm on Linux at least so try to link to it.
3797
3798 2008-03-21  Jan Schmidt  <jan.schmidt@sun.com>
3799
3800         * configure.ac:
3801         Back to development - 0.10.18.1
3802
3803 === release 0.10.18 ===
3804
3805 2008-03-20  Jan Schmidt <jan.schmidt@sun.com>
3806
3807         * configure.ac:
3808           releasing 0.10.18, "I will follow"
3809
3810 2008-03-18  Jan Schmidt  <jan.schmidt@sun.com>
3811
3812         * configure.ac:
3813         * win32/common/config.h:
3814         0.10.17.4 pre-release
3815
3816 2008-03-18  Wim Taymans  <wim.taymans@collabora.co.uk>
3817
3818         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_message_dump):
3819         Use GST_STR_NULL when trying to print strings that could be NULL because
3820         this might crash on some platforms. See #520808.
3821
3822 2008-03-18  Wim Taymans  <wim.taymans@collabora.co.uk>
3823
3824         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
3825
3826         * gst-libs/gst/rtsp/gstrtspconnection.c:
3827         (gst_rtsp_connection_connect), (gst_rtsp_connection_write),
3828         (read_line), (gst_rtsp_connection_read_internal):
3829         Generic Windows fixes that makes libgstrtsp work on Windows when
3830         coupled with the new GstPoll API. See #520808.
3831
3832 2008-03-17  Sebastian Dröge  <slomo@circular-chaos.org>
3833
3834         Patch by: Milosz Derezynski <internalerror at gmail dot com>
3835
3836         * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_create):
3837           If seeking to a new position succeeds don't simply return from
3838           create() without creating a buffer. Do this only in the case
3839           seeking to the new position fails. Fixes bug #523054.
3840
3841 2008-03-17  Tim-Philipp Müller  <tim at centricular dot net>
3842
3843         * gst-libs/gst/video/video.c: (gst_video_format_parse_caps),
3844           (gst_video_format_from_rgba32_masks):
3845           Fix gst_video_format_parse_caps() for RGB caps with alpha channel
3846           (#522635).
3847
3848         * tests/check/libs/video.c: (test_parse_caps_rgb), (video_suite):
3849           Add unit test for the RGB caps parsing and creation, checking for
3850           internal consistency of the new API and consistency of the API with
3851           the old GST_VIDEO_CAPS_* defines.
3852
3853 2008-03-14  David Schleef  <ds@schleef.org>
3854
3855         * gst/videotestsrc/videotestsrc.c:  Oops, revert last change
3856           because -base is in freeze.
3857
3858 2008-03-14  David Schleef  <ds@schleef.org>
3859
3860         Patch by: William M. Brack
3861
3862         * gst/videotestsrc/videotestsrc.c: Fix Bayer pattern generation.
3863
3864 2008-03-14  Wim Taymans  <wim.taymans@collabora.co.uk>
3865
3866         * gst/playback/gststreamselector.c: (gst_selector_pad_event),
3867         (gst_selector_pad_chain):
3868         * gst/playback/gststreamselector.h:
3869         Revert change that caused regression until a real fix is found.
3870         Fixes #522203.
3871
3872 2008-03-12  Michael Smith <msmith@fluendo.com>
3873
3874         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps):
3875         * gst-libs/gst/audio/gstringbuffer.h:
3876           Rename recently added buffer types to make more sense.
3877         * ext/alsa/gstalsasink.c: (alsasink_parse_spec),
3878         (gst_alsasink_write):
3879           Adapt for above API changes.
3880           Fixes bug #520523.
3881
3882 2008-03-11  Sebastian Dröge  <slomo@circular-chaos.org>
3883
3884         * win32/common/libgstnetbuffer.def:
3885         Add new symbol gst_netaddress_equal. Fixes bug #521743.
3886
3887 2008-03-11  Jan Schmidt  <jan.schmidt@sun.com>
3888
3889         * configure.ac:
3890         * win32/common/config.h:
3891         0.10.17.3 pre-release
3892
3893 2008-03-10  Wim Taymans  <wim.taymans@collabora.co.uk>
3894
3895         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3896         (gst_base_audio_src_create):
3897         Fix duration when no clock was provided. Fixes #520300.
3898
3899 2008-03-07  Wim Taymans  <wim.taymans@collabora.co.uk>
3900
3901         Patch by: Olivier Crete  <tester at tester ca>
3902
3903         * docs/libs/gst-plugins-base-libs-sections.txt:
3904         * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netaddress_equal):
3905         * gst-libs/gst/netbuffer/gstnetbuffer.h:
3906         Add trivial function to compare GstNetAddress. See #520626.
3907         API: GstNetBuffer::gst_netaddress_equal
3908
3909 2008-03-07  Wim Taymans  <wim.taymans@collabora.co.uk>
3910
3911         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
3912         Update mode property docs, it's deprecated now.
3913
3914 2008-03-07  Wim Taymans  <wim.taymans@collabora.co.uk>
3915
3916         * gst-libs/gst/rtsp/gstrtspconnection.c:
3917         (gst_rtsp_connection_create):
3918         * gst/tcp/gstmultifdsink.c: (gst_fdset_mode_get_type),
3919         (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_start):
3920         * gst/tcp/gstmultifdsink.h:
3921         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_start):
3922         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_start):
3923         Remove GstPollMode from gstpoll constructor.
3924
3925 2008-03-04  Jan Schmidt  <jan.schmidt@sun.com>
3926
3927         * configure.ac:
3928         * win32/common/config.h:
3929         0.10.17.2 pre-release
3930
3931 2008-03-03  Jan Schmidt  <jan.schmidt@sun.com>
3932
3933         * gst/Makefile.am:
3934         GST_PLUGINS_ALL correctly lists subparse and tcp now, don't distclean
3935         them twice
3936
3937         * win32/common/libgstinterfaces.def:
3938         * win32/common/libgstrtp.def:
3939         Add new API to the defs
3940
3941 2008-03-03  Peter Kjellerstedt  <pkj@axis.com>
3942
3943         Patch by: Mersad Jelacic  <mersad at axis dot com>
3944
3945         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
3946         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
3947         API: add gst_base_rtp_audio_payload_set_samplebits_options() to make it
3948         possible to specify the sample size in bits. (#509637)
3949
3950 2008-03-03  Tim-Philipp Müller  <tim at centricular dot net>
3951
3952         * tests/check/libs/mixer.c:
3953           Add a few simple checks for the new message types.
3954
3955 2008-03-03  Tim-Philipp Müller  <tim at centricular dot net>
3956
3957         * docs/libs/gst-plugins-base-libs-sections.txt:
3958         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_option_changed),
3959           (gst_mixer_options_list_changed), (gst_mixer_mixer_changed),
3960           (gst_mixer_message_get_type),
3961           (gst_mixer_message_parse_option_changed),
3962           (gst_mixer_message_parse_options_list_changed):
3963         * gst-libs/gst/interfaces/mixer.h: (GstMixerType),
3964           (GST_MIXER_MESSAGE_OPTION_CHANGED),
3965           (GST_MIXER_MESSAGE_OPTIONS_LIST_CHANGED),
3966           (GST_MIXER_MESSAGE_MIXER_CHANGED):
3967           API: add gst_mixer_options_list_changed(), gst_mixer_mixer_changed()
3968           and gst_mixer_message_parse_options_list_changed(). Fixes #519916.
3969
3970 2008-03-03  Tim-Philipp Müller  <tim at centricular dot net>
3971
3972         * gst-libs/gst/interfaces/mixeroptions.c: (gst_mixer_options_init),
3973           (gst_mixer_options_get_values):
3974         * gst-libs/gst/interfaces/mixeroptions.h:
3975           (GST_MIXER_OPTIONS_GET_CLASS), (GstMixerOptionsClass),
3976           (_GstMixerOptions), (_GstMixerOptionsClass):
3977           API: add GstMixerOptions::get_values vfunc (#519906)
3978
3979 2008-03-03  Peter Kjellerstedt  <pkj@axis.com>
3980
3981         * configure.ac:
3982         Use AG_GST_CHECK_PLUGIN and AG_GST_DISABLE_PLUGIN to simplify which
3983         plug-ins are included/excluded. (#498222)
3984
3985 2008-03-03  Sebastian Dröge  <slomo@circular-chaos.org>
3986
3987         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
3988         Add typefinder for IMelody files, using audio/x-imelody.
3989         See bug #519516.
3990
3991 2008-03-03  Sebastian Dröge  <slomo@circular-chaos.org>
3992
3993         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_get_type):
3994         * ext/alsa/gstalsasink.c: (set_hwparams):
3995         * ext/alsa/gstalsasrc.c: (set_hwparams):
3996         * ext/gio/gstgio.c: (gst_gio_uri_handler_get_uri):
3997         * ext/ogg/gstoggmux.h:
3998         * ext/ogg/gstogmparse.c:
3999         * gst-libs/gst/audio/audio.c:
4000         * gst-libs/gst/fft/kiss_fft_f64.c: (kiss_fft_f64_alloc):
4001         * gst-libs/gst/pbutils/missing-plugins.c:
4002         (gst_missing_uri_sink_message_new),
4003         (gst_missing_element_message_new),
4004         (gst_missing_decoder_message_new),
4005         (gst_missing_encoder_message_new):
4006         * gst-libs/gst/rtp/gstbasertppayload.c:
4007         * gst-libs/gst/rtp/gstrtcpbuffer.c:
4008         (gst_rtcp_packet_bye_get_reason):
4009         * gst/audioconvert/gstaudioconvert.c:
4010         * gst/audioresample/gstaudioresample.c:
4011         * gst/ffmpegcolorspace/imgconvert.c:
4012         * gst/playback/test.c: (gen_video_element), (gen_audio_element):
4013         * gst/typefind/gsttypefindfunctions.c:
4014         * gst/videoscale/vs_4tap.c:
4015         * gst/videoscale/vs_4tap.h:
4016         * sys/v4l/gstv4lelement.c:
4017         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_any_caps):
4018         * sys/v4l/v4l_calls.c:
4019         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init),
4020         (gst_v4lsrc_try_capture):
4021         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
4022         (gst_ximagesink_ximage_new):
4023         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
4024         (gst_xvimagesink_xvimage_new):
4025         * tests/check/elements/audioconvert.c:
4026         * tests/check/elements/audioresample.c:
4027         (fail_unless_perfect_stream):
4028         * tests/check/elements/audiotestsrc.c: (setup_audiotestsrc):
4029         * tests/check/elements/decodebin.c:
4030         * tests/check/elements/gdpdepay.c: (setup_gdpdepay),
4031         (setup_gdpdepay_streamheader):
4032         * tests/check/elements/gdppay.c: (setup_gdppay), (GST_START_TEST),
4033         (setup_gdppay_streamheader):
4034         * tests/check/elements/gnomevfssink.c: (setup_gnomevfssink):
4035         * tests/check/elements/multifdsink.c: (setup_multifdsink):
4036         * tests/check/elements/textoverlay.c:
4037         * tests/check/elements/videorate.c: (setup_videorate):
4038         * tests/check/elements/videotestsrc.c: (setup_videotestsrc):
4039         * tests/check/elements/volume.c: (setup_volume):
4040         * tests/check/elements/vorbisdec.c: (setup_vorbisdec):
4041         * tests/check/elements/vorbistag.c:
4042         * tests/check/generic/clock-selection.c:
4043         * tests/check/generic/states.c: (setup), (teardown):
4044         * tests/check/libs/cddabasesrc.c:
4045         * tests/check/libs/video.c:
4046         * tests/check/pipelines/gio.c:
4047         * tests/check/pipelines/oggmux.c:
4048         * tests/check/pipelines/simple-launch-lines.c:
4049         (simple_launch_lines_suite):
4050         * tests/check/pipelines/streamheader.c:
4051         * tests/check/pipelines/theoraenc.c:
4052         * tests/check/pipelines/vorbisdec.c:
4053         * tests/check/pipelines/vorbisenc.c:
4054         * tests/examples/seek/scrubby.c:
4055         * tests/examples/seek/seek.c: (query_positions_elems),
4056         (query_positions_pads):
4057         * tests/icles/stress-xoverlay.c: (myclock):
4058         Correct all relevant warnings found by the sparse semantic code
4059         analyzer. This include marking several symbols static, using
4060         NULL instead of 0 for pointers and using "foo (void)" instead
4061         of "foo ()" for declarations.
4062
4063         * win32/common/libgstrtp.def:
4064         Add gst_rtp_buffer_set_extension_data to the symbol definition file.
4065
4066 2008-03-02  Tim-Philipp Müller  <tim at centricular dot net>
4067
4068         Patch by: José Alburquerque <jaalburqu svn gnome org>
4069
4070         * gst/playback/gstplaybin2.c:
4071           Make the function signature of the _get_*_tags() functions match
4072           the signature of the vfuncs they implement, ie. return a
4073           GstTagList rather than a GstStructure, which is more correct,
4074           even if one is typedef'ed to the other (#518940).
4075
4076 2008-03-02  Tim-Philipp Müller  <tim at centricular dot net>
4077
4078         * gst-libs/gst/rtsp/gstrtspconnection.c:
4079           Don't include unix headers unconditionally (fixes #518037).
4080
4081 2008-03-02  Tim-Philipp Müller  <tim at centricular dot net>
4082
4083         * tests/check/libs/video.c: (paintinfo), (paintinfo_struct),
4084           (fourcc_list_struct), (fourcc_list), (fourcc_get_size),
4085           (paint_setup_I420), (paint_setup_YV12), (paint_setup_AYUV),
4086           (paint_setup_YUY2), (paint_setup_UYVY), (paint_setup_YVYU),
4087           (paint_setup_IYU2), (paint_setup_Y41B), (paint_setup_Y42B),
4088           (paint_setup_Y800), (paint_setup_YVU9), (paint_setup_YUV9),
4089           (gst_video_format_is_packed), (video_format_is_packed):
4090           Add unit test that makes sure that the strides, offsets and
4091           sizes returned for the various YUV formats by the new video API
4092           match the old reference implementation in videotestsrc.
4093
4094 2008-03-02  Tim-Philipp Müller  <tim at centricular dot net>
4095
4096         * gst-libs/gst/video/video.c: (gst_video_calculate_display_ratio),
4097           (gst_video_format_from_fourcc), (gst_video_format_to_fourcc),
4098           (gst_video_format_is_rgb), (gst_video_format_is_yuv),
4099           (gst_video_format_has_alpha), (gst_video_format_get_row_stride),
4100           (gst_video_format_get_pixel_stride),
4101           (gst_video_format_get_component_width),
4102           (gst_video_format_get_component_height),
4103           (gst_video_format_get_component_offset), (gst_video_format_get_size):
4104         * gst-libs/gst/video/video.h: (GST_VIDEO_FORMAT_Y41B),
4105           (GST_VIDEO_FORMAT_Y42B):
4106           API: add GST_VIDEO_FORMAT_Y41B and GST_VIDEO_FORMAT_Y42B.
4107
4108 2008-03-02  Tim-Philipp Müller  <tim at centricular dot net>
4109
4110         * gst-libs/gst/video/video.c: (gst_video_format_get_component_offset):
4111           YV12 is I420 with swapped components 1 and 2, so the offset of
4112           component 1 for I420 should be the offset for component 2 for YV12
4113           and vice versa.
4114
4115 2008-02-29  Rene Stadler  <mail@renestadler.de>
4116
4117         * sys/v4l/gstv4lelement.c:
4118         Add missing semicolon to fix indentation.
4119
4120 2008-02-29  Julien Moutte  <julien@fluendo.com>
4121
4122         * ext/alsa/gstalsa.c: (gst_alsa_open_iec958_pcm),
4123         (gst_alsa_probe_supported_formats): Probe for IEC958 pcm to detect
4124         if we can do SPDIF output.
4125         * ext/alsa/gstalsa.h:
4126         * ext/alsa/gstalsasink.c: (set_hwparams), (alsasink_parse_spec),
4127         (gst_alsasink_prepare), (gst_alsasink_close), (gst_alsasink_write):
4128         * ext/alsa/gstalsasink.h: Initial support for SPDIF.
4129         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps):
4130         * gst-libs/gst/audio/gstringbuffer.h: Add non linear buffer types
4131         to support AC3, EC3 and IEC958 buffers.
4132
4133 2008-02-29  Tim-Philipp Müller  <tim at centricular dot net>
4134
4135         * gst-libs/gst/interfaces/mixer.c: (GST_MIXER_MESSAGE_HAS_TYPE),
4136           (gst_mixer_message_parse_mute_toggled),
4137           (gst_mixer_message_parse_record_toggled),
4138           (gst_mixer_message_parse_volume_changed),
4139           (gst_mixer_message_parse_option_changed):
4140           De-cruft and fix message type assertions (NULL is not a really
4141           valid mixer message type string).
4142
4143 2008-02-29  Wim Taymans  <wim.taymans@collabora.co.uk>
4144
4145         * ext/libvisual/visual.c: (gst_vis_src_negotiate):
4146         When negotiating, actually start from a format that we can support
4147         instead of from the too generic template.
4148
4149 2008-02-29  Wim Taymans  <wim.taymans@collabora.co.uk>
4150
4151         * gst/playback/gstplaybin2.c: (gst_play_bin_set_property):
4152         Enable vis setting.
4153
4154         * gst/playback/gstplaysink.c: (gst_play_sink_init),
4155         (gst_play_sink_dispose), (gst_play_sink_vis_unblocked),
4156         (gst_play_sink_vis_blocked), (gst_play_sink_set_vis_plugin),
4157         (gen_vis_chain):
4158         Implement vis switching while playing.
4159
4160 2008-02-28  David Schleef  <ds@schleef.org>
4161
4162         * gst-libs/gst/riff/riff-media.c: Add Dirac mapping
4163
4164 2008-02-28  Wim Taymans  <wim.taymans@collabora.co.uk>
4165
4166         Patch by: Peter Kjellerstedt  <pkj at axis com>
4167
4168         * gst/tcp/Makefile.am:
4169         * gst/tcp/fdsetstress.c:
4170         * gst/tcp/gstfdset.c:
4171         * gst/tcp/gstfdset.h:
4172         Removed fdset and stress test, they are now known as GstPoll in
4173         core. 
4174
4175         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
4176         (gst_multi_fd_sink_add_full), (gst_multi_fd_sink_remove),
4177         (gst_multi_fd_sink_clear), (gst_multi_fd_sink_remove_client_link),
4178         (gst_multi_fd_sink_handle_client_write),
4179         (gst_multi_fd_sink_queue_buffer),
4180         (gst_multi_fd_sink_handle_clients), (gst_multi_fd_sink_start),
4181         (gst_multi_fd_sink_stop):
4182         * gst/tcp/gstmultifdsink.h:
4183         * gst/tcp/gsttcp.c: (gst_tcp_socket_read), (gst_tcp_socket_close),
4184         (gst_tcp_read_buffer), (gst_tcp_gdp_read_buffer),
4185         (gst_tcp_gdp_read_caps):
4186         * gst/tcp/gsttcp.h:
4187         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_init),
4188         (gst_tcp_client_sink_setcaps), (gst_tcp_client_sink_render),
4189         (gst_tcp_client_sink_start), (gst_tcp_client_sink_stop):
4190         * gst/tcp/gsttcpclientsink.h:
4191         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_init),
4192         (gst_tcp_client_src_create), (gst_tcp_client_src_start),
4193         (gst_tcp_client_src_stop), (gst_tcp_client_src_unlock):
4194         * gst/tcp/gsttcpclientsrc.h:
4195         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_handle_wait),
4196         (gst_tcp_server_sink_init_send), (gst_tcp_server_sink_close):
4197         * gst/tcp/gsttcpserversink.h:
4198         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_init),
4199         (gst_tcp_server_src_create), (gst_tcp_server_src_start),
4200         (gst_tcp_server_src_stop), (gst_tcp_server_src_unlock):
4201         * gst/tcp/gsttcpserversrc.h:
4202         Port to GstPoll. See #505417.
4203
4204 2008-02-28  Wim Taymans  <wim.taymans@collabora.co.uk>
4205
4206         Patch by: Peter Kjellerstedt  <pkj at axis com>
4207
4208         * gst-libs/gst/rtsp/gstrtspconnection.c:
4209         (gst_rtsp_connection_create), (gst_rtsp_connection_connect),
4210         (gst_rtsp_connection_write), (gst_rtsp_connection_read_internal),
4211         (gst_rtsp_connection_receive), (gst_rtsp_connection_close),
4212         (gst_rtsp_connection_free), (gst_rtsp_connection_poll),
4213         (gst_rtsp_connection_flush):
4214         * gst-libs/gst/rtsp/gstrtspconnection.h:
4215         Use GstPoll for the rtsp connection. See #505417.
4216
4217 2008-02-27  Wim Taymans  <wim.taymans@collabora.co.uk>
4218
4219         * tests/examples/seek/seek.c: (vis_toggle_cb), (filter_features),
4220         (init_visualization_features), (vis_combo_cb), (shot_cb), (main):
4221         Add combo box for visualisations, populate it with a factory list
4222         of all visualisation plugins, configure vis plugin instance in
4223         playbin2. 
4224
4225 2008-02-27  Wim Taymans  <wim.taymans@collabora.co.uk>
4226
4227         * tests/check/libs/rtp.c: (GST_START_TEST):
4228         Add check for RTP buffer defaults, padding and marker bit API.
4229
4230 2008-02-27  Sebastian Dröge  <slomo@circular-chaos.org>
4231
4232         * gst-libs/gst/cdda/sha1.c: (sha_transform):
4233         Use memcpy() instead of upcasting a byte array to long *. This
4234         fixes an unaligned memory access, resulting in SIGBUS on IA64.
4235         This should be ported to GCheckSum once we can use GLib 2.16.
4236         Partially fixes bug #500833.
4237
4238 2008-02-27  Tim-Philipp Müller  <tim at centricular dot net>
4239
4240         * gst-libs/gst/tag/gsttagdemux.c: (gst_tag_demux_chain):
4241           Push tag event after the newsegment event. Log the pointer of
4242           the buffer we're actually going to push rather than the buffer
4243           we're feeding to _make_metadata_writable().
4244
4245 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
4246
4247         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
4248         Comment smoke typefinder for now. The smokedec plugin needs one
4249         frame per buffer but we have no parser yet, thus it simply crashes
4250         in most situations.
4251
4252 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
4253
4254         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
4255         Add typefinder for the smoke video codec. Copied from the jpeg plugin.
4256
4257 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
4258
4259         * gst/typefind/gsttypefindfunctions.c: (mid_type_find),
4260         (plugin_init):
4261         Add midi typefinder, copied from the timidity plugin.
4262
4263 2008-02-23  Tim-Philipp Müller  <tim at centricular dot net>
4264
4265         Based on patch by: Tomasz Sałaciński <tsalacinski gmail com>
4266
4267         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
4268         * tests/check/elements/subparse.c: (test_microdvd_with_italics),
4269           (subparse_suite):
4270           Forward slashes at the beginning and end of a line also signify
4271           italics (Fixes: #518162).
4272
4273 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
4274
4275         * tests/check/gst-plugins-base.supp:
4276         Add a suppression for a cached value in GIO that wasn't moved
4277         while moving gio from -bad to -base.
4278
4279 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
4280
4281         Patch by: Brian Cameron <brian dot cameron at sun dot com>
4282
4283         * configure.ac:
4284         Don't hardcode -Wall and -Werror for configure checks, this fails
4285         with non-GCC compilers. Fixes bug #517991.
4286
4287 2008-02-21  Stefan Kost  <ensonic@users.sf.net>
4288
4289         * gst/audioconvert/gstaudioconvert.c:
4290         * gst/audioconvert/gstaudioquantize.c:
4291         * gst/audioconvert/gstaudioquantize.h:
4292           Make audioconvert gap aware. If noiseshaping is used, wait for
4293           noiseshaping to converge before marking as GAP. Fixes #517813.
4294
4295 2008-02-21  Stefan Kost  <ensonic@users.sf.net>
4296
4297         * gst/audiotestsrc/gstaudiotestsrc.c:
4298           Mark buffers as GAP,if volume is 0.0 and fix the previous logic.
4299
4300 2008-02-20  Sebastian Dröge  <slomo@circular-chaos.org>
4301
4302         * ext/gnomevfs/gstgnomevfssink.c:
4303         (gst_gnome_vfs_sink_handle_event):
4304         Return FALSE when seeking for a new segment fails instead
4305         of silently ignoring the failure and appending every buffer
4306         that comes for the new segment.
4307
4308 2008-02-20  Wim Taymans  <wim.taymans@collabora.co.uk>
4309
4310         * gst/playback/gstplaysink.c: (find_property),
4311         (gst_play_sink_find_property), (gen_video_chain),
4312         (gst_play_sink_reconfigure), (gst_play_sink_get_last_frame):
4313         Recursively search the sink element for a last-frame property so that we
4314         can also find the property in autovideosink and friends that don't
4315         always proxy the internal sink properties.
4316
4317 2008-02-19  Tim-Philipp Müller  <tim at centricular dot net>
4318
4319         * gst-libs/gst/audio/multichannel.c:
4320           (GST_AUDIO_CHANNEL_POSITIONS_FIELD_NAME),
4321           (gst_audio_get_channel_positions), (gst_audio_set_channel_positions),
4322           (gst_audio_set_structure_channel_positions_list),
4323           (add_list_to_struct), (gst_audio_set_caps_channel_positions_list),
4324           (gst_audio_fixate_channel_positions):
4325           Fix confusing terminology in docs and code: structure fields are
4326           'fields' and not 'properties'.
4327
4328 2008-02-19  Tim-Philipp Müller  <tim at centricular dot net>
4329
4330         * gst-libs/gst/audio/multichannel.c:
4331           (gst_audio_check_channel_positions), (add_list_to_struct):
4332           Give more useful warning messages if one of the channel
4333           layout enums passed to us is invalid and if the "channels"
4334           field in the caps has a GType we don't expect.
4335
4336 2008-02-19  Tim-Philipp Müller  <tim at centricular dot net>
4337
4338         * gst-libs/gst/audio/multichannel.c:
4339           Fix typo in docs blurb.
4340
4341 2008-02-19  Julien Moutte  <julien@fluendo.com>
4342
4343         Patch by: Josep Torra Valles <josep@fluendo.com>
4344
4345         * gst/typefind/gsttypefindfunctions.c: Increase the MPEG PS
4346         typefind lookup to fix typefinding on HD clips.
4347
4348 2008-02-19  Tim-Philipp Müller  <tim at centricular dot net>
4349
4350         * gst/playback/gstscreenshot.c:
4351         * gst/playback/gstscreenshot.h:
4352           Fix up copyright (I rewrote the GStreamer-0.10 code for
4353           this from scratch back in the days).
4354
4355 2008-02-19  Wim Taymans  <wim.taymans@collabora.co.uk>
4356
4357         * gst/playback/Makefile.am:
4358         * gst/playback/gstscreenshot.c: (feed_fakesrc), (save_result),
4359         (create_element), (gst_play_frame_conv_convert):
4360         * gst/playback/gstscreenshot.h:
4361         Add screenshot conversion code from totem.
4362
4363         * gst/playback/gstplay-marshal.list:
4364         * gst/playback/gstplaybin2.c: (gst_play_marshal_BUFFER__BOXED),
4365         (gst_play_bin_class_init), (gst_play_bin_convert_frame),
4366         (gst_play_bin_get_property), (no_more_pads_cb), (activate_group):
4367         Implement frame property to get a color-unconverted snapshot.
4368         Implement convert-frame action signal to get a converted snapshot image.
4369         Configure connection speed in uridecodebin.
4370         Document some more properties.
4371
4372         * gst/playback/gstplaysink.c: (gst_play_sink_class_init),
4373         (gen_video_chain), (gen_audio_chain), (gst_play_sink_reconfigure),
4374         (gst_play_sink_get_last_frame):
4375         * gst/playback/gstplaysink.h:
4376         Use last-buffer property of the video sink to get a video snapshot.
4377
4378         * tests/examples/seek/seek.c: (shot_cb), (main):
4379         Add snapshot button for playbin2 and use the frame property to save the
4380         frame as a png in the current directory.
4381
4382 2008-02-19  Sebastian Dröge  <slomo@circular-chaos.org>
4383
4384         Patch by: Josep Torra Valles <josep at fluendo dot com>
4385
4386         * gst/typefind/gsttypefindfunctions.c: (h264_video_type_find),
4387         (plugin_init):
4388         Add typefinding support for h264 elementary streams.
4389         Fixes bug #517420.
4390
4391 2008-02-18  Stefan Kost  <ensonic@users.sf.net>
4392
4393         * configure.ac:
4394           Require CVS of core for new API in collectpads.
4395
4396         * gst/adder/gstadder.c:
4397           Use new API to make adder sparse stream aware.
4398
4399 2008-02-18  Wim Taymans  <wim.taymans@collabora.co.uk>
4400
4401         * gst/playback/gstplaybin2.c: (pad_added_cb), (pad_removed_cb),
4402         (no_more_pads_cb):
4403         Get the object data correct so that we can remove our channels
4404         correctly.
4405
4406         * gst/playback/gstplaysink.c: (gen_video_chain), (gen_audio_chain),
4407         (gen_vis_chain), (gst_play_sink_reconfigure),
4408         (gst_play_sink_request_pad):
4409         Add option to disable async behaviour in the sinks when possible. This
4410         makes it possible to avoid an audio queue when dealing with
4411         visualisations.
4412         Add option to add a queue for the audio path.
4413
4414         * tests/examples/seek/seek.c: (clear_streams), (update_streams),
4415         (main):
4416         Disable the vis checkbox to match the defaults of playbin2.
4417         Only get the stream info when we need to.
4418
4419 2008-02-17  Sebastian Dröge  <slomo@circular-chaos.org>
4420
4421         * ext/gio/gstgiobasesink.c: (gst_gio_base_sink_stop),
4422         (gst_gio_base_sink_set_stream):
4423         * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_stop),
4424         (gst_gio_base_src_set_stream):
4425         * ext/gio/gstgiosink.c: (gst_gio_sink_start):
4426         * ext/gio/gstgiosrc.c: (gst_gio_src_start):
4427         Don't use async operations as they require a running main loop.
4428         This makes us block again when closing streams and unable
4429         to mount the enclosing volume of an URI if it isn't yet.
4430
4431 2008-02-15  Wim Taymans  <wim.taymans@collabora.co.uk>
4432
4433         * gst/playback/gstplaysink.c: (gst_play_sink_set_mute),
4434         (gst_play_sink_get_mute), (gen_video_chain), (gen_audio_chain),
4435         (gen_vis_chain), (gst_play_sink_reconfigure),
4436         (gst_play_sink_request_pad):
4437         Move tee in front of the audio and vis pipelines.
4438         Add queue for audio for now.
4439         Add visualisation support.
4440
4441         * tests/examples/seek/seek.c: (main):
4442         Visualisation is by default disabled.
4443
4444 2008-02-15  Sebastian Dröge  <slomo@circular-chaos.org>
4445
4446         * ext/gio/gstgiobasesink.c: (close_stream_cb):
4447         * ext/gio/gstgiobasesrc.c: (close_stream_cb):
4448         Improve debugging a bit.
4449
4450         * ext/gio/gstgiosink.c: (mount_cb), (gst_gio_sink_start):
4451         * ext/gio/gstgiosink.h:
4452         * ext/gio/gstgiosrc.c: (mount_cb), (gst_gio_src_start):
4453         * ext/gio/gstgiosrc.h:
4454         Try to mount the enclosing volume of a GFile if it isn't mounted
4455         yet. This requires us to wait for an async operation to finish, done
4456         with an nested GMainLoop. Authentication is not supported yet, will
4457         come later.
4458
4459 2008-02-14  Wim Taymans  <wim.taymans@collabora.co.uk>
4460
4461         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
4462         (gst_play_bin_set_property), (gst_play_bin_get_property),
4463         (pad_added_cb), (pad_removed_cb), (no_more_pads_cb):
4464         * gst/playback/gstplaysink.c: (gst_play_sink_set_mute),
4465         (gst_play_sink_get_mute), (gen_audio_chain):
4466         * gst/playback/gstplaysink.h:
4467         Add mute property.
4468
4469         * gst/playback/gststreamselector.c: (gst_selector_pad_event),
4470         (gst_selector_pad_chain):
4471         * gst/playback/gststreamselector.h:
4472         Make sure we forward the event only once.
4473
4474         * tests/examples/seek/seek.c: (stop_cb), (mute_toggle_cb), (main):
4475         Add and implement the mute button for playbin2.
4476
4477 2008-02-13  Wim Taymans  <wim.taymans@collabora.co.uk>
4478
4479         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
4480
4481         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_delay):
4482         Add some more debug info.
4483         Make sure we never return a negative delay. Fixes #516246.
4484
4485 2008-02-12  Tim-Philipp Müller  <tim at centricular dot net>
4486
4487         * ext/alsa/gstalsasink.c: (gst_alsasink_delay):
4488           Revert patch that makes the sink hold the object lock when
4489           calling snd_pcm_delay(), since it breaks playback for me.
4490
4491 2008-02-12  Julien Moutte  <julien@fluendo.com>
4492
4493         * tests/examples/seek/seek.c: (rate_spinbutton_changed_cb): Add
4494         some seek flags when changing rate.
4495
4496 2008-02-12  Wim Taymans  <wim.taymans@collabora.co.uk>
4497
4498         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
4499         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
4500         (gst_base_rtp_audio_payload_handle_sample_based_buffer):
4501         Fix potential leaks.
4502
4503         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_chain):
4504         Fix leak when there is no function configured.
4505
4506 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
4507
4508         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_buffer_class_init),
4509         (gst_v4lsrc_buffer_finalize):
4510         Correctly chain up the finalize method.
4511
4512 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
4513
4514         * ext/gio/gstgiostreamsink.c:
4515         * ext/gio/gstgiostreamsrc.c:
4516         Add documentation and example code for giostreamsink/giostreamsrc.
4517
4518         * tests/check/pipelines/gio.c: (GST_START_TEST):
4519         Ask the GMemoryOutputStream for the data instead of assuming that
4520         the pointer to the data stayed the same. It could've been realloc'ed.
4521
4522 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
4523
4524         * ext/gio/gstgiosink.c:
4525         * ext/gio/gstgiosrc.c:
4526         Make the documentation of giosink/giosrc complete, large parts
4527         are based on the gnomevfssink/gnomevfssrc docs.
4528
4529 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
4530
4531         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
4532         * docs/plugins/gst-plugins-base-plugins-sections.txt:
4533         * docs/plugins/gst-plugins-base-plugins.args:
4534         * docs/plugins/gst-plugins-base-plugins.hierarchy:
4535         * docs/plugins/gst-plugins-base-plugins.interfaces:
4536         * docs/plugins/gst-plugins-base-plugins.prerequisites:
4537         * docs/plugins/gst-plugins-base-plugins.signals:
4538         * docs/plugins/inspect/plugin-adder.xml:
4539         * docs/plugins/inspect/plugin-audioconvert.xml:
4540         * docs/plugins/inspect/plugin-audiorate.xml:
4541         * docs/plugins/inspect/plugin-audioresample.xml:
4542         * docs/plugins/inspect/plugin-decodebin.xml:
4543         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
4544         * docs/plugins/inspect/plugin-gdp.xml:
4545         * docs/plugins/inspect/plugin-gio.xml:
4546         * docs/plugins/inspect/plugin-gnomevfs.xml:
4547         * docs/plugins/inspect/plugin-libvisual.xml:
4548         * docs/plugins/inspect/plugin-ogg.xml:
4549         * docs/plugins/inspect/plugin-pango.xml:
4550         * docs/plugins/inspect/plugin-playback.xml:
4551         * docs/plugins/inspect/plugin-queue2.xml:
4552         * docs/plugins/inspect/plugin-subparse.xml:
4553         * docs/plugins/inspect/plugin-theora.xml:
4554         * docs/plugins/inspect/plugin-uridecodebin.xml:
4555         * docs/plugins/inspect/plugin-videorate.xml:
4556         * docs/plugins/inspect/plugin-videoscale.xml:
4557         * docs/plugins/inspect/plugin-volume.xml:
4558         * docs/plugins/inspect/plugin-vorbis.xml:
4559         Add the GIO documentation again and while at that run make update.
4560
4561 2008-02-11  Tim-Philipp Müller  <tim at centricular dot net>
4562
4563         * ext/alsa/gstalsa.h: (GST_CHECK_ALSA_VERSION):
4564         * ext/alsa/gstalsasink.c: (set_swparams):
4565         * ext/alsa/gstalsasrc.c: (set_swparams), (gst_alsasrc_open):
4566           Don't use snd_pcm_sw_params_set_xfer_align() if we're compiling
4567           against libasound >= 1.0.16, since it's been deprecated in
4568           0.10.16, and alignment is always 1 then, apparently. (#512899)
4569
4570 2008-02-11  Tim-Philipp Müller  <tim at centricular dot net>
4571
4572         * gst/playback/gstplaybin.c: (gen_audio_element):
4573         * gst/playback/gstplaysink.c: (gen_audio_chain):
4574           Handle case where we can't create the volume element a bit
4575           better (#514307).
4576
4577 2008-02-11  Tim-Philipp Müller  <tim at centricular dot net>
4578
4579         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_check_get_range):
4580         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
4581           Add support for https protocol. Fixes #510229.
4582
4583 2008-02-11  Julien Moutte  <julien@fluendo.com>
4584         
4585         Patch by: Alan Peevers <peeves@pacbell.net>
4586
4587         * ext/alsa/gstalsasink.c: (gst_alsasink_delay): Take appropriate
4588         lock when calling alsa methods.
4589
4590 2008-02-11  Tim-Philipp Müller  <tim at centricular dot net>
4591
4592         * gst/typefind/gsttypefindfunctions.c:
4593           Bump rank of jpeg and png typefinders, which will return maximum
4594           probability in the most common cases (thus short-circuiting more
4595           expensive typefinders like the mp3 one for these two quite common
4596           image types).
4597
4598 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
4599
4600         * ext/theora/theoraparse.c:
4601         Fix long description of the theora parser to be more verbose than just
4602         the type name.
4603
4604 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
4605
4606         Patch by: Branko Čibej <brane at xbc dot nu>
4607
4608         * sys/xvimage/xvimagesink.c:
4609         Fix build of xvimagesink if we don't have XShm, e.g. on Mac OS X.
4610         Fixes bug #515654.
4611
4612 2008-02-09  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
4613
4614         * gst/playback/gstplaybasebin.c:
4615         Set is_dynamic as True if there are elements with both request
4616         and sometimes src pad templates instead of breaking out when it
4617         finds the first pad template that is a src.
4618
4619 2008-02-08  Wim Taymans  <wim.taymans@collabora.co.uk>
4620
4621         * tests/examples/seek/seek.c: (stop_cb), (clear_streams),
4622         (update_streams), (video_combo_cb), (audio_combo_cb),
4623         (text_combo_cb), (volume_spinbutton_changed_cb), (main):
4624         Add some stream switching and volume gui for playbin2.
4625
4626 2008-02-08  Wim Taymans  <wim.taymans@collabora.co.uk>
4627
4628         * gst/playback/gstplay-marshal.list:
4629         Added marshal for streamselector Tags.
4630
4631         * gst/playback/gstplaybasebin.c: (set_active_source):
4632         Streamselector now selects pads based on the pad object instead of its
4633         name.
4634
4635         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
4636         (init_group), (gst_play_bin_init), (get_group), (get_tags),
4637         (gst_play_bin_get_video_tags), (gst_play_bin_get_audio_tags),
4638         (gst_play_bin_get_text_tags),
4639         (gst_play_bin_set_current_video_stream),
4640         (gst_play_bin_set_current_audio_stream),
4641         (gst_play_bin_set_current_text_stream),
4642         (gst_play_bin_set_property), (gst_play_bin_get_property),
4643         (pad_added_cb), (pad_removed_cb), (autoplug_select_cb):
4644         Remove option to mute streams with the current-a/v/t property, we have
4645         this functionality in the flags.
4646         Add signals to notify when the number of A/V/T channels changed.
4647         Add action signals to get tags for the A/V/T streams.
4648         Implement setting the current A/V/T stream.
4649         Rearrange some things to simplify stream selection.
4650         Implement volume.
4651
4652         * gst/playback/gstplaysink.c: (gst_play_sink_set_volume),
4653         (gst_play_sink_get_volume), (gst_play_sink_set_property),
4654         (gst_play_sink_get_property), (gen_video_chain), (gen_audio_chain),
4655         (activate_vis), (gst_play_sink_reconfigure):
4656         * gst/playback/gstplaysink.h:
4657         Add and implement volume setting methods.
4658
4659         * gst/playback/gststreamselector.c: (gst_selector_pad_class_init),
4660         (gst_selector_pad_finalize), (gst_selector_pad_get_property),
4661         (gst_selector_pad_event), (gst_stream_selector_class_init),
4662         (gst_stream_selector_init), (gst_stream_selector_finalize),
4663         (gst_stream_selector_set_property),
4664         (gst_stream_selector_get_property),
4665         (gst_stream_selector_get_linked_pad),
4666         (gst_stream_selector_request_new_pad):
4667         * gst/playback/gststreamselector.h:
4668         Add pad properties for tags and status of pads.
4669         Keep tags on pads.
4670         Make active pad selection based on pad object instead of name.
4671
4672 2008-02-08  Stefan Kost  <ensonic@users.sf.net>
4673
4674         * configure.ac:
4675           Revert last change as we now check in gtk-doc.m4 for sed.
4676
4677 2008-02-08  Jan Schmidt  <Jan.Schmidt@sun.com>
4678
4679         * configure.ac:
4680         Find and subst SED when building the docs.
4681
4682 2008-02-08  Julien Moutte  <julien@fluendo.com>
4683
4684         * tests/examples/seek/seek.c: (stop_cb), (connect_bus_signals),
4685         (main): Make sure bus signals are reconnected when pressing STOP
4686         and then PLAY again for a parse launch pipeline. Fix a ref leak
4687         on the bus.
4688         * win32/common/config.h: Updated.
4689
4690 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
4691
4692         * configure.ac:
4693         Make DISABLE_DEPRECATED defined *only* during CVS, not during
4694         pre-releases or releases.
4695
4696 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
4697
4698         * configure.ac:
4699         * ext/gio/Makefile.am:
4700         Subst GIO_LDFLAGS to avoid undefined Makefile var error Zaheer is
4701         reporting
4702
4703 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
4704
4705         * docs/plugins/Makefile.am:
4706         Add the headers which need scanning for the GIO plugin. The rest of
4707         the docs still need migrating.
4708
4709 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
4710
4711         * ext/Makefile.am:
4712         * tests/check/Makefile.am:
4713         * tests/check/pipelines/.cvsignore:
4714         Add gio in a few more places.
4715
4716 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
4717
4718         * configure.ac:
4719         * ext/Makefile.am:
4720         * tests/check/Makefile.am:
4721         Move gio plugin from -bad and mark as experimental.
4722
4723 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
4724
4725         * gst-libs/gst/interfaces/mixeroptions.c:
4726         * gst-libs/gst/interfaces/mixertrack.c:
4727         Comment out a couple of other things which break the build when
4728         GST_DISABLE_DEPRECATED isn't on but -Werror is.
4729
4730 2008-02-07  Tim-Philipp Müller  <tim at centricular dot net>
4731
4732         * docs/libs/gst-plugins-base-libs-sections.txt:
4733           Fix pbutils header.
4734
4735 2008-02-07  Wim Taymans  <wim.taymans@collabora.co.uk>
4736
4737         * gst-libs/gst/rtsp/gstrtspmessage.c: (gst_rtsp_message_unset):
4738         Fix compiler warning.
4739
4740 2008-02-07  Wim Taymans  <wim.taymans@collabora.co.uk>
4741
4742         Patch by: Peter Kjellerstedt  <pkj at axis com>
4743
4744         * gst-libs/gst/sdp/gstsdpmessage.c: (is_multicast_address):
4745         Clear the addrinfo struct using memset. Fixes #514937.
4746
4747 2008-02-06  Wim Taymans  <wim.taymans@collabora.co.uk>
4748
4749         * gst/tcp/gstfdset.h:
4750         Remove unused field to same some memory.
4751
4752         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
4753         Mark action signals as such.
4754
4755 2008-02-06  Michael Smith <msmith@fluendo.com>
4756
4757         * ext/theora/theoradec.c: (_theora_granule_frame),
4758         (_inc_granulepos):
4759           Increment granulepos for new-bitstream versions appropriately.
4760           Fixes #514623.
4761
4762 2008-02-04  Wim Taymans  <wim.taymans@collabora.co.uk>
4763
4764         * tests/examples/seek/seek.c: (do_seek),
4765         (rate_spinbutton_changed_cb), (update_streams), (main):
4766         Remove obsolete stream_time reset after flushing seek, core does that
4767         automatically now.
4768         Improve accuracy of speed spinbutton.
4769         Only do playbin2 stuff when we actually use it.
4770
4771 2008-02-02  Tim-Philipp Müller  <tim at centricular dot net>
4772
4773         * tests/check/Makefile.am:
4774           Revert previous change of the test environment's GST_PLUGIN_PATH.
4775           The problem is not with the plugins, but with element factories
4776           and only occurs if elements are split out from existing plugins
4777           or if plugins change name (see #512740).
4778
4779 2008-02-02  Tim-Philipp Müller  <tim at centricular dot net>
4780
4781         * tests/check/Makefile.am:
4782           Fix the tests environment's GST_PLUGIN_PATH: we want the directory
4783           with the core's plugins first and our local build directories last,
4784           since we might be building against an installed core, and that
4785           core's plugin directory may contain older or other versions of
4786           our own -base plugins, but we really do want to test our local
4787           ones (if there are multiple plugins or element factories with the
4788           same name, those inspected last will trump those read in earlier).
4789           Fixes #512740 for the most part.
4790
4791 2008-02-02  Sebastian Dröge  <slomo@circular-chaos.org>
4792
4793         * configure.ac:
4794         * gst-libs/gst/rtsp/gstrtspconnection.c: (add_date_header):
4795         Use gmtime_r if available as gmtime is not MT-safe.
4796         Fixes bug #511810.
4797
4798 2008-02-02  Sebastian Dröge  <slomo@circular-chaos.org>
4799
4800         * gst-libs/gst/rtsp/gstrtspconnection.c: (add_date_header):
4801         Cast glong to time_t as time_t might have a different type on
4802         other platforms, like FreeBSD, and we get a compiler warning
4803         otherwise. Fixes bug #511825.
4804
4805 2008-02-01  Wim Taymans  <wim.taymans@collabora.co.uk>
4806
4807         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
4808         (get_group), (get_n_pads), (gst_play_bin_get_property),
4809         (pad_added_cb), (no_more_pads_cb), (perform_eos),
4810         (autoplug_select_cb), (deactivate_group):
4811         Remove stream-info, we going for something easier.
4812         Refactor getting the current group.
4813         Implement getting the number of audio/video/text streams.
4814
4815         * gst/playback/gststreamselector.c:
4816         (gst_stream_selector_class_init), (gst_stream_selector_init),
4817         (gst_stream_selector_get_property),
4818         (gst_stream_selector_request_new_pad),
4819         (gst_stream_selector_release_pad):
4820         * gst/playback/gststreamselector.h:
4821         Add property for number of pads.
4822
4823         * tests/examples/seek/seek.c: (set_scale), (update_flag),
4824         (vis_toggle_cb), (audio_toggle_cb), (video_toggle_cb),
4825         (text_toggle_cb), (update_streams), (msg_async_done),
4826         (msg_state_changed), (main):
4827         Block slider callback when updating the slider position.
4828         Add gui elements for controlling playbin2.
4829         Add callback for async_done that updates position/duration.
4830
4831 2008-02-01  Stefan Kost  <ensonic@users.sf.net>
4832
4833         * docs/plugins/Makefile.am:
4834         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
4835         * docs/plugins/gst-plugins-base-plugins-sections.txt:
4836         * docs/plugins/gst-plugins-base-plugins.hierarchy:
4837         * docs/plugins/gst-plugins-base-plugins.interfaces:
4838         * docs/plugins/gst-plugins-base-plugins.prerequisites:
4839           First round of plugin docs cleansups.
4840
4841         * docs/plugins/inspect/plugin-adder.xml:
4842         * docs/plugins/inspect/plugin-alsa.xml:
4843         * docs/plugins/inspect/plugin-audioconvert.xml:
4844         * docs/plugins/inspect/plugin-audiorate.xml:
4845         * docs/plugins/inspect/plugin-audioresample.xml:
4846         * docs/plugins/inspect/plugin-audiotestsrc.xml:
4847         * docs/plugins/inspect/plugin-cdparanoia.xml:
4848         * docs/plugins/inspect/plugin-decodebin.xml:
4849         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
4850         * docs/plugins/inspect/plugin-gdp.xml:
4851         * docs/plugins/inspect/plugin-gnomevfs.xml:
4852         * docs/plugins/inspect/plugin-libvisual.xml:
4853         * docs/plugins/inspect/plugin-ogg.xml:
4854         * docs/plugins/inspect/plugin-pango.xml:
4855         * docs/plugins/inspect/plugin-subparse.xml:
4856         * docs/plugins/inspect/plugin-tcp.xml:
4857         * docs/plugins/inspect/plugin-theora.xml:
4858         * docs/plugins/inspect/plugin-typefindfunctions.xml:
4859         * docs/plugins/inspect/plugin-video4linux.xml:
4860         * docs/plugins/inspect/plugin-videorate.xml:
4861         * docs/plugins/inspect/plugin-videoscale.xml:
4862         * docs/plugins/inspect/plugin-videotestsrc.xml:
4863         * docs/plugins/inspect/plugin-volume.xml:
4864         * docs/plugins/inspect/plugin-vorbis.xml:
4865         * docs/plugins/inspect/plugin-ximagesink.xml:
4866         * docs/plugins/inspect/plugin-xvimagesink.xml:
4867           Regenerate.
4868
4869         * ext/ogg/Makefile.am:
4870         * ext/ogg/gstoggmux.c:
4871         * ext/ogg/gstoggmux.h:
4872           Add header for oggmux. the c-file needs a doc blob still.
4873
4874 2008-02-01  Wim Taymans  <wim.taymans@collabora.co.uk>
4875
4876         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
4877
4878         * gst-libs/gst/rtp/gstrtpbuffer.c:
4879         (gst_rtp_buffer_set_extension_data):
4880         * gst-libs/gst/rtp/gstrtpbuffer.h:
4881         * tests/check/libs/rtp.c: (GST_START_TEST), (rtp_suite):
4882         Add gst_rtp_buffer_set_extension_data() 
4883         Add a unit test for this addition. Fixes #511478.
4884         API: GstRTPBuffer:gst_rtp_buffer_set_extension_data()
4885
4886 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
4887
4888         * configure.ac:
4889         Back to CVS
4890
4891 === release 0.10.17 ===
4892
4893 2008-01-30  Jan Schmidt <jan.schmidt@sun.com>
4894
4895         * configure.ac:
4896           releasing 0.10.17, "Peanut Butter and Jelly"
4897
4898 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
4899
4900         * gst-libs/gst/interfaces/mixeroptions.c:
4901         * gst-libs/gst/interfaces/mixertrack.c:
4902         Also remove the conditional registration of the signals
4903         that disappeared with the ABI change in 0.10.14
4904
4905 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
4906
4907         * gst-libs/gst/rtsp/gstrtspconnection.c:
4908         Revert patch to gstrtspconnection.c for brown paper bag
4909         release of -base. Re-opens: #511825
4910
4911 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
4912
4913         * gst-libs/gst/interfaces/mixeroptions.h:
4914         * gst-libs/gst/interfaces/mixertrack.h:
4915         Change the way these deprecated function pointers are removed
4916         so that the compiled ABI is unconditionally smaller. This 
4917         sets in stone an ABI break that actually occurred when the
4918         things were deprecated in 0.10.14, which seems to be the best
4919         fix as the only known users are oss-mixer and sunaudio-mixer in 
4920         gst-plugins-good.
4921         Fixes: #513018
4922
4923 2008-01-30  Tim-Philipp Müller  <tim at centricular dot net>
4924
4925         * win32/common/libgstpbutils.def:
4926           Export the two new _get_type() functions which are needed
4927           by the python bindings.
4928
4929 2008-01-29  Sebastian Dröge  <slomo@circular-chaos.org>
4930
4931         * gst-libs/gst/rtsp/gstrtspconnection.c: (add_date_header):
4932         Cast glong to time_t as time_t might have a different type on
4933         other platforms, like FreeBSD, and we get a compiler warning
4934         otherwise. Fixes bug #511825.
4935
4936 2008-01-29  Sebastian Dröge  <slomo@circular-chaos.org>
4937
4938         * gst-libs/gst/audio/gstaudiofilter.c:
4939         (gst_audio_filter_class_init):
4940         Initialize the GstRingerBuffer class to get it's debug category
4941         initialized. gst_ring_buffer_parse_caps() uses the ringbuffer debug
4942         category and otherwise we get some g_critical(). Fixes bug #512334.
4943
4944 2008-01-28  Jan Schmidt  <jan.schmidt@sun.com>
4945
4946         * configure.ac:
4947         Back to CVS
4948
4949 === release 0.10.16 ===
4950
4951 2008-01-28  Jan Schmidt <jan.schmidt@sun.com>
4952
4953         * configure.ac:
4954           releasing 0.10.16, "Scheduled Interruption"
4955
4956 2008-01-22  Wim Taymans  <wim.taymans@collabora.co.uk>
4957
4958         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
4959
4960         * gst-libs/gst/rtp/gstrtpbuffer.c:
4961         (gst_rtp_buffer_get_extension_data):
4962         Fix typos and wrong extension check. Fixes #511274.
4963
4964 2008-01-18  Jan Schmidt  <jan.schmidt@sun.com>
4965
4966         * po/sk.po:
4967         Oops - add new sk.po mentioned in the LINGUAS I just committed
4968
4969 2008-01-17  Jan Schmidt  <jan.schmidt@sun.com>
4970
4971         * po/LINGUAS:
4972         Add ca translation to the disted list.
4973
4974         * win32/vs6/libgstsdp.dsp:
4975         Convert line endings to CRLF
4976
4977 2008-01-17  Sebastien Moutte <sebastien@moutte.net>
4978
4979         * win32/MANIFEST:
4980         Add win32/vs6/libgstrtsp.dsp to MANIFEST
4981
4982 2008-01-14  Jan Schmidt  <jan.schmidt@sun.com>
4983
4984         * win32/common/libgstsdp.def:
4985         * win32/common/libgstvideo.def:
4986         Add new API declarations
4987
4988 2008-01-14  Jan Schmidt  <jan.schmidt@sun.com>
4989
4990         * ext/theora/gsttheoradec.h:
4991         * ext/theora/gsttheoraparse.h:
4992         * ext/theora/theoradec.c:
4993         * ext/theora/theoraparse.c:
4994         Take a 2nd stab at handling libtheora granulepos changes in the decoder
4995         and parser by inspecting the bitstream version of the incoming data.
4996
4997 2008-01-14  Sebastian Dröge  <slomo@circular-chaos.org>
4998
4999         * configure.ac:
5000         * pkgconfig/Makefile.am:
5001         * pkgconfig/gstreamer-audio-uninstalled.pc.in:
5002         * pkgconfig/gstreamer-audio.pc.in:
5003         * pkgconfig/gstreamer-cdda-uninstalled.pc.in:
5004         * pkgconfig/gstreamer-cdda.pc.in:
5005         * pkgconfig/gstreamer-fft-uninstalled.pc.in:
5006         * pkgconfig/gstreamer-fft.pc.in:
5007         * pkgconfig/gstreamer-floatcast-uninstalled.pc.in:
5008         * pkgconfig/gstreamer-floatcast.pc.in:
5009         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
5010         * pkgconfig/gstreamer-interfaces.pc.in:
5011         * pkgconfig/gstreamer-netbuffer-uninstalled.pc.in:
5012         * pkgconfig/gstreamer-netbuffer.pc.in:
5013         * pkgconfig/gstreamer-pbutils-uninstalled.pc.in:
5014         * pkgconfig/gstreamer-pbutils.pc.in:
5015         * pkgconfig/gstreamer-riff-uninstalled.pc.in:
5016         * pkgconfig/gstreamer-riff.pc.in:
5017         * pkgconfig/gstreamer-rtp-uninstalled.pc.in:
5018         * pkgconfig/gstreamer-rtp.pc.in:
5019         * pkgconfig/gstreamer-rtsp-uninstalled.pc.in:
5020         * pkgconfig/gstreamer-rtsp.pc.in:
5021         * pkgconfig/gstreamer-sdp-uninstalled.pc.in:
5022         * pkgconfig/gstreamer-sdp.pc.in:
5023         * pkgconfig/gstreamer-tag-uninstalled.pc.in:
5024         * pkgconfig/gstreamer-tag.pc.in:
5025         * pkgconfig/gstreamer-video-uninstalled.pc.in:
5026         * pkgconfig/gstreamer-video.pc.in:
5027         Provide one pkg-config file for every gst-plugins-base library.
5028         This makes linking to those libraries much more intuitive and
5029         provides standard pkg-config behaviour for them. Fixes bug #499697.
5030
5031 2008-01-13  David Schleef  <ds@schleef.org>
5032
5033         * gst/videoscale/vs_4tap.c:
5034           Fix valgrind error on 4tap scaling method.
5035
5036 2008-01-13  Sebastien Moutte  <sebastien@moutte.net>
5037
5038         * gst-libs/gst/sdp/gstsdpmessage.c: (is_multicast_address):
5039         Include Winsock2.h for VS6 and use a different way initialize
5040         hints structure so it can build with VS6.
5041         * win32/MANIFEST:
5042         * win32/vs6/libgstsdp.dsp:
5043         * win32/common/libgstsdp.def:
5044         Add new files for libgstsdp.
5045         * win32/vs6/grammar.dsp:
5046         Copy pbutils-enumtypes* from win32/common to pbutils sources folder.
5047         * win32/vs6/gst_plugins_base.dsw:
5048         * win32/vs6/libgstdecodebin.dsp:
5049         * win32/vs6/libgstdecodebin2.dsp:
5050         * win32/vs6/libgstplaybin.dsp:
5051         * win32/vs6/libgstvolume.dsp:
5052         Add new dependencies to the link list.
5053
5054 2008-01-13  Julien Moutte  <julien@fluendo.com>
5055
5056         * win32/common/config.h:
5057         * win32/common/gstrtsp-enumtypes.c: (gst_rtsp_result_get_type),
5058         (gst_rtsp_event_get_type), (gst_rtsp_family_get_type),
5059         (gst_rtsp_state_get_type), (gst_rtsp_version_get_type),
5060         (gst_rtsp_method_get_type), (gst_rtsp_auth_method_get_type),
5061         (gst_rtsp_header_field_get_type), (gst_rtsp_status_code_get_type):
5062         * win32/common/interfaces-enumtypes.c:
5063         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
5064         (gst_mixer_message_type_get_type), (gst_mixer_flags_get_type),
5065         (gst_mixer_track_flags_get_type),
5066         (gst_tuner_channel_flags_get_type):
5067         * win32/common/multichannel-enumtypes.c:
5068         (gst_audio_channel_position_get_type):
5069         * win32/common/pbutils-enumtypes.c:
5070         (gst_install_plugins_return_get_type):
5071         * win32/common/pbutils-enumtypes.h: Update/Add generated files
5072         in the win32 build directory.
5073
5074 2008-01-12  Jan Schmidt  <Jan.Schmidt@sun.com>
5075
5076         * tests/check/Makefile.am:
5077         Fix CFLAGS to also pull in the gstcheck cflags from AM_CFLAGS.
5078
5079         * tests/check/elements/audiorate.c: (do_perfect_stream_test):
5080         * tests/check/elements/playbin.c:
5081         * tests/check/libs/mixer.c: (test_element_interface_supported),
5082         (gst_implements_interface_init):
5083         * tests/check/libs/rtp.c: (GST_START_TEST):
5084         Fix various assignment type mismatches.
5085
5086 2008-01-12  Jan Schmidt  <Jan.Schmidt@sun.com>
5087
5088         * configure.ac:
5089         * gst-libs/gst/rtsp/Makefile.am:
5090         Add test to see if hstrerror is available or if we need libresolv
5091         (Solaris) for it, then use it in libgstrtsp.
5092
5093 2008-01-12  Jan Schmidt  <Jan.Schmidt@sun.com>
5094
5095         * gst-libs/gst/tag/Makefile.am:
5096         Fix include path order
5097
5098 2008-01-11  Edward Hervey  <edward.hervey@collabora.co.uk>
5099
5100         * gst-libs/gst/pbutils/install-plugins.c:
5101         (gst_install_plugins_context_copy),
5102         (gst_install_plugins_context_get_type):
5103         * gst-libs/gst/pbutils/install-plugins.h:
5104         Add GBoxed GType for GstInstallPluginsContext, this eases the wrapping
5105         for bindings.
5106
5107 2008-01-11  Michael Smith <msmith@fluendo.com>
5108
5109         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
5110         (_theora_granule_frame), (_theora_granule_start_time),
5111         (theora_dec_sink_convert), (theora_dec_decode_buffer):
5112           Adapt for post-alpha meaning of granulepos, when we
5113           have a newer version of libtheora.
5114         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
5115         (theora_enc_get_ogg_packet_end_time), (theora_enc_sink_event),
5116         (theora_enc_is_discontinuous), (theora_enc_chain):
5117           Likewise.
5118         * tests/check/Makefile.am:
5119           Link libtheora into theoraenc test so we can check which version of
5120           libtheora we're testing against.
5121         * tests/check/pipelines/theoraenc.c: (check_libtheora),
5122         (check_buffer_granulepos),
5123         (check_buffer_granulepos_from_starttime), (GST_START_TEST),
5124         (theoraenc_suite):
5125           Adapt tests to check the values that are now defined for theora; make
5126           the tests backwards-adapt the passed values if we're running against an
5127           old libtheora.
5128           Fixes #497964
5129
5130 2008-01-10  Tim-Philipp Müller  <tim at centricular dot net>
5131
5132         * gst-libs/gst/audio/gstbaseaudiosink.c:
5133           (gst_base_audio_sink_class_init):
5134         * gst-libs/gst/audio/gstbaseaudiosrc.c:
5135           (gst_base_audio_src_class_init):
5136           Ref audio clock class from a thread-safe context to make sure
5137           we're not bit by GObjects lack of thread-safety here (#349410),
5138            however unlikely that may be in practice.
5139
5140 2008-01-10  Sebastian Dröge  <slomo@circular-chaos.org>
5141
5142         * autogen.sh:
5143           Add -Wno-portability to the automake parameters to stop warnings
5144           about GNU make extensions being used. We require GNU make in almost
5145           every Makefile anyway.
5146           
5147         * configure.ac:
5148           Use AM_PROG_CC_C_O as a compiler that accepts both -c and -o
5149           at the same time is required for per target flags.
5150
5151 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
5152
5153         * gst-libs/gst/tag/gsttagdemux.c: (gst_tag_demux_pull_start_tag):
5154           Post an error message if we can't pull as many bytes as we need
5155           for the tag. This makes sure the user gets to see a proper error
5156           message if a file with a partial ID3 tag is fed to decodebin, and
5157           not a 'no ID3 tag demuxer' error, which would be confusing
5158           (see #508138).
5159
5160 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
5161
5162         * gst-libs/gst/pbutils/descriptions.c: (formats):
5163           Add description strings for ID3, APE, and ICY tags.
5164
5165 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
5166
5167         * gst/playback/gstdecodebin.c: (try_to_link_1):
5168           Make sure we error out correctly if we can't activate one of
5169           the elements we've added.  Fixes #508138.
5170           
5171 2008-01-07  Tim-Philipp Müller  <tim at centricular dot net>
5172
5173         Patch by: Bastien Nocera <hadess at hadess net>
5174
5175         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume),
5176           (check_if_volumes_are_the_same), (gst_alsa_mixer_set_volume):
5177           Use snd_mixer_selem_set_{playback|capture}_volume_all() if
5178           the volume is the same for all channels. This works around
5179           some problem in alsa that leaves us with inconsistent state
5180           for some reason (#486840).
5181
5182 2008-01-07  Tim-Philipp Müller  <tim at centricular dot net>
5183
5184         Patch by: Jerone Young <jerone at gmail com>
5185
5186         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_find_master_mixer):
5187           If there's no mixer track by the name of 'Master' or 'Front',
5188           check if there's one called 'PCM' before trying the generic
5189           fallback logic (fixes #506928, where we pick 'Mic' as master
5190           track for the AD1984 card in a Thinkpad T61/X61 laptop).
5191
5192 2008-01-07  Wim Taymans  <wim.taymans@collabora.co.uk>
5193
5194         * gst/playback/gstplay-enum.c:
5195         (register_gst_autoplug_select_result),
5196         (gst_autoplug_select_result_get_type), (register_gst_play_flags),
5197         (gst_play_flags_get_type):
5198         * gst/playback/gstplay-enum.h:
5199         Add enums for configuration flags.
5200
5201         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
5202         (init_group), (gst_play_bin_init), (gst_play_bin_set_property),
5203         (gst_play_bin_get_property), (no_more_pads_cb),
5204         (autoplug_select_cb), (gst_play_bin_change_state):
5205         Merge mode with flags.
5206         Add more property getters/setters, defaults and docs.
5207         Add properties to get number of audio/video/text streams.
5208         Create sink object in _init so that we can always rely on it being
5209         there.
5210
5211         * gst/playback/gstplaysink.c: (gst_play_sink_init),
5212         (gen_video_chain), (gen_audio_chain), (gen_vis_chain),
5213         (activate_vis), (gst_play_sink_reconfigure),
5214         (gst_play_sink_set_flags), (gst_play_sink_get_flags),
5215         (gst_play_sink_change_state):
5216         * gst/playback/gstplaysink.h:
5217         Use flags to configure the sink pipelines.
5218         Add tee before audio pipeline so that we can use it for visualisations.
5219         Start working on integrating visualisations.
5220         Remove mode, we can do everything with the flags now.
5221         Add method to configue the sink pipeline.
5222
5223 2008-01-06  Tim-Philipp Müller  <tim at centricular dot net>
5224
5225         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
5226           (check_buffer_timestamp), (check_buffer_duration):
5227           Turn these functions into macros so we can see right away
5228           where the failure occured.
5229
5230 2008-01-05  Julien Moutte  <julien@fluendo.com>
5231
5232         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Add
5233         debugging information to understand how X calculates the stride
5234         for XvImages.
5235
5236 2008-01-03  Sebastian Dröge  <slomo@circular-chaos.org>
5237
5238         * gst/volume/Makefile.am:
5239         * gst/volume/gstvolume.c: (volume_choose_func),
5240         (gst_volume_base_init), (gst_volume_class_init), (gst_volume_init),
5241         (volume_setup):
5242         * gst/volume/gstvolume.h:
5243         Use GstAudioFilter as base class for the volume element instead of
5244         plain GstBaseTransform.
5245
5246 2008-01-03  Sebastian Dröge  <slomo@circular-chaos.org>
5247
5248         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type):
5249         Don't set element details for the abstract GstAudioFilter class.
5250
5251 2008-01-02  Sebastian Dröge  <slomo@circular-chaos.org>
5252
5253         * gst-libs/gst/audio/gstaudiofilter.c:
5254         (gst_audio_filter_class_init), (gst_audio_filter_get_unit_size):
5255         Implement get_unit_size() vmethod of GstBaseTransform.
5256
5257 2008-01-01  Edward Hervey  <edward.hervey@collabora.co.uk>
5258
5259         * gst-libs/gst/pbutils/Makefile.am:
5260         * gst-libs/gst/pbutils/pbutils.h:
5261         Use glib-enum generator to have a proper enum GType for
5262         GST_TYPE_INSTALL_PLUGINS_RETURN so we can easily wrap it in bindings.
5263
5264 2007-12-31  David Schleef  <ds@schleef.org>
5265
5266         * tests/check/Makefile.am:
5267         * tests/check/pipelines/theoraenc.c:
5268           Reenable theoraenc test, which fails on the buildbot but
5269           not locally.
5270
5271 2007-12-31  David Schleef  <ds@schleef.org>
5272
5273         * docs/libs/.cvsignore:
5274         * docs/plugins/.cvsignore:
5275           Add *-undeclared.txt to fix buildbot.
5276
5277 2007-12-31  David Schleef  <ds@schleef.org>
5278
5279         * tests/check/Makefile.am:
5280           Second attempt at disabling theoraenc test long enough to
5281           get buildbot to compile -base.
5282
5283 2007-12-31  David Schleef  <ds@schleef.org>
5284
5285         * tests/check/pipelines/theoraenc.c:
5286           Disable theoraenc test long enough to get the buildbot to
5287           compile a recent -base.
5288
5289 2007-12-31  Wim Taymans  <wim.taymans@collabora.co.uk>
5290
5291         * tests/examples/seek/seek.c: (stop_cb):
5292         Make sure we reset the slider value to 0.0 without racing against a
5293         possible g_idle that sets it to something else.
5294
5295 2007-12-31  Thijs Vermeir  <thijsvermeir@gmail.com>
5296
5297         * sys/ximage/ximagesink.c:
5298         fix typo
5299
5300 2007-12-30  Wim Taymans  <wim.taymans@collabora.co.uk>
5301
5302         * gst-libs/gst/rtsp/gstrtspdefs.c: (rtsp_init_status):
5303         * gst-libs/gst/rtsp/gstrtspdefs.h:
5304         Add Location header so that we can start implementing redirects.
5305         See #506025.
5306
5307 2007-12-29  Thijs Vermeir  <thijsvermeir@gmail.com>
5308
5309         * gst/subparse/gstssaparse.c:
5310         combine if's
5311
5312 2007-12-29  Thijs Vermeir  <thijsvermeir@gmail.com>
5313
5314         * gst/subparse/gstssaparse.c:
5315         remove duplicate log message
5316
5317 2007-12-29  Sebastian Dröge  <slomo@circular-chaos.org>
5318
5319         * ext/libvisual/visual.c: (gst_visual_chain):
5320         Fix 'xyz may be used uninitialized' compiler warnings caused
5321         by broken g_assert_not_reached() macro in GLib-2.15.x and don't
5322         abort() in any case but properly report the error.
5323
5324 2007-12-28  Wim Taymans  <wim.taymans@collabora.co.uk>
5325
5326         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
5327         (gst_play_bin_finalize), (gst_play_bin_set_uri),
5328         (gst_play_bin_set_suburi), (gst_play_bin_set_property),
5329         (gst_play_bin_get_property), (pad_removed_cb), (drained_cb),
5330         (autoplug_select_cb), (activate_group), (deactivate_group),
5331         (setup_next_source), (save_current_group),
5332         (gst_play_bin_change_state):
5333         Code cleanups.
5334         Remove next-uri, we can use the uri property just fine.
5335         Fix some crasher.
5336         Unref uridecodebin when switching.
5337         Fix going to READY.
5338
5339         * gst/playback/gstplaysink.c: (gst_play_sink_class_init),
5340         (gst_play_sink_init), (gst_play_sink_dispose),
5341         (gst_play_sink_finalize), (gst_play_sink_vis_unblocked),
5342         (gst_play_sink_vis_blocked), (gst_play_sink_set_video_sink),
5343         (gst_play_sink_set_audio_sink), (gst_play_sink_set_vis_plugin),
5344         (gst_play_sink_set_property), (gst_play_sink_get_property),
5345         (gen_video_chain), (gen_text_element), (gen_audio_chain),
5346         (gen_vis_element), (gst_play_sink_get_mode),
5347         (gst_play_sink_set_mode), (gst_play_sink_set_flags),
5348         (gst_play_sink_get_flags), (gst_play_sink_request_pad),
5349         (gst_play_sink_release_pad), (gst_play_sink_send_event_to_sink),
5350         (gst_play_sink_change_state):
5351         * gst/playback/gstplaysink.h:
5352         Add some locking to make things threadsafe.
5353
5354         * gst/playback/test7.c: (about_to_finish_cb):
5355         Fix test.
5356
5357 2007-12-22  Tim-Philipp Müller  <tim at centricular dot net>
5358
5359         * gst/videoscale/gstvideoscale.c: (gst_video_scale_set_property),
5360           (gst_video_scale_get_property), (gst_video_scale_transform_caps),
5361           (gst_video_scale_transform):
5362           Don't claim to be able to handle/transform caps that can't really
5363           be handled by the currently selected scaling method (here: RGB or
5364           packed YUV with 4-tap method). Also add locking to method property.
5365
5366         * tests/check/pipelines/simple-launch-lines.c: (setup_pipeline),
5367           (test_basetransform_based):
5368           Some test pipelines for the above (not entirely valgrind clean yet
5369           apparently).
5370
5371 2007-12-21  David Schleef  <ds@schleef.org>
5372
5373         * gst-libs/gst/video/video.c:
5374         * gst-libs/gst/video/video.h:
5375           Add additional RGBA and RGB-24 video formats.
5376
5377 2007-12-21  Tim-Philipp Müller  <tim at centricular dot net>
5378
5379         * tests/check/elements/playbin.c: (test_sink_usage_video_only_stream),
5380           (test_suburi_error_unknowntype), (test_suburi_error_invalidfile),
5381           (test_suburi_error_wrongproto), (test_missing_primary_decoder):
5382         * tests/check/libs/cddabasesrc.c: (GST_START_TEST), (GST_START_TEST),
5383           (cddabasesrc_suite):
5384           Don't use GST_PLUGIN_DEFINE_STATIC, it's not portable and will be
5385           deprecated in the future (see #498924).
5386
5387 2007-12-21  Tim-Philipp Müller  <tim at centricular dot net>
5388
5389         * gst/playback/gststreamselector.c: (gst_selector_pad_event):
5390           Don't leak event.
5391
5392 2007-12-20  Thijs Vermeir <thijsvermeir@gmail.com>
5393
5394         * gst-libs/gst/riff/riff-read.c:
5395         Use GST_ROUND_UP_2 macro
5396
5397 2007-12-20  Tim-Philipp Müller  <tim at centricular dot net>
5398
5399         * gst/playback/.cvsignore:
5400           Ignore more.
5401
5402 2007-12-20  Tim-Philipp Müller  <tim at centricular dot net>
5403
5404         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init):
5405         * gst/playback/gstplaybasebin.c: (set_subtitles_visible),
5406           (set_active_source):
5407         * gst/playback/gstplaybasebin.h:
5408         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
5409           (setup_sinks), (playbin_set_subtitles_visible):
5410           Make switching off of subtitles work. To avoid all kind of
5411           problems with unlinking of the subtitle input, we just keep
5412           the subtitle inputs linked as they are and tell textoverlay
5413           not to render them. Fixes #373011.
5414           Other subtitle switching issues (esp. when there are both
5415           external and in-stream subtitles) remain. They'll be solved
5416           in playbin2.
5417
5418 2007-12-18  Wim Taymans  <wim.taymans@collabora.co.uk>
5419
5420         * gst/playback/gststreamselector.c: (gst_selector_pad_init):
5421         Init the pad segment too.
5422
5423 2007-12-18  Wim Taymans  <wim.taymans@collabora.co.uk>
5424
5425         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func),
5426         (gst_audioringbuffer_open_device),
5427         (gst_audioringbuffer_close_device), (gst_audioringbuffer_acquire),
5428         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
5429         (gst_audioringbuffer_pause), (gst_audioringbuffer_stop),
5430         (gst_audio_sink_create_ringbuffer):
5431         Improve debug output.
5432
5433         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_start),
5434         (gst_ring_buffer_pause), (gst_ring_buffer_delay):
5435         Prevent some functions from doing things and failing when the
5436         ringbuffer is not yet acquired.
5437
5438 2007-12-18  Sebastian Dröge  <slomo@circular-chaos.org>
5439
5440         * gst-libs/gst/interfaces/interfaces.h:
5441           Also remove interfaces.h from CVS as it is not needed anymore.
5442
5443 2007-12-18  Sebastian Dröge  <slomo@circular-chaos.org>
5444
5445         * gst-libs/gst/interfaces/Makefile.am:
5446           interfaces.h is not used anymore so remove it from the build
5447           process.
5448
5449 2007-12-17  David Schleef  <ds@schleef.org>
5450
5451         * gst/videotestsrc/gstvideotestsrc.c:
5452         * gst/videotestsrc/gstvideotestsrc.h:
5453           Add a "blink" pattern.  Turn on the pain.  Apologies.  It's useful
5454           for testing vertical refresh synchronization.
5455
5456 2007-12-17  David Schleef  <ds@schleef.org>
5457
5458         * docs/libs/gst-plugins-base-libs-sections.txt:
5459         * gst-libs/gst/video/video.c:
5460         * gst-libs/gst/video/video.h:
5461           Add new GstVideFormat enum and write a bunch of helper functions
5462           based around it.
5463
5464 2007-12-17  Tim-Philipp Müller  <tim at centricular dot net>
5465
5466         * Makefile.am:
5467           Use new common/win32.mak.
5468
5469 2007-12-17  Wim Taymans  <wim.taymans@collabora.co.uk>
5470
5471         * gst-libs/gst/audio/gstbaseaudiosrc.c:
5472         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
5473         Add debug info.
5474         When going from PLAYING to PAUSED, pause the ringbuffer before calling
5475         the parent state change function, just like the audiosink, because the
5476         parent waits for the element to finish its processing before completing
5477         the state change. This makes going to PAUSED a lot snappier.
5478         When going from READY to PAUSED, don't allow the ringbuffer to start
5479         yet.
5480
5481 2007-12-17  Edward Hervey  <edward.hervey@collabora.co.uk>
5482
5483         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
5484         Yet another fix for broken software that produce files with an empty
5485         blockalign field. Instead of completely failing, make a second attempt
5486         at guessing the width/depth by looking at strf->size.
5487
5488 2007-12-16  Tim-Philipp Müller  <tim at centricular dot net>
5489
5490         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_do_seek),
5491           (gst_cdda_base_src_handle_track_seek), (gst_cdda_base_src_create):
5492         * gst-libs/gst/pbutils/install-plugins.c:
5493           (gst_install_plugins_spawn_child), (gst_install_plugins_supported):
5494         * gst-libs/gst/pbutils/missing-plugins.c:
5495           (gst_missing_plugin_message_get_installer_detail),
5496           (gst_missing_encoder_installer_detail_new):
5497         * gst-libs/gst/rtsp/gstrtspconnection.c: (gst_rtsp_connection_send):
5498         * gst-libs/gst/rtsp/gstrtspmessage.c: (gst_rtsp_message_unset):
5499           Turn a few g_assert_not_reached() into g_return_val_if_reached() to
5500           avoid compiler warnings (#503930).
5501
5502 2007-12-17  Edward Hervey  <edward.hervey@collabora.co.uk>
5503
5504         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
5505         Be apologetic of software that use the 'jpeg' instead of 'JPEG' FOURCC
5506         for jpeg video streams.
5507         Add the 'avc1'/'AVC1' fourcc mapping for h264, same software-comment as
5508         for the above modification.
5509
5510 2007-12-15  Tim-Philipp Müller  <tim at centricular dot net>
5511
5512         * gst-libs/gst/interfaces/xoverlay.c: (gst_x_overlay_expose),
5513           (gst_x_overlay_handle_events):
5514           More guards (we don't want klass to end up being NULL).
5515
5516 2007-12-14  Sebastian Dröge  <slomo@circular-chaos.org>
5517
5518         * configure.ac:
5519         * gst/volume/gstvolume.c: (gst_volume_init):
5520           Use new gst_base_transform_set_gap_aware() function as volume
5521           correctly handles GST_BUFFER_FLAG_GAP. Require core 0.10.15.1 
5522           for this.
5523
5524 2007-12-14  Wim Taymans  <wim.taymans@collabora.co.uk>
5525
5526         * tests/examples/seek/seek.c: (msg_segment_done), (main):
5527         Don't go to READY on EOS as this avoids testing of seeking and
5528         restarting after EOS, use the stop button when you want to READY.
5529         Don't try to do a flushing seek in segment-done, it does not make
5530         sense to use this for gapless playback and is not needed.
5531
5532 2007-12-14  Wim Taymans  <wim.taymans@collabora.co.uk>
5533
5534         * gst/playback/gstqueue2.c: (gst_queue_init), (gst_queue_finalize),
5535         (reset_rate_timer), (update_in_rates), (update_out_rates),
5536         (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
5537         (gst_queue_chain), (gst_queue_loop):
5538         Use separate timers for input and output rates.
5539         Pause measuring the output rate when we block for more data.
5540         See #503262.
5541
5542 2007-12-14  Wim Taymans  <wim.taymans@collabora.co.uk>
5543
5544         * gst/playback/gstqueue2.c: (gst_queue_chain):
5545         Pause the timer to measure the input rate when we block because the
5546         queue is filled. See #503262.
5547
5548 2007-12-13  Wim Taymans  <wim.taymans@collabora.co.uk>
5549
5550         Patch by: Peter Kjellerstedt  <pkj at axis com>
5551
5552         * gst-libs/gst/rtsp/gstrtspconnection.c:
5553         (gst_rtsp_connection_free):
5554         Close control sockets. Fixes #503440.
5555
5556 2007-12-13  Wim Taymans  <wim.taymans@collabora.co.uk>
5557
5558         * gst/playback/gstdecodebin2.c: (analyze_new_pad), (connect_pad):
5559         Expose the right pad in the right place with the right element.
5560
5561 2007-12-13  Tim-Philipp Müller  <tim at centricular dot net>
5562
5563         * gst-libs/gst/pbutils/descriptions.c: (formats):
5564           Add description for 'private' dts caps (who come up with that name?).
5565
5566 2007-12-13  Tim-Philipp Müller  <tim at centricular dot net>
5567
5568         * Makefile.am:
5569           Add check-exports target and run it with 'make check'.
5570
5571         * configure.ac:
5572           Be stricter about what we export in our libraries: change regexp so that
5573           we only export _gst_foo(), but not __gst_foo().
5574
5575         * gst-libs/gst/cdda/base64.h: (rfc822_binary):
5576         * gst-libs/gst/cdda/sha1.h: (sha_init), (sha_update), (sha_final):
5577           Change internal functions to __gst_foo so they dont' get exported.
5578
5579         * win32/common/libgstaudio.def:
5580           Add missing symbols.
5581
5582 2007-12-11  David Schleef  <ds@schleef.org>
5583
5584         * ChangeLog: remove conflict markers
5585
5586 2007-12-11  Tim-Philipp Müller  <tim at centricular dot net>
5587
5588         * ext/gnomevfs/Makefile.am:
5589         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_unicodify):
5590           Use gst_tag_freeform_string_to_utf8() here, which also takes
5591           into account any character sets specified by the user via
5592           environment variables.
5593
5594 2007-12-10  Wim Taymans  <wim.taymans@gmail.com>
5595
5596         * gst/audioconvert/Makefile.am:
5597         Also link to libm.
5598
5599 2007-12-10  Wim Taymans  <wim.taymans@gmail.com>
5600
5601         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
5602         No need for floating point operations here. avoids having to link
5603         against the math library too.
5604
5605 2007-12-10  Tim-Philipp Müller  <tim at centricular dot net>
5606
5607         * gst-libs/gst/pbutils/descriptions.c: (formats),
5608           (format_info_get_desc):
5609         * tests/check/libs/pbutils.c: (GST_START_TEST), (caps_strings),
5610           (GST_START_TEST):
5611           Add one or two missing formats.  Generate ADPCM description
5612           dynamically depending on layout/format.
5613
5614 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
5615
5616         * configure.ac:
5617           Don't define GST_DISABLE_DEPRECATED for releases. Fixes #498181.
5618
5619 2007-12-08  Tim-Philipp Müller  <tim at centricular dot net>
5620
5621         Patch by: Robin Stocker <robin dot stocker at gmx dot ch>
5622
5623         * gst/subparse/gstsubparse.c: (gst_sub_parse_data_format_autodetect):
5624           Some .srt files start with chunk number 0 and not chunk number 1,
5625           recognise and accept those as well (fixes #502497).
5626
5627         * tests/check/elements/subparse.c: (srt_input), (srt_input0),
5628           (test_src):
5629           Add unit test for the above.
5630
5631 2007-12-06  Wim Taymans  <wim.taymans@gmail.com>
5632
5633         * gst/playback/gstplay-enum.c:
5634         (register_gst_autoplug_select_result),
5635         (gst_autoplug_select_result_get_type):
5636         * gst/playback/gstplay-enum.h:
5637         Add missing files.
5638
5639 2007-12-05  Wim Taymans  <wim.taymans@gmail.com>
5640
5641         * gst/playback/Makefile.am:
5642         Group decodebin2 and uridecodebin into the same plugin so that they
5643         can share the GEnumType.
5644
5645         * gst/playback/gstdecodebin2.c: (_gst_array_accumulator),
5646         (_gst_select_accumulator), (gst_decode_bin_class_init),
5647         (gst_decode_bin_init), (gst_decode_bin_autoplug_sort),
5648         (gst_decode_bin_autoplug_select), (gst_decode_bin_autoplug_add),
5649         (analyze_new_pad), (connect_pad), (gst_decode_bin_plugin_init):
5650         Add signal to sort factories instead of the more awkward autoplug-select
5651         signal.
5652         Modify autoplug_select so that we can try, skip or expose the
5653         autopluggin of an element on a pad.
5654
5655         * gst/playback/gstfactorylists.c: (compare_ranks),
5656         (decoders_filter), (sinks_filter), (gst_factory_list_is_type),
5657         (element_filter), (gst_factory_list_get_elements),
5658         (gst_factory_list_debug), (gst_factory_list_filter):
5659         * gst/playback/gstfactorylists.h:
5660         Simplify the API, allow getting elements based on mask.
5661
5662         * gst/playback/gstplay-marshal.list:
5663         Add some more marshallers.
5664
5665         * gst/playback/gstplaybin2.c: (init_group), (gst_play_bin_init),
5666         (gst_play_bin_finalize), (pad_removed_cb), (autoplug_factories_cb),
5667         (autoplug_select_cb), (activate_group):
5668         Add support for managing non-raw sinks by providing a custom element and
5669         sink list to decodebin2.
5670         Try to plug non-raw sinks when decodebin2 using autoplug-select of
5671         decodebin2.
5672
5673         * gst/playback/gstplaysink.c: (gen_video_chain), (gen_audio_chain),
5674         (gst_play_sink_set_mode), (gst_play_sink_request_pad):
5675         * gst/playback/gstplaysink.h:
5676         Add support for raw and non-raw sinks. 
5677         Add support to force sinks selected by playbin2.
5678         Don't plug raw converters for non-raw sinks.
5679
5680         * gst/playback/gsturidecodebin.c: (_gst_array_accumulator),
5681         (_gst_select_accumulator), (gst_uri_decode_bin_class_init),
5682         (proxy_autoplug_select_signal), (gst_uri_decode_bin_plugin_init),
5683         (plugin_init):
5684         Use right accumulators.
5685         Proxy new signal.
5686
5687 2007-12-03  Wim Taymans  <wim.taymans@gmail.com>
5688
5689         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
5690         Use runnning time as the base time instead of the timestamp.
5691         Spotted by Saur on IRC.
5692
5693 2007-12-03  Edward Hervey  <bilboed@bilboed.com>
5694
5695         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
5696         Add 'WVC1' codec mapping for Windows Media VC-1 video codec.
5697
5698 2007-12-03  Wim Taymans  <wim.taymans@gmail.com>
5699
5700         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_bisect_forward_serialno),
5701         (gst_ogg_demux_read_chain):
5702         If we find a new serial number but it does not contain a BOS page, make
5703         sure we initialize the chain to NULL because else we will try to scan it
5704         and crash. Fixes #500763
5705
5706 2007-11-30  Wim Taymans  <wim.taymans@gmail.com>
5707
5708         * gst/playback/Makefile.am:
5709         * gst/playback/gstfactorylists.c: (compare_ranks), (print_feature),
5710         (get_feature_array), (decoders_filter), (sinks_filter),
5711         (gst_factory_list_get_decoders), (gst_factory_list_get_sinks),
5712         (gst_factory_list_filter):
5713         * gst/playback/gstfactorylists.h:
5714         Refactor some common code to filter factories and check caps compat.
5715
5716         * gst/playback/gstdecodebin.c:
5717         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
5718         (gst_decode_bin_init), (gst_decode_bin_dispose),
5719         (gst_decode_bin_autoplug_continue),
5720         (gst_decode_bin_autoplug_factories),
5721         (gst_decode_bin_autoplug_select), (analyze_new_pad),
5722         (find_compatibles):
5723         * gst/playback/gstplaybin.c:
5724         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
5725         (gst_play_bin_init), (gst_play_bin_finalize),
5726         (autoplug_factories_cb), (activate_group):
5727         * gst/playback/gstqueue2.c:
5728         * gst/playback/gsturidecodebin.c: (proxy_unknown_type_signal),
5729         (proxy_autoplug_continue_signal),
5730         (proxy_autoplug_factories_signal), (proxy_autoplug_select_signal),
5731         (proxy_drained_signal):
5732         Add some more debug info and use factor filtering code.
5733
5734 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
5735
5736         * gst/audiotestsrc/gstaudiotestsrc.c:
5737         * gst/volume/gstvolume.c:
5738         * gst/volume/gstvolume.h:
5739           Add GAP-flag support.
5740
5741 2007-11-24  Julien MOUTTE  <julien@moutte.net>
5742
5743         * tests/examples/seek/seek.c: (main): Increase the range of the
5744         rate selector as I would like to test QOS behavior at higher
5745         forward and reverse playback speed like say 64x.
5746
5747 2007-11-23  Sebastian Dröge  <slomo@circular-chaos.org>
5748
5749         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
5750         (audioresample_query), (audioresample_query_type),
5751         (gst_audioresample_set_property):
5752         Implement latency query.
5753
5754 2007-11-21  Wim Taymans  <wim.taymans@gmail.com>
5755
5756         * gst-libs/gst/audio/gstbaseaudiosink.c:
5757         (gst_base_audio_sink_drain):
5758         Our EOS time contains the base_time, _wait_eos() expects a running_time
5759         so we have to subtract the base_time again before calling the function.
5760         This fixes an EOS regression where the base_time was added twice and EOS
5761         took longer and longer in certain situations.
5762         Fixes #498767.
5763
5764 2007-11-21  Wim Taymans  <wim.taymans@gmail.com>
5765
5766         * docs/libs/gst-plugins-base-libs-sections.txt:
5767         * gst-libs/gst/audio/gstbaseaudiosink.c: (slave_method_get_type),
5768         (gst_base_audio_sink_set_provide_clock),
5769         (gst_base_audio_sink_get_provide_clock),
5770         (gst_base_audio_sink_set_slave_method),
5771         (gst_base_audio_sink_get_slave_method),
5772         (gst_base_audio_sink_set_property),
5773         (gst_base_audio_sink_get_property), (gst_base_audio_sink_drain),
5774         (gst_base_audio_sink_none_slaving),
5775         (gst_base_audio_sink_handle_slaving):
5776         * gst-libs/gst/audio/gstbaseaudiosink.h:
5777         Expose methods for some object properties so that subclasses can more
5778         easily configure them.
5779         Added slave method none, that completely disables slaving to the
5780         internal clock.
5781         API: gst_base_audio_sink_set_provide_clock()
5782         API: gst_base_audio_sink_get_provide_clock()
5783         API: gst_base_audio_sink_set_slave_method()
5784         API: gst_base_audio_sink_get_slave_method()
5785
5786         * gst-libs/gst/audio/gstbaseaudiosrc.c:
5787         (gst_base_audio_src_set_provide_clock),
5788         (gst_base_audio_src_get_provide_clock),
5789         (gst_base_audio_src_set_property),
5790         (gst_base_audio_src_get_property), (gst_base_audio_src_create):
5791         * gst-libs/gst/audio/gstbaseaudiosrc.h:
5792         Expose methods for some object properties so that subclasses can more
5793         easily configure them.
5794         API: gst_base_audio_src_set_provide_clock()
5795         API: gst_base_audio_src_get_provide_clock()
5796
5797 2007-11-20  Wim Taymans  <wim.taymans@gmail.com>
5798
5799         Patch by: Joe Peterson <lavajoe at gentoo dot org>
5800
5801         * gst-libs/gst/sdp/gstsdpmessage.c:
5802         Fix compilation on FreeBSD (Gentoo). Fixes #498228.
5803
5804 2007-11-19  Sebastian Dröge  <slomo@circular-chaos.org>
5805
5806         * tests/check/libs/fft.c: (GST_START_TEST):
5807         Fix scaling to really have dB instead of something else.
5808
5809 2007-11-19  Julien MOUTTE  <julien@moutte.net>
5810
5811         * tests/examples/seek/seek.c: (main): There's a nice macro to check
5812         GTK version, use it.
5813
5814 2007-11-19  Julien MOUTTE  <julien@moutte.net>
5815
5816         * tests/examples/seek/seek.c: (main): Try to support stable version
5817         of GTK.
5818
5819 2007-11-17  Stefan Kost  <ensonic@users.sf.net>
5820
5821         * gst/playback/README:
5822         * gst/playback/test7.c:
5823           Fix the build + little README update.
5824
5825 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
5826
5827         * tests/examples/seek/seek.c: (make_playerbin2_pipeline), (main):
5828         Add playbin2 seek pipeline.
5829
5830 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
5831
5832         * gst/playback/Makefile.am:
5833         * gst/playback/gstplayback.c: (plugin_init):
5834         * gst/playback/test7.c: (update_scale), (warning_cb), (error_cb),
5835         (eos_cb), (about_to_finish_cb), (main):
5836         Add playbin2.
5837         Added gapless playback example.
5838
5839         * gst/playback/gstplaybasebin.c:
5840         * gst/playback/gstplaybasebin.h:
5841         * gst/playback/gstplaybin.c: (gst_play_bin_plugin_init):
5842         * gst/playback/gstqueue2.c:
5843         * gst/playback/test.c:
5844         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init),
5845         (pad_removed_cb):
5846         * gst/playback/gststreaminfo.h:
5847         Change email.
5848
5849         * gst/playback/gstplaybin2.c: (gst_play_bin_get_type),
5850         (gst_play_bin_class_init), (init_group), (gst_play_bin_init),
5851         (gst_play_bin_dispose), (gst_play_bin_set_uri),
5852         (gst_play_bin_set_suburi), (gst_play_bin_set_property),
5853         (gst_play_bin_get_property), (gst_play_bin_handle_message),
5854         (pad_added_cb), (pad_removed_cb), (no_more_pads_cb), (perform_eos),
5855         (drained_cb), (unlink_group), (activate_group),
5856         (setup_next_source), (gst_play_bin_change_state),
5857         (gst_play_bin2_plugin_init):
5858         Added raw first version of playbin2. Does chained oggs and gapless
5859         playback fine. No support for raw sinks yet. No visualisations or
5860         subtitles yet.
5861
5862         * gst/playback/gstplaysink.c: (gst_play_sink_get_type),
5863         (gst_play_sink_class_init), (gst_play_sink_init),
5864         (gst_play_sink_dispose), (gst_play_sink_vis_unblocked),
5865         (gst_play_sink_vis_blocked), (gst_play_sink_set_video_sink),
5866         (gst_play_sink_set_audio_sink), (gst_play_sink_set_vis_plugin),
5867         (gst_play_sink_set_property), (gst_play_sink_get_property),
5868         (post_missing_element_message), (free_chain), (add_chain),
5869         (activate_chain), (gen_video_chain), (gen_text_element),
5870         (gen_audio_chain), (gen_vis_element), (gst_play_sink_get_mode),
5871         (gst_play_sink_set_mode), (gst_play_sink_request_pad),
5872         (gst_play_sink_release_pad), (gst_play_sink_send_event_to_sink),
5873         (gst_play_sink_send_event), (gst_play_sink_change_state):
5874         * gst/playback/gstplaysink.h:
5875         Added Element that abstracts the sinks and their pipelines for playbin2.
5876
5877 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
5878
5879         * gst/playback/gststreamselector.c: (gst_selector_pad_get_type),
5880         (gst_selector_pad_class_init), (gst_selector_pad_init),
5881         (gst_selector_pad_finalize), (gst_selector_pad_reset),
5882         (gst_selector_pad_get_linked_pads), (gst_selector_pad_event),
5883         (gst_selector_pad_getcaps), (gst_selector_pad_bufferalloc),
5884         (gst_selector_pad_chain), (gst_stream_selector_get_type),
5885         (gst_stream_selector_base_init), (gst_stream_selector_class_init),
5886         (gst_stream_selector_init), (gst_stream_selector_set_property),
5887         (gst_stream_selector_get_linked_pad),
5888         (gst_stream_selector_getcaps),
5889         (gst_stream_selector_is_active_sinkpad),
5890         (gst_stream_selector_activate_sinkpad),
5891         (gst_stream_selector_get_linked_pads),
5892         (gst_stream_selector_request_new_pad),
5893         (gst_stream_selector_release_pad):
5894         * gst/playback/gststreamselector.h:
5895         Improve streamselector, make it select and unselect the current pad more
5896         intelligently. 
5897         Subclass GstPad for the sinkpads of the selector.
5898         Handle segments more correctly.
5899         Fix caps negotiation.
5900         Implement release_pad.
5901
5902 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
5903
5904         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
5905         (gst_decode_group_check_if_drained), (source_pad_event_probe),
5906         (remove_fakesink):
5907         Add drained signal fired when decodebin finishes decoding the data.
5908         Remove deprecated STATE_DIRTY message.
5909
5910         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init),
5911         (unknown_type_cb), (new_decoded_pad_cb), (pad_removed_cb),
5912         (analyse_source), (proxy_drained_signal), (make_decoder),
5913         (source_new_pad), (value_list_append_structure_list),
5914         (handle_redirect_message), (handle_message):
5915         Proxy the new drained signal.
5916         Handle pad removed from decodebin.
5917         Handle redirect messages by sorting multiple redirections based on the
5918         connection speed.
5919
5920 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
5921
5922         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
5923
5924         * gst-libs/gst/rtsp/gstrtspmessage.c: (gst_rtsp_message_unset):
5925         Fix leaking headers. Fixes #496761.
5926
5927 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
5928
5929         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
5930
5931         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
5932         (gst_ximagesink_change_state):
5933         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get):
5934         Don't leak the PAR on errors. Fixes #496731.
5935
5936 2007-11-16  Tim-Philipp Müller  <tim at centricular dot net>
5937
5938         * gst-libs/gst/tag/gstid3tag.c: (user_tag_matches),
5939           (gst_tag_from_id3_user_tag):
5940           Add mapping for audio cd discid tags, so we can extract
5941           them from tags as well (see #347848). Also compare identifiers
5942           in ID3v2 TXXX frames in a case-insensitive way to increase
5943           compatibility when reading tags (discid vs. DiscID vs. DiscId).
5944
5945 2007-11-16  Jan Schmidt  <jan.schmidt@sun.com>
5946
5947         * gst-plugins-base.doap:
5948         Oops, fix the release name.
5949
5950 2007-11-16  Jan Schmidt  <jan.schmidt@sun.com>
5951
5952         * gst-plugins-base.doap:
5953         Add 0.10.15 release
5954
5955 2007-11-16  Jan Schmidt  <jan.schmidt@sun.com>
5956
5957         * configure.ac:
5958         Back to CVS
5959
5960 === release 0.10.15 ===
5961
5962 2007-11-15  Jan Schmidt <jan.schmidt@sun.com>
5963
5964         * configure.ac:
5965           releasing 0.10.15, "No need to argue"
5966
5967 2007-11-15  Jan Schmidt  <jan.schmidt@sun.com>
5968
5969         * win32/vs6/libgstfft.dsp:
5970         Convert line endings to DOS.
5971
5972 2007-11-15  Sebastien Moutte <sebastien@moutte.net>
5973
5974         * win32/vs6/gst_plugins_base.dsw:
5975         * win32/vs6/libgstfft.dsp:
5976         * win32/MANIFEST:
5977         Add a project file for fft plugin and remove socket
5978         based plugin which don't build from the workspace.
5979         * win32/vs6/libgstaudio.dsp:
5980         * win32/vs6/libgstrtp.dsp:
5981         * win32/vs6/libgsttag.dsp:
5982         Convert line endings back to DOS.
5983         Fixes #496724
5984
5985 2007-11-14  Jan Schmidt  <jan.schmidt@sun.com>
5986
5987         * win32/vs6/libgstinterfaces.dsp:
5988         * win32/vs6/libgstrtsp.dsp:
5989         Convert line endings back to DOS
5990
5991 2007-11-14  Jan Schmidt  <jan.schmidt@sun.com>
5992
5993         * gst-libs/gst/fft/kiss_fft_f32.h:
5994         * gst-libs/gst/fft/kiss_fft_f64.h:
5995         * gst-libs/gst/fft/kiss_fft_s16.h:
5996         * gst-libs/gst/fft/kiss_fft_s32.h:
5997         Don't include malloc.h which doesn't exist on Mac OSX.
5998         Instead, pull in glib.h and use g_malloc/g_free for 
5999         consistency. Fixes: #496548
6000
6001 2007-11-09  Stefan Kost  <ensonic@users.sf.net>
6002
6003         * gst/playback/gstdecodebin2.c:
6004           Dont leak ghostpad. Fixes #475451.
6005
6006 2007-11-09  Wim Taymans  <wim.taymans@gmail.com>
6007
6008         * docs/design/design-decodebin.txt:
6009         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
6010         Update some more docs and comments.
6011
6012 2007-11-06  Tim-Philipp Müller  <tim at centricular dot net>
6013
6014         Patch by: Sebastien Moutte  <sebastien moutte net>
6015
6016         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_ntp_to_unix),
6017           (gst_rtcp_unix_to_ntp):
6018         * gst-libs/gst/rtp/gstrtppayloads.c: (gst_rtp_payload_info_for_name):
6019           Fix some C99-isms and and a missing function that some versions of
6020           MSVC don't like too much (#494346).
6021
6022         * win32/vs6/gst_plugins_base.dsw:
6023         * win32/vs6/libgstaudio.dsp:
6024         * win32/vs6/libgstrtp.dsp:
6025         * win32/vs6/libgsttag.dsp:
6026           Update vs6 projects files (#494346).
6027
6028 2007-11-06  Tim-Philipp Müller  <tim at centricular dot net>
6029
6030         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
6031
6032         * win32/common/libgstaudio.def:
6033         * win32/common/libgstcdda.def:
6034         * win32/common/libgstinterfaces.def:
6035         * win32/common/libgstnetbuffer.def:
6036         * win32/common/libgstpbutils.def:
6037         * win32/common/libgstrtp.def:
6038         * win32/common/libgstrtsp.def:
6039         * win32/common/libgsttag.def:
6040         * win32/common/libgstvideo.def:
6041           More missing symbols to export (fixes #493986).
6042
6043 2007-11-06  Sebastian Dröge  <slomo@circular-chaos.org>
6044
6045         * docs/libs/gst-plugins-base-libs-sections.txt:
6046         * gst-libs/gst/fft/gstfftf32.c:
6047         * gst-libs/gst/fft/gstfftf32.h:
6048         * gst-libs/gst/fft/gstfftf64.c:
6049         * gst-libs/gst/fft/gstfftf64.h:
6050         * gst-libs/gst/fft/gstffts16.c:
6051         * gst-libs/gst/fft/gstffts16.h:
6052         * gst-libs/gst/fft/gstffts32.c:
6053         * gst-libs/gst/fft/gstffts32.h:
6054         * tests/check/libs/fft.c: (GST_START_TEST):
6055         Remove the magnitude and phase calculation functions as these have
6056         very special use cases and can't even be used for the spectrum
6057         element. Also adjust the docs to mention some properties of the used
6058         FFT implemention, i.e. how the values are scaled. Fixes #492098.
6059
6060 2007-11-06  Tim-Philipp Müller  <tim at centricular dot net>
6061
6062         * gst/playback/gstplaybasebin.c: (queue_threshold_reached),
6063           (finish_source):
6064           Avoid crash when there are external subtitles (fixes #491722).
6065
6066 2007-11-03  Tim-Philipp Müller  <tim at centricular dot net>
6067
6068         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
6069         * ext/alsa/gstalsasrc.c: (gst_alsasrc_open):
6070           'Could not open resource for writing' is not an acceptable
6071           error message when we can't open the audio device (see #492334),
6072           even less so when we're trying to open it to record something.
6073
6074 2007-11-02  Tim-Philipp Müller  <tim at centricular dot net>
6075
6076         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
6077
6078         * win32/common/libgstrtp.def:
6079           Add some more missing symbols (#492813).
6080
6081 2007-11-02  Tim-Philipp Müller  <tim at centricular dot net>
6082
6083         Patch by: Thijs Vermeir <thijsvermeir@gmail.com>
6084
6085         * tests/check/elements/audioconvert.c: (verify_convert):
6086           Add check to make sure that the out caps have a channel layout
6087           set on them where they should have one.
6088
6089 2007-11-01  Tim-Philipp Müller  <tim at centricular dot net>
6090
6091         Patch by: Vincent Torri <vtorri at univ-evry dot fr>
6092
6093         * gst-libs/gst/fft/kiss_fft_s16.h: (KISS_FFT_S16_MALLOC):
6094         * gst-libs/gst/fft/kiss_fft_s32.h: (KISS_FFT_S32_MALLOC):
6095           Include our own _stdint.h instead of sys/types.h, makes MingW happy
6096           (#492306).
6097
6098         * gst-libs/gst/rtsp/gstrtspconnection.c: (gst_rtsp_connection_create):
6099           Use _pipe directly, GLib doesn't have a pipe() macro any longer
6100           (it disappeared in GLib 2.14.0) (#492306).
6101
6102         * gst-libs/gst/sdp/Makefile.am:
6103         * gst-libs/gst/sdp/gstsdpmessage.c:
6104           Fix includes and LIBS for win32/Mingw (#492306).
6105
6106         * tests/examples/dynamic/addstream.c (pause_play_stream):
6107           Use more portable g_usleep() instead of sleep() (#492306).
6108
6109 2007-11-01  Tim-Philipp Müller  <tim at centricular dot net>
6110
6111         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
6112
6113         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
6114           (gst_ring_buffer_parse_caps):
6115           Return NULL instead of an enum that happens to be 0, fixes warning
6116           on MSVC (#492114).
6117
6118         * gst-libs/gst/audio/gstringbuffer.h:
6119           No trailing commas in enum list (for gcc-2.9x).
6120
6121         * gst/videotestsrc/videotestsrc.c: (random_char):
6122           Make information loss explicit instead of implicitly truncating to
6123           eight bits via the return value.  Fixes runtime error on MSVC when
6124           using the debug CRT (#492114).
6125
6126         * win32/common/config.h.in:
6127           Fix a bunch of '#undef FOO bar', which MSVC doesn't like (#492114).
6128
6129         * win32/common/libgstinterfaces.def:
6130         * win32/common/libgstrtp.def:
6131           Export a few more symbols (#492114).
6132
6133 2007-11-01  Stefan Kost  <ensonic@users.sf.net>
6134
6135         * gst-libs/gst/audio/audio.c:
6136         * gst-libs/gst/audio/audio.h:
6137           Readd the deprecation guards, but preserve compilability.
6138
6139 2007-10-31  Tim-Philipp Müller  <tim at centricular dot net>
6140
6141         * gst/audioconvert/gstaudioconvert.c: (find_suitable_channel_layout),
6142           (gst_audio_convert_fixate_channels), (gst_audio_convert_fixate_caps):
6143           Preserve channel layout when fixating the number of channels in the
6144           output caps, or make sure there's a suitable channel position layout
6145           set on the caps if required. Fixes #430677.
6146
6147 2007-10-31  Tim-Philipp Müller  <tim at centricular dot net>
6148
6149         * tests/check/elements/decodebin.c: (test_text_plain_streams):
6150           Make sure the pipeline really operates in push mode as it should
6151           in this case.
6152
6153 2007-10-31  Tim-Philipp Müller  <tim at centricular dot net>
6154
6155         * gst-libs/gst/audio/audio.h:
6156           Don't guard deprecated enum with #ifndef DISABLE_DEPRECATED, or
6157           compilation with DISABLE_DEPRECATED and without REMOVE_DEPRECATED
6158           (ie. normal cvs builds) will fail.
6159
6160 2007-10-31  Stefan Kost  <ensonic@users.sf.net>
6161
6162         * docs/libs/Makefile.am:
6163         * gst-libs/gst/audio/audio.c:
6164         * gst-libs/gst/audio/audio.h:
6165         * gst-libs/gst/interfaces/mixer.c:
6166           tell gtk-doc about the deprecation guard. Apply more doc fixes.
6167
6168 2007-10-31  Tim-Philipp Müller  <tim at centricular dot net>
6169
6170         * tests/check/libs/audio.c: (init_value_to_channel_layout),
6171           (test_channel_layout_value_intersect), (audio_suite):
6172           Add simple unit test to make sure GstValue intersection
6173           of channel layouts works the way I think it does.
6174
6175 2007-10-30  Stefan Kost  <ensonic@users.sf.net>
6176
6177         * docs/libs/gst-plugins-base-libs-sections.txt:
6178         * gst-libs/gst/audio/gstaudiofilter.h:
6179         * gst-libs/gst/interfaces/mixer.h:
6180         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6181         * gst-libs/gst/rtp/gstbasertpdepayload.h:
6182         * gst-libs/gst/sdp/gstsdpmessage.c:
6183           Fix the docs according to what gtk-doc complained about.
6184
6185 2007-10-30  Stefan Kost  <ensonic@users.sf.net>
6186
6187         * tests/icles/stress-playbin.c:
6188           Fix the build.
6189
6190 2007-10-30  Tim-Philipp Müller  <tim at centricular dot net>
6191
6192         * gst/playback/gstdecodebin.c: (close_pad_link), (type_found):
6193         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
6194           Post nice/more useful error message if we don't have a decoder for
6195           the primary type.
6196
6197 2007-10-30  Wim Taymans  <wim.taymans@gmail.com>
6198
6199         * gst/playback/gstdecodebin2.c: (gst_decode_group_expose):
6200         Be a bit more useful, unblock the pads after we fired the no-more-pads
6201         signal so that we can use the signal to inspect and connect all pads
6202         without having to keep extra state outside of decodebin.
6203
6204 2007-10-30  Wim Taymans  <wim.taymans@gmail.com>
6205
6206         * gst/playback/gsturidecodebin.c:
6207         (gst_uri_decode_bin_autoplug_continue),
6208         (gst_uri_decode_bin_class_init), (no_more_pads_full):
6209         Implement default signal handler so that we return TRUE when nothing is
6210         connected.
6211
6212 2007-10-28  Sebastian Dröge  <slomo@circular-chaos.org>
6213
6214         * gst-libs/gst/riff/riff-media.c:
6215         (gst_riff_wavext_add_channel_layout),
6216         (gst_riff_wave_add_default_channel_layout),
6217         (gst_riff_wavext_get_default_channel_mask),
6218         (gst_riff_create_audio_caps):
6219         Use the ALSA channel layout as default for wav files without channel
6220         layout information. This fixes playback of chan-id.wav on 5.1 systems
6221         for example. Also refactor the channel layout setting a bit and add
6222         more default channel orders. Fixes #489010.
6223
6224 2007-10-26  Tim-Philipp Müller  <tim at centricular dot net>
6225
6226         * tests/check/libs/tag.c: (test_musicbrainz_tag_registration):
6227           GST_TAG_MUSICBRAINZ_SORTNAME is deprecated and we compile with
6228           -DGST_DISABLE_DEPRECATED, so use new GST_TAG_ARTIST_SORTNAME
6229           instead.
6230
6231 2007-10-25  Wim Taymans  <wim.taymans@gmail.com>
6232
6233         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
6234         (gst_decode_bin_dispose), (gst_decode_bin_set_caps),
6235         (gst_decode_bin_set_subs_encoding),
6236         (gst_decode_bin_get_subs_encoding), (gst_decode_bin_set_property),
6237         (gst_decode_bin_get_property), (analyze_new_pad):
6238         Move subtitle encoding property to decodebin2 so that it can set the
6239         property value on all elements that it autoplugs and that require it.
6240         Make caps refcounting more consistent in get/set.
6241
6242         * gst/playback/gsturidecodebin.c: (_gst_boolean_accumulator),
6243         (gst_uri_decode_bin_class_init), (gst_uri_decode_bin_init),
6244         (gst_uri_decode_bin_finalize), (gst_uri_decode_bin_set_property),
6245         (gst_uri_decode_bin_get_property), (proxy_unknown_type_signal),
6246         (proxy_autoplug_continue_signal),
6247         (proxy_autoplug_factories_signal), (proxy_autoplug_select_signal),
6248         (make_decoder):
6249         Proxy properties and relevant signals from the internal decodebin.
6250         Make properties MT safe.
6251
6252 2007-10-25  Tim-Philipp Müller  <tim at centricular dot net>
6253
6254         * gst-libs/gst/tag/tag.h: (GST_TAG_MUSICBRAINZ_SORTNAME):
6255         * gst-libs/gst/tag/tags.c:
6256           Deprecate GST_TAG_MUSICBRAINZ_SORTNAME, replaced by the newly-added
6257           GST_TAG_ARTIST_SORTNAME (in an API and ABI compatible way).
6258
6259         * gst-libs/gst/tag/gstid3tag.c: (tag_matches):
6260           Map ID3v2 TSOP, TSOA and TSOT frames to new SORTNAME tags (#414539).
6261
6262         * gst-libs/gst/tag/gstvorbistag.c: (tag_matches),
6263           (gst_tag_to_vorbis_comments):
6264           Map new SORTNAME tags (these tags aren't even semi-official, so I'm
6265           just mapping everything I found in the wild) (#414539).
6266
6267 2007-10-24  Wim Taymans  <wim.taymans@gmail.com>
6268
6269         Inspired by patch of: René Stadler <mail at renestadler dot de>
6270
6271         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
6272         (gst_decode_bin_autoplug_continue),
6273         (gst_decode_bin_autoplug_factories),
6274         (gst_decode_bin_autoplug_select), (analyze_new_pad), (connect_pad),
6275         (find_compatibles):
6276         * gst/playback/gstplay-marshal.list:
6277         Remove the autoplug-sort signal and replace it with a binding friendly
6278         autoplug-select signal.
6279         Add an autoplug-factories signal that can be used to generate a list of
6280         factories to try to autoplug.
6281         Add the GstPad to the autoplugging signal args as it might be needed to
6282         make a good factory selection.
6283         Fix up the marshallers for this. Fixes #407282.
6284
6285 2007-10-23  Tim-Philipp Müller  <tim at centricular dot net>
6286
6287         * gst-libs/gst/tag/gsttagdemux.c:
6288           Don't abort with an assertion if we receive a seek event with
6289           a start type of NONE (see launchpad bug #155878).
6290
6291 2007-10-22  Wim Taymans  <wim.taymans@gmail.com>
6292
6293         * sys/ximage/ximagesink.c: (gst_ximagesink_event_thread),
6294         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
6295         (gst_ximagesink_change_state), (gst_ximagesink_reset):
6296         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_event_thread),
6297         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_xcontext_clear),
6298         (gst_xvimagesink_change_state), (gst_xvimagesink_reset):
6299         Make sure that before we clean up the X resources, we shutdown and join
6300         the event thread.
6301         Also make sure the event thread does not shut down immediatly after
6302         startup because the running variable is not yet correctly set.
6303         Fixes #378770. 
6304
6305 2007-10-16  Wim Taymans  <wim.taymans@gmail.com>
6306
6307         * gst/playback/gstdecodebin.c: (new_pad), (type_found):
6308         Make the window for a race in typefind and shutting down smaller until
6309         we figure out the right locking here. Avoids #485753 usually.
6310
6311         * gst/playback/gstdecodebin2.c: (type_found), (pad_added_group_cb):
6312         Remove unneeded lock causing a race in typefind and shutting down.
6313         Fixes #485753.
6314
6315         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
6316         Also remove sinks when going to NULL because we might not complete the
6317         state change to PAUSED, causing the PAUSED->READY state change not to
6318         happen.
6319
6320 2007-10-16  Wim Taymans  <wim.taymans@gmail.com>
6321
6322         * gst-libs/gst/audio/gstbaseaudiosink.c:
6323         (gst_base_audio_sink_drain), (gst_base_audio_sink_change_state):
6324         Also explicitly release the ringbuffer when going to NULL because it
6325         is required in the setcaps function, before the state change to PAUSED
6326         completes.
6327
6328 2007-10-16  Tim-Philipp Müller  <tim at centricular dot net>
6329
6330         * tests/icles/.cvsignore:
6331         * tests/icles/Makefile.am:
6332         * tests/icles/stress-playbin.c:
6333           Does what it says on the tin.
6334
6335 2007-10-15  Wim Taymans  <wim.taymans@gmail.com>
6336
6337         * gst/playback/gstqueue2.c: (gst_queue_init), (gst_queue_push_one):
6338         Fix queue negotiation. See #486758.
6339
6340 2007-10-12  Jan Schmidt  <Jan.Schmidt@sun.com>
6341
6342         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
6343         (gst_xvimagesink_xwindow_new),
6344         (gst_xvimagesink_update_colorbalance),
6345         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get):
6346
6347         Fix handling of some of the X atoms. If the last parameter is True,
6348         XInternAtom won't create the atom if it doesn't exist, and therefore
6349         might return None. This causes X errors on Xv implementations that
6350         don't provide the colour balance attributes.
6351
6352 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
6353
6354         * gst-libs/gst/tag/gstvorbistag.c:
6355         * tests/check/libs/tag.c:
6356           Extract vorbis comment LICENSE tags correctly.
6357
6358 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
6359
6360         Patch by: Jason Kivlighn  <jkivlighn gmail com>
6361
6362         * gst-libs/gst/tag/gstid3tag.c:
6363         * tests/check/libs/tag.c:
6364           Map ID3v2 WCOP frame to GST_TAG_COPYRIGHT_URI (#447000).
6365
6366 2007-10-10  Tim-Philipp Müller  <tim at centricular dot net>
6367
6368         * gst-libs/gst/tag/gsttagdemux.c:
6369           Don't error out when a buggy downstream element doesn't
6370           handle the newsegment event we send properly (especially
6371           not without posting a meaningful error message on the
6372           bus). See bug #471370 and launchpad bug #136264.
6373
6374 2007-10-10  Wim Taymans  <wim.taymans@gmail.com>
6375
6376         * gst-libs/gst/audio/gstbaseaudiosink.c:
6377         (gst_base_audio_sink_drain):
6378         Use new basesink method to make our EOS drain interruptable.
6379
6380 2007-10-10  Jan Schmidt  <Jan.Schmidt@sun.com>
6381
6382         * gst-libs/gst/rtp/gstrtppayloads.c:
6383         Fix silly search-replace oversight.
6384
6385 2007-10-09  Wim Taymans  <wim.taymans@gmail.com>
6386
6387         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
6388
6389         * gst-libs/gst/rtp/gstbasertppayload.c: (copy_fixed),
6390         (gst_basertppayload_set_outcaps):
6391         Fix caps memleak. Fixes #484989.
6392
6393
6394 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
6395
6396         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6397         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain):
6398         Fix debug output.
6399
6400 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
6401
6402         * gst-libs/gst/audio/gstbaseaudiosrc.c:
6403         (gst_base_audio_src_create):
6404         Also handle the case where there is no clock set on the audio source,
6405         like in the unit tests.
6406
6407 2007-10-08  Jan Schmidt  <Jan.Schmidt@sun.com>
6408
6409         * gst-libs/gst/rtp/gstrtppayloads.c:
6410         Use unsigned G_MAXUINT8 instead of -1 to initialise a guint8
6411         to avoid compiler warnings
6412
6413 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
6414
6415         * gst/playback/gstdecodebin.c: (type_found),
6416         (gst_decode_bin_change_state):
6417         * gst/playback/gstdecodebin2.c: (type_found),
6418         (gst_decode_bin_change_state):
6419         Don't disconnect the have_type signal because we never reconnect it
6420         later on. Instead keep a variable to see if we already detected a type.
6421
6422 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
6423
6424         * gst/playback/gstdecodebin.c: (add_fakesink), (type_found):
6425         * gst/playback/gstdecodebin2.c: (gst_decode_bin_init),
6426         (type_found):
6427         Unlink the signal handler when we found the type, we're not going to do
6428         anything sensible with more type_found signals anyway.
6429
6430 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
6431
6432         * gst-libs/gst/tag/gsttagdemux.c:
6433           Don't leak caps.
6434
6435 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
6436
6437         * gst-libs/gst/tag/Makefile.am:
6438         * gst-libs/gst/tag/gsttagdemux.c:
6439         * gst-libs/gst/tag/gsttagdemux.h:
6440           API: add GstTagDemux base class for simple tag demuxers.
6441
6442         * docs/libs/gst-plugins-base-libs-docs.sgml:
6443         * docs/libs/gst-plugins-base-libs-sections.txt:
6444           Add GstTagDemux to docs.
6445
6446 2007-10-05  Sebastian Dröge  <slomo@circular-chaos.org>
6447
6448         * gst-libs/gst/rtp/gstrtpbuffer.c:
6449         (gst_rtp_buffer_get_payload_subbuffer):
6450         Fix bug introduced with last commit which inverted the logic and
6451         caused all buffers to be dropped. Fixes #483620.
6452         Thanks to Laurent Glayal <spglegle at yahoo dot fr> for noticing.
6453
6454 2007-10-04  Stefan Kost  <ensonic@users.sf.net>
6455
6456         * gst-libs/gst/rtp/gstrtpbuffer.c:
6457           Replace g_return_if_val (as it could be disabled), with regular return
6458           and warning.
6459
6460 2007-10-03  Stefan Kost  <ensonic@users.sf.net>
6461
6462         * tests/check/pipelines/simple-launch-lines.c:
6463           Print message name and not just number.
6464
6465 2007-10-02  Wim Taymans  <wim.taymans@gmail.com>
6466
6467         * gst-libs/gst/audio/gstbaseaudiosink.c:
6468         (gst_base_audio_sink_async_play):
6469         When slaved to the clock, don't try to align a sample with the previous
6470         one when going to PLAYING again.
6471
6472 2007-10-02  Stefan Kost  <ensonic@users.sf.net>
6473
6474         * tests/examples/snapshot/snapshot.c:
6475           Fix the build.
6476
6477 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
6478
6479         * gst-libs/gst/sdp/gstsdpmessage.h:
6480         Add RFC 3556 bandwidth modifiers.
6481
6482 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
6483
6484         * docs/libs/gst-plugins-base-libs-docs.sgml:
6485         * docs/libs/gst-plugins-base-libs-sections.txt:
6486         * gst-libs/gst/rtp/gstrtppayloads.c:
6487         Update documentation.
6488
6489 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
6490
6491         * gst-libs/gst/rtp/Makefile.am:
6492         * gst-libs/gst/rtp/gstrtppayloads.c: (gst_rtp_payload_info_for_pt),
6493         (gst_rtp_payload_info_for_name):
6494         * gst-libs/gst/rtp/gstrtppayloads.h:
6495         Added new file and header to deal with payload info.
6496
6497         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data),
6498         (gst_rtp_buffer_default_clock_rate):
6499         * gst-libs/gst/rtp/gstrtpbuffer.h:
6500         Payload specific stuff is move to new headers.
6501         Implement _default_clock rate using the new payload function.
6502
6503         * gst-libs/gst/sdp/gstsdpmessage.c: (is_multicast_address),
6504         (gst_sdp_parse_line):
6505         * gst-libs/gst/sdp/gstsdpmessage.h:
6506         Add some more comments.
6507
6508 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
6509
6510         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
6511         (sdp_check_header), (sdp_type_find), (plugin_init):
6512         Add typefind function for application/sdp.
6513         Remove some old dirac typefind code that was ifdeffed out.
6514
6515 2007-09-29  Sebastien Moutte <sebastien@moutte.net>
6516
6517         * win32/common/libgstaudio.def:
6518         Add new exported functions.
6519         * win32/vs6/grammar.dsp:
6520         Add autogeneration and copy of some autegenerated files from win32/common
6521         for rtsp library.
6522         * win32/vs6/libgstaudioconvert.dsp:
6523         Add gstaudioquantize.c to the build.
6524         * win32/vs6/libgstinterfaces.dsp:
6525         Add videoorientation.c to the build.
6526         * win32/vs6/libgstriff.dsp:
6527         Add libgsttag to the link libraries list.
6528         * win32/vs6/libgstvolume.dsp:
6529         Add liboil to the link.
6530         * win32/vs6/gst_plugins_base.dsw:
6531         * win32/vs6/libgstrtsp.dsp:
6532         * win32/common/libgstrtsp.def:
6533         Add files to build libgstrtsp library.
6534         
6535 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
6536
6537         * tests/examples/snapshot/snapshot.c: (main):
6538         Print error when pipeline failed to construct.
6539
6540 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
6541
6542         * configure.ac:
6543         * gst-libs/gst/tag/gstid3tag.c:
6544         * gst-libs/gst/tag/gstvorbistag.c:
6545           Add mappings for the new GST_TAG_COMPOSER for vorbis comments
6546           and ID3v2 tags.
6547
6548 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
6549
6550         * gst-libs/gst/floatcast/floatcast.h:
6551           Don't include config.h in an installed public header, this
6552           might break compilation of applications that don't have such
6553           a header and doesn't necessarily do what it's supposed to do
6554           anyway (ie. check for the lrint/lrintf defines) (#442065).
6555           Add docs for the various macros and document how this header
6556           has to be used (link against libm, etc.); add a few FIXMEs;
6557           include math.h for non-c99 code path.  Based on patch by
6558           Jan Schmidt.
6559           
6560 2007-09-25  Sebastian Dröge  <slomo@circular-chaos.org>
6561
6562         * configure.ac:
6563         Use AG_GST_ARG_WITH_PLUGINS and AG_GST_ARG_ENABLE_EXTERNAL instead
6564         of duplicating these macros in configure.ac.
6565
6566 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6567
6568         * po/hu.po:
6569         * po/sv.po:
6570         * po/uk.po:
6571           Updated translations to 0.10.14
6572
6573 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6574
6575         translated by: Jakub Bogusz <qboosh@pld-linux.org>
6576
6577         * po/pl.po:
6578           Added Polish translation.
6579
6580 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6581
6582         translated by: Ilkka Tuohela <hile@iki.fi>
6583
6584         * po/fi.po:
6585           Added Finnish translation.
6586
6587 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6588
6589         translated by: Jorge González González <aloriel@gmail.com>
6590
6591         * po/es.po:
6592           Added Spanish translation.
6593
6594 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6595
6596         translated by: Mogens Jaeger <mogens@jaeger.tf>
6597
6598         * po/da.po:
6599           Added Danish translation.
6600
6601 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6602
6603         translated by: Funda Wang <fundawang@linux.net.cn>
6604
6605         * po/zh_CN.po:
6606           Added Chinese (simplified) translation.
6607
6608 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6609
6610         translated by: Alexander Shopov <ash@contact.bg>
6611
6612         * po/bg.po:
6613           Added Bulgarian translation.
6614
6615 2007-09-21  Wim Taymans  <wim.taymans@gmail.com>
6616
6617         * gst/playback/gstqueue2.c: (gst_queue_push_one):
6618         Fix compilation wrt printf arguments.
6619
6620 2007-09-20  Wim Taymans  <wim.taymans@gmail.com>
6621
6622         * configure.ac:
6623         * tests/examples/Makefile.am:
6624         * tests/examples/snapshot/.cvsignore:
6625         * tests/examples/snapshot/Makefile.am:
6626         * tests/examples/snapshot/snapshot.c: (main):
6627         Add simple snapshot example program using appsink.
6628
6629 2007-09-20  Stefan Kost  <ensonic@users.sf.net>
6630
6631         * tests/check/generic/states.c:
6632           Improved state change unit test.
6633
6634 2007-09-19  Stefan Kost  <ensonic@users.sf.net>
6635
6636         * docs/plugins/.cvsignore:
6637         * tests/check/.cvsignore:
6638           Ignore registries in any format.
6639
6640 2007-09-19  Wim Taymans  <wim.taymans@gmail.com>
6641
6642         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6643         (gst_base_rtp_depayload_chain),
6644         (gst_base_rtp_depayload_set_gst_timestamp):
6645         Only copy timestamp on outgoing packets if the depayloader did not set
6646         one.
6647         Also copy duration on outgoing packets.
6648
6649 2007-09-19  Wim Taymans  <wim.taymans@gmail.com>
6650
6651         * gst-libs/gst/rtp/gstbasertppayload.c: (copy_fixed),
6652         (gst_basertppayload_set_outcaps):
6653         Fix compilation because of missing %d in printf.
6654         When fixating caps, fixate what we can and throw away all remaining
6655         unfixed caps, subclasses should do something smart if they need to.
6656
6657 2007-09-19  Stefan Kost  <ensonic@users.sf.net>
6658
6659         * ext/gnomevfs/gstgnomevfssrc.c:
6660           Improve debug logs a bit and be more verbose if things go wrong.
6661
6662 2007-09-17  Jan Schmidt  <Jan.Schmidt@sun.com>
6663
6664         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
6665         (gst_text_overlay_set_property):
6666         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
6667         * gst-libs/gst/audio/gstbaseaudiosink.c:
6668         (gst_base_audio_sink_render):
6669         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_ntp_to_unix),
6670         (gst_rtcp_unix_to_ntp):
6671         * gst-libs/gst/rtsp/gstrtspmessage.c: (gst_rtsp_message_get_type):
6672         * gst/playback/gstqueue2.c:
6673         * tests/examples/seek/seek.c: (set_scale):
6674         Fix a bunch of compile warnings shown with Forte.
6675
6676         * gst/audiorate/gstaudiorate.c:
6677         Always pull in config.h before including any system headers.
6678
6679 2007-09-17  Wim Taymans  <wim.taymans@gmail.com>
6680
6681         * gst/playback/gstqueue2.c: (update_buffering),
6682         (gst_queue_locked_flush), (gst_queue_locked_enqueue),
6683         (gst_queue_handle_sink_event), (gst_queue_chain),
6684         (gst_queue_push_one), (gst_queue_sink_activate_push),
6685         (gst_queue_src_activate_push), (gst_queue_src_activate_pull):
6686         Also fix #476514 for queue2.
6687
6688 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
6689
6690         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6691         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_setcaps),
6692         (gst_base_rtp_depayload_chain),
6693         (gst_base_rtp_depayload_handle_sink_event),
6694         (gst_base_rtp_depayload_push_full),
6695         (gst_base_rtp_depayload_set_gst_timestamp),
6696         (gst_base_rtp_depayload_change_state):
6697         Remove code to deal with RTP to GST time conversion, we now just copy
6698         the GST timestamp we receive to the outgoing buffers.
6699         Handle segment and flushes correctly.
6700
6701         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
6702         When we have no valid input timestamp, use the previous rtp timestamp on
6703         the outgoing RTP packet instead of the RTP base time.
6704
6705 2007-09-15  David Schleef  <ds@schleef.org>
6706
6707         * ext/alsa/gstalsa.c:
6708         * ext/alsa/gstalsadeviceprobe.c:
6709         * ext/alsa/gstalsamixer.c:
6710         * ext/alsa/gstalsasink.c:
6711         * ext/alsa/gstalsasrc.c:
6712           Change alsa alloca's to malloc to fix warnings on gcc-4.2.
6713
6714 2007-09-15  Wim Taymans  <wim.taymans@gmail.com>
6715
6716         * gst-libs/gst/rtp/gstbasertppayload.c:
6717         (gst_basertppayload_set_outcaps), (gst_basertppayload_push):
6718         Add some debug info when negotiating caps.
6719
6720 2007-09-14  Wim Taymans  <wim.taymans@gmail.com>
6721
6722         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data):
6723         A buffer with an empty payload is also a valid buffer.
6724
6725 2007-09-14  Wim Taymans  <wim.taymans@gmail.com>
6726
6727         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_event),
6728         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
6729         (gst_basertppayload_change_state):
6730         Make sure we start our RTP timestamp from the random base RTP
6731         timestamp even if the buffer timestamp starts from some random value.
6732
6733 2007-09-14  Wim Taymans  <wim.taymans@gmail.com>
6734
6735         * configure.ac:
6736         * tests/examples/Makefile.am:
6737         * tests/examples/dynamic/.cvsignore:
6738         * tests/examples/dynamic/Makefile.am:
6739         * tests/examples/dynamic/addstream.c: (create_stream),
6740         (pause_play_stream), (message_received), (eos_message_received),
6741         (perform_step), (main):
6742         Add simple exmple app to demonstrate starting and pausing live and
6743         non-live bins in a PLAYING pipeline.
6744
6745 2007-09-14  Julien MOUTTE  <julien@moutte.net>
6746
6747         * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add some
6748         typefind for QCP files (RFC #3625)
6749
6750 2007-09-13  Wim Taymans  <wim.taymans@gmail.com>
6751
6752         * gst-libs/gst/audio/gstbaseaudiosink.c:
6753         (gst_base_audio_sink_init):
6754         Disable pull mode scheduling, we're not ready for it yet and it subtly
6755         breaks a lot of things.
6756
6757 2007-09-12  Tim-Philipp Müller  <tim at centricular dot net>
6758
6759         * tests/check/elements/libvisual.c:
6760           Test all libvisual plugins, not just the first one; this reproduces
6761           bug #450336 quite easily.  Looks like a problem with the 'jess'
6762           visualisation.
6763
6764 2007-09-12  Tim-Philipp Müller  <tim at centricular dot net>
6765
6766         * tests/check/Makefile.am:
6767         * tests/check/elements/.cvsignore:
6768         * tests/check/elements/libvisual.c:
6769           Add basic libvisual test case in an attempt to reproduce bug #450336.
6770           Doesn't reproduce that bug, but some other crasher instead (invalid
6771           free), at least with make elements/libvisual.forever and the bumscope
6772           plugin on x86-64/gutsy. Leaving test disabled for now.
6773
6774 2007-09-11  Wim Taymans  <wim.taymans@gmail.com>
6775
6776         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
6777
6778         * gst-libs/gst/rtsp/gstrtspconnection.c:
6779         (gst_rtsp_connection_read_internal), (gst_rtsp_connection_read),
6780         (read_body), (gst_rtsp_connection_receive):
6781         Make sure we can not cancel in the middle of receiving a message.
6782         Fixes #475731.
6783
6784 2007-09-11  Tim-Philipp Müller  <tim at centricular dot net>
6785
6786         Patch by: Josep Torra Valles <josep@fluendo.com>
6787
6788         * gst/playback/gstplaybasebin.c:
6789           Increase upper limit for audio queue a bit; fixes preroll problem
6790           with playbin and decodebin2 when playing a quicktime trailer with
6791           multichannel audio via http (#464666).
6792
6793 2007-09-10  Wim Taymans  <wim.taymans@gmail.com>
6794
6795         * gst-libs/gst/audio/gstbaseaudiosrc.c:
6796         (gst_base_audio_src_class_init), (gst_base_audio_src_init),
6797         (gst_base_audio_src_provide_clock),
6798         (gst_base_audio_src_set_property),
6799         (gst_base_audio_src_get_property), (gst_base_audio_src_create):
6800         * gst-libs/gst/audio/gstbaseaudiosrc.h:
6801         Allow othe clocks than the internal clock to be used for the pipeline.
6802         Add property to disable clock provide.
6803         API: GstBaseAudioSrc::provide-clock
6804
6805 2007-09-10  Stefan Kost  <ensonic@users.sf.net>
6806
6807         * gst/playback/gstdecodebin2.c:
6808           Don't leak request pads. Fixes #475395.
6809
6810 2007-09-09  Sebastian Dröge  <slomo@circular-chaos.org>
6811
6812         Patch by: René Stadler <mail at renestadler dot de>
6813
6814         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
6815         (gst_ximage_buffer_class_init):
6816         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
6817         (gst_xvimage_buffer_class_init):
6818         Correctly chain up finalize with the parent class to prevent
6819         memory leaks. Fixes #474880.
6820
6821 2007-09-09  Sebastian Dröge  <slomo@circular-chaos.org>
6822
6823         * gst/volume/gstvolume.c: (volume_choose_func):
6824         * tests/check/elements/volume.c: (GST_START_TEST):
6825         Revert the latest change: floating point samples are allowed to
6826         have any value, not only values in the range [-1,1]. Thanks to Andy
6827         Wingo for noticing.
6828         Also fix processing of int32 samples with volumes > 4 by making the
6829         unity value smaller which prevents overflows.
6830
6831 2007-09-07  Tim-Philipp Müller  <tim at centricular dot net>
6832
6833         * gst-libs/gst/rtp/gstrtpbuffer.c:
6834         * tests/check/libs/rtp.c:
6835           Fix gst_rtp_buffer_set_csrc() and enable csrc-related unit test checks.
6836
6837 2007-09-07  Tim-Philipp Müller  <tim at centricular dot net>
6838
6839         Based on patch by: Haakon Sporsheim  <haakon.sporsheim at tandberg com>
6840
6841         * gst-libs/gst/rtp/gstrtpbuffer.c:
6842           Fix up GstRTPHeader helper struct so that compilers will not under
6843           any circumstances add padding in between our fields, as currently
6844           happens with MSVC on win32, because that would lead to us sending
6845           out RTP payloads with broken RTP headers (#471194).
6846           Fix assertion guards for gst_rtp_buffer_get_csrc() and _set_csrc().
6847           
6848         * tests/check/Makefile.am:
6849         * tests/check/libs/.cvsignore:
6850         * tests/check/libs/rtp.c:
6851           Add some simple unit tests for GstRTPBuffer. Some are disabled
6852           because the code tested still needs fixing (set_csrc() does not work).
6853
6854 2007-09-07  Tim-Philipp Müller  <tim at centricular dot net>
6855
6856         * win32/MANIFEST:
6857         * win32/common/gstrtsp-enumtypes.c:
6858         * win32/common/gstrtsp-enumtypes.h:
6859         * win32/common/interfaces-enumtypes.c:
6860         * win32/common/interfaces-enumtypes.h:
6861         * win32/common/multichannel-enumtypes.c:
6862           Add rtsp enumtypes (#474384) and update others.
6863
6864 2007-09-06  Stefan Kost  <ensonic@users.sf.net>
6865
6866         * configure.ac:
6867           Fix configure check for HAVE_LIBXML_HTML.
6868
6869 2007-09-06  Tim-Philipp Müller  <tim at centricular dot net>
6870
6871         * tests/check/libs/.cvsignore:
6872           Ignore more, in case the build bots work again one day.
6873
6874 2007-09-06  Sebastian Dröge  <slomo@circular-chaos.org>
6875
6876         Reviewed by:  Stefan Kost  <ensonic@users.sf.net>
6877
6878         * configure.ac:
6879         * gst-libs/gst/Makefile.am:
6880         * gst-libs/gst/fft/Makefile.am:
6881         * gst-libs/gst/fft/_kiss_fft_guts_f32.h:
6882         * gst-libs/gst/fft/_kiss_fft_guts_f64.h:
6883         * gst-libs/gst/fft/_kiss_fft_guts_s16.h:
6884         * gst-libs/gst/fft/_kiss_fft_guts_s32.h:
6885         * gst-libs/gst/fft/gstfft.c: (gst_fft_next_fast_length):
6886         * gst-libs/gst/fft/gstfft.h:
6887         * gst-libs/gst/fft/gstfftf32.c: (gst_fft_f32_new),
6888         (gst_fft_f32_fft), (gst_fft_f32_inverse_fft), (gst_fft_f32_free),
6889         (gst_fft_f32_window), (gst_fft_f32_magnitude), (gst_fft_f32_phase):
6890         * gst-libs/gst/fft/gstfftf32.h:
6891         * gst-libs/gst/fft/gstfftf64.c: (gst_fft_f64_new),
6892         (gst_fft_f64_fft), (gst_fft_f64_inverse_fft), (gst_fft_f64_free),
6893         (gst_fft_f64_window), (gst_fft_f64_magnitude), (gst_fft_f64_phase):
6894         * gst-libs/gst/fft/gstfftf64.h:
6895         * gst-libs/gst/fft/gstffts16.c: (gst_fft_s16_new),
6896         (gst_fft_s16_fft), (gst_fft_s16_inverse_fft), (gst_fft_s16_free),
6897         (gst_fft_s16_window), (gst_fft_s16_magnitude), (gst_fft_s16_phase):
6898         * gst-libs/gst/fft/gstffts16.h:
6899         * gst-libs/gst/fft/gstffts32.c: (gst_fft_s32_new),
6900         (gst_fft_s32_fft), (gst_fft_s32_inverse_fft), (gst_fft_s32_free),
6901         (gst_fft_s32_window), (gst_fft_s32_magnitude), (gst_fft_s32_phase):
6902         * gst-libs/gst/fft/gstffts32.h:
6903         * gst-libs/gst/fft/kiss_fft_f32.c: (kf_bfly2), (kf_bfly4),
6904         (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
6905         (kiss_fft_f32_alloc), (kiss_fft_f32_stride), (kiss_fft_f32),
6906         (kiss_fft_f32_cleanup), (kiss_fft_f32_next_fast_size):
6907         * gst-libs/gst/fft/kiss_fft_f32.h:
6908         * gst-libs/gst/fft/kiss_fft_f64.c: (kf_bfly2), (kf_bfly4),
6909         (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
6910         (kiss_fft_f64_alloc), (kiss_fft_f64_stride), (kiss_fft_f64),
6911         (kiss_fft_f64_cleanup), (kiss_fft_f64_next_fast_size):
6912         * gst-libs/gst/fft/kiss_fft_f64.h:
6913         * gst-libs/gst/fft/kiss_fft_s16.c: (kf_bfly2), (kf_bfly4),
6914         (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
6915         (kiss_fft_s16_alloc), (kiss_fft_s16_stride), (kiss_fft_s16),
6916         (kiss_fft_s16_cleanup), (kiss_fft_s16_next_fast_size):
6917         * gst-libs/gst/fft/kiss_fft_s16.h:
6918         * gst-libs/gst/fft/kiss_fft_s32.c: (kf_bfly2), (kf_bfly4),
6919         (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
6920         (kiss_fft_s32_alloc), (kiss_fft_s32_stride), (kiss_fft_s32),
6921         (kiss_fft_s32_cleanup), (kiss_fft_s32_next_fast_size):
6922         * gst-libs/gst/fft/kiss_fft_s32.h:
6923         * gst-libs/gst/fft/kiss_fftr_f32.c: (kiss_fftr_f32_alloc),
6924         (kiss_fftr_f32), (kiss_fftri_f32):
6925         * gst-libs/gst/fft/kiss_fftr_f32.h:
6926         * gst-libs/gst/fft/kiss_fftr_f64.c: (kiss_fftr_f64_alloc),
6927         (kiss_fftr_f64), (kiss_fftri_f64):
6928         * gst-libs/gst/fft/kiss_fftr_f64.h:
6929         * gst-libs/gst/fft/kiss_fftr_s16.c: (kiss_fftr_s16_alloc),
6930         (kiss_fftr_s16), (kiss_fftri_s16):
6931         * gst-libs/gst/fft/kiss_fftr_s16.h:
6932         * gst-libs/gst/fft/kiss_fftr_s32.c: (kiss_fftr_s32_alloc),
6933         (kiss_fftr_s32), (kiss_fftri_s32):
6934         * gst-libs/gst/fft/kiss_fftr_s32.h:
6935         * gst-libs/gst/fft/kiss_version:
6936         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
6937         * pkgconfig/gstreamer-plugins-base.pc.in:
6938         Add libgstfft, a FFT library based on Kiss FFT which is
6939         BSD licensed. Supported sample formats are int16, int32,
6940         float and double. For those formats a real FFT and IFFT
6941         can be done, different windowing functions can be applied
6942         and functions for extracting the magnitude and phase exist.
6943         Fixes #468619.
6944
6945         * docs/libs/Makefile.am:
6946         * docs/libs/gst-plugins-base-libs-docs.sgml:
6947         * docs/libs/gst-plugins-base-libs-sections.txt:
6948         Integrate libgstfft into the docs.
6949
6950         * tests/check/Makefile.am:
6951         * tests/check/libs/fft.c: (GST_START_TEST), (fft_suite), (main):
6952         Add unit tests for libgstfft, currently only testing the FFT.
6953         Unit tests for IFFT will follow soon.
6954
6955 2007-09-05  Wim Taymans  <wim.taymans@gmail.com>
6956
6957         Patch by: Peter Kjellerstedt  <pkj at axis com>
6958
6959         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_time_init),
6960         (gst_sdp_message_init), (gst_sdp_message_uninit),
6961         (is_multicast_address), (gst_sdp_message_as_text),
6962         (gst_sdp_message_get_origin), (gst_sdp_message_set_connection),
6963         (gst_sdp_message_get_connection), (gst_sdp_message_add_bandwidth),
6964         (gst_sdp_message_add_time), (gst_sdp_message_add_zone),
6965         (gst_sdp_message_get_key), (gst_sdp_message_get_attribute_val_n),
6966         (gst_sdp_message_get_attribute_val), (gst_sdp_message_add_media),
6967         (gst_sdp_media_init), (gst_sdp_media_uninit),
6968         (gst_sdp_media_as_text), (gst_sdp_media_set_port_info),
6969         (gst_sdp_media_connections_len), (gst_sdp_media_add_connection),
6970         (gst_sdp_media_bandwidths_len), (gst_sdp_media_get_bandwidth),
6971         (gst_sdp_media_add_bandwidth), (gst_sdp_media_attributes_len),
6972         (gst_sdp_parse_line), (print_media), (gst_sdp_message_dump):
6973         * gst-libs/gst/sdp/gstsdpmessage.h:
6974         Separate INIT_ARRAY() and related macros into two versions, one for
6975         structures and one for pointers (e.g., INIT_ARRAY() and
6976         INIT_PTR_ARRAY()). This fixes a segmentation error on freeing the
6977         lists of emails and phone numbers.
6978         Add missing const as appropriate.
6979         Change all gint to guint since they all actually represent unsigned
6980         values.
6981         Do not use time as a variable name as it shadows the global time().
6982         Add gst_sdp_message_as_text() and gst_sdp_media_as_text().
6983         Actually implement gst_sdp_message_add_time().
6984         Make gst_sdp_message_add_time() take repeat times as an argument.
6985         Store repeat times in GstSDPTime as a GArray rather than as gchar**.
6986         Corrected the definition of gst_sdp_media_get_bandwidth() (was
6987         misspelled as badwidth).
6988         gst-indented and a little clean up. Fixes #471067.
6989
6990 2007-09-05  Sebastian Dröge  <slomo@circular-chaos.org>
6991
6992         * gst/volume/gstvolume.c: (volume_choose_func),
6993         (volume_process_double), (volume_process_double_clamp),
6994         (volume_process_float_clamp):
6995         Correctly clamp float/double samples in the [-1.0,1.0] range to
6996         prevent weird effects.
6997         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
6998         Add unit tests for all samples types that had none before.
6999
7000 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
7001
7002         * gst-libs/gst/rtp/gstrtpbuffer.c:
7003           Need to include stdlib.h for abs() here too.
7004
7005 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
7006
7007         * gst/playback/gststreaminfo.c:
7008           Fix build.
7009
7010 2007-09-05  Stefan Kost  <ensonic@users.sf.net>
7011
7012         * gst/playback/gststreaminfo.c:
7013           Clean up some half-disabled code and comment.
7014
7015 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
7016
7017         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
7018
7019         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
7020         (gst_base_rtp_payload_audio_handle_event):
7021         Return FALSE from the event handler to let the parent class handle the
7022         event. Fixes #446766.
7023
7024         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7025         (gst_base_rtp_depayload_chain), (gst_base_rtp_depayload_push_full):
7026         Mark outgoing buffers as DISCONT if the incomming buffer was DISCONT.
7027
7028         * gst-libs/gst/rtp/gstbasertppayload.c:
7029         Bump the MTU to 1400.
7030
7031 2007-09-03  Johan Dahlin  <jdahlin@async.com.br>
7032
7033         * gst/typefind/gsttypefindfunctions.c (plugin_init): 
7034         Add an audio/x-nsf typefind function for the nsfdec element.
7035
7036 2007-09-03  Renato Filho  <renato.filho@indt.org.br>
7037         * gst/playback/gstplaybasebin.c:
7038         Included "myth://" on stream_uris list for enable buffering to mythtv files
7039
7040 2007-09-03  Wim Taymans  <wim.taymans@gmail.com>
7041
7042         * docs/libs/gst-plugins-base-libs-sections.txt:
7043         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_packet_get_rb),
7044         (gst_rtcp_packet_sdes_copy_entry), (gst_rtcp_ntp_to_unix),
7045         (gst_rtcp_unix_to_ntp):
7046         * gst-libs/gst/rtp/gstrtcpbuffer.h:
7047         Fix parsing of RB blocks.
7048         Fix docs.
7049         Added helper functions to convert to/from UNIX and NTP time.
7050         API: gst_rtcp_ntp_to_unix()
7051         API: gst_rtcp_unix_to_ntp()
7052
7053         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data),
7054         (gst_rtp_buffer_get_header_len),
7055         (gst_rtp_buffer_get_extension_data),
7056         (gst_rtp_buffer_get_payload_subbuffer),
7057         (gst_rtp_buffer_get_payload_len), (gst_rtp_buffer_get_payload),
7058         (gst_rtp_buffer_ext_timestamp):
7059         * gst-libs/gst/rtp/gstrtpbuffer.h:
7060         Fix some more docs.
7061         Implement handling of packets with extensions.
7062         Fix padding check in _validate().
7063         Added function to get extension data.
7064         API: gst_rtp_buffer_get_header_len()
7065         API: gst_rtp_buffer_get_extension_data()
7066
7067 2007-09-03  Wim Taymans  <wim.taymans@gmail.com>
7068
7069         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7070         (gst_base_rtp_depayload_class_init),
7071         (gst_base_rtp_depayload_set_gst_timestamp):
7072         Add some more docs for the queue-delay property and fix a typo in a
7073         comment.
7074
7075         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
7076         Fix typo.
7077
7078 2007-09-03  Wim Taymans  <wim.taymans@gmail.com>
7079
7080         * gst-libs/gst/audio/gstbaseaudiosink.c:
7081         (gst_base_audio_sink_skew_slaving), (gst_base_audio_sink_render),
7082         (gst_base_audio_sink_change_state):
7083         When skew slaving, try to hover around the middle of a segment so that
7084         we at most drift by half a segment.
7085         If we are aligning in the oposite direction of the clock skew, we don't
7086         have to resync.
7087
7088 2007-08-31  Wim Taymans  <wim.taymans@gmail.com>
7089
7090         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7091         (gst_base_rtp_depayload_setcaps),
7092         (gst_base_rtp_depayload_set_gst_timestamp):
7093         Be less silly with the segment start, just apply the clock-base to the
7094         timestamp.
7095
7096 2007-08-31  Wim Taymans  <wim.taymans@gmail.com>
7097
7098         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7099         (gst_base_rtp_depayload_class_init),
7100         (gst_base_rtp_depayload_finalize),
7101         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
7102         (gst_base_rtp_depayload_handle_sink_event),
7103         (gst_base_rtp_depayload_set_gst_timestamp),
7104         (gst_base_rtp_depayload_change_state):
7105         * gst-libs/gst/rtp/gstbasertpdepayload.h:
7106         Deprecate the queue handling thread thing and remove the code.
7107         Use new method to calculate the extended timestamp.
7108
7109 2007-08-31  Wim Taymans  <wim.taymans@gmail.com>
7110
7111         * gst-libs/gst/rtp/gstrtcpbuffer.c:
7112         (gst_rtcp_packet_sdes_copy_entry):
7113         Use g_strndup which does exactly what we want.
7114
7115         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_compare_seqnum),
7116         (gst_rtp_buffer_ext_timestamp):
7117         * gst-libs/gst/rtp/gstrtpbuffer.h:
7118         Add helper function to compare seqnums.
7119         Add helper function to calculate extended timestamps.
7120         API: gst_rtp_buffer_compare_seqnum()
7121         API: gst_rtp_buffer_ext_timestamp()
7122
7123 2007-08-30  Wim Taymans  <wim.taymans@gmail.com>
7124
7125         * gst-libs/gst/rtp/gstrtcpbuffer.c:
7126         (gst_rtcp_packet_sdes_get_entry),
7127         (gst_rtcp_packet_sdes_copy_entry):
7128         * gst-libs/gst/rtp/gstrtcpbuffer.h:
7129         Fix and document SDES item data function.
7130         Add new function that makes a proper copy of SDES item data.
7131         API: gst_rtcp_packet_sdes_copy_entry()
7132
7133 2007-08-30  Stefan Kost  <ensonic@users.sf.net>
7134
7135         * configure.ac:
7136         * gst/Makefile.am:
7137           The tcp and subparse plugins are under gst, but not totaly free of
7138           dependencies. Handle selection inconfigure.ac, so that they show up
7139           on the final list of what is build and what is not. Maybe they should
7140           better be moved to ext.
7141
7142 2007-08-30  Stefan Kost  <ensonic@users.sf.net>
7143
7144         Patch by: Daniel Díaz  <yosoy@danieldiaz.org>
7145
7146         * configure.ac:
7147         * gst/Makefile.am:
7148           Check if libxml provides HTML parser which subparse needs.
7149           Fixes #451970.
7150
7151 2007-08-29  Tim-Philipp Müller  <tim at centricular dot net>
7152
7153         * ext/alsa/gstalsa.c:
7154           Fix typo and compilation on big endian systems.
7155
7156 2007-08-29  Tim-Philipp Müller  <tim at centricular dot net>
7157
7158         * gst/subparse/gstssaparse.c:
7159           Convert SSA newline codes into actual newline characters (#470766).
7160
7161 2007-08-28  Tim-Philipp Müller  <tim at centricular dot net>
7162
7163         * docs/libs/gst-plugins-base-libs-sections.txt:
7164         * gst-libs/gst/pbutils/install-plugins.c:
7165         * gst-libs/gst/pbutils/install-plugins.h:
7166         * tests/check/libs/pbutils.c:
7167           API: also add gst_install_plugins_supported() while we're at it
7168           (see #470456).
7169
7170 2007-08-28  Tim-Philipp Müller  <tim at centricular dot net>
7171
7172         * docs/libs/gst-plugins-base-libs-sections.txt:
7173         * gst-libs/gst/pbutils/missing-plugins.c:
7174         * gst-libs/gst/pbutils/missing-plugins.h:
7175         * tests/check/libs/pbutils.c:
7176           API: add gst_missing_*_installer_detail_new() convenience API so
7177           that applications that know exactly what they're missing can request
7178           installer detail strings for those items directly instead of having
7179           to first create a dummy missing-plugin message and then get the
7180           installer detail string from that.  Fixes #470456.
7181
7182 2007-08-27  Jan Schmidt  <thaytan@mad.scientist.com>
7183
7184         * gst/playback/gstdecodebin.c: (close_pad_link):
7185         We need to set up delayed-linking whenever the caps are non-fixed,
7186         not just when there are multiple types - use gst_pad_is_fixed()
7187         to test.
7188
7189 2007-08-26  Tim-Philipp Müller  <tim at centricular dot net>
7190
7191         * gst-libs/gst/pbutils/missing-plugins.c:
7192           (gst_missing_plugin_message_get_installer_detail):
7193           Add missing separator in PID fallback case.
7194
7195 2007-08-24  Jan Schmidt  <thaytan@mad.scientist.com>
7196
7197         * ext/alsa/Makefile.am:
7198         There is no GST_PLUGINS_BASE_LIBS defined.
7199         
7200         * ext/alsa/gstalsa.c:
7201         * ext/alsa/gstalsasink.c: (gst_alsasink_delay):
7202         * ext/alsa/gstalsasrc.c: (gst_alsasrc_delay):
7203         Add support for ALSA 24-bit formats.
7204         snd_pcm_delay can return an error code, especially
7205         during XRUNS. In that case, the best we can do is assume
7206         delay = 0.
7207
7208         * gst/audioconvert/Makefile.am:
7209         Add flags from -base before any more-remote dependencies.
7210
7211 2007-08-23  Sebastian Dröge  <slomo@circular-chaos.org>
7212
7213         Based on a patch by: Davyd Madeley <davyd at madeley dot id dot au>
7214
7215         * gst/volume/gstvolume.c: (volume_choose_func),
7216         (volume_update_real_volume), (gst_volume_set_volume),
7217         (gst_volume_init), (volume_process_int32),
7218         (volume_process_int32_clamp), (volume_process_int24),
7219         (volume_process_int24_clamp), (volume_process_int16),
7220         (volume_process_int16_clamp), (volume_process_int8),
7221         (volume_process_int8_clamp), (volume_update_volume), (plugin_init):
7222         * gst/volume/gstvolume.h:
7223         Add support for int32, int24 and int8 to the volume element.
7224         Fixes #445529.
7225
7226 2007-08-23  Tim-Philipp Müller  <tim at centricular dot net>
7227
7228         * tests/examples/Makefile.am:
7229           Fix even more.
7230
7231 2007-08-23  Stefan Kost  <ensonic@users.sf.net>
7232
7233         * configure.ac:
7234         * docs/libs/Makefile.am:
7235         * docs/libs/gst-plugins-base-libs-docs.sgml:
7236         * docs/libs/gst-plugins-base-libs-sections.txt:
7237         * ext/gnomevfs/gstgnomevfssrc.c:
7238         * ext/gnomevfs/gstgnomevfssrc.h:
7239         * gst-libs/gst/Makefile.am:
7240         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
7241         * pkgconfig/gstreamer-plugins-base.pc.in:
7242         * sys/v4l/v4lsrc_calls.c:
7243         * tests/examples/Makefile.am:
7244         * win32/common/config.h:
7245           Revert unwanted commit. many thanks to moap. I want a fix for 
7246           https://thomas.apestaart.org/moap/trac/ticket/239
7247
7248 2007-08-23  Stefan Kost  <ensonic@users.sf.net>
7249
7250         * gst/volume/gstvolume.c:
7251           Move passthrough below gst_object_sync_values(). Fixes #442654.
7252
7253 2007-08-22  Wim Taymans  <wim.taymans@gmail.com>
7254
7255         * gst-libs/gst/audio/audio.c:
7256         Clarify the docs a little.
7257
7258 2007-08-22  Stefan Kost  <ensonic@users.sf.net>
7259
7260         * gst/volume/gstvolume.c:
7261           Enable liboil for float and add more details about problems with
7262           int16.
7263
7264 2007-08-21  Wim Taymans  <wim.taymans@gmail.com>
7265
7266         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
7267         Fix RGB24 masks as spotted by _ke (Daniel G. Siegel) on IRC.
7268
7269 2007-08-21  Wim Taymans  <wim.taymans@gmail.com>
7270
7271         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward):
7272         When calculating the first timestamp of the buffers, don't go below 0
7273         and clip the samples because the offset was on the eos page.
7274         Fixes #466717.
7275
7276 2007-08-21  Wim Taymans  <wim.taymans@gmail.com>
7277
7278         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain),
7279         (gst_ogg_demux_collect_chain_info):
7280         Also submit the eos page when trying to find the first timestamp.
7281         See #466717.
7282
7283 2007-08-17  Sebastian Dröge  <slomo@circular-chaos.org>
7284
7285         * gst-libs/gst/audio/audio.h:
7286         Use gst_util_uint64_scale() instead of doing the math
7287         with double for GST_FRAMES_TO_CLOCK_TIME() and
7288         GST_CLOCK_TIME_TO_FRAMES(). For large timestamps this
7289         prevents rounding errors. Fixes #467667.
7290
7291 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
7292
7293         * gst-libs/gst/rtsp/gstrtspconnection.c:
7294         (gst_rtsp_connection_connect), (gst_rtsp_connection_write),
7295         (gst_rtsp_connection_read), (gst_rtsp_connection_poll):
7296         * gst-libs/gst/rtsp/gstrtspconnection.h:
7297         Small cleanups.
7298         On shutdown, don't read the control socket yet.
7299         Set timeout value correctly in all cases.
7300         Add function to check if the server accepts reads or writes.
7301         API: gst_rtsp_connection_poll()
7302
7303         * gst-libs/gst/rtsp/gstrtspdefs.h:
7304         Fix compilation with -pedantic.
7305         Add enum for _poll.
7306
7307 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
7308
7309         Patch by: Olivier Crete  <tester at tester ca>
7310
7311         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
7312         (gst_basertppayload_getcaps):
7313         * gst-libs/gst/rtp/gstbasertppayload.h:
7314         Add getcaps vfunc to basertppayload. See #465146.
7315
7316 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
7317
7318         * gst/playback/gstplaybasebin.c: (queue_threshold_reached):
7319         Only post buffering messages when we are a stream.
7320
7321 2007-08-15  Tim-Philipp Müller  <tim at centricular dot net>
7322
7323         * gst-libs/gst/pbutils/install-plugins.c:
7324         * gst-libs/gst/pbutils/missing-plugins.c:
7325           Small docs fix and addition.
7326
7327 2007-08-13  Tim-Philipp Müller  <tim at centricular dot net>
7328
7329         * tests/icles/.cvsignore:
7330         * tests/icles/Makefile.am:
7331         * tests/icles/test-textoverlay.c:
7332           Add a dumb little test for textoverlay alignments.
7333
7334 2007-08-13  Tim-Philipp Müller  <tim at centricular dot net>
7335
7336         Patch by: Dan Williams  <dcbw redhat com>
7337
7338         * ext/pango/gsttextoverlay.c:
7339         * ext/pango/gsttextoverlay.h:
7340           API: add "line-alignment" property (#459334). Add gtk-doc blurb for
7341           "silent" property so there's a Since tag in the API reference.
7342
7343 2007-08-12  Wim Taymans  <wim.taymans@gmail.com>
7344
7345         * gst-libs/gst/rtp/gstbasertppayload.c:
7346         (gst_basertppayload_set_outcaps):
7347         * gst-libs/gst/rtp/gstbasertppayload.h:
7348         Improve caps negotiation so that downstream elements can confiure
7349         certain RTP properties by fixing them on the caps. See #465146.
7350         Add docs.
7351
7352 2007-08-11  Tim-Philipp Müller  <tim at centricular dot net>
7353
7354         * docs/libs/gst-plugins-base-libs-sections.txt:
7355         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7356         * gst-libs/gst/rtp/gstbasertpdepayload.h:
7357           Mark as deprecated some macros which were presumably meant to be
7358           private API and accidentally exposed in the public header file.
7359           Also actually _init() lock (only works at the moment because the
7360           struct is zeroed out when created and the initial values in the
7361           mutex struct are zeroes too). (#459585)
7362
7363 2007-08-10  Stefan Kost  <ensonic@users.sf.net>
7364
7365         * docs/libs/Makefile.am:
7366           Remove cruft and do some cleanups.
7367
7368         * docs/libs/gst-plugins-base-libs-docs.sgml:
7369           Prepare for comming gtkdoc features (rebase against online docs).
7370
7371 2007-08-10  Michael Smith <msmith@fluendo.com>
7372
7373         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
7374           Debug output fixes.
7375         * tests/check/elements/audiorate.c: (do_perfect_stream_test),
7376         (GST_START_TEST):
7377           Change the number of buffers used; 500 is too many and leads to
7378           timeouts.
7379
7380 2007-08-10  Tim-Philipp Müller  <tim at centricular dot net>
7381
7382         * gst/playback/gstqueue2.c:
7383         * gst/videorate/gstvideorate.c:
7384           Printf format fixes (#465028).
7385
7386 2007-08-09  Michael Smith <msmith@fluendo.com>
7387
7388         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
7389           If we have a large (> 1 second) discontinuity, push a series of
7390           smaller buffers rather than a single very large buffer. Avoids
7391           unreasonably large single buffer allocations when encountering a
7392           large gap.
7393         * tests/check/elements/audiorate.c: (GST_START_TEST),
7394         (audiorate_suite):
7395           Add a test for this.
7396
7397 2007-08-09  Jan Schmidt  <thaytan@mad.scientist.com>
7398
7399         * gst/playback/gstplaybasebin.c: (group_commit),
7400         (queue_remove_probe), (queue_threshold_reached):
7401
7402         Patch by: Josep Torra Valles <josep@fluendo.com>
7403         Fixes: #465015
7404         Make sure we remove the check_queues buffer probe from the 
7405         correct queue to avoid racily going back to "buffering 99%" when
7406         buffering is actually complete.
7407
7408         Also, fix the spelling of Josep's surname in the ChangeLog.
7409
7410 2007-08-09  Stefan Kost  <ensonic@users.sf.net>
7411
7412         * ext/ogg/gstoggmux.c:
7413           Do not leak oggmux instance.
7414         
7415         * ext/vorbis/vorbisenc.c:
7416           Also log values.
7417
7418 2007-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
7419
7420         * po/hu.po:
7421         * po/it.po:
7422         * po/nl.po:
7423         * po/uk.po:
7424         * po/vi.po:
7425           Updated translations.
7426
7427 2007-08-08  Stefan Kost  <ensonic@users.sf.net>
7428
7429         patch by: Yang Hong <hongyang@redflag-linux.com>
7430
7431         * ext/pango/gsttextoverlay.c:
7432         * ext/pango/gsttextoverlay.h:
7433           Add 'silent' property to GstTimeOverlay. Fixes #462979
7434
7435 2007-08-08  Wim Taymans  <wim.taymans@gmail.com>
7436
7437         Patch by: Josep Torra Valles <josep@fluendo.com>
7438
7439         * docs/plugins/gst-plugins-base-plugins.args:
7440         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init),
7441         (gst_uri_decode_bin_init), (gst_uri_decode_bin_set_property),
7442         (gst_uri_decode_bin_get_property), (gen_source_element):
7443         Add connection-speed property. Fixes #464690.
7444
7445 2007-08-07  Wim Taymans  <wim.taymans@gmail.com>
7446
7447         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
7448
7449         * configure.ac:
7450         * gst-libs/gst/rtsp/Makefile.am:
7451         * gst-libs/gst/rtsp/gstrtspconnection.c:
7452         (gst_rtsp_connection_connect):
7453         Fix compilation on windows. Fixes #464320.
7454
7455 2007-08-07  Wim Taymans  <wim.taymans@gmail.com>
7456
7457         Patch by: Josep Torra Valles <josep@fluendo.com>
7458
7459         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
7460         (gst_play_base_bin_init), (queue_threshold_reached),
7461         (gen_source_element), (setup_substreams),
7462         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
7463         (gst_play_base_bin_get_streaminfo_value_array):
7464         * gst/playback/gstplaybasebin.h:
7465         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
7466         (gst_play_bin_set_property), (gst_play_bin_get_property),
7467         (gst_play_bin_handle_redirect_message):
7468         Move connection-speed property from playbin to playbasebin so that we
7469         can also configure it in source elements that have the connection-speed
7470         property. Fixes #464028.
7471         Add some debug info here and there.
7472
7473 2007-08-06  Sebastian Dröge  <slomo@circular-chaos.org>
7474
7475         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_query):
7476         Properly respond to conversion queries. Fixes #464079.
7477
7478 2007-08-03  Sebastian Dröge  <slomo@circular-chaos.org>
7479
7480         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_init),
7481         (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
7482         (gst_audio_test_src_init_sine_table),
7483         (gst_audio_test_src_change_wave), (gst_audio_test_src_create):
7484         * gst/audiotestsrc/gstaudiotestsrc.h:
7485         Add float/double and int32 support to audiotestsrc. Fixes #460422.
7486         Also set the default volume to the default value specified in the
7487         GParamSpec.
7488
7489 2007-08-03  Sebastian Dröge  <slomo@circular-chaos.org>
7490
7491         Patch by: Jens Granseuer <jensgr at gmx dot net>
7492
7493         * gst/audioconvert/gstaudioquantize.c:
7494         Fix C89 incompatibilities and spelling of explanations. Fixes #463215.
7495
7496 2007-08-03  Wim Taymans  <wim.taymans@gmail.com>
7497
7498         * gst-libs/gst/rtsp/gstrtsptransport.c: (gst_rtsp_transport_parse):
7499         Add rdt manager for rdt transport.
7500         Fix parsing of RDT transport.
7501
7502 2007-08-03  Jan Schmidt  <thaytan@mad.scientist.com>
7503
7504         * configure.ac:
7505         Back to CVS
7506
7507 === release 0.10.14 ===
7508
7509 2007-08-03  Jan Schmidt <thaytan@mad.scientist.com>
7510
7511         * configure.ac:
7512           releasing 0.10.14, "Light Years Ahead"
7513
7514 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
7515
7516         * tests/check/libs/audio.c: (GST_START_TEST):
7517         Fix the test to reflect the behaviour of gst_audio_clip_buffer.
7518
7519 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
7520
7521         * gst-libs/gst/audio/audio.c:
7522         When clipping a buffer with no timestamp, assume it is
7523         within the segment without warnings.
7524
7525         Fixes: #460978
7526
7527 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
7528
7529         * gst-libs/gst/rtsp/gstrtspextension.c: (gst_rtsp_extension_send):
7530         Fire the signal on the object, not the interface.
7531
7532 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
7533
7534         * gst-libs/gst/rtsp/.cvsignore:
7535         Ber. Don't include the full path, idiot.
7536
7537 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
7538
7539         * gst-libs/gst/rtsp/.cvsignore:
7540         Ignore generated files.
7541
7542 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
7543
7544         * gst-libs/gst/interfaces/Makefile.am:
7545         * gst-libs/gst/interfaces/interfaces-marshal.list:
7546         * gst-libs/gst/interfaces/rtspextension.c:
7547         * gst-libs/gst/interfaces/rtspextension.h:
7548         * gst-libs/gst/rtsp/Makefile.am:
7549         * gst-libs/gst/rtsp/gstrtsp.h:
7550         * gst-libs/gst/rtsp/gstrtspextension.c:
7551         (gst_rtsp_extension_get_type), (gst_rtsp_extension_iface_init),
7552         (gst_rtsp_extension_detect_server),
7553         (gst_rtsp_extension_before_send), (gst_rtsp_extension_after_send),
7554         (gst_rtsp_extension_parse_sdp), (gst_rtsp_extension_setup_media),
7555         (gst_rtsp_extension_configure_stream),
7556         (gst_rtsp_extension_get_transports),
7557         (gst_rtsp_extension_stream_select), (gst_rtsp_extension_send):
7558         * gst-libs/gst/rtsp/gstrtspextension.h:
7559         * gst-libs/gst/rtsp/rtsp-marshal.list:
7560         Move the rtspextension.h interface into gstrtspextension.h
7561         as part of libgstrtsp instead of libgstinterfaces, because it's
7562         only for use within plugins, not applications. 
7563         Add stuff to do the enum & marshal generation needed in libgstrtsp now.
7564         Use the GST_TYPE_RTSP_RESULT enum type for the return value of the 
7565         signal that the GstRTSPExtension interface emits, since G_TYPE_ENUM
7566         is abstract.
7567
7568 2007-07-26  Wim Taymans  <wim.taymans@gmail.com>
7569
7570         * gst-libs/gst/interfaces/Makefile.am:
7571         * gst-libs/gst/interfaces/interfaces-marshal.list:
7572         * gst-libs/gst/interfaces/rtspextension.c:
7573         (gst_rtsp_extension_iface_init),
7574         (gst_rtsp_extension_stream_select), (gst_rtsp_extension_send):
7575         * gst-libs/gst/interfaces/rtspextension.h:
7576         Fix marshaller for the send signal.
7577         Add URL to stream selection interface method.
7578
7579 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
7580
7581         * gst-libs/gst/riff/Makefile.am:
7582         Pull in our dependencies from -base before those from outside.
7583
7584 2007-07-26  Wim Taymans  <wim.taymans@gmail.com>
7585
7586         * docs/libs/gst-plugins-base-libs-sections.txt:
7587         * gst-libs/gst/rtsp/gstrtspbase64.c: (gst_rtsp_base64_decode_ip):
7588         * gst-libs/gst/rtsp/gstrtspbase64.h:
7589         API: gst_rtsp_base64_decode_ip()
7590         Added function to decode Base64 in-place.
7591
7592 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
7593
7594         * tests/check/libs/.cvsignore:
7595         Ignore the mixer test binary.
7596
7597 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
7598
7599         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward):
7600         Gratuitous comment change to trigger a rebuild on the buildbots.
7601
7602 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
7603
7604         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_media_get_media),
7605         (gst_sdp_media_get_port), (gst_sdp_media_get_num_ports),
7606         (gst_sdp_media_get_proto), (gst_sdp_media_formats_len),
7607         (gst_sdp_media_get_format), (gst_sdp_media_get_information),
7608         (gst_sdp_media_connections_len), (gst_sdp_media_get_connection),
7609         (gst_sdp_media_bandwidths_len), (gst_sdp_media_get_badwidth),
7610         (gst_sdp_media_get_key), (gst_sdp_media_attributes_len),
7611         (gst_sdp_media_get_attribute), (gst_sdp_media_get_attribute_val_n),
7612         (gst_sdp_media_get_attribute_val):
7613         * gst-libs/gst/sdp/gstsdpmessage.h:
7614         Constify args where we can.
7615
7616 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
7617
7618         * gst-libs/gst/interfaces/Makefile.am:
7619         * gst-libs/gst/interfaces/rtspextension.c:
7620         (gst_rtsp_extension_get_type), (gst_rtsp_extension_iface_init),
7621         (gst_rtsp_extension_detect_server),
7622         (gst_rtsp_extension_before_send), (gst_rtsp_extension_after_send),
7623         (gst_rtsp_extension_parse_sdp), (gst_rtsp_extension_setup_media),
7624         (gst_rtsp_extension_configure_stream),
7625         (gst_rtsp_extension_get_transports),
7626         (gst_rtsp_extension_stream_select), (gst_rtsp_extension_send):
7627         * gst-libs/gst/interfaces/rtspextension.h:
7628         Move interface for RTSP extensions from -good to here.
7629         Added helper methods to invoke interface methods.
7630
7631 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
7632
7633         * docs/libs/gst-plugins-base-libs-sections.txt:
7634         * gst-libs/gst/rtsp/gstrtspdefs.h:
7635         * gst-libs/gst/rtsp/gstrtspmessage.c: (key_value_foreach),
7636         (gst_rtsp_message_get_type), (gst_rtsp_message_parse_request),
7637         (gst_rtsp_message_init_response),
7638         (gst_rtsp_message_parse_response), (gst_rtsp_message_new_data),
7639         (gst_rtsp_message_parse_data), (gst_rtsp_message_add_header),
7640         (gst_rtsp_message_remove_header), (gst_rtsp_message_get_header),
7641         (gst_rtsp_message_append_headers), (gst_rtsp_message_set_body),
7642         (gst_rtsp_message_get_body), (dump_key_value):
7643         * gst-libs/gst/rtsp/gstrtspmessage.h:
7644         * gst-libs/gst/rtsp/gstrtsprange.c: (parse_npt_time),
7645         (parse_npt_range), (parse_clock_range), (parse_smpte_range),
7646         (gst_rtsp_range_parse):
7647         * gst-libs/gst/rtsp/gstrtsprange.h:
7648         * gst-libs/gst/rtsp/gstrtsptransport.c:
7649         * gst-libs/gst/rtsp/gstrtspurl.c:
7650         Fix some more RTSP docs.
7651         Add some missing methods for dealing with messages.
7652
7653 2007-07-24  Wim Taymans  <wim.taymans@gmail.com>
7654
7655         * docs/libs/gst-plugins-base-libs-docs.sgml:
7656         * docs/libs/gst-plugins-base-libs-sections.txt:
7657         * gst-libs/gst/rtsp/gstrtspbase64.c: (gst_rtsp_base64_encode):
7658         * gst-libs/gst/rtsp/gstrtspbase64.h:
7659         * gst-libs/gst/rtsp/gstrtspconnection.c:
7660         (gst_rtsp_connection_connect), (add_auth_header),
7661         (gst_rtsp_connection_write), (gst_rtsp_connection_send),
7662         (read_body), (gst_rtsp_connection_receive),
7663         (gst_rtsp_connection_next_timeout),
7664         (gst_rtsp_connection_reset_timeout),
7665         (gst_rtsp_connection_set_auth):
7666         * gst-libs/gst/rtsp/gstrtspconnection.h:
7667         * gst-libs/gst/rtsp/gstrtspdefs.c: (rtsp_init_status):
7668         * gst-libs/gst/rtsp/gstrtspdefs.h:
7669         * gst-libs/gst/rtsp/gstrtspmessage.h:
7670         * gst-libs/gst/rtsp/gstrtsprange.c: (parse_npt_time),
7671         (parse_npt_range), (parse_clock_range), (parse_smpte_range),
7672         (gst_rtsp_range_parse):
7673         * gst-libs/gst/rtsp/gstrtspurl.h:
7674         Added beginnings of RTSP documentation.
7675
7676 2007-07-24  Wim Taymans  <wim.taymans@gmail.com>
7677
7678         * docs/libs/Makefile.am:
7679         * docs/libs/gst-plugins-base-libs-docs.sgml:
7680         * docs/libs/gst-plugins-base-libs-sections.txt:
7681         * gst-libs/gst/sdp/gstsdp.h:
7682         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_message_set_origin),
7683         (gst_sdp_message_set_connection), (gst_sdp_message_add_bandwidth),
7684         (gst_sdp_message_add_time), (gst_sdp_message_add_zone),
7685         (gst_sdp_message_set_key), (gst_sdp_message_get_attribute_val_n),
7686         (gst_sdp_message_get_attribute_val),
7687         (gst_sdp_message_add_attribute), (gst_sdp_media_new),
7688         (gst_sdp_media_init), (gst_sdp_media_uninit), (gst_sdp_media_free),
7689         (gst_sdp_media_get_media), (gst_sdp_media_set_media),
7690         (gst_sdp_media_get_port), (gst_sdp_media_get_num_ports),
7691         (gst_sdp_media_set_port_info), (gst_sdp_media_get_proto),
7692         (gst_sdp_media_set_proto), (gst_sdp_media_formats_len),
7693         (gst_sdp_media_get_format), (gst_sdp_media_add_format),
7694         (gst_sdp_media_get_information), (gst_sdp_media_set_information),
7695         (gst_sdp_media_connections_len), (gst_sdp_media_get_connection),
7696         (gst_sdp_media_add_connection), (gst_sdp_media_bandwidths_len),
7697         (gst_sdp_media_get_badwidth), (gst_sdp_media_add_bandwidth),
7698         (gst_sdp_media_set_key), (gst_sdp_media_get_key),
7699         (gst_sdp_media_attributes_len), (gst_sdp_media_add_attribute),
7700         (gst_sdp_media_get_attribute_val_n),
7701         (gst_sdp_media_get_attribute_val), (gst_sdp_message_parse_buffer),
7702         (print_media), (gst_sdp_message_dump):
7703         * gst-libs/gst/sdp/gstsdpmessage.h:
7704         Document the SDP library.
7705         Add some of the missing SDPMedia methods.
7706
7707 2007-07-24  Wim Taymans  <wim.taymans@gmail.com>
7708
7709         * configure.ac:
7710         * gst-libs/gst/Makefile.am:
7711         * gst-libs/gst/rtsp/Makefile.am:
7712         * gst-libs/gst/rtsp/gstrtspbase64.c: (gst_rtsp_base64_encode):
7713         * gst-libs/gst/rtsp/gstrtspbase64.h:
7714         * gst-libs/gst/rtsp/gstrtspconnection.c: (inet_aton),
7715         (gst_rtsp_connection_create), (gst_rtsp_connection_connect),
7716         (add_auth_header), (add_date_header), (gst_rtsp_connection_write),
7717         (gst_rtsp_connection_send), (read_line), (read_string), (read_key),
7718         (parse_response_status), (parse_request_line), (parse_line),
7719         (gst_rtsp_connection_read), (read_body),
7720         (gst_rtsp_connection_receive), (gst_rtsp_connection_close),
7721         (gst_rtsp_connection_free), (gst_rtsp_connection_next_timeout),
7722         (gst_rtsp_connection_reset_timeout), (gst_rtsp_connection_flush),
7723         (gst_rtsp_connection_set_auth):
7724         * gst-libs/gst/rtsp/gstrtspconnection.h:
7725         * gst-libs/gst/rtsp/gstrtspdefs.c: (rtsp_init_status),
7726         (gst_rtsp_strresult), (gst_rtsp_method_as_text),
7727         (gst_rtsp_version_as_text), (gst_rtsp_header_as_text),
7728         (gst_rtsp_status_as_text), (gst_rtsp_find_header_field),
7729         (gst_rtsp_find_method):
7730         * gst-libs/gst/rtsp/gstrtspdefs.h:
7731         * gst-libs/gst/rtsp/gstrtspmessage.c: (key_value_foreach),
7732         (gst_rtsp_message_new), (gst_rtsp_message_init),
7733         (gst_rtsp_message_new_request), (gst_rtsp_message_init_request),
7734         (gst_rtsp_message_new_response), (gst_rtsp_message_init_response),
7735         (gst_rtsp_message_init_data), (gst_rtsp_message_unset),
7736         (gst_rtsp_message_free), (gst_rtsp_message_add_header),
7737         (gst_rtsp_message_remove_header), (gst_rtsp_message_get_header),
7738         (gst_rtsp_message_append_headers), (gst_rtsp_message_set_body),
7739         (gst_rtsp_message_take_body), (gst_rtsp_message_get_body),
7740         (gst_rtsp_message_steal_body), (dump_mem), (dump_key_value),
7741         (gst_rtsp_message_dump):
7742         * gst-libs/gst/rtsp/gstrtspmessage.h:
7743         * gst-libs/gst/rtsp/gstrtsprange.c: (parse_npt_time),
7744         (parse_npt_range), (parse_clock_range), (parse_smpte_range),
7745         (gst_rtsp_range_parse), (gst_rtsp_range_free):
7746         * gst-libs/gst/rtsp/gstrtsprange.h:
7747         * gst-libs/gst/rtsp/gstrtsptransport.c: (gst_rtsp_transport_new),
7748         (gst_rtsp_transport_init), (gst_rtsp_transport_get_mime),
7749         (gst_rtsp_transport_get_manager), (parse_mode), (parse_range),
7750         (range_as_text), (rtsp_transport_mode_as_text),
7751         (rtsp_transport_profile_as_text), (rtsp_transport_ltrans_as_text),
7752         (gst_rtsp_transport_parse), (gst_rtsp_transport_as_text),
7753         (gst_rtsp_transport_free):
7754         * gst-libs/gst/rtsp/gstrtsptransport.h:
7755         * gst-libs/gst/rtsp/gstrtspurl.c: (gst_rtsp_url_parse),
7756         (gst_rtsp_url_free), (gst_rtsp_url_set_port),
7757         (gst_rtsp_url_get_port), (gst_rtsp_url_get_request_uri):
7758         * gst-libs/gst/rtsp/gstrtspurl.h:
7759         * gst-libs/gst/sdp/Makefile.am:
7760         * gst-libs/gst/sdp/gstsdp.h:
7761         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_origin_init),
7762         (gst_sdp_connection_init), (gst_sdp_bandwidth_init),
7763         (gst_sdp_time_init), (gst_sdp_zone_init), (gst_sdp_key_init),
7764         (gst_sdp_attribute_init), (gst_sdp_message_new),
7765         (gst_sdp_message_init), (gst_sdp_message_uninit),
7766         (gst_sdp_message_free), (gst_sdp_media_new), (gst_sdp_media_init),
7767         (gst_sdp_media_uninit), (gst_sdp_media_free),
7768         (gst_sdp_message_set_origin), (gst_sdp_message_get_origin),
7769         (gst_sdp_message_set_connection), (gst_sdp_message_get_connection),
7770         (gst_sdp_message_add_bandwidth), (gst_sdp_message_add_time),
7771         (gst_sdp_message_add_zone), (gst_sdp_message_set_key),
7772         (gst_sdp_message_get_key), (gst_sdp_message_get_attribute_val_n),
7773         (gst_sdp_message_get_attribute_val),
7774         (gst_sdp_message_add_attribute), (gst_sdp_message_add_media),
7775         (gst_sdp_media_add_attribute), (gst_sdp_media_add_bandwidth),
7776         (gst_sdp_media_add_format), (gst_sdp_media_get_attribute),
7777         (gst_sdp_media_get_attribute_val_n),
7778         (gst_sdp_media_get_attribute_val), (gst_sdp_media_get_format),
7779         (read_string), (read_string_del), (gst_sdp_parse_line),
7780         (gst_sdp_message_parse_buffer), (print_media),
7781         (gst_sdp_message_dump):
7782         * gst-libs/gst/sdp/gstsdpmessage.h:
7783         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
7784         Move SDP and RTSP from helper objects in -good to a reusable library.
7785         Use a proper gst_ namespace.
7786
7787 2007-07-23  Sebastian Dröge  <slomo@circular-chaos.org>
7788
7789         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward),
7790         (vorbis_dec_flush_decode):
7791         Use the new buffer clipping function from gstaudio here.
7792
7793 2007-07-23  Sebastian Dröge  <slomo@circular-chaos.org>
7794
7795         * docs/libs/gst-plugins-base-libs-sections.txt:
7796         * gst-libs/gst/audio/audio.c: (gst_audio_buffer_clip):
7797         * gst-libs/gst/audio/audio.h:
7798         * tests/check/libs/audio.c: (GST_START_TEST), (audio_suite):
7799         API: Add buffer clipping function for raw audio buffers. Fixes #456656.
7800         Also add deprecation guards for gst_audio_structure_set_int() to the
7801         header.
7802
7803 2007-07-23  Stefan Kost  <ensonic@users.sf.net>
7804
7805         * docs/libs/gst-plugins-base-libs-sections.txt:
7806           Cleanup the docs.
7807
7808 2007-07-23  Wim Taymans  <wim.taymans@gmail.com>
7809
7810         Patch by: Dan Williams <dcbw at redhat dot com>
7811
7812         * gst/playback/gstplaybasebin.c:
7813         (gst_play_base_bin_get_streaminfo_value_array):
7814         Don't return NULL when querying the stream info value array but instead
7815         return an empty array. Fixes #459204.
7816
7817 2007-07-23  Tim-Philipp Müller  <tim at centricular dot net>
7818
7819         * gst/playback/gsturidecodebin.c:
7820           Init debug category before using it.
7821
7822 2007-07-21  Jan Schmidt  <thaytan@noraisin.net>
7823
7824         * gst-libs/gst/interfaces/mixer.h:
7825         Add padding vars in place of the signal pointers
7826         when building with DISABLE_DEPRECATED so that the
7827         interface structure doesn't change size.
7828
7829 2007-07-20  Jan Schmidt  <thaytan@noraisin.net>
7830
7831         * docs/libs/gst-plugins-base-libs-sections.txt:
7832         * ext/alsa/gstalsamixer.c:
7833         * ext/alsa/gstalsamixer.h:
7834         * ext/alsa/gstalsamixerelement.c:
7835         * ext/alsa/gstalsamixertrack.c:
7836         * gst-libs/gst/interfaces/mixer.c:
7837         * gst-libs/gst/interfaces/mixer.h:
7838         * gst-libs/gst/interfaces/mixeroptions.c:
7839         * gst-libs/gst/interfaces/mixeroptions.h:
7840         * gst-libs/gst/interfaces/mixertrack.c:
7841         * gst-libs/gst/interfaces/mixertrack.h:
7842         * tests/check/Makefile.am:
7843         * tests/check/libs/mixer.c:
7844
7845         Patch By: Marc-Andre Lureau <marcandre.lureau@gmail.com>
7846         Fixes: #152864 
7847
7848         Add support for notifying mixer changes on the message bus, and
7849         implement it in alsamixer.
7850
7851         API: gst_mixer_get_mixer_flags
7852         API: gst_mixer_message_parse_mute_toggled
7853         API: gst_mixer_message_parse_record_toggled
7854         API: gst_mixer_message_parse_volume_changed
7855         API: gst_mixer_message_parse_option_changed
7856         API: GstMixerMessageType
7857         API: GstMixerFlags
7858
7859 2007-07-20  Michael Smith <msmith@fluendo.com>
7860
7861         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
7862         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_setcaps):
7863           xcontext->im_format is only for testing XShm support (as the header
7864           file comments document). Use xvimage->im_format for everything else.
7865           Avoids spurious warnings on buffer allocation before setcaps.
7866
7867 2007-07-20  Stefan Kost  <ensonic@users.sf.net>
7868
7869         * tests/examples/volume/Makefile.am:
7870         * tests/icles/Makefile.am:
7871           We should use $(LIBM).
7872
7873 2007-07-20  Stefan Kost  <ensonic@users.sf.net>
7874
7875         * tests/icles/Makefile.am:
7876           This needs -lm.
7877
7878 2007-07-16  Wim Taymans  <wim.taymans@gmail.com>
7879
7880         * gst-libs/gst/rtp/gstbasertppayload.c:
7881         (gst_basertppayload_class_init), (gst_basertppayload_init),
7882         (gst_basertppayload_set_property),
7883         (gst_basertppayload_get_property):
7884         Don't break ABI, restore previous ranges. Keep the default random
7885         selection of timestamp and seqnum offset but as soon as the app sets a
7886         specific value, use that one.
7887
7888 2007-07-14  Wim Taymans  <wim.taymans@gmail.com>
7889
7890         Patch by: Bastien Nocera <hadess at hadess dot net>
7891
7892         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
7893         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
7894         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
7895         * sys/xvimage/xvimagesink.h:
7896         Add option to turn off double-buffering for debugging purposes.
7897         Fixes #437169.
7898
7899 2007-07-14  Wim Taymans  <wim.taymans@gmail.com>
7900
7901         Patch by: Jorn Baayen <jorn at openedhand dot com>
7902
7903         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
7904         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
7905         (gst_ximagesink_init), (gst_ximagesink_class_init):
7906         * sys/ximage/ximagesink.h:
7907         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents),
7908         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
7909         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
7910         * sys/xvimage/xvimagesink.h:
7911         add 'handle-expose' property. Useful for video widgets which may want to
7912         be in control of Expose behaviour. Fixes #380625
7913
7914 2007-07-14  Wim Taymans  <wim.taymans@gmail.com>
7915
7916         * gst-libs/gst/rtp/gstbasertppayload.c:
7917         (gst_basertppayload_class_init), (gst_basertppayload_init),
7918         (gst_basertppayload_event), (gst_basertppayload_push),
7919         (gst_basertppayload_set_property),
7920         (gst_basertppayload_get_property),
7921         (gst_basertppayload_change_state):
7922         * gst-libs/gst/rtp/gstbasertppayload.h:
7923         Fix ranges of rtp payloader properties so that the full range can be
7924         used in addition to -1 (random).
7925         Fix wrong seqnum reporting in caps.
7926         Fixes #420326.
7927
7928 2007-07-13  Wim Taymans  <wim.taymans@gmail.com>
7929
7930         * gst/videorate/gstvideorate.c: (gst_video_rate_init),
7931         (gst_video_rate_query):
7932         Use boilerplate.
7933         Add latency query, might not be perfect yet but already works a lot
7934         better. Fixes #442557.
7935
7936 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
7937
7938         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
7939         (gst_xvimagesink_setcaps):
7940         * sys/xvimage/xvimagesink.h:
7941         After a caps change, redraw our borders to avoid garbage left there
7942         when the image format changes to a smaller size, like 16:9 -> 4:3
7943         Also, hold the flow_lock a bit longer in the set_caps while we're
7944         fiddling with the xcontext.
7945
7946 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
7947
7948         * Makefile.am:
7949         * configure.ac:
7950         * tests/Makefile.am:
7951         Remove bogus check for libcheck, since we check for
7952         gstreamer-check and it pulls in the required info from there, and we
7953         weren't actually _using_ the information for libcheck ourselves
7954         anyway.
7955
7956 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
7957
7958         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
7959         (gst_ffmpeg_caps_to_pixfmt):
7960         Fix the r_mask test for RGBA32 on little-endian.
7961         Fix a stupid typo that would have obviously broken 
7962         compilation on big-endian, if anyone was testing.
7963
7964 2007-07-12  Wim Taymans  <wim.taymans@gmail.com>
7965
7966         * gst/videotestsrc/videotestsrc.c: (paint_hline_AYUV),
7967         (paint_hline_str4):
7968         * gst/videotestsrc/videotestsrc.h:
7969         Add alpha to the color struct.
7970         Use a default alpha value of 255 instead of 128.
7971
7972 2007-07-12  Wim Taymans  <wim.taymans@gmail.com>
7973
7974         * gst/playback/gstplaybasebin.c: (no_more_pads_full),
7975         (setup_source):
7976         Clear the dynamic pads counter when starting a new uri. This makes
7977         reusing playbin work again.
7978         Fixes #454264.
7979
7980 2007-07-12  Stefan Kost  <ensonic@users.sf.net>
7981
7982         * configure.ac:
7983           Use pkg-config to locate check.
7984
7985 2007-07-12  Tim-Philipp Müller  <tim at centricular dot net>
7986
7987         * configure.ac:
7988         * tests/check/elements/volume.c: (GST_START_TEST):
7989           Fix 'make check' build against core CVS.
7990
7991 2007-07-10  Stefan Kost  <ensonic@users.sf.net>
7992
7993         * gst-libs/gst/interfaces/propertyprobe.c:
7994         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
7995         * gst-libs/gst/tag/gstvorbistag.c:
7996           Make gtk-doc happy.
7997
7998 2007-07-08  Tim-Philipp Müller  <tim at centricular dot net>
7999
8000         * gst-libs/gst/audio/gstbaseaudiosink.c:
8001         (gst_base_audio_sink_callback):
8002           Quick hack to make audiosinks stop at EOS when operating in
8003           pull-mode; needs to be fixed properly some day.
8004
8005 2007-07-06  Stefan Kost  <ensonic@users.sf.net>
8006
8007         * docs/libs/gst-plugins-base-libs-sections.txt:
8008           Fix location of includes in the docs.
8009
8010 2007-07-06  Jan Schmidt  <thaytan@mad.scientist.com>
8011
8012         * gst/ffmpegcolorspace/avcodec.h:
8013         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
8014         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
8015         (gst_ffmpegcsp_avpicture_fill):
8016         * gst/ffmpegcolorspace/imgconvert.c: (img_convert),
8017         (img_get_alpha_info):
8018         Add 2 new pixel formats - ABGR32 and ARGB32, which are reflections
8019         of the existing BGRA32 and RGBA32 formats with the alpha at the other
8020         end of the word. Partially fixes #451908
8021
8022 2007-07-05  Stefan Kost  <ensonic@users.sf.net>
8023
8024         * docs/libs/Makefile.am:
8025         * docs/plugins/Makefile.am:
8026           Simplify --extra-dir as gtkdoc scans recursively.
8027
8028 2007-07-03  Wim Taymans  <wim.taymans@gmail.com>
8029
8030         * gst/adder/gstadder.c: (gst_adder_sink_getcaps),
8031         (gst_adder_request_new_pad):
8032         Make getcaps more robust by not using the proxycaps function. This makes
8033         sure that we don't end up recursively calling getcaps upstream.
8034         See #316248.
8035
8036 2007-06-29  Wim Taymans  <wim.taymans@gmail.com>
8037
8038         * gst/audioconvert/audioconvert.c:
8039         Include math.h to fix compilation.
8040
8041 2007-06-29  Jan Schmidt  <thaytan@mad.scientist.com>
8042
8043         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
8044         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
8045         Add a mapping for YUV format "IYU1", which is a 4:1:1 packed pixel
8046         format, as produced by some dc1394 cameras like the iSight.
8047         See http://www.fourcc.org/yuv.php#IYU1
8048
8049 2007-06-28  Sebastian Dröge  <slomo@circular-chaos.org>
8050
8051         * gst/audioconvert/Makefile.am:
8052         * gst/audioconvert/audioconvert.c: (audio_convert_get_func_index),
8053         (check_default), (audio_convert_prepare_context),
8054         (audio_convert_clean_context), (audio_convert_convert):
8055         * gst/audioconvert/audioconvert.h:
8056         * gst/audioconvert/gstaudioconvert.c:
8057         (gst_audio_convert_dithering_get_type),
8058         (gst_audio_convert_ns_get_type), (gst_audio_convert_class_init),
8059         (gst_audio_convert_init), (gst_audio_convert_set_caps),
8060         (gst_audio_convert_set_property), (gst_audio_convert_get_property):
8061         * gst/audioconvert/gstaudioconvert.h:
8062         * gst/audioconvert/gstaudioquantize.c:
8063         (gst_audio_quantize_setup_noise_shaping),
8064         (gst_audio_quantize_free_noise_shaping),
8065         (gst_audio_quantize_setup_dither),
8066         (gst_audio_quantize_free_dither),
8067         (gst_audio_quantize_setup_quantize_func),
8068         (gst_audio_quantize_setup), (gst_audio_quantize_free):
8069         * gst/audioconvert/gstaudioquantize.h:
8070         Implement dithering and noise shaping in audioconvert. By default now
8071         TPDF dithering (and no noise shaping) will be used when converting
8072         from a higher bit depth to 20 bit depth or smaller, otherwise
8073         everything will be as it is now.
8074         For the last audioconvert in a pipeline it would make sense to
8075         use some kind of noise shaping, enabling it by default for all
8076         conversions would give undesired results though. Fixes #360246.
8077         * tests/check/elements/audioconvert.c: (setup_audioconvert),
8078         (GST_START_TEST):
8079         Adjust unit test for the new audioconvert.
8080
8081 2007-06-28  Wim Taymans  <wim@fluendo.com>
8082
8083         * gst/playback/gstqueue2.c: (apply_segment), (update_buffering):
8084         Use other metrics as well when estimating the buffer level.
8085
8086 2007-06-28  Wim Taymans  <wim@fluendo.com>
8087
8088         * gst/playback/gstplaybasebin.c: (make_decoder), (setup_source):
8089         Small debug improvement.
8090
8091         * gst/playback/gstqueue2.c: (apply_segment), (update_buffering),
8092         (plugin_init):
8093         Tweak the rate estimation period.
8094         When calculating the buffer filledness in rate estimation mode, don't
8095         mix it with other metrics.
8096
8097 2007-06-28  Wim Taymans  <wim@fluendo.com>
8098
8099         * gst/playback/gstdecodebin2.c: (gst_decode_group_new),
8100         (gst_decode_group_expose), (gst_decode_group_free), (add_fakesink):
8101         When creating the groups, allow for a 5 second, unlimited buffers
8102         preroll phase after which we expose the group.
8103         When the group is exposed, use a small number of buffers up to a 2
8104         second limit. Also disconnect the overrun signal from multiqueue when we
8105         exposed the group because it is not needed anymore.
8106
8107 2007-06-27  Tim-Philipp Müller  <tim at centricular dot net>
8108
8109         * gst-libs/gst/tag/tags.c: (gst_tag_freeform_string_to_utf8):
8110           Don't pass trailing zeroes in fixed-size string arrays in ID3v1 tags
8111           to utf8-validate; fixes recognition of ID3v1 tags in UTF-8 encoding
8112           (#451707); also, output some debugging info when dealing with
8113           freeform strings.
8114
8115         * tests/check/libs/tag.c: (GST_START_TEST), (tag_suite):
8116           Add unit test for the above.
8117
8118 2007-06-27  Tim-Philipp Müller  <tim at centricular dot net>
8119
8120         * gst-libs/gst/pbutils/descriptions.c: (caps_are_rtp_caps):
8121           Add description for Windows Media RTP caps.
8122
8123         * gst-libs/gst/pbutils/missing-plugins.c: (copy_and_clean_caps):
8124           Remove RTP fields that don't define the format from caps.
8125
8126 2007-06-27  Tim-Philipp Müller  <tim at centricular dot net>
8127
8128         * ext/vorbis/vorbisdec.c: (vorbis_dec_decode_buffer):
8129           Skip empty buffers, but not empty header buffers. That way the original
8130           vorbisdec unit test still passes (#451145); also, take into account
8131           that those empty packets might carry a granulepos.
8132
8133         * tests/check/Makefile.am:
8134         * tests/check/elements/vorbisdec.c:
8135         (_create_codebook_header_buffer), (_create_audio_buffer),
8136         (GST_START_TEST), (vorbisdec_suite):
8137           Add unit test that sends an empty packet.
8138
8139 2007-06-27  Wim Taymans  <wim@fluendo.com>
8140
8141         * ext/vorbis/vorbisdec.c: (vorbis_dec_decode_buffer):
8142         Don't error out on 0-sized packets, just emit a warning because this is
8143         not a fatal error. Fixes #451145.
8144
8145 2007-06-25  Stefan Kost  <ensonic@users.sf.net>
8146
8147         * docs/plugins/gst-plugins-base-plugins.args:
8148         * docs/plugins/gst-plugins-base-plugins.signals:
8149         * docs/plugins/inspect/plugin-adder.xml:
8150         * docs/plugins/inspect/plugin-alsa.xml:
8151         * docs/plugins/inspect/plugin-audioconvert.xml:
8152         * docs/plugins/inspect/plugin-audiorate.xml:
8153         * docs/plugins/inspect/plugin-audioresample.xml:
8154         * docs/plugins/inspect/plugin-audiotestsrc.xml:
8155         * docs/plugins/inspect/plugin-cdparanoia.xml:
8156         * docs/plugins/inspect/plugin-decodebin.xml:
8157         * docs/plugins/inspect/plugin-decodebin2.xml:
8158         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
8159         * docs/plugins/inspect/plugin-gdp.xml:
8160         * docs/plugins/inspect/plugin-gnomevfs.xml:
8161         * docs/plugins/inspect/plugin-libvisual.xml:
8162         * docs/plugins/inspect/plugin-ogg.xml:
8163         * docs/plugins/inspect/plugin-pango.xml:
8164         * docs/plugins/inspect/plugin-playbin.xml:
8165         * docs/plugins/inspect/plugin-subparse.xml:
8166         * docs/plugins/inspect/plugin-tcp.xml:
8167         * docs/plugins/inspect/plugin-theora.xml:
8168         * docs/plugins/inspect/plugin-typefindfunctions.xml:
8169         * docs/plugins/inspect/plugin-video4linux.xml:
8170         * docs/plugins/inspect/plugin-videorate.xml:
8171         * docs/plugins/inspect/plugin-videoscale.xml:
8172         * docs/plugins/inspect/plugin-videotestsrc.xml:
8173         * docs/plugins/inspect/plugin-volume.xml:
8174         * docs/plugins/inspect/plugin-vorbis.xml:
8175         * docs/plugins/inspect/plugin-ximagesink.xml:
8176         * docs/plugins/inspect/plugin-xvimagesink.xml:
8177           Update docs with caps info.
8178
8179 2007-06-25  Tim-Philipp Müller  <tim at centricular dot net>
8180
8181         * po/POTFILES.in:
8182           Add more files with translatable strings (#450875).
8183
8184 2007-06-23  Edward Hervey  <edward@fluendo.com>
8185
8186         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_find_chains):
8187         The chain should be freed if we error out here, else it will leak.
8188         * gst/playback/gstdecodebin.c: (disconnect_unlinked_signals),
8189         (cleanup_decodebin):
8190         Don't forget to *properly* remove the signals, else it will leak.
8191
8192 2007-06-22  Jan Schmidt  <thaytan@noraisin.net>
8193
8194         * MAINTAINERS:
8195         Updating all the maintainers files
8196
8197 2007-06-21  Stefan Kost  <ensonic@users.sf.net>
8198
8199         * tests/examples/seek/seek.c: (update_scale), (play_cb), (stop_cb),
8200         (main):
8201           Destroy and recreate parse-launch based pipeline after stop to be able
8202           to play again. Reorder some code and add more comments.
8203
8204 2007-06-20  Jan Schmidt  <thaytan@mad.scientist.com>
8205
8206         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
8207         When handling a delayed-caps notification case, mark
8208         the group as dynamic so that the nbdynamic count is
8209         incremented and decremented correctly. Fixes: #449156
8210         Patch by: Wim Taymans <wim@fluendo.com>
8211
8212 2007-06-19  Andy Wingo  <wingo@pobox.com>
8213
8214         * gst-libs/gst/audio/gstbaseaudiosink.c
8215         (gst_base_audio_sink_init): Enable pull-mode operation.
8216
8217 2007-06-19  Michael Smith <msmith@fluendo.com>
8218
8219         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8220           Change minimum rate back to 1000 to allow low-sample-rate wav files
8221           to play back.
8222
8223 2007-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
8224
8225         * po/vi.po:
8226           Update translations.
8227
8228 2007-06-15  David Schleef  <ds@schleef.org>
8229
8230         * gst/playback/gstqueue2.c:
8231           Fix compile error from ignored return value.
8232
8233 2007-06-15  Michael Smith <msmith@fluendo.com>
8234
8235         * gst/videoscale/vs_4tap.c: (vs_image_scale_4tap_Y):
8236           Update tmpbuf for all neccesary rows, not just one, as is required
8237           when downscaling.
8238           Fixes #402076.
8239
8240 2007-06-15  Michael Smith <msmith@fluendo.com>
8241
8242         * tests/check/pipelines/oggmux.c: (validate_ogg_page), (is_video),
8243         (eos_buffer_probe):
8244           Add a test that ensures we set DELTA_UNIT on all non-header,
8245           non-video buffers, if we have a video stream.
8246         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
8247         (gst_ogg_mux_process_best_pad):
8248           Move setting delta_pad to earlier, where we inspect all pads, so
8249           that leading audio pages don't get DELTA_UNIT unset if they come
8250           before the first DELTA_UNIT from video pages. Fixes the newly-added
8251           test. Fixes #385527.
8252
8253 2007-06-14  Tim-Philipp Müller  <tim at centricular dot net>
8254
8255         * tests/check/pipelines/streamheader.c: (streamheader_suite):
8256           Disable test_multifdsink_gdp_vorbisenc() on ppc64 since it
8257           fails on the p5-ppc64 build bot and the failure looks like it is due
8258           to the same issue as #348114, ie. a compiler bug.
8259
8260 2007-06-13  Edward Hervey  <edward@fluendo.com>
8261
8262         * gst/playback/gstqueue2.c: (gst_queue_create_read):
8263         Fix build on MacOSX.
8264
8265 2007-06-13  Wim Taymans  <wim@fluendo.com>
8266
8267         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
8268         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain):
8269         Fix compilation on mingw. Fixes #446972.
8270
8271 2007-06-12  Wim Taymans  <wim@fluendo.com>
8272
8273         Patches by: Thiago Sousa Santos <thiagossantos at gmail dot com>
8274
8275         * gst/playback/gstqueue2.c: (update_buffering),
8276         (gst_queue_locked_enqueue):
8277         Fix a division by zero when the max percent is <= 0. Fixes #446572.
8278         also update the buffering status when receiving events. Fixes #446551.
8279
8280 2007-06-11  Wim Taymans  <wim@fluendo.com>
8281
8282         Based on patch by: Thiago Sousa Santos <thiagossantos at gmail dot com>
8283
8284         * gst/playback/gstqueue2.c: (gst_queue_peer_query),
8285         (gst_queue_handle_src_query):
8286         Wait for preroll before attempting to forward a duration query upstream.
8287         Fixes #445505.
8288
8289 2007-06-07  Sebastien Moutte  <sebastien@moutte.net>
8290
8291         * gst-libs/gst/rtp/gstbasertpdepayload.c: 
8292         (gst_base_rtp_depayload_set_gst_timestamp):
8293         Use G_GINT64_CONSTANT macro for int64 constant.
8294         * win32/common/libgstinterfaces.def:
8295         * win32/common/libgsttag.def:
8296         Add new exported functions.
8297
8298 2007-06-07  Tim-Philipp Müller  <tim at centricular dot net>
8299
8300         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers):
8301           The BOS page of the first Dirac video stream needs to come before
8302           the BOS page of any Vorbis streams or other audio streams, just like
8303           it is with Theora.
8304
8305 2007-06-07  Wim Taymans  <wim@fluendo.com>
8306
8307         * gst/playback/gstqueue2.c: (gst_queue_get_range):
8308         Fix compilation.
8309
8310 2007-06-06  Wim Taymans  <wim@fluendo.com>
8311
8312         Patch by: Thiago Sousa Santos <thiagossantos at gmail dot com>
8313
8314         * gst/playback/gstqueue2.c: (gst_queue_init),
8315         (gst_queue_handle_sink_event), (gst_queue_chain),
8316         (gst_queue_get_range), (gst_queue_src_checkgetrange_function),
8317         (gst_queue_sink_activate_push), (gst_queue_src_activate_push),
8318         (gst_queue_src_activate_pull):
8319         Add pull based scheduling and fix some deadlocks. Fixes #444523.
8320         Does not yet completely work because duration queries upstream won't
8321         block yet.
8322
8323 2007-06-06  Wim Taymans  <wim@fluendo.com>
8324
8325         * configure.ac:
8326         * gst/playback/gstqueue2.c: (gst_queue_create_read):
8327         Some more fseeko checks.
8328
8329 2007-06-06  Wim Taymans  <wim@fluendo.com>
8330
8331         * configure.ac:
8332         check for large file support.
8333
8334 2007-06-05  Sebastian Dröge  <slomo@circular-chaos.org>
8335
8336         Based on a patch by Sven Arvidsson <sa at whiz dot se>:
8337
8338         * gst/subparse/gstsubparse.c: (parse_subrip),
8339         (subviewer_unescape_newlines), (parse_subviewer),
8340         (gst_sub_parse_data_format_autodetect),
8341         (gst_sub_parse_format_autodetect), (gst_subparse_type_find):
8342         * gst/subparse/gstsubparse.h:
8343         Add support for SubViewer version 1 and 2 subtitles. Fixes #394061.
8344         * tests/check/elements/subparse.c: (GST_START_TEST),
8345         (subparse_suite):
8346         Add a unit test for both SubViewer formats.
8347
8348 2007-06-01  Michael Smith <msmith@fluendo.com>
8349
8350         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_do_seek):
8351           Don't overflow intermediate values when seeking to large time values
8352           in audiotestsrc.
8353
8354 2007-06-05  Wim Taymans  <wim@fluendo.com>
8355
8356         * gst/playback/gstqueue2.c: (gst_queue_have_data),
8357         (gst_queue_create_read), (gst_queue_read_item_from_file),
8358         (gst_queue_open_temp_location_file), (gst_queue_locked_enqueue):
8359         Include stdio to define fseeko.
8360
8361 2007-06-05  Wim Taymans  <wim@fluendo.com>
8362
8363         Patch by: Edward Hervey  <edward@fluendo.com>
8364
8365         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
8366         (gst_v4lsrc_query):
8367         Make v4lsrc output segments in GST_FORMAT_TIME. Fixes #442553.
8368
8369 2007-06-05  Tim-Philipp Müller  <tim at centricular dot net>
8370
8371         * gst-libs/gst/riff/Makefile.am:
8372         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_info):
8373           Use gst_tag_utf8_from_freeform_string() from libgsttag instead of
8374           our own implementation.
8375
8376 2007-06-05  Wim Taymans  <wim@fluendo.com>
8377
8378         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8379         (gst_base_rtp_depayload_setcaps),
8380         (gst_base_rtp_depayload_set_gst_timestamp),
8381         (gst_base_rtp_depayload_change_state):
8382         Handle timestamp wraparound.
8383
8384 2007-06-05  Wim Taymans  <wim@fluendo.com>
8385
8386         * gst/playback/gsturidecodebin.c: (no_more_pads_full),
8387         (new_decoded_pad), (remove_pads), (make_decoder), (setup_source),
8388         (gst_uri_decode_bin_change_state):
8389         Make sure we name srcpads uniquely even when using different internal
8390         decodebins.
8391         Signal no-more-pads when no more dynamic elements exist.
8392         Remove pads on cleanup.
8393
8394 2007-06-05  Wim Taymans  <wim@fluendo.com>
8395
8396         Based on patch by: Thiago Sousa Santos <thiagossantos at gmail dot com>
8397
8398         * gst/playback/gstqueue2.c: (gst_queue_class_init),
8399         (gst_queue_init), (gst_queue_finalize),
8400         (gst_queue_write_buffer_to_file), (gst_queue_have_data),
8401         (gst_queue_create_read), (gst_queue_read_item_from_file),
8402         (gst_queue_open_temp_location_file),
8403         (gst_queue_close_temp_location_file), (gst_queue_locked_flush),
8404         (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
8405         (gst_queue_is_empty), (gst_queue_is_filled),
8406         (gst_queue_change_state), (gst_queue_set_temp_location),
8407         (gst_queue_set_property):
8408         Add support for filebased buffering. Fixes #441264.
8409
8410 2007-06-05  Wim Taymans  <wim@fluendo.com>
8411
8412         * gst/playback/gstdecodebin2.c: (gst_decode_bin_factory_filter),
8413         (analyze_new_pad), (connect_pad), (expose_pad), (caps_notify_cb),
8414         (caps_notify_group_cb), (gst_decode_group_new),
8415         (gst_decode_group_free):
8416         Add support for delayed caps fixation when autoplugging.
8417         Optimize cases where a multiqueue is not needed/wanted, like right after
8418         anything that is not a demuxer.
8419
8420 2007-06-05  Wim Taymans  <wim@fluendo.com>
8421
8422         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fisbone),
8423         (gst_ogg_pad_submit_packet), (gst_ogg_demux_perform_seek),
8424         (gst_ogg_demux_read_chain), (gst_ogg_demux_collect_chain_info):
8425         consideratly speedup ogg chain detection by not trying to find a base
8426         timestamp for skeleton streams. 
8427
8428 2007-06-05  Wim Taymans  <wim@fluendo.com>
8429
8430         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
8431         (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_add_full),
8432         (gst_multi_fd_sink_remove_flush),
8433         (gst_multi_fd_sink_remove_client_link),
8434         (gst_multi_fd_sink_handle_client_write),
8435         (gst_multi_fd_sink_handle_clients):
8436         * gst/tcp/gstmultifdsink.h:
8437         Add support for remove_flush.
8438
8439 2007-06-05  Wim Taymans  <wim@fluendo.com>
8440
8441         * docs/design/draft-keyframe-force.txt:
8442         * ext/theora/theoraenc.c: (theora_enc_sink_event),
8443         (theora_enc_chain):
8444         Add draft design for forcing keyframes in encoders and implement in
8445         theoraenc.
8446
8447 2007-06-05  Jan Schmidt  <thaytan@mad.scientist.com>
8448
8449         * configure.ac:
8450           Back to CVS
8451
8452 === release 0.10.13 ===
8453
8454 2007-06-05  Jan Schmidt <thaytan@mad.scientist.com>
8455
8456         * configure.ac:
8457           releasing 0.10.13, "What's Going on?"
8458
8459 2007-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
8460
8461         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8462         In riff, the depth is stored in the size field but it just means that
8463         the least significant bits are cleared. We can therefore just play
8464         the sample as if it had a depth == width. Fixes: #440997
8465
8466         Patch by: Wim Taymans <wim@fluendo.com> 
8467         Patch by: Sebastian Dröge  <slomo@circular-chaos.org>
8468
8469 2007-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
8470
8471         * gst-libs/gst/floatcast/floatcast.h:
8472         Define inline when needed on win32 builds. Fixes: #441295
8473         Patch by: Sebastien Moutte  <sebastien@moutte.net>
8474
8475 2007-05-29  Wim Taymans  <wim@fluendo.com>
8476
8477         * gst/playback/gstplaybasebin.c: (queue_overrun),
8478         (no_more_pads_full):
8479         Stop buffering when the group is commited because the queues filled up.
8480         Fixes #442024.
8481
8482 2007-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
8483
8484         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_ensure_track_list),
8485         (gst_alsa_mixer_free), (gst_alsa_mixer_update),
8486         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
8487         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
8488         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
8489         * ext/alsa/gstalsamixer.h:
8490         * ext/alsa/gstalsamixerelement.c:
8491         (gst_alsa_mixer_element_interface_supported),
8492         (gst_alsa_mixer_element_finalize), (gst_alsa_mixer_element_init),
8493         (gst_alsa_mixer_element_set_property),
8494         (gst_alsa_mixer_element_get_property),
8495         (gst_alsa_mixer_element_change_state):
8496         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_update):
8497         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_volume_changed),
8498         (gst_mixer_option_changed):
8499         * gst-libs/gst/interfaces/mixer.h:
8500         Revert commits towards #152864 made so far. We'll pick it up again
8501         after the 0.10.13 release.
8502
8503 2007-05-24  Wim Taymans  <wim@fluendo.com>
8504
8505         * gst-libs/gst/audio/gstbaseaudiosink.c:
8506         (gst_base_audio_sink_render):
8507         After an interrupt (PAUSED/flush) assume that the next sample should not
8508         be aligned to the previous sample. Fixes #417992.
8509
8510 2007-05-24  Tim-Philipp Müller  <tim at centricular dot net>
8511
8512         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8513           Don't add channels and rate fields to the template caps for
8514           audio/x-dts, as wavparse might not always be able to set them,
8515           which would then lead to 'caps are not a real subset of the
8516           template caps' warnings.
8517
8518 2007-05-24  Jan Schmidt  <thaytan@mad.scientist.com>
8519
8520         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
8521         Handle unknown or invalid pads without crashing, as might occur if
8522         a media file like an mp3 is specified as a subtitle file.
8523         Fixes: #410039
8524
8525 2007-05-24  Jan Schmidt  <thaytan@mad.scientist.com>
8526
8527         * gst/playback/gstplaybin.c: (add_sink), (dummy_blocked_cb),
8528         (setup_sinks):
8529         Block the subtitle bin output queue before ghosting it and linking,
8530         then unblock after. This avoids spurious not-linked errors caused 
8531         by the queue starting up (because it gets linked when it is ghosted). 
8532         Fixes: #350299
8533
8534 2007-05-23  Jan Schmidt  <thaytan@mad.scientist.com>
8535
8536         * tests/check/elements/playbin.c: (test_suburi_error_unknowntype):
8537         Use /dev/zero instead of /dev/urandom to produce an invalid subtitle
8538         file. Avoids flukes where the input gets typefound to some valid but
8539         useless type.
8540
8541 2007-05-22  Tim-Philipp Müller  <tim at centricular dot net>
8542
8543         * tests/check/Makefile.am:
8544         * tests/check/elements/.cvsignore:
8545         * tests/check/elements/gnomevfssink.c: (setup_gnomevfssink),
8546         (cleanup_gnomevfssink), (GST_START_TEST), (gnomevfssink_suite):
8547           Add unit test for gnomevfssink seeking and position reporting for
8548           file:// URIs.
8549
8550 2007-05-22  Tim-Philipp Müller  <tim at centricular dot net>
8551
8552         Patch by: Mark Nauwelaerts <manauw at skynet be>
8553
8554         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_init),
8555         (gst_gnome_vfs_sink_open_file), (gst_gnome_vfs_sink_handle_event),
8556         (gst_gnome_vfs_sink_query), (gst_gnome_vfs_sink_render):
8557         * ext/gnomevfs/gstgnomevfssink.h:
8558           Fix position reporting, especially after a seek (from upstream),
8559           see #412648.
8560
8561 2007-05-22  Tim-Philipp Müller  <tim at centricular dot net>
8562
8563         * ext/cdparanoia/gstcdparanoiasrc.c:
8564           Repair umlaut.
8565
8566 2007-05-22  Jan Schmidt  <thaytan@mad.scientist.com>
8567
8568         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8569         Specify the full valid range for MP3 samplerates. Fixes a regression
8570         caused by extra header checks since the last release.
8571
8572 2007-05-21  Jan Schmidt  <thaytan@mad.scientist.com>
8573
8574         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
8575         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
8576         Fix a locking-order bug I introduced with my changes the other day.
8577         Patch by Mike Smith.
8578
8579 2007-05-21  Michael Smith <msmith@fluendo.com>
8580
8581         * ext/theora/theoradec.c: (theora_handle_data_packet):
8582           Don't look inside 0-length packets (which indicate duplicated
8583           frames)
8584
8585 2007-05-21  Wim Taymans  <wim@fluendo.com>
8586
8587         * ext/cdparanoia/gstcdparanoiasrc.c:
8588         (gst_cd_paranoia_src_read_sector):
8589         * gst-libs/gst/audio/gstbaseaudiosrc.c:
8590         (gst_base_audio_src_create):
8591         Small cleanups.
8592
8593         * ext/theora/theoradec.c: (theora_dec_sink_event):
8594         Fix typo.
8595
8596         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8597         (gst_base_rtp_depayload_set_gst_timestamp):
8598         Add some FIXME
8599
8600         * gst/playback/gstdecodebin.c: (queue_underrun_cb):
8601         And some debug info when a FIXME path is hit.
8602
8603 2007-05-21  Wim Taymans  <wim@fluendo.com>
8604
8605         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
8606         (gst_base_rtp_audio_payload_class_init),
8607         (gst_base_rtp_audio_payload_init),
8608         (gst_base_rtp_audio_payload_finalize),
8609         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
8610         (gst_base_rtp_audio_payload_handle_sample_based_buffer),
8611         (gst_base_rtp_payload_audio_handle_event):
8612         Some cleanups, remove minptime property as it is now in the parent
8613         class.
8614         Override parent class event function.
8615
8616         * gst-libs/gst/rtp/gstbasertppayload.c:
8617         (gst_basertppayload_class_init), (gst_basertppayload_init),
8618         (gst_basertppayload_event), (gst_basertppayload_set_property),
8619         (gst_basertppayload_get_property):
8620         * gst-libs/gst/rtp/gstbasertppayload.h:
8621         Add min-ptime property.
8622         Add handle-event vmethod. Fixes #415001.
8623
8624 2007-05-18  Stefan Kost  <ensonic@users.sf.net>
8625
8626         * gst-libs/gst/audio/gstbaseaudiosink.c
8627           (gst_base_audio_sink_change_state):
8628           Fix typo in comment.
8629
8630         * gst/playback/gstdecodebin.c (gst_decode_bin_class_init,
8631           free_dynamics, pad_probe, close_pad_link, try_to_link_1,
8632           get_our_ghost_pad, remove_element_chain, queue_underrun_cb,
8633           close_link):
8634         * gst/playback/gstplaybin.c (gst_play_bin_set_property,
8635           gen_audio_element, remove_sinks, gst_play_bin_send_event_to_sink):
8636           Remove trailing whitespaces in comments.
8637
8638         * gst/volume/Makefile.am:
8639           Fix tabs.
8640
8641 2007-05-18  Stefan Kost  <ensonic@users.sf.net>
8642
8643         patch by: Marc-Andre Lureau <marcandre.lureau@gmail.com>
8644
8645         * gst-libs/gst/interfaces/mixer.h (mixer_type, option_changed,
8646           set_option, get_option, _gst_reserved):
8647           Revert reordering functions (keep ABI).
8648
8649 2007-05-17  Jan Schmidt  <thaytan@mad.scientist.com>
8650
8651         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
8652         (gst_ximagesink_xwindow_new), (gst_ximagesink_handle_xevents),
8653         (gst_ximagesink_show_frame):
8654         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
8655         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_handle_xevents),
8656         (gst_xvimagesink_show_frame):
8657         When we create our own window, indicate that we handle the 
8658         WM_DELETE client message from the window manager, so that it won't 
8659         kill our window (and our app) along with it. Handle ClientMessage,
8660         post an error on the bus, and close the window. Further buffers
8661         arriving will result in a FlowError because the window has been
8662         destroyed.
8663
8664         Fixes: #393975
8665
8666         Clean up the X event handling loop and make them the same for
8667         both xvimagesink and ximagesink while I'm at it.
8668
8669 2007-05-17  Wim Taymans  <wim@fluendo.com>
8670
8671         * gst/playback/gstdecodebin2.c: (gst_decode_bin_factory_filter):
8672         Make decodebin2 autoplug depayloaders too.
8673
8674         * gst/playback/gsturidecodebin.c: (source_new_pad):
8675         Set the newly created decoder in a usable state when autoplugging a
8676         dynamic source such as RTSP.
8677
8678 2007-05-17  Tim-Philipp Müller  <tim at centricular dot net>
8679
8680         * gst/playback/gststreaminfo.c: (cb_probe):
8681           Ignore video-codec tag for audio streams and ignore audio-codec tags
8682           for video streams. Should make codec name collection a bit more
8683           robust against sloppy demuxers that send tag events containing both
8684           tags down each pad.
8685
8686 2007-05-17  Wim Taymans  <wim@fluendo.com>
8687
8688         * gst/playback/gstqueue2.c: (update_rates):
8689         Tweak the buffering thresholds a little.
8690         Update the buffer size with the previously calculate rate instead of
8691         only when we calculate a new rate so that we get smoother buffering
8692         updates.
8693
8694         * gst/playback/Makefile.am:
8695         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_base_init),
8696         (gst_uri_decode_bin_class_init), (gst_uri_decode_bin_init),
8697         (gst_uri_decode_bin_finalize), (gst_uri_decode_bin_set_property),
8698         (gst_uri_decode_bin_get_property), (unknown_type),
8699         (add_element_stream), (no_more_pads_full), (no_more_pads),
8700         (source_no_more_pads), (new_decoded_pad), (array_has_value),
8701         (gen_source_element), (has_all_raw_caps), (analyse_source),
8702         (remove_decoders), (make_decoder), (remove_source),
8703         (source_new_pad), (setup_source), (decoder_query_init),
8704         (decoder_query_duration_fold), (decoder_query_duration_done),
8705         (decoder_query_position_fold), (decoder_query_position_done),
8706         (decoder_query_latency_fold), (decoder_query_latency_done),
8707         (decoder_query_seeking_fold), (decoder_query_seeking_done),
8708         (decoder_query_generic_fold), (gst_uri_decode_bin_query),
8709         (gst_uri_decode_bin_change_state), (plugin_init):
8710         New element that intergrates a source, optional buffering element and
8711         decodebin.
8712
8713 2007-05-17  Tim-Philipp Müller  <tim at centricular dot net>
8714
8715         * configure.ac:
8716           Bump libtheora requirement to 1.0alpha5 for the pixformat check
8717           (also has a .pc file, so we don't need the fallback check any
8718           longer). Fixes #438840.
8719
8720 2007-05-17  Wim Taymans  <wim@fluendo.com>
8721
8722         * gst/playback/gstqueue2.c: (gst_queue_get_type),
8723         (gst_queue_class_init), (gst_queue_finalize), (update_time_level),
8724         (apply_segment), (apply_buffer), (update_buffering),
8725         (reset_rate_timer), (update_rates), (gst_queue_locked_flush),
8726         (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
8727         (gst_queue_handle_sink_event), (gst_queue_is_filled),
8728         (gst_queue_chain), (gst_queue_push_one), (gst_queue_loop),
8729         (plugin_init):
8730         fix build.
8731
8732 2007-05-17  Wim Taymans  <wim@fluendo.com>
8733
8734         * gst/playback/Makefile.am:
8735         * gst/playback/gstqueue2.c: (gst_queue_get_type),
8736         (gst_queue_class_init), (gst_queue_init), (gst_queue_finalize),
8737         (gst_queue_getcaps), (gst_queue_bufferalloc),
8738         (gst_queue_acceptcaps), (update_time_level), (apply_segment),
8739         (apply_buffer), (update_buffering), (reset_rate_timer),
8740         (update_rates), (gst_queue_locked_flush),
8741         (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
8742         (gst_queue_handle_sink_event), (gst_queue_is_empty),
8743         (gst_queue_is_filled), (gst_queue_chain), (gst_queue_push_one),
8744         (gst_queue_loop), (gst_queue_handle_src_event),
8745         (gst_queue_handle_src_query), (gst_queue_sink_activate_push),
8746         (gst_queue_src_activate_push), (gst_queue_change_state),
8747         (gst_queue_set_property), (gst_queue_get_property), (plugin_init):
8748         On our way to playbin2 this is the new network queue that does buffering
8749         all by itself using high and low watermarks. It can also measure up and
8750         downstream bandwidth to optimally size the queue.
8751
8752 2007-05-17  Michael Smith <msmith@fluendo.com>
8753
8754         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_do_seek):
8755         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_do_seek):
8756           Use the segment->last_stop value to calculate the next timestamp to
8757           generate after a seek; not the segment->start value.
8758
8759 2007-05-15  David Schleef  <ds@schleef.org>
8760
8761         * docs/Makefile.am: Install docs even when --disable-gtk-doc
8762           is disabled.  This matches the behavior of gtk+.  Fixes #349099.
8763
8764 2007-05-15  Wim Taymans  <wim@fluendo.com>
8765
8766         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
8767         (gst_ogg_demux_perform_seek), (gst_ogg_demux_handle_page):
8768         Some more chained streaming ogg timestamp fixes.
8769
8770 2007-05-15  Wim Taymans  <wim@fluendo.com>
8771
8772         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
8773         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
8774         (gst_ogg_demux_handle_page):
8775         Add some FIXMEs.
8776         Fix chain start/stop segment handling based on patch by
8777         <ahalda at cs dot mcgill dot ca> see #320984.
8778
8779 2007-05-15  Michael Smith <msmith@fluendo.com>
8780
8781         * configure.ac:
8782           We don't require a C++ compiler. So don't require one.
8783
8784 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
8785
8786         * ext/alsa/gstalsamixer.c (source, n_poll_fds, poll_fds,
8787           gst_alsa_mixer_check, gst_alsa_mixer_dispatch,
8788           gst_alsa_mixer_finalize, gst_alsa_mixer_handle_source_callback,
8789           gst_alsa_mixer_handle_callback, gst_alsa_mixer_elem_handle_callback,
8790           gst_alsa_mixer_ensure_track_list, gst_alsa_mixer_update_option,
8791           gst_alsa_mixer_update_track):
8792           Apply some of the cleanup Tim suggested in #152864 afterwards.
8793
8794 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
8795
8796         patch by: Marc-Andre Lureau <marcandre.lureau@gmail.com>
8797
8798         * ext/alsa/gstalsamixer.c (main_context, GstAlsaMixerWatch,
8799           _GstAlsaMixerWatch, source, n_poll_fds, poll_fds,
8800           gst_alsa_mixer_watch_funcs, gst_alsa_mixer_prepare,
8801           gst_alsa_mixer_check, gst_alsa_mixer_dispatch,
8802           gst_alsa_mixer_finalize, gst_alsa_mixer_find_master_mixer,
8803           gst_alsa_mixer_handle_source_callback,
8804           gst_alsa_mixer_handle_callback, gst_alsa_mixer_elem_handle_callback,
8805           gst_alsa_mixer_ensure_track_list, gst_alsa_mixer_free,
8806           gst_alsa_mixer_get_volume, gst_alsa_mixer_set_volume,
8807           gst_alsa_mixer_set_mute, gst_alsa_mixer_set_record,
8808           gst_alsa_mixer_get_option, gst_alsa_mixer_update_option,
8809           gst_alsa_mixer_update_track, _gst_alsa_mixer_set_interface):
8810         * ext/alsa/gstalsamixer.h (handle_source, interface, dir):
8811         * ext/alsa/gstalsamixerelement.c (gst_alsa_mixer_element_details,
8812           gst_alsa_mixer_element_interface_supported,
8813           gst_alsa_mixer_element_finalize, gst_alsa_mixer_element_init,
8814           gst_alsa_mixer_element_set_property,
8815           gst_alsa_mixer_element_get_property,
8816           gst_alsa_mixer_element_change_state):
8817         * ext/alsa/gstalsamixertrack.c (gst_alsa_mixer_track_update):
8818         * gst-libs/gst/interfaces/mixer.c (gst_mixer_volume_changed,
8819           gst_mixer_option_changed):
8820         * gst-libs/gst/interfaces/mixer.h (set_option, get_option,
8821           volume_changed, option_changed, _gst_reserved):
8822           Implement notification for alsamixer. Fixes #152864
8823
8824 2007-05-14  David Schleef  <ds@schleef.org>
8825
8826         * gst/videotestsrc/videotestsrc.c:
8827         * gst/videotestsrc/videotestsrc.h:
8828           Add support for video/x-raw-bayer.
8829
8830 2007-05-12  David Schleef  <ds@schleef.org>
8831
8832         * sys/xvimage/xvimagesink.c:
8833           Add some sanity checking for the XVImage size returned by X.
8834           Related to #377400.
8835
8836 2007-05-12  Wim Taymans  <wim@fluendo.com>
8837
8838         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8839         (gst_base_rtp_depayload_setcaps),
8840         (gst_base_rtp_depayload_set_gst_timestamp):
8841         Parse and use additional caps fields as described in updated
8842         application/x-rtp caps spec.
8843
8844 2007-05-12  Wim Taymans  <wim@fluendo.com>
8845
8846         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
8847         (gst_ogg_demux_collect_chain_info):
8848         If there is a stream in a chain without any data packets, ignore the
8849         stream in the total length calculations. Might be related to #436820.
8850
8851 2007-05-11  Jan Schmidt  <thaytan@mad.scientist.com>
8852
8853         * gst/typefind/gsttypefindfunctions.c: (mpeg_sys_is_valid_pack),
8854         (mpeg_sys_is_valid_pes), (mpeg_sys_is_valid_sys),
8855         (mpeg_sys_type_find), (mpeg_ts_type_find), (mpeg4_video_type_find),
8856         (mpeg_video_type_find), (mpeg_video_stream_type_find),
8857         (plugin_init):
8858
8859         Consolidate and re-work our mpeg system stream detection to probe
8860         more packets and produce a higher confidence result. Fixes a
8861         regression caused by lowering the typefind probability last year
8862         - related to bug #397810. Remove the redundant MPEG-1 specific 
8863         typefind function, as the new one detects both MPEG-1 & MPEG-2
8864         happily.
8865
8866         Also cleanup the MPEG elementary and MPEG-TS detection functions a
8867         little. 
8868
8869         Tested against my media test directory, with some improvements and
8870         no regressions.
8871
8872 2007-05-10  Wim Taymans  <wim@fluendo.com>
8873
8874         * gst/playback/gstplaybasebin.c: (fill_buffer), (check_queue),
8875         (queue_out_of_data):
8876         Connect to the new queue "pushing" signal instead of the broken
8877         "running" one.
8878
8879 2007-05-09  Sebastien Moutte  <sebastien@moutte.net>
8880
8881         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
8882         (gst_base_rtp_audio_payload_handle_frame_based_buffer):
8883         Move variable declaration before the first instruction.
8884         * gst/videotestsrc/videotestsrc.c:
8885         Define M_PI if it's not defined yet.
8886         * win32/common/libgstrtp.def:
8887         Add new exported functions.
8888
8889 2007-05-09  Michael Smith <msmith@fluendo.com>
8890
8891         * ext/theora/theoradec.c: (theora_handle_type_packet):
8892           gst_pad_push_event() does not return a GstFlowReturn!
8893
8894 2007-05-09  Wim Taymans  <wim@fluendo.com>
8895
8896         * tests/examples/seek/scrubby.c: (stop_cb), (main):
8897         * tests/examples/seek/seek.c: (do_seek):
8898         Some small cosmetic changes.
8899
8900 2007-05-08  Stefan Kost  <ensonic@users.sf.net>
8901
8902         * gst/adder/gstadder.c (gst_adder_src_event, gst_adder_collected,
8903           gst_adder_change_state):
8904         * gst/adder/gstadder.h (bps, offset, collect_event, segment,
8905           segment_pending, segment_position, segment_rate):
8906           Handle playback-rate on adder.
8907
8908 2007-05-07  Michael Smith <msmith@fluendo.com>
8909
8910         * ext/theora/gsttheoradec.h:
8911         * ext/theora/theoradec.c: (gst_theora_dec_reset),
8912         (theora_dec_sink_event), (theora_handle_comment_packet),
8913         (theora_handle_type_packet), (theora_dec_change_state):
8914           Don't push events (newsegment, tags) before initialising the
8915           decoder.
8916           This is neccesary for seeking to work correctly in gnonlin.
8917
8918 2007-05-04  Stefan Kost  <ensonic@users.sf.net>
8919
8920         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
8921         * gst/adder/gstadder.c:
8922         * gst/audiotestsrc/gstaudiotestsrc.c
8923           (gst_audio_test_src_create_white_noise):
8924         * gst/videotestsrc/gstvideotestsrc.c:
8925         * gst/volume/gstvolume.c (VOLUME_UNITY_INT16,
8926           VOLUME_UNITY_INT16_BIT_SHIFT, VOLUME_MAX_DOUBLE,
8927           volume_sink_template, volume_src_template, gst_volume_init,
8928           volume_process_double, volume_process_int16,
8929           volume_process_int16_clamp):
8930           Doc fixes and formatting.
8931
8932 2007-05-04  Tim-Philipp Müller  <tim at centricular dot net>
8933
8934         * tests/check/Makefile.am:
8935         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
8936           Minimal check for volume's GstController usability; also another
8937           test for #422295.
8938
8939 2007-05-04  Tim-Philipp Müller  <tim at centricular dot net>
8940
8941         * gst-libs/gst/cdda/gstcddabasesrc.c:
8942         (gst_cdda_base_src_add_track):
8943           Fix it so that it (a) makes sense and (b) doesn't break
8944           everything cdda-related including the unit test.
8945
8946 2007-05-04  Stefan Kost  <ensonic@users.sf.net>
8947
8948         * gst-libs/gst/cdda/gstcddabasesrc.c:
8949         (gst_cdda_base_src_add_track):
8950           Fix build when disabling asserts.
8951
8952 2007-05-03  Tim-Philipp Müller  <tim at centricular dot net>
8953
8954         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
8955           When XShm is not available, we might get row strides that are not
8956           rounded up to multiples of four; this is bad, because virtually
8957           every RGB-processing element in GStreamer assumes rowstrides are
8958           rounded up to multiples of four, so let's allocate at least enough
8959           memory to avoid crashes in this case. The image will still be
8960           displayed distorted though if this happens, so that still needs
8961           fixing (maybe by allocating a bigger image with an 'even' width
8962           and then clipping it appropriately when rendering - something for
8963           Xlib aficionados in any case).
8964
8965 2007-05-03  Michael Smith <msmith@fluendo.com>
8966
8967         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
8968           If a buffer doesn't have a timestamp, assume it's contiguous with
8969           the previous buffer, and synthesise timestamps appropriately.
8970
8971 2007-05-03  Edward Hervey  <edward@fluendo.com>
8972
8973         * tests/check/elements/videorate.c: (GST_START_TEST):
8974         Set buffer timestamp to a valid value in order to test the buffer
8975         really does stay in videorate.
8976
8977 2007-05-03  Edward Hervey  <edward@fluendo.com>
8978
8979         * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
8980         There is no sensible way to handle incoming buffers which don't have a
8981         valid timestamp. We therefore discard them and wait for the next one.
8982
8983 2007-05-01  Tim-Philipp Müller  <tim at centricular dot net>
8984
8985         * gst/playback/gstdecodebin.c: (type_found), (plugin_init):
8986         * gst/playback/gstdecodebin2.c: (plugin_init):
8987           Better error message for text files.
8988
8989 2007-04-29  Wim Taymans  <wim@fluendo.com>
8990
8991         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_packet_add_rb):
8992         Fix offset bug in generation RR packets.
8993
8994 2007-04-27  Julien MOUTTE  <julien@moutte.net>
8995
8996         * ext/theora/theoradec.c: (_theora_granule_time),
8997         (theora_dec_push_forward), (theora_handle_data_packet),
8998         (theora_dec_decode_buffer): Calculate buffer duration correctly
8999         to generate a perfect stream (#433888).
9000         * gst/audioresample/gstaudioresample.c:
9001         (audioresample_check_discont): Glib provides ABS.
9002
9003 2007-04-27  Wim Taymans  <wim@fluendo.com>
9004
9005         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_packet_get_rb),
9006         (gst_rtcp_packet_add_rb), (gst_rtcp_packet_sdes_add_item),
9007         (gst_rtcp_packet_sdes_add_entry), (gst_rtcp_packet_bye_add_ssrc),
9008         (gst_rtcp_packet_bye_add_ssrcs), (get_reason_offset),
9009         (gst_rtcp_packet_bye_set_reason):
9010         * gst-libs/gst/rtp/gstrtcpbuffer.h:
9011         Fix RB block parsing and writing.
9012         Add support for constructing BYE packets.
9013
9014 2007-04-25  Tim-Philipp Müller  <tim at centricular dot net>
9015
9016         * gst-libs/gst/audio/gstbaseaudiosrc.c: (_do_init),
9017         (gst_base_audio_src_create):
9018         * po/POTFILES.in:
9019           When posting a warning message because samples were dropped, post
9020           something more intelligible than he default error message for clock
9021           errors which is just confusing in this context (#432984).
9022
9023 2007-04-25  Wim Taymans  <wim@fluendo.com>
9024
9025         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_buffer_new),
9026         (gst_rtcp_buffer_end), (gst_rtcp_buffer_get_packet_count),
9027         (read_packet_header), (gst_rtcp_packet_move_to_next),
9028         (gst_rtcp_buffer_add_packet), (gst_rtcp_packet_sr_set_sender_info),
9029         (gst_rtcp_packet_rr_set_ssrc), (gst_rtcp_packet_add_rb),
9030         (gst_rtcp_packet_sdes_get_item_count),
9031         (gst_rtcp_packet_sdes_first_item),
9032         (gst_rtcp_packet_sdes_next_item), (gst_rtcp_packet_sdes_get_ssrc),
9033         (gst_rtcp_packet_sdes_first_entry),
9034         (gst_rtcp_packet_sdes_next_entry),
9035         (gst_rtcp_packet_sdes_get_entry), (gst_rtcp_packet_sdes_add_item),
9036         (gst_rtcp_packet_sdes_add_entry):
9037         * gst-libs/gst/rtp/gstrtcpbuffer.h:
9038         Implement code to write SR, RR and SDES packets.
9039
9040 2007-04-24  Tim-Philipp Müller  <tim at centricular dot net>
9041
9042         Patch by: Christian Kirbach <Christian dot Kirbach at googlemail com>
9043
9044         * sys/ximage/ximagesink.c:
9045           Fix build if XShm is not available (#432362).
9046
9047 2007-04-24  Sebastian Dröge  <slomo@circular-chaos.org>
9048
9049         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init):
9050         Initalize the AudioConvertCtx with zeroes, otherwise it will contain
9051         pointers to random memory which are passed to g_free() when
9052         audio_convert_prepare_context() is called the first time.
9053
9054 2007-04-24  Tim-Philipp Müller  <tim at centricular dot net>
9055
9056         Patch by: Dan Williams <dcbw redhat com>
9057
9058         * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
9059           Don't leak incoming buffer if gst_pad_push() returns a
9060           non-OK flow. Fixes #432755.
9061          
9062         * tests/check/elements/videorate.c: (GST_START_TEST),
9063         (videorate_suite):
9064           Unit test for the above by Yours Truly.
9065
9066 2007-04-23  Stefan Kost  <ensonic@users.sf.net>
9067
9068         * gst/adder/gstadder.c: (gst_adder_setcaps), (gst_adder_src_event),
9069         (gst_adder_sink_event), (gst_adder_collected):
9070           Fix non-flushing segmented seeks, Fixes #340060 for me
9071
9072 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
9073
9074         Patch by: Olivier Crete  <tester at tester ca>
9075
9076         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
9077         (gst_base_rtp_audio_payload_class_init),
9078         (gst_base_rtp_audio_payload_init),
9079         (gst_base_rtp_audio_payload_dispose):
9080           Chain up to parent class in dispose function; get rid of
9081           unnecessary 'diposed' flag in private structure (#415001).
9082
9083 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
9084
9085         * docs/libs/gst-plugins-base-libs.types:
9086         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
9087         (gst_base_rtp_audio_payload_class_init):
9088         * gst-libs/gst/rtp/gstbasertpdepayload.c:
9089         * gst-libs/gst/rtp/gstbasertppayload.c:
9090           Some minor docs fixes and additions; also add missing 'Since' bits.
9091
9092 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
9093
9094         Patch by: Zeeshan Ali  <zeenix gmail com>
9095
9096         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
9097         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
9098         (gst_base_rtp_audio_payload_handle_sample_based_buffer),
9099         (gst_base_rtp_audio_payload_push):
9100         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
9101           The recently-added gst_base_rtp_audio_payload_push() should take an
9102           object of type GstBaseRTPAudioPayload as first argument (#431672).
9103
9104 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
9105
9106         * gst/audioresample/gstaudioresample.c:
9107           Make more functions static, just because we can.
9108
9109 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
9110
9111         * tests/check/elements/audioresample.c:
9112           Add unit test for audioresample shutdown crasher (#420106).
9113
9114 2007-04-20  Stefan Kost  <ensonic@users.sf.net>
9115
9116         * gst/subparse/gstsubparse.c:
9117         * gst/subparse/samiparse.c:
9118           Use GST_DISABLE_XML here
9119
9120         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
9121         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_get_xv_support),
9122         (gst_xvimagesink_buffer_alloc),
9123         (gst_xvimagesink_navigation_send_event):
9124         * sys/xvimage/xvimagesink.h:
9125           Include stdlib.h when using atoi.
9126           
9127         * tests/check/elements/playbin.c: (playbin_suite):
9128           Use GST_DISABLE_REGISTRY here
9129
9130 2007-04-19  Michael Smith  <msmith@fluendo.com>
9131
9132         * ext/theora/gsttheoraenc.h:
9133         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
9134         (theora_enc_sink_event), (theora_enc_change_state):
9135           Track initialisation state; don't try to use encoder state if we're
9136           not initialised (it'll segfault).
9137
9138 2007-04-18  Stefan Kost  <ensonic@users.sf.net>
9139
9140         * tests/check/pipelines/.cvsignore:
9141         Fix build.
9142
9143 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
9144
9145         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9146         Allow random depths between 1 and 32 instead of only multiplies of 8.
9147
9148 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
9149
9150         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9151         Set the maximum number of channels for PCM and float in the correct
9152         place to have it also used when creating the template caps.
9153
9154 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
9155
9156         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9157         Correctly support 4, 6 and 8 channels with normal PCM and float
9158         wav files.
9159
9160         Fix the depth and signedness calculation in extensible wav files and
9161         also handle 1, 2, 4, 6, 8 channels here when a file without channel
9162         mask is found.
9163
9164         Add support for float, alaw and mulaw in extensible wav files.
9165
9166         This allows correct playback of all but 5 files from
9167         http://www-mmsp.ece.mcgill.ca/Documents/AudioFormats/WAVE/Samples.html
9168         
9169         (gst_riff_create_audio_template_caps):
9170         Add voxware and float formats to the template caps.     
9171
9172 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
9173
9174         Patch by: Vincent Torri <vtorri at univ-evry dot fr>
9175
9176         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_render_time):
9177         Fix unused variable warning if HAVE_LOCALTIME_R is undefinied
9178
9179         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9180         * gst/audioresample/gstaudioresample.c: (audioresample_do_output):
9181         Use the correct format strings for integer formats.
9182
9183 2007-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
9184
9185         * ext/theora/theoraenc.c (theora_buffer_from_packet, theora_enc_chain):
9186           Don't use pad_alloc_buffer_and_set_caps to create a small header
9187           packet, or, worse, to create a big temporary video buffer using the
9188           src pad.
9189
9190 2007-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
9191
9192         * gst/gdp/gstgdppay.c (gst_gdp_pay_chain):
9193         * tests/check/pipelines/streamheader.c (tag_event_probe_cb,
9194           GST_START_TEST, buffer_probe_cb, GST_START_TEST):
9195           Fix a bug where serialized IN_CAPS buffers needed to be set IN_CAPS.
9196
9197 2007-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
9198
9199         * tests/check/pipelines/streamheader.c (tag_event_probe_cb,
9200           GST_START_TEST, n_in_caps, buffer_probe_cb, GST_START_TEST,
9201           streamheader_suite):
9202           Add another test set up for failure
9203
9204 2007-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
9205
9206         * tests/check/Makefile.am:
9207         * tests/check/pipelines/streamheader.c (n_tags, tag_event_probe_cb,
9208           GST_START_TEST, streamheader_suite, main):
9209           Add a test for the streamheader bug Wim fixed.
9210
9211 2007-04-13  Jan Schmidt  <thaytan@mad.scientist.com>
9212
9213         * ext/theora/theoradec.c: (theora_dec_sink_event):
9214         Fix misleading comment.
9215
9216 2007-04-13  Stefan Kost  <ensonic@users.sf.net>
9217
9218         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9219           More sanity checks for the header fields.
9220
9221 2007-04-12  Tim-Philipp Müller  <tim at centricular dot net>
9222
9223         * gst-libs/gst/tag/tags.c: (gst_tag_freeform_string_to_utf8):
9224           Try encodings from all environment variables, not just those in the
9225           first environment variable that is set.
9226
9227 2007-04-12  Wim Taymans  <wim@fluendo.com>
9228
9229         * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps),
9230         (gst_video_rate_chain):
9231         Add some debug.
9232
9233         * tests/check/elements/videorate.c: (GST_START_TEST),
9234         (videorate_suite):
9235         Added check for videorate changing caps handling. Closes #421834.
9236
9237 2007-04-12  Michael Smith  <msmith@fluendo.com>
9238
9239         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
9240           Use scale functions to avoid overflow when calculating duration of 
9241           vorbis buffers.
9242
9243 2007-04-12  Tim-Philipp Müller  <tim at centricular dot net>
9244
9245         * docs/libs/gst-plugins-base-libs-sections.txt:
9246         * gst-libs/gst/tag/tag.h:
9247         * gst-libs/gst/tag/tags.c: (gst_tag_freeform_string_to_utf8):
9248           API: add gst_tag_freeform_string_to_utf8() (#405072).
9249
9250         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_extract_id3v1_string):
9251           Use gst_tag_freeform_string_to_utf8() here.
9252
9253 2007-04-12  Wim Taymans  <wim@fluendo.com>
9254
9255         * gst/gdp/gstgdppay.c: (gst_gdp_pay_chain),
9256         (gst_gdp_pay_sink_event):
9257         Make sure we set the IN_CAPS flag correctly.
9258
9259         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
9260         Get the IN_CAPS flag before we call functions that mess with the flags.
9261
9262 2007-04-10  Thomas Vander Stichele  <thomas at apestaart dot org>
9263
9264         * gst/gdp/gstgdppay.c (gst_gdp_pay_reset_streamheader,
9265           gst_gdp_pay_chain, gst_gdp_pay_sink_event):
9266           Only stamp buffers with offset/offset_end right before they get
9267           pushed.  This ensures offset continuity, which was not the case
9268           before as shown by
9269           gst-launch -v -m audiotestsrc num-buffers=10 ! audioconvert ! vorbisenc ! gdppay ! identity check-imperfect-offset=TRUE ! fakesink silent=TRUE
9270
9271 2007-04-06  Wim Taymans  <wim@fluendo.com>
9272
9273         * gst/playback/gstplaybin.c: (add_sink),
9274         (gst_play_bin_change_state):
9275         Activate sync in playbin, we are ready to handle it for live streams.
9276
9277 2007-04-06  Tim-Philipp Müller  <tim at centricular dot net>
9278
9279         * tests/check/elements/playbin.c:
9280         (test_sink_usage_video_only_stream), (playbin_suite):
9281           Add small test for stream-info-value-array code paths.
9282
9283 2007-04-05  Wim Taymans  <wim@fluendo.com>
9284
9285         * gst-libs/gst/audio/gstbaseaudiosink.c:
9286         (gst_base_audio_sink_skew_slaving):
9287         Don't try to create invalid calibration parameters by making the
9288         internal time go backwards, instead make external time go forward.
9289
9290 2007-04-05  Wim Taymans  <wim@fluendo.com>
9291
9292         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
9293
9294         * gst/playback/gstplaybasebin.c: (add_stream):
9295         Fix leak in add_stream(), when g_value_set_object() increases the
9296         refcount of streaminfo object. Fixes #426250.
9297
9298 2007-04-03  David Schleef  <ds@schleef.org>
9299
9300         * gst/videotestsrc/gstvideotestsrc.c:
9301         * gst/videotestsrc/gstvideotestsrc.h:
9302         * gst/videotestsrc/videotestsrc.c:
9303         * gst/videotestsrc/videotestsrc.h:
9304           Add a test pattern called "circular", which has concentric
9305           rings with varying radial frequency.  The main purpose of this
9306           pattern is to test fidelity loss in a filter or scaler element.
9307           Notably, this pattern is scale invariant, and is optimally viewed
9308           with a width (and height) of 400.
9309
9310 2007-04-03  Wim Taymans  <wim@fluendo.com>
9311
9312         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
9313
9314         * gst/playback/gstdecodebin2.c: (connect_pad), (expose_pad),
9315         (deactivate_free_recursive):
9316         Decodebin2 doesn't unref pads it obtains in some occasions:
9317         - multiqueue src pads, when either connecting further or exposing
9318         - sink pads of new autoplugged elements
9319         - peer pads when recursively freeing elements
9320         Fixes #425455.
9321
9322 2007-03-30  Sebastian Dröge  <slomo@circular-chaos.org>
9323
9324         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9325         Add audio/x-raw-float support, now that audioconvert support
9326         non-native endianness floats.
9327
9328 2007-03-30  Tim-Philipp Müller  <tim at centricular dot net>
9329
9330         * docs/libs/gst-plugins-base-libs-docs.sgml:
9331           gstreamer-plugins-base.pc doesn't exist, it's
9332           gstreamer-plugins-base-0.10.pc.
9333
9334 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
9335
9336         Patch by: René Stadler <mail at renestadler dot de>
9337         with some minor changes
9338
9339         * gst-libs/gst/floatcast/floatcast.h:
9340         Use more efficient float endianness conversion functions that don't
9341         involve 2 function calls per value.
9342         * gst/audioconvert/audioconvert.c: (audio_convert_get_func_index),
9343         (check_default), (audio_convert_prepare_context):
9344         * gst/audioconvert/gstaudioconvert.c:
9345         (gst_audio_convert_parse_caps), (make_lossless_changes):
9346         Support non-native endianness floats as input and output.
9347         Fixes #339838.
9348         * tests/check/elements/audioconvert.c: (verify_convert),
9349         (GST_START_TEST):
9350         Add unit tests for the non-native endianness float conversions.
9351
9352 2007-03-29  Wim Taymans  <wim@fluendo.com>
9353
9354         * gst-libs/gst/rtp/gstbasertpdepayload.c:
9355         (gst_base_rtp_depayload_base_init),
9356         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
9357         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
9358         (gst_base_rtp_depayload_set_gst_timestamp),
9359         (gst_base_rtp_depayload_change_state),
9360         (gst_base_rtp_depayload_set_property),
9361         (gst_base_rtp_depayload_get_property):
9362         * gst-libs/gst/rtp/gstbasertpdepayload.h:
9363         Add Private structure.
9364         Bring element code to 2007.
9365         Parse clock-base caps param and use it when generating the
9366         newsegment.
9367         Reset variables before going to PAUSED.
9368         Fix some docs.
9369
9370 2007-03-29  Wim Taymans  <wim@fluendo.com>
9371
9372         * docs/libs/gst-plugins-base-libs-docs.sgml:
9373         * docs/libs/gst-plugins-base-libs-sections.txt:
9374         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
9375         (gst_base_rtp_audio_payload_get_adapter):
9376         Add RTCP docs.
9377         Fix some more docs.
9378
9379         * gst-libs/gst/rtp/Makefile.am:
9380         * gst-libs/gst/rtp/gstrtcpbuffer.c:
9381         (gst_rtcp_buffer_new_take_data), (gst_rtcp_buffer_new_copy_data),
9382         (gst_rtcp_buffer_validate_data), (gst_rtcp_buffer_validate),
9383         (gst_rtcp_buffer_get_packet_count), (read_packet_header),
9384         (gst_rtcp_buffer_get_first_packet), (gst_rtcp_packet_move_to_next),
9385         (gst_rtcp_buffer_add_packet), (gst_rtcp_packet_remove),
9386         (gst_rtcp_packet_get_padding), (gst_rtcp_packet_get_type),
9387         (gst_rtcp_packet_get_count), (gst_rtcp_packet_get_length),
9388         (gst_rtcp_packet_sr_get_sender_info),
9389         (gst_rtcp_packet_sr_set_sender_info),
9390         (gst_rtcp_packet_rr_get_ssrc), (gst_rtcp_packet_rr_set_ssrc),
9391         (gst_rtcp_packet_get_rb_count), (gst_rtcp_packet_get_rb),
9392         (gst_rtcp_packet_add_rb), (gst_rtcp_packet_set_rb),
9393         (gst_rtcp_packet_sdes_get_chunk_count),
9394         (gst_rtcp_packet_sdes_first_chunk),
9395         (gst_rtcp_packet_sdes_next_chunk), (gst_rtcp_packet_sdes_get_ssrc),
9396         (gst_rtcp_packet_sdes_first_item),
9397         (gst_rtcp_packet_sdes_next_item), (gst_rtcp_packet_sdes_get_item),
9398         (gst_rtcp_packet_bye_get_ssrc_count),
9399         (gst_rtcp_packet_bye_get_nth_ssrc), (gst_rtcp_packet_bye_add_ssrc),
9400         (gst_rtcp_packet_bye_add_ssrcs), (get_reason_offset),
9401         (gst_rtcp_packet_bye_get_reason_len),
9402         (gst_rtcp_packet_bye_get_reason), (gst_rtcp_packet_bye_set_reason):
9403         * gst-libs/gst/rtp/gstrtcpbuffer.h:
9404         Add new helper object for parsing and creating RTCP messages.
9405
9406 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
9407
9408         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9409         PCM samples with width=8 must be always unsigned, no matter what
9410         depth they have.
9411
9412 2007-03-29  Andy Wingo  <wingo@pobox.com>
9413
9414         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev): Make
9415         perfect offsets also, not just timestamps.
9416
9417         * tests/check/elements/videorate.c (test_more): Test that given
9418         any incoming offsets, that videorate produces perfect offsets.
9419
9420 2007-03-29  Wim Taymans  <wim@fluendo.com>
9421
9422         * gst-libs/gst/riff/riff-ids.h:
9423         Add some more RIFF formats.
9424
9425 2007-03-29  Wim Taymans  <wim@fluendo.com>
9426
9427         * gst-libs/gst/rtp/gstrtpbuffer.c:
9428         (gst_rtp_buffer_default_clock_rate):
9429         * gst-libs/gst/rtp/gstrtpbuffer.h:
9430         Fix fixed payload names and docs.
9431         Added method to get the default clock rates of fixed payload types.
9432         API: GstRTPBuffer::gst_rtp_buffer_default_clock_rate()
9433
9434 2007-03-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9435
9436         * tests/check/pipelines/.cvsignore:
9437         Add new vorbisdec test to cvsignore.
9438
9439 2007-03-28  Wim Taymans  <wim@fluendo.com>
9440
9441         * gst-libs/gst/audio/gstbaseaudiosink.c: (slave_method_get_type),
9442         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
9443         (gst_base_audio_sink_query), (gst_base_audio_sink_get_time),
9444         (gst_base_audio_sink_set_property),
9445         (gst_base_audio_sink_get_property), (gst_base_audio_sink_event),
9446         (clock_convert_external), (gst_base_audio_sink_resample_slaving),
9447         (gst_base_audio_sink_skew_slaving),
9448         (gst_base_audio_sink_handle_slaving), (gst_base_audio_sink_render),
9449         (gst_base_audio_sink_async_play):
9450         * gst-libs/gst/audio/gstbaseaudiosink.h:
9451         Store private stuff in GstBaseAudioSinkPrivate.
9452         Add configurable clock slaving modes property.
9453         API:: GstBaseAudioSink::slave-method property
9454         Some more latency reporting tweaks.
9455         Added skew based clock slaving correction and make it the default until
9456         the resampling method is more robust.
9457
9458 2007-03-27  Sebastian Dröge  <slomo@circular-chaos.org>
9459
9460         * gst/audioconvert/audioconvert.c:
9461         Add docs to the integer pack functions and implement proper
9462         rounding. Before we had rounding towards negative infinity, i.e.
9463         always the smaller number was taken. Now we use natural rounding,
9464         i.e. rounding to the nearest integer and to the one with the largest
9465         absolute value for X.5. The old rounding introduced some minor
9466         distortions. Fixes #420079
9467         * tests/check/elements/audioconvert.c: (GST_START_TEST):
9468         Fix one unit test that assumed the old rounding and added unit tests
9469         for checking signed/unsigned int16 <-> signed/unsigned int16 with
9470         depth 8, one for signed int16 <-> unsigned int16 and one for the new
9471         rounding from signed int32 to signed/unsigned int16.
9472
9473 2007-03-27  Michael Smith  <msmith@fluendo.com>
9474
9475         * gst/audioconvert/gstaudioconvert.c: (strip_width_64),
9476         (gst_audio_convert_transform_caps):
9477           Fix typo in debug line introduced recently, as pointed out on irc.
9478
9479 2007-03-27  Tim-Philipp Müller  <tim at centricular dot net>
9480
9481         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
9482         * tests/check/libs/tag.c: (GST_START_TEST):
9483           Make sure we parse floating-point numbers in vorbis comments
9484           correctly with either '.' or ',' as separator, no matter what
9485           the current locale is. Add unit test for this too.
9486
9487 2007-03-26  Tim-Philipp Müller  <tim at centricular dot net>
9488
9489         Patch by: René Stadler  <mail at renestadler de>
9490
9491         * gst-libs/gst/tag/gstvorbistag.c: (gst_tag_to_vorbis_comments):
9492           When writing out floating-point numbers to vorbis comment tags, always
9493           use the same character as separator no matter what the current locale is
9494           (fixes #423051).
9495
9496         * tests/check/libs/tag.c: (GST_START_TEST):
9497           Add unit tests for replaygain tags in vorbis comments (closes #423055).
9498
9499 2007-03-26  Thomas Vander Stichele  <thomas at apestaart dot org>
9500
9501         * ext/vorbis/vorbisdec.c (vorbis_dec_push_forward,
9502           vorbis_handle_data_packet):
9503           Correctly set DURATION to generate a timestamp-continuous stream.
9504           One bug left at the end; see
9505           ihttp://bugzilla.gnome.org/show_bug.cgi?id=423086
9506         * tests/check/Makefile.am:
9507         * tests/check/pipelines/vorbisenc.c (GST_START_TEST):
9508           Add a test to check this.  Without the above patch this test fails.
9509
9510 2007-03-26  Jan Schmidt  <thaytan@mad.scientist.com>
9511
9512         * gst-libs/gst/rtp/Makefile.am:
9513         The base audio payloader uses GstAdapter - we need GST_BASE_LIBS.
9514
9515 2007-03-23  Michael Smith  <msmith@fluendo.com>
9516
9517         * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps),
9518         (gst_video_rate_reset), (gst_video_rate_chain):
9519           If videorate changes caps, we can no longer use the old buffer
9520           (which may have a different size, incompatible with our caps).
9521           So don't do that; just duplicate the new frame more times.
9522
9523 2007-03-22  Jan Schmidt  <thaytan@mad.scientist.com>
9524
9525         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
9526         Remove playbin's override of the set_clock vmethod. It's irrelevant
9527         after Wim's commit on the 19th.
9528
9529 2007-03-22  Wim Taymans  <wim@fluendo.com>
9530
9531         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_get_size),
9532         (gst_gnome_vfs_src_start), (gst_gnome_vfs_src_stop):
9533         * ext/gnomevfs/gstgnomevfssrc.h:
9534         Don't cache file sizes. Fixes #341078.
9535
9536 2007-03-21  Tim-Philipp Müller  <tim at centricular dot net>
9537
9538         * gst/playback/gstplaybin.c: (add_sink):
9539           Use GST_PTR_FORMAT to log caps. 
9540
9541 2007-03-21  Tim-Philipp Müller  <tim at centricular dot net>
9542
9543         Patch by: Young-Ho Cha <ganadist at chollian net>
9544
9545         * gst/subparse/samiparse.c: (handle_start_font):
9546           Special-case some more colour names that pango doesn't handle by
9547           default. Fixes #420578.
9548
9549 2007-03-20  Michael Smith  <msmith@fluendo.com>
9550
9551         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
9552           If we get a zero-sized input buffer, don't pass it to libvorbis, as
9553           that marks EOS internally. After that, libvorbis will buffer all
9554           input data, and encode none of it, eventually leading to memory
9555           exhaustion.
9556
9557 2007-03-19  Wim Taymans  <wim@fluendo.com>
9558
9559         * gst/playback/gstdecodebin.c: (remove_fakesink):
9560         Don't post STATE_DIRTY anymore.
9561
9562         * gst/playback/gstplaybin.c: (add_sink), (gst_play_bin_send_event),
9563         (gst_play_bin_change_state):
9564         Remove stream_time reset in seek handling, core does that now.
9565         Disable clocking for live pipelines by forcing a NULL clock to the
9566         complete pipeline, core is too smart now for our previous hack.
9567         We can always autoplug in PAUSED now.
9568
9569 2007-03-17  David Schleef  <ds@schleef.org>
9570
9571         * REQUIREMENTS:  Update this file, change the formatting to make
9572         it more consistent, plus more machine readable.
9573
9574 2007-03-16  Michael Smith  <msmith@fluendo.com>
9575
9576         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
9577         (strip_width_64), (append_with_other_format):
9578           Previous fix was too simplistic, and broke the tests. Use a better
9579           approach; only strip 64 from widths for integer audio.
9580
9581 2007-03-16  Michael Smith  <msmith@fluendo.com>
9582
9583         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
9584         (gst_audio_convert_transform_caps):
9585           We don't support 64 bit integer audio, so don't try to claim we can.
9586           Stops us producing caps don't match our template caps.
9587           Update comments.
9588
9589 2007-03-15  Michael Smith  <msmith@fluendo.com>
9590
9591         * gst/audioresample/gstaudioresample.c:
9592         (audioresample_check_discont), (audioresample_transform):
9593           Don't trigger discontinuities for very small imperfections; a filter
9594           flush will sound bad, and many plugins have rounding errors leading
9595           to these.
9596
9597 2007-03-14 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
9598
9599         Patch by: Olivier Crete <olivier.crete@collabora.co.uk>
9600
9601         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
9602         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
9603         API: add "min-ptime" property to RTP base audio payloader.
9604         API: add gst_base_rtp_audio_payload_push().
9605         API: add gst_base_rtp_audio_payload_get_adapter().
9606         Fixes #415001
9607         Indentation/whitespace/documentation fixes.
9608
9609 2007-03-14  Julien MOUTTE  <julien@moutte.net>
9610
9611         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
9612         (audioresample_transform_size), (audioresample_do_output),
9613         (audioresample_transform), (audioresample_pushthrough): Handle
9614         discontinuous streams.
9615         * gst/audioresample/gstaudioresample.h:
9616         * tests/check/elements/audioresample.c:
9617         (test_discont_stream_instance), (GST_START_TEST),
9618         (audioresample_suite): Add a test for discontinuous streams.
9619         * win32/common/config.h: Updated.
9620
9621 2007-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
9622
9623         * po/af.po:
9624         * po/az.po:
9625         * po/cs.po:
9626         * po/en_GB.po:
9627         * po/it.po:
9628         * po/nb.po:
9629         * po/nl.po:
9630         * po/or.po:
9631         * po/sq.po:
9632         * po/sr.po:
9633         * po/sv.po:
9634         * po/uk.po:
9635         * po/vi.po:
9636           Update translations from translation project.
9637
9638 2007-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
9639
9640         * gst/audioresample/debug.h:
9641         * gst/audioresample/resample.c: (resample_init):
9642           Since I really am not interested in a debug line for each sample
9643           being processed, move the library's debugging to its own category,
9644           libaudioresample
9645
9646 2007-03-13  Michael Smith  <msmith@fluendo.com>
9647
9648         * ext/theora/theoradec.c: (theora_handle_type_packet):
9649           Since the plugin doesn't support anything other than 4:2:0 right
9650           now, post an error and fail if we get something else. Won't matter
9651           until libtheora supports the other pixel formats, but hopefully
9652           that'll be soon...
9653
9654 2007-03-10  Sebastien Moutte  <sebastien@moutte.net>
9655
9656         * gst-libs/gst/audio/gstbaseaudiosink.c:(gst_base_audio_sink_render):
9657         Use gst_guint64_to_gdouble for conversion.
9658         * win32/MANIFEST:
9659         Add new files to the win32 MANIFEST.
9660         * win32/common/libgstaudio.def:
9661         * win32/common/libgstpbutils.def:
9662         Add new exported functions.
9663         * win32/vs6/gst_plugins_base.dsw:
9664         * win32/vs6/libgstdecodebin.dsp:
9665         * win32/vs6/libgstplaybin.dsp:
9666         Change the link to libgstpbutils.lib.
9667         * win32/vs6/libgstdecodebin2.dsp:
9668         Add a new project for decodebin2.
9669         * win32/vs6/libgstpbutils.dsp:
9670         Add a new project for pbutils.
9671
9672 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
9673
9674         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
9675           Also accept partial dates with only year and month,
9676           like 1999-12-00 (fixes #410396 even more).
9677
9678         * tests/check/libs/tag.c: (GST_START_TEST):
9679           Add unit test for the above.
9680
9681 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
9682
9683         * tests/check/elements/subparse.c: (GST_START_TEST),
9684         (subparse_suite):
9685           Add unit test for MPL2 subtitle format (#413799).
9686
9687 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
9688
9689         Patch by: Kamil Pawlowski  <kamilpe gmail com>
9690
9691         * gst/subparse/Makefile.am:
9692         * gst/subparse/gstsubparse.c:
9693         (gst_sub_parse_data_format_autodetect),
9694         (gst_sub_parse_format_autodetect), (gst_sub_parse_sink_event),
9695         (gst_subparse_type_find):
9696         * gst/subparse/gstsubparse.h:
9697         * gst/subparse/mpl2parse.c: (mpl2_parse_line), (parse_mpl2):
9698         * gst/subparse/mpl2parse.h:
9699           Add support for MPL2 subtitle format (#413799).
9700
9701 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
9702
9703         * configure.ac:
9704           We require core CVS for the new buffer metadata copy functions.
9705
9706 2007-03-09  Wim Taymans  <wim@fluendo.com>
9707
9708         * gst-libs/gst/tag/gstid3tag.c:
9709         Add read support for GST_TAG_MUSICBRAINZ_SORTNAME (TSOP) tag.
9710         Fixes #414496.
9711
9712         Patch by: Alex Lancaster <alexl at users sourceforge net>
9713
9714 2007-03-09  Wim Taymans  <wim@fluendo.com>
9715
9716         * ext/libvisual/visual.c: (gst_visual_sink_setcaps),
9717         (gst_vis_src_negotiate), (get_buffer), (gst_visual_chain):
9718         Improve adapter usage and comments.
9719
9720 2007-03-09  Wim Taymans  <wim@fluendo.com>
9721
9722         * ext/pango/gsttextrender.c: (gst_text_render_chain):
9723         * ext/vorbis/vorbistag.c: (gst_vorbis_tag_parse_packet):
9724         * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netbuffer_copy):
9725         Use new metadata copy function.
9726
9727         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
9728         (gst_ffmpegcsp_transform):
9729         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform):
9730         Basetransform copied the metadata for us.
9731
9732 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
9733
9734         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event),
9735         (gst_text_overlay_video_event):
9736           Some more logging. Only accept newsegment events in TIME format and
9737           send a WARNING message if they are not in TIME format.
9738
9739         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
9740         (gst_sub_parse_init), (gst_sub_parse_src_event), (handle_buffer),
9741         (gst_sub_parse_chain), (gst_sub_parse_sink_event):
9742         * gst/subparse/gstsubparse.h:
9743           No need to allocate GstSegment structure dynamically, just put it
9744           into the instance structure; ignore newsegment events in BYTE
9745           format and in particular don't let it overwrite our saved TIME
9746           segment from the last seek.
9747
9748 2007-03-09  Michael Smith  <msmith@fluendo.com>
9749
9750         * gst/typefind/gsttypefindfunctions.c: (ac3_type_find):
9751           Replace AC3 typefinder with one that isn't terrible, and actually
9752           works usefully.
9753
9754 2007-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
9755
9756         * gst/audioconvert/gstaudioconvert.c:
9757         (gst_audio_convert_transform):
9758           fix error category and translatable string
9759           
9760
9761 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
9762
9763         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
9764         * pkgconfig/gstreamer-plugins-base.pc.in:
9765           Fix up utils => pbutils here too.
9766
9767 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
9768
9769         * gst/subparse/gstsubparse.c: (handle_buffer):
9770           Break out of loop in chain function as soon as possible if we get
9771           a non-OK flow return.
9772
9773 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
9774
9775         * tests/check/elements/alsa.c: (GST_START_TEST):
9776         Unref the mixer if the state change fails too (if the
9777         alsa devices are inaccessible, for example)
9778
9779 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
9780
9781         * tests/check/Makefile.am:
9782         Don't test libvisual elements in the states check, because libvisual
9783         seems to leak internally.
9784
9785         Re-enable the alsa and states tests now that there's new suppressions
9786         in gst.supp.
9787
9788         * tests/check/elements/alsa.c: (GST_START_TEST):
9789         Don't leak the alsamixer we instantiated.
9790
9791 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
9792
9793         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
9794         (gst_ximagesink_change_state), (gst_ximagesink_reset),
9795         (gst_ximagesink_finalize):
9796         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
9797         (gst_xvimagesink_reset), (gst_xvimagesink_finalize):
9798         Move some cleanup stuff from the state change handler into a _reset()
9799         function that can be called from _finalize(). This ensures that things
9800         get freed even if (for some reason) the NULL->READY state transition
9801         fails in the parent class.
9802         Even if a parent state change fails, process our downward state change
9803         logic instead of bailing out early.
9804         Free the correct xcontext pointer in ximagesink's xcontext_clear.
9805
9806 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
9807
9808         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
9809         Extra log line.
9810
9811         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_init):
9812         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_init):
9813         Use pango_font_description_set_family_static instead of 
9814         pango_font_description_set_family to save a string copy (it was
9815         leaking due to the strdup anyway)
9816
9817         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_finalize):
9818         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_finalize):
9819         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_finalize):
9820         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_finalize):
9821         Chain up in finalize.
9822
9823 2007-03-07  Tim-Philipp Müller  <tim at centricular dot net>
9824
9825         * gst-libs/gst/interfaces/mixertrack.c:
9826         (gst_mixer_track_class_init), (gst_mixer_track_get_property),
9827         (gst_mixer_track_set_property):
9828           API: add "untranslated-label" property which should be set by
9829           implementations at construct time (#414645).
9830
9831         * ext/alsa/gstalsamixeroptions.c: (gst_alsa_mixer_options_new):
9832         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
9833           Set "untranslated-label" when constructing mixer track objects.
9834
9835         * tests/check/elements/alsa.c: (GST_START_TEST), (alsa_suite):
9836           Unit test to check the above.
9837
9838 2007-03-07  Wim Taymans  <wim@fluendo.com>
9839
9840         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain):
9841         Fix confusing debug message.
9842
9843 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
9844
9845         * gst-plugins-base.doap:
9846         update doap file with new version
9847
9848 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
9849
9850         * configure.ac:
9851         Back to CVS
9852
9853 === release 0.10.12 ===
9854
9855 2007-03-07  Jan Schmidt <thaytan@mad.scientist.com>
9856
9857         * configure.ac:
9858           releasing 0.10.12, "Zombie Horde"
9859
9860 2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
9861
9862         * configure.ac:
9863         Bump version to 0.10.11.4 pre-release
9864
9865 2007-03-06  Wim Taymans  <wim@fluendo.com>
9866
9867         * gst-libs/gst/audio/gstbaseaudiosink.c:
9868         (gst_base_audio_sink_async_play):
9869         Fix regression that made GStreamer skip the first samples of audio.
9870         Fixes #414684.
9871
9872 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
9873
9874         * configure.ac:
9875         Bump version to 0.10.11.3 pre-release
9876
9877 2007-03-05  Sebastian Dröge  <slomo@circular-chaos.org>
9878
9879         * po/POTFILES.in:
9880           Update paths for the rename from utils to pbutils to fix the build.
9881
9882 2007-03-05  Tim-Philipp Müller  <tim at centricular dot net>
9883
9884         * gst-libs/gst/pbutils/Makefile.am:
9885           Change directory to install headers in from gst/utils to gst/pbutils
9886           as well.
9887
9888 2007-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
9889
9890         * configure.ac:
9891         * docs/libs/gst-plugins-base-libs-docs.sgml:
9892         * docs/libs/gst-plugins-base-libs-sections.txt:
9893         * gst-libs/gst/Makefile.am:
9894         * gst-libs/gst/interfaces/mixer.c:
9895         * gst-libs/gst/pbutils/Makefile.am:
9896         * gst-libs/gst/pbutils/descriptions.c:
9897         (gst_pb_utils_get_source_description),
9898         (gst_pb_utils_get_sink_description),
9899         (gst_pb_utils_get_decoder_description),
9900         (gst_pb_utils_get_encoder_description),
9901         (gst_pb_utils_get_element_description),
9902         (gst_pb_utils_add_codec_description_to_tag_list),
9903         (gst_pb_utils_get_codec_description), (gst_pb_utils_list_all):
9904         * gst-libs/gst/pbutils/descriptions.h:
9905         * gst-libs/gst/pbutils/install-plugins.c:
9906         * gst-libs/gst/pbutils/install-plugins.h:
9907         * gst-libs/gst/pbutils/missing-plugins.c:
9908         (gst_missing_uri_source_message_new),
9909         (gst_missing_uri_sink_message_new),
9910         (gst_missing_element_message_new),
9911         (gst_missing_decoder_message_new),
9912         (gst_missing_encoder_message_new),
9913         (gst_missing_plugin_message_get_description):
9914         * gst-libs/gst/pbutils/missing-plugins.h:
9915         * gst-libs/gst/pbutils/pbutils.c: (gst_pb_utils_init):
9916         * gst-libs/gst/pbutils/pbutils.h:
9917         * gst-libs/gst/utils/Makefile.am:
9918         * gst-libs/gst/utils/base-utils.c:
9919         * gst-libs/gst/utils/base-utils.h:
9920         * gst-libs/gst/utils/descriptions.c:
9921         * gst-libs/gst/utils/descriptions.h:
9922         * gst-libs/gst/utils/install-plugins.c:
9923         * gst-libs/gst/utils/install-plugins.h:
9924         * gst-libs/gst/utils/missing-plugins.c:
9925         * gst-libs/gst/utils/missing-plugins.h:
9926         * gst-plugins-base.spec.in:
9927         * gst/playback/Makefile.am:
9928         * gst/playback/gstdecodebin.c:
9929         * gst/playback/gstdecodebin2.c:
9930         * gst/playback/gstplaybasebin.c: (setup_subtitle),
9931         (gen_source_element):
9932         * gst/playback/gstplaybin.c: (plugin_init):
9933         * tests/check/Makefile.am:
9934         * tests/check/libs/pbutils.c: (GST_START_TEST),
9935         (test_pb_utils_install_plugins_do_callout), (libgstpbutils_suite):
9936         * tests/check/libs/utils.c:
9937           rename utils to pbutils
9938
9939 2007-03-02  Jan Schmidt  <thaytan@mad.scientist.com>
9940
9941         * docs/plugins/Makefile.am:
9942         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
9943         * docs/plugins/gst-plugins-base-plugins-sections.txt:
9944         * docs/plugins/inspect/plugin-decodebin2.xml:
9945         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init):
9946         Add documentation for decodebin2 that indicates that the API
9947         is still unstable.
9948
9949 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
9950
9951         * configure.ac:
9952         Update to 0.10.11.2 (0.10.12 pre-release)
9953
9954 2007-03-01  Wim Taymans  <wim@fluendo.com>
9955
9956         * gst-libs/gst/audio/gstbaseaudiosink.c:
9957         (gst_base_audio_sink_async_play):
9958         base time is irrelevant here.
9959
9960 2007-03-01  Wim Taymans  <wim@fluendo.com>
9961
9962         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
9963         * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
9964         Improve debugging.
9965
9966         * gst-libs/gst/audio/gstbaseaudiosink.c:
9967         (gst_base_audio_sink_query), (gst_base_audio_sink_event),
9968         (gst_base_audio_sink_render), (gst_base_audio_sink_async_play):
9969         Improve latency and clock slaving calculations.
9970         Improve slave clock calibration.
9971
9972         * gst-libs/gst/audio/gstringbuffer.c:
9973         (gst_ring_buffer_commit_full):
9974         When we are asked to render N sample to 0 bytes, return N.
9975
9976 2007-03-01  Wim Taymans  <wim@fluendo.com>
9977
9978         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
9979         (gst_alsasink_write), (gst_alsasink_reset):
9980         * ext/alsa/gstalsasink.h:
9981         Remove unused dispose function.
9982         Rename lock to not interfere with alsasrc lock.
9983
9984         * ext/alsa/gstalsasrc.c: (gst_alsasrc_finalize),
9985         (gst_alsasrc_class_init), (gst_alsasrc_init), (set_swparams),
9986         (gst_alsasrc_read), (gst_alsasrc_reset):
9987         * ext/alsa/gstalsasrc.h:
9988         Implement finalize function.
9989         Use lock to protect alsa access.
9990         Implement _reset.
9991         Fine tune sw params.
9992
9993 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
9994
9995         * configure.ac:
9996           Convert to new AG_GST style.
9997
9998 2007-02-28  Wim Taymans  <wim@fluendo.com>
9999
10000         Patch by: Ed Catmur <ed at catmur dot co dot uk>
10001
10002         * gst/playback/gstplaybin.c: (gst_play_bin_vis_unblocked),
10003         (gst_play_bin_vis_blocked), (gst_play_bin_set_property):
10004         Fix race condition when rapidly switching visualisations in playbin.
10005         Fixes #401029.
10006
10007 2007-02-28  Jan Schmidt  <thaytan@mad.scientist.com>
10008
10009         * tests/check/Makefile.am:
10010         Include local stuff before system installed things in LDFLAGS and
10011         CFLAGS.
10012
10013 2007-02-28  Wim Taymans  <wim@fluendo.com>
10014
10015         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_sink_activate):
10016         Improve debugging.
10017
10018 2007-02-28  Wim Taymans  <wim@fluendo.com>
10019
10020         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
10021         (gst_v4lsrc_fixate), (gst_v4lsrc_query):
10022         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_buffer_new):
10023         Fix duration and timestamping, taking latency into account.
10024         Implement latency query.
10025
10026 2007-02-28  Wim Taymans  <wim@fluendo.com>
10027
10028         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
10029         (gst_audio_clock_new):
10030         Fix clock name.
10031
10032         * gst-libs/gst/audio/gstbaseaudiosink.c:
10033         (gst_base_audio_sink_init), (gst_base_audio_sink_query):
10034         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
10035         (gst_base_audio_src_query), (gst_base_audio_src_get_offset),
10036         (gst_base_audio_src_create):
10037         Improve latency query code.
10038         Use proper clock names.
10039
10040 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
10041
10042         * tests/check/generic/states.c: (GST_START_TEST):
10043           Copy the states.c test from core again
10044         * tests/check/Makefile.am:
10045           ignore cdio and cdparanoiasrc
10046
10047 2007-02-28  Stefan Kost  <ensonic@users.sf.net>
10048
10049         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
10050         (double_hq), (audio_convert_get_func_index), (check_default),
10051         (audio_convert_prepare_context), (audio_convert_convert):
10052           Also make valgrind happy and avoid copying data in some cases.
10053
10054 2007-02-28  Stefan Kost  <ensonic@users.sf.net>
10055
10056         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
10057         (double_hq), (audio_convert_get_func_index),
10058         (audio_convert_prepare_context), (audio_convert_convert):
10059         * gst/audioconvert/gstaudioconvert.c:
10060         (gst_audio_convert_class_init), (gst_audio_convert_get_unit_size),
10061         (gst_audio_convert_transform_caps):
10062         * tests/check/elements/audioconvert.c: (GST_START_TEST),
10063         (audioconvert_suite):
10064           Don't run inplace if that overwrites source data as we go. Add more
10065           tests. Fixes #339837 even more.
10066
10067 2007-02-27  Julien MOUTTE  <julien@moutte.net>
10068
10069         * tests/examples/seek/seek.c: (do_seek), (set_update_scale),
10070         (msg_segment_done): Fix various seeking bugs (Slider was not
10071         updating when doing a non flushing seek, Reverse playback 
10072         on segment seek was wrong).
10073
10074 2007-02-26  Wim Taymans  <wim@fluendo.com>
10075
10076         * tests/examples/seek/seek.c: (stop_seek):
10077         When we stop scrubbing, don't leave the pipeline PLAYING when we
10078         requested a PAUSED state.
10079
10080 2007-02-25  Tim-Philipp Müller  <tim at centricular dot net>
10081
10082         Patch by: René Stadler <mail at renestadler de>
10083
10084         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
10085           Parse date strings in vorbis comments that have an invalid (zero)
10086           month or day (#410396).
10087
10088         * tests/check/libs/tag.c: (GST_START_TEST):
10089           Test case for the above.
10090
10091 2007-02-24  Tim-Philipp Müller  <tim at centricular dot net>
10092
10093         Patch by: Loïc Minier <lool+gnome at via ecp fr>
10094
10095         * configure.ac:
10096         * ext/alsa/Makefile.am:
10097         * gst/audiotestsrc/Makefile.am:
10098           Fix compilation with LDFLAGS='-Wl,-z,defs' (#410963).
10099
10100 2007-02-23  Tim-Philipp Müller  <tim at centricular dot net>
10101
10102         * gst/playback/gstplaybin.c:
10103           Improve docs: point out that the application needs to assist playbin
10104           with buffering.
10105
10106 2007-02-23  Tim-Philipp Müller  <tim at centricular dot net>
10107
10108         * gst-libs/gst/utils/install-plugins.c:
10109         * gst-libs/gst/utils/missing-plugins.c:
10110         * tests/check/libs/utils.c: (missing_msg_check_getters):
10111           Change GStreamer marker prefix in detail string from 'gstreamer.net'
10112           to just 'gstreamer'. Document the caps string component of the
10113           decoder/encoder detail a bit better, since not everyone will be
10114           familiar with the GStreamer media type/caps system (but they better
10115           enjoy nested itemized lists).
10116
10117 2007-02-22  Tim-Philipp Müller  <tim at centricular dot net>
10118
10119         * gst-libs/gst/netbuffer/gstnetbuffer.c:
10120         (notgst_buffer_copy_fields_in_place), (gst_netbuffer_copy):
10121           Fix copying of GstNetBuffer (would crash before, or at least lead to
10122           invalid memory access, #410772), for now by copying the GstBuffer copy
10123           code from the core over here so we can copy the GstBuffer fields on a
10124           provided buffer instance (of type GstNetBuffer in this case). Would be
10125           better to fix this with some support by the core though (and in the long
10126           run change the broken GstBuffer/GstMiniObject copy semantics, #393099).
10127
10128         * tests/check/Makefile.am:
10129           Enable unit test for GstNetBuffer.
10130
10131 2007-02-22  Andy Wingo  <wingo@pobox.com>
10132
10133         * gst-libs/gst/audio/gstbaseaudiosink.c
10134         (gst_base_audio_sink_init): Disable pull-mode activation until we
10135         figure out how to make audio sinks go to PLAYING.
10136
10137 2007-02-22  Stefan Kost  <ensonic@users.sf.net>
10138
10139         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
10140         (double_hq), (audio_convert_get_func_index),
10141         (audio_convert_prepare_context), (audio_convert_convert):
10142         * gst/audioconvert/audioconvert.h:
10143         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_setup_matrix),
10144         (gst_channel_mix_mix_int), (gst_channel_mix_mix_float):
10145         * gst/audioconvert/gstchannelmix.h:
10146         * tests/check/elements/audioconvert.c: (GST_START_TEST):
10147           Add float as an intermediate format, as well as float mixing. Enable
10148           test that was failing before. Fixes #339837
10149
10150 2007-02-21  Jan Schmidt  <thaytan@mad.scientist.com>
10151
10152         * tests/examples/seek/seek.c: (do_seek):
10153         Undo the previous commit: -1 as a stop time implies that the stop
10154         time is the end of file, clearing any previously configured segment.
10155
10156 2007-02-21  Jan Schmidt  <thaytan@mad.scientist.com>
10157
10158         * tests/examples/seek/seek.c: (do_seek):
10159         Don't SEEK_SET with a stop time of -1, use SEEK_NONE instead.
10160
10161 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
10162
10163         * gst/volume/gstvolume.c: (volume_process_int16),
10164         (volume_process_int16_clamp), (volume_set_caps):
10165           Unbreak volume, value remains gint.
10166
10167 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
10168
10169         * gst/volume/gstvolume.c: (volume_choose_func),
10170         (volume_update_real_volume), (gst_volume_set_volume),
10171         (gst_volume_init), (volume_process_double), (volume_process_float),
10172         (volume_process_int16), (volume_process_int16_clamp),
10173         (volume_set_caps), (volume_transform_ip), (volume_update_volume):
10174         * gst/volume/gstvolume.h:
10175           Extend float audio support (double) and some int->uint cleanups.
10176
10177 2007-02-20  Edward Hervey  <edward@fluendo.com>
10178
10179         * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose),
10180         (multi_queue_underrun_cb), (gst_decode_group_check_if_drained),
10181         (sort_end_pads), (gst_decode_group_expose),
10182         (gst_decode_group_hide):
10183         Don't free groups from the streaming threads. Just put them aside and
10184         free them in dispose.
10185
10186 2007-02-20  Edward Hervey  <edward@fluendo.com>
10187
10188         * gst/playback/gstdecodebin2.c: (connect_element),
10189         (pad_added_group_cb), (gst_decode_group_check_if_blocked),
10190         (sort_end_pads), (gst_decode_group_expose):
10191         Handle dynamic pads within groups.
10192         Sort pads before exposing them in order to make playbin happy.
10193         There still is a race with the multiqueue filling up. This should be
10194         solved separately.
10195         Fixes #398721
10196
10197 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
10198
10199         * gst-libs/gst/utils/base-utils.c:
10200         * gst-libs/gst/utils/descriptions.c:
10201         * gst-libs/gst/utils/install-plugins.c:
10202         * gst-libs/gst/utils/missing-plugins.c:
10203           Some more docs (and descriptions for two subtitle formats).
10204
10205 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
10206
10207         * gst-libs/gst/audio/audio.c:
10208           Fix documentation.
10209
10210 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
10211
10212         Patch by: Yves Lefebvre  <ivanohe abacom com>
10213
10214         * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps):
10215           Don't leak caps. Fixes #408278.
10216
10217 2007-02-15  Stefan Kost  <ensonic@users.sf.net>
10218
10219         * ext/cdparanoia/gstcdparanoiasrc.h:
10220         * ext/ogg/gstoggdemux.h:
10221         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
10222         (gst_audio_frame_length), (gst_audio_duration_from_pad_buffer),
10223         (gst_audio_is_buffer_framed), (gst_audio_structure_set_int):
10224         * gst-libs/gst/audio/audio.h:
10225         * gst-libs/gst/audio/gstaudiofilter.h:
10226         * gst-libs/gst/interfaces/videoorientation.h:
10227         * gst/adder/gstadder.h:
10228           More docs coverage and some ChangeLog surgery (add missing names)
10229
10230 2007-02-15  Wim Taymans  <wim@fluendo.com>
10231
10232         * sys/ximage/ximagesink.c:
10233         (gst_ximagesink_calculate_pixel_aspect_ratio):
10234         * sys/xvimage/xvimagesink.c:
10235         (gst_xvimagesink_calculate_pixel_aspect_ratio):
10236         Small constifications.
10237
10238 2007-02-15  Wim Taymans  <wim@fluendo.com>
10239
10240         * gst-libs/gst/audio/gstbaseaudiosink.c:
10241         (gst_base_audio_sink_class_init), (gst_base_audio_sink_query),
10242         (gst_base_audio_sink_render), (gst_base_audio_sink_callback),
10243         (gst_base_audio_sink_async_play),
10244         (gst_base_audio_sink_change_state):
10245         Answer latency query.
10246         Use configured latency when syncing.
10247         Fix clock slaving.
10248
10249         * gst-libs/gst/audio/gstbaseaudiosrc.c:
10250         (gst_base_audio_src_class_init), (gst_base_audio_src_dispose),
10251         (gst_base_audio_src_query), (gst_base_audio_src_change_state):
10252         Fix possible memleak.
10253         Implement latency query.
10254         Small cleanups.
10255
10256 2007-02-15  Wim Taymans  <wim@fluendo.com>
10257
10258         * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
10259         Ignore errors in reset, these are not fatal. They also grab the element
10260         lock which is already taking when this function is called. Fixes
10261         #405451.
10262
10263 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
10264
10265         * configure.ac:
10266           Remove 'tests/examples/xerror/Makefile' from output files again.
10267
10268 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
10269
10270         * configure.ac:
10271         * docs/plugins/Makefile.am:
10272           Also crossref against gst-plugins-base-libs.
10273
10274 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
10275
10276         * configure.ac:
10277         * docs/libs/Makefile.am:
10278         * docs/plugins/Makefile.am:
10279           Add crossreferences to glib/gobject/gstream docs.
10280
10281         * gst-libs/gst/audio/audio.h:
10282           Source formatting.
10283
10284         * gst/audiotestsrc/gstaudiotestsrc.c: (plugin_init):
10285           Add own debug category.
10286
10287 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
10288
10289         Patch by: René Stadler <mail at renestadler de>
10290
10291         * gst-libs/gst/tag/gstvorbistag.c:
10292           Add vorbis/FLAC-tag mapping for new GST_TAG_REFERENCE_LEVEL
10293           (#403597).
10294
10295 2007-02-10  Tim-Philipp Müller  <tim at centricular dot net>
10296
10297         * gst/playback/gstplaybasebin.c: (setup_source):
10298           When we have external subtitles and wait for the subtitle decodebin
10299           to get up and running, we set up a (sync) bus handler for the
10300           subtitle decodebin, so we can stop waiting when it posts an error
10301           message. However, we should do that before we set the subtitle
10302           decodebin's state to playing, otherwise things are racy and we might
10303           miss error messages posted before we had a chance to set up the bus.
10304           This should finally fix totem hanging on .txt pseudo-subtitle files.
10305           
10306 2007-02-10  Sébastien Moutte  <sebastien at moutte dot net>
10307
10308         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:(gst_base_rtp_audio_payload_handle_frame_based_buffer):
10309           Use gst_gdouble_to_guint64 for conversions.
10310         * win32/common/config.h.in:
10311           Add a define for GST_INSTALL_PLUGINS_HELPER
10312         * win32/common/libgstaudio.def:
10313         * win32/common/libgstcdda.def:
10314         * win32/common/libgstnetbuffer.def:
10315         * win32/common/libgstrtp.def:
10316         * win32/common/libgutils.def:
10317           Add new exported functions.
10318         * win32/vs6/gst_plugins_base.dsw:
10319         * win32/vs6/libgstdecodebin.dsp:
10320         * win32/vs6/libgstnetbuffer.dsp:
10321         * win32/vs6/libgstplaybin.dsp:
10322         * win32/vs6/libgstrtp.dsp:
10323         * win32/vs6/libgstvorbis.dsp:
10324         * win32/vs6/libgstcdda.dsp:
10325         * win32/vs6/libgstgdp.dsp:
10326         * win32/vs6/libgstutils.dsp:
10327           Update and add new project files.
10328
10329 2007-02-10  Tim-Philipp Müller  <tim at centricular dot net>
10330
10331         * gst/subparse/gstsubparse.c: (subrip_remove_unhandled_tag),
10332         (subrip_remove_unhandled_tags), (parse_subrip):
10333           For SubRip (.srt) subtitles, ignore all markup tags we don't
10334           handle (like font tags, for example).
10335
10336         * tests/check/elements/subparse.c:
10337           Add test for this.
10338
10339 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
10340
10341         * gst/playback/gstdecodebin.c: (add_fakesink),
10342         (gst_decode_bin_change_state):
10343         * gst/playback/gstdecodebin2.c: (add_fakesink),
10344         (gst_decode_bin_change_state):
10345           Don't error out if there is no fakesink in the NULL to READY state
10346           change, since when decodebin is re-used, we're only adding the
10347           fakesink element in READY to PAUSED.
10348
10349         * tests/check/elements/decodebin.c:
10350         (new_decoded_pad_plug_fakesink_cb), (GST_START_TEST),
10351         (decodebin_suite):
10352           Minimal unit test to make sure we can use the same decodebin
10353           instance twice (at least with audiotestsrc input).
10354
10355 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
10356
10357         * ext/alsa/gstalsa.c: (gst_alsa_find_device_name):
10358           Try to get devic-name from device string first, and from handle only
10359           as fallback (seems to yield better results and is more robust
10360           against buggy probing code on the application side).
10361
10362 2007-02-08  Tim-Philipp Müller  <tim at centricular dot net>
10363
10364         Based on patch by: Julien Puydt <julien.puydt at laposte net>
10365
10366         * ext/alsa/gstalsa.c: (gst_alsa_find_device_name_no_handle),
10367         (gst_alsa_find_device_name):
10368         * ext/alsa/gstalsa.h:
10369         * ext/alsa/gstalsasink.c: (gst_alsasink_get_property):
10370         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_property):
10371           Improve device-name detection a bit, especially in the case where
10372           the device is not actually open (#405020, #405024). Move common code
10373           into gstalsa.c instead of duplicating it.
10374
10375 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
10376
10377         * gst/audioconvert/gstaudioconvert.c:
10378           Fix up docs chunk so that gtk-doc doesn't complain, and fix typo.
10379
10380 2007-02-06  Julien MOUTTE  <julien@moutte.net>
10381
10382         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents),
10383         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_clear),
10384         (gst_xvimagesink_interface_supported),
10385         (gst_xvimagesink_probe_get_properties),
10386         (gst_xvimagesink_probe_probe_property),
10387         (gst_xvimagesink_probe_needs_probe),
10388         (gst_xvimagesink_probe_get_values),
10389         (gst_xvimagesink_property_probe_interface_init),
10390         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
10391         (gst_xvimagesink_init), (gst_xvimagesink_class_init),
10392         (gst_xvimagesink_get_type):
10393         * sys/xvimage/xvimagesink.h: Implement PropertyProbe Interface
10394         for XVAdaptors so that one can choose the adaptor to use with 
10395         gstreamer-properties.
10396
10397 2007-02-06  Stefan Kost  <ensonic@users.sf.net>
10398
10399         * gst/audioconvert/gstaudioconvert.c:
10400           Also mention that a conversion from double to float is suboptimal still.
10401
10402 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
10403
10404         * gst-libs/gst/audio/gstaudiofilter.c:
10405         (gst_audio_filter_class_init), (gst_audio_filter_change_state):
10406           Clear our formats structure and free the caps contained in it when
10407           shutting down.
10408
10409 2007-02-05  Andy Wingo  <wingo@pobox.com>
10410
10411         * gst-libs/gst/audio/gstbaseaudiosink.c
10412         (gst_base_audio_sink_callback): Update basesink->offset so that we
10413         pull monotonically increasing offsets instead of, um, seeking back
10414         to 0 each time. Fixes alsasrc ! alsasink!
10415
10416 2007-02-05  Tim-Philipp Müller  <tim at centricular dot net>
10417
10418         * gst/videoscale/gstvideoscale.c:
10419           A width and height of 1 makes us crash, so increase minimum size to
10420           2x2 pixels until someone feels like fixing this (#404512).
10421
10422 2007-02-04  Tim-Philipp Müller  <tim at centricular dot net>
10423
10424         * tests/check/pipelines/oggmux.c: (GST_START_TEST), (oggmux_suite):
10425           Add small test to make sure request pads are cleaned up properly
10426           even if oggmux never changes state out of NULL.
10427
10428 2007-02-04  Tim-Philipp Müller  <tim at centricular dot net>
10429
10430         * tests/check/libs/utils.c: (GST_START_TEST):
10431           Fix unit test. Turns out things work much better when you
10432           NULL-terminate string arrays. Should make p5 build bot happy again.
10433
10434 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
10435
10436         * gst-libs/gst/audio/Makefile.am:
10437         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
10438         (gst_audio_filter_template_base_init),
10439         (gst_audio_filter_template_class_init),
10440         (gst_audio_filter_template_init),
10441         (gst_audio_filter_template_set_property),
10442         (gst_audio_filter_template_get_property),
10443         (gst_audio_filter_template_setup),
10444         (gst_audio_filter_template_filter),
10445         (gst_audio_filter_template_filter_inplace), (plugin_init):
10446           Oops, forgot to commit fixed-up example.
10447
10448 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
10449
10450         * docs/libs/gst-plugins-base-libs-sections.txt:
10451         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
10452         (gst_audio_filter_class_init), (gst_audio_filter_init),
10453         (gst_audio_filter_set_caps),
10454         (gst_audio_filter_class_add_pad_templates):
10455         * gst-libs/gst/audio/gstaudiofilter.h:
10456           Port GstAudioFilter to 0.10. This change technically breaks
10457           API and ABI (and thus also every library developer's heart),
10458           but seems justifiable on the grounds that the base class was
10459           completely unusable before (ie. would crash immediately when
10460           actually used). Fixes #403963 (and eventually also #403572).
10461           Also document all of this a bit.
10462
10463 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
10464
10465         * gst-libs/gst/utils/install-plugins.c:
10466         (gst_install_plugins_spawn_child):
10467         * tests/check/libs/utils.c:
10468         (test_base_utils_install_plugins_do_callout):
10469           Lowering log level to see why things fail on the p5 build bot;
10470           fix some typos in unit test messages.
10471
10472 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
10473
10474         * tests/check/libs/utils.c:
10475         (test_base_utils_install_plugins_do_callout):
10476           Don't hard-code temp directory for test helper; use GLib functions
10477           to write out file and do error checking etc.
10478
10479 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
10480
10481         * gst-libs/gst/utils/Makefile.am:
10482         * gst-libs/gst/utils/base-utils.h:
10483         * gst-libs/gst/utils/install-plugins.c:
10484         (gst_install_plugins_context_set_xid),
10485         (gst_install_plugins_context_new),
10486         (gst_install_plugins_context_free),
10487         (gst_install_plugins_get_helper),
10488         (gst_install_plugins_spawn_child),
10489         (gst_install_plugins_return_from_status),
10490         (gst_install_plugins_installer_exited),
10491         (gst_install_plugins_async), (gst_install_plugins_sync),
10492         (gst_install_plugins_return_get_name),
10493         (gst_install_plugins_installation_in_progress):
10494         * gst-libs/gst/utils/install-plugins.h:
10495           API: add API for applications to initiate installation of missing
10496           plugins, ie. gst_install_plugins_async() primarily.
10497           Based on libgimme-codec by Ryan Lortie.
10498
10499         * configure.ac:
10500           Add --with-install-plugins-helper configure option so distros can specify
10501           the path of the helper script or program to call when plugin installation
10502           is requested (distros: please do any argument munging in this helper
10503           script instead of patching GStreamer to pass arguments differently
10504           to another program directly).
10505
10506         * docs/libs/gst-plugins-base-libs-docs.sgml:
10507         * docs/libs/gst-plugins-base-libs-sections.txt:
10508           Build and document new API.
10509
10510         * tests/check/libs/utils.c: (result_cb),
10511         (test_base_utils_install_plugins_do_callout), (GST_START_TEST),
10512         (libgstbaseutils_suite):
10513           Some simple checks for the new API.
10514
10515 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
10516
10517         * tests/check/elements/audioconvert.c: (test_float_conversion):
10518           Add small test for 32bit float <=> 64bit float conversion (works
10519           only one way so far, 32=>64 produces structured noise).
10520
10521 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
10522
10523         * gst/audioconvert/gstaudioconvert.c:
10524         (set_structure_widths_32_and_64), (make_lossless_changes):
10525           We don't support floats with a width of 40, 48 or 56 bits.
10526
10527 2007-02-02  Stefan Kost  <ensonic@users.sf.net>
10528
10529         * gst/audioconvert/audioconvert.c: (float), (double),
10530         (audio_convert_get_func_index):
10531         * gst/audioconvert/gstaudioconvert.c: (set_structure_widths),
10532         (make_lossless_changes):
10533           Support for 64-bit float audio in audioconvert (#339837)
10534
10535 2007-02-01  Tim-Philipp Müller  <tim at centricular dot net>
10536
10537         Patch by: Holger Wansing  <linux wansing-online de>
10538
10539         * po/LINGUAS:
10540         * po/de.po:
10541           Add German translation (#352069).
10542
10543 2007-02-01  Sebastian Dröge  <slomo@circular-chaos.org>
10544
10545         reviewed by: Wim Taymans <wim@fluendo.com>
10546
10547         * ext/ogg/gstoggmux.c: (gst_ogg_mux_ogg_pad_destroy_notify),
10548         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad):
10549         Use newly added GstCollectPads API to free the allocated resources in
10550         the GstOggPad structures (#402393).
10551
10552 2007-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
10553
10554         * gst/playback/gstplaybin.c: (gen_vis_element):
10555           Add audioresample+audioconvert in front of the visualisation
10556           element, so that elements like libvisual 0.4 that don't support all
10557           samplerates can work.
10558
10559           Fixes: #402505
10560
10561 2007-01-30  Tim-Philipp Müller  <tim at centricular dot net>
10562
10563         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property),
10564         (gst_play_base_bin_get_streaminfo_value_array):
10565           Take some locks and make a copy of the streaminfo value array we
10566           maintain while holding the lock, so that the application can
10567           retrieve the stream-info as a value array in a thread-safe way.
10568
10569 2007-01-30  Wim Taymans  <wim@fluendo.com>
10570
10571         * gst/audioconvert/gstaudioconvert.c:
10572         Don't fail on 0 sized buffers. Fixes #396835.
10573
10574 2007-01-29  David Schleef  <ds@schleef.org>
10575
10576         * gst/typefind/gsttypefindfunctions.c:
10577           Detect BBCD as video/x-dirac, so we can play raw dirac
10578           streams.
10579
10580 2007-01-29  Tim-Philipp Müller  <tim at centricular dot net>
10581
10582         * ext/theora/theoraenc.c: (theora_enc_chain):
10583           Check return value of theora_encode_header(), or we might try to
10584           allocate a random number of bytes. theora_encode_header() can fail
10585           if libtheora has been compiled with encoding support disabled.
10586           Fixes #398110.
10587
10588 2007-01-29  Wim Taymans  <wim@fluendo.com>
10589
10590         * tests/check/gst/.cvsignore:
10591         Do as buildbot says.
10592
10593 2007-01-29  Wim Taymans  <wim@fluendo.com>
10594
10595         * ext/libvisual/visual.c: (gst_visual_src_setcaps):
10596         Fix strides in libvisual. Gst uses X strides.
10597         Inspired by: <ed at catmur dot co dot uk> and 
10598         <tim at centricular dot net>
10599         Fixes #401118.
10600
10601 2007-01-27  Wim Taymans  <wim@fluendo.com>
10602
10603         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_submit_buffer),
10604         (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
10605         (gst_ogg_demux_get_prev_page), (gst_ogg_demux_do_seek),
10606         (gst_ogg_demux_perform_seek),
10607         (gst_ogg_demux_bisect_forward_serialno),
10608         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
10609         (gst_ogg_demux_find_chains), (gst_ogg_demux_handle_page),
10610         (gst_ogg_demux_chain), (gst_ogg_demux_combine_flows),
10611         (gst_ogg_demux_loop_reverse), (gst_ogg_demux_loop):
10612         * ext/ogg/gstoggdemux.h:
10613         Properly propagate streaming errors when we are scanning the file for
10614         chains so that we don't crash when shut down. Might fix some crashers
10615         when quickly switching oggs in RB such as #332503 and #378436.
10616
10617 2007-01-26  Tim-Philipp Müller  <tim at centricular dot net>
10618
10619         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
10620           Map a gnome-vfs HOST_NOT_FOUND error into a GStreamer NOT_FOUND
10621           error code as well.
10622
10623 2007-01-25  Wim Taymans  <wim@fluendo.com>
10624
10625         * gst/playback/gstplaybasebin.c: (remove_source):
10626         Don't try to disconnect a signal from a finalized object.
10627
10628 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
10629
10630         * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose):
10631           Cast lock macro parameters to make sure we're actually accessing the
10632           lock member at the right class level. Free list itself in _dispose()
10633           as well and NULL it in case dispose gets called multiple times.
10634
10635 2007-01-25  Edward Hervey  <edward@fluendo.com>
10636
10637         * gst/playback/gstdecodebin2.c:
10638         (gst_decode_bin_dispose),(gst_decode_bin_finalize):
10639         Free GstDecodeGroups no longer used.
10640         (gst_decode_group_expose):
10641         Don't unlock too many times !
10642         (deactivate_free_recursive):
10643         Free iterator once we're done with it.
10644         Fix for recursively deactivating elements (stop at ghostpads).
10645
10646 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
10647
10648         * gst/playback/gstplaybin.c: (handoff):
10649           Fix up caps on the frame buffer before we save it and potentially
10650           make it accessible to other threads via g_object_get; also use
10651           gst_buffer_replace() instead of gst_mini_object_replace().
10652
10653 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
10654
10655         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
10656           Make getting the current frame thread-safe.
10657
10658 2007-01-25  Edward Hervey  <edward@fluendo.com>
10659
10660         * gst/playback/gstdecodebin2.c: (gst_decode_bin_finalize),
10661         (gst_decode_group_new), (gst_decode_group_free):
10662         Set queues to bigger sizes to cope with HD contents.
10663         Fix some mutex freeing and add comment about MT safe methods.
10664
10665 2007-01-24  Tim-Philipp Müller  <tim at centricular dot net>
10666
10667         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event),
10668         (gst_text_overlay_text_event):
10669           Don't unnecessarily ref (and then leak) upstream events if the text
10670           pad is not linked. Fixes #399948.
10671
10672         * tests/check/gst-plugins-base.supp:
10673           Add suppression for pango on edgy/x86 for textoverlay test.
10674
10675 2007-01-24  Wim Taymans  <wim@fluendo.com>
10676
10677         * gst-libs/gst/rtp/gstrtpbuffer.h:
10678         Add some more fixed payloads.
10679
10680 2007-01-23  Tim-Philipp Müller  <tim at centricular dot net>
10681
10682         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain):
10683           Error out properly if we get an error from libogg while reading the
10684           BOS page(s). Fixes crash parsing 'fuzzed' ogg file (#399340).
10685
10686 2007-01-23  Tim-Philipp Müller  <tim at centricular dot net>
10687
10688         * gst/playback/gstdecodebin2.c: (gst_decode_bin_finalize):
10689           Don't leak mutex.
10690
10691         * tests/check/elements/playbin.c:
10692         (test_sink_usage_video_only_stream),
10693         (test_suburi_error_unknowntype), (test_suburi_error_invalidfile),
10694         (test_suburi_error_wrongproto), (test_missing_urisource_handler),
10695         (test_missing_suburisource_handler),
10696         (test_missing_primary_decoder), (playbin_suite):
10697           Run all tests once with decodebin and once with decodebin2.
10698           One test does not pass yet with decodebin2.
10699
10700 2007-01-23  Edward Hervey  <edward@fluendo.com>
10701
10702         * ext/ogg/gstoggmux.c: (all_pads_eos), (gst_ogg_mux_collected):
10703         Fix the cases where oggmux doesn't properly figure out that all
10704         sinkpads have gone EOS, and therefore doesn't push out the remaining
10705         buffers and the final EOS event.
10706         Fixes #363379
10707
10708 2007-01-23  Julien MOUTTE  <julien@moutte.net>
10709
10710         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
10711         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
10712         Don't lock on navigation event push, just on keysym to string.
10713         Fixes #397673 again.
10714
10715 2007-01-22  Edward Hervey  <edward@fluendo.com>
10716
10717         * gst/playback/gstdecodebin2.c: (gst_decode_group_new),
10718         (get_current_group), (group_demuxer_event_probe),
10719         (gst_decode_group_expose), (deactivate_free_recursive),
10720         (gst_decode_group_free):
10721         Cleanups.
10722         Don't forget to emit 'no-more-pads' once a group is exposed.
10723         Cleanup elements from a DecodeGroup once we remove it.
10724         Protect call to gst_decode_group_expose() with the decodebin lock.
10725
10726 2007-01-22  Julien MOUTTE  <julien@moutte.net>
10727
10728         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
10729         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
10730         Looking at Xorg code i can't figure out if that XKeysymToString
10731         function is thread sensible or not. Lock it just in case as
10732         recommended by Radek Doulik <rodo at ximian dot com>.
10733
10734 2007-01-22  Julien MOUTTE  <julien@moutte.net>
10735
10736         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
10737         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
10738         Lock that X Call as well. Fixes #397673.
10739
10740 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
10741
10742         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find):
10743           Don't go into an endless loop if the file starts with 00 00 01 2X,
10744           like quicktime redirect files might. Fixes #396042.
10745
10746         * tests/check/Makefile.am:
10747         * tests/check/gst/.cvsignore:
10748         * tests/check/gst/typefindfunctions.c: (GST_START_TEST),
10749         (typefindfunctions_suite):
10750           Add unit test for the above.
10751
10752 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
10753
10754         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
10755           On second thought, use "depth" field rather than "bpp" field.
10756
10757 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
10758
10759         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
10760           Camtasia caps apparently need a bpp field (#398875).
10761
10762 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
10763
10764         * gst/playback/gstplaybasebin.c: (setup_subtitle),
10765         (gen_source_element), (gst_play_base_bin_change_state):
10766           Attempt at a better error message in case we don't have the required
10767           URI handler installed; post missing-plugin message also when we're
10768           missing an URI handler for the subtitle URI; clean up properly also
10769           when an error occurs and we never made it to PAUSED state.
10770
10771         * tests/check/elements/playbin.c: (GST_START_TEST),
10772         (playbin_suite):
10773           Check that we're also getting a missing-plugin messsage for a
10774           missing subtitle URI handler (and clean up properly).
10775
10776 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
10777
10778         * gst/playback/gstplaybasebin.c: (analyse_source), (setup_source):
10779           Plug a few reference leaks.
10780
10781 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
10782
10783         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
10784           Lower probability a bit if the marker isn't right at the start,
10785           to decrease the chance of false positives.
10786
10787 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
10788
10789         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
10790           Small mpeg2 system stream typefinding improvement: make typefinder
10791           probe a bit into the stream instead of just looking for a marker
10792           at the beginning. Fixes #397810.
10793
10794 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
10795
10796         * gst/audioconvert/gstchannelmix.c:
10797           Remove compatibility cruft for prehistoric GLib versions.
10798
10799 2007-01-17  Tim-Philipp Müller  <tim at centricular dot net>
10800
10801         * gst/playback/Makefile.am:
10802         * gst/playback/gstdecodebin.c: (close_pad_link):
10803         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
10804         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
10805         (gst_play_base_bin_handle_message_func), (unknown_type):
10806           Let decodebin be the element to post missing-plugin messages for
10807           missing decoders (rather than playbin); make playbin implement
10808           GstBin::handle_message so we can suppress missing-plugin messages
10809           for types we're not handling on purpose (don't want to bring up an
10810           installer in those cases).
10811
10812 2007-01-16  Tim-Philipp Müller  <tim at centricular dot net>
10813
10814         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
10815         * gst-libs/gst/tag/gstvorbistag.c:
10816         (gst_tag_list_to_vorbiscomment_buffer):
10817         * gst/typefind/gsttypefindfunctions.c: (vorbis_type_find):
10818           Fix potentially unaligned access (#397207).
10819
10820 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
10821
10822         * tests/examples/seek/seek.c: (set_scale), (update_scale),
10823         (do_seek), (stop_seek), (pause_cb), (stop_cb), (loop_toggle_cb),
10824         (rate_spinbutton_changed_cb), (msg_eos), (msg_segment_done),
10825         (main):
10826           Allow to toggle looping while it plays. Fix callback prototype. Clean
10827           up code a bit more. Add copyright header.
10828
10829 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
10830
10831         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
10832           Red and blue mask was swapped (spotted by Dan Williams).
10833
10834 2007-01-15  Stefan Kost  <ensonic@users.sf.net>
10835
10836         * gst-libs/gst/tag/gstid3tag.c:
10837         * gst-libs/gst/tag/gstvorbistag.c:
10838           Use new beats-per-minute tag from core.
10839
10840 2007-01-15  Tim-Philipp Müller  <tim at centricular dot net>
10841
10842         * po/POTFILES.in:
10843           Add new files with translatable strings, so they actually make it
10844           into the template file one day.
10845
10846 2007-01-12  Andy Wingo  <wingo@pobox.com>
10847
10848         * gst-libs/gst/audio/gstbaseaudiosink.c
10849         (gst_base_audio_sink_fixate): Implement, stolen from baseaudiosrc.
10850         (gst_base_audio_sink_activate_pull): Remove the handwavey nego
10851         stuff, as the base class handles this now. Actually tell the ring
10852         buffer to start.
10853         (gst_base_audio_sink_callback): Cast the ring buffer correctly.
10854         How did this work before? Maybe I'm not as awesome a programmer as
10855         I think.
10856
10857         * gst-libs/gst/audio/gstbaseaudiosrc.c
10858         (gst_base_audio_src_fixate): Rework as a basesrc vmethod instead
10859         of a pad function.
10860
10861 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
10862
10863         * gst-libs/gst/utils/missing-plugins.c: (copy_and_clean_caps):
10864           Remove more fields so that the application can better blacklist
10865           formats that have been tried before.
10866
10867 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
10868
10869         * gst-libs/gst/audio/mixerutils.h:
10870           Add G_BEGIN_DECLS and G_END_DECLS guards so these helpers can be
10871           used when compiling with c++ compilers as well.
10872
10873 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
10874
10875         * gst/typefind/gsttypefindfunctions.c:
10876           Fix comment.
10877
10878 2007-01-11  Tim-Philipp Müller  <tim at centricular dot net>
10879
10880         * gst/playback/gstplaybin.c: (post_missing_element_message),
10881         (gen_video_element), (gen_text_element), (gen_audio_element),
10882         (gen_vis_element):
10883           Post missing-plugin messages also when we error out because
10884           converters, textoverlay or auto*sinks are missing (#161922).
10885
10886 2007-01-10  Wim Taymans  <wim@fluendo.com>
10887
10888         * gst/playback/gstdecodebin.c: (dynamic_add), (close_pad_link),
10889         (is_demuxer_element), (new_caps):
10890         * gst/playback/gstplaybasebin.c: (source_new_pad):
10891         Fix the case where we try to ref a NULL element when we delay a link
10892         because of unfixed caps.
10893         Set the state of autoplugged decodebins to PAUSED.
10894         RTSP now works in playbin, we can remove it from the blacklist.
10895
10896 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
10897
10898         * gst/playback/Makefile.am:
10899         * gst/playback/gstplaybasebin.c: (string_arr_has_str),
10900         (unknown_type), (setup_subtitle), (gen_source_element):
10901         * gst/playback/gstplaybin.c: (plugin_init):
10902           Post missing-plugin messages on the bus for missing sources and
10903           missing decoders/demuxers/depayloaders; fix error code used when
10904           we're missing an URI handler source; for media types that we are not
10905           handling on purpose at the moment, don't print "don't know how to
10906           handle xyz" messages to the terminal or post missing-plugin
10907           messages on the bus.
10908
10909         * tests/check/elements/playbin.c: (create_playbin),
10910         (GST_START_TEST), (gst_codec_src_uri_get_type),
10911         (gst_codec_src_uri_get_protocols), (gst_codec_src_uri_get_uri),
10912         (gst_codec_src_uri_set_uri), (gst_codec_src_uri_handler_init),
10913         (gst_codec_src_init_type), (gst_codec_src_base_init),
10914         (gst_codec_src_create), (gst_codec_src_class_init),
10915         (gst_codec_src_init), (plugin_init), (playbin_suite):
10916           Add some tests for the missing-plugin stuff.
10917
10918 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
10919
10920         * configure.ac:
10921         * gst-libs/gst/Makefile.am:
10922         * gst-libs/gst/utils/Makefile.am:
10923         * gst-libs/gst/utils/base-utils.c: (gst_base_utils_init):
10924         * gst-libs/gst/utils/base-utils.h:
10925         * gst-libs/gst/utils/descriptions.c: (format_info_get_desc),
10926         (find_format_info), (caps_are_rtp_caps),
10927         (gst_base_utils_get_source_description),
10928         (gst_base_utils_get_sink_description),
10929         (gst_base_utils_get_decoder_description),
10930         (gst_base_utils_get_encoder_description),
10931         (gst_base_utils_get_element_description),
10932         (gst_base_utils_add_codec_description_to_tag_list),
10933         (gst_base_utils_get_codec_description), (gst_base_utils_list_all):
10934         * gst-libs/gst/utils/descriptions.h:
10935         * gst-libs/gst/utils/missing-plugins.c:
10936         (missing_structure_get_type), (copy_and_clean_caps),
10937         (gst_missing_uri_source_message_new),
10938         (gst_missing_uri_sink_message_new),
10939         (gst_missing_element_message_new),
10940         (gst_missing_decoder_message_new),
10941         (gst_missing_encoder_message_new),
10942         (missing_structure_get_string_detail),
10943         (missing_structure_get_caps_detail),
10944         (gst_missing_plugin_message_get_installer_detail),
10945         (gst_missing_plugin_message_get_description),
10946         (gst_is_missing_plugin_message):
10947         * gst-libs/gst/utils/missing-plugins.h:
10948           API: add new libgstbaseutils library with functions
10949           - to create and parse missing-plugins messages
10950           - that provide (translated) descriptions for caps/decoders/sources/etc.
10951           Closes #392393.
10952
10953         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
10954         * pkgconfig/gstreamer-plugins-base.pc.in:
10955           Add new lib.
10956
10957         * docs/libs/gst-plugins-base-libs-docs.sgml:
10958         * docs/libs/gst-plugins-base-libs-sections.txt:
10959           Generate docs for new lib and API.
10960
10961         * tests/check/Makefile.am:
10962         * tests/check/libs/.cvsignore:
10963         * tests/check/libs/utils.c: (missing_msg_check_getters),
10964         (GST_START_TEST), (libgstbaseutils_suite):
10965           Add some basic unit tests.
10966
10967 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
10968
10969         * ext/ogg/Makefile.am:
10970           Dist gstoggdemux.h to fix 'make distcheck'.
10971
10972         * sys/v4l/Makefile.am:
10973           Fix 'make distcheck' even more.
10974
10975 2007-01-09  Wim Taymans  <wim@fluendo.com>
10976
10977         * docs/plugins/Makefile.am:
10978         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
10979         * docs/plugins/gst-plugins-base-plugins-sections.txt:
10980         * ext/ogg/gstoggdemux.c: (gst_ogg_page_copy), (gst_ogg_page_free),
10981         (gst_ogg_pad_query_types), (gst_ogg_pad_submit_page),
10982         (gst_ogg_chain_reset), (gst_ogg_chain_new_stream),
10983         (gst_ogg_demux_perform_seek):
10984         * ext/ogg/gstoggdemux.h:
10985         Added docs.
10986         Add some more comments.
10987         Small cleanups.
10988
10989 2007-01-09  Wim Taymans  <wim@fluendo.com>
10990
10991         * ext/theora/theoradec.c:
10992         * ext/vorbis/vorbisdec.c:
10993         * gst-libs/gst/audio/gstringbuffer.c:
10994         (gst_ring_buffer_commit_full):
10995         * gst-libs/gst/audio/gstringbuffer.h:
10996         * gst-libs/gst/rtp/gstrtpbuffer.c:
10997         * gst-libs/gst/tag/gstvorbistag.c:
10998         Small documentation updates/fixes
10999
11000 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
11001
11002         * configure.ac:
11003           Require core CVS HEAD for Andy's basesrc/sink API additions.
11004
11005 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
11006
11007         Patch by: Günter Thelen  <daedalus dot inc at gmx net>
11008
11009         * gst/typefind/gsttypefindfunctions.c: (flac_type_find),
11010         (plugin_init):
11011           Add typefinder for flac-in-ogg in conformance with the ogg-mapping
11012           on flac.sf.net (there appear to be other versions of the first
11013           ogg page in the wild) (#391365).
11014
11015 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
11016
11017         * configure.ac:
11018           Check if localtime_r() is available.
11019
11020         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_render_time):
11021           If localtime_r() is not available, fall back to localtime(). Should
11022           fix build on MingW (#393310).
11023
11024 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
11025
11026         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
11027         * gst/subparse/gstsubparse.h:
11028           Remove spurious 1000 subtrahend when calculating the timestamp from
11029           the frame number and the frame rate . Also, use the frames/second
11030           value specified in the first line of the file, if one is specified
11031           there. Should fix #357503.
11032
11033         * tests/check/elements/subparse.c: (do_test),
11034         (test_tmplayer_do_test), (test_microdvd_do_test), (GST_START_TEST),
11035         (subparse_suite):
11036           Add some basic unit tests for the microdvd subtitle format.
11037
11038 2007-01-07  Julien MOUTTE  <julien@moutte.net>
11039
11040         Patch by: Young-Ho Cha <ganadist at chollian dot net>
11041
11042         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
11043         (gst_xvimage_buffer_finalize), (gst_xvimagesink_xvimage_new),
11044         (gst_xvimagesink_xvimage_put), (gst_lookup_xv_port_from_adaptor),
11045         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_setcaps),
11046         (gst_xvimagesink_set_xwindow_id),
11047         (gst_xvimagesink_set_event_handling),
11048         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
11049         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
11050         Fixes: #390076.
11051         Add an adaptor property to select a specific XV adaptor.
11052         * sys/xvimage/xvimagesink.h:
11053
11054 2007-01-07  Julien MOUTTE  <julien@moutte.net>
11055
11056         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
11057         (gst_ximagesink_handle_xerror), (gst_ximagesink_ximage_new),
11058         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
11059         (gst_ximagesink_handle_xevents), (gst_ximagesink_setcaps),
11060         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
11061         (gst_ximagesink_expose), (gst_ximagesink_set_event_handling):
11062         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
11063         (gst_xvimage_buffer_finalize), (gst_xvimagesink_handle_xerror),
11064         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
11065         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_setcaps),
11066         (gst_xvimagesink_change_state), (gst_xvimagesink_set_xwindow_id),
11067         (gst_xvimagesink_expose), (gst_xvimagesink_set_event_handling):
11068         Use flow_lock much more to protect every access to xwindow.
11069         Try to catch erros while creating images in case some drivers are
11070         just generating an XError when the requested image is too big.
11071         Should fix : #354698, #384008, #384060.
11072         * tests/icles/stress-xoverlay.c: (cycle_window), (create_window):
11073         Implement some stress testing of setting window xid.
11074
11075 2007-01-07  Sébastien Moutte  <sebastien@moutte.net>
11076
11077         * win32/common/libgsaudio.def:
11078           Add new exported function.
11079         * win32/common/libgstogg.dsp:
11080           Add gstoggaviparse.c to the build.
11081         * win32/common/libgstvideoscale.dsp:
11082           Add vs_4tap.c to the build.
11083         * win32/common/libgstvorbis.dsp:
11084           Add vorbistag.c to the build.
11085         
11086 2007-01-06  Andy Wingo  <wingo@pobox.com>
11087
11088         * gst-libs/gst/audio/gstbaseaudiosink.c
11089         (gst_base_audio_sink_class_init)
11090         (gst_base_audio_sink_init): 
11091         (gst_base_audio_sink_activate_pull): Add an activate_pull function
11092         to baseaudiosink, and tell basesink that we can work in pull mode.
11093         This way the ring buffer thread drives the pipeline directly, if
11094         pull mode is possible. There is some lingering nastiness regarding
11095         capsnego, however.
11096         (gst_base_audio_sink_callback): Implement the callback to pull
11097         data. This interface is a bit light, though -- it should get a
11098         GstFlowReturn return value at least.
11099
11100 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
11101
11102         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_stream_out):
11103         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
11104         * gst/playback/gstdecodebin2.c:
11105         (gst_decode_group_check_if_blocked):
11106           Printf format and missing argument fixes.
11107
11108 2007-01-05  Jan Schmidt  <thaytan@mad.scientist.com>
11109
11110         * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header),
11111         (gst_ogm_parse_change_state):
11112         Activate pads before adding them to the element.
11113
11114 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
11115
11116         * tests/examples/seek/scrubby.c: (main):
11117         * tests/examples/seek/seek.c: (main):
11118           Call g_thread_init() first thing in main() (see #391278).
11119
11120 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
11121
11122         * tests/check/Makefile.am:
11123         * tests/check/libs/.cvsignore:
11124         * tests/check/libs/netbuffer.c: (GST_START_TEST),
11125         (netbuffer_suite):
11126           Add test for GstNetBuffer + gst_buffer_copy(). Disabled
11127           for the time being, since it's broken, see #393099.
11128
11129 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
11130
11131         * tests/check/Makefile.am:
11132           Update to use GST_PLUGINS_BASE_CFLAGS as well.
11133
11134 2007-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
11135
11136         * configure.ac:
11137           split out GST_CFLAGS into GST_PLUGINS_BASE_CFLAGS and GST_CFLAGS
11138           so that GST_BASE_CFLAGS can go inbetween them, making sure
11139           we use uninstalled gst-libs headers
11140         * docs/libs/Makefile.am:
11141         * ext/alsa/Makefile.am:
11142         * ext/cdparanoia/Makefile.am:
11143         * ext/gnomevfs/Makefile.am:
11144         * ext/libvisual/Makefile.am:
11145         * ext/ogg/Makefile.am:
11146         * ext/theora/Makefile.am:
11147         * ext/vorbis/Makefile.am:
11148         * gst-libs/gst/audio/Makefile.am:
11149         * gst-libs/gst/cdda/Makefile.am:
11150         * gst-libs/gst/interfaces/Makefile.am:
11151         * gst-libs/gst/riff/Makefile.am:
11152         * gst-libs/gst/rtp/Makefile.am:
11153         * gst-libs/gst/tag/Makefile.am:
11154         * gst/adder/Makefile.am:
11155         * gst/audioconvert/Makefile.am:
11156         * gst/audiorate/Makefile.am:
11157         * gst/audioresample/Makefile.am:
11158         * gst/playback/Makefile.am:
11159         * gst/tcp/Makefile.am:
11160         * gst/videoscale/Makefile.am:
11161         * gst/volume/Makefile.am:
11162         * sys/ximage/Makefile.am:
11163         * sys/xvimage/Makefile.am:
11164         * tests/icles/Makefile.am:
11165           adapt
11166
11167 2007-01-04  Julien MOUTTE  <julien@moutte.net>
11168
11169         * gst-libs/gst/interfaces/xoverlay.c:
11170         (gst_x_overlay_handle_events):
11171         * gst-libs/gst/interfaces/xoverlay.h:
11172         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
11173         (gst_ximagesink_set_xwindow_id),
11174         (gst_ximagesink_set_event_handling),
11175         (gst_ximagesink_xoverlay_init), (gst_ximagesink_set_property),
11176         (gst_ximagesink_get_property), (gst_ximagesink_init),
11177         (gst_ximagesink_class_init):
11178         * sys/ximage/ximagesink.h:
11179         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new),
11180         (gst_xvimagesink_set_xwindow_id),
11181         (gst_xvimagesink_set_event_handling),
11182         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_set_property),
11183         (gst_xvimagesink_get_property), (gst_xvimagesink_init),
11184         (gst_xvimagesink_class_init):
11185         * sys/xvimage/xvimagesink.h:
11186         * tests/icles/stress-xoverlay.c: (toggle_events), (create_window):
11187         Add a method to the XOverlay interface to allow disabling of 
11188         event handling in x[v]imagesink elements. This will let X events
11189         propagate to parent windows which can be usefull in some cases.
11190         Be carefull that the application is then responsible of pushing
11191         navigation events and expose events to the video sink.
11192         Fixes: #387138.
11193
11194 2007-01-03  Tim-Philipp Müller  <tim at centricular dot net>
11195
11196         * gst-libs/gst/tag/gstvorbistag.c:
11197         * tests/check/libs/tag.c: (GST_START_TEST):
11198           Add vorbistag <=> GStreamer tag mapping for GST_TAG_LOCATION
11199           (fixes #392070).
11200
11201 2007-01-01  Tim-Philipp Müller  <tim at centricular dot net>
11202
11203         * configure.ac:
11204         * docs/Makefile.am:
11205         * docs/design/Makefile.am:
11206           Dist design docs.
11207
11208 2006-12-27  Julien MOUTTE  <julien@moutte.net>
11209
11210         * docs/libs/gst-plugins-base-libs-sections.txt: Fix a documentation
11211         typo. Fixes: #390063.
11212
11213 2006-12-27  Julien MOUTTE  <julien@moutte.net>
11214
11215         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
11216         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Plug a
11217         caps leak.
11218         * win32/common/config.h: Updated.
11219
11220 2006-12-22  Stefan Kost  <ensonic@users.sf.net>
11221
11222         * tests/check/elements/gdpdepay.c: (cleanup_gdpdepay),
11223         (setup_gdpdepay_streamheader):
11224         * tests/check/elements/gdppay.c: (cleanup_gdppay),
11225         (setup_gdppay_streamheader):
11226           Fix the dp tests, but activating the pads for the streamheader tests
11227           too and cleaning up conditionaly
11228
11229 2006-12-22  Jan Schmidt  <thaytan@mad.scientist.com>
11230
11231         * gst/ffmpegcolorspace/avcodec.h:
11232         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11233         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
11234         (gst_ffmpegcsp_avpicture_fill):
11235         * gst/ffmpegcolorspace/imgconvert.c: (img_convert),
11236         (img_get_alpha_info):
11237         Add 2 new caps arrangements, for 24-bit RGB and BGR in 32-bits, but at the
11238         other end of the word. Fixes: #387073.
11239
11240         Add some inconsequential branch hints in a couple of places.
11241
11242 2006-12-21  Tim-Philipp Müller  <tim at centricular dot net>
11243
11244         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11245         (gst_ffmpeg_caps_to_smpfmt):
11246           The "signed" field in raw audio caps is of boolean type, trying to
11247           extract the value with _get_int() will fail (fix to keep in sync with
11248           the copy in gst-ffmpeg)
11249
11250 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
11251
11252         * tests/check/elements/audioresample.c: (cleanup_audioresample):
11253         * tests/check/elements/audiotestsrc.c: (cleanup_audiotestsrc):
11254         * tests/check/elements/gdpdepay.c: (setup_gdpdepay),
11255         (cleanup_gdpdepay):
11256         * tests/check/elements/gdppay.c: (setup_gdppay), (cleanup_gdppay):
11257         * tests/check/elements/subparse.c: (teardown_subparse):
11258         * tests/check/elements/textoverlay.c: (cleanup_textoverlay):
11259         * tests/check/elements/videorate.c: (cleanup_videorate):
11260         * tests/check/elements/videotestsrc.c: (cleanup_videotestsrc):
11261         * tests/check/elements/volume.c: (cleanup_volume):
11262         * tests/check/elements/vorbisdec.c: (setup_vorbisdec),
11263         (cleanup_vorbisdec):
11264         * tests/check/elements/vorbistag.c: (setup_vorbistag),
11265         (cleanup_vorbistag):
11266           consistent pad (de)activation
11267
11268 2006-12-20  Tim-Philipp Müller  <tim at centricular dot net>
11269
11270         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
11271           Forgot to register the extensions.
11272
11273 2006-12-20  Tim-Philipp Müller  <tim at centricular dot net>
11274
11275         * gst/typefind/gsttypefindfunctions.c: (vivo_type_find),
11276         (plugin_init):
11277           Add typefinder for VIVO files (my christmas present to the 90s).
11278
11279 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
11280
11281         * gst/playback/gstdecodebin.c: (type_found):
11282           Special-case the text/plain media type: we only want to recognise it
11283           as a 'raw' decoded media type if it comes from a demuxer or subtitle
11284           parser, but not if the entire stream is of text/plain type. If the
11285           entire stream is text/plain, we should just error out.
11286
11287           This fixes playback of audio files with lyrics in totem. Totem can't
11288           distinguish between text files and subtitle files and passes any
11289           .txt file with the same basename as the main file to playbin as
11290           suburi, and playbin will then throw a 'subtitle found, but no video
11291           stream' error, which isn't entirely helpful. See #380342.
11292
11293           Also, with this change we'll show a slightly more correct error
11294           message in case totem passes a playlist file to us (although a
11295           custom error message wording instead of the default text would
11296           probably not be a bad idea either).
11297
11298           Same problem also needs to be fixed for playbin+decodebin2.
11299
11300         * tests/check/Makefile.am:
11301         * tests/check/elements/decodebin.c: (src_handoff_cb),
11302         (decodebin_new_decoded_pad_cb), (GST_START_TEST),
11303         (decodebin_suite):
11304           Add simple unit test for decodebin for the above.
11305
11306 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
11307
11308         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
11309         * gst/playback/gstdecodebin2.c: (gst_decode_bin_change_state):
11310           Refuse to change state to READY when we failed to create any of the
11311           required elements in our instance init function.
11312
11313 2006-12-15  Tim-Philipp Müller  <tim at centricular dot net>
11314
11315         * docs/libs/gst-plugins-base-libs-sections.txt:
11316           Small docs fixes/updates.
11317
11318         * gst-libs/gst/video/gstvideosink.h:
11319           Remove nonfunctional GST_VIDEO_SINK_CLOCK macro which is a leftover
11320           from the 0.9 days (GST_BASE_SINK_CLOCK, which it points to, was
11321           removed from the base sink API between 0.9.6 and 0.9.7).
11322           API: add GST_VIDEO_SINK_CAST and use it for the height/width
11323           accessor macros, so we don't do a runtime GObject type check every
11324           time we use them.
11325
11326 2006-12-15  Thomas Vander Stichele  <thomas at apestaart dot org>
11327
11328         * Makefile.am:
11329         * gst-plugins-base.doap:
11330         * gst-plugins-base.spec.in:
11331           add doap file
11332
11333 2006-12-09  Tim-Philipp Müller  <tim at centricular dot net>
11334
11335         Patch by: Jens Granseuer <jensgr at gmx net>
11336
11337         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
11338         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
11339         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
11340         (gst_base_rtp_audio_payload_handle_sample_based_buffer):
11341         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
11342           Declare variables at the beginning of a block. Fixes #383195.
11343
11344 2006-12-07  Jan Schmidt  <thaytan@mad.scientist.com>
11345
11346         * configure.ac:
11347         Bump version nano - back to CVS.
11348
11349
11350 === release 0.10.11 ===
11351
11352 2006-12-06  Jan Schmidt <thaytan@mad.scientist.com>
11353
11354         * configure.ac:
11355           releasing 0.10.11, "Dumb things"
11356
11357 2006-12-05  Jan Schmidt  <thaytan@mad.scientist.com>
11358
11359         * gst/playback/gstdecodebin.c: (find_dynamic), (dynamic_add),
11360         (close_pad_link), (elem_is_dynamic), (unlinked), (close_link):
11361         Handle the case where an element has multiple pads with 
11362         unfixed caps as well as still possibly producing more dynamic 
11363         pads by storing each case as a distinct entry in the dynamic list.
11364         Fixes #38223 again.
11365
11366 2006-12-04  Wim Taymans  <wim@fluendo.com>
11367
11368         * gst/playback/gstdecodebin.c: (close_pad_link):
11369         Fix #382223, add more dynamic caps handling.
11370
11371 2006-12-04  Wim Taymans  <wim@fluendo.com>
11372
11373         * gst-libs/gst/audio/gstringbuffer.h:
11374         * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netbuffer_init),
11375         (gst_netaddress_set_ip4_interface),
11376         (gst_netaddress_set_ip6_interface), (gst_netaddress_set_loopback),
11377         (gst_netaddress_set_ttl), (gst_netaddress_get_ip4_interface),
11378         (gst_netaddress_get_ip6_interface), (gst_netaddress_get_loopback),
11379         (gst_netaddress_get_ttl):
11380         * gst-libs/gst/netbuffer/gstnetbuffer.h:
11381         * gst/playback/gstdecodebin.c: (close_pad_link):
11382         * tests/examples/seek/seek.c: (end_scrub), (end_seek), (do_seek),
11383         (seek_cb), (stop_seek), (rate_spinbutton_changed_cb):
11384         * win32/common/config.h:
11385
11386 2006-12-01  Michael Smith  <msmith@fluendo.com>
11387
11388         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
11389           Delete bad debug code.
11390           Fixes #381219
11391
11392 2006-12-01  Jan Schmidt  <thaytan@mad.scientist.com>
11393
11394         * gst/videoscale/vs_4tap.c:
11395         * win32/MANIFEST:
11396         * win32/common/config.h:
11397         * win32/vs8/libgstvideoscale.vcproj:
11398         Fix compilation on win32 under VS8
11399         Patch by: Sergey Scobich <sergey dot scobich at gmail dot com>
11400         Partially fixes #381175
11401
11402 2006-11-30  Michael Smith  <msmith@fluendo.com>
11403
11404         * tests/check/pipelines/theoraenc.c: (check_buffer_granulepos),
11405         (GST_START_TEST):
11406           It would be very bad if, after a discont buffer, we thought every
11407           single following buffer was also discont. So, add to the test to
11408           ensure that this isn't the case.
11409           
11410         * ext/theora/theoraenc.c: (theora_enc_is_discontinuous):
11411           ... it was the case. So fix it.
11412
11413 2006-11-28  Wim Taymans  <wim@fluendo.com>
11414
11415         * gst/playback/gstplaybasebin.c: (check_queue_event):
11416         Improve debug.
11417
11418         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps):
11419         Fix width and height range from 16 - 4096 to 1 - MAXINT, just like the
11420         padtemplate caps. Refixes #357577.
11421
11422 2006-11-28  Wim Taymans  <wim@fluendo.com>
11423
11424         * gst/playback/gstplaybasebin.c: (check_queue_event),
11425         (queue_threshold_reached), (queue_out_of_data),
11426         (gen_preroll_element):
11427         Add event probe to see when EOS is in a queue and we can disable the
11428         underrun signals. Fixes #357577.
11429
11430 2006-11-28  Edward Hervey  <edward@fluendo.com>
11431
11432         * gst/playback/Makefile.am:
11433         * gst/playback/gstdecodebin2.c: (gst_decode_bin_get_type),
11434         (_gst_boolean_accumulator), (gst_decode_bin_class_init),
11435         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
11436         (gst_decode_bin_init), (gst_decode_bin_dispose),
11437         (gst_decode_bin_finalize), (gst_decode_bin_set_property),
11438         (gst_decode_bin_get_property), (gst_decode_bin_set_caps),
11439         (gst_decode_bin_get_caps), (gst_decode_bin_autoplug_continue),
11440         (gst_decode_bin_autoplug_sort), (analyze_new_pad), (connect_pad),
11441         (connect_element), (expose_pad), (type_found),
11442         (pad_added_group_cb), (pad_removed_group_cb),
11443         (no_more_pads_group_cb), (pad_added_cb), (pad_removed_cb),
11444         (no_more_pads_cb), (find_compatibles), (is_demuxer_element),
11445         (are_raw_caps), (multi_queue_overrun_cb),
11446         (multi_queue_underrun_cb), (gst_decode_group_new),
11447         (get_current_group), (group_demuxer_event_probe),
11448         (gst_decode_group_control_demuxer_pad),
11449         (gst_decode_group_control_source_pad),
11450         (gst_decode_group_check_if_blocked),
11451         (gst_decode_group_check_if_drained), (gst_decode_group_expose),
11452         (gst_decode_group_hide), (gst_decode_group_free),
11453         (gst_decode_group_set_complete), (source_pad_blocked_cb),
11454         (source_pad_event_probe), (gst_decode_pad_new), (add_fakesink),
11455         (remove_fakesink), (find_sink_pad), (gst_decode_bin_change_state),
11456         (plugin_init):
11457         New decodebin2 element.
11458         Closes #370092
11459         * gst/playback/gstplay-marshal.list:
11460         Added marshallers for new signals in decodebin2
11461         * gst/playback/gstplaybasebin.c: (setup_subtitle), (make_decoder):
11462         Use decodebin2 if *and only if* the USE_DECODEBIN2 environment variable
11463         is set.
11464
11465 2006-11-28  Wim Taymans  <wim@fluendo.com>
11466
11467         * gst/playback/gstplaybasebin.c: (setup_source),
11468         (gst_play_base_bin_change_state):
11469         Disable rtsp:// uris for the release, it's not good enough yet.
11470         Remove unused var.
11471
11472 2006-11-26  Wim Taymans  <wim@fluendo.com>
11473
11474         * ext/theora/theoradec.c: (gst_theora_dec_reset),
11475         (theora_dec_push_forward), (theora_dec_push_reverse),
11476         (theora_handle_data_packet), (theora_dec_decode_buffer),
11477         (theora_dec_flush_decode), (theora_dec_chain_reverse),
11478         (theora_dec_chain_forward), (theora_dec_chain):
11479         Implement reverse playback.
11480
11481         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
11482         (vorbis_dec_decode_buffer), (vorbis_dec_flush_decode),
11483         (vorbis_dec_chain_forward):
11484         Clear buffers used for reverse playback in _reset.
11485         No need to set the eos flag, we clip samples using the segment.
11486
11487 2006-11-24  Wim Taymans  <wim@fluendo.com>
11488
11489         * ext/ogg/gstoggdemux.c: (gst_ogg_page_copy), (gst_ogg_page_free),
11490         (gst_ogg_pad_init), (gst_ogg_pad_dispose), (gst_ogg_pad_reset),
11491         (gst_ogg_pad_stream_out), (gst_ogg_pad_submit_page),
11492         (gst_ogg_chain_reset), (gst_ogg_demux_perform_seek):
11493         Some cleanups.
11494         Handle continued pages in reverse mode.
11495
11496 2006-11-24  Wim Taymans  <wim@fluendo.com>
11497
11498         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward),
11499         (vorbis_handle_data_packet), (vorbis_dec_decode_buffer),
11500         (vorbis_dec_flush_decode):
11501         Small cleanups.
11502         Don't try to add invalid timestamps.
11503         Clipping will unref the buffer.
11504
11505 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
11506
11507         * gst/adder/gstadder.h:
11508         * gst/audiotestsrc/gstaudiotestsrc.h:
11509           remove obsolete _factory_init protos
11510
11511 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
11512
11513         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
11514           Fix spacing in debug message.
11515
11516 2006-11-23  Wim Taymans  <wim@fluendo.com>
11517
11518         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page),
11519         (gst_ogg_demux_chain):
11520         Don't just ignore return values from _pad_push().
11521         Small debug improvements.
11522
11523 2006-11-23  Michael Smith  <msmith@fluendo.com>
11524
11525         * ext/ogg/gstoggmux.c: (gst_ogg_mux_process_best_pad):
11526           If our incoming buffer is marked as DISCONT, then increment the page
11527           number (so that the discontinuity is marked in the final ogg
11528           bitstream) and flush the previous page.
11529
11530 2006-11-22  Michael Smith  <msmith@fluendo.com>
11531
11532         * ext/theora/gsttheoraenc.h:
11533         * ext/theora/theoraenc.c: (gst_theora_enc_init),
11534         (theora_enc_reset), (theora_enc_clear), (theora_enc_sink_setcaps),
11535         (theora_buffer_from_packet), (theora_enc_is_discontinuous),
11536         (theora_enc_chain), (theora_enc_change_state):
11537           Mark discontinuities of > 3/4 of a frame, reinit encoder.
11538
11539         * tests/check/pipelines/theoraenc.c: (check_buffer_granulepos),
11540         (GST_START_TEST), (theoraenc_suite):
11541           Enable discontinuity test, fix it.
11542
11543 2006-11-21  Tim-Philipp Müller  <tim at centricular dot net>
11544
11545         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
11546         (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
11547         (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
11548         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
11549         (gst_text_overlay_change_state):
11550         * ext/pango/gsttextoverlay.h:
11551           Some textoverlay fixes: for one, in the video chain function,
11552           actually wait for a text buffer to come in if there is none at the
11553           moment and there should be one; also, deal more gracefully with
11554           incoming buffers that do not have a timestamp or duration; discard
11555           text buffer when not needed any longer. Fixes #341681.
11556
11557         * tests/check/Makefile.am:
11558         * tests/check/elements/.cvsignore:
11559         * tests/check/elements/textoverlay.c:
11560         (notgst_check_setup_src_pad2), (notgst_check_teardown_src_pad2),
11561         (setup_textoverlay), (buffer_is_all_black), (create_black_buffer),
11562         (create_text_buffer), (cleanup_textoverlay), (GST_START_TEST),
11563         (test_video_waits_for_text_send_text_newsegment_thread),
11564         (test_video_waits_for_text_shutdown_element),
11565         (test_render_continuity_push_video_buffers_thread),
11566         (textoverlay_suite):
11567           Add some unit tests for textoverlay.
11568
11569 2006-11-21  Tim-Philipp Müller  <tim at centricular dot net>
11570
11571         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
11572           Avoid integer underflow when the found probability for mp3 is
11573           smaller than the 'penalty' we subtract if there's not a clean
11574           mp3 header sync at offset 0.
11575
11576 2006-11-21  Stefan Kost  <ensonic@users.sf.net>
11577
11578         * docs/libs/gst-plugins-base-libs-sections.txt:
11579           Add some new symbols to the docs
11580
11581 2006-11-20  Tim-Philipp Müller  <tim at centricular dot net>
11582
11583         * tests/check/Makefile.am:
11584         * tests/check/elements/ffmpegcolorspace.c:
11585         (ffmpegcolorspace_suite):
11586           Enable ffmpegcolorspace test now that the RGBA32 issue is fixed
11587           (for now not for valgrinding though, since it takes too long).
11588
11589 2006-11-20  Wim Taymans  <wim@fluendo.com>
11590
11591         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11592         (gst_ffmpeg_pixfmt_to_caps):
11593         Fix RGBA32 caps. Fixes #357038.
11594
11595 2006-11-20  Tim-Philipp Müller  <tim at centricular dot net>
11596
11597         * gst-libs/gst/interfaces/mixertrack.h:
11598           Add FIXME so we can add some padding here in 0.11
11599
11600 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
11601
11602         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
11603           Fix GstBaseRTPAudioPayload structure so the whole GObject
11604           inheritance business actually works (parent class instance structure
11605           must always come first in the derived class instance structure).
11606
11607 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
11608
11609         * gst/videotestsrc/Makefile.am:
11610         * tests/check/Makefile.am:
11611           Make sure our checks and the videotestsrc plugin link against the
11612           local uninstalled gst libs and not any installed gst libs that
11613           might happen to exist as well.
11614
11615         * tests/check/elements/adder.c: (message_received),
11616         (test_event_message_received), (test_play_twice_message_received):
11617         * tests/check/elements/ffmpegcolorspace.c: (GST_START_TEST):
11618           Fix compiler warnings when compiling against core with disabled
11619           debugging system.
11620
11621 2006-11-16  Michael Smith  <msmith@fluendo.com>
11622
11623         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
11624         (gst_audio_rate_sink_event), (gst_audio_rate_chain):
11625           Fix audiorate, so that it accurately sets offsets and timestamps.
11626           Doesn't change the fundamental algorithmic decisions; so should be
11627           safe.
11628
11629         * tests/check/Makefile.am:
11630           Enable audiorate test now that it passes.
11631
11632 2006-11-09  Stefan Kost  <ensonic@users.sf.net>
11633
11634         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
11635           clear xv when going to NULL, remove // commented non-existant proto
11636
11637         * tests/examples/seek/seek.c: (main):
11638           add missing tooltip description for scrub and play_scrub
11639
11640 2006-11-14  David Schleef  <ds@schleef.org>
11641
11642         * configure.ac:
11643           Bump liboil requirement to 0.3.8.
11644         * gst-libs/gst/riff/riff-media.c:
11645           Add Dirac fourcc.
11646         * gst/videoscale/vs_image.h:
11647         * gst/videoscale/vs_scanline.h:
11648           Use liboil's stdint.h.
11649         * gst/videotestsrc/videotestsrc.c:
11650           Remove liboil related ifdef's, since they aren't needed now, and
11651           won't work with future versions.
11652
11653 2006-11-14  David Schleef  <ds@schleef.org>
11654
11655         * gst/videoscale/Makefile.am:
11656         * gst/videoscale/gstvideoscale.c:
11657         * gst/videoscale/gstvideoscale.h:
11658         * gst/videoscale/vs_4tap.c:
11659         * gst/videoscale/vs_4tap.h:
11660         * gst/videoscale/vs_image.c:
11661         * gst/videoscale/vs_image.h:
11662         * gst/videoscale/vs_scanline.c:
11663         * gst/videoscale/vs_scanline.h:
11664           Add a 4-tap image scaler.  Theoretically looks much prettier.
11665           The tap calculation could use some improvement.
11666
11667 2006-11-14  Wim Taymans  <wim@fluendo.com>
11668
11669         Patch by: Jan David Mol <j dot j dot d dot mol at tudelft dot nl>
11670
11671         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds),
11672         (gst_riff_parse_strf_iavs):
11673         * gst/subparse/gstsubparse.c: (convert_encoding):
11674         * gst/tcp/gstmultifdsink.c:
11675         (gst_multi_fd_sink_handle_client_write):
11676         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
11677         (gst_tcp_read_buffer), (gst_tcp_gdp_read_caps),
11678         (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
11679         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_render):
11680         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
11681         (gst_ximagesink_ximage_new):
11682         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
11683         Various gsize and gssize printf fixes. Fixes #372507.
11684
11685 2006-11-13  Wim Taymans  <wim@fluendo.com>
11686
11687         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
11688         (vorbis_dec_push_forward), (vorbis_dec_push_reverse),
11689         (vorbis_handle_data_packet), (vorbis_dec_decode_buffer),
11690         (vorbis_dec_flush_decode), (vorbis_dec_chain_reverse),
11691         (vorbis_dec_chain_forward), (vorbis_dec_chain):
11692         * ext/vorbis/vorbisdec.h:
11693         First stab at vorbis reverse playback.
11694
11695 2006-11-13  Wim Taymans  <wim@fluendo.com>
11696
11697         * gst-libs/gst/audio/gstbaseaudiosink.c:
11698         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
11699         * gst-libs/gst/audio/gstbaseaudiosink.h:
11700         Make the clock sync code more accurate wrt resampling and playback
11701         at different rates.
11702         
11703         * gst-libs/gst/audio/gstringbuffer.c:
11704         (gst_ring_buffer_commit_full), (gst_ring_buffer_commit):
11705         * gst-libs/gst/audio/gstringbuffer.h:
11706         Use better algorithm to interpolate sample rates. 
11707
11708 2006-11-13  Michael Smith  <msmith@fluendo.com>
11709
11710         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page):
11711           Improve a debug line slightly.
11712
11713         * ext/ogg/gstogmparse.c: (gst_ogm_parse_plugin_init):
11714           Call gst_riff_init() in plugin_init, to avoid getting errors from
11715           the debug system (unrelated changes to another plugin made this turn
11716           up; not sure why).
11717
11718 2006-11-10  Tim-Philipp Müller  <tim at centricular dot net>
11719
11720         Patch by: Sergey Scobich  <sergery.scobich at gmail com>
11721
11722         * win32/common/libgsttag.def:
11723           Add missing symbol (#366492).
11724
11725 2006-11-09  Tim-Philipp Müller  <tim at centricular dot net>
11726
11727         * gst/playback/gststreamselector.c: (gst_stream_selector_dispose):
11728           Don't unref a NULL pad.
11729
11730 2006-11-09  Wim Taymans  <wim@fluendo.com>
11731
11732         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page),
11733         (gst_ogg_demux_get_prev_page), (gst_ogg_demux_perform_seek),
11734         (gst_ogg_demux_handle_page), (gst_ogg_demux_chain),
11735         (gst_ogg_demux_loop_forward), (gst_ogg_demux_loop_reverse),
11736         (gst_ogg_demux_loop):
11737         Implement first stab at reverse playback.
11738
11739 2006-11-07  Stefan Kost  <ensonic@users.sf.net>
11740
11741         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
11742         (gst_riff_create_video_template_caps):
11743           add h263/h264 variants to the caps, Fixes #363118
11744
11745 2006-11-06  Tim-Philipp Müller  <tim at centricular dot net>
11746
11747         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
11748         * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
11749           Use g_strerror instead of strerror so we get UTF-8.
11750
11751 2006-11-03  David Schleef  <ds@schleef.org>
11752
11753         * ext/ogg/gstoggdemux.c:
11754         * ext/ogg/gstoggmux.c:
11755           Add/remove KW-DIRAC header here, since it is ogg-specific.
11756
11757 2006-11-03  Michael Smith  <msmith@fluendo.com>
11758
11759         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find):
11760           Recognise more mpeg4 elementary video streams.
11761
11762 2006-11-02  Edward Hervey  <edward@fluendo.com>
11763
11764         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
11765         Lower the probability of mp3 typefinding functions if we don't find a
11766         valid mp3 header at the start of the file.
11767         Closes #369482
11768
11769 2006-11-02  Wim Taymans  <wim@fluendo.com>
11770
11771         * ext/theora/gsttheoradec.h:
11772         * ext/theora/theoradec.c: (gst_theora_dec_init),
11773         (theora_dec_sink_event), (theora_dec_chain_forward),
11774         (theora_dec_flush_decode), (theora_dec_chain_reverse),
11775         (theora_dec_chain):
11776         Document and partially implement an algorithm for doing reverse playback
11777         of theora video.
11778
11779 2006-11-02  Tim-Philipp Müller  <tim at centricular dot net>
11780
11781         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
11782
11783         * win32/common/config.h:
11784         * win32/common/interfaces-enumtypes.c:
11785         * win32/common/libgsttag.def:
11786         * win32/vs8/gst-plugins-base.sln:
11787         * win32/vs8/libgstaudioresample.vcproj:
11788         * win32/vs8/libgstinterfaces.vcproj:
11789         * win32/vs8/libgstogg.vcproj:
11790         * win32/vs8/libgstriff.vcproj:
11791         * win32/vs8/libgsttag.vcproj:
11792         * win32/vs8/libgsttheora.vcproj:
11793         * win32/vs8/libgstvideoscale.vcproj:
11794         * win32/vs8/libgstvorbis.vcproj:
11795           Misc. VS8 build fixes: fix syntax in config.h, add missing entries
11796           to libgsttag.def; add missing dependencies for some vs8 projects;
11797           re-arrange placement of .def files in vs8 projects (#366334).
11798
11799 2006-11-01  Tim-Philipp Müller  <tim at centricular dot net>
11800
11801         * ext/ogg/gstogg.c:
11802           Remove unused variable.
11803
11804         * ext/ogg/gstoggdemux.c:
11805           Fix Wim's surname in plugin description.
11806
11807 2006-10-31  Wim Taymans  <wim@fluendo.com>
11808
11809         * gst-plugins-base.spec.in:
11810         spec new .h file. Fixes #368310.
11811
11812 2006-10-31  Michael Smith  <msmith@fluendo.com>
11813
11814         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_add_full),
11815         (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
11816         (gst_multi_fd_sink_get_stats),
11817         (gst_multi_fd_sink_remove_client_link),
11818         (gst_multi_fd_sink_queue_buffer),
11819         (gst_multi_fd_sink_handle_clients):
11820         * gst/tcp/gstmultifdsink.h:
11821           Make using the remove or clear signals threadsafe.
11822           Make calling get-stats with an invalid fd not segfault.
11823           Fixes 368273.
11824
11825 2006-10-31  Wim Taymans  <wim@fluendo.com>
11826
11827         * gst-libs/gst/rtp/Makefile.am:
11828         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
11829         (gst_base_rtp_audio_payload_init):
11830         Fix and activate base audio payloader.
11831
11832 2006-10-28  Tim-Philipp Müller  <tim at centricular dot net>
11833
11834         * gst/typefind/gsttypefindfunctions.c: (qtif_type_find),
11835         (plugin_init):
11836           Add typefinder for QuickTime Image Files (see #366156).
11837
11838 2006-10-28  Tim-Philipp Müller  <tim at centricular dot net>
11839
11840         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init):
11841           Another typo fix (#366212).
11842
11843 2006-10-27  Wim Taymans  <wim@fluendo.com>
11844
11845         * gst/volume/gstvolume.c: (volume_transform_ip):
11846         Use stream time to synchronize volume property instead of rather random
11847         timestamps. This is needed when gnonlin does its time shifting.
11848
11849 2006-10-27  Wim Taymans  <wim@fluendo.com>
11850
11851         Patch by: Mark Nauwelaerts <manauw at skynet dot be>
11852
11853         * ext/ogg/gstoggmux.c: (gst_ogg_mux_release_pad):
11854         Remove the pad from the element in release_pad. Fixes #364812.
11855
11856 2006-10-27  Tim-Philipp Müller  <tim at centricular dot net>
11857
11858         * sys/ximage/ximagesink.c: (gst_ximagesink_get_type):
11859         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_type):
11860           Explicitly create our custom buffer classes at a thread-safe
11861           location as well, since g_type_class_ref() doesn't seem to be
11862           entirely thread-safe either (#365501; also see #349410).
11863
11864 2006-10-26  Tim-Philipp Müller  <tim at centricular dot net>
11865
11866         * gst-libs/gst/riff/riff-read.c: (freeform_string_to_utf8),
11867         (gst_riff_parse_info):
11868           If strings in INFO chunk are not UTF-8, do something similar to
11869           what we do for ID3v1 tags: check a number of environment variables
11870           (GST_AVI_TAG_ENCODING, GST_RIFF_TAG_ENCODING, GST_TAG_ENCODING) for
11871           character sets to try, otherwise try the current locale and/or fall
11872           back on ISO-8859-1. Fixes #360552.
11873
11874 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
11875
11876         * gst/videotestsrc/gstvideotestsrc.c:
11877         (gst_video_test_src_pattern_get_type),
11878         (gst_video_test_src_set_pattern):
11879         * gst/videotestsrc/gstvideotestsrc.h:
11880         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_checkers1),
11881         (gst_video_test_src_checkers2), (gst_video_test_src_checkers4),
11882         (gst_video_test_src_checkers8):
11883         * gst/videotestsrc/videotestsrc.h:
11884           Add a bunch of exciting new checkers patterns.
11885
11886 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
11887
11888         * gst/subparse/Makefile.am:
11889         * gst/subparse/gstsubparse.c:
11890         (gst_sub_parse_data_format_autodetect),
11891         (gst_sub_parse_format_autodetect), (handle_buffer),
11892         (gst_sub_parse_chain), (gst_subparse_type_find), (plugin_init):
11893         * gst/subparse/gstsubparse.h:
11894         * gst/subparse/tmplayerparse.c: (tmplayer_parse_line),
11895         (parse_tmplayer):
11896         * gst/subparse/tmplayerparse.h:
11897           Add support for TMPlayer-type subtitles (#362845).
11898
11899         * tests/check/elements/subparse.c: (test_tmplayer_do_test),
11900         (GST_START_TEST), (subparse_suite):
11901           Add some basic unit tests for the above.
11902
11903 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
11904
11905         * tests/check/elements/audiorate.c: (test_injector_base_init),
11906         (test_injector_class_init), (test_injector_chain),
11907         (test_injector_init), (probe_cb), (do_perfect_stream_test),
11908         (GST_START_TEST), (audiorate_suite):
11909           More tests for audiorate: inject buffers to check behaviour when
11910           buffers overlap.
11911
11912 2006-10-21  Tim-Philipp Müller  <tim at centricular dot net>
11913
11914         * tests/check/Makefile.am:
11915         * tests/check/elements/.cvsignore:
11916         * tests/check/elements/audiorate.c: (probe_cb), (got_buf),
11917         (do_perfect_stream_test), (GST_START_TEST), (audiorate_suite):
11918           Add some basic unit tests for audiorate. Disabled at the moment
11919           since it doesn't pass yet (see bug #363119).
11920
11921 2006-10-20  Tim-Philipp Müller  <tim at centricular dot net>
11922
11923         * gst/subparse/gstsubparse.c: (subrip_fix_up_markup),
11924         (parse_subrip), (handle_buffer):
11925           Add missing closing tags for markup and fix broken markup,
11926           otherwise pango won't render anything (fixes #357531). Also,
11927           make sure the text we send out is always NUL-terminated
11928           (better safe than sorry etc.).
11929
11930         * tests/check/elements/subparse.c: (test_srt_do_test),
11931         (test_srt):
11932           Some more tests for .srt incl. tests for the above stuff.
11933
11934 2006-10-20  Julien MOUTTE  <julien@moutte.net>
11935
11936         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
11937         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
11938         Patch by: Stefan Kost  <ensonic@users.sf.net>
11939         Try to redraw borders only when needed. Apparently this consumes
11940         resources on small devices... :-O (#363607)
11941
11942 2006-10-20  Michael Smith  <msmith@fluendo.com>
11943
11944         * gst/tcp/gstmultifdsink.c:
11945         (gst_multi_fd_sink_client_queue_buffer):
11946           If caps change, then update the client's idea of the caps so that we
11947           don't end up re-sending streamheaders for every single buffer after
11948           the caps change.
11949
11950 2006-10-20  Michael Smith  <msmith@fluendo.com>
11951
11952         * ext/ogg/gstoggparse.c: (gst_ogg_parse_dispose),
11953         (gst_ogg_parse_append_header), (gst_ogg_parse_chain):
11954           Set caps on pushed buffers; fix up refcounting of caps objects.
11955
11956 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
11957
11958         * gst/typefind/gsttypefindfunctions.c: (mmsh_type_find),
11959         (plugin_init):
11960           Typefind mmsh header data packet to application/x-mmsh (#362625).
11961
11962 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
11963
11964         * tests/check/Makefile.am:
11965         * tests/check/elements/.cvsignore:
11966         * tests/check/elements/subparse.c: (buffer_from_static_string),
11967         (setup_subparse), (teardown_subparse), (test_srt_do_test),
11968         (GST_START_TEST), (subparse_suite):
11969           Add very simple unit test for subparse.
11970
11971 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
11972
11973         * gst/subparse/gstsubparse.c: (strip_trailing_newlines),
11974         (parse_subrip):
11975           Strip trailing newlines from subtitle text output.
11976
11977 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
11978
11979         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
11980         (gst_sub_parse_change_state):
11981           Fix memleak; clear subparse->textbuf n state change function.
11982
11983 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
11984
11985         * gst/subparse/gstsubparse.c:
11986         (gst_sub_parse_data_format_autodetect):
11987           Don't require subrip (.srt) files to start with a chunk number of 1.
11988
11989 2006-10-18  Wim Taymans  <wim@fluendo.com>
11990
11991         * gst-libs/gst/audio/gstbaseaudiosink.c:
11992         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
11993         * gst-libs/gst/audio/gstbaseaudiosink.h:
11994         Extract rate from the NEWSEGMENT event.
11995         Use commit_full to also take rate adjustment into account when writing
11996         samples to the ringbuffer.
11997         
11998         * gst-libs/gst/audio/gstringbuffer.c:
11999         (gst_ring_buffer_commit_full), (gst_ring_buffer_commit),
12000         (gst_ring_buffer_read):
12001         * gst-libs/gst/audio/gstringbuffer.h:
12002         Added _commit_full() to also take rate into account.
12003         Use simple interpolation algorithm to resample audio.
12004         API: gst_ring_buffer_commit_full()
12005
12006         * tests/examples/seek/scrubby.c: (speed_cb), (do_seek):
12007         * tests/examples/seek/seek.c: (segment_done):
12008         Don't try to seek with 0.0 rate, just pause instead.
12009         Remove bogus debug line.
12010
12011 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
12012
12013         * gst/playback/gstplaybasebin.c: (subbin_startup_sync_msg),
12014         (setup_source):
12015           Catch async errors when starting up the subtitle bin, so we can
12016           stop waiting and continue with the main film instead of hanging
12017           forever. Fixes #339366.
12018
12019         * tests/check/elements/playbin.c: (playbin_suite):
12020           Enable unit test for the above.
12021
12022 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
12023
12024         * tests/check/Makefile.am:
12025         * tests/check/elements/.cvsignore:
12026         * tests/check/elements/playbin.c: (GST_START_TEST),
12027         (gst_red_video_src_uri_get_type),
12028         (gst_red_video_src_uri_get_protocols),
12029         (gst_red_video_src_uri_get_uri), (gst_red_video_src_uri_set_uri),
12030         (gst_red_video_src_uri_handler_init),
12031         (gst_red_video_src_init_type), (gst_red_video_src_base_init),
12032         (gst_red_video_src_create), (gst_red_video_src_class_init),
12033         (gst_red_video_src_init), (plugin_init), (playbin_suite):
12034           Some small and basic unit tests for playbin; not very useful yet,
12035           but at least a start.
12036
12037 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
12038
12039         * gst/playback/gstplaybin.c: (setup_sinks):
12040           The old pad activation spiel.
12041
12042 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
12043
12044         * gst/playback/gstplaybasebin.c: (setup_source):
12045           Don't hang forever if the subbin already fails to start up in 
12046           the state change to PAUSED (#339366).
12047
12048 2006-10-17  Tim-Philipp Müller  <tim at centricular dot net>
12049
12050         * gst-libs/gst/interfaces/tuner.c: (gst_tuner_list_channels),
12051         (gst_tuner_set_channel), (gst_tuner_get_channel),
12052         (gst_tuner_list_norms), (gst_tuner_set_norm), (gst_tuner_get_norm),
12053         (gst_tuner_set_frequency), (gst_tuner_get_frequency),
12054         (gst_tuner_signal_strength), (gst_tuner_find_norm_by_name),
12055         (gst_tuner_find_channel_by_name):
12056           Fix some function guards, add some more function guards.
12057
12058 2006-10-17  Jan Schmidt  <thaytan@mad.scientist.com>
12059
12060         * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
12061         (remove_element_chain):
12062         Don't return a pad from get_our_ghost_pad unless it is actually the
12063         one we want.
12064         Change a cast in remove_element_chain slightly.
12065
12066 2006-10-13  Julien MOUTTE  <julien@moutte.net>
12067
12068         * tests/examples/seek/seek.c: (do_seek), (start_seek),
12069         (rate_spinbutton_changed_cb), (segment_done), (msg_state_changed):
12070         Segment seeking needs to use the rate and set stop to -1.
12071
12072 2006-10-13  Wim Taymans  <wim@fluendo.com>
12073
12074         * gst-libs/gst/audio/gstbaseaudiosink.c:
12075         (gst_base_audio_sink_setcaps):
12076         Don't crash when ringbuffer is not yet created.
12077         Patch by: Ville Syrjala <ville dot syrjala at movial dot fi>
12078         Fixes #361634.
12079
12080         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
12081         * gst/playback/gststreamselector.c:
12082         (gst_stream_selector_request_new_pad):
12083         Activate pads befre adding them to running elements.
12084
12085 2006-10-13  Julien MOUTTE  <julien@moutte.net>
12086
12087         * tests/examples/seek/seek.c: (do_seek), (start_seek),
12088         (rate_spinbutton_changed_cb), (msg_state_changed): Stop the scale
12089         updater when we start grabing the slider. Don't wait for the
12090         pipeline to be PAUSED.
12091
12092 2006-10-13  Tim-Philipp Müller  <tim at centricular dot net>
12093
12094         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_list_tracks),
12095         (gst_mixer_set_volume), (gst_mixer_get_volume),
12096         (gst_mixer_set_mute), (gst_mixer_set_option),
12097         (gst_mixer_get_option), (gst_mixer_mute_toggled),
12098         (gst_mixer_record_toggled), (gst_mixer_volume_changed),
12099         (gst_mixer_option_changed):
12100           Guard mixer interface functions against bogus arguments.
12101
12102 2006-10-12  Julien MOUTTE  <julien@moutte.net>
12103
12104         * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
12105         (play_cb), (pause_cb), (stop_cb), (rate_spinbutton_changed_cb),
12106         (msg_state_changed), (main): Use state-changed messages to trigger
12107         start/stop of scale update timer. Indeed the scale slider was
12108         jumping here and there because the update timer was activated 
12109         before seek completed. This fixes instant applying of rate changes
12110         by pressing the spinbutton like a crazy man !
12111
12112 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
12113
12114         Patch by: Sebastien Cote  <sebas642 at yahoo.ca>
12115
12116         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
12117         (gst_basertppayload_finalize):
12118           Fix two small memory leaks (#361456).
12119
12120 2006-10-10  Julien MOUTTE  <julien@moutte.net>
12121
12122         * tests/examples/seek/seek.c: (do_seek),
12123         (rate_spinbutton_changed_cb): When changing spinbutton we try
12124         to change the rate on the fly.
12125
12126 2006-10-10  Wim Taymans  <wim@fluendo.com>
12127
12128         * gst-libs/gst/riff/riff-ids.h:
12129         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
12130         (gst_riff_create_audio_template_caps):
12131         Add WMS caps.
12132
12133 2006-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12134
12135         Patch by: Josep Torra Valles <josep@fluendo.com>
12136
12137         * ext/gnomevfs/gstgnomevfssink.c:
12138         * ext/gnomevfs/gstgnomevfssrc.c:
12139         Fix URI interface implementation return type.
12140         * ext/pango/gsttextoverlay.c: (gst_text_overlay_set_property):
12141         Fix what looks like a copy/paste issue when assigning values.
12142         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
12143         (gst_audio_filter_template_get_type):
12144         Cast to prevent Forte warnings.
12145         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
12146         Fix URI interface implementation return type.
12147         gst_pad_query_position requires a signed integer pointer as
12148         3rd parameter, GstClockTime is unsigned.
12149         * gst/audioconvert/audioconvert.c:
12150         Fix integer overflow when treated as signed.
12151         * gst/audioresample/resample.c: (resample_add_input_data):
12152         Cast to prevent warnings on Forte.
12153         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette):
12154         Fix integer overflow when treated as signed.
12155         * gst/ffmpegcolorspace/imgconvert_template.h:
12156         Fix integer overflow when treated as signed. RGBA_OUT shifts bits.
12157         * gst/playback/gstdecodebin.c: (queue_filled_cb),
12158         (cleanup_decodebin):
12159         Who initialises a guint to -1!
12160         Cast function pointers to prevent warnings on Forte.
12161         * gst/playback/gstplaybasebin.c: (queue_deadlock_check),
12162         (queue_threshold_reached):
12163         Cast function pointers correctly to prevent warnings on Forte.
12164         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
12165         Cast function pointers correctly to prevent warnings on Forte.
12166         * gst/subparse/gstssaparse.c: (gst_ssa_parse_setcaps):
12167         Obvious change to unsigned, 0xEF > max signed char.
12168         * gst/tcp/gstmultifdsink.c: (get_buffers_max), (count_burst_unit):
12169         GstClockTime is unsigned, initialise correctly.
12170         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
12171         Cast so pointer arithemetic doesn't cause warnings on Forte.
12172         * gst/videorate/gstvideorate.c:
12173         Use correct return value.
12174         * tests/examples/seek/scrubby.c:
12175         GstClockTime is unsigned, initialise correctly.
12176
12177 2006-10-10  Tim-Philipp Müller  <tim at centricular dot net>
12178
12179         Patch by: Ferenc Gerlits  <fgerlits at gmail com>
12180
12181         * gst/typefind/gsttypefindfunctions.c:
12182           Recognise XML files and XML-like files shorter than 256 bytes as
12183           well (fixes #359237).
12184
12185 2006-10-09  Edgard Lima <edgard.lima@indt.org.br>
12186
12187         Patch by: Renato Filho <renato.filho@indt.org.br>
12188         
12189         * gst/typefind/gsttypefindfunctions.c:
12190         Added typefind functions to video/x-nuv media.
12191         
12192 2006-10-08  Tim-Philipp Müller  <tim at centricular dot net>
12193
12194         * gst-libs/gst/interfaces/xoverlay.c:
12195         (gst_x_overlay_set_xwindow_id), (gst_x_overlay_expose):
12196           Some more guards against invalid input.
12197
12198 2006-10-07  Julien MOUTTE  <julien@moutte.net>
12199
12200         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event): 
12201         Useless goto.
12202         * tests/examples/seek/seek.c: (do_seek),
12203         (rate_spinbutton_changed_cb), (main): Add a rate spinbutton in
12204         seek example to experiment with rates != 1.0 (reverse playback !)
12205
12206 2006-10-06  Stefan Kost  <ensonic@users.sf.net>
12207
12208         * gst-libs/gst/interfaces/xoverlay.c:
12209           Unref message in doc-example (spotted by Robert McQueen)
12210
12211 2006-10-06  Wim Taymans  <wim@fluendo.com>
12212
12213         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
12214         (mpeg1_parse_header), (mpeg1_sys_type_find):
12215         printf fix.
12216
12217 2006-10-06  Wim Taymans  <wim@fluendo.com>
12218
12219         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
12220         (close_pad_link):
12221         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
12222         Activate dynamic pads before adding them to the element.
12223
12224 2006-10-06  Michael Smith  <msmith@fluendo.com>
12225
12226         * gst-libs/gst/floatcast/floatcast.h:
12227           Fix obviously-bogus macros; use the correct types.
12228
12229 2006-10-06  Wim Taymans  <wim@fluendo.com>
12230
12231         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12232         (gst_base_rtp_depayload_change_state):
12233         Also call parent state change function to activate pads.
12234
12235         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
12236         (mpeg1_parse_header), (mpeg1_sys_type_find):
12237         Add some more debug info in mpeg typefinding.
12238
12239 2006-10-06  Michael Smith  <msmith@fluendo.com>
12240
12241         * ext/theora/theoradec.c: (theora_dec_chain):
12242           Zero byte theora packets are valid and well-defined; don't warn on
12243           them.
12244
12245 2006-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
12246
12247         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
12248         (gst_multi_fd_sink_get_stats), (find_limits),
12249         (gst_multi_fd_sink_queue_buffer):
12250           API: add dropped_buffers to the get-stats GValueArray
12251
12252 2006-10-05  Tim-Philipp Müller  <tim at centricular dot net>
12253
12254         * ext/alsa/gstalsadeviceprobe.c:
12255         (gst_alsa_device_property_probe_get_values):
12256         * ext/alsa/gstalsasink.c: (set_hwparams):
12257         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_elem_pad),
12258         (gst_ogg_chain_new_stream), (gst_ogg_demux_read_chain):
12259         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers),
12260         (gst_ogg_mux_process_best_pad):
12261         * ext/ogg/gstoggparse.c: (gst_ogg_parse_new_stream),
12262         (gst_ogg_parse_chain):
12263         * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header):
12264         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
12265         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_setup),
12266         (gst_vorbis_enc_buffer_check_discontinuous):
12267         * ext/vorbis/vorbisparse.c: (vorbis_parse_src_query):
12268         * gst-libs/gst/audio/gstbaseaudiosink.c:
12269         (gst_base_audio_sink_render):
12270         * gst-libs/gst/cdda/gstcddabasesrc.c:
12271         (gst_cdda_base_src_handle_track_seek):
12272         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12273         (gst_base_rtp_depayload_push_full):
12274         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
12275         * gst/audioresample/resample.c: (resample_input_pushthrough):
12276         * gst/playback/gstplaybasebin.c: (queue_out_of_data):
12277         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_handle_clients):
12278         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
12279         (wavpack_type_find):
12280         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
12281         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
12282         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
12283         * tests/check/elements/volume.c: (GST_START_TEST):
12284           Printf format fixes.
12285
12286 2006-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
12287
12288         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_caps):
12289           Fix a simple mistake (see the docs)
12290           Fixes #359580
12291
12292 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
12293
12294         * docs/plugins/Makefile.am:
12295         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12296         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12297         * docs/plugins/gst-plugins-base-plugins.args:
12298         * docs/plugins/gst-plugins-base-plugins.hierarchy:
12299         * docs/plugins/inspect/plugin-adder.xml:
12300         * docs/plugins/inspect/plugin-alsa.xml:
12301         * docs/plugins/inspect/plugin-audioconvert.xml:
12302         * docs/plugins/inspect/plugin-audiorate.xml:
12303         * docs/plugins/inspect/plugin-audioresample.xml:
12304         * docs/plugins/inspect/plugin-audiotestsrc.xml:
12305         * docs/plugins/inspect/plugin-cdparanoia.xml:
12306         * docs/plugins/inspect/plugin-decodebin.xml:
12307         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
12308         * docs/plugins/inspect/plugin-gdp.xml:
12309         * docs/plugins/inspect/plugin-gnomevfs.xml:
12310         * docs/plugins/inspect/plugin-libvisual.xml:
12311         * docs/plugins/inspect/plugin-ogg.xml:
12312         * docs/plugins/inspect/plugin-pango.xml:
12313         * docs/plugins/inspect/plugin-playbin.xml:
12314         * docs/plugins/inspect/plugin-subparse.xml:
12315         * docs/plugins/inspect/plugin-tcp.xml:
12316         * docs/plugins/inspect/plugin-theora.xml:
12317         * docs/plugins/inspect/plugin-typefindfunctions.xml:
12318         * docs/plugins/inspect/plugin-video4linux.xml:
12319         * docs/plugins/inspect/plugin-videorate.xml:
12320         * docs/plugins/inspect/plugin-videoscale.xml:
12321         * docs/plugins/inspect/plugin-videotestsrc.xml:
12322         * docs/plugins/inspect/plugin-volume.xml:
12323         * docs/plugins/inspect/plugin-vorbis.xml:
12324         * docs/plugins/inspect/plugin-ximagesink.xml:
12325         * docs/plugins/inspect/plugin-xvimagesink.xml:
12326           Add vorbistag element to docs; update version numbers to 0.10.10.1.
12327
12328 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
12329
12330         Patch by: James "Doc" Livingston <doclivingston at gmail com>
12331
12332         * ext/vorbis/Makefile.am:
12333         * ext/vorbis/vorbis.c: (plugin_init):
12334         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_class_init),
12335         (vorbis_parse_parse_packet), (vorbis_parse_chain):
12336         * ext/vorbis/vorbisparse.h:
12337         * ext/vorbis/vorbistag.c: (gst_vorbis_tag_base_init),
12338         (gst_vorbis_tag_class_init), (gst_vorbis_tag_init),
12339         (gst_vorbis_tag_parse_packet):
12340         * ext/vorbis/vorbistag.h:
12341           Add new vorbistag element which derives from vorbisparse
12342           and is essentially the same as well, only that it implements
12343           the GstTagSetter interface and can modify the stream's
12344           vorbiscomment on the fly (#335635).
12345
12346         * tests/check/Makefile.am:
12347         * tests/check/elements/.cvsignore:
12348         * tests/check/elements/vorbistag.c: (setup_vorbistag),
12349         (cleanup_vorbistag), (buffer_probe), (start_pipeline),
12350         (get_buffer), (stop_pipeline), (_create_codebook_header_buffer),
12351         (_create_audio_buffer), (GST_START_TEST), (vorbistag_suite):
12352           Add unit test for new vorbistag element.
12353
12354 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
12355
12356         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init),
12357         (vorbis_parse_push_headers), (vorbis_parse_chain):
12358           Set BOS flag in packet structure to fix 'jump depends
12359           on unitialized value' errors in valgrind; various minor
12360           clean-ups.
12361
12362 2006-09-30  Jan Schmidt  <thaytan@mad.scientist.com>
12363
12364         * gst/playback/gstdecodebin.c: (close_pad_link):
12365         Fix typo in a debug statement.
12366
12367         * gst/playback/gstplaybasebin.c: (probe_triggered),
12368         (new_decoded_pad_full), (new_decoded_pad), (subs_new_decoded_pad),
12369         (gen_source_element), (source_new_pad), (analyse_source),
12370         (setup_source):
12371         When handling no_more_pads in new_decoded_pad, make sure to treat
12372         subtitle pads correctly. Fixes playback with subtitle files.
12373
12374         Move a recurring message to LOG level.
12375
12376         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
12377         The maximum value for the Xv colorkey on this Radeon is 0xFFFFFFFF,
12378         which ends up as -1 when cast to an int. Make the logic handle the
12379         max value as an unsigned mask and only change the colorkey when it's
12380         a value we recognise.
12381
12382 2006-09-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
12383
12384         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
12385         Removed empty * between paragraphs
12386
12387 2006-09-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
12388
12389         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
12390         * gst-libs/gst/rtp/README:
12391         Moved some documentation into .c file
12392
12393 2006-09-29  Wim Taymans  <wim@fluendo.com>
12394
12395         * gst/playback/gstdecodebin.c: (no_more_pads):
12396         Fix compilation.
12397
12398 2006-09-29  Wim Taymans  <wim@fluendo.com>
12399
12400         * gst/playback/gstdecodebin.c: (new_caps):
12401         Remove g_print
12402
12403         * gst/playback/gstplaybin.c:
12404         Add some docs.
12405
12406 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
12407
12408         * tests/check/Makefile.am:
12409           Re-enable cddabasesrc test to see if it works again
12410           now.
12411
12412 2006-09-29  Wim Taymans  <wim@fluendo.com>
12413
12414         * gst/playback/gstplaybasebin.c: (setup_subtitle),
12415         (gen_source_element):
12416         Handle invalid URIs a bit more gracefully.
12417
12418 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
12419
12420         * tests/check/pipelines/oggmux.c:
12421           Remove obsolete comment.
12422
12423 2006-09-29  Michael Smith  <msmith@fluendo.com>
12424
12425         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
12426         (gst_ogg_mux_release_pad), (gst_ogg_mux_push_buffer),
12427         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
12428         (gst_ogg_mux_send_headers), (gst_ogg_mux_process_best_pad),
12429         (gst_ogg_mux_collected):
12430           Commit patch from James "Doc" Livingston, adds proper EOS handling
12431           in oggmux. GStreamer can, for the first time ever, create a valid
12432           Ogg file! Yay!
12433
12434         * tests/check/pipelines/oggmux.c: (check_chain_final_state),
12435         (oggmux_suite):
12436           Reenable tests now that they pass.
12437
12438 2006-09-29  Wim Taymans  <wim@fluendo.com>
12439
12440         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_handle_clients):
12441         Stop reading commands when EOF (we read 0) as well.
12442
12443 2006-09-28  Wim Taymans  <wim@fluendo.com>
12444
12445         * gst/playback/gstdecodebin.c: (dynamic_create), (dynamic_free),
12446         (close_pad_link), (dynamic_remove), (no_more_pads), (new_caps),
12447         (find_dynamic), (unlinked), (close_link):
12448         Implement delayed caps linking needed for element with a lot of
12449         different caps on the src pads that get fixed at runtime.
12450         Improve management of dynamic elements.
12451
12452         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
12453         (group_destroy), (group_commit), (check_queue), (queue_overrun),
12454         (gen_preroll_element), (remove_groups), (unknown_type),
12455         (add_element_stream), (no_more_pads_full), (no_more_pads),
12456         (sub_no_more_pads), (source_no_more_pads), (preroll_unlinked),
12457         (new_decoded_pad), (setup_subtitle), (array_has_value),
12458         (gen_source_element), (source_new_pad), (has_all_raw_caps),
12459         (analyse_source), (remove_decoders), (make_decoder),
12460         (remove_source), (setup_source), (finish_source), (prepare_output),
12461         (gst_play_base_bin_change_state):
12462         * gst/playback/gstplaybasebin.h:
12463         Use more _CAST instead of full type checking casts.
12464         Small cleanups, plug some leaks.
12465         Handle dynamic sources.
12466         Add some helper functions to create lists of strings used for
12467         blacklisting and other stuff.
12468         Refactor some code dealing with analysing the source.
12469         Re-enable sources without pads (like cd:// or other selfcontained
12470         elements).
12471
12472 2006-09-28  Wim Taymans  <wim@fluendo.com>
12473
12474         * gst-libs/gst/audio/gstbaseaudiosink.c:
12475         (gst_base_audio_sink_render):
12476         When we have a timestamp, we can still perform clipping.
12477         When we have no clock, we must play the sample ASAP.
12478
12479 2006-09-28  Wim Taymans  <wim@fluendo.com>
12480
12481         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
12482         Set caps on outgoing buffers.
12483
12484         * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
12485         (gst_video_rate_event), (gst_video_rate_chain):
12486         * gst/videorate/gstvideorate.h:
12487         Fix videorate some more. Fixes #357977
12488
12489 2006-09-28  Tim-Philipp Müller  <tim at centricular dot net>
12490
12491         * tests/check/elements/adder.c: (adder_suite):
12492           Don't set timeout to 6 seconds when we're running
12493           in valgrind ... (and how is 6 seconds longer than
12494           the default anyway?)
12495
12496 2006-09-28  Wim Taymans  <wim@fluendo.com>
12497
12498         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
12499         (gst_audio_rate_sink_event), (gst_audio_rate_convert),
12500         (gst_audio_rate_convert_segments), (gst_audio_rate_chain):
12501         Keep sink and src segment to keep track of time and support more
12502         input formats.
12503         Fix bogus next_offset and run_time calculation, don't understand how
12504         this could have worked before. Fixes #357976.
12505         Remove some unneeded vars.
12506
12507 2006-09-28  Tim-Philipp Müller  <tim at centricular dot net>
12508
12509         * gst/playback/gstplaybin.c: (remove_sinks):
12510           Only remove visualisation from visbin if there is a visbin (or:
12511           don't throw warnings when closing totem without playing a file).
12512
12513 2006-09-27  Wim Taymans  <wim@fluendo.com>
12514
12515         * gst-libs/gst/audio/gstbaseaudiosink.c:
12516         (gst_base_audio_sink_render):
12517         Add some more info in a WARNING.
12518
12519         * gst-libs/gst/audio/gstbaseaudiosrc.c:
12520         (gst_base_audio_src_create):
12521         Handle PAUSE in create function, use new -core addition to
12522         wait for playing. Fixes pausing and resuming capture from an
12523         audiosrc.
12524
12525         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
12526         (gst_ring_buffer_read):
12527         Constify some more.
12528         Caller supports interrupted reads now.
12529
12530 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
12531
12532         * tests/check/Makefile.am:
12533           Another attempt to make the gen64 buildbot happy.
12534
12535 2006-09-27  Stefan Kost  <ensonic@users.sf.net>
12536
12537         Patch by: Jonathan Matthew <jonathan@kaolin.wh9.net>
12538
12539         * ext/libvisual/visual.c: (gst_visual_clear_actors),
12540         (gst_visual_chain), (gst_visual_change_state):
12541           Libvisual plugin was not passing audio data to libvisual 0.4.0 
12542           correctly. Fixes #357800
12543
12544 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
12545
12546         * tests/check/pipelines/simple-launch-lines.c: (run_pipeline):
12547           Add timeout to _get_state() so we see which pipeline it is
12548           that causes trouble on the gen64 build bot.
12549
12550 2006-09-27  Wim Taymans  <wim@fluendo.com>
12551
12552         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12553         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_push_full),
12554         (gst_base_rtp_depayload_push_ts), (gst_base_rtp_depayload_process),
12555         (gst_base_rtp_depayload_set_gst_timestamp):
12556         the source pad always uses fixed caps.
12557
12558 2006-09-27  Wim Taymans  <wim@fluendo.com>
12559
12560         * docs/libs/gst-plugins-base-libs-docs.sgml:
12561         * docs/libs/gst-plugins-base-libs-sections.txt:
12562         * gst-libs/gst/audio/gstaudioclock.c:
12563         * gst-libs/gst/audio/gstaudioclock.h:
12564         * gst-libs/gst/audio/gstaudiosink.c:
12565         * gst-libs/gst/audio/gstaudiosink.h:
12566         * gst-libs/gst/audio/gstaudiosrc.c:
12567         * gst-libs/gst/audio/gstbaseaudiosink.c:
12568         (gst_base_audio_sink_render):
12569         * gst-libs/gst/audio/gstbaseaudiosink.h:
12570         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init):
12571         * gst-libs/gst/audio/gstbaseaudiosrc.h:
12572         * gst-libs/gst/audio/gstringbuffer.h:
12573         Added docs for the audio libs.
12574
12575 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
12576
12577         * tests/check/Makefile.am:
12578           Temporarily disable test that fails on the bots for unknown reasons.
12579
12580 2006-09-26 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
12581
12582         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
12583         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
12584         Moved AudioCodecType into priv
12585         Renamed all gst_basertpaudiopayload to gst_base_rtp_audio_payload prefixes
12586
12587 2006-09-25  Wim Taymans  <wim@fluendo.com>
12588
12589         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
12590         (add_fakesink), (remove_fakesink), (pad_probe), (close_pad_link),
12591         (is_demuxer_element), (try_to_link_1), (get_our_ghost_pad),
12592         (new_pad):
12593         Cleanups and small leak fixes.
12594         Added Depayloaders to valid list of autopluggable elements.
12595
12596 2006-09-25  Wim Taymans  <wim@fluendo.com>
12597
12598         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
12599         (gst_play_bin_vis_blocked), (gst_play_bin_set_property),
12600         (gen_video_element), (gen_text_element), (gen_audio_element),
12601         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
12602         (gst_play_bin_set_clock_func), (gst_play_bin_change_state):
12603         Detect NO_PREROLL state change returns and disable clock distribution to
12604         the sinks so that sync is disabled.
12605         Avoid some type checking and do simple casts instead.
12606         Small cleanups, fix some FIXMEs.
12607         Be more robust when linking user specified elements, catch an report
12608         errors. Fixes #357404.
12609         Fix some leaks in the error paths.
12610
12611 2006-09-25  Stefan Kost  <ensonic@users.sf.net>
12612
12613         * ChangeLog:
12614           ChangeLog surgery for missing bug-number
12615
12616 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
12617
12618         Patch by: Peter Kjellerstedt  <pkj at axis com>
12619
12620         * gst/playback/test.c:
12621           Fix compilation with uClibc and -Werror (#357591).
12622
12623 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
12624
12625         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
12626           Parse dates that are followed by a time as well (#357532).
12627
12628         * tests/check/libs/tag.c: (test_vorbis_tags):
12629           Add unit test for this.
12630
12631 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
12632
12633         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
12634         (gst_audio_convert_transform_caps):
12635         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_unicolor):
12636         * gst/videotestsrc/videotestsrc.h:
12637           A few array const-ifications.
12638
12639 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
12640
12641         * tests/check/Makefile.am:
12642           See if this makes the build bots happy.
12643
12644         * tests/check/libs/cddabasesrc.c:
12645           UTF8-ise my name.
12646
12647 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
12648
12649         Patch by: Young-Ho Cha <ganadist at chollian dot net>
12650
12651         * gst/subparse/samiparse.c: (handle_start_font),
12652         (fix_invalid_entities):
12653           More case-insensitivity for certain tags; recognise entities with
12654           decimal codes as special entities as well (#357330).
12655
12656 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
12657
12658         * gst-libs/gst/Makefile.am:
12659           Need to build tag directory before cdda.
12660
12661 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
12662
12663         * docs/libs/gst-plugins-base-libs-sections.txt:
12664         * gst-libs/gst/cdda/Makefile.am:
12665         * gst-libs/gst/cdda/gstcddabasesrc.c:
12666         (gst_cdda_base_src_base_init):
12667         * gst-libs/gst/cdda/gstcddabasesrc.h:
12668         * gst-libs/gst/tag/tag.h:
12669         * gst-libs/gst/tag/tags.c: (gst_tag_register_tags_internal),
12670         (gst_tag_register_musicbrainz_tags):
12671           Move GST_TAG_CDDA_* tags into libgsttag and make libgstcddabasesrc
12672           depend on libgsttag. This is required so we can extract/read tags like
12673           DISCID without depending on libgstcddabasesrc (which used to register
12674           them).
12675
12676         * gst-libs/gst/tag/gstvorbistag.c:
12677           Add vorbiscomment mapping for CDDB_DISCID and MUSICBRAINZ_DISCID
12678           tags (also see #347848).
12679
12680         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_metadata_set1):
12681           Log vorbis comments we are actually writing. Const-ify array.
12682
12683 2006-09-23  Wim Taymans  <wim@fluendo.com>
12684
12685         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
12686         Improve buffering a bit by avoiding a deadlock because we cannot assume
12687         the underrun is always called.
12688
12689 2006-09-23  Wim Taymans  <wim@fluendo.com>
12690
12691         Patch by: Young-Ho Cha <ganadist at chollian dot net>
12692
12693         * gst-libs/gst/riff/riff-ids.h:
12694         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
12695         (gst_riff_create_audio_template_caps):
12696         Added MPEG-4 AAC and id and caps. Fixes #357289
12697         Added WMA9 Lossless id.
12698
12699 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
12700
12701         * ext/gnomevfs/gstgnomevfssrc.c:
12702           Fix misleading docs addition.
12703
12704         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
12705           Get rid of compiler warning the right way.
12706
12707 2006-09-22  Wim Taymans  <wim@fluendo.com>
12708
12709         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12710         (gst_base_rtp_depayload_finalize),
12711         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
12712         (gst_base_rtp_depayload_push_full),
12713         (gst_base_rtp_depayload_push_ts), (gst_base_rtp_depayload_push),
12714         (gst_base_rtp_depayload_process),
12715         (gst_base_rtp_depayload_set_gst_timestamp),
12716         (gst_base_rtp_depayload_queue_release):
12717         * gst-libs/gst/rtp/gstbasertpdepayload.h:
12718         Small cleanups.
12719         Fix some leaks.
12720         Refactored the process method and added methods to push from the process
12721         vmethod.
12722         Use _scale functions.
12723         API: gst_base_rtp_depayload_push_ts
12724         API: gst_base_rtp_depayload_push
12725
12726         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
12727         timestamps are uint.
12728
12729 2006-09-22  Stefan Kost  <ensonic@users.sf.net>
12730
12731         * gst-libs/gst/interfaces/xoverlay.c:
12732           Remove unused statement from doc example.
12733
12734 2006-09-21  Stefan Kost  <ensonic@users.sf.net>
12735
12736         * gst-libs/gst/interfaces/videoorientation.c:
12737         (gst_video_orientation_iface_init),
12738         (gst_video_orientation_get_hflip),
12739         (gst_video_orientation_get_vflip),
12740         (gst_video_orientation_get_hcenter),
12741         (gst_video_orientation_get_vcenter),
12742         (gst_video_orientation_set_hflip),
12743         (gst_video_orientation_set_vflip),
12744         (gst_video_orientation_set_hcenter),
12745         (gst_video_orientation_set_vcenter):
12746           Add since tags to new API docs, ChangeLog surgery (forgot API keyword
12747           in ChangeLog)
12748
12749 2006-09-21  Tim-Philipp Müller  <tim at centricular dot net>
12750
12751         * tests/check/Makefile.am:
12752         * tests/check/elements/.cvsignore:
12753         * tests/check/elements/ffmpegcolorspace.c: (rgb_format_to_caps),
12754         (create_rgb_conversions), (rgb_conversion_free),
12755         (right_shift_colour), (fix_expected_colour), (check_rgb_buf),
12756         (got_buf_cb), (GST_START_TEST), (ffmpegcolorspace_suite):
12757           Add unit test for ffmpegcolorspace (RGB <=> RGB only so far),
12758           but disable for now since it doesn't pass (something wrong with
12759           RGBA somewhere).
12760
12761 2006-09-21  Wim Taymans  <wim@fluendo.com>
12762
12763         * gst/playback/gstplaybasebin.c: (group_commit),
12764         (queue_deadlock_check), (queue_overrun), (queue_threshold_reached),
12765         (queue_out_of_data), (gen_preroll_element),
12766         (preroll_remove_overrun), (probe_triggered):
12767         Refactor handling of overrun detection.
12768         Separate handling of group completion and deadlock detection when doing
12769         network buffering. This should fix some deadlocks that were not detected
12770         because the group was completed.
12771         Add more comments, improve debugging.
12772
12773 2006-09-21  Wim Taymans  <wim@fluendo.com>
12774
12775         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
12776         * tests/check/libs/audio.c:
12777         Some more compilation fixes.
12778
12779 2006-09-21  Wim Taymans  <wim@fluendo.com>
12780
12781         * gst-libs/gst/audio/gstringbuffer.c:
12782         (gst_ring_buffer_samples_done), (gst_ring_buffer_commit),
12783         (gst_ring_buffer_read):
12784         Early morning compilation fix.
12785
12786 2006-09-20  Wim Taymans  <wim@fluendo.com>
12787
12788         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
12789         * tests/check/elements/multifdsink.c: (GST_START_TEST):
12790         * tests/check/elements/videorate.c: (GST_START_TEST):
12791         * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
12792         * tests/check/pipelines/oggmux.c: (eos_buffer_probe):
12793         Fix some warnings.
12794
12795 2006-09-20  Stefan Kost  <ensonic@users.sf.net>
12796
12797         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
12798         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
12799         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_show_frame):
12800           Handcrafted merge to help CVS understanding what I changed and what
12801           not.
12802
12803 2006-09-20  Stefan Kost  <ensonic@users.sf.net>
12804
12805         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
12806         (gst_xvimagesink_get_times):
12807           change colorkey behaviour back according to #354773 comment 6/7
12808
12809 2006-09-19  Michael Smith  <msmith@fluendo.com>
12810
12811         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
12812         (gst_multi_fd_sink_class_init), (get_buffers_max), (find_limits),
12813         (gst_multi_fd_sink_recover_client),
12814         (gst_multi_fd_sink_queue_buffer), (gst_multi_fd_sink_set_property),
12815         (gst_multi_fd_sink_get_property):
12816         * gst/tcp/gstmultifdsink.h:
12817           Implement stubbed out properties unit-type, units-soft-max,
12818           units-max, to allow specifying maximum sizes in units other than
12819           buffers.
12820           Fixes #355935
12821
12822 2006-09-19  Wim Taymans  <wim@fluendo.com>
12823
12824         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
12825         (gst_riff_create_audio_template_caps):
12826         Reorder the audio formats a bit for clarity.
12827         Detect and create caps for MSGSM and MSN (WAV49).
12828         Fixes #356596.
12829
12830         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
12831         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
12832         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_show_frame):
12833         Small cleanups, move error handling out of normal flow for clarity.
12834
12835 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
12836
12837         * docs/libs/gst-plugins-base-libs-docs.sgml:
12838         * docs/libs/gst-plugins-base-libs.types:
12839         * gst-libs/gst/interfaces/Makefile.am:
12840         * gst-libs/gst/interfaces/videoorientation.c:
12841         (gst_video_orientation_get_type),
12842         (gst_video_orientation_iface_init),
12843         (gst_video_orientation_get_hflip),
12844         (gst_video_orientation_get_vflip),
12845         (gst_video_orientation_get_hcenter),
12846         (gst_video_orientation_get_vcenter),
12847         (gst_video_orientation_set_hflip),
12848         (gst_video_orientation_set_vflip),
12849         (gst_video_orientation_set_hcenter),
12850         (gst_video_orientation_set_vcenter):
12851         * gst-libs/gst/interfaces/videoorientation.h:
12852           API: Add new interface to control video orientation (fixes #354908)
12853
12854 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
12855
12856         * gst/videotestsrc/gstvideotestsrc.c:
12857           Use G_UNLIKELY in _create and log one more detail.
12858           
12859         (gst_video_test_src_get_times), (gst_video_test_src_create):
12860         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
12861           Use gst_util_uint64_scale_int in _get_times().
12862
12863 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
12864
12865         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support)
12866           Give better warning message (add object and detail).
12867
12868 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
12869
12870         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
12871         (gst_xvimagesink_get_times):
12872           xvimage assumed that XV_COLORKEY can be set in RGB888 format (fixes
12873           #354773), use gst_util_uint64_scale_int in _get_times()
12874
12875 2006-09-18  Michael Smith  <msmith@fluendo.com>
12876
12877         * ext/ogg/gstoggmux.c: (gst_ogg_mux_push_buffer):
12878           Timestamps are unsigned; comparision against GST_CLOCK_TIME_NONE was
12879           always true, leading to dropping all timestamps.
12880
12881 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
12882
12883         * ext/libvisual/visual.c: (gst_vis_src_negotiate),
12884         (gst_visual_chain), (gst_visual_change_state):
12885           update to work also with libvisual 0.4 API, fix double unref (#355914)
12886           
12887         * tools/gst-launch-ext.1.in:
12888         * tools/gst-visualise.1.in:
12889           remove references to old man-pages
12890
12891         * tests/examples/seek/seek.c: (main):
12892           add real meadi-buttons, add tool-tips for the seek-options, arrange
12893           seek options in a table
12894
12895 2006-09-18  Michael Smith  <msmith@fluendo.com>
12896
12897         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear),
12898         (gst_ogg_mux_push_buffer):
12899           Don't generate out-of-order timestamps from oggmux, instead clamp
12900           output timestamps to be >= the previously output ts.
12901           Fixes #355595
12902
12903 2006-09-18  Michael Smith  <msmith@fluendo.com>
12904
12905         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
12906         (gst_multi_fd_sink_class_init):
12907           Updates, fixes, and typo corrections for multifdsink. No functional
12908           changes.
12909
12910 2006-09-17  Michael Smith  <msmith@fluendo.com>
12911
12912         * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find):
12913           Don't crash on truncated files - check that we got an 8 byte buffer
12914           before trying to memcmp it.
12915
12916 2006-09-17  Tim-Philipp Müller  <tim at centricular dot net>
12917
12918         * gst/playback/gstplaybasebin.c: (get_active_source):
12919           Make stream-switching appear instant to the application
12920           (ie. make sure that a g_object_get on 'current-foo' returns
12921           the stream previously set with g_object_set(). Totem needs
12922           this to update stream-related meta-info (like audio-codec)
12923           correctly when switching streams.
12924
12925 2006-09-17  Tim-Philipp Müller  <tim at centricular dot net>
12926
12927         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_find_master_mixer),
12928         (gst_alsa_mixer_ensure_track_list):
12929           Try harder to guess which mixer track is the master mixer
12930           track (instead of just taking the first one that has a pvolume).
12931           Fixes #342228.
12932
12933 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
12934
12935         reviewed by: <delete if not using a buddy>
12936
12937         * gst-libs/gst/audio/audio.h:
12938         * gst/audiotestsrc/gstaudiotestsrc.c: (plugin_init):
12939
12940 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
12941
12942         * gst/audioconvert/gstaudioconvert.c: (set_structure_widths),
12943         (gst_audio_convert_transform_caps):
12944           Get structure-name just once.
12945
12946 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
12947
12948         * tests/check/elements/audioresample.c: (GST_START_TEST):
12949         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
12950         * tests/check/elements/volume.c: (GST_START_TEST):
12951         * tests/check/elements/vorbisdec.c: (GST_START_TEST):
12952         * tests/check/pipelines/oggmux.c: (validate_ogg_page), (eos_watch),
12953         (test_pipeline), (GST_START_TEST):
12954         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
12955         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
12956           Fix big batch of compiler warnings.
12957
12958 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
12959
12960         * ext/gnomevfs/gstgnomevfssrc.c:
12961           Add docs about icydemux usage in connection with gnomevfssrc
12962
12963         * ext/libvisual/visual.c:
12964         * ext/ogg/gstoggaviparse.c:
12965         * ext/ogg/gstoggdemux.c:
12966         * ext/ogg/gstoggmux.c:
12967         * ext/ogg/gstoggparse.c:
12968         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
12969         * gst-libs/gst/audio/gstaudiosink.c:
12970         * gst-libs/gst/audio/gstaudiosrc.c:
12971         * gst/audiorate/gstaudiorate.c:
12972           More G_OBJECT macro fixing.
12973
12974         * gst/audiotestsrc/gstaudiotestsrc.h:
12975           Fix wrong info in header due to copy & paste
12976
12977 2006-09-15  Wim Taymans  <wim@fluendo.com>
12978
12979         * gst-libs/gst/audio/gstbaseaudiosink.c:
12980         (gst_base_audio_sink_get_time), (gst_base_audio_sink_callback):
12981         * gst-libs/gst/audio/gstbaseaudiosrc.c:
12982         (gst_base_audio_src_get_time), (gst_base_audio_src_fixate),
12983         (gst_base_audio_src_get_times), (gst_base_audio_src_get_offset),
12984         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
12985         Do the delay calculation in the source/sink base classes as this is
12986         specific for the capture/playback mode.
12987         Try to fixate a bit better, like round depth up to a multiple of 8
12988         bigger than width.
12989         Handle underruns correctly by marking DISCONT on buffers and adjusting
12990         timestamps to handle the gap.
12991         Set offset/offset_end correctly on buffers.
12992
12993         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_pause),
12994         (gst_ring_buffer_samples_done), (gst_ring_buffer_commit),
12995         (gst_ring_buffer_read):
12996         Remove resync and underrun recovery from the ringbuffer.
12997         Fix ringbuffer read code on under/overrun.
12998
12999 2006-09-15  Wim Taymans  <wim@fluendo.com>
13000
13001         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
13002         (gst_play_base_bin_init), (fill_buffer), (check_queue),
13003         (queue_threshold_reached), (gst_play_base_bin_set_property),
13004         (gst_play_base_bin_get_property):
13005         * gst/playback/gstplaybasebin.h:
13006         Don't use a 0 low watermark when buffering, it is catching starvation
13007         way too late. Instead, use a 3 second queue with 30 and 95
13008         percent low/high watermarks. 
13009         Added queue-min-threshold property to configure low watermark.
13010         Use new _buffering message API.
13011         Make queue_threshold variable big enough to store a uint64 time value.
13012         API: playbin::queue-min-threshold property.
13013
13014 2006-09-15  Wim Taymans  <wim@fluendo.com>
13015
13016         * configure.ac:
13017         We require 0.10.10.1 now because of _wait_preroll().
13018
13019         * gst-libs/gst/audio/gstbaseaudiosink.c:
13020         (gst_base_audio_sink_render):
13021         Use gst_base_sink_wait_preroll().
13022
13023 2006-09-15  Wim Taymans  <wim@fluendo.com>
13024
13025         * ext/alsa/gstalsasink.c: (xrun_recovery), (gst_alsasink_write):
13026         * ext/alsa/gstalsasrc.c: (xrun_recovery), (gst_alsasrc_read):
13027         Use DEBUG_OBJECT more.
13028
13029 === release 0.10.10 ===
13030
13031 2006-09-07  Thomas Vander Stichele  <thomas at apestaart dot org>
13032
13033         patch by: Michael Smith <msmith at fluendo dot com>
13034
13035         * gst/tcp/gstmultifdsink.c: (is_sync_frame),
13036         (gst_multi_fd_sink_client_queue_buffer),
13037         (gst_multi_fd_sink_new_client):
13038         * tests/check/elements/multifdsink.c: (GST_START_TEST),
13039         (multifdsink_suite):
13040           Fix implementation of sync-method 'next-keyframe'
13041           Closes #354594
13042
13043 2006-09-07  Thomas Vander Stichele  <thomas at apestaart dot org>
13044
13045         patch by: Wim Taymans <wim at fluendo dot com>
13046
13047         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
13048         This patch removes the RANDOM flag that was incorrectly introduced with
13049         revision 1.91.  Fixes #354590
13050
13051 2006-09-05  Tim-Philipp Müller  <tim at centricular dot net>
13052
13053         * tests/check/Makefile.am:
13054           Random variation in Makefile line to see if it makes the
13055           gen64-base-full bot any happier.
13056
13057 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
13058
13059         * tests/check/pipelines/oggmux.c: (oggmux_suite):
13060           Disable test that fails at the moment (killed after timeout).
13061
13062 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
13063
13064         Patch by: James Livingston  <doclivingston at gmail.com>
13065
13066         * tests/check/Makefile.am:
13067         * tests/check/pipelines/.cvsignore:
13068         * tests/check/pipelines/oggmux.c: (get_page_codec),
13069         (check_chain_final_state), (fail_if_audio), (validate_ogg_page),
13070         (eos_buffer_probe), (start_pipeline), (stop_pipeline), (eos_watch),
13071         (test_pipeline), (test_vorbis), (test_theora), (test_vorbis_theora),
13072         (test_theora_vorbis), (oggmux_suite):
13073           Add simple unit test for oggmux from #337026 with checking for the
13074           EOS flags disabled for the time being.
13075
13076 2006-09-04  Wim Taymans  <wim@fluendo.com>
13077
13078         patch by: Alessandro Dessina <alessandro nnva org>
13079
13080         * ext/ogg/gstoggmux.c:
13081         Add cmml caps to oggmux. Fixes #353912
13082
13083 2006-09-02  Tim-Philipp Müller  <tim at centricular dot net>
13084
13085         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
13086           Returning a return value often helps. In this case, we
13087           don't need the return value anyway, so just get rid of it.
13088           Should make build bots much happier.
13089
13090 2006-09-02  Tim-Philipp Müller  <tim at centricular dot net>
13091
13092         * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure),
13093         (paint_get_structure), (gst_video_test_src_get_size),
13094         (gst_video_test_src_smpte), (gst_video_test_src_snow),
13095         (gst_video_test_src_unicolor), (paint_setup_AYUV),
13096         (paint_hline_AYUV), (paint_setup_ARGB8888), (paint_setup_ABGR8888),
13097         (paint_setup_RGBA8888), (paint_setup_BGRA8888), (paint_hline_str4):
13098         * gst/videotestsrc/videotestsrc.h:
13099           Add support for AYUV and the various RGBA formats. Initialise
13100           fields of paintinfo structs allocated on the stack.
13101
13102         * tests/check/elements/videotestsrc.c: (right_shift_colour),
13103         (fix_expected_colour), (check_rgb_buf), (got_buf_cb),
13104         (check_rgb_buf), (videotestsrc_suite):
13105           Add unit tests for videotestsrc's RGB output.
13106
13107 2006-09-01  Tim-Philipp Müller  <tim at centricular dot net>
13108
13109         * gst/videotestsrc/gstvideotestsrc.c:
13110         (gst_video_test_src_pattern_get_type),
13111         (gst_video_test_src_set_pattern):
13112         * gst/videotestsrc/gstvideotestsrc.h:
13113         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_unicolor),
13114         (gst_video_test_src_black), (gst_video_test_src_white),
13115         (gst_video_test_src_red), (gst_video_test_src_green),
13116         (gst_video_test_src_blue):
13117         * gst/videotestsrc/videotestsrc.h:
13118           Add more uni-colour patterns ("white", "red", "green", and "blue").
13119
13120 2006-09-01  Tim-Philipp Müller  <tim at centricular dot net>
13121
13122         * gst/videotestsrc/videotestsrc.c: (paint_setup_YVYU):
13123           Fix stride for YVYU, should be word-aligned (#353658).
13124
13125 2006-08-31  Tim-Philipp Müller  <tim at centricular dot net>
13126
13127         * gst/adder/gstadder.c: (gst_adder_src_event):
13128           Fix build.
13129
13130 2006-08-31  Edward Hervey  <edward@fluendo.com>
13131
13132         * gst/adder/gstadder.c: (forward_event_func),
13133         (gst_adder_src_event), (gst_adder_collected),
13134         (gst_adder_change_state):
13135         * gst/adder/gstadder.h:
13136         Remember the start position asked in the incoming seeks, so we can
13137         output GST_EVENT_NEW_SEGMENT with a correct position value (instead
13138         of assuming it will always be 0).
13139
13140 2006-08-31  Edward Hervey  <edward@fluendo.com>
13141
13142         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
13143         (gst_ogg_demux_finalize), (gst_ogg_demux_perform_seek),
13144         (gst_ogg_demux_loop):
13145         Send the GST_EVENT_NEW_SEGMENT from the streaming thread.
13146
13147 2006-08-30  Tim-Philipp Müller  <tim at centricular dot net>
13148
13149         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13150         (gst_ffmpegcsp_get_unit_size):
13151           Return FALSE instead of returning a random false unit
13152           size when the format isn't known/supported (even if
13153           this shouldn't happen under normal circumstances).
13154
13155 2006-08-29  Wim Taymans  <wim@fluendo.com>
13156
13157         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
13158
13159         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create),
13160         (gst_gnome_vfs_src_start):
13161         Try harder to get the size from a uri by using _info_uri() when
13162         _info_from_handle() does not give us enough info. 
13163         Also follow symlinks when getting the size.
13164         Partially Fixes #332864.
13165
13166 2006-08-29  Tim-Philipp Müller  <tim at centricular dot net>
13167
13168         Patch by: Viktor Peters  <viktor dot peters at gmail dot com>
13169
13170         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_ensure_track_list),
13171         (gst_alsa_mixer_update), (gst_alsa_mixer_get_volume),
13172         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
13173         (gst_alsa_mixer_set_record):
13174         * ext/alsa/gstalsamixertrack.c:
13175         (gst_alsa_mixer_track_update_alsa_capabilities),
13176         (alsa_track_has_cap), (gst_alsa_mixer_track_new),
13177         (gst_alsa_mixer_track_update):
13178         * ext/alsa/gstalsamixertrack.h:
13179           Improve and fix mixer track handling, in particular better handling
13180           of alsa's pvolume/pswitch/cvolume/cswitch capabilities; create
13181           separate track objects for tracks that have both capture and playback
13182           volume (and label them differently as well so they're not mistakenly
13183           assumed to be duplicates); classify mixer tracks that only affect
13184           the audible volume of something (rather than the capture volume)
13185           as playback tracks. Redefine/fix meaning of RECORD and MUTE flags
13186           for capture tracks to correspond to alsa-pswitch alsa-cswitch
13187           (following the meaning documented in the mixer interface header
13188           file); add support for alsa's exclusive cswitch groups; update/sync
13189           state/flags better if mixer settings are changed by another
13190           application. Fixes #336075.
13191
13192 2006-08-29  Tim-Philipp Müller  <tim at centricular dot net>
13193
13194         * gst/playback/gstplaybin.c:
13195           Improve docs: add section about BUFFERING messages sent by playbin.
13196
13197 2006-08-29  Michael Smith  <msmith@fluendo.com>
13198
13199         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_push_buffer),
13200         (gst_vorbis_enc_buffer_check_discontinuous),
13201         (gst_vorbis_enc_chain):
13202           Ignore explicit DISCONT marked on buffers (which is often spurious,
13203           particularly when using multiple segments), in favour of solely
13204           using the timestamps/durations.
13205
13206 2006-08-29  Edward Hervey  <edward@fluendo.com>
13207
13208         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
13209         Don't rely on incoming buffers offset anymore, since it is completely
13210         broken when using multiple segments.
13211         Instead convert the incoming buffers timestamp to running time, and
13212         then convert that value to the offsets.
13213         Also inform GstSegment of the last outputted stop position, which is
13214         needed if we received several segments with an unknown stop value.
13215
13216 2006-08-29  Thomas Vander Stichele  <thomas at apestaart dot org>
13217
13218         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
13219           fix buffer unreffing on a header push failure
13220
13221 2006-08-28  Wim Taymans  <wim@fluendo.com>
13222
13223         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_sink_event),
13224         (gst_audio_rate_chain):
13225         Make the metadata of the buffer writable before changing its
13226         flags.
13227
13228 2006-08-28  Wim Taymans  <wim@fluendo.com>
13229
13230         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
13231         (gst_audio_rate_setcaps), (gst_audio_rate_init),
13232         (gst_audio_rate_sink_event), (gst_audio_rate_src_event),
13233         (gst_audio_rate_chain), (gst_audio_rate_change_state):
13234         Fix audiorate some more.
13235         Reset and resync counters on flush and READY.
13236         Handle the DISCONT flag correctly.
13237         Use GstSegment to track position.
13238         Fail when not negotiated.
13239         Fixes #353234.
13240
13241 2006-08-25  Michael Smith  <msmith@fluendo.com>
13242
13243         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
13244           Fix spelling.
13245           Remove accidently included debug line.
13246
13247 2006-08-25  Wim Taymans  <wim@fluendo.com>
13248
13249         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
13250         Small cleanups.
13251         If a buffer is received with no caps, make the buffer metadata
13252         writable and set the caps, making sure that we don't screw up the
13253         refcounts.
13254
13255 2006-08-25  Michael Smith  <msmith@fluendo.com>
13256
13257         * gst/gdp/gstgdppay.c: (gst_gdp_pay_reset),
13258         (gst_gdp_pay_reset_streamheader), (gst_gdp_pay_chain):
13259           Fix memory leaks and misleading debug messages, add a couple of
13260           comments.
13261
13262         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_get_stats),
13263         (gst_multi_fd_sink_render):
13264           Do not use gst_buffer_make_writable() in a basesink render method,
13265           as it may incorrectly unref the buffer. Instead, use convoluted
13266           dance to avoid copying the buffer except when we need to.
13267
13268 2006-08-25  Michael Smith  <msmith@fluendo.com>
13269
13270         * ext/vorbis/vorbisenc.c:
13271         (gst_vorbis_enc_buffer_check_discontinuous):
13272           Allow very small discontinuities in the timestamps. These we can't
13273           do anything useful with anyway (because vorbis's timestamps have
13274           only sample granularity), and are commonly produced by elements with
13275           minor bugs. Allow up to 1/2 a sample out.
13276           Fixes #351742.
13277
13278 2006-08-24  Wim Taymans  <wim@fluendo.com>
13279
13280         * tests/examples/seek/seek.c: (seek_cb), (start_seek), (stop_seek),
13281         (play_scrub_toggle_cb), (main):
13282         Add a checkbox to enable play scrubbing. Makes it possible to disable
13283         normal scrubbing.
13284
13285 2006-08-23  Stefan Kost  <ensonic@users.sf.net>
13286
13287         * tests/check/elements/.cvsignore:
13288           make buildbot happy
13289
13290 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
13291
13292         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
13293         (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init),
13294         (gst_ogm_parse_class_init), (gst_ogm_parse_dispose),
13295         (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
13296         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
13297         (gst_ogm_parse_stream_header), (gst_ogm_parse_comment_packet),
13298         (gst_ogm_text_parse_strip_trailing_zeroes),
13299         (gst_ogm_parse_data_packet), (gst_ogm_parse_chain),
13300         (gst_ogm_parse_sink_event), (gst_ogm_parse_change_state):
13301           Refactor ogm parse, do better input checking, misc. clean-ups.
13302           Cache incoming events and push them once the source pad has
13303           been created. Don't pass unterminated strings to sscanf().
13304           Strip trailing zeroes from subtitle text output, since they
13305           are not valid UTF-8. Don't push vorbiscomment packets on
13306           the subtitle text pad. Output perfect streams if possible.
13307
13308 2006-08-23  Wim Taymans  <wim@fluendo.com>
13309
13310         * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
13311         Waits for tasks to settle down so that we clean up correctly for 
13312         valgrind.
13313
13314 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
13315
13316         * tests/check/libs/tag.c: (GST_START_TEST), (taglists_are_equal):
13317           Unit test fixes: \377 is more likely to fit into 8 bits than \777;
13318           actually return return value in taglists_are_equal.
13319
13320 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
13321
13322         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
13323           Fix crash due to broken bitstream parsing on x86-64: can't make
13324           any assumptions about sizeof(struct) due to alignment/packing
13325           differences on different architectures. Fixes #351790.
13326
13327 2006-08-22  Wim Taymans  <wim@fluendo.com>
13328
13329         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
13330         (gst_riff_parse_chunk), (gst_riff_parse_file_header),
13331         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
13332         (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
13333         (gst_riff_parse_info):
13334         Protect public functions against bad input.
13335         Do some cleanups.
13336         Fix documentation.
13337
13338 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
13339
13340         * gst-libs/gst/riff/riff-ids.h:
13341         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
13342           Add voxware audio IDs (even if we can't play it) (#351795).
13343
13344 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
13345
13346         * gst-libs/gst/riff/riff-media.c:
13347         (gst_riff_create_video_template_caps),
13348         (gst_riff_create_audio_template_caps),
13349         (gst_riff_create_iavs_template_caps):
13350           Const-ify some arrays and use G_N_ELEMENTS instead
13351           of wasting oodles of RAM on terminator bits.
13352
13353 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
13354
13355         * gst-libs/gst/tag/gstvorbistag.c:
13356         (gst_tag_list_to_vorbiscomment_buffer):
13357         * tests/check/libs/tag.c: (GST_START_TEST):
13358           And the same for _to_vorbiscomment_buffer(): allow
13359           id_data_len == 0 for speex.
13360
13361 2006-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
13362
13363         * configure.ac:
13364         * docs/plugins/Makefile.am:
13365         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
13366         * docs/plugins/gst-plugins-base-plugins-sections.txt:
13367         * docs/plugins/inspect/plugin-gdp.xml:
13368         * gst/gdp/Makefile.am:
13369         * tests/check/Makefile.am:
13370           Move GDP plugin to -base from -bad.  Closes #347783.
13371
13372 2006-08-21  Tim-Philipp Müller  <tim at centricular dot net>
13373
13374         * gst-libs/gst/tag/gstvorbistag.c:
13375         (gst_tag_list_from_vorbiscomment_buffer):
13376           Allow id_data_len == 0 (needed for vorbis comments in Speex files).
13377           Also add some checks to make sure we don't memcmp() beyond the end of
13378           vorbiscomment buffer if the ID to check for is larger than the buffer.
13379
13380         * tests/check/libs/tag.c: (GST_START_TEST):
13381           Some more tests for gst_tag_list_from_vorbiscomment_buffer().
13382
13383 2006-08-21  Tim-Philipp Müller  <tim at centricular dot net>
13384
13385         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_metadata_set1),
13386         (gst_vorbis_enc_set_metadata):
13387           Use vorbis comment utility functions from libgsttag
13388           instead of re-inventing the wheel (partially fixes #347091).
13389
13390 2006-08-21  Jan Schmidt  <thaytan@mad.scientist.com>
13391
13392         * tests/check/elements/audioconvert.c: (GST_START_TEST):
13393         Fix leaks. Wait for state transitions that might happen ASYNC, as well
13394         as some that won't.
13395
13396 2006-08-21  Wim Taymans  <wim@fluendo.com>
13397
13398         * docs/libs/Makefile.am:
13399         * docs/libs/gst-plugins-base-libs-sections.txt:
13400         * docs/libs/gst-plugins-base-libs.types:
13401         Don't try to GObject scan the netbuffer as it's not a GObject.
13402         Fixes #351308.
13403
13404         * gst-libs/gst/netbuffer/gstnetbuffer.c:
13405         * gst-libs/gst/netbuffer/gstnetbuffer.h:
13406         Document GstNetBuffer.
13407
13408 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
13409
13410         * tests/check/elements/audioconvert.c: (GST_START_TEST),
13411         (audioconvert_suite):
13412           Add testcase for caps-size-explosion
13413
13414 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
13415
13416         * gst/audioconvert/gstaudioconvert.c:
13417         (gst_audio_convert_get_unit_size), (set_structure_widths):
13418           Lower debug, use g_assert in _get_unit_size
13419
13420         * gst/audioresample/gstaudioresample.c:
13421         (audioresample_get_unit_size):
13422         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13423         (gst_ffmpegcsp_get_unit_size):
13424         * gst/videoscale/gstvideoscale.c: (gst_video_scale_get_unit_size):
13425           use g_assert in _get_unit_size
13426
13427 2006-08-18  Wim Taymans  <wim@fluendo.com>
13428
13429         * docs/libs/gst-plugins-base-libs-sections.txt:
13430         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_set_packet_len),
13431         (gst_rtp_buffer_pad_to), (gst_rtp_buffer_get_payload_subbuffer),
13432         (gst_rtp_buffer_get_payload_buffer):
13433         * gst-libs/gst/rtp/gstrtpbuffer.h:
13434         Document GstRTPBuffer.
13435         Added function to efficiently strip payload headers.
13436         API: gst_rtp_buffer_get_payload_subbuffer()
13437
13438 2006-08-17  Tim-Philipp Müller  <tim at centricular dot net>
13439
13440         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
13441         (gst_tag_to_vorbis_comments):
13442           Serialise unknown vorbis comments into GST_TAG_EXTENDED_COMMENT
13443           tags and deserialise them properly as well (#347091).
13444           Add some more gtk-doc blurbs and also some g_return_if_fail().
13445
13446         * tests/check/libs/tag.c: (GST_START_TEST),
13447         (back_to_vorbis_comments), (taglists_are_equal), (tag_suite):
13448           More tests.
13449
13450 2006-08-17  Wim Taymans  <wim@fluendo.com>
13451
13452         * ext/ogg/Makefile.am:
13453         * ext/ogg/gstogg.c: (plugin_init):
13454         * ext/ogg/gstoggaviparse.c: (gst_ogg_avi_parse_get_type),
13455         (gst_ogg_avi_parse_base_init), (gst_ogg_avi_parse_class_init),
13456         (gst_ogg_avi_parse_init), (gst_ogg_avi_parse_finalize),
13457         (gst_ogg_avi_parse_setcaps), (gst_ogg_avi_parse_event),
13458         (gst_ogg_avi_parse_push_packet), (gst_ogg_avi_parse_chain),
13459         (gst_ogg_avi_parse_change_state), (gst_ogg_avi_parse_plugin_init):
13460         Added ogg-in-avi parser element. Fixes #140139.
13461
13462         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
13463         Fixed a bug in oggdemux debug code.
13464
13465         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
13466         (gst_riff_create_audio_template_caps):
13467         Recognise Ogg in the AVI extensible wave format.
13468
13469 2006-08-17  Tim-Philipp Müller  <tim at centricular dot net>
13470
13471         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
13472           Make buffer durations add up (duration should be next_ts-ts for
13473           perfect streams). Fixes CD ripping to Ogg/Vorbis with vorbisenc
13474           from CVS.
13475
13476         * tests/check/libs/cddabasesrc.c: (gst_cd_foo_src_close),
13477         (test_buffer_timestamps), (cddabasesrc_suite):
13478           Add unit test for the above.
13479
13480         * tests/check/Makefile.am:
13481           Don't know why cddabasesrc test was in VALGRIND_TO_FIX, remove
13482           to see what happens.
13483
13484 2006-08-16  Wim Taymans  <wim@fluendo.com>
13485
13486         * ext/alsa/gstalsasink.c: (gst_alsasink_set_property),
13487         (gst_alsasink_open):
13488         * ext/alsa/gstalsasrc.c: (gst_alsasrc_set_property),
13489         (gst_alsasrc_open):
13490         Avoid setting and using a NULL device name.
13491         Print more info when we fail to open a device.
13492
13493 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
13494
13495         * docs/libs/gst-plugins-base-libs-sections.txt:
13496         * gst-libs/gst/tag/tag.h:
13497         * gst-libs/gst/tag/tags.c: (gst_tag_parse_extended_comment):
13498           API: add gst_tag_parse_extended_comment() (#351426).
13499
13500         * tests/check/Makefile.am:
13501         * tests/check/libs/.cvsignore:
13502         * tests/check/libs/tag.c: (GST_START_TEST), (tag_suite), (main):
13503           Add unit test for gst_tag_parse_extended_comment().
13504
13505 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
13506
13507         * sys/ximage/ximagesink.c: (gst_ximagesink_get_property):
13508         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_property):
13509           Fix leak (#351502).
13510
13511 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
13512
13513         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
13514         * docs/plugins/gst-plugins-base-plugins-sections.txt:
13515         * docs/plugins/gst-plugins-base-plugins.args:
13516         * gst/playback/gstplaybin.c:
13517           Document playbin.
13518           
13519         * docs/plugins/inspect/plugin-adder.xml:
13520         * docs/plugins/inspect/plugin-alsa.xml:
13521         * docs/plugins/inspect/plugin-audioconvert.xml:
13522         * docs/plugins/inspect/plugin-audiorate.xml:
13523         * docs/plugins/inspect/plugin-audioresample.xml:
13524         * docs/plugins/inspect/plugin-audiotestsrc.xml:
13525         * docs/plugins/inspect/plugin-cdparanoia.xml:
13526         * docs/plugins/inspect/plugin-decodebin.xml:
13527         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
13528         * docs/plugins/inspect/plugin-gnomevfs.xml:
13529         * docs/plugins/inspect/plugin-ogg.xml:
13530         * docs/plugins/inspect/plugin-pango.xml:
13531         * docs/plugins/inspect/plugin-playbin.xml:
13532         * docs/plugins/inspect/plugin-subparse.xml:
13533         * docs/plugins/inspect/plugin-tcp.xml:
13534         * docs/plugins/inspect/plugin-theora.xml:
13535         * docs/plugins/inspect/plugin-typefindfunctions.xml:
13536         * docs/plugins/inspect/plugin-video4linux.xml:
13537         * docs/plugins/inspect/plugin-videorate.xml:
13538         * docs/plugins/inspect/plugin-videoscale.xml:
13539         * docs/plugins/inspect/plugin-videotestsrc.xml:
13540         * docs/plugins/inspect/plugin-volume.xml:
13541         * docs/plugins/inspect/plugin-vorbis.xml:
13542         * docs/plugins/inspect/plugin-ximagesink.xml:
13543         * docs/plugins/inspect/plugin-xvimagesink.xml:
13544           Update to CVS version.
13545
13546 2006-08-14  Tim-Philipp Müller  <tim at centricular dot net>
13547
13548         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
13549         (gst_play_bin_set_property), (gst_play_bin_get_property),
13550         (value_list_append_structure_list),
13551         (gst_play_bin_handle_redirect_message),
13552         (gst_play_bin_handle_message):
13553           API: GstPlayBin::connection-speed
13554           Add "connection-speed" property; re-order redirect messages with
13555           multiple redirect locations depending on the minimum bitrate if
13556           that information is available and a connection speed is set
13557           (#350399).
13558
13559 2006-08-14  Tim-Philipp Müller  <tim at centricular dot net>
13560
13561         * gst/playback/gstplaybin.c:
13562           Update max volume to the same value that the volume element uses.
13563
13564 2006-08-14  Wim Taymans  <wim@fluendo.com>
13565
13566         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
13567         Less uglyness..
13568
13569 2006-08-14  Wim Taymans  <wim@fluendo.com>
13570
13571         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_submit_buffer),
13572         (gst_ogg_demux_get_next_page), (gst_ogg_demux_perform_seek),
13573         (gst_ogg_demux_read_chain), (gst_ogg_demux_loop):
13574         Add some more debug info.
13575         Don't crash when a seek failed.
13576         Actually return the result of the seek instead of TRUE.
13577         Ignore multiple BOS pages with the same serial so that we don't create
13578         the same stream multiple times.
13579         Post an error when we fail to do the initial seek.
13580
13581 2006-08-13  Wim Taymans  <wim@fluendo.com>
13582
13583         * ext/alsa/gstalsa.c: (gst_alsa_detect_rates),
13584         (gst_alsa_detect_channels), (gst_alsa_probe_supported_formats):
13585         Small code cleanup.
13586
13587         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
13588         (gst_alsa_mixer_new):
13589         Remove hack that always set the device to hw:0*.
13590         Properly find the card name for whatever device was configured.
13591         Do some better debugging.
13592         Fixes #350784.
13593
13594         * ext/alsa/gstalsamixerelement.c:
13595         (gst_alsa_mixer_element_set_property),
13596         (gst_alsa_mixer_element_change_state):
13597         Cleanups.
13598         Handle setting of a NULL device name better.
13599
13600 2006-08-11  Wim Taymans  <wim@fluendo.com>
13601
13602         * gst/adder/gstadder.c:
13603         Don't clip float values. Fixes #350900.
13604
13605 2006-08-11  Andy Wingo  <wingo@pobox.com>
13606
13607         * gst/tcp/gsttcp.c: Really fix the build?
13608
13609         * gst/tcp/gsttcp.h: For now, always disable deprecation here --
13610         fixes the build.
13611
13612 2006-08-10  Tim-Philipp Müller  <tim at centricular dot net>
13613
13614         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes):
13615           Float caps shouldn't have a "signed" field.
13616
13617 2006-08-10  Tim-Philipp Müller  <tim at centricular dot net>
13618
13619         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query):
13620           Implement SEEKING query in its most basic form, so that we can
13621           at least check if we're seekable or not (#350655).
13622
13623 2006-08-09  Tim-Philipp Müller  <tim at centricular dot net>
13624
13625         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
13626           The checks here are not even close to anything that would
13627           justify MAXIMUM probability, lowering to POSSIBLE until someone
13628           fixes the checks (case at hand: quicktime redirection files
13629           might start with 00 00 01 XX and pass the checks here just
13630           fine, see #350399).
13631
13632 2006-08-08  Tim-Philipp Müller  <tim at centricular dot net>
13633
13634         Patch by: Sjoerd Simons  <sjoerd at luon net>
13635
13636         * gst/typefind/gsttypefindfunctions.c: (multipart_type_find):
13637           Better detection for multipart/x-mixed-replace: accept leading
13638           whitespaces before the boundary marker as well (as our very own
13639           multipartmux used to produce) (#349068).
13640
13641 2006-08-07  Tim-Philipp Müller  <tim at centricular dot net>
13642
13643         Patch by: Young-Ho Cha  <ganadist at chollian net>
13644
13645         * gst-libs/gst/riff/riff-ids.h:
13646         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
13647         (gst_riff_create_audio_template_caps):
13648           Detect DTS audio streams (#350157).
13649
13650 2006-08-05  Andy Wingo  <wingo@pobox.com>
13651
13652         * ext/theora/gsttheoraparse.h:
13653         * ext/theora/theoraparse.c (gst_theora_parse_class_init)
13654         (theora_parse_dispose, theora_parse_set_property)
13655         (theora_parse_get_property, theora_parse_munge_granulepos)
13656         (theora_parse_push_buffer, theora_parse_change_state):
13657         API: GstTheoraParse::synchronization-points
13658         Add a property 'synchronization-points' to fix badly synchronized oggs.
13659
13660 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
13661
13662         * tests/check/Makefile.am:
13663         * tests/check/libs/.cvsignore:
13664         * tests/check/libs/audio.c: (structure_contains_channel_positions),
13665         (fixed_caps_have_channel_positions), (GST_START_TEST),
13666         (audio_suite), (main):
13667           Add a few tests for the channel position stuff in libgstaudio.
13668
13669 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
13670
13671         * ext/alsa/gstalsa.c: (caps_add_channel_configuration),
13672         (gst_alsa_detect_channels):
13673         * ext/alsa/gstalsasink.c:
13674           Add support for cards that (only) do more than 8 channels,
13675           like the Delta 44 (#345188).
13676
13677         * gst-libs/gst/audio/multichannel.c:
13678         (gst_audio_check_channel_positions):
13679         * gst-libs/gst/audio/multichannel.h:
13680           API: add GST_AUDIO_CHANNEL_POSITION_NONE, which stands for an
13681           unspecified channel position and cannot be combined with any
13682           of the other audio channel positions; adjust position layout
13683           checks accordingly (#345188).
13684
13685 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
13686
13687         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
13688           Recognise ancient RealAudio files (see #349779).
13689
13690 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
13691
13692         Patch by: Jens Granseuer  <jensgr at gmx net>
13693
13694         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
13695           Add typefinder for Interplay's MVE format (#348973).
13696
13697 2006-08-02  Wim Taymans  <wim@fluendo.com>
13698
13699         Patch by: Marcel Moreaux <marcelm at luon dot net>
13700
13701         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13702         (gst_base_rtp_depayload_add_to_queue):
13703         * gst-libs/gst/rtp/gstbasertpdepayload.h:
13704         Handle RTP sequence number rollover.
13705         Disable jitterbuffer by default.
13706
13707 2006-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
13708
13709         * gst/audioresample/gstaudioresample.c: (audioresample_stop),
13710         (audioresample_set_caps):
13711         Don't leak references to the incoming caps. Clean them up when
13712         stopping.
13713
13714         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
13715         (gst_video_scale_finalize):
13716         Don't leak our temporary pixel buffer.
13717
13718         * tests/check/Makefile.am:
13719         * tests/check/pipelines/simple-launch-lines.c: (run_pipeline),
13720         (GST_START_TEST), (simple_launch_lines_suite):
13721
13722         Fix leaks and re-enable the test for valgrind checking.
13723
13724 2006-07-28  Tim-Philipp Müller  <tim at centricular dot net>
13725
13726         Patch by: Sjoerd Simons  <sjoerd at luon net>
13727
13728         * gst/typefind/gsttypefindfunctions.c: (multipart_type_find),
13729         (plugin_init):
13730           Add typefind function for multipart/x-mixed-replace (#348916).
13731
13732 2006-07-28  Wim Taymans  <wim@fluendo.com>
13733
13734         * gst/adder/gstadder.c: (gst_adder_setcaps),
13735         (gst_adder_query_duration):
13736         Fix leak in duration query.
13737         Reflow some docs and notes.
13738
13739 2006-07-28  Michael Smith  <msmith@fluendo.com>
13740
13741         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST),
13742         (vorbisenc_suite):
13743           Enable Andy's extra vorbisenc test, now that it passes. Also fix one
13744           aspect of it.
13745
13746 2006-07-28  Michael Smith  <msmith@fluendo.com>
13747
13748         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_generate_sink_caps),
13749         (gst_vorbis_enc_sink_getcaps), (gst_vorbis_enc_buffer_from_packet),
13750         (gst_vorbis_enc_push_buffer),
13751         (gst_vorbis_enc_buffer_check_discontinuous),
13752         (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
13753         * ext/vorbis/vorbisenc.h:
13754           Handle discontinuities in the input vorbis stream correctly,
13755           so that the output is properly timestamped (and has good granulepos
13756           values). Needs some oggmux fixes too.
13757
13758 2006-07-27  Wim Taymans  <wim@fluendo.com>
13759
13760         patch by: Kai Vehmanen <kv2004 eca cx>
13761
13762         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13763         (gst_base_rtp_depayload_chain),
13764         (gst_base_rtp_depayload_handle_sink_event),
13765         (gst_base_rtp_depayload_change_state):
13766         Don't send multiple newsegments with different formats.
13767         Fixes #348677.
13768
13769 2006-07-26  Wim Taymans  <wim@fluendo.com>
13770
13771         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
13772         (gst_ogg_demux_do_seek), (gst_ogg_demux_read_chain):
13773         Make seeking in ogg more accurate again by doing the more correct
13774         granuletime to stream time conversion.
13775
13776 2006-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
13777
13778         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_add_full),
13779         (gst_multi_fd_sink_new_client):
13780           debug a little more understandably
13781           do not use goto as a substitute for break, especially if
13782           break is also being used
13783
13784 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
13785
13786         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
13787         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
13788           Remove GLib-2.6 compatibility cruft.
13789
13790 2006-07-24  Wim Taymans  <wim@fluendo.com>
13791
13792         * gst-libs/gst/audio/gstbaseaudiosink.c:
13793         (gst_base_audio_sink_render):
13794         Don't try to align a sample to an unknown value.
13795
13796 2006-07-24  Wim Taymans  <wim@fluendo.com>
13797
13798         * gst-libs/gst/audio/gstbaseaudiosink.c:
13799         (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
13800         When the audio clock is slaved to another clock, never try to align
13801         samples but trust the rate interpolation algorithm.
13802
13803 2006-07-24  Wim Taymans  <wim@fluendo.com>
13804
13805         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
13806         Don't try to calculate silence samples, base class does this much
13807         better now.
13808
13809         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
13810         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps),
13811         (gst_ring_buffer_acquire):
13812         Calculate silence samples correctly.
13813
13814         * gst-libs/gst/audio/gstringbuffer.h:
13815         Add _CAST macro.
13816
13817 2006-07-22  Tim-Philipp Müller  <tim at centricular dot net>
13818
13819         * gst/typefind/gsttypefindfunctions.c: (xml_check_first_element):
13820           Limit search for the first markup tag to the first few kB of
13821           the file. If we don't find one there, it's highly unlikely that
13822           this is an XML(-ish) file.
13823
13824 2006-07-21  Andy Wingo  <wingo@pobox.com>
13825
13826         * tests/check/pipelines/theoraenc.c (test_discontinuity): Similar
13827         test to the one in vorbisenc. Also commented out.
13828
13829         * tests/check/pipelines/vorbisenc.c: 
13830         (test_discontinuity): New test, commented out until Mike lands
13831         some elite vorbisenc patches.
13832
13833         * tests/check/pipelines/theoraenc.c: Port to bufferstraw.
13834         Bufferstraw was actually factored out of these tests. Now we share
13835         code yay.
13836
13837         * configure.ac (GST_MAJORMINOR): Rev core requirements to 0.10.9.1
13838         for bufferstraw addition to gstcheck.
13839
13840 2006-07-21  Wim Taymans  <wim@fluendo.com>
13841
13842         * ext/theora/theoradec.c: (clip_buffer):
13843         Better clipping.
13844
13845 2006-07-21  Wim Taymans  <wim@fluendo.com>
13846
13847         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func),
13848         (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
13849         (gst_audioringbuffer_release), (gst_audioringbuffer_stop):
13850         Fix leak.
13851         Avoid type casting when we can.
13852
13853         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_dispose):
13854         Fix mem leak.
13855
13856 2006-07-20  Tim-Philipp Müller  <tim at centricular dot net>
13857
13858         * ext/alsa/gstalsamixerelement.c:
13859         (gst_alsa_mixer_element_change_state):
13860           Make state change fail if the specified device can't be opened
13861           for some reason.
13862
13863 2006-07-20  Wim Taymans  <wim@fluendo.com>
13864
13865         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
13866         (cb_newpad), (main):
13867         Example of a small audio/video player using decodebin.
13868
13869 2006-07-20  Stefan Kost  <ensonic@users.sf.net>
13870
13871         * gst-libs/gst/riff/riff-ids.h:
13872           Add 'fact' chunk id
13873
13874 2006-07-19  Wim Taymans  <wim@fluendo.com>
13875
13876         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13877         (gst_base_rtp_depayload_chain),
13878         (gst_base_rtp_depayload_change_state):
13879         Don't assert when not negotiated but post a meaningfull 
13880         error message. Fixes #347918.
13881
13882         * gst-libs/gst/rtp/gstbasertppayload.c:
13883         Add comment about better default MTU size.
13884
13885         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data):
13886         Small cleanups, start docs.
13887
13888 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
13889
13890         Patch by: Martin Szulecki
13891
13892         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_property):
13893           If "device-name" is requested and the device is not
13894           open, try to temporarily open it to obtain this
13895           information (#342494).
13896
13897 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
13898
13899         * gst-libs/gst/tag/gstid3tag.c:
13900           Add TSSE <=> GST_TAG_ENCODER mapping (see #347898).
13901
13902         * gst-libs/gst/tag/gsttageditingprivate.h:
13903         * gst-libs/gst/tag/gstvorbistag.c:
13904           Some more random const-ifications.
13905
13906 2006-07-18  Stefan Kost  <ensonic@users.sf.net>
13907
13908         * gst-libs/gst/riff/riff-ids.h:
13909         * gst-libs/gst/riff/riff-media.c:
13910         (gst_riff_create_video_template_caps):
13911           Add more FOURCCs (sort list to make stuff easier to find),
13912           add comment what those 16 bytes in struct _gst_riff_strh according to
13913           one avi-dumper are
13914
13915 2006-07-17  Tim-Philipp Müller  <tim at centricular dot net>
13916
13917         * gst-libs/gst/audio/multichannel.c:
13918         (gst_audio_check_channel_positions),
13919         (gst_audio_fixate_channel_positions):
13920           Const-ify two arrays.
13921
13922 2006-07-17  Tim-Philipp Müller  <tim at centricular dot net>
13923
13924         * ext/alsa/gstalsa.c: (caps_add_channel_configuration):
13925           Fix typo, so that alsasink also advertises 8 channels
13926           if that's supported (tags: can, worms, open, alsa, ph34r).
13927
13928 2006-07-17  Wim Taymans  <wim@fluendo.com>
13929
13930         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
13931         (gst_ogg_pad_submit_packet), (gst_ogg_demux_read_chain):
13932         *sigh*, when is the compiler going to warn when the comments
13933         are out-of-sync with the code.. Refix case of busted theora
13934         headers with 0 granule pos.
13935
13936 2006-07-14  Wim Taymans  <wim@fluendo.com>
13937
13938         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13939         (gst_base_rtp_depayload_wait),
13940         (gst_base_rtp_depayload_change_state),
13941         (gst_base_rtp_depayload_set_property),
13942         (gst_base_rtp_depayload_get_property):
13943         Fix 99% cpu load by waiting for absolute times on the
13944         clock. Fixes #347300.
13945
13946 2006-07-14  Andy Wingo  <wingo@pobox.com>
13947
13948         * ext/theora/gsttheoraparse.h: 
13949         * ext/theora/theoraparse.c (theora_parse_drain_event_queue)
13950         (theora_parse_push_headers, theora_parse_clear_queue)
13951         (theora_parse_drain_queue_prematurely, )
13952         (theora_parse_sink_event, theora_parse_change_state): Queue events
13953         until we initialized our state, like in vorbisparse.
13954
13955         * ext/vorbis/vorbisparse.h: 
13956         * ext/vorbis/vorbisparse.c (vorbis_parse_drain_event_queue)
13957         (vorbis_parse_push_headers, vorbis_parse_clear_queue)
13958         (vorbis_parse_drain_queue_prematurely, )
13959         (vorbis_parse_sink_event, vorbis_parse_change_state): Queue events
13960         until we have initialized our state. Fixes seeking after an
13961         initial pad block.
13962
13963 2006-07-14  Andy Wingo  <wingo@pobox.com>
13964
13965         Patch by: Iain Holmes <iaingnome@gmail.com>
13966         
13967         * ext/ogg/gstoggdemux.c (gst_ogg_demux_finalize): Fix memleak.
13968
13969 2006-07-14  Jan Schmidt  <thaytan@mad.scientist.com>
13970
13971         * configure.ac:
13972         Bump nano back to CVS
13973
13974 === release 0.10.9 ===
13975
13976 2006-07-13  Jan Schmidt <thaytan@mad.scientist.com>
13977
13978         * configure.ac:
13979           releasing 0.10.9, "I walk the line"
13980
13981 2006-07-14  Michael Smith  <msmith@fluendo.com>
13982
13983         * tests/check/pipelines/vorbisenc.c: (stop_pipeline):
13984           Move a g_cond_signal to earlier to avoid sometimes deadlocking
13985           (commonly happens when running this test under valgrind) when trying
13986           to remove the buffer probe.
13987
13988 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
13989
13990         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
13991         Fix missing g_unlock from the previous commit
13992
13993 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
13994
13995         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
13996         (gst_ximagesink_change_state):
13997         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
13998         (gst_xvimagesink_change_state):
13999         Implement a locking order to ensure we always take the object lock
14000         before the x_lock and never vice-versa.
14001
14002 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
14003
14004         * gst/playback/gstdecodebin.c: (find_compatibles):
14005         Fix a caps leak when linking (#347304)
14006
14007         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
14008         (gst_ximagesink_ximage_destroy), (gst_ximagesink_xcontext_clear),
14009         (gst_ximagesink_change_state):
14010         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
14011         (gst_xvimage_buffer_finalize), (gst_xvimagesink_check_xshm_calls),
14012         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
14013         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_change_state):
14014         Don't leak shared memory resources. Use the object lock to protect
14015         against the xcontext disappearing while returning a buffer from the
14016         pipeline. (#347304)
14017
14018 2006-07-12  Edward Hervey  <edward@fluendo.com>
14019
14020         * ext/vorbis/vorbisdec.c: (vorbis_dec_finalize),
14021         (vorbis_handle_comment_packet):
14022         gst_tag_list_merge() returns a new object. Take that into account when
14023         using it. This avoids memleak.
14024         Revert previous commit which is not needed.
14025
14026 2006-07-12  Edward Hervey  <edward@fluendo.com>
14027
14028         * ext/vorbis/vorbisdec.c: (vorbis_dec_finalize):
14029         Reset the decoder in finalize so that all fields get cleared.
14030
14031 2006-07-12  Wim Taymans  <wim@fluendo.com>
14032
14033         * gst-libs/gst/audio/gstbaseaudiosrc.c:
14034         (gst_base_audio_src_set_clock),
14035         (gst_base_audio_src_check_get_range), (gst_base_audio_src_create):
14036         Don't try to post an error message when setting the clock fails
14037         as this can happen when adding an element to a bin which will then
14038         deadlock. Fixes #347296.
14039
14040 2006-07-12  Edward Hervey  <edward@fluendo.com>
14041
14042         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
14043         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
14044         (vorbis_handle_type_packet):
14045         Post tag messages on the bus even if we're not initialized.
14046         If we're not initialized, we still postpone the event pushing of tags.
14047
14048 2006-07-12  Wim Taymans  <wim@fluendo.com>
14049
14050         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
14051         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
14052         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps):
14053         Revert last two changes that broke the freeze.
14054
14055 2006-07-12  Wim Taymans  <wim@fluendo.com>
14056
14057         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
14058         basesink calculates silence sample correctly for us.
14059
14060 2006-07-12  Wim Taymans  <wim@fluendo.com>
14061
14062         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
14063         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps):
14064         Calculate correct silence samples so we don't fill our ringbuffer
14065         with noise.
14066
14067 2006-07-12  Edward Hervey  <edward@fluendo.com>
14068
14069         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
14070         (gst_vorbis_dec_reset), (vorbis_dec_sink_event),
14071         (vorbis_handle_comment_packet), (vorbis_handle_type_packet):
14072         * ext/vorbis/vorbisdec.h:
14073         Delay sending events (newsegment, tags) until the decoder is properly
14074         initialized.
14075         Fixes #347295
14076
14077 2006-07-11  Jan Schmidt  <thaytan@mad.scientist.com>
14078
14079         * tests/check/elements/audioconvert.c: (get_float_mc_caps),
14080         (get_int_mc_caps), (GST_START_TEST), (audioconvert_suite):
14081           Patch from #347221 adding a test for audioconvert
14082           channel remappings.
14083
14084 2006-07-11  Tim-Philipp Müller  <tim at centricular dot net>
14085
14086         * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
14087         (gst_ssa_parse_parse_line):
14088           Don't include the terminating NUL in the buffer size,
14089           it's only there for extra paranoia (would add random
14090           '*' characters at the end of each subtitle since the
14091           terminator itself is not valid UTF-8 technically).
14092           Also fix indenting after boilerplate macro.
14093
14094 2006-07-10  Tim-Philipp Müller  <tim at centricular dot net>
14095
14096         * gst/playback/gstdecodebin.c: (close_pad_link):
14097           Also emit 'unknown-type' signal (which should really be
14098           called unhandled-type) if we found potential decoders/demuxers
14099           in the registry but none of them worked in the end (as in the
14100           case where the plugins don't exist any longer but are still
14101           listed in the registry). Fixes #329798.
14102
14103 2006-07-08  Andy Wingo  <wingo@pobox.com>
14104
14105         * theoraparse.c (theora_parse_push_buffer)
14106         (theora_parse_drain_queue_prematurely, theora_parse_drain_queue):
14107         Add some more debugging. Fix granulepos reconstruction in the face
14108         of discontinuities.
14109
14110 2006-07-06  Wim Taymans  <wim@fluendo.com>
14111
14112         * gst-libs/gst/audio/gstbaseaudiosink.c:
14113         (gst_base_audio_sink_class_init),
14114         (gst_base_audio_sink_provide_clock):
14115         Use gobject_class instead of G_OBJECT_CLASS (klass)
14116
14117         * gst-libs/gst/audio/gstbaseaudiosrc.c:
14118         (gst_base_audio_src_class_init), (gst_base_audio_src_init),
14119         (gst_base_audio_src_set_clock), (gst_base_audio_src_provide_clock),
14120         (gst_base_audio_src_get_time),
14121         (gst_base_audio_src_check_get_range), (gst_base_audio_src_create),
14122         (gst_base_audio_src_create_ringbuffer):
14123         Fix latency and buffer-time constants and properties ala basesink.
14124         Implement pull based scheduling. Fixes #346527.
14125         Set default blocksize in GstBaseSrc to 0, we default to pushing out
14126         one segment.
14127         Refuse slaving to another clock instead of silently not working.
14128         Only provide a clock when we are actually able to do so.
14129         Various small cleanups and compiler hints.
14130
14131 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
14132
14133         Patch by: Lutz Mueller <lutz at topfrose de>
14134
14135         * gst/typefind/gsttypefindfunctions.c: (html_type_find),
14136         (plugin_init):
14137           Add typefinding for text/html (#346581).
14138
14139 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
14140
14141         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
14142         (xml_check_first_element), (xml_type_find), (smil_type_find):
14143           Fix SMIL typefinding, make xml_check_first_element() more
14144           useful.
14145
14146 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
14147
14148         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
14149         (gst_play_base_bin_finalize), (decodebin_element_added_cb),
14150         (decodebin_element_removed_cb), (gst_play_base_bin_set_property):
14151         * gst/playback/gstplaybasebin.h:
14152           Protect list of elements with a subtitle-encoding property and
14153           the subtitle encoding member itself with a lock of their own
14154           instead of using the object lock. This prevents a dead-lock in
14155           the element-remove callback in some circumstances when shutting
14156           down playbin.
14157
14158 2006-07-05  Sebastien Moutte  <sebastien@moutte.net>
14159
14160         * win32/common/libgsttag.def:
14161         Export some new functions.
14162         * win32/vs6/libgstogg.dsp:
14163         Add a link to libgsttag-0.10.lib.
14164
14165 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
14166
14167         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
14168           Some const-ification.
14169
14170 2006-07-04  Wim Taymans  <wim@fluendo.com>
14171
14172         * gst/playback/gstplaybasebin.c: (is_stream), (gen_source_element):
14173         Improve checking if we are dealing with a stream. Added some
14174         more uris that need buffering.
14175
14176 2006-07-03  Edward Hervey  <edward@fluendo.com>
14177
14178         * ext/vorbis/vorbisdec.c: (vorbis_do_clip):
14179         Remove unused variable.
14180
14181 2006-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
14182
14183         * Makefile.am:
14184           include lcov.mak
14185         * configure.ac:
14186           add GCOV_LIBS to GST_LIBS
14187
14188 2006-07-02  Tim-Philipp Müller  <tim at centricular dot net>
14189
14190         Patch by: Michael Sheldon  <webmaster at mikeasoft com>
14191
14192         * ext/alsa/gstalsasrc.c:
14193           Add 32 bps to template caps and increase channels range
14194           from [1,2] to [1,MAX]. See #346326.
14195
14196 2006-06-30  Tim-Philipp Müller  <tim at centricular dot net>
14197
14198         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
14199           Recognise 'WMVA' video codec fourcc (#345879).
14200           
14201 2006-06-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
14202          
14203         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
14204           Fixed nasty memory leak
14205
14206 2006-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
14207
14208         * gst/tcp/gsttcp.c: (gst_tcp_read_buffer),
14209         (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps):
14210           fix logging
14211
14212 2006-06-23  Jan Schmidt  <thaytan@mad.scientist.com>
14213
14214         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
14215         (gst_decode_bin_init), (gst_decode_bin_finalize), (add_fakesink),
14216         (remove_fakesink), (pad_probe), (gst_decode_bin_change_state):
14217         Protect remove_fakesink using a mutex, so that we don't try and
14218         remove the fakesink simultaneously from multiple threads.
14219
14220         When going from READY to PAUSED, restore the fakesink, so that
14221         it is there when decodebin gets reused.
14222
14223 2006-06-23  Tim-Philipp Müller  <tim at centricular dot net>
14224
14225         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
14226         * gst-libs/gst/rtp/gstbasertpdepayload.c:
14227         * gst-libs/gst/rtp/gstbasertppayload.c:
14228         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14229         * gst/tcp/gstmultifdsink.c:
14230         * gst/tcp/gsttcpclientsink.c:
14231         * gst/tcp/gsttcpclientsrc.c:
14232         * gst/tcp/gsttcpserversink.c:
14233         * gst/tcp/gsttcpserversrc.c:
14234         * gst/videorate/gstvideorate.c:
14235         * gst/videotestsrc/gstvideotestsrc.c:
14236         * sys/v4l/gstv4ljpegsrc.c:
14237         * sys/v4l/gstv4lmjpegsink.c:
14238         * sys/v4l/gstv4lsrc.c:
14239         * tests/examples/seek/scrubby.c:
14240         * tests/examples/seek/seek.c:
14241           Use GST_DEBUG_CATEGORY_STATIC where possible (#342503).
14242
14243 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
14244
14245         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum):
14246           Second field in GEnumValue shouldn't be a description,
14247           but a stringified version of the enum value.
14248
14249 2006-06-22  Wim Taymans  <wim@fluendo.com>
14250
14251         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
14252         (gst_ximage_buffer_free), (gst_ximagesink_ximage_put),
14253         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
14254         Avoid type checking in buffer casts.
14255         Avoid caps copy in buffer_alloc when we can.
14256         Use pad_peer_accept.
14257
14258 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
14259
14260         * gst-libs/gst/tag/tag.h:
14261           Oops, make that 'Since: 0.10.9'.
14262
14263 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
14264
14265         * docs/libs/gst-plugins-base-libs-sections.txt:
14266         * gst-libs/gst/tag/tag.h:
14267         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum),
14268         (gst_tag_image_type_get_type):
14269           API: add GstTagImageType enum to describe images contained
14270           in image tags (#345641).
14271
14272 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
14273
14274         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
14275           Fix warnings with gst-inspect: "buffers-min" property
14276           should be of G_TYPE_INT and not G_TYPE_INT64. Also fix
14277           typo in property description.
14278
14279 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
14280
14281         Patch by: Cody Russell <bratsche at gnome org>
14282
14283         * gst/audioresample/gstaudioresample.c:
14284         (gst_audioresample_class_init):
14285         * gst/playback/gststreamselector.c:
14286         (gst_stream_selector_class_init):
14287         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
14288         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
14289         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
14290         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_class_init):
14291         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_class_init):
14292         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_class_init):
14293         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init):
14294         * gst/videotestsrc/gstvideotestsrc.c:
14295         (gst_video_test_src_class_init):
14296         * gst/volume/gstvolume.c: (gst_volume_class_init):
14297           Avoid unnecessary class cast check in class_init
14298           functions (#337747).
14299
14300 2006-06-21  Tim-Philipp Müller  <tim at centricular dot net>
14301
14302         * ext/pango/gsttextoverlay.c: (gst_text_overlay_make_utf8),
14303         (gst_text_overlay_video_chain):
14304           g_markup_escape_text() REALLY doesn't like non-UTF8 input
14305           and doesn't validate its input either (and neither did
14306           textoverlay it seems). Let's do that then and fix #345206.
14307
14308 2006-06-19  Wim Taymans  <wim@fluendo.com>
14309
14310         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
14311         (gst_unit_type_get_type), (gst_multi_fd_sink_class_init),
14312         (gst_multi_fd_sink_init), (gst_multi_fd_sink_add_full),
14313         (gst_multi_fd_sink_add), (gst_multi_fd_sink_handle_client_read),
14314         (find_syncframe), (find_limits), (assign_value),
14315         (count_burst_unit), (gst_multi_fd_sink_new_client),
14316         (gst_multi_fd_sink_handle_client_write),
14317         (gst_multi_fd_sink_queue_buffer), (gst_multi_fd_sink_render),
14318         (gst_multi_fd_sink_set_property), (gst_multi_fd_sink_get_property),
14319         (gst_multi_fd_sink_change_state):
14320         * gst/tcp/gstmultifdsink.h:
14321         Added shiny new burst-on-connect methods.
14322         Add properties to control the minimal amount of data queued.
14323         Small cleanups.
14324         API: bytes-min property
14325         API: time-min property
14326         API: buffers-min property
14327         API: burst-unit property
14328         API: burst-value property
14329         API: add-full signal
14330
14331         * gst/tcp/gsttcp-marshal.list:
14332         Added new marshaller code for the new signal.
14333
14334         * tests/check/elements/multifdsink.c: (GST_START_TEST),
14335         (multifdsink_suite):
14336         Added testcases for new burst methods.
14337
14338 2006-06-19  Edward Hervey  <edward@fluendo.com>
14339
14340         * ext/theora/theoradec.c: (clip_buffer), (theora_dec_push):
14341         Implement clipping for accurate seeking.
14342         Closes #345225
14343
14344 2006-06-19  Wim Taymans  <wim@fluendo.com>
14345
14346         Patch by: Philip Jaegenstedt <philip at lysator dot liu dot se>
14347
14348         * gst/videoscale/gstvideoscale.c: (gst_video_scale_prepare_size),
14349         (gst_video_scale_transform):
14350         Make videoscale support RGBA, ARGB, BGRA and ABGR. Fixes #345131
14351
14352 2006-06-17  Tim-Philipp Müller  <tim at centricular dot net>
14353
14354         * configure.ac:
14355           Fix --disable-external (can't set conditionals conditionally,
14356           #343602).
14357
14358 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
14359
14360         * tests/check/elements/audioresample.c: (test_reuse),
14361         (audioresample_suite):
14362           Add test case for bug #342789 fixed below.
14363
14364 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
14365
14366         * gst/audioresample/gstaudioresample.c:
14367         (gst_audioresample_class_init), (gst_audioresample_init),
14368         (audioresample_start), (audioresample_stop),
14369         (gst_audioresample_set_property), (gst_audioresample_get_property):
14370           Implement GstBaseTransform::start and ::stop so that audioresample
14371           can clear its internal state properly and be reused instead of
14372           causing non-negotiated errors with playbin under some circumstances
14373           (#342789).
14374
14375         * tests/check/elements/audioresample.c: (setup_audioresample),
14376         (cleanup_audioresample):
14377           Need to set element state here so that ::start and ::stop are
14378           called.
14379
14380 2006-06-16  Wim Taymans  <wim@fluendo.com>
14381
14382         Patch by: Young-Ho Cha <ganadist at chollian dot net>
14383
14384         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_vids):
14385         Parse extra data better, apparently it's right behind
14386         the normal strf header size. Fixes #343500.
14387
14388 2006-06-16  Wim Taymans  <wim@fluendo.com>
14389
14390         * ext/alsa/gstalsasink.c: (set_hwparams):
14391         If we fail to set the buffer_time and period_time alsa
14392         parameters, post a warning and leave alsa select a 
14393         default instead of failing. Fixes #342085
14394
14395 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
14396
14397         * docs/libs/gst-plugins-base-libs-sections.txt:
14398         * gst-libs/gst/cdda/gstcddabasesrc.h:
14399           Remove GST_CDDA_TAG_TRACK_TAGS again, it is #ifdef 0'ed
14400           out in the header file and shouldn't be listed in the docs.
14401
14402         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
14403           Must dereference pointer to fourcc in the debug statement.
14404
14405 2006-06-16  Stefan Kost  <ensonic@users.sf.net>
14406
14407         * docs/libs/Makefile.am:
14408         * docs/libs/gst-plugins-base-libs-docs.sgml:
14409         * docs/libs/gst-plugins-base-libs-sections.txt:
14410         * docs/libs/gst-plugins-base-libs.types:
14411         add remaining symbols into correct setions
14412         
14413         * gst-libs/gst/audio/gstringbuffer.c:
14414         fix incomplete docs
14415         
14416         * gst-libs/gst/audio/gstringbuffer.h:
14417         comment out not yet implemented function
14418         
14419         
14420         * gst-libs/gst/floatcast/floatcast.h:
14421         * gst-libs/gst/netbuffer/gstnetbuffer.c:
14422         add short descriptions
14423         
14424         
14425         * gst-libs/gst/interfaces/propertyprobe.c:
14426         fix return value docs   
14427         
14428         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
14429         simplify debug logging
14430         
14431         * gst-libs/gst/riff/riff-read.h:
14432         sync function prototype and docs
14433         
14434         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
14435         remove left over symbol
14436
14437 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
14438
14439         * autogen.sh:
14440         * configure.ac:
14441         * docs/Makefile.am:
14442           Use GST_PLUGIN_DOCS macro in configure.ac, add
14443           --enable-plugin-docs default to autogen.sh and use
14444           ENABLE_PLUGIN_DOCS conditional in Makefile.am (#344039).
14445
14446 2006-06-15  Wim Taymans  <wim@fluendo.com>
14447
14448         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
14449         (gst_ogg_demux_activate_chain), (gst_ogg_demux_combine_flows),
14450         (gst_ogg_demux_loop):
14451         Combine GstFlowReturn from the source pads to give a
14452         meaningfull result to the upstream peer or to stop the
14453         processing task in case of errors.
14454
14455 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
14456
14457         * gst/playback/gststreaminfo.c: (cb_probe):
14458           Try GST_TAG_CODEC as fallback when extracting the
14459           codec name; more debug info.
14460
14461 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
14462
14463         * ext/ogg/Makefile.am:
14464         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
14465           Extract language tags from ogm subtitle streams, so that
14466           the subtitle menu choices are labelled correctly in
14467           Totem (fixes #344708).
14468
14469 2006-06-14  Wim Taymans  <wim@fluendo.com>
14470
14471         Patch by: Alessandro Decina <alessandro at nnva dot org>
14472
14473         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_clear),
14474         (gst_ogg_mux_release_pad), (gst_ogg_mux_get_headers),
14475         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_init_collectpads),
14476         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
14477         Fix various leaks. Fixes #343699.
14478         Add x-smoke mime type.
14479
14480 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
14481
14482         * gst-libs/gst/riff/riff-ids.h:
14483           Add IDs for 'bext' chunks (see #343837).
14484
14485 2006-06-12  Tim-Philipp Müller  <tim at centricular dot net>
14486
14487         Patch by: Young-Ho Cha  <ganadist at chollian net>
14488
14489         * gst/subparse/samiparse.c: (sami_context_pop_state),
14490         (handle_start_font), (end_sami_element):
14491           Honour font face tags in SAMI subtitles (#344503).
14492
14493 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
14494
14495         * po/POTFILES.in:
14496           add missing files containing translatable strings
14497
14498 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
14499
14500         * docs/libs/tmpl/.cvsignore:
14501           we don't want those *.sgml files in CVS either
14502
14503 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
14504
14505         * docs/libs/.cvsignore:
14506         * tests/check/elements/.cvsignore:
14507         * tests/check/libs/.cvsignore:
14508           ignore more
14509
14510 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
14511
14512         * docs/libs/Makefile.am:
14513           also commiting the changed Makefile.am (added more libs to the
14514           doc-build)
14515
14516 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
14517
14518         * docs/libs/gst-plugins-base-libs-docs.sgml:
14519         * docs/libs/gst-plugins-base-libs-sections.txt:
14520         * docs/libs/gst-plugins-base-libs.types:
14521           first batch of reordering things, add index & hierarchy
14522
14523 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
14524
14525         * configure.ac:
14526           use GST_PKG_CHECK_MODULES, cleans up output
14527
14528 2006-06-10  Tim-Philipp Müller  <tim at centricular dot net>
14529
14530         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
14531           Add support for burn:// URIs (#343385); const-ify things a bit,
14532           use G_N_ELEMENTS instead of hard-coded array size.
14533
14534 2006-06-10  Tim-Philipp Müller  <tim at centricular dot net>
14535
14536         Patch by: Young-Ho Cha  <ganadist at chollian net>
14537
14538         * gst/subparse/samiparse.c: (fix_invalid_entities), (parse_sami):
14539           Fix up broken entities before passing them to libxml *sigh*.
14540           (#343303).
14541           
14542 2006-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
14543
14544         * configure.ac:
14545           back to TRUNK
14546
14547 === release 0.10.8 ===
14548
14549 2006-06-09  Thomas Vander Stichele <thomas at apestaart dot org>
14550
14551         * configure.ac:
14552           releasing 0.10.8, "Moar gij ziet mij nie"
14553
14554 2006-06-07  Thomas Vander Stichele  <thomas at apestaart dot org>
14555
14556         * configure.ac:
14557         * po/af.po:
14558         * po/az.po:
14559         * po/cs.po:
14560         * po/en_GB.po:
14561         * po/hu.po:
14562         * po/it.po:
14563         * po/nb.po:
14564         * po/nl.po:
14565         * po/or.po:
14566         * po/sq.po:
14567         * po/sr.po:
14568         * po/sv.po:
14569         * po/uk.po:
14570         * po/vi.po:
14571         * win32/common/config.h:
14572           0.10.7.2 prerelease
14573
14574 2006-06-07  Thomas Vander Stichele  <thomas at apestaart dot org>
14575
14576         * docs/libs/tmpl/gstaudio.sgml:
14577         * docs/libs/tmpl/gstcolorbalance.sgml:
14578         * docs/libs/tmpl/gstmixer.sgml:
14579         * docs/libs/tmpl/gstringbuffer.sgml:
14580         * docs/libs/tmpl/gsttuner.sgml:
14581         * docs/libs/tmpl/gstxoverlay.sgml:
14582         * gst-libs/gst/audio/audio.c:
14583         * gst-libs/gst/audio/gstringbuffer.c:
14584         * gst-libs/gst/interfaces/colorbalance.c:
14585         * gst-libs/gst/interfaces/mixer.c:
14586         * gst-libs/gst/interfaces/tuner.c:
14587         * gst-libs/gst/interfaces/xoverlay.c:
14588           move last template doc snippets to source code and delete them
14589
14590 2006-06-06  Michael Smith  <msmith@fluendo.com>
14591
14592         * ext/theora/theoraparse.c: (theora_parse_drain_queue_prematurely),
14593         (theora_parse_drain_queue):
14594           Mark DELTA_UNIT on non-keyframes.
14595
14596 2006-06-03  Jan Schmidt  <thaytan@mad.scientist.com>
14597
14598         * gst-libs/gst/audio/gstbaseaudiosink.c:
14599         (gst_base_audio_sink_class_init), (gst_base_audio_sink_setcaps):
14600         * gst-libs/gst/audio/gstbaseaudiosink.h:
14601         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps),
14602         (gst_ring_buffer_samples_done):
14603         * gst-libs/gst/audio/gstringbuffer.h:
14604         Document better the fact that latency_time and buffer_time are values
14605         stored in microseconds, and not the usual GStreamer nanoseconds.
14606         Change the variables (compatibly) that store them from GstClockTime 
14607         to guint64 to make it more clear that they're not storing clock times.
14608         Also, remove the bogus property description that says the user can
14609         specify -1 to get the default value, since that's never been the case.
14610
14611         When computing the default segment size for the ring buffer, make it
14612         an integer number of samples.
14613
14614         When the sub-class indicates a delay greater than the number of
14615         samples we've written return 0 from the audio sink get_time method.
14616
14617 2006-06-02  Michael Smith  <msmith@fluendo.com>
14618
14619         * tests/check/elements/audioconvert.c: (set_channel_positions),
14620         (get_float_mc_caps), (get_int_mc_caps):
14621         * tests/check/elements/audioresample.c:
14622         * tests/check/elements/audiotestsrc.c: (GST_START_TEST):
14623         * tests/check/elements/videorate.c:
14624         * tests/check/elements/videotestsrc.c: (GST_START_TEST):
14625         * tests/check/elements/volume.c:
14626         * tests/check/elements/vorbisdec.c:
14627         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
14628           Don't busy-wait in tests; this was causing test timeouts very
14629           frequently when running under valgrind.
14630
14631 2006-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
14632
14633         * gst/tcp/README:
14634         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_init),
14635         (gst_multi_fd_sink_remove_client_link),
14636         (gst_multi_fd_sink_client_queue_caps),
14637         (gst_multi_fd_sink_client_queue_buffer),
14638         (gst_multi_fd_sink_handle_client_write),
14639         (gst_multi_fd_sink_render):
14640         * gst/tcp/gstmultifdsink.h:
14641           make multifdsink properly deal with streamheader:
14642           - streamheader is taken from caps
14643           - buffers marked with IN_CAPS are not sent
14644           - streamheaders are sent, on connection, from the caps of the
14645             buffer where the client gets positioned to
14646           - further streamheader changes are done every time the client
14647             will receive a buffer with different caps
14648         * tests/check/elements/multifdsink.c: (GST_START_TEST),
14649         (gst_multifdsink_create_streamheader):
14650           add tests for this
14651
14652 2006-06-02  Michael Smith  <msmith@fluendo.com>
14653
14654         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
14655           Reinstate limit on channel count. Vorbis does not define the meaning
14656           of > 6 channels, so they're just independent channels. Gstreamer
14657           currently has no mechanism to represent N independent channels.
14658
14659 2006-06-02  Michael Smith  <msmith@fluendo.com>
14660
14661         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
14662           Don't arbitrarily restrict channel counts and rate in vorbis.
14663           In terms of effects likely on real-world files, this fixes 96kHz
14664           playback of vorbis.
14665
14666 2006-06-02  Michael Smith  <msmith@fluendo.com>
14667
14668         * gst/audioconvert/audioconvert.c: (float):
14669           More correct float->int conversion.
14670
14671 2006-06-02  Michael Smith  <msmith@fluendo.com>
14672
14673         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_perform_seek):
14674           Don't accidently send GST_CLOCK_TIME_NONE as a new segment start
14675           value. Fixes g-critical on trying to play back ogg containing
14676           unknown codec.
14677
14678 2006-06-02  Wim Taymans  <wim@fluendo.com>
14679
14680         * gst/playback/gstplaybasebin.c: (group_create), (group_commit),
14681         (setup_source):
14682         * gst/playback/gstplaybasebin.h:
14683         Make the subtitle detection work from any thread so we don't
14684         deadlock. Fixes #343397.
14685
14686 2006-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
14687
14688         * gst/volume/Makefile.am:
14689           Seriously, it's not *that* hard to get compilation right.  Even
14690           a drunk can do it ! Add LIBOIL CFLAGS and LIBS
14691
14692 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
14693
14694         * gst/volume/gstvolume.c: (volume_choose_func),
14695         (volume_update_real_volume), (gst_volume_class_init),
14696         (gst_volume_init), (volume_process_float), (volume_process_int16),
14697         (volume_process_int16_clamp), (volume_set_caps),
14698         (volume_transform_ip), (plugin_init):
14699         * gst/volume/gstvolume.h:
14700         rewrite the passthrough check, split _int16 and _int16_clamp, fix
14701         another property desc., remove unused param from process function
14702         
14703         * tests/check/elements/volume.c: (volume_suite):
14704         reactivate the passthrough test
14705
14706 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
14707
14708         * ext/alsa/gstalsamixerelement.h:
14709         * ext/alsa/gstalsamixeroptions.h:
14710         * ext/alsa/gstalsamixertrack.h:
14711         * ext/gnomevfs/gstgnomevfssink.h:
14712         * ext/gnomevfs/gstgnomevfssrc.h:
14713         * ext/theora/gsttheoradec.h:
14714         * ext/theora/gsttheoraenc.h:
14715         * ext/theora/gsttheoraparse.h:
14716         * ext/vorbis/vorbisparse.h:
14717         * gst-libs/gst/audio/gstaudioclock.h:
14718         * gst-libs/gst/audio/gstaudiofilter.h:
14719         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
14720         * gst/audioconvert/gstaudioconvert.h:
14721         * gst/audioresample/gstaudioresample.h:
14722         * gst/audiotestsrc/gstaudiotestsrc.h:
14723         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
14724         * gst/playback/gststreamselector.h:
14725         * gst/tcp/gstmultifdsink.h:
14726         * gst/tcp/gsttcpclientsink.h:
14727         * gst/tcp/gsttcpclientsrc.h:
14728         * gst/tcp/gsttcpserversink.h:
14729         * gst/tcp/gsttcpserversrc.h:
14730         * gst/videorate/gstvideorate.h:
14731         * gst/videoscale/gstvideoscale.h:
14732         * gst/videotestsrc/gstvideotestsrc.h:
14733         * gst/volume/gstvolume.h:
14734         * sys/v4l/gstv4ljpegsrc.h:
14735         * sys/v4l/gstv4lmjpegsink.h:
14736         * sys/v4l/gstv4lmjpegsrc.h:
14737         * sys/v4l/gstv4lsrc.h:
14738         * sys/ximage/ximagesink.h:
14739         * sys/xvimage/xvimagesink.h:
14740         * tests/old/testsuite/alsa/sinesrc.h:
14741         Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass
14742
14743 2006-05-31  Wim Taymans  <wim@fluendo.com>
14744
14745         * ext/libvisual/visual.c: (gst_visual_reset),
14746         (gst_visual_sink_setcaps), (gst_visual_sink_event),
14747         (gst_visual_src_event), (get_buffer), (gst_visual_chain):
14748         Handle DISCONT.
14749         Use running time before doing QoS.
14750         Handle mono too.
14751
14752 2006-05-31  Thomas Vander Stichele  <thomas at apestaart dot org>
14753
14754         * docs/libs/Makefile.am:
14755           set a magic variable to indicate we know the docs are incomplete
14756
14757 2006-05-30  Sebastien Moutte  <sebastien@moutte.net>
14758
14759         * win32/common/libgstvideo.def:
14760           export gst_video_calculate_display_ratio
14761         * win32/vs6/libgstvideoscale.dsp:
14762           add link to libgstvideo-0.10.lib
14763
14764 2006-05-30  Tim-Philipp Müller  <tim at centricular dot net>
14765
14766         * gst/playback/gstplaybasebin.c: (gen_source_element):
14767           Throw a more comprehensible error for rtsp:// URIs (rather
14768           than erroring out with a negotiation error later on) until
14769           we fix playbin to handle rtspsrc etc.
14770
14771 2006-05-30  Wim Taymans  <wim@fluendo.com>
14772
14773         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event),
14774         (gst_text_overlay_text_event):
14775         Added some FIXMEs.
14776
14777 2006-05-30  Wim Taymans  <wim@fluendo.com>
14778
14779         * gst/adder/gstadder.c: (gst_adder_class_init), (gst_adder_init),
14780         (gst_adder_request_new_pad), (gst_adder_release_pad):
14781         * gst/adder/gstadder.h:
14782         Implement release_request_pad.
14783         Make padcounter atomic.
14784
14785         * tests/check/elements/adder.c: (GST_START_TEST), (adder_suite):
14786         Added check for release_pad in adder.
14787
14788 2006-05-30  Wim Taymans  <wim@fluendo.com>
14789
14790         * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream):
14791         Fix build again.
14792
14793 2006-05-30  Thomas Vander Stichele  <thomas at apestaart dot org>
14794
14795         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
14796         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
14797         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
14798         (gst_ogg_pad_submit_page), (gst_ogg_chain_new_stream),
14799         (gst_ogg_demux_seek), (gst_ogg_demux_get_data),
14800         (gst_ogg_demux_get_next_page), (gst_ogg_demux_do_seek),
14801         (gst_ogg_demux_bisect_forward_serialno),
14802         (gst_ogg_demux_read_chain), (gst_ogg_demux_find_chains),
14803         (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
14804           add more debugging
14805           clean up printf formats for granulepos and serialno
14806
14807 2006-05-30  Michael Smith  <msmith@fluendo.com>
14808
14809         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
14810         (gst_vorbis_enc_class_init), (gst_vorbis_enc_dispose),
14811         (gst_vorbis_enc_generate_sink_caps), (gst_vorbis_enc_sink_getcaps),
14812         (gst_vorbis_enc_init), (gst_vorbis_enc_buffer_from_header_packet),
14813         (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
14814         * ext/vorbis/vorbisenc.h:
14815           Multi-channel caps negotiation, so we can do proper multichannel
14816           vorbis encoding, negotiated through audioconvert.
14817
14818 2006-05-30  Wim Taymans  <wim@fluendo.com>
14819
14820         * tests/check/elements/adder.c: (test_event_message_received),
14821         (test_play_twice_message_received), (GST_START_TEST),
14822         (adder_suite):
14823         Added check to show that #339935 is fixed with ongoing
14824         adder and collectpads fixes.
14825
14826 2006-05-29  Wim Taymans  <wim@fluendo.com>
14827
14828         * gst/adder/gstadder.c: (gst_adder_request_new_pad):
14829         Don't leak pad name.
14830
14831 2006-05-29  Wim Taymans  <wim@fluendo.com>
14832
14833         * gst/adder/gstadder.c: (gst_adder_query_duration),
14834         (forward_event_func), (forward_event), (gst_adder_src_event):
14835         Fix adder seeking.
14836         Make query/seeking code threadsafe.
14837
14838         * tests/check/Makefile.am:
14839         * tests/check/elements/adder.c: (test_event_message_received),
14840         (GST_START_TEST), (test_play_twice_message_received):
14841         Fix adder test case.
14842
14843 2006-05-29  Tim-Philipp Müller  <tim at centricular dot net>
14844
14845         Patch by: Young-Ho Cha  <ganadist at chollian net>
14846
14847         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
14848         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
14849         (set_encoding_element), (decodebin_element_added_cb),
14850         (decodebin_element_removed_cb), (setup_subtitle), (setup_source),
14851         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
14852         * gst/playback/gstplaybasebin.h:
14853           Add 'subtitle-encoding' property to playbin, so applications can
14854           force a subtitle encoding for non-UTF8 subtitles (#342268).
14855
14856         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init),
14857         (gst_sub_parse_set_property):
14858           Rename recently-added 'encoding' property to 'subtitle-encoding'
14859           (so it can be proxied by playbin/decodebin in a generic way
14860           with less danger of false positives).
14861
14862 2006-05-29  Michael Smith  <msmith@fluendo.com>
14863
14864         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
14865         (append_with_other_format), (set_structure_widths),
14866         (gst_audio_convert_transform_caps):
14867           Patch from #341562: give more specific audio caps in get_caps, so
14868           that basetransform  can make better decisions on what caps to
14869           negotiate.
14870
14871 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
14872
14873         * tests/check/elements/volume.c:
14874         make it compile again
14875
14876 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
14877
14878         * tests/check/elements/volume.c: (volume_suite):
14879         disable test until #343196 gets resolved
14880
14881 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
14882
14883         * gst/adder/gstadder.c: (gst_adder_get_type):
14884         Make it easier to copy&paste
14885         
14886         * gst/volume/Makefile.am:
14887         * gst/volume/gstvolume.c: (volume_update_real_volume),
14888         (gst_volume_set_volume), (gst_volume_set_mute),
14889         (gst_volume_class_init), (volume_process_int16), (volume_set_caps),
14890         (volume_transform_ip), (volume_update_mute),
14891         (volume_update_volume):
14892         * gst/volume/gstvolume.h:
14893         Add own debug category, move duplicate code to helper function, fix
14894         property texts, add more comments and prepare ffor liboil-goodness
14895         
14896         * tests/check/Makefile.am:
14897         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
14898         add test for mute and passtrough case, be a bit more verbose to track
14899         failure
14900         
14901         * tests/check/generic/states.c: (GST_START_TEST):
14902         catch elements that fail to instantiate
14903
14904 2006-05-28  Edward Hervey  <edward@fluendo.com>
14905
14906         * tests/check/pipelines/simple-launch-lines.c:
14907         * tests/check/pipelines/theoraenc.c:
14908         * tests/check/pipelines/vorbisenc.c:
14909         Comment out tests using parse_launch() if core was built without
14910         parsing capabilities.
14911
14912 2006-05-27  Edward Hervey  <edward@fluendo.com>
14913
14914         * tests/check/Makefile.am:
14915         Extra bonus points for whoever explains to ensonic that you are meant
14916         to test unit tests thoroughly before commiting them, especially if
14917         you know it's going to break.
14918         De-activated element/adder tests.
14919
14920 2006-05-27  Edward Hervey  <edward@fluendo.com>
14921
14922         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
14923         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps):
14924         Marking caps conversion issues as GST_WARNING is way too verbose,
14925         Moving them to GST_LOG.
14926
14927 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
14928
14929         * README:
14930           Replace current README (containing the release notes from
14931           some 0.9.x version) with a proper README taken from the core.
14932
14933 2006-05-26  Wim Taymans  <wim@fluendo.com>
14934
14935         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
14936         (vorbis_dec_src_event), (vorbis_dec_sink_event), (vorbis_do_clip),
14937         (vorbis_dec_push), (vorbis_handle_data_packet), (vorbis_dec_chain),
14938         (vorbis_dec_change_state):
14939         Small cleanups.
14940         Add some FIXMEs
14941         Clip output samples to segment boundaries.
14942
14943 2006-05-26  Jan Schmidt  <thaytan@mad.scientist.com>
14944
14945         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
14946         (gst_ximagesink_xcontext_get), (gst_ximagesink_show_frame):
14947         Improve the errors produced on bad output, including some human
14948         readable description strings.
14949         Handle the (theoretical for ximagesink) case where the XServer 
14950         has a different idea about the size required for a particular 
14951         frame and gives us too small a memory allocation.
14952
14953 2006-05-26  Jan Schmidt  <thaytan@mad.scientist.com>
14954
14955         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
14956         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
14957         (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
14958         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
14959         Improve the errors produced on bad output, including some human 
14960         readable description strings.
14961         Handle RGB Xv formats properly by transforming them into our 
14962         big-endian caps description.
14963         Use gst_caps_truncate to ensure that we never try and choose a
14964         non-fixed caps in buffer_alloc.
14965         Handle the case where the XServer has a different idea about the size
14966         required for a particular frame and gives us too small a memory
14967         allocation.
14968         Use -1 to indicate 'no image format', because 0 is a valid XServer
14969         image format number.
14970         Put RGB Xv formats at the end of the caps, so that we always prefer
14971         YUV format frames.
14972         Iterate the available Xv Encodings to determine the maximum width and
14973         height, and then return that in our caps.
14974         (Closes #315312, #337544)
14975
14976 2006-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
14977
14978         * gst/playback/gstdecodebin.c: (remove_fakesink), (pad_probe):
14979         When there is only one unfinished pad and it receives an event that
14980         doesn't match our requirements, we need to set alldone=FALSE so that
14981         the fakesink is not removed yet.
14982
14983 2006-05-25  Tim-Philipp Müller  <tim at centricular dot net>
14984
14985         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
14986           Use gst_type_find_helper_for_buffer() to find the type
14987           of stream from the first packet.
14988
14989         * configure.ac:
14990           Bump requirements to core CVS (needed for vorbis
14991           typefinding to work).
14992
14993 2006-05-24  Edward Hervey  <edward@fluendo.com>
14994
14995         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): 
14996         Added the 'prfl' atom type which MQV (no, it's not a typo) files
14997         contain.  Else they play perfectly fine with qtdemux.
14998
14999 2006-05-23  Stefan Kost  <ensonic@users.sf.net>
15000
15001         * ext/theora/theoradec.c:
15002         * ext/theora/theoraenc.c:
15003         * ext/theora/theoraparse.c: (gst_theora_parse_class_init):
15004         * gst/audiorate/gstaudiorate.c:
15005           make more debug catagories static
15006         
15007         * tests/check/Makefile.am:
15008         * tests/check/elements/adder.c: (message_received),
15009         (test_event_message_received), (GST_START_TEST),
15010         (test_play_twice_message_received), (adder_suite):
15011           added test case for using element twice, extra bonus points for anyone
15012           who can make these test run reliably
15013
15014 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
15015
15016         * ext/theora/theoradec.c: (theora_dec_chain):
15017           Make work with time-stamped input buffers that do not
15018           have a granulepos in BUFFER_OFFSET_END (like theora
15019           buffers coming from matroskademux). Fixes #342448.
15020
15021 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
15022
15023         Patch by: Peter Kjellerstedt  <pkj at axis com>
15024
15025         * gst/tcp/Makefile.am:
15026           fdstresstest doesn't need Gtk+, fix compilation if 
15027           gtk is not available (#342566).
15028
15029 2006-05-19 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
15030          
15031         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
15032           80 line columns
15033           Removed redundant floor()
15034
15035 2006-05-19  Tim-Philipp Müller  <tim at centricular dot net>
15036
15037         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
15038           On second thought, just skip JUNK chunks automatically, so
15039           the caller doesn't have to handle this. Fixes #342345.
15040           Also, return GST_FLOW_UNEXPECTED if we get a short read,
15041           not GST_FLOW_ERROR.
15042
15043 2006-05-19  Tim-Philipp Müller  <tim at centricular dot net>
15044
15045         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
15046           Don't bail out on JUNK chunks with a size of 0 (would try to
15047           pull_range 0 bytes before, which sources don't like too much).
15048           See #342345.
15049
15050 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
15051
15052         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
15053         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
15054         Use the gstutil scaling function to preserve 64 bits while calculating
15055         output width and height from the display-aspect-ratio. (A continuation
15056         of #341542)
15057
15058 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
15059
15060         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
15061         (gst_xvimagesink_buffer_alloc):
15062         * sys/xvimage/xvimagesink.h:
15063         When performing buffer allocations, remember the caps and image format
15064         we return so that if the same caps are asked for next time we can
15065         return them immediately without doing any caps intersections.
15066
15067 2006-05-18 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
15068          
15069         * gst-libs/gst/rtp/README:
15070           Some new documentation
15071         * gst-libs/gst/rtp/gstrtpbuffer.h:       
15072           Added GST_RTP_PAYLOAD_DYNAMIC_STRING for use by children       
15073         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
15074         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:     
15075           New RTP audio base payloader class. Supports frame or sample based
15076           codecs.  Not enabled in Makefile.am until approved.
15077
15078 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
15079
15080         * tests/check/elements/alsa.c: (test_device_property_probe):
15081           Fix test case: don't try to free NULL GValueArray when there
15082           are no devices.
15083
15084 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
15085
15086         * tests/check/Makefile.am:
15087         * tests/check/elements/alsa.c: (test_device_property_probe),
15088         (alsa_suite), (main):
15089           Add simple test that runs a device property probe on alsasrc,
15090           alsasink and alsamixer. Disable valgrind check for now (too
15091           many leaks in libasound, and valgrind ignored my suppressions
15092           additions).
15093
15094 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
15095
15096         * ext/alsa/gstalsadeviceprobe.c: (gst_alsa_get_device_list),
15097         (gst_alsa_device_property_probe_probe_property),
15098         (gst_alsa_device_property_probe_needs_probe),
15099         (gst_alsa_device_property_probe_get_values),
15100         (gst_alsa_type_add_device_property_probe_interface):
15101         * ext/alsa/gstalsadeviceprobe.h:
15102         * ext/alsa/gstalsamixerelement.c:
15103         (gst_alsa_mixer_element_init_interfaces):
15104         * ext/alsa/gstalsamixerelement.h:
15105           Clean up and simplify alsa device probing. Make it actually work
15106           for multiple classes. Don't cache results any longer.
15107
15108         * ext/alsa/gstalsasink.c: (gst_alsasink_init_interfaces),
15109         (gst_alsasink_init):
15110         * ext/alsa/gstalsasrc.c: (gst_alsasrc_dispose),
15111         (gst_alsasrc_interface_supported), (gst_implements_interface_init),
15112         (gst_alsasrc_init_interfaces), (gst_alsasrc_set_property):
15113           Make alsasink and alsasrc implement the GstPropertyProbe interface
15114           for device probing (#342181).
15115           Patch by: Martin Szulecki  <gnomebugzilla at sukimashita com>
15116
15117 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
15118
15119         * gst/subparse/samiparse.c: (handle_start_font):
15120           Don't ignore return value of strtol (++compiler_happiness).
15121
15122 2006-05-17  Tim-Philipp Müller  <tim at centricular dot net>
15123
15124         Patch by: Young-Ho Cha  <ganadist chollian net>
15125
15126         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
15127         (gst_sub_parse_class_init), (gst_sub_parse_init),
15128         (gst_sub_parse_set_property), (gst_sub_parse_get_property),
15129         (convert_encoding):
15130         * gst/subparse/gstsubparse.h:
15131           Add 'encoding' property (#341681).
15132
15133         * gst/subparse/samiparse.c: (characters_sami):
15134           Output is pango markup, so we need to escape text
15135           between tags (#342143).
15136
15137 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
15138
15139         * gst-libs/gst/audio/multichannel.c:
15140         (gst_audio_check_channel_positions):
15141           It's okay to have caps with channels=1 and a channel position
15142           different from GST_AUDIO_CHANNEL_POSITION_FRONT_MONO
15143           (deinterleavers might want to keep the position in the caps,
15144           so that they can be re-interleaved again properly later).
15145           Leave check for unexpected 2-channel layouts intact for now.
15146
15147 2006-05-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15148
15149         * gst/tcp/gsttcp.c: (gst_tcp_socket_read):
15150         Return GST_FLOW_UNEXPECTED when we have an eos on the socket so
15151         basesrc can do its job correctly.
15152
15153 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
15154
15155         * ext/alsa/Makefile.am:
15156         * ext/alsa/gstalsa.c: (gst_alsa_detect_rates),
15157         (gst_alsa_detect_formats), (get_channel_free_structure),
15158         (caps_add_channel_configuration), (gst_alsa_detect_channels),
15159         (gst_alsa_probe_supported_formats):
15160         * ext/alsa/gstalsa.h:
15161         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
15162           Refactor and improve caps probing code: probe signedness
15163           when we probe the supported formats/widths; set endianness
15164           to the one we actually probed for (ie. cpu endianness).
15165           
15166         * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (gst_alsasrc_getcaps),
15167         (gst_alsasrc_close):
15168         * ext/alsa/gstalsasrc.h:
15169           Implement caps probing for alsasrc.
15170
15171 2006-05-15  Wim Taymans  <wim@fluendo.com>
15172
15173         * ext/theora/theoradec.c: (gst_theora_dec_reset),
15174         (theora_dec_src_query), (theora_dec_src_event),
15175         (theora_dec_sink_event), (theora_handle_comment_packet),
15176         (theora_handle_data_packet), (theora_dec_change_state):
15177         Cleanups, add some G_LIKELY.
15178         Use segment helpers instead of our own wrong code.
15179         Clear queued buffers on seek and READY.
15180
15181         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
15182         (vorbis_dec_convert), (vorbis_dec_src_query),
15183         (vorbis_dec_src_event), (vorbis_dec_sink_event),
15184         (vorbis_handle_comment_packet), (vorbis_dec_push),
15185         (vorbis_handle_data_packet), (vorbis_dec_chain),
15186         (vorbis_dec_change_state):
15187         * ext/vorbis/vorbisdec.h:
15188         Remove old useless packetno variable.
15189         Do position query properly.
15190         Add some G_LIKELY.
15191         Do cleanup of queued buffers in new helper function
15192         and use it.
15193
15194 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
15195
15196         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
15197           Query supported sample rates. Fixes #341732.
15198
15199 2006-05-15  Julien MOUTTE  <julien@moutte.net>
15200
15201         * gst/playback/gstdecodebin.c: (cleanup_decodebin),
15202         (gst_decode_bin_change_state): Make decodebin reusable
15203         when going from PAUSE_TO_READY and then back to PAUSED.
15204         Fixes #331678.
15205
15206 2006-05-15  Wim Taymans  <wim@fluendo.com>
15207
15208         * ext/vorbis/vorbisdec.c: (vorbis_get_query_types),
15209         (vorbis_dec_convert), (vorbis_dec_src_query),
15210         (vorbis_dec_sink_query), (vorbis_dec_src_event),
15211         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
15212         (vorbis_dec_clean_queued), (vorbis_dec_push),
15213         (vorbis_handle_data_packet), (vorbis_dec_change_state):
15214         Cleanups. Use refcounting and DEBUG_OBJECT.
15215         Reset segment on flush, use code methods instead of our
15216         own wrong version.
15217         Fix potential memleak.
15218
15219 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
15220
15221         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
15222         (gst_alsasink_init):
15223         * ext/alsa/gstalsasink.h:
15224           Don't leak allocated snd_output_t structure if there's
15225           more than one alsasink instance at a time (#341873).
15226           Also fix GObject macros in header file.
15227           
15228 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
15229
15230         * gst/subparse/gstsubparse.c:
15231         (gst_sub_parse_data_format_autodetect):
15232           Don't use libxml functions in the typefinding code.
15233
15234 2006-05-15  Wim Taymans  <wim@fluendo.com>
15235
15236         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
15237         Fix seeking performance in the case where a non-header 
15238         packet has a 0 granulepos (busted theora case). 
15239         Fixes #341719
15240         (nvdr: thanks Wim for not mentioning who spotted and fixed it in
15241          the first place, you limelight stealer you)
15242
15243 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
15244
15245         * gst/subparse/gstsubparse.c:
15246         (gst_sub_parse_data_format_autodetect):
15247           Improve SAMI typefinding: handle case where there are
15248           whitespaces or newlines in front of the first <SAMI>
15249           tag (#169936).
15250
15251 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
15252
15253         * configure.ac:
15254           Build video4linux plugin even if there's no XVIDEO, just
15255           without implementing the GstXOverlay interface (#334002).
15256          
15257 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
15258
15259         * configure.ac:
15260         * ext/libvisual/visual.c: (gst_visual_actor_plugin_is_gl),
15261         (plugin_init):
15262           Add tentative support for libvisual-0.4 (#336881).
15263
15264 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
15265
15266         Patch by: Young-Ho Cha <ganadist at chollian net>
15267
15268         * gst/subparse/samiparse.c: (handle_start_font):
15269           Need to map "silver" colour explicitly (#169936).
15270
15271 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
15272
15273         Patch by: Young-Ho Cha  <ganadist at chollian net>
15274
15275         * gst/subparse/Makefile.am:
15276         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
15277         (parser_state_dispose), (gst_sub_parse_data_format_autodetect),
15278         (gst_sub_parse_format_autodetect), (feed_textbuf),
15279         (gst_subparse_type_find), (plugin_init):
15280         * gst/subparse/gstsubparse.h:
15281         * gst/subparse/samiparse.c:
15282         * gst/subparse/samiparse.h:
15283           Add support for SAMI subtitles (#169936).
15284
15285 2006-05-14  Michael Smith  <msmith@fluendo.com>
15286
15287         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_others):
15288           Fix #341696: crash when mixing L+R+C to mono or stereo.
15289         * tests/check/Makefile.am:
15290         * tests/check/elements/audioconvert.c: (set_channel_positions),
15291         (get_float_mc_caps), (get_int_mc_caps), (GST_START_TEST),
15292         (audioconvert_suite):
15293           Add test for the above, including some generic framework bits for
15294           testing multichannel things.
15295
15296 === release 0.10.7 ===
15297
15298 2006-05-14  Jan Schmidt <thaytan@mad.scientist.com>
15299
15300         * configure.ac:
15301           releasing 0.10.7, "Leave the gun"
15302
15303 2006-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
15304
15305         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
15306         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
15307         Fix the build.
15308
15309 2006-05-12  Jan Schmidt  <thaytan@mad.scientist.com>
15310
15311         * docs/libs/gst-plugins-base-libs-docs.sgml:
15312         * docs/libs/gst-plugins-base-libs-sections.txt:
15313         * gst-libs/gst/video/video.c: (gst_video_calculate_display_ratio):
15314         * gst-libs/gst/video/video.h:
15315         * gst/videoscale/Makefile.am:
15316         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
15317         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
15318         * tests/check/Makefile.am:
15319         * tests/check/libs/video.c: (GST_START_TEST), (video_suite),
15320         (main):
15321           Fix integer overflow problem with pixel-aspect-ratio calculations
15322           in videoscale and xvimagesink (#341542)
15323
15324 2006-05-12  Tim-Philipp Müller  <tim at centricular dot net>
15325
15326         * gst-libs/gst/tag/gstid3tag.c:
15327           Map GST_IMAGE_TAG to and from ID2v2 APIC frames (#341557).
15328
15329 2006-05-12  Sebastien Moutte  <sebastien@moutte.net>
15330
15331         * win32/MANIFEST:
15332           update win32 files listing
15333
15334 2006-05-11  Thomas Vander Stichele  <thomas at apestaart dot org>
15335
15336         patch by: Sjoerd Simons (sjoerd@luon.net)
15337
15338         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
15339         (group_create), (group_destroy), (add_stream),
15340         (gst_play_base_bin_get_property),
15341         (gst_play_base_bin_get_streaminfo_value_array):
15342         * gst/playback/gstplaybasebin.h:
15343           API: GstPlayBaseBin::stream-info-value-array property
15344           use a more bindings-friendly way of exposing streaminfo
15345           using a GValueArray.  Tested in ipython.
15346           Closes #341114
15347
15348 2006-05-11  Wim Taymans  <wim@fluendo.com>
15349
15350         * gst/playback/gstdecodebin.c: (try_to_link_1), (queue_enlarge),
15351         (queue_underrun_cb), (queue_filled_cb):
15352         Also catch queue underruns but don't do anything yet.
15353         Refactor and comment queue enlarging code a bit.
15354
15355         * gst/playback/gstplaybasebin.c: (queue_overrun),
15356         (queue_threshold_reached), (queue_out_of_data),
15357         (gen_preroll_element):
15358         If a queue over/underruns check that we don't create nasty
15359         deadlocks when the min-threshold is not reached but the
15360         max-bytes is. In those cases disable max-bytes when we
15361         know that the queue is fed timed data.
15362         Add more comments.
15363
15364 2006-05-11  Tim-Philipp Müller  <tim at centricular dot net>
15365
15366         * gst/playback/gstplaybin.c: (gen_audio_element):
15367           Make playbin automatically plug an 'audioresample'
15368           element before the audio sink as well. This solves
15369           problems with sinks that only accept a very specific
15370           sample rate, like esdsink (e.g. #340379).
15371
15372 2006-05-11  Tim-Philipp Müller  <tim at centricular dot net>
15373
15374         * gst/playback/gstplaybasebin.c: (gen_source_element):
15375           Make http sources send special headers so that we receive
15376           icecast metadata if the http stream is an icecast stream
15377           (otherwise the server will just ignore them). This also
15378           means that from now on users will need the 'icydemux'
15379           element from gst-plugins-good installed if they want to
15380           listen to icecast radio streams. (#341432, #333657).
15381
15382 2006-05-11  Thomas Vander Stichele  <thomas at apestaart dot org>
15383
15384         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_remove_client_link),
15385         (gst_multi_fd_sink_new_client), (gst_multi_fd_sink_stop):
15386           remove stupid example from docs - it should come with a simple
15387           C program instead.
15388           Clean up/fix docs
15389         * tests/check/elements/multifdsink.c: (wait_bytes_served),
15390         (fail_if_can_read), (GST_START_TEST),
15391         (gst_multifdsink_create_streamheader), (multifdsink_suite):
15392           add a test for changing streamheader which exposes a bug in
15393           multifdsink
15394
15395 2006-05-11  Michael Smith  <msmith@fluendo.com>
15396
15397         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_init),
15398         (gst_gnome_vfs_src_received_headers_callback):
15399         * ext/gnomevfs/gstgnomevfssrc.h:
15400           Don't set icy-caps unless we have a sane interval value. Move
15401           interval to a local variable; we never use it outside this function.
15402
15403 2006-05-11  Wim Taymans  <wim@fluendo.com>
15404
15405         * sys/ximage/ximagesink.c: (gst_ximagesink_get_type):
15406         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_type):
15407         Register special buffer types along with the objects so
15408         that they are not registered at runtime from N different
15409         streaming threads since they are not threadsafe.
15410
15411 2006-05-10  Thomas Vander Stichele  <thomas at apestaart dot org>
15412
15413         * tests/check/elements/multifdsink.c: (wait_bytes_served),
15414         (GST_START_TEST), (fail_unless_read), (multifdsink_suite):
15415           add two more tests, one doing streamheader
15416
15417 2006-05-10  Thomas Vander Stichele  <thomas at apestaart dot org>
15418
15419         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_stop):
15420           clean up the bufqueue when shutting down
15421         * tests/check/Makefile.am:
15422         * tests/check/elements/multifdsink.c: (setup_multifdsink),
15423         (cleanup_multifdsink), (GST_START_TEST), (multifdsink_suite),
15424         (main):
15425           add a test for the leak that was just fixed
15426
15427 2006-05-10  Wim Taymans  <wim@fluendo.com>
15428
15429         * gst/adder/gstadder.c: (gst_adder_setcaps),
15430         (gst_adder_query_duration), (gst_adder_query), (forward_event),
15431         (gst_adder_src_event), (gst_adder_sink_event),
15432         (gst_adder_class_init), (gst_adder_finalize),
15433         (gst_adder_request_new_pad), (gst_adder_collected):
15434         * gst/adder/gstadder.h:
15435         Updated some docs. Added comments and FIXMEs all over the place.
15436         Improve debugging info.
15437         Fix leak on finalize by not calling the parent.
15438         Implement duration query.
15439         Make event forwarding threadsafe.
15440         Correctly send NEWSEGMENT at start and after flush.
15441         Handle EOS correctly.
15442         Post error when not negotiated.
15443
15444         * tests/check/elements/adder.c: (GST_START_TEST):
15445         Added FIXME in the test.
15446
15447 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
15448
15449         * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
15450         (gst_text_overlay_halign_get_type),
15451         (gst_text_overlay_wrap_mode_get_type):
15452         * ext/theora/theoradec.c: (theora_handle_type_packet),
15453         (theora_handle_data_packet):
15454         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
15455         (theora_enc_sink_setcaps), (theora_enc_chain):
15456         * gst-libs/gst/cdda/gstcddabasesrc.c:
15457         (gst_cdda_base_src_mode_get_type):
15458         * gst/audiotestsrc/gstaudiotestsrc.c:
15459         (gst_audiostestsrc_wave_get_type):
15460         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
15461         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
15462         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
15463         (gst_sync_method_get_type), (gst_unit_type_get_type),
15464         (gst_client_status_get_type):
15465         * gst/videoscale/gstvideoscale.c:
15466         (gst_video_scale_method_get_type):
15467         * gst/videotestsrc/gstvideotestsrc.c:
15468         (gst_video_test_src_pattern_get_type):
15469         * gst/videotestsrc/videotestsrc.c: (paint_setup_I420),
15470         (paint_setup_YV12), (paint_setup_YUY2), (paint_setup_UYVY),
15471         (paint_setup_YVYU), (paint_setup_IYU2), (paint_setup_Y41B),
15472         (paint_setup_Y42B), (paint_setup_Y800), (paint_setup_YVU9),
15473         (paint_setup_YUV9), (paint_setup_RGB888), (paint_setup_BGR888),
15474         (paint_setup_RGB565), (paint_setup_xRGB1555):
15475           Const-ify GEnumValue and GFlagsValue arrays. Use
15476           GST_ROUND_UP_* macros instead of home-made ones.
15477
15478 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
15479
15480         * configure.ac:
15481           Require core CVS for the new newsegment stuff.
15482
15483 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
15484
15485         Patch by: Sjoerd Simons  <sjoerd at luon net>
15486
15487         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type):
15488           Register nick for enum value (#341160).
15489
15490 2006-05-09  Stefan Kost  <ensonic@users.sf.net>
15491
15492         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find),
15493         (plugin_init):
15494          backout typefind patch #340375
15495          
15496         * tests/check/elements/adder.c: (message_received),
15497         (GST_START_TEST), (adder_suite):
15498           redo, signal-handling of test
15499
15500 2006-05-09  Wim Taymans  <wim@fluendo.com>
15501
15502         * gst/adder/gstadder.c: (gst_adder_request_new_pad),
15503         (gst_adder_collected):
15504         * gst/adder/gstadder.h:
15505         Remove bogus segment merging and forwarding, we don't
15506         care about timestamps anyway and we just produce a
15507         continuous stream. 
15508         Also create a nice NEWSEGMENT event when we start.
15509         Use _scale_int some more.
15510
15511 2006-05-09  Edward Hervey  <edward@fluendo.com>
15512
15513         * tests/icles/stress-xoverlay.c:
15514         Fix if core was built without parsing support.
15515
15516 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
15517
15518         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
15519           Add SEDG (Samsung MPEG-4) fourcc.
15520
15521 2006-05-09  Edward Hervey  <edward@fluendo.com>
15522
15523         * tests/icles/stress-xoverlay.c:
15524         * tests/examples/volume/volume.c:
15525         Fix if core was built without parsing support.
15526
15527         * tests/examples/seek/seek.c:
15528         Disable the parse_launch example if core was built without parsing
15529         support.
15530
15531 2006-05-08  Edward Hervey  <edward@fluendo.com>
15532
15533         * autogen.sh: (CONFIGURE_DEF_OPT): 
15534         libtoolize on Darwin/MacOSX is called glibtoolize
15535
15536 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
15537
15538         * tests/check/Makefile.am:
15539         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST):
15540           Disable the adder test, until the build-slaves posses the kindness to 
15541           either like it or to give valid reason for not doing so 
15542
15543 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
15544
15545         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
15546         (adder_suite):
15547           Shuffle NULL state change around and raise timeout more
15548
15549 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
15550
15551         * gst/typefind/gsttypefindfunctions.c: (mp4_find_box),
15552         (mp4_type_find), (plugin_init):
15553           Add typefind to distinguish between "audio/x-m4a" and new type
15554           "video/mp4". Fixes #340375
15555
15556         * tests/check/elements/adder.c: (adder_suite):
15557           Raise timeout to make buildbot happy
15558
15559 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
15560
15561         * gst/adder/gstadder.c: (gst_adder_sink_event),
15562         (gst_adder_request_new_pad), (gst_adder_change_state):
15563         * gst/adder/gstadder.h:
15564         * tests/check/Makefile.am:
15565         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
15566         (adder_suite), (main):
15567           Add sink-event handling to adder. It tries to merge incomming
15568           newsegment-events. Added test to check if segment_done is comming
15569           through. Fixes #340060
15570
15571 2006-05-05  Andy Wingo  <wingo@pobox.com>
15572
15573         * ext/theora/theoraparse.c (gst_theora_parse_init)
15574         (theora_parse_src_convert, theora_parse_src_query):
15575         * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init)
15576         (vorbis_parse_convert, vorbis_parse_src_query): Add convert and
15577         query functions on the source pads of the theora and vorbis parse
15578         elements. Fixes position querying when doing a remux.
15579
15580 2006-05-05  Michael Smith  <msmith@fluendo.com>
15581
15582         * ext/theora/theoraparse.c: (parse_granulepos),
15583         (theora_parse_drain_queue_prematurely),
15584         (theora_parse_queue_buffer), (theora_parse_sink_event):
15585           Fix flushing.
15586           Fix invalid granulepos outputs when starting with a non-keyframe.
15587
15588 2006-05-05  Jan Schmidt  <thaytan@mad.scientist.com>
15589
15590         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find),
15591         (mpeg1_sys_type_find), (ogganx_type_find), (sw_data_destroy):
15592         Rearrange MPEG system stream detection, fixing some memleaks in the
15593         process.
15594         Constify the data for STARTS_WITH and RIFF helper handlers. Make sure
15595         they clean up their data correctly.
15596         Remove unused ogganx caps and move the 'is_annodex' check to inside
15597         the 'is_ogg' if statement.
15598
15599 2006-05-05  Wim Taymans  <wim@fluendo.com>
15600
15601         * gst/playback/gstdecodebin.c: (cleanup_decodebin):
15602         Properly remove ghostpads. Fixes #340392
15603
15604 2006-05-04  David Schleef  <ds@schleef.org>
15605
15606         * gst/typefind/gsttypefindfunctions.c:
15607
15608 2006-05-03  Jan Schmidt  <thaytan@mad.scientist.com>
15609
15610         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
15611         (mpeg_ts_probe_headers), (mpeg_ts_type_find):
15612
15613         When typefinding an MP3 in push-based mode, don't penalise the
15614         probability down to 74% when we found 5 valid frames just because we
15615         can't peek the end of the file.
15616
15617         Make the probability for detecting MPEG Transport Streams based on the
15618         number of sequential headers we successfully detected.
15619
15620 2006-05-03  Wim Taymans  <wim@fluendo.com>
15621
15622         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
15623         (vorbis_dec_push), (vorbis_dec_chain):
15624         Still produce an error when we receive an empty packet.
15625
15626 2006-05-03  Wim Taymans  <wim@fluendo.com>
15627
15628         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
15629         (gst_ogg_chain_mark_discont), (gst_ogg_chain_new_stream),
15630         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek):
15631         Mark buffers with DISCONT after seek and after activating new
15632         chains.
15633
15634         * ext/theora/gsttheoradec.h:
15635         * ext/theora/theoradec.c: (gst_theora_dec_reset),
15636         (theora_get_query_types), (theora_dec_sink_event),
15637         (theora_dec_push), (theora_handle_data_packet), (theora_dec_chain),
15638         (theora_dec_change_state):
15639         Fix frame counter.
15640         Detect and mark DISCONT buffers.
15641
15642         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
15643         (vorbis_dec_sink_event), (vorbis_dec_push), (vorbis_dec_chain),
15644         (vorbis_dec_change_state):
15645         * ext/vorbis/vorbisdec.h:
15646         Use GstSegment.
15647         Detect and mark DISCONT buffers.
15648         Don't crash on 0 sized buffers.
15649
15650 2006-05-03  Wim Taymans  <wim@fluendo.com>
15651
15652         * gst/volume/gstvolume.c: (volume_funcfind), (volume_set_caps),
15653         (volume_transform_ip):
15654         Increase "volume" property to 10.0. Fixes #340369.
15655         Set the process function to NULL when capsnego fails so that
15656         we properly error out.
15657
15658 2006-05-02  Stefan Kost  <ensonic@users.sf.net>
15659
15660         * gst/playback/gstplaybin.c: (add_sink):
15661         * gst/playback/test.c: (main):
15662         * gst/playback/test5.c: (dump_element_stats):
15663         * gst/playback/test6.c: (main):
15664           free caps using gst_caps_unref, don't leak caps-strings
15665
15666 2006-05-01  Tim-Philipp Müller  <tim at centricular dot net>
15667
15668         * gst/typefind/gsttypefindfunctions.c: (musepack_type_find),
15669         (plugin_init):
15670           Refine musepack typefinding a bit. Return MAXIMUM
15671           probability when we detect stream version 7 to make
15672           sure the mpeg audio typefinder doesn't trump us.
15673
15674 2006-04-29  Tim-Philipp Müller  <tim at centricular dot net>
15675
15676         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
15677           Protect against unexpected NULL strf_data buffer.
15678
15679 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
15680
15681         * tests/check/elements/audioconvert.c: (verify_convert),
15682         (GST_START_TEST):
15683           interpret the out[] buffer in the order the bytes are actually
15684           put in, which is LITTLE_ENDIAN, not BYTE_ORDER.
15685           Other tests should use BYTE_ORDER since the array is filled in
15686           with actual values
15687
15688 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
15689
15690         * tests/check/elements/audioconvert.c: (verify_convert),
15691         (GST_START_TEST):
15692           when a test fails, give an indication of which it is
15693
15694 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
15695
15696         * gst-libs/gst/cdda/gstcddabasesrc.c:
15697           compile fix; strtol() needs <stdlib.h>
15698
15699 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
15700
15701         * ext/alsa/gstalsamixerelement.c:
15702         * ext/alsa/gstalsasrc.c:
15703         * ext/cdparanoia/gstcdparanoiasrc.c:
15704         * ext/gnomevfs/gstgnomevfssink.c:
15705         * ext/gnomevfs/gstgnomevfssrc.c:
15706         * ext/ogg/gstoggdemux.c:
15707         * ext/ogg/gstoggmux.c:
15708         * ext/ogg/gstoggparse.c:
15709         * ext/ogg/gstogmparse.c:
15710         * ext/pango/gstclockoverlay.c:
15711         * ext/pango/gsttextoverlay.c:
15712         * ext/pango/gsttextrender.c:
15713         * ext/pango/gsttimeoverlay.c:
15714         * ext/theora/theoradec.c:
15715         * ext/theora/theoraenc.c:
15716         * ext/vorbis/vorbisdec.c:
15717         * ext/vorbis/vorbisenc.c:
15718         * gst-libs/gst/audio/gstaudiofilter.c:
15719         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
15720         * gst/audioconvert/gstaudioconvert.c:
15721         * gst/audiorate/gstaudiorate.c:
15722         * gst/audioresample/gstaudioresample.c:
15723         * gst/audiotestsrc/gstaudiotestsrc.c:
15724         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15725         * gst/playback/gstdecodebin.c:
15726         * gst/playback/gstplaybin.c:
15727         * gst/playback/gststreamselector.c:
15728         * gst/subparse/gstsubparse.c:
15729         * gst/tcp/gstmultifdsink.c:
15730         * gst/tcp/gsttcpclientsink.c:
15731         * gst/tcp/gsttcpclientsrc.c:
15732         * gst/tcp/gsttcpserversink.c:
15733         * gst/tcp/gsttcpserversrc.c:
15734         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
15735         * gst/videorate/gstvideorate.c:
15736         * gst/videoscale/gstvideoscale.c:
15737         * gst/videotestsrc/gstvideotestsrc.c:
15738         * gst/volume/gstvolume.c:
15739         * sys/v4l/gstv4ljpegsrc.c:
15740         * sys/v4l/gstv4lmjpegsink.c:
15741         * sys/v4l/gstv4lmjpegsrc.c:
15742         * sys/v4l/gstv4lsrc.c:
15743         * sys/ximage/ximagesink.c:
15744         * sys/xvimage/xvimagesink.c:
15745         * tests/check/libs/cddabasesrc.c:
15746           make GstElementDetails const
15747
15748 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
15749
15750         * gst/adder/gstadder.c: (gst_adder_setcaps), (gst_adder_src_event),
15751         (gst_adder_init):
15752           send events from src-pad to all sink-pads fixes #338657
15753
15754 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
15755
15756         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps),
15757         (alsasink_parse_spec):
15758           query width capabilities from alsa, fixes #338919
15759
15760 2006-04-28  Wim Taymans  <wim@fluendo.com>
15761
15762         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
15763         (gst_multi_fd_sink_remove_client_link):
15764         * gst/tcp/gstmultifdsink.h:
15765         Fix race condition in multifdsink that can lead to spurious 
15766         duplicate clients. this patch adds a new signal that is fired when
15767         multifdsink has removed all references to the fd.
15768         Fixes #339574.
15769         Updated documentation.
15770         API: client-fd-removed signal added
15771
15772 2006-04-28  Michael Smith  <msmith@fluendo.com>
15773
15774         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_get_stats):
15775           When asking g_value_array_new to prealloc elements, we may as well
15776           ask for the right number of elements.
15777
15778 2006-04-28  Wim Taymans  <wim@fluendo.com>
15779
15780         * gst-libs/gst/audio/gstbaseaudiosink.c:
15781         (gst_base_audio_sink_drain), (gst_base_audio_sink_event),
15782         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
15783         patch to make timestamp checking more tollerant to rounding 
15784         errors given that real discontinuities are to be marked on
15785         buffers. Fixes some asf files and #338778.
15786         Also avoid some crashers when we receive an event in the 
15787         NULL state.
15788
15789 2006-04-28  Michael Smith  <msmith@fluendo.com>
15790
15791         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
15792         (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
15793         (gst_gnome_vfs_src_get_property),
15794         (gst_gnome_vfs_src_send_additional_headers_callback),
15795         (gst_gnome_vfs_src_received_headers_callback),
15796         (gst_gnome_vfs_src_create), (gst_gnome_vfs_src_start),
15797         (gst_gnome_vfs_src_stop):
15798         * ext/gnomevfs/gstgnomevfssrc.h:
15799           Remove ICY handling (mostly) from gnomevfssrc, in favour of
15800           proper shared support within icydemux.
15801
15802 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
15803
15804         * gst/videorate/gstvideorate.c: (gst_video_rate_reset),
15805         (gst_video_rate_swap_prev), (gst_video_rate_chain):
15806           fix up docs
15807           fix a leak when no caps negotiated
15808           fix counting of input frames
15809         * tests/check/elements/.cvsignore:
15810         * tests/check/elements/videorate.c: (assert_videorate_stats),
15811         (GST_START_TEST), (videorate_suite):
15812           add tests for these
15813
15814 2006-04-28  Wim Taymans  <wim@fluendo.com>
15815
15816         * gst-libs/gst/audio/gstringbuffer.c:
15817         (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
15818         (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
15819         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
15820         (gst_ring_buffer_pause), (gst_ring_buffer_stop),
15821         (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
15822         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
15823         (gst_ring_buffer_commit), (gst_ring_buffer_read),
15824         (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
15825         (gst_ring_buffer_clear), (gst_ring_buffer_may_start):
15826         Check arguments passed to public functions instead of
15827         crashing.
15828
15829 2006-04-28  Wim Taymans  <wim@fluendo.com>
15830
15831         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
15832         (gst_base_audio_src_get_time), (gst_base_audio_src_create):
15833         GstBaseAudioSrc must be live or it does not work.
15834
15835         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audio_src_init):
15836         Don't set live to TRUE as this is the default in the parentclass.
15837
15838 2006-04-28  Wim Taymans  <wim@fluendo.com>
15839
15840         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps),
15841         (gst_video_scale_fixate_caps), (gst_video_scale_src_event):
15842         Videoscale doesn't pass on pixel-aspect ratio. Handle all
15843         fixation cases better. Fixes #338991
15844
15845 2006-04-28  Wim Taymans  <wim@fluendo.com>
15846
15847         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
15848         Handle 0/1 framerate correctly Fixes #331901.
15849
15850 2006-04-28  Wim Taymans  <wim@fluendo.com>
15851
15852         * tests/check/elements/audioconvert.c: (get_float_caps),
15853         (GST_START_TEST), (audioconvert_suite):
15854         Added check for correct clipping when doing float samples
15855         in audioconvert.
15856
15857 2006-04-28  Wim Taymans  <wim@fluendo.com>
15858
15859         * gst/videorate/gstvideorate.c: (gst_video_rate_event),
15860         (gst_video_rate_chain):
15861         Print more debugging info.
15862
15863 2006-04-28  Wim Taymans  <wim@fluendo.com>
15864
15865         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
15866         (resample_set_state_from_caps):
15867         Add support for other formats audioresample can handle such as
15868         32 bits in and float and 64 bits float. Fixes #301759
15869
15870 2006-04-28  Wim Taymans  <wim@fluendo.com>
15871
15872         * gst/audioconvert/audioconvert.c: (float):
15873         correctly clip float samples > 1.0. Fixes #338718
15874
15875 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
15876
15877         Patch by: Young-Ho Cha  <ganadist at chollian net>
15878
15879         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
15880         (gst_text_overlay_render_text):
15881           Don't strip newlines from the text. Also, center lines
15882           within multi-line paragraphs (#339405).
15883
15884 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
15885
15886         * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find):
15887           Fix wavpack typefinding to work in more cases (don't peek
15888           for chunks of multiple hundred kBs at once, but process
15889           things step-by-step in smaller units). Fixes #339786.
15890
15891 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
15892
15893         * configure.ac:
15894           back to HEAD
15895
15896 === release 0.10.6 ===
15897
15898 2006-04-28  Thomas Vander Stichele <thomas at apestaart dot org>
15899
15900         * configure.ac:
15901           releasing 0.10.6, "Chao"
15902
15903 2006-04-26  David Schleef  <ds@schleef.org>
15904
15905         * gst/videoscale/gstvideoscale.c: Add call to oil_init().
15906           Fixes #338897.
15907
15908 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
15909
15910         * configure.ac:
15911         * win32/common/config.h:
15912           new prerelease
15913
15914 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
15915
15916         patch by: Wim Taymans
15917
15918         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
15919         (gst_ogg_demux_perform_seek):
15920           make sure correct newsegments are sent, so that the decoder
15921           and the demuxer agree on timestamps.  Fixes playback of a lot
15922           of Ogg files that do not start from 0.  Fixes #339833.
15923
15924 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
15925
15926         Patch by: Edward Hervey  <edward@fluendo.com>
15927
15928         * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
15929         * tests/check/Makefile.am:
15930         * tests/check/elements/videorate.c: (assert_videorate_stats),
15931         (setup_videorate), (cleanup_videorate), (GST_START_TEST),
15932         (videorate_suite), (main):
15933           Fix an infinite loop if frames are passed in with wrongly ordered
15934           timestamps.  Fixes #339013.
15935
15936 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
15937
15938         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
15939
15940         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
15941           fix typefinding on some ISO files.  Fixes #339212.
15942
15943 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
15944
15945         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
15946
15947         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
15948           add another H264 fourcc.  Fixes #339047.
15949
15950 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
15951
15952         Patch by: Jan Schmidt
15953
15954         * gst/playback/gststreamselector.c:
15955         (gst_stream_selector_bufferalloc):
15956           Restore old StreamSelector behaviour.
15957           Fixes #338419.
15958
15959 2006-04-12  Thomas Vander Stichele  <thomas at apestaart dot org>
15960
15961         * configure.ac:
15962         * win32/common/config.h:
15963           prerelease
15964
15965 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
15966
15967         Patch by: Antoine Tremblay  <hexa00 at gmail dot com>
15968
15969         * gst-libs/gst/rtp/gstbasertpdepayload.c:
15970         (gst_base_rtp_depayload_finalize), (gst_base_rtp_depayload_push):
15971           Fix some memory leaks: on finalize, free buffers left in the queue
15972           before destroying the queue; in _push(), unref rtp_buf even if
15973           the process vfunc returned a NULL buffer as output buffer (#337548);
15974           demote some recuring debug messages to LOG level.
15975
15976 2006-04-11  Wim Taymans  <wim@fluendo.com>
15977
15978         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
15979         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
15980         (gst_ogg_chain_free), (gst_ogg_demux_sink_event),
15981         (gst_ogg_demux_loop):
15982         More cleanups.
15983         Respect segment stop when emiting EOS or SEGMENT_DONE.
15984         Fixes (#337945).
15985
15986 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
15987
15988         * gst/playback/gststreamselector.c:
15989         (gst_stream_selector_get_property):
15990           Don't leak pad name.
15991
15992 2006-04-10  Michael Smith  <msmith@fluendo.com>
15993
15994         * tests/check/Makefile.am:
15995         * tests/check/gst-plugins-base.supp:
15996           Suppress an old libtheora bug (fixed in more recent versions), so 
15997           that FC4 buildslaves can pass.
15998
15999 2006-04-10  Wim Taymans  <wim@fluendo.com>
16000
16001         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
16002         (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
16003         (gst_ogg_demux_init), (gst_ogg_demux_finalize),
16004         (gst_ogg_demux_sink_event), (gst_ogg_demux_get_data),
16005         (gst_ogg_demux_loop):
16006         Don't leak events.
16007         Remember what error we got when finding chains, if we
16008         were shutdown, that would not be an error.
16009
16010 2006-04-10  Wim Taymans  <wim@fluendo.com>
16011
16012         * gst-libs/gst/audio/gstbaseaudiosink.c:
16013         (gst_base_audio_sink_event):
16014         Starting the ringbuffer when we did not acquire it can cause
16015         a deadlock, is pointless and causes nasty things for
16016         subclasses. 
16017         Fixes gst-launch audiotestsrc num-buffers=0 ! alsasink.
16018
16019 2006-04-10  Wim Taymans  <wim@fluendo.com>
16020
16021         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
16022         (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
16023         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
16024         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
16025         (gst_ogg_demux_deactivate_current_chain),
16026         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
16027         (gst_ogg_demux_bisect_forward_serialno),
16028         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain):
16029         Add some more debugging.
16030
16031 2006-04-10  Wim Taymans  <wim@fluendo.com>
16032
16033         * ext/theora/theoradec.c: (theora_dec_src_event),
16034         (theora_handle_data_packet):
16035         Some more debug info.
16036
16037         * tests/examples/seek/seek.c: (start_seek), (main):
16038         Print element messages too.
16039
16040 2006-04-09  Sebastien Moutte  <sebastien@moutte.net>
16041
16042         * gst/audioresample/debug.h:
16043           replace debug macros with variable number of parameters
16044           by a simple alias to gstreamer standard debug macros 
16045          (#define RESAMPLE_ERROR GST_ERROR, __VA_ARGS__ is not
16046           supported by MSVC 6.0 and 7.1)
16047         * gst/audioresample/resample.h:
16048           define M_PI and rint for WIN32
16049         * win32/common/libgstaudio.def:
16050         * win32/common/libgstriff.def:
16051         * win32/common/libgsttag.def:
16052         * win32/common/libgstvideo.def:
16053           add new exported functions
16054         * win32/vs6:
16055           update project files
16056
16057 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
16058
16059         * ext/alsa/gstalsamixeroptions.c:
16060         (gst_alsa_mixer_options_class_init):
16061         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init):
16062         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_class_init):
16063         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init):
16064         * ext/ogg/gstoggparse.c: (gst_ogg_parse_class_init):
16065         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_class_init):
16066         * gst-libs/gst/audio/gstaudiofilter.c:
16067         (gst_audio_filter_class_init):
16068         * gst-libs/gst/audio/gstaudiosink.c:
16069         (gst_audioringbuffer_class_init):
16070         * gst-libs/gst/audio/gstaudiosrc.c:
16071         (gst_audioringbuffer_class_init):
16072         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_class_init):
16073         * gst-libs/gst/interfaces/colorbalancechannel.c:
16074         (gst_color_balance_channel_class_init):
16075         * gst-libs/gst/interfaces/mixeroptions.c:
16076         (gst_mixer_options_class_init):
16077         * gst-libs/gst/interfaces/mixertrack.c:
16078         (gst_mixer_track_class_init):
16079         * gst-libs/gst/interfaces/tunerchannel.c:
16080         (gst_tuner_channel_class_init):
16081         * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_class_init):
16082         * gst-libs/gst/netbuffer/gstnetbuffer.c:
16083         (gst_netbuffer_class_init):
16084         * gst-libs/gst/rtp/gstbasertppayload.c:
16085         (gst_basertppayload_class_init):
16086         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
16087         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
16088         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
16089         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init):
16090         * gst/playback/gststreamselector.c:
16091         (gst_stream_selector_class_init):
16092         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
16093         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
16094         * sys/v4l/gstv4lcolorbalance.c:
16095         (gst_v4l_color_balance_channel_class_init):
16096         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_class_init):
16097         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
16098         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
16099         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_channel_class_init),
16100         (gst_v4l_tuner_norm_class_init):
16101         * sys/ximage/ximagesink.c: (gst_ximagesink_class_init):
16102         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_class_init):
16103         * tests/old/testsuite/alsa/sinesrc.c: (sinesrc_class_init):
16104         Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
16105
16106 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
16107
16108         * ext/pango/gsttextrender.h:
16109         * gst-libs/gst/audio/gstaudiosink.h:
16110         * gst-libs/gst/audio/gstaudiosrc.h:
16111         * gst-libs/gst/audio/gstbaseaudiosink.h:
16112         * gst-libs/gst/audio/gstbaseaudiosrc.h:
16113         * gst-libs/gst/audio/gstringbuffer.h:
16114         * gst-libs/gst/rtp/gstbasertpdepayload.h:
16115         * gst-libs/gst/rtp/gstbasertppayload.h:
16116         * gst-libs/gst/video/gstvideofilter.h:
16117         * gst-libs/gst/video/gstvideosink.h:
16118         * gst/playback/gstplaybasebin.h:
16119         * gst/tcp/gstmultifdsink.h:
16120         * sys/v4l/gstv4lelement.h:
16121         Fix broken GObject macros
16122
16123 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
16124
16125         * ext/alsa/gstalsasink.c: (set_hwparams), (alsasink_parse_spec):
16126         More debug to trace why my USB headset is not working with gst
16127
16128 2006-04-07  Jan Schmidt  <thaytan@mad.scientist.com>
16129
16130         * gst/playback/gstplaybasebin.c: (group_destroy):
16131         Clean up our group elements properly in the case where it never 
16132         got committed - it still got added unconditionally to the bin.
16133
16134 2006-04-07  Wim Taymans  <wim@fluendo.com>
16135
16136         * ext/theora/theoradec.c: (theora_dec_sink_event),
16137         (theora_handle_data_packet), (theora_dec_chain):
16138         Unref unhandled events.
16139         Protect against empty buffers.
16140         Perform QoS on running time.
16141
16142 2006-04-07  Michael Smith  <msmith@fluendo.com>
16143
16144         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_set_header_on_caps),
16145         (gst_vorbis_enc_chain):
16146           Remove leaks from vorbisenc.
16147           Mostly minor changes, the only significant one is that now the
16148           buffers we set as 'streamheader' on the caps are copies of the
16149           original buffers, to avoid circular refcounting problems.
16150
16151 2006-04-07  Jan Schmidt  <thaytan@mad.scientist.com>
16152
16153         * gst/playback/gstplaybasebin.c: (mute_stream), (setup_substreams):
16154           Don't remove our mute-probe if someone else already did so.
16155           Don't set a 2nd one if there is already one pending on the pad.
16156
16157         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
16158         (do_playbin_seek):
16159           When a seek fails, ensure that playbin is still set back to playing.
16160           
16161         * gst/typefind/gsttypefindfunctions.c: (mpeg_ts_probe_headers),
16162         (mpeg_ts_type_find), (plugin_init):
16163           Add a typefind function for mpeg-ts streams. (Closes: #336617)
16164
16165 2006-04-06  Andy Wingo  <wingo@pobox.com>
16166
16167         * gst/videorate/gstvideorate.c (gst_video_rate_reset) 
16168         (gst_video_rate_init): Caps-related parameters should not be reset
16169         by a flush -- move their inits to the instance init function.
16170         (gst_video_rate_flush_prev): Don't complain if gst_pad_push
16171         is not OK, just return the result.
16172
16173         * gst/audiotestsrc/gstaudiotestsrc.c
16174         (gst_audio_test_src_class_init)
16175         (gst_audio_test_src_get_times): Re-enable is-live=true, as was
16176         broken by Stefan's commit on 24 March.
16177
16178         * ext/ogg/gstoggmux.c (gst_ogg_mux_push_buffer): Set caps on
16179         buffers being pushed out. Fixes oggmux ! multifdsink.
16180
16181 2006-04-05  Tim-Philipp Müller  <tim at centricular dot net>
16182
16183         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
16184         (gst_vorbis_dec_init), (vorbis_dec_finalize):
16185         * ext/vorbis/vorbisdec.h:
16186         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_add_interfaces),
16187         (gst_vorbis_enc_base_init), (gst_vorbis_enc_class_init),
16188         (gst_vorbis_enc_sink_setcaps), (gst_vorbis_enc_convert_src),
16189         (gst_vorbis_enc_convert_sink), (gst_vorbis_enc_get_query_types),
16190         (gst_vorbis_enc_src_query), (gst_vorbis_enc_sink_query),
16191         (gst_vorbis_enc_init), (gst_vorbis_enc_get_tag_value),
16192         (gst_vorbis_enc_metadata_set1), (gst_vorbis_enc_set_metadata),
16193         (gst_vorbis_enc_setup), (gst_vorbis_enc_clear),
16194         (gst_vorbis_enc_buffer_from_packet),
16195         (gst_vorbis_enc_buffer_from_header_packet),
16196         (gst_vorbis_enc_push_buffer), (gst_vorbis_enc_push_packet),
16197         (gst_vorbis_enc_set_header_on_caps), (gst_vorbis_enc_sink_event),
16198         (gst_vorbis_enc_chain), (gst_vorbis_enc_output_buffers),
16199         (gst_vorbis_enc_get_property), (gst_vorbis_enc_set_property),
16200         (gst_vorbis_enc_change_state):
16201         * ext/vorbis/vorbisenc.h:
16202           Remove left-over 0.8 cruft; use GST_DEBUG_FUNCPTR; make
16203           vorbisenc adhere to the official nomenclature; use boilerplate
16204           macro.
16205
16206 2006-04-04  Andy Wingo  <wingo@pobox.com>
16207
16208         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
16209         Whoops, fix bug introduced. Bad hacker!
16210         
16211         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
16212         Properly handle the case where you get EOS before any buffers are
16213         received. Use gst_buffer_make_metadata_writable where appropriate.
16214
16215         * ext/theora/theoradec.c (theora_handle_data_packet): This value
16216         is often negative -- make it signed so as not to wrap around.
16217         Fixes segfaults introduced on 9 March.
16218
16219 2006-04-03  Wim Taymans  <wim@fluendo.com>
16220
16221         * ext/theora/gsttheoradec.h:
16222         * ext/theora/theoradec.c: (theora_dec_src_event):
16223         Don't try to store a gdouble in a gboolean.
16224         Small cleanups.
16225
16226 2006-04-03  Michael Smith  <msmith@fluendo.com>
16227
16228         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads):
16229           Oggmux sucks.
16230           Make it suck slightly less by writing out the final page.
16231           Still can't encode a vorbis-in-ogg file correctly, though.
16232
16233 2006-04-03  Andy Wingo  <wingo@pobox.com>
16234
16235         * ext/theora/theoraparse.c (theora_parse_drain_queue): Um, remove
16236         a g_print.
16237
16238         * ext/theora/theora.c (plugin_init): Register theoraparse.
16239
16240         * ext/theora/gsttheoraparse.h: 
16241         * ext/theora/theoraparse.c: New files implementing a theora
16242         parser. Now we can properly remux ogg/theora+vorbis, yay.
16243
16244         * ext/vorbis/vorbisparse.c: Add some docs and a copyright.
16245
16246 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
16247
16248         * gst/audiotestsrc/gstaudiotestsrc.c:
16249           Fixed the sample pipeline (see #323798)
16250
16251 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
16252
16253         * configure.ac:
16254         * win32/common/config.h:
16255         * win32/common/config.h.in:
16256           use AS_VERSION and AS_NANO
16257           more cleanups
16258
16259 2006-03-31  Andy Wingo  <wingo@pobox.com>
16260
16261         * ext/vorbis/vorbisparse.c (vorbis_parse_sink_event): Fix
16262         uninitialized variable return that would happen.
16263         
16264         * ext/vorbis/vorbisparse.c (vorbis_parse_drain_queue): Fix
16265         uninitialized variable return that would never happen.
16266
16267         * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init) 
16268         (vorbis_parse_sink_event): Add an event function to flush our
16269         state on a seek, and to drain buffers on a premature EOS.
16270         (vorbis_parse_push_headers, vorbis_parse_clear_queue) 
16271         (vorbis_parse_push_buffer, vorbis_parse_drain_queue_prematurely) 
16272         (vorbis_parse_chain, vorbis_parse_queue_buffer) 
16273         (vorbis_parse_drain_queue): Queue up buffers until we can set
16274         their timestamps and granulepos values.
16275
16276         * ext/vorbis/vorbisparse.h: Include the vorbis decoder headers,
16277         and keep track of data needed for deriving granulepos and
16278         timestamps for buffers.
16279
16280 2006-03-29  Wim Taymans  <wim@fluendo.com>
16281
16282         Patch by: j^ <j at bootlab dot org>
16283
16284         * ext/alsa/gstalsamixerelement.c:
16285         (gst_alsa_mixer_element_class_init):
16286         * ext/alsa/gstalsasink.c:
16287         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init):
16288         * ext/ogg/gstoggdemux.c:
16289         * ext/ogg/gstoggmux.c:
16290         * ext/ogg/gstoggparse.c:
16291         * ext/pango/gstclockoverlay.c:
16292         * ext/pango/gsttextoverlay.c:
16293         * ext/pango/gsttextrender.c:
16294         * ext/pango/gsttimeoverlay.c:
16295         * ext/theora/theoradec.c:
16296         * ext/theora/theoraenc.c:
16297         * ext/vorbis/vorbisdec.c:
16298         * ext/vorbis/vorbisenc.c:
16299         * gst/audioconvert/gstaudioconvert.c:
16300         * gst/subparse/gstsubparse.c:
16301         * gst/tcp/gstmultifdsink.c:
16302         * gst/tcp/gsttcpclientsink.c:
16303         * gst/tcp/gsttcpclientsrc.c:
16304         * gst/tcp/gsttcpserversink.c:
16305         * gst/tcp/gsttcpserversrc.c:
16306           better/unified long descriptions
16307           Fixes #336477
16308
16309 2006-03-29  Wim Taymans  <wim@fluendo.com>
16310
16311         * tests/examples/seek/seek.c: (end_scrub), (seek_cb), (start_seek),
16312         (stop_seek):
16313         Don't let double and triple clicks mess up our state.
16314
16315 2006-03-28  Tim-Philipp Müller  <tim at centricular dot net>
16316
16317         * gst/playback/gstplaybin.c: (gen_video_element),
16318         (gen_text_element), (gen_audio_element), (gen_vis_element):
16319           Error out gracefully when we can't create any of the usual
16320           conversion elements for some reason. Also, don't try to
16321           create an audioscale (sic) element that's not used anyway.
16322
16323 2006-03-28  Tim-Philipp Müller  <tim at centricular dot net>
16324
16325         * gst/playback/gstplaybasebin.c: (setup_source):
16326           Don't post RESOURCE_NOT_FOUND error when we can't find a source
16327           element for a particular protocol, that's confusing for users.
16328           Instead, post a RESOURCE_FAILED error, so that our own error
16329           message is actually shown in totem etc. (#336303).
16330
16331 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
16332
16333         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
16334
16335         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_finalize),
16336         (gst_gnome_vfs_src_get_icy_metadata):
16337           Fix some minor memory leaks (#336194).
16338
16339 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
16340
16341         * ext/gnomevfs/gstgnomevfs.c:
16342         (gst_gnome_vfs_location_to_uri_string):
16343         * ext/gnomevfs/gstgnomevfs.h:
16344         * ext/gnomevfs/gstgnomevfssink.c:
16345         (gst_gnome_vfs_sink_set_property):
16346         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_set_property):
16347           Make gnomevfssink accept filenames as well as URIs for the
16348           "location" property, just like gnomevfssrc does (and
16349           filesrc/filesink do) (#336190).
16350
16351 2006-03-24  Thomas Vander Stichele <thomas at apestaart dot org>
16352
16353         * tests/check/generic/clock-selection.c: (GST_START_TEST):
16354           set to NULL before unreffing, fixes a valgrind leak.
16355           Why was this not triggering the error that an object needs to
16356           be NULL before unreffing ?
16357         * win32/common/config.h:
16358           update
16359
16360 2006-03-24  Tim-Philipp Müller  <tim at centricular dot net>
16361
16362         * gst/subparse/gstsubparse.c: (convert_encoding),
16363         (gst_sub_parse_change_state):
16364         * gst/subparse/gstsubparse.h:
16365           Text subtitle files may or may not be UTF-8. If it's not, we
16366           don't really want to see '?' characters in place of non-ASCII
16367           characters like accented characters. So let's assume the input
16368           is UTF-8 until we come across text that is clearly not. If it's
16369           not UTF-8, we don't really know what it is, so try the following:
16370           (a) see whether the GST_SUBTITLE_ENCODING environment variable
16371           is set; if not, check (b) if the current locale encoding is
16372           non-UTF-8 and use that if it is, or (c) assume ISO-8859-15 if
16373           the current locale encoding is UTF-8 and the environment variable
16374           was not set to any particular encoding. Not perfect, but better
16375           than nothing (and better than before, I think) (fixes #172848).
16376
16377 2006-03-24  Thomas Vander Stichele <thomas at apestaart dot org>
16378
16379         * configure.ac:
16380           update core requirement to 0.10.4.1 because of async_playback
16381           vmethod on GstBaseSink
16382
16383 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
16384
16385         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
16386         * gst/adder/gstadder.c: (gst_adder_init):
16387         use DEBUG_FUNCPTR for collectpads
16388
16389 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
16390
16391         * docs/plugins/Makefile.am:
16392         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
16393         * docs/plugins/gst-plugins-base-plugins-sections.txt:
16394         * ext/cdparanoia/gstcdparanoiasrc.c:
16395         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_base_init),
16396         (gst_gnome_vfs_sink_class_init):
16397         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_base_init):
16398         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_base_init):
16399         * ext/ogg/gstoggmux.c:
16400         * ext/ogg/gstoggparse.c: (gst_ogg_parse_base_init):
16401         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
16402         (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init):
16403         * ext/pango/gsttextoverlay.c:
16404         * ext/pango/gsttextrender.c:
16405         * ext/theora/theoradec.c:
16406         * ext/theora/theoraenc.c:
16407         * ext/vorbis/vorbisdec.c:
16408         * ext/vorbis/vorbisenc.c:
16409         * gst-libs/gst/audio/gstaudiofilter.c:
16410         (gst_audio_filter_base_init):
16411         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
16412         (gst_audio_filter_template_base_init):
16413         * gst/adder/gstadder.c: (gst_adder_get_type):
16414         * gst/adder/gstadder.h:
16415         * gst/audioconvert/gstaudioconvert.c:
16416         * gst/audiotestsrc/gstaudiotestsrc.c:
16417         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
16418         (gst_audio_test_src_create):
16419         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16420         * gst/playback/gstdecodebin.c:
16421         * gst/playback/gstplaybin.c:
16422         * gst/playback/gststreamselector.c:
16423         (gst_stream_selector_base_init):
16424         * gst/subparse/gstsubparse.c: (gst_sub_parse_base_init):
16425         * gst/volume/gstvolume.c:
16426         * sys/v4l/gstv4lmjpegsink.c:
16427         * sys/v4l/gstv4lmjpegsrc.c:
16428         * tests/check/libs/cddabasesrc.c:
16429         * tests/old/examples/gob/gst-identity2.gob:
16430           Add docs for adder, use GST_ELEMENT_DETAILS macro,
16431           define GstElementDetails at the top
16432
16433 2006-03-23  Sebastien Moutte  <sebastien@moutte.net>
16434
16435         * win32/common/libgstinterfaces.def:
16436         Add a lot of export functions for gst-python
16437         * win32/vs6/libgstinterfaces.dsp:
16438         Add a missing include folder in the project configuration
16439         
16440 2006-03-23  Wim Taymans  <wim@fluendo.com>
16441
16442         * gst-libs/gst/audio/gstbaseaudiosrc.c:
16443         (gst_base_audio_src_get_time), (gst_base_audio_src_create),
16444         (gst_base_audio_src_change_state):
16445         Fix audio sources, forgot to make the ringbuffer
16446         startable...
16447
16448 2006-03-23  Wim Taymans  <wim@fluendo.com>
16449
16450         * gst-libs/gst/audio/gstbaseaudiosrc.c:
16451         (gst_base_audio_src_get_time), (gst_base_audio_src_create),
16452         (gst_base_audio_src_change_state):
16453         unparent instead of unref the ringbuffer.
16454
16455 2006-03-23  Wim Taymans  <wim@fluendo.com>
16456
16457         * gst-libs/gst/audio/gstbaseaudiosink.c:
16458         (gst_base_audio_sink_class_init), (gst_base_audio_sink_async_play),
16459         (gst_base_audio_sink_do_play), (gst_base_audio_sink_change_state):
16460         Implement new async_play vmethod to start slaving and allow
16461         playback start in case of async PLAY state changes. 
16462
16463         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
16464         Enable QoS with new method in base class.
16465
16466 2006-03-23  Wim Taymans  <wim@fluendo.com>
16467
16468         Patch by: Julien MOUTTE <julien at moutte dot net>
16469
16470         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_query),
16471         (gst_video_test_src_do_seek), (gst_video_test_src_create):
16472         Partially handle 0 framerate, only EOS after the first frame
16473         is missing.
16474
16475 2006-03-23  Wim Taymans  <wim@fluendo.com>
16476
16477         Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
16478
16479         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
16480         (gst_riff_create_video_template_caps):
16481         * gst/ffmpegcolorspace/avcodec.h:
16482         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
16483         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
16484         (gst_ffmpegcsp_avpicture_fill):
16485         * gst/ffmpegcolorspace/imgconvert.c:
16486         Patch for support of YVU9 AVI files (#334822)
16487
16488 2006-03-22  Edward Hervey  <edward@fluendo.com>
16489
16490         * docs/design/design-decodebin.txt:
16491         Added design document for new decodebin
16492         (Target Caps): text/x-pango-markup is also a default target caps.
16493
16494 2006-03-22  Wim Taymans  <wim@fluendo.com>
16495
16496         * gst-libs/gst/audio/gstbaseaudiosink.c:
16497         (gst_base_audio_sink_dispose):
16498         Since we _parent the ringbuffer, we also need to
16499         _unparent instead of a plain _unref.
16500
16501 2006-03-22  Wim Taymans  <wim@fluendo.com>
16502
16503         * tests/examples/seek/seek.c: (end_scrub), (do_seek), (seek_cb),
16504         (stop_seek), (scrub_toggle_cb), (main):
16505         Add scrub checkbox.
16506
16507 2006-03-21  Tim-Philipp Müller  <tim at centricular dot net>
16508
16509         * ext/ogg/gstoggparse.c: (gst_ogg_parse_find_stream),
16510         (gst_ogg_parse_chain):
16511           Fix very inefficient usage of linked lists (#335365).
16512
16513 2006-03-21  Edward Hervey  <edward@fluendo.com>
16514
16515         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
16516         * gst/playback/gstplaybin.c: (handoff):
16517         * gst/playback/gststreamselector.c:
16518         (gst_stream_selector_set_property):
16519         gcc 4.1 unreferenced pointer fixes.
16520         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
16521         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
16522         gst_buffer_ref() now takes a GstBuffer*.
16523
16524 2006-03-20  Julien MOUTTE  <julien@moutte.net>
16525
16526         * sys/xvimage/xvimagesink.c:
16527         (gst_xvimagesink_get_format_from_caps): Fix a memleak reported
16528         by Jan Schmidt.
16529
16530 2006-03-19  Tim-Philipp Müller  <tim at centricular dot net>
16531
16532         * gst/typefind/gsttypefindfunctions.c: (id3v2_type_find),
16533         (id3v1_type_find), (apetag_type_find), (plugin_init):
16534           Can't do tag preferences via probability, as tags would then
16535           lose against types that are recognised with MAXIMUM probability
16536           (like .wav); so let all tag typefinders return MAXIMUM themselves
16537           and order them via the rank. Split ID3v1 and ID3v2 typefinders so
16538           that we can prefer APE to ID3v1 (fixes #335028).
16539           
16540 2006-03-17  Wim Taymans  <wim@fluendo.com>
16541
16542         * gst-libs/gst/audio/gstbaseaudiosink.c:
16543         (gst_base_audio_sink_change_state):
16544         * gst-libs/gst/audio/gstringbuffer.c: (wait_segment),
16545         (gst_ring_buffer_may_start):
16546         * gst-libs/gst/audio/gstringbuffer.h:
16547         Only start playback if we are playing.
16548         should fix #330748.
16549
16550 2006-03-17  Jan Schmidt  <thaytan@mad.scientist.com>
16551
16552         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
16553         * win32/common/config.h:
16554           Revert accidental commits to these files.
16555
16556 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
16557
16558         Patch by: Michal Benes  <michal dot benes at xeris dot cz>
16559
16560         * tests/Makefile.am:
16561           Don't try to build tests in tests/icles if we
16562           don't have X (#323852)
16563
16564 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
16565
16566         * gst-libs/gst/tag/gstid3tag.c:
16567           Add TXXX frame identifiers for replaygain stuff as used
16568           by some taggers (see #323721).
16569
16570 2006-03-16  Jan Schmidt  <thaytan@mad.scientist.com>
16571
16572         * gst/playback/gststreamselector.c:
16573         (gst_stream_selector_set_property),
16574         (gst_stream_selector_bufferalloc):
16575           Preserve the existing buggy streamselector behaviour by performing
16576           a fallback buffer allocation when downstream isn't linked yet.
16577           This should really be fixed in playbin by blocking pads until it's
16578           linked them.
16579           Also, use gst_pad_alloc_buffer instead of
16580           gst_pad_alloc_buffer_and_set.
16581
16582 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
16583
16584         * gst-libs/gst/tag/gstid3tag.c:
16585           Don't crash on unknown ID3v2 TXXX frames.
16586           
16587 2006-03-15  Jan Schmidt  <thaytan@mad.scientist.com>
16588
16589         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise):
16590           Chain up to the parent finalize method.
16591           Add 32-bit sample size to the template caps.
16592
16593         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
16594         (gst_riff_create_video_template_caps):
16595           Add the fourcc that the VMWare codec uses.
16596           
16597         * gst/playback/gststreamselector.c:
16598         (gst_stream_selector_set_property),
16599         (gst_stream_selector_bufferalloc),
16600         (gst_stream_selector_request_new_pad):
16601           For the active pad, forward buffer-alloc requests, otherwise
16602           return GST_FLOW_NOT_LINKED. This also prevents xvimagesink
16603           having to memcpy every frame when used by playbin.
16604
16605         * gst/tcp/gstmultifdsink.c:
16606         (gst_multi_fd_sink_handle_client_write):
16607           Get negotiated caps from the sink pad, rather than the sink
16608           pad's peer.
16609
16610 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
16611
16612         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
16613         
16614         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_pop_callbacks):
16615           Don't forget to set src->callbacks_pushed to FALSE again when
16616           popping them, otherwise re-activation in a different mode won't
16617           work (#334620).
16618
16619 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
16620
16621         Patch by: Sebastien Moutte  <sebastien moutte net>
16622
16623         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: (gst_ff_vid_caps_new),
16624         (gst_ff_aud_caps_new), (gst_ffmpeg_pixfmt_to_caps),
16625         (gst_ffmpeg_smpfmt_to_caps):
16626           Replace __VA_ARGS__ caps creation macros with varargs functions.
16627           Makes things compile on MSVC (#320765), looks nicer, and we can
16628           tell the compiler to check for the NULL terminator.
16629
16630 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
16631
16632         Patch by: Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
16633
16634         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
16635           Make sure the buffer we copy into is really always big
16636           enough, this time for real (#333488).
16637           
16638 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
16639
16640         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
16641           Add support for 24bpp DIB (#305279).
16642
16643 2006-03-14  Wim Taymans  <wim@fluendo.com>
16644
16645         * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_init):
16646         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
16647         * gst/ffmpegcolorspace/gstffmpegcolorspace.c: (gst_ffmpegcsp_init):
16648         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
16649         (gst_video_scale_init), (gst_video_scale_src_event):
16650         Re-enable QoS after the release.
16651         Rework videoscale to use the base class src_event handler.
16652
16653 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
16654
16655         * configure.ac:
16656           back to CVS.
16657
16658 === release 0.10.5 ===
16659
16660 2006-03-13  Thomas Vander Stichele <thomas at apestaart dot org>
16661
16662         * configure.ac:
16663           releasing 0.10.5, "Net"
16664
16665 2006-03-13  Tim-Philipp Müller  <tim at centricular dot net>
16666
16667         * docs/plugins/Makefile.am:
16668           Part of previous cdparanoiasrc docs fixes, forgot to commit.
16669           
16670 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
16671
16672         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
16673         * docs/plugins/gst-plugins-base-plugins-sections.txt:
16674         * docs/plugins/gst-plugins-base-plugins.hierarchy:
16675           Add cdparanoiasrc to docs.
16676
16677         * gst-libs/gst/cdda/gstcddabasesrc.c:
16678           More GstCddaBaseSrc docs.
16679
16680 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
16681
16682         * docs/libs/gst-plugins-base-libs-sections.txt:
16683         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_user_tag):
16684         * gst-libs/gst/tag/tag.h:
16685           API: libgsttag: new method gst_tag_from_id3_user_tag().
16686
16687 2006-03-11  Tim-Philipp Müller  <tim at centricular dot net>
16688
16689         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
16690           NULL-terminate array of mpeg4 video file extensions.
16691           Fixes crash on PPC (#334226).
16692
16693 2006-03-11  Tim-Philipp Müller  <tim at centricular dot net>
16694
16695         * ext/gnomevfs/gstgnomevfssrc.c:
16696         (gst_gnome_vfs_src_check_get_range):
16697           gnome_vfs_uri_is_local() alone is not a good indicator
16698           whether we can operate in pull-mode with a specific URI,
16699           as it returns FALSE for file:// URIs that point to an
16700           NFS-mounted path. Be more conservative here: whitelist
16701           local files, blacklist http URIs and use the old
16702           mechanism for anything else (fixes #334216).
16703
16704 2006-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
16705
16706         * configure.ac:
16707           back to trunk
16708
16709 === release 0.10.4 ===
16710
16711 2006-03-10  Thomas Vander Stichele <thomas at apestaart dot org>
16712
16713         * configure.ac:
16714           releasing 0.10.4, "Power"
16715
16716 2006-03-10  Jan Schmidt  <thaytan@mad.scientist.com>
16717
16718         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
16719         Disable max-lateness by setting it to -1 for now, so that 
16720         we can bed QoS stuff in thoroughly between now and the next
16721         release.
16722
16723 2006-03-10  Tim-Philipp Müller  <tim at centricular dot net>
16724
16725         Patch by: Fabrizio Gennari
16726
16727         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
16728           Make sure we don't read beyond the palette buffer in case of
16729           broken or manipulated files (#333488)
16730
16731 2006-03-10  Edward Hervey  <edward@fluendo.com>
16732
16733         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
16734         Fix for variable not initialized.
16735
16736 2006-03-09  Wim Taymans  <wim@fluendo.com>
16737
16738         * ext/libvisual/visual.c: (gst_visual_get_type),
16739         (gst_visual_src_setcaps), (gst_vis_src_negotiate),
16740         (gst_visual_chain):
16741         Small cleanups.
16742
16743         * ext/theora/gsttheoradec.h:
16744         * ext/theora/theoradec.c: (gst_theora_dec_init),
16745         (gst_theora_dec_reset), (_theora_granule_time),
16746         (theora_dec_src_convert), (theora_dec_sink_convert),
16747         (theora_dec_src_query), (theora_dec_src_event),
16748         (theora_dec_sink_event), (theora_handle_comment_packet),
16749         (theora_handle_header_packet), (theora_dec_push),
16750         (theora_handle_data_packet), (theora_dec_chain),
16751         (theora_dec_change_state):
16752         Add simple QoS.
16753
16754 2006-03-09  Wim Taymans  <wim@fluendo.com>
16755
16756         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
16757         (audiocast_register_listener), (gst_gnome_vfs_src_start):
16758         Some cleanups.
16759
16760 2006-03-09  Wim Taymans  <wim@fluendo.com>
16761
16762         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
16763         Don't try to activate NULL chains.
16764
16765 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
16766
16767         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
16768           Fix invalid memory access to region before peek'd data (#332964).
16769
16770 2006-03-09  Wim Taymans  <wim@fluendo.com>
16771
16772         Patch by: Christophe Fergeau
16773
16774         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init):
16775         * ext/pango/gsttextrender.c: (gst_text_render_init):
16776         * gst/adder/gstadder.c: (gst_adder_init):
16777         Don't leak padtemplates, closes #333510.
16778
16779 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
16780
16781         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
16782           Fix invalid memory access: make sure string passed to
16783           regexec() is NUL-termianted.
16784
16785 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
16786
16787         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
16788         (mp3_type_find):
16789           Refactor mpeg/audio typefinding to make it more maintainable
16790           and easier to fine-tune. Make probing into middle of the file
16791           work properly (fixes #333900, also see #152688).
16792
16793 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
16794
16795         * gst/typefind/gsttypefindfunctions.c:
16796         (utf8_type_find_have_valid_utf8_at_offset):
16797           Remove part from previous commit that was bogus:
16798           g_utf8_validate() does in fact not accept embedded
16799           zeroes, so we don't need to check for those (thanks
16800           to Mike for the hint).
16801
16802 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
16803
16804         * gst/typefind/gsttypefindfunctions.c:
16805         (utf8_type_find_count_embedded_zeroes),
16806         (utf8_type_find_have_valid_utf8_at_offset), (utf8_type_find):
16807           Make plain/text typefinder more conservative: firstly, check
16808           for embedded zeroes, which are perfectly valid UTF-8 characters,
16809           but also a fairly good sign that something is not a plain text
16810           file; secondly, probe into the middle of the file if possible.
16811           If we can't probe into the middle, limit the probability value
16812           to be returned to TYPE_FIND_POSSIBLE (see #333900).
16813
16814 2006-03-08  Michael Smith  <msmith@fluendo.com>
16815
16816         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
16817           Make typefind function name for mpeg4 video unique.
16818
16819 2006-03-08  Wim Taymans  <wim@fluendo.com>
16820
16821         * ext/libvisual/visual.c: (gst_visual_init),
16822         (gst_visual_clear_actors), (gst_visual_dispose),
16823         (gst_visual_reset), (gst_visual_src_setcaps),
16824         (gst_visual_sink_setcaps), (gst_vis_src_negotiate),
16825         (gst_visual_sink_event), (gst_visual_src_event), (get_buffer),
16826         (gst_visual_chain), (gst_visual_change_state):
16827         Cleanups, post nice errors.
16828         Handle sink and src events.
16829         Implement simple QoS.
16830
16831         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
16832         Use new basesink methods to configure max-lateness.
16833         Small doc update.
16834
16835         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16836         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps):
16837         Debug statement cleanups.
16838
16839         * gst/volume/gstvolume.c: (gst_volume_class_init):
16840         Simple cleanup.
16841
16842 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
16843
16844         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init),
16845         (gst_text_overlay_init), (gst_text_overlay_set_property),
16846         (gst_text_overlay_get_property):
16847           Revert API/ABI break from March 1. Keep 'halign' and 'valign'
16848           as string type properties, but mark them deprecated. Add
16849           'halignment' and 'valignment' properties that use enums
16850           instead of strings.
16851
16852 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
16853
16854         Patch by: Fabrizio Gennari
16855
16856         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
16857           Allow palettes with less than 256 colours in AVI files
16858           (#333488)
16859
16860 2006-03-07  Julien MOUTTE  <julien@moutte.net>
16861
16862         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event),
16863         (gst_text_overlay_video_event): Fix wrong EOS handling on text
16864         pad. We were releasing the queued text buffer when we should keep
16865         it until video pad gets EOS or discard the text buffer because it's
16866         too old. That was eating the last subtitle buffer. Add some more
16867         debug.
16868
16869 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
16870
16871         * ext/pango/gsttextoverlay.c: (gst_text_overlay_render_text),
16872         (gst_text_overlay_video_chain):
16873           Fix invalid memory access (we can't access a buffer after it's been
16874           pushed downstream without taking a reference); fix memory leak (if
16875           there's no text to render, bail out before allocating stuff).
16876
16877 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
16878
16879         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
16880         (gst_text_overlay_setcaps_txt), (gst_text_overlay_video_chain):
16881         * ext/pango/gsttextoverlay.h:
16882           If input is plain text, escape it before passing it to
16883           pango_layout_set_markup().
16884
16885 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
16886
16887         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_chain):
16888           Don't ignore flow return from gst_pad_push().
16889
16890 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
16891
16892         Patch by: Fabrizio Gennari
16893
16894         * ext/libvisual/visual.c: (gst_visual_getcaps),
16895         (gst_visual_src_setcaps), (gst_visual_sink_setcaps):
16896         * ext/ogg/gstoggmux.c: (gst_ogg_mux_sinkconnect):
16897         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
16898         (gst_vorbisenc_convert_sink):
16899         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
16900         (gst_audio_duration_from_pad_buffer):
16901         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_link),
16902         (gst_audio_filter_chain):
16903         * gst-libs/gst/rtp/gstbasertpdepayload.c:
16904         (gst_base_rtp_depayload_setcaps):
16905         * gst-libs/gst/video/video.c: (gst_video_frame_rate),
16906         (gst_video_get_size):
16907         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
16908           Don't leak references returned by gst_pad_get_parent()
16909           (#333663)
16910
16911 2006-03-06  Stefan Kost  <ensonic@users.sf.net>
16912
16913         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
16914           change location param details
16915         * gst/volume/gstvolume.c: (plugin_init):
16916           correct plugin description
16917
16918 2006-03-06  Tim-Philipp Müller  <tim at centricular dot net>
16919
16920         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
16921         (gst_gnome_vfs_src_check_get_range):
16922           Override GstBaseSrc::check_get_range() in order to avoid opening
16923           the resource just to check whether we can operate in pull-mode or
16924           not - we can predict that pretty well from the URI alone. Should
16925           fix problems with last.fm (#331690). (Requires latest core CVS).
16926
16927 2006-03-06  Wim Taymans  <wim@fluendo.com>
16928
16929         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
16930         (gst_video_sink_class_init):
16931         Throw away frames that are later than 20 ms.
16932
16933 2006-03-06  Tim-Philipp Müller  <tim at centricular dot net>
16934
16935         Patch by: Fabrizio Gennari
16936
16937         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
16938           Set depth on WMA caps (#333545)
16939
16940 2006-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
16941
16942         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
16943         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
16944           put Theora BOS pages before others.  This hardcodes
16945           the Ogg/Theora I profile, but hey.
16946
16947 2006-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
16948
16949         * ext/ogg/README:
16950           updated with some examples
16951         * ext/theora/theoraenc.c: (granulepos_to_timestamp),
16952         (granulepos_add), (theora_buffer_from_packet):
16953         * ext/vorbis/vorbisenc.c: (granulepos_to_timestamp_offset),
16954         (granulepos_to_timestamp), (gst_vorbisenc_buffer_from_packet),
16955         (gst_vorbisenc_chain):
16956           implement strategy from ext/ogg/README
16957         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
16958         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
16959         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_compare_pads),
16960         (gst_ogg_mux_queue_pads), (gst_ogg_mux_collected):
16961           Fix muxer so that oggz-validate is happy with all streams;
16962           except for no eos mark, and the BOS page ordering
16963         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
16964         (check_buffer_granulepos):
16965         * tests/check/pipelines/vorbisenc.c: (check_buffer_granulepos):
16966           update tests to check for OFFSET being set as requested
16967           fixed type of granulepos, it's not a ClockTime
16968
16969 2006-03-05  Julien MOUTTE  <julien@moutte.net>
16970
16971         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
16972         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
16973         Check that the xvimage we are creating has a correct size
16974         before returning it. (#314897)
16975
16976 2006-03-05  Tim-Philipp Müller  <tim at centricular dot net>
16977
16978         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
16979           Give id3 and ape tag typefinders a rank slightly higher
16980           than PRIMARY to ensure they're always run before any of
16981           the other typefinders (in particular wav and mp3) (#324186).
16982
16983 2006-03-05  Tim-Philipp Müller  <tim at centricular dot net>
16984
16985         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
16986           Add support for '3IVD' fourcc (#333403).
16987
16988 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
16989
16990         * configure.ac:
16991           Bump requirements to GStreamer CVS for the new error enum.
16992
16993         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_render):
16994           Emit new GST_RESOURCE_ERROR_NO_SPACE_LEFT when there's no
16995           space left on the device (fixes #333352).
16996
16997 2006-03-04  Sebastien Moutte  <sebastien@moutte.net>
16998
16999         * win32/vs6:
17000           add a project file for libgstvolume
17001           update the workspace
17002
17003 2006-03-03  Thomas Vander Stichele  <thomas at apestaart dot org>
17004
17005         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
17006         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
17007         (GST_START_TEST):
17008           Fix for http://bugzilla.gnome.org/show_bug.cgi?id=333254
17009           Set IN_CAPS on header buffers
17010
17011 2006-03-02  Wim Taymans  <wim@fluendo.com>
17012
17013         * docs/plugins/Makefile.am:
17014         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
17015         * docs/plugins/gst-plugins-base-plugins-sections.txt:
17016         Add audioresample to docs.
17017
17018         * gst/audioconvert/gstaudioconvert.c:
17019         Add revision date.
17020
17021         * gst/audioresample/gstaudioresample.c:
17022         (gst_audioresample_base_init), (gst_audioresample_class_init),
17023         (gst_audioresample_init), (gst_audioresample_dispose),
17024         (audioresample_get_unit_size), (audioresample_transform_caps),
17025         (resample_set_state_from_caps), (audioresample_transform_size),
17026         (audioresample_set_caps), (audioresample_event),
17027         (audioresample_do_output), (audioresample_transform),
17028         (audioresample_pushthrough), (gst_audioresample_set_property),
17029         (gst_audioresample_get_property), (plugin_init):
17030         * gst/audioresample/gstaudioresample.h:
17031         Added docs.
17032         Small code cleanups.
17033
17034 2006-03-02  Wim Taymans  <wim@fluendo.com>
17035
17036         * docs/plugins/Makefile.am:
17037         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
17038         * docs/plugins/gst-plugins-base-plugins-sections.txt:
17039         Added videoscale to docs.
17040
17041         * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
17042         (gst_video_rate_swap_prev), (gst_video_rate_event),
17043         (gst_video_rate_chain):
17044         Fix typo in docs.
17045
17046         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
17047         (gst_video_scale_init), (gst_video_scale_prepare_size),
17048         (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
17049         (gst_video_scale_fixate_caps), (gst_video_scale_transform):
17050         * gst/videoscale/gstvideoscale.h:
17051         Added docs, examples.
17052         Some code cleanups.
17053         Post errors instead of g_warning.
17054
17055 2006-03-02  Wim Taymans  <wim@fluendo.com>
17056
17057         * docs/libs/gst-plugins-base-libs-docs.sgml:
17058         * docs/libs/gst-plugins-base-libs-sections.txt:
17059         * docs/libs/gst-plugins-base-libs.types:
17060         * docs/plugins/Makefile.am:
17061         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
17062         * docs/plugins/gst-plugins-base-plugins-sections.txt:
17063         Added some more docs to libs and plugins.
17064
17065         * gst-libs/gst/audio/gstringbuffer.c:
17066         (gst_ring_buffer_prepare_read), (gst_ring_buffer_clear):
17067         * gst-libs/gst/audio/gstringbuffer.h:
17068         Document ringbuffer some more.
17069
17070         * gst/videorate/gstvideorate.c: (gst_video_rate_class_init),
17071         (gst_video_rate_setcaps), (gst_video_rate_reset),
17072         (gst_video_rate_init), (gst_video_rate_flush_prev),
17073         (gst_video_rate_swap_prev), (gst_video_rate_event),
17074         (gst_video_rate_chain), (gst_video_rate_change_state):
17075         * gst/videorate/gstvideorate.h:
17076         Fix videorate to use segments.
17077         Make it work with 0/1 framerates (closes #331903)
17078         Handle EOS correctly.
17079         Added docs.
17080
17081 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
17082
17083         * ext/ogg/gstogmparse.c: (gst_ogm_parse_class_init),
17084         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
17085         (gst_ogm_text_parse_init), (gst_ogm_parse_change_state):
17086           In state change function, first chain up to parent class,
17087           then handle downwards state change stuff. Remove some
17088           commented out cruft from 0.8 code.
17089
17090 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
17091
17092         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
17093         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
17094         (gst_ogm_parse_sink_convert), (gst_ogm_parse_sink_query),
17095         (gst_ogm_parse_chain):
17096           Don't remove/re-add source pad if the new caps are the same as
17097           the old caps anyway (#333042). When removing source pad, don't
17098           unref it afterwards - we didn't ref it when adding. Sprinkle some
17099           GST_DEBUG_FUNCPTR goodness here and there. Don't leak references
17100           after using gst_pad_get_parent(). Return downstream flow return
17101           value in chain function.
17102
17103 2006-03-02  Wim Taymans  <wim@fluendo.com>
17104
17105         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
17106         * docs/plugins/gst-plugins-base-plugins.args:
17107         * docs/plugins/gst-plugins-base-plugins.hierarchy:
17108         * docs/plugins/gst-plugins-base-plugins.interfaces:
17109         * docs/plugins/gst-plugins-base-plugins.signals:
17110         Fix hierarchy, added some more elements to the docs.
17111
17112         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17113         (gst_ffmpegcsp_get_type):
17114         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
17115         Fix docs for ffmpegcolorspace.
17116
17117 2006-03-01  Tim-Philipp Müller  <tim at centricular dot net>
17118
17119         * gst/typefind/gsttypefindfunctions.c: (id3_type_find),
17120         (apetag_type_find), (ape_type_find), (plugin_init):
17121           Some typefinding fine-tuning:
17122           - rank ID3/APE tags in order of preference via probabilities, so that
17123             ID3v2 > APEv2 > APEv1 > ID3v1.
17124           - three or four bytes don't really justify MAXIMUM probability,
17125             change those to 'very likely' (musepack and monkeysaudio).
17126
17127 2006-03-01  Wim Taymans  <wim@fluendo.com>
17128
17129         * docs/plugins/Makefile.am:
17130         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
17131         * docs/plugins/gst-plugins-base-plugins-sections.txt:
17132         * ext/alsa/gstalsamixer.c:
17133         * ext/alsa/gstalsamixer.h:
17134         * ext/alsa/gstalsamixerelement.c:
17135         (gst_alsa_mixer_element_class_init), (gst_alsa_mixer_element_init):
17136         * ext/alsa/gstalsamixerelement.h:
17137         * ext/alsa/gstalsasink.c:
17138         * ext/alsa/gstalsasink.h:
17139         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
17140         (gst_alsasrc_init):
17141         * ext/alsa/gstalsasrc.h:
17142         Added alsa docs.
17143         Small code cleanups.
17144
17145 2006-03-01  Wim Taymans  <wim@fluendo.com>
17146
17147         * ext/theora/Makefile.am:
17148         Dist new header too,
17149
17150 2006-03-01  Wim Taymans  <wim@fluendo.com>
17151
17152         * docs/plugins/Makefile.am:
17153         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
17154         * docs/plugins/gst-plugins-base-plugins-sections.txt:
17155         * ext/gnomevfs/gstgnomevfssink.h:
17156         * ext/gnomevfs/gstgnomevfssrc.h:
17157         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
17158         * ext/vorbis/vorbisdec.h:
17159         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_sink):
17160         * ext/vorbis/vorbisenc.h:
17161         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps),
17162         (vorbis_parse_chain), (vorbis_parse_change_state):
17163         * ext/vorbis/vorbisparse.h:
17164         * gst/audioconvert/gstaudioconvert.h:
17165         * gst/tcp/gsttcpserversink.h:
17166         * gst/videotestsrc/gstvideotestsrc.c:
17167         * gst/videotestsrc/gstvideotestsrc.h:
17168         * gst/volume/gstvolume.c:
17169         * gst/volume/gstvolume.h:
17170         Fix some more docs.
17171         Added docs for vorbisdec and vorbisparse.
17172         Fix vorbisparse.
17173
17174 2006-03-01  Wim Taymans  <wim@fluendo.com>
17175
17176         * docs/plugins/Makefile.am:
17177         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
17178         * docs/plugins/gst-plugins-base-plugins-sections.txt:
17179         * ext/pango/gstclockoverlay.h:
17180         * ext/pango/gsttextoverlay.h:
17181         * ext/pango/gsttextrender.h:
17182         * ext/pango/gsttimeoverlay.h:
17183         * ext/theora/gsttheoradec.h:
17184         * ext/theora/gsttheoraenc.h:
17185         * ext/theora/theoradec.c:
17186         * ext/theora/theoraenc.c:
17187         * gst/audioconvert/gstaudioconvert.h:
17188         * gst/audiotestsrc/gstaudiotestsrc.h:
17189         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
17190         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
17191         * gst/tcp/gstmultifdsink.h:
17192         Updated/added documentation.
17193
17194         * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
17195         (gst_text_overlay_halign_get_type),
17196         (gst_text_overlay_wrap_mode_get_type),
17197         (gst_text_overlay_base_init), (gst_text_overlay_class_init),
17198         (gst_text_overlay_init), (gst_text_overlay_set_property),
17199         (gst_text_overlay_get_property):
17200         Fix up properties to be enums instead of string to make bindings,
17201         introspection and automatic GUI creation possible.
17202         Add getters for the properties.
17203
17204 2006-02-28  Sebastien Moutte  <sebastien@moutte.net>
17205
17206         * gst/audiotestsrc/gstaudiotestsrc.c:
17207           added defines of M_PI and M_PI_2
17208         * gst/ffmpegcolorspace/avcodec.h:
17209           removed #include "stdint.h" for win32 as _stdint.h is 
17210           autogenerated to win32/common
17211         * win32/common/libgstaudio.def:
17212         * win32/common/libgsttag.def:
17213           added some exports
17214         * win32/vs6:
17215           some project files bugs corrected
17216         * win32/vs7:
17217           project files are reset to the default vs7 configuration 
17218           (they link to msvcr71.dll using default optimizations)
17219           
17220 2006-02-28  Wim Taymans  <wim@fluendo.com>
17221
17222         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
17223         Fix some docs.
17224
17225 2006-02-28  Edward Hervey  <edward@fluendo.com>
17226
17227         * ext/alsa/gstalsasrc.c:
17228         Set proper class on the ElementDetails:
17229         Source/Audio instead of Src/Audio/
17230
17231 2006-02-28  Edward Hervey  <edward@fluendo.com>
17232
17233         * gst/videoscale/vs_scanline.c:
17234         (vs_scanline_resample_nearest_RGBA):
17235         Revert optimization in videoscale. It should go in liboil and have
17236         an appropriate liboil function.
17237
17238 2006-02-28  Wim Taymans  <wim@fluendo.com>
17239
17240         * gst-libs/gst/audio/gstbaseaudiosink.c:
17241         (gst_base_audio_sink_provide_clock):
17242         Don't try to provide a clock in the NULL state.
17243
17244 2006-02-28  Wim Taymans  <wim@fluendo.com>
17245
17246         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
17247         (gst_ogg_pad_event), (gst_ogg_pad_internal_chain),
17248         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
17249         (gst_ogg_demux_deactivate_current_chain),
17250         (gst_ogg_demux_activate_chain), (gst_ogg_demux_do_seek),
17251         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_info),
17252         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
17253         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
17254         Use GstSegment infrastructure to remove duplicated code
17255         and handle more seek cases correctly.
17256
17257 2006-02-28  Wim Taymans  <wim@fluendo.com>
17258
17259         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17260         (gst_ffmpegcsp_transform):
17261         Don't ignore return code from ffmpeg convert function.
17262
17263         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
17264         Split out some long statements to ease debugging.
17265
17266 2006-02-27  Jan Schmidt  <thaytan@mad.scientist.com>
17267
17268         * ext/libvisual/visual.c: (gst_visual_init),
17269         (gst_vis_src_negotiate), (get_buffer), (plugin_init):
17270         Don't use gst_pad_use_fixed_caps, because it prevents downstream from
17271         being able to renegotiate the size. Instead, use the negotiation
17272         algorithm from the goom plugin to pick an initial output caps. 
17273
17274         Also, allow theoretical libvisual plugins that might support non-GL 
17275         output even if they also do GL.
17276
17277 2006-02-26  Julien MOUTTE  <julien@moutte.net>
17278
17279         * ext/libvisual/visual.c: (gst_visual_init),
17280         (gst_visual_src_setcaps), (get_buffer), (gst_visual_chain),
17281         (plugin_init): Load only non GL plugins. Fix some memleaks and 
17282         possible negotiation issues.
17283
17284 2006-02-25  Julien MOUTTE  <julien@moutte.net>
17285
17286         * gst-libs/gst/tag/tag.h: Adding Annodex tags here.
17287
17288 2006-02-24  Michael Smith  <msmith@fluendo.com>
17289
17290         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find),
17291         (cmml_type_find), (plugin_init):
17292           Fix CMML type find function to not require a specific minor version
17293           of the CMML header.
17294
17295           Add an MPEG4 video elementary stream typefind function.
17296
17297 2006-02-04  Michael Smith  <msmith@fluendo.com>
17298
17299         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fishead),
17300         (gst_ogg_pad_parse_skeleton_fisbone), (gst_ogg_pad_query_convert),
17301         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
17302         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
17303         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_collect_chain_info),
17304         (gst_ogg_demux_change_state), (gst_annodex_granule_to_time):
17305           Annodex support in ogg demuxer. Doesn't do very much without the
17306           other annodex patches (to come).
17307
17308 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
17309
17310         Patch by: Fabrizio Gennari <fabrizio dot get at tiscali dot it>
17311
17312         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
17313           Pick up palette for MS video v1 (#327028)
17314
17315 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
17316
17317         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17318         (gst_ffmpegcsp_caps_remove_format_info),
17319         (gst_ffmpegcsp_get_unit_size):
17320           The 'palette_data' field from incoming RGB caps shouldn't be
17321           proxied on outgoing YUV caps; also, restrict unit size
17322           adjustment in case of paletted data only to the unit that
17323           actually has a palette. Fixes #330711.
17324
17325 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
17326
17327         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17328         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
17329         (gst_ffmpegcsp_finalize), (gst_ffmpegcsp_class_init),
17330         (gst_ffmpegcsp_get_unit_size):
17331           Plug some memory leaks.
17332
17333 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
17334
17335         * sys/ximage/Makefile.am:
17336         * sys/xvimage/Makefile.am:
17337           Add some _CFLAGS and _LIBS that seem to be missing
17338           and/or required for Cygwin (see #317048).
17339
17340 2006-02-22  Wim Taymans  <wim@fluendo.com>
17341
17342         * ext/alsa/gstalsasrc.c:
17343         Fix description as pointed out by caugier.
17344
17345 2006-02-22  Tommi Myöhänen  <ext-tommi do myohanen at nokia dot com>
17346
17347         Reviewed by : Edward Hervey  <edward@fluendo.com>
17348
17349         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
17350         (qt_type_find):
17351         Better 3gp typefinding (#331526).
17352
17353 2006-02-21  Tim-Philipp Müller  <tim at centricular dot net>
17354
17355         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
17356           Don't send EOS event here, the base class will send one for us.
17357
17358         * gst/playback/gstplaybasebin.c: (prepare_output):
17359           Subpictures without video stream aren't allowed either.
17360         
17361         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
17362           Fix debug statement copy'n'paste-o.
17363
17364 2006-02-21  Tim-Philipp Müller  <tim at centricular dot net>
17365
17366         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume):
17367           Fix issues with mixer keeping state when muting/unmuting
17368           and when changing the volume whilst muted (see #331763
17369           and #331765).
17370
17371 2006-02-20  Tim-Philipp Müller  <tim at centricular dot net>
17372
17373         * gst/subparse/gstsubparse.c: (subrip_unescape_formatting),
17374         (parse_subrip), (gst_sub_parse_format_autodetect):
17375           Set right caps given that we send escaped text. Also,
17376           honour <i></i>, <b></b> and <u></u> markers that can be found
17377           in .srt files (fixes #310202).
17378
17379 2006-02-20  Tim-Philipp Müller  <tim at centricular dot net>
17380
17381         * gst-libs/gst/audio/mixerutils.c:
17382         (element_factory_rank_compare_func):
17383           Make order in which elements are tried more determinable.
17384
17385 2006-02-20  Julien MOUTTE  <julien@moutte.net>
17386
17387         * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
17388         (remove_element_chain), (cleanup_decodebin),
17389         (gst_decode_bin_change_state): Make decodebin reusable by
17390         fixing remove_element_chain first and then introduce a
17391         cleaner in state change to ->NULL. (Closes #331678)
17392
17393 2006-02-19  Wim Taymans  <wim@fluendo.com>
17394
17395         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_open_file):
17396         use 0666 mask when creating files so umask gets applied
17397         correctly. Fixes #331295.
17398
17399 2006-02-19  Tim-Philipp Müller  <tim at centricular dot net>
17400
17401         * gst/subparse/Makefile.am:
17402         * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
17403         (gst_ssa_parse_dispose), (gst_ssa_parse_init),
17404         (gst_ssa_parse_class_init), (gst_ssa_parse_src_event),
17405         (gst_ssa_parse_sink_event), (gst_ssa_parse_setcaps),
17406         (gst_ssa_parse_remove_override_codes), (gst_ssa_parse_parse_line),
17407         (gst_ssa_parse_chain), (gst_ssa_parse_change_state):
17408         * gst/subparse/gstssaparse.h:
17409         * gst/subparse/gstsubparse.c: (plugin_init):
17410           Add very basic parser for SSA subtitle streams (as often
17411           found in matroska files).
17412
17413 2006-02-19  Tim-Philipp Müller  <tim at centricular dot net>
17414
17415         * gst/playback/gstdecodebin.c: (mimetype_is_raw):
17416           That should be text/x-pango-markup, not text/x-pango-layout.
17417
17418 2006-02-19  Julien MOUTTE  <julien@moutte.net>
17419
17420         * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize):
17421         Polishing.
17422
17423 2006-02-19  Julien MOUTTE  <julien@moutte.net>
17424
17425         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
17426         (gst_text_overlay_finalize), (gst_text_overlay_init),
17427         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
17428         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
17429         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
17430         (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
17431         (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
17432         Fix state change deadlock.
17433
17434 2006-02-19  Julien MOUTTE  <julien@moutte.net>
17435
17436         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
17437         (gst_text_overlay_finalize), (gst_text_overlay_init),
17438         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
17439         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
17440         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
17441         (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
17442         (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
17443         * ext/pango/gsttextoverlay.h: Fix seeking both for muxed formats
17444         and subtitles files.
17445
17446 2006-02-19  Julien MOUTTE  <julien@moutte.net>
17447
17448         * gst/playback/gstdecodebin.c: (mimetype_is_raw): pango layout
17449         should be considered as raw.
17450
17451 2006-02-19  Julien MOUTTE  <julien@moutte.net>
17452
17453         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
17454         (cb_probe):
17455         * gst/playback/gststreaminfo.h: Introduce language informations.
17456
17457 2006-02-18  Jan Schmidt  <thaytan@mad.scientist.com>
17458
17459         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
17460         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
17461         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
17462         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
17463         Set shared memory segments to be deleted as soon as we have attached,
17464         that way they get cleaned up automatically if we crash.
17465
17466 2006-02-18  Julien MOUTTE  <julien@moutte.net>
17467
17468         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_get_text): 
17469         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_get_text): Those
17470         functions are called with lock held.
17471
17472 2006-02-18  Julien MOUTTE  <julien@moutte.net>
17473
17474         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
17475         (gst_text_overlay_finalize), (gst_text_overlay_init),
17476         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
17477         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
17478         (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
17479         (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
17480         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
17481         (gst_text_overlay_change_state): Refactoring of textoverlay
17482         without collectpads. This now supports sparse subtitles coming
17483         from a demuxer instead of a sub file. Seeking is still broken 
17484         though. Need to discuss with wtay some more on how to handle
17485         seeking correctly.
17486         * ext/pango/gsttextoverlay.h:
17487         * gst/playback/gstplaybin.c: (setup_sinks): Support linking with
17488         subtitles coming from the demuxer.
17489
17490 2006-02-17  Wim Taymans  <wim@fluendo.com>
17491
17492         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
17493         (gst_vorbisenc_convert_sink):
17494         Use some more scaling functions.
17495
17496 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
17497
17498         * ext/cdparanoia/gstcdparanoiasrc.c:
17499         (gst_cd_paranoia_src_class_init), (gst_cd_paranoia_dummy_callback),
17500         (gst_cd_paranoia_paranoia_callback),
17501         (gst_cd_paranoia_src_signal_is_being_watched),
17502         (gst_cd_paranoia_src_read_sector):
17503         * ext/cdparanoia/gstcdparanoiasrc.h:
17504           Add back 'transport-error' and 'uncorrected-error' signals and
17505           make them actually be fired when bad stuff happens (#319340).
17506
17507 2006-02-17  Wim Taymans  <wim@fluendo.com>
17508
17509         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
17510         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
17511         (gst_ring_buffer_device_is_open), (gst_ring_buffer_acquire),
17512         (gst_ring_buffer_release), (gst_ring_buffer_set_flushing),
17513         (gst_ring_buffer_start), (gst_ring_buffer_pause_unlocked),
17514         (gst_ring_buffer_pause), (gst_ring_buffer_stop),
17515         (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
17516         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
17517         (gst_ring_buffer_commit), (gst_ring_buffer_prepare_read),
17518         (gst_ring_buffer_clear):
17519         Small cleanups.
17520         Added some G_LIKELY.
17521
17522 2006-02-17  Wim Taymans  <wim@fluendo.com>
17523
17524         * gst-libs/gst/audio/TODO:
17525         Update TODO
17526
17527         * gst-libs/gst/audio/gstbaseaudiosink.c:
17528         (gst_base_audio_sink_get_offset):
17529         When trying to play samples ASAP and we don't have a
17530         previous sample, try to play at position 0 instead of
17531         an invalid position.
17532
17533 2006-02-17  Wim Taymans  <wim@fluendo.com>
17534
17535         * ext/alsa/gstalsasink.c: (gst_alsasink_open),
17536         (gst_alsasink_reset):
17537         Also release lock when we get an error in _reset();
17538         fix an error message.
17539
17540 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
17541
17542         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
17543         (gst_alsasink_init), (get_channel_free_structure),
17544         (caps_add_channel_configuration), (gst_alsasink_getcaps),
17545         (gst_alsasink_close):
17546         * ext/alsa/gstalsasink.h:
17547           Add support for more than 2 channels (#326720).
17548
17549 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
17550
17551         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
17552           Set codec_name for WAVEFORMATEX as well. When we have 'normal PCM'
17553           with 4 or 6 channels, assume a default channel layout to make things
17554           work (not sure there's anything else we can do in those cases).
17555
17556 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
17557
17558         * gst-libs/gst/audio/multichannel.c:
17559           Minor docs fix.
17560
17561         * gst-libs/gst/riff/Makefile.am:
17562         * gst-libs/gst/riff/riff-ids.h:
17563         * gst-libs/gst/riff/riff-media.c:
17564         (gst_riff_wavext_add_channel_layout), (gst_riff_create_audio_caps):
17565           Add support for WAVEFORMATEX, eg. PCM audio with more than two
17566           channels and a channel layout map.
17567           
17568 2006-02-16  Mathieu Garcia <b0nk at free dot fr>
17569
17570         Reviewed by Edward Hervey  <edward@fluendo.com>
17571
17572         * gst/videoscale/vs_scanline.c: (vs_scanline_resample_nearest_RGBA): 
17573         C-level optimization of the RGBA nearest neighbour function.
17574         Eventually this might end up in liboil with vectorized versions.
17575
17576 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
17577
17578         * gst-libs/gst/audio/multichannel.c:
17579         (gst_audio_get_channel_positions):
17580           When we have more than 2 channels, but no channel layout is
17581           specified in the caps, return some default channel layout
17582           to the caller and warn about about a possibly buggy element
17583           (could be buggy filtercaps as well of course) (#317038).
17584
17585 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
17586
17587         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
17588           Add gst-libs/gst/cdda to list of lib search paths.
17589
17590 2006-02-15  Andy Wingo  <wingo@pobox.com>
17591
17592         * ext/ogg/gstoggmux.c (gst_ogg_mux_collected): When updating
17593         timestamp, update timestamp_end as well. Fixes a bugaboo. I hope
17594         to the Lord Jesus that I do not have to touch the ogg muxer ever
17595         again.
17596
17597 2006-02-15  Edward Hervey  <edward@fluendo.com>
17598
17599         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
17600         quicktime movie files can also contain 'uuid' atoms.
17601
17602 2006-02-14  Tim-Philipp Müller  <tim at centricular dot net>
17603
17604         * gst/audioconvert/plugin.c: (plugin_init):
17605           Register the GstAudioChannelPosition enum type with the type
17606           system in the plugin_init function, so that it is known before
17607           any element actually makes use of multi-channel stuff. This is
17608           required for example if one wants to be able to deserialise/use
17609           a caps string with channel positions before any pipeline has
17610           been setup and started, like with gst-launch.
17611
17612 2006-02-14  Wim Taymans  <wim@fluendo.com>
17613
17614         * gst-libs/gst/audio/gstringbuffer.c:
17615         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_delay),
17616         (gst_ring_buffer_samples_done), (wait_segment),
17617         (gst_ring_buffer_commit), (gst_ring_buffer_clear):
17618         Add some compiler G_(UN_)LIKELY help.
17619         SIGNAL the ringbuffer waiters when going to PAUSED as well to
17620         make sure they can exit their functions. Should fix #330748
17621
17622 2006-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
17623
17624         * Makefile.am:
17625         * configure.ac:
17626         * win32/MANIFEST:
17627         * win32/common/_stdint.h:
17628           Windows does not have long long; copy the generated _stdint.h
17629         * win32/common/interfaces-enumtypes.c:
17630         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
17631         (gst_mixer_track_flags_get_type),
17632         (gst_tuner_channel_flags_get_type):
17633         * win32/common/multichannel-enumtypes.c:
17634         (gst_audio_channel_position_get_type):
17635           update
17636
17637 2006-02-13  Wim Taymans  <wim@fluendo.com>
17638
17639         * gst-libs/gst/audio/gstbaseaudiosink.c:
17640         (gst_base_audio_sink_get_time), (gst_base_audio_sink_preroll),
17641         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
17642         Always sync on first sample we receive when starting.
17643
17644 2006-02-13  Wim Taymans  <wim@fluendo.com>
17645
17646         * gst/playback/gstplaybin.c: (gen_vis_element):
17647         Update vis bin docs.
17648         Move queue after tee so we don't queue video buffers but
17649         audio samples instead. Fixes problems where the video queue
17650         is filled and the audio queue empty.
17651
17652 2006-02-13  Tim-Philipp Müller  <tim at centricular dot net>
17653
17654         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
17655           No need to push an EOS event here, GstBaseSrc will do that for us
17656           when we return FLOW_UNEXPECTED.
17657           
17658 2006-02-12  Wim Taymans  <wim@fluendo.com>
17659
17660         * gst-libs/gst/audio/gstbaseaudiosink.c:
17661         (gst_base_audio_sink_get_time), (gst_base_audio_sink_setcaps),
17662         (gst_base_audio_sink_drain), (gst_base_audio_sink_preroll),
17663         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
17664         Use scale functions when possible.
17665         Fix error messages.
17666         Free clockid when after waiting for EOS.
17667         Use G_(UN_)LIKLY when it makes sense.
17668         Fix sample clipping bug found by Arwed v. Merkatz fixes #330789.
17669
17670 2006-02-12  Edward Hervey  <edward@fluendo.com>
17671
17672         * gst/playback/gstplaybasebin.c: (prepare_output): 
17673         Remove stray semi-colon (fixes #330888).
17674
17675 2006-02-12  Jan Schmidt  <thaytan@mad.scientist.com>
17676
17677         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
17678         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls):
17679         Fix up the XShm call testing so that we catch errors, and don't
17680         cause new ones by attempting to detach from a segment we failed
17681         to attach to. Fixes #312439.
17682
17683 2006-02-10  Edward Hervey  <edward@fluendo.com>
17684
17685         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
17686         Added flv file typefind (video/x-flv).
17687
17688 2006-02-10  Edward Hervey  <edward@fluendo.com>
17689
17690         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
17691         (gst_riff_create_video_template_caps):
17692         Added FLV1 <==> 'video/x-flash-video,flvversion=1' conversion.
17693         Also added the caps to the default set of riff video caps.
17694
17695 2006-02-09  Andy Wingo  <wingo@pobox.com>
17696
17697         * ext/ogg/gstoggmux.c (GstOggPad): Keep track of both the start
17698         time and the end time of the last packet in the page.
17699         (gst_ogg_mux_pad_queue_page): In addition to setting the timestamp
17700         on the pages in our queue, set the duration as well. Reflow a
17701         debug statement.
17702         (gst_ogg_mux_collected): Keep track of GstOggPad->timestamp_end.
17703         Fixes bad muxing order.
17704
17705 2006-02-09  Thomas Vander Stichele  <thomas at apestaart dot org>
17706
17707         * gst-libs/gst/rtp/gstbasertppayload.c:
17708         (gst_basertppayload_setcaps), (gst_basertppayload_push):
17709           update seqnum before setting it on the packet; this makes sure
17710           that the timestamp and seqnum properties match after pushing
17711           a buffer
17712
17713 2006-02-09  Andy Wingo  <wingo@pobox.com>
17714
17715         * gst-libs/gst/audio/gstringbuffer.c
17716         (gst_ring_buffer_samples_done): Cast to guint64, fixes an integer
17717         overflow after 13.5 hours of recording. Kapow!
17718
17719         * ext/alsa/gstalsasrc.c (gst_alsasrc_delay): Clamp the delay to
17720         the buffer size -- we don't care about underrun/overrun reporting
17721         right now, just need to return a useful value.
17722
17723 2006-02-09  Jan Schmidt  <thaytan@mad.scientist.com>
17724
17725         * configure.ac:
17726           Back to CVS
17727
17728 === release 0.10.3 ===
17729
17730 2006-02-09  Jan Schmidt <thaytan@mad.scientist.com>
17731
17732         * configure.ac:
17733           releasing 0.10.3, "Under Pressure"
17734
17735 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
17736
17737         * configure.ac:
17738         Drat. Bump libtool version number for new API.
17739         Prelease 0.10.2.3 (of 0.10.3)
17740
17741 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
17742
17743         * configure.ac:
17744         * win32/common/config.h:
17745         0.10.2.2 prerelease (of 0.10.3).
17746
17747 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
17748
17749         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_create):
17750           Revert Andy's newsegment change pending a more correct
17751           fix.
17752
17753 2006-02-08  Thomas Vander Stichele  <thomas at apestaart dot org>
17754
17755         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
17756         (qt_type_find), (plugin_init):
17757           detect more files as 3gp
17758           group and reorder the iso file formats
17759
17760 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
17761
17762         * ext/vorbis/vorbis.c: (plugin_init):
17763           Register musicbrainz tags, so apps don't have to.
17764
17765 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
17766
17767         * gst-libs/gst/tag/gstvorbistag.c: (gst_tag_from_vorbis_tag),
17768         (gst_tag_to_vorbis_tag):
17769           Make sure we called gst_tag_register_musicbrainz_tags()
17770           before possibly mapping a vorbiscomment string from/to a
17771           musicbrainz tag.
17772
17773 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
17774
17775         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
17776           In case we can't find the required number of consecutive
17777           mpeg audio frames to positively identify an MPEG audio
17778           stream, check if there's at least a valid mpeg audio
17779           frame right at offset 0 and if so suggest mpeg/audio
17780           caps with a very low probability (#153004).
17781
17782 2006-02-07  Andy Wingo  <wingo@pobox.com>
17783
17784         * gst/tcp/gsttcpclientsrc.c (gst_tcp_client_src_create): Switch to
17785         a TIME segment if we get timestamped buffers. Requires recent
17786         fixes in core to work properly.
17787
17788 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
17789
17790         * gst/playback/gstplaybasebin.c: (prepare_output):
17791           Don't print the URI as part of the error message, it
17792           makes error dialogs look rather ugly, especially if
17793           the URI is very long or has characters in it that
17794           need escaping.
17795
17796 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
17797
17798         * gst/playback/gstplaybasebin.c: (prepare_output):
17799           Error out if we have only text or subtitles, but nothing
17800           else. Also error out if we have subtitles but no video
17801           stream.
17802
17803 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
17804
17805         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
17806           Treat GNOME_VFS_RESULT_EOF as EOS, not as error (#329194).
17807           Post an error message on the bus when we encounter an
17808           error, which will hopefully be more meaningful than the
17809           'Internal Flow Error' message users get to see if we
17810           just return GST_FLOW_ERROR.
17811
17812 2006-02-07  Andy Wingo  <wingo@pobox.com>
17813
17814         * configure.ac (GST_MAJORMINOR): Update core version req to
17815         0.10.2.2, for the collectpads API addition (#330244).
17816
17817 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
17818
17819         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
17820           Return FALSE from plugin_init() when GnomeVFS can't
17821           be initialised for some reason (#328423).
17822
17823 2006-02-06  Julien MOUTTE  <julien@moutte.net>
17824
17825         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event): 
17826         Stick to seeking theory until i find the bug.
17827         * gst/subparse/gstsubparse.c: (parse_subrip): Fix debug.
17828
17829 2006-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
17830
17831         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
17832         (theora_enc_finalize), (theora_enc_sink_setcaps),
17833         (theora_set_header_on_caps), (theora_enc_chain),
17834         (theora_enc_change_state):
17835         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
17836           Make theoraenc and the tests leak free. Like, really.
17837
17838 2006-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
17839
17840         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
17841         (theora_enc_finalize), (theora_enc_sink_setcaps):
17842           Add a finalize method to ensure we clean up state even if
17843           someone omitted the state change back to NULL.
17844
17845         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1),
17846         (gst_vorbisenc_chain):
17847           Free some more leaked bits.
17848
17849         * tests/check/pipelines/theoraenc.c: (start_pipeline),
17850         (stop_pipeline):
17851           Wait for state changes to happen if they're ASYNC.
17852
17853           This ought to teach those fancy pants buildbots a lesson.
17854
17855 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
17856
17857         * gst-libs/gst/tag/gstid3tag.c:
17858           Add mapping for ID3 International Standard Recording Code
17859           tag "TSRC"
17860
17861 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
17862
17863         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1):
17864           Don't leak tag names.
17865
17866 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
17867
17868         * docs/libs/gst-plugins-base-libs-docs.sgml:
17869         * docs/libs/gst-plugins-base-libs-sections.txt:
17870         * gst-libs/gst/tag/gstid3tag.c:
17871         * gst-libs/gst/tag/gstvorbistag.c:
17872         * gst-libs/gst/tag/tags.c:
17873           Split libgsttag docs into multiple sections.
17874
17875 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
17876
17877         * docs/libs/Makefile.am:
17878         * docs/libs/gst-plugins-base-libs-docs.sgml:
17879         * docs/libs/gst-plugins-base-libs-sections.txt:
17880         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_tag):
17881         * gst-libs/gst/tag/gstvorbistag.c:
17882         * gst-libs/gst/tag/tag.h:
17883         * gst-libs/gst/tag/tags.c:
17884           Add libgsttag to the docs.
17885
17886 2006-02-05  Julien MOUTTE  <julien@moutte.net>
17887
17888         * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize),
17889         (gst_text_overlay_init), (gst_text_overlay_src_event),
17890         (gst_text_overlay_collected): Fix clockoverlay.
17891
17892 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
17893
17894         * docs/libs/compiling.sgml:
17895           Fix typo: it's pkg-config, not pkg-gconfig
17896
17897         * docs/libs/gst-plugins-base-libs-docs.sgml:
17898         * docs/libs/gst-plugins-base-libs-sections.txt:
17899         * docs/libs/tmpl/gstgconf.sgml:
17900           There is no libgstgconf in 0.10, remove it
17901           from the docs.
17902
17903 2006-02-05  Julien MOUTTE  <julien@moutte.net>
17904
17905         * docs/libs/tmpl/gstcolorbalance.sgml: Updated.
17906         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
17907         (gst_text_overlay_src_event), (gst_text_overlay_collected):
17908         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
17909         (gst_sub_parse_class_init), (gst_sub_parse_init),
17910         (gst_sub_parse_src_event), (parse_mdvdsub), (parse_subrip),
17911         (parse_mpsub), (parser_state_init), (handle_buffer),
17912         (gst_sub_parse_chain), (gst_sub_parse_sink_event), (plugin_init):
17913         * gst/subparse/gstsubparse.h: Introduce seeking code.
17914
17915 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
17916
17917         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
17918           Add comment about LANGUAGE tag inconsistency (we want
17919           ISO-639-1, but extract three-letter identifiers?)
17920
17921         * po/POTFILES.in:
17922           Add two translatable files.
17923
17924 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
17925
17926         * gst-libs/gst/tag/Makefile.am:
17927         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
17928         * gst-libs/gst/tag/tag.h:
17929         * gst-libs/gst/tag/tags.c:
17930         (gst_tag_register_musicbrainz_tags_internal),
17931         (gst_tag_register_musicbrainz_tags):
17932           Forward-port some tags stuff from the 0.8 branch. This is
17933           mostly the addition of musicbrainz tags and their mapping
17934           to vorbistags, and a vorbistag mapping of the language tag.
17935
17936 2006-02-05  Julien MOUTTE  <julien@moutte.net>
17937
17938         * gst/playback/gstplaybin.c: (gen_text_element): Fix broken code
17939         refactoring.
17940
17941 2006-02-04  David Schleef  <ds@schleef.org>
17942
17943         * ext/ogg/gstoggmux.c:
17944         * gst/typefind/gsttypefindfunctions.c:
17945           Add Dirac typefinding and add dirac format to oggmux.
17946
17947 2006-02-03  Tim-Philipp Müller  <tim at centricular dot net>
17948
17949         * gst/playback/gstdecodebin.c: (try_to_link_1):
17950           Don't put essential function call into
17951           g_return_*() macro, otherwise it'll all be
17952           replaced by NOOPs when compiling with
17953           G_DISABLE_CHECKS defined.
17954
17955 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
17956
17957         * ext/ogg/gstoggdemux.c:
17958         * ext/ogg/gstoggparse.c:
17959         * gst/tcp/gsttcpserversink.c:
17960         * sys/v4l/v4lsrc_calls.c:
17961         * sys/v4l/v4lsrc_calls.h:
17962         Just make it compile with --disable-gst-debug.
17963
17964 2006-02-03  Wim Taymans  <wim@fluendo.com>
17965
17966         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
17967         (gst_alsasink_class_init), (gst_alsasink_init),
17968         (gst_alsasink_write), (gst_alsasink_reset):
17969         * ext/alsa/gstalsasink.h:
17970         Add lock to protect alsa calls.
17971         Implement reset to flush samples ASAP, does not work
17972         with dmix though.
17973
17974 2006-02-02  Wim Taymans  <wim@fluendo.com>
17975
17976         * gst-libs/gst/audio/gstbaseaudiosink.c:
17977         (gst_base_audio_sink_provide_clock):
17978         Ugh.. getting late I guess...
17979
17980 2006-02-02  Wim Taymans  <wim@fluendo.com>
17981
17982         * gst-libs/gst/audio/gstbaseaudiosink.c:
17983         (gst_base_audio_sink_provide_clock),
17984         (gst_base_audio_sink_set_property),
17985         (gst_base_audio_sink_get_property), (gst_base_audio_sink_render):
17986         Don't try to provide a clock when we are not negotiated since
17987         we might not be able to make it run.
17988
17989 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
17990
17991         * gst/playback/gstdecodebin.c: (try_to_link_1):
17992           Unlinking two source pads is ... hard.
17993
17994 2006-02-02  Wim Taymans  <wim@fluendo.com>
17995
17996         * gst-libs/gst/audio/TODO:
17997         Updated.
17998
17999         * gst-libs/gst/audio/gstbaseaudiosink.c:
18000         (gst_base_audio_sink_drain), (gst_base_audio_sink_event):
18001         On EOS, wait till the last sample is played before posting EOS.
18002
18003 2006-02-01  Philippe Kalaf <burger at speedy dot org>
18004
18005         Patch by: Kai Vehmanen
18006         * gst-libs/gst/rtp/gstbasertpdepayload.c:
18007           Adds ability to enable newsegment bypass by setting queue_delay to
18008           zero. Also avoid thread being started if queue_delay is zero.
18009
18010 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
18011
18012         * gst/playback/test6.c: (new_decoded_pad_cb), (show_error), (main):
18013           Make test work again by connecting fakesinks to each decoded pad,
18014           which makes the pipeline wait until each fakesink has a buffer
18015           queued before going to PAUSED state. At that point we know the
18016           decodebin pads are negotiated.
18017
18018 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
18019
18020         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_query),
18021         (gst_cdda_base_src_handle_event):
18022         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_query):
18023           Pass unhandled queries to the parent class's query function.
18024
18025 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
18026
18027         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_types),
18028         (gst_ogg_pad_src_query):
18029         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
18030         * ext/theora/theoradec.c: (theora_dec_src_query),
18031         (theora_dec_sink_query):
18032         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
18033         (vorbis_dec_sink_query):
18034         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
18035         (gst_vorbisenc_sink_query):
18036         * gst/adder/gstadder.c: (gst_adder_query):
18037           Pass unhandled queries upstream instead of just
18038           dropping them (#326447). Also, fix supported
18039           query types list for some elements.
18040
18041 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
18042
18043         * gst/typefind/gsttypefindfunctions.c: (au_type_find),
18044         (paris_type_find), (ilbc_type_find), (plugin_init):
18045           Fix typefinding for audio/x-au, audio/x-paris and
18046           audio/iLBC-sh. We cannot use the START_WITH macros
18047           here, because there can only be one typefind factory
18048           with the same name (caps), so the second one would
18049           replace the first one and the first one would never
18050           be called when doing typefinding (see #161712).
18051           
18052
18053 2006-01-31  Wim Taymans  <wim@fluendo.com>
18054
18055         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
18056         (vorbis_handle_header_packet), (vorbis_dec_push),
18057         (vorbis_handle_data_packet):
18058         Use scale_int when we can, add some more scaling.
18059         Check packettype before parsing it.
18060
18061 2006-01-31  Wim Taymans  <wim@fluendo.com>
18062
18063         * ext/theora/theoradec.c: (_theora_granule_time),
18064         (theora_dec_src_convert), (theora_dec_sink_convert):
18065         Call right _scale functions.
18066         Use parameter instead of some other random value.
18067
18068 2006-01-31  Wim Taymans  <wim@fluendo.com>
18069
18070         * ext/theora/theoradec.c: (_theora_granule_frame),
18071         (_theora_granule_time), (_inc_granulepos),
18072         (theora_dec_src_convert), (theora_dec_sink_convert),
18073         (theora_handle_type_packet), (theora_handle_data_packet),
18074         (theora_dec_chain):
18075         Use higher precision timestamps calculation.
18076         Convert some other conversions to _scale.
18077
18078 2006-01-31  Stefan Kost  <ensonic@users.sf.net>
18079
18080         * gst/audiotestsrc/gstaudiotestsrc.c:
18081         (gst_audio_test_src_create_sine_table), (plugin_init):
18082         * gst/volume/gstvolume.c: (plugin_init):
18083           initialize gst_controller before using
18084
18085 2006-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
18086
18087         * tests/check/pipelines/theoraenc.c:
18088         * tests/check/pipelines/vorbisenc.c:
18089         Define constant using G_GINT64_CONSTANT to avoid errors when
18090         passing it around - otherwise it gets truncated to 32 bits.
18091
18092         Fixes failing tests.
18093
18094 2006-01-31  Andy Wingo  <wingo@pobox.com>
18095
18096         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_set_caps): Don't segfault if the
18097         caps being set doesn't have a framerate value. Basically a stopgap
18098         measure.
18099
18100         * ext/ogg/gstoggmux.c (GST_BUFFER_END_TIME): New macro. Not
18101         technically correct enough to put into core though.
18102         (gst_ogg_mux_dequeue_page): Use END_TIME instead of TIMESTAMP +
18103         DURATION. Fixes theoraenc ! oggmux.
18104
18105         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Fixate to the nearest
18106         fraction, not double.
18107
18108 2006-01-31  Sebastien Moutte  <sebastien@moutte.net>
18109
18110         * win32/vs7:
18111         add vs7 project files created by Sergey Scobich
18112
18113 2006-01-30  Sebastien Moutte  <sebastien@moutte.net>
18114
18115         * win32/vs8:
18116         add vs8 project files created by Sergey Scobich
18117         
18118 2006-01-30  Andy Wingo  <wingo@pobox.com>
18119
18120         * ext/ogg/gstoggmux.c (gst_ogg_mux_dequeue_page): Compare
18121         timestamp + duration, not just timestamp -- ogg pages should be
18122         ordered by stop time. Necessary fix given the change in vorbis
18123         timestamps.
18124
18125         * ext/theora/theoraenc.c (theora_enc_sink_setcaps) 
18126         (gst_theora_enc_init): Pull the granule shift out of the encoder.
18127         (granulepos_add): New function, handles the messiness of adjusting
18128         granulepos values.
18129         (theora_buffer_from_packet):
18130         (theora_enc_chain):
18131         (theora_enc_sink_event): Use granulepos_add, not +.
18132
18133         * tests/check/pipelines/theoraenc.c
18134         (check_buffer_granulepos_from_starttime): Just check the frame
18135         count, not the actual granulepos -- we can't dictate to the
18136         encoder when it should be placing keyframes.
18137
18138 2006-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
18139
18140         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
18141           SERVICE_NOT_AVAILABLE happens for example when you're trying to
18142           play an http:// stream from a server that's not serving
18143
18144 2006-01-30  Andy Wingo  <wingo@pobox.com>
18145
18146         * tests/check/pipelines/vorbisenc.c (TIMESTAMP_OFFSET): 
18147         * tests/check/pipelines/theoraenc.c (TIMESTAMP_OFFSET): Totally
18148         remove the UINT64_CONSTANT macro, doesn't appear to be needed or
18149         available.
18150
18151         * ext/theora/gsttheoraenc.h:
18152         * ext/theora/theoraenc.c: Same changes as were done to vorbisenc,
18153         although theoraenc was timestamping correctly. Added handling of
18154         streams that start with nonzero timestamps.
18155
18156         * tests/check/Makefile.am:
18157         * tests/check/pipelines/theoraenc.c: New file, basically does same
18158         tests as vorbisenc.
18159
18160         * tests/check/pipelines/vorbisenc.c: I claim these bugs.
18161
18162 2006-01-30  Wim Taymans  <wim@fluendo.com>
18163
18164         * gst-libs/gst/audio/gstaudiosink.c:
18165         (gst_audioringbuffer_class_init), (gst_audioringbuffer_release),
18166         (gst_audioringbuffer_pause):
18167         Implement pause that does not wait for completion.
18168
18169         * gst-libs/gst/audio/gstbaseaudiosink.c:
18170         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
18171         Don't drop buffers when going to PAUSED but perform preroll on
18172         remaining samples now that core base class supports this.
18173
18174         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_release),
18175         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_stop),
18176         (gst_ring_buffer_commit):
18177         Pause should not signal waiters.
18178         Implement return value of _commit correctly.
18179
18180 2006-01-30  Andy Wingo  <wingo@pobox.com>
18181
18182         * tests/check/Makefile.am (check_vorbis): Add pipelines/vorbisenc.
18183
18184         * ext/vorbis/vorbisenc.c (gst_vorbisenc_buffer_from_packet): Logic
18185         updated to timestamp from the first sample, not the last.
18186         (gst_vorbisenc_buffer_from_header_packet): New function, takes
18187         special care of granulepos and timestamp for header packets.
18188         (gst_vorbisenc_chain): Reflow, fix some leaks, and handle the case
18189         when the first buffer has a nonzero timestamp.
18190
18191         * ext/vorbis/vorbisenc.h (GstVorbisEnc.granulepos_offset)
18192         (GstVorbisEnc.subgranule_offset): New members. Take care of the
18193         case when the first audio buffer we get has a nonzero timestamp.
18194         (GstVorbisEnc.next_ts): Renamed from prev_ts, because now we
18195         properly timestamp vorbis buffers with the time of the first
18196         sample, not the last.
18197         
18198         * ext/vorbis/vorbisenc.c (granulepos_to_clocktime): Renamed from
18199         vorbis_granule_time_copy -- now it takes the granule/subgranule
18200         offset into account.
18201
18202         * tests/check/pipelines/vorbisenc.c: New test for correctness of
18203         timestamps, durations, and granulepos on buffers produced by
18204         vorbisenc.
18205
18206 2006-01-30  Jan Schmidt  <thaytan@mad.scientist.com>
18207
18208         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
18209         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
18210           Patch from Eric Jonas to support conversions to/from UYVY 
18211           (Fixes: #324626)
18212
18213 2006-01-30  Julien MOUTTE  <julien@moutte.net>
18214
18215         * gst/playback/gstplaybasebin.c: (group_commit), (queue_overrun),
18216         (setup_subtitle), (setup_source), (set_active_source):
18217         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
18218         (gen_text_element), (gen_audio_element), (gen_vis_element),
18219         (remove_sinks), (add_sink), (setup_sinks): Implement subtitles.
18220
18221 2006-01-29  Sebastien Moutte  <sebastien@moutte.net>
18222
18223         * gst-libs/gst/audio/audio.h: (GST_CLOCK_TIME_TO_FRAMES)
18224         * gst-libs/gst/audio/gstbaseaudiosink.c: (gst_base_audio_sink_render)
18225                 use gst_guint64_to_gdouble to be compliant with vs6
18226         * gst/playback/gstdecodebin.c: (try_to_link_1)
18227         * gst/videorate/videorate.c: (gst_video_rate_blank_data)
18228                 use G_GINT64_CONSTANT for int64 constants
18229         * win32/common/libgstinterfaces.def:
18230                 export some symbols (gst_mixer_get_type,gst_mixer_track_get_type)
18231         * win32/vs6:
18232                 update and add new project files
18233                 
18234 2006-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
18235
18236         * Makefile.am:
18237         * win32/MANIFEST:
18238         * win32/common/interfaces-enumtypes.c:
18239         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
18240         (gst_mixer_track_flags_get_type),
18241         (gst_tuner_channel_flags_get_type):
18242         * win32/common/interfaces-enumtypes.h:
18243         * win32/common/multichannel-enumtypes.c:
18244         (gst_audio_channel_position_get_type):
18245         * win32/common/multichannel-enumtypes.h:
18246           add a win32-update rule like in core, and copy over enumtypes files
18247
18248 2006-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
18249
18250         * win32/MANIFEST:
18251         * win32/common/config.h:
18252         * win32/common/config.h.in:
18253           add config files just like in core
18254
18255 2006-01-28  Tim-Philipp Müller  <tim at centricular dot net>
18256
18257         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format):
18258           Make gcc-4.1 happy (part of #327357).
18259
18260 2006-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
18261
18262         * ext/alsa/gstalsasink.c: (gst_alsasink_init), (set_hwparams),
18263         (set_swparams), (gst_alsasink_prepare), (gst_alsasink_unprepare),
18264         (gst_alsasink_close), (gst_alsasink_write), (gst_alsasink_reset):
18265         * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (set_hwparams),
18266         (set_swparams), (gst_alsasrc_open), (gst_alsasrc_prepare),
18267         (gst_alsasrc_unprepare), (gst_alsasrc_read):
18268           Update all error messages.  All of them should either use
18269           the default translated message, or actually provide a
18270           translatable string.
18271           Make the string for channel count problems meaningful.
18272
18273 2006-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
18274
18275         * sys/v4l/v4l_calls.c: (gst_v4l_open):
18276           check for and throw RESOURCE_BUSY
18277
18278 2006-01-27  David Schleef  <ds@schleef.org>
18279
18280         * gst/videoscale/vs_scanline.c: Oops, *that's* why I never
18281           checked in this change -- it requires liboil features not
18282           in 0.3.6.  Revert parts.
18283
18284 2006-01-27  David Schleef  <ds@schleef.org>
18285
18286         * REQUIREMENTS:
18287         * configure.ac: update liboil requirement to 0.3.6
18288         * gst/videoscale/Makefile.am:
18289         * gst/videoscale/vs_scanline.c: liboilify
18290
18291 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
18292
18293         * ext/libvisual/visual.c: (get_buffer):
18294           When pad_alloc returns a GstFlowReturn other
18295           than GST_FLOW_OK, make sure it is passed upstream.
18296
18297 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
18298
18299         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
18300         (gst_alsasink_class_init):
18301           Free the device name string.
18302
18303         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
18304         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad),
18305         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_clear_collectpads):
18306           Don't remove a pad from the collectpads structure until it
18307           is released - it's a request pad, and may receive data again
18308           if the element gets moved back to PLAYING state.
18309
18310         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
18311           Ensure we turn on double buffering on the Xv port, and
18312           set the colour key to something dark and mysterious that
18313           isn't black.
18314
18315 2006-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
18316
18317         * ext/alsa/gstalsaplugin.c: (plugin_init):
18318         * ext/cdparanoia/gstcdparanoiasrc.c:
18319         (gst_cd_paranoia_src_base_init), (plugin_init):
18320         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
18321         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init):
18322           - a library should not call setlocale. see "Libraries" node in
18323             gettext manual
18324           - make sure all plugins that use translation do bindtextdomain
18325             to point to the localedir
18326         * gst/playback/gstplaybin.c: (gen_vis_element), (add_sink),
18327         (setup_sinks), (plugin_init):
18328           all this, and check for NULL when creating sinks
18329
18330 2006-01-27  Julien MOUTTE  <julien@moutte.net>
18331
18332         * gst/subparse/gstsubparse.c: (gst_subparse_type_find),
18333         (plugin_init): Make typefinding of subtitles work again.
18334
18335 2006-01-26  Tim-Philipp Müller  <tim at centricular dot net>
18336
18337         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
18338         (mp3_type_frame_length_from_header), (mp3_type_find),
18339         (wavpack_type_find), (m4a_type_find), (ircam_type_find),
18340         (plugin_init):
18341           Backport a bunch of typefinding fixes from the 0.8 branch.
18342           Also, improve wavpack typefinding: if we can't peek the
18343           entire wavpack block, try to parse the bits we can get and
18344           see if we find what we're looking for in those.
18345
18346 2006-01-26  Julien MOUTTE  <julien@moutte.net>
18347
18348         * sys/ximage/ximagesink.c:
18349         (gst_ximagesink_calculate_pixel_aspect_ratio):
18350         * sys/xvimage/xvimagesink.c:
18351         (gst_xvimagesink_calculate_pixel_aspect_ratio): Handle some
18352         more cases of pixel aspect ratio.
18353
18354 2006-01-26  Edward Hervey  <edward@fluendo.com>
18355
18356         * gst/playback/gstdecodebin.c: (pad_probe):
18357         Also consider the flush-start and tag events as unblockers
18358         for the pad probes.
18359
18360 2006-01-26  Julien MOUTTE  <julien@moutte.net>
18361
18362         * gst/playback/gstplaybin.c: (gst_play_bin_init),
18363         (gst_play_bin_dispose), (gst_play_bin_vis_unblocked),
18364         (gst_play_bin_vis_blocked), (gst_play_bin_set_property): 
18365         On the fly visualisation switch, works disabling, enabling as
18366         well but it won't be able to enable vis in a playbin that was
18367         created with no visualisation.
18368
18369 2006-01-25  Wim Taymans  <wim@fluendo.com>
18370
18371         * gst-libs/gst/audio/gstbaseaudiosink.c:
18372         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
18373         Undo previous commit that returned WRONG_STATE sooner, it breaks 
18374         resume after pause.
18375
18376 2006-01-25  Wim Taymans  <wim@fluendo.com>
18377
18378         * gst-libs/gst/audio/gstbaseaudiosink.c:
18379         (gst_base_audio_sink_setcaps), (gst_base_audio_sink_event),
18380         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render):
18381         Improve debugging.
18382         Post error when caps cannot be parsed.
18383         Resync on discontinuity in the stream.
18384         Clip samples to segment boundaries.
18385         return WRONG_STATE sooner when we are flushing.
18386
18387         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
18388         (gst_base_audio_src_get_time), (gst_base_audio_src_create):
18389         Make audiosrc operate in TIME.
18390         Set TIMESTAMP and DURATION on buffers.
18391
18392 2006-01-24  Tim-Philipp Müller  <tim at centricular dot net>
18393
18394         * tests/examples/seek/seek.c: (main):
18395           Output tag messages as well.
18396
18397 2006-01-23  Edward Hervey  <edward@fluendo.com>
18398
18399         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
18400         (free_pad_probes), (remove_fakesink), (pad_probe),
18401         (close_pad_link), (gst_decode_bin_change_state):
18402         Replace GstPadBlockCallback with pad probes that detect
18403         first buffer AND eos before removing fakesink.
18404         Fixes hang with demuxers doing EOS while pre-rolling.
18405         Solves #328279
18406
18407 2006-01-23  Andy Wingo  <wingo@pobox.com>
18408
18409         * ext/alsa/gstalsasink.c:
18410         * gst-libs/gst/rtp/gstbasertpdepayload.c:
18411         (gst_base_rtp_depayload_setcaps),
18412         (gst_base_rtp_depayload_add_to_queue),
18413         (gst_base_rtp_depayload_queue_release): GCC 2.95 fixes (#328263).
18414         
18415         Patch by: Jens Granseuer <jensgr at gmx dot net>
18416
18417 2006-01-22  Julien MOUTTE  <julien@moutte.net>
18418
18419         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
18420         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
18421         (gst_xvimagesink_buffer_alloc): Playbin keeps some ref to some 
18422         frames. We might get a frame destroyed after changing state to
18423         NULL, adding a safety check on xcontext.
18424
18425 2006-01-22  Tim-Philipp Müller  <tim at centricular dot net>
18426
18427         * gst-libs/gst/interfaces/xoverlay.c:
18428           Fix prepare-xwindow-id code example in the docs - we need to
18429           ignore all messages that aren't element messages as well.
18430           
18431 2006-01-21  Julien MOUTTE  <julien@moutte.net>
18432
18433         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
18434           I think one day i'll completely undestand how caps negotiation
18435           is supposed to work. This refactoring handles buffer_alloc
18436           called with caps we can't handle. We definitely don't want a
18437           set_caps with those caps, so we define and allocate a buffer
18438           we would like to receive.
18439
18440 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
18441
18442         * gst/playback/gstplaybasebin.c: (setup_source):
18443           Free iterator when done.
18444
18445 2006-01-17  Jan Schmidt  <thaytan@mad.scientist.com>
18446
18447         * gst-libs/gst/audio/gstbaseaudiosink.c:
18448         (gst_base_audio_sink_render):
18449           Fix playback of non-synchronised streams by assuming a rate
18450           of 1.0 instead of a random one.
18451
18452           Makes this work again:
18453
18454           gst-launch filesrc location=raw_audio.file ! 'audio/x-raw-int,
18455           endianness=(int)4321, signed=(boolean)true, width=(int)16,
18456           depth=(int)16, rate=(int)44100, channels=(int)2' ! audioconvert !
18457           audioresample ! alsasink
18458
18459 === release 0.10.2 ===
18460
18461 2006-01-16  Thomas Vander Stichele <thomas at apestaart dot org>
18462
18463         * configure.ac:
18464           releasing 0.10.2, "Then the devil is six"
18465
18466 2006-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
18467
18468         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
18469         * gst/playback/gststreamselector.c:
18470         (gst_stream_selector_set_property):
18471           Comment out broken code that connects to the state-changed signal.
18472           At this point, changing current stream selection is broken, but 
18473           stuff like gst-launch playbin current-audio=1 works and filters
18474           to the chosen stream.
18475
18476 2006-01-16  Thomas Vander Stichele  <thomas at apestaart dot org>
18477
18478         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
18479           Fix #327216 (null dereference in vorbisdec)
18480
18481 2006-01-16  Tim-Philipp Müller  <tim at centricular dot net>
18482
18483         * ext/theora/theoradec.c: (theora_handle_comment_packet):
18484           Post taglist actually on bus instead of just freeing it
18485           (fixes #327114 and totem bug #327080).
18486
18487         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
18488           Use gst_element_found_tags_for_pad(), so that the tags
18489           are sent downstream as an event as well.
18490
18491 2006-01-15  Thomas Vander Stichele  <thomas at apestaart dot org>
18492
18493         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
18494         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
18495         (gst_ximagesink_buffer_alloc):
18496         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
18497         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_show_frame),
18498         (gst_xvimagesink_buffer_alloc):
18499           move all regularly occurring messages to GST_LOG level
18500           add some more object logs
18501
18502 2006-01-14  Thomas Vander Stichele  <thomas at apestaart dot org>
18503
18504         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
18505           fix a silly segfault
18506
18507 2006-01-14  Tim-Philipp Müller  <tim at centricular dot net>
18508
18509         * docs/libs/gst-plugins-base-libs-docs.sgml:
18510         * docs/libs/gst-plugins-base-libs-sections.txt:
18511         * gst-libs/gst/audio/mixerutils.c:
18512         * gst-libs/gst/audio/mixerutils.h:
18513           Add docs for mixerutils stuff.
18514
18515 2006-01-13  Tim-Philipp Müller  <tim at centricular dot net>
18516
18517         * gst/playback/gstplaybasebin.c: (setup_source):
18518           Fix playback for sources that emit raw audio or
18519           raw video streams (e.g.: cd audio sources) (#325984).
18520
18521 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
18522
18523         * gst-libs/gst/audio/mixerutils.c:
18524         (gst_audio_mixer_filter_do_filter):
18525           actually save the element we create
18526
18527 2006-01-12  Tim-Philipp Müller  <tim at centricular dot net>
18528
18529         * gst-libs/gst/cdda/gstcddabasesrc.c:
18530         (gst_cdda_base_src_handle_track_seek):
18531           No need to post a tag message on the bus when seeking
18532           within the same track, only post it when the current
18533           track changes.
18534
18535 2006-01-11  Jan Schmidt  <thaytan@mad.scientist.com>
18536
18537         * gst/playback/gstplaybasebin.c: (group_destroy),
18538         (probe_triggered), (new_decoded_pad), (mute_group_type),
18539         (set_active_source):
18540         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
18541         * gst/playback/gststreamselector.c:
18542         (gst_stream_selector_base_init),
18543         (gst_stream_selector_set_property),
18544         (gst_stream_selector_request_new_pad):
18545           Reenable stream selection. These mechanisms need a complete overhaul
18546           in the face of 0.8->0.10 changes though.
18547
18548 2006-01-11  Jan Schmidt  <thaytan@mad.scientist.com>
18549
18550         * ext/ogg/gstoggdemux.c:
18551           Change the pad template to src_%d to match the pads that 
18552           are created from it. decodebin needs this information in order
18553           to decide that oggdemux is capable of producing multiple pads
18554           (and hence needs queues inserted).
18555
18556         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
18557         (gst_ogg_mux_collected):
18558           Make debug output more useful by using GST_PTR_FORMAT.
18559
18560 2006-01-11  Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
18561
18562         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
18563
18564         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps):
18565           Set depth and width for alaw/mulaw (fixes #326601).
18566
18567 2006-01-11  Thomas Vander Stichele  <thomas at apestaart dot org>
18568
18569         * tests/icles/Makefile.am:
18570           don't build the tests if we don't have the libs
18571
18572 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
18573
18574         * ext/cdparanoia/gstcdparanoiasrc.c: (gst_cd_paranoia_src_close),
18575         (gst_cd_paranoia_paranoia_callback):
18576           Don't try to free NULL pointers.
18577
18578 2006-01-10  Edward Hervey  <edward@fluendo.com>
18579
18580         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain),
18581         (gst_audio_rate_change_state), (plugin_init):
18582         Add debugging category.
18583         Fix type issues.
18584         Add case for incoming buffers without valid offset/offset_end.
18585
18586 2006-01-10  Michael Smith  <msmith@fluendo.com>
18587
18588         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_dispose):
18589           Don't leak GCond in audio sources.
18590
18591 2006-01-10  Jan Schmidt  <thaytan@mad.scientist.com>
18592
18593         * gst/playback/gstplaybin.c: (gen_audio_element):
18594           Don't leak an autoaudiosink/alsasink when we generate
18595           a new audio element. (old code, I guess)
18596
18597 2006-01-10  Michael Smith  <msmith@fluendo.com>
18598
18599         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
18600           Support float audio in audiorate.
18601           Use width rather than depth for selecting sample width.
18602
18603 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
18604
18605         * gst/videotestsrc/videotestsrc.h:
18606           Use GLib types here (that way we don't have to include the
18607           generated _stdint.h header, which makes life easier for win32
18608           folks that don't use autotools for the build) (#325990, patch
18609           by: Sergey Scobich).
18610
18611 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
18612
18613         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
18614         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
18615         (gst_ring_buffer_pause), (wait_segment):
18616         * gst-libs/gst/audio/gstringbuffer.h:
18617           Name (private) union, makes Forte compiler happy (this time
18618           for real) (#324900).
18619
18620 2006-01-09  Tim-Philipp Müller  <tim at centricular dot net>
18621
18622         * gst-libs/gst/audio/Makefile.am:
18623           Link against libgstinterfaces, needed for mixer
18624           and property probe stuff.
18625
18626 2006-01-09  Edward Hervey  <edward@fluendo.com>
18627
18628         * gst-libs/gst/Makefile.am:
18629
18630 2006-01-09  Tim-Philipp Müller  <tim at centricular dot net>
18631
18632         * gst-libs/gst/audio/Makefile.am:
18633         * gst-libs/gst/audio/mixerutils.c:
18634         (gst_audio_mixer_filter_do_filter),
18635         (gst_audio_mixer_filter_check_element),
18636         (gst_audio_mixer_filter_probe_feature),
18637         (element_factory_rank_compare_func),
18638         (gst_audio_default_registry_mixer_filter):
18639         * gst-libs/gst/audio/mixerutils.h:
18640           Add gst_audio_default_registry_mixer_filter() utility
18641           function.
18642
18643 2006-01-03  Michael Smith  <msmith@fluendo.com>
18644
18645         * gst/audioresample/resample.h:
18646           As before, but for o_buf
18647
18648 2006-01-03  Michael Smith  <msmith@fluendo.com>
18649
18650         * gst/audioresample/resample.h:
18651           Declare struct _ResampleState.buffer as unsigned char *, not void *,
18652           since we do arithmetic on it.
18653
18654 2006-01-02  Tim-Philipp Müller  <tim at centricular dot net>
18655
18656         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
18657         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
18658         (gst_ring_buffer_pause), (wait_segment):
18659         * gst-libs/gst/audio/gstringbuffer.h:
18660           Sun's Forte compiler doesn't seem to like anonymous structs,
18661           so use same setup as in GstBaseSrc (fixes #324900).
18662
18663 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
18664
18665         * configure.ac:
18666         * gst/volume/Makefile.am:
18667         * gst/volume/demo.c:
18668           move old example to tests/examples/volume/volune.c
18669         * tests/examples/Makefile.am:
18670         * tests/examples/seek/seek.c: (main):
18671           change window-close event from "delete-event" to "destroy"
18672         * tests/examples/volume/Makefile.am:
18673         * tests/examples/volume/volume.c: (value_changed_callback),
18674         (setup_gui), (message_received), (eos_message_received), (main):
18675           fix event handling and bus usage
18676
18677 2005-12-29  Stefan Kost  <ensonic@users.sf.net>
18678
18679         * gst/audiotestsrc/gstaudiotestsrc.c:
18680         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
18681         (gst_audio_test_src_init), (gst_audio_test_src_src_fixate),
18682         (gst_audio_test_src_query), (gst_audio_test_src_create_sine),
18683         (gst_audio_test_src_create_square),
18684         (gst_audio_test_src_create_saw),
18685         (gst_audio_test_src_create_triangle),
18686         (gst_audio_test_src_create_silence),
18687         (gst_audio_test_src_create_white_noise),
18688         (gst_audio_test_src_create_pink_noise),
18689         (gst_audio_test_src_init_sine_table),
18690         (gst_audio_test_src_create_sine_table),
18691         (gst_audio_test_src_change_wave),
18692         (gst_audio_test_src_change_volume), (gst_audio_test_src_do_seek),
18693         (gst_audio_test_src_create), (gst_audio_test_src_set_property):
18694         * gst/audiotestsrc/gstaudiotestsrc.h:
18695           update to basesrc changes, implement segmented seeking and eos
18696           handling, add a 'sine-tab' waveform for performance critical playback
18697
18698 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
18699
18700         * po/POTFILES.in:
18701           ... and this time the other modified file that I missed last time.
18702
18703 2005-12-29  Michael Smith  <msmith@fluendo.com>
18704
18705         * gst/playback/gstdecodebin.c: (new_pad):
18706           Fix non-C89 variable declaration not at the start of a block. Should
18707           help some compilers.
18708
18709 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
18710
18711         * tests/check/Makefile.am:
18712           And now fix 'make distcheck' (builddir != srcdir)
18713
18714 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
18715
18716         * configure.ac:
18717         * ext/cdparanoia/Makefile.am:
18718         * ext/cdparanoia/gstcdparanoia.c:
18719         * ext/cdparanoia/gstcdparanoia.h:
18720         * ext/cdparanoia/gstcdparanoiasrc.c:
18721         (gst_cd_paranoia_mode_get_type), (gst_cd_paranoia_src_base_init),
18722         (gst_cd_paranoia_src_init), (gst_cd_paranoia_src_class_init),
18723         (gst_cd_paranoia_src_open), (gst_cd_paranoia_src_close),
18724         (gst_cd_paranoia_paranoia_callback),
18725         (gst_cd_paranoia_src_read_sector), (gst_cd_paranoia_src_finalize),
18726         (gst_cd_paranoia_src_set_property),
18727         (gst_cd_paranoia_src_get_property), (plugin_init):
18728         * ext/cdparanoia/gstcdparanoiasrc.h:
18729           New cdparanoiasrc element based on cddabasesrc; enable cdparanoia
18730           plugin again (there are still fixes required to playbin to make
18731           cdda:// uris work there).
18732
18733 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
18734
18735         * tests/check/Makefile.am:
18736           Fix test case compilation.
18737
18738 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
18739
18740         * gst-libs/gst/cdda/gstcddabasesrc.c:
18741         (gst_cdda_base_src_update_duration),
18742         (gst_cdda_base_src_calculate_cddb_id):
18743           An integer is not a string. Fix access to uninitialised variable.
18744
18745         * tests/check/Makefile.am:
18746           Add cddabasesrc unit test; also actually enable the vorbis test.
18747
18748         * tests/check/generic/states.c:
18749           Blacklist new cd audio elements as well.
18750
18751         * tests/check/libs/cddabasesrc.c:
18752           Unit test for GstCddaBaseSrc (discid calculation mostly).
18753
18754 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
18755
18756         * docs/libs/Makefile.am:
18757         * docs/libs/gst-plugins-base-libs-docs.sgml:
18758         * docs/libs/gst-plugins-base-libs-sections.txt:
18759         * docs/libs/gst-plugins-base-libs.types:
18760           Add docs for libgstcdda/GstCddaBaseSrc.
18761
18762         * gst-libs/gst/interfaces/mixertrack.h:
18763           Do one struct member per line with a semicolon at the end, that way
18764           even gtk-doc might parse it without complaining.
18765
18766 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
18767
18768         * configure.ac:
18769         * gst-libs/gst/Makefile.am:
18770         * gst-libs/gst/cdda/Makefile.am:
18771         * gst-libs/gst/cdda/base64.c:
18772         * gst-libs/gst/cdda/base64.h:
18773         * gst-libs/gst/cdda/gstcddabasesrc.c:
18774         (gst_cdda_base_src_mode_get_type), (gst_cdda_base_src_base_init),
18775         (gst_cdda_base_src_class_init), (gst_cdda_base_src_init),
18776         (gst_cdda_base_src_finalize), (gst_cdda_base_src_set_property),
18777         (gst_cdda_base_src_get_property),
18778         (gst_cdda_base_src_get_track_from_sector),
18779         (gst_cdda_base_src_get_query_types), (gst_cdda_base_src_convert),
18780         (gst_cdda_base_src_query), (gst_cdda_base_src_is_seekable),
18781         (gst_cdda_base_src_do_seek), (gst_cdda_base_src_handle_track_seek),
18782         (gst_cdda_base_src_handle_event), (gst_cdda_base_src_uri_get_type),
18783         (gst_cdda_base_src_uri_get_protocols),
18784         (gst_cdda_base_src_uri_get_uri), (gst_cdda_base_src_uri_set_uri),
18785         (gst_cdda_base_src_uri_handler_init),
18786         (gst_cdda_base_src_setup_interfaces),
18787         (gst_cdda_base_src_add_track), (gst_cdda_base_src_update_duration),
18788         (cddb_sum), (gst_cddabasesrc_calculate_musicbrainz_discid),
18789         (lba_to_msf), (gst_cdda_base_src_calculate_cddb_id),
18790         (gst_cdda_base_src_add_tags),
18791         (gst_cdda_base_src_add_index_associations),
18792         (gst_cdda_base_src_set_index), (gst_cdda_base_src_get_index),
18793         (gst_cdda_base_src_track_sort_func), (gst_cdda_base_src_start),
18794         (gst_cdda_base_src_clear_tracks), (gst_cdda_base_src_stop),
18795         (gst_cdda_base_src_create):
18796         * gst-libs/gst/cdda/gstcddabasesrc.h:
18797         * gst-libs/gst/cdda/sha1.c:
18798         * gst-libs/gst/cdda/sha1.h:
18799           Add new libgstcdda with GstCddaBaseSrc class.
18800
18801 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
18802
18803         * ext/gnomevfs/gstgnomevfssink.h:
18804           Use GstBaseSinkClass as parent_class member for class struct, not
18805           GstBaseSink.
18806
18807 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
18808
18809         Patch by: Michael Benes
18810
18811         * gst/videotestsrc/gstvideotestsrc.c:
18812         (gst_video_test_src_class_init), (gst_video_test_src_start):
18813           Add start method to reset running time and number of frames sent
18814           when starting up (fixes #324696)
18815
18816 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
18817
18818         * docs/plugins/Makefile.am:
18819         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
18820         * docs/plugins/gst-plugins-base-plugins-sections.txt:
18821         * docs/plugins/gst-plugins-base-plugins.args:
18822         * docs/plugins/gst-plugins-base-plugins.hierarchy:
18823         * docs/plugins/gst-plugins-base-plugins.signals:
18824           Add docs stuff for gnomevfssrc and gnomevfssink.
18825
18826         * ext/gnomevfs/gstgnomevfssrc.c:
18827           Fix example pipeline in gtk-doc blurb.
18828
18829 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
18830
18831         * ext/gnomevfs/Makefile.am:
18832         * ext/gnomevfs/gstgnomevfs.c: (gst_gnome_vfs_uri_get_type),
18833         (gst_gnome_vfs_handle_copy), (gst_gnome_vfs_handle_free),
18834         (gst_gnome_vfs_handle_get_type), (plugin_init):
18835         * ext/gnomevfs/gstgnomevfs.h:
18836         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_do_init),
18837         (gst_gnome_vfs_sink_base_init), (gst_gnome_vfs_sink_class_init),
18838         (gst_gnome_vfs_sink_finalize), (gst_gnome_vfs_sink_init),
18839         (gst_gnome_vfs_sink_set_property),
18840         (gst_gnome_vfs_sink_get_property), (gst_gnome_vfs_sink_open_file),
18841         (gst_gnome_vfs_sink_close_file), (gst_gnome_vfs_sink_start),
18842         (gst_gnome_vfs_sink_stop), (gst_gnome_vfs_sink_handle_event),
18843         (gst_gnome_vfs_sink_query), (gst_gnome_vfs_sink_render),
18844         (gst_gnome_vfs_sink_uri_get_type),
18845         (gst_gnome_vfs_sink_uri_get_protocols),
18846         (gst_gnome_vfs_sink_uri_get_uri), (gst_gnome_vfs_sink_uri_set_uri),
18847         (gst_gnome_vfs_sink_uri_handler_init):
18848         * ext/gnomevfs/gstgnomevfssink.h:
18849           Port gnomevfssink; add gtk-doc blurb.
18850
18851         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_get_type),
18852         (gst_gnome_vfs_src_base_init), (gst_gnome_vfs_src_class_init),
18853         (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
18854         (gst_gnome_vfs_src_uri_get_type),
18855         (gst_gnome_vfs_src_uri_get_protocols),
18856         (gst_gnome_vfs_src_uri_get_uri), (gst_gnome_vfs_src_uri_set_uri),
18857         (gst_gnome_vfs_src_uri_handler_init),
18858         (gst_gnome_vfs_src_set_property), (gst_gnome_vfs_src_get_property),
18859         (gst_gnome_vfs_src_unicodify), (audiocast_thread_run),
18860         (gst_gnome_vfs_src_send_additional_headers_callback),
18861         (gst_gnome_vfs_src_received_headers_callback),
18862         (gst_gnome_vfs_src_push_callbacks),
18863         (gst_gnome_vfs_src_pop_callbacks),
18864         (gst_gnome_vfs_src_get_icy_metadata), (gst_gnome_vfs_src_create),
18865         (gst_gnome_vfs_src_is_seekable), (gst_gnome_vfs_src_get_size),
18866         (gst_gnome_vfs_src_start), (gst_gnome_vfs_src_stop):
18867         * ext/gnomevfs/gstgnomevfssrc.h:
18868           s/gst_gnomevfssrc/gst_gnome_vfs_src/; move header stuff to header
18869           file; add gtk-doc blurb with example pipelines.
18870
18871 === release 0.10.1 ===
18872
18873 2005-12-23  Thomas Vander Stichele <thomas at apestaart dot org>
18874
18875         * configure.ac:
18876           releasing 0.10.1, "Dobro Dedek"
18877
18878 2005-12-21  Edgard Lima <edgard.lima@indt.org.br>
18879
18880         * gst/typefind/gsttypefindfunctions.c:
18881         iLBC30 and iLBC20 added to typefind.
18882
18883 2005-12-20  Thomas Vander Stichele  <thomas at apestaart dot org>
18884
18885         * gst-libs/gst/audio/gstbaseaudiosink.c:
18886         (gst_base_audio_sink_class_init):
18887         * gst-libs/gst/audio/gstbaseaudiosrc.c:
18888         (gst_base_audio_src_class_init):
18889           update strings, values are in microseconds
18890           change the default sink buffer time to something that is smaller
18891           (to help software volume mixing have a slightly lower delay) but
18892           still be acceptable on Wim's laptop
18893
18894 2005-12-20  Edward Hervey  <edward@fluendo.com>
18895
18896         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_template_caps):
18897         Made a quack, forgot to add DUCK to the riff video template.
18898
18899 2005-12-19  Edward Hervey  <edward@fluendo.com>
18900
18901         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_base_init),
18902         (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
18903         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
18904         (gst_ogm_parse_chain):
18905         Make sure pads are initialized correctly.
18906         * gst-libs/gst/riff/riff-ids.h:
18907         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
18908         (gst_riff_create_video_template_caps):
18909         Add a whole bunch of FOURCC <=> MimeType.
18910         Extend the riff video pad template to support the newly added fourcc.
18911
18912 2005-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
18913
18914         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain),
18915         (gst_ogg_demux_activate_chain):
18916           Extra debug output when activating/deactivating chains.
18917
18918         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
18919         (is_demuxer_element), (try_to_link_1), (remove_element_chain),
18920         (unlinked):
18921           Remove a queue from our list when it becomes unlinked.
18922           Don't add queues to elements in class 'Demux' if they
18923           can only produce one pad 
18924
18925 2005-12-18  Julien MOUTTE  <julien@moutte.net>
18926
18927         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_base_init),
18928         (gst_video_sink_get_type): Add a debug category.
18929
18930 2005-12-17  Philippe Khalaf  <burger@speedy.org> 
18931
18932         * gst-libs/gst/rtp/gstbasertpdepayload.c:
18933         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_handle_sink_event):
18934           Handle downstream newsegment by sending our own newsegment before the
18935           next buffer to be released. (#323900)
18936
18937 2005-12-17  Philippe Khalaf  <burger@speedy.org> 
18938
18939         * gst-libs/gst/rtp/gstbasertpdepayload.c:
18940         (gst_base_rtp_depayload_set_gst_timestamp):
18941           add queue delay to new segment as well (as opposed to just the first
18942           buffer). (bug #322347)
18943
18944 2005-12-16  Stefan Kost  <ensonic@users.sf.net>
18945
18946         * ext/libvisual/visual.c: (make_valid_name):
18947           change some char* into char[]
18948         * gst/audiotestsrc/gstaudiotestsrc.c:
18949         (gst_audio_test_src_class_init), (gst_audio_test_src_do_seek),
18950         (gst_audio_test_src_create):
18951         * gst/audiotestsrc/gstaudiotestsrc.h:
18952           prepare to handle EOS and SEGMENT_DONE
18953
18954 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
18955
18956         * tests/check/generic/states.c: (GST_START_TEST):
18957           Blacklist cdparanoia element in state test.
18958
18959 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
18960
18961           Patch by: Benjamin Pineau
18962
18963         * gst/tcp/gsttcp.c:
18964         * gst/tcp/gsttcpclientsink.c:
18965         * gst/tcp/gsttcpserversink.c:
18966         * gst/tcp/gsttcpserversrc.c:
18967           Add <string.h> includes for memset and FD_ZERO (fixes #323878)
18968
18969 2005-12-15  Michael Smith  <msmith@fluendo.com>
18970
18971         * gst/videorate/gstvideorate.c: (gst_video_rate_blank_data),
18972         (gst_video_rate_chain):
18973           Fix timestamping for videorate when the first buffer it sees has a
18974           non-zero timestamp. Fix some misleading debug output.
18975
18976 2005-12-15  Michael Smith  <msmith@fluendo.com>
18977
18978         * gst/audioresample/gstaudioresample.c:
18979           Don't leak all input buffers to audioresample.
18980
18981 2005-12-15  Tim-Philipp Müller  <tim at centricular dot net>
18982
18983         * ext/pango/gsttextoverlay.c: (gst_text_overlay_collected):
18984           Don't operate on empty text buffers. Strip newlines and
18985           tabs only from the end of the text, but leave them intact
18986           in the middle. Fix typo in gtk-doc description.
18987
18988 2005-12-15  Tim-Philipp Müller  <tim at centricular dot net>
18989
18990         * gst/playback/gstplaybasebin.c:
18991         * gst/playback/gstplaybin.c: (handoff):
18992           Make sure the video frame buffer we return to apps via the
18993           "frame" property always has caps set on it. Modify
18994           _gst_gvalue_set_object() macro to handle NULL objects
18995           gracefully too.
18996
18997 2005-12-14  Stefan Kost  <ensonic@users.sf.net>
18998
18999         * gst/audiotestsrc/gstaudiotestsrc.c:
19000         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
19001         (gst_audio_test_src_setcaps), (gst_audio_test_src_src_query),
19002         (gst_audio_test_src_do_seek), (gst_audio_test_src_is_seekable),
19003         (gst_audio_test_src_create):
19004         * gst/audiotestsrc/gstaudiotestsrc.h:
19005         Adjust to some recent api changes and add wtays new cool seeking
19006         capabillities
19007
19008 2005-12-14  Tim-Philipp Müller  <tim at centricular dot net>
19009
19010         * ext/alsa/Makefile.am:
19011         * ext/alsa/gstalsadeviceprobe.c:
19012         * ext/alsa/gstalsadeviceprobe.h:
19013           Helper functions to add device probing via the GstPropertyProbe
19014           interface to a class.
19015
19016         * ext/alsa/gstalsamixer.h:
19017           Comment out GST_ALSA_MIXER, it returns a struct that's not
19018           used.
19019
19020         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
19021           Add some debug info. 
19022
19023         * ext/alsa/gstalsamixerelement.c:
19024         (gst_alsa_mixer_element_interface_supported),
19025         (gst_implements_interface_init),
19026         (gst_alsa_mixer_element_init_interfaces),
19027         (gst_alsa_mixer_element_class_init),
19028         (gst_alsa_mixer_element_finalize), (gst_alsa_mixer_element_init),
19029         (gst_alsa_mixer_element_set_property),
19030         (gst_alsa_mixer_element_get_property),
19031         (gst_alsa_mixer_element_change_state):
19032         * ext/alsa/gstalsamixerelement.h:
19033           Add 'device' and 'device-name' properties. Add GstPropertyProbe
19034           for device handling (gnome-volume-control will need that).
19035
19036 2005-12-12  Christian Schaller  <uraeus@gnome.org>
19037
19038         * ext/Makefile.am: fix cdparanoia entry
19039         * gst-plugins-base.spec.in: add cdparanoia
19040
19041 2005-12-12  Michael Smith  <msmith@fluendo.com>
19042
19043         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
19044           Use the correct function to free list of typefind factories.
19045
19046 2005-12-12  Wim Taymans  <wim@fluendo.com>
19047
19048         * gst/videotestsrc/gstvideotestsrc.c:
19049         (gst_video_test_src_class_init), (gst_video_test_src_init),
19050         (gst_video_test_src_parse_caps), (gst_video_test_src_query),
19051         (gst_video_test_src_do_seek), (gst_video_test_src_is_seekable),
19052         (gst_video_test_src_create):
19053         * gst/videotestsrc/gstvideotestsrc.h:
19054         Implement seeking in videotestsrc.
19055         Small cleanups.
19056
19057 2005-12-12  Wim Taymans  <wim@fluendo.com>
19058
19059         * ext/cdparanoia/Makefile.am:
19060         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
19061         (gst_paranoia_endian_get_type), (_do_init),
19062         (cdparanoia_class_init), (cdparanoia_init),
19063         (cdparanoia_set_property), (cdparanoia_get_property),
19064         (cdparanoia_do_seek), (cdparanoia_is_seekable),
19065         (cdparanoia_create), (cdparanoia_start), (cdparanoia_stop),
19066         (cdparanoia_convert), (cdparanoia_get_query_types),
19067         (cdparanoia_query), (cdparanoia_set_index),
19068         (cdparanoia_uri_set_uri):
19069         * ext/cdparanoia/gstcdparanoia.h:
19070         Partially ported cdparanoia now that basesrc can support a
19071         plugin like this..
19072
19073 2005-12-12  Wim Taymans  <wim@fluendo.com>
19074
19075         * tests/examples/seek/scrubby.c: (main):
19076         Set higher priority for bus events so they don't get reordered with
19077         gtk gui events.
19078
19079         * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
19080         (flush_toggle_cb), (main):
19081         Added checkbox to disable flushing seeks. 
19082         Disable scrubbing when doing non flushing seeks.
19083
19084 2005-12-12  Tim-Philipp Müller  <tim at centricular dot net>
19085
19086         * gst/subparse/gstsubparse.c: (gst_sub_parse_init),
19087         (gst_sub_parse_do_seek), (gst_sub_parse_src_event), (parse_subrip),
19088         (parser_state_init), (handle_buffer), (gst_sub_parse_chain),
19089         (gst_sub_parse_sink_event), (gst_sub_parse_change_state):
19090           Implement some sort of event handling that doesn't rely on
19091           g_return_if_fail; make sure we always push the last chunk of an 
19092           .srt out when we receive an EOS; use gst_pad_alloc_buffer; fix
19093           state change function; remove some old cruft. Seeking is still
19094           rather unlikely to work though.
19095
19096         * tools/.cvsignore:
19097           Ignore more.
19098
19099 2005-12-11  Julien MOUTTE  <julien@moutte.net>
19100
19101         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): 
19102         Fixed a leak of the current image reference when cleaning up.
19103         Thanks to Arwed von Merkatz (alley_cat) for pointing it out.
19104
19105 2005-12-09  Michael Smith  <msmith@fluendo.com>
19106
19107         * tools/Makefile.am:
19108         * tools/gst-launch-ext-m.m:
19109           Remove gst-launch-ext. It doesn't work, and is no longer
19110           particularly useful.
19111
19112 2005-12-08  Luca Ognibene  <luogni@tin.it>
19113
19114         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
19115           don't pass random values to ogmparse convert function.
19116           Make seeking possible in the exile1.ogm file.
19117
19118 2005-12-07  Tim-Philipp Müller  <tim at centricular dot net>
19119
19120         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
19121         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
19122           Work around refcount problem with g_value_set_object() that occur
19123           if the core has been compiled against GLib-2.6 (g_value_set_object()
19124           will only g_object_ref() the element, but the caller will
19125           gst_object_unref() it and bad things will happen due to the way
19126           GstObjects are refcounted in the GLib-2.6 case). Fixes problems with
19127           totem for people on FC4 using Thomas's 0.10 RPMs.
19128           
19129 2005-12-07  Edward Hervey  <edward@fluendo.com>
19130
19131         Time to welcome ogm to 0.10 :)
19132         
19133         * ext/ogg/gstoggdemux.c: (internal_element_pad_added_cb),
19134         (gst_ogg_pad_typefind):
19135         Oggdemux can now properly typefind elements with dynamic pads.
19136         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
19137         Properly set caps on src pad, and set caps on outgoing buffers.
19138
19139 2005-12-06  Thomas Vander Stichele  <thomas at apestaart dot org>
19140
19141         * ext/alsa/gstalsamixer.h:
19142         * ext/alsa/gstalsamixerelement.h:
19143         * ext/alsa/gstalsamixeroptions.h:
19144         * ext/alsa/gstalsamixertrack.h:
19145         * ext/alsa/gstalsasink.c:
19146         * ext/alsa/gstalsasink.h:
19147         * ext/alsa/gstalsasrc.c:
19148         * ext/alsa/gstalsasrc.h:
19149         * ext/cdparanoia/gstcdparanoia.h:
19150         * ext/gnomevfs/gstgnomevfsuri.h:
19151         * ext/ogg/gstoggdemux.c:
19152         * ext/ogg/gstoggmux.c:
19153         * ext/pango/gsttextoverlay.h:
19154         * ext/theora/theoradec.c:
19155         * ext/theora/theoraenc.c:
19156         * ext/vorbis/vorbisdec.h:
19157         * ext/vorbis/vorbisenc.c:
19158         * ext/vorbis/vorbisenc.h:
19159         * ext/vorbis/vorbisparse.h:
19160         * gst-libs/gst/audio/gstaudioclock.h:
19161         * gst-libs/gst/audio/gstaudiosink.c:
19162         * gst-libs/gst/audio/gstaudiosink.h:
19163         * gst-libs/gst/audio/gstaudiosrc.c:
19164         * gst-libs/gst/audio/gstaudiosrc.h:
19165         * gst-libs/gst/audio/gstbaseaudiosink.c:
19166         * gst-libs/gst/audio/gstbaseaudiosink.h:
19167         * gst-libs/gst/audio/gstbaseaudiosrc.c:
19168         * gst-libs/gst/audio/gstbaseaudiosrc.h:
19169         * gst-libs/gst/audio/gstringbuffer.h:
19170         * gst-libs/gst/audio/multichannel.h:
19171         * gst-libs/gst/floatcast/floatcast.h:
19172         * gst-libs/gst/interfaces/colorbalance.c:
19173         * gst-libs/gst/interfaces/colorbalance.h:
19174         * gst-libs/gst/interfaces/colorbalancechannel.h:
19175         * gst-libs/gst/interfaces/mixer.h:
19176         * gst-libs/gst/interfaces/mixeroptions.h:
19177         * gst-libs/gst/interfaces/mixertrack.h:
19178         * gst-libs/gst/interfaces/navigation.h:
19179         * gst-libs/gst/interfaces/propertyprobe.h:
19180         * gst-libs/gst/interfaces/tuner.h:
19181         * gst-libs/gst/interfaces/tunerchannel.h:
19182         * gst-libs/gst/interfaces/tunernorm.h:
19183         * gst-libs/gst/interfaces/xoverlay.h:
19184         * gst-libs/gst/netbuffer/gstnetbuffer.h:
19185         * gst-libs/gst/riff/riff-ids.h:
19186         * gst-libs/gst/riff/riff-media.h:
19187         * gst-libs/gst/riff/riff-read.h:
19188         * gst-libs/gst/rtp/gstbasertpdepayload.h:
19189         * gst-libs/gst/rtp/gstbasertppayload.c:
19190         * gst-libs/gst/rtp/gstbasertppayload.h:
19191         * gst-libs/gst/rtp/gstrtpbuffer.c:
19192         * gst-libs/gst/rtp/gstrtpbuffer.h:
19193         * gst-libs/gst/tag/gsttageditingprivate.h:
19194         * gst-libs/gst/tag/gstvorbistag.c:
19195         (gst_tag_list_from_vorbiscomment_buffer):
19196         * gst-libs/gst/tag/tag.h:
19197         * gst-libs/gst/video/video.h:
19198         * gst/adder/gstadder.c:
19199         * gst/adder/gstadder.h:
19200         * gst/audioconvert/audioconvert.c:
19201         * gst/audioconvert/audioconvert.h:
19202         * gst/audioconvert/gstaudioconvert.c:
19203         * gst/audioconvert/gstchannelmix.c:
19204         * gst/audioconvert/gstchannelmix.h:
19205         * gst/audiorate/gstaudiorate.c:
19206         * gst/audioresample/buffer.h:
19207         * gst/audioresample/functable.h:
19208         * gst/audioresample/gstaudioresample.c:
19209         * gst/audioresample/resample.h:
19210         * gst/ffmpegcolorspace/avcodec.h:
19211         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19212         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
19213         * gst/ffmpegcolorspace/imgconvert.c:
19214         * gst/ffmpegcolorspace/imgconvert_template.h:
19215         * gst/playback/gstdecodebin.c:
19216         * gst/playback/gstplaybasebin.h:
19217         * gst/playback/gstplaybin.c:
19218         * gst/playback/gststreaminfo.h:
19219         * gst/tcp/gstfdset.c:
19220         * gst/tcp/gstfdset.h:
19221         * gst/tcp/gstmultifdsink.c:
19222         * gst/tcp/gstmultifdsink.h:
19223         * gst/tcp/gsttcp.h:
19224         * gst/tcp/gsttcpclientsrc.c:
19225         * gst/tcp/gsttcpclientsrc.h:
19226         * gst/tcp/gsttcpplugin.h:
19227         * gst/tcp/gsttcpserversink.c:
19228         * gst/tcp/gsttcpserversrc.c:
19229         * gst/typefind/gsttypefindfunctions.c:
19230         * gst/videorate/gstvideorate.c:
19231         * gst/videotestsrc/gstvideotestsrc.h:
19232         * gst/videotestsrc/videotestsrc.h:
19233         * sys/v4l/gstv4lcolorbalance.h:
19234         * sys/v4l/gstv4ltuner.h:
19235         * sys/v4l/gstv4lxoverlay.h:
19236         * sys/v4l/v4l_calls.h:
19237         * sys/v4l/videodev_mjpeg.h:
19238         * tests/check/elements/audioconvert.c:
19239         * tests/check/elements/audioresample.c:
19240         * tests/check/elements/audiotestsrc.c:
19241         * tests/check/elements/videotestsrc.c:
19242         * tests/check/elements/volume.c:
19243         * tests/examples/seek/scrubby.c:
19244         * tests/examples/seek/seek.c:
19245           expand tabs
19246
19247 === release 0.10.0 ===
19248
19249 2005-12-05 Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19250
19251         * configure.ac:
19252           releasing 0.10.0, "Mont-d'or"
19253
19254 2005-12-05  Jan Schmidt  <thaytan@mad.scientist.com>
19255
19256         * tests/examples/seek/Makefile.am:
19257         Build fix for when gtk is not available.
19258
19259 2005-12-05  Andy Wingo  <wingo@pobox.com>
19260
19261         * ext/libvisual/visual.c: (get_buffer):
19262         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
19263         * ext/pango/gsttextrender.c: (gst_text_render_chain):
19264         * ext/theora/theoradec.c: (theora_handle_data_packet):
19265         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
19266         (theora_enc_chain):
19267         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
19268         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
19269         Update for alloc_buffer changes.
19270
19271 2005-12-05  Andy Wingo  <wingo@pobox.com>
19272
19273         patch by: Kai Vehmanen <kv2004 eca cx>
19274         
19275         * gst-libs/gst/rtp/gstbasertpdepayload.c
19276         (gst_base_rtp_depayload_thread): Fix busy loop (#323017).
19277
19278 2005-12-04  Andy Wingo  <wingo@pobox.com>
19279
19280         patch by: Sebastien Cote <sebas642 yahoo ca>
19281         
19282         * pkgconfig/gstreamer-plugins-base.pc.in (Libs): Add -L flag.
19283         Fixes #319172.
19284
19285 2005-12-02  Tim-Philipp Müller  <tim at centricular dot net>
19286
19287         * docs/plugins/Makefile.am:
19288         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
19289         * docs/plugins/gst-plugins-base-plugins-sections.txt:
19290         * docs/plugins/gst-plugins-base-plugins.hierarchy:
19291         * ext/pango/gstclockoverlay.c:
19292         * ext/pango/gsttextoverlay.c: 
19293         * ext/pango/gsttextrender.c:
19294         * ext/pango/gsttimeoverlay.c:
19295           Add gtk-doc blurbs to pango elements.
19296
19297 2005-12-02  Wim Taymans  <wim@fluendo.com>
19298
19299         * gst/audioresample/buffer.c: (audioresample_buffer_queue_flush):
19300         * gst/audioresample/buffer.h:
19301         * gst/audioresample/gstaudioresample.c:
19302         * gst/audioresample/gstaudioresample.h:
19303         * gst/audioresample/resample.c: (resample_input_flush),
19304         (resample_input_pushthrough), (resample_input_eos),
19305         (resample_get_output_size_for_input),
19306         (resample_get_input_size_for_output), (resample_get_output_size),
19307         (resample_get_output_data):
19308         * gst/audioresample/resample.h:
19309         * gst/audioresample/resample_ref.c: (resample_scale_ref):
19310         Fix audioresample, seek torture, new segments, reverse negotiation
19311         etc.. work fine.
19312
19313 2005-12-02  Wim Taymans  <wim@fluendo.com>
19314
19315         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
19316         Small cleanups.
19317
19318 2005-12-02  Wim Taymans  <wim@fluendo.com>
19319
19320         * gst/audioconvert/gstaudioconvert.c:
19321         (gst_audio_convert_transform):
19322         Post errors.
19323
19324 === release 0.9.7 ===
19325
19326 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19327
19328         * configure.ac:
19329           releasing 0.9.7, "Mi Perro No Tiene Ninguna Nariz"
19330
19331 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19332
19333         * Makefile.am:
19334         * po/hu.po:
19335         * win32/MANIFEST:
19336         * win32/gst.sln:
19337           add win32 MANIFEST file
19338           do something to the hungarian translation
19339
19340 2005-12-01  Tim-Philipp Müller  <tim at centricular dot net>
19341
19342         * ext/Makefile.am:
19343           Add $(PANGO_DIR) to SUBDIRS
19344
19345         * ext/pango/gstclockoverlay.c:
19346         * ext/pango/gsttimeoverlay.c:
19347           Fix and improve element descriptions.
19348
19349 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19350
19351         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
19352         * docs/plugins/inspect/plugin-libvisual.xml:
19353         * docs/plugins/inspect/plugin-pango.xml:
19354           add pango plugin to docs
19355
19356 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19357
19358         * configure.ac:
19359         * ext/Makefile.am:
19360           moved pango to base
19361
19362 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19363
19364         * configure.ac:
19365         * tests/Makefile.am:
19366         * tests/icles/.cvsignore:
19367         * tests/icles/Makefile.am:
19368         * tests/icles/stress-xoverlay.c: (myclock), (open_display),
19369         (close_display), (resize_window), (move_window), (create_window),
19370         (terminate_playback), (pause_playback), (start_playback), (main):
19371           add stress test for xoverlay from Julien
19372
19373 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19374
19375         * docs/libs/tmpl/gstcolorbalance.sgml:
19376         * gst-libs/gst/rtp/gstbasertpdepayload.c:
19377         * gst-libs/gst/rtp/gstbasertppayload.c:
19378         * gst-libs/gst/rtp/gstrtpbuffer.c:
19379         * gst-libs/gst/rtp/gstrtpbuffer.h:
19380           Do burger's rename for rtp payloaders and depayloaders
19381
19382 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19383
19384         * win32/:
19385           add Visual Studio 6 build files
19386
19387 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19388
19389         * docs/libs/gst-plugins-base-libs-docs.sgml:
19390         * docs/libs/gst-plugins-base-libs-sections.txt:
19391         * docs/libs/tmpl/gstaudio.sgml:
19392         * docs/libs/tmpl/gstringbuffer.sgml:
19393         * gst-libs/gst/interfaces/xoverlay.c:
19394         * gst-libs/gst/video/gstvideofilter.c:
19395         * gst-libs/gst/video/gstvideosink.c:
19396           update documentation
19397
19398 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19399
19400         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_base_init),
19401         (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_init),
19402         (gst_multi_fd_sink_finalize), (gst_multi_fd_sink_add),
19403         (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
19404         (gst_multi_fd_sink_get_stats),
19405         (gst_multi_fd_sink_remove_client_link),
19406         (gst_multi_fd_sink_handle_client_read),
19407         (gst_multi_fd_sink_client_queue_data),
19408         (gst_multi_fd_sink_client_queue_caps),
19409         (gst_multi_fd_sink_client_queue_buffer),
19410         (gst_multi_fd_sink_new_client),
19411         (gst_multi_fd_sink_handle_client_write),
19412         (gst_multi_fd_sink_recover_client),
19413         (gst_multi_fd_sink_queue_buffer),
19414         (gst_multi_fd_sink_handle_clients), (gst_multi_fd_sink_thread),
19415         (gst_multi_fd_sink_render), (gst_multi_fd_sink_set_property),
19416         (gst_multi_fd_sink_get_property), (gst_multi_fd_sink_start),
19417         (gst_multi_fd_sink_stop), (gst_multi_fd_sink_change_state):
19418         * gst/tcp/gstmultifdsink.h:
19419         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_get_type),
19420         (gst_tcp_client_sink_base_init), (gst_tcp_client_sink_class_init),
19421         (gst_tcp_client_sink_init), (gst_tcp_client_sink_finalize),
19422         (gst_tcp_client_sink_setcaps), (gst_tcp_client_sink_render),
19423         (gst_tcp_client_sink_set_property),
19424         (gst_tcp_client_sink_get_property), (gst_tcp_client_sink_start),
19425         (gst_tcp_client_sink_stop), (gst_tcp_client_sink_change_state):
19426         * gst/tcp/gsttcpclientsink.h:
19427         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_base_init),
19428         (gst_tcp_client_src_class_init), (gst_tcp_client_src_init),
19429         (gst_tcp_client_src_finalize), (gst_tcp_client_src_getcaps),
19430         (gst_tcp_client_src_create), (gst_tcp_client_src_set_property),
19431         (gst_tcp_client_src_get_property), (gst_tcp_client_src_start),
19432         (gst_tcp_client_src_stop), (gst_tcp_client_src_unlock):
19433         * gst/tcp/gsttcpclientsrc.h:
19434         * gst/tcp/gsttcpplugin.c: (plugin_init):
19435         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_base_init),
19436         (gst_tcp_server_sink_class_init), (gst_tcp_server_sink_init),
19437         (gst_tcp_server_sink_finalize),
19438         (gst_tcp_server_sink_handle_server_read),
19439         (gst_tcp_server_sink_removed), (gst_tcp_server_sink_handle_wait),
19440         (gst_tcp_server_sink_set_property),
19441         (gst_tcp_server_sink_get_property),
19442         (gst_tcp_server_sink_init_send), (gst_tcp_server_sink_close):
19443         * gst/tcp/gsttcpserversink.h:
19444         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_base_init),
19445         (gst_tcp_server_src_class_init), (gst_tcp_server_src_init),
19446         (gst_tcp_server_src_finalize), (gst_tcp_server_src_create),
19447         (gst_tcp_server_src_set_property),
19448         (gst_tcp_server_src_get_property), (gst_tcp_server_src_start),
19449         (gst_tcp_server_src_stop), (gst_tcp_server_src_unlock):
19450         * gst/tcp/gsttcpserversrc.h:
19451           more borgifying
19452
19453 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19454
19455         * docs/plugins/Makefile.am:
19456         * docs/plugins/gst-plugins-base-plugins.args:
19457         * docs/plugins/inspect/plugin-libvisual.xml:
19458         * gst/audioconvert/plugin.h:
19459         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_get_type),
19460         (gst_audio_rate_base_init), (gst_audio_rate_class_init),
19461         (gst_audio_rate_setcaps), (gst_audio_rate_init),
19462         (gst_audio_rate_chain), (gst_audio_rate_set_property),
19463         (gst_audio_rate_get_property), (gst_audio_rate_change_state),
19464         (plugin_init):
19465         * gst/audiotestsrc/gstaudiotestsrc.c:
19466         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_base_init),
19467         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
19468         (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
19469         (gst_audio_test_src_get_query_types),
19470         (gst_audio_test_src_src_query), (gst_audio_test_src_create_sine),
19471         (gst_audio_test_src_create_square),
19472         (gst_audio_test_src_create_saw),
19473         (gst_audio_test_src_create_triangle),
19474         (gst_audio_test_src_create_silence),
19475         (gst_audio_test_src_create_white_noise),
19476         (gst_audio_test_src_init_pink_noise),
19477         (gst_audio_test_src_generate_pink_noise_value),
19478         (gst_audio_test_src_create_pink_noise),
19479         (gst_audio_test_src_change_wave), (gst_audio_test_src_get_times),
19480         (gst_audio_test_src_create), (gst_audio_test_src_set_property),
19481         (gst_audio_test_src_get_property), (gst_audio_test_src_start),
19482         (plugin_init):
19483         * gst/audiotestsrc/gstaudiotestsrc.h:
19484         * gst/subparse/gstsubparse.c: (gst_sub_parse_get_type),
19485         (gst_sub_parse_base_init), (gst_sub_parse_class_init),
19486         (gst_sub_parse_init), (gst_sub_parse_formats),
19487         (gst_sub_parse_src_eventmask), (gst_sub_parse_src_event),
19488         (convert_encoding), (get_next_line),
19489         (gst_sub_parse_data_format_autodetect),
19490         (gst_sub_parse_format_autodetect), (feed_textbuf), (handle_buffer),
19491         (gst_sub_parse_loop), (gst_sub_parse_chain),
19492         (gst_sub_parse_change_state), (gst_sub_parse_type_find),
19493         (plugin_init):
19494         * gst/subparse/gstsubparse.h:
19495         * gst/videorate/gstvideorate.c: (gst_video_rate_get_type),
19496         (gst_video_rate_base_init), (gst_video_rate_class_init),
19497         (gst_video_rate_transformcaps), (gst_video_rate_getcaps),
19498         (gst_video_rate_setcaps), (gst_video_rate_blank_data),
19499         (gst_video_rate_init), (gst_video_rate_event),
19500         (gst_video_rate_chain), (gst_video_rate_set_property),
19501         (gst_video_rate_get_property), (gst_video_rate_change_state),
19502         (plugin_init):
19503         * gst/videoscale/gstvideoscale.c:
19504         (gst_video_scale_method_get_type), (gst_video_scale_get_capslist),
19505         (gst_video_scale_src_template_factory),
19506         (gst_video_scale_sink_template_factory),
19507         (gst_video_scale_get_type), (gst_video_scale_base_init),
19508         (gst_video_scale_class_init), (gst_video_scale_init),
19509         (gst_video_scale_set_property), (gst_video_scale_get_property),
19510         (gst_video_scale_transform_caps), (gst_video_scale_get_format),
19511         (gst_video_scale_prepare_size), (parse_caps),
19512         (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
19513         (gst_video_scale_fixate_caps), (gst_video_scale_prepare_image),
19514         (gst_video_scale_transform), (gst_video_scale_handle_src_event),
19515         (plugin_init):
19516         * gst/videoscale/gstvideoscale.h:
19517         * gst/videotestsrc/gstvideotestsrc.c:
19518         (gst_video_test_src_pattern_get_type),
19519         (gst_video_test_src_base_init), (gst_video_test_src_class_init),
19520         (gst_video_test_src_init), (gst_video_test_src_src_fixate),
19521         (gst_video_test_src_set_pattern),
19522         (gst_video_test_src_set_property),
19523         (gst_video_test_src_get_property), (gst_video_test_src_getcaps),
19524         (gst_video_test_src_parse_caps), (gst_video_test_src_setcaps),
19525         (gst_video_test_src_event), (gst_video_test_src_get_times),
19526         (gst_video_test_src_create), (plugin_init):
19527         * gst/videotestsrc/gstvideotestsrc.h:
19528         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_get_size),
19529         (gst_video_test_src_smpte), (gst_video_test_src_snow),
19530         (gst_video_test_src_black):
19531         * gst/videotestsrc/videotestsrc.h:
19532           borgify further
19533           clean up docs a little
19534
19535 2005-11-30  Wim Taymans  <wim@fluendo.com>
19536
19537         * gst-libs/gst/rtp/gstbasertpdepayload.h:
19538         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
19539         (gst_basertppayload_event), (gst_basertppayload_push),
19540         (gst_basertppayload_change_state):
19541         * gst-libs/gst/rtp/gstbasertppayload.h:
19542         closed #320644.
19543
19544 2005-11-30  Julien MOUTTE  <julien@moutte.net>
19545
19546         * docs/libs/gst-plugins-base-libs-docs.sgml:
19547         * docs/libs/gst-plugins-base-libs-sections.txt:
19548         * gst-libs/gst/video/gstvideofilter.c:
19549         * gst-libs/gst/video/gstvideosink.c:
19550         * gst-libs/gst/video/gstvideosink.h: Adding docs.
19551
19552 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19553
19554         * LICENSE:
19555           move
19556         * po/af.po:
19557         * po/az.po:
19558         * po/cs.po:
19559         * po/en_GB.po:
19560         * po/hu.po:
19561         * po/it.po:
19562         * po/nb.po:
19563         * po/nl.po:
19564         * po/or.po:
19565         * po/sq.po:
19566         * po/sr.po:
19567         * po/sv.po:
19568         * po/uk.po:
19569         * po/vi.po:
19570         * Makefile.am:
19571           update
19572         * scripts/autoplugins.sh:
19573           remove
19574
19575 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19576
19577         * Makefile.am:
19578         * configure.ac:
19579         * examples/Makefile.am:
19580         * examples/capsfilter/Makefile.am:
19581         * examples/capsfilter/capsfilter1.c:
19582         * examples/gob/Makefile.am:
19583         * examples/gob/gst-identity2.gob:
19584         * examples/indexing/.cvsignore:
19585         * examples/indexing/Makefile.am:
19586         * examples/indexing/indexmpeg.c:
19587         * examples/seeking/.cvsignore:
19588         * examples/seeking/Makefile.am:
19589         * examples/seeking/cdparanoia.c:
19590         * examples/seeking/cdplayer.c:
19591         * examples/seeking/chained.c:
19592         * examples/seeking/scrubby.c:
19593         * examples/seeking/seek.c:
19594         * examples/stats/Makefile.am:
19595         * examples/stats/mp2ogg.c:
19596         * examples/switch/.cvsignore:
19597         * examples/switch/Makefile.am:
19598         * examples/switch/switcher.c:
19599         * tests/Makefile.am:
19600         * tests/check/generic/.cvsignore:
19601         * tests/check/pipelines/.cvsignore:
19602         * tests/examples/Makefile.am:
19603         * tests/examples/seek/Makefile.am:
19604           reorganize stuff under tests/
19605
19606 2005-11-30  Edward Hervey  <edward@fluendo.com>
19607
19608         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
19609         Go away you stupid GstStaticPadTemplate memleak.
19610
19611 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
19612
19613         * gst-libs/gst/net/Makefile.am:
19614         * gst-libs/gst/net/README:
19615         * gst-libs/gst/net/gstnetbuffer.c:
19616         * gst-libs/gst/net/gstnetbuffer.h:
19617           this was moved to "netbuffer"
19618
19619 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
19620
19621         * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_get_type),
19622         (gst_video_filter_class_init), (gst_video_filter_init):
19623         * gst-libs/gst/video/gstvideofilter.h:
19624           borgify name to bring in line with other classes
19625
19626 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
19627
19628         * gst/audioscale/.cvsignore:
19629         * gst/audioscale/Makefile.am:
19630         * gst/audioscale/README:
19631         * gst/audioscale/audioscale.vcproj:
19632         * gst/audioscale/dtof.c:
19633         * gst/audioscale/dtos.c:
19634         * gst/audioscale/functable.c:
19635         * gst/audioscale/gstaudioscale.c:
19636         * gst/audioscale/gstaudioscale.h:
19637         * gst/audioscale/private.h:
19638         * gst/audioscale/resample.c:
19639         * gst/audioscale/resample.h:
19640         * gst/audioscale/test.c:
19641           remove
19642
19643 2005-11-30  Edward Hervey  <edward@fluendo.com>
19644
19645         * gst-libs/gst/netbuffer/Makefile.am:
19646         really, really tired
19647
19648 2005-11-30  Edward Hervey  <edward@fluendo.com>
19649
19650         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
19651         Update for new GstTypeFindFactory _register()
19652
19653 2005-11-30  Edward Hervey  <edward@fluendo.com>
19654
19655         * gst-libs/gst/netbuffer/Makefile.am: (libgstnetbufferincludedir): 
19656         Let's not override libgstnet from core for no reason...
19657         (libgstnetbuffer_@GST_MAJORMINOR@_la_SOURCES):
19658         Ok, maybe not so quick next time.
19659
19660 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
19661
19662         * configure.ac:
19663         * gst-libs/gst/Makefile.am:
19664           moved gst-libs/gst/net to netbuffer through CVS surgery
19665           remove old directory
19666           updating build to accomodate
19667           (#322257)
19668
19669 2005-11-29  Andy Wingo  <wingo@pobox.com>
19670
19671         * pkgconfig/gstreamer-plugins-base.pc.in:
19672         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
19673         * gst-libs/gst/net/Makefile.am: Rename gstnet to gstnetbuffer
19674         (#322257).
19675
19676 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
19677
19678         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
19679         3rd time's the charm. Correct ref-counting for discarded buffers.
19680
19681 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
19682
19683         * gst/playback/gststreamselector.c:
19684         (gst_stream_selector_class_init),
19685         (gst_stream_selector_set_property),
19686         (gst_stream_selector_get_property),
19687         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
19688         Fix ref-counting
19689
19690 2005-11-29  Tim-Philipp Müller  <tim at centricular dot net>
19691
19692         * gst/subparse/gstsubparse.c: (feed_textbuf):
19693           Don't access already unref'ed buffer.
19694
19695 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
19696
19697         * gst/playback/gststreamselector.c:
19698         (gst_stream_selector_class_init), (gst_stream_selector_init),
19699         (gst_stream_selector_dispose), (gst_stream_selector_set_property),
19700         (gst_stream_selector_get_property),
19701         (gst_stream_selector_get_linked_pad),
19702         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
19703         * gst/playback/gststreamselector.h:
19704         Add the active-pad property for playbin to use shortly. Ignore buffers
19705         from any other pad, returning GST_FLOW_NOT_LINKED
19706
19707 2005-11-29  Julien MOUTTE  <julien@moutte.net>
19708
19709         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find): Free the list,
19710         patch from bug #322704 (Alessandro Decina).
19711
19712 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
19713
19714         * gst-libs/gst/audio/Makefile.am:
19715           folded audiofilter into the audio library
19716
19717 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
19718
19719         * gst/videoscale/gstvideoscale.h:
19720         * gst/videoscale/gstvideoscale.c:
19721           remove unimplemented scale methods
19722
19723 2005-11-28  Tim-Philipp Müller  <tim at centricular dot net>
19724
19725         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers):
19726           Don't leak caps.
19727
19728 2005-11-28  Julien MOUTTE  <julien@moutte.net>
19729
19730         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
19731         (gst_ximagesink_setcaps):
19732         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
19733         (gst_xvimagesink_setcaps): Fixed a tricky bug. When caps renegotiation
19734         happens (only visible on ximagesink but bug is in xv too) set_caps was
19735         destroying the internal x[v]image used to memcpy non locally alloced
19736         buffers so that it got renewed on next _chain. The issue is that 
19737         _expose will try to put that image as it reffed it in _put.
19738         Using gst_buffer_unref instead of destroy fixes it !
19739
19740 2005-11-28  Edward Hervey  <edward@fluendo.com>
19741
19742         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
19743         (try_to_link_1), (queue_filled_cb):
19744         Better use of the queues. Start with a small size queue and only increase
19745         the size of the queues when the other queues are empty.
19746
19747 2005-11-28  Thomas Vander Stichele  <thomas at apestaart dot org>
19748
19749         * gst-libs/gst/video/Makefile.am:
19750           compile in copied-over videofilter into the video library
19751         * gst-libs/gst/video/videosink.h:
19752           rename the header to gstvideosink.h since it's a base GstObject class
19753         * sys/ximage/ximagesink.h:
19754         * sys/xvimage/xvimagesink.h:
19755           use the new header
19756
19757 2005-11-28  Wim Taymans  <wim@fluendo.com>
19758
19759         * gst/playback/gstplaybasebin.c: (group_commit), (probe_triggered):
19760         * gst/playback/gstplaybasebin.h:
19761         Prepare to handle errors betters.
19762
19763         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
19764         Set sinks to PAUSED first before adding and linking them so that
19765         we don't interrupt dataflow.
19766
19767 2005-11-28  Wim Taymans  <wim@fluendo.com>
19768
19769         * gst-libs/gst/audio/TODO:
19770         Updated TODO
19771
19772         * gst-libs/gst/audio/gstaudiosink.c:
19773         (gst_audioringbuffer_open_device),
19774         (gst_audioringbuffer_close_device), (gst_audioringbuffer_acquire),
19775         (gst_audioringbuffer_release):
19776         Small cleanups.
19777
19778         * gst-libs/gst/audio/gstbaseaudiosink.c:
19779         (gst_base_audio_sink_class_init), (gst_base_audio_sink_render),
19780         (gst_base_audio_sink_change_state):
19781         Slave to the master clock when going to PLAYING and unslave when
19782         going to PAUSED.
19783
19784         * gst-libs/gst/audio/gstringbuffer.c:
19785         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
19786         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
19787         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
19788         (gst_ring_buffer_clear_all), (wait_segment),
19789         (gst_ring_buffer_commit), (gst_ring_buffer_read),
19790         (gst_ring_buffer_advance):
19791         * gst-libs/gst/audio/gstringbuffer.h:
19792         Add some docs and cleanups.
19793
19794 2005-11-28  Julien MOUTTE  <julien@moutte.net>
19795
19796         * sys/xvimage/xvimagesink.c:
19797         (gst_xvimagesink_navigation_send_event): Fix navigation events
19798         coordinates translation with pixel aspect ratios.
19799
19800 2005-11-28  Julien MOUTTE  <julien@moutte.net>
19801
19802         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
19803         Use calculated video geometry from _setcaps instead of buffer
19804         caps to respect pixel aspect ratio. (fixes #322388)
19805
19806 2005-11-28  Julien MOUTTE  <julien@moutte.net>
19807
19808         * docs/libs/tmpl/gstcolorbalance.sgml:
19809         * docs/libs/tmpl/gstmixer.sgml:
19810         * docs/libs/tmpl/gstxoverlay.sgml:
19811         * gst-libs/gst/interfaces/xoverlay.c: Add docs for the Xoverlay
19812         interface.
19813
19814 2005-11-28  Julien MOUTTE  <julien@moutte.net>
19815
19816         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
19817         Refuse to create an XvImage if we can't find the format.
19818
19819 2005-11-28  Edward Hervey  <edward@fluendo.com>
19820
19821         * gst-libs/gst/riff/riff-media.c:
19822         (gst_riff_create_audio_template_caps):
19823         Add ATRAC3 to the list of riff-possible audio caps.
19824         I know we still don't have a plugin for atrac3, but it's saner to output
19825         that than a cryptic mimetype.
19826
19827 2005-11-27  Edward Hervey  <edward@fluendo.com>
19828
19829         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds):
19830         Don't try to create a zero-sized subbuffer.
19831
19832 2005-11-27  Julien MOUTTE  <julien@moutte.net>
19833
19834         * sys/ximage/ximagesink.c: (gst_ximage_buffer_free),
19835         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
19836         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_buffer_alloc),
19837         (gst_ximagesink_expose): Fixed a tricky race.
19838         * sys/ximage/ximagesink.h:
19839         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
19840         (gst_xvimagesink_expose): Fixed a tricky race.
19841         * sys/xvimage/xvimagesink.h:
19842
19843 2005-11-27  Edward Hervey  <edward@fluendo.com>
19844
19845         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
19846         (gst_decode_bin_init), (close_pad_link), (try_to_link_1):
19847         Remove unused properties, and add queues between demuxers and decoders
19848         so that a lot more files can preroll properly.
19849
19850 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
19851
19852         * gst-libs/gst/net/Makefile.am:
19853         * gst-libs/gst/rtp/Makefile.am:
19854         * gst-libs/gst/tag/Makefile.am:
19855           remove silly include
19856         * gst/tags/Makefile.am:
19857         * gst/tags/gsttagediting.c:
19858         * gst/tags/gsttageditingprivate.h:
19859         * gst/tags/tagedit.vcproj:
19860           remove directory, is as good as empty
19861
19862 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
19863
19864         * configure.ac:
19865           added GST_LIB_LDFLAGS and GST_ALL_LDFLAGS
19866         * gst-libs/Makefile.am:
19867         * gst-libs/gst/audio/Makefile.am:
19868         * gst-libs/gst/interfaces/Makefile.am:
19869         * gst-libs/gst/net/Makefile.am:
19870         * gst-libs/gst/riff/Makefile.am:
19871         * gst-libs/gst/rtp/Makefile.am:
19872         * gst-libs/gst/tag/Makefile.am:
19873         * gst-libs/gst/video/Makefile.am:
19874           and use them
19875
19876 2005-11-27  Julien MOUTTE  <julien@moutte.net>
19877
19878         * docs/libs/tmpl/gstcolorbalance.sgml:
19879         * docs/libs/tmpl/gstmixer.sgml:
19880         * docs/libs/tmpl/gstxoverlay.sgml:
19881         * sys/ximage/ximagesink.c: (gst_ximagesink_buffer_alloc):
19882         * sys/ximage/ximagesink.h:
19883         * sys/xvimage/xvimagesink.h: More and more documentation.
19884
19885 2005-11-26  Julien MOUTTE  <julien@moutte.net>
19886
19887         * docs/libs/gst-plugins-base-libs-docs.sgml:
19888         * docs/libs/gst-plugins-base-libs-sections.txt:
19889         * docs/libs/tmpl/gstcolorbalance.sgml:
19890         * docs/libs/tmpl/gstmixer.sgml:
19891         * docs/libs/tmpl/gstxoverlay.sgml: Add the XOverlay interface
19892         to documentation.
19893
19894 2005-11-26  Julien MOUTTE  <julien@moutte.net>
19895
19896         * docs/plugins/Makefile.am:
19897         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
19898         * docs/plugins/gst-plugins-base-plugins-sections.txt:
19899         * sys/xvimage/xvimagesink.c: Added doc for xvimagesink.
19900
19901 2005-11-26  Julien MOUTTE  <julien@moutte.net>
19902
19903         * docs/plugins/Makefile.am:
19904         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
19905         * docs/plugins/gst-plugins-base-plugins-sections.txt:
19906         * docs/plugins/inspect/plugin-adder.xml:
19907         * docs/plugins/inspect/plugin-alsa.xml:
19908         * docs/plugins/inspect/plugin-audioconvert.xml:
19909         * docs/plugins/inspect/plugin-audiorate.xml:
19910         * docs/plugins/inspect/plugin-audioresample.xml:
19911         * docs/plugins/inspect/plugin-audiotestsrc.xml:
19912         * docs/plugins/inspect/plugin-decodebin.xml:
19913         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
19914         * docs/plugins/inspect/plugin-gnomevfs.xml:
19915         * docs/plugins/inspect/plugin-ogg.xml:
19916         * docs/plugins/inspect/plugin-playbin.xml:
19917         * docs/plugins/inspect/plugin-subparse.xml:
19918         * docs/plugins/inspect/plugin-tcp.xml:
19919         * docs/plugins/inspect/plugin-theora.xml:
19920         * docs/plugins/inspect/plugin-typefindfunctions.xml:
19921         * docs/plugins/inspect/plugin-video4linux.xml:
19922         * docs/plugins/inspect/plugin-videorate.xml:
19923         * docs/plugins/inspect/plugin-videoscale.xml:
19924         * docs/plugins/inspect/plugin-videotestsrc.xml:
19925         * docs/plugins/inspect/plugin-volume.xml:
19926         * docs/plugins/inspect/plugin-vorbis.xml:
19927         * docs/plugins/inspect/plugin-ximagesink.xml:
19928         * docs/plugins/inspect/plugin-xvimagesink.xml: Updated version.
19929         * sys/ximage/ximagesink.c: Adding documentation for ximagesink.
19930
19931 2005-11-26  Edward Hervey  <edward@fluendo.com>
19932
19933         * gst/audiorate/gstaudiorate.c: (gst_audiorate_chain):
19934         Properly return GstFlowReturn from gst_pad_push in chain functions.
19935
19936 2005-11-25  Michael Smith  <msmith@fluendo.com>
19937
19938         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
19939         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
19940         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
19941         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
19942           Handle various conditions better when we don't understand a stream.
19943           Removes a heap of CRITICALs on ogg streams containing unknown data.
19944
19945 2005-11-24  Andy Wingo  <wingo@pobox.com>
19946
19947         * gst/tcp/gstmultifdsink.c (gst_multifdsink_handle_client_write):
19948         Be threadsafe.
19949
19950 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19951
19952         * configure.ac: back to HEAD
19953
19954 === release 0.9.6 ===
19955
19956 2005-11-23  Thomas Vander Stichele <thomas at apestaart dot org>
19957
19958         * configure.ac:
19959           releasing 0.9.6, "White Eight"
19960
19961 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19962
19963         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
19964         * docs/plugins/inspect/plugin-sine.xml:
19965           remove sinesrc some more
19966
19967 2005-11-23  Wim Taymans  <wim@fluendo.com>
19968
19969         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
19970         If we are reading too slowly, jump forward in the ringbuffer
19971         instead of blocking.
19972
19973 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
19974
19975         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
19976         (gst_visual_chain):
19977         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps):
19978         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps),
19979         (gst_videorate_chain):
19980         * gst/videotestsrc/gstvideotestsrc.c:
19981         (gst_videotestsrc_src_fixate), (gst_videotestsrc_create):
19982         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_fps),
19983         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query),
19984         (gst_v4lmjpegsrc_get), (gst_v4lmjpegsrc_getcaps):
19985         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
19986         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
19987           Updates for API changes
19988
19989 2005-11-23  Wim Taymans  <wim@fluendo.com>
19990
19991         * gst-libs/gst/audio/gstbaseaudiosink.c:
19992         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
19993         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
19994         Fix for calibration API change.
19995
19996 2005-11-23  Michael Smith <msmith@fluendo.com>
19997
19998         * gst-libs/gst/audio/multichannel.c:
19999         (gst_audio_get_channel_positions),
20000         (gst_audio_set_channel_positions),
20001         (gst_audio_set_structure_channel_positions_list),
20002         (gst_audio_fixate_channel_positions):
20003           Use gst_value_array_*() functions on value arrays, not
20004           gst_value_list_*().
20005
20006 2005-11-23  Edward Hervey  <edward@fluendo.com>
20007
20008         * autogen.sh:
20009         eheh, sinesrc is gone. Replacing sample srcfile by existing one.
20010         Fixes autogen
20011
20012 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20013
20014         * check/Makefile.am:
20015         * check/elements/videotestsrc.c: (setup_videotestsrc),
20016         (cleanup_videotestsrc), (GST_START_TEST), (videotestsrc_suite),
20017         (main):
20018           add a test for videotestsrc
20019
20020 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20021
20022         * gst/sine/.cvsignore:
20023         * gst/sine/Makefile.am:
20024         * gst/sine/gstsinesrc.c:
20025         * gst/sine/gstsinesrc.h:
20026         * gst/sine/sinesrc.vcproj:
20027           and remove sinesrc from the repository.  Closes #321446
20028
20029 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20030
20031         * configure.ac:
20032         * gst-plugins-base.spec.in:
20033           remove sinesrc from the build
20034
20035 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20036
20037         * check/Makefile.am:
20038         * check/elements/audiotestsrc.c: (setup_audiotestsrc),
20039         (cleanup_audiotestsrc), (GST_START_TEST), (audiotestsrc_suite),
20040         (main):
20041           add a test for audiotestsrc, testing all waves.  Even seems
20042           leak-free at first glance, nice job Stefan
20043
20044 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
20045
20046         * po/af.po:
20047         * po/az.po:
20048         * po/cs.po:
20049         * po/en_GB.po:
20050         * po/hu.po:
20051         * po/it.po:
20052         * po/nb.po:
20053         * po/nl.po:
20054         * po/or.po:
20055         * po/sq.po:
20056         * po/sr.po:
20057         * po/sv.po:
20058         * po/uk.po:
20059         * po/vi.po:
20060           Translation string updates
20061
20062         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
20063         (gst_v4lsrc_set_caps):
20064         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
20065         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
20066         * sys/v4l/v4lsrc_calls.h:
20067           Improve v4lsrc, by making it work again.
20068
20069 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
20070
20071         * ext/libvisual/visual.c: (gst_visual_chain):
20072           Fix the fps calculations.
20073
20074         * gst/ffmpegcolorspace/avcodec.h:
20075           Move structure element for clarity
20076
20077         * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_init):
20078         * gst-libs/gst/interfaces/tunernorm.h:
20079         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_src_link):
20080         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
20081         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
20082         (gst_v4lmjpegsrc_get_fps), (gst_v4lmjpegsrc_src_convert),
20083         (gst_v4lmjpegsrc_src_query), (gst_v4lmjpegsrc_get),
20084         (gst_v4lmjpegsrc_getcaps):
20085         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
20086         (gst_v4lsrc_set_caps):
20087         * sys/v4l/gstv4lsrc.h:
20088         * sys/v4l/v4l_calls.c: (gst_v4l_open):
20089         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
20090         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
20091         * sys/v4l/v4lsrc_calls.h:
20092           Fractional framerates...
20093
20094 2005-11-22  Wim Taymans  <wim@fluendo.com>
20095
20096         * gst-libs/gst/audio/gstbaseaudiosink.c:
20097         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
20098         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
20099         And we provide a clock by default, of course...
20100
20101 2005-11-22  Wim Taymans  <wim@fluendo.com>
20102
20103         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init):
20104         This clock can be slaved to a master clock now.
20105
20106         * gst-libs/gst/audio/gstbaseaudiosink.c:
20107         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
20108         (gst_base_audio_sink_dispose), (gst_base_audio_sink_provide_clock),
20109         (gst_base_audio_sink_set_clock),
20110         (gst_base_audio_sink_set_property),
20111         (gst_base_audio_sink_get_property), (gst_base_audio_sink_preroll),
20112         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
20113         * gst-libs/gst/audio/gstbaseaudiosink.h:
20114         Handle slaving the internal clock to the clock selected in the
20115         pipeline.
20116         Add property to make the basesink not provide a clock.
20117
20118         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20119         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
20120         (gst_base_rtp_depayload_wait):
20121         * gst-libs/gst/rtp/gstbasertpdepayload.h:
20122         We can use the clock in GstElement, no need to store it ourselves.
20123
20124 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
20125
20126         * docs/libs/tmpl/gstaudio.sgml:
20127           update
20128         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
20129         (gst_paranoia_endian_get_type):
20130         * ext/theora/theoraenc.c: (gst_border_mode_get_type):
20131         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
20132         * gst/audiotestsrc/gstaudiotestsrc.c:
20133         (gst_audiostestsrc_wave_get_type):
20134         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
20135         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
20136         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
20137         (gst_sync_method_get_type), (gst_unit_type_get_type),
20138         (gst_client_status_get_type), (gst_multifdsink_class_init),
20139         (gst_multifdsink_new_client), (gst_multifdsink_recover_client),
20140         (gst_multifdsink_queue_buffer), (gst_multifdsink_set_property),
20141         (gst_multifdsink_get_property):
20142         * gst/tcp/gstmultifdsink.h:
20143         * gst/videoscale/gstvideoscale.c: (gst_videoscale_method_get_type):
20144         * gst/videotestsrc/gstvideotestsrc.c:
20145         (gst_videotestsrc_pattern_get_type):
20146           remove deprecated properties
20147           fix up enums to correctly have short lowercase dashed nicks
20148
20149 2005-11-22  Michael Smith <msmith@fluendo.com>
20150
20151         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
20152         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
20153           Add underscore.
20154
20155 2005-11-22  Michael Smith <msmith@fluendo.com>
20156
20157         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
20158         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
20159           Use utility method for scaling clocktime for fractional framerates.
20160
20161 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
20162
20163         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
20164         (gst_visual_chain):
20165         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
20166         * ext/theora/theoradec.c: (theora_handle_type_packet):
20167         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
20168         (theora_enc_chain):
20169         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
20170         * gst-libs/gst/video/video.c: (gst_video_frame_rate):
20171         * gst-libs/gst/video/video.h:
20172         * gst/ffmpegcolorspace/avcodec.h:
20173         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
20174         (gst_ffmpeg_caps_to_pixfmt):
20175         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
20176         (gst_ffmpegcsp_set_caps):
20177         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
20178         (gst_videorate_setcaps), (gst_videorate_blank_data),
20179         (gst_videorate_chain):
20180         * gst/videotestsrc/gstvideotestsrc.c:
20181         (gst_videotestsrc_src_fixate), (gst_videotestsrc_getcaps),
20182         (gst_videotestsrc_parse_caps), (gst_videotestsrc_setcaps),
20183         (gst_videotestsrc_event), (gst_videotestsrc_create):
20184         * gst/videotestsrc/gstvideotestsrc.h:
20185         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
20186         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
20187         (gst_ximagesink_get_times), (gst_ximagesink_init):
20188         * sys/ximage/ximagesink.h:
20189         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
20190         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
20191         (gst_xvimagesink_get_times), (gst_xvimagesink_init):
20192         * sys/xvimage/xvimagesink.h:
20193           Convert elements to use fractions for their framerate.
20194           V4L elements to come later tonight.
20195
20196 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
20197
20198         * gst-libs/gst/audio/audio.c:
20199         * gst-libs/gst/audio/audio.h:
20200           remove some deprecated functions
20201
20202 2005-11-22  Andy Wingo  <wingo@pobox.com>
20203
20204         * Update for gst_tag_setter API changes.
20205
20206 2005-11-22  Andy Wingo  <wingo@pobox.com>
20207
20208         * ext/ogg/gstoggdemux.c (gst_ogg_pad_submit_packet)
20209         (gst_ogg_demux_perform_seek):
20210         * ext/theora/theoradec.c (theora_dec_sink_event):
20211         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): Run
20212         update-funcnames.
20213
20214 2005-11-22  Wim Taymans  <wim@fluendo.com>
20215
20216         * examples/seeking/seek.c: (main):
20217         Give higher priority to bus signals than the gtk events
20218         to fix a race condition in the segment looping.
20219
20220 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
20221
20222         * ext/theora/Makefile.am:
20223         * ext/vorbis/Makefile.am:
20224         * gst-libs/gst/tag/Makefile.am:
20225         * gst-plugins-base.spec.in:
20226           Rename libgsttagedit to libgsttag (#322117).
20227
20228 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
20229
20230         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
20231         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
20232           Call gst_x_overlay_prepare_xwindow_id() to give applications
20233           a final chance to set their own xwindow id before the video
20234           sink creates its own window.
20235
20236 2005-11-22  Julien MOUTTE  <julien@moutte.net>
20237
20238         * sys/xvimage/xvimagesink.c:
20239         (gst_xvimagesink_navigation_send_event): Handle navigation
20240         events correcly with borders if applicable.
20241
20242 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
20243
20244         Patch by: Luca Ognibene
20245
20246         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
20247         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
20248         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
20249         (gst_ffmpegcsp_caps_remove_format_info):
20250         * gst/ffmpegcolorspace/imgconvert.c:
20251         * gst/ffmpegcolorspace/imgconvert_template.h:
20252           Forward-port fixes from the 0.8 branch (patch by Luca Ognibene,
20253           #318353); use gst_structure_has_name().
20254
20255 2005-11-22  Julien MOUTTE  <julien@moutte.net>
20256
20257         * sys/ximage/ximagesink.c: (gst_ximagesink_event_thread),
20258         (gst_ximagesink_class_init): Add debug macros on functions.
20259         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
20260         (gst_xvimagesink_xwindow_draw_borders),
20261         (gst_xvimagesink_xvimage_put),
20262         (gst_xvimagesink_xwindow_update_geometry),
20263         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_get_xv_support),
20264         (gst_xvimagesink_event_thread), (gst_xvimagesink_xcontext_get),
20265         (gst_xvimagesink_xcontext_clear),
20266         (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
20267         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
20268         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
20269         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
20270         (gst_xvimagesink_get_property), (gst_xvimagesink_finalize),
20271         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
20272         * sys/xvimage/xvimagesink.h: Refactoring to handle aspect ratio,
20273         expose while being PAUSED, out of data flow navigation events, etc..
20274
20275 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
20276
20277         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
20278         * gst-libs/gst/audio/audio.h:
20279           fix prototype - wondering why the test worked regardless
20280
20281 2005-11-21  Thomas Vander Stichele  <thomas at apestaart dot org>
20282
20283         * check/Makefile.am:
20284         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
20285         * gst-libs/gst/audio/audio.h:
20286           add a method that returns a proper GstClockTime
20287
20288 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20289
20290         * gst-libs/gst/interfaces/xoverlay.c: (gst_x_overlay_base_init),
20291         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_prepare_xwindow_id):
20292         * gst-libs/gst/interfaces/xoverlay.h:
20293           Remove everything having to do with the desired size; add 
20294           gst_x_overlay_prepare_xwindow_id() function; remove the
20295           'have-xwindow-id' signal and make gst_x_overlay_got_xwindow_id()
20296           post a message on the bus instead (#321816).
20297
20298         * sys/ximage/ximagesink.c: (gst_ximagesink_xoverlay_init):
20299         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps),
20300         (gst_xvimagesink_xoverlay_init):
20301           Remove desired size stuff (#321816).
20302
20303 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20304
20305         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
20306         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
20307         (mpeg_video_type_find), (mpeg_video_stream_type_find):
20308           Terminate vararg functions with NULL instead of 0 to 
20309           make gcc4 happy.
20310
20311 2005-11-21  Andy Wingo  <wingo@pobox.com>
20312
20313         patch by: Sebastien Cote <sebas642@yahoo.ca>
20314         
20315         * gst-libs/gst/rtp/gstrtpbuffer.h: 
20316         * gst-libs/gst/rtp/gstrtpbuffer.c
20317         (gst_rtpbuffer_get_payload_buffer): New function. Fixes #321451.
20318
20319 2005-11-21  Andy Wingo  <wingo@pobox.com>
20320
20321         * gst/playback/gstplaybin.c (gen_audio_element) 
20322         (gen_video_element): Use the new MISSING_PLUGIN core error
20323         category. Closes #320060.
20324
20325         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): 
20326         * gst/videorate/gstvideorate.c (gst_videorate_event):
20327         * ext/theora/theoradec.c (theora_dec_sink_event): 
20328         * ext/theora/theoraenc.c (theora_enc_sink_event): Don't take
20329         stream lock.
20330
20331         * gst/subparse/gstsubparse.c (gst_subparse_src_event):
20332         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek): Update for
20333         stream lock changes.
20334
20335 2005-11-21  Wim Taymans  <wim@fluendo.com>
20336
20337         * gst-libs/gst/audio/gstbaseaudiosink.c:
20338         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
20339         (gst_base_audio_sink_provide_clock),
20340         (gst_base_audio_sink_set_clock), (gst_base_audio_sink_render),
20341         (gst_base_audio_sink_change_state):
20342         * gst/audioresample/gstaudioresample.c:
20343         Segment update fix.
20344
20345 2005-11-21  Andy Wingo  <wingo@pobox.com>
20346
20347         * *.h:
20348         * *.c: Ran scripts/update-macros. Oh yes.
20349
20350 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20351
20352         * sys/ximage/Makefile.am:
20353         * sys/ximage/ximage.c:
20354           Rename ximage plugin to ximagesink (#321426) (Don't forget to
20355           remove your old libgstximage.* manually if necessary).
20356
20357 2005-11-21  Michael Smith <msmith@fluendo.com>
20358
20359         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup):
20360           Minimal fix for bug #320200: set the min/max bitrate in the correct
20361           units. A better fix would be to upgrade to the RATEMANAGE2
20362           interface, rather than using the deprecated interface used here, but
20363           that would require an update in our libvorbis dependency (to 1.1),
20364           which is probably undesirable.
20365
20366 2005-11-21  Jan Schmidt  <thaytan@mad.scientist.com>
20367
20368         * ext/libvisual/visual.c: (get_buffer):
20369         * gst-libs/gst/audio/gstbaseaudiosrc.c:
20370         (gst_base_audio_src_fixate):
20371         * gst/audioconvert/gstaudioconvert.c:
20372         (gst_audio_convert_fixate_caps):
20373         * gst/audioscale/gstaudioscale.c: (gst_audioscale_fixate):
20374         * gst/audiotestsrc/gstaudiotestsrc.c:
20375         (gst_audiotestsrc_src_fixate):
20376         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
20377         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps):
20378         * gst/videoscale/gstvideoscale.c: (gst_videoscale_fixate_caps):
20379         * gst/videotestsrc/gstvideotestsrc.c:
20380         (gst_videotestsrc_src_fixate):
20381         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
20382         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
20383           Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
20384           (#322027)
20385
20386
20387 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20388
20389         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
20390         (gst_riff_create_iavs_caps):
20391         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_file_header),
20392         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
20393         (gst_riff_parse_info):
20394         * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure):
20395         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_caps):
20396         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
20397           Fixes for GST_FOURCC_FORMAT API change.
20398
20399 2005-11-21  Andy Wingo  <wingo@pobox.com>
20400
20401         patch by: Alessandro Dessina <alessandro nnva org>
20402
20403         * ext/ogg/gstoggmux.c (gst_ogg_mux_set_header_on_caps):
20404         * ext/ogg/gstoggparse.c (gst_ogg_parse_append_header)
20405         (gst_ogg_parse_chain):
20406         * ext/theora/theoraenc.c (theora_set_header_on_caps):
20407         * ext/vorbis/vorbisenc.c (gst_vorbisenc_set_header_on_caps):
20408         * ext/vorbis/vorbisparse.c (vorbis_parse_set_header_on_caps): Fix
20409         gst_value_list calls on arrays. Fixes #321962.
20410
20411 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20412
20413         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
20414         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_queue_pads),
20415         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
20416         * gst/adder/gstadder.c: (gst_adder_init),
20417         (gst_adder_request_new_pad), (gst_adder_collected),
20418         (gst_adder_change_state):
20419           Update for gst_collectpads_foo() to gst_collect_pads_foo()
20420           API change.
20421
20422 2005-11-21  Michael Smith <msmith@fluendo.com>
20423
20424         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
20425         (gst_vorbisenc_chain), (gst_vorbisenc_output_buffers):
20426           Properly handle pad_push return values.
20427
20428 2005-11-20  Jan Schmidt  <thaytan@mad.scientist.com>
20429
20430         * gst-libs/gst/tag/Makefile.am:
20431         * gst-libs/gst/tag/gstvorbistag.c:
20432         (gst_tag_list_to_vorbiscomment_buffer):
20433           Remove obsolete vorbistag element and debug category.
20434
20435         * gst/playback/gstplaybasebin.c: (check_queue):
20436           Don't divide by 0 when queue-threshold is 0.
20437
20438         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property):
20439           Don't modify an existing pixel-aspect-ratio if we fail to read
20440           a new one.
20441
20442 2005-11-20  Wim Taymans  <wim@fluendo.com>
20443
20444         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_push_buffer),
20445         (gst_vorbisenc_push_packet):
20446         GST_PAD_IS_USABLE is gone, use the return value of
20447         the push or pad_alloc_buffer instead.
20448
20449 2005-11-18  Julien MOUTTE  <julien@moutte.net>
20450
20451         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
20452         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
20453         (gst_ximagesink_ximage_destroy),
20454         (gst_ximagesink_xwindow_draw_borders), (gst_ximagesink_ximage_put),
20455         (gst_ximagesink_xwindow_new),
20456         (gst_ximagesink_xwindow_update_geometry),
20457         (gst_ximagesink_handle_xevents), (gst_ximagesink_event_thread),
20458         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
20459         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_getcaps),
20460         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
20461         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_alloc),
20462         (gst_ximagesink_navigation_send_event),
20463         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_expose),
20464         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
20465         (gst_ximagesink_finalize), (gst_ximagesink_init),
20466         (gst_ximagesink_class_init):
20467         * sys/ximage/ximagesink.h: Refactoring of ximagesink.
20468         This new version brings correct software scaling, non flickering
20469         window while resizing, pixel aspect ratio handling, usage of
20470         hardware buffer pools, out of data flow event thread for 
20471         navigation and handling of expose events even when being PAUSED,
20472         a new property to keep video aspect ratio when resizing, etc...
20473
20474 2005-11-18  Julien MOUTTE  <julien@moutte.net>
20475
20476         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
20477         (gst_videoscale_fixate_caps): Introduce back caps fixate with
20478         handling of PAR.
20479
20480 2005-11-18  Edward Hervey  <bilboed@dvdsrc.fluendo.com>
20481
20482         * gst/playback/gstdecodebin.c: (gst_decode_bin_init): 
20483         Unsetting IS_SINK flag from the fakesink, so decodebin
20484         never behaves as a sink.
20485
20486 2005-11-17  Wim Taymans  <wim@fluendo.com>
20487
20488         * gst-libs/gst/audio/gstbaseaudiosrc.c:
20489         (gst_base_audio_src_change_state):
20490         Fix the audiosrc base class again, we did not unflush.
20491
20492 2005-11-17  Julien MOUTTE  <julien@moutte.net>
20493
20494         * examples/seeking/seek.c: (make_dv_pipeline),
20495         (make_vorbis_theora_pipeline), (make_avi_pipeline),
20496         (make_mpegnt_pipeline): Use VSINK everywhere, add a scaler
20497         to ogg/vorbis/theora pipeline.
20498
20499 2005-11-17  Wim Taymans  <wim@fluendo.com>
20500
20501         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
20502         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
20503         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
20504         Fix EOS on multiple streams.
20505         More debugging.
20506
20507 2005-11-16  Wim Taymans  <wim@fluendo.com>
20508
20509         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_configure_segment),
20510         (gst_ogg_demux_perform_seek):
20511         Segment done must include stream time.
20512
20513         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
20514         (gst_ogg_mux_clear), (gst_ogg_mux_init), (gst_ogg_mux_finalize),
20515         (gst_ogg_mux_change_state):
20516         Fix ogg muxer again.
20517
20518 2005-11-16  Wim Taymans  <wim@fluendo.com>
20519
20520         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init):
20521         Fix compile again.
20522
20523 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
20524
20525         * ext/libvisual/visual.c: (gst_visual_init):
20526         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
20527         * ext/ogg/gstoggparse.c: (gst_ogg_parse_init),
20528         (gst_ogg_parse_chain):
20529         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
20530         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init):
20531         * ext/theora/theoradec.c: (gst_theora_dec_init):
20532         * ext/theora/theoraenc.c: (gst_theora_enc_init):
20533         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
20534         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init):
20535         * gst/adder/gstadder.c: (gst_adder_class_init),
20536         (gst_adder_dispose):
20537         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
20538         * gst/subparse/gstsubparse.c: (gst_subparse_init):
20539         * gst/videorate/gstvideorate.c: (gst_videorate_init):
20540           Fix a whole set of pad template leaks
20541
20542 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
20543
20544         * check/generic/states.c: (GST_START_TEST):
20545           fix the test so that it only checks for elements that are part of
20546           this source module
20547
20548 2005-11-16  Michael Smith <msmith@fluendo.com>
20549
20550         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_reset),
20551         (gst_ogg_mux_init), (gst_ogg_mux_request_new_pad),
20552         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
20553         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
20554         (gst_ogg_mux_collected), (gst_ogg_mux_clear_collectpads),
20555         (gst_ogg_mux_change_state):
20556           Fix leaking collectpads.
20557
20558 2005-11-16  Edward Hervey  <edward@fluendo.com>
20559
20560         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
20561         (gst_videorate_event), (gst_videorate_chain):
20562         Handle segment seeks
20563
20564 2005-11-16  Wim Taymans  <wim@fluendo.com>
20565
20566         * gst-libs/gst/audio/gstbaseaudiosink.c:
20567         (gst_base_audio_sink_provide_clock),
20568         (gst_base_audio_sink_change_state):
20569         Set ringbuffer to non-flushing when going to PAUSED, set to
20570         flushing again when going to READY.
20571
20572         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
20573         (gst_ring_buffer_stop):
20574         Start in flushing mode by default.
20575         Don't set flushing in the _stop method, let the app call
20576         this explicitly.
20577
20578 2005-11-16  Julien MOUTTE  <julien@moutte.net>
20579
20580         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_center_rect):
20581         * gst-libs/gst/video/videosink.h: Add helper function needed
20582         for video sinks.
20583
20584 2005-11-16  Tim-Philipp Müller  <tim at centricular dot net>
20585
20586         * gst/videoscale/gstvideoscale.c:
20587         (gst_videoscale_handle_src_event):
20588           Don't leak reference to pad parent.
20589
20590 2005-11-16  Wim Taymans  <wim@fluendo.com>
20591
20592         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop):
20593         Set ringbuffer to flushing when stopping so that we don't
20594         block on wait_segment anymore and livelock.
20595
20596 2005-11-16  Wim Taymans  <wim@fluendo.com>
20597
20598         * examples/seeking/seek.c: (send_event), (do_seek),
20599         (loop_toggle_cb), (segment_done), (main):
20600         Added looping checkbox.
20601
20602 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
20603
20604         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
20605         (gst_ogg_demux_init):
20606         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
20607         (gst_vorbis_dec_init):
20608           revert unrefs, they don't pass make check
20609
20610 2005-11-15  Johan Dahlin  <johan@gnome.org>
20611
20612         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
20613         (gst_ogg_demux_init), (gst_ogg_demux_finalize):
20614         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
20615         (gst_vorbis_dec_init):
20616         Fix pad template leaks. 
20617
20618 2005-11-15  Tim-Philipp Müller  <tim at centricular dot net>
20619
20620         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
20621           Make state change function thread safe.
20622
20623 2005-11-15  Edward Hervey  <edward@fluendo.com>
20624
20625         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
20626         (gst_ogg_demux_class_init):
20627         Implement GstElement::send_event, so we can send seek events
20628         in GST_STATE_READY
20629
20630 2005-11-14  Julien MOUTTE  <julien@moutte.net>
20631
20632         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new):
20633         Discovered how to take away flickering while resizing the
20634         window. Please don't put that in ximagesink, refactoring in
20635         progress.
20636
20637 2005-11-14  Michael Smith <msmith@fluendo.com>
20638
20639         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_client_queue_data),
20640         (gst_multifdsink_render):
20641           Don't leak GDP headers when using GDP mode (i.e. tcpserversink).
20642
20643 2005-11-14  Tim-Philipp Müller  <tim at centricular dot net>
20644
20645         * gst/playback/gstplaybin.c: (gen_audio_element):
20646           Use autoaudiosink, it tends to be more widely available than
20647           autoaudiiosink.
20648           
20649 2005-11-14  Andy Wingo  <wingo@pobox.com>
20650
20651         * gst/playback/gstplaybin.c (gen_audio_element): Use autoaudiosink
20652         as well if it is available. Fixes #316442.
20653
20654 2005-11-14  Michael Smith <msmith@fluendo.com>
20655
20656         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_init),
20657         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
20658         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
20659         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
20660         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_collected),
20661         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
20662         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_buffer_from_packet),
20663         (gst_vorbisenc_change_state):
20664           Fix a small memory leak in vorbisenc.
20665           Fix large memory leaks in oggmux, also fix lots of state change
20666           bugs in oggmux.
20667
20668 2005-11-14  Thomas Vander Stichele  <thomas at apestaart dot org>
20669
20670         * gst/videotestsrc/gstvideotestsrc.c:
20671         (gst_videotestsrc_class_init), (gst_videotestsrc_init),
20672         (gst_videotestsrc_src_fixate):
20673           move fixation to a fixate function
20674           remove negotiate function, basesrc's is good enough
20675           fixes a bug for check when using the element alone
20676
20677 2005-11-13  Edward Hervey  <edward@fluendo.com>
20678
20679         * examples/seeking/seek.c: (do_seek), (accurate_toggle_cb),
20680         (key_toggle_cb), (main):
20681         Added checkboxes for adding/removing the accurate and key_unit seek
20682         flags.
20683
20684 2005-11-11  Thomas Vander Stichele  <thomas at apestaart dot org>
20685
20686         * configure.ac: back to HEAD
20687
20688 === release 0.9.5 ===
20689
20690 2005-11-11  Thomas Vander Stichele <thomas at apestaart dot org>
20691
20692         * configure.ac:
20693           releasing 0.9.5, "No No Kia"
20694
20695 2005-11-11  Edward Hervey  <edward@fluendo.com>
20696
20697         * examples/seeking/seek.c: (make_parselaunch_pipeline):
20698         Added parse-launch syntax seeking mode for the seeking example.
20699         This should help stress-test even more cases.
20700         Ex usage : ./seek 15 "filesrc location=uranus.avi ! decodebin ! xvimagesink"
20701
20702 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
20703
20704         * sys/xvimage/xvimagesink.c:
20705         (gst_xvimagesink_navigation_send_event):
20706           Check whether peer pad exists before sending navigation events
20707           to it.
20708
20709 2005-11-11  Michael Smith <msmith@fluendo.com>
20710
20711         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup),
20712         (gst_vorbisenc_buffer_from_packet):
20713         * ext/vorbis/vorbisenc.h:
20714           Set duration on encoded buffers. This allows oggmux's
20715           max_page_delay parameter to actually work.
20716
20717 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
20718
20719         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
20720         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
20721         (gst_ffmpegcsp_avpicture_fill):
20722         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
20723         (gst_ffmpegcsp_get_unit_size), (gst_ffmpegcsp_transform):
20724           Make palettes work again (see #132341). Use our own macros
20725           for rounding up.
20726
20727 2005-11-10  Andy Wingo  <wingo@pobox.com>
20728
20729         * gst/playback/gstplaybasebin.c (prepare_output): Fix format
20730         string doober.
20731
20732 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
20733
20734         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
20735         (gst_ffmpegcsp_transform_caps):
20736           Prefer passthrough in transform_caps
20737
20738 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
20739
20740         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
20741           check for ALSA errors properly, instead of relying on ALSA's
20742           error strings to serve to the user.
20743
20744 2005-11-10  Wim Taymans  <wim@fluendo.com>
20745
20746         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event), (gst_ogg_demux_init),
20747         (gst_ogg_demux_configure_segment), (gst_ogg_demux_perform_seek),
20748         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
20749         Modernise the seek code.
20750
20751 2005-11-10  Michael Smith <msmith@fluendo.com>
20752         
20753         * gst/playback/gstplaybasebin.c: (group_commit), (new_decoded_pad),
20754         (setup_substreams), (set_active_source):
20755           Unlock GROUP_LOCK in failure cases, so that we don't deadlock when
20756           trying to go to NULL if we failed to read a file.
20757
20758 2005-11-10  Wim Taymans  <wim@fluendo.com>
20759
20760         * gst/audiotestsrc/gstaudiotestsrc.c:
20761         (gst_audiotestsrc_class_init), (gst_audiotestsrc_get_times),
20762         (gst_audiotestsrc_create):
20763         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
20764         (gst_sinesrc_get_times), (gst_sinesrc_create):
20765         * gst/videotestsrc/gstvideotestsrc.c:
20766         (gst_videotestsrc_class_init), (gst_videotestsrc_get_times),
20767         (gst_videotestsrc_create):
20768         The base class can now sync for us.
20769
20770 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
20771
20772         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate): Check if the caps have
20773           a fourcc field. Fixes crash for gst-launch-0.9 v4lsrc
20774           name=source autoprobe=false autoprobe-fps=false copy-mode=1
20775           device=/dev/video0 ! ffmpegcolorspace ! "video/x-raw-yuv,
20776           format=(fourcc)I420" ! xvimagesink
20777
20778 2005-11-10  Tim-Philipp Müller  <tim at centricular dot net>
20779
20780         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
20781         (gst_sinesrc_get_query_types), (gst_sinesrc_src_query),
20782         (gst_sinesrc_newsegment):
20783           Send newsegment event in TIME format, set duration if
20784           num-buffers is set, fix duration querying.
20785
20786 2005-11-10  Michael Smith <msmith@fluendo.com>
20787
20788         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
20789         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
20790         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
20791         (gst_ogg_mux_collected):
20792          Fix EOS handling, partially. Now forwarding an EOS event once we have
20793          EOS on all pads works correctly. However, we still don't properly set
20794          EOS on the actual ogg stream pages.
20795
20796 2005-11-09  Tim-Philipp Müller  <tim at centricular dot net>
20797
20798         * gst/playback/gstplaybin.c: (gst_play_bin_dispose):
20799           Set elements to NULL state before disposing of them.
20800
20801 2005-11-08  Sebastien Cote  <sebas642 at yahoo dot ca>
20802
20803         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
20804
20805         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20806         (gst_base_rtp_depayload_init),
20807         (gst_base_rtp_depayload_set_gst_timestamp):
20808         * gst-libs/gst/rtp/gstbasertpdepayload.h:
20809           We need to send a newsegment event for each instance, not
20810           just for the first instance of this class (get rid of
20811           static variable in function). (#321011).
20812           
20813 2005-11-08  Michael Smith <msmith@fluendo.com>
20814
20815         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
20816         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_buffer),
20817         (gst_ogg_mux_dequeue_page), (gst_ogg_mux_pad_queue_page),
20818         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
20819           Forward port rewrite of muxing strategy to 0.9 version of oggmux.
20820           This makes us mux things correctly according to the ogg muxing
20821           rules. Still not handling EOS correctly right now, though.
20822
20823 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
20824
20825         * gst/audioconvert/gstaudioconvert.c:
20826           Fix typo in docs. 
20827
20828 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
20829
20830         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
20831         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new):
20832           Initialise segment_stop to GST_CLOCK_TIME_NONE when
20833           creating a new chain; should fix live streaming. Also
20834           add more debug output and fix a typo.
20835
20836 2005-11-08  Brian Cameron  <brian dot cameron at sun dot com>
20837
20838         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
20839
20840         * gst/volume/gstvolume.c: (volume_set_caps):
20841           Fix compilation on Solaris with Forte. (#320923)
20842
20843 2005-11-08  Wim Taymans  <wim@fluendo.com>
20844
20845         * gst-libs/gst/audio/gstbaseaudiosink.c:
20846         (gst_base_audio_sink_render):
20847         No need to do a typecheck.
20848
20849 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
20850
20851         * ext/alsa/gstalsa.h:
20852           We register a debug category, so let's use it.
20853
20854 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
20855
20856         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20857         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_wait):
20858         Fixed a small problem.
20859
20860 2005-11-04  Wim Taymans  <wim@fluendo.com>
20861
20862         * examples/seeking/Makefile.am:
20863         * examples/seeking/scrubby.c: (gst_element_factory_make_or_warn),
20864         (dynamic_link), (setup_dynamic_link), (make_wav_pipeline),
20865         (make_playerbin_pipeline), (format_value), (update_scale),
20866         (speed_cb), (seek_cb), (do_seek), (start_seek), (stop_seek),
20867         (play_cb), (pause_cb), (stop_cb), (print_message), (bus_message),
20868         (print_usage), (main):
20869         Added app for playback speed testing.
20870
20871         * examples/seeking/seek.c: (dynamic_link),
20872         (make_avi_msmpeg4v3_mp3_pipeline), (make_avi_pipeline),
20873         (make_mpeg_pipeline), (do_seek), (set_update_scale),
20874         (message_received), (main):
20875         Updated seek example.
20876
20877 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
20878
20879         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20880         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
20881         (gst_base_rtp_depayload_thread), (gst_base_rtp_depayload_wait),
20882         (gst_base_rtp_depayload_set_clock):
20883         * gst-libs/gst/rtp/gstbasertpdepayload.h:
20884         Don't sleep on the bench (system clock) when you have a nice 
20885         comfortable bed (Gstreamer clock) to sleep on.
20886
20887 2005-11-03  Wim Taymans  <wim@fluendo.com>
20888
20889         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
20890         (gst_decode_bin_dispose), (free_dynamics), (remove_fakesink),
20891         (pad_blocked), (close_pad_link), (new_pad), (no_more_pads):
20892         Handle the case where a pad_block failed.
20893
20894 2005-11-02  Sebastien Cote  <sebas642@yahoo.ca> 
20895
20896         reviewed by: Zeeshan Ali  <zeenix@gmail.com>
20897
20898         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20899         (gst_base_rtp_depayload_add_to_queue),
20900         (gst_base_rtp_depayload_push),
20901         (gst_base_rtp_depayload_set_gst_timestamp),
20902         (gst_base_rtp_depayload_queue_release):
20903           Fixes some bugs in the depayloader's queuing/de-queueing code.
20904
20905 2005-10-31  Michael Smith <msmith@fluendo.com>
20906
20907         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
20908         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
20909         (gst_ogg_demux_collect_chain_info), (gst_ogg_print):
20910           Patch from Alessandro Decina <alessandro@nnva.org>.
20911           Make oggdemux only find the final time in a chain, not per-pad,
20912           since the per-pad information can be very expensive to locate, and
20913           it isn't used anywhere. This makes reading a file containing
20914           OggSkeleton reasonably fast.
20915           Also, make chain finding work when there are logical bitstreams that
20916           can't be decoded. Fixes #319110.
20917
20918 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
20919
20920         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20921         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
20922         (gst_base_rtp_depayload_chain),
20923         (gst_base_rtp_depayload_add_to_queue),
20924         (gst_base_rtp_depayload_push),
20925         (gst_base_rtp_depayload_set_gst_timestamp),
20926         (gst_base_rtp_depayload_queue_release),
20927         (gst_base_rtp_depayload_start_thread),
20928         (gst_base_rtp_depayload_set_property),
20929         (gst_base_rtp_depayload_get_property):
20930         * gst-libs/gst/rtp/gstbasertpdepayload.h:
20931         Some random fixes, to fullfill the desires of thomas.
20932
20933 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
20934
20935         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20936         (gst_base_rtp_depayload_add_to_queue),
20937         (gst_base_rtp_depayload_push):
20938         Fixed the queueing algorithm.
20939
20940 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
20941
20942         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20943         (gst_base_rtp_depayload_push):
20944         A small fix
20945
20946 2005-10-31  Wim Taymans  <wim@fluendo.com>
20947
20948         * gst-libs/gst/audio/gstringbuffer.h:
20949         Don't break ABI.
20950
20951         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
20952         (gst_ffmpeg_caps_to_pixfmt):
20953         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
20954         (gst_ffmpegcsp_set_caps):
20955         Some more comments.
20956         Handle missing required caps fields better.
20957
20958 2005-10-31  Wim Taymans  <wim@fluendo.com>
20959
20960         * gst-libs/gst/audio/gstbaseaudiosink.c:
20961         (gst_base_audio_sink_event), (gst_base_audio_sink_get_offset),
20962         (gst_base_audio_sink_render):
20963         * gst-libs/gst/audio/gstringbuffer.c:
20964         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
20965         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
20966         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_pause),
20967         (gst_ring_buffer_stop), (wait_segment), (gst_ring_buffer_commit),
20968         (gst_ring_buffer_read):
20969         * gst-libs/gst/audio/gstringbuffer.h:
20970         Add flushing mode to the ringbuffer so that it in all cases does
20971         not try to handle more audio. This makes sure it does not try to
20972         block anymore when flushing and fixes a livelock.
20973
20974 2005-10-29  Tim-Philipp Müller  <tim at centricular dot net>
20975
20976         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
20977         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
20978         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain):
20979           Explicitly check for -1 values before doing a conversion
20980           and always map them to -1. (#315545)
20981
20982 2005-10-28  Thomas Vander Stichele  <thomas at apestaart dot org>
20983
20984         * gst/playback/gstplaybin.c: (gen_video_element):
20985           first try autovideosink, then xvimagesink, then error out
20986         * po/POTFILES.in:
20987           add translatable file
20988         * po/af.po:
20989         * po/az.po:
20990         * po/cs.po:
20991         * po/en_GB.po:
20992         * po/hu.po:
20993         * po/it.po:
20994         * po/nb.po:
20995         * po/nl.po:
20996         * po/or.po:
20997         * po/sq.po:
20998         * po/sr.po:
20999         * po/sv.po:
21000         * po/uk.po:
21001         * po/vi.po:
21002           update translations
21003
21004 2005-10-27  Philippe Khalaf <burger at speedy dot org> 
21005
21006         * gst-libs/gst/rtp/gstbasedepayload.c:
21007         * gst-libs/gst/rtp/gstbasedepayload.h:
21008           Minor cleanups
21009
21010 2005-10-27  Tim-Philipp Müller  <tim at centricular dot net>
21011
21012         * gst/playback/.cvsignore:
21013         * gst/playback/decodetest.c:
21014         * gst/playback/test3.c:
21015           Port these two tests as well.
21016
21017 2005-10-27  Wim Taymans  <wim@fluendo.com>
21018
21019         * ext/theora/theoradec.c: (theora_dec_src_query),
21020         (theora_dec_sink_event):
21021         * ext/theora/theoraenc.c: (theora_enc_sink_event),
21022         (theora_enc_change_state):
21023         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
21024         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
21025         Take proper locks when handling events.
21026
21027 2005-10-27  Wim Taymans  <wim@fluendo.com>
21028
21029         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_collected),
21030         (gst_adder_change_state):
21031         Fix timestamps and fix deadlock when stopping the collectpads.
21032
21033 2005-10-27  Zeeshan Ali  <zeenix@gmail.com>
21034
21035         * gst-libs/gst/rtp/gstrtpbuffer.h:
21036         Declaring the payload types as strings too so that they can be used
21037         in the padtemplate inialization.
21038
21039 2005-10-26  Andre Magalhaes  <andrunko@gmail.com>
21040
21041         reviewed by: Zeeshan Ali   <zeenix@gmail.com>
21042
21043         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21044         (gst_base_rtp_depayload_class_init):
21045         Fixes a small but nasty bug. The derived elements no longer segfaults
21046         on finalization.
21047
21048 2005-10-26  Michael Smith <msmith@fluendo.com>
21049
21050         * gst/audioconvert/audioconvert.c: (audio_convert_clean_context):
21051           When clearing an audioconvert context, set tmpbufsize to zero, so
21052           we'll allocate it again later if required.
21053           This fixes audioconvert re-negotiating formats, which previously
21054           segfaulted with a NULL destination buffer.
21055
21056 2005-10-26  Zeeshan Ali <zeenix@gmail.com>
21057
21058         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21059         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_push),
21060         (gst_base_rtp_depayload_set_gst_timestamp),
21061         (gst_base_rtp_depayload_queue_release):
21062         Fixed a smalll memleak.
21063
21064 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
21065         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21066         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_init),
21067         (gst_base_rtp_depayload_finalize),
21068         (gst_base_rtp_depayload_setcaps),
21069         (gst_base_rtp_depayload_add_to_queue),
21070         (gst_base_rtp_depayload_push),
21071         (gst_base_rtp_depayload_set_gst_timestamp),
21072         (gst_base_rtp_depayload_queue_release),
21073         (gst_base_rtp_depayload_thread),
21074         (gst_base_rtp_depayload_change_state):
21075         * gst-libs/gst/rtp/gstbasertpdepayload.h:
21076         Changed the C++ comments to C comments
21077
21078 2005-10-26  Tim-Philipp Müller  <tim at centricular dot net>
21079
21080         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init):
21081         * gst/tcp/gsttcpclientsrc.h:
21082         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init):
21083         * gst/tcp/gsttcpserversrc.h:
21084           Remove unused 'curoffset' structure member.
21085
21086 2005-10-25  Zeeshan Ali  <zeenix@gmail.com>
21087
21088         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21089         (gst_base_rtp_depayload_base_init),
21090         (gst_base_rtp_depayload_finalize):
21091         * gst-libs/gst/rtp/gstbasertpdepayload.h:
21092         * gst-libs/gst/rtp/gstbasertppayload.h:
21093           The pad-template on the sinkpad should be set by the derived classes.
21094           Also added some useful macros.
21095
21096 2005-10-24  Wim Taymans  <wim@fluendo.com>
21097
21098         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
21099         Correctly flush decoder samples even if we could not
21100         copy them to an output buffer. Fixes #319618.
21101
21102 2005-10-24  Julien MOUTTE  <julien@moutte.net>
21103
21104         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
21105         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Check
21106         the caps against our xcontext caps.
21107
21108 2005-10-24  Wim Taymans  <wim@fluendo.com>
21109
21110         * gst-libs/gst/audio/gstbaseaudiosink.c:
21111         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
21112         Remove g_print
21113         Use sync property from baseclass to disable sync.
21114
21115 2005-10-24  Wim Taymans  <wim@fluendo.com>
21116
21117         * gst-libs/gst/audio/gstbaseaudiosink.c:
21118         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
21119         Buffers with no timestamps get aligned with previous buffers or
21120         on underrun, played ASAP.
21121
21122 2005-10-24  Julien MOUTTE  <julien@moutte.net>
21123
21124         * gst-libs/gst/video/video.h:
21125         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
21126         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
21127         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): And
21128         here comes my change on caps for framerate and geometry range.
21129         We are now accepting 1 to MAXINT for width and height, and from
21130         0.0 to MAXDOUBLE for framerate. That allows duration less png frames
21131         to be blended correctly in videomixer.
21132
21133 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
21134
21135         * configure.ac:
21136           back to HEAD
21137
21138 === release 0.9.4 ===
21139
21140 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21141
21142         * NEWS:
21143         * RELEASE:
21144         * configure.ac:
21145           releasing 0.9.4, "Velociraptor"
21146
21147 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21148
21149         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
21150         * po/POTFILES.in:
21151           STOPPED -> FAILED
21152
21153 2005-10-21  Wim Taymans  <wim@fluendo.com>
21154
21155         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
21156         (gst_decode_bin_dispose), (free_dynamics), (pad_unblocked),
21157         (pad_blocked), (close_pad_link), (new_pad):
21158         Don't try to remove elements twice.
21159
21160 2005-10-21  Wim Taymans  <wim@fluendo.com>
21161
21162         * ext/theora/theoradec.c: (theora_dec_src_query),
21163         (theora_dec_sink_event):
21164         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
21165         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
21166         (vorbis_handle_data_packet):
21167         * ext/vorbis/vorbisdec.h:
21168         Fix old naming.
21169
21170         * gst-libs/gst/audio/gstbaseaudiosink.c:
21171         (gst_base_audio_sink_render):
21172         Don't try to sync on buffers without a timestamp.
21173
21174 2005-10-21  Wim Taymans  <wim@fluendo.com>
21175
21176         * ext/theora/theoradec.c: (theora_dec_src_query),
21177         (theora_dec_sink_event):
21178         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
21179         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
21180         (vorbis_handle_data_packet):
21181         * ext/vorbis/vorbisdec.h:
21182         Fix old naming.
21183
21184 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
21185
21186         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types),
21187         (gst_vorbisenc_src_query):
21188           Implement position and duration queries.
21189
21190         * gst/playback/test3.c: (update_scale), (main):
21191           Fix for async state changes and print nicer output.
21192
21193 2005-10-20  Wim Taymans  <wim@fluendo.com>
21194
21195         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
21196         (dump_element_stats), (main):
21197         * gst/playback/test6.c: (main):
21198         Fix tests again
21199
21200 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
21201
21202         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
21203         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
21204           Don't use functions for position queries when handling
21205           duration queries.
21206
21207 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
21208
21209         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
21210         (vorbis_handle_data_packet), (vorbis_dec_chain),
21211         (vorbis_dec_change_state):
21212         * ext/vorbis/vorbisdec.h:
21213           Vorbis streams can be embedded in other container formats
21214           than ogg, container formats where the demuxer might set 
21215           timestamps on encoded vorbis buffers instead of those silly 
21216           granulepos thingies. In short: make vorbisdec handle 
21217           timestamps on incoming buffers as well.
21218
21219 2005-10-20  Wim Taymans  <wim@fluendo.com>
21220
21221         * gst/playback/gstplaybasebin.c: (group_destroy),
21222         (gst_play_base_bin_change_state):
21223         Fix leak.
21224         Handle case where playbasebin is now ASYNC because
21225         decodebin is.
21226
21227 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
21228
21229         * gst/audioconvert/Makefile.am:
21230         * gst/audioconvert/bufferframesconvert.c:
21231         * gst/audioconvert/plugin.c: (plugin_init):
21232         * gst/audioconvert/plugin.h:
21233           And bye bye buffer-frames-convert
21234
21235 2005-10-19  Wim Taymans  <wim@fluendo.com>
21236
21237         * check/elements/audioconvert.c:
21238         * docs/libs/tmpl/gstaudio.sgml:
21239         * docs/libs/tmpl/gstcolorbalance.sgml:
21240         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
21241         (vorbis_handle_identification_packet), (vorbis_handle_data_packet):
21242         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
21243         * gst-libs/gst/audio/audio.c: (gst_audio_structure_set_int):
21244         * gst-libs/gst/audio/audio.h:
21245         * gst/audioconvert/audioconvert.h:
21246         * gst/audioconvert/gstaudioconvert.c:
21247         (gst_audio_convert_parse_caps):
21248         * gst/volume/gstvolume.c:
21249         Bye bye buffer-frames.
21250
21251 2005-10-19  Wim Taymans  <wim@fluendo.com>
21252
21253         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
21254         (query_positions_elems), (query_positions_pads), (update_scale),
21255         (do_seek), (set_update_scale), (message_received), (main):
21256         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
21257         (gst_ogg_demux_perform_seek), (gst_ogg_demux_find_chains),
21258         (gst_ogg_demux_loop):
21259         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
21260         * ext/theora/theoradec.c: (theora_dec_src_query),
21261         (theora_dec_sink_event):
21262         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
21263         (vorbis_dec_sink_event), (vorbis_handle_data_packet):
21264         * gst/adder/gstadder.c: (gst_adder_query):
21265         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
21266         * gst/playback/test3.c: (update_scale):
21267         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
21268         (dump_element_stats), (main):
21269         * gst/playback/test6.c: (main):
21270         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
21271         Query API update.
21272
21273 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
21274
21275         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
21276         (xml_check_first_element), (xml_type_find), (smil_type_find),
21277         (plugin_init):
21278           Add typefinding for SMIL and for generic XML. Based on patch by
21279           Akos Maroy (#308663).
21280
21281 2005-10-18  Wim Taymans  <wim@fluendo.com>
21282
21283         * gst/playback/Makefile.am:
21284         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
21285         (gst_decode_bin_dispose), (dynamic_create), (dynamic_free),
21286         (free_dynamics), (pad_unblocked), (pad_blocked), (close_pad_link),
21287         (try_to_link_1), (new_pad), (no_more_pads), (type_found),
21288         (gst_decode_bin_change_state):
21289         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
21290         (gst_play_bin_send_event_to_sink):
21291         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
21292         (dump_element_stats), (main):
21293         * gst/playback/test6.c: (main):
21294         Make playbin async, it'll commit state to paused when all streams
21295         are detected.
21296         Remove ugly hack.
21297         Added test6.c to show async behaviour.
21298
21299 2005-10-18  Wim Taymans  <wim@fluendo.com>
21300
21301         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
21302         (gst_ogg_demux_perform_seek), (gst_ogg_demux_loop):
21303         Fix for segment-start/stop API change.
21304
21305 2005-10-18  Wim Taymans  <wim@fluendo.com>
21306
21307         * check/Makefile.am:
21308         * check/clocks/selection.c: (GST_START_TEST), (volume_suite),
21309         (main):
21310         Add future test for clock selection.
21311
21312 2005-10-18  Wim Taymans  <wim@fluendo.com>
21313
21314         * ext/alsa/gstalsasink.c: (gst_alsasink_init),
21315         (gst_alsasink_close):
21316         Set handle to NULL.
21317
21318         * gst-libs/gst/audio/gstringbuffer.c:
21319         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
21320         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
21321         (gst_ring_buffer_start), (gst_ring_buffer_pause),
21322         (gst_ring_buffer_stop), (gst_ring_buffer_commit),
21323         (gst_ring_buffer_read):
21324         More debug info.
21325
21326 2005-10-17  Stefan Kost  <ensonic@users.sf.net>
21327
21328         * gst/audiotestsrc/Makefile.am:
21329         * gst/sine/Makefile.am:
21330         * gst/volume/Makefile.am:
21331           fix broken build of controllerized plugins
21332
21333 2005-10-17  Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
21334
21335         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
21336
21337         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
21338         (gst_riff_create_video_template_caps):
21339           Add support for Indeo-3 (IV32).
21340
21341 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
21342
21343         * configure.ac:
21344           rewrite
21345
21346 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
21347
21348         * gst-libs/gst/video/video.c: (gst_video_get_size):
21349         * gst/audiotestsrc/gstaudiotestsrc.c:
21350           doc updates
21351
21352 2005-10-17  Andy Wingo  <wingo@pobox.com>
21353
21354         * ext/ogg/gstoggmux.c (gst_ogg_mux_queue_pads): Fix bug introduced
21355         with the collectpads change.
21356         (gst_ogg_mux_send_headers): Elevate warning to a g_critical.
21357
21358         * gst/tcp/gstmultifdsink.c: Convert to use the boilerplate macro.
21359
21360         * gst/tcp/gsttcp.c (gst_tcp_socket_read): Comment update.
21361
21362         * ext/theora/theoraenc.c (theora_buffer_from_packet): Pass the
21363         alloc_buffer flow return to callers.
21364         (theora_enc_chain, theora_enc_chain): Adapt to buffer_from_packet
21365         change. Fix some memleaks in theoraenc.
21366
21367         * ext/ogg/gstoggmux.c (gst_ogg_mux_send_headers): Fix a segfault
21368         in strange circumstance.
21369
21370 2005-10-17  Julien MOUTTE  <julien@moutte.net>
21371
21372         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
21373         (gst_ffmpegcsp_get_unit_size): We are asked to compute a buffer size
21374         from caps, let's use the caps...
21375
21376 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
21377
21378         * configure.ac:
21379           put back AX_CREATE_STDINT_H, ffmpegcolorspace includes _stdint.h
21380
21381 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
21382
21383         * gst-libs/gst/interfaces/Makefile.am:
21384           fix silly typo
21385
21386 2005-10-16  Andy Wingo  <wingo@pobox.com>
21387
21388         * gst/playback/gstdecodebin.c
21389         (gst_element_set_state_like_a_crazy_man): New kraaaaaaazy
21390         function!
21391         (try_to_link_1): Increase kraziness level.
21392
21393 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
21394
21395         * configure.ac:
21396           restructure like the core one
21397         * gst-libs/gst/audio/Makefile.am:
21398         * gst-libs/gst/interfaces/Makefile.am:
21399         * gst-libs/gst/net/Makefile.am:
21400         * gst-libs/gst/riff/Makefile.am:
21401         * gst-libs/gst/rtp/Makefile.am:
21402         * gst-libs/gst/tag/Makefile.am:
21403         * gst-libs/gst/video/Makefile.am:
21404           use correct linker flags, now the libs are properly versioned
21405         * check/elements/audioconvert.c: (verify_convert):
21406         * ext/alsa/gstalsaplugin.c:
21407         * ext/cdparanoia/gstcdparanoia.c:
21408         * ext/gnomevfs/gstgnomevfs.c:
21409         * ext/libvisual/visual.c:
21410         * ext/ogg/gstogg.c:
21411         * ext/ogg/gstoggparse.c: (gst_ogg_parse_chain):
21412         * ext/theora/theora.c:
21413         * ext/vorbis/vorbis.c:
21414         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
21415         * gst-libs/gst/tag/gsttagediting.c:
21416         * gst-libs/gst/video/video.c:
21417         * gst/adder/gstadder.c:
21418         * gst/audioconvert/plugin.c:
21419         * gst/audiorate/gstaudiorate.c:
21420         * gst/audioresample/gstaudioresample.c:
21421         * gst/audioresample/resample_ref.c: (resample_scale_ref):
21422         * gst/audioscale/gstaudioscale.c:
21423         * gst/audioscale/resample.c:
21424         * gst/audiotestsrc/gstaudiotestsrc.c:
21425         * gst/ffmpegcolorspace/gstffmpeg.c:
21426         * gst/playback/gstdecodebin.c: (close_pad_link):
21427         * gst/playback/gstplaybin.c: (gen_video_element),
21428         (gen_audio_element):
21429         * gst/sine/gstsinesrc.c:
21430         * gst/subparse/gstsubparse.c:
21431         * gst/tags/gsttagediting.c:
21432         * gst/tcp/gsttcpplugin.c:
21433         * gst/typefind/gsttypefindfunctions.c:
21434         * gst/videorate/gstvideorate.c:
21435         * gst/videoscale/gstvideoscale.c:
21436         * gst/videotestsrc/gstvideotestsrc.c:
21437         * gst/volume/gstvolume.c:
21438         * sys/v4l/gstv4l.c:
21439         * sys/ximage/ximage.c:
21440         * sys/xvimage/xvimagesink.c:
21441           fix up defines
21442
21443 2005-10-13  Tim-Philipp Müller  <tim at centricular dot net>
21444
21445         * ext/vorbis/vorbisenc.c:
21446         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
21447         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
21448         (gst_tag_to_vorbis_comments):
21449           Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE.
21450
21451 2005-10-13  Stefan Kost  <ensonic@users.sf.net>
21452
21453         * examples/stats/mp2ogg.c:
21454         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
21455           typo fixes
21456
21457 2005-10-13  Michael Smith <msmith@fluendo.com>
21458
21459         * ext/ogg/gstoggmux.c:
21460           Use magic glib macros to define constants as 64 bit, to ensure
21461           appropriate vararg passing.
21462
21463 2005-10-13  Michael Smith <msmith@fluendo.com>
21464
21465         * ext/ogg/gstoggmux.c:
21466         * gst/audioconvert/audioconvert.c: (float):
21467           Don't use LL suffix, as it's not portable, and neither of these
21468           uses required it anyway.
21469
21470 2005-10-12  Stefan Kost  <ensonic@users.sf.net>
21471
21472         * examples/indexing/indexmpeg.c: (main):
21473         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get),
21474         (cdparanoia_open), (cdparanoia_close), (cdparanoia_event),
21475         (cdparanoia_convert), (cdparanoia_query):
21476         * ext/cdparanoia/gstcdparanoia.h:
21477         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
21478         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file),
21479         (gst_gnomevfssink_chain), (gst_gnomevfssink_change_state):
21480         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
21481         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init):
21482         * gst/playback/gststreamselector.c: (gst_stream_selector_init):
21483         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
21484         (gst_multifdsink_render), (gst_multifdsink_start),
21485         (gst_multifdsink_stop):
21486         * gst/tcp/gstmultifdsink.h:
21487         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init),
21488         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
21489         (gst_tcpclientsink_stop):
21490         * gst/tcp/gsttcpclientsink.h:
21491         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
21492         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_create),
21493         (gst_tcpclientsrc_start), (gst_tcpclientsrc_stop):
21494         * gst/tcp/gsttcpclientsrc.h:
21495         * gst/tcp/gsttcpserversink.h:
21496         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init),
21497         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
21498         (gst_tcpserversrc_stop):
21499         * gst/tcp/gsttcpserversrc.h:
21500         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
21501         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
21502         * sys/ximage/ximagesink.c: (gst_ximagesink_init):
21503           renamed GST_FLAGS macros to GST_OBJECT_FLAGS
21504           moved bitshift from macro to enum definition
21505
21506 2005-10-12  Wim Taymans  <wim@fluendo.com>
21507
21508         * examples/seeking/Makefile.am:
21509         Oops.
21510
21511 2005-10-12  Wim Taymans  <wim@fluendo.com>
21512
21513         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
21514         (gst_ring_buffer_read), (gst_ring_buffer_clear):
21515         Don't assert on normal stuff.
21516
21517         * gst/playback/gstplaybin.c: (do_playbin_seek):
21518         API fix.
21519
21520 2005-10-12  Wim Taymans  <wim@fluendo.com>
21521
21522         * check/pipelines/simple_launch_lines.c: (run_pipeline):
21523         * examples/seeking/Makefile.am:
21524         * examples/seeking/cdplayer.c: (play_cb), (pause_cb), (stop_cb):
21525         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
21526         (do_seek), (set_update_scale), (message_received), (main):
21527         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
21528         (gst_ring_buffer_read), (gst_ring_buffer_clear):
21529         Update for _get_state() API change.
21530
21531 2005-10-11  Wim Taymans  <wim@fluendo.com>
21532
21533         * gst-libs/gst/audio/gstbaseaudiosink.c:
21534         (gst_base_audio_sink_render):
21535         * gst-libs/gst/audio/gstbaseaudiosrc.c:
21536         (gst_base_audio_src_create):
21537         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
21538         (gst_ring_buffer_read):
21539         Cleanups.
21540         Commit and read from ringbuffer in samples rather than bytes.
21541
21542 2005-10-11  Wim Taymans  <wim@fluendo.com>
21543
21544         * gst-libs/gst/audio/gstbaseaudiosink.c:
21545         (gst_base_audio_sink_render):
21546         Respect segment rate and accum when scheduling samples.
21547
21548 2005-10-11  Julien MOUTTE  <julien@moutte.net>
21549
21550         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
21551         (gst_ogg_mux_collected): Quick hack to fix build. We need to handle
21552         EOS correctly, that needs more work.
21553
21554 2005-10-11  Wim Taymans  <wim@fluendo.com>
21555
21556         * check/generic/states.c: (GST_START_TEST):
21557         remove old property.
21558
21559         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
21560         (gst_ogg_demux_perform_seek):
21561         * ext/theora/theoradec.c: (theora_dec_sink_event):
21562         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
21563         (vorbis_handle_data_packet):
21564         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21565         (gst_base_rtp_depayload_set_gst_timestamp):
21566         * gst/videorate/gstvideorate.c: (gst_videorate_event):
21567         Update for newsegment API change.
21568
21569 2005-10-11  Michael Smith <msmith@fluendo.com>
21570
21571         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
21572         (do_playbin_seek), (gst_play_bin_send_event):
21573           Override send_event differently, so that we can takes bits of
21574           functionality from GstPipeline (special handling for seeks,
21575           including pausing/resuming, and resetting stream time) and still get
21576           the appropriate behaviour of only forwarding event to a single sink,
21577           rather than all of them.
21578           Unfortunately requires a lot of code duplication, but the
21579           alternatives are equally ugly in the end.
21580
21581 2005-10-11  Thomas Vander Stichele  <thomas at apestaart dot org>
21582
21583         * check/elements/audioconvert.c: (setup_audioconvert),
21584         (cleanup_audioconvert), (get_int_caps), (verify_convert),
21585         (GST_START_TEST), (audioconvert_suite):
21586           clean up tests a little, fix some leaks.
21587
21588 2005-10-10  Wim Taymans  <wim@fluendo.com>
21589
21590         * ext/alsa/gstalsasink.c:
21591         Also allow unsigned int.
21592
21593         * gst-libs/gst/audio/gstbaseaudiosrc.c:
21594         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
21595         Small cleanup
21596
21597 2005-10-10  Wim Taymans  <wim@fluendo.com>
21598
21599         * check/pipelines/simple_launch_lines.c: (run_pipeline):
21600         Small update, use API as stated in design docs.
21601
21602         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
21603         (update_scale), (do_seek), (seek_cb), (set_update_scale),
21604         (start_seek), (stop_seek), (play_cb), (pause_cb), (stop_cb),
21605         (message_received), (main):
21606         Updated seek example for GOption. Some usability improvements.
21607
21608 2005-10-10  Wim Taymans  <wim@fluendo.com>
21609
21610         * gst/audioconvert/audioconvert.h:
21611         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
21612         (gst_channel_mix_setup_matrix), (gst_channel_mix_mix):
21613         Alloc temp storage somewhere else where we can do it more
21614         portable.
21615
21616 2005-10-10  Wim Taymans  <wim@fluendo.com>
21617
21618         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_create),
21619         (gst_tcpserversrc_start):
21620         Don't block in accept while doing the state change, move
21621         to poll and make cancellable.
21622
21623 2005-10-09  Philippe Khalaf <burger@speedy.org>
21624
21625         * gst-libs/gst/rtp/rtpbasedepayload.c:
21626         Set timestamp and add queue delay to timestamp
21627         * gst-libs/gst/rtp/rtpbuffer.h:
21628         Set correct payload type for h263
21629
21630 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
21631
21632         * gst/audiotestsrc/gstaudiotestsrc.c:
21633         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_class_init),
21634         (gst_audiotestsrc_init), (gst_audiotestsrc_create_sine),
21635         (gst_audiotestsrc_create_square), (gst_audiotestsrc_create_saw),
21636         (gst_audiotestsrc_create_triangle),
21637         (gst_audiotestsrc_create_silence),
21638         (gst_audiotestsrc_create_white_noise),
21639         (gst_audiotestsrc_init_pink_noise),
21640         (gst_audiotestsrc_generate_pink_noise_value),
21641         (gst_audiotestsrc_create_pink_noise),
21642         (gst_audiotestsrc_change_wave):
21643         * gst/audiotestsrc/gstaudiotestsrc.h:
21644           fixed typo, added pink noise
21645
21646 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
21647
21648         * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find),
21649         (plugin_init):
21650           Add wavpack and spc typefind functions from 0.8 branch.
21651
21652 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
21653
21654         * gst/typefind/gsttypefindfunctions.c: (tar_type_find),
21655         (ar_type_find), (msdos_type_find), (plugin_init):
21656           Add typefind functions for tar archives, ar archives,
21657           RAR archives, and msdos-executables (dlls, exe, etc.).
21658           Some of those would be wrongly identified as mpeg
21659           streams of some sort before (#315550).
21660
21661 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
21662
21663         * configure.ac:
21664         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
21665         * docs/plugins/gst-plugins-base-plugins-sections.txt:
21666         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
21667         * gst/audiotestsrc/Makefile.am:
21668         * gst/audiotestsrc/gstaudiotestsrc.c:
21669         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_base_init),
21670         (gst_audiotestsrc_class_init), (gst_audiotestsrc_init),
21671         (gst_audiotestsrc_src_fixate), (gst_audiotestsrc_setcaps),
21672         (gst_audiotestsrc_get_query_types), (gst_audiotestsrc_src_query),
21673         (gst_audiotestsrc_wait), (gst_audiotestsrc_unlock),
21674         (gst_audiotestsrc_create_sine), (gst_audiotestsrc_create_square),
21675         (gst_audiotestsrc_create_saw), (gst_audiotestsrc_create_triangle),
21676         (gst_audiotestsrc_create_silence),
21677         (gst_audiotestsrc_create_white_noise),
21678         (gst_audiotestsrc_change_wave), (gst_audiotestsrc_create),
21679         (gst_audiotestsrc_set_property), (gst_audiotestsrc_get_property),
21680         (gst_audiotestsrc_start), (plugin_init):
21681         * gst/audiotestsrc/gstaudiotestsrc.h:
21682           add new plugin and element
21683         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init):
21684           use gobject_class
21685
21686 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
21687
21688         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_class_init),
21689         (gst_adder_init), (gst_adder_request_new_pad),
21690         (gst_adder_change_state):
21691           Add query function to source pad, so adder reports the correct
21692           time/sample position when queried (#315457); fix state change
21693           function; use GST_DEBUG_FUNCPTR() for pad functions.
21694
21695 2005-10-08  Thomas Vander Stichele  <thomas at apestaart dot org>
21696
21697         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find):
21698           Fix leaks in typefind registration
21699           Clean up the gratuitous commenting and whitespacing a little
21700
21701 2005-10-08  Wim Taymans  <wim@fluendo.com>
21702
21703         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_stop):
21704         Only actually wait for the thread to be stopped if it's 
21705         running.
21706
21707 2005-10-08  Wim Taymans  <wim@fluendo.com>
21708
21709         * gst-libs/gst/audio/gstbaseaudiosink.c:
21710         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
21711         If we receive EOS we can start playback of what we had.
21712
21713 2005-10-08  Wim Taymans  <wim@fluendo.com>
21714
21715         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
21716         (gst_multifdsink_finalize), (multifdsink_hash_remove),
21717         (gst_multifdsink_stop):
21718         Fix crasher when going to NULL multiple times.
21719
21720 2005-10-06  Wim Taymans  <wim@fluendo.com>
21721
21722         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event),
21723         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
21724         * gst-libs/gst/audio/gstbaseaudiosrc.h:
21725         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
21726         patch from Edgard Lima <edgard.lima@indt.org.br>
21727         Fixed gstbaseaudiosrc adding ring buffer sync to it.
21728
21729 2005-10-06  Wim Taymans  <wim@fluendo.com>
21730
21731         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
21732         Report the FLOW_RETURN as string in the error message.
21733
21734         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_clear_all):
21735         Don't assert when clearing an unnegotiated buffer.
21736
21737 2005-10-04  Michael Smith <msmith@fluendo.com>
21738
21739         * gst/playback/gstplaybasebin.c: (group_destroy),
21740         (gen_preroll_element), (remove_groups), (setup_source):
21741         * gst/playback/gstplaybin.c: (remove_sinks), (add_sink),
21742         (setup_sinks), (gst_play_bin_send_event),
21743         (gst_play_bin_change_state):
21744           Set state to NULL before removing from bin. Fix refcounting.
21745
21746 2005-10-04  Michael Smith <msmith@fluendo.com>
21747
21748         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
21749           Correct refcounting in send_event() function. Previously was wrong
21750           if the first sink was unable to handle the event.
21751
21752 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
21753
21754         * configure.ac:
21755           back to development
21756
21757 === release 0.9.3 ===
21758
21759 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
21760
21761         * configure.ac:
21762           Releasing 0.9.3, "De Facto"
21763
21764 2005-10-03  Andy Wingo  <wingo@pobox.com>
21765
21766         * gst/playback/gstdecodebin.c (try_to_link_1)
21767         (remove_element_chain): set element to NULL before removing it.
21768
21769 2005-10-02  Johan Dahlin  <johan@gnome.org>
21770
21771         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_uri_get_protocols): 
21772         protect gst_gnomevfs_get_supported_uris by a mutex, to make it
21773         MT safe.
21774
21775 2005-10-02  Andy Wingo  <wingo@pobox.com>
21776
21777         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_clear) 
21778         (gst_ring_buffer_prepare_read): 
21779         * gst-libs/gst/audio/gstaudiosink.c (audioringbuffer_thread_func):
21780         Demote to LOG.
21781
21782 2005-09-29  Wim Taymans  <wim@fluendo.com>
21783
21784         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
21785         * ext/theora/theoradec.c: (theora_handle_data_packet):
21786         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
21787         Propagate error codes from alloc_buffer too.
21788
21789 2005-09-29  Wim Taymans  <wim@fluendo.com>
21790
21791         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
21792         We use fixed caps.
21793
21794         * gst/playback/Makefile.am:
21795         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
21796         (dump_element_stats), (main):
21797         Added example stream introspection code.
21798
21799 2005-09-28  Stefan Kost  <ensonic@users.sf.net>
21800
21801         * gst/adder/gstadder.c: (gst_adder_collected):
21802           fix adder for float elements
21803
21804 2005-09-28  Wim Taymans  <wim@fluendo.com>
21805
21806         * gst-libs/gst/audio/gstbaseaudiosink.c:
21807         (gst_base_audio_sink_class_init),
21808         (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
21809         * gst-libs/gst/audio/gstbaseaudiosrc.c:
21810         (gst_base_audio_src_class_init),
21811         (gst_base_audio_src_provide_clock):
21812         get_clock -> provide_clock
21813
21814 2005-09-28  Andy Wingo  <wingo@pobox.com>
21815
21816         * gst/videotestsrc/gstvideotestsrc.c: Implement live source mode
21817         and unlocking.
21818
21819         * gst/sine/gstsinesrc.c (gst_sinesrc_unlock): Actually implement
21820         unlocking.
21821
21822         * gst/tcp/gsttcpclientsink.c (gst_tcpclientsink_base_init):
21823         Actually add the pad template.
21824         (gst_tcpclientsink_get_type): We're a base sink. Woot, works.
21825
21826         * gst/tcp/gsttcpserversrc.c: Go ahead and fix up serversrc while
21827         I'm at it...
21828
21829         * gst/tcp/gsttcpclientsrc.c: Make interruptable -- code stolen
21830         from fdsrc. Get caps in create() instead of start() so it can be
21831         interrupted. Interruption somewhat untested.
21832
21833         * gst/tcp/gsttcp.c (gst_tcp_read_buffer, gst_tcp_socket_read):
21834         Proper EOS handling.
21835
21836 2005-09-27  Andy Wingo  <wingo@pobox.com>
21837
21838         * gst/tcp/gsttcpclientsrc.c: Cleaned up.
21839
21840         * gst/tcp/gsttcpserversrc.c: Cleaned up.
21841
21842         * gst/tcp/gsttcpclientsrc.c: Updated for new gsttcp API.
21843
21844         * gst/tcp/gsttcp.h: 
21845         * gst/tcp/gsttcp.c (gst_tcp_read_buffer): New function, factored
21846         out of tcpclientsrc.c. Cancellable.
21847         (gst_tcp_socket_read): Made private, cancellable, with better
21848         diagnostics. Also the FIONREAD ioctl takes a int*, not a size_t*.
21849         (gst_tcp_gdp_read_buffer): Made cancellable, actually returns the
21850         whole buffer, and better diagnostics.
21851         (gst_tcp_gdp_read_caps): Same.
21852
21853         * gst/sine/gstsinesrc.c (gst_sinesrc_wait): Add the base time.
21854
21855 2005-09-26  Andy Wingo  <wingo@pobox.com>
21856
21857         * gst/sine/gstsinesrc.h:
21858         * gst/sine/gstsinesrc.c: Refactor, remove the table lookup code,
21859         change the 'sync' property to 'is-live' and implement it halfway,
21860         update for controller api change.
21861
21862         * gst/volume/gstvolume.c (volume_transform_ip): Update for
21863         controller api change.
21864
21865 2005-09-24  Wim Taymans  <wim@fluendo.com>
21866
21867         * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
21868         * gst-libs/gst/audio/gstaudiosink.c:
21869         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
21870         (gst_audioringbuffer_stop):
21871         * gst-libs/gst/audio/gstbaseaudiosink.c:
21872         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
21873         (gst_base_audio_sink_change_state):
21874         * gst-libs/gst/audio/gstbaseaudiosink.h:
21875         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop),
21876         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
21877         (gst_ring_buffer_commit), (gst_ring_buffer_read):
21878         * gst-libs/gst/audio/gstringbuffer.h:
21879         Fix sync again. Moved sample alignment to basesink.
21880
21881 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21882
21883         * docs/plugins/Makefile.am:
21884         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
21885         * docs/plugins/gst-plugins-base-plugins-sections.txt:
21886         * gst/volume/gstvolume.c:
21887           add/fix docs
21888         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size):
21889         * gst-libs/gst/audio/audio.h:
21890           add conversion macros for frames <-> clocktime
21891
21892 2005-09-23  David Schleef  <ds@schleef.org>
21893
21894         * gst/audioresample/Makefile.am:
21895         * gst/audioresample/debug.h:
21896         * gst/audioresample/gstaudioresample.c:
21897         * gst/audioresample/resample.c: Convert to using gst debugging
21898
21899 2005-09-22  Wim Taymans  <wim@fluendo.com>
21900
21901         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
21902         (gst_play_bin_send_event):
21903         Only seek on one sink, the first one that succeeds.
21904
21905 2005-09-22  Michael Smith <msmith@fluendo.com>
21906
21907         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
21908         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
21909         Don't flush encoder state unless we have an initialised encoder.
21910         Clear out encoder state on PAUSED_TO_READY.
21911
21912 2005-09-22  Wim Taymans  <wim@fluendo.com>
21913
21914         * gst-libs/gst/rtp/gstbasertppayload.c:
21915         (gst_basertppayload_class_init), (gst_basertppayload_init),
21916         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
21917         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
21918         (gst_basertppayload_is_filled), (gst_basertppayload_push),
21919         (gst_basertppayload_set_property),
21920         (gst_basertppayload_get_property),
21921         (gst_basertppayload_change_state):
21922         * gst-libs/gst/rtp/gstbasertppayload.h:
21923         Added max-ptime to control amount of data in the rtp packets.
21924
21925 2005-09-21  Andy Wingo  <wingo@pobox.com>
21926
21927         * gst/playback/gstplaybasebin.c: Attempt to fix up buffer probe
21928         thingies.
21929
21930         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Dispose
21931         can be called multiple times, dogs.
21932
21933 2005-09-21  Wim Taymans  <wim@fluendo.com>
21934
21935         * gst-libs/gst/rtp/gstbasertppayload.c:
21936         (gst_basertppayload_class_init), (gst_basertppayload_init),
21937         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
21938         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
21939         (gst_basertppayload_push), (gst_basertppayload_get_property),
21940         (gst_basertppayload_change_state):
21941         Allow 0 ssrc too.
21942
21943 2005-09-21  Stefan Kost  <ensonic@users.sf.net>
21944
21945         * docs/libs/compiling.sgml:
21946           fixing typos
21947
21948 2005-09-20  Wim Taymans  <wim@fluendo.com>
21949
21950         * gst-libs/gst/rtp/gstbasertppayload.c:
21951         (gst_basertppayload_class_init), (gst_basertppayload_init),
21952         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
21953         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
21954         (gst_basertppayload_push), (gst_basertppayload_set_property),
21955         (gst_basertppayload_get_property),
21956         (gst_basertppayload_change_state):
21957         * gst-libs/gst/rtp/gstbasertppayload.h:
21958         Added property to configure sequence number offsets.
21959
21960 2005-09-20  Wim Taymans  <wim@fluendo.com>
21961
21962         * gst-libs/gst/rtp/gstbasertppayload.c:
21963         (gst_basertppayload_class_init), (gst_basertppayload_init),
21964         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
21965         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
21966         (gst_basertppayload_push), (gst_basertppayload_set_property),
21967         (gst_basertppayload_get_property),
21968         (gst_basertppayload_change_state):
21969         * gst-libs/gst/rtp/gstbasertppayload.h:
21970         Make timestamp offset configurable.
21971
21972 2005-09-20  Thomas Vander Stichele  <thomas at apestaart dot org>
21973
21974         * check/pipelines/simple_launch_lines.c: (run_pipeline):
21975           fix wrong pop/unref
21976
21977 2005-09-19  Torsten Schoenfeld  <kaffeetisch at gmx dot net>
21978
21979         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
21980
21981         * gst-libs/gst/interfaces/propertyprobe.c:
21982         (gst_property_probe_probe_property_name),
21983         (gst_property_probe_needs_probe_name),
21984         (gst_property_probe_get_values_name),
21985         (gst_property_probe_probe_and_get_values_name):
21986           Fix wrong macro usage; it's G_OBJECT_GET_CLASS(obj) or
21987           G_OBJECT_CLASS(klass), not G_OBJECT_CLASS(obj). (#316571)
21988
21989 2005-09-19  Thomas Vander Stichele  <thomas at apestaart dot org>
21990
21991         * check/Makefile.am:
21992           have some tests be disabled for valgrinding
21993         * check/elements/vorbisdec.c: (cleanup_vorbisdec),
21994         (GST_START_TEST):
21995         * ext/vorbis/vorbisdec.c: (vorbisdec_finalize):
21996           Fix A Leak.  Chain To Parent Finalize.
21997
21998 2005-09-19  Wim Taymans  <wim@fluendo.com>
21999
22000         * examples/seeking/seek.c: (make_wav_pipeline), (main):
22001         Fixed wav pipeline.
22002
22003 2005-09-19  Wim Taymans  <wim@fluendo.com>
22004
22005         * gst-libs/gst/rtp/gstbasertppayload.c:
22006         (gst_basertppayload_class_init), (gst_basertppayload_init),
22007         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
22008         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
22009         (gst_basertppayload_push), (gst_basertppayload_get_property),
22010         (gst_basertppayload_change_state):
22011         Posting ERROR and WARNING messages is good.
22012
22013 2005-09-19  Wim Taymans  <wim@fluendo.com>
22014
22015         * gst-libs/gst/rtp/gstbasertpdepayload.c:
22016         (gst_base_rtp_depayload_add_to_queue),
22017         (gst_base_rtp_depayload_push),
22018         (gst_base_rtp_depayload_set_gst_timestamp),
22019         (gst_base_rtp_depayload_queue_release):
22020         This one was not supposed to go in.
22021
22022 2005-09-19  Wim Taymans  <wim@fluendo.com>
22023
22024         * check/pipelines/simple_launch_lines.c: (run_pipeline):
22025         Fix for bus API.
22026
22027         * gst-libs/gst/rtp/gstbasertpdepayload.c:
22028         (gst_base_rtp_depayload_chain),
22029         (gst_base_rtp_depayload_add_to_queue),
22030         (gst_base_rtp_depayload_push),
22031         (gst_base_rtp_depayload_set_gst_timestamp),
22032         (gst_base_rtp_depayload_queue_release):
22033         Some cleanups.
22034
22035         * gst-libs/gst/rtp/gstbasertppayload.c:
22036         (gst_basertppayload_class_init), (gst_basertppayload_init),
22037         (gst_basertppayload_setcaps), (gst_basertppayload_set_options),
22038         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
22039         (gst_basertppayload_get_property),
22040         (gst_basertppayload_change_state):
22041         Added debugging category.
22042
22043 2005-09-18  David Schleef  <ds@schleef.org>
22044
22045         * gst/playback/gstdecodebin.c: free plugin list correctly
22046         * gst/playback/gstplaybin.c: emit warning if autovideosink
22047           and autoaudiosink can't be found (instead of segfaulting)
22048
22049 2005-09-17  Thomas Vander Stichele  <thomas at apestaart dot org>
22050
22051         * check/elements/audioconvert.c: (GST_START_TEST):
22052           try out 24 bit conversion
22053
22054 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
22055
22056         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
22057         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
22058         (gst_vorbisenc_output_buffers), (gst_vorbisenc_change_state):
22059         * ext/vorbis/vorbisenc.h:
22060           Fix EOS handling.  Still needs a fix in the ogg muxer to
22061           mark the last page as eos.
22062
22063 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
22064
22065         * common/gtk-doc-plugins.mak:
22066         * docs/plugins/Makefile.am:
22067         * docs/plugins/gst-plugins-base-plugins-sections.txt:
22068         * gst/ffmpegcolorspace/Makefile.am:
22069         * gst/ffmpegcolorspace/avcodec.h:
22070         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22071         * gst/tcp/gstmultifdsink.c:
22072           fix up ffmpegcolorspace docs; extract header
22073
22074 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
22075
22076         * common/gtk-doc-plugins.mak:
22077         * docs/plugins/Makefile.am:
22078         * docs/plugins/gst-plugins-base-plugins-sections.txt:
22079         * ext/theora/Makefile.am:
22080         * ext/theora/gsttheoraenc.h:
22081         * ext/theora/theoraenc.c:
22082         * ext/vorbis/vorbisenc.c:
22083           pick up signals and args for vorbis; add some docs for vorbis
22084
22085 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
22086
22087         * common/gstdoc-scangobj:
22088         * common/gtk-doc-plugins.mak:
22089         * docs/libs/Makefile.am:
22090         * docs/plugins/gst-plugins-base-plugins.args:
22091         * docs/plugins/gst-plugins-base-plugins.hierarchy:
22092         * docs/plugins/gst-plugins-base-plugins.interfaces:
22093         * docs/plugins/gst-plugins-base-plugins.prerequisites:
22094         * docs/plugins/gst-plugins-base-plugins.signals:
22095           only scanobj stuff from our source module.  Not sure yet
22096           if that's correct, given the hierarchy stuff :)
22097
22098 2005-09-15  Wim Taymans  <wim@fluendo.com>
22099
22100         * gst/audioconvert/gstaudioconvert.c:
22101         And enable 24 bits mode as well..
22102
22103 2005-09-15  Wim Taymans  <wim@fluendo.com>
22104
22105         * gst-libs/gst/rtp/Makefile.am:
22106         * gst-libs/gst/rtp/gstbasertppayload.c:
22107         (gst_basertppayload_get_type), (gst_basertppayload_base_init),
22108         (gst_basertppayload_class_init), (gst_basertppayload_init),
22109         (gst_basertppayload_finalize), (gst_basertppayload_setcaps),
22110         (gst_basertppayload_chain), (gst_basertppayload_set_options),
22111         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
22112         (gst_basertppayload_set_property),
22113         (gst_basertppayload_get_property),
22114         (gst_basertppayload_change_state):
22115         * gst-libs/gst/rtp/gstbasertppayload.h:
22116         Added rtp payloader base class.
22117
22118 2005-09-15  Andy Wingo  <wingo@pobox.com>
22119
22120         * configure.ac (plugindir): Remove the EOL matcher from the
22121         regexp, as it causes me problems. Libtool? Make? Who knows?
22122
22123 2005-09-14  David Schleef  <ds@schleef.org>
22124
22125         * check/generic/states.c: 
22126         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
22127         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
22128           Fixes for changes in registry API.
22129
22130         * configure.ac: Only export gst_plugins_desc.  Add -no-undefined
22131           to GST_PLUGIN_LDFLAGS.
22132         * ext/libvisual/visual.c: Make the library shut up.
22133         * gst-libs/gst/audio/audio.c: Don't define a plugin in a library.
22134         * gst-libs/gst/audio/gstaudiofilter.c: same
22135
22136 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
22137
22138         * docs/plugins/Makefile.am:
22139         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
22140         * docs/plugins/inspect/plugin-libvisual.xml:
22141         * docs/plugins/tmpl/element-tcpserversink.sgml:
22142         * ext/theora/theoraenc.c:
22143           add libvisual plugin and theoraenc element to docs
22144
22145 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
22146
22147         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
22148         * docs/plugins/gst-plugins-base-plugins-sections.txt:
22149         * ext/theora/theoraenc.c:
22150           add theoraenc
22151
22152 2005-09-13  Tim-Philipp Müller  <tim at centricular dot net>
22153
22154         * gst/audioconvert/Makefile.am:
22155           Audioconvert derives from GstBaseTransform and should
22156           link to the library with our base elements to avoid
22157           unresolved symbols. Makes things work with MinGW (#316160)
22158
22159         * gst/playback/test4.c: (main):
22160           Fix MinGW build problem and use g_usleep() instead of 
22161           sleep() (#316162)
22162
22163 2005-09-12  Wim Taymans  <wim@fluendo.com>
22164
22165         * gst/audioconvert/audioconvert.c: (float),
22166         (audio_convert_prepare_context), (audio_convert_convert):
22167         * gst/audioconvert/audioconvert.h:
22168         Cleanups, speedups, simplifications, added back support
22169         for 24 bits.
22170
22171 2005-09-11  Thomas Vander Stichele  <thomas at apestaart dot org>
22172
22173         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
22174         * docs/plugins/gst-plugins-base-plugins-sections.txt:
22175         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
22176         * docs/plugins/tmpl/element-tcpserversink.sgml:
22177         * gst/ffmpegcolorspace/gstffmpeg.c:
22178         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22179         * gst/videotestsrc/gstvideotestsrc.c:
22180         * gst/volume/gstvolume.c:
22181           add more elements to the docs
22182
22183 2005-09-09  Jan Schmidt  <thaytan@mad.scientist.com>
22184
22185         * check/Makefile.am:
22186         * check/pipelines/simple_launch_lines.c: (setup_pipeline),
22187         (run_pipeline), (GST_START_TEST), (simple_launch_lines_suite):
22188           Add extra tests for basetransform based components. 
22189           Comment out the test_element_negotiation test until we decide
22190           if it's testing correct behaviour.
22191         * ext/libvisual/visual.c: (gst_visual_init), (get_buffer),
22192         (gst_visual_chain), (gst_visual_change_state):
22193           Slightly more correct but still bogus timestamping.
22194           Fix state change function.
22195         * gst/audioconvert/gstaudioconvert.c:
22196         (gst_audio_convert_class_init):
22197         * gst/audioresample/gstaudioresample.c:
22198         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22199         (gst_ffmpegcsp_class_init):
22200         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
22201         (gst_videoscale_prepare_size), (gst_videoscale_set_caps),
22202         (gst_videoscale_prepare_image):
22203         * gst/volume/gstvolume.c: (gst_volume_class_init),
22204         (volume_transform_ip):
22205           Basetransform updates. Enable passthrough modes.
22206         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
22207         (gst_ximagesink_renegotiate_size), (gst_ximagesink_xcontext_get),
22208         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
22209           Negotiation fix that allows the window to return to the original
22210           size and renegotiate passthrough upstream. Extra debug output.
22211
22212 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
22213
22214         * gst/sine/gstsinesrc.c:
22215         * gst/volume/gstvolume.c:
22216           fix up header include
22217
22218 2005-09-09  Stefan Kost  <ensonic@users.sf.net>
22219
22220         * gst-libs/gst/audio/gstbaseaudiosink.c:
22221         (gst_base_audio_sink_render):
22222         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit):
22223         * gst/volume/gstvolume.c: (gst_volume_class_init),
22224         (volume_transform):
22225           fixing lost sync, some more debugging
22226
22227 2005-09-08  Jan Schmidt  <thaytan@mad.scientist.com>
22228
22229         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
22230         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_xcontext_get):
22231         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
22232         (gst_xvimagesink_check_xshm_calls):
22233           Fix compilation when XShm is not available.
22234
22235 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
22236
22237         * ext/libvisual/visual.c: (gst_visual_dispose),
22238         (gst_visual_getcaps), (gst_visual_src_setcaps),
22239         (gst_visual_sink_setcaps), (get_buffer), (gst_visual_chain),
22240         (gst_visual_change_state):
22241           Finish fixing up libvisual plugin so that it runs. 
22242
22243 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
22244
22245         * ext/vorbis/vorbisenc.c:
22246         * gst-libs/gst/tag/gstvorbistag.c:
22247           gsttaginterface.h -> gsttagsetter.h
22248
22249 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
22250
22251         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
22252           added another test that failes for me (test is not active by default)
22253
22254 2005-09-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22255
22256         * configure.ac:
22257           v4l2 is no longer in gst-plugins-base
22258
22259 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
22260
22261         * configure.ac:
22262           In the output at the end, don't show the first plugin on the same
22263           line as "Core plug-ins, always built:".
22264           Indent the output as for other plugin categories
22265         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
22266           #define that can be used to not use peer buffer_alloc functions for
22267           test purposes.
22268         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
22269         (gst_ximage_buffer_get_type), (gst_ximagesink_ximage_new),
22270         (gst_ximagesink_show_frame):
22271         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
22272         (gst_xvimage_buffer_get_type), (gst_xvimagesink_setcaps),
22273         (gst_xvimagesink_show_frame):
22274           Error case handling fixes. gst-launch fakesrc ! x[v]imagesink now
22275           fails gracefully instead of XError aborting or deadlocking.
22276
22277 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
22278
22279         * ext/libvisual/Makefile.am:
22280           link against gst-base-libs
22281
22282 2005-09-06  David Schleef  <ds@schleef.org>
22283
22284         * configure.ac: Enable libvisual plugin.
22285         * ext/libvisual/Makefile.am:
22286         * ext/libvisual/visual.c: Fixes to make it compile.
22287
22288 === release 0.9.2 ===
22289
22290 2005-09-06  Thomas Vander Stichele  <thomas at apestaart dot org>
22291
22292         * NEWS:
22293         * RELEASE:
22294         * configure.ac:
22295         * docs/random/ChangeLog-0.8:
22296           releasing 0.9.2, "Spoon"
22297
22298 2005-09-05  Michael Smith <msmith@fluendo.com>
22299
22300         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
22301           libvorbis accepts quality as low as -0.1, not just 0.0. So accept
22302           that in the vorbisenc element.
22303
22304 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
22305
22306         * common/gtk-doc-plugins.mak:
22307         * docs/plugins/Makefile.am:
22308           fix distcheck
22309         * gst/audioresample/resample.c:
22310           fix wrong docstring
22311
22312 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
22313
22314         * common/gst-xmlinspect.py:
22315         * common/gtk-doc-plugins.mak:
22316           only inspect plugins for this given package
22317           require gst-python 0.9
22318
22319 2005-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
22320
22321         * Makefile.am:
22322         * autogen.sh:
22323         * common/gst-xmlinspect.py:
22324         * configure.ac:
22325         * docs/Makefile.am:
22326         * docs/plugins/inspect/plugin-alsa.xml:
22327         * docs/plugins/inspect/plugin-audioresample.xml:
22328         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
22329         * docs/plugins/inspect/plugin-ogg.xml:
22330         * docs/plugins/tmpl/element-gnomevfssink.sgml:
22331         * docs/plugins/tmpl/element-multifdsink.sgml:
22332         * docs/plugins/tmpl/element-tcpserversink.sgml:
22333         * docs/plugins/tmpl/element-vorbisenc.sgml:
22334         * gst-plugins-base.spec.in:
22335           various doc-related updates
22336
22337 2005-08-31  Wim Taymans  <wim@fluendo.com>
22338
22339         * gst-libs/gst/audio/gstbaseaudiosink.c:
22340         (gst_base_audio_sink_render):
22341         Resync if the buffer timestamps drift more than a 10th 
22342         of a second.
22343
22344 2005-08-31  Tim-Philipp Müller  <tim at centricular dot net>
22345
22346         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_property),
22347         (gst_v4lsrc_get_property):
22348           The 'timestamp-offset' property is registered as an int64, so
22349           let's use g_value_{set|get}_int64() in our setter and getter
22350           functions (makes it work and fixes warnings with gst-inspect).
22351
22352 2005-08-30  Wim Taymans  <wim@fluendo.com>
22353
22354         * check/elements/audioconvert.c: (setup_audioconvert):
22355         * check/elements/audioresample.c: (setup_audioresample):
22356         * check/elements/volume.c: (setup_volume):
22357         Fix checks.
22358
22359 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
22360
22361         * common/gtk-doc-plugins.mak:
22362         * common/plugins.xsl:
22363         * docs/plugins/Makefile.am:
22364           make module a param
22365
22366 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
22367
22368         * examples/seeking/seek.c: (make_mp3_pipeline),
22369         (make_mpeg_pipeline), (seek_cb), (start_seek), (stop_seek),
22370         (play_cb), (pause_cb), (stop_cb):
22371           update the example
22372
22373 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
22374
22375         * gst/volume/gstvolume.c: (gst_volume_class_init),
22376         (volume_transform):
22377           do not update controlled params, if buffer has no timestamp
22378
22379 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
22380
22381         * configure.ac:
22382         * gst/sine/Makefile.am:
22383         * gst/volume/Makefile.am:
22384           controllerized elements also need to link against controller-libs ;)
22385
22386 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
22387
22388         * docs/libs/tmpl/gstcolorbalance.sgml:
22389         * docs/libs/tmpl/gstgconf.sgml:
22390         * docs/libs/tmpl/gstmixer.sgml:
22391         * docs/libs/tmpl/gstringbuffer.sgml:
22392         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
22393         (gst_sinesrc_create):
22394         * gst/volume/gstvolume.c: (gst_volume_class_init),
22395         (volume_transform):
22396           controllerized two audio plugins
22397
22398 2005-08-29  Andy Wingo  <wingo@pobox.com>
22399
22400         * ext/vorbis/vorbisdec.c (vorbis_dec_convert, vorbis_dec_push) 
22401         (vorbis_handle_data_packet): Fix some int overflow errors.
22402
22403         * ext/ogg/gstoggdemux.c (gst_ogg_demux_init): Init total_time to
22404         -1.
22405         (gst_ogg_demux_perform_seek): Clamp segment_stop only if it's
22406         valid.
22407         (gst_ogg_pad_submit_packet): Subtract the chain's begin_time only
22408         if it's valid. Fixed streaming-mode playback.
22409
22410         * check/elements/volume.c (cleanup_volume): Fix for running
22411         CK_FORK=no.
22412
22413         * check/elements/audioconvert.c: Convert from native endian, not
22414         little endian.
22415
22416 2005-08-29  Michael Smith <msmith@fluendo.com>
22417
22418         * ext/ogg/Makefile.am:
22419         * ext/ogg/gstogg.c: (plugin_init):
22420         * ext/ogg/gstoggparse.c: (gst_ogg_parse_get_type), (free_stream),
22421         (gst_ogg_parse_delete_all_streams), (gst_ogg_parse_new_stream),
22422         (gst_ogg_parse_find_stream), (gst_ogg_parse_base_init),
22423         (gst_ogg_parse_class_init), (gst_ogg_parse_init),
22424         (gst_ogg_parse_dispose), (gst_ogg_parse_submit_buffer),
22425         (gst_ogg_parse_append_header), (gst_ogg_parse_is_header),
22426         (gst_ogg_parse_buffer_from_page), (gst_ogg_parse_chain),
22427         (gst_ogg_parse_change_state), (gst_ogg_parse_plugin_init):
22428         Add an ogg parser element.
22429
22430 2005-08-28  Andy Wingo  <wingo@pobox.com>
22431
22432         * Updates for two-arg init from GST_BOILERPLATE_FULL.
22433
22434 2005-08-26  Wim Taymans  <wim@fluendo.com>
22435
22436         * gst/audioconvert/audioconvert.c: (if), (float),
22437         (audio_convert_get_func_index), (check_default),
22438         (audio_convert_clean_fmt), (audio_convert_prepare_context),
22439         (audio_convert_clean_context), (audio_convert_get_sizes),
22440         (audio_convert_convert):
22441         Cleanups.
22442
22443 2005-08-26  Wim Taymans  <wim@fluendo.com>
22444
22445         * gst/audioconvert/audioconvert.c: (if), (float),
22446         (audio_convert_get_func_index), (check_default),
22447         (audio_convert_clean_fmt), (audio_convert_prepare_context),
22448         (audio_convert_clean_context), (audio_convert_get_sizes),
22449         (audio_convert_convert):
22450         More elegant and working temp buffer selection algo.
22451
22452 2005-08-26  Wim Taymans  <wim@fluendo.com>
22453
22454         * gst/audioconvert/audioconvert.c: (if), (float),
22455         (audio_convert_get_func_index), (check_default),
22456         (audio_convert_clean_fmt), (audio_convert_prepare_context),
22457         (audio_convert_clean_context), (audio_convert_get_sizes),
22458         (get_temp_buffer), (audio_convert_convert):
22459         Use realloc else we lose our original data.
22460
22461 2005-08-26  Thomas Vander Stichele  <thomas at apestaart dot org>
22462
22463         * gst/audioresample/gstaudioresample.c:
22464           use base class' newsegment to properly timestamp
22465
22466 2005-08-26  Wim Taymans  <wim@fluendo.com>
22467
22468         * gst/audioconvert/audioconvert.c: (if), (float),
22469         (audio_convert_get_func_index), (check_default),
22470         (audio_convert_clean_fmt), (audio_convert_prepare_context),
22471         (audio_convert_clean_context), (audio_convert_get_sizes),
22472         (get_temp_buffer), (audio_convert_convert):
22473         * gst/audioconvert/gstaudioconvert.c:
22474         (gst_audio_convert_parse_caps), (gst_audio_convert_get_unit_size),
22475         (gst_audio_convert_transform_caps),
22476         (gst_audio_convert_fixate_caps), (gst_audio_convert_transform):
22477         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_mix):
22478         Oops, allocate enough space to perform the channel mix.
22479
22480 2005-08-26  Wim Taymans  <wim@fluendo.com>
22481
22482         * gst/audioconvert/Makefile.am:
22483         * gst/audioconvert/audioconvert.c: (if), (float),
22484         (audio_convert_get_func_index), (check_default),
22485         (audio_convert_clean_fmt), (audio_convert_prepare_context),
22486         (audio_convert_clean_context), (audio_convert_get_sizes),
22487         (get_temp_buffer), (audio_convert_convert):
22488         * gst/audioconvert/audioconvert.h:
22489         * gst/audioconvert/gstaudioconvert.c:
22490         (gst_audio_convert_class_init), (gst_audio_convert_init),
22491         (gst_audio_convert_dispose), (gst_audio_convert_parse_caps),
22492         (gst_audio_convert_get_unit_size),
22493         (gst_audio_convert_transform_caps),
22494         (gst_audio_convert_fixate_caps), (gst_audio_convert_set_caps),
22495         (gst_audio_convert_transform_ip), (gst_audio_convert_transform):
22496         * gst/audioconvert/gstaudioconvert.h:
22497         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
22498         (gst_channel_mix_fill_identical),
22499         (gst_channel_mix_fill_compatible), (gst_channel_mix_detect_pos),
22500         (gst_channel_mix_fill_one_other), (gst_channel_mix_fill_others),
22501         (gst_channel_mix_fill_normalize), (gst_channel_mix_fill_matrix),
22502         (gst_channel_mix_setup_matrix), (gst_channel_mix_passthrough),
22503         (gst_channel_mix_mix):
22504         * gst/audioconvert/gstchannelmix.h:
22505         Cleanups, librarify a bit, optimize, better negotiation and more.
22506
22507 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
22508
22509         * ext/ogg/gstoggdemux.c: (ogg_find_peek):
22510         Another from MikeS:
22511         During typefinding, don't support negative offsets
22512         (offsets from the end of the stream) in our typefind->peek() function
22513         - nothing embedded in ogg ever needs them. However, we need to recognise
22514         those requests and reject them, otherwise we return invalid pointers.
22515
22516 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
22517
22518         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
22519         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
22520         (vorbisdec_finalize), (vorbis_handle_type_packet):
22521           Big shout-out to MikeS for fixing this giant memory leak.
22522           Huzzah!
22523
22524 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
22525
22526         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose),
22527         (audio_convert_get_unit_size):
22528           plug some leaks
22529
22530 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
22531
22532         * check/Makefile.am:
22533         * check/elements/audioconvert.c: (setup_audioconvert),
22534         (cleanup_audioconvert), (get_int_caps), (verify_convert),
22535         (GST_START_TEST), (audioconvert_suite), (main):
22536           add a test for audioconvert
22537         * gst/audioresample/gstaudioresample.c:
22538         * gst/audioresample/gstaudioresample.h:
22539           set DURATION so that TIMESTAMP(a) + DURATION(a) == TIMESTAMP(b);
22540           note that for buffers of 1/3 sec this means DURATION(c) is 
22541           one nanosecond more than for a and b
22542
22543 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
22544
22545         * check/Makefile.am:
22546         * check/elements/audioresample.c: (setup_audioresample),
22547         (cleanup_audioresample), (fail_unless_perfect_stream),
22548         (test_perfect_stream_instance), (GST_START_TEST),
22549           add a check for audioresample
22550         (audioresample_suite), (main):
22551         * check/elements/volume.c: (GST_START_TEST):
22552           remove unused method
22553         * gst/audioresample/gstaudioresample.c:
22554           set correct buffer parameters since we're changing them
22555         * gst/audioresample/resample_ref.c: (resample_scale_ref):
22556           add some debug
22557
22558 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
22559
22560         * gst/audioresample/debug.c:
22561         * gst/audioresample/gstaudioresample.c:
22562           add room for extra overlap samples when asked to transform size
22563           protect against possible mem corruption and check for discrepancies
22564           between written size and outbuffer's size so we can warn for
22565           potential problems
22566         * gst/audioresample/resample.c: (resample_init),
22567         (resample_get_output_size_for_input), (resample_get_output_size),
22568         (resample_set_n_channels), (resample_set_format):
22569           set debug level based on RESAMPLE_DEBUG env var
22570           make sure that get_output_size* returns a whole number of
22571           sample_size
22572           set sample_size each time either channel or format is set
22573         * gst/audioresample/resample_chunk.c: (resample_scale_chunk):
22574         * gst/audioresample/resample_functable.c:
22575         (resample_scale_functable):
22576         * gst/audioresample/resample_ref.c: (resample_scale_ref):
22577           remove r->sample_size, it's done in resample.c now
22578           add some debugging to the ref implementation
22579           make sure we only give back bytes that are wholes of the sample
22580           size
22581
22582 2005-08-25  Jan Schmidt  <thaytan@mad.scientist.com>
22583         * gst/playback/gstplaybasebin.c: (fill_buffer):
22584         Revert unpopular change for GST_MESSAGE_SRC to GObject.
22585
22586 2005-08-25  Stefan Kost  <ensonic@users.sf.net>
22587
22588         * gst/volume/gstvolume.c:
22589           made set_caps function static
22590
22591 2005-08-24  Wim Taymans  <wim@fluendo.com>
22592
22593         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
22594         (gst_vorbisenc_change_state):
22595         Stop leaking taglists.
22596
22597 2005-08-24  Wim Taymans  <wim@fluendo.com>
22598
22599         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
22600         (gst_ogg_pad_event), (gst_ogg_demux_factory_filter),
22601         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new),
22602         (gst_ogg_demux_init), (gst_ogg_demux_perform_seek),
22603         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
22604         (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
22605         Parse seeking events better.
22606         Unref static caps.
22607         Generate correct newsegment events, fixes seeking in live oggs.
22608
22609         * ext/theora/theoradec.c: (theora_dec_src_query),
22610         (theora_dec_src_event), (theora_dec_src_getcaps),
22611         (theora_dec_sink_event), (theora_dec_push), (theora_dec_chain):
22612         Use newsegment values to report correct play time.
22613
22614         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
22615         (vorbis_dec_src_event), (vorbis_dec_sink_event):
22616         * ext/vorbis/vorbisdec.h:
22617         Parse and use newsegment values to report correct play time.
22618
22619         * gst-libs/gst/audio/gstbaseaudiosink.c:
22620         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
22621         Clear ringbuffer on flush.
22622         Use newsegment values to calculate playback time.
22623
22624         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
22625         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
22626         Basesink does newsegment calculations for us now.
22627
22628 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
22629
22630         * check/Makefile.am:
22631         * configure.ac:
22632           add core's plugins to the mix so that playbin works
22633         * check/generic/states.c: (GST_START_TEST):
22634           set a 0 timeout on pipelines, so they don't force the next
22635           state change
22636         * gst/playback/gstplaybasebin.c: (setup_source), (prepare_output),
22637         (gst_play_base_bin_change_state):
22638           remove the crappy error handling and do GST error handling
22639
22640 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
22641
22642         * check/Makefile.am:
22643         * check/generic/states.c: (GST_START_TEST), (states_suite), (main):
22644           add same test as to core, it bitches out on playbin atm.
22645
22646 2005-08-24  Wim Taymans  <wim@fluendo.com>
22647
22648         * configure.ac:
22649         Remove audioscale.
22650
22651 2005-08-24  Wim Taymans  <wim@fluendo.com>
22652
22653         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
22654         (gst_videoscale_prepare_size), (parse_caps),
22655         (gst_videoscale_set_caps), (gst_videoscale_get_size),
22656         (gst_videoscale_prepare_image), (gst_videoscale_transform_ip),
22657         (gst_videoscale_transform):
22658         * gst/videoscale/gstvideoscale.h:
22659         Refactor, make use of BaseTranform really well.
22660
22661 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
22662
22663         * configure.ac:
22664           compile audioresample
22665         * gst/audioresample/Makefile.am:
22666         * gst/audioresample/buffer.c:
22667         * gst/audioresample/functable.c:
22668         * gst/audioresample/gstaudioresample.c:
22669         * gst/audioresample/gstaudioresample.h:
22670         * gst/audioresample/resample.c:
22671         (resample_get_output_size_for_input):
22672         * gst/audioresample/resample.h:
22673         * gst/audioresample/resample_chunk.c:
22674         * gst/audioresample/resample_functable.c:
22675         * gst/audioresample/resample_ref.c:
22676           port to use basetransform; doesn't work in all cases yet
22677
22678 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
22679
22680         * gst/audioconvert/gstaudioconvert.c:
22681         (gst_audio_convert_class_init), (gst_audio_convert_init),
22682         (audio_convert_get_unit_size), (audio_convert_transform_caps),
22683         (audio_convert_fixate_caps), (audio_convert_set_caps),
22684         (audio_convert_transform),
22685         (gst_audio_convert_buffer_to_default_format),
22686         (gst_audio_convert_buffer_from_default_format),
22687         (gst_audio_convert_channels):
22688         * gst/audioconvert/gstchannelmix.c:
22689         * gst/audioconvert/gstchannelmix.h:
22690           port to basetransform
22691         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22692         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_class_init),
22693         (gst_ffmpegcsp_get_unit_size):
22694         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
22695         (gst_videoscale_transform_caps), (gst_videoscale_get_unit_size):
22696           fix for basetransform changes
22697
22698 2005-08-24  Jan Schmidt  <thaytan@mad.scientist.com>
22699
22700         * check/Makefile.am:
22701           Add CHECK_CFLAGS and LDFLAGS
22702
22703         * gst/playback/gstplaybasebin.c: (fill_buffer):
22704           GST_MESSAGE_SRC became a GObject
22705
22706 2005-08-24  Wim Taymans  <wim@fluendo.com>
22707
22708         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_set_sample),
22709         (gst_ring_buffer_clear_all):
22710         * gst-libs/gst/audio/gstringbuffer.h:
22711         Added function to clear the ringbuffer.
22712
22713 2005-08-24  Andy Wingo  <wingo@pobox.com>
22714
22715         * sys/v4l/gstv4lelement.c (gst_v4lelement_start) 
22716         (gst_v4lelement_stop): Call _start and _stop for xoverlay instead
22717         of _open and _close.
22718
22719         * sys/v4l/gstv4lxoverlay.h:
22720         * sys/v4l/gstv4lxoverlay.c (gst_v4l_xoverlay_set_xwindow_id): Open
22721         an Xv connection here, instead of all the time. Make Xv only be
22722         loaded if you axe for it. Kindof a workaround for buggy behaviour
22723         of Xv when using remote xservers (XvQueryExtension would block).
22724         (gst_v4l_xoverlay_stop, gst_v4l_xoverlay_start): New functions,
22725         replace the _open and _close public API. Only start the xv
22726         connection if necessary.
22727         (gst_v4l_xoverlay_open, gst_v4l_xoverlay_close): Made static.
22728
22729 2005-08-23  David Schleef  <ds@schleef.org>
22730
22731         * gst/audioresample/Makefile.am: Leet audioresampling code
22732         * gst/audioresample/buffer.c:
22733         * gst/audioresample/buffer.h:
22734         * gst/audioresample/debug.c:
22735         * gst/audioresample/debug.h:
22736         * gst/audioresample/functable.c:
22737         * gst/audioresample/functable.h:
22738         * gst/audioresample/gstaudioresample.c:
22739         * gst/audioresample/gstaudioresample.h:
22740         * gst/audioresample/resample.c:
22741         * gst/audioresample/resample.h:
22742         * gst/audioresample/resample_chunk.c:
22743         * gst/audioresample/resample_functable.c:
22744         * gst/audioresample/resample_ref.c:
22745
22746 2005-08-23  Wim Taymans  <wim@fluendo.com>
22747
22748         * examples/seeking/seek.c: (make_vorbis_pipeline),
22749         (make_theora_pipeline), (make_vorbis_theora_pipeline), (do_seek):
22750         Small seek updates.
22751
22752 2005-08-23  Andy Wingo  <wingo@pobox.com>
22753
22754         * gst-libs/gst/audio/gstbaseaudiosrc.c
22755         (gst_base_audio_src_fixate): Only fixate endianness if it is
22756         present in the caps.
22757
22758 2005-08-22  Andy Wingo  <wingo@pobox.com>
22759
22760         * ext/alsa/gstalsasink.c (gst_alsasink_get_property): 
22761         * ext/alsa/gstalsasrc.c (gst_alsasrc_get_property): Add a
22762         device-name property.
22763
22764         * gst-libs/gst/audio/gstaudiosrc.h:
22765         * gst-libs/gst/audio/gstaudiosrc.c: Implement open_device and
22766         close_device in the ring buffer, like gstaudiosink.
22767
22768         * ext/alsa/gstalsamixer.h:
22769         * ext/alsa/gstalsamixer.c: Not a GObject any more. Include a nifty
22770         macro to implement the interface without much code. Cleanups. 
22771
22772         * ext/alsa/gstalsasrc.h:
22773         * ext/alsa/gstalsasrc.c: Be a mixer. Open device and mixer in
22774         READY.
22775
22776         * ext/alsa/Makefile.am: Add new files.
22777         * ext/alsa/gstalsamixerelement.c: 
22778         * ext/alsa/gstalsamixerelement.c: Split element code out from
22779         mixer code so that alsasrc can be a mixer too.
22780
22781 2005-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
22782
22783         * check/elements/volume.c: (setup_volume), (cleanup_volume),
22784         (GST_START_TEST):
22785         * check/elements/vorbisdec.c: (setup_vorbisdec),
22786         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite):
22787         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
22788         (vorbis_handle_identification_packet),
22789         (vorbis_handle_comment_packet), (vorbis_handle_type_packet),
22790         (vorbis_handle_header_packet), (vorbis_dec_push),
22791         (vorbis_dec_chain):
22792           use the setup/teardown methods to save code.  save code is good.
22793
22794 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
22795
22796         * check/Makefile.am:
22797           add ext dir for plugins
22798           add vorbisdec test conditionally
22799         * check/elements/volume.c: (setup_volume), (cleanup_volume),
22800         (GST_START_TEST), (volume_suite):
22801           add a test with wrong caps
22802         * check/elements/vorbisdec.c: (chain_func), (setup_vorbisdec),
22803         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite), (main):
22804           add a vorbisdec test
22805         * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream),
22806         (gst_ogg_demux_chain), (gst_ogg_demux_loop):
22807           clean up debug output
22808         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
22809           yay, fix a segfault/security issue in vorbisdec
22810           gst-launch fakesrc ! vorbisdec wasn't happy
22811         * ext/vorbis/vorbisenc.c: (vorbisenc_get_type),
22812         (gst_vorbisenc_class_init), (gst_vorbisenc_sink_setcaps),
22813         (gst_vorbisenc_convert_src), (gst_vorbisenc_convert_sink),
22814         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
22815         (gst_vorbisenc_init), (gst_vorbisenc_metadata_set1),
22816         (gst_vorbisenc_set_metadata), (get_constraints_string),
22817         (update_start_message), (gst_vorbisenc_setup),
22818         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
22819         (gst_vorbisenc_push_packet), (gst_vorbisenc_sink_event),
22820         (gst_vorbisenc_chain), (gst_vorbisenc_get_property),
22821         (gst_vorbisenc_set_property), (gst_vorbisenc_change_state):
22822         * ext/vorbis/vorbisenc.h:
22823           march in line
22824         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22825         (gst_ffmpegcsp_transform):
22826           have the kow come home
22827         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
22828           debug my func ptr
22829         * gst/volume/gstvolume.c: (volume_set_caps):
22830           add a debug
22831
22832 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
22833
22834         * Makefile.am:
22835         * check/.cvsignore:
22836         * check/Makefile.am:
22837         * check/elements/.cvsignore:
22838         * check/elements/volume.c: (chain_func), (event_func),
22839         (setup_volume), (cleanup_volume), (GST_START_TEST), (volume_suite),
22840         (main):
22841         * configure.ac:
22842           add unit test structure for gst-plugins-base
22843           add a test for volume
22844         * gst/volume/gstvolume.c: (gst_volume_list_tracks),
22845         (gst_volume_set_volume), (gst_volume_get_volume),
22846         (gst_volume_set_mute), (gst_volume_class_init), (gst_volume_init),
22847         (volume_funcfind), (volume_process_float), (volume_process_int16),
22848         (volume_set_caps), (volume_transform), (volume_update_mute),
22849         (volume_update_volume), (volume_set_property),
22850         (volume_get_property):
22851           document a little; use basetransform vmethod _set_caps
22852
22853 2005-08-19  Andy Wingo  <wingo@pobox.com>
22854
22855         * ext/alsa/gstalsamixertrack.h:
22856         * ext/alsa/gstalsamixertrack.c:
22857         * ext/alsa/gstalsamixeroptions.h:
22858         * ext/alsa/gstalsamixeroptions.c:
22859         * ext/alsa/gstalsamixer.h:
22860         * ext/alsa/gstalsamixer.c: Port to 0.9.
22861
22862         * ext/alsa/Makefile.am: Build mixer, mixeroptions, mixertracks.
22863         Remove gstalsa.c and alsaclock. No more cruft here.
22864         
22865 2005-08-18  Wim Taymans  <wim@fluendo.com>
22866
22867         * gst-libs/gst/rtp/gstbasertpdepayload.c:
22868         (gst_base_rtp_depayload_chain),
22869         (gst_base_rtp_depayload_add_to_queue),
22870         (gst_base_rtp_depayload_push),
22871         (gst_base_rtp_depayload_queue_release):
22872         * gst-libs/gst/rtp/gstbasertpdepayload.h:
22873         Fix for RTPBuffer changes.
22874
22875         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtpbuffer_allocate_data),
22876         (gst_rtpbuffer_new_take_data), (gst_rtpbuffer_new_copy_data),
22877         (gst_rtpbuffer_new_allocate), (gst_rtpbuffer_new_allocate_len),
22878         (gst_rtpbuffer_calc_header_len), (gst_rtpbuffer_calc_packet_len),
22879         (gst_rtpbuffer_calc_payload_len), (gst_rtpbuffer_validate_data),
22880         (gst_rtpbuffer_validate), (gst_rtpbuffer_set_packet_len),
22881         (gst_rtpbuffer_get_packet_len), (gst_rtpbuffer_get_version),
22882         (gst_rtpbuffer_set_version), (gst_rtpbuffer_get_padding),
22883         (gst_rtpbuffer_set_padding), (gst_rtpbuffer_pad_to),
22884         (gst_rtpbuffer_get_extension), (gst_rtpbuffer_set_extension),
22885         (gst_rtpbuffer_get_ssrc), (gst_rtpbuffer_set_ssrc),
22886         (gst_rtpbuffer_get_csrc_count), (gst_rtpbuffer_get_csrc),
22887         (gst_rtpbuffer_set_csrc), (gst_rtpbuffer_get_marker),
22888         (gst_rtpbuffer_set_marker), (gst_rtpbuffer_get_payload_type),
22889         (gst_rtpbuffer_set_payload_type), (gst_rtpbuffer_get_seq),
22890         (gst_rtpbuffer_set_seq), (gst_rtpbuffer_get_timestamp),
22891         (gst_rtpbuffer_set_timestamp), (gst_rtpbuffer_get_payload_len),
22892         (gst_rtpbuffer_get_payload):
22893         * gst-libs/gst/rtp/gstrtpbuffer.h:
22894         Don't subclass GstBuffer but add methods and helper functions
22895         to construct and manipulate RTP packets in regular GstBuffers.
22896
22897 2005-08-18  Stefan Kost  <ensonic@users.sf.net>
22898
22899         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
22900           moved statement below switch
22901         * gst/volume/gstvolume.c: (gst_volume_class_init):
22902           added debug ptr
22903
22904 2005-08-16  Wim Taymans  <wim@fluendo.com>
22905
22906         * gst-libs/gst/audio/gstbaseaudiosrc.c:
22907         (gst_base_audio_src_change_state):
22908         Open and close device in READY<->NULL state change.
22909
22910 2005-08-16  Andy Wingo  <wingo@pobox.com>
22911
22912         * examples/seeking/Makefile.am: Don't compile non-compiling
22913         compiled objects with the compiler.
22914
22915         * examples/seeking/seek.c (make_dv_pipeline): Update for new DV
22916         elements.
22917
22918 2005-08-12  Philippe Khalaf <burger@speedy.org>
22919         * gst-libs/gst/rtp/gstbasertpdepayload.c:
22920         * gst-libs/gst/rtp/gstbasertpdepayload.h:
22921           Made a thread to release the queue.
22922           Removed timestamp conversion for now.
22923
22924 2005-08-10  Philippe Khalaf <burger@speedy.org>
22925         * gst-libs/gst/rtp/gstbasertpdepayload.c:
22926         * gst-libs/gst/rtp/gstbasertpdepayload.h:
22927           Added rtp timestamp -> gst timestamp conversion.
22928           Fixed several problems with queue.
22929
22930 2005-08-09  Tim-Philipp Müller  <tim at centricular dot net>
22931
22932         * gst-libs/gst/audio/gstaudioclock.h:
22933         * gst-libs/gst/audio/gstaudiofilter.h:
22934         * gst-libs/gst/audio/gstaudiosink.h:
22935         * gst-libs/gst/audio/gstaudiosrc.h:
22936         * gst-libs/gst/audio/gstbaseaudiosink.h:
22937         * gst-libs/gst/audio/gstbaseaudiosrc.h:
22938         * gst-libs/gst/audio/gstringbuffer.h:
22939         * gst-libs/gst/net/gstnetbuffer.h:
22940         * gst-libs/gst/rtp/gstbasertpdepayload.h:
22941         * gst-libs/gst/rtp/gstrtpbuffer.h:
22942           Add padding (you will need to rebuild gst-plugins-base,
22943           gst-plugins and all applications afterwards!)
22944
22945 2005-08-09  Tim-Philipp Müller  <tim at centricular dot net>
22946
22947         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
22948         (gst_riff_parse_chunk):
22949           Fix bug in debug message and add some more debug messages.
22950
22951 2005-08-08  Edward Hervey  <edward@fluendo.com>
22952
22953         * gst-libs/gst/riff/riff-media.c:
22954         backported updates since branch
22955
22956 2005-08-08  Andy Wingo  <wingo@pobox.com>
22957
22958         * gst-libs/gst/audio/gstbaseaudiosink.c
22959         (gst_base_audio_sink_change_state): Open the device in NULL->READY
22960         like good elements should. Close on READY->NULL too.
22961
22962         * gst-libs/gst/audio/gstaudiosink.c
22963         (gst_audioringbuffer_open_device,
22964         (gst_audioringbuffer_close_device, gst_audioringbuffer_acquire)
22965         (gst_audioringbuffer_release): Updates for new ring buffer API,
22966         hook into the new audio sink api.
22967
22968         * gst-libs/gst/audio/gstaudiosink.h (GstAudioSinkClass.open)
22969         (GstAudioSinkClass.close): Just open and close the device -- no
22970         resource allocation or configuration.
22971         (GstAudioSinkClass.prepare, GstAudioSinkClass.unprepare): New
22972         vmethods, handle device setup and resource allocation.
22973
22974         * ext/alsa/gstalsasink.c (gst_alsasink_open, gst_alsasink_close)
22975         (gst_alsasink_prepare, gst_alsasink_unprepare): Update for new
22976         base class API.
22977
22978         * gst-libs/gst/audio/gstringbuffer.h
22979         (GstRingBufferClass.open_device, GstRingBufferClass.close_device):
22980         New vmethods.
22981
22982         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_open_device)
22983         (gst_ring_buffer_close_device, gst_ring_buffer_device_is_open):
22984         New API functions. The device should be opened before acquiring
22985         and closed after releasing.
22986
22987 2005-08-08  Tim-Philipp Müller  <tim at centricular dot net>
22988
22989         * gst-libs/gst/interfaces/mixer.h:
22990           Reset padding to GST_PADDING.
22991
22992 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22993
22994         * gst/playback/gstplaybin.c: (remove_sinks):
22995           Remove visualization from parent explicitely; works around some
22996           apparent refcount issue that I haven't tracked down yet.
22997
22998 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22999
23000         * ext/alsa/gstalsasink.c: (set_hwparams):
23001           Assign debug category, add negotiation debug msgs.
23002
23003 2005-08-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23004
23005         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_start):
23006           Fix error code for file-not-found to NOT_FOUND.
23007
23008 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
23009
23010         * common/gtk-doc-plugins.mak:
23011         * docs/plugins/Makefile.am:
23012         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
23013         * docs/plugins/gst-plugins-base-plugins-sections.txt:
23014           renamed to actual element names, so much nicer to look at
23015         * docs/plugins/tmpl/gstmultifdsink.sgml:
23016           remove
23017         * docs/plugins/tmpl/multifdsink.sgml:
23018         * docs/plugins/tmpl/tcpserversink.sgml:
23019           add
23020         * ext/alsa/gstalsa.c:
23021         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get_property):
23022         * ext/ogg/gstoggmux.c:
23023         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
23024         * gst/playback/gstdecodebin.c:
23025         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
23026         * gst/tcp/gsttcpserversink.c:
23027           various fixes and documentation additions
23028
23029 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
23030
23031         * common/Makefile.am:
23032         * common/gstdoc-scangobj:
23033         * common/gtk-doc-plugins.mak:
23034         * common/gtk-doc.mak:
23035           add a custom scangobj that uses the registry
23036           add a custom gtk-doc-plugins.mak that uses it
23037           some doc build fixes
23038         * configure.ac:
23039         * docs/Makefile.am:
23040         * docs/plugins/Makefile.am:
23041         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
23042         * docs/plugins/gst-plugins-base-plugins-sections.txt:
23043         * docs/plugins/gst-plugins-base-plugins.types:
23044         * docs/plugins/tmpl/gstmultifdsink.sgml:
23045           add docs for one element, multifdsink
23046         * gst/adder/gstadder.h:
23047         * gst/volume/gstvolume.h:
23048           don't privatize enum
23049         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
23050         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
23051         (gst_sync_method_get_type), (gst_client_status_get_type),
23052         (gst_multifdsink_class_init),
23053         (gst_multifdsink_client_queue_buffer),
23054         (gst_multifdsink_handle_client_write):
23055         * gst/tcp/gstmultifdsink.h:
23056         * gst/tcp/gsttcp.h:
23057         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
23058         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
23059         (gst_tcpclientsink_render):
23060         * gst/tcp/gsttcpclientsink.h:
23061         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
23062         (gst_tcpclientsrc_init), (gst_tcpclientsrc_create),
23063         (gst_tcpclientsrc_start):
23064         * gst/tcp/gsttcpclientsrc.h:
23065         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
23066         (gst_tcpserversrc_init), (gst_tcpserversrc_create):
23067         * gst/tcp/gsttcpserversrc.h:
23068         * gst/typefind/gsttypefindfunctions.c:
23069           remove superfluous Type stuff
23070
23071 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23072
23073         * gst/playback/gstplaybin.c: (gen_video_element):
23074           Enable videoscale.
23075
23076 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23077
23078         * gst-libs/gst/gconf/gconf.c:
23079         * gst-libs/gst/gconf/gconf.h:
23080           Fix some Andy Problem [tm].
23081
23082 2005-08-04  Andy Wingo  <wingo@pobox.com>
23083
23084         * gst/videoscale/gstvideoscale.c (gst_videoscale_get_size):
23085         * gst/ffmpegcolorspace/gstffmpegcolorspace.c
23086         (gst_ffmpegcsp_get_size): Adapt to API changes.
23087
23088         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_ip):
23089         Implement an in-place do-nothing transform.
23090
23091 2005-08-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23092
23093         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
23094         (gst_ximagesink_renegotiate_size):
23095           Do not set new window sizes yet if we prepare a new buffer size
23096           for upstream renegotiation (software scaling) at some point in the
23097           future, because this new size waqs not actually accepted yet. Once
23098           accepted, renegotiation later on will set the new sizes just fine.
23099           Fixes a videotestsrc ! queue ! videoscale ! ximagesink xoverlay
23100           embedding testcase.
23101
23102 2005-08-03  Andy Wingo  <wingo@pobox.com>
23103
23104         * sys/ximage/ximagesink.c (gst_ximagesink_renegotiate_size):
23105         (gst_ximagesink_buffer_alloc): 
23106         Protect the height, width, and desired_caps with the pool_lock.
23107         Fixes videotestsrc ! queue ! ximagesink.
23108
23109 2005-08-02  Edward Hervey  <edward@fluendo.com>
23110
23111         * gst/volume/gstvolume.c:
23112         include left from controller cleanup
23113
23114 2005-08-02  Jan Schmidt  <thaytan@mad.scientist.com>
23115         * ext/ogg/gstoggmux.c: (gst_ogg_mux_change_state):
23116           Stop collectpads before calling the parent state
23117           change function on PAUSED->READY.
23118
23119 2005-08-01  Jan Schmidt  <thaytan@mad.scientist.com>
23120         * configure.ac:
23121           When testing for X libs, use the X CFlags 
23122         * gst/adder/gstadder.c: (gst_adder_change_state):
23123           Stop the collectpads before calling parent state change function
23124           on PAUSED->READY, otherwise we deadlock deactivating pads.
23125
23126 2005-08-01  Stefan Kost  <ensonic@users.sf.net>
23127
23128         * configure.ac:
23129         * docs/libs/tmpl/gstcolorbalance.sgml:
23130         * docs/libs/tmpl/gstmixer.sgml:
23131         * examples/Makefile.am:
23132         * gst/sine/Makefile.am:
23133         * gst/sine/gstsinesrc.c: (gst_sinesrc_init), (gst_sinesrc_create),
23134         (gst_sinesrc_set_property), (plugin_init):
23135         * gst/sine/gstsinesrc.h:
23136         * gst/volume/Makefile.am:
23137         * gst/volume/gstvolume.c: (gst_volume_set_volume),
23138         (gst_volume_set_mute), (gst_volume_dispose), (gst_volume_init),
23139         (volume_process_float), (volume_process_int16),
23140         (volume_set_property), (plugin_init):
23141         * gst/volume/gstvolume.h:
23142           deactivate and remove dparams (libgstcontrol)
23143
23144 2005-07-29  Wim Taymans  <wim@fluendo.com>
23145
23146         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link_src):
23147         Convert me to BaseTransform!! help..
23148
23149 2005-07-29  Andy Wingo  <wingo@pobox.com>
23150
23151         * ext/alsa/gstalsaplugin.c (plugin_init): We are primary audio
23152         sinks.
23153
23154         * ext/alsa/gstalsasink.c (alsasink_sink_factory): Advertise our
23155         support of both endiannesses.
23156
23157 2005-07-28  Tim-Philipp Müller  <tim at centricular dot net>
23158
23159         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
23160           Fix confusing debug message (s/event/query/)
23161
23162 2005-07-28  Tim-Philipp Müller  <tim at centricular dot net>
23163
23164         * gst/videotestsrc/videotestsrc.h:
23165           Use "_stdint.h" instead of <stdint.h>
23166
23167 2005-07-27  Wim Taymans  <wim@fluendo.com>
23168
23169         * ext/vorbis/Makefile.am:
23170         Revert wrong commit.
23171
23172 2005-07-27  Wim Taymans  <wim@fluendo.com>
23173
23174         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event):
23175         More compilation fixen.
23176
23177 2005-07-27  Wim Taymans  <wim@fluendo.com>
23178
23179         * gst-libs/gst/audio/gstbaseaudiosink.c:
23180         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
23181         (gst_base_audio_sink_create_ringbuffer),
23182         (gst_base_audio_sink_change_state):
23183         Fix compilation.
23184
23185 2005-07-27  Wim Taymans  <wim@fluendo.com>
23186
23187         * examples/seeking/seek.c: (setup_dynamic_link),
23188         (make_dv_pipeline), (make_vorbis_theora_pipeline), (query_rates),
23189         (query_positions_elems), (query_positions_pads), (do_seek):
23190         Update seek example.
23191
23192         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
23193         (gst_ogg_pad_typefind), (gst_ogg_demux_chain_elem_pad),
23194         (gst_ogg_demux_queue_data), (gst_ogg_demux_chain_peer),
23195         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
23196         (gst_ogg_demux_handle_event),
23197         (gst_ogg_demux_deactivate_current_chain),
23198         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
23199         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
23200         (gst_ogg_demux_chain), (gst_ogg_demux_send_event),
23201         (gst_ogg_demux_loop):
23202         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
23203         * ext/theora/theoradec.c: (theora_dec_src_event),
23204         (theora_dec_src_getcaps), (theora_dec_sink_event),
23205         (theora_dec_push), (theora_dec_chain):
23206         * ext/vorbis/Makefile.am:
23207         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_event),
23208         (vorbis_dec_sink_event), (vorbis_dec_push),
23209         (vorbis_handle_data_packet):
23210         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_event),
23211         (gst_vorbisenc_chain):
23212         * gst/playback/gststreaminfo.c: (cb_probe):
23213         * gst/subparse/gstsubparse.c: (gst_subparse_src_event):
23214         * gst/videorate/gstvideorate.c: (gst_videorate_event):
23215         * gst/videoscale/gstvideoscale.c:
23216         (gst_videoscale_handle_src_event):
23217         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_event):
23218         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame),
23219         (gst_ximagesink_navigation_send_event):
23220         * sys/xvimage/xvimagesink.c:
23221         (gst_xvimagesink_navigation_send_event):
23222         Various event updates and cleanups
23223
23224 2005-07-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23225
23226         * gst/videoscale/gstvideoscale.c: (gst_videoscale_prepare_images):
23227           Fix segfault for I420/YV12.
23228
23229 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23230
23231         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
23232           Report bitrate.
23233
23234 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23235
23236         * gst/playback/gstplaybin.c: (gen_video_element),
23237         (gen_audio_element):
23238           Switch to auto*sink elements as default sinks; add volume element
23239           so that volume control in totem works.
23240
23241 2005-07-21  Wim Taymans  <wim@fluendo.com>
23242
23243         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
23244         * gst/playback/gstplaybin.c: (setup_sinks),
23245         (gst_play_bin_change_state):
23246         Refcount fix and more comments.
23247
23248 2005-07-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23249
23250         * sys/ximage/Makefile.am:
23251         * sys/ximage/ximage.c: (plugin_init):
23252         * sys/ximage/ximagesink.c:
23253         Prepare for adding ximagesrc, rename of plugin to ximage etc.
23254         
23255
23256 2005-07-21  Wim Taymans  <wim@fluendo.com>
23257
23258         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
23259         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
23260         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
23261         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
23262         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
23263         (gst_ogg_demux_init), (gst_ogg_demux_activate_chain),
23264         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_chain_info),
23265         (gst_ogg_demux_collect_info), (gst_ogg_demux_chain),
23266         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
23267         Generate correct disconts for live chained oggs.
23268
23269         * gst-libs/gst/audio/gstbaseaudiosink.c:
23270         (gst_base_audio_sink_render),
23271         (gst_base_audio_sink_create_ringbuffer),
23272         (gst_base_audio_sink_change_state):
23273         Handle discont math correctly.
23274
23275         * gst/playback/gstplaybin.c: (add_sink):
23276         Some small debug cleanup.
23277
23278 2005-07-21  Wim Taymans  <wim@fluendo.com>
23279
23280         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init), (gst_ogg_pad_event),
23281         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
23282         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
23283         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
23284         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
23285         (gst_ogg_demux_init), (gst_ogg_demux_deactivate_current_chain),
23286         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
23287         (gst_ogg_demux_read_chain), (gst_ogg_demux_find_pad),
23288         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
23289         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
23290         (gst_ogg_demux_send_event), (gst_ogg_demux_loop),
23291         (gst_ogg_demux_change_state), (gst_ogg_print):
23292         Reorganize code to send the right disconts when in streaming
23293         mode.
23294
23295 2005-07-20  Andy Wingo  <wingo@pobox.com>
23296
23297         * gst/videoscale/vs_image.c (vs_image_scale_nearest_YUYV): Typo
23298         fix (?), fixes a seggie mcfalterson (#310894).
23299
23300 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23301
23302         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_headers),
23303         (gst_ogg_mux_set_header_on_caps):
23304         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
23305         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
23306         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
23307         * gst-libs/gst/audio/multichannel.c:
23308         (gst_audio_set_channel_positions),
23309         (gst_audio_set_structure_channel_positions_list):
23310         * gst/playback/gstdecodebin.c: (dynamic_create):
23311         * gst/playback/gstplaybasebin.c: (setup_source), (mute_group_type):
23312         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
23313           Fixes for API changes in core.
23314
23315 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23316
23317         * gst/playback/gstplaybasebin.c: (fill_buffer):
23318           Use _new_custom() so we can set custom message types for buffering
23319           messages.
23320
23321 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23322
23323         * configure.ac:
23324         * gst-libs/gst/Makefile.am:
23325         * gst-libs/gst/gconf/.cvsignore:
23326         * gst-libs/gst/gconf/Makefile.am:
23327         * gst-libs/gst/gconf/test-gconf.c:
23328         * pkgconfig/Makefile.am:
23329         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
23330         * pkgconfig/gstreamer-gconf.pc.in:
23331           Remove gconf stuff, use gconf elements instead from now on.
23332
23333 2005-07-20  Wim Taymans  <wim@fluendo.com>
23334
23335         * gst-libs/gst/audio/TODO:
23336         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
23337         (gst_audio_clock_get_internal_time):
23338         * gst-libs/gst/audio/gstaudioclock.h:
23339         * gst-libs/gst/audio/gstbaseaudiosink.c:
23340         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
23341         (gst_base_audio_sink_get_time), (gst_base_audio_sink_event),
23342         (gst_base_audio_sink_render),
23343         (gst_base_audio_sink_create_ringbuffer),
23344         (gst_base_audio_sink_change_state):
23345         Make sure the audio clock always returns an increasing value.
23346
23347 2005-07-19  Andy Wingo  <wingo@pobox.com>
23348
23349         * gst/videotestsrc/: Cleanups.
23350
23351 2005-07-19  Wim Taymans  <wim@fluendo.com>
23352
23353         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
23354         Better debugging.
23355
23356 2005-07-19  Wim Taymans  <wim@fluendo.com>
23357
23358         * examples/seeking/seek.c: (make_dv_pipeline),
23359         (make_vorbis_theora_pipeline), (query_rates),
23360         (query_positions_elems), (query_positions_pads), (do_seek):
23361         Make correct DV pipeline.
23362
23363 2005-07-18  Andy Wingo  <wingo@pobox.com>
23364
23365         * configure.ac (DEFAULT_AUDIOSINK, DEFAULT_AUDIOSRC): Use alsa by
23366         default. Also because it's the only thing that really works. (This
23367         is used in the GConf elements).
23368         Use AS_LIBTOOL_TAGS.
23369
23370 2005-07-18  Wim Taymans  <wim@fluendo.com>
23371
23372         * gst/playback/gstdecodebin.c: (remove_element_chain):
23373         * gst/playback/gstplaybin.c: (add_sink):
23374         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
23375         (gst_stream_info_set_mute):
23376         * gst/playback/gststreamselector.c:
23377         (gst_stream_selector_get_linked_pad),
23378         (gst_stream_selector_getcaps), (gst_stream_selector_chain):
23379         More leak and compile fixes.
23380
23381 2005-07-18  Wim Taymans  <wim@fluendo.com>
23382
23383         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
23384         (query_rates), (query_positions_elems), (query_positions_pads),
23385         (do_seek), (seek_cb), (stop_seek):
23386         Updated seek example. 
23387
23388         * gst/playback/gstdecodebin.c: (remove_element_chain), (unlinked):
23389         * gst/playback/gstplaybasebin.c: (queue_threshold_reached),
23390         (queue_out_of_data), (gen_preroll_element), (new_decoded_pad):
23391         * gst/playback/gstplaybin.c: (add_sink):
23392         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
23393         (gst_stream_info_set_mute):
23394         Some refcount leak fixes.
23395
23396 2005-07-16  Wim Taymans  <wim@fluendo.com>
23397
23398         * gst-libs/gst/audio/gstbaseaudiosink.c:
23399         (gst_base_audio_sink_render):
23400         Align samples even if we have roundoff errors in the 
23401         timestamp conversion.
23402
23403 2005-07-16  Wim Taymans  <wim@fluendo.com>
23404
23405         * docs/libs/tmpl/gstringbuffer.sgml:
23406         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
23407         (query_rates), (query_positions_elems), (query_positions_pads),
23408         (update_scale), (do_seek):
23409         Updated seek example.
23410
23411         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
23412         (gst_ogg_pad_submit_page), (gst_ogg_demux_activate_chain),
23413         (gst_ogg_demux_find_chains), (gst_ogg_demux_send_event),
23414         (gst_ogg_demux_loop):
23415         Push out correct discont values.
23416
23417         * ext/theora/theoradec.c: (theora_dec_src_convert),
23418         (theora_dec_sink_convert), (theora_dec_src_getcaps),
23419         (theora_dec_sink_event), (theora_handle_type_packet),
23420         (theora_handle_header_packet), (theora_dec_push),
23421         (theora_handle_data_packet), (theora_dec_chain),
23422         (theora_dec_change_state):
23423         Better timestamping.
23424
23425         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
23426         (vorbis_dec_sink_event), (vorbis_dec_push),
23427         (vorbis_handle_data_packet), (vorbis_dec_chain):
23428         * ext/vorbis/vorbisdec.h:
23429         Better timestamping.
23430
23431         * gst-libs/gst/audio/gstbaseaudiosink.c:
23432         (gst_base_audio_sink_get_time), (gst_base_audio_sink_get_times),
23433         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
23434         Handle syncing on timestamps instead of sample offsets. Make
23435         use of DISCONT values as described in design docs.
23436
23437         * gst-libs/gst/audio/gstbaseaudiosrc.c:
23438         (gst_base_audio_src_get_time):
23439         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_acquire),
23440         (gst_ring_buffer_set_sample), (gst_ring_buffer_commit),
23441         (gst_ring_buffer_read):
23442         * gst-libs/gst/audio/gstringbuffer.h:
23443         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times),
23444         (gst_ximagesink_show_frame):
23445         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
23446         Correcly convert buffer timestamp to stream time.
23447
23448 2005-07-16  Wim Taymans  <wim@fluendo.com>
23449
23450         * gst/audioconvert/gstaudioconvert.c:
23451         (gst_audio_convert_get_buffer):
23452         Timestamp buffers correctly.
23453
23454         * gst/playback/gstplaybin.c: (gen_video_element):
23455         Make internal fakesink silent.
23456
23457 2005-07-15  Wim Taymans  <wim@fluendo.com>
23458
23459         * gst/ffmpegcolorspace/Makefile.am:
23460         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
23461         (gst_ffmpegcsp_caps_remove_format_info),
23462         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
23463         (gst_ffmpegcsp_get_type), (gst_ffmpegcsp_class_init),
23464         (gst_ffmpegcsp_init), (gst_ffmpegcsp_get_size),
23465         (gst_ffmpegcsp_transform_ip), (gst_ffmpegcsp_transform):
23466         Ported ffmpegcolorspace to basetransform.
23467
23468         * gst/videoscale/gstvideoscale.c: (gst_videoscale_transform):
23469         * gst/volume/gstvolume.c: (volume_transform):
23470         Ported to new API.
23471
23472 2005-07-14  Wim Taymans  <wim@fluendo.com>
23473
23474         * gst/videotestsrc/Makefile.am:
23475         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get_type),
23476         (gst_videotestsrc_class_init), (gst_videotestsrc_negotiate),
23477         (gst_videotestsrc_setcaps), (gst_videotestsrc_getcaps),
23478         (gst_videotestsrc_init), (gst_videotestsrc_event),
23479         (gst_videotestsrc_create), (gst_videotestsrc_start),
23480         (gst_videotestsrc_stop), (gst_videotestsrc_get_times),
23481         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
23482         (gst_videotestsrc_get_property):
23483         * gst/videotestsrc/gstvideotestsrc.h:
23484         Make videotestsrc a pushsrc.
23485
23486 2005-07-14  Wim Taymans  <wim@fluendo.com>
23487
23488         * gst/tcp/gstfdset.c: (gst_fdset_free):
23489         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
23490         (gst_multifdsink_add), (gst_multifdsink_remove),
23491         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
23492         (gst_multifdsink_remove_client_link),
23493         (gst_multifdsink_client_queue_data),
23494         (gst_multifdsink_client_queue_caps),
23495         (gst_multifdsink_client_queue_buffer),
23496         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
23497         (gst_multifdsink_stop):
23498         * gst/tcp/gstmultifdsink.h:
23499         0.8 backporting.
23500
23501         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
23502         Also draw image when not from a pool.
23503
23504 2005-07-14  Wim Taymans  <wim@fluendo.com>
23505
23506         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
23507         (mute_stream), (silence_stream):
23508         Small debug additions.
23509
23510 2005-07-14  Wim Taymans  <wim@fluendo.com>
23511
23512         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
23513         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
23514         (gst_ogg_demux_activate_chain), (gst_ogg_demux_loop):
23515         Better error recovery, ignore unconnected pads and
23516         non-fatal errors.
23517
23518 2005-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
23519
23520         * docs/libs/tmpl/gstaudio.sgml:
23521         * docs/libs/tmpl/gstcolorbalance.sgml:
23522         * docs/libs/tmpl/gstgconf.sgml:
23523         * docs/libs/tmpl/gstmixer.sgml:
23524         * docs/libs/tmpl/gstringbuffer.sgml:
23525         * docs/libs/tmpl/gsttuner.sgml:
23526         * gst-libs/gst/audio/gstbaseaudiosrc.c:
23527         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
23528         (gst_tcpclientsrc_class_init):
23529         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
23530         (gst_tcpserversrc_class_init):
23531         * sys/v4l/gstv4lelement.c:
23532           more autistic cleanliness in functions/names/defines
23533
23534 2005-07-13  Thomas Vander Stichele  <thomas at apestaart dot org>
23535
23536         * configure.ac:
23537           make GST_PLUGIN_LDFLAGS only be flags; GST_LIBS should be
23538           added manually to each Makefile.am so we are sure it goes
23539           *last* and doesn't add -L flags before linking in libs of our
23540           own, like, say, internal .la libs, that then accidentally pick
23541           up the installed copy.
23542         * docs/libs/Makefile.am:
23543         * ext/alsa/Makefile.am:
23544         * ext/cdparanoia/Makefile.am:
23545         * ext/gnomevfs/Makefile.am:
23546         * ext/libvisual/Makefile.am:
23547         * ext/ogg/Makefile.am:
23548         * ext/theora/Makefile.am:
23549         * ext/vorbis/Makefile.am:
23550         * gst-libs/gst/video/Makefile.am:
23551         * gst/adder/Makefile.am:
23552         * gst/audioconvert/Makefile.am:
23553         * gst/audiorate/Makefile.am:
23554         * gst/audioscale/Makefile.am:
23555         * gst/ffmpegcolorspace/Makefile.am:
23556         * gst/playback/Makefile.am:
23557         * gst/sine/Makefile.am:
23558         * gst/subparse/Makefile.am:
23559         * gst/tags/Makefile.am:
23560         * gst/tcp/Makefile.am:
23561         * gst/typefind/Makefile.am:
23562         * gst/videorate/Makefile.am:
23563         * gst/videoscale/Makefile.am:
23564         * gst/videotestsrc/Makefile.am:
23565         * gst/volume/Makefile.am:
23566         * sys/v4l/Makefile.am:
23567         * sys/ximage/Makefile.am:
23568         * sys/xvimage/Makefile.am:
23569           adapt properly to this change. This should make sure that
23570           plugins and libs properly link to the as-yet-uninstalled
23571           copies of stuff like libgstinterfaces and libgstvideo
23572
23573 2005-07-13  Andy Wingo  <wingo@pobox.com>
23574
23575         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_stop): Fix a spurious warning.
23576         (gst_v4lsrc_fixate): Fixate on format as well.
23577
23578         * sys/xvimage/xvimagesink.c (gst_xvimage_buffer_destroy) 
23579         (gst_xvimagesink_xvimage_new): Ref the xvimagesink while the
23580         buffer points to it.
23581         (gst_xvimagesink_check_xshm_calls): Don't use our xvimage buffer,
23582         rather just doing X calls ourselves. Also fixes a memleak.
23583
23584 2005-07-12  Andy Wingo  <wingo@pobox.com>
23585
23586         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_get_property) 
23587         (gst_v4lsrc_set_property, gst_v4lsrc_class_init, gst_v4lsrc_init) 
23588         (gst_v4lsrc_create): Re-add the copy-mode property, default to
23589         TRUE to avoid deadlocks if an element holds on to our buffers.
23590
23591 2005-07-11  Thomas Vander Stichele  <thomas at apestaart dot org>
23592
23593         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
23594         (gst_sinesrc_init), (gst_sinesrc_create),
23595         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
23596         (gst_sinesrc_start):
23597         * gst/sine/gstsinesrc.h:
23598           removing num-buffers property before moving it
23599
23600 2005-07-10  Thomas Vander Stichele  <thomas at apestaart dot org>
23601
23602         * configure.ac:
23603           use overridable ERROR_CFLAGS
23604         * docs/libs/gst-plugins-base-libs.types:
23605         * docs/libs/tmpl/gstringbuffer.sgml:
23606         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
23607         (gst_alsasink_class_init):
23608         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
23609         (gst_alsasrc_class_init):
23610         * gst-libs/gst/audio/audio.h:
23611         * gst-libs/gst/audio/gstaudioclock.h:
23612         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
23613         (gst_audio_filter_base_init), (gst_audio_filter_class_init),
23614         (gst_audio_filter_link), (gst_audio_filter_init),
23615         (gst_audio_filter_chain), (gst_audio_filter_set_property),
23616         (gst_audio_filter_get_property),
23617         (gst_audio_filter_class_add_pad_templates):
23618         * gst-libs/gst/audio/gstaudiofilter.h:
23619         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
23620         (gst_audio_filter_template_get_type),
23621         (gst_audio_filter_template_base_init),
23622         (gst_audio_filter_template_class_init),
23623         (gst_audio_filter_template_init),
23624         (gst_audio_filter_template_set_property),
23625         (gst_audio_filter_template_get_property), (plugin_init),
23626         (gst_audio_filter_template_setup),
23627         (gst_audio_filter_template_filter),
23628         (gst_audio_filter_template_filter_inplace):
23629         * gst-libs/gst/audio/gstaudiosink.c:
23630         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
23631         (audioringbuffer_thread_func), (gst_audioringbuffer_acquire),
23632         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
23633         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
23634         (gst_audio_sink_base_init), (gst_audio_sink_class_init),
23635         (gst_audio_sink_init), (gst_audio_sink_create_ringbuffer):
23636         * gst-libs/gst/audio/gstaudiosink.h:
23637         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
23638         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
23639         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
23640         (gst_audioringbuffer_start), (gst_audioringbuffer_stop),
23641         (gst_audioringbuffer_delay), (gst_audio_src_base_init),
23642         (gst_audio_src_class_init), (gst_audio_src_init),
23643         (gst_audio_src_create_ringbuffer):
23644         * gst-libs/gst/audio/gstaudiosrc.h:
23645         * gst-libs/gst/audio/gstbaseaudiosink.c:
23646         (gst_base_audio_sink_base_init), (gst_base_audio_sink_class_init),
23647         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
23648         (gst_base_audio_sink_get_clock), (gst_base_audio_sink_get_time),
23649         (gst_base_audio_sink_set_property),
23650         (gst_base_audio_sink_get_property), (gst_base_audio_sink_setcaps),
23651         (gst_base_audio_sink_get_times), (gst_base_audio_sink_event),
23652         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render),
23653         (gst_base_audio_sink_create_ringbuffer),
23654         (gst_base_audio_sink_callback), (gst_base_audio_sink_change_state):
23655         * gst-libs/gst/audio/gstbaseaudiosink.h:
23656         * gst-libs/gst/audio/gstbaseaudiosrc.c:
23657         (gst_base_audio_src_base_init), (gst_base_audio_src_class_init),
23658         (gst_base_audio_src_init), (gst_base_audio_src_get_clock),
23659         (gst_base_audio_src_get_time), (gst_base_audio_src_set_property),
23660         (gst_base_audio_src_get_property), (gst_base_audio_src_fixate),
23661         (gst_base_audio_src_setcaps), (gst_base_audio_src_get_times),
23662         (gst_base_audio_src_event), (gst_base_audio_src_create),
23663         (gst_base_audio_src_create_ringbuffer),
23664         (gst_base_audio_src_callback), (gst_base_audio_src_change_state):
23665         * gst-libs/gst/audio/gstbaseaudiosrc.h:
23666         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
23667         (gst_ring_buffer_class_init), (gst_ring_buffer_init),
23668         (gst_ring_buffer_dispose), (gst_ring_buffer_finalize),
23669         (gst_ring_buffer_debug_spec_caps),
23670         (gst_ring_buffer_debug_spec_buff), (gst_ring_buffer_parse_caps),
23671         (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
23672         (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
23673         (gst_ring_buffer_start), (gst_ring_buffer_pause),
23674         (gst_ring_buffer_stop), (gst_ring_buffer_delay),
23675         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
23676         (wait_segment), (gst_ring_buffer_commit), (gst_ring_buffer_read),
23677         (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
23678         (gst_ring_buffer_clear):
23679         * gst-libs/gst/audio/gstringbuffer.h:
23680         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
23681         (gst_video_sink_class_init), (gst_video_sink_get_type):
23682         * gst-libs/gst/video/videosink.h:
23683         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
23684         (gst_multifdsink_class_init),
23685         (gst_multifdsink_handle_client_write),
23686         (gst_multifdsink_change_state):
23687         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
23688         (gst_tcpclientsink_setcaps):
23689         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
23690         (gst_ximagesink_getcaps), (gst_ximagesink_setcaps),
23691         (gst_ximagesink_change_state), (gst_ximagesink_show_frame),
23692         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
23693         (gst_ximagesink_send_pending_navigation),
23694         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size),
23695         (gst_ximagesink_class_init), (gst_ximagesink_get_type):
23696         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
23697         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
23698         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc),
23699         (gst_xvimagesink_send_pending_navigation),
23700         (gst_xvimagesink_navigation_send_event),
23701         (gst_xvimagesink_set_xwindow_id),
23702         (gst_xvimagesink_get_desired_size), (gst_xvimagesink_class_init),
23703         (gst_xvimagesink_get_type):
23704         more macro splitting
23705
23706 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
23707
23708         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
23709           plug a memleak, allows me to import 1479 albums in one go
23710           in jamboree
23711         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
23712         (vorbis_handle_type_packet), (vorbis_dec_chain),
23713         (vorbis_dec_change_state):
23714           fix some format strings
23715
23716 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
23717
23718         * docs/libs/tmpl/gstcolorbalance.sgml:
23719         * docs/libs/tmpl/gstmixer.sgml:
23720         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
23721         (gst_alsasink_set_property), (gst_alsasink_get_property):
23722         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
23723         (gst_alsasrc_set_property), (gst_alsasrc_get_property):
23724           add device property
23725
23726 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
23727
23728         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
23729         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
23730         (audiocast_register_listener), (audiocast_thread_run),
23731         (gst_gnomevfssrc_send_additional_headers_callback),
23732         (gst_gnomevfssrc_received_headers_callback),
23733         (gst_gnomevfssrc_push_callbacks), (gst_gnomevfssrc_pop_callbacks),
23734         (gst_gnomevfssrc_get_icy_metadata), (gst_gnomevfssrc_create),
23735         (gst_gnomevfssrc_get_size):
23736           add/clean up debugging
23737         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
23738           cleanups
23739
23740 2005-07-07  Andy Wingo  <wingo@pobox.com>
23741
23742         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Also fixate the
23743         framerate. Need to get a handle on when exactly this function is
23744         called, tho.
23745
23746         * sys/v4l/v4lsrc_calls.h:
23747         * sys/v4l/v4lsrc_calls.c: Remove sync-related stuff.
23748         (gst_v4lsrc_get_fps_list): Moved here from gstv4lsrc.c.
23749         (gst_v4lsrc_buffer_new): Totally derive from GstBuffer.
23750
23751         * sys/v4l/v4l_calls.h: Cast to V4lElement.
23752         * sys/v4l/v4l_calls.c: Header loc fixen, don't load mjpeg, all
23753         v4lelements are sources.
23754
23755         * sys/v4l/gstv4lxoverlay.h:
23756         * sys/v4l/gstv4lxoverlay.c:
23757         * sys/v4l/gstv4ltuner.h:
23758         * sys/v4l/gstv4ltuner.c: Header loc fixen.
23759         
23760         * sys/v4l/gstv4lsrc.h:
23761         * sys/v4l/gstv4lsrc.c: Crucial GPL update. Clean up a bit, port to
23762         PushSrc/BaseSrc. Removed most sync-related properties, videorate
23763         or something should handle that. Made a live source.
23764
23765         * sys/v4l/gstv4lelement.h:
23766         * sys/v4l/gstv4lelement.c: Derive from GstPushSrc. No more
23767         signals. Some cleanups.
23768
23769         * sys/v4l/gstv4lcolorbalance.h: Interface header update.
23770
23771         * sys/v4l/gstv4l.c: Don't register v4lelement, or the jpeg/mjpeg
23772         stuff.
23773
23774         * sys/v4l/Makefile.am: Build everything except the jpeg/mjpeg
23775         stuff.
23776
23777         * sys/Makefile.am (SUBDIRS): Hit the V4L crack pipe.
23778
23779 2005-07-07  Wim Taymans  <wim@fluendo.com>
23780
23781         * ext/theora/theoradec.c: (theora_get_query_types),
23782         (theora_dec_src_getcaps), (theora_dec_push):
23783         * ext/vorbis/vorbisdec.c: (vorbis_get_query_types):
23784         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types):
23785         Remove deprecated/unused query types.
23786
23787 2005-07-06  Wim Taymans  <wim@fluendo.com>
23788
23789         * ext/alsa/Makefile.am:
23790         * ext/alsa/gstalsaplugin.c: (plugin_init):
23791         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
23792         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
23793         (gst_alsasrc_dispose), (gst_alsasrc_base_init),
23794         (gst_alsasrc_class_init), (gst_alsasrc_init),
23795         (gst_alsasrc_getcaps), (set_hwparams), (set_swparams),
23796         (alsasrc_parse_spec), (gst_alsasrc_open), (gst_alsasrc_close),
23797         (xrun_recovery), (gst_alsasrc_read), (gst_alsasrc_delay),
23798         (gst_alsasrc_reset):
23799         * ext/alsa/gstalsasrc.h:
23800         * gst-libs/gst/audio/Makefile.am:
23801         * gst-libs/gst/audio/gstaudiosink.c:
23802         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
23803         (gst_audioringbuffer_start):
23804         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
23805         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
23806         (gst_audioringbuffer_init), (gst_audioringbuffer_dispose),
23807         (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
23808         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
23809         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
23810         (gst_audiosrc_base_init), (gst_audiosrc_class_init),
23811         (gst_audiosrc_init), (gst_audiosrc_create_ringbuffer):
23812         * gst-libs/gst/audio/gstaudiosrc.h:
23813         * gst-libs/gst/audio/gstbaseaudiosink.c:
23814         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
23815         (gst_baseaudiosink_get_time), (gst_baseaudiosink_setcaps),
23816         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render):
23817         * gst-libs/gst/audio/gstbaseaudiosrc.c:
23818         (gst_baseaudiosrc_base_init), (gst_baseaudiosrc_class_init),
23819         (gst_baseaudiosrc_init), (gst_baseaudiosrc_get_clock),
23820         (gst_baseaudiosrc_get_time), (gst_baseaudiosrc_set_property),
23821         (gst_baseaudiosrc_get_property), (gst_baseaudiosrc_fixate),
23822         (gst_baseaudiosrc_setcaps), (gst_baseaudiosrc_get_times),
23823         (gst_baseaudiosrc_event), (gst_baseaudiosrc_create),
23824         (gst_baseaudiosrc_create_ringbuffer), (gst_baseaudiosrc_callback),
23825         (gst_baseaudiosrc_change_state):
23826         * gst-libs/gst/audio/gstbaseaudiosrc.h:
23827         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
23828         (gst_ringbuffer_debug_spec_caps), (gst_ringbuffer_debug_spec_buff),
23829         (gst_ringbuffer_parse_caps), (gst_ringbuffer_start),
23830         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
23831         (gst_ringbuffer_samples_done), (gst_ringbuffer_set_sample),
23832         (wait_segment), (gst_ringbuffer_commit), (gst_ringbuffer_read),
23833         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance):
23834         * gst-libs/gst/audio/gstringbuffer.h:
23835         Added audiosource base classes.
23836         Ported alsasrc, still very basic.
23837
23838 2005-07-06  Wim Taymans  <wim@fluendo.com>
23839
23840         * ext/theora/theoradec.c: (theora_dec_src_getcaps),
23841         (theora_dec_push), (theora_handle_data_packet):
23842         Prepare for better timestamp fix later.
23843
23844         * gst/audioconvert/gstaudioconvert.c:
23845         List most accurate caps first
23846
23847         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_loop):
23848         Use proper pad task function.
23849
23850         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
23851         (gst_xvimagesink_show_frame):
23852         Fix deadlock when alloc failed.
23853
23854 2005-07-05  Andy Wingo  <wingo@pobox.com>
23855
23856         * ext/gnomevfs/gstgnomevfssrc.c:
23857         * gst/sine/gstsinesrc.c:
23858         * gst/tcp/gsttcpserversrc.c:
23859         * gst/tcp/gsttcpclientsrc.c: s/BASESRC/BASE_SRC/.
23860
23861         * sys/v4l/: Port from 0.8.
23862
23863         * Many files: Null if we got it....
23864
23865 2005-07-05  Andy Wingo  <wingo@pobox.com>
23866
23867         * gst/tcp/gsttcpserversink.c (gst_tcpserversink_handle_server_read): 
23868         * gst/tcp/gstmultifdsink.c (gst_multifdsink_client_queue_data):
23869         Signedness fixes.
23870
23871 2005-07-05  Wim Taymans  <wim@fluendo.com>
23872
23873         * configure.ac:
23874         * gst/tcp/Makefile.am:
23875         * gst/tcp/README:
23876         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
23877         (gst_multifdsink_base_init), (gst_multifdsink_class_init),
23878         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
23879         (is_sync_frame), (gst_multifdsink_handle_client_write),
23880         (gst_multifdsink_render), (gst_multifdsink_start),
23881         (gst_multifdsink_stop), (gst_multifdsink_change_state):
23882         * gst/tcp/gstmultifdsink.h:
23883         * gst/tcp/gsttcp.c: (gst_tcp_host_to_ip),
23884         (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps),
23885         (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
23886         * gst/tcp/gsttcp.h:
23887         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
23888         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
23889         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
23890         (gst_tcpclientsink_stop), (gst_tcpclientsink_change_state):
23891         * gst/tcp/gsttcpclientsink.h:
23892         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
23893         (gst_tcpclientsrc_base_init), (gst_tcpclientsrc_class_init),
23894         (gst_tcpclientsrc_init), (gst_tcpclientsrc_getcaps),
23895         (gst_tcpclientsrc_create), (gst_tcpclientsrc_start),
23896         (gst_tcpclientsrc_stop), (gst_tcpclientsrc_unlock):
23897         * gst/tcp/gsttcpclientsrc.h:
23898         * gst/tcp/gsttcpplugin.c: (plugin_init):
23899         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init):
23900         * gst/tcp/gsttcpserversink.h:
23901         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
23902         (gst_tcpserversrc_base_init), (gst_tcpserversrc_class_init),
23903         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize),
23904         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
23905         (gst_tcpserversrc_stop):
23906         * gst/tcp/gsttcpserversrc.h:
23907         * gst/tcp/gsttcpsink.c:
23908         * gst/tcp/gsttcpsink.h:
23909         * gst/tcp/gsttcpsrc.c:
23910         * gst/tcp/gsttcpsrc.h:
23911         Ported tcp plugins to 0.9. 
23912         
23913
23914 2005-07-05  Andy Wingo  <wingo@pobox.com>
23915
23916         * gst/playback/gstplaybasebin.c (fill_buffer):
23917         message_new_application fixen.
23918
23919         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_caps):
23920         Style fix.
23921
23922 2005-07-04  Wim Taymans  <wim@fluendo.com>
23923
23924         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
23925         Set caps on output buffer.
23926
23927 2005-07-04  Andy Wingo  <wingo@pobox.com>
23928
23929         * ext/gnomevfs/gstgnomevfssrc.c
23930         (gst_gnomevfssrc_received_headers_callback) 
23931         (audiocast_thread_kill, audiocast_thread_run): FORTIFY fixen,
23932         hopefully.
23933
23934         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_fixate):
23935         No refcount leakage.
23936
23937         * configure.ac: Enable -Werror.
23938         
23939         * ext/theora/theoradec.c (theora_dec_src_getcaps):
23940         * gst/audioconvert/bufferframesconvert.c
23941         (buffer_frames_convert_fixate):
23942         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int)
23943         (gst_audio_convert_fixate):
23944         * gst/sine/gstsinesrc.c (gst_sinesrc_src_fixate)
23945         (gst_sinesrc_create): Fixate func changes.
23946         
23947         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
23948         (gst_ximagesink_buffer_alloc): Unused var.
23949
23950 2005-07-01  Andy Wingo  <wingo@pobox.com>
23951
23952         * ext/theora/theoradec.c (theora_dec_src_getcaps): Implement a
23953         getcaps to do explicit caps. Needs to be done in all decoders,
23954         possibly via a base class.
23955
23956         * configure.ac (GST_PLUGIN_LDFLAGS): Add videoscale.
23957
23958         * ext/ogg/gstoggdemux.c (gst_ogg_pad_typefind): No need to set
23959         caps on the sink pad, just rely on the pad template. Also, setting
23960         ANY caps on a pad is not valid because the caps are not fixed.
23961
23962         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc): Set the
23963         caps on the buffer, and get the width from the desired_caps if
23964         they're set.
23965         (gst_ximagesink_renegotiate_size): Implement via setting the
23966         desired_caps on the ximagesink.
23967         (gst_ximagesink_setcaps): Only reset the width of the player if it
23968         wasn't already set. Not sure if this is right.
23969         (gst_ximagesink_show_frame): Memcpy only for normal buffers.
23970
23971         * sys/ximage/ximagesink.h (desired_caps): New field, is the caps
23972         that the user wants. NULL unless the window has been resized.
23973
23974         * gst/volume/gstvolume.c (volume_transform): Adapt to
23975         basetransform refcount changes.
23976         
23977 2005-07-01  Andy Wingo  <wingo@pobox.com>
23978
23979         * gst/videoscale/gstvideoscale.c:
23980         * gst/videoscale/gstvideoscale.h: Clean up, port to 0.9. Derives
23981         from BaseTransform, implements a transform_caps. Removed dead code
23982         including some PAR stuff that was never reached -- should probably
23983         be added back somehow.
23984
23985 2005-07-01  Andy Wingo  <wingo@pobox.com>
23986
23987         * gst/videoscale: Merge David's work from 0.8 branch. Changes to
23988         come later.
23989
23990 2005-06-30  Thomas Vander Stichele  <thomas at apestaart dot org>
23991
23992         * configure.ac:
23993         * docs/libs/Makefile.am:
23994         * docs/libs/gst-plugins-libs.types:
23995         * ext/alsa/Makefile.am:
23996         * ext/alsa/gstalsamixer.h:
23997         * ext/alsa/gstalsamixeroptions.h:
23998         * ext/alsa/gstalsamixertrack.h:
23999         * gst-libs/gst/Makefile.am:
24000         * gst-libs/gst/colorbalance/.cvsignore:
24001         * gst-libs/gst/colorbalance/Makefile.am:
24002         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
24003         * gst-libs/gst/colorbalance/colorbalance.c:
24004         * gst-libs/gst/colorbalance/colorbalance.h:
24005         * gst-libs/gst/colorbalance/colorbalance.vcproj:
24006         * gst-libs/gst/colorbalance/colorbalancechannel.c:
24007         * gst-libs/gst/colorbalance/colorbalancechannel.h:
24008         * gst-libs/gst/interfaces/Makefile.am:
24009         * gst-libs/gst/interfaces/colorbalance.c:
24010         (gst_color_balance_class_init):
24011         * gst-libs/gst/interfaces/colorbalance.h:
24012         * gst-libs/gst/interfaces/interfaces-marshal.list:
24013         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_class_init):
24014         * gst-libs/gst/interfaces/mixer.h:
24015         * gst-libs/gst/interfaces/mixeroptions.h:
24016         * gst-libs/gst/interfaces/navigation.c:
24017         * gst-libs/gst/interfaces/tuner.c: (gst_tuner_class_init):
24018         * gst-libs/gst/interfaces/tuner.h:
24019         * gst/volume/Makefile.am:
24020         * gst/volume/gstvolume.c:
24021         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
24022         * sys/ximage/Makefile.am:
24023         * sys/ximage/ximagesink.c:
24024         * sys/xvimage/Makefile.am:
24025         * sys/xvimage/xvimagesink.c:
24026           fold in all interfaces into an interfaces dir, preserving CVS
24027           history
24028
24029 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24030
24031         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
24032           Fix build after riff changes.
24033
24034 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24035
24036         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
24037         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
24038         (gst_riff_create_video_template_caps),
24039         (gst_riff_create_audio_template_caps),
24040         (gst_riff_create_iavs_template_caps):
24041         * gst-libs/gst/riff/riff-media.h:
24042         * gst-libs/gst/riff/riff-read.h:
24043         * gst-libs/gst/riff/riff.c: (gst_riff_init):
24044           Add gst_riff_init() to initialize the debug category, instead
24045           of plugin_init(). Port riff-media.[ch] from -THREADED to HEAD.
24046
24047 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24048
24049         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init):
24050           Oops, I shouldn't apply hacks.
24051
24052 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24053
24054         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init):
24055           Remove pad_loop function which doesn't work.
24056
24057 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24058
24059         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain):
24060           Send EOS when deactivating.
24061         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
24062         (check_queue), (queue_threshold_reached), (queue_out_of_data),
24063         (gen_preroll_element), (probe_triggered), (mute_stream),
24064         (silence_stream), (new_decoded_pad), (setup_substreams),
24065         (set_active_source):
24066         * gst/playback/gstplaybin.c: (gst_play_bin_get_property),
24067         (remove_sinks), (add_sink):
24068         * gst/playback/gststreaminfo.c: (cb_probe), (gst_stream_info_new):
24069           Change for new probe API.
24070
24071 2005-06-29  Wim Taymans  <wim@fluendo.com>
24072
24073         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_init):
24074         * gst-libs/gst/audio/gstbaseaudiosink.c:
24075         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
24076         (gst_baseaudiosink_change_state):
24077         * gst-libs/gst/audio/gstbaseaudiosink.h:
24078         * gst-libs/gst/audio/gstringbuffer.c:
24079         (gst_ringbuffer_set_callback):
24080         Fix compilation error.
24081         Ringbuffer starts out as not running.
24082         Free our clock in dispose.
24083         When releasing the ringbuffer we need to renegotiate so
24084         clear the pad caps.
24085
24086 2005-06-29  Thomas Vander Stichele  <thomas at apestaart dot org>
24087
24088         * autogen.sh:
24089         * configure.ac:
24090         * docs/Makefile.am:
24091         * docs/libs/Makefile.am:
24092         * docs/libs/gst-plugins-libs-docs.sgml:
24093         * docs/libs/gst-plugins-libs-sections.txt:
24094         * docs/libs/gst-plugins-libs.types:
24095         * docs/libs/tmpl/gstaudio.sgml:
24096         * docs/libs/tmpl/gstcolorbalance.sgml:
24097         * docs/libs/tmpl/gstringbuffer.sgml:
24098         * gst-libs/gst/audio/gstringbuffer.c:
24099         (gst_ringbuffer_set_callback):
24100           reinstate gtk-doc docs for plugin libs
24101
24102 2005-06-28  Wim Taymans  <wim@fluendo.com>
24103
24104         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
24105         (gst_ogg_demux_init):
24106         Removed pad loop function.
24107
24108 2005-06-28  Wim Taymans  <wim@fluendo.com>
24109
24110         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
24111         If we're building a chain we are not in an error case
24112         when we queue a buffer.
24113
24114 2005-06-28  Andy Wingo  <wingo@pobox.com>
24115
24116         * *.c: Don't cast to GstObject before reffing/unreffing.
24117
24118 2005-06-27  Andy Wingo  <wingo@pobox.com>
24119
24120         * gst/videotestsrc/gstvideotestsrc.c
24121         (gst_videotestsrc_activate_push): Activation API changes.
24122
24123         * gst/playback/gstdecodebin.c (gst_decode_bin_change_state) 
24124         (gst_decode_bin_dispose): Free dynamics in READY->NULL, because
24125         they have refs on the decodebin.
24126
24127         * ext/ogg/gstoggdemux.c (gst_ogg_pad_class_init): Ref the right
24128         parent class.
24129         (gst_ogg_pad_typefind): Don't leak a pad ref.
24130         (gst_ogg_chain_new_stream): gst_object_unref, not g_object_unref.
24131         (gst_ogg_demux_sink_activate, gst_ogg_demux_sink_activate_push) 
24132         (gst_ogg_demux_sink_activate_pull): Changes for activation API.
24133
24134 2005-06-27  Edward Hervey  <edward@fluendo.com>
24135
24136         * ext/theora/theoradec.c: (theora_dec_change_state): 
24137         re-arranged call to parent's state change in order to avoid locks (or
24138         worse).
24139
24140 2005-06-26  Edward Hervey  <edward@fluendo.com>
24141
24142         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
24143         2nd argument of 'unknow-type' signal is a GstCaps and not a
24144         GstMiniObject
24145
24146 2005-06-25  Jan Schmidt  <thaytan@mad.scientist.com>
24147         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_acquire):
24148           Set the worker thread's running flag to TRUE before starting the
24149           thread.
24150         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
24151           Catch a failure to add typefind to the bin.
24152
24153 2005-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
24154
24155         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
24156         (gst_sinesrc_init), (gst_sinesrc_create),
24157         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
24158         (gst_sinesrc_start):
24159         * gst/sine/gstsinesrc.h:
24160           add num-buffers and timestamp-offset properties
24161         * gst/videotestsrc/gstvideotestsrc.c:
24162         (gst_videotestsrc_class_init), (gst_videotestsrc_set_property),
24163         (gst_videotestsrc_get_property):
24164           add timestamp-offset property
24165
24166 2005-06-23  Christian Schaller  <uraeus@gnome.org>
24167
24168         * configure.ac: add videorate
24169         * gst-plugins-base.spec.in: add videorate
24170
24171 2005-06-23  Wim Taymans  <wim@fluendo.com>
24172
24173         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
24174         (gst_videorate_getcaps), (gst_videorate_setcaps),
24175         (gst_videorate_event), (gst_videorate_chain):
24176         Fixed videorate, fixating an already fixated caps is not
24177         an error.
24178
24179 2005-06-23  Wim Taymans  <wim@fluendo.com>
24180
24181         * ext/ogg/README:
24182         * ext/ogg/gstoggmux.c: (gst_ogg_mux_set_header_on_caps):
24183         Buffer on caps is not boxed anymore.
24184
24185 2005-06-22  Wim Taymans  <wim@fluendo.com>
24186
24187         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
24188         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
24189         Set buffers on caps as miniobjects and not as boxed.
24190
24191 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
24192
24193         * configure.ac:
24194           back to HEAD
24195
24196 === release 0.9.1 ===
24197
24198 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
24199
24200         * .cvsignore:
24201         * NEWS:
24202         * README:
24203         * RELEASE:
24204         * configure.ac:
24205         * po/af.po:
24206         * po/az.po:
24207         * po/cs.po:
24208         * po/en_GB.po:
24209         * po/hu.po:
24210         * po/it.po:
24211         * po/nb.po:
24212         * po/nl.po:
24213         * po/or.po:
24214         * po/sq.po:
24215         * po/sr.po:
24216         * po/sv.po:
24217         * po/uk.po:
24218         * po/vi.po:
24219           updates for release
24220
24221 2005-06-09  Andy Wingo  <wingo@pobox.com>
24222
24223         * gst-libs/gst/net/Makefile.am (lib_LTLIBRARIES): Install gstnet.
24224         
24225 2005-06-09  Andy Wingo  <wingo@pobox.com>
24226
24227         * configure.ac:
24228         * gst-libs/gst/Makefile.am:
24229         * gst-libs/gst/net/Makefile.am:
24230         Add gstnet to build.
24231
24232 2005-06-09  Andy Wingo  <wingo@pobox.com>
24233
24234         * gst-libs/gst/gconf/gconf.c:
24235         * gst/playback/test.c:
24236         * gst/playback/gstplaybin.c (gen_video_element): Ghost pad API
24237         fixes.
24238
24239         * gst/audioconvert/gstaudioconvert.c: RPAD fixes.
24240
24241         * ext/theora/theoraenc.c (theora_enc_chain): 
24242         * ext/theora/theoradec.c (theora_handle_data_packet): GCC4 fixes.
24243
24244         * ext/ogg/gstoggdemux.c (GstOggPad): Derive from GstPad, not
24245         RealPad.
24246
24247 2005-06-02  Wim Taymans  <wim@fluendo.com>
24248
24249         * gst-libs/gst/net/Makefile.am:
24250         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
24251         * pkgconfig/gstreamer-libs.pc.in:
24252         Added net stuff, version net lib.
24253
24254 2005-06-02  Wim Taymans  <wim@fluendo.com>
24255
24256         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
24257         (query_rates), (query_positions_elems), (query_positions_pads),
24258         (do_seek):
24259         Updated seek example.
24260
24261 2005-06-02  Andy Wingo  <wingo@pobox.com>
24262
24263         * pkgconfig/gstreamer-libs-uninstalled.pc.in (prefix):
24264         * pkgconfig/gstreamer-libs.pc.in (prefix): Add gst/tag to the -L
24265         list.
24266
24267         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Don't
24268         remove the typefind, the bin dispose will do it for us. When it's
24269         removed and unreffed, the signal handler will be disconnected,
24270         too.
24271         (unlinked): It's too difficult to disconnect from unlinked
24272         handlers, as they are on pads not elements. Just punt if the pads
24273         aren't grandkids of the bin.
24274
24275 2005-06-02  Wim Taymans  <wim@fluendo.com>
24276
24277         * ext/ogg/README:
24278         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
24279         (gst_ogg_demux_activate_chain), (gst_ogg_demux_clear_chains):
24280         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
24281         * ext/theora/theoradec.c: (theora_dec_src_query),
24282         (theora_handle_data_packet):
24283         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
24284         (theora_enc_chain):
24285         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
24286         (vorbis_handle_data_packet):
24287         * gst/audioconvert/bufferframesconvert.c:
24288         (buffer_frames_convert_chain):
24289         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24290         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
24291         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
24292         (gst_ffmpegcsp_chain):
24293         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
24294         (gst_videorate_getcaps), (gst_videorate_setcaps),
24295         (gst_videorate_event), (gst_videorate_chain):
24296         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_activate),
24297         (gst_videotestsrc_src_query), (gst_videotestsrc_loop):
24298         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
24299         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
24300         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
24301         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
24302         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
24303         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
24304         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
24305         Cleanups and buffer alloc.
24306
24307 2005-05-31  Wim Taymans  <wim@fluendo.com>
24308
24309         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_delay):
24310         Don't try to call the delay method when the device is not
24311         opened.
24312
24313 2005-05-31  Wim Taymans  <wim@fluendo.com>
24314
24315         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_open):
24316         Get actual segment size and buffer size after opening
24317         the device.
24318
24319 2005-05-30  Wim Taymans  <wim@fluendo.com>
24320
24321         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
24322         (gst_ogg_demux_perform_seek), (gst_ogg_demux_clear_chains):
24323         Also FLUSH upstream, makes the loop function exit faster.
24324         
24325         * ext/theora/theoradec.c: (theora_dec_src_query):
24326         Some more debug info in the query.
24327         
24328         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
24329         (gst_ximagesink_setcaps):
24330         Release lock on par error, better error reporting.
24331
24332 2005-05-26  Wim Taymans  <wim@fluendo.com>
24333
24334         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
24335         (gst_ogg_demux_activate_chain), (gst_ogg_demux_chain),
24336         (gst_ogg_demux_clear_chains), (gst_ogg_demux_change_state):
24337         Clear chains in READY
24338         Queue packets until the chain is activated.
24339
24340 2005-05-25  Wim Taymans  <wim@fluendo.com>
24341
24342         * gst-libs/gst/audio/gstaudiosink.c:
24343         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
24344         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
24345         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
24346         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
24347         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
24348         (gst_audiosink_create_ringbuffer):
24349         * gst-libs/gst/audio/gstbaseaudiosink.c:
24350         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
24351         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
24352         (gst_baseaudiosink_set_property), (build_linear_format),
24353         (debug_spec_caps), (debug_spec_buffer),
24354         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
24355         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
24356         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
24357         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
24358         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
24359         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
24360         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
24361         (gst_ringbuffer_play), (gst_ringbuffer_pause),
24362         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
24363         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
24364         (wait_segment), (gst_ringbuffer_commit),
24365         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
24366         (gst_ringbuffer_clear):
24367         Various small cleanups.
24368
24369         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
24370         (gst_audio_convert_change_state):
24371         * gst/subparse/gstsubparse.c: (gst_subparse_chain):
24372         No need to take the locks anymore.
24373
24374 2005-05-25  Wim Taymans  <wim@fluendo.com>
24375
24376         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
24377         (gst_decode_bin_dispose), (try_to_link_1), (get_our_ghost_pad),
24378         (remove_element_chain), (no_more_pads), (unlinked), (close_link),
24379         (type_found):
24380         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_dispose),
24381         (group_destroy), (group_commit), (queue_overrun),
24382         (gen_preroll_element), (no_more_pads), (preroll_unlinked),
24383         (mute_stream), (new_decoded_pad), (setup_substreams),
24384         (setup_source), (mute_group_type), (set_active_source),
24385         (gst_play_base_bin_change_state):
24386         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
24387         (gen_video_element), (gen_text_element), (gen_audio_element),
24388         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks):
24389         * gst/playback/gststreaminfo.c: (gst_stream_info_new),
24390         (gst_stream_info_dispose), (gst_stream_info_set_mute):
24391         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
24392         Some playbin cleanups mostly refcounting sloppyness.
24393
24394 2005-05-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24395
24396         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
24397           Work with streaming input.
24398
24399 2005-05-25  Wim Taymans  <wim@fluendo.com>
24400
24401         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24402         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
24403         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
24404         (gst_ffmpegcsp_chain), (gst_ffmpegcsp_change_state):
24405         No need to take the STREAM lock anymore.
24406
24407 2005-05-25  Wim Taymans  <wim@fluendo.com>
24408
24409         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
24410         (gst_ogg_pad_typefind), (gst_ogg_pad_submit_packet),
24411         (gst_ogg_chain_new_stream), (gst_ogg_demux_perform_seek),
24412         (gst_ogg_demux_chain), (gst_ogg_demux_loop),
24413         (gst_ogg_demux_sink_activate):
24414         * ext/theora/theoradec.c: (theora_dec_src_event),
24415         (theora_handle_comment_packet), (theora_dec_chain),
24416         (theora_dec_change_state):
24417         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
24418         (vorbis_handle_data_packet), (vorbis_dec_chain),
24419         (vorbis_dec_change_state):
24420         Remove STREAM locks as they are taken in core now.
24421         Never set bogus granulepos on vorbis/theora.
24422         Fix leaks in theoradec tag parsing.
24423
24424 2005-05-25  Wim Taymans  <wim@fluendo.com>
24425
24426         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
24427         Fix memleaks, GST_BUFFER_DATA() is not freed.
24428
24429 2005-05-25  Wim Taymans  <wim@fluendo.com>
24430
24431         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
24432         Open non-blocking, set to blocking mode afterwards to avoid
24433         lockups when audio device is busy.
24434
24435 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24436
24437         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_clear):
24438           This can't be good.
24439
24440 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24441
24442         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
24443         (gst_audio_convert_chain), (gst_audio_convert_link_src),
24444         (gst_audio_convert_setcaps):
24445           Implement instant setup switching.
24446
24447 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24448
24449         * gst/playback/gstplaybasebin.c: (probe_triggered):
24450           Fix missing unlock.
24451         * gst/playback/gstplaybin.c: (add_sink):
24452           First add, then link (otherwise pad link fails).
24453
24454 2005-05-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24455
24456         * examples/Makefile.am:
24457         fix buildbot (make distcheck)
24458
24459 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24460
24461         * gst/playback/gstplaybin.c: (gen_vis_element):
24462           Remove some wrong code. Doesn't work yet.
24463
24464 2005-05-19  Wim Taymans  <wim@fluendo.com>
24465
24466         * gst-libs/gst/net/Makefile.am:
24467         * gst-libs/gst/net/README:
24468         * gst-libs/gst/net/gstnetbuffer.c: (gst_netbuffer_get_type),
24469         (gst_netbuffer_class_init), (gst_netbuffer_init),
24470         (gst_netbuffer_finalize), (gst_netbuffer_copy),
24471         (gst_netbuffer_new), (gst_netaddress_set_ip4_address),
24472         (gst_netaddress_set_ip6_address), (gst_netaddress_get_net_type),
24473         (gst_netaddress_get_ip4_address), (gst_netaddress_get_ip6_address):
24474         * gst-libs/gst/net/gstnetbuffer.h:
24475         Added buffer subclass to store extra to/from addresses for
24476         network sources/sinks.
24477
24478 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24479
24480         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
24481           Don't lock an unassigned variable.
24482
24483 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24484
24485         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
24486           Increase buffer for video, decrease buffer for other media types.
24487         * gst/playback/gstplaybin.c: (gen_video_element),
24488         (gen_audio_element):
24489           Change names for debugging purposes.
24490
24491 2005-05-18  Wim Taymans  <wim@fluendo.com>
24492
24493         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24494         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
24495         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
24496         (gst_ffmpegcsp_chain):
24497         Enable buffer alloc passthrough if the source and dest
24498         formats are the same.
24499
24500 2005-05-17  Wim Taymans  <wim@fluendo.com>
24501
24502         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
24503         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
24504         (gst_ogg_demux_chain_unlocked):
24505         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
24506         (gst_audio_convert_caps_remove_format_info),
24507         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
24508         (gst_audio_convert_fixate), (gst_audio_convert_change_state):
24509         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24510         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
24511         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_init),
24512         (gst_ffmpegcsp_bufferalloc), (gst_ffmpegcsp_chain),
24513         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
24514         (gst_ffmpegcsp_get_property):
24515         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
24516         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
24517         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
24518         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
24519         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_imagepool_clear),
24520         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
24521         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_free),
24522         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id):
24523         Leak fixes in oggdemux.
24524         Some cleanups in audioconvert.
24525         Make passthrough work along with buffer_alloc etc.
24526         Make buffer_alloc and buffer recycling actually work in
24527         xvimagesink.
24528
24529 2005-05-17  Thomas Vander Stichele  <thomas at apestaart dot org>
24530
24531         * gst/subparse/gstsubparse.c: (parse_subrip), (parse_mpsub):
24532           make the compiler happy
24533
24534 2005-05-17  Wim Taymans  <wim@fluendo.com>
24535
24536         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
24537         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
24538         (gst_xvimage_buffer_init), (gst_xvimage_buffer_class_init),
24539         (gst_xvimage_buffer_get_type), (gst_xvimagesink_check_xshm_calls),
24540         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
24541         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_setcaps),
24542         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
24543         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
24544         (gst_xvimagesink_set_xwindow_id):
24545         * sys/xvimage/xvimagesink.h:
24546         Port xvimagesink to new MiniObject.
24547
24548 2005-05-17  Wim Taymans  <wim@fluendo.com>
24549
24550         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
24551         (gst_audiofilter_chain):
24552         * gst-libs/gst/audio/gstaudiosink.c:
24553         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
24554         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
24555         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
24556         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
24557         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
24558         (gst_audiosink_create_ringbuffer):
24559         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
24560         (gst_audio_convert_caps_remove_format_info),
24561         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
24562         (gst_audio_convert_fixate), (gst_audio_convert_channels):
24563         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24564         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
24565         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
24566         Fix passthrough in ffmpegcolorspace.
24567         Fix memset in audiosink on wrong memory.
24568
24569 2005-05-16  David Schleef  <ds@schleef.org>
24570
24571         * gst/playback/gststreaminfo.c: (cb_probe): Port from GstData
24572         to GstMiniObject.
24573
24574 2005-05-16  David Schleef  <ds@schleef.org>
24575
24576         Port from GstData to GstMiniObject.
24577         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
24578         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
24579         (gst_ogg_mux_queue_pads), (gst_ogg_mux_set_header_on_caps),
24580         (gst_ogg_mux_collected):
24581         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
24582         * ext/theora/theoradec.c: (theora_handle_comment_packet),
24583         (theora_handle_data_packet):
24584         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
24585         (theora_set_header_on_caps), (theora_enc_chain):
24586         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
24587         (vorbis_handle_comment_packet):
24588         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
24589         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
24590         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_chain):
24591         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_chain):
24592         * gst/audioconvert/gstaudioconvert.c:
24593         (gst_audio_convert_get_buffer):
24594         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
24595         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
24596         (mute_stream), (silence_stream):
24597         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
24598         * gst/volume/gstvolume.c: (volume_transform):
24599         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
24600         (gst_ximage_buffer_init), (gst_ximage_buffer_class_init),
24601         (gst_ximage_buffer_get_type), (gst_ximagesink_check_xshm_calls),
24602         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
24603         (gst_ximagesink_ximage_put), (gst_ximagesink_imagepool_clear),
24604         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_free),
24605         (gst_ximagesink_buffer_alloc):
24606         * sys/ximage/ximagesink.h:
24607
24608 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24609
24610         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
24611         (fill_buffer), (check_queue), (queue_threshold_reached),
24612         (queue_out_of_data):
24613         * gst/playback/gstplaybasebin.h:
24614           Post buffer-fullness on the bus.
24615
24616 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24617
24618         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
24619         (try_to_link_1):
24620         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
24621         (group_commit), (probe_triggered), (setup_source),
24622         (gst_play_base_bin_change_state):
24623         * gst/playback/gstplaybasebin.h:
24624         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
24625         (gst_play_bin_init), (remove_sinks), (setup_sinks),
24626         (gst_play_bin_change_state):
24627           Move setup_output_pads into a virtual function, remove
24628           group-switch (no longer needed) and redirect (handled by bus
24629           now) signals.
24630
24631 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24632
24633         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
24634         (gst_play_base_bin_class_init), (gst_play_base_bin_finalize),
24635         (get_active_group), (get_building_group), (group_destroy),
24636         (group_commit), (check_queue), (queue_overrun),
24637         (queue_threshold_reached), (queue_out_of_data),
24638         (gen_preroll_element), (remove_groups), (unknown_type),
24639         (add_element_stream), (no_more_pads), (probe_triggered),
24640         (preroll_unlinked), (new_decoded_pad), (setup_subtitle),
24641         (setup_substreams), (setup_source), (finish_source),
24642         (prepare_output), (muted_group_change_state),
24643         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
24644         (gst_play_base_bin_change_state):
24645         * gst/playback/gstplaybasebin.h:
24646         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
24647         (gst_play_bin_init), (gst_play_bin_set_property),
24648         (gen_video_element), (gen_text_element), (gen_audio_element),
24649         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
24650         (gst_play_bin_change_state):
24651         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
24652         (cb_probe), (gst_stream_info_new), (gst_stream_info_dispose),
24653         (stream_info_change_state), (gst_stream_info_set_mute),
24654         (gst_stream_info_get_property):
24655         * gst/playback/gststreaminfo.h:
24656         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
24657         (gst_stream_selector_get_linked_pad),
24658         (gst_stream_selector_getcaps),
24659         (gst_stream_selector_get_linked_pads),
24660         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
24661         * gst/playback/gststreamselector.h:
24662           Rough port of playbin. Needs some more work, but is mostly done,
24663           and uses a few locks in important places, which should make stuff
24664           like chain-switches clean. Still uses GST_STATE() in a few places,
24665           which isn't all that good an idea, subtitles/elements disabled
24666           because no elements to test with and thus probably broken, query
24667           and event handling moved to GstBin, internal thread removed
24668           alltogether because the pipeline does that for us now. Can play
24669           Ogg/Vorbis files. Haven't tested anything else yet.
24670
24671 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24672
24673         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
24674           Do no-more-pads (needed for autoplugging).
24675
24676 2005-05-10  Andy Wingo  <wingo@pobox.com>
24677
24678         * ext/vorbis/vorbisdec.c (vorbis_handle_comment_packet): Post a
24679         message to the bus with the tags. Still not sent downstream tho.
24680
24681         * gst/playback/gstdecodebin.c (remove_element_chain): Unref after
24682         get_parent.
24683         (remove_element_chain): Use OBJECT_PARENT instead of get_parent to
24684         avoid refcounting hassles.
24685
24686 2005-05-09  Andy Wingo  <wingo@pobox.com>
24687
24688         * gst/volume/Makefile.am:
24689         * gst/volume/demo.c
24690         * gst/volume/gstvolume.h
24691         * gst/volume/gstvolume.c: Port to 0.9 API, derive from
24692         basetransform. Probably need an audio filter base class.
24693
24694 2005-05-09  Wim Taymans  <wim@fluendo.com>
24695
24696         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_setcaps),
24697         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
24698         (gst_vorbisenc_set_header_on_caps), (gst_vorbisenc_sink_event),
24699         (gst_vorbisenc_chain):
24700         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
24701         (gst_audio_convert_caps_remove_format_info),
24702         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
24703         (gst_audio_convert_fixate), (gst_audio_convert_channels):
24704         Make caps writable before writing to it.
24705         Fix negotiation in audioconvert some more.
24706
24707 2005-05-09  Wim Taymans  <wim@fluendo.com>
24708
24709         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
24710         (gst_videorate_getcaps), (gst_videorate_setcaps),
24711         (gst_videorate_event), (gst_videorate_chain):
24712         Better negotiation.
24713
24714 2005-05-09  Wim Taymans  <wim@fluendo.com>
24715
24716         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
24717         (gst_videorate_getcaps), (gst_videorate_setcaps),
24718         (gst_videorate_blank_data), (gst_videorate_init),
24719         (gst_videorate_event), (gst_videorate_chain),
24720         (gst_videorate_change_state):
24721         Port videorate, do a better job at negotiation while we're at
24722         it.
24723
24724 2005-05-09  Jan Schmidt  <thaytan@mad.scientist.com>
24725
24726         * configure.ac:
24727           Disable libvisual
24728
24729         * examples/Makefile.am:
24730         * gst-libs/gst/audio/Makefile.am:
24731         * gst-libs/gst/riff/Makefile.am:
24732         * gst-libs/gst/tag/Makefile.am:
24733         * gst-libs/gst/video/Makefile.am:
24734           Fixups for missing variables.
24735
24736 2005-05-09  Wim Taymans  <wim@fluendo.com>
24737
24738         * examples/seeking/seek.c: (make_theora_pipeline),
24739         (make_vorbis_theora_pipeline), (make_avi_msmpeg4v3_mp3_pipeline),
24740         (query_rates), (query_positions_elems), (query_positions_pads),
24741         (update_scale), (play_cb), (pause_cb), (stop_cb), (main):
24742         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
24743         (gst_ogg_pad_query_types), (gst_ogg_pad_src_query),
24744         (gst_ogg_pad_typefind), (gst_ogg_demux_init),
24745         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
24746         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_sink_activate):
24747         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
24748         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
24749         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
24750         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
24751         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
24752         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
24753         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
24754         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain):
24755         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
24756         (theora_dec_src_convert), (theora_dec_sink_convert),
24757         (theora_dec_src_query), (theora_dec_sink_query),
24758         (theora_dec_src_event), (theora_dec_sink_event),
24759         (theora_handle_comment_packet), (theora_handle_type_packet),
24760         (theora_handle_header_packet), (theora_handle_data_packet),
24761         (theora_dec_chain):
24762         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
24763         (vorbis_dec_convert), (vorbis_dec_src_query),
24764         (vorbis_dec_sink_query), (vorbis_dec_src_event),
24765         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
24766         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
24767         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
24768         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
24769         (gst_vorbisenc_sink_query), (gst_vorbisenc_init),
24770         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain):
24771         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
24772         (gst_play_bin_query):
24773         * gst/playback/test3.c: (update_scale):
24774         * gst/sine/gstsinesrc.c: (gst_sinesrc_setcaps),
24775         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start):
24776         * gst/subparse/gstsubparse.c: (gst_subparse_init):
24777         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
24778         (gst_videotestsrc_src_query):
24779         * gst/videotestsrc/videotestsrc.c: (paint_hline_I420),
24780         (paint_hline_Y41B), (paint_hline_Y42B), (paint_hline_Y800),
24781         (paint_hline_YUV9):
24782         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
24783         Port to new query API.
24784         Updated seek.
24785         Cleanups in x[v]imagesink
24786
24787 2005-05-09  Andy Wingo  <wingo@pobox.com>
24788
24789         * ext/alsa/gstalsasink.h:
24790         * ext/gnomevfs/gstgnomevfssrc.c:
24791         (gst_gnomevfssrc_get_icy_metadata):
24792         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek)
24793         (gst_ogg_demux_read_chain, gst_ogg_demux_read_end_chain)
24794         * ext/theora/theoradec.c (theora_dec_src_query)
24795         (theora_dec_src_event, theora_dec_sink_event)
24796         (theora_handle_comment_packet, theora_handle_data_packet):
24797         * ext/theora/theoraenc.c (theora_enc_chain):
24798         * ext/vorbis/vorbisdec.c (vorbis_dec_src_event)
24799         (vorbis_dec_sink_event, vorbis_handle_comment_packet):
24800         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
24801         * gst/typefind/gsttypefindfunctions.c (mp3_type_find)
24802         (qt_type_find):
24803         * gst/videotestsrc/videotestsrc.c (paint_setup_I420)
24804         (paint_setup_YV12, paint_setup_YUY2, paint_setup_UYVY)
24805         (paint_setup_YVYU, paint_setup_IYU2, paint_setup_Y41B)
24806         (paint_setup_Y42B, paint_setup_Y800, paint_setup_IMC1)
24807         (paint_setup_IMC2, paint_setup_IMC3, paint_setup_IMC4)
24808         (paint_setup_YVU9, paint_setup_YUV9, paint_setup_xRGB8888)
24809         (paint_setup_xBGR8888, paint_setup_RGBx8888)
24810         (paint_setup_BGRx8888, paint_setup_RGB888, paint_setup_BGR888)
24811         (paint_setup_RGB565, paint_setup_xRGB1555):
24812         * gst/videotestsrc/videotestsrc.h:
24813         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc):
24814         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support)
24815         (gst_xvimagesink_setcaps, gst_xvimagesink_buffer_alloc):
24816         GCC4 fixes.
24817         
24818         * ext/ogg/gstoggdemux.c (gst_ogg_demux_find_chains): Use the new
24819         gst_pad_query_position. Fixes oggdemux.
24820
24821 2005-05-08  David Schleef  <ds@schleef.org>
24822
24823         * configure.ac: Require liboil.
24824         * gst/videotestsrc/gstvideotestsrc.c: Fix up liboil calls, add
24825         a few more.
24826         * gst/videotestsrc/videotestsrc.c:
24827         * gst/videotestsrc/videotestsrc.h:
24828
24829 2005-05-06  Wim Taymans  <wim@fluendo.com>
24830
24831         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24832         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
24833         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
24834         Well, unreffing a buffer right before pushing it is asking
24835         for trouble..
24836
24837 2005-05-06  Christian Schaller  <uraeus@gnome.org>
24838
24839         * pkgconfig/gstreamer-libs.pc.in: add missing library calls
24840
24841 2005-05-06  Wim Taymans  <wim@fluendo.com>
24842
24843         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
24844         (gst_audio_convert_caps_remove_format_info),
24845         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
24846         (gst_audio_convert_fixate), (gst_audio_convert_channels):
24847         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24848         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
24849         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
24850         * gst/sine/Makefile.am:
24851         * gst/sine/gstsinesrc.c: (gst_sinesrc_get_type),
24852         (gst_sinesrc_class_init), (gst_sinesrc_init),
24853         (gst_sinesrc_src_fixate), (gst_sinesrc_setcaps),
24854         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start),
24855         (gst_sinesrc_update_freq):
24856         * gst/sine/gstsinesrc.h:
24857         * gst/tcp/gstmultifdsink.c:
24858         * sys/xvimage/xvimagesink.c:
24859         Fixed negotiation wrt _peer_get_caps()
24860         Some cleanups.
24861
24862
24863 2005-05-06  Wim Taymans  <wim@fluendo.com>
24864
24865         * gst-libs/gst/audio/gstaudiosink.c:
24866         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
24867         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
24868         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
24869         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
24870         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
24871         (gst_audiosink_create_ringbuffer):
24872         * gst-libs/gst/audio/gstbaseaudiosink.c:
24873         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
24874         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
24875         (gst_baseaudiosink_set_property), (build_linear_format),
24876         (debug_spec_caps), (debug_spec_buffer),
24877         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
24878         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
24879         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
24880         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
24881         * gst-libs/gst/audio/gstbaseaudiosink.h:
24882         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
24883         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
24884         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
24885         (gst_ringbuffer_play), (gst_ringbuffer_pause),
24886         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
24887         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
24888         (wait_segment), (gst_ringbuffer_commit),
24889         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
24890         (gst_ringbuffer_clear):
24891         * gst-libs/gst/audio/gstringbuffer.h:
24892         Make the base audiosink return an error when there is no
24893         audiobuffer negotiated.
24894
24895 2005-05-06  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24896
24897         * ext/Makefile.am:
24898         Disable cdparanoia until someone ports it!
24899
24900 2005-05-06  Wim Taymans  <wim@fluendo.com>
24901
24902         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
24903         (gst_ogg_demux_sink_activate):
24904         And revert after wingo's revert.. sigh..
24905
24906 2005-05-05  Andy Wingo  <wingo@pobox.com>
24907
24908         * gst/audiorate/gstaudiorate.c (gst_audiorate_class_init): Pacify
24909         GObject.
24910         * configure.ac: Return audiorate and subparse from the ghetto.
24911         Re-enable -Wall -Werror.
24912         * gst/subparse/gstsubparse.c:
24913         * gst/subparse/gstsubparse.h: Port to 0.9. Can operate loop-based
24914         or chain-based. Cleaned up a bit. Not tested.
24915         
24916 2005-05-05  Christian Schaller <christian@fluendo.com> 
24917
24918         * Makefile.am: remove stuff that is not building
24919         * configure.ac: remove stuff that is not building
24920         * examples/Makefile.am: remove stuff that is not building
24921         * ext/alsa/gstalsasink.c: add alsa/ before the alsalib.h file
24922         * ext/alsa/gstalsasink.h: add alsa/ before the alsalib.h file
24923         * sys/Makefile.am: remove stuff that is not building
24924         * testsuite/Makefile.am: remove stuff that is not building
24925
24926 2005-05-05  Andy Wingo  <wingo@pobox.com>
24927
24928         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
24929         * gst-libs/gst/tag/gstvorbistag.c:
24930         (gst_tag_list_from_vorbiscomment_buffer), (gst_vorbis_tag_chain):
24931         * gst/adder/gstadder.h:
24932         * gst/audioconvert/gstchannelmix.c:
24933         (gst_audio_convert_fill_one_other):
24934         * gst/audiorate/gstaudiorate.c: (gst_audiorate_setcaps),
24935         (gst_audiorate_init), (gst_audiorate_chain):
24936         * gst/playback/gstplaybasebin.c: (setup_source):
24937         * gst/playback/test3.c: (update_scale):
24938         Some GCC4 fixes
24939         
24940         * po/af.po:
24941         * po/az.po:
24942         * po/cs.po:
24943         * po/en_GB.po:
24944         * po/hu.po:
24945         * po/it.po:
24946         * po/nb.po:
24947         * po/nl.po:
24948         * po/or.po:
24949         * po/sq.po:
24950         * po/sr.po:
24951         * po/sv.po:
24952         * po/uk.po:
24953         * po/vi.po: Foo
24954
24955 2005-05-05  Wim Taymans  <wim@fluendo.com>
24956
24957         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
24958         (gst_audio_convert_caps_remove_format_info),
24959         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
24960         (gst_audio_convert_change_state), (gst_audio_convert_channels):
24961         * gst/videotestsrc/gstvideotestsrc.c:
24962         (gst_videotestsrc_src_negotiate), (gst_videotestsrc_src_link),
24963         (gst_videotestsrc_parse_caps), (gst_videotestsrc_src_accept_caps),
24964         (gst_videotestsrc_setcaps), (gst_videotestsrc_activate),
24965         (gst_videotestsrc_init), (gst_videotestsrc_loop):
24966         Don't ignore _push() return values.
24967         Make sure no processing is done when shutting down.
24968         Videotestsrc pad activation fix.
24969
24970 2005-05-05  Wim Taymans  <wim@fluendo.com>
24971
24972         * gst/adder/Makefile.am:
24973         * gst/adder/gstadder.c: (gst_adder_setcaps),
24974         (gst_adder_class_init), (gst_adder_init),
24975         (gst_adder_request_new_pad), (gst_adder_collected),
24976         (gst_adder_change_state):
24977         * gst/adder/gstadder.h:
24978         Ported adder as an example of a mixer element using
24979         collect pads. Needs more negotiation work.
24980
24981 2005-05-05  Wim Taymans  <wim@fluendo.com>
24982
24983         * ext/theora/theoradec.c: (_inc_granulepos),
24984         (theora_dec_src_event), (theora_dec_sink_event),
24985         (theora_handle_comment_packet), (theora_handle_type_packet),
24986         (theora_handle_header_packet), (theora_handle_data_packet),
24987         (theora_dec_chain):
24988         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
24989         (gst_theora_enc_init), (theora_enc_sink_setcaps),
24990         (theora_push_buffer), (theora_push_packet),
24991         (theora_enc_sink_event), (theora_enc_chain),
24992         (theora_enc_change_state), (theora_enc_set_property),
24993         (theora_enc_get_property):
24994         Added stream lock to decoder so that we can serialize
24995         the discont event.
24996         More theoraenc porting, recover from errors, do clean
24997         shutdown.
24998
24999 2005-05-05  Wim Taymans  <wim@fluendo.com>
25000
25001         * ext/ogg/Makefile.am:
25002         * ext/ogg/README:
25003         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
25004         (gst_ogg_pad_submit_packet), (gst_ogg_demux_sink_activate),
25005         (gst_ogg_print):
25006         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
25007         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
25008         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
25009         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
25010         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected),
25011         (gst_ogg_mux_change_state):
25012         Ported ogg muxer.
25013
25014 2005-05-05  Wim Taymans  <wim@fluendo.com>
25015
25016         * docs/design-audiosinks.txt:
25017         * gst-libs/gst/audio/TODO:
25018         * gst-libs/gst/audio/gstaudiosink.c:
25019         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
25020         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
25021         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
25022         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
25023         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
25024         (gst_audiosink_create_ringbuffer):
25025         * gst-libs/gst/audio/gstbaseaudiosink.c:
25026         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
25027         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
25028         (gst_baseaudiosink_set_property), (build_linear_format),
25029         (debug_spec_caps), (debug_spec_buffer),
25030         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
25031         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
25032         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
25033         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
25034         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
25035         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
25036         (gst_ringbuffer_release), (gst_ringbuffer_play),
25037         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
25038         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
25039         (gst_ringbuffer_set_sample), (wait_segment),
25040         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
25041         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
25042         More work on the audiosink, mostly debugging and a race in
25043         shutdown.
25044
25045 2005-04-28  Wim Taymans  <wim@fluendo.com>
25046
25047         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
25048         (gst_ogg_demux_perform_seek), (gst_ogg_demux_sink_activate):
25049         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
25050         (vorbis_dec_src_query), (vorbis_dec_src_event),
25051         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
25052         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
25053         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
25054         Don't crap out when seeking back to position 0.
25055
25056 2005-04-28  Wim Taymans  <wim@fluendo.com>
25057
25058         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
25059         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
25060         (make_vorbis_pipeline), (make_vorbis_theora_pipeline),
25061         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
25062         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline):
25063         Make audio sink configurable, use alsasink as default.
25064
25065 2005-04-28  Wim Taymans  <wim@fluendo.com>
25066
25067         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
25068         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
25069         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
25070         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain),
25071         (vorbis_dec_change_state):
25072         * ext/vorbis/vorbisdec.h:
25073         Refactor, use STREAM_LOCK.
25074
25075 2005-04-28  Wim Taymans  <wim@fluendo.com>
25076
25077         * ext/theora/theoradec.c: (_inc_granulepos),
25078         (theora_dec_sink_event), (theora_handle_comment_packet),
25079         (theora_handle_type_packet), (theora_handle_header_packet),
25080         (theora_handle_data_packet), (theora_dec_chain),
25081         (theora_dec_change_state):
25082         Refactor a bit, use STREAM_LOCK.
25083
25084 2005-04-28  Wim Taymans  <wim@fluendo.com>
25085
25086         * ext/alsa/Makefile.am:
25087         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_get_caps),
25088         (gst_alsa_fixate_to_mimetype), (gst_alsa_fixate_field_nearest_int),
25089         (gst_alsa_link), (gst_alsa_close_audio):
25090         * ext/alsa/gstalsaplugin.c: (plugin_init):
25091         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
25092         (gst_alsasink_dispose), (gst_alsasink_base_init),
25093         (gst_alsasink_class_init), (gst_alsasink_init),
25094         (gst_alsasink_getcaps), (set_hwparams), (set_swparams),
25095         (alsasink_parse_spec), (gst_alsasink_open), (gst_alsasink_close),
25096         (xrun_recovery), (gst_alsasink_write), (gst_alsasink_delay),
25097         (gst_alsasink_reset):
25098         * ext/alsa/gstalsasink.h:
25099         Implement alsasink with simple open/write/close API. 
25100         Make alsa dir build by disabling compilation of code.
25101
25102 2005-04-28  Wim Taymans  <wim@fluendo.com>
25103
25104         * gst-libs/gst/audio/Makefile.am:
25105         * gst-libs/gst/audio/audio.h:
25106         * gst-libs/gst/audio/audioclock.c:
25107         * gst-libs/gst/audio/audioclock.h:
25108         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_get_type),
25109         (gst_audio_clock_class_init), (gst_audio_clock_init),
25110         (gst_audio_clock_new), (gst_audio_clock_get_internal_time):
25111         * gst-libs/gst/audio/gstaudioclock.h:
25112         * gst-libs/gst/audio/gstaudiosink.c:
25113         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
25114         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
25115         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
25116         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
25117         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
25118         (gst_audiosink_create_ringbuffer):
25119         * gst-libs/gst/audio/gstbaseaudiosink.c:
25120         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
25121         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
25122         (gst_baseaudiosink_set_property), (gst_baseaudiosink_get_property),
25123         (build_linear_format), (debug_spec_caps), (debug_spec_buffer),
25124         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
25125         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
25126         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
25127         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
25128         * gst-libs/gst/audio/gstbaseaudiosink.h:
25129         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
25130         (gst_ringbuffer_init), (gst_ringbuffer_finalize),
25131         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
25132         (gst_ringbuffer_release), (gst_ringbuffer_play),
25133         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
25134         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
25135         (gst_ringbuffer_set_sample), (wait_segment),
25136         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
25137         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
25138         * gst-libs/gst/audio/gstringbuffer.h:
25139         Make ringbuffer faster and more simple by removing the locks
25140         in the playback thread.
25141         Add sample accurate playback based on buffer sample offsets.
25142         Make the baseaudiosink provide a clock.
25143         Parse caps in the base class.
25144         Correctly handle seeking, flushing and state changes.
25145
25146 2005-04-25  Thomas Vander Stichele  <thomas at apestaart dot org>
25147
25148         * configure.ac:
25149         * gst/audioconvert/Makefile.am:
25150         * gst/audioscale/Makefile.am:
25151           Fix part of the build.  Come on guys, autogen didn't even work :)
25152
25153 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25154
25155         * configure.ac:
25156         * gst-libs/gst/Makefile.am:
25157         * gst-libs/gst/media-info/.cvsignore:
25158         * gst-libs/gst/media-info/Makefile.am:
25159         * gst-libs/gst/media-info/README:
25160         * gst-libs/gst/media-info/media-info-priv.c:
25161         * gst-libs/gst/media-info/media-info-priv.h:
25162         * gst-libs/gst/media-info/media-info-test.c:
25163         * gst-libs/gst/media-info/media-info.c:
25164         * gst-libs/gst/media-info/media-info.h:
25165         * gst-libs/gst/media-info/media-info.vcproj:
25166         * pkgconfig/Makefile.am:
25167         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
25168         * pkgconfig/gstreamer-media-info.pc.in:
25169           Remove media-info, which is also successed by playbin (see Totem
25170           implementation).
25171
25172 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25173
25174         * configure.ac:
25175         * examples/Makefile.am:
25176         * examples/gstplay/.cvsignore:
25177         * examples/gstplay/Makefile.am:
25178         * examples/gstplay/player.c:
25179         * gst-libs/gst/Makefile.am:
25180         * gst-libs/gst/play/.cvsignore:
25181         * gst-libs/gst/play/Makefile.am:
25182         * gst-libs/gst/play/play.c:
25183         * gst-libs/gst/play/play.h:
25184         * gst-libs/gst/play/play.vcproj:
25185         * pkgconfig/Makefile.am:
25186         * pkgconfig/gstreamer-play-uninstalled.pc.in:
25187         * pkgconfig/gstreamer-play.pc.in:
25188           Remove libgstplay, playbin is now the official successor.
25189
25190 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25191
25192         * configure.ac:
25193         * gst-libs/gst/Makefile.am:
25194         * gst-libs/gst/xwindowlistener/Makefile.am:
25195         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
25196         * gst-libs/gst/xwindowlistener/xwindowlistener.h:
25197           Remove deprecated xwindowlistener (I've moved xwindowlistening
25198           in the v4l/v4l2 plugins over to serverside).
25199
25200 2005-04-25  David Schleef  <ds@schleef.org>
25201
25202         * examples/dynparams/Makefile.am: Move demo-dparams from gst/sine
25203         to examples/dynparams.  Examples do not belong interspersed with
25204         source code.
25205         * examples/dynparams/demo-dparams.c:
25206         * gst/sine/Makefile.am:
25207         * gst/sine/demo-dparams.c:
25208
25209 2005-04-25  David Schleef  <ds@schleef.org>
25210
25211         Don't use GST_PLUGIN_LDFLAGS, because these aren't plugins.
25212         * gst-libs/gst/audio/Makefile.am:
25213         * gst-libs/gst/riff/Makefile.am:
25214         * gst-libs/gst/tag/Makefile.am:
25215         * gst-libs/gst/video/Makefile.am:
25216         * gst-libs/gst/xwindowlistener/Makefile.am:
25217
25218         Convert to 0.9 API, seems to work:
25219         * sys/ximage/Makefile.am:
25220         * sys/ximage/ximagesink.c:
25221
25222 2005-04-24  David Schleef  <ds@schleef.org>
25223
25224         Link plugins against libraries:
25225         * ext/alsa/Makefile.am:
25226         * gst/tcp/Makefile.am:
25227
25228         Remove asm code that should be in liboil
25229         * gst/videoscale/Makefile.am:
25230         * gst/videoscale/videoscale_x86_asm.s:
25231
25232         gettext wants these checked in:
25233         * po/af.po:
25234         * po/az.po:
25235         * po/cs.po:
25236         * po/en_GB.po:
25237         * po/hu.po:
25238         * po/it.po:
25239         * po/nb.po:
25240         * po/nl.po:
25241         * po/or.po:
25242         * po/sq.po:
25243         * po/sr.po:
25244         * po/sv.po:
25245         * po/uk.po:
25246         * po/vi.po:
25247
25248 2005-04-24  David Schleef  <ds@schleef.org>
25249
25250         Convert gst_main() to g_main_loop_run()
25251         * gst/playback/decodetest.c: (main):
25252         * gst/playback/test2.c: (main):
25253         * gst/playback/test3.c: (main):
25254         * gst/playback/test4.c: (main):
25255
25256         Link plugins against libraries:
25257         * ext/libvisual/Makefile.am:
25258         * sys/xvimage/Makefile.am:
25259
25260 2005-04-24  David Schleef  <ds@schleef.org>
25261
25262         * configure.ac: Remove idct and resample libs
25263         * gst-libs/gst/Makefile.am: same
25264
25265         Remove usage of gst_library_load():
25266         * ext/alsa/gstalsaplugin.c: (plugin_init):
25267         * ext/libvisual/visual.c: (plugin_init):
25268         * ext/ogg/gstogg.c: (plugin_init):
25269         * ext/theora/theora.c: (plugin_init):
25270         * ext/vorbis/vorbis.c: (plugin_init):
25271         * gst-libs/gst/audio/gstaudiofiltertemplate.c: (plugin_init):
25272         * gst/audioscale/gstaudioscale.c:
25273         * gst/adder/gstadder.c: (plugin_init):
25274         * gst/audioconvert/plugin.c: (plugin_init):
25275         * sys/ximage/ximagesink.c: (plugin_init):
25276         * sys/xvimage/xvimagesink.c: (plugin_init):
25277         * gst/tcp/gsttcpplugin.c: (plugin_init):
25278
25279         Link plugins against libraries:
25280         * ext/ogg/Makefile.am:
25281         * ext/theora/Makefile.am:
25282         * ext/vorbis/Makefile.am:
25283         * gst/audioconvert/Makefile.am:
25284
25285         Create proper libraries:
25286         * gst-libs/gst/riff/Makefile.am:
25287         * gst-libs/gst/audio/Makefile.am:
25288         * gst-libs/gst/video/Makefile.am:
25289
25290         Move resample library to audioscale plugin directory:
25291         * gst-libs/gst/resample/Makefile.am:
25292         * gst-libs/gst/resample/README:
25293         * gst-libs/gst/resample/dtof.c:
25294         * gst-libs/gst/resample/dtos.c:
25295         * gst-libs/gst/resample/functable.c:
25296         * gst-libs/gst/resample/private.h:
25297         * gst-libs/gst/resample/resample.c:
25298         * gst-libs/gst/resample/resample.h:
25299         * gst-libs/gst/resample/resample.vcproj:
25300         * gst-libs/gst/resample/test.c:
25301         * gst/audioscale/Makefile.am:
25302         * gst/audioscale/README:
25303         * gst/audioscale/dtof.c:
25304         * gst/audioscale/dtos.c:
25305         * gst/audioscale/functable.c:
25306         * gst/audioscale/private.h:
25307         * gst/audioscale/resample.c:
25308         * gst/audioscale/resample.h:
25309         * gst/audioscale/test.c:
25310
25311         Move tagedit library to gst-libs:
25312         * gst-libs/gst/tag/Makefile.am:
25313         * gst-libs/gst/tag/gstid3tag.c:
25314         * gst-libs/gst/tag/gsttagediting.c:
25315         * gst-libs/gst/tag/gsttageditingprivate.h:
25316         * gst-libs/gst/tag/gstvorbistag.c:
25317         * gst/tags/Makefile.am:
25318         * gst/tags/gstid3tag.c:
25319         * gst/tags/gstvorbistag.c:
25320
25321         Fix for core changes:
25322         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
25323         (gst_sinesrc_init), (gst_sinesrc_src_fixate), (gst_sinesrc_link),
25324         (gst_sinesrc_getrange):
25325
25326 2005-04-23  David Schleef  <ds@schleef.org>
25327
25328         * gst-libs/gst/Makefile.am: Remove idct.  It hasn't been used
25329         in gst-plugins in a long time, and properly belongs in liboil.
25330         * gst-libs/gst/idct/Makefile.am:
25331         * gst-libs/gst/idct/README:
25332         * gst-libs/gst/idct/dct.h:
25333         * gst-libs/gst/idct/doieee:
25334         * gst-libs/gst/idct/fastintidct.c:
25335         * gst-libs/gst/idct/floatidct.c:
25336         * gst-libs/gst/idct/idct.c:
25337         * gst-libs/gst/idct/idct.h:
25338         * gst-libs/gst/idct/idtc.vcproj:
25339         * gst-libs/gst/idct/ieeetest.c:
25340         * gst-libs/gst/idct/intidct.c:
25341
25342 2005-04-20  Wim Taymans  <wim@fluendo.com>
25343
25344         * docs/design-audiosinks.txt:
25345         * gst-libs/gst/audio/Makefile.am:
25346         * gst-libs/gst/audio/TODO:
25347         * gst-libs/gst/audio/gstaudiosink.c:
25348         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
25349         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
25350         (gst_audioringbuffer_dispose), (gst_audioringbuffer_finalize),
25351         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
25352         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
25353         (gst_audioringbuffer_delay), (gst_audiosink_base_init),
25354         (gst_audiosink_class_init), (gst_audiosink_init),
25355         (gst_audiosink_create_ringbuffer):
25356         * gst-libs/gst/audio/gstaudiosink.h:
25357         * gst-libs/gst/audio/gstbaseaudiosink.c:
25358         (gst_baseaudiosink_base_init), (gst_baseaudiosink_class_init),
25359         (gst_baseaudiosink_init), (gst_baseaudiosink_set_property),
25360         (gst_baseaudiosink_get_property), (gst_baseaudiosink_setcaps),
25361         (gst_baseaudiosink_get_times), (gst_baseaudiosink_event),
25362         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render),
25363         (gst_baseaudiosink_create_ringbuffer),
25364         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
25365         * gst-libs/gst/audio/gstbaseaudiosink.h:
25366         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
25367         (gst_ringbuffer_class_init), (gst_ringbuffer_init),
25368         (gst_ringbuffer_dispose), (gst_ringbuffer_finalize),
25369         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
25370         (gst_ringbuffer_release), (gst_ringbuffer_play_unlocked),
25371         (gst_ringbuffer_play), (gst_ringbuffer_pause),
25372         (gst_ringbuffer_resume), (gst_ringbuffer_stop),
25373         (gst_ringbuffer_callback), (gst_ringbuffer_delay),
25374         (gst_ringbuffer_played_samples), (gst_ringbuffer_commit),
25375         (gst_ringbuffer_prepare_read), (gst_ringbuffer_clear):
25376         * gst-libs/gst/audio/gstringbuffer.h:
25377         An attempt at a set of audio base classes together with some
25378         design docs.
25379
25380 2005-04-20  Wim Taymans  <wim@fluendo.com>
25381
25382         * gst/audioconvert/Makefile.am:
25383         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
25384         (gst_audio_convert_caps_remove_format_info),
25385         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
25386         (gst_audio_convert_channels):
25387         Link against audio libs.
25388         Fix audio convert plugin.
25389
25390 2005-04-20  Wim Taymans  <wim@fluendo.com>
25391
25392         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter),
25393         (gst_ogg_demux_sink_activate):
25394         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
25395         (theora_set_header_on_caps), (theora_enc_sink_event),
25396         (theora_enc_chain):
25397         Fix theora encoder.
25398
25399 2005-04-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25400
25401         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter):
25402         * gst/playback/gstdecodebin.c: (find_compatibles):
25403           Work with staticpadtemplates in elementfactories.
25404
25405 2005-04-12  Wim Taymans  <wim@fluendo.com>
25406
25407         * gst/playback/README:
25408         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
25409         (compare_ranks), (print_feature), (gst_decode_bin_init),
25410         (dynamic_create), (dynamic_free), (find_compatibles),
25411         (mimetype_is_raw), (close_pad_link), (got_redirect),
25412         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
25413         (new_pad), (no_more_pads), (unlinked), (close_link), (type_found),
25414         (gst_decode_bin_change_state):
25415         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
25416         (gst_play_base_bin_init), (group_destroy), (group_commit),
25417         (check_queue), (queue_overrun), (queue_threshold_reached),
25418         (queue_out_of_data), (gen_preroll_element), (unknown_type),
25419         (new_decoded_pad), (setup_subtitle), (gen_source_element),
25420         (got_redirect), (setup_source), (play_base_eos),
25421         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
25422         (gst_play_base_bin_remove_element):
25423         * gst/playback/gstplaybasebin.h:
25424         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
25425         (gst_play_bin_init), (gst_play_bin_dispose),
25426         (gst_play_bin_set_property), (gen_video_element),
25427         (gen_text_element), (gen_audio_element), (remove_sinks),
25428         (gst_play_bin_send_event):
25429         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
25430         (stream_info_change_state), (gst_stream_info_set_mute):
25431         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
25432         (gst_stream_selector_get_caps), (gst_stream_selector_setcaps),
25433         (gst_stream_selector_request_new_pad), (gst_stream_selector_event),
25434         (gst_stream_selector_chain):
25435         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
25436         (main):
25437         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
25438         (gst_xvimagesink_setcaps), (gst_xvimagesink_get_times),
25439         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
25440         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_class_init):
25441         Raw and crude port of decodebin. 
25442         Make playbin compile.
25443
25444 2005-04-06  Wim Taymans  <wim@fluendo.com>
25445
25446         * ext/gnomevfs/Makefile.am:
25447         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
25448         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
25449         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
25450         (gst_gnomevfssrc_create), (gst_gnomevfssrc_is_seekable),
25451         (gst_gnomevfssrc_get_size), (gst_gnomevfssrc_start),
25452         (gst_gnomevfssrc_stop):
25453         * ext/ogg/Makefile.am:
25454         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_get_data),
25455         (gst_ogg_demux_find_chains), (gst_ogg_demux_sink_activate):
25456         * ext/theora/Makefile.am:
25457         * ext/theora/theoradec.c: (_inc_granulepos),
25458         (theora_dec_sink_event), (theora_dec_chain):
25459         * ext/vorbis/Makefile.am:
25460         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
25461         (vorbis_dec_sink_event), (vorbis_dec_chain):
25462         * gst-libs/gst/audio/Makefile.am:
25463         * sys/xvimage/Makefile.am:
25464         Make gnomevfssrc extend the source base class.
25465         Fix linking against libs in various plugins.
25466
25467 2005-04-06  Andy Wingo  <wingo@pobox.com>
25468
25469         * gst-libs/gst/video/Makefile.am (libgstvideo_la_LDFLAGS): Use
25470         GST_BASE_LIBS.
25471
25472         * configure.ac: Add check and AC_SUBST for libgstbase.
25473
25474 2005-03-31  Wim Taymans  <wim@fluendo.com>
25475
25476         * examples/seeking/Makefile.am:
25477         * examples/seeking/cdparanoia.c: (main):
25478         * examples/seeking/cdplayer.c: (update_scale), (stop_seek),
25479         (play_cb), (pause_cb), (stop_cb), (main):
25480         * examples/seeking/playbin.c:
25481         * examples/seeking/seek.c: (dynamic_link), (make_mod_pipeline),
25482         (make_dv_pipeline), (make_wav_pipeline), (make_flac_pipeline),
25483         (make_sid_pipeline), (make_vorbis_pipeline),
25484         (make_theora_pipeline), (make_vorbis_theora_pipeline),
25485         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
25486         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline),
25487         (make_playerbin_pipeline), (update_scale), (end_scrub), (do_seek),
25488         (seek_cb), (start_seek), (stop_seek), (play_cb), (pause_cb),
25489         (stop_cb), (main):
25490         * examples/seeking/spider_seek.c:
25491         * examples/seeking/vorbisfile.c:
25492         * ext/gnomevfs/Makefile.am:
25493         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
25494         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_base_init),
25495         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
25496         (gst_gnomevfssrc_get_property), (gst_gnomevfssrc_get),
25497         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file),
25498         (gst_gnomevfssrc_getrange), (gst_gnomevfssrc_loop),
25499         (gst_gnomevfssrc_activate), (gst_gnomevfssrc_change_state),
25500         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
25501         * ext/ogg/README:
25502         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_get_type),
25503         (gst_ogg_pad_class_init), (gst_ogg_pad_init),
25504         (gst_ogg_pad_dispose), (gst_ogg_pad_finalize),
25505         (gst_ogg_pad_formats), (gst_ogg_pad_event_masks),
25506         (gst_ogg_pad_query_types), (gst_ogg_pad_getcaps),
25507         (gst_ogg_pad_src_convert), (gst_ogg_pad_src_query),
25508         (gst_ogg_pad_event), (gst_ogg_pad_reset),
25509         (gst_ogg_demux_factory_filter), (compare_ranks),
25510         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
25511         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
25512         (gst_ogg_chain_new), (gst_ogg_chain_free),
25513         (gst_ogg_chain_new_stream), (gst_ogg_chain_get_stream),
25514         (gst_ogg_chain_has_stream), (gst_ogg_demux_base_init),
25515         (gst_ogg_demux_class_init), (gst_ogg_demux_init),
25516         (gst_ogg_demux_finalize), (gst_ogg_demux_handle_event),
25517         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_seek),
25518         (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
25519         (gst_ogg_demux_get_prev_page),
25520         (gst_ogg_demux_deactivate_current_chain),
25521         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
25522         (gst_ogg_demux_bisect_forward_serialno),
25523         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
25524         (gst_ogg_demux_find_pad), (gst_ogg_demux_find_chain),
25525         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain_unlocked),
25526         (gst_ogg_demux_chain), (gst_ogg_demux_send_eos),
25527         (gst_ogg_demux_loop), (gst_ogg_demux_sink_activate),
25528         (gst_ogg_demux_change_state), (gst_ogg_print):
25529         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
25530         (gst_ogg_mux_init), (gst_ogg_mux_sinkconnect),
25531         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
25532         (gst_ogg_mux_push_page), (gst_ogg_mux_send_headers),
25533         (gst_ogg_mux_loop):
25534         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
25535         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
25536         (theora_dec_src_convert), (theora_dec_sink_convert),
25537         (theora_dec_src_query), (theora_dec_src_event),
25538         (theora_dec_sink_event), (theora_dec_chain),
25539         (theora_dec_change_state):
25540         * ext/theora/theoraenc.c: (gst_theora_enc_init),
25541         (theora_enc_sink_setcaps), (theora_buffer_from_packet),
25542         (theora_push_buffer), (theora_enc_sink_event), (theora_enc_chain),
25543         (theora_enc_change_state):
25544         * ext/vorbis/Makefile.am:
25545         * ext/vorbis/oggvorbisenc.c:
25546         * ext/vorbis/oggvorbisenc.h:
25547         * ext/vorbis/vorbis.c: (plugin_init):
25548         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
25549         (vorbis_dec_src_query), (vorbis_dec_src_event),
25550         (vorbis_dec_sink_event), (vorbis_dec_chain),
25551         (vorbis_dec_change_state):
25552         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
25553         (gst_vorbisenc_sink_setcaps), (gst_vorbisenc_init),
25554         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
25555         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
25556         (gst_vorbisenc_change_state):
25557         * ext/vorbis/vorbisenc.h:
25558         * ext/vorbis/vorbisparse.c: (vorbis_parse_chain):
25559         * gst-libs/gst/audio/audioclock.c:
25560         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
25561         (gst_audiofilter_init), (gst_audiofilter_chain):
25562         * gst-libs/gst/audio/testchannels.c: (main):
25563         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
25564         * gst-libs/gst/media-info/media-info-priv.c: (gmip_reset),
25565         (gmip_find_type), (gmip_find_stream), (gmip_find_track_metadata),
25566         (gmip_find_track_streaminfo), (gmip_find_track_format):
25567         * gst-libs/gst/media-info/media-info.c:
25568         (gst_media_info_read_idler):
25569         * gst-libs/gst/play/play.c: (gst_play_get_sink_element),
25570         (gst_play_get_all_by_interface):
25571         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
25572         (gst_riff_parse_chunk), (gst_riff_parse_file_header),
25573         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
25574         (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
25575         (gst_riff_parse_info):
25576         * gst-libs/gst/riff/riff-read.h:
25577         * gst-libs/gst/riff/riff.c: (plugin_init):
25578         * gst-libs/gst/video/Makefile.am:
25579         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_init),
25580         (gst_videosink_class_init), (gst_videosink_get_type):
25581         * gst-libs/gst/video/videosink.h:
25582         * gst/audioconvert/bufferframesconvert.c:
25583         (buffer_frames_convert_init), (buffer_frames_convert_fixate),
25584         (buffer_frames_convert_setcaps), (buffer_frames_convert_chain):
25585         * gst/audioconvert/channelmixtest.c: (main):
25586         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
25587         (gst_audio_convert_chain),
25588         (gst_audio_convert_caps_remove_format_info),
25589         (gst_audio_convert_getcaps), (gst_audio_convert_parse_caps),
25590         (gst_audio_convert_setcaps), (_fixate_caps_to_int),
25591         (gst_audio_convert_fixate), (gst_audio_convert_get_buffer),
25592         (gst_audio_convert_buffer_to_default_format),
25593         (gst_audio_convert_buffer_from_default_format),
25594         (gst_audio_convert_channels):
25595         * gst/audioconvert/gstchannelmix.h:
25596         * gst/ffmpegcolorspace/avcodec.h:
25597         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
25598         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
25599         (gst_ffmpegcsp_configure_context), (gst_ffmpegcsp_setcaps),
25600         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain):
25601         * gst/tags/gstid3tag.c: (gst_tag_extract_id3v1_string):
25602         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
25603         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
25604         (mp3_type_find), (mpeg2_sys_type_find), (mpeg1_sys_type_find),
25605         (mpeg_video_type_find), (mpeg_video_stream_type_find),
25606         (dv_type_find):
25607         * gst/videotestsrc/gstvideotestsrc.c:
25608         (gst_videotestsrc_class_init), (gst_videotestsrc_src_negotiate),
25609         (gst_videotestsrc_src_link), (gst_videotestsrc_parse_caps),
25610         (gst_videotestsrc_src_accept_caps), (gst_videotestsrc_setcaps),
25611         (gst_videotestsrc_src_unlink), (gst_videotestsrc_activate),
25612         (gst_videotestsrc_change_state), (gst_videotestsrc_getcaps),
25613         (gst_videotestsrc_init), (gst_videotestsrc_src_query),
25614         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_loop):
25615         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
25616         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_fixate),
25617         (gst_xvimagesink_getcaps), (gst_xvimagesink_setcaps),
25618         (gst_xvimagesink_change_state), (gst_xvimagesink_get_times),
25619         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
25620         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
25621         (gst_xvimagesink_navigation_send_event),
25622         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_expose),
25623         (gst_xvimagesink_set_property), (gst_xvimagesink_finalize),
25624         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
25625         * sys/xvimage/xvimagesink.h:
25626         Plugin port to 0.9, ogg/theora playback should work in the seek
25627         example now.
25628         Removed old examples.
25629         Removed old oggvorbisenc, renamed rawvorbisenc to vorbisenc as
25630         explained in 0.9 TODO doc.
25631
25632
25633 2005-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
25634
25635         * autogen.sh:
25636         * configure.ac:
25637         * ext/Makefile.am:
25638         * gst/Makefile.am:
25639         * po/POTFILES.in:
25640         * po/af.po:
25641         * po/az.po:
25642         * po/cs.po:
25643         * po/en_GB.po:
25644         * po/hu.po:
25645         * po/it.po:
25646         * po/nb.po:
25647         * po/nl.po:
25648         * po/or.po:
25649         * po/sq.po:
25650         * po/sr.po:
25651         * po/sv.po:
25652         * po/uk.po:
25653         * po/vi.po:
25654         * sys/Makefile.am:
25655         * testsuite/Makefile.am:
25656           remove a whole bunch of plugins.  This module now contains a set
25657           of free reference plugins/elements as agreed.
25658
25659 2005-02-22  Thomas Vander Stichele  <thomas at apestaart dot org>
25660
25661         * configure.ac:
25662           hunting season on 0.9 is now OPEN
25663
25664 2005-02-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25665
25666         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
25667           Kick the hell out of gcc for not warning me about a symbol conflict.
25668
25669 2005-02-22  Luca Ognibene  <luogni@tin.it>
25670
25671         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
25672
25673         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link):
25674           Don't leak caps string (fixes #168134)
25675
25676         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init),
25677         (gst_jpegenc_init), (gst_jpegenc_finalize),
25678         (gst_jpegenc_change_state):
25679           Don't leak line buffers and context struct (fixes #168133).
25680
25681 2005-02-21  Tim-Philipp Müller  <tim at centricular dot net>
25682
25683         * configure.ac:
25684         * ext/dirac/gstdiracdec.cc:
25685         (gst_diracdec_chain):
25686           Since dirac 0.5.0 the framerate in dirac is expressed as a
25687           rational number. Fix build and up requirement to 0.5.0, and
25688           also pass parameters to gst_diracdec_link in the right order
25689           (fixes #167959).
25690
25691 2005-02-21  Maciej Katafiasz  <mathrick@freedesktop.org>
25692
25693         * ext/faad/gstfaad.c: (gst_faad_sinkconnect), (gst_faad_chain):
25694         * ext/faad/gstfaad.h:
25695         TEH LONGEST DEBUGGING SESSION EVAR is over. Fix interaction with 
25696         certain invalid muxed streams, where some packets will contain 
25697         junk after decoder data. Partially fixes #149158.
25698
25699 2005-02-21  Jan Schmidt <thaytan@mad.scientist.com>
25700         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_chain):
25701           Make sure we only write to writable buffers
25702
25703 2005-02-20  Tim-Philipp Müller  <tim at centricular dot net>
25704
25705         * gst-libs/gst/riff/riff-media.c:
25706         (gst_riff_create_audio_caps_with_data):
25707           Do actually fix invalid RIFF fmt header values for alaw
25708           and mulaw audio instead of just saying so.
25709
25710         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
25711           Give gst_riff_create_audio_caps_with_data() a chance to
25712           fix up broken format header fields before extracting any
25713           parameters from the header. (fixes #167633)
25714
25715 2005-02-19  Martin Holters  <martin.holters@gmx.de>
25716
25717         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
25718
25719         * gst/audioconvert/bufferframesconvert.c:
25720         (buffer_frames_convert_link):
25721           Don't leak othercaps. (fixes #167878)
25722
25723 2005-02-19  Arwed v. Merkatz  <v.merkatz@gmx.net>
25724
25725         * configure.ac:
25726         * ext/libvisual/visual.c: (gst_visual_srclink),
25727         (gst_visual_change_state):
25728           Support libvisual 0.2.0.
25729
25730 2005-02-18  Tim-Philipp Müller  <tim at centricular dot net>
25731
25732         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_chain):
25733         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain):
25734           Use same rowstrides for I420 as used everywhere else.
25735
25736 2005-02-17  Tim-Philipp Müller  <tim at centricular dot net>
25737
25738         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
25739           Declare variables at beginning of block and make gcc-2.95 happy
25740           (fixes # 167482, patch by Gergely Nagy).
25741           
25742         * gst/tcp/gsttcpclientsrc.c:
25743         * gst/tcp/gsttcpclientsrc.h:
25744           Move some includes into the header, so that struct sockaddr_in is
25745           defined when it should be defined on FreeBSD as well (fixes
25746           #167483).
25747           
25748         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
25749           Don't pass uninitialised values to setsockopt() here either.
25750
25751 2005-02-17  Luca Ognibene  <luogni at tin dot it>
25752
25753         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
25754
25755         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send):
25756           Don't pass uninitialised values to setsockopt(). (fixes #167704)
25757
25758 2005-02-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25759
25760         * gst/playback/gstplaybin.c: (add_sink):
25761           Invert bin_add/link order to workaround deadlock in opt.
25762
25763 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25764
25765         * gst/modplug/gstmodplug.cc:
25766           Add missing break causing position queries to fail.
25767
25768 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25769
25770         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_populate):
25771           Granpos can apparently be -1, which screws up calculations...
25772
25773 2005-02-16  Jan Schmidt  <thaytan@mad.scientist.com>
25774
25775         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
25776         (gst_ximagesink_send_pending_navigation),
25777         (gst_ximagesink_navigation_send_event), (gst_ximagesink_finalize),
25778         (gst_ximagesink_init):
25779         * sys/ximage/ximagesink.h:
25780         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
25781         (gst_xvimagesink_send_pending_navigation),
25782         (gst_xvimagesink_navigation_send_event),
25783         (gst_xvimagesink_finalize), (gst_xvimagesink_init):
25784         * sys/xvimage/xvimagesink.h:
25785           Use a mutex protected list to marshal navigation
25786           events into the stream thread from whichever thread
25787           sends them.
25788
25789 2005-02-15  Tim-Philipp Müller  <tim at centricular dot net>
25790
25791         * gst/speed/demo-mp3.c: (time_tick_cb), (main):
25792           Display current position and track length; misc. clean-ups.
25793           
25794         * gst/speed/gstspeed.c: (speed_get_query_types), (speed_src_query),
25795         (speed_init), (speed_chain):
25796           Add query function, so that the stream length and current position
25797           get adjusted when queried (note that current position queries may
25798           still be wrong if the audio sink returns values based on buffer
25799           timestamps instead of passing on the query).
25800
25801 2005-02-13  Benjamin Otte  <otte@gnome.org>
25802
25803         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
25804         (gst_audio_convert_channels):
25805           create channel conversion matrix when linking
25806         * gst/audioconvert/.cvsignore:
25807         * gst/audioconvert/Makefile.am:
25808         * gst/audioconvert/channelmixtest.c: (main):
25809           add (ugly) test that ensures stereo <=> mono conversion works
25810           correctly
25811
25812 2005-02-13  Benjamin Otte  <otte@gnome.org>
25813
25814         * gst/audioconvert/gstchannelmix.h:
25815           include missing header file
25816         * gst/audioconvert/gstchannelmix.c:
25817         (gst_audio_convert_fill_compatible):
25818           use same sign for both channels when converting to/from compatible
25819           channel. Previously used different signs made the signals cancel
25820           each other out and appear like silence. (fixes #167269)
25821
25822 2005-02-12  Tim-Philipp Müller  <tim at centricular dot net>
25823
25824         * gst/ffmpegcolorspace/avcodec.h:
25825         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
25826         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
25827         (gst_ffmpegcsp_avpicture_fill):
25828         * gst/ffmpegcolorspace/imgconvert.c:
25829           Convert to and from YV12 (fixes #156379).
25830
25831 2005-02-12  Julien MOUTTE  <julien@moutte.net>
25832
25833         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
25834         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
25835         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
25836         (gst_ximagesink_expose), (gst_ximagesink_set_property),
25837         (gst_ximagesink_finalize), (gst_ximagesink_init): Protect interface
25838         methods from chain and negotiation and vice versa (Fixes #166142).
25839         * sys/ximage/ximagesink.h: Add stream_lock.
25840         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
25841         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
25842         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
25843         (gst_xvimagesink_expose): Check for xcontext before trying to link.
25844
25845 2005-02-12  Tim-Philipp Müller  <tim at centricular dot net>
25846
25847         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_open):
25848           Don't send "Hey! You gave me a NULL pointer you naughty person" as
25849           error message when we can't open the DVD device (when dvdnav_open()
25850           fails, src->dvdnav is NULL, so dvdnav_err_to_string() will return
25851           the above). Send something more useful instead (fixes #167117).
25852
25853 2005-02-11  Julien MOUTTE  <julien@moutte.net>
25854
25855         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
25856         (gst_xvimagesink_sink_link), (gst_xvimagesink_change_state),
25857         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
25858         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
25859         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
25860         (gst_xvimagesink_finalize), (gst_xvimagesink_init): Protect interface
25861         methods from chain and negotiation and vice versa (Fixes #166142).
25862         Fix a possible bug of images in the buffer pool being discarded because
25863         we are looking at the wrong geometry.
25864         * sys/xvimage/xvimagesink.h: Add stream_lock.
25865
25866 2005-02-11  David Schleef  <ds@schleef.org>
25867
25868         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer): Change uint to
25869         unsigned int. (fixes #167128)
25870
25871 2005-02-11  David Schleef  <ds@schleef.org>
25872
25873         * gst/librfb/Makefile.am: Testing stuff before committing is
25874           for wimps... and people with fast machines.  Fix stupid
25875           mistake.
25876
25877 2005-02-11  David Schleef  <ds@schleef.org>
25878
25879         * configure.ac: Pull in librfb from my CVS tree, because it is
25880           too small and annoying to be separate.  Move rfbsrc plugin
25881           to gst/.
25882         * ext/Makefile.am:
25883         * ext/librfb/Makefile.am:
25884         * ext/librfb/gstrfbsrc.c:
25885         * gst/librfb/Makefile.am:
25886         * gst/librfb/gstrfbsrc.c:
25887         * gst/librfb/rfb.c:
25888         * gst/librfb/rfb.h:
25889         * gst/librfb/rfbbuffer.c:
25890         * gst/librfb/rfbbuffer.h:
25891         * gst/librfb/rfbbytestream.c:
25892         * gst/librfb/rfbbytestream.h:
25893         * gst/librfb/rfbcontext.h:
25894         * gst/librfb/rfbdecoder.c:
25895         * gst/librfb/rfbdecoder.h:
25896         * gst/librfb/rfbutil.h:
25897
25898 2005-02-10  Tim-Philipp Müller  <tim at centricular dot net>
25899
25900         * gst/speed/Makefile.am:
25901         * gst/speed/demo-mp3.c: (main):
25902         * gst/speed/filter.func:
25903         * gst/speed/gstspeed.c: (speed_link), (speed_parse_caps),
25904         (speed_class_init), (speed_init), (speed_chain_int16),
25905         (speed_chain_float32), (speed_chain), (speed_set_property),
25906         (speed_get_property), (speed_change_state):
25907         * gst/speed/gstspeed.h:
25908           Fix speed element and make it chain-based (fixes #156467),
25909           and make it handle more than one channel.
25910
25911 2005-02-10  Jan Schmidt  <thaytan@mad.scientist.com>
25912
25913         * ext/dts/gstdtsdec.c: (gst_dtsdec_init), (gst_dtsdec_channels),
25914         (gst_dtsdec_handle_event), (gst_dtsdec_handle_frame),
25915         (gst_dtsdec_chain), (gst_dtsdec_change_state):
25916         * ext/dts/gstdtsdec.h:
25917           Don't clobber the stack constructing the channels array.
25918           Make the element chain-based. DTS tracks can now be played.
25919           
25920 2005-02-09  Tim-Philipp Müller  <tim at centricular dot net>
25921
25922         * gst-libs/gst/audio/multichannel.h:
25923         * gst-libs/gst/gconf/gconf.h:
25924         * gst-libs/gst/idct/idct.h:
25925         * gst-libs/gst/media-info/media-info-priv.h:
25926         * gst-libs/gst/play/play.h:
25927         * gst-libs/gst/resample/private.h:
25928         * gst-libs/gst/resample/resample.h:
25929         * gst-libs/gst/riff/riff-ids.h:
25930         * gst-libs/gst/video/video.h:
25931         * gst-libs/gst/video/videosink.h:
25932           Add G_BEGIN_DECLS and G_END_DECLS around headers where
25933           missing, so that they work when included from C++ code.
25934
25935 2005-02-09  David Schleef  <ds@schleef.org>
25936
25937         * testsuite/gst-lint: Check for non-statically scoped
25938           parent_class variables.  This won't be a problem once
25939           plugins are loaded with RTLD_LOCAL.
25940
25941 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25942
25943         * ext/mplex/gstmplexibitstream.cc:
25944           gcc madness.
25945
25946 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25947
25948         * ext/ogg/gstogmparse.c:
25949         * gst/debug/gstnavigationtest.c:
25950           Die, thou faulty symbol pollutors (non-static parent_class).
25951
25952 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25953
25954         * ext/mplex/gstmplexibitstream.cc:
25955           Fix event handling (#165525).
25956
25957 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25958
25959         * ext/mikmod/gstmikmod.c:
25960         * gst/modplug/gstmodplug.cc:
25961           Add missing endianness to template (fixes #165509).
25962
25963 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25964
25965         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_data):
25966           Fix wrong order of reading of optional bytes (#165290).
25967
25968 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25969
25970         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
25971           Implement FILLER event awareness.
25972
25973 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25974
25975         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_convert):
25976           Fix track calculations (#166208).
25977
25978 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
25979
25980         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25981
25982         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (gst_pngdec_chain):
25983         * ext/libpng/gstpngenc.c:
25984           Fix byte-order, use proper fixed caps. Fixes #164197.
25985
25986 2005-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
25987
25988         * configure.ac:
25989           Add dvdlpcmdec 
25990
25991         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_reset),
25992         (free_all_buffers), (gst_mpeg2dec_alloc_buffer):
25993           Don't push buffers if the src pad isn't negotiated yet.
25994           
25995         * gst/audioconvert/gstaudioconvert.c:
25996         (gst_audio_convert_buffer_to_default_format),
25997         (gst_audio_convert_buffer_from_default_format):
25998           Add support for 24-bit width.
25999
26000         * gst/dvdlpcmdec/.cvsignore:
26001         * gst/dvdlpcmdec/Makefile.am:
26002         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_get_type),
26003         (gst_dvdlpcmdec_base_init), (gst_dvdlpcmdec_class_init),
26004         (gst_dvdlpcm_reset), (gst_dvdlpcmdec_init), (gst_dvdlpcmdec_link),
26005         (gst_dvdlpcmdec_chain), (gst_dvdlpcmdec_change_state),
26006         (plugin_init):
26007         * gst/dvdlpcmdec/gstdvdlpcmdec.h:
26008           New decoder for rearranging DVD LPCM into our audio/x-raw-int
26009           format. Needs support for the channels maps if someone can find 
26010           a DVD LPCM track with > 2 channels.
26011
26012         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_handle_dvd_event),
26013         (gst_dvd_demux_send_discont), (gst_dvd_demux_handle_discont),
26014         (gst_dvd_demux_get_audio_stream), (gst_dvd_demux_process_private):
26015         * gst/mpegstream/gstdvddemux.h:
26016         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
26017         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_init_stream),
26018         (gst_mpeg_demux_send_subbuffer), (gst_mpeg_demux_handle_src_query):
26019         * gst/mpegstream/gstmpegdemux.h:
26020         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_reset),
26021         (gst_mpeg_parse_parse_packhead), (gst_mpeg_parse_loop),
26022         (gst_mpeg_parse_get_rate), (gst_mpeg_parse_convert_src),
26023         (gst_mpeg_parse_handle_src_query),
26024         (gst_mpeg_parse_handle_src_event):
26025           Use audio/x-dvd-lpcm for LPCM output.
26026           Add DTS output.
26027
26028 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
26029
26030         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26031
26032         * gst/alpha/gstalphacolor.c: (gst_alpha_color_sink_link),
26033         (transform_rgb), (transform_bgr), (gst_alpha_color_chain):
26034           Add BGRA handling (#165736).
26035
26036 2005-02-08  Francis Labonte  <francis_labonte@hotmail.com>
26037
26038         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26039
26040         * gst/law/alaw-decode.c: (alawdec_link):
26041         * gst/law/alaw-encode.c: (alawenc_link):
26042         * gst/law/mulaw-decode.c: (mulawdec_link):
26043         * gst/law/mulaw-encode.c: (mulawenc_link):
26044           Fix caps memleaks (#166600).
26045
26046 2005-02-08  Tim-Philipp Müller  <tim at centricular dot net>
26047
26048         * ext/tarkin/mem.h:
26049         * ext/tarkin/wavelet.h:
26050         * ext/tarkin/yuv.h:
26051         * gst/ffmpegcolorspace/avcodec.h:
26052           Include "_stdint.h" instead of <stdint.h>. Fixes build on
26053           systems that don't have stdint.h, like Solaris9 (fixes #166631).
26054
26055 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26056
26057         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state):
26058         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_clear),
26059         (gst_xvimagesink_change_state):
26060           Clear window on PAUSED->READY instead of READY->PAUSED. Stop
26061           Xv video (and thereby regenerate Xv colourkey) in clear() so
26062           that PLAY -> READY -> PLAY works (fixes #162504).
26063
26064 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26065
26066         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_getcaps):
26067           Switch to list instead of range, since MJPEG-devices really just
26068           support decimations, not any size.
26069
26070 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
26071         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_open_decoder),
26072         (gst_mpeg2dec_reset), (free_all_buffers),
26073         (gst_mpeg2dec_alloc_buffer), (handle_sequence):
26074         * ext/mpeg2dec/gstmpeg2dec.h:
26075           The libmpeg2 user-allocated buffer management is awkward, 
26076           to say the least. Hopefully this fixes things.
26077
26078 2005-02-04  Andy Wingo  <wingo@pobox.com>
26079
26080         * gst/audioconvert/bufferframesconvert.c
26081         (buffer_frames_convert_fixate): New function, fixates to 256
26082         frames per buffer by default. (Much better than 1.)
26083         (buffer_frames_convert_init): Set the fixate function for both src
26084         and sink pad.
26085         (buffer_frames_convert_link): After success setting nonfixed caps,
26086         get the negotiated caps so we can know how many buffer-frames it
26087         will be. No idea how this worked at all before.
26088
26089 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
26090
26091         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
26092         (gst_mpeg2dec_close_decoder), (put_buffer), (check_buffer),
26093         (free_buffer), (free_all_buffers), (gst_mpeg2dec_alloc_buffer),
26094         (handle_sequence), (handle_picture):
26095         * ext/mpeg2dec/gstmpeg2dec.h:
26096           Rearrange buffer tracking and refcounting and refactor
26097           a little for readability. 
26098
26099 2005-02-04  Jan Schmidt  <thaytan@mad.scientist.com>
26100         * sys/v4l/gstv4l.c: (plugin_init):
26101         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_get_type),
26102         (gst_v4ljpegsrc_base_init), (gst_v4ljpegsrc_class_init),
26103         (gst_v4ljpegsrc_init), (gst_v4ljpegsrc_src_link),
26104         (gst_v4ljpegsrc_getcaps), (gst_v4ljpegsrc_get):
26105         * sys/v4l/gstv4ljpegsrc.h:
26106         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_open), (gst_v4lsrc_src_link):
26107         * sys/v4l/v4l_calls.h:
26108         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_palette_name),
26109         (gst_v4lsrc_get_fps):
26110         * sys/v4l/v4lsrc_calls.h:
26111           Add new v4ljpegsrc for handling the ov51x hacky "I'll give
26112           you jpeg inside rgb frames" driver.
26113           Don't error in the v4lsrc link function, just return 
26114           REFUSED.
26115
26116 2005-02-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26117
26118         * sys/qcam/gstqcamsrc.c: (gst_qcamsrc_change_state),
26119         (gst_qcamsrc_open):
26120           Use GST_ELEMENT_ERROR, not g_warning, if open failed.
26121
26122 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26123
26124         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
26125           Change caps on MJPEG-B so it doesn't interfere with MJPEG/JPEG.
26126
26127 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26128
26129         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_change_state):
26130           Reset negotiated state on PAUSED->READY.
26131
26132 2005-02-02  David Schleef  <ds@schleef.org>
26133
26134         * configure.ac: Put DEFAULT_AUDIOSINK in config.h and use
26135         whereever possible.  (Fixes #165997)
26136         * examples/capsfilter/capsfilter1.c: (main):
26137         * examples/dynparams/filter.c: (create_ui):
26138         * examples/seeking/cdparanoia.c: (get_track_info), (main):
26139         * examples/seeking/chained.c: (main):
26140         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
26141         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
26142         (make_vorbis_pipeline), (make_mp3_pipeline), (make_avi_pipeline),
26143         (make_mpeg_pipeline), (make_mpegnt_pipeline):
26144         * examples/seeking/spider_seek.c: (make_spider_pipeline):
26145         * examples/switch/switcher.c: (main):
26146         * ext/dv/demo-play.c: (main):
26147         * ext/faad/gstfaad.c: (gst_faad_change_state):
26148         * ext/mad/gstmad.c: (gst_mad_chain):
26149         * ext/smoothwave/demo-osssrc.c: (main):
26150         * gst-libs/gst/gconf/gconf.c: (gst_gconf_set_string),
26151         (gst_gconf_render_bin_from_description),
26152         (gst_gconf_get_default_audio_sink),
26153         (gst_gconf_get_default_video_sink),
26154         (gst_gconf_get_default_audio_src),
26155         (gst_gconf_get_default_video_src),
26156         (gst_gconf_get_default_visualization_element):
26157         * gst/level/demo.c: (main):
26158         * gst/level/plot.c: (main):
26159         * gst/playback/gstplaybin.c: (gen_video_element),
26160         (gen_audio_element):
26161         * gst/playback/test.c: (gen_video_element), (gen_audio_element):
26162         * gst/playondemand/demo-mp3.c: (setup_pipeline):
26163         * gst/sine/demo-dparams.c: (main):
26164         * gst/spectrum/demo-osssrc.c: (main):
26165         * gst/speed/demo-mp3.c: (main):
26166         * gst/volume/demo.c: (main):
26167         * testsuite/embed/embed.c: (main):
26168
26169 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
26170
26171         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
26172         (gst_tcpclientsink_finalize):
26173         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
26174         (gst_tcpclientsrc_finalize):
26175         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
26176         (gst_tcpserversink_init), (gst_tcpserversink_finalize):
26177         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
26178         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize):
26179           Don't leak the hostname when shutting down.
26180           In tcpserversrc, take a copy of the default hostname.
26181
26182 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26183
26184         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iso_receive):
26185           Set caps to systemstream=TRUE.
26186
26187 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26188
26189         * testsuite/Makefile.am:
26190           Fix more OSX buildbots.
26191
26192 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
26193
26194         * ext/mpeg2dec/gstmpeg2dec.c:
26195           Don't send things to NULL PAD_PEERs
26196
26197         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_chain):
26198           Copy-on-write the incoming buffer.
26199
26200         * gst/mpegstream/gstdvddemux.h:
26201         * gst/mpegstream/gstmpegclock.h:
26202         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
26203         (normal_seek), (gst_mpeg_demux_handle_src_event):
26204         * gst/mpegstream/gstmpegdemux.h:
26205         * gst/mpegstream/gstmpegpacketize.h:
26206         * gst/mpegstream/gstmpegparse.c:
26207         (gst_mpeg_parse_update_streaminfo), (gst_mpeg_parse_reset),
26208         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead),
26209         (gst_mpeg_parse_loop), (gst_mpeg_parse_get_rate),
26210         (gst_mpeg_parse_convert_src), (gst_mpeg_parse_handle_src_query),
26211         (gst_mpeg_parse_handle_src_event), (gst_mpeg_parse_change_state):
26212         * gst/mpegstream/gstmpegparse.h:
26213         * gst/mpegstream/gstrfc2250enc.h:
26214           Various changes to the way time is computed that make seeking and
26215           total time estimation much better here.
26216           Use G_BEGIN/END_DECLS instead of __cplusplus
26217
26218         * gst/videocrop/gstvideocrop.c: (gst_video_crop_chain):
26219           Use gst_buffer_stamp instead of only copying the TIMESTAMP
26220
26221 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26222
26223         * gst/subparse/gstsubparse.c:
26224           Fix OSX buildbot.
26225
26226 2005-01-31  Tim-Philipp Müller  <tim at centricular dot net>
26227
26228         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
26229         (theora_enc_chain), (theora_enc_change_state):
26230         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
26231         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_chain),
26232         (gst_vorbisenc_change_state):
26233         * ext/vorbis/vorbisenc.h:
26234           Set granulepos and timestamp correctly for streams not
26235           starting at 0, taking into account the initial delay.
26236
26237 2005-01-31  Tim-Philipp Müller  <tim at centricular dot net>
26238
26239         * gst/mpegstream/gstdvddemux.c:
26240           Add audio/x-dts to audio pad template caps
26241
26242 2005-01-30  David Schleef  <ds@schleef.org>
26243
26244         * ext/polyp/polypsink.c: (gst_polypsink_base_init),
26245         (create_context), (gst_polypsink_link): Fix silly endianness
26246         bug.  Add some debugging.  Remove float from caps; it doesn't
26247         work.  Attempt to get remote audio working.
26248
26249 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26250
26251         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
26252           Add 3IV2 fourcc.
26253
26254 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26255
26256         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream), (swap_line),
26257         (gst_avi_demux_invert), (gst_avi_demux_process_next_entry),
26258         (gst_avi_demux_stream_data):
26259         * gst/avi/gstavidemux.h:
26260           Invert DIB images. Fixes #132341.
26261
26262 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26263
26264         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26265         (gst_ffmpegcsp_chain):
26266           D'oh, reference the palette data, not the palette structure.
26267           Fixes color distortion in #132341.
26268
26269 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26270
26271         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
26272           PAR can be non-fixed when not provided as argument (#162626).
26273
26274 2005-01-29  David Moore  <dcm@acm.org>
26275
26276         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26277
26278         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
26279         (gst_qtdemux_loop_header):
26280           Re-apply patch from #142272 that allows non-seekable sources,
26281           re-proposed by Daniel Drake <dsd@gentoo.org>.
26282
26283 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26284
26285         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_init):
26286           Use the src template for creating the src pad (#162330).
26287
26288 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26289
26290         * configure.ac:
26291         * ext/musepack/Makefile.am:
26292         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_class_init),
26293         (gst_musepackdec_init), (gst_musepackdec_dispose),
26294         (gst_musepackdec_src_query), (gst_musepackdec_src_convert),
26295         (gst_musepack_stream_init), (gst_musepackdec_loop),
26296         (gst_musepackdec_change_state):
26297         * ext/musepack/gstmusepackdec.cpp:
26298         * ext/musepack/gstmusepackdec.h:
26299         * ext/musepack/gstmusepackreader.c: (gst_musepack_reader_peek),
26300         (gst_musepack_reader_read), (gst_musepack_reader_seek),
26301         (gst_musepack_reader_tell), (gst_musepack_reader_get_size),
26302         (gst_musepack_reader_canseek), (gst_musepack_init_reader):
26303         * ext/musepack/gstmusepackreader.cpp:
26304         * ext/musepack/gstmusepackreader.h:
26305           Update to 1.1 API (#165446).
26306
26307 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26308
26309         * ext/Makefile.am:
26310           Unbreak buildbot.
26311
26312 2005-01-28  Andy Wingo  <wingo@pobox.com>
26313
26314         * ext/dv/gstdvdec.c: Change the pixel aspect ratio of dvdec output
26315         to reflect a different dubious internet source. Add a reference
26316         and some commentary.
26317
26318 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26319
26320         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
26321         (gst_stream_selector_get_caps), (gst_stream_selector_chain):
26322         * gst/playback/gststreamselector.h:
26323           Be more selective when we're redoing caps negotiation from
26324           within the chain function on a stream change.
26325
26326 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26327
26328         * configure.ac:
26329         * ext/Makefile.am:
26330         * ext/amrnb/Makefile.am:
26331         * ext/amrnb/amrnb.c: (plugin_init):
26332         * ext/amrnb/amrnbdec.c: (gst_amrnbdec_get_type),
26333         (gst_amrnbdec_base_init), (gst_amrnbdec_class_init),
26334         (gst_amrnbdec_init), (gst_amrnbdec_link), (gst_amrnbdec_chain),
26335         (gst_amrnbdec_state_change):
26336         * ext/amrnb/amrnbdec.h:
26337         * ext/amrnb/amrnbparse.c: (gst_amrnbparse_get_type),
26338         (gst_amrnbparse_base_init), (gst_amrnbparse_class_init),
26339         (gst_amrnbparse_init), (gst_amrnbparse_formats),
26340         (gst_amrnbparse_querytypes), (gst_amrnbparse_query),
26341         (gst_amrnbparse_handle_event), (gst_amrnbparse_reserve),
26342         (gst_amrnbparse_loop), (gst_amrnbparse_state_change):
26343         * ext/amrnb/amrnbparse.h:
26344           Add support for AMR-NB (mobile phone audio format; #155163, #163286).
26345         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
26346           Add AMR-NB/-WB raw formats.
26347         * ext/alsa/gstalsa.c: (gst_alsa_link):
26348           Keep valid time when changing format.
26349         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
26350         (qtdemux_parse_trak):
26351           Add some more format-specific options (#140141, #143555, #155163).
26352
26353 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26354
26355         * gst/matroska/matroska-demux.c:
26356         (gst_matroska_demux_parse_blockgroup):
26357           Fix logic error in timing of subtitle stream synchronization.
26358         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
26359           Add skip-chunk, which is found in kodak-camera streams.
26360
26361 2005-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
26362
26363         * po/LINGUAS:
26364         * po/vi.po:
26365           Adding Vietnamese translation (submitted by Clytie Siddall)
26366
26367 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26368
26369         * gst/playback/gstdecodebin.c: (try_to_link_1):
26370           Use realpad for signal.
26371
26372 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26373
26374         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_base_init):
26375           Fix category so decodebin picks it up.
26376
26377 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26378
26379         * ext/mad/Makefile.am:
26380         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_get_type),
26381         (gst_id3demux_bin_base_init), (gst_id3demux_bin_class_init),
26382         (gst_id3demux_bin_init), (gst_id3demux_bin_remove_pad),
26383         (found_type), (gst_id3demux_bin_change_state):
26384         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
26385         (gst_id3_tag_init), (gst_id3_tag_handle_event),
26386         (gst_id3_tag_src_link), (gst_id3_tag_chain),
26387         (gst_id3_tag_change_state), (plugin_init):
26388         * ext/mad/gstmad.h:
26389           Add id3demuxbin (which is a simple bin consisting of id3demux
26390           and typefind), take over rank from id3demux, remove typefind
26391           code from id3demux. Makes all broken mp3s that I know of work,
26392           and thereby fixes #152688.
26393
26394 2005-01-27  Edward Hervey  <bilboed@bilboed.com>
26395
26396         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26397
26398         * ext/mad/gstmad.c: (gst_mad_src_event):
26399         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
26400           Allow seeks on audio pad, make mad forward those (#164826).
26401         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
26402           Set duration (#165335).
26403
26404 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26405
26406         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
26407         (gst_asf_demux_commit_taglist), (gst_asf_demux_process_comment),
26408         (gst_asf_demux_process_ext_content_desc),
26409         (gst_asf_demux_change_state), (gst_asf_demux_add_audio_stream),
26410         (gst_asf_demux_add_video_stream), (gst_asf_demux_setup_pad):
26411         * gst/asfdemux/gstasfdemux.h:
26412           Improve metadata display, e.g. if the metadata comes before the
26413           streams are loaded (which is perfectly valid).
26414
26415 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26416
26417         * tools/gst-launch-ext-m.m:
26418           Fix AVI/ASF pipelines (#165340).
26419
26420 2005-01-26  Amaury Jacquot  <sxpert@esitcom.org>
26421         * ext/cairo/gsttextoverlay.c: include  string.h and strings.h to fix
26422         build failure on amd64
26423
26424 2005-01-26  Tim-Philipp Müller  <tim at centricular dot net>
26425
26426         * ext/mad/gstid3tag.c: (mad_id3_parse_latin1_string),
26427         (mad_id3_parse_comment_frame), (gst_mad_id3_to_tag_list):
26428           Check environment variables GST_ID3V2_TAG_ENCODING,
26429           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
26430           list of character encodings to force interpretation of non-unicode
26431           strings stored in an ID3v2 tag to a particular encoding. If none
26432           is specified, try to use current locale's encoding, then fall back
26433           to ISO-8859-1 (which will always succeed). (Resolves #149274)
26434         * gst/tags/gstid3tag.c: (gst_tag_from_id3_tag),
26435         (gst_tag_extract_id3v1_string), (gst_tag_list_new_from_id3v1):
26436           Check environment variables GST_ID3V1_TAG_ENCODING,
26437           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
26438           list of character encodings to use in case a string encountered
26439           in an ID3v1 tag is not valid UTF-8 already. If no encoding is
26440           specified, try to use the current locale's encoding, then fall
26441           back to ISO-8859-1 (which will always succeed).
26442
26443 2005-01-25  Benjamin Otte  <otte@gnome.org>
26444
26445         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
26446           - on half framerate, compute the rate in advance so the comparisons
26447             don't compare wrong values
26448           - don't use mad_synth/frame_mute anymore, this mirrors mad_decoder
26449             behaviour
26450           - don't use mad_header_decode anymore, mad_frame_decode does that
26451             automatically
26452           - when getting rid of consumed bytes, reset the stream's skiplen
26453           (fixes #163867)
26454
26455 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
26456
26457         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init)
26458           Use 1/2 a second for default max_discont, as PES streams from DVB
26459           seem to have larger spacings in the SCR. 
26460           Fix a typo.
26461
26462 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26463
26464         * gst/playback/gstplaybasebin.c: (group_commit):
26465           Notify delayed stream-info availability.
26466
26467 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
26468         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
26469         (gst_a52dec_handle_event), (gst_a52dec_chain):
26470         Add some debug output. Check that a discont has a valid
26471         time associated.
26472         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
26473         (gst_alsa_sink_loop):
26474         Ignore TAG events. A little extra debug for broken timestamps.
26475         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init), (dvdnavsrc_loop),
26476         (dvdnavsrc_change_state):
26477         Ensure we send a discont to engage the link before we send any
26478         other events.
26479         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_init),
26480         (dvdreadsrc_finalize), (_close), (_open), (_seek_title),
26481         (_seek_chapter), (seek_sector), (dvdreadsrc_get),
26482         (dvdreadsrc_uri_get_uri), (dvdreadsrc_uri_set_uri):
26483         Handle URI of the form dvd://title[,chapter[,angle]]. Currently only
26484         dvd://title works in totem because typefinding sends a seek that ends
26485         up going back to chapter 1 regardless.
26486         * ext/mpeg2dec/gstmpeg2dec.c:
26487         * ext/mpeg2dec/gstmpeg2dec.h:
26488         Output correct timestamps and handle disconts.
26489         * ext/ogg/gstoggdemux.c: (get_relative):
26490         Small guard against a null dereference.
26491         * ext/pango/gsttextoverlay.c: (gst_textoverlay_finalize),
26492         (gst_textoverlay_set_property):
26493         Free memory when done. Don't call gst_event_filler_get_duration on
26494         EOS events. Use GST_LOG and GST_WARNING instead of g_message and
26495         g_warning.
26496         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_init),
26497         (draw_line), (gst_smoothwave_dispose), (gst_sw_sinklink),
26498         (gst_sw_srclink), (gst_smoothwave_chain):
26499         Draw solid lines, prettier colours.
26500         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_init):
26501         Add a default palette that'll work for some movies.
26502         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_init),
26503         (gst_dvd_demux_handle_dvd_event), (gst_dvd_demux_send_discont),
26504         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_reset):
26505         * gst/mpegstream/gstdvddemux.h:
26506         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
26507         (gst_mpeg_demux_parse_syshead), (gst_mpeg_demux_parse_pes):
26508         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
26509         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead):
26510         * gst/mpegstream/gstmpegparse.h:
26511         Use PTM/NAV events when for timestamp adjustment when connected to 
26512         dvdnavsrc. Don't use many discont events where one suffices.
26513         * gst/playback/gstplaybasebin.c: (group_destroy),
26514         (gen_preroll_element), (gst_play_base_bin_add_element):
26515         * gst/playback/gstplaybasebin.h:
26516         Make sure we remove subtitles from the same bin we put them in.
26517         * gst/subparse/gstsubparse.c: (convert_encoding), (parse_subrip),
26518         (gst_subparse_buffer_format_autodetect),
26519         (gst_subparse_change_state):
26520         Fix some memleaks and invalid accesses.
26521         * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find),
26522         (oggskel_type_find), (cmml_type_find), (plugin_init):
26523         Some typefind functions for Annodex v3.0 files
26524         * gst/wavparse/gstwavparse.h:
26525         GstRiffReadClass is the correct parent class.
26526
26527 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26528
26529         * gst-libs/gst/riff/riff-media.c:
26530         (gst_riff_create_video_caps_with_data):
26531           Add extradata to huffyuv (fixes #165013).
26532         * gst-libs/gst/riff/riff-read.c:
26533         (gst_riff_read_strf_vids_with_data):
26534           Fix extradata extraction if it is in the chunk size.
26535
26536 2005-01-25  Edward Hervey  <bilboed@bilboed.com>
26537
26538         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26539
26540         * gst/effectv/gstquark.c: (gst_quarktv_class_init),
26541         (gst_quarktv_change_state), (gst_quarktv_dispose):
26542           Memory free'ing location fix (#164708).
26543
26544 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26545
26546         * gst/playback/gstplaybasebin.c: (group_commit),
26547         (gen_preroll_element), (probe_triggered), (gen_source_element),
26548         (setup_source), (gst_play_base_bin_change_state),
26549         (gst_play_base_bin_add_element):
26550           Don't block for streams.
26551         * gst/playback/gststreaminfo.c: (stream_info_change_state),
26552         (gst_stream_info_set_mute):
26553           Use gst_pad_set_active_recursive.
26554
26555 2005-01-25  Andy Wingo  <wingo@pobox.com>
26556
26557         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Fix compile
26558         for #ifndef HAVE_XVIDEO.
26559
26560 2005-01-24  Jeffrey C. Ollie
26561
26562         reviewed by: Maciej Katafiasz  <mathrick@freedesktop.org>
26563
26564         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_chain):
26565         * ext/gsm/gstgsmdec.h:
26566         * ext/gsm/gstgsmenc.c: (gst_gsmenc_init), (gst_gsmenc_chain):
26567         * ext/gsm/gstgsmenc.h:
26568         Fix rate to 8kHz as per spec, removes obscure errors when no rate
26569         was given by property. Add proper buffer timestamps and offsets.
26570
26571 2005-01-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26572
26573         * gst-libs/gst/riff/riff-media.c:
26574         (gst_riff_create_audio_caps_with_data):
26575           Audio can be <8000Hz.
26576
26577 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26578
26579         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
26580           Explicit state change to workaround refcount bugs.
26581
26582 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26583
26584         * gst/avi/gstavimux.c: (gst_avimux_write_tag),
26585         (gst_avimux_riff_get_avi_header):
26586           Fix...
26587
26588 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26589
26590         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_element_data),
26591         (gst_riff_read_element_data):
26592         * gst-libs/gst/riff/riff-read.h:
26593           Add _peek version (req'ed in CDXA).
26594         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_init),
26595         (gst_cdxaparse_loop):
26596           Fix parsing in playbin.
26597         * gst/playback/gstdecodebin.c: (close_pad_link):
26598           Ignore current_ pads, they cause major annoyance.
26599
26600 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26601
26602         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
26603           Safety guard.
26604
26605 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26606
26607         * gst/avi/gstavimux.c: (gst_avimux_write_tag):
26608           Fix padding...
26609
26610 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26611
26612         * gst/matroska/ebml-read.c: (gst_ebml_read_buffer):
26613           Allow for 0-sized buffers. Fixes length query problems in
26614           starwars.mkv from the testsuite.
26615
26616 2005-01-19  Tim-Philipp Müller  <tim at centricular dot net>
26617
26618         * gst/videobox/gstvideobox.c: (gst_video_box_copy_plane_i420),
26619         (gst_video_box_i420), (gst_video_box_chain):
26620           Fix row strides for I420 (fixes #163159)
26621           
26622 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26623
26624         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
26625           MPEG2 has a useful rate property, so we can actually use that.
26626           For MPEG-1, continue using the bytes/time properties.
26627
26628 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26629
26630         * gst-libs/gst/riff/riff-media.c:
26631         (gst_riff_create_video_caps_with_data),
26632         (gst_riff_create_video_template_caps):
26633           Add intel-h263.
26634
26635 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26636
26637         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
26638           Fail if caps negotiation fails. Should fix #162184, and should
26639           definately be in there regardless of it fixing the actual bug.
26640         * gst/avi/gstavimux.c: (gst_avimux_get_type), (gst_avimux_init),
26641         (gst_avimux_write_tag), (gst_avimux_riff_get_avi_header),
26642         (gst_avimux_riff_get_avix_header),
26643         (gst_avimux_riff_get_video_header),
26644         (gst_avimux_riff_get_audio_header), (gst_avimux_write_index),
26645         (gst_avimux_start_file), (gst_avimux_handle_event),
26646         (gst_avimux_change_state):
26647         * gst/avi/gstavimux.h:
26648           Refactor structure writing to use GST_WRITE_UINT macros, add
26649           metadata writing support.
26650
26651 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26652
26653         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
26654           Elements may already be destroyed when this function is called.
26655
26656 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26657
26658         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
26659         (gst_qtdemux_loop_header), (gst_qtdemux_handle_esds):
26660           More memory leak fixes (#149162).
26661
26662 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26663
26664         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
26665         (gst_qtdemux_add_stream):
26666           Fix two memleaks.
26667
26668 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26669
26670         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
26671           Argh...
26672
26673 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26674
26675         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
26676           Fix off-by-one bug. Fixes warnings during playback of sincity.mp4
26677           when fixating to six channels in Totem.
26678
26679 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
26680
26681         * ext/dvdread/dvdreadsrc.c: (get_next_cell_for):
26682           Fix compile warnings on Solaris 10 buildbot
26683
26684 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
26685
26686         * ext/dvdread/dvdreadsrc.c: (_read):
26687           Don't read beyond the last cell in a chapter (fixes 
26688           invalid memory access)
26689
26690 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
26691
26692         * ext/dvdread/stream_labels.c:
26693         (dvdreadsrc_get_audio_stream_labels):
26694           Use NULL for an empty GList instead of g_list_alloc(); fix 
26695           memory leaks; s/LCPM/LPCM/; use g_strdup_printf() instead 
26696           of GString (easier to bulk free later)
26697
26698 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
26699
26700         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26701
26702         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
26703         (gst_ffmpeg_pixfmt_to_caps):
26704           Fix BGRA32 caps (#164209).
26705
26706 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
26707
26708         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26709
26710         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
26711         (gst_ffmpeg_caps_to_pixfmt):
26712           alpha_mask can be RGBA/ABGR. Fixes #164265.
26713
26714 2005-01-17  Francis Labonte  <francis_labonte@hotmail.com>
26715
26716         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26717
26718         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer),
26719         (gst_mpeg2dec_alloc_buffer):
26720         * ext/mpeg2dec/gstmpeg2dec.h:
26721           Crop if decoding size is not the actual image size (#163676).
26722
26723 2005-01-17  Steve Baker  <steve@stevebaker.org>
26724
26725         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26726
26727         * gst/typefind/gsttypefindfunctions.c: (aiff_type_find),
26728         (svx_type_find), (sds_type_find), (ircam_type_find), (plugin_init):
26729           Add libsndfile typefind functions (#163309).
26730
26731 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26732
26733         * tools/gst-launch-ext-m.m:
26734           Add .aac, fix .m1v/.m2v (#163891).
26735
26736 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26737
26738         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_wait):
26739           Sanity check, don't wait endlessly since the clock might not
26740           actually run at this point (which is a deadlock). Fixes #164069.
26741
26742 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26743
26744         * gst/playback/gstplaybasebin.c: (probe_triggered):
26745           Of course, only pause if group is done...
26746
26747 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26748
26749         * gst/playback/gstplaybasebin.c: (probe_triggered):
26750           Thread safety.
26751
26752 2005-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
26753
26754         * ext/swfdec/gstswfdec.c: (gst_swfdec_change_state):
26755           Don't return state change success when the parent
26756           failed.
26757
26758 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26759
26760         * gst/avi/gstavimux.c: (gst_avimux_handle_event):
26761           Free events (fix memleak in #162905).
26762
26763 2005-01-15  Gergely Nagy  <algernon@bonehunter.rulez.org>
26764
26765         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26766
26767         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
26768         (gst_ffmpeg_caps_to_pixfmt):
26769           Fix for depth = 15. Fixes #161675.
26770
26771 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26772
26773         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
26774           Set FPS correctly, even for webcams and the like.
26775         * sys/v4l/v4l_calls.c: (gst_v4l_set_chan_norm):
26776           Don error on setting while capturing.
26777
26778 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
26779
26780         * ext/dv/gstdvdec.c:
26781         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
26782         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
26783           I'm a bad boy. using /1001. to force C to do float division
26784           and not integer division (as it did in my last commit)
26785           Thanks to David I. Lehn for pointing this mistake.
26786
26787 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26788
26789         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
26790           Revert Johan's 1.35->1.36 since it breaks compat.
26791
26792 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
26793
26794         * ext/dv/gstdvdec.c:
26795         * ext/libfame/gstlibfame.c:
26796         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
26797         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
26798           replace framerate aproximations by their real value
26799           (24000/1001, 30000/1001, 60000/1001)
26800           Finish fixing bug #164049
26801
26802 2005-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
26803
26804         * ext/ogg/gstoggmux.c:
26805           eos/bos debugging
26806         * gst/tcp/gstmultifdsink.c:
26807         * gst/tcp/gstmultifdsink.h:
26808         * gst/tcp/gsttcp.c:
26809         * gst/tcp/gsttcp.h:
26810         * gst/tcp/gsttcpclientsink.c:
26811         * gst/tcp/gsttcpclientsrc.c:
26812         * gst/tcp/gsttcpserversink.c:
26813         * gst/tcp/gsttcpserversrc.c:
26814           improve reusability of elements after state changes and errors
26815           make multifdsink throw away streamheaders when receiving new ones
26816
26817 2005-01-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26818
26819         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
26820           Fix for if items are already in list...
26821
26822 2005-01-12  Benjamin Otte  <otte@gnome.org>
26823
26824         * gst/adder/gstadder.c: (gst_adder_loop):
26825           fix adder a bit so it doesn't screw up with events as much anymore
26826
26827 2005-01-12  Jan Schmidt  <thaytan@mad.scientist.com>
26828
26829         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link),
26830         (pixbufscale_scale), (gst_pixbufscale_chain):
26831         * ext/gdk_pixbuf/pixbufscale.h:
26832           Incorporate changes from Tim-Philipp Mueller <t.i.m@orange.net>
26833           to ensure rowstrides are calculated the same way as 
26834           ffmpegcolorspace
26835           Use gst_buffer_stamp instead of copying TIMESTAMP manually, so
26836           that we pick up duration and offset also.
26837
26838 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26839
26840         * gst/avi/gstavimux.c: (gst_avimux_class_init),
26841         (gst_avimux_pad_unlink), (gst_avimux_release_pad):
26842           Reusability fixes.
26843
26844 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26845
26846         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
26847         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
26848         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
26849         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
26850           Update flags when requested.
26851
26852 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26853
26854         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
26855           Fix dmix.
26856
26857 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26858
26859         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
26860         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
26861         (probe_triggered), (new_decoded_pad), (gen_source_element),
26862         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
26863         * gst/playback/gstplaybasebin.h:
26864         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
26865         (gst_play_bin_init), (group_switch), (remove_sinks), (setup_sinks),
26866         (gst_play_bin_change_state):
26867           Implement group-switch signal for use in apps to clear metadata
26868           cache, clean up subtitle, add suburi property instead of # hack,
26869           some error-out fixes.
26870
26871 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26872
26873         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
26874           Debug.
26875         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame):
26876           If we got a state change in the _get handler, don't return success.
26877
26878 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
26879
26880         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_my_output_message),
26881         (gst_jpegdec_my_emit_message), (gst_jpegdec_init):
26882           Make jpegdec quiet on MJPEG decoding
26883         * gst/asfdemux/README:
26884           Fix mimetypes for MJPEG and H263
26885
26886 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26887
26888         * ext/theora/theoradec.c: (theora_dec_chain):
26889           Fix broken code generation by gcc by swapping arguments.
26890         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
26891           Fix \n in debug.
26892
26893 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
26894
26895         * TODO:
26896           delete this file, it is by far outdated
26897         * ext/alsa/gstalsa.1: remove
26898         * ext/alsa/gstalsa.c: (add_rates), (add_channels), (gst_alsa_caps),
26899         (gst_alsa_check_sample_rates), (gst_alsa_rates_probe),
26900         (gst_alsa_get_caps):
26901           Add HW probing for supported sample rates. Fixes #161704
26902
26903 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26904
26905         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
26906           Don't crash, biatch! :).
26907
26908 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26909
26910         * ext/musepack/gstmusepackreader.cpp:
26911         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
26912           Some work on tags - still doesn't work in playbin...
26913         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
26914           Handle events...
26915
26916 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26917
26918         * gst/qtdemux/qtdemux.c: (qtdemux_parse_tree):
26919           Also shove tags on kid pads.
26920
26921 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26922
26923         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
26924           Don't bail on unknown events.
26925         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
26926           Don't crash on events before negotiation.
26927         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
26928           Send tags on pads, too.
26929         * gst/playback/gststreamselector.c:
26930         (gst_stream_selector_request_new_pad):
26931           Forward events on first pad if no input was selected yet.
26932
26933 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26934
26935         * gst/playback/gstplaybasebin.c: (setup_substreams):
26936           Don't disable streamtype if the stream doesn't exist, since
26937           then playing a video after audio will disable both and nothing
26938           will happen. Fixes the testsuite.
26939
26940 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26941
26942         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_interface_init),
26943         (gst_v4l_xoverlay_set_xwindow_id):
26944         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_interface_init),
26945         (gst_v4l2_xoverlay_set_xwindow_id):
26946           Add debug categories, fix overlay disabling.
26947
26948 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
26949
26950         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_get_caps):
26951         * ext/alsa/gstalsa.h:
26952           Add HW probing for period_count/size and buffer_size MIX/MAX
26953           Adjust default/user defined value if out of bounds
26954           Should fix bug #162024
26955
26956 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26957
26958         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event):
26959           Fix warning (#161191).
26960
26961 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
26962
26963         * ext/dvdread/stream_labels.c:
26964         (dvdreadsrc_get_audio_stream_labels):
26965           Fix warning (init the good variable in switch default)
26966
26967 2005-01-09  Koop Mast  <kwm@rainbow-runner.nl>
26968
26969         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26970
26971         * gst/tta/gstttaparse.c: (gst_tta_src_event):
26972           Fix gcc-2.95 compile (#163485).
26973
26974 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26975
26976         * configure.ac:
26977         * ext/flac/gstflacenc.c: (gst_flacenc_init),
26978         (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
26979         (gst_flacenc_tell_callback), (gst_flacenc_chain),
26980         (gst_flacenc_change_state):
26981         * ext/flac/gstflacenc.h:
26982           Update for API change in flac-1.1.1. Update requirement in
26983           configure.ac. Fixes #162974.
26984
26985 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26986
26987         * gst/playback/gstplaybasebin.c: (group_destroy):
26988           Remove hack to get rid of assert and get rid of unlinked
26989           signals properly.
26990
26991 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26992
26993         * gst/playback/gstplaybasebin.c: (setup_source):
26994           Set source to NULL so that resources are free'ed. Fixes issues
26995           with playback of CDDA and similar device-accessing things.
26996
26997 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26998
26999         * testsuite/embed/Makefile.am:
27000           test->noinst, fix make test in buildbot.
27001
27002 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27003
27004         * ext/dvdread/stream_labels.c: new file
27005         * ext/dvdread/stream_labels.h: new file
27006         * ext/dvdread/Makefile.am:
27007         * ext/dvdread/dvdreadsrc.c: (_seek_title):
27008           Extract audio stream label from DVD IFO files.
27009           It only dump them on the console for now, still have to
27010           make playbin aware of them.
27011
27012 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27013
27014         * gst/playback/gstplaybasebin.c: (setup_source):
27015           Fix hanging subs.
27016
27017 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27018
27019         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
27020         (gen_preroll_element), (remove_groups), (setup_subtitle),
27021         (gen_source_element), (setup_source):
27022         * gst/playback/gstplaybasebin.h:
27023           Multiple .sub files is just a stupid idea... Fix some threading
27024           mistakes. Interestingly, external .sub files cause playbin to
27025           hang, I don't know why... Parsing fixes contributed by Fran??ois
27026           Kooman <fkooman@tuxed.net>.
27027
27028 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27029
27030         * testsuite/embed/Makefile.am:
27031           Fix buildbot.
27032
27033 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
27034
27035         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27036
27037         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
27038         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
27039         (gst_pngenc_set_property):
27040         * ext/libpng/gstpngenc.h:
27041           Add compression level property (#163323).
27042
27043 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27044
27045         * configure.ac:
27046         * examples/capsfilter/capsfilter1.c: (main):
27047         * examples/seeking/spider_seek.c: (make_spider_pipeline):
27048         * ext/dvdread/Makefile.am:
27049         * ext/dvdread/demo-play:
27050         * ext/dvdread/demo-play.c:
27051         * gconf/gstreamer.schemas.in:
27052         * gst-libs/gst/gconf/gconf.c:
27053         * sys/v4l/TODO:
27054         * testsuite/Makefile.am:
27055         * testsuite/embed/Makefile.am:
27056         * testsuite/embed/embed.c: (cb_expose), (main):
27057           Remove all references to xvideosink, fix examples (#140845).
27058         * gst/playback/gstplaybasebin.c: (group_destroy):
27059           Apparently, disposal does not unlink - so do explicitely.
27060         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
27061           Add debug.
27062
27063 2005-01-09  Maciej Katafiasz <mathrick@freedesktop.org>
27064
27065         * README: fix PKG_CONFIG_PATH instructions, what was there
27066         previously was breaking default search path, not nice. 
27067         Fixes #163358
27068
27069 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27070
27071         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init),
27072         (gst_audioscale_chain):
27073           %#^@^#@^@#^#@^#@^@#^@#^@#^@#^#@^#@^#@^@#^#@ fix seeking
27074           when resampling - how the ^@$^!@^! is this possible?!?
27075
27076 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27077
27078         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
27079           Reset variables on READY.
27080         * gst/matroska/matroska-mux.c: (gst_matroska_mux_request_new_pad),
27081         (gst_matroska_mux_loop):
27082           Require data before writing header.
27083
27084 2005-01-09  Francis Labonte  <francis_labonte@hotmail.com>
27085
27086         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27087
27088         * ext/mad/gstmad.c: (gst_mad_chain):
27089           Don't call mad_stream_sync() directly after recovering sync.
27090           Fixes #151661.
27091
27092 2005-01-09  Martin Eikermann  <meiker@upb.de>
27093
27094         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27095
27096         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init),
27097         (snapshot_handler), (gst_snapshot_sinkconnect),
27098         (gst_snapshot_chain):
27099           Allocate resources when required, fix recursive signal emission
27100           and fix caps. Fixes #161667.
27101
27102 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
27103
27104         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27105
27106         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps),
27107         (gst_pngdec_chain):
27108           Handle only 8-bppc (bits-per-pixel-component) images, better
27109           error handling and correct strides. Fixes #163177.
27110         * ext/libpng/gstpngenc.c: (gst_pngenc_sinklink),
27111         (gst_pngenc_chain):
27112           Better error handling. Fixes #163348.
27113
27114 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27115
27116         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_get_type),
27117         (dvdnavsrc_uri_get_type), (dvdnavsrc_uri_get_protocols),
27118         (dvdnavsrc_uri_get_uri), (dvdnavsrc_uri_set_uri),
27119         (dvdnavsrc_uri_handler_init):
27120           Add DVD-nav URI (dvdnav://) for Totem testing purposes.
27121         * gst/playback/gstplaybasebin.c: (gen_source_element):
27122           Add MMS to streaming URIs.
27123
27124 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27125
27126         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
27127         * sys/xvimage/xvimagesink.c:
27128         (gst_xvimagesink_navigation_send_event):
27129           Check for pad availability before sending event.
27130
27131 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27132
27133         * gst-plugins.spec.in:
27134           Add subparse.
27135
27136 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27137
27138         * configure.ac:
27139           Since we use functions from CVS, up requirement.
27140
27141 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27142
27143         * gst/playback/Makefile.am:
27144         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
27145         (group_destroy), (group_commit), (group_is_muted),
27146         (gen_preroll_element), (add_stream), (unknown_type),
27147         (probe_triggered), (preroll_unlinked), (mute_stream),
27148         (silence_stream), (new_decoded_pad), (setup_substreams),
27149         (setup_source), (get_active_source), (mute_group_type),
27150         (muted_group_change_state), (set_active_source),
27151         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
27152         (play_base_eos), (gst_play_base_bin_change_state):
27153         * gst/playback/gstplaybasebin.h:
27154         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
27155         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
27156         (gst_stream_info_dispose), (stream_info_mute_pad),
27157         (stream_info_change_state), (gst_stream_info_set_mute):
27158         * gst/playback/gststreamselector.c: (gst_stream_selector_get_type),
27159         (gst_stream_selector_base_init), (gst_stream_selector_class_init),
27160         (gst_stream_selector_init), (gst_stream_selector_dispose),
27161         (gst_stream_selector_get_linked_pad),
27162         (gst_stream_selector_get_caps), (gst_stream_selector_link),
27163         (gst_stream_selector_get_linked_pads),
27164         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
27165         * gst/playback/gststreamselector.h:
27166           Adding stream selection support plus required properties for
27167           applications to use this. Fully fixes #100931.
27168
27169 2005-01-08  Benjamin Otte  <otte@gnome.org>
27170
27171         * gst/games/gstpuzzle.c: (nav_event_handler):
27172           - handle nav events differently: forward every event no matter if it
27173             was handled or not.
27174           - translate events
27175           You can now cheat by using navigationtest ! puzzle and moving the
27176           mouse close to the edge of a tile. ;)
27177
27178 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27179
27180         * configure.ac:
27181         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
27182         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_get_type),
27183         (gst_ogm_text_parse_base_init), (gst_ogm_text_parse_init),
27184         (gst_ogm_parse_get_sink_querytypes), (gst_ogm_parse_sink_convert),
27185         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain),
27186         (gst_ogm_parse_plugin_init):
27187         * ext/pango/gsttextoverlay.c: (gst_textoverlay_linkedpads),
27188         (gst_textoverlay_link), (gst_textoverlay_getcaps),
27189         (gst_textoverlay_event), (gst_textoverlay_video_chain),
27190         (gst_textoverlay_loop), (gst_textoverlay_init), (plugin_init):
27191         * ext/pango/gsttextoverlay.h:
27192         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
27193         (gst_matroska_demux_handle_seek_event),
27194         (gst_matroska_demux_sync_streams),
27195         (gst_matroska_demux_parse_blockgroup),
27196         (gst_matroska_demux_subtitle_caps),
27197         (gst_matroska_demux_plugin_init):
27198         * gst/matroska/matroska-ids.h:
27199         * gst/playback/gstdecodebin.c: (close_pad_link):
27200         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
27201         (gen_preroll_element), (remove_groups), (add_stream),
27202         (new_decoded_pad), (setup_subtitles), (gen_source_element),
27203         (setup_source):
27204         * gst/playback/gstplaybasebin.h:
27205         * gst/playback/gstplaybin.c: (gen_text_element), (setup_sinks):
27206         * gst/subparse/Makefile.am:
27207         * gst/subparse/gstsubparse.c: (gst_subparse_get_type),
27208         (gst_subparse_base_init), (gst_subparse_class_init),
27209         (gst_subparse_init), (gst_subparse_formats),
27210         (gst_subparse_eventmask), (gst_subparse_event),
27211         (gst_subparse_handle_event), (convert_encoding), (get_next_line),
27212         (parse_mdvdsub), (parse_mdvdsub_init), (parse_subrip),
27213         (parse_subrip_deinit), (parse_subrip_init), (parse_mpsub),
27214         (parse_mpsub_deinit), (parse_mpsub_init),
27215         (gst_subparse_buffer_format_autodetect),
27216         (gst_subparse_format_autodetect), (gst_subparse_loop),
27217         (gst_subparse_change_state), (gst_subparse_type_find),
27218         (plugin_init):
27219         * gst/subparse/gstsubparse.h:
27220         * gst/typefind/gsttypefindfunctions.c: (ogmtext_type_find),
27221         (plugin_init):
27222           Add subtitle support, .sub parser (supports SRT and MPsub),
27223           OGM text support, Matroska UTF-8 text support, deadlock fixes
27224           all over the place, subtitle awareness in decodebin/playbin
27225           and some fixes to textoverlay to handle subtitles in a stream
27226           correctly. Fixes #100931.
27227
27228 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27229
27230         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
27231           Check for pad availability before doing a query on it.
27232
27233 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27234
27235         * ext/dv/gstdvdec.c:
27236           really fix bpp24/32 dvdec caps (classic rgba indeed)
27237         * gst/asfdemux/gstasfdemux.c:
27238         (gst_asf_demux_process_ext_content_desc):
27239           don't send text tags if they are empty (bis repetita)
27240
27241 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27242
27243         * ext/dv/gstdvdec.c:
27244          remove unneeded comment from dvdec
27245           (related to DV 4CC codes in AVI files)
27246           moved them in gstreamer/docs/random/mimetypes
27247         * gst/asfdemux/gstasfdemux.c:
27248         (gst_asf_demux_process_ext_content_desc):
27249          don't send text tags if they are empty
27250          fix mem leak on error path
27251         * gst/ffmpegcolorspace/avcodec.h:
27252         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
27253         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
27254         (gst_ffmpegcsp_avpicture_fill):
27255         * gst/ffmpegcolorspace/imgconvert.c: (img_get_alpha_info):
27256         * gst/ffmpegcolorspace/imgconvert_template.h:
27257          adds BGR32 and BGRA32 to ffmpegcolorspace
27258           (still bad colors, fixing it on next commit)
27259           helps with dvdec outputing BGR32
27260
27261 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27262
27263         * ext/dv/gstdvdec.c:
27264          Fix audio caps i just broke (missing ',')
27265         * gst/matroska/matroska-mux.c: (gst_matroska_mux_get_type),
27266         (gst_matroska_mux_reset):
27267          Fix typo + add FIXME about old "x-gst-metadata" crap
27268
27269 2005-01-07  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27270
27271         * ext/dv/demo-play.c: (main):
27272          xvideosink -> xvimagesink
27273         * ext/dv/gstdvdec.c:
27274          change rgb 32/32 caps to 24/32 (no alpha)
27275          change nb of channels to be a list (2 or 4, not 2)
27276          change sample rate to be a list (32, 44.1, 48 kHz) not a range
27277         * gst/asfdemux/gstasfdemux.c:
27278         (gst_asf_demux_process_ext_content_desc):
27279          Add 'date/year' to extracted metadata list
27280
27281 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27282
27283         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
27284           The return value of fixate_to does not imply that the requested
27285           value was set, so don't assume.
27286
27287 2005-01-07  Gergely Nagy  <algernon@bonehunter.rulez.org>
27288
27289         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27290
27291         * ext/libpng/gstpngdec.c:
27292         * ext/libpng/gstpngenc.c: (gst_pngenc_base_init),
27293         (gst_pngenc_sinklink), (gst_pngenc_init), (gst_pngenc_chain):
27294         * ext/libpng/gstpngenc.h:
27295           Alpha support (encoder; #163161), mime fixage.
27296
27297 2005-01-07  Sebastien Cote  <sc5@hermes.usherb.ca>
27298
27299         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27300
27301         * ext/faac/gstfaac.c: (gst_faac_outputformat_get_type),
27302         (gst_faac_class_init), (gst_faac_init), (gst_faac_srcconnect),
27303         (gst_faac_set_property), (gst_faac_get_property):
27304         * ext/faac/gstfaac.h:
27305           Allow for ADTS output (#153434).
27306
27307 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27308
27309         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
27310           Fix against template (#150576).
27311
27312 2005-01-06  Benjamin Otte  <otte@gnome.org>
27313
27314         * gst/games/gstpuzzle.c: (draw_puzzle):
27315           don't draw a puzzle if either width or height of tiles would be 0.
27316
27317 2005-01-06  Benjamin Otte  <otte@gnome.org>
27318
27319         * gst/games/gstpuzzle.c: (gst_puzzle_get_type),
27320         (gst_puzzle_class_init), (gst_puzzle_finalize):
27321           no memleaks, please
27322         (gst_puzzle_create), (gst_puzzle_init),
27323         (gst_puzzle_set_property), (gst_puzzle_setup):
27324           change initialization code around so we don't reshuffle on resize
27325         (draw_puzzle):
27326           fix another stupid typo
27327
27328 2005-01-06  Benjamin Otte  <otte@gnome.org>
27329
27330         * gst/games/gstvideoimage.c: (copy_hline_YUY2):
27331           fix stupid typo that borked copying on YUY2
27332
27333 2005-01-06  Benjamin Otte  <otte@gnome.org>
27334
27335         * gst/games/gstpuzzle.c: (draw_puzzle):
27336           fix edges when image sizes aren't multiples of tile sizes
27337
27338 2005-01-06  Benjamin Otte  <otte@gnome.org>
27339
27340         * gst/games/gstpuzzle.c: (gst_puzzle_base_init):
27341           make RGB endianness work correctly
27342         (gst_puzzle_show), (gst_puzzle_swap), (gst_puzzle_move):
27343           refactor and fix race with initial shuffling
27344         (nav_event_handler):
27345           allow using the mouse to puzzle
27346         (draw_puzzle):
27347           insist on tiles having width and height as multiples of 4 to get
27348           clean YUV image handling
27349         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
27350         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_buffer_alloc):
27351           s/DEBUG/LOG/ for common messages
27352         (gst_xvimagesink_navigation_send_event):
27353           fix mouse event translation to not include screen PAR
27354         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
27355           fix mouse event translation to actually work
27356
27357 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27358
27359         * gst/asfdemux/gstasfdemux.c:
27360         (gst_asf_demux_process_ext_content_desc):
27361          Extract TrackNumber metadata + clean up code
27362         * gst/games/gstvideoimage.c: (gst_video_image_draw_rectangle):
27363          Hope this is the good fix (var used unitialised)
27364
27365 2005-01-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27366
27367         * ext/faad/gstfaad.c: (gst_faad_chain):
27368           Only increment timestamp if it's valid. Fixes raw AAC streams.
27369
27370 2005-01-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27371
27372         * configure.ac:
27373         * gst/games/Makefile.am:
27374         * gst/games/gstpuzzle.c:
27375           add a puzzle game with...
27376         * gst/games/gstvideoimage.c:
27377         * gst/games/gstvideoimage.h:
27378           ... full colorspace support (that includes YUV9 and RGB16)) stolen
27379           from videotestsrc and made into something that would be a nice
27380           library for a lot of other plugins.
27381
27382 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27383
27384         * configure.ac:
27385          don't compile faad plugin if a RC of 2.0 is found
27386          Fixes #155346 (and FC1 buildbot)
27387         * gst/asfdemux/gstasfdemux.c:
27388         (gst_asf_demux_process_ext_content_desc):
27389          try to make Solaris compiler happier
27390
27391 2005-01-06  Paul Jack  <pjack@sfaf.org>
27392
27393         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27394
27395         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init):
27396           Fix segfault (#161667).
27397
27398 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27399
27400         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
27401           Fix framerate reporting.
27402
27403 2005-01-05  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27404
27405         * gst-libs/gst/riff/riff-ids.h:
27406         * gst/wavenc/riff.h:
27407          Add AMR (VBR and CBR) ids to riff.h audio codec list
27408         * gst/asfdemux/gstasfdemux.c:
27409         (gst_asf_demux_process_ext_content_desc),
27410         (gst_asf_demux_process_object):
27411           Retrieve more tags from ASF files (Genre, AlbumTitle, Artist)
27412
27413 2005-01-05  Martin Eikermann  <meiker@upb.de>
27414
27415         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27416
27417         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
27418         (gst_dvd_demux_handle_discont):
27419         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_class_init),
27420         (gst_mpeg_demux_handle_discont):
27421           Recreate pads on new-media (#160730).
27422         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_new_pad):
27423           Send discont even if manager changes timestamps (#161929).
27424
27425 2005-01-05  Sebastien Cote  <sc5@hermes.usherb.ca>
27426
27427         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27428
27429         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16):
27430           Fix invalid memory access (#159211).
27431
27432 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27433
27434         * examples/gstplay/player.c: (main):
27435           Don't iterate.
27436         * examples/seeking/seek.c: (fixate), (make_playerbin_pipeline):
27437           Add visualizations.
27438         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
27439         (gst_a52dec_handle_frame):
27440           Set duration.
27441         * ext/dvdnav/gst-dvd:
27442           Add audioconvert. Fixes #161325.
27443         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get):
27444           Explicitely case to gint64. Possible valgrind error.
27445         * gst-libs/gst/play/play.c: (caps_set), (setup_size),
27446         (gst_play_tick_callback), (gst_play_change_state),
27447         (gst_play_dispose), (gst_play_init), (gst_play_class_init),
27448         (gst_play_set_location), (gst_play_get_location),
27449         (gst_play_seek_to_time), (gst_play_set_data_src),
27450         (gst_play_set_video_sink), (gst_play_set_audio_sink),
27451         (gst_play_set_visualization), (gst_play_connect_visualization),
27452         (gst_play_get_framerate), (gst_play_get_all_by_interface),
27453         (gst_play_new):
27454           Use playbin. Fixes #139749 and #147744.
27455         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags):
27456           Add genre tag.
27457         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
27458         (audioscale_get_type), (gst_audioscale_base_init),
27459         (gst_audioscale_class_init), (gst_audioscale_expand_caps),
27460         (gst_audioscale_getcaps), (gst_audioscale_fixate),
27461         (gst_audioscale_link), (gst_audioscale_get_buffer),
27462         (gst_audioscale_decrease_rate), (gst_audioscale_increase_rate),
27463         (gst_audioscale_init), (gst_audioscale_dispose),
27464         (gst_audioscale_chain), (gst_audioscale_set_property),
27465         (gst_audioscale_get_property), (plugin_init):
27466           Indent properly.
27467         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
27468           Fix LPCM.
27469         * gst/qtdemux/qtdemux.c: (qtdemux_parse_udta),
27470         (qtdemux_tag_add_str), (qtdemux_tag_add_num),
27471         (qtdemux_tag_add_gnre), (qtdemux_video_caps):
27472           Add more metadata (fixes #162656).
27473
27474 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
27475
27476         * configure.ac:
27477           back to cvs
27478
27479 === release 0.8.7 ===
27480
27481 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
27482
27483         * NEWS:
27484         * RELEASE:
27485         * configure.ac:
27486           releasing 0.8.7, "Hyperspace"
27487
27488 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
27489
27490         patch by: Tim-Philipp Müller  <t.i.m@zen.co.uk>
27491
27492         * gst/playback/gstplaybasebin.c:
27493          Fix for #162924 - free caps after use, not before
27494
27495 2005-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
27496
27497         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
27498
27499         * gst/playback/gstplaybasebin.c:
27500         * gst/wavparse/gstwavparse.c:
27501           Fix for #154773 - fixes playback of small .wav files
27502
27503 2005-01-03  Thomas Vander Stichele  <thomas at apestaart dot org>
27504
27505         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
27506
27507         * gst/audioscale/gstaudioscale.c:
27508           Fix for #162819 - make audioscale reusable
27509           Fixes playback of more than one file with playbin/totem
27510
27511 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
27512
27513         * gst/ffmpegcolorspace/avcodec.h:
27514         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
27515         * gst/ffmpegcolorspace/imgconvert.c:
27516           clean up the mess that made me cry and avoid needless duplication
27517
27518 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
27519
27520         * gst/ffmpegcolorspace/imgconvert.c:
27521           give some indication of why we're segfaulting
27522
27523 2004-12-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27524
27525         * configure.ac:
27526           Fix indentation, fix v4l2 plugin detection.
27527         * ext/Makefile.am:
27528           Fix libmms location (Maciej, use diff -u!).
27529         * ext/alsa/gstalsa.c: (gst_alsa_init):
27530           Initialize caps cache to NULL.
27531         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
27532           Only change state on audiosink if it exists.
27533
27534 2004-12-28  Maciej Katafiasz  <mathrick@mathrick.org>
27535
27536         * gst/matroska/matroska-demux.c:
27537         * gst/matroska/matroska-ids.h:
27538         * gst/matroska/matroska-demux.h:
27539         Fix Vorbis streams failing to decode in some files, where cluster_time
27540         isn't 0, because then it doesn't send codec_priv before actual data.
27541         Remove time-based test and replace it with marker set on beginning of
27542         new stream
27543
27544 2004-12-28  David Schleef  <ds@schleef.org>
27545
27546         Merge patch from Ronald fixing problems with streaming
27547         text.
27548         * ext/cairo/gstcairo.c: (plugin_init):
27549         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
27550         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
27551         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
27552         (gst_textoverlay_font_init), (gst_textoverlay_init),
27553         (gst_textoverlay_set_property):
27554         * ext/cairo/gsttextoverlay.h:
27555
27556 2004-12-27  David Schleef  <ds@schleef.org>
27557
27558         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
27559         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
27560         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
27561         (gst_textoverlay_font_init), (gst_textoverlay_init),
27562         (gst_textoverlay_set_property): Improvements to actually
27563         render text as white on black outline on video, including
27564         font selection and horizontal/vertical alignment.  (Ronald's
27565         christmas present)
27566         * ext/cairo/gsttextoverlay.h:
27567
27568 2004-12-26  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
27569
27570         * ext/ogg/gstogg.c:
27571         * ext/ogg/gstogmparse.c:
27572           fix ogm[audio/video]parse plugin registration
27573           (riff won't load if bytestream is already loaded)
27574
27575 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
27576
27577         * gst/audioconvert/gstchannelmix.c:
27578           fix for GLIB < 2.4
27579
27580 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
27581
27582         * Makefile.am:
27583         * configure.ac:
27584           disable docs again until it actually passes make distcheck.
27585
27586 2004-12-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27587
27588         * gst/qtdemux/qtdemux.c: (qtdemux_type_get), (qtdemux_audio_caps):
27589         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
27590         (plugin_init):
27591           Add 3GP (variables name Q3GP because they can't start with a
27592           number). Add samr audio fourcc (used in .3gp files), decoder
27593           is work in progress. Also do a GST_WARNING instead of ERROR
27594           in case of unknown nodes, to decrease output.
27595
27596 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
27597
27598         * Makefile.am:
27599           really fix dist
27600
27601 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
27602
27603         * configure.ac:
27604         * ext/speex/gstspeexdec.h:
27605         * ext/speex/gstspeexenc.h:
27606           Fixes #158382.  Make speex plugin compatible with both 1.0 and 1.1.
27607           Fix detection code in configure.ac
27608
27609 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27610
27611         * gst/matroska/matroska-demux.c:
27612         (gst_matroska_demux_parse_blockgroup):
27613           Save position, so that queries give proper return values. Don't
27614           know how this could ever have worked before...
27615
27616 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
27617
27618         * configure.ac:
27619           Put additional LAME check inside the conditional.  Fixes #152339
27620
27621 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27622
27623         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
27624         (gst_avi_demux_stream_scan):
27625           Add some more debug. Fix logic error when setting movi offset
27626           while reading index.
27627
27628 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27629
27630         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
27631         (gst_avi_demux_stream_scan), (gst_avi_demux_handle_seek),
27632         (gst_avi_demux_process_next_entry):
27633           Add some debugging. Better detection of broken indexes and the
27634           accompanying index recovery. No infinite loops on state changes
27635           when we're still in our loopfunction.
27636
27637 2004-12-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27638
27639         * configure.ac:
27640           Fix up.
27641
27642 2004-12-22  Archana Shah  <archana.shah@wipro.com>
27643
27644         Reviewed by:  Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27645
27646         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_volume):
27647           Normalizing the value before setting
27648         (gst_sunaudiomixer_get_volume):
27649           Normalizing the value after getting. Fixes bug# 161980
27650
27651 2004-12-22  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
27652
27653         * Makefile.am: Make sure docs gets disted
27654         * docs/Makefile.am: Make sure all needed files get disted
27655         * gst-plugins.spec.in: latest updates
27656
27657 2004-12-22  Wim Taymans  <wim@fluendo.com>
27658
27659         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
27660         Revert patch 1.38 as clock distribution over schedulers does
27661         not work correcly in the core yet.
27662
27663 2004-12-21  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
27664
27665         * sys/oss/README: remove this file, which predates my birth
27666           (and which content is by far outdated)
27667
27668 2004-12-20  Stefan Kost  <ensonic@users.sf.net>
27669
27670         * Makefile.am:
27671         * configure.ac:
27672         * docs/Makefile.am:
27673         * docs/libs/Makefile.am:
27674         * docs/libs/gst-plugins-libs-docs.sgml:
27675         * docs/libs/gst-plugins-libs-sections.txt:
27676         * docs/libs/tmpl/gstgconf.sgml:
27677         * docs/upload.mak:
27678         * docs/version.entities.in:
27679           Added boilerplate gtk-doc files for plugin-libs documentation.
27680
27681 2004-12-19  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
27682
27683         * gst/auparse/gstauparse.c: fix int and float audio caps
27684
27685 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27686
27687         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
27688         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
27689           g_assert() can be a macro, don't use #ifdef inside it.
27690
27691 2004-12-19  Edward Hervey  <bilboed@bilboed.com>
27692
27693         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27694
27695         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
27696         (gst_videorate_init), (gst_videorate_chain),
27697         (gst_videorate_change_state):
27698           Event handling (fixes #159986).
27699
27700 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27701
27702         * gst-libs/gst/riff/riff-media.c:
27703         (gst_riff_create_video_caps_with_data):
27704           Add BLZ0 (Blizzard's version of DivX) fourcc.
27705
27706 2004-12-18  David Schleef  <ds@schleef.org>
27707
27708         * gst/tta/gstttadec.c: (gst_tta_dec_link): And yet another
27709         portability fix.
27710
27711 2004-12-18  David Schleef  <ds@schleef.org>
27712
27713         * gst/tta/ttadec.h: Disable some header code that isn't used
27714         and clearly isn't portable.
27715
27716 2004-12-18  David Schleef  <ds@schleef.org>
27717
27718         * gst/ffmpegcolorspace/imgconvert.c: (get_pix_fmt_info),
27719         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
27720         (avcodec_get_pix_fmt), (avpicture_layout),
27721         (avcodec_get_pix_fmt_loss), (avg_bits_per_pixel), (img_copy),
27722         (get_convert_table_entry), (img_convert), (img_get_alpha_info):
27723         Fix code to not use GCC extensions (and c99 extensions that
27724         Forte does not like.)
27725
27726 2004-12-19  Tim-Philipp Müller  <t.i.m@zen.co.uk>
27727
27728         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27729
27730         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
27731         (gst_deinterlace_chain):
27732           Rowstride fixes. Fixes #161039.
27733         * gst/videocrop/gstvideocrop.c: (gst_video_crop_init),
27734         (gst_video_crop_get_property), (gst_video_crop_add_to_struct_val),
27735         (gst_video_crop_getcaps), (gst_video_crop_link),
27736         (gst_video_crop_i420), (gst_video_crop_chain),
27737         (gst_video_crop_change_state):
27738           Rework of negotiation. Actually works now. Fixes #158650.
27739
27740 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27741
27742         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_sint):
27743           That was very stupid.
27744
27745 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27746
27747         * gst/matroska/matroska-demux.c:
27748         (gst_matroska_demux_parse_blockgroup):
27749           Fix possible crasher.
27750
27751 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27752
27753         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_uint),
27754         (gst_matroska_ebmlnum_sint), (gst_matroska_demux_parse_blockgroup):
27755           Lace sizes can be zero.
27756
27757 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27758
27759         * ext/musepack/gstmusepackdec.cpp:
27760           Fetch error return values. Fixes #161624.
27761         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
27762           Really EOS.
27763
27764 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27765
27766         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
27767           Work for truncated (unfinished download etc.) files. Fixes #160514.
27768
27769 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27770
27771         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
27772           Fix for integer overflow. Makes #156001 not crash. Probably masks
27773           the real bug.
27774
27775 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27776
27777         * gst/ac3parse/gstac3parse.c: (plugin_init):
27778           Parsers never have ranks. Fixes #159651.
27779
27780 2004-12-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27781
27782         * gst/playback/gstdecodebin.c: (compare_ranks):
27783           make sure the facotries are ordered the same every time even if they
27784           have the same rank by using the name
27785         * gst/playback/gstdecodebin.c: (find_compatibles):
27786           make sure we don't add factories to the list twice
27787
27788 2004-12-16  David Schleef  <ds@schleef.org>
27789
27790         * configure.ac: look for musepack headers as musepack/*.h
27791         (fixes #159847)
27792         * ext/musepack/gstmusepackdec.h: use <musepack/*.h>
27793         * ext/musepack/gstmusepackreader.h: same
27794
27795 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27796
27797         * gst-libs/gst/riff/riff-read.c:
27798         (gst_riff_read_strf_auds_with_data):
27799           Read extradata correctly (fixes #155879).
27800
27801 2004-12-16  David Schleef  <ds@schleef.org>
27802
27803         * gst/audioscale/gstaudioscale.c: allow passthru of >2 channel
27804         audio.  does _not_ attempt or allow conversion unless channels
27805         is 1 or 2.
27806
27807 2004-12-16  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
27808
27809         * tools/gst-launch-ext-m.m: fix mpeg and vob pipelines
27810
27811 2004-12-16  David Schleef  <ds@schleef.org>
27812
27813         * gst/audioscale/gstaudioscale.c: the resample library only
27814         handles 1 or 2 channels.  Change caps to compensate.
27815
27816 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27817
27818         * gst/matroska/matroska-demux.c: (aac_rate_idx), (aac_profile_idx),
27819         (gst_matroska_demux_audio_caps):
27820           Some MPEG-AAC hacks, because else it doesn't work...
27821
27822 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27823
27824         * gst-libs/gst/riff/riff-media.c:
27825         (gst_riff_create_video_caps_with_data),
27826         (gst_riff_create_video_template_caps):
27827           Add h264.
27828
27829 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27830
27831         * gst-libs/gst/audio/Makefile.am:
27832           Try to fix buildbot.
27833
27834 2004-12-16  Thomas Vander Stichele  <thomas at apestaart dot org>
27835
27836         * gst/tcp/gstmultifdsink.c:
27837           Clean up and uniformize debugging.
27838
27839 2004-12-16  Edward Hervey  <bilboed@bilboed.com>
27840
27841         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27842
27843         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
27844         (gst_dvd_demux_reset), (gst_dvd_demux_change_state):
27845         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_reset),
27846         (gst_mpeg_demux_change_state):
27847           Reset on ready. Fixes 160276.
27848
27849 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
27850
27851         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27852
27853         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
27854         (gst_ffmpegcsp_pad_link):
27855           Fix memleak (#154815).
27856
27857 2004-12-16  James Bowes  <bowes@cs.dal.ca>
27858
27859         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27860
27861         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init),
27862         (gst_musicbrainz_init), (gst_musicbrainz_chain),
27863         (gst_musicbrainz_set_property), (gst_musicbrainz_get_property):
27864         * ext/musicbrainz/gsttrm.h:
27865           Add support for using a proxy server when getting a trm id from
27866           the MusicBrainz database (#149613).
27867
27868 2004-12-16  Christophe Fergeau  <teuf@gnome.org>
27869
27870         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27871
27872         * gst/playback/gstdecodebin.c: (new_pad), (close_link):
27873         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
27874           Fix memleaks (#157233).
27875
27876 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
27877
27878         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27879
27880         * gst-libs/gst/resample/resample.c: (gst_resample_close):
27881         * gst-libs/gst/resample/resample.h:
27882         * gst/audioscale/gstaudioscale.c:
27883           Fix memleak (#159215).
27884
27885 2004-12-16  Toni Willberg  <toniw@iki.fi>
27886
27887         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27888
27889         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
27890         * sys/oss/oss_probe.c: (main):
27891           Check for mono/stereo support (similar to samplerate probing),
27892           fixes #159433. Also add missing copyright header to oss_probe.c.
27893
27894 2004-12-15  David Schleef  <ds@schleef.org>
27895
27896         * configure.ac: add audioresample and cairo plugins.  Remove
27897         HAVE_MMX stuff, because it's not used.
27898         * ext/Makefile.am: same
27899         * ext/audioresample/Makefile.am: You are not ready for an
27900         audio resampling element based on audioresample.
27901         * ext/audioresample/gstaudioresample.c:
27902         * ext/audioresample/gstaudioresample.h:
27903         * ext/cairo/Makefile.am: You are not ready for overlay elements
27904         based on cairo.  Don't look too closely, these elements kinda
27905         suck right now.
27906         * ext/cairo/gstcairo.c: new
27907         * ext/cairo/gsttextoverlay.c: new
27908         * ext/cairo/gsttextoverlay.h: new
27909         * ext/cairo/gsttimeoverlay.c: new
27910         * ext/cairo/gsttimeoverlay.h: new
27911         * gst-libs/gst/media-info/media-info-priv.h: fix compile
27912         problem with compilers that don't support variadic macros.
27913
27914 2004-12-15  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
27915
27916         Reviewed by:  David Schleef  <ds@schleef.org>
27917
27918         * sys/sunaudio/gstsunaudio.c: (plugin_init):  Apply patch from
27919         Bala, registering sunaudiosrc (oops!), and cleaning up code a
27920         bit.  Also ran indent-gst.
27921         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_init),
27922         (gst_sunaudiosrc_change_state), (gst_sunaudiosrc_get),
27923         (gst_sunaudiosrc_setparams):
27924
27925 2004-12-14  David Schleef  <ds@schleef.org>
27926
27927         * gst/festival/gstfestival.c: (gst_festival_chain): Set the
27928         output rate to 16000.  Should fix #160235.
27929
27930 2004-12-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
27931
27932         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
27933         Add typefinding for mpeg2 pes streams
27934
27935 2004-12-13  David Schleef  <ds@schleef.org>
27936
27937         * configure.ac:  Applied patch from bug #143659, making default
27938         sources and sinks OS-dependent (for Solaris), and added code
27939         for OS/X.
27940         * gconf/gstreamer.schemas.in: use OS-dependent sinks in gconf.
27941
27942 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
27943
27944         * gst-libs/gst/riff/riff-media.c:
27945           forgot to add h2.64 to avidemux template caps
27946
27947 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
27948
27949         * gst/wavenc/riff.h:
27950         * gst-libs/gst/riff/riff-media.c:
27951         * gst-libs/gst/riff/riff-ids.h:
27952         * gst/avi/gstavimux.c
27953         add 4CC code for VideoSoft h264 in AVI (VSSH)
27954           fixes bug #160655
27955         remove s323 from riff, it's quicktime specific :(
27956
27957 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
27958
27959         * gst/asfdemux/README
27960         * gst/wavenc/riff.h
27961         * gst-libs/gst/riff/riff-ids.h
27962         * gst-libs/gst/riff/riff-media.c
27963         * gst/qtdemux/qtdemux.c:
27964           add new 4CC codes for h263 related codecs
27965           fixes partially bug #155163
27966
27967 2004-12-12  Christian Fredrik Kalager Schaller  <christian at fluendo dot com>
27968
27969         * configure.ac: Update polyaudio requirement to 0.7
27970         * ext/polyp/polypsink.c: (create_stream): add patch from iain (158258)
27971
27972 2004-12-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
27973
27974         * gst/interleave/deinterleave.c:
27975         fix my name's spelling! :)
27976
27977 2004-12-11  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
27978
27979         * AUTHORS ChangeLog
27980         * gst/auparse/gstauparse.c
27981         * gst/interleave/deinterleave.c
27982         * gst/law/:
27983                 alaw-decode.c alaw-encode.c
27984                 mulaw-decode.c mulaw-encode.c
27985         * gst/oneton/gstoneton.c
27986         * sys/osxaudio/:
27987                 gstosxaudioelement.c gstosxaudiosink.c gstosxaudiosrc.c
27988         * sys/osxvideo/:
27989                 cocoawindow.h cocoawindow.m
27990                 osxvideosink.h osxvideosink.m
27991
27992         put the same mail address for Zaheer Abbas Merali everywhere
27993
27994 2004-12-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27995
27996         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_loop):
27997           Align by packetsize, and assert that we a packet available before
27998           playing. The first makes webstreams work (they often include
27999           trailing padding data in a packet), the second allows pausing a
28000           ASF stream in totem without getting demux errors afterwards.
28001
28002 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28003
28004         * ext/ogg/gstoggdemux.c: (get_relative):
28005           Check for non-NULL before accessing member (end-of-chain).
28006
28007 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28008
28009         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
28010         (cdparanoia_set_property), (cdparanoia_get_property):
28011         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
28012         (dvdnavsrc_set_property), (dvdnavsrc_get_property):
28013         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
28014         (dvdreadsrc_init), (dvdreadsrc_set_property),
28015         (dvdreadsrc_get_property):
28016         * sys/vcd/vcdsrc.c: (gst_vcdsrc_class_init),
28017         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property):
28018           Synchronize property names where not yet the case. Devices are
28019           now device=X, other versions are deprecated (but still exist).
28020           Also use g_free() unconditionally.
28021         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
28022         (setup_source), (gst_play_base_bin_get_property):
28023           Expose source.
28024
28025 2004-12-09  Thomas Vander Stichele  <thomas at apestaart dot org>
28026
28027         * configure.ac: move GCONF macro outside conditional for the am
28028           conditional. Fixes #160439
28029
28030 2004-12-08  David Schleef  <ds@schleef.org>
28031
28032         * tools/gst-visualise-m.m: Switch to elements that currently
28033         exist.
28034
28035 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28036
28037         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
28038           We love wrong commas.
28039
28040 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28041
28042         * gst/matroska/matroska-demux.c:
28043         (gst_matroska_demux_handle_src_query):
28044           Don't set DEFAULT, unsupported - makes length display incorrectly
28045           in some cases.
28046
28047 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
28048
28049         * gst/monoscope/README: remove blurb about files being GPL
28050         * gst/monoscope/gstmonoscope.c: Change license field to LGPL
28051         * gst/monoscope/monoscope.c: Change license to BSD with explanation
28052           monoscope is now effectively LGPL licensed
28053
28054 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
28055
28056         * gst/monoscope/README: Update information to be more correct
28057         * gst/monoscope/convolve.c: Relicense to LGPL
28058         * gst/monoscope/convolve.h: Relicense to LGPL
28059
28060 2004-12-06  Arwed v. Merkatz <v.merkatz@gmx.net>
28061
28062         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
28063           set BUFFER_DURATION to correct values (mpeg1 audio frame length is fixed)
28064         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link):
28065           set default_duration for mpeg1 audio
28066
28067 2004-12-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28068
28069         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_close_audio):
28070         * ext/alsa/gstalsa.h:
28071           refactor big chunks of the core caps negotiation code to make it
28072           a lot faster, because people claim it's really slow
28073           (actually, just cache the getcaps when the device is opened)
28074
28075 2004-12-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28076
28077         * ext/a52dec/gsta52dec.c: (gst_a52dec_init),
28078         (gst_a52dec_handle_event), (gst_a52dec_update_streaminfo),
28079         (gst_a52dec_handle_frame), (gst_a52dec_chain),
28080         (gst_a52dec_change_state), (plugin_init):
28081         * ext/a52dec/gsta52dec.h:
28082           Do something useful with timestamps. Make chain-based (since
28083           there's really no reason to be loopbased).
28084         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
28085           Update current_byte/frame correctly.
28086
28087 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28088
28089         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags),
28090         (gst_ape_demux_stream_init):
28091           Forward tags, too.
28092
28093 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28094
28095         * gst/apetag/apedemux.c: (gst_ape_demux_stream_init):
28096           Let's make sure we're done typefinding when detecting tags.
28097
28098 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28099
28100         * gst/matroska/ebml-read.c: (gst_ebml_read_class_init),
28101         (gst_ebml_read_init), (gst_ebml_read_use_event),
28102         (gst_ebml_read_element_id), (gst_ebml_peek_id),
28103         (gst_ebml_read_seek), (gst_ebml_read_skip),
28104         (gst_ebml_read_reserve), (gst_ebml_read_buffer),
28105         (gst_ebml_read_master):
28106         * gst/matroska/ebml-read.h:
28107         * gst/matroska/matroska-demux.c:
28108         (gst_matroska_demux_parse_contents),
28109         (gst_matroska_demux_loop_stream), (gst_matroska_demux_audio_caps):
28110           Disgustingly evil hack for working around INTERRUPT events and
28111           their extremely annoying habit of being a pain in the ass. We
28112           simply peek a cluster before reading any of it.
28113
28114 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28115
28116         * ext/musepack/gstmusepackdec.cpp:
28117           There's also floating point libmusepacks.
28118
28119 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28120
28121         * ext/faad/gstfaad.c: (gst_faad_chanpos_from_gst),
28122         (gst_faad_chanpos_to_gst), (gst_faad_chain):
28123           Set DURATION even if source buffer didn't. Also use increasing
28124           timestamps.
28125         * gst-libs/gst/riff/riff-media.c:
28126         (gst_riff_create_audio_caps_with_data):
28127           Block_align can have larger values than 8192.
28128
28129 2004-12-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28130
28131         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link):
28132         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link):
28133         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link):
28134         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link):
28135           Fix caps.
28136
28137 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28138
28139         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
28140           Fix logic bug.
28141
28142 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28143
28144         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
28145           Yay, another one.
28146
28147 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28148
28149         * ext/esd/esdsink.c: (gst_esdsink_chain):
28150           Make error actually say something useful (fixes #156798).
28151         * gst-libs/gst/riff/riff-media.c:
28152         (gst_riff_create_video_caps_with_data),
28153         (gst_riff_create_video_template_caps):
28154           Add Intel Video 5.0 fourcc (IV50).
28155
28156 2004-12-01  Christophe Fergeau  <teuf@gnome.org>
28157
28158         * ext/mad/gstmad.c: (mpg123_parse_xing_header): fix xing header
28159         detection on mono and stereo mp3 files.
28160
28161 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28162
28163         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
28164           Don't crash on EMPTY caps (e.g. when the demuxer didn't recognize
28165           the contained stream).
28166
28167 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28168
28169         * ext/faad/gstfaad.c: (gst_faad_srcconnect), (gst_faad_chain):
28170           Oops, remove debug.
28171
28172 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
28173
28174         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28175
28176         * gst/law/alaw-decode.c: (alawdec_getcaps):
28177         * gst/law/mulaw-decode.c: (mulawdec_getcaps):
28178           Prevent warnings when negotiating caps (fixes #159338).
28179
28180 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28181
28182         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
28183         (gst_ffmpegcsp_chain):
28184           Remove old leftover that shouldn't be there...
28185
28186 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
28187
28188         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28189
28190         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
28191           Don't forward DISCONT events (fixes #159684).
28192
28193 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28194
28195         * gst/playback/gstplaybin.c: (remove_sinks), (setup_sinks):
28196           Unlink manually since sometimes bin disposal (and therefore
28197           pad unlinking) is delayed, which will cause a new media file
28198           to not be able to start playing instantly.
28199
28200 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28201
28202         * gst/playback/gststreaminfo.c: (stream_info_mute_pad):
28203           On mute of an unlinked stream, check for pad availability so
28204           we don't crash on unlinked pad.
28205
28206 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28207
28208         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
28209         (gst_avi_demux_massage_index):
28210           Fix quite humiliating bug in omitting 0-sized index chunks but
28211           forgetting to count them for timestamps.
28212
28213 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28214
28215         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
28216           Actually leave the loop if we failed to sync. Don't crash.
28217
28218 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28219
28220         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream),
28221         (gst_dvd_demux_process_private):
28222         * gst/mpegstream/gstdvddemux.h:
28223           Fix crash (#159759). Doesn't work, though. :-(.
28224
28225 2004-11-28  Benjamin Otte  <otte@gnome.org>
28226
28227         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
28228           more overwriting protection due to modifying channels one by one
28229           instead of all at once
28230
28231 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28232
28233         * gst/audioconvert/gstchannelmix.c:
28234         (gst_audio_convert_fill_normalize):
28235           Normalize using absolute values.
28236
28237 2004-11-28  Julien MOUTTE  <julien@moutte.net>
28238
28239         * configure.ac:
28240         * ext/Makefile.am:
28241         * ext/directfb/Makefile.am:
28242         * ext/directfb/directfbvideosink.c: (gst_directfbvideosink_create),
28243         (gst_directfbvideosink_get_pixel_format),
28244         (gst_directfbvideosink_get_format_from_fourcc),
28245         (gst_directfbvideosink_fixate), (gst_directfbvideosink_getcaps),
28246         (gst_directfbvideosink_sink_link),
28247         (gst_directfbvideosink_change_state),
28248         (gst_directfbvideosink_chain), (gst_directfbvideosink_buffer_free),
28249         (gst_directfbvideosink_buffer_alloc),
28250         (gst_directfbvideosink_interface_supported),
28251         (gst_directfbvideosink_interface_init),
28252         (gst_directfbvideosink_navigation_send_event),
28253         (gst_directfbvideosink_navigation_init),
28254         (gst_directfbvideosink_set_property),
28255         (gst_directfbvideosink_get_property),
28256         (gst_directfbvideosink_finalize), (gst_directfbvideosink_init),
28257         (gst_directfbvideosink_base_init),
28258         (gst_directfbvideosink_class_init),
28259         (gst_directfbvideosink_get_type), (plugin_init):
28260         * ext/directfb/directfbvideosink.h: Adding a first version of
28261         directfbvideosink.
28262         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): Initializing some
28263         more.
28264
28265 2004-11-28  Benjamin Otte  <otte@gnome.org>
28266
28267         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
28268           walk the samples backwards if out_channels > in_channels so we don't
28269           overwrite data
28270
28271 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28272
28273         * gst/audioconvert/Makefile.am:
28274         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
28275         (gst_audio_convert_link), (gst_audio_convert_change_state),
28276         (gst_audio_convert_channels):
28277         * gst/audioconvert/gstchannelmix.c:
28278         (gst_audio_convert_unset_matrix),
28279         (gst_audio_convert_fill_identical),
28280         (gst_audio_convert_fill_compatible),
28281         (gst_audio_convert_detect_pos), (gst_audio_convert_fill_one_other),
28282         (gst_audio_convert_fill_others),
28283         (gst_audio_convert_fill_normalize),
28284         (gst_audio_convert_fill_matrix), (gst_audio_convert_setup_matrix),
28285         (gst_audio_convert_passthrough), (gst_audio_convert_mix):
28286         * gst/audioconvert/gstchannelmix.h:
28287           Implement a channel mixer.
28288
28289 2004-11-28  Martin Soto  <martinsoto@users.sourceforge.net>
28290
28291         * ext/alsa/gstalsasink.c (gst_alsa_sink_loop):
28292         * ext/alsa/gstalsa.h:
28293         * ext/alsa/gstalsa.c (gst_alsa_set_clock):
28294         Make alsasink actually honor gst_element_set_clock and use that
28295         clock instead of its internal one.
28296
28297 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
28298
28299         * gst/playback/gstplaybasebin.c: (setup_source): fixed a caps leak
28300         (gst_play_base_bin_change_state): nullify source and decoder when
28301         going from READY to NULL so that we don't try to do weird stuff with
28302         them when going from NULL to READY
28303         * gst/playback/gstplaybin.c: (gst_play_bin_init): use gst_object_unref
28304         instead of g_object_unref
28305         (gen_video_element), (gen_audio_element): more refcounting fixes, now
28306         it should be correct
28307         (gst_play_bin_change_state): don't call remove_sinks if we are
28308         currently disposing the object
28309
28310 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28311
28312         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
28313           Don't forget bass if it's there. Else left channel is silent...
28314
28315 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28316
28317         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop),
28318         (gst_a52dec_change_state):
28319           Don't do sample adjusting anymore, we use float audio now.
28320         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
28321           Don't fixate to non-existing properties.
28322
28323 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28324
28325         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels),
28326         (gst_a52dec_change_state):
28327           Advertise that we can do surround sound.
28328
28329 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28330
28331         * ext/a52dec/gsta52dec.c: (gst_a52dec_reneg):
28332           Add buffer-frames=0.
28333         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get_type),
28334         (dvdreadsrc_init), (dvdreadsrc_get_event_mask),
28335         (dvdreadsrc_get_query_types), (dvdreadsrc_get_formats),
28336         (dvdreadsrc_srcpad_event), (dvdreadsrc_srcpad_query),
28337         (_seek_title), (_seek_chapter), (get_next_cell_for), (_read),
28338         (seek_sector), (dvdreadsrc_get), (dvdreadsrc_open_file),
28339         (dvdreadsrc_change_state), (dvdreadsrc_uri_get_type),
28340         (dvdreadsrc_uri_get_protocols), (dvdreadsrc_uri_get_uri),
28341         (dvdreadsrc_uri_set_uri), (dvdreadsrc_uri_handler_init):
28342         * ext/dvdread/dvdreadsrc.h:
28343           Add seeking, querying for bytes, sectors, title, angle and
28344           chapter. Handle multiple chapters. Relicense to LGPL because
28345           Billy agreed on that (thanks Billy!).
28346
28347 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
28348
28349         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose):
28350         call parent dispose method
28351
28352 2004-11-27  Martin Soto  <martinsoto@users.sourceforge.net>
28353
28354         * gst-libs/gst/audio/audioclock.c (gst_audio_clock_set_active)
28355         (gst_audio_clock_get_internal_time):
28356         Fix active <-> inactive transitions: ensure time value always
28357         grows and avoid abrupt value changes.
28358
28359 2004-11-27  Arwed v. Merkatz <v.merkatz@gmx.net>
28360
28361         * configure.ac:
28362         * gst/tta/Makefile.am:
28363         * gst/tta/crc32.h:
28364         * gst/tta/filters.h:
28365         * gst/tta/gsttta.c:
28366         * gst/tta/gstttadec.c:
28367         * gst/tta/gstttadec.h:
28368         * gst/tta/gstttaparse.c:
28369         * gst/tta/gstttaparse.h:
28370         * gst/tta/ttadec.h:
28371           added TTA parser and decoder
28372
28373 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28374
28375         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
28376         (probe_triggered), (check_queue), (buffer_underrun),
28377         (buffer_running), (buffer_overrun), (gen_source_element),
28378         (setup_source):
28379         * gst/playback/gstplaybasebin.h:
28380           Implement buffering. Needs some more work.
28381
28382 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28383
28384         * ext/theora/theoradec.c: (theora_dec_chain):
28385           Fix ilog mask range overflow.
28386
28387 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28388
28389         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
28390           Don't omit the last (which in case of dmix is the only :) )
28391           channel count. Don't set channels if <= 2.
28392
28393 2004-11-26  Christophe Fergeau  <teuf@gnome.org>
28394
28395         * gst/playback/gstplaybin.c: (gen_video_element),
28396         (gen_audio_element): Removed 2 obsolete comments
28397
28398 2004-11-26  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
28399
28400         * ext/vorbis/oggvorbisenc.c
28401         * ext/vorbis/vorbisenc.c :
28402           change description fields of those plugins to differentiate them
28403           (pitivi show Encoders by description, they had the same one)
28404
28405 2004-11-25  Christophe Fergeau  <teuf@gnome.org>
28406
28407         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28408
28409         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
28410         (gst_play_bin_set_property), (gen_video_element),
28411         (gen_audio_element):
28412           Refcounting fixes for provided audio-/videosinks.
28413
28414 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28415
28416         * gst/playback/gstplaybin.c: (gen_video_element),
28417         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state):
28418           Don't reference all sinks, but only the video- and audiosinks.
28419           The vis. element should be disposed when we're done with it.
28420           We don't have any reason to keep it around. This fixes warnings
28421           when reusing playbin for playing multiple audio files with
28422           vis. enabled. Also release audio device on pause - idea stolen
28423           from Rhythmbox.
28424
28425 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28426
28427         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels), (gst_a52dec_push),
28428         (gst_a52dec_reneg), (gst_a52dec_loop), (plugin_init):
28429         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
28430         * ext/alsa/gstalsaplugin.c: (plugin_init):
28431         * ext/dts/gstdtsdec.c: (gst_dtsdec_channels),
28432         (gst_dtsdec_renegotiate), (gst_dtsdec_loop), (plugin_init):
28433         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_chanpos_from_gst),
28434         (gst_faad_chanpos_to_gst), (gst_faad_sinkconnect),
28435         (gst_faad_srcgetcaps), (gst_faad_srcconnect), (gst_faad_chain),
28436         (gst_faad_change_state), (plugin_init):
28437         * ext/faad/gstfaad.h:
28438         * ext/vorbis/vorbis.c: (plugin_init):
28439         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
28440         * gst-libs/gst/audio/Makefile.am:
28441         * gst-libs/gst/audio/audio.c: (plugin_init):
28442         * gst-libs/gst/audio/multichannel.c:
28443         (gst_audio_check_channel_positions),
28444         (gst_audio_get_channel_positions),
28445         (gst_audio_set_channel_positions),
28446         (gst_audio_set_structure_channel_positions_list),
28447         (add_list_to_struct), (gst_audio_set_caps_channel_positions_list),
28448         (gst_audio_fixate_channel_positions):
28449         * gst-libs/gst/audio/multichannel.h:
28450         * gst-libs/gst/audio/testchannels.c: (main):
28451         * gst/audioconvert/gstaudioconvert.c:
28452         (gst_audio_convert_class_init), (gst_audio_convert_init),
28453         (gst_audio_convert_dispose), (gst_audio_convert_getcaps),
28454         (gst_audio_convert_parse_caps), (gst_audio_convert_link),
28455         (gst_audio_convert_fixate), (gst_audio_convert_channels):
28456         * gst/audioconvert/plugin.c: (plugin_init):
28457           Surround sound support.
28458
28459 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28460
28461         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
28462           Fix position for discont if we're close as well. Nitpicking, but
28463           saves a few milliseconds of extra waiting or skipping.
28464
28465 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28466
28467         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter):
28468           We sometimes need parsers for playback, so add those too.
28469
28470 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28471
28472         * configure.ac:
28473         * gst/apetag/Makefile.am:
28474         * gst/apetag/apedemux.c: (gst_ape_demux_get_type),
28475         (gst_ape_demux_base_init), (gst_ape_demux_class_init),
28476         (gst_ape_demux_init), (gst_ape_demux_get_src_formats),
28477         (gst_ape_demux_get_src_query_types),
28478         (gst_ape_demux_handle_src_query), (gst_ape_demux_get_event_mask),
28479         (gst_ape_demux_handle_src_event), (gst_ape_demux_handle_event),
28480         (gst_ape_demux_typefind_peek), (gst_ape_demux_typefind_get_length),
28481         (gst_ape_demux_typefind_suggest), (gst_ape_demux_typefind),
28482         (gst_ape_demux_parse_tags), (gst_ape_demux_stream_init),
28483         (gst_ape_demux_stream_data), (gst_ape_demux_loop),
28484         (gst_ape_demux_change_state):
28485         * gst/apetag/apedemux.h:
28486         * gst/apetag/apetag.c: (plugin_init):
28487         * gst/typefind/gsttypefindfunctions.c: (apetag_type_find),
28488         (plugin_init):
28489           APE v1/2 tag reader plus typefind function.
28490
28491 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28492
28493         * configure.ac:
28494         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
28495         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
28496           Remove hacks for older core. Require newer core version
28497           accordingly.
28498
28499 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28500
28501         * gst/cdxaparse/Makefile.am:
28502         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_get_type),
28503         (gst_cdxaparse_class_init), (gst_cdxaparse_init),
28504         (gst_cdxaparse_loop), (gst_cdxaparse_change_state), (plugin_init):
28505         * gst/cdxaparse/gstcdxaparse.h:
28506         * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_get_type),
28507         (gst_cdxastrip_base_init), (gst_cdxastrip_class_init),
28508         (gst_cdxastrip_init), (gst_cdxastrip_get_src_formats),
28509         (gst_cdxastrip_get_src_query_types),
28510         (gst_cdxastrip_handle_src_query), (gst_cdxastrip_get_event_mask),
28511         (gst_cdxastrip_handle_src_event), (gst_cdxastrip_strip),
28512         (gst_cdxastrip_sync), (gst_cdxastrip_handle_event),
28513         (gst_cdxastrip_chain), (gst_cdxastrip_change_state):
28514         * gst/cdxaparse/gstcdxastrip.h:
28515           SVCD/VCD header stripping separated from CDXA image parsing.
28516         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
28517         (plugin_init):
28518           Add VCD/SVCD header typefinding for VCD/SVCD.
28519         * sys/vcd/vcdsrc.c: (gst_vcdsrc_get_type), (gst_vcdsrc_base_init),
28520         (gst_vcdsrc_class_init), (gst_vcdsrc_init),
28521         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property),
28522         (gst_vcdsrc_get_event_mask), (gst_vcdsrc_get_query_types),
28523         (gst_vcdsrc_get_formats), (gst_vcdsrc_srcpad_event),
28524         (gst_vcdsrc_srcpad_query), (gst_vcdsrc_get),
28525         (gst_vcdsrc_open_file), (gst_vcdsrc_close_file),
28526         (gst_vcdsrc_change_state), (gst_vcdsrc_msf),
28527         (gst_vcdsrc_recalculate), (gst_vcdsrc_uri_get_type),
28528         (gst_vcdsrc_uri_get_protocols), (gst_vcdsrc_uri_get_uri),
28529         (gst_vcdsrc_uri_set_uri), (gst_vcdsrc_uri_handler_init):
28530         * sys/vcd/vcdsrc.h:
28531           Fix up, add seeking, querying, URI interface. Works in totem now.
28532
28533 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
28534
28535         * configure.ac:
28536           back to CVS
28537
28538 === release 0.8.6 ===
28539
28540 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
28541
28542         * NEWS:
28543         * RELEASE:
28544         * configure.ac:
28545         * po/af.po:
28546         * po/az.po:
28547         * po/cs.po:
28548         * po/en_GB.po:
28549         * po/hu.po:
28550         * po/it.po:
28551         * po/nb.po:
28552         * po/nl.po:
28553         * po/or.po:
28554         * po/sq.po:
28555         * po/sr.po:
28556         * po/sv.po:
28557         * po/uk.po:
28558           releasing 0.8.6, "IOU Love"
28559
28560 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28561
28562         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
28563
28564         * gst/playback/gstplaybasebin.c:
28565           Fix unplayable files error handling.  Fixes #158365
28566
28567 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28568
28569         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
28570
28571         * gst/typefind/gsttypefindfunctions.c:
28572           Fix broken mp3 typefinding.  Fixes #158375
28573
28574 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28575
28576         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
28577
28578         * ext/ogg/gstoggdemux.c:
28579           Fix sync on broken files.  Fixes #158976
28580
28581 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28582
28583         patch by: Edward Hervey <bilboed@bilboed.com>
28584
28585         * ext/libpng/gstpngenc.c:
28586           Copy over buffer properties.  Fixes #158832
28587
28588 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28589
28590         patch by: Tim-Philipp Müller <t.i.m@zen.co.uk>
28591
28592         * ext/dvdread/dvdreadsrc.c:
28593           Fixes invalid reads (#158462)
28594
28595 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28596
28597         * sys/v4l/gstv4lsrc.c:
28598         * sys/v4l/gstv4lsrc.h:
28599         * sys/v4l/v4lsrc_calls.c:
28600           Probe less and cache it.  Fixes #159187.
28601
28602 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28603
28604         * gst/videorate/gstvideorate.c:
28605           Handle all video formats. Fixes #159186.
28606
28607 2004-11-16  Jan Schmidt  <thaytan@mad.scientist.com>
28608         * gst/synaesthesia/gstsynaesthesia.c:
28609         (gst_synaesthesia_class_init), (gst_synaesthesia_init),
28610         (gst_synaesthesia_dispose), (gst_synaesthesia_finalize),
28611         (gst_synaesthesia_sink_link), (gst_synaesthesia_src_getcaps),
28612         (gst_synaesthesia_src_link), (gst_synaesthesia_chain),
28613         (gst_synaesthesia_change_state), (plugin_init):
28614         Fix up synaesthesia to work under different samplerates/ buffer sizes.
28615         Force 320x200 output, as that's the only thing the underlying
28616         synaesthesia implementation supports. Still needs to be made
28617         re-entrant.
28618
28619 2004-11-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28620
28621         * configure.ac:
28622           Fix mpeg2enc configure check (similar to mplex check below).
28623
28624 2004-11-14  Koop Mast  <kwm@rainbow-runner.nl>
28625
28626         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28627
28628         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
28629           Fix for gcc-2.95 (fixes #158221).
28630
28631 2004-11-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28632
28633         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
28634           Re-add clock distribution hack (until new core is released).
28635           Fixes #158125.
28636
28637 2004-11-13  Arwed v. Merkatz  <v.merkatz@gmx.net>
28638         * configure.ac:
28639           fix mplex configure check segfaulting on some systems (bug #140994)
28640
28641 2004-11-13  Benjamin Otte  <otte@gnome.org>
28642
28643         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait):
28644           add debugging
28645         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
28646           do a wait when we enter the loop func with no data available to
28647           write instead of getting into an 100% CPU loop by just returning and
28648           being called again by the scheduler
28649
28650 2004-11-13  Jan Schmidt  <thaytan@mad.scientist.com>
28651
28652         * configure.ac:
28653         * ext/libvisual/visual.c: (gst_visual_get_type),
28654         (libvisual_log_handler), (gst_visual_getcaps),
28655         (gst_visual_srclink), (gst_visual_change_state), (make_valid_name),
28656         (plugin_init):
28657           Update libvisual to 0.1.7. Link in the debug handling to gstreamer
28658         * ext/smoothwave/Makefile.am:
28659         * ext/smoothwave/demo-osssrc.c: (main):
28660         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_class_init),
28661         (gst_smoothwave_init), (gst_smoothwave_dispose), (gst_sw_sinklink),
28662         (gst_sw_srclink), (gst_smoothwave_chain), (gst_sw_change_state),
28663         (plugin_init):
28664         * ext/smoothwave/gstsmoothwave.h:
28665           Make gstsmoothwave a working element in the 20th century.
28666
28667         * gst/chart/gstchart.c: (gst_chart_init), (gst_chart_srcconnect):
28668           Fix incorrect link function
28669
28670 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28671
28672         * gst/volume/gstvolume.c:
28673           Allow buffer-frames=0.
28674
28675 2004-11-12 Iain <iaingnome@gmail.com>
28676
28677         * configure.ac: Check for polypaudio
28678
28679         * ext/Makefile.am: Build the polyp dir
28680
28681         * ext/polyp: The polypsink sources.
28682
28683 2004-10-30 Iain <iaingnome@gmail.com>
28684
28685         * gst/interleave/interleave.c (interleave_unlink): Change the src pads
28686         caps to reflect the new number of channels.
28687
28688 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28689
28690         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
28691           Fix for negotiation order problem. This would show when the
28692           ALSA loopfuction was called before any other function. ALSA
28693           wouldn't do anything because we're not negotiated yet, leading
28694           to an infinite loop. Showed in e.g. Rhythmbox. Fixes #158006.
28695
28696 2004-11-11  Tim-Philipp Müller  <t.i.m@zen.co.uk>
28697
28698         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28699
28700         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
28701           No warnings (#157986).
28702
28703 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28704
28705         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
28706           Prefer apev1/2 and id3v1 (at end of file) over musepack.
28707
28708 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28709
28710         * gst/matroska/matroska-demux.c: (gst_matroska_demux_loop_stream):
28711           Signal no-more-pads (so it works in playbin).
28712
28713 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28714
28715         * ext/musepack/gstmusepackreader.cpp:
28716           Workaround for older core.
28717
28718 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28719
28720         * gst/ffmpegcolorspace/imgconvert.c: (yuv420p_to_yuv422):
28721           Actually test for odd width/height rather than testing whether
28722           a temporary variable that was 0 before we subtracted 1 is now
28723           not equal to zero (which it always is).
28724
28725 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
28726
28727         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
28728         Fix compilation if HAVE_XVIDEO is not defined
28729
28730 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
28731
28732         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
28733         Fix compilation if HAVE_XVIDEO is not defined
28734
28735 2004-11-11  Jan Schmidt  <thaytan@mad.scientist.com>
28736
28737         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
28738         (gst_goom_dispose), (gst_goom_sinkconnect), (gst_goom_chain),
28739         (gst_goom_change_state), (plugin_init):
28740         Use the bytestream adapter so goom doesn't depend on the input
28741         buffer size.
28742         Add a debug category
28743
28744 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28745
28746         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
28747           Only set hardware parameters *after* negotiation. Before
28748           negotiation, it will set ANY and that seems to cause crashes
28749           (see e.g. #151288, #153227).
28750
28751 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28752
28753         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
28754           This seems to be antique leftover. It needs to pass error
28755           checking.
28756         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
28757         (gst_sdlvideosink_deinitsdl), (gst_sdlvideosink_initsdl),
28758         (gst_sdlvideosink_destroy), (gst_sdlvideosink_create),
28759         (gst_sdlvideosink_sinkconnect), (gst_sdlvideosink_chain):
28760           Fix GstXOverlay implementation (#151059).
28761
28762 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28763
28764         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
28765           Don't assert (#157853).
28766
28767 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28768
28769         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
28770           Fix bytes/samples confustion.
28771         (gst_alsa_sink_mmap), (gst_alsa_sink_loop):
28772           Fix for underrun (#144389).
28773
28774 2004-11-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28775
28776         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
28777           Disable halfway-seek for pending release (since it needs a new
28778           core release).
28779
28780 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
28781
28782         * sys/v4l/gstv4lsrc.c:
28783         * sys/v4l/gstv4lsrc.h:
28784         * sys/v4l/v4lsrc_calls.c:
28785           add autoprobe-fps property so we can separate autoprobing parts
28786
28787 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
28788
28789         * sys/v4l/gstv4lsrc.c:
28790         * sys/v4l/v4lsrc_calls.c:
28791         initialise fourcc to catch unset fourcc's, and debug
28792
28793 2004-11-09  Wim Taymans  <wim@fluendo.com>
28794
28795         * gst/playback/README:
28796         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
28797         * gst/playback/gstplaybin.c: (gst_play_bin_init),
28798         (gst_play_bin_dispose), (gst_play_bin_set_property),
28799         (remove_sinks), (setup_sinks), (gst_play_bin_change_state),
28800         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
28801         (gst_play_bin_get_formats), (gst_play_bin_convert),
28802         (gst_play_bin_get_query_types), (gst_play_bin_query):
28803         Cleanups and some more documentation.
28804
28805 2004-11-09  Jan Schmidt  <thaytan@mad.scientist.com>
28806
28807         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
28808         (gst_cacasink_init), (gst_cacasink_chain):
28809         * ext/libcaca/gstcacasink.h:
28810         Cacasink inherits from VideoSink, so let that store the clock.
28811
28812 2004-11-09  Wim Taymans  <wim@fluendo.com>
28813
28814         * gst/playback/README:
28815         * gst/playback/gstplaybasebin.c: (group_destroy), (group_is_muted),
28816         (add_stream), (unknown_type), (add_element_stream), (no_more_pads),
28817         (probe_triggered), (preroll_unlinked), (new_decoded_pad),
28818         (gst_play_base_bin_change_state), (gst_play_base_bin_found_tag):
28819         * gst/playback/gstplaybin.c: (gen_vis_element), (remove_sinks),
28820         (setup_sinks):
28821         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute),
28822         (gst_stream_info_is_mute), (gst_stream_info_set_property):
28823         * gst/playback/gststreaminfo.h:
28824         Updated README.
28825         Only switch groups if all streams have muted (EOSed).
28826         Send Tags in sync with the stream playback instead of in
28827         the playback/preroll phase.
28828         Some cleanups, free the fakesrc elements.
28829
28830 2004-11-09  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28831
28832         * ext/alsa/gstalsa.c: (gst_alsa_get_caps_internal):
28833           buffer-frames property was missing
28834         * ext/arts/gst_arts.c:
28835           rate missing from sinkcaps
28836         * ext/audiofile/gstafparse.c:
28837         * ext/audiofile/gstafsink.c:
28838         * ext/audiofile/gstafsrc.c:
28839         * ext/swfdec/gstswfdec.c:
28840           int audio doesn't know buffer-frames
28841         * ext/cdparanoia/gstcdparanoia.c:
28842           int audio doesn't know chunksize either
28843         * ext/nas/nassink.c:
28844           it's endianness, not endianess
28845         * gst-libs/gst/audio/audio.h:
28846           make float standard pad template caps really describe float
28847         * gst/law/mulaw.c: (linear_factory):
28848           signed only, please
28849         * gst/mpegstream/gstdvddemux.c:
28850           widths of 20 are not valid
28851
28852 2004-11-08  Thomas Vander Stichele  <thomas at apestaart dot org>
28853
28854         Submitted by: Luca Ferretti <elle.uca@infinito.it>
28855
28856         * po/LINGUAS:
28857         * po/it.po:
28858           Add Italian
28859
28860 2004-11-08  Wim Taymans  <wim@fluendo.com>
28861
28862         * gst/playback/README:
28863         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
28864         * gst/playback/gstplaybasebin.c: (probe_triggered),
28865         (gst_play_base_bin_change_state):
28866         Updated README, added more comments for fixmes etc..
28867
28868 2004-11-08  Wim Taymans  <wim@fluendo.com>
28869
28870         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
28871         We can remove this hack now.
28872
28873 2004-11-08  Wim Taymans  <wim@fluendo.com>
28874
28875         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
28876         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
28877         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
28878         Only mix AYUV for maximum quality.
28879
28880 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28881
28882         * ext/ogg/gstoggdemux.c: (get_relative), (gst_ogg_demux_src_query),
28883         (gst_ogg_demux_push), (gst_ogg_pad_push):
28884           Let's act as if we're synchronized now! :).
28885         * ext/theora/theoradec.c: (theora_dec_chain):
28886           Add some debug.
28887
28888 2004-11-08  Wim Taymans  <wim@fluendo.com>
28889
28890         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
28891         (gst_alpha_set_property), (gst_alpha_sink_link),
28892         (gst_alpha_set_ayuv), (gst_alpha_set_i420),
28893         (gst_alpha_chroma_key_ayuv), (gst_alpha_chroma_key_i420),
28894         (gst_alpha_init_params), (gst_alpha_chain):
28895         Implement alpha functions for AYUV too, this increases
28896         accuracy quite a bit.
28897
28898 2004-11-08  Wim Taymans  <wim@fluendo.com>
28899
28900         * gst/ffmpegcolorspace/avcodec.h:
28901         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
28902         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
28903         (gst_ffmpegcsp_avpicture_fill):
28904         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
28905         (gst_ffmpegcsp_caps_remove_format_info):
28906         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
28907         (shrink12), (img_get_alpha_info), (deinterlace_line),
28908         (deinterlace_line_inplace):
28909         * gst/ffmpegcolorspace/imgconvert_template.h:
28910         Added AYUV colorspace and handle RGBA a bit more respectful.
28911
28912 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28913
28914         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
28915           Actually always send a discont (cornercase when resending the
28916           same serial-tagged chain twice).
28917
28918 2004-11-08  Julien MOUTTE  <julien@moutte.net>
28919
28920         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
28921         (gst_ximagesink_finalize):
28922         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
28923         (gst_xvimagesink_finalize): Some more cleanups, leaks fixed and checks.
28924
28925 2004-11-08  Wim Taymans  <wim@fluendo.com>
28926
28927         * gst/typefind/gsttypefindfunctions.c: (aac_type_find):
28928         Don't segfault on NULL data.
28929
28930 2004-11-08  Wim Taymans  <wim@fluendo.com>
28931
28932         * gst/playback/gstdecodebin.c: (unlinked):
28933         * gst/playback/gstplay-marshal.list:
28934         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
28935         (gst_play_base_bin_init), (group_create), (get_active_group),
28936         (get_building_group), (group_destroy), (group_commit),
28937         (queue_overrun), (remove_groups), (add_stream), (unknown_type),
28938         (add_element_stream), (no_more_pads), (probe_triggered),
28939         (preroll_unlinked), (new_decoded_pad), (removed_decoded_pad),
28940         (state_change), (setup_source), (gst_play_base_bin_get_property),
28941         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
28942         (gst_play_base_bin_link_stream),
28943         (gst_play_base_bin_get_streaminfo):
28944         * gst/playback/gstplaybasebin.h:
28945         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
28946         (remove_sinks), (setup_sinks), (gst_play_bin_change_state):
28947         Add support for chained ogg files. Prepare for playlist
28948         support. This patch introduces the concept of pad groups, which
28949         together compose one playable media file.
28950
28951 2004-11-07  David Schleef  <ds@schleef.org>
28952
28953         * testsuite/gst-lint: Check for pad templates that aren't statically
28954         scoped.
28955
28956 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28957
28958         * configure.ac:
28959         * ext/Makefile.am:
28960         * ext/musepack/Makefile.am:
28961         * ext/musepack/gstmusepackdec.cpp:
28962         * ext/musepack/gstmusepackdec.h:
28963         * ext/musepack/gstmusepackreader.cpp:
28964         * ext/musepack/gstmusepackreader.h:
28965           Add musepack decoder.
28966         * ext/faad/gstfaad.c: (gst_faad_base_init):
28967           Make pad templates static.
28968         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
28969         (plugin_init):
28970           Add musepack typefinder, make mp3 typefinding work halfway stream,
28971           which doesn't actually work yet because id3demux doesn't implement
28972           _get_length().
28973
28974 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28975
28976         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
28977         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop):
28978           Fix interrupt event handling (#144436).
28979
28980 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28981
28982         * ext/mad/gstid3tag.c: (gst_id3_tag_do_typefind):
28983           Hide unused glory.
28984
28985 2004-11-06  Tim-Philipp Müller  <t.i.m@zen.co.uk>
28986
28987         reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28988
28989         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
28990           Fix weird caps (#157548).
28991
28992 2004-11-06  Tim-Philipp Müller  <t.i.m@zen.co.uk>
28993
28994         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28995
28996         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsm_caps_nego):
28997           Add missing NULL terminator (#157543).
28998
28999 2004-11-05  Thomas Vander Stichele  <thomas at apestaart dot org>
29000
29001         * gst/tcp/gsttcp.h:
29002         * gst/tcp/gsttcpclientsink.c:
29003         * gst/tcp/gsttcpclientsrc.c:
29004         * gst/tcp/gsttcpserversink.c:
29005         * gst/tcp/gsttcpserversrc.c:
29006           ports can go up to 65535.  Move common defines to gsttcp.h
29007
29008 2004-11-05  Wim Taymans  <wim@fluendo.com>
29009
29010         * gst/videotestsrc/videotestsrc.c: (paint_setup_Y41B),
29011         (paint_hline_Y41B), (paint_setup_Y42B), (paint_hline_Y42B):
29012         Added two more colorspaces.
29013
29014 2004-11-05  Wim Taymans  <wim@fluendo.com>
29015
29016         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
29017         (gst_ffmpegcsp_avpicture_fill):
29018         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
29019         (yuv422p_to_yuv422), (yuv420p_to_yuv422), (shrink12),
29020         (img_convert), (deinterlace_line), (deinterlace_line_inplace):
29021         More stride fixes.
29022
29023 2004-11-05  Wim Taymans  <wim@fluendo.com>
29024
29025         * gst/alpha/gstalpha.c: (gst_alpha_set_property), (gst_alpha_add),
29026         (gst_alpha_chroma_key), (gst_alpha_init_params), (gst_alpha_chain):
29027         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
29028         (gst_videomixer_fill_checker), (gst_videomixer_blend_buffers),
29029         (gst_videomixer_loop):
29030         More stride fixes.
29031
29032 2004-11-05  Benjamin Otte  <otte@gnome.org>
29033
29034         * ext/mad/gstmad.c: (gst_mad_chain):
29035           don't overflow data buffer. Flush not needed sync data when syncing
29036           failed.
29037
29038 2004-11-04  Wim Taymans  <wim@fluendo.com>
29039
29040         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
29041         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
29042         (gst_alpha_get_property), (gst_alpha_add), (gst_alpha_chroma_key),
29043         (gst_alpha_init_params), (gst_alpha_chain),
29044         (gst_alpha_change_state):
29045         Updated the chroma keying algorithm with something more
29046         sophisticated.
29047
29048 2004-11-03  Wim Taymans  <wim@fluendo.com>
29049
29050         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
29051         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
29052         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
29053         Fix stride issues. Does not completely work for odd
29054         heights.
29055
29056 2004-11-03  Wim Taymans  <wim@fluendo.com>
29057
29058         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
29059         (gst_alpha_chroma_key), (gst_alpha_chain):
29060         Fix stride issues. Does not completely work for odd
29061         heights.
29062
29063 2004-11-03  Christophe Fergeau  <teuf@gnome.org>
29064
29065         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
29066         * gst/videoscale/videoscale.c: (videoscale_find_by_structure):
29067         leak fixes
29068
29069 2004-11-03  Wim Taymans  <wim@fluendo.com>
29070
29071         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
29072         (gst_ffmpegcsp_avpicture_fill):
29073         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
29074         (avpicture_alloc):
29075         * gst/ffmpegcolorspace/imgconvert_template.h:
29076         Use correct _fill function to get correct strides.
29077
29078 2004-11-02  David Schleef  <ds@schleef.org>
29079
29080         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
29081         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_parse_tree),
29082         (qtdemux_parse_udta), (qtdemux_tag_add), (gst_qtdemux_handle_esds):
29083         Change all g_print()s to debugging.  Add a bunch of consistency
29084         checks.
29085
29086 2004-11-02  Wim Taymans  <wim@fluendo.com>
29087
29088         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
29089         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
29090         (unlinked), (no_more_pads), (close_link):
29091         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
29092         (unknown_type), (add_element_stream), (new_decoded_pad),
29093         (removed_decoded_pad), (setup_source):
29094         * gst/playback/gststreaminfo.c: (gst_stream_info_get_type),
29095         (gst_stream_info_class_init), (gst_stream_info_init),
29096         (gst_stream_info_new), (gst_stream_info_dispose),
29097         (stream_info_mute_pad), (gst_stream_info_set_property),
29098         (gst_stream_info_get_property):
29099         * gst/playback/gststreaminfo.h:
29100         Fix playback of multiple files.
29101         a slightly different approach to handling dynamic pad removals.
29102         This one only looks at pads that we have linked.
29103
29104 2004-11-01  Christophe Fergeau  <teuf@gnome.org>
29105
29106         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_finalize): fix an "invalid
29107         free" warning from libc.
29108
29109 2004-11-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29110
29111         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
29112         (get_unconnected_element), (remove_starting_from), (pad_removed),
29113         (close_link):
29114           Implement support for dynamic pad changing. We listen to "live"
29115           pad removals (i.e. while playing) and re-setup autoplugging
29116           after that. Playbasebin/playbin need some more work for this
29117           to finally work, but decodebin supports (and replugs) chained
29118           ogg now.
29119
29120 2004-11-02  Jan Schmidt  <thaytan@mad.scientist.com>
29121
29122         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_dispose),
29123         (gst_alsa_finalize):
29124         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init),
29125         (gst_cdaudio_finalize):
29126         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
29127         (cdparanoia_finalize):
29128         * ext/divx/gstdivxdec.c: (gst_divxdec_dispose):
29129         * ext/divx/gstdivxenc.c: (gst_divxenc_dispose):
29130         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
29131         (dvdreadsrc_finalize):
29132         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
29133         (gst_flacdec_finalize):
29134         * ext/flac/gstflacenc.c: (gst_flacenc_class_init),
29135         (gst_flacenc_finalize):
29136         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_class_init),
29137         (gst_gnomevfssink_finalize):
29138         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_class_init),
29139         (gst_gnomevfssrc_finalize):
29140         * ext/libfame/gstlibfame.c: (gst_fameenc_class_init),
29141         (gst_fameenc_finalize):
29142         * ext/nas/nassink.c: (gst_nassink_class_init),
29143         (gst_nassink_finalize):
29144         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_finalize),
29145         (gst_sdlvideosink_class_init):
29146         * ext/sndfile/gstsf.c: (gst_sf_dispose):
29147         * gst-libs/gst/mixer/mixertrack.c: (gst_mixer_track_dispose):
29148         * gst-libs/gst/tuner/tunerchannel.c: (gst_tuner_channel_dispose):
29149         * gst-libs/gst/tuner/tunernorm.c: (gst_tuner_norm_dispose):
29150         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
29151         (gst_x_window_listener_dispose):
29152         * gst/audioscale/gstaudioscale.c:
29153         * gst/playondemand/gstplayondemand.c: (play_on_demand_class_init),
29154         (play_on_demand_finalize):
29155         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose):
29156         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
29157         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init),
29158         (cdplayer_finalize):
29159         * sys/glsink/glimagesink.c: (gst_glimagesink_finalize),
29160         (gst_glimagesink_class_init):
29161         * sys/oss/gstosselement.c: (gst_osselement_class_init),
29162         (gst_osselement_finalize):
29163         * sys/oss/gstosssink.c: (gst_osssink_dispose):
29164         * sys/oss/gstosssrc.c: (gst_osssrc_dispose):
29165         * sys/v4l/gstv4lelement.c: (gst_v4lelement_dispose):
29166           Fixes a bunch of problems with finalize and dispose functions,
29167           either assumptions that dispose is only called once, or not calling
29168           the parent class dispose/finalize function
29169
29170 2004-11-01  Stefan Kost  <ensonic@users.sf.net>
29171
29172         * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_link):
29173           added two api precondition guards
29174           use g_strdup with getenv to fix crash when using ENVVAR
29175
29176 2004-11-01  Jan Schmidt  <thaytan@mad.scientist.com>
29177         * ext/esd/esdsink.c: (gst_esdsink_class_init),
29178         (gst_esdsink_finalize):
29179         Use a finalize function, not dispose, and more importantly,
29180         call the parent class finalize function too
29181
29182 2004-11-01  Johan Dahlin  <johan@gnome.org>
29183
29184         * ext/ogg/gstoggdemux.c:
29185         * gst/tags/gstvorbistag.c:
29186         Plug leaks.
29187
29188 2004-10-31  Benjamin Otte  <otte@gnome.org>
29189
29190         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
29191           lotsa memleaks today. But they're all small...
29192
29193 2004-10-31  Benjamin Otte  <otte@gnome.org>
29194
29195         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
29196           another memleak crushed
29197
29198 2004-10-31  Benjamin Otte  <otte@gnome.org>
29199
29200         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
29201           fix memleak
29202
29203 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29204
29205         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
29206           Hack to prevent crash when going to READY inside signal handler
29207           while this function is active.
29208
29209 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29210
29211         * gst/ffmpegcolorspace/Makefile.am:
29212         * gst/ffmpegcolorspace/avcodec.h:
29213         * gst/ffmpegcolorspace/common.h:
29214         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
29215         * gst/ffmpegcolorspace/dsputil.h:
29216         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
29217         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
29218         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
29219         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps),
29220         (gst_ffmpegcsp_codectype_to_caps), (gst_ffmpeg_caps_to_smpfmt),
29221         (gst_ffmpeg_caps_to_pixfmt), (gst_ffmpegcsp_caps_with_codectype),
29222         (gst_ffmpegcsp_avpicture_fill):
29223         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
29224         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
29225         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
29226         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_get_type),
29227         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
29228         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
29229         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
29230         (gst_ffmpegcsp_get_property), (gst_ffmpegcolorspace_register):
29231         * gst/ffmpegcolorspace/imgconvert.c:
29232         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
29233         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
29234         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
29235         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
29236         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
29237         (yuv422_to_yuv420p), (uyvy422_to_yuv420p), (uyvy422_to_yuv422p),
29238         (yuv422_to_yuv422p), (yuv422p_to_yuv422), (yuv422p_to_uyvy422),
29239         (uyvy411_to_yuv411p), (yuv420p_to_yuv422), (C_JPEG_TO_CCIR),
29240         (img_convert_init), (img_apply_table), (shrink41), (shrink21),
29241         (shrink12), (shrink22), (shrink44), (grow21_line), (grow41_line),
29242         (grow21), (grow22), (grow41), (grow44), (conv411),
29243         (gif_clut_index), (build_rgb_palette), (bitcopy_n), (mono_to_gray),
29244         (monowhite_to_gray), (monoblack_to_gray), (gray_to_mono),
29245         (gray_to_monowhite), (gray_to_monoblack), (avpicture_alloc),
29246         (avpicture_free), (is_yuv_planar), (img_convert),
29247         (get_alpha_info_pal8), (img_get_alpha_info), (deinterlace_line),
29248         (deinterlace_line_inplace), (deinterlace_bottom_field),
29249         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
29250         * gst/ffmpegcolorspace/imgconvert_template.h:
29251         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
29252         * gst/ffmpegcolorspace/mmx.h:
29253         * gst/ffmpegcolorspace/utils.c: (av_mallocz), (av_strdup),
29254         (av_fast_realloc), (av_mallocz_static), (av_free_static),
29255         (av_freep), (avcodec_get_context_defaults),
29256         (avcodec_alloc_context), (avcodec_init):
29257           Sync back from gst-ffmpeg. Deprecates ffcolorspace. Adds palette
29258           handling plus update from ffmpeg CVS. Large clean-up.
29259
29260 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29261
29262         * gst/playback/Makefile.am:
29263           We need the marshallers for decodebin, too.
29264
29265 2004-10-30  David Schleef  <ds@schleef.org>
29266
29267         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): Make
29268           quicktime typefinding work with 64-bit offsets.
29269
29270 2004-10-30  Jan Schmidt  <thaytan@mad.scientist.com>
29271
29272         * ext/dv/gstdvdec.c: (gst_dvdec_handle_sink_event):
29273           Set EOS on the element when processing an EOS event.
29274         * ext/speex/gstspeexdec.h:
29275         * ext/speex/gstspeexenc.h:
29276           Only keep a const ptr to the mode
29277         * gst-libs/gst/riff/riff-media.c:
29278         (gst_riff_create_audio_caps_with_data),
29279         (gst_riff_create_audio_template_caps):
29280           Allow WMAV3, with up to 6 channels.
29281         * gst/asfdemux/gstasfmux.c: (gst_asfmux_request_new_pad):
29282           Don't call gst_pad_set_event_function on a sink pad.
29283         * gst/mpegstream/gstdvddemux.c:
29284         (gst_dvd_demux_get_subpicture_stream),
29285         (gst_dvd_demux_set_cur_audio), (gst_dvd_demux_set_cur_subpicture):
29286           Copy the explicit caps that were set across to the cur_* pads,
29287           instead of trying to use a possibly non-existent negotiated caps.
29288           Reset the type of subpicture pads to UNKNOWN after calling
29289           init_stream, so that the caps get set.
29290
29291 2004-10-29  Martin Pitt  <martin.pitt@canonical.com>
29292
29293         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29294
29295         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
29296           Don't touch buffer if it is of size 0 (fixes #151064).
29297
29298 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29299
29300         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push), (gst_ogg_pad_push):
29301           Synchronized discont handling.
29302
29303 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29304
29305         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
29306         (gst_ogg_demux_push):
29307           Make seeking sort-of exact again (fixes #156387).
29308
29309 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29310
29311         * gst/playback/gstplaybasebin.c: (unknown_type),
29312         (add_element_stream), (new_decoded_pad),
29313         (gst_play_base_bin_change_state):
29314         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
29315         (gst_stream_info_init), (gst_stream_info_new),
29316         (gst_stream_info_dispose), (gst_stream_info_get_property):
29317         * gst/playback/gststreaminfo.h:
29318           Make caps explicitely available. Makes testing for unsupported
29319           types possible. Improves error reporting.
29320
29321 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29322
29323         * gst/audioconvert/gstaudioconvert.c:
29324         (gst_audio_convert_buffer_to_default_format):
29325           Really don't touch read-only buffers (#156563).
29326
29327 2004-10-29  Sebastien Cote  <sc5@hermes.usherb.ca>
29328
29329         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29330
29331         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
29332           Fix memleak (#155223).
29333
29334 2004-10-29  Wim Taymans  <wim@fluendo.com>
29335
29336         * gst/tcp/.cvsignore:
29337         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
29338         (gst_multifdsink_class_init), (gst_multifdsink_init),
29339         (gst_multifdsink_add), (gst_multifdsink_remove),
29340         (gst_multifdsink_remove_client_link), (is_sync_frame),
29341         (gst_multifdsink_new_client),
29342         (gst_multifdsink_handle_client_write),
29343         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
29344         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
29345         (gst_multifdsink_get_property):
29346         * gst/tcp/gstmultifdsink.h:
29347         Added burst on connect sync_method, deprecated sync_clients,
29348         streamlined the sync code some more.
29349
29350 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29351
29352         * gst/playback/gstplaybasebin.c: (thread_error), (setup_source),
29353         (gst_play_base_bin_change_state):
29354           Improve error reporting.
29355
29356 2004-10-28  Wim Taymans  <wim@fluendo.com>
29357
29358         * gst/tcp/Makefile.am:
29359         * gst/tcp/fdsetstress.c: (mess_some_more), (run_test), (main):
29360         * gst/tcp/gstfdset.c: (nearest_pow), (resize), (ensure_size),
29361         (gst_fdset_new), (gst_fdset_free), (gst_fdset_set_mode),
29362         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
29363         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
29364         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
29365         (gst_fdset_wait):
29366         Added more locks around fdset structures. Fixed/reworked
29367         the poll array resizing code.
29368         Added stress test for fdset.
29369
29370 2004-10-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
29371
29372         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
29373         fix build
29374
29375 2004-10-28  Benjamin Otte  <otte@gnome.org>
29376
29377         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
29378           fix link function to always query channels and query width for
29379           floats
29380         * configure.ac:
29381           add equalizer dir
29382         * gst/equalizer/Makefile.am:
29383         * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_get_type),
29384         (gst_iir_equalizer_base_init), (gst_iir_equalizer_class_init),
29385         (gst_iir_equalizer_init), (gst_iir_equalizer_finalize),
29386         (arg_to_scale), (setup_filter),
29387         (gst_iir_equalizer_compute_frequencies),
29388         (gst_iir_equalizer_set_property), (gst_iir_equalizer_get_property),
29389         (gst_iir_equalizer_filter_inplace), (gst_iir_equalizer_setup),
29390         (plugin_init):
29391           add an equalizer
29392
29393 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
29394
29395         Submitted by: Kjartan Maraas <kmaraas@broadpark.no>
29396
29397         * po/LINGUAS:
29398         * po/nb.po:
29399           Added Norwegian Bokmaal translation
29400
29401 2004-10-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29402
29403         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
29404           Don't break on options (fixes #156488).
29405
29406 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
29407
29408         * configure.ac:
29409         * ext/cdaudio/Makefile.am:
29410         * sys/Makefile.am:
29411           fix build on older automake
29412
29413 2004-10-26  Wim Taymans  <wim@fluendo.com>
29414
29415         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
29416         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
29417         Allow a little margin when negotiating the framerate.
29418
29419 2004-10-26  Stefan Kost  <ensonic@users.sf.net>
29420
29421         * gst/level/gstlevel.c:
29422           synchonised naming of pads and pad-templates
29423
29424 2004-10-26  Wim Taymans  <wim@fluendo.com>
29425
29426         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
29427         (gst_ogg_demux_handle_event), (_find_chain_get_unknown_part),
29428         (_find_streams_check), (gst_ogg_demux_push):
29429         Fix EOS again. Needs to be done in a better way. We should not
29430         remove the pad if there is no new chained stream.
29431
29432 2004-10-26 Iain <iaingnome@gmail.com>
29433
29434         * ext/ogg/gstoggdemux.c (gst_ogg_pad_new): Free the tag list.
29435         * gst/audioscale/gstaudioscale.c (gst_audioscale_link): Free the copy
29436         of the caps.
29437         * gst/interleave/interleave.c (interleave_class_init): Hook up release
29438         pad.
29439         (interleave_release_pad): Remove the pad.
29440         * gst/level/gstlevel.c: Allow the level to take 1 or 2 channels.
29441         * sys/sunaudio/gstsunaudio.c (gst_sunaudio_setparams): Pay attention to
29442         the set device.
29443         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support): Free the
29444         attrs
29445         (gst_xvimagesink_xcontext_clear): Free the xcontext.
29446         (gst_xvimagesink_finalize): Free the par.
29447
29448 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29449
29450         * gst/avi/gstavimux.c: (gst_avimux_audsinkconnect),
29451         (gst_avimux_stop_file):
29452           First calculate the rate, and only then use it. Hdr.rate is a
29453           multiple and not a derivative of hdr.scale. Scale is not the
29454           same as blockalign but is solely related to rate.
29455
29456 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29457
29458         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
29459         (gst_gnomevfssink_handle_event), (gst_gnomevfssink_chain):
29460           Implement seeking.
29461
29462 2004-10-25  James Henstridge  <james@jamesh.id.au>
29463
29464         Reviewed by:  David Schleef  <ds@schleef.org>
29465
29466         * examples/gstplay/player.c: (got_stream_length), (main):
29467         * examples/seeking/cdplayer.c: (update_scale):
29468         * examples/seeking/seek.c: (format_value), (update_scale):
29469         * examples/seeking/spider_seek.c: (format_value), (update_scale),
29470         (stop_seek):
29471         Build fixes on AMD64.
29472
29473 2004-10-25  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
29474
29475         reviewed by: Ronald Bultje <rbultje at gnome dot org>
29476
29477         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
29478         Fix for some v4l cards which hang in v4lsrc
29479
29480 2004-10-25  Wim Taymans  <wim@fluendo.com>
29481
29482         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_remove),
29483         (gst_ogg_demux_push), (gst_ogg_chains_clear):
29484         Make sure to remove the pad when a new chain is
29485         encountered. Set some vars to NULL so we don't try
29486         to reference freed memory.
29487
29488 2004-10-25  Wim Taymans  <wim@fluendo.com>
29489
29490         * examples/seeking/Makefile.am:
29491         * examples/seeking/cdplayer.c: (update_scale):
29492         * examples/seeking/chained.c: (unlinked), (new_pad), (main):
29493         * examples/seeking/playbin.c: (make_playerbin_pipeline),
29494         (format_value), (update_scale), (iterate), (start_seek),
29495         (stop_seek), (print_media_info), (play_cb), (pause_cb), (stop_cb),
29496         (print_usage), (main):
29497         Added some more examples, update others.
29498
29499 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29500
29501         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
29502         * ext/speex/gstspeexdec.c: (speex_dec_chain):
29503         * ext/theora/theoradec.c: (theora_dec_chain):
29504         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
29505           Add codec-name metadata.
29506
29507 2004-10-25  Takao Fujiwara  <Takao.Fujiwara@Sun.COM>
29508
29509         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29510
29511         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
29512         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
29513         * ext/alsa/gstalsamixertrack.h:
29514         * po/POTFILES.in:
29515           ALSA mixer track label internationalization (#154054).
29516
29517 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29518
29519         * ext/theora/theoradec.c: (theora_dec_chain):
29520           Export bitrate as metadata.
29521
29522 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29523
29524         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
29525         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
29526         * ext/alsa/gstalsamixertrack.h:
29527           Fix names, fix loop.
29528
29529 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29530
29531         * ext/speex/gstspeexdec.c: (gst_speex_dec_init),
29532         (speex_dec_convert):
29533           sinkconvert function so oggdemux can get the file length (totem).
29534
29535 2004-10-25  James Morrison  <ja2morri@csclub.uwaterloo.ca>
29536
29537         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29538
29539         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
29540           Don't push incomplete packets.
29541         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find):
29542           Fix MPEG-4 audio typefinding.
29543
29544 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29545
29546         * sys/v4l/Makefile.am:
29547         * sys/v4l/gstv4l.c: (plugin_init):
29548         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_type),
29549         (gst_v4lelement_init), (gst_v4lelement_dispose),
29550         (gst_v4lelement_change_state):
29551         * sys/v4l/gstv4lelement.h:
29552         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_open),
29553         (gst_v4l_xoverlay_close), (idle_refresh),
29554         (gst_v4l_xoverlay_set_xwindow_id):
29555         * sys/v4l/gstv4lxoverlay.h:
29556         * sys/v4l/v4l-overlay_calls.c:
29557         * sys/v4l/v4l_calls.h:
29558         * sys/v4l2/Makefile.am:
29559         * sys/v4l2/gstv4l2.c: (plugin_init):
29560         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_type),
29561         (gst_v4l2element_init), (gst_v4l2element_dispose),
29562         (gst_v4l2element_change_state):
29563         * sys/v4l2/gstv4l2element.h:
29564         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_open),
29565         (gst_v4l2_xoverlay_close), (idle_refresh),
29566         (gst_v4l2_xoverlay_set_xwindow_id):
29567         * sys/v4l2/gstv4l2xoverlay.h:
29568         * sys/v4l2/v4l2-overlay_calls.c:
29569         * sys/v4l2/v4l2_calls.h:
29570           Remove client-side overlay handling, use the X-server v4l plugin
29571           for that. Nicer overlay, less code. Also make the plugin
29572           compileable without X (but then without overlay, obviously).
29573           Makes xwindowlistener obsolete, should we remove that?
29574
29575 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29576
29577         * sys/oss/gstosssrc.c: (gst_osssrc_get_time), (gst_osssrc_get),
29578         (gst_osssrc_src_query):
29579         * sys/oss/gstosssrc.h:
29580           OK, so people want offset in DEFAULT. This time, actually fix all
29581           cases.
29582         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
29583           Add FPS properly.
29584
29585 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29586
29587         * gst/asfdemux/gstasfmux.c:
29588         * gst/avi/gstavimux.c:
29589           Framerate.
29590
29591 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29592
29593         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_set_property):
29594           Fix properties (channel, norm, frequency).
29595
29596 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29597
29598         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_property):
29599           Flag typo.
29600         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults):
29601           No warnings.
29602
29603 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29604
29605         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_clear_format_list):
29606           Fix hang.
29607
29608 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29609
29610         * sys/v4l2/gstv4l2element.h:
29611           Yet Another Hack (tm) for kernel header borkedness.
29612         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
29613         (gst_v4l2src_v4l2fourcc_to_caps), (gst_v4l2_fourcc_from_structure),
29614         (gst_v4l2src_link), (gst_v4l2src_getcaps),
29615         (gst_v4l2src_change_state):
29616         * sys/v4l2/gstv4l2src.h:
29617         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_init),
29618         (gst_v4l2src_capture_start), (gst_v4l2src_capture_stop):
29619           Fix caps, keep track of state, work.
29620
29621 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29622
29623         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
29624           Quiet.
29625
29626 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29627
29628         * sys/oss/gstosssrc.c: (gst_osssrc_get):
29629           Don't mix bytes and samples.
29630
29631 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29632
29633         * ext/ogg/gstoggmux.c:
29634           Basic pad template which accepts OGM tracks, speex, flac, vorbis
29635           and theora. Any is incorrect.
29636         * gst/asfdemux/gstasfmux.c: (gst_asfmux_vidsink_link):
29637           Fix caps.
29638         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
29639         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
29640         (gst_v4lmjpegsrc_init), (gst_v4lmjpegsrc_srcconnect),
29641         (gst_v4lmjpegsrc_getcaps), (gst_v4lmjpegsrc_change_state):
29642         * sys/v4l/gstv4lmjpegsrc.h:
29643         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
29644         (gst_v4lsrc_change_state):
29645         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_start),
29646         (gst_v4lmjpegsrc_capture_stop):
29647           Fix caps. Keep track of internal state. Work.
29648
29649 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29650
29651         * ext/Makefile.am:
29652           Fix the build fixes.
29653
29654 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29655
29656         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
29657         (gst_ogg_demux_src_event), (_find_chain_seek),
29658         (gst_ogg_pad_push):
29659           Check for pad availability before using it.
29660         * ext/ogg/gstoggdemux.c: (_find_chain_process):
29661           Fix parsing of chained ogg. Needs more work on the decoder side.
29662
29663 2004-10-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29664
29665         * gst/spectrum/Makefile.am:
29666         * gst/spectrum/demo-osssrc.c: (spectrum_chain), (main),
29667         (idle_func):
29668           Fix demo and reenable it. Yes, I'm currently playing with audio
29669           analysis tools
29670
29671 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29672
29673         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
29674           We love it if files that start at zero work too...
29675
29676 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29677
29678         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
29679           Handle files with missing EOS headers.
29680
29681 2004-10-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
29682
29683         * gst/tcp/gsttcpserversink.c:
29684         (gst_tcpserversink_handle_server_read),
29685         (gst_tcpserversink_init_send):
29686         Zero some variables first (need for accept not to return EINVAL)
29687
29688 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29689
29690         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
29691         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
29692         * ext/theora/theoradec.c: (theora_dec_sink_convert),
29693         (theora_dec_chain):
29694         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
29695         (gst_vorbis_dec_init), (vorbis_dec_convert), (vorbis_dec_chain):
29696           Seeking and querying finetune.
29697
29698 2004-10-20  Thomas Vander Stichele  <thomas at apestaart dot org>
29699
29700         * configure.ac:
29701         * ext/Makefile.am:
29702         * ext/raw1394/Makefile.am:
29703           fix the build
29704
29705 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29706
29707         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
29708           Wrong return.
29709         * gst/playback/Makefile.am:
29710         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
29711         * gst/playback/gstplay-marshal.list:
29712         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
29713           Fix marshallers.
29714
29715 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29716
29717         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event):
29718           Silence.
29719
29720 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29721
29722         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
29723         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
29724         (gst_ogg_pad_push):
29725           Yay for non-lineair granulepos in theora.
29726
29727 2004-10-18  Wim Taymans  <wim@fluendo.com>
29728
29729         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
29730         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
29731         * ext/dv/gstdvdec.h:
29732         Make sure we renegotiate aspect ratio when the camera switches.
29733
29734 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29735
29736         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
29737         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
29738           Start at zero.
29739         * ext/theora/theoradec.c: (theora_dec_chain):
29740           Skip headers. Bad idea for chained ogg, but fixes seeking.
29741
29742 2004-10-18  Wim Taymans  <wim@fluendo.com>
29743
29744         * configure.ac:
29745         I swear, this is the last time I touch this.
29746
29747 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29748
29749         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
29750         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
29751         (_read_bos_process), (gst_ogg_demux_iterate), (gst_ogg_pad_new):
29752           Faster seeking.
29753         * ext/theora/theoradec.c: (theora_dec_sink_convert):
29754           Time-to-default conversion.
29755         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
29756           Don't error on unknown packets, just skip. We should probably
29757           read them if we want to support chained ogg.
29758
29759 2004-10-18  Wim Taymans  <wim@fluendo.com>
29760
29761         * configure.ac:
29762         Added cdaudio to wrong list.
29763
29764 2004-10-18  Wim Taymans  <wim@fluendo.com>
29765
29766         * configure.ac:
29767         Revive cdaudio.
29768
29769 2004-10-18  Wim Taymans  <wim@fluendo.com>
29770
29771         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
29772         (gst_dvdec_video_link), (gst_dvdec_push):
29773         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
29774         (gst_smokeenc_resync), (gst_smokeenc_chain):
29775         Fix mimetype on smoke encoder.
29776         Add aspect ratio to dvdec. Not sure if these
29777         values are correct though....
29778
29779 2004-10-18  Wim Taymans  <wim@fluendo.com>
29780
29781         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
29782         Fix vorbis property descriptions and ranges.
29783
29784 2004-10-18  Wim Taymans  <wim@fluendo.com>
29785
29786         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
29787         Really do nothing when no data is available.
29788         Go to the playing state when the stream is not seekable
29789         instead of failing.
29790
29791 2004-10-18  Wim Taymans  <wim@fluendo.com>
29792
29793         * ext/cdaudio/gstcdaudio.c: (_do_init), (gst_cdaudio_base_init),
29794         (gst_cdaudio_get_event_masks), (gst_cdaudio_send_event),
29795         (gst_cdaudio_query), (plugin_init), (cdaudio_uri_get_type),
29796         (cdaudio_uri_get_protocols), (cdaudio_uri_get_uri),
29797         (cdaudio_uri_set_uri), (cdaudio_uri_handler_init):
29798         Added uri handler for cd://
29799         Port to new API.
29800
29801 2004-10-18  Wim Taymans  <wim@fluendo.com>
29802
29803         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
29804         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
29805         (try_to_link_1), (no_more_pads), (close_link), (type_found):
29806         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
29807         (remove_prerolls), (unknown_type), (add_element_stream),
29808         (new_decoded_pad), (setup_source), (gst_play_base_bin_add_element),
29809         (gst_play_base_bin_remove_element),
29810         (gst_play_base_bin_link_stream):
29811         * gst/playback/gstplaybin.c: (gen_video_element),
29812         (gen_vis_element), (remove_sinks), (setup_sinks):
29813         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
29814         (gst_stream_info_get_type), (gst_stream_info_class_init),
29815         (gst_stream_info_init), (gst_stream_info_new),
29816         (gst_stream_info_dispose), (stream_info_mute_pad),
29817         (gst_stream_info_set_property), (gst_stream_info_get_property):
29818         * gst/playback/gststreaminfo.h:
29819         Add sink padtemplate to decodebin.
29820         Added some more comments.
29821         Make queue size configurable in playbasebin.
29822         Added possibility to use elements as sinks (ex cdaudio).
29823
29824 2004-10-15  Wim Taymans  <wim@fluendo.com>
29825
29826         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
29827         (gst_speexenc_chain):
29828         Fix speex timestamps so that it gets muxed properly.
29829
29830 2004-10-15  Wim Taymans  <wim@fluendo.com>
29831
29832         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_get_type),
29833         (gst_dv1394src_base_init), (gst_dv1394src_class_init),
29834         (gst_dv1394src_init), (gst_dv1394src_dispose),
29835         (gst_dv1394src_iso_receive), (gst_dv1394src_discover_avc_node),
29836         (gst_dv1394src_change_state), (gst_dv1394src_get_event_mask),
29837         (gst_dv1394src_event), (gst_dv1394src_get_formats),
29838         (gst_dv1394src_convert), (gst_dv1394src_get_query_types),
29839         (gst_dv1394src_query), (gst_dv1394src_uri_get_type),
29840         (gst_dv1394src_uri_get_protocols), (gst_dv1394src_uri_get_uri),
29841         (gst_dv1394src_uri_set_uri), (gst_dv1394src_uri_handler_init):
29842         * ext/raw1394/gstdv1394src.h:
29843         Added conversion/query functions.
29844         Update buffer timestamps,
29845         Added signals.
29846         Added uri dv:// so it might play from the firewire in playbin.
29847         Fix a possible leak.
29848         Added debugging.
29849
29850 2004-10-15  Wim Taymans  <wim@fluendo.com>
29851
29852         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
29853         (gst_dv1394src_init), (gst_dv1394src_set_property),
29854         (gst_dv1394src_get_property), (gst_dv1394src_iso_receive),
29855         (gst_dv1394src_discover_avc_node), (gst_dv1394src_change_state):
29856         * ext/raw1394/gstdv1394src.h:
29857         Added AV/C VTR control support needed for some cameras.
29858         Added automatic port detection.
29859         Added properties for selecting the channel.
29860         The configure.ac script is not yet updated to reflect the
29861         new libavc1394 and librom1394 dependencies.
29862
29863 2004-10-15  Wim Taymans  <wim@fluendo.com>
29864
29865         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
29866         (qtdemux_parse), (gst_qtdemux_handle_esds):
29867         An esds box is not a container.
29868         Fix parsing of mp4v boxes.
29869         Do not try to renegotiate fps for each frame. Need to
29870         find a better method. This should fix mp4 playback.
29871
29872 2004-10-14  David Schleef  <ds@schleef.org>
29873
29874         * configure.ac: update for swfdec-0.3 and liboil-0.2
29875         * ext/swfdec/gstswfdec.c: update for swfdec-0.3
29876         * ext/swfdec/gstswfdec.h: same
29877         * gst/videofilter/gstvideobalance.c: update for liboil-0.2
29878         * gst/videotestsrc/videotestsrc.c: same
29879
29880 2004-10-14  Wim Taymans  <wim@fluendo.com>
29881
29882         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
29883         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
29884         (is_sync_frame), (gst_multifdsink_new_client),
29885         (gst_multifdsink_handle_client_write),
29886         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
29887         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
29888         Turn warnings into info.
29889         Don't allow a state change in the streaming thread.
29890
29891 2004-10-14  Thomas Vander Stichele  <thomas at apestaart dot org>
29892
29893         * ext/vorbis/oggvorbisenc.c:
29894         * ext/vorbis/vorbisdec.c:
29895           fix template sample rate
29896
29897 2004-10-13  Wim Taymans  <wim@fluendo.com>
29898
29899         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
29900         Decoding the header first fixes some problems in resyncing
29901         in more mp3s.
29902
29903 2004-10-12  Wim Taymans  <wim@fluendo.com>
29904
29905         * gst/playback/gstplaybin.c: (gen_video_element),
29906         (gen_vis_element), (remove_sinks), (setup_sinks):
29907         Added vis plugin support, need to configure the vis
29908         element to activate it.
29909
29910 2004-10-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29911
29912         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get),
29913         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
29914           Some debug.
29915         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
29916         (gst_avi_demux_handle_src_event), (gst_avi_demux_read_superindex),
29917         (gst_avi_demux_read_subindexes), (gst_avi_demux_add_stream),
29918         (gst_avi_demux_stream_index), (gst_avi_demux_skip),
29919         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
29920         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header):
29921         * gst/avi/gstavidemux.h:
29922           Support for openDML-2.0 indx/ix## chunks. Support for broken index
29923           recovery (where, if part of the index is broken, we will still read
29924           the rest of the index and recover the broken part by stream
29925           scanning). More broken media support. EOS workarounds. General AVI
29926           braindamage headache recovery. Aspirin included.
29927
29928 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29929
29930         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_open),
29931         (cdparanoia_event), (cdparanoia_query):
29932           Get rid of hideous lead-in.
29933
29934 2004-10-11  Wim Taymans  <wim@fluendo.com>
29935
29936         * gst/playback/gstplaybasebin.c: (setup_source):
29937         Wrong var used to get g_list_next.
29938
29939 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29940
29941         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
29942         (cdparanoia_get), (cdparanoia_open):
29943           Report discid as metadata, add duration.
29944
29945 2004-10-11  Wim Taymans  <wim@fluendo.com>
29946
29947         * gst/playback/gstplaybasebin.c: (setup_source):
29948         Cleanup the previous pipeline a little earlier for the
29949         case that a source element provides raw data.
29950
29951 2004-10-11  Benjamin Otte  <otte@gnome.org>
29952
29953         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
29954           reset v1 tag offset when there is no v1 tag. Fixes id3demux always
29955           consuming the last 128 bytes, even though it was valid mp3 data.
29956
29957 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
29958
29959         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
29960         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
29961         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
29962         Change g_warnings to GST_WARNING_OBJECT and fix colourspace issue
29963
29964 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
29965
29966         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps):
29967         Fix for webcams that support only specific width or height
29968
29969 2004-10-09  Tim-Philipp Müller  <t.i.m@zen.co.uk>
29970
29971         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29972
29973         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
29974           Fix wrong discont event setup (fixes #154967).
29975
29976 2004-10-09  Sebastien Cote  <sc5@hermes.usherb.ca>
29977
29978         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29979
29980         * gst/auparse/gstauparse.c: (gst_auparse_chain):
29981           Error out on invalid data (fixes #154807).
29982
29983 2004-10-09  Tim-Philipp Müller  <t.i.m@zen.co.uk>
29984
29985         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29986
29987         * ext/dvdread/dvdreadsrc.c: (_read):
29988           Make titles > 0 work again (fixes #154834).
29989
29990 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29991
29992         * gst-libs/gst/riff/riff-media.c:
29993         (gst_riff_create_video_template_caps):
29994           WMV3 missing in template caps.
29995
29996 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29997
29998         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
29999           OK, so the original code was too strict. It makes random AVI files
30000           hang for seconds upon opening, which is unacceptable and is far
30001           beyond the original goal of getting multiple chunks for one-chunk
30002           sounc stream files. So now do just that.
30003
30004 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30005
30006         * gst/playback/gstplaybasebin.c: (setup_source),
30007         (gst_play_base_bin_change_state):
30008           Actually clean up streaminfo if output fails. This would trigger
30009           if, for example, there was no CD in the drive. No preroll, so
30010           a streaminfo structure is created, but the subsequent state change
30011           of the thread fails.
30012         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
30013           Don't change state if parent failed.
30014
30015 2004-10-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30016
30017         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
30018         (gst_play_bin_init), (gst_play_bin_get_property), (handoff),
30019         (gen_video_element), (remove_sinks):
30020           Add small bits of code for screenshot handling.
30021
30022 2004-10-08  Wim Taymans  <wim@fluendo.com>
30023
30024         * gst/playback/gstplaybin.c: (gst_play_bin_set_property),
30025         (gen_video_element), (gen_audio_element), (setup_sinks):
30026         Don't assume the user provided sinks are named "sink"...
30027
30028 2004-10-08  Wim Taymans  <wim@fluendo.com>
30029
30030         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
30031         (unknown_type), (setup_source), (gst_play_base_bin_remove_element),
30032         (gst_play_base_bin_link_stream):
30033         Do not try to autoplug sources that generate raw streams like
30034         cdparanoia.
30035         disconnect the preroll overrun signal when we don't need it anymore.
30036
30037 2004-10-08  Milosz Derezynski  <internalerror.rez@fhtw-berlin.de>
30038
30039         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
30040         Added reworked patch from #154903 from milosz derezynski (deadchip).
30041
30042 2004-10-08  Wim Taymans  <wim@fluendo.com>
30043
30044         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
30045         (cdparanoia_base_init), (cdparanoia_class_init), (cdparanoia_init),
30046         (cdparanoia_dispose), (cdparanoia_get), (cdparanoia_change_state),
30047         (cdparanoia_convert), (cdparanoia_uri_get_type),
30048         (cdparanoia_uri_get_protocols), (cdparanoia_uri_get_uri),
30049         (cdparanoia_uri_set_uri), (cdparanoia_uri_handler_init):
30050         * ext/cdparanoia/gstcdparanoia.h:
30051         This adds the cdda://<tracknum> uri.
30052
30053 2004-10-08  Wim Taymans  <wim@fluendo.com>
30054
30055         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
30056         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
30057         (try_to_link_1), (no_more_pads), (close_link), (type_found):
30058         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
30059         (unknown_type), (gst_play_base_bin_remove_element),
30060         (gst_play_base_bin_link_stream):
30061         * gst/playback/gstplaybasebin.h:
30062         * gst/playback/gstplaybin.c: (gst_play_bin_init),
30063         (gst_play_bin_set_property), (gen_video_element),
30064         (gen_audio_element), (setup_sinks):
30065         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
30066         (gst_stream_info_get_type), (gst_stream_info_class_init),
30067         (gst_stream_info_init), (gst_stream_info_new),
30068         (gst_stream_info_dispose), (stream_info_mute_pad),
30069         (gst_stream_info_set_property), (gst_stream_info_get_property):
30070         * gst/playback/gststreaminfo.h:
30071         Reuse the audio and video bins.
30072         Some internal cleanups in the stream selection code.
30073
30074 2004-10-08  Julien MOUTTE  <julien@moutte.net>
30075
30076         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
30077         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
30078         * sys/ximage/ximagesink.h:
30079         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
30080         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
30081         * sys/xvimage/xvimagesink.h: Reverting Ronald's changes as the issue is
30082         not coming from those elements. Moreover these elements should not keep
30083         the xid they have been given when in NULL state.
30084
30085 2004-10-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30086
30087         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
30088         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
30089         * sys/ximage/ximagesink.h:
30090         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
30091         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
30092         * sys/xvimage/xvimagesink.h:
30093           Actually only create a new toplevel window if we're not gonna
30094           embed it right after.
30095
30096 2004-10-07  Wim Taymans  <wim@fluendo.com>
30097
30098         * gst/playback/gstplaybasebin.c: (play_base_bin_mute_pad),
30099         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream):
30100         * gst/playback/gstplaybin.c: (setup_sinks):
30101         Implement muting/unmuting of streams, mute streams that are not
30102         used.
30103
30104 2004-10-07  Wim Taymans  <wim@fluendo.com>
30105
30106         * gst/typefind/gsttypefindfunctions.c: (ac3_type_find),
30107         (plugin_init):
30108         Added lame audio/x-ac3 typefind function.
30109
30110 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
30111
30112         * configure.ac:
30113           bump nano to cvs
30114
30115 === release 0.8.5 ===
30116
30117 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
30118
30119         * NEWS:
30120         * RELEASE:
30121         * configure.ac:
30122           releasing 0.8.5, "Take You On"
30123
30124 2004-10-06  Wim Taymans  <wim@fluendo.com>
30125
30126         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
30127         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
30128         (no_more_pads), (close_link), (type_found):
30129         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
30130         * gst/playback/gstplaybin.c: (gen_video_element):
30131         Do not signal the no_more_pads after the first pad when
30132         we are plugging a non dynamic element with multiple
30133         output pads (like swfdec, dvdec, ...).
30134
30135 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
30136
30137         * configure.ac:
30138           bump for prerelease
30139
30140 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
30141
30142         * gst/wavparse/gstwavparse.c:
30143           add ATRAC3 to STATIC CAPS to fix a warning
30144
30145         * gst/matroska/ebml-read.c:
30146         * gst-libs/gst/riff/riff-read.c:
30147           fix typos
30148
30149 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
30150
30151         * gst-libs/gst/riff/riff-media.c:
30152           generate caps for ATRAC3 audio streams
30153
30154         * gst/realmedia/rmdemux.c:
30155           generate caps for ATRAC3 audio streams
30156
30157 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
30158
30159         * gst/wavparse/Makefile.am
30160         * gst/wavparse/riff.h
30161         * gst/wavparse/wavparse.vcproj
30162           riff.h removal (unused and duplication with riff-ids.h)
30163
30164 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
30165
30166         * gst/wavparse/gstwavparse.h
30167           remove duplicated defines for audio codec codes
30168
30169         * gst-libs/gst/riff/riff-ids.h
30170         * gst/wavenc/riff.h:
30171           add "4CC" code for ATRAC3 audio streams
30172           add "4CC" code for ITU_G721_ADPCM (unused for now)
30173
30174 2004-10-06  Wim Taymans  <wim@fluendo.com>
30175
30176         * gst/flx/gstflxdec.c: (gst_flxdec_init), (gst_flxdec_loop):
30177         Actually _do_ negotiation. Pass gdouble as arg instead
30178         of guint64 for the framerate.
30179
30180 2004-10-06  Wim Taymans  <wim@fluendo.com>
30181
30182         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
30183         (find_compatibles), (close_pad_link), (try_to_link_1),
30184         (no_more_pads), (close_link), (type_found):
30185         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
30186         * gst/playback/gstplaybin.c: (gen_video_element),
30187         (gen_audio_element):
30188         Set state on newly added element to READY so that negotiation
30189         can happen ASAP.
30190         Addes some more debug info.
30191         Do not try to plug pads with multiple caps structures or ANY
30192         because it is too dangerous since we do not do dynamic
30193         replugging.
30194
30195 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
30196
30197         written by: Gora Mohanty <gora_mohanty@yahoo.co.in>
30198
30199         * po/LINGUAS:
30200         * po/or.po:
30201           add Oriya translation
30202
30203 2004-10-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30204
30205         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
30206           Prevent overwrite of size member. Makes audio sound crappy.
30207
30208 2004-10-05  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
30209
30210         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
30211         Add rmvb to the list of known RealMedia extensions
30212
30213 2004-10-05  Wim Taymans  <wim@fluendo.com>
30214
30215         * ext/libmng/gstmngdec.c: (gst_mngdec_loop), (mngdec_error),
30216         (mngdec_openstream), (mngdec_closestream),
30217         (mngdec_handle_sink_event), (mngdec_readdata),
30218         (mngdec_gettickcount), (mngdec_settimer), (mngdec_processheader),
30219         (mngdec_getcanvasline), (mngdec_refresh),
30220         (gst_mngdec_change_state):
30221         Set the framerate correctly.
30222
30223 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30224
30225         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
30226           There was something wrong with the index massaging.
30227
30228 2004-10-04  Wim Taymans  <wim@fluendo.com>
30229
30230         * ext/jpeg/gstjpeg.c: (smoke_type_find), (plugin_init):
30231         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
30232         (gst_smokedec_chain):
30233         * ext/jpeg/gstsmokedec.h:
30234         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
30235         (gst_smokeenc_init), (gst_smokeenc_resync), (gst_smokeenc_chain):
30236         * ext/jpeg/gstsmokeenc.h:
30237         * ext/jpeg/smokecodec.c: (smokecodec_encode_new),
30238         (smokecodec_decode_new), (smokecodec_info_free),
30239         (smokecodec_set_quality), (smokecodec_get_quality),
30240         (smokecodec_set_threshold), (smokecodec_get_threshold),
30241         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
30242         (find_best_size), (abs_diff), (put), (smokecodec_encode_id),
30243         (smokecodec_encode), (smokecodec_parse_id),
30244         (smokecodec_parse_header), (smokecodec_decode):
30245         * ext/jpeg/smokecodec.h:
30246         * ext/jpeg/smokeformat.h:
30247         Updated smoke, new bitstream, allows embedding in ogg.
30248
30249 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30250
30251         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
30252           Fix seeking in some files. All this code is no longer needed (and
30253           actually breaks stuff) because we now synchronize the full index
30254           right when reading the header.
30255
30256 2004-10-04  Wim Taymans  <wim@fluendo.com>
30257
30258         * configure.ac:
30259         configure update for libmng.
30260
30261 2004-10-04  Wim Taymans  <wim@fluendo.com>
30262
30263         * ext/libmng/Makefile.am:
30264         * ext/libmng/gstmng.c: (plugin_init):
30265         * ext/libmng/gstmng.h:
30266         * ext/libmng/gstmngdec.c: (gst_mngdec_get_type),
30267         (gst_mngdec_base_init), (gst_mngdec_class_init),
30268         (gst_mngdec_sinklink), (gst_mngdec_init), (gst_mngdec_src_getcaps),
30269         (gst_mngdec_loop), (gst_mngdec_get_property),
30270         (gst_mngdec_set_property), (mngdec_error), (mngdec_openstream),
30271         (mngdec_closestream), (mngdec_handle_sink_event),
30272         (mngdec_readdata), (mngdec_gettickcount), (mngdec_settimer),
30273         (mngdec_processheader), (mngdec_getcanvasline), (mngdec_refresh),
30274         (gst_mngdec_change_state):
30275         * ext/libmng/gstmngdec.h:
30276         * ext/libmng/gstmngenc.c: (gst_mngenc_get_type),
30277         (mng_caps_factory), (raw_caps_factory), (gst_mngenc_base_init),
30278         (gst_mngenc_class_init), (gst_mngenc_sinklink), (gst_mngenc_init),
30279         (gst_mngenc_chain), (gst_mngenc_get_property),
30280         (gst_mngenc_set_property):
30281         * ext/libmng/gstmngenc.h:
30282         Added basic MNG decoder. Needs more work. The encoder does
30283         not work yet.
30284
30285 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30286
30287         * gst/realmedia/rmdemux.c: (gst_rmdemux_handle_sink_event),
30288         (gst_rmdemux_loop), (gst_rmdemux_add_stream),
30289         (gst_rmdemux_parse_mdpr), (gst_rmdemux_dump_mdpr):
30290           Don't hang on length=0 chunks. Some negotiation fixes. Signal
30291           no-more-pads.
30292
30293 2004-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
30294
30295         * configure.ac:
30296           you need at least 1.0.4 of speex
30297
30298 2004-10-04 Iain <iaingnome@gmail.com>
30299
30300         * ext/speex/gstspeexdec.h: Revert the includes changes.
30301
30302         * ext/speex/gstspeexenc.[ch]: Revert the includes changes.
30303
30304 2004-09-30 Iain <iaingnome@gmail.com>
30305
30306         * sys/sunaudio/gstsunaudio.c (gst_sunaudiosink_open): Use the device
30307         found during init or set as a property instead of hardcoding /dev/audio
30308
30309 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30310
30311         * gst/realmedia/rmdemux.c: (gst_rmdemux_class_init),
30312         (gst_rmdemux_init), (gst_rmdemux_handle_sink_event),
30313         (gst_rmdemux_loop), (gst_rmdemux_add_stream), (re_hexdump_bytes),
30314         (re_dump_pascal_string), (gst_rmdemux_dump__rmf),
30315         (gst_rmdemux_dump_prop), (gst_rmdemux_parse_mdpr),
30316         (gst_rmdemux_dump_mdpr), (gst_rmdemux_dump_indx),
30317         (gst_rmdemux_dump_data):
30318           Use debug category, fix EOS handling. filesrc ! rmdemux now
30319           works.
30320
30321 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30322
30323         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
30324         (gst_avi_demux_stream_scan), (sort), (gst_avi_demux_massage_index),
30325         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data):
30326           Improve allocation, cutting and sorting of the index. How takes a
30327           few seconds instead of minutes.
30328
30329 2004-10-03  Christophe Fergeau  <teuf@gnome.org>
30330
30331         * gst/realmedia/rmdemux.c: (gst_rmdemux_parse_mdpr):
30332           fixed compilation
30333
30334 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30335
30336         * gst-libs/gst/riff/riff-media.c:
30337         (gst_riff_create_video_caps_with_data),
30338         (gst_riff_create_video_template_caps):
30339           Add wing commander format mimetype/fourccs.
30340         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
30341           Don't crash if some value is 0.
30342
30343 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30344
30345         * gst-libs/gst/riff/riff-media.c:
30346         (gst_riff_create_video_caps_with_data),
30347         (gst_riff_create_video_template_caps):
30348           Add DIB fourcc (raw, palettized 8-bit RGB).
30349         * gst-libs/gst/riff/riff-read.c:
30350         (gst_riff_read_strf_vids_with_data):
30351           Oops, fix strf_data reading bug.
30352         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
30353           Use a non-NULL tag.
30354         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
30355           Time for hacks. Sorry Dave. At least one quicktime movie (a
30356           trailer) that I've encountered contains multiple video tracks.
30357           One of those is the actual video track, the other are one-frame
30358           tracks (images). Unfortunately, the number of frames according
30359           to the trak header is 1 for each, so that doesn't help. So
30360           instead, I look at the duration and discard tracks with a
30361           duration shorter than 20% of the length of the stream. Better
30362           than nothing.
30363
30364 2004-10-01  Christian Schaller <christian@fluendo.com>
30365
30366         * ext/ivorbis/vorbis.c:
30367           Patch from Phil Blundell (Bug 152341)
30368
30369 2004-10-01  Wim Taymans  <wim@fluendo.com>
30370
30371         * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
30372         (speex_dec_get_formats), (speex_dec_convert),
30373         (speex_dec_src_query), (speex_dec_src_event), (speex_dec_event),
30374         (speex_dec_chain), (gst_speexdec_get_property),
30375         (gst_speexdec_set_property):
30376         Small cleanups.
30377
30378 2004-10-01  Wim Taymans  <wim@fluendo.com>
30379
30380         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
30381         (gst_wavparse_stream_init), (gst_wavparse_fmt),
30382         (gst_wavparse_other), (gst_wavparse_loop),
30383         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
30384         (gst_wavparse_srcpad_event):
30385         * gst/wavparse/gstwavparse.h:
30386         Added some more debugging info.
30387         Fix the case where the length of the file is 0.
30388         Make sure we seek to sample borders.
30389
30390 2004-10-01  Wim Taymans  <wim@fluendo.com>
30391
30392         * gst/playback/README:
30393         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
30394         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
30395         (try_to_link_1), (no_more_pads), (close_link), (type_found):
30396         Add some debug info to decodebin, update README
30397
30398 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30399
30400         * ext/dvdnav/dvdnavsrc.c: (dvdnav_handle_navigation_event):
30401           Don't use g_print(); use GST_DEBUG().
30402
30403 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30404
30405         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
30406         (gst_ogg_mux_queue_pads):
30407           Handle EOS properly.
30408
30409 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
30410
30411         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30412
30413         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_sinkconnect),
30414         (gst_faad_chain), (gst_faad_change_state):
30415         * ext/faad/gstfaad.h:
30416           Allow playback of raw (unframed) MPEG AAC files (#148993).
30417
30418 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
30419
30420         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30421
30422         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
30423           Throw error if we didn't recognize the stream. Fixes #152289.
30424
30425 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30426
30427         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
30428           Fix negotiation.
30429
30430 2004-10-01  Francis Labonte  <francis_labonte@hotmail.com>
30431
30432         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30433
30434         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
30435           Fix memleak.
30436
30437 2004-10-01  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
30438
30439         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30440
30441         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_setparams):
30442           Solve #152805.
30443         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_mute):
30444           Solve 152806.
30445
30446 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30447
30448         * gst-libs/gst/riff/riff-media.c:
30449         (gst_riff_create_video_caps_with_data),
30450         (gst_riff_create_audio_caps_with_data):
30451           Add codec_data handling (like asfdemux used to do).
30452         * gst/asfdemux/gstasf.c: (plugin_init):
30453         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
30454         (gst_asf_demux_add_audio_stream), (gst_asf_demux_add_video_stream):
30455           Use riff-media for caps creation instead of our own (mostly
30456           broken) copy of its functions.
30457
30458 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30459
30460         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_capture):
30461           Don't actually error out if we get another return value than
30462           -EINVAL. Opposite to what I first thought, drivers have random
30463           return values for this, although -EINVAL is the expected return
30464           value. Since this is not fatal, we shouldn't use
30465           GST_ELEMENT_ERROR() but just GST_ERROR_OBJECT().
30466
30467 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30468
30469         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
30470         (dvdreadsrc_init), (dvdreadsrc_dispose), (dvdreadsrc_set_property),
30471         (dvdreadsrc_get_property), (_open), (_seek), (_read),
30472         (dvdreadsrc_get), (dvdreadsrc_open_file),
30473         (dvdreadsrc_change_state):
30474           Fix. Don't do one big huge loop around the whole DVD, that will
30475           cache all data and thus eat sizeof(dvd) (several GB) before we
30476           see something.
30477         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
30478           Actually NULL'ify event after using it.
30479         * gst/matroska/ebml-read.c: (gst_ebml_read_use_event),
30480         (gst_ebml_read_handle_event), (gst_ebml_read_element_id),
30481         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
30482         (gst_ebml_read_seek), (gst_ebml_read_skip):
30483           Handle events.
30484         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_base_init),
30485         (gst_dvd_demux_init), (gst_dvd_demux_get_audio_stream),
30486         (gst_dvd_demux_get_subpicture_stream), (gst_dvd_demux_plugin_init):
30487           Fix timing (this will probably break if I seek using menus, but
30488           I didn't get there yet). VOBs and normal DVDs should now work.
30489           Add a mpeg2-only pad with high rank so this get autoplugged for
30490           MPEG-2 movies.
30491         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_base_init),
30492         (gst_mpeg_demux_class_init), (gst_mpeg_demux_init),
30493         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_get_video_stream),
30494         (gst_mpeg_demux_get_audio_stream),
30495         (gst_mpeg_demux_get_private_stream), (gst_mpeg_demux_parse_packet),
30496         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_plugin_init):
30497           Use this as second rank for MPEG-1 and MPEG-2. Still use this for
30498           MPEG-1 but use dvddemux for MPEG-2.
30499         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
30500         (gst_mpeg_parse_init), (gst_mpeg_parse_new_pad),
30501         (gst_mpeg_parse_parse_packhead):
30502           Timing. Only add pad template if it exists. Add sink template from
30503           class and not from ourselves. This means we will always use the
30504           correct sink template even if it is not the one defined in this
30505           file.
30506
30507 2004-09-29  Wim Taymans  <wim@fluendo.com>
30508
30509         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_packet),
30510         (gst_mpeg_demux_parse_pes):
30511         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
30512         Fix playback of mpeg again, timestamps where screwed up by
30513         patch 1.61.
30514
30515 2004-09-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30516
30517         * ext/flac/gstflacdec.c: (gst_flacdec_src_query):
30518           Only return true if we actually filled something in. Prevents
30519           player applications from showing a random length for flac files.
30520         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
30521         (gst_riff_read_use_event), (gst_riff_read_handle_event),
30522         (gst_riff_read_seek), (gst_riff_read_skip), (gst_riff_read_strh),
30523         (gst_riff_read_strf_vids_with_data),
30524         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_iavs):
30525           OK, ok, so I implemented event handling. Apparently it's normal
30526           that we receive random events at random points without asking
30527           for it.
30528         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
30529         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
30530         (gst_avi_demux_handle_src_event), (gst_avi_demux_stream_index),
30531         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
30532         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header),
30533         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
30534         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
30535         * gst/avi/gstavidemux.h:
30536           Implement non-lineair chunk handling and subchunk processing.
30537           The first solves playback of AVI files where the audio and video
30538           data of individual buffers that we read are not synchronized.
30539           This should not happen according to the wonderful AVI specs, but
30540           of course it does happen in reality. It is also a prerequisite for
30541           the second. Subchunk processing allows us to cut chunks in small
30542           pieces and process each of these pieces separately. This is
30543           required because I've seen several AVI files with incredibly large
30544           audio chunks, even some files with only one audio chunk for the
30545           whole file. This allows for proper playback including seeking.
30546           This patch is supposed to fix all AVI A/V sync issues.
30547         * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
30548         (flx_decode_chunks), (flx_decode_color), (gst_flxdec_loop):
30549           Work.
30550         * gst/modplug/gstmodplug.cc:
30551           Proper return value setting for the query() function.
30552         * gst/playback/gstplaybasebin.c: (setup_source):
30553           Being in non-playing state (after, e.g., EOS) is not necessarily
30554           a bad thing. Allow for that. This fixes playback of short files.
30555           They don't actually playback fully now, because the clock already
30556           runs. This means that small files (<500kB) with a small length
30557           (<2sec) will still not or barely play. Other files, such as mod
30558           or flx, will work correctly, however.
30559
30560 2004-09-28  Wim Taymans  <wim@fluendo.com>
30561
30562         * ext/speex/gstspeex.c: (plugin_init):
30563         * ext/speex/gstspeexdec.c: (gst_speex_dec_base_init),
30564         (gst_speex_dec_class_init), (speex_dec_get_formats),
30565         (speex_get_event_masks), (speex_get_query_types),
30566         (gst_speex_dec_init), (speex_dec_convert), (speex_dec_src_query),
30567         (speex_dec_src_event), (speex_dec_event), (speex_dec_chain),
30568         (gst_speexdec_get_property), (gst_speexdec_set_property),
30569         (speex_dec_change_state):
30570         * ext/speex/gstspeexdec.h:
30571         * ext/speex/gstspeexenc.c: (gst_speexenc_get_formats),
30572         (gst_speexenc_get_type), (speex_caps_factory), (raw_caps_factory),
30573         (gst_speexenc_base_init), (gst_speexenc_class_init),
30574         (gst_speexenc_sinkconnect), (gst_speexenc_convert_src),
30575         (gst_speexenc_convert_sink), (gst_speexenc_get_query_types),
30576         (gst_speexenc_src_query), (gst_speexenc_init),
30577         (gst_speexenc_get_tag_value), (comment_init), (comment_add),
30578         (gst_speexenc_metadata_set1), (gst_speexenc_set_metadata),
30579         (gst_speexenc_setup), (gst_speexenc_buffer_from_data),
30580         (gst_speexenc_push_buffer), (gst_speexenc_set_header_on_caps),
30581         (gst_speexenc_chain), (gst_speexenc_get_property),
30582         (gst_speexenc_set_property), (gst_speexenc_change_state):
30583         * ext/speex/gstspeexenc.h:
30584         Rewrote speex encoder, make sure it can be embedded in ogg.
30585         Implemented speex decoder.
30586
30587 2004-09-28  Christian Schaller <christian@fluendo.com>
30588
30589         * configure.ac:
30590         Remove kioslave plugin. Markey is brewing a new working one
30591         * ext/Makefile.am: Remove kioslave plugin
30592         * ext/kio: remove
30593         * gst-plugins.spec.in: remove kio plugin from spec
30594
30595 2004-09-27  Wim Taymans  <wim@fluendo.com>
30596
30597         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
30598         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
30599         (is_sync_frame), (gst_multifdsink_client_queue_buffer),
30600         (gst_multifdsink_new_client),
30601         (gst_multifdsink_handle_client_write),
30602         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
30603         (gst_multifdsink_handle_clients):
30604         * gst/tcp/gstmultifdsink.h:
30605         Make syncing to keyframes actually work for new clients and lagging
30606         clients.
30607
30608 2004-09-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30609
30610         * gst/debug/gstnavigationtest.c: (gst_navigationtest_class_init),
30611         (gst_navigationtest_handle_src_event), (draw_box_planar411),
30612         (gst_navigationtest_planar411), (gst_navigationtest_change_state):
30613         * gst/debug/gstnavigationtest.h:
30614           make navigationtest display button-press and button-release events
30615
30616 2004-09-26 Iain <iaingnome@gmail.com>
30617
30618         * gst/interleave/interleave.c (all_channels_new_media): Checks if all
30619         the channels have received a new media event.
30620         (interleave_buffered_loop): Compresses a new media event on all
30621         channels into one.
30622
30623 2004-09-26 Iain <iaingnome@gmail.com>
30624
30625         * gst/wavenc/gstwavenc.c (gst_wavenc_chain): Company says we need to
30626         call the sinkpad's default event handler and not the srcpads. He also
30627         says this is confusing :)
30628         (gst_wavenc_stop_file): Company says that seek events only go upstream
30629         we should send a discontinuous downstream instead.
30630
30631 2004-09-25  Christian Schaller <christian@fluendo.com>
30632
30633         * Update SPEC file to be usable in conjunction with Fedora Core,
30634           Fedora.us and freshrpms packages
30635         * Fix typo in multifilesrc test Makefile
30636
30637 2004-09-24  Wim Taymans  <wim@fluendo.com>
30638
30639         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
30640         Only signal the no_more_pads signal when we have
30641         added the stream to our list.
30642
30643 2004-09-24  Wim Taymans  <wim@fluendo.com>
30644
30645         * gst/playback/gstplaybasebin.c: (remove_prerolls),
30646         (new_decoded_pad):
30647         * gst/playback/gstplaybasebin.h:
30648         * gst/playback/gstplaybin.c: (setup_sinks):
30649         Don't try to preroll or decode more than one audio/video
30650         track.
30651
30652 2004-09-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30653
30654         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
30655           Throw error if we failed to find a suitable output. This should
30656           throw an error if we successfully set up a pipeline (e.g. because
30657           we recognized a media file) but found no decodable streams in it
30658           (e.g. because it contains only media stream types for which we
30659           have no decoders, or because it's not a media type).
30660
30661 2004-09-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30662
30663         * ext/dirac/Makefile.am:
30664         * ext/dirac/gstdirac.cc:
30665         * ext/dirac/gstdiracdec.cc:
30666         * ext/dirac/gstdiracdec.h:
30667           Do something. Don't actually know if this works because I don't
30668           have a demuxer yet.
30669         * ext/gsm/gstgsmdec.c: (gst_gsmdec_getcaps):
30670           Add channels=1 to caps returned from _getcaps().
30671         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_get_type),
30672         (gst_ogm_video_parse_get_type), (gst_ogm_audio_parse_base_init),
30673         (gst_ogm_video_parse_base_init), (gst_ogm_parse_init),
30674         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
30675         (gst_ogm_parse_sink_convert), (gst_ogm_parse_chain),
30676         (gst_ogm_parse_change_state):
30677           Separate between audio/video so ogmaudioparse actually uses the
30678           audio pad templates. Both audio and video work now, including
30679           autoplugging. Also use sometimes-srcpad hack.
30680         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
30681           Handle events better. Don't hang on infinite loops.
30682         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
30683         (gst_avi_demux_init), (gst_avi_demux_reset),
30684         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
30685         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data),
30686         (gst_avi_demux_change_state):
30687         * gst/avi/gstavidemux.h:
30688           Improve A/V sync. Still not perfect.
30689         * gst/matroska/ebml-read.c: (gst_ebml_read_seek),
30690         (gst_ebml_read_skip):
30691           Handle events better.
30692         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
30693         (gst_qtdemux_loop_header), (qtdemux_parse_trak),
30694         (qtdemux_audio_caps):
30695           Add IMA4. Improve event handling. Save offset after a seek when
30696           the headers are at the end of the file so that we don't end up in
30697           an infinite loop.
30698         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
30699           Add low-priority typefind support for files with no length.
30700
30701 2004-09-23  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30702
30703         * testsuite/multifilesink/Makefile.am:
30704         fix typo
30705
30706 2004-09-22  Julien MOUTTE  <julien@moutte.net>
30707
30708         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
30709         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls): Fix
30710         mistakes from thaytan's patches.
30711
30712 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
30713
30714         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
30715           For completeness, XSync in the destroy function as xvimage does.
30716
30717 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
30718
30719         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
30720            Correct caps negotiation
30721         * gst/volume/gstvolume.c: (volume_chain_float),
30722         (volume_chain_int16):
30723            Modify debug output to be little more informative
30724         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
30725         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
30726         (gst_xvimagesink_xvimage_destroy):
30727           Add XSync calls after detaching from the shared memory segment to
30728           avoid a crash.
30729
30730 2004-09-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30731
30732         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
30733         (gst_ogg_mux_next_buffer), (gst_ogg_mux_loop):
30734         * ext/vorbis/vorbis.c: (plugin_init):
30735         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
30736         (gst_vorbisenc_chain):
30737         * ext/vorbis/vorbisenc.h:
30738         remove explicit newmedia support from oggmux and vorbisenc
30739         add debug category to vorbisenc
30740         * gst/multifilesink/gstmultifilesink.c:
30741         (gst_multifilesink_class_init), (gst_multifilesink_init),
30742         (gst_multifilesink_dispose), (gst_multifilesink_set_location),
30743         (gst_multifilesink_set_property), (gst_multifilesink_next_file),
30744         (gst_multifilesink_handle_event), (gst_multifilesink_chain),
30745         (plugin_init):
30746         * gst/multifilesink/gstmultifilesink.h:
30747         add support for streamheader in multifilesink
30748
30749 2004-09-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30750
30751         * gst/asfdemux/gstasfdemux.c: (_read_var_length), (_read_guid),
30752         (gst_asf_demux_process_segment), (gst_asf_demux_handle_data),
30753         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event):
30754           Prevent infinite loops. More correct error reporting.
30755         * gst/auparse/gstauparse.c: (gst_auparse_chain):
30756           Error out if negotiation fails.
30757         * gst/playback/gstplaybasebin.c: (setup_source),
30758         (gst_play_base_bin_change_state), (gst_play_base_bin_error),
30759         (gst_play_base_bin_found_tag):
30760           Error/tag forwarding. Pre-roll fixes for source errors on state
30761           changes (e.g. "file does not exist") to prevent hangs.
30762
30763 2004-09-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30764
30765         * testsuite/multifilesink/Makefile.am:
30766         * testsuite/multifilesink/lame_test.c: (gst_newmedia_base_init),
30767         (gst_newmedia_class_init), (gst_newmedia_init),
30768         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
30769         (newfile_signal), (test_signal), (main):
30770         * testsuite/multifilesink/multifilesrc_test.c: (main):
30771         * testsuite/multifilesink/oggtheora_test.c:
30772         (gst_newmedia_base_init), (gst_newmedia_class_init),
30773         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
30774         (test_format), (newfile_signal), (test_signal), (main):
30775         * testsuite/multifilesink/oggvorbis_test.c:
30776         (gst_newmedia_base_init), (gst_newmedia_class_init),
30777         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
30778         (test_format), (newfile_signal), (test_signal), (main):
30779         * testsuite/multifilesink/wavenc_test.c: (gst_newmedia_base_init),
30780         (gst_newmedia_class_init), (gst_newmedia_init),
30781         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
30782         (newfile_signal), (test_signal), (main):
30783         New media tests
30784
30785 2004-09-20  Christian Schaller <christian@fluendo.com>
30786
30787         * Fix mikmod license to LGPL as they have relicensed
30788         * Move Dirac and Effectv into LGPL section of README_license
30789
30790 2004-09-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30791
30792         * ext/mad/gstmad.c: (gst_mad_check_caps_reset),
30793         (gst_mad_change_state):
30794           Allow for mp3 rate/channels changes. However, only very
30795           conservatively. Reason that we *have* to enable this is smiply
30796           because the mad find_sync() function is not good enough, it will
30797           regularly sync on random data as valid frames and therefore make
30798           us provide random caps as *final* caps of the stream. The best fix
30799           I could think of is to simply require several of the same stream
30800           changes in a row before we change caps.
30801           The actual testcase that works now is #
30802         * ext/ogg/Makefile.am:
30803         * ext/ogg/gstogg.c: (plugin_init):
30804         * ext/ogg/gstogmparse.c:
30805           OGM support (video only for now; I need an audio sample file).
30806         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
30807         (gst_asf_demux_process_stream), (gst_asf_demux_video_caps),
30808         (gst_asf_demux_add_video_stream):
30809           WMV extradata.
30810         * gst/playback/gstplaybasebin.c: (unknown_type):
30811           Don't error out on single unknown-types after all. It's wrong.
30812           If we found type of video and audio but not of a subtitle stream,
30813           it will still error out (which is unwanted). Will find a better fix
30814           later on.
30815         * gst/typefind/gsttypefindfunctions.c: (ogmvideo_type_find),
30816         (ogmaudio_type_find), (plugin_init):
30817           OGM support.
30818
30819 2004-09-20  Johan Dahlin  <johan@gnome.org>
30820
30821         * ext/jpeg/gstjpegdec.c (gst_jpegdec_chain): Allocate the buffer
30822         after setting caps.
30823
30824 2004-09-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30825
30826         * gst/wavenc/gstwavenc.c: (gst_wavenc_init), (gst_wavenc_chain):
30827         * gst/wavenc/gstwavenc.h:
30828         Added newmedia support to wavenc
30829
30830 2004-09-17  Wim Taymans  <wim@fluendo.com>
30831
30832         * gst/tcp/gstfdset.c: (gst_fdset_fd_has_closed),
30833         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
30834         (gst_fdset_fd_can_write), (gst_fdset_wait):
30835         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
30836         (gst_multifdsink_init), (gst_multifdsink_add),
30837         (gst_multifdsink_remove), (gst_multifdsink_get_stats),
30838         (gst_multifdsink_remove_client_link),
30839         (gst_multifdsink_client_queue_buffer),
30840         (gst_multifdsink_handle_client_write),
30841         (gst_multifdsink_recover_client), (gst_multifdsink_handle_clients),
30842         (gst_multifdsink_close), (gst_multifdsink_change_state):
30843         * gst/tcp/gstmultifdsink.h:
30844         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
30845         (gst_tcpserversink_removed):
30846         Small cleanups in fdset.c
30847         Use a hastable to map fd to the client structure for faster
30848         lookup in _remove and get_stats.
30849         Added virtual function to close the fds.
30850         Handle clients even when the select/poll call was unblocked because
30851         of a command.
30852         Implement syncing to keyframe in the recovery procedure.
30853
30854 2004-09-16 Iain <iaingnome@gmail.com>
30855
30856         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int): Free the
30857         try caps.
30858
30859 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30860
30861         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream):
30862           Caps are only set if the type of the stream is unknown, but this
30863           is initialized in ->init_stream(), so set to UNKNOWN after calling
30864           ->init_stream() so that capsnego starts.
30865
30866 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30867
30868         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
30869         (gst_avi_demux_stream_data):
30870           Just hardcode for raw audio then. AVI audio sucks.
30871
30872 2004-09-15  Arwed v. Merkatz  <v.merkatz@gmx.net>
30873
30874         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
30875         * gst/matroska/matroska-mux.c: (audiosink_templ),
30876         (gst_matroska_mux_audio_pad_link):
30877         * gst/typefind/gsttypefindfunctions.c: (tta_caps), (plugin_init):
30878         Use audio/x-ttafile for tta files and audio/x-tta for raw tta frames.
30879
30880 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30881
30882         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
30883         (gst_avi_demux_stream_data):
30884           Try to fix a/v sync issues.
30885
30886 2004-09-15  David Schleef  <ds@schleef.org>
30887
30888         * configure.ac: remove NASM check, since we don't use it.  Update
30889         dirac check to 0.4
30890         * ext/dirac/gstdiracdec.cc: update to current 0.4 API
30891         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
30892         Initialized variables.
30893         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
30894         (gst_qtdemux_loop_header), (qtdemux_parse), (qtdemux_parse_trak),
30895         (gst_qtdemux_handle_esds), (qtdemux_audio_caps): Fix seeking, add
30896         SVQ3 format
30897
30898 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30899
30900         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
30901         (gst_avi_demux_add_stream), (gst_avi_demux_stream_data):
30902         * gst/avi/gstavidemux.h:
30903           Fix for compressed audio (mp3) timestamp generation. How did this
30904           ever work?
30905
30906 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30907
30908         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
30909           Volume is a double not a float.
30910
30911 2004-09-15  Wim Taymans  <wim@fluendo.com>
30912
30913         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_remove_client_link),
30914         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
30915         Don't close the fd in multifdsink as we didn't open it in the
30916         first place. Some cleanups.
30917
30918 2004-09-15  Wim Taymans  <wim@fluendo.com>
30919
30920         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
30921         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
30922         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
30923         Fix the case where the muxer would mark pages as delta
30924         frames when they are not (vorbis only ogg).
30925
30926 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30927
30928         * gst/playback/gstplaybasebin.c: (state_change), (setup_source),
30929         (gst_play_base_bin_change_state):
30930           Handle the case where we failed to setup a clear pipeline. This
30931           will throw an error (or EOS, another nice case) and if you don't
30932           catch that, the app will wait for the signal forever (and thus
30933           hang).
30934
30935 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30936
30937         * ext/gnomevfs/gstgnomevfssink.c:
30938         (gst_gnomevfssink_uri_get_protocols):
30939         * ext/gnomevfs/gstgnomevfssrc.c:
30940         (gst_gnomevfssrc_uri_get_protocols):
30941         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
30942         * ext/gnomevfs/gstgnomevfsuri.h:
30943           Use _uri_new() instead of _open(), so it doesn't take as long and
30944           Christophe's computer won't hang.
30945         * gst/playback/gstplaybasebin.c: (unknown_type):
30946           Throw error on unknown media type, so apps actually display it.
30947
30948 2004-09-14  Brian Cameron  <brian.cameron@sun.com
30949
30950         * tools/gst-launch-ext-m.m:  Changed ~ to $ENV{HOME} to allow
30951           this script to work on Solaris since bash shell handles echo
30952           differenly than bash.
30953
30954 2004-09-17  Wim Taymans  <wim@fluendo.com>
30955
30956         * gst/playback/gstplaybasebin.c: (queue_overrun), (no_more_pads),
30957         (setup_source), (gst_play_base_bin_set_property),
30958         (gst_play_base_bin_add_element):
30959         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
30960         Some more work on making sure seeking pauses the pipeline and
30961         that changing the uri actually does something.
30962
30963 2004-09-17  Wim Taymans  <wim@fluendo.com>
30964
30965         * gst/tcp/gstfdset.c: (gst_fdset_wait):
30966         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_close):
30967         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send),
30968         (gst_tcpserversink_close):
30969         Be a bit more paranoid when freeing memory.
30970
30971 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30972
30973         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
30974         (qtdemux_parse_trak):
30975           Don't crash by dividing by zero (see sample movie in #126922).
30976
30977 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30978
30979         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
30980           Don't touch non-existing data (fixes crash on file in #140147).
30981
30982 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30983
30984         * gst/playback/gstplaybasebin.c:
30985         (gst_play_base_bin_dispose), (gst_play_base_bin_set_property):
30986           Handle double disposals, and proper change of URIs.
30987
30988 2004-09-13  Martin Eikermann <meiker@upb.de>
30989
30990         * gst/mpegstream/gstmpegparse.c:
30991           fix synchronistation for streams recorded from digital PCR
30992           fixes bug #119376
30993
30994 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30995
30996         * ext/gnomevfs/Makefile.am:
30997         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
30998         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_get_type),
30999         (gst_gnomevfssink_dispose), (gst_gnomevfssink_init),
31000         (gst_gnomevfssink_uri_get_type),
31001         (gst_gnomevfssink_uri_get_protocols),
31002         (gst_gnomevfssink_uri_get_uri), (gst_gnomevfssink_uri_set_uri),
31003         (gst_gnomevfssink_uri_handler_init),
31004         (gst_gnomevfssink_set_property), (gst_gnomevfssink_get_property),
31005         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file):
31006         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
31007         (gst_gnomevfssrc_init), (gst_gnomevfssrc_dispose),
31008         (gst_gnomevfssrc_uri_get_type),
31009         (gst_gnomevfssrc_uri_get_protocols), (gst_gnomevfssrc_uri_get_uri),
31010         (gst_gnomevfssrc_uri_set_uri), (gst_gnomevfssrc_uri_handler_init),
31011         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
31012         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file):
31013         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
31014         * ext/gnomevfs/gstgnomevfsuri.h:
31015           Add URI support to Gnome-VFS plugins. Tries to load a fixed list
31016           of fake URIs to see which this version of Gnome-VFS likes, and
31017           uses that for the Gst-URI interface. Makes playbin support http://
31018           streams. Also fix up some stupid behaviour in gnomevfssrc.
31019
31020 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31021
31022         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
31023         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
31024         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
31025         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
31026           Update mixer (to sync with other sessions) if we try to obtain
31027           a new value. This makes alsamixer work accross applications.
31028         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
31029           Only call sync functions if we're running, else alsalib asserts.
31030         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
31031           Sometimes fails to compile. Possibly a gcc bug.
31032         * gst/playback/gstplaybin.c: (gen_video_element),
31033         (gen_audio_element):
31034           Add a reference to an application-provided object, because we lose
31035           this same reference if we add it to the bin. If we don't do this,
31036           we can only use this object once and thus crash if we go from
31037           ready to playing, back to ready and back to playing again.
31038           Also add an audioscale element because several cheap soundcards -
31039           like mine - don't support all samplerates.
31040         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
31041         (gst_ximagesink_xcontext_clear), (gst_ximagesink_change_state):
31042           Fix wrong order or PAR calls. Makes automatically obtained PAR
31043           from the X server atually being used.
31044
31045 2004-09-12  David Schleef  <ds@schleef.org>
31046
31047         Fixes: #151879, #151881, #151882, #151883, #151884, #151886,
31048         #151887, #152102, #152247.
31049         * examples/indexing/indexmpeg.c: 64-bit warning fixes.
31050         * examples/seeking/cdparanoia.c: same
31051         * examples/seeking/cdplayer.c: same
31052         * examples/seeking/seek.c: same
31053         * examples/seeking/spider_seek.c: same
31054         * examples/seeking/vorbisfile.c: same
31055         * examples/stats/mp2ogg.c: same
31056         * ext/esd/esdsink.c: (gst_esdsink_class_init),
31057         (gst_esdsink_dispose): Dispose of element properly.
31058         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_seek): 64-bit warning
31059         fixes.
31060         * ext/nas/nassink.c: (gst_nassink_class_init),
31061         (gst_nassink_dispose): Dispose of element correctly.
31062         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix leak.
31063         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
31064         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
31065         Fix 64-bit warning.
31066         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
31067         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
31068         Fix 64-bit warning.
31069
31070 2004-09-12  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
31071
31072         * configure.ac : change speex detection as 1.1.6 now uses
31073           .pc/pkg-config and they changed their headers location.
31074
31075 2004-09-09  Arwed v. Merkatz  <v.merkatz@gmx.net>
31076
31077         * gst/matroska/matroska-mux.h:
31078         * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
31079         (gst_matroska_mux_start), (gst_matroska_mux_finish),
31080         (gst_matroska_mux_write_data):
31081           Write multiple blocks/frames per cluster.
31082                 Write meta-seek information (seek heads).
31083
31084 2004-09-09  Scott Wheeler <wheeler@kde.org>
31085
31086         * gst/gstplaybin.c: (gst_play_bin_class_init), (gst_play_bin_init),
31087         (gst_play_bin_set_property), (gst_play_bin_get_property),
31088         (gen_audio_element), (gen_audio_element):
31089           Add a volume element / property to the pipeline.
31090
31091 2004-09-07  Wim Taymans  <wim@fluendo.com>
31092
31093         * gst/videomixer/videomixer.c: (gst_videomixer_blend_buffers):
31094         Copy timestamps from the master pad to the output buffers.
31095
31096 2004-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
31097
31098         * ext/raw1394/gstdv1394src.c:
31099           throw errors when applicable
31100
31101 2004-09-01  Arwed v. Merkatz  <v.merkatz@gmx.net>
31102
31103         * gst/matroska/ebml-ids.h:
31104         * gst/matroska/ebml-read.c: (gst_ebml_read_date):
31105         * gst/matroska/ebml-write.c: (gst_ebml_write_date):
31106         * gst/matroska/matroska-mux.c: (gst_matroska_mux_finish):
31107           automatically convert unix time <-> ebml time when reading/writing
31108           a date, use gst_ebml_write_uint to write CUETIME,
31109           not gst_ebml_write_date.
31110         * gst/matroska/matroska-ids.h:
31111         * gst/matroska/matroska-mux.c: (gst_matroska_mux_create_uid),
31112         (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_link),
31113         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
31114         (gst_matroska_mux_write_data):
31115           Write track and segment UIDs, write muxing date, write
31116           TRACKDEFAULTDURATION for TTA audio, write BLOCKDURATION if known.
31117           Create cues for audio only files.
31118
31119 2004-08-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31120
31121         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
31122         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
31123           Re-commit ALSA switches.
31124         * gst/adder/gstadder.c: (gst_adder_loop):
31125           64-bit fix (#151416).
31126         * gst/debug/progressreport.c: (gst_progressreport_report):
31127           64-bit fix (#151419).
31128         * gst/matroska/matroska-demux.c:
31129         (gst_matroska_demux_parse_contents):
31130           64-bit fix (#151420).
31131         * gst/playback/test3.c: (update_scale):
31132           64-bit fix (#151421).
31133
31134 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
31135
31136         * configure.ac:
31137           bump nano to cvs
31138
31139 === release 0.8.4 ===
31140
31141 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
31142
31143         * configure.ac: releasing 0.8.4, "Alias"
31144
31145 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
31146
31147         * ext/theora/Makefile.am:
31148           fix makefile.  Fixes #151462.
31149
31150 2004-08-30  Wim Taymans  <wim@fluendo.com>
31151
31152         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_wait):
31153         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
31154         (gst_multifdsink_remove_client_link),
31155         (gst_multifdsink_client_queue_buffer),
31156         (gst_multifdsink_handle_client_write):
31157         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
31158         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
31159         Fix some memory leaks.
31160
31161 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
31162
31163         Patch by: David Schleef
31164
31165         * configure.ac:
31166         * sys/Makefile.am:
31167           rename our detection macro for V4L2.  Fixes #151236.
31168
31169 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
31170
31171         Patch by: David Schleef
31172
31173         * configure.ac:
31174           check to define LAMEPRESET.  Fixes #151232.
31175
31176 2004-08-27  David Schleef  <ds@schleef.org>
31177
31178         * sys/glsink/glimagesink.c: (gst_glimagesink_ximage_put),
31179         (gst_glimagesink_xwindow_new), (gst_glimagesink_xcontext_get),
31180         (gst_glimagesink_fixate):  Move local variable declarations to
31181         make gcc-2.95 happy.
31182
31183 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
31184
31185         * configure.ac:
31186           bump nano for prerelease
31187
31188 2004-08-27  David Schleef  <ds@schleef.org>
31189
31190         * sys/sunaudio/Makefile.am: Add sunaudiosrc patch from Bala
31191         * sys/sunaudio/gstsunaudiosrc.c:
31192         * sys/sunaudio/gstsunaudiosrc.h:
31193
31194 2004-08-27 Arwed v. Merkatz <v.merkatz@gmx.net>
31195
31196         * gst/matroska/ebml-read.c: (gst_ebml_peed_id), (gst_ebml_read_element_id),
31197         handle EOS correctly
31198         * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_link):
31199         * gst/matroska/matroska-mux.h:
31200         added BITMAPINFOHEADER structure, mux video/x-divx and video/x-xvid in
31201         VFW compatibility mode
31202
31203 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
31204
31205         patch by: Zaheer Abbas Merali
31206
31207         * ext/ogg/gstoggmux.c:
31208         * ext/vorbis/vorbisenc.c:
31209         * ext/vorbis/vorbisenc.h:
31210           handle NEWMEDIA
31211
31212 2004-08-26 Arwed v. Merkatz <v.merkatz@gmx.net>
31213
31214         * gst/matroska/ebml-write.c: (gst_ebml_write_float),
31215         fix byte order reversion on little endian machines.
31216         * gst/matroska/matroska-mux.c: (audiosink_templ),
31217         (gst_matroska_mux_audio_pad_link):
31218         add TTA codec to the list of supported codecs.
31219         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
31220         (gst_matroska_mux_start), (gst_matroska_mux_finish),
31221         (gst_matroska_mux_write_data):
31222         * gst/matroska/matroska-mux.h:
31223         write segment duration correctly, write muxing app string, fixes bugs
31224         #140897 and #140898.
31225         * gst/matroska/matroska-mux.c: (gst_matroska_mux_loop),
31226         wait for all pads to be negotiated before starting to mux.
31227
31228 2004-08-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31229
31230         * ext/lame/gstlame.c: (gst_lame_init), (gst_lame_chain):
31231         * ext/lame/gstlame.h:
31232         Added new media support to lame
31233
31234 2004-08-25 Arwed v. Merkatz <v.merkatz@gmx.net>
31235
31236         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_blockgroup),
31237         send vorbis headers at the beginning of a stream, fixes bug #141554.
31238         Interpret BLOCKDURATION and set buffer duration accordingly, fixes
31239         bug #148950.
31240         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
31241         (gst_matroska_demux_plugin_init):
31242         * gst/matroska/matroska-ids.h:
31243         enable demuxing of TTA audio streams, fixes bug #148951.
31244         * gst/typefind/gsttypefindfunctions.c: (tta_type_find), (plugin_init),
31245         enable typefinding for TTA audio files, fixes bug #148711.
31246         * ext/xvid/gstxviddec.c: (gst_xviddec_chain),
31247         set XVID_LOWDELAY flag for decoding so xvid always returns an image,
31248         fixes playback of packed bitstream and xvid with bframes, bug #135407.
31249
31250 2004-08-24  Sebastien Cote  <sc5@hermes.usherb.ca>
31251
31252         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
31253         (gst_riff_read_element_data), (gst_riff_read_seek),
31254         (gst_riff_read_skip): fix infinite loop in wavparse, fixes bug
31255         #144616, patch reviewed by Ronald and committed by Christophe Fergeau
31256         <teuf@gnome.org>
31257
31258 2004-08-23 Iain <iaingnome@gmail.com>
31259
31260         * ext/mad/gstid3tag.c (gst_mad_id3_to_tag_list): Special case COMM
31261         tags. They appear to be handled differently to normal.
31262         (tag_list_to_id3_tag_foreach): Ditto.
31263
31264 2004-08-22  Wim Taymans  <wim@fluendo.com>
31265
31266         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
31267         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
31268         Make sure we never send -1 granulepos.
31269
31270 2004-08-20  Wim Taymans  <wim@fluendo.com>
31271
31272         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
31273         (gst_ogg_mux_loop):
31274         I will accept bitchslappings with non sharp objects.
31275
31276 2004-08-20  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31277
31278         * configure.ac:
31279         Clean up the test for lame presets
31280
31281 2004-08-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31282
31283         * configure.ac:
31284         * ext/lame/Makefile.am:
31285         * ext/lame/gstlame.c: (gst_lame_class_init),
31286         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
31287         Only enable lame presets if version of lame has presets in API
31288
31289 2004-08-19  Jan Schmidt  <thaytan@mad.scientist.com>
31290         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_get):
31291         * gst/udp/gstudpsrc.h:
31292           Don't call gst_pad_push in a get function. Fixes #150449
31293
31294 2004-08-18  Wim Taymans  <wim@fluendo.com>
31295
31296         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_set_mode),
31297         (gst_fdset_get_mode), (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         * gst/tcp/gstfdset.h:
31303         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
31304         (gst_multifdsink_client_queue_buffer),
31305         (gst_multifdsink_handle_client_write):
31306         * gst/tcp/gstmultifdsink.h:
31307         Some extra checks in gstfdset.
31308         Only use send() when the fd is a socket. Don't try to
31309         read from write only fds.
31310
31311 2004-08-18  Wim Taymans  <wim@fluendo.com>
31312
31313         * gst/tcp/gstfdset.c: (gst_fdset_add_fd), (gst_fdset_remove_fd),
31314         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
31315         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
31316         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
31317         (gst_fdset_wait):
31318         Add more locking and bounds checking.
31319
31320 2004-08-18  Wim Taymans  <wim@fluendo.com>
31321
31322         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_wait):
31323         Realloc test fdset in the lock and right before starting
31324         the poll call. Bump the limit to 4096.
31325
31326 2004-08-17  David Schleef  <ds@schleef.org>
31327
31328         * sys/sunaudio/Makefile.am:
31329         * sys/sunaudio/gstsunaudio.c: Fix caps to handle full range
31330         of rates and channels.  Make debugging less obnoxious.
31331
31332         Patch from Balamurali Viswanathan implementing a mixer for
31333         Sun audio.  (bug #144091):
31334         * sys/sunaudio/gstsunelement.c:
31335         * sys/sunaudio/gstsunelement.h:
31336         * sys/sunaudio/gstsunmixer.c:
31337         * sys/sunaudio/gstsunmixer.h:
31338
31339 2004-08-17  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31340
31341         * gst/audioscale/gstaudioscale.c:
31342         * gst/audioscale/gstaudioscale.h:
31343         made audioscale resample from any sample rate to any sample rate
31344
31345 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
31346
31347         * ext/libpng/gstpngdec.c:
31348           error out on unsupported types
31349
31350 2004-08-17  Iain <iaingnome@gmail.com>
31351
31352         * ext/flac/gstflacenc.c (gst_flacenc_update_quality): Only set the
31353         mid_side and loose_mid_side properties if its a stereo stream.
31354
31355 2004-08-17  Wim Taymans  <wim@fluendo.com>
31356
31357         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
31358         (theora_get_formats), (theora_dec_src_convert),
31359         (theora_dec_sink_convert), (theora_dec_src_query),
31360         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
31361         Add a debug line.
31362
31363 2004-08-17  Wim Taymans  <wim@fluendo.com>
31364
31365         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate),
31366         (gst_ogg_pad_push):
31367         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
31368         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
31369         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_page),
31370         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
31371         Mark delta units in the muxer.
31372         Try to decode the packet after an out-of-sync error from
31373         libogg.
31374
31375 2004-08-17  Wim Taymans  <wim@fluendo.com>
31376
31377         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
31378         (gst_multifdsink_init), (gst_multifdsink_add),
31379         (gst_multifdsink_client_queue_buffer),
31380         (gst_multifdsink_set_property), (gst_multifdsink_get_property):
31381         * gst/tcp/gstmultifdsink.h:
31382         Added option to send a keyframe to clients as the first buffer.
31383         Make timeout property writable.
31384
31385 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
31386
31387         patch by: Wim Taymans
31388
31389         * gst/tcp/gstfdset.c:
31390         * gst/tcp/gstmultifdsink.c:
31391           fix index comparison, should include 0
31392
31393 2004-08-16  Wim Taymans  <wim@fluendo.com>
31394
31395         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_new),
31396         (gst_fdset_add_fd), (gst_fdset_remove_fd),
31397         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
31398         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
31399         (gst_fdset_wait):
31400           copy when reallocing for poll so the select arguments don't get
31401           changed during the call
31402
31403 2004-08-16  Wim Taymans  <wim@fluendo.com>
31404
31405         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
31406         (gst_theora_enc_class_init), (theora_enc_sink_link),
31407         (theora_buffer_from_packet), (theora_enc_chain):
31408         Fix bug where buffers were not marked as keyframes
31409         correctly.
31410
31411 2004-08-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31412
31413         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
31414         (gst_lame_preset_get_type), (gst_lame_class_init):
31415         describe the enum values for vbr mode and presets more verbosely
31416
31417 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31418
31419         * ext/lame/gstlame.c: (gst_lame_mode_get_type),
31420         (gst_lame_quality_get_type), (gst_lame_padding_get_type),
31421         (gst_lame_preset_get_type), (gst_lame_class_init), (gst_lame_init),
31422         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
31423         * ext/lame/gstlame.h:
31424         add preset property to lame so it can use lame presets
31425
31426 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31427
31428         * ext/lame/gstlame.c: (gst_lame_get_property):
31429         whoops forgot break, thanks teuf
31430
31431 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31432
31433         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
31434         (gst_lame_class_init), (gst_lame_src_getcaps),
31435         (gst_lame_sink_link), (gst_lame_init), (gst_lame_set_property),
31436         (gst_lame_get_property), (gst_lame_setup):
31437         * ext/lame/gstlame.h:
31438         fix lame's broken vbr stuff, allow it to resample if need be, and also
31439         make xing header optional
31440
31441 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31442
31443         * ext/lame/gstlame.c: (gst_lame_src_getcaps), (gst_lame_init):
31444         added getcaps function so samplerate doesnt get fixated to silly values
31445
31446 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31447
31448         * ext/lame/gstlame.c: (gst_lame_src_link):
31449         revert previous fix
31450
31451 2004-08-12  Johan Dahlin  <johan@gnome.org>
31452
31453         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Remove bogus
31454         checks. Doesn't matter what state we are in. Interfaces are a
31455         compile time thing, not runtime. It also broke the python bindings.
31456
31457 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31458
31459         * ext/lame/gstlame.c: (gst_lame_src_link):
31460         made source pad link function check if sinkpad is ok..fixes the problem
31461         where core fixates the output rate of lame stupidly
31462
31463 2004-08-12  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
31464
31465         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_fixate):
31466         * sys/v4l/v4l_calls.c:
31467         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_set_capture):
31468           fix fixate function to handle nonsimple caps.
31469           remove bogus check in _link
31470           cleanups
31471
31472 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31473
31474         * ext/lame/gstlame.c: (gst_lame_class_init), (gst_lame_init):
31475         set default compression ratio parameter to 0.0 so bitrate parameter
31476         works :)
31477
31478 2004-08-11  David Schleef  <ds@schleef.org>
31479
31480         * gst/tcp/gstfdset.c: Fix compile problem on OS/X.
31481
31482 2004-08-11  David Schleef  <ds@schleef.org>
31483
31484         * gst/mpeg1sys/gstmpeg1systemencode.c: Oops, this was correct
31485         before.
31486
31487 2004-08-11  David Schleef  <ds@schleef.org>
31488
31489         * gst-libs/gst/video/videosink.h: Change copyright block to LGPL.
31490
31491 2004-08-11  David Schleef  <ds@schleef.org>
31492
31493         * ext/pango/gsttextoverlay.c: Add copyright block and fix plugin
31494           license field
31495         * gst-libs/gst/idct/Makefile.am: Remove mmx/sse code
31496         * gst-libs/gst/video/gstvideosink.c: Change copyright block to
31497           LGPL.
31498         * gst/auparse/gstauparse.c: Fix plugin license field.
31499         * gst/monoscope/gstmonoscope.c: Fix plugin license field.
31500         * gst/mpeg1sys/gstmpeg1systemencode.c: Fix plugin license field.
31501         * gst/rtp/gstrtp.c: Fix plugin license field.
31502
31503 2004-08-11  Wim Taymans  <wim@fluendo.com>
31504
31505         * gst/tcp/Makefile.am:
31506         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type), (nearest_pow),
31507         (ensure_size), (gst_fdset_new), (gst_fdset_free),
31508         (gst_fdset_set_mode), (gst_fdset_get_mode), (gst_fdset_add_fd),
31509         (gst_fdset_remove_fd), (gst_fdset_fd_ctl_write),
31510         (gst_fdset_fd_ctl_read), (gst_fdset_fd_has_closed),
31511         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
31512         (gst_fdset_fd_can_write), (gst_fdset_wait):
31513         * gst/tcp/gstfdset.h:
31514         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
31515         (gst_multifdsink_class_init), (gst_multifdsink_init),
31516         (gst_multifdsink_add), (gst_multifdsink_remove),
31517         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
31518         (gst_multifdsink_remove_client_link),
31519         (gst_multifdsink_handle_client_read),
31520         (gst_multifdsink_client_queue_data),
31521         (gst_multifdsink_client_queue_caps),
31522         (gst_multifdsink_client_queue_buffer),
31523         (gst_multifdsink_handle_client_write),
31524         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
31525         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
31526         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
31527         (gst_multifdsink_close):
31528         * gst/tcp/gstmultifdsink.h:
31529         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
31530         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
31531         (gst_tcpserversink_handle_wait), (gst_tcpserversink_init_send),
31532         (gst_tcpserversink_close):
31533         * gst/tcp/gsttcpserversink.h:
31534         Abstracted away the select call, implemented poll (yes we ran into
31535         the 1024 limit in production).
31536
31537 2004-08-11  Thomas Vander Stichele  <thomas at apestaart dot org>
31538
31539         * gst/tcp/gsttcp.c:
31540         * gst/tcp/gsttcpplugin.c:
31541           improve debuggging, remove assert
31542
31543 2004-08-10  Wim Taymans  <wim@fluendo.com>
31544
31545         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
31546         (gst_client_status_get_type), (gst_multifdsink_class_init),
31547         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
31548         (gst_multifdsink_handle_client_read),
31549         (gst_multifdsink_handle_client_write),
31550         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
31551         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
31552         (gst_multifdsink_get_property):
31553         * gst/tcp/gstmultifdsink.h:
31554         * gst/tcp/gsttcp-marshal.list:
31555         Starting to prepare for specifying buffer time in other units
31556         than buffers. Expose remove reason in signal.
31557
31558 2004-08-10  Wim Taymans  <wim@fluendo.com>
31559
31560         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
31561         (gst_multifdsink_remove), (gst_multifdsink_clear),
31562         (gst_multifdsink_remove_client_link),
31563         (gst_multifdsink_handle_client_read),
31564         (gst_multifdsink_client_queue_data),
31565         (gst_multifdsink_client_queue_buffer),
31566         (gst_multifdsink_handle_client_write),
31567         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
31568         (gst_multifdsink_chain), (gst_multifdsink_close):
31569         * gst/tcp/gstmultifdsink.h:
31570         Added more debugging info. Changed the way clients are
31571         removed from the lists. Fixed a bug where a bad file descriptor
31572         could cause many clients to be removed.
31573
31574 2004-08-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31575
31576         * gst/videotestsrc/gstvideotestsrc.c: (generate_capslist):
31577           allow all pixel-aspect-ratios, not just 1:1
31578
31579 2004-08-09  David Schleef  <ds@schleef.org>
31580
31581         * sys/glsink/ARB_multitexture.h:  Remove old files.
31582         * sys/glsink/EXT_paletted_texture.h:
31583         * sys/glsink/NV_register_combiners.h:
31584         * sys/glsink/gstgl_nvimage.c:
31585         * sys/glsink/gstgl_pdrimage.c:
31586         * sys/glsink/gstgl_rgbimage.c:
31587         * sys/glsink/gstglsink.c:
31588         * sys/glsink/gstglsink.h:
31589         * sys/glsink/gstglxwindow.c:
31590         * sys/glsink/regcomb_yuvrgb.c:
31591
31592 2004-08-09  David Schleef  <ds@schleef.org>
31593
31594         Patch from Gernot Ziegler <gz@lysator.liu.se> rewriting the
31595         GL sink plugin.  (Bug #147302)
31596
31597         * configure.ac: Test for OpenGL
31598         * sys/Makefile.am: Use test for OpenGL
31599         * sys/glsink/Makefile.am:
31600         * sys/glsink/glimagesink.c: rewrite
31601         * sys/glsink/glimagesink.h: rewrite
31602
31603 2004-08-09  David Schleef  <ds@schleef.org>
31604
31605         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_base_init):  Only allow
31606         sane framerates.
31607         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get): same
31608         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): same
31609         * testsuite/gst-lint: Test for G_GUINT64_FORMAT usage near gettext.
31610
31611 2004-08-09  Wim Taymans  <wim@fluendo.com>
31612
31613         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
31614         (gst_multifdsink_add), (gst_multifdsink_get_stats),
31615         (gst_multifdsink_client_remove),
31616         (gst_multifdsink_handle_client_read),
31617         (gst_multifdsink_handle_client_write),
31618         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
31619         Do a bit more logging, make the client_read code more robust.
31620
31621 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
31622
31623         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init_source),
31624         (gst_jpegdec_fill_input_buffer), (gst_jpegdec_skip_input_data),
31625         (gst_jpegdec_resync_to_restart), (gst_jpegdec_term_source),
31626         (gst_jpegdec_init), (gst_jpegdec_chain):
31627         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
31628         (gst_multipart_demux_chain), (gst_multipart_demux_change_state):
31629           cleanups, debugging fixes and memleak plugging
31630
31631 2004-08-09  Wim Taymans  <wim@fluendo.com>
31632
31633         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
31634         (theora_get_formats), (theora_dec_src_convert),
31635         (theora_dec_sink_convert), (theora_dec_src_query),
31636         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain),
31637         (theora_dec_change_state):
31638         Don't crash on missing header packets.
31639
31640 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
31641
31642         * po/LINGUAS:
31643         * po/sq.po:
31644           Added Albanian translation (Laurent Dhima)
31645         * po/cs.po:
31646           updated
31647
31648 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
31649
31650         * ext/lame/gstlame.c:
31651           fix/add debugging
31652
31653 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
31654
31655         * sys/ximage/ximagesink.c:
31656         * sys/xvimage/xvimagesink.c:
31657           assign all TOO_LAZY's to a real category.  Thanks to Warthy Warthog.
31658
31659 2004-08-06  Wim Taymans  <wim@fluendo.com>
31660
31661         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
31662         (gst_multifdsink_add), (gst_multifdsink_get_stats),
31663         (gst_multifdsink_client_remove),
31664         (gst_multifdsink_handle_client_read),
31665         (gst_multifdsink_handle_client_write),
31666         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
31667         Make sure we don't try to read more from a client that what
31668         ioctl says us or we deadlock.
31669
31670 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
31671
31672         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_src_link),
31673         (gst_videotestsrc_change_state), (gst_videotestsrc_src_query),
31674         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
31675           decouple running_time and n_frames so it can handle changing
31676           framerate while running
31677
31678 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
31679
31680         * po/nl.po:
31681         * po/sv.po:
31682           updated translations
31683
31684 2004-08-04  Benjamin Otte  <otte@gnome.org>
31685
31686         * gst/videotestsrc/gstvideotestsrc.c:
31687         (gst_videotestsrc_get_capslist), (generate_capslist),
31688         (plugin_init):
31689           generate the list of supported caps at startup and reuse it instead
31690           of always generating it
31691
31692 2004-07-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31693
31694         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link):
31695           whoops, last checkin broke normal build
31696
31697 2004-08-03  Benjamin Otte  <otte@gnome.org>
31698
31699         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume),
31700         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
31701         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
31702         (gst_alsa_mixer_get_option):
31703         * ext/dvdnav/dvdnavsrc.c: (dvdnav_get_event_name),
31704         (dvdnavsrc_print_event):
31705         * ext/ogg/gstoggdemux.c: (_find_chain_process), (gst_ogg_print):
31706         * ext/ogg/gstoggmux.c: (gst_ogg_mux_pad_link),
31707         (gst_ogg_mux_pad_unlink):
31708         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link),
31709         (gst_multipart_mux_pad_unlink):
31710         * gst/videofilter/gstvideobalance.c:
31711         (gst_videobalance_colorbalance_set_value):
31712         * gst/videomixer/videomixer.c: (gst_videomixer_pad_link),
31713         (gst_videomixer_pad_unlink):
31714         * po/uk.po:
31715         * sys/oss/gstossmixer.c:
31716         * sys/v4l/gstv4lcolorbalance.c:
31717         * sys/v4l/gstv4ltuner.c:
31718         * sys/v4l/v4lsrc_calls.c:
31719         * sys/v4l2/gstv4l2colorbalance.c:
31720         * sys/v4l2/gstv4l2tuner.c:
31721           compile fixes for --disable-gst-debug, G_DISABLE_ASSERT and friends
31722
31723 2004-08-03  Benjamin Otte  <otte@gnome.org>
31724
31725         * examples/dynparams/filter.c: (ui_control_create):
31726         * examples/gstplay/player.c: (print_tag):
31727         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad):
31728         * ext/gdk_pixbuf/gstgdkanimation.c:
31729         (gst_gdk_animation_iter_may_advance):
31730         * ext/jack/gstjack.c: (gst_jack_request_new_pad):
31731         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list),
31732         (tag_list_to_id3_tag_foreach), (gst_id3_tag_handle_event):
31733         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_tag_value):
31734         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value):
31735         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
31736         * gst-libs/gst/media-info/media-info-test.c: (print_tag):
31737         * gst/sine/demo-dparams.c: (main):
31738         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
31739         * testsuite/alsa/formats.c: (create_pipeline):
31740         * testsuite/alsa/sinesrc.c: (sinesrc_force_caps), (sinesrc_get):
31741           fixes for G_DISABLE_ASSERT and friends
31742         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
31743         (mp3_type_frame_length_from_header), (mp3_type_find),
31744         (plugin_init):
31745           require mp3 typefinding to have at least MIN_HEADERS valid headers
31746           add typefinding for AAC adts files
31747
31748 2004-08-04  Jan Schmidt  <thaytan@mad.scientist.com>
31749
31750         * sys/ximage/ximagesink.c:
31751         (gst_ximagesink_calculate_pixel_aspect_ratio):
31752         * sys/xvimage/xvimagesink.c:
31753         (gst_xvimagesink_calculate_pixel_aspect_ratio):
31754         Make sure we calculate pixel-aspect-ratio using floating point maths
31755
31756 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
31757
31758         * po/uk.po:
31759           updated translation
31760
31761 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
31762
31763         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
31764         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get):
31765           add debugging for display PAR calculation
31766
31767 2004-08-02  David Schleef  <ds@schleef.org>
31768
31769         * configure.ac: Fix mikmod CFLAGS.
31770
31771 2004-07-27  Benjamin Otte  <otte@gnome.org>
31772
31773         * gst/audioscale/gstaudioscale.c:
31774         - fix templates to only support S16, it's the only format that works
31775         - make caps nego code use try_set_caps_nonfixed and fixation instead
31776         of try_set_caps twice, which is not nice for autopluggers
31777         - change rank to secondary, so autopluggers can pick it up after
31778         audioconvert
31779
31780 2004-08-02  Iain <iain@prettypeople.org>
31781
31782         * gst/interleave/interleave.c (interleave_init),
31783         (interleave_request_new_pad),
31784         (interleave_pad_removed),
31785         (interleave_buffered_loop): Use the real pad count, not the artificial
31786         one.
31787
31788 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
31789
31790         * configure.ac: bump nano back to development
31791
31792 === release 0.8.3 ===
31793
31794 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
31795
31796         * configure.ac: releasing 0.8.3, "Water"
31797
31798 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
31799
31800         * sys/xvimage/xvimagesink.c:
31801         (gst_xvimagesink_calculate_pixel_aspect_ratio),
31802         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_sink_link),
31803         (gst_xvimagesink_change_state), (gst_xvimagesink_buffer_alloc),
31804         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
31805         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
31806         * sys/xvimage/xvimagesink.h:
31807           apply similar PAR fixes as to ximagesink
31808
31809 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
31810
31811         patch from: Benjamin Otte
31812
31813         * ext/lame/gstlame.c: (gst_lame_src_link), (gst_lame_init):
31814           add link function to lame.  Fixes #148986.
31815
31816 2004-08-02  Johan Dahlin  <johan@gnome.org>
31817
31818         * gst/multipart/multipartmux.c (gst_multipart_mux_next_buffer):
31819         fix debugging log
31820
31821 2004-07-30  David Schleef  <ds@schleef.org>
31822
31823         * gst/videomixer/Makefile.am: Fix things that should have been
31824         fixed in the last checkin.
31825
31826 2004-07-30  David Schleef  <ds@schleef.org>
31827
31828         * gst/multipart/Makefile.am: Fix things that should have been
31829         fixed in the last checkin.
31830
31831 2004-07-30  David Schleef  <ds@schleef.org>
31832
31833         * testsuite/multifilesink/Makefile.am: Fix unused variable.
31834
31835 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
31836
31837         * configure.ac:
31838           bump nano for prerelease
31839         * po/af.po:
31840         * po/az.po:
31841         * po/cs.po:
31842         * po/en_GB.po:
31843         * po/hu.po:
31844         * po/nl.po:
31845         * po/sr.po:
31846         * po/sv.po:
31847         * po/uk.po:
31848           updates
31849
31850 2004-07-30  Wim Taymans  <wim@fluendo.com>
31851
31852         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
31853         (gst_multifdsink_add), (gst_multifdsink_remove),
31854         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
31855         (gst_multifdsink_client_remove),
31856         (gst_multifdsink_handle_client_write),
31857         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
31858         * gst/tcp/gstmultifdsink.h:
31859         Recover from a select with a bad file descriptor by removing
31860         the client.
31861
31862 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
31863
31864         * configure.ac:
31865           fix requirement of core
31866         * gst-libs/gst/play/play.c: (gst_play_error_plugin),
31867         (gst_play_pipeline_setup):
31868           don't use colorspace element.  do use hermescolorspace element.
31869           make macro to get a colorspace element.
31870           mark strings for translation.
31871         * po/POTFILES.in:
31872           add play.c
31873         * po/af.po:
31874         * po/az.po:
31875         * po/cs.po:
31876         * po/en_GB.po:
31877         * po/hu.po:
31878         * po/nl.po:
31879         * po/sr.po:
31880         * po/sv.po:
31881         * po/uk.po:
31882           update translations
31883
31884 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31885
31886         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
31887         fix default for newmedia flag
31888
31889 2004-07-30  Wim Taymans  <wim@fluendo.com>
31890
31891         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
31892         (gst_theora_dec_init), (theora_get_formats),
31893         (theora_dec_src_convert), (theora_dec_sink_convert),
31894         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
31895         (theora_dec_chain), (theora_dec_set_property),
31896         (theora_dec_get_property):
31897         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
31898         (gst_theora_enc_class_init), (gst_theora_enc_init),
31899         (theora_enc_sink_link), (theora_enc_chain),
31900         (theora_enc_set_property), (theora_enc_get_property):
31901         Added cropping option to theora decoder.
31902         Added border option to theora encoder.
31903
31904 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31905
31906         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
31907         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
31908         (gst_pngenc_set_property):
31909         * ext/libpng/gstpngenc.h:
31910         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
31911
31912 2004-07-30  Wim Taymans  <wim@fluendo.com>
31913
31914         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
31915         (theora_enc_sink_link), (theora_enc_chain),
31916         (theora_enc_set_property), (theora_enc_get_property):
31917         Fix encoding of non-multiple-of-16 video.
31918
31919 2004-07-29  David Schleef  <ds@schleef.org>
31920
31921         * configure.ac: make test for audiofile more strict
31922
31923 2004-07-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31924
31925         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
31926           give different names to typefind functions
31927
31928 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
31929
31930         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
31931         (gst_ximagesink_calculate_pixel_aspect_ratio),
31932         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
31933         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
31934         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_set_property),
31935         (gst_ximagesink_get_property), (gst_ximagesink_init):
31936         * sys/ximage/ximagesink.h:
31937           allocate PAR's dynamically.
31938           use autodetected PAR if no object-set PAR is given.
31939           add workaround for directfb's X not setting physical size.
31940           fix to xvimagesink will follow tomorrow.
31941
31942 2004-07-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31943
31944         * ext/lame/gstlame.c: (gst_lame_chain): send tag events downstream
31945         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
31946         (gst_shout2send_get_type), (gst_shout2send_set_clock),
31947         (gst_shout2send_class_init), (gst_shout2send_init),
31948         (set_shout_metadata), (gst_shout2send_set_metadata),
31949         (gst_shout2send_chain), (gst_shout2send_set_property),
31950         (gst_shout2send_get_property), (gst_shout2send_connect),
31951         (gst_shout2send_change_state):
31952         * ext/shout2/gstshout2.h:
31953         - fix for sending mp3 audio to icecast2 server, if pad link function not
31954         called before PAUSED state
31955         - added option to use GStreamer clock sync (as opposed to libshout's own sync)
31956         - added tagging support for mp3 audio broadcasted
31957         * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
31958         debug info
31959
31960 2004-07-28  Wim Taymans  <wim@fluendo.com>
31961
31962         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
31963         (gst_ogg_demux_push):
31964         Return query failure when we don't know the length of
31965         an ogg stream insteda of returning TRUE with a bogus value.
31966
31967 2004-07-28  Wim Taymans  <wim@fluendo.com>
31968
31969         * ext/theora/theoradec.c: (theora_get_formats),
31970         (theora_dec_src_convert), (theora_dec_sink_convert),
31971         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
31972         (theora_dec_chain):
31973         Don't screw up the 1 Chroma for 1 luma sample situation when we
31974         have an odd offset/width by adding a black border in those cases.
31975
31976 2004-07-28  Wim Taymans  <wim@fluendo.com>
31977
31978         * ext/theora/theoradec.c: (theora_get_formats),
31979         (theora_dec_src_convert), (theora_dec_sink_convert),
31980         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
31981         (theora_dec_chain):
31982         * ext/theora/theoraenc.c: (theora_enc_sink_link):
31983         Added first attempt at cropping of the image as required by the
31984         theora spec. We need more properties in the caps (offset_x,
31985         offset_y,stride) to implement this correctly.
31986
31987 2004-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
31988
31989         * ext/dvdnav/README:
31990           Update the README to use dvddemux
31991         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
31992           Ensure getcaps returns a subset of the template caps
31993         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_base_init),
31994         (gst_mpeg2subt_init):
31995           Ensure getcaps returns a subset of the template caps
31996         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
31997         (gst_dvd_demux_init), (gst_dvd_demux_get_video_stream),
31998         (gst_dvd_demux_get_subpicture_stream),
31999         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_set_cur_subpicture):
32000         * gst/mpegstream/gstdvddemux.h:
32001           Set the explicit caps on the current_video pad before pushing
32002           anything
32003         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
32004         (gst_mpeg_demux_get_audio_stream):
32005           Free caps used to gst_pad_set_explicit_caps, which takes a const
32006           GstCaps *
32007
32008 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
32009
32010         * configure.ac: update GStreamer requirement to 0.8.4 because of
32011           GstFraction.
32012
32013 2004-07-28  Wim Taymans  <wim@fluendo.com>
32014
32015         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
32016         (gst_wavparse_handle_seek), (gst_wavparse_srcpad_event):
32017         Add the pad to the element after setting up the caps. This
32018         makes it a lot easier to autoplug.
32019
32020 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
32021
32022         * gst/median/gstmedian.c:
32023         * gst/mpeg2subt/gstmpeg2subt.c:
32024         * gst/mpegaudioparse/gstmpegaudioparse.c:
32025         * gst/mpegstream/gstdvddemux.c:
32026         * gst/mpegstream/gstmpegdemux.c:
32027         * gst/mpegstream/gstmpegpacketize.c:
32028         * gst/rtjpeg/gstrtjpeg.c:
32029         * gst/rtjpeg/gstrtjpegdec.c:
32030         * gst/rtjpeg/gstrtjpegenc.c:
32031         * gst/sine/gstsinesrc.c:
32032         * gst/smooth/gstsmooth.c:
32033         * gst/smpte/gstsmpte.c:
32034         * gst/smpte/gstsmpte.h:
32035         * gst/stereo/gststereo.c:
32036         * gst/videofilter/gstgamma.c:
32037         * gst/videofilter/gstvideobalance.c:
32038         * gst/videofilter/gstvideofilter.c:
32039         * gst/videofilter/gstvideoflip.c:
32040         * gst/videoscale/gstvideoscale.c:
32041         * gst/videoscale/videoscale.c:
32042         * gst/videotestsrc/gstvideotestsrc.c:
32043         * gst/videotestsrc/videotestsrc.c:
32044         * gst/wavenc/gstwavenc.c:
32045         * gst/wavparse/gstwavparse.c:
32046           fix local includes and 64 bits constants
32047
32048 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
32049
32050         * win32/gst.sln:
32051         * gst-libs/gst/*/*.vcproj:
32052         * gst/*/*.vcproj:
32053           more working plugins
32054
32055 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
32056
32057         * testsuite/alsa/Makefile.am:
32058         * testsuite/alsa/srcstate.c:
32059         add test for alsasrc changing state
32060
32061 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
32062
32063         * gst/silence/gstsilence.c: (gst_silence_init), (gst_silence_link),
32064         (gst_silence_get):
32065         * gst/silence/gstsilence.h:
32066         fix silence generation for 16bit raw audio
32067
32068 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
32069
32070         * gst/matroska/matroska-demux.c:
32071         (gst_matroska_demux_parse_metadata),
32072         (gst_matroska_demux_video_caps), (gst_matroska_demux_plugin_init):
32073         * gst/mpegaudio/common.c:
32074         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
32075         (gst_videoscale_getcaps), (gst_videoscale_link),
32076         (gst_videoscale_src_fixate), (gst_videoscale_init),
32077         (gst_videoscale_finalize):
32078         * gst/videoscale/gstvideoscale.h:
32079         * gst/videotestsrc/gstvideotestsrc.c:
32080         (gst_videotestsrc_get_capslist):
32081         * gst/wavenc/gstwavenc.c:
32082         * sys/oss/gstossmixer.c: (fill_labels):
32083         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
32084         (gst_ximagesink_handle_xevents),
32085         (gst_ximagesink_calculate_pixel_aspect_ratio),
32086         (gst_ximagesink_xcontext_get), (gst_ximagesink_fixate),
32087         (gst_ximagesink_getcaps), (gst_ximagesink_sink_link),
32088         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
32089         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
32090         (gst_ximagesink_init), (gst_ximagesink_class_init):
32091         * sys/ximage/ximagesink.h:
32092         * sys/xvimage/xvimagesink.c:
32093         (gst_xvimagesink_calculate_pixel_aspect_ratio),
32094         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_sink_link),
32095         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
32096         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
32097         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
32098         * sys/xvimage/xvimagesink.h:
32099           first batch of pixel aspect ratio commits.
32100
32101 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
32102
32103         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
32104         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_chain):
32105         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_fill):
32106           handle stride, needs work if we want to move stride handling
32107           upstream, but works correctly for our purposes.
32108
32109 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
32110
32111         * gst/videoscale/README:
32112           add testing examples
32113         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link),
32114         (gst_videoscale_chain):
32115         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
32116         (gst_videoscale_get_size):
32117           add get_size function that handles stride like videotestsrc.
32118           fixes conversion for YUV formats for as much as I can test them.
32119
32120 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
32121
32122         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
32123         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
32124         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
32125         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
32126         (gst_xvimagesink_xvimage_put):
32127           further cleanups, logging, error handling and synchronizing
32128
32129 2004-07-27  Wim Taymans  <wim@fluendo.com>
32130
32131         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
32132         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
32133         (gst_videomixer_pad_set_property),
32134         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
32135         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
32136         (gst_videomixer_class_init), (gst_videomixer_init),
32137         (gst_videomixer_getcaps), (gst_videomixer_request_new_pad),
32138         (gst_videomixer_blend_ayuv_i420), (pad_zorder_compare),
32139         (gst_videomixer_sort_pads), (gst_videomixer_fill_checker),
32140         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
32141         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
32142         (gst_videomixer_loop), (plugin_init):
32143         Be a nicer negotiation citizen and provide a getcaps function on
32144         the srcpad. This also fixes a crash when resizing.
32145
32146 2004-07-27  Julien MOUTTE  <julien@moutte.net>
32147
32148         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
32149         (gst_xvimagesink_xvimage_new): Some fixes to image size calculation.
32150
32151 2004-07-27  Wim Taymans  <wim@fluendo.com>
32152
32153         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps):
32154         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
32155         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
32156         (gst_pngenc_set_property):
32157         * ext/libpng/gstpngenc.h:
32158         Added snapshot property to pngenc.
32159         removed g_print from pngdec
32160
32161 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
32162
32163         * gst/ac3parse/ac3parse.vcproj
32164         * gst/adder/adder.vcproj
32165         * gst/alpha/alpha.vcproj
32166         * gst/alpha/alphacolor.vcproj
32167         * gst/asfdemux/asf.vcproj
32168         * gst/audioconvert/audioconvert.vcproj
32169         * gst/audiorate/audiorate.vcproj
32170         * gst/audioscale/audioscale.vcproj
32171         * gst/auparse/auparse.vcproj
32172         * gst/avi/avi.vcproj
32173         * gst/cdxaparse/cdxaparse.vcproj
32174         * gst/chart/chart.vcproj
32175         * gst/colorspace/colorspace.vcproj
32176         * gst/cutter/cutter.vcproj
32177         * gst/debug/debug.vcproj
32178         * gst/debug/efence.vcproj
32179         * gst/debug/navigationtest.vcproj
32180         * gst/deinterlace/deinterlace.vcproj
32181         * gst/effectv/effectv.vcproj
32182         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
32183         * gst/filter/filter.vcproj
32184         * gst/flx/flxdec.vcproj
32185         * gst/goom/goom.vcproj
32186         * gst/interleave/interleave.vcproj
32187         * gst/law/alaw.vcproj
32188         * gst/law/mulaw.vcproj
32189         * gst/matroska/matroska.vcproj
32190         * gst/median/median.vcproj
32191         * gst/mixmatrix/mixmatrix.vcproj
32192         * gst/mpeg1sys/mpeg1systemencode.vcproj
32193         * gst/mpeg1videoparse/mp1videoparse.vcproj
32194         * gst/mpeg2sub/mpeg2subt.vcproj
32195         * gst/mpegaudio/mpegaudio.vcproj
32196         * gst/mpegaudioparse/mpegaudioparse.vcproj
32197         * gst/mpegstream/mpegstream.vcproj
32198         * gst/multifilesink/multifilesink.vcproj
32199         * gst/multipart/multipart.vcproj
32200         * gst/oneton/oneton.vcproj
32201         * gst/overlay/overlay.vcproj
32202         * gst/passthrough/passthrough.vcproj
32203         * gst/qtdemux/qtdemux.vcproj
32204         * gst/realmedia/rmdemux.vcproj
32205         * gst/rtjpeg/rtjpeg.vcproj
32206         * gst/rtp/rtp.vcproj
32207         * gst/silence/silence.vcproj
32208         * gst/sine/sinesrc.vcproj
32209         * gst/smooth/smooth.vcproj
32210         * gst/smpte/smpte.vcproj
32211         * gst/spectrum/spectrum.vcproj
32212         * gst/speed/speed.vcproj
32213         * gst/stereo/stereo.vcproj
32214         * gst/switch/switch.vcproj
32215         * gst/tags/tagedit.vcproj
32216         * gst/tcp/tcp.vcproj
32217         * gst/typefind/typefindfunctions.vcproj
32218         * gst/udp/udp.vcproj
32219         * gst/videobox/videobox.vcproj
32220         * gst/videocrop/videocrop.vcproj
32221         * gst/videodrop/videodrop.vcproj
32222         * gst/videofilter/gamma.vcproj
32223         * gst/videofilter/videobalance.vcproj
32224         * gst/videofilter/videofilter.vcproj
32225         * gst/videofilter/videoflip.vcproj
32226         * gst/videoflip/videoflip.vcproj
32227         * gst/videomixer/videomixer.vcproj
32228         * gst/videorate/videorate.vcproj
32229         * gst/videoscale/videoscale.vcproj
32230         * gst/videotestsrc/videotestsrc.vcproj
32231         * gst/virtualdub/virtualdub.vcproj
32232         * gst/volenv/volenv.vcproj
32233         * gst/volume/volume.vcproj
32234         * gst/wavenc/wavenc.vcproj
32235         * gst/wavparse/wavparse.vcproj
32236         * gst/y4m/y4menc.vcproj
32237         * gst-libs/gst/audio/audio.vcproj
32238         * gst-libs/gst/audio/audiofilter.vcproj
32239         * gst-libs/gst/colorbalance/colorbalance.vcproj
32240         * gst-libs/gst/idct/idtc.vcproj
32241         * gst-libs/gst/media-info/media-info.vcproj
32242         * gst-libs/gst/mixer/mixer.vcproj
32243         * gst-libs/gst/navigation/navigation.vcproj
32244         * gst-libs/gst/play/play.vcproj
32245         * gst-libs/gst/propertyprobe/propertyprobe.vcproj
32246         * gst-libs/gst/resample/resample.vcproj
32247         * gst-libs/gst/riff/riff.vcproj
32248         * gst-libs/gst/tuner/tuner.vcproj
32249         * gst-libs/gst/video/video.vcproj
32250         * gst-libs/gst/xoverlay/xoverlay.vcproj
32251           avoid problems with math.h, fix release dependancy
32252           rename GStreamer-0.8.lib to libgstreamer.lib
32253
32254 2004-07-27  Julien MOUTTE  <julien@moutte.net>
32255
32256         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
32257         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate): When
32258         the atom is not available we have to unlock the mutex. Fixes #148023
32259
32260 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32261
32262         * gst-libs/gst/media-info/media-info.h:
32263           issue for a vararg macro with MSVC
32264
32265 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32266
32267         * gst/effectv/effectv.vcproj
32268         * gst-libs/gst/idct/idct.vcproj:
32269         * gst-libs/gst/media-info/media-info.vcproj:
32270         * gst-libs/gst/navigation/navigation.vcproj:
32271         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
32272         * gst-libs/gst/video/video.vcproj:
32273         * gst-libs/gst/xoverlay/xoverlay.vcproj:
32274           fixes for build problems
32275
32276 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32277
32278         * gst-libs/gst/audio/audio.def:
32279         * gst-libs/gst/audio/riff.def:
32280           add some definitions needed by plugins
32281
32282 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32283
32284         * gst/asfdemux/gstasfmux.c
32285           Fix some 64 bits constants to be glib friendly
32286
32287 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32288
32289         * gst/ac3parse/gstac3parse.c
32290         * gst/audioscale/gstaudioscale.c
32291         * gst/auparse/gstauparse.c
32292         * gst/colorspace/gstcolorspace.c
32293         * gst/colorspace/yuv2rgb.h
32294           local include fixes
32295
32296 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32297
32298         * win32/gst.sln
32299           add more plugins to the build
32300
32301 2004-07-26  Julien MOUTTE  <julien@moutte.net>
32302
32303         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
32304         (gst_ximagesink_ximage_new): Some more fixes to image size calculation.
32305
32306 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
32307
32308         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
32309         (gst_level_set_property), (gst_level_get_property),
32310         (gst_level_base_init), (gst_level_class_init):
32311           add debugging categories.  cleanups.
32312
32313 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
32314
32315         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
32316         (gst_videoscale_planar411), (gst_videoscale_planar400),
32317         (gst_videoscale_packed422), (gst_videoscale_packed422rev),
32318         (gst_videoscale_scale_nearest_str1),
32319         (gst_videoscale_scale_nearest_str2),
32320         (gst_videoscale_scale_nearest_str4),
32321         (gst_videoscale_scale_nearest_16bit),
32322         (gst_videoscale_scale_nearest_24bit):
32323           fixed stride issues
32324           tested with 320x240 -> 321, 322, 324 x240
32325           tested with YV12, I420, YUY2, UYVY
32326           fixed packed422rev (don't think it could have worked before)
32327           by testing with UYVY
32328
32329 2004-07-26  Benjamin Otte  <otte@gnome.org>
32330
32331         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_init),
32332         (gst_lame_chain), (gst_lame_setup), (gst_lame_change_state),
32333         (plugin_init):
32334           add debugging category, add error checks like checking return values
32335           of setup calls, make sure it still works after
32336           PLAYING=>NULL=>PLAYING, fix encoding of mono streams
32337
32338 2004-07-26  Wim Taymans  <wim@fluendo.com>
32339
32340         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
32341         (gst_mpeg_demux_get_audio_stream),
32342         (gst_mpeg_demux_process_private):
32343         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_send_data):
32344         Check for error codes from the negotiation functions. Make sure
32345         we really set the pad caps when a new pad is created.
32346
32347 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
32348
32349         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
32350         (gst_ffmpeg_caps_to_pix_fmt):
32351         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
32352         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
32353         (gst_ffmpegcolorspace_pad_link):
32354           don't make function do two things at the same time without reason.
32355
32356 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32357
32358         * gst/ac3parse/ac3parse.vcproj
32359         * gst/adder/adder.vcproj
32360         * gst/alpha/alpha.vcproj
32361         * gst/alpha/alphacolor.vcproj
32362         * gst/asfdemux/asf.vcproj
32363         * gst/audioconvert/audioconvert.vcproj
32364         * gst/audiorate/audiorate.vcproj
32365         * gst/audioscale/audioscale.vcproj
32366         * gst/auparse/auparse.vcproj
32367         * gst/avi/avi.vcproj
32368         * gst/cdxaparse/cdxaparse.vcproj
32369         * gst/chart/chart.vcproj
32370         * gst/colorspace/colorspace.vcproj
32371         * gst/cutter/cutter.vcproj
32372         * gst/debug/debug.vcproj
32373         * gst/debug/efence.vcproj
32374         * gst/debug/navigationtest.vcproj
32375         * gst/deinterlace/deinterlace.vcproj
32376         * gst/effectv/effectv.vcproj
32377         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
32378         * gst/filter/filter.vcproj
32379         * gst/flx/flxdec.vcproj
32380         * gst/goom/goom.vcproj
32381         * gst/interleave/interleave.vcproj
32382         * gst/law/alaw.vcproj
32383         * gst/law/mulaw.vcproj
32384         * gst/matroska/matroska.vcproj
32385         * gst/median/median.vcproj
32386         * gst/mixmatrix/mixmatrix.vcproj
32387         * gst/mpeg1sys/mpeg1systemencode.vcproj
32388         * gst/mpeg1videoparse/mp1videoparse.vcproj
32389         * gst/mpeg2sub/mpeg2subt.vcproj
32390         * gst/mpegaudio/mpegaudio.vcproj
32391         * gst/mpegaudioparse/mpegaudioparse.vcproj
32392         * gst/mpegstream/mpegstream.vcproj
32393         * gst/multifilesink/multifilesink.vcproj
32394         * gst/multipart/multipart.vcproj
32395         * gst/oneton/oneton.vcproj
32396         * gst/overlay/overlay.vcproj
32397         * gst/passthrough/passthrough.vcproj
32398         * gst/qtdemux/qtdemux.vcproj
32399         * gst/realmedia/rmdemux.vcproj
32400         * gst/rtjpeg/rtjpeg.vcproj
32401         * gst/rtp/rtp.vcproj
32402         * gst/silence/silence.vcproj
32403         * gst/sine/sinesrc.vcproj
32404         * gst/smooth/smooth.vcproj
32405         * gst/smpte/smpte.vcproj
32406         * gst/spectrum/spectrum.vcproj
32407         * gst/speed/speed.vcproj
32408         * gst/stereo/stereo.vcproj
32409         * gst/switch/switch.vcproj
32410         * gst/tags/tagedit.vcproj
32411         * gst/tcp/tcp.vcproj
32412         * gst/typefind/typefindfunctions.vcproj
32413         * gst/udp/udp.vcproj
32414         * gst/videobox/videobox.vcproj
32415         * gst/videocrop/videocrop.vcproj
32416         * gst/videodrop/videodrop.vcproj
32417         * gst/videofilter/gamma.vcproj
32418         * gst/videofilter/videobalance.vcproj
32419         * gst/videofilter/videofilter.vcproj
32420         * gst/videofilter/videoflip.vcproj
32421         * gst/videoflip/videoflip.vcproj
32422         * gst/videomixer/videomixer.vcproj
32423         * gst/videorate/videorate.vcproj
32424         * gst/videoscale/videoscale.vcproj
32425         * gst/videotestsrc/videotestsrc.vcproj
32426         * gst/virtualdub/virtualdub.vcproj
32427         * gst/volenv/volenv.vcproj
32428         * gst/volume/volume.vcproj
32429         * gst/wavenc/wavenc.vcproj
32430         * gst/wavparse/wavparse.vcproj
32431         * gst/y4m/y4menc.vcproj
32432           more plugins supported under windows
32433
32434 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
32435
32436         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
32437         (gst_ximagesink_ximage_put), (gst_ximagesink_renegotiate_size),
32438         (gst_ximagesink_chain), (gst_ximagesink_buffer_alloc):
32439         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
32440         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc):
32441           Add debugging statements.  Use the sizes as returned by the
32442           *CreateImage calls.
32443
32444 2004-07-26  Johan Dahlin  <johan@gnome.org>
32445
32446         * gst/tcp/gsttcpclientsrc.c (gst_tcpclientsrc_get): Make sure that
32447         the pad is negotiated.
32448
32449         * gst/ffmpegcolorspace/gstffmpegcolorspace.c (gst_ffmpegcolorspace_chain): Ditto
32450
32451 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32452
32453         * gst-libs/gst/colorbalance/colorbalance.vcproj:
32454         * gst-libs/gst/idct/idct.vcproj:
32455         * gst-libs/gst/media-info/media-info.vcproj:
32456         * gst-libs/gst/mixer/mixer.vcproj:
32457         * gst-libs/gst/navigation/navigation.vcproj:
32458         * gst-libs/gst/play/play.vcproj:
32459         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
32460         * gst-libs/gst/resample/resample.vcproj:
32461         * gst-libs/gst/tuner/tuner.vcproj:
32462         * gst-libs/gst/video/video.vcproj:
32463         * gst-libs/gst/xoverlay/xoverlay.vcproj:
32464           more plugins supported under windows
32465
32466 2004-07-25 Iain <iain@prettypeople.org>
32467
32468         * gst/wavparse/gstwavparse.c (gst_wavparse_fmt): Set the caps on the
32469         pad now rather than when the pad is created because state changes wipe
32470         explicit caps (fixes #148043).
32471
32472 2004-07-25  Sebastien Cote  <sc5@hermes.usherb.ca>
32473
32474         reviewed by Benjamin Otte  <otte@gnome.org>
32475
32476         * ext/mad/gstmad.c:
32477           fix mad plugin crashing on Sun (fixes #148289)
32478
32479 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
32480
32481         * gst/avi/avi.def:
32482         * gst/avi/avi.vcproj:
32483         * gst/matroska/matroska.def:
32484         * gst/matroska/matroska.vcproj:
32485           remove unused .def files
32486
32487 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
32488
32489         * gst-libs/gst/audio/gstaudiofilter.c:
32490           Clean the local include
32491
32492 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
32493
32494         * win32/gst.sln:
32495         * gst-libs/gst/audio/audio.def:
32496         * gst-libs/gst/audio/audio.vcproj:
32497         * gst-libs/gst/audio/audiofilter.vcproj:
32498         * gst-libs/gst/audio/riff.def:
32499         * gst-libs/gst/audio/riff.vcproj:
32500         * gst-libs/gst/gst-libs.def:
32501         * gst-libs/gst/gst-libs.vcproj:
32502         * gst/avi/avi.vcproj:
32503         * gst/avi/avi.vcproj:
32504           Copy the files where needed after building, cleaner projects
32505
32506 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
32507
32508         * gst/matroska/ebml-write.c:
32509           Fix some 64 bits constants to be glib friendly
32510
32511 2004-07-24  Steve Lhomme  <steve.lhomme@free.fr>
32512
32513         * win32/gst.sln:
32514         * gst-libs/gst/gst-libs.def:
32515         * gst-libs/gst/gst-libs.vcproj:
32516         * gst/matroska/matroska.def:
32517         * gst/matroska/matroska.vcproj:
32518           Add the preliminary canvas to build plugins on Win32
32519
32520 2004-07-23  Benjamin Otte  <otte@gnome.org>
32521
32522         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
32523           don't enfore negotiation from source side, it breaks
32524           sinesrc ! audioconvert ! osssink
32525
32526 2004-07-22  David Schleef  <ds@schleef.org>
32527
32528         * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add typefind
32529         for ELF files, since they can easily be recognized as audio/mpeg.
32530         (bug #147441)
32531
32532 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
32533
32534         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
32535         (gst_videoscale_planar411), (gst_videoscale_scale_nearest_32bit),
32536         (gst_videoscale_scale_nearest_24bit),
32537         (gst_videoscale_scale_nearest_16bit):
32538           fix 16bit and 24bit for stride (24bit might need testing)
32539           don't pretend we do more than one algorithm
32540
32541 2004-07-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
32542
32543         * configure.ac:
32544         * gst/Makefile.am:
32545         * gst/multifilesink/Makefile.am:
32546         * gst/multifilesink/gstmultifilesink.c:
32547         (gst_multifilesink_get_formats),
32548         (gst_multifilesink_get_query_types), (_do_init),
32549         (gst_multifilesink_base_init), (gst_multifilesink_class_init),
32550         (gst_multifilesink_init), (gst_multifilesink_dispose),
32551         (gst_multifilesink_set_location), (gst_multifilesink_set_property),
32552         (gst_multifilesink_get_property), (gst_multifilesink_open_file),
32553         (gst_multifilesink_close_file), (gst_multifilesink_next_file),
32554         (gst_multifilesink_pad_query), (gst_multifilesink_handle_event),
32555         (gst_multifilesink_chain), (gst_multifilesink_change_state),
32556         (gst_multifilesink_uri_get_type),
32557         (gst_multifilesink_uri_get_protocols),
32558         (gst_multifilesink_uri_get_uri), (gst_multifilesink_uri_set_uri),
32559         (gst_multifilesink_uri_handler_init), (plugin_init):
32560         * gst/multifilesink/gstmultifilesink.h:
32561         * testsuite/Makefile.am:
32562         * testsuite/multifilesink/Makefile.am:
32563         * testsuite/multifilesink/fakesrc_test.c: (gst_newmedia_base_init),
32564         (gst_newmedia_class_init), (gst_newmedia_init),
32565         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
32566         (newfile_signal), (test_signal), (main):
32567         multifilesink plugin for creating new files every time a new media
32568         discontinuity event occurs
32569
32570 2004-07-22  Wim Taymans  <wim@fluendo.com>
32571
32572         * gst/alpha/Makefile.am:
32573         * gst/alpha/gstalphacolor.c: (gst_alpha_color_get_type),
32574         (gst_alpha_color_base_init), (gst_alpha_color_class_init),
32575         (gst_alpha_color_init), (gst_alpha_color_set_property),
32576         (gst_alpha_color_get_property), (gst_alpha_color_sink_link),
32577         (transform), (gst_alpha_color_chain),
32578         (gst_alpha_color_change_state), (plugin_init):
32579         Stupid plugin to to RGBA to AYUV conversion because none of
32580         the colorspace plugins can handle that yet.
32581
32582 2004-07-22  Wim Taymans  <wim@fluendo.com>
32583
32584         * examples/seeking/seek.c: (update_scale), (main):
32585         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
32586         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
32587         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
32588         (gst_decode_bin_init), (gst_decode_bin_dispose),
32589         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
32590         (no_more_pads), (close_link), (type_found),
32591         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
32592         (plugin_init):
32593         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
32594         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
32595         (gst_play_base_bin_dispose), (queue_overrun),
32596         (gen_preroll_element), (remove_prerolls), (unknown_type),
32597         (no_more_pads), (new_stream), (setup_source),
32598         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
32599         (play_base_eos), (gst_play_base_bin_change_state),
32600         (gst_play_base_bin_add_element),
32601         (gst_play_base_bin_remove_element),
32602         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
32603         (gst_play_base_bin_unlink_stream),
32604         (gst_play_base_bin_get_streaminfo):
32605         * gst/playback/gstplaybin.c: (gen_video_element),
32606         (gen_audio_element):
32607         * gst/playback/gststreaminfo.h:
32608         More playback updates, attempt to fix things after the state change
32609         breakage.
32610
32611 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
32612
32613         * gst/videoscale/videoscale.c: (gst_videoscale_planar411),
32614         (gst_videoscale_scale_nearest_16bit):
32615           comment algorithm
32616
32617 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
32618
32619         * gst/videotestsrc/gstvideotestsrc.c:
32620         (gst_videotestsrc_class_init), (gst_videotestsrc_src_link),
32621         (gst_videotestsrc_init), (gst_videotestsrc_get),
32622         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
32623         (gst_videotestsrc_get_property):
32624         * gst/videotestsrc/gstvideotestsrc.h:
32625         * gst/videotestsrc/videotestsrc.c:
32626         * gst/videotestsrc/videotestsrc.h:
32627           cleanup and commenting
32628
32629 2004-07-21  Wim Taymans  <wim@fluendo.com>
32630
32631         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
32632         (gst_ogg_demux_get_formats), (gst_ogg_demux_src_query),
32633         (gst_ogg_demux_src_event), (gst_ogg_demux_src_convert),
32634         (gst_ogg_demux_handle_event), (gst_ogg_demux_seek_before),
32635         (_find_chain_get_unknown_part), (_find_streams_check),
32636         (gst_ogg_demux_push), (gst_ogg_pad_push):
32637         * ext/theora/theoradec.c: (theora_get_formats),
32638         (theora_dec_src_convert), (theora_dec_sink_convert),
32639         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
32640         (theora_dec_chain):
32641         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
32642         (vorbis_dec_convert), (vorbis_dec_src_query),
32643         (vorbis_dec_src_event), (vorbis_dec_event):
32644         More seeking fixes, oggdemux now supports seeking to time and
32645         uses the downstream element to convert granulepos to time.
32646         Seeking in theora-only ogg files now works.
32647
32648 2004-07-21  Wim Taymans  <wim@fluendo.com>
32649
32650         * ext/theora/theoradec.c: (gst_theora_dec_init),
32651         (theora_get_formats), (theora_get_event_masks),
32652         (theora_get_query_types), (theora_dec_src_convert),
32653         (theora_dec_sink_convert), (theora_dec_src_query),
32654         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
32655         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
32656         (vorbis_get_event_masks), (vorbis_get_query_types),
32657         (gst_vorbis_dec_init), (vorbis_dec_convert),
32658         (vorbis_dec_src_query), (vorbis_dec_src_event), (vorbis_dec_event):
32659         Added query/convert/formats functions to vorbis and theora decoders
32660         so that the outside world can use them too. Fixed seeking on an
32661         ogg/theora/vorbis file by disabling the seeking seeking on the
32662         theora srcpad.
32663
32664 2004-07-21  Julien MOUTTE  <julien@moutte.net>
32665
32666         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
32667         (gst_ximagesink_renegotiate_size), (gst_ximagesink_sink_link),
32668         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id): Optimize
32669         images creation for both elements. We don't create the image on caps
32670         nego or renego, we just destroy the internal one if present if it does
32671         not match the needs. The chain function takes care of creating a new
32672         image when needed.
32673         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
32674         (gst_xvimagesink_xwindow_decorate), (gst_xvimagesink_sink_link),
32675         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
32676         (gst_xvimagesink_set_xwindow_id): Additionally xvimage now contains
32677         the image format information. The buffer pool checks for the context
32678         image format and discard images with different formats.
32679         * sys/xvimage/xvimagesink.h: Adding im_format in the xvimage structure.
32680
32681 2004-07-21  Thomas Vander Stichele  <thomas at apestaart dot org>
32682
32683         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
32684         (gst_ffmpegcolorspace_chain):
32685           no point in doing any chaining if the pad we want to push from
32686           isn't usable.
32687
32688 2004-07-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32689
32690         * gst-libs/gst/riff/riff-media.c:
32691         (gst_riff_create_audio_caps_with_data):
32692           Fix double end-to-native symbol conversion (#148021).
32693
32694 2004-07-20  David Schleef  <ds@schleef.org>
32695
32696         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
32697         Don't use an Atom that doesn't exist.
32698
32699 2004-07-20  Wim Taymans  <wim@fluendo.com>
32700
32701         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
32702         (gst_multifdsink_add), (gst_multifdsink_get_stats),
32703         (gst_multifdsink_client_remove),
32704         (gst_multifdsink_handle_client_write),
32705         (gst_multifdsink_queue_buffer):
32706         * gst/tcp/gstmultifdsink.h:
32707         More multifdsink stats. Avoid deadlock by releasing locks
32708         before sending out a signal.
32709
32710 2004-07-20  Thomas Vander Stichele  <thomas at apestaart dot org>
32711
32712         * po/LINGUAS:
32713         * po/hu.po:
32714           added Hungarian translation (Laszlo Dvornik)
32715
32716 2004-07-20  Wim Taymans  <wim@fluendo.com>
32717
32718         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
32719         (gst_multifdsink_add), (gst_multifdsink_client_remove),
32720         (gst_multifdsink_handle_client_write),
32721         (gst_multifdsink_queue_buffer):
32722         * gst/tcp/gsttcp-marshal.list:
32723         Fixed the stupid marshal definition.
32724
32725 2004-07-20  Wim Taymans  <wim@fluendo.com>
32726
32727         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
32728         (gst_multifdsink_init), (gst_multifdsink_add),
32729         (gst_multifdsink_client_remove),
32730         (gst_multifdsink_handle_client_write),
32731         (gst_multifdsink_queue_buffer), (gst_multifdsink_chain),
32732         (gst_multifdsink_set_property), (gst_multifdsink_get_property),
32733         (gst_multifdsink_init_send):
32734         * gst/tcp/gstmultifdsink.h:
32735         Added more stats, added timeout for a client, fixed some typos
32736         and added some comments.
32737
32738 2004-07-20  Wim Taymans  <wim@fluendo.com>
32739
32740         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
32741         (gst_multifdsink_add), (gst_multifdsink_get_stats),
32742         (gst_multifdsink_client_remove),
32743         (gst_multifdsink_handle_client_write):
32744         * gst/tcp/gstmultifdsink.h:
32745         * gst/tcp/gsttcp-marshal.list:
32746         Added get_stats method that returns a GValueArray of
32747         stats values.
32748
32749 2004-07-19  Benjamin Otte  <otte@gnome.org>
32750
32751         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
32752           make sure longname, description and author are valid UTF-8
32753
32754 2004-07-19  Thomas Vander Stichele  <thomas at apestaart dot org>
32755
32756         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state),
32757         (gst_ximagesink_set_property):
32758         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
32759         (gst_xvimagesink_set_property):
32760           make sure SYNCHRONOUS is respected after getting the X context
32761
32762 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
32763
32764         * gst/matroska/matroska-demux.c:
32765         (gst_matroska_demux_handle_src_event),
32766         (gst_matroska_demux_parse_blockgroup):
32767         * gst/matroska/matroska-ids.h:
32768           add BlockReference tag and ignore it to clear out log.
32769           ignore NAVIGATION events to clear out log.
32770
32771 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
32772
32773         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
32774         (gst_matroska_demux_add_stream):
32775         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init):
32776           add debug categories
32777
32778 2004-07-16  Wim Taymans  <wim@fluendo.com>
32779
32780         * ext/libpng/Makefile.am:
32781         * ext/libpng/gstpng.c: (plugin_init):
32782         * ext/libpng/gstpngdec.c: (user_error_fn), (user_warning_fn),
32783         (gst_pngdec_get_type), (gst_pngdec_base_init),
32784         (gst_pngdec_class_init), (gst_pngdec_sinklink), (gst_pngdec_init),
32785         (gst_pngdec_src_getcaps), (user_read_data), (gst_pngdec_chain):
32786         * ext/libpng/gstpngdec.h:
32787         Added png decoder.
32788
32789 2004-07-16  Julien MOUTTE  <julien@moutte.net>
32790
32791         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
32792         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
32793         (gst_ximagesink_ximage_destroy), (gst_ximagesink_sink_link),
32794         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
32795         (gst_ximagesink_buffer_alloc):
32796         * sys/ximage/ximagesink.h:
32797         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
32798         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
32799         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
32800         (gst_xvimagesink_buffer_alloc):
32801         * sys/xvimage/xvimagesink.h: Getting the 2 video sinks synchronized
32802         again. Using internal data pointer of the x(v)image to store image's
32803         data to be coherent with the buffer alloc mechanism. Investigated the
32804         image destruction code to be sure that everything gets freed correctly.
32805
32806 2004-07-16  Wim Taymans  <wim@fluendo.com>
32807
32808         * gst-libs/gst/riff/riff-read.c:
32809         (gst_riff_read_strf_vids_with_data),
32810         (gst_riff_read_strf_auds_with_data):
32811         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
32812         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
32813         Make sure we don't create 0 sized subbuffers in riff-read.
32814         Signal the no more pads signal after reading the avi header.
32815
32816 2004-07-16  Wim Taymans  <wim@fluendo.com>
32817
32818         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
32819         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
32820         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
32821         (gst_decode_bin_init), (gst_decode_bin_dispose),
32822         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
32823         (no_more_pads), (close_link), (type_found),
32824         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
32825         (gst_decode_bin_change_state), (plugin_init):
32826         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
32827         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
32828         (gst_play_base_bin_dispose), (queue_overrun),
32829         (gen_preroll_element), (remove_prerolls), (unknown_type),
32830         (no_more_pads), (new_stream), (setup_source),
32831         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
32832         (play_base_eos), (gst_play_base_bin_change_state),
32833         (gst_play_base_bin_add_element),
32834         (gst_play_base_bin_remove_element),
32835         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
32836         (gst_play_base_bin_unlink_stream),
32837         (gst_play_base_bin_get_streaminfo):
32838         * gst/playback/gstplaybasebin.h:
32839         Better error recovery. Added configurable preroll queue size. Faster
32840         detection of no-more-pads.
32841
32842 2004-07-16  Wim Taymans  <wim@fluendo.com>
32843
32844         * gst-libs/gst/video/video.h:
32845         Added 32 bits RGBA. Not sure if we should use another mime-type
32846         for alpha rgb. Currently the presence of the alpha_mask property
32847         signals an alpha channel.
32848
32849 2004-07-16  Wim Taymans  <wim@fluendo.com>
32850
32851         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
32852         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
32853         FPS seems to be 0.0 to MAX everywhere else.
32854
32855 2004-07-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32856
32857         * gst-libs/gst/riff/riff-media.c:
32858         (gst_riff_create_video_caps_with_data):
32859           mp42/mp43 (no caps) exist too.
32860         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
32861           Set pixel_width/height; we've got them in-caps.
32862         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
32863         * gst/wavparse/gstwavparse.c: (plugin_init):
32864           Both are valid primary.
32865         * sys/oss/gstossmixer.c:
32866           Remove i18n hack and enable translations.
32867
32868 2004-07-15  Benjamin Otte  <otte@gnome.org>
32869
32870         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
32871         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
32872           fix for non-shm xv. Original patch by Tim Ringenbach (fixes #147248)
32873
32874 2004-07-15  Benjamin Otte  <otte@gnome.org>
32875
32876         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
32877         (gst_alsa_sw_params_dump), (gst_alsa_hw_params_dump),
32878         (gst_alsa_close_audio):
32879           disable some of the debugging code for now. Writing debugging to a
32880           buffer is broken in current alsalib releases.
32881
32882 2004-07-12  Benjamin Otte  <otte@gnome.org>
32883
32884         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer):
32885           use bufferpools
32886
32887 2004-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
32888
32889         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
32890         (theora_dec_src_query), (theora_dec_event):
32891         * ext/theora/theoraenc.c: (gst_theora_enc_class_init):
32892           add debugging categories.  Remove \n's.
32893
32894 2004-07-13  Johan Dahlin  <johan@gnome.org>
32895
32896         * gst/playback/gstplaybin.c (gst_play_bin_set_property)
32897         (gst_play_bin_get_property): Impl.
32898
32899 2004-07-13  Wim Taymans  <wim@fluendo.com>
32900
32901         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_seek_before):
32902         When trying to find the stream length, seek back N pages
32903         instead of just one, where N is the number of streams in
32904         the current chain.
32905
32906 2004-07-13  Wim Taymans  <wim@fluendo.com>
32907
32908         * gst-libs/gst/riff/riff-media.c:
32909         (gst_riff_create_audio_caps_with_data),
32910         (gst_riff_create_audio_caps),
32911         (gst_riff_create_audio_template_caps):
32912         * gst-libs/gst/riff/riff-media.h:
32913         * gst-libs/gst/riff/riff-read.c:
32914         (gst_riff_read_strf_vids_with_data),
32915         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_auds):
32916         * gst-libs/gst/riff/riff-read.h:
32917         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
32918         (gst_avi_demux_add_stream):
32919         Set codec_data on caps for avidemuxer.
32920
32921 2004-07-12  David Schleef  <ds@schleef.org>
32922
32923         * configure.ac: Fix test for Objective C
32924
32925 2004-07-12  Jan Schmidt  <thaytan@mad.scientist.com>
32926         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
32927         (gst_gdk_pixbuf_chain):
32928           Add svg and pcx to template caps, and ensure that getcaps returns a
32929           subset of the template caps.
32930           Copy each row manually for output, as gdkpixbuf may pad the
32931           rowstride to a 32-bit word boundary.
32932
32933 2004-07-12  Wim Taymans  <wim@fluendo.com>
32934
32935         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
32936         (gst_riff_create_video_template_caps):
32937         Fix the template caps to include some more media types.
32938
32939 2004-07-12  Wim Taymans  <wim@fluendo.com>
32940
32941         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
32942         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
32943         (compare_ranks), (print_feature), (gst_decode_bin_init),
32944         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
32945         (try_to_link_1), (new_pad), (close_link), (type_found),
32946         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
32947         (gst_decode_bin_change_state), (plugin_init):
32948         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
32949         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
32950         (gst_play_base_bin_dispose), (queue_overrun),
32951         (gen_preroll_element), (remove_prerolls), (no_more_pads),
32952         (new_stream), (setup_source), (gst_play_base_bin_set_property),
32953         (gst_play_base_bin_get_property), (play_base_eos),
32954         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
32955         (gst_play_base_bin_remove_element),
32956         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
32957         (gst_play_base_bin_unlink_stream),
32958         (gst_play_base_bin_get_streaminfo):
32959         * gst/playback/gstplaybasebin.h:
32960         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
32961         (gst_play_bin_class_init), (gst_play_bin_init),
32962         (gst_play_bin_dispose), (gst_play_bin_set_property),
32963         (gst_play_bin_get_property), (gen_video_element),
32964         (gen_audio_element), (remove_sinks), (setup_sinks),
32965         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
32966         (gst_play_bin_send_event), (gst_play_bin_get_formats),
32967         (gst_play_bin_convert), (gst_play_bin_get_query_types),
32968         (gst_play_bin_query), (plugin_init):
32969         * gst/playback/test4.c: (main):
32970         More fixes on reusing of the element.
32971
32972 2004-07-11  Benjamin Otte  <otte@gnome.org>
32973
32974         * ext/mad/gstmad.c: (normal_seek):
32975           allow seeking for other methods than just SET
32976
32977 2004-07-11  Andy Wingo  <wingo@pobox.com>
32978
32979         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_link): For
32980         float, "any" caps -> buffer_frames=[0,MAX].
32981
32982         * gst/interleave/interleave.c (interleave_getcaps): Seems the core
32983         doesn't intersect our caps with the template any more. Do it
32984         ourselves.
32985         (interleave_buffered_loop): Use g_newa instead of malloc/free.
32986
32987 2004-07-09  Wim Taymans  <wim@fluendo.com>
32988
32989         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
32990         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
32991         (compare_ranks), (print_feature), (gst_decode_bin_init),
32992         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
32993         (try_to_link_1), (new_pad), (close_link), (type_found),
32994         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
32995         (gst_decode_bin_change_state), (plugin_init):
32996         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
32997         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
32998         (gst_play_base_bin_dispose), (queue_overrun),
32999         (gen_preroll_element), (remove_prerolls), (no_more_pads),
33000         (new_stream), (setup_source), (gst_play_base_bin_set_property),
33001         (gst_play_base_bin_get_property), (play_base_eos),
33002         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
33003         (gst_play_base_bin_remove_element),
33004         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
33005         (gst_play_base_bin_unlink_stream),
33006         (gst_play_base_bin_get_streaminfo):
33007         * gst/playback/gstplaybasebin.h:
33008         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
33009         (gst_play_bin_class_init), (gst_play_bin_init),
33010         (gst_play_bin_dispose), (gst_play_bin_set_property),
33011         (gst_play_bin_get_property), (gen_video_element),
33012         (gen_audio_element), (remove_sinks), (setup_sinks),
33013         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
33014         (gst_play_bin_send_event), (gst_play_bin_get_formats),
33015         (gst_play_bin_convert), (gst_play_bin_get_query_types),
33016         (gst_play_bin_query), (plugin_init):
33017         * gst/playback/test4.c: (main):
33018         Work on object reuse and seeking.
33019
33020 2004-07-09  Wim Taymans  <wim@fluendo.com>
33021
33022         * examples/seeking/seek.c: (iterate):
33023         Don't consume all CPU in the idle loop.
33024
33025 2004-07-09  Wim Taymans  <wim@fluendo.com>
33026
33027         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_new_output_pad),
33028         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_process_private):
33029         Add pad to element *after* setting the pad functions so that
33030         the scheduler can use the correct ones.
33031
33032 2004-07-09  Wim Taymans  <wim@fluendo.com>
33033
33034         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
33035         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_chain):
33036         Sync to keyframe after seek
33037
33038 2004-07-09  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
33039
33040         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
33041         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
33042         (gst_alsa_sink_loop), (gst_alsa_sink_change_state):
33043         * ext/alsa/gstalsasrc.c: (gst_alsa_src_change_state):
33044         * ext/libvisual/visual.c: (gst_visual_change_state):
33045         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_change_state):
33046         * ext/theora/theoradec.c: (theora_dec_change_state):
33047         * ext/theora/theoraenc.c: (theora_enc_change_state):
33048         * ext/vorbis/vorbisdec.c: (vorbis_dec_change_state):
33049         * gst-libs/gst/navigation/navigation.c:
33050         * gst/adder/gstadder.c: (gst_adder_change_state):
33051         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
33052         (gst_audio_convert_get_buffer):
33053         * gst/multipart/multipartdemux.c:
33054         (gst_multipart_demux_change_state):
33055         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
33056         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
33057         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
33058         * gst/videoscale/gstvideoscale.c:
33059         (gst_videoscale_handle_src_event):
33060         * gst/volume/gstvolume.c: (volume_chain_int16):
33061           don't assert in state change, this should be done by the base
33062           GstElement class.
33063           various debugging fixes.
33064
33065 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
33066
33067         * configure.ac:
33068         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
33069         (gst_play_dispose), (gst_play_set_location),
33070         (gst_play_set_data_src), (gst_play_set_video_sink),
33071         (gst_play_set_audio_sink), (gst_play_set_visualization),
33072         (gst_play_connect_visualization), (gst_play_get_sink_element),
33073         (gst_play_get_all_by_interface):
33074         * gst-libs/gst/play/play.h:
33075           add new method to get elements implementing an interface.
33076           add various error logging
33077
33078 2004-07-08  Wim Taymans  <wim@fluendo.com>
33079
33080         * examples/seeking/seek.c: (make_dv_pipeline), (make_avi_pipeline),
33081         (make_mpeg_pipeline), (make_mpegnt_pipeline),
33082         (make_playerbin_pipeline), (query_durations_elems),
33083         (query_durations_pads), (query_positions_elems),
33084         (query_positions_pads), (update_scale), (iterate), (stop_seek),
33085         (main):
33086         Added playbin seeking example.
33087
33088 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
33089
33090         * gst-libs/gst/play/play.c: (gst_play_set_location),
33091         (gst_play_set_data_src), (gst_play_set_video_sink),
33092         (gst_play_set_audio_sink), (gst_play_set_visualization),
33093         (gst_play_connect_visualization), (gst_play_get_framerate):
33094           use a macro to look up elements from hash table
33095
33096 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
33097
33098         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
33099         (gst_play_get_length_callback), (gst_play_set_location),
33100         (gst_play_seek_to_time), (gst_play_set_data_src),
33101         (gst_play_set_video_sink), (gst_play_set_audio_sink),
33102         (gst_play_set_visualization), (gst_play_connect_visualization),
33103         (gst_play_get_sink_element):
33104         - add debugging info
33105         - fix looking up sink elements by iterating over complete caps
33106         - put everything except for source and autoplugger in a complete bin
33107
33108 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
33109
33110         * ext/alsa/gstalsa.c: (gst_alsa_drain_audio):
33111         * ext/alsa/gstalsasink.c: (gst_alsa_sink_flush_one_pad),
33112         (gst_alsa_sink_check_event), (gst_alsa_sink_mmap),
33113         (gst_alsa_sink_write), (gst_alsa_sink_loop):
33114         * ext/alsa/gstalsasink.h:
33115         - add debugging info
33116         - clean up schizophrenia of data/buffer/event
33117         - fix double event unref error
33118
33119 2004-07-08  Wim Taymans  <wim@fluendo.com>
33120
33121         * gst/playback/Makefile.am:
33122         Add headers to noinst
33123
33124 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
33125
33126         * tools/gst-launch-ext-m.m:
33127         * tools/gst-launch-ext.1.in:
33128           convert to the third millenium
33129
33130 2004-07-07  David Schleef  <ds@schleef.org>
33131
33132         * sys/dxr3/Makefile.am: noinst_SOURCES should be nodist_SOURCES
33133
33134 2004-07-07  Wim Taymans  <wim@fluendo.com>
33135
33136         * gst/playback/Makefile.am:
33137         * gst/playback/README:
33138         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
33139         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
33140         (compare_ranks), (print_feature), (gst_decode_bin_init),
33141         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
33142         (try_to_link_1), (new_pad), (close_link), (type_found),
33143         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
33144         (plugin_init):
33145         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
33146         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
33147         (gst_play_base_bin_dispose), (rebuild_pipeline), (queue_overrun),
33148         (gen_preroll_element), (no_more_pads), (new_stream),
33149         (setup_source), (gst_play_base_bin_set_property),
33150         (gst_play_base_bin_get_property), (gst_play_base_bin_change_state),
33151         (gst_play_base_bin_add_element),
33152         (gst_play_base_bin_remove_element),
33153         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
33154         (gst_play_base_bin_unlink_stream),
33155         (gst_play_base_bin_get_streaminfo):
33156         * gst/playback/gstplaybasebin.h:
33157         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
33158         (gst_play_bin_class_init), (gst_play_bin_init),
33159         (gst_play_bin_dispose), (gst_play_bin_set_property),
33160         (gst_play_bin_get_property), (gen_video_element),
33161         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state),
33162         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
33163         (gst_play_bin_get_formats), (gst_play_bin_convert),
33164         (gst_play_bin_get_query_types), (gst_play_bin_query),
33165         (plugin_init):
33166         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
33167         (gst_stream_info_get_type), (gst_stream_info_class_init),
33168         (gst_stream_info_init), (gst_stream_info_new),
33169         (gst_stream_info_dispose), (gst_stream_info_set_property),
33170         (gst_stream_info_get_property):
33171         * gst/playback/gststreaminfo.h:
33172         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
33173         (main):
33174         * gst/playback/test2.c: (main):
33175         * gst/playback/test3.c: (update_scale), (main):
33176         More playbin fixes. Added README. Do better element filtering.
33177         Added base class to preroll media. Added test apps.
33178
33179 2004-07-07  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
33180
33181         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_flush_decoder):
33182         * ext/mpeg2dec/gstmpeg2dec.h:
33183           various debugging improvements.  Reset stream to next picture
33184           instead of sequence header, otherwise seeks cannot work.
33185
33186 2004-07-07  Wim Taymans  <wim@fluendo.com>
33187
33188         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
33189         (gst_video_box_class_init), (gst_video_box_set_property),
33190         (gst_video_box_i420), (gst_video_box_ayuv), (gst_video_box_chain):
33191         Use pad_alloc where possible.
33192
33193 2004-07-07  Wim Taymans  <wim@fluendo.com>
33194
33195         * sys/oss/gstosselement.c: (gst_osselement_reset),
33196         (gst_osselement_parse_caps):
33197         * sys/oss/gstosselement.h:
33198         * sys/oss/gstosssrc.c: (gst_osssrc_get):
33199         Fix offset on osssrc.
33200
33201 2004-07-07  Wim Taymans  <wim@fluendo.com>
33202
33203         * ext/theora/theora.c: (plugin_init):
33204         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
33205         (theora_dec_src_query), (theora_dec_chain):
33206         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
33207         (theora_enc_sink_link), (theora_buffer_from_packet),
33208         (theora_push_packet), (theora_enc_chain):
33209         Fix theora granulepos calculation.
33210         Fix overflow in duration/position calculation.
33211         Bump rank to PRIMARY for theoradec.
33212         Use granulepos of last packet to calculate position.
33213         Set keyframe flag on buffers when needed.
33214
33215 2004-07-06  David Schleef  <ds@schleef.org>
33216
33217         * gst/playback/Makefile.am: 'test' in bin_PROGRAMS?  Are you
33218         serious?  (Fixed, obviously.)
33219
33220 2004-07-06  Thomas Vander Stichele  <thomas at apestaart dot org>
33221
33222         * po/LINGUAS:
33223         * po/cs.po:
33224           added Czech translation (Miloslav Trmac)
33225
33226 2004-07-05  Wim Taymans  <wim@fluendo.com>
33227
33228         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
33229         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
33230         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
33231         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
33232         (close_link), (type_found), (gst_decode_bin_set_property),
33233         (gst_decode_bin_get_property), (gst_decode_bin_get_event_masks),
33234         (gst_decode_bin_send_event), (gst_decode_bin_get_formats),
33235         (gst_decode_bin_convert), (gst_decode_bin_get_query_types),
33236         (gst_decode_bin_query), (plugin_init):
33237         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
33238         (gst_play_bin_class_init), (gst_play_bin_init),
33239         (gst_play_bin_dispose), (rebuild_pipeline), (get_audio_element),
33240         (get_video_element), (new_pad), (setup_source),
33241         (gst_play_bin_set_property), (gst_play_bin_get_property),
33242         (gst_play_bin_change_state), (gst_play_bin_add_element),
33243         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
33244         (gst_play_bin_send_event), (gst_play_bin_get_formats),
33245         (gst_play_bin_convert), (gst_play_bin_get_query_types),
33246         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
33247         * gst/playback/test.c: (main):
33248         More fixes, cleaned up playbin, make it use decodebin. Added
33249         threaded property to playbin.
33250
33251 2004-07-05  Wim Taymans  <wim@fluendo.com>
33252
33253         * configure.ac:
33254         * gst/playback/Makefile.am:
33255         * gst/playback/decodetest.c: (main):
33256         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
33257         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
33258         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
33259         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
33260         (close_link), (type_found), (gst_decode_bin_set_property),
33261         (gst_decode_bin_get_property), (gst_decode_bin_change_state),
33262         (gst_decode_bin_get_event_masks), (gst_decode_bin_send_event),
33263         (gst_decode_bin_get_formats), (gst_decode_bin_convert),
33264         (gst_decode_bin_get_query_types), (gst_decode_bin_query),
33265         (plugin_init):
33266         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
33267         (gst_play_bin_class_init), (gst_play_bin_init),
33268         (gst_play_bin_dispose), (gen_default_output), (rebuild_pipeline),
33269         (collect_sink_pads), (find_compatibles), (close_pad_link),
33270         (try_to_link_1), (new_pad), (close_link), (type_found),
33271         (setup_source), (gst_play_bin_set_property),
33272         (gst_play_bin_get_property), (gst_play_bin_factory_filter),
33273         (compare_ranks), (gst_play_bin_collect_factories),
33274         (gst_play_bin_change_state), (gst_play_bin_add_element),
33275         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
33276         (gst_play_bin_send_event), (gst_play_bin_get_formats),
33277         (gst_play_bin_convert), (gst_play_bin_get_query_types),
33278         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
33279         * gst/playback/test.c: (main):
33280         Added some playback helper elements and some test apps, very alpha
33281         still.
33282
33283 2004-07-04  Benjamin Otte  <otte@gnome.org>
33284
33285         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
33286           only restart audio when we indeed have an xrun to fix repeated
33287           xruns. Fix suggested by Giuliano Pochini.
33288
33289 2004-07-03  David Schleef  <ds@schleef.org>
33290
33291         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper): Disable
33292         call to gst_debug_log() if debugging is disabled (bug #145118)
33293
33294 2004-07-03  Benjamin Otte  <otte@gnome.org>
33295
33296         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
33297           use our own functions for restarting the alsa device.
33298         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
33299           I should apply patches myself - use MIN for the third argument, not
33300           the second, this fixes seeking
33301
33302 2004-07-02  David Schleef  <ds@schleef.org>
33303
33304         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
33305         (gst_flacdec_write):  Actually, GST_PAD_CAPS() has nothing to
33306         do with the logic.
33307
33308 2004-07-02  David Schleef  <ds@schleef.org>
33309
33310         * ext/flac/gstflacdec.c: (gst_flacdec_write):  Set duration on
33311         output buffers.  Fix logic mistake.  (bug #144866)
33312
33313 2004-07-02  David Schleef  <ds@schleef.org>
33314
33315         * gst-libs/gst/xoverlay/Makefile.am: xoverlay no longer depends
33316         on X.  (bug #144753)
33317
33318 2004-07-02  David Schleef  <ds@schleef.org>
33319
33320         * gst/wavenc/gstwavenc.c: (gst_wavenc_setup),
33321         (gst_wavenc_stop_file): Switch to GST_WRITE_UINT32_LE macros
33322         (bug #144624)
33323         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
33324         (gst_osselement_rate_probe_check): Add another workaround for
33325         buggy drivers (bug #145336)
33326
33327 2004-07-02  David Schleef  <ds@schleef.org>
33328
33329         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_handle_client_write):
33330         Most systems don't have MSG_NOSIGNAL.
33331
33332 2004-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
33333
33334         * Makefile.am:
33335         * gst-libs/gst/colorbalance/Makefile.am:
33336         * gst-libs/gst/mixer/Makefile.am:
33337         * gst-libs/gst/play/Makefile.am:
33338         * gst-libs/gst/tuner/Makefile.am:
33339           (hopefully) fix both install and dist and make error message useful.
33340           needs testing across automakes.
33341
33342 2004-07-02  Benjamin Otte  <otte@gnome.org>
33343
33344         * ext/ogg/gstogg.c: (plugin_init):
33345           we require bytestream now
33346         * ext/ogg/gstoggdemux.c:
33347           huge diff to implement chain setup in a fast and generic way. This
33348           improves tag reading and startup of huge files (read: Theora videos)
33349           quite a bit. It probably contains bugs, too, so please test.
33350           Seeking is not improved to the fast method.
33351
33352 2004-06-29  Wim Taymans  <wim@fluendo.com>
33353
33354         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
33355         * ext/ogg/gstoggmux.c:
33356         Fix memleak in oggdemux when running unconnected pads.
33357         doc update in mux, start working on keyframe mode.
33358
33359 2004-06-29  Benjamin Otte  <otte@gnome.org>
33360
33361         * sys/oss/gstosssink.c:
33362         * sys/oss/gstosssrc.c:
33363           advertise correct template caps - we indeed do non-native endianness
33364           and 8bit audio has no endianness
33365         * sys/ximage/ximagesink.c: (gst_ximagesink_getcaps):
33366         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps):
33367           avoid (wrong) duplications in getcaps function and return
33368           template caps
33369
33370 2004-06-29  Wim Taymans  <wim@fluendo.com>
33371
33372         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
33373         (gst_multifdsink_class_init), (gst_multifdsink_add),
33374         (gst_multifdsink_remove), (gst_multifdsink_clear),
33375         (gst_multifdsink_client_remove),
33376         (gst_multifdsink_handle_client_read),
33377         (gst_multifdsink_client_queue_data),
33378         (gst_multifdsink_client_queue_caps),
33379         (gst_multifdsink_client_queue_buffer),
33380         (gst_multifdsink_handle_client_write),
33381         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
33382         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
33383         (gst_multifdsink_init_send), (gst_multifdsink_close):
33384         Fix wrong GList iteration that could crash the server when
33385         more then 2 clients disconnect at the same time. Read all the
33386         pending commands in one batch to recover from command storms under
33387         very heavy load.
33388
33389 2004-06-28  Wim Taymans  <wim@fluendo.com>
33390
33391         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
33392         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
33393         (gst_videomixer_pad_set_property),
33394         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
33395         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
33396         (gst_videomixer_class_init), (gst_videomixer_init),
33397         (gst_videomixer_request_new_pad), (gst_videomixer_blend_ayuv_i420),
33398         (pad_zorder_compare), (gst_videomixer_sort_pads),
33399         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
33400         (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
33401         (gst_videomixer_update_queues), (gst_videomixer_loop),
33402         (plugin_init):
33403         Avoid divide by zero, choose masterpad as the pad with the highest
33404         framerate.
33405
33406 2004-06-27  Julien Moutte  <julien@moutte.net>
33407
33408         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
33409         (gst_ximagesink_xwindow_new):
33410         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
33411         (gst_xvimagesink_xwindow_new): I prefer locking the mutex in the
33412         function directly. We might want to call it from somewhere else one day.
33413
33414 2004-06-27  Julien Moutte  <julien@moutte.net>
33415
33416         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
33417         (gst_ximagesink_xwindow_new):
33418         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
33419         (gst_xvimagesink_xwindow_new): Trying to fix the random behaviour of
33420         window decorations.
33421
33422 2004-06-27  Wim Taymans  <wim@fluendo.com>
33423
33424         * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
33425         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
33426         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state),
33427         (gst_dvdec_set_property), (gst_dvdec_get_property):
33428         * ext/dv/gstdvdec.h:
33429         Implement drop_factor property to lower the framerate with
33430         a factor.
33431
33432 2004-06-27  Thomas Vander Stichele  <thomas at apestaart dot org>
33433
33434         * gst-libs/gst/colorbalance/Makefile.am:
33435         * gst-libs/gst/mixer/Makefile.am:
33436         * gst-libs/gst/play/Makefile.am:
33437         * gst-libs/gst/tuner/Makefile.am:
33438           unbreak Company's fix that didn't install the -enum.h files
33439
33440 2004-06-27  Wim Taymans  <wim@fluendo.com>
33441
33442         * ext/dv/gstdvdec.c: (gst_dvdec_push), (gst_dvdec_loop),
33443         (gst_dvdec_change_state):
33444         * ext/dv/gstdvdec.h:
33445         Fix timestamp, duration and offset of the buffers.
33446
33447 2004-06-27  Wim Taymans  <wim@fluendo.com>
33448
33449         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
33450         (gst_multifdsink_class_init), (gst_multifdsink_add),
33451         (gst_multifdsink_remove), (gst_multifdsink_clear),
33452         (gst_multifdsink_client_remove),
33453         (gst_multifdsink_handle_client_read),
33454         (gst_multifdsink_client_queue_data),
33455         (gst_multifdsink_client_queue_caps),
33456         (gst_multifdsink_client_queue_buffer),
33457         (gst_multifdsink_handle_client_write),
33458         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
33459         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
33460         (gst_multifdsink_init_send), (gst_multifdsink_close):
33461         * gst/tcp/gstmultifdsink.h:
33462         * gst/tcp/gsttcpserversink.c:
33463         (gst_tcpserversink_handle_server_read),
33464         (gst_tcpserversink_handle_select), (gst_tcpserversink_close):
33465         More multifdsink fixes, more recovery policy fixes.
33466         Removed stupid g_print
33467
33468 2004-06-26  Wim Taymans  <wim@fluendo.com>
33469
33470         * gst/tcp/Makefile.am:
33471         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
33472         (gst_multifdsink_get_type), (gst_multifdsink_base_init),
33473         (gst_multifdsink_class_init), (gst_multifdsink_init),
33474         (gst_multifdsink_debug_fdset), (gst_multifdsink_client_remove),
33475         (gst_multifdsink_handle_client_read),
33476         (gst_multifdsink_client_queue_data),
33477         (gst_multifdsink_client_queue_caps),
33478         (gst_multifdsink_client_queue_buffer),
33479         (gst_multifdsink_handle_client_write),
33480         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
33481         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
33482         (gst_multifdsink_chain), (gst_multifdsink_set_property),
33483         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
33484         (gst_multifdsink_close), (gst_multifdsink_change_state):
33485         * gst/tcp/gstmultifdsink.h:
33486         * gst/tcp/gsttcpplugin.c: (plugin_init):
33487         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_get_type),
33488         (gst_tcpserversink_class_init), (gst_tcpserversink_init),
33489         (gst_tcpserversink_handle_server_read),
33490         (gst_tcpserversink_handle_select),
33491         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property),
33492         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
33493         * gst/tcp/gsttcpserversink.h:
33494         Added multifdsink, made tcpserversink a subclass of fdsink, removed
33495         one of the locks, added recovery policy to multifdsink.
33496
33497 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
33498
33499         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
33500           fix decision for when getting frames with same timestamp
33501         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
33502         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
33503         (gst_v4lsrc_get_property):
33504         * sys/v4l/gstv4lsrc.h:
33505           add latency offset property
33506
33507 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
33508
33509         * gst/videorate/gstvideorate.c: (gst_videorate_chain),
33510         (plugin_init):
33511           fix debugging. add category.
33512
33513 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
33514
33515         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
33516           fix wrong offsets
33517
33518 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
33519
33520         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
33521         (gst_alsa_src_get_time), (gst_alsa_src_loop),
33522         (gst_alsa_src_change_state):
33523           return a time that is in sync with the element's processing
33524
33525 2004-06-25  Wim Taymans  <wim@fluendo.com>
33526
33527         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
33528         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
33529         (gst_tcpserversink_client_remove),
33530         (gst_tcpserversink_handle_client_read),
33531         (gst_tcpserversink_client_queue_data),
33532         (gst_tcpserversink_client_queue_caps),
33533         (gst_tcpserversink_client_queue_buffer),
33534         (gst_tcpserversink_handle_client_write),
33535         (gst_tcpserversink_queue_buffer),
33536         (gst_tcpserversink_handle_clients), (gst_tcpserversink_thread),
33537         (gst_tcpserversink_chain), (gst_tcpserversink_set_property),
33538         (gst_tcpserversink_get_property), (gst_tcpserversink_init_send),
33539         (gst_tcpserversink_close):
33540         * gst/tcp/gsttcpserversink.h:
33541         Serversink rewrite. Really do non blocking writes to clients and
33542         maintain an internal queue to handle slower clients while not
33543         disturbing fast clients.
33544
33545 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
33546
33547         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
33548           better debug, don't override OFFSET and OFFSET_END
33549
33550 2004-06-25  Iain <iain@prettypeople.org>
33551
33552         * gst-libs/gst/media-info/media-info-priv.c (gmi_set_mime): Add
33553         name=source for the wavparse pipeline.
33554
33555 2004-06-24  Johan Dahlin  <johan@gnome.org>
33556
33557         * ext/theora/theoraenc.c (theora_enc_chain): Call
33558         gst_pad_try_set_caps instead of gst_pad_set_explicit_caps so the
33559         streamheader caps are set correctly.
33560
33561 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
33562
33563         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
33564         (gst_vorbisenc_setup), (gst_vorbisenc_set_property):
33565           respect minimum bitrate; same could be done for max bitrate
33566
33567 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
33568
33569         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
33570         (gst_vorbisenc_setup):
33571           fix sample rate range
33572
33573 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
33574
33575         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_class_init),
33576         (gst_oggvorbisenc_setup):
33577         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
33578         (gst_vorbisenc_setup):
33579           resolve ambiguities in code and description
33580
33581 2004-06-24  Wim Taymans  <wim@fluendo.com>
33582
33583         * ext/alsa/gstalsa.c: (gst_alsa_start), (gst_alsa_xrun_recovery):
33584         * ext/alsa/gstalsa.h:
33585         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
33586         (gst_alsa_src_update_avail), (gst_alsa_src_loop):
33587         Use alsa trigger_tstamp to get the timestamp of the first
33588         sample in the buffer for more precise sync. Some cleanups.
33589
33590 2004-06-24  Wim Taymans  <wim@fluendo.com>
33591
33592         * gst/audiorate/gstaudiorate.c: (gst_audiorate_link),
33593         (gst_audiorate_init), (gst_audiorate_chain),
33594         (gst_audiorate_set_property), (gst_audiorate_get_property):
33595         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
33596         (gst_videorate_chain):
33597         Added some logging, fixed an overflow bug in videorate.
33598
33599 2004-06-24  Benjamin Otte  <otte@gnome.org>
33600
33601         * ext/kio/Makefile.am:
33602           fix for builddir != srcdir and distcheck
33603
33604 2004-06-24  Benjamin Otte  <otte@gnome.org>
33605
33606         * gst-libs/gst/colorbalance/Makefile.am:
33607         * gst-libs/gst/mixer/Makefile.am:
33608         * gst-libs/gst/play/Makefile.am:
33609         * gst-libs/gst/tuner/Makefile.am:
33610         * gst/tcp/Makefile.am:
33611         * sys/dxr3/Makefile.am:
33612           don't include -enumtypes.[ch] or -marshal.[ch] files in the disted
33613           tarball.
33614           Also add all *.list files that were missing.
33615         * Makefile.am:
33616           add a distcheck hook to ensure the above doesn't happen again.
33617
33618 2004-06-23  David I. Lehn  <dlehn@users.sourceforge.net>
33619
33620         * ext/Makefile.am: s/DTS_DIR=dvdread/DTS_DIR=dts/
33621
33622 2004-06-23  Colin Walters  <walters@redhat.com>
33623
33624         * m4/Makefile.am: Distribute gst-fionread.m4.
33625
33626 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
33627
33628         * configure.ac: back to dev
33629
33630 2004-06-23  Wim Taymans  <wim@fluendo.com>
33631
33632         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
33633         (gst_alsa_xrun_recovery):
33634         * ext/alsa/gstalsa.h:
33635         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
33636         (gst_alsa_sink_loop), (gst_alsa_sink_get_time):
33637         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
33638         (gst_alsa_src_get_time), (gst_alsa_src_update_avail),
33639         (gst_alsa_src_loop):
33640         Add clock to alsasrc. Take new capture timestamp when
33641         restarting after an overrun. Split up some functions between
33642         alsasrc and alsasink.
33643
33644 === release 0.8.2 ===
33645
33646 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
33647
33648         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
33649         (gst_alsa_change_state), (gst_alsa_update_avail),
33650         (gst_alsa_xrun_recovery):
33651         * ext/alsa/gstalsa.h:
33652         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
33653           merge back changes from release
33654
33655 2004-06-23  Wim Taymans  <wim@fluendo.com>
33656
33657         * gst/audiorate/gstaudiorate.c: (gst_audiorate_class_init),
33658         (gst_audiorate_init), (gst_audiorate_chain),
33659         (gst_audiorate_set_property), (gst_audiorate_get_property):
33660         Implement sample dropping and notify
33661
33662 2004-06-22  Wim Taymans  <wim@fluendo.com>
33663
33664         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
33665         (theora_enc_sink_link), (theora_buffer_from_packet),
33666         (theora_push_packet), (theora_enc_chain):
33667         Some cleanups, make sure the timestamps are correct.
33668
33669 2004-06-22  Wim Taymans  <wim@fluendo.com>
33670
33671         * ext/alsa/gstalsa.c: (gst_alsa_get_time), (gst_alsa_clock_update),
33672         (gst_alsa_change_state), (gst_alsa_update_avail),
33673         (gst_alsa_xrun_recovery):
33674         * ext/alsa/gstalsa.h:
33675         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
33676         Cleanups, take queued samples into account when reporting
33677         the time.
33678
33679 2004-06-22  Wim Taymans  <wim@fluendo.com>
33680
33681         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
33682         (gst_videorate_init):
33683         Initialize the property as well.
33684
33685 2004-06-22  Wim Taymans  <wim@fluendo.com>
33686
33687         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
33688         (gst_videorate_init), (gst_videorate_chain),
33689         (gst_videorate_set_property), (gst_videorate_get_property):
33690         Add property to make videorate silent.
33691         Add property to prefer new frames over old ones.
33692
33693 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
33694
33695         * sys/osxvideo/Makefile.am:
33696         Workaround so that the osxvideo .so file gets linked with the
33697         Cocoa, OpenGL and QuickTime frameworks
33698
33699 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
33700
33701         * sys/osxaudio/Makefile.am:
33702         Workaround so that the osxaudio .so file gets linked with the
33703         CoreAudio framework
33704
33705 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
33706
33707         * configure.ac:
33708         Whoops, my fault...fixed build issues
33709
33710 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
33711
33712         * configure.ac:
33713         Add objective-c support if running in Darwin/Mac OS X
33714         * sys/Makefile.am:
33715         * sys/osxvideo:
33716         * sys/osxvideo/Makefile.am:
33717         * sys/osxvideo/osxvideosink.h:
33718         * sys/osxvideo/osxvideosink.m:
33719         * sys/osxvideo/cocoawindow.h:
33720         * sys/osxvideo/cocoawindow.m:
33721         Add osxvideosink, a cocoa-based osx video sink
33722
33723
33724 2004-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
33725         * ext/dvdnav/gst-dvd:
33726         Grab the gconf key from the right spot
33727         * gst/debug/gstnavseek.c: (gst_navseek_init),
33728         (gst_navseek_segseek), (gst_navseek_handle_src_event),
33729         (gst_navseek_chain):
33730         * gst/debug/gstnavseek.h:
33731           Add 's', 'e' and 'l' keypresses to navseek to define the start,end
33732           and loop parameters of a segment seek.
33733         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
33734         (gst_videotestsrc_get_event_masks),
33735         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
33736         * gst/videotestsrc/gstvideotestsrc.h:
33737           Add seeking support to videotestsrc
33738           Initialise the timestamp_offset variable.
33739
33740 2004-06-18  Wim Taymans  <wim@fluendo.com>
33741
33742         * ext/sidplay/gstsiddec.cc:
33743         Fix negotiation and set correct end offset.
33744
33745 2004-06-18  Thomas Vander Stichele  <thomas at apestaart dot org>
33746
33747         * configure.ac: branch and prerelease
33748
33749 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
33750
33751         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
33752         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_get),
33753         (gst_tcpclientsrc_init_receive):
33754         * gst/tcp/gsttcpclientsrc.h:
33755           read caps when connecting to server for GDP so we set them correctly
33756
33757 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
33758
33759         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
33760           notify drops and duplicates
33761         * gst/videoscale/videoscale.c: (videoscale_get_structure):
33762           no good reason to limit ourselves to 100x100
33763
33764 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
33765
33766         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
33767         (gst_v4lsrc_open), (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
33768         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
33769         (gst_v4lsrc_get_property):
33770         * sys/v4l/gstv4lsrc.h:
33771         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
33772         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
33773         (gst_v4l_set_audio):
33774         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame),
33775         (gst_v4lsrc_try_capture):
33776         * sys/v4l/v4lsrc_calls.h:
33777           change try_palette to more general try_capture
33778           add autoprobe option so we can turn off autoprobing
33779           various fixes
33780
33781 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
33782
33783         * configure.ac:
33784           add videorate
33785         * sys/ximage/ximagesink.c: (gst_ximagesink_finalize),
33786         (gst_ximagesink_class_init):
33787         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_finalize),
33788         (gst_xvimagesink_class_init):
33789           run them as finalize, not dispose, since dispose can be invoked
33790           multiple times
33791
33792 2004-06-17  Wim Taymans  <wim@fluendo.com>
33793
33794         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
33795         (gst_alsa_get_time), (gst_alsa_xrun_recovery):
33796         * ext/alsa/gstalsa.h:
33797         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
33798         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init), (gst_alsa_src_loop),
33799         (gst_alsa_src_change_state):
33800         * ext/alsa/gstalsasrc.h:
33801         Make the xrun code timestamp and offset the buffers correctly.
33802         moved the clock to the base class, use alsa methods to get time.
33803         Do correct timestamping on outgoing buffers.
33804
33805 2004-06-17  Wim Taymans  <wim@fluendo.com>
33806
33807         * gst/audiorate/Makefile.am:
33808         * gst/audiorate/gstaudiorate.c: (gst_audiorate_get_type),
33809         (gst_audiorate_base_init), (gst_audiorate_class_init),
33810         (gst_audiorate_link), (gst_audiorate_init), (gst_audiorate_chain),
33811         (gst_audiorate_set_property), (gst_audiorate_get_property),
33812         (gst_audiorate_change_state), (plugin_init):
33813         Added an audiorate converter that fills in gaps.
33814
33815 2004-06-17  Johan Dahlin  <johan@gnome.org>
33816
33817         * ext/tcp/*: Revert Zaheer changes, to make things actually work again.
33818
33819 2004-06-16  Wim Taymans  <wim@fluendo.com>
33820
33821         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get):
33822         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
33823         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
33824         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
33825         (gst_v4lsrc_get_property):
33826         * sys/v4l/gstv4lsrc.h:
33827         Added a copy mode to v4lsrc where it will output a copied version
33828         of its internal hardware buffer.
33829         Fix the wrong FLAG_SET usage. The flags are integers, not bits, you
33830         can't | them.
33831
33832 2004-06-16  Wim Taymans  <wim@fluendo.com>
33833
33834         * sys/oss/gstosssrc.c: (gst_osssrc_get):
33835         Timestamp fixes.
33836
33837 2004-06-16  Wim Taymans  <wim@fluendo.com>
33838
33839         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
33840         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
33841         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
33842         (gst_v4lsrc_get_property):
33843         * sys/v4l/gstv4lsrc.h:
33844         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
33845         Added a sync mode enum property to control v4lsrc timestamp method
33846         Removed the use-fixed-fps property and moved functionality in
33847         the enum.
33848         Don't error on an error value from v4l-conf, it might not always
33849         be a real error.
33850
33851 2004-06-16  Wim Taymans  <wim@fluendo.com>
33852
33853         * gst/videorate/Makefile.am:
33854         * gst/videorate/gstvideorate.c: (gst_videorate_get_type),
33855         (gst_videorate_base_init), (gst_videorate_class_init),
33856         (gst_videorate_getcaps), (gst_videorate_link),
33857         (gst_videorate_init), (gst_videorate_chain),
33858         (gst_videorate_set_property), (gst_videorate_get_property),
33859         (gst_videorate_change_state), (plugin_init):
33860         Added a video timestamp corrector.
33861
33862 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
33863
33864         fixed a potential leak with previous commit
33865
33866         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
33867
33868 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
33869
33870         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
33871         Added missing refcount, fixes bug #144425
33872         Cheers Tim for finding the bug
33873
33874 2004-06-15  Thomas Vander Stichele  <thomas at apestaart dot org>
33875
33876         * sys/v4l/gstv4l.c: (plugin_init):
33877         * sys/v4l/gstv4lcolorbalance.c:
33878         * sys/v4l/gstv4lcolorbalance.h:
33879         * sys/v4l/gstv4lelement.c:
33880         * sys/v4l/gstv4lelement.h:
33881         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
33882         * sys/v4l/gstv4lmjpegsink.h:
33883         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
33884         * sys/v4l/gstv4lmjpegsrc.h:
33885         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
33886         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
33887         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
33888         * sys/v4l/gstv4lsrc.h:
33889         * sys/v4l/gstv4ltuner.c:
33890         * sys/v4l/gstv4ltuner.h:
33891         * sys/v4l/gstv4lxoverlay.c:
33892         * sys/v4l/gstv4lxoverlay.h:
33893         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
33894         (gst_v4l_set_window), (gst_v4l_enable_overlay):
33895         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
33896         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
33897         (gst_v4l_set_audio):
33898         * sys/v4l/v4l_calls.h:
33899         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
33900         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_sync_frame),
33901         (gst_v4lmjpegsink_set_buffer), (gst_v4lmjpegsink_set_playback),
33902         (gst_v4lmjpegsink_playback_init),
33903         (gst_v4lmjpegsink_playback_start), (gst_v4lmjpegsink_get_buffer),
33904         (gst_v4lmjpegsink_play_frame), (gst_v4lmjpegsink_wait_frame),
33905         (gst_v4lmjpegsink_playback_stop),
33906         (gst_v4lmjpegsink_playback_deinit):
33907         * sys/v4l/v4lmjpegsink_calls.h:
33908         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
33909         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_buffer),
33910         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
33911         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_capture_start),
33912         (gst_v4lmjpegsrc_grab_frame), (gst_v4lmjpegsrc_requeue_frame),
33913         (gst_v4lmjpegsrc_capture_stop), (gst_v4lmjpegsrc_capture_deinit):
33914         * sys/v4l/v4lmjpegsrc_calls.h:
33915         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
33916         (gst_v4lsrc_sync_frame), (gst_v4lsrc_set_capture),
33917         (gst_v4lsrc_capture_init), (gst_v4lsrc_capture_start),
33918         (gst_v4lsrc_grab_frame), (gst_v4lsrc_requeue_frame),
33919         (gst_v4lsrc_capture_stop), (gst_v4lsrc_capture_deinit),
33920         (gst_v4lsrc_try_palette):
33921         * sys/v4l/v4lsrc_calls.h:
33922           bunch of paranoia cleanups
33923
33924 2004-06-14  David Schleef  <ds@schleef.org>
33925
33926         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_init),
33927         (cdparanoia_get), (cdparanoia_open), (cdparanoia_change_state):
33928         Send discont events and change timestamps appropriately when
33929         we get a seek event.  (bug #144240)
33930         * ext/cdparanoia/gstcdparanoia.h:
33931
33932 2004-06-14  Benjamin Otte  <otte@gnome.org>
33933
33934         * ext/alsa/gstalsa.c: Use snd_pcm_hw_params_set_rate _near instead of
33935           snd_pcm_hw_params_set_rate  since the latter fails for no good
33936           reason on some setups.
33937
33938 2004-06-14  David Schleef  <ds@schleef.org>
33939
33940         * gst/volume/demo.c: (value_changed_callback): exp10() is not
33941         standard.  Thank you for playing.
33942
33943 2004-06-14  Wim Taymans  <wim@fluendo.com>
33944
33945         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
33946         Patch 1.3 broke the ordering of the colorspace info and
33947         made the plugin basically work by coincidence, reordered
33948         the info.
33949
33950 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
33951
33952         * ext/lame/gstlame.c:
33953         * ext/mad/gstmad.c:
33954           sync caps.  Make sure mad can only output a list of rates, not
33955           a full range.  In the future, have three caps lists for each of the
33956           mpeg versions.  Change mpegversion to a double as well.
33957
33958 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
33959
33960         * gst/volume/.cvsignore:
33961         * gst/volume/Makefile.am:
33962         * gst/volume/demo.c: (value_changed_callback), (idler),
33963         (setup_gui), (main):
33964           added small demo app
33965
33966 2004-06-13  Jan Schmidt  <thaytan@mad.scientist.com>
33967         * ext/esd/esdsink.c: (gst_esdsink_change_state):
33968         * ext/esd/esdsink.h:
33969         Close the esd connection on pause, because esd will just wait -
33970         blocking all other esd clients indefinitely.
33971
33972 2004-06-12  Christophe Fergeau  <teuf@gnome.org>
33973
33974         * gst/tags/gstvorbistag.c: replaced a g_warning which I added in my
33975           previous commit with GST_DEBUG
33976
33977 2004-06-12  Thomas Vander Stichele  <thomas at apestaart dot org>
33978
33979         * configure.ac:
33980           add a header check for a dvdread header in dvdnav.  Fixes #133002
33981
33982 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
33983
33984         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
33985         * gst/tcp/gsttcpclientsink.h:
33986         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
33987         * gst/tcp/gsttcpclientsrc.h:
33988         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init),
33989         (gst_tcpserversink_handle_server_read),
33990         (gst_tcpserversink_init_send):
33991         * gst/tcp/gsttcpserversink.h:
33992         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
33993         * gst/tcp/gsttcpserversrc.h:
33994         Modified the tcp plugins so they are portable (IPv4,IPv6, any future
33995         version of IP)
33996
33997 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
33998
33999         * configure.ac:
34000         Added ogg library so that OSX detects libtheora properly
34001
34002 2004-06-11  Wim Taymans  <wim@fluendo.com>
34003
34004         * ext/theora/theoradec.c: (theora_dec_chain),
34005         (theora_dec_change_state):
34006         Don't try to decode frames before we received a keyframe.
34007
34008 2004-06-11  Wim Taymans  <wim@fluendo.com>
34009
34010         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
34011         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
34012         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
34013         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
34014         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
34015         Added property to set the maximum delay of a page.
34016
34017 2004-06-10  Wim Taymans  <wim@fluendo.com>
34018
34019         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
34020         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
34021         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
34022         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
34023         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
34024         Added max-delay property to control the maximum amount
34025         of data to put in one page.
34026
34027 2004-06-10  Wim Taymans  <wim@fluendo.com>
34028
34029         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
34030         (gst_theora_enc_init), (theora_enc_sink_link),
34031         (theora_buffer_from_packet), (theora_enc_set_property),
34032         (theora_enc_get_property):
34033         Set duration on encoded buffer, added some more properties
34034
34035 2004-06-10  Wim Taymans  <wim@fluendo.com>
34036
34037         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
34038         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
34039         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
34040         * ext/theora/theoraenc.c: (theora_enc_chain):
34041         Fix refcounting bugs
34042
34043 2004-06-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34044
34045         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
34046         (gst_asf_demux_loop), (gst_asf_demux_process_file),
34047         (gst_asf_demux_process_data), (gst_asf_demux_handle_data),
34048         (gst_asf_demux_process_object), (gst_asf_demux_get_stream),
34049         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event),
34050         (gst_asf_demux_handle_src_event), (gst_asf_demux_handle_src_query),
34051         (gst_asf_demux_change_state):
34052         * gst/asfdemux/gstasfdemux.h:
34053           You know Chimaira? "I - HATE - EVERYTHING". Yeah, that's what this
34054           feels like. I think we should set a new requirement for demuxers
34055           from now on to implement sane loop functions, data loops, query
34056           and seek functions before first commit into CVS. And this commit
34057           fixes all of the above.
34058
34059 2004-06-10  Christophe Fergeau  <teuf@gnome.org>
34060
34061         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add): make sure parsed
34062           vorbis comments are properly encoded in UTF-8 before adding them
34063           to a GstTagList
34064
34065 2004-06-09  Benjamin Otte  <otte@gnome.org>
34066
34067         * ext/alsa/gstalsa.c: (add_channels):
34068           handle min <= max correctly
34069         * ext/alsa/gstalsa.c: (gst_alsa_fixate_to_mimetype),
34070         (gst_alsa_fixate_field_nearest_int), (gst_alsa_fixate):
34071           add fixation functions so we fixate correctly. No preferring of alaw
34072           anymore because it's the first structure.
34073         * ext/alsa/gstalsa.h:
34074         * ext/alsa/gstalsa.c: (gst_alsa_sw_params_dump),
34075         (gst_alsa_hw_params_dump):
34076           add functions to ease debugging in alsalib
34077         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
34078         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
34079         (gst_alsa_start_audio):
34080           only specify hw params if we really setup a format (fixes #134007 -
34081           or at least works around it)
34082
34083 2004-06-09  Wim Taymans  <wim@fluendo.com>
34084
34085         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
34086         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
34087         (gst_ogg_mux_push_page), (gst_ogg_mux_get_headers),
34088         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_send_headers),
34089         (gst_ogg_mux_loop):
34090         Use stream caps to setup the initial pages in the ogg stream.
34091         Correctly set the streamheader caps on the srcpad.
34092
34093 2004-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
34094
34095         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
34096         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
34097         (gst_v4lsrc_getcaps):
34098         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
34099         (gst_v4l_get_picture), (gst_v4l_get_audio), (gst_v4l_set_audio):
34100           add querying of fps lists for webcams.  Negotiating to a framerate
34101           now works.
34102
34103 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
34104
34105         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
34106         (theora_push_buffer), (theora_push_packet),
34107         (theora_set_header_on_caps), (theora_enc_chain):
34108           mark buffers and put on streamheader, raw theora streaming
34109           now works too, whee
34110
34111 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
34112
34113         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
34114         (gst_tcp_gdp_read_caps):
34115           do a looping read for caps and GDP headers too
34116
34117 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
34118
34119         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
34120         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get):
34121           return EOS instead of NULL in _get
34122
34123 2004-06-08  Wim Taymans  <wim@fluendo.com>
34124
34125         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
34126         (gst_tcp_gdp_read_caps), (gst_tcp_gdp_write_header),
34127         (gst_tcp_gdp_write_caps):
34128         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
34129         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
34130         (gst_tcpserversrc_gdp_read_header), (gst_tcpserversrc_get):
34131         Memory leak fixes
34132
34133 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
34134
34135         * ext/vorbis/Makefile.am:
34136         * ext/vorbis/vorbis.c: (plugin_init):
34137         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_base_init),
34138         (gst_vorbis_parse_class_init), (gst_vorbis_parse_init),
34139         (vorbis_parse_set_header_on_caps), (vorbis_parse_chain),
34140         (vorbis_parse_change_state):
34141         * ext/vorbis/vorbisparse.h:
34142           adding a vorbisparse element that marks the buffers, streaming
34143           raw vorbis using GDP now works, whee
34144
34145 2004-06-08  Wim Taymans  <wim@fluendo.com>
34146
34147         * ext/jpeg/Makefile.am:
34148         * ext/jpeg/README:
34149         * ext/jpeg/gstjpeg.c: (plugin_init):
34150         * ext/jpeg/gstsmokedec.c: (gst_smokedec_get_type),
34151         (gst_smokedec_base_init), (gst_smokedec_class_init),
34152         (gst_smokedec_init), (gst_smokedec_link), (gst_smokedec_chain):
34153         * ext/jpeg/gstsmokedec.h:
34154         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_get_type),
34155         (gst_smokeenc_base_init), (gst_smokeenc_class_init),
34156         (gst_smokeenc_init), (gst_smokeenc_getcaps), (gst_smokeenc_link),
34157         (gst_smokeenc_resync), (gst_smokeenc_chain),
34158         (gst_smokeenc_set_property), (gst_smokeenc_get_property):
34159         * ext/jpeg/gstsmokeenc.h:
34160         * ext/jpeg/smokecodec.c: (smokecodec_init_destination),
34161         (smokecodec_flush_destination), (smokecodec_term_destination),
34162         (smokecodec_init_source), (smokecodec_fill_input_buffer),
34163         (smokecodec_skip_input_data), (smokecodec_resync_to_restart),
34164         (smokecodec_term_source), (smokecodec_encode_new),
34165         (smokecodec_decode_new), (smokecodec_info_free),
34166         (smokecodec_set_quality), (smokecodec_get_quality),
34167         (smokecodec_set_threshold), (smokecodec_get_threshold),
34168         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
34169         (find_best_size), (abs_diff), (put), (smokecodec_encode),
34170         (smokecodec_parse_header), (smokecodec_decode):
34171         * ext/jpeg/smokecodec.h:
34172         Added a new simple jpeg based codec
34173
34174 2004-06-08  Wim Taymans  <wim@fluendo.com>
34175
34176         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
34177         (gst_multipart_mux_loop):
34178         Fix memory leak
34179
34180 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
34181
34182         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
34183         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_client_remove),
34184         (gst_tcpserversink_handle_client_read), (gst_tcp_buffer_write),
34185         (gst_tcpserversink_handle_client_write), (gst_tcpserversink_chain),
34186         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
34187         * gst/tcp/gsttcpserversink.h:
34188           take streamheader into account
34189
34190 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
34191
34192         * gst/level/Makefile.am:
34193         * gst/level/gstlevel.c: (gst_level_class_init):
34194           clean up marshal generation
34195
34196 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
34197
34198         * gst/tcp/Makefile.am:
34199         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_get_type),
34200         (gst_tcpclientsink_class_init), (gst_tcpclientsink_init),
34201         (gst_tcpclientsink_set_property), (gst_tcpclientsink_get_property):
34202         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
34203         (gst_tcpclientsrc_init), (gst_tcpclientsrc_set_property),
34204         (gst_tcpclientsrc_get_property):
34205         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
34206         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
34207         (gst_tcpserversink_handle_client_read),
34208         (gst_tcpserversink_handle_client_write),
34209         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property):
34210         * gst/tcp/gsttcpserversink.h:
34211           add signals client-added and client-removed
34212         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
34213         (gst_tcpserversrc_init), (gst_tcpserversrc_set_property),
34214         (gst_tcpserversrc_get_property):
34215         uniformized, change default protocol to NONE
34216         * gst/tcp/gsttcp-marshal.list: added
34217 2004-06-07  Benjamin Otte  <otte@gnome.org>
34218
34219         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
34220           handle discont events if they happen before caps nego
34221
34222 2004-06-07  Wim Taymans  <wim@fluendo.com>
34223
34224         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
34225         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
34226         (gst_multipart_demux_plugin_init):
34227         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
34228         (gst_multipart_mux_init), (gst_multipart_mux_loop),
34229         (gst_multipart_mux_change_state):
34230         Small updates, fix a memleak
34231
34232 2004-06-07  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
34233
34234         * configure.ac: OSS portability
34235         * ext/arts/gst_arts.c: idem
34236         * sys/oss/gstosselement.c: idem
34237         * sys/oss/gstossmixer.c: idem
34238         * sys/oss/gstosssink.c: idem
34239         * sys/oss/gstosssrc.c: idem
34240         * sys/oss/oss_probe.c: idem
34241           - check for soundcard.h in different places for some BSD
34242
34243 2004-06-07  Jan Schmidt <thaytan@mad.scientist.com>
34244
34245         * AUTHORS:
34246         Add me to the authors file
34247         * configure.ac:
34248         Increase the libdv requirement to >= version 0.100
34249         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
34250         (gst_dvdec_src_query), (gst_dvdec_handle_sink_event),
34251         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state):
34252         * ext/dv/gstdvdec.h:
34253         Add support for the new_media flag when sending DISCONT events
34254         Make the querying work when video pad is not linked
34255
34256 2004-06-07  Tim-Philipp Müller  <t.i.m@zen.co.uk>
34257
34258         reviewed by Benjamin Otte  <otte@gnome.org>
34259
34260         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init):
34261           create a NULL-initialized array of pads, so we don't think they
34262           exist already. (fixes #143130)
34263
34264 2004-06-07  Benjamin Otte  <otte@gnome.org>
34265
34266         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init),
34267         (mixmatrix_resize), (gst_mixmatrix_set_all_caps),
34268         (gst_mixmatrix_request_new_pad), (gst_mixmatrix_loop):
34269           don't use // coments
34270
34271 2004-06-07  Benjamin Otte  <otte@gnome.org>
34272
34273         * ext/alsa/gstalsa.c: (gst_alsa_samples_to_timestamp):
34274           cast to GstClockTime to get higher granularity
34275         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
34276           use gst_element_set_time_delay to get the exact time
34277         * ext/mad/gstmad.c: (gst_mad_chain):
34278           use the negotiated rate instead of the current frame's rate which
34279           might be wrong because of bit errors. This avoids emitting totally
34280           bogus timestamps and screwing sync.
34281         (fixes #143454)
34282
34283 2004-06-07  Tim-Philipp Müller  <t.i.m@zen.co.uk>
34284
34285         reviewed by Benjamin Otte  <otte@gnome.org>
34286
34287         * gst/adder/gstadder.c: (gst_adder_loop):
34288           properly error out when no negotiation has happened yet. (fixes
34289           #143032)
34290
34291 2004-06-06  Benjamin Otte  <otte@gnome.org>
34292
34293         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
34294           forward correctly transformed offset in discont events. Based on
34295           patch by Arwed v. Merkatz. (fixes #142851)
34296
34297 2004-06-06  David Schleef  <ds@schleef.org>
34298
34299         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: that's
34300         G_HAVE_GNUC_VARARGS, not G_HAVE_GNU_VARARGS.  Should fix compile
34301         problems on several systems.
34302
34303 2004-06-06  Benjamin Otte  <otte@gnome.org>
34304
34305         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
34306           use explicit caps on the srcpad
34307         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
34308           properly error out if caps couldn't be set (fixes #142764)
34309
34310 2004-06-06  Benjamin Otte  <otte@gnome.org>
34311
34312         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
34313         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
34314         (gst_alsa_start_audio):
34315           - don't call set_periods_integer anymore, it breaks the
34316           configuration randomly
34317           - call snd_pcm_hw_params_set_access directly instead of using masks
34318           - don't fail if the sw_params can't be set, just use the default
34319           params and hope it works. Alsalib has weird issues when you touch
34320           sw_params and does no proper error reporting about what failed.
34321         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
34322         (gst_alsa_close_audio):
34323           make our alsa debugging go via gst debugging and not conditionally
34324           defined
34325         * ext/alsa/gstalsa.h:
34326           add ALSA_DEBUG_FLUSH macro
34327         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper),
34328         (plugin_init):
34329           wrap alsa errors to be printed via the gst debugging system and not
34330           spammed to stderr
34331
34332 2004-06-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34333
34334         * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
34335         (gst_qtdemux_handle_src_query), (gst_qtdemux_handle_src_event),
34336         (gst_qtdemux_handle_sink_event), (gst_qtdemux_change_state),
34337         (gst_qtdemux_loop_header), (qtdemux_dump_mvhd),
34338         (qtdemux_parse_trak):
34339         * gst/qtdemux/qtdemux.h:
34340           Bitch. Also known as seeking, querying & co.
34341         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
34342         (gst_osssink_change_state):
34343         * sys/oss/gstosssink.h:
34344           Resyncing is for weenies, this hack is no longer needed and was
34345           broken anyway (since it - unintendedly - always leaves resync to
34346           TRUE).
34347
34348 2004-06-05  Andrew Turner <zxombie@hotpop.com>
34349
34350         * gst/tcp/gsttcp.c: portability (Solaris 10/FreeBSD)
34351         * gst/tcp/gsttcpclientsrc.h: idem
34352           - define MSG_NOSIGNAL if not done
34353           - include unistd.h for off_t
34354           (fixes #143749)
34355
34356 2004-06-05  Benjamin Otte  <otte@gnome.org>
34357
34358         * configure.ac:
34359         * ext/kio/Makefile.am:
34360           check for qt's moc preprocessor explicitly and use it
34361
34362 2004-06-03  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
34363
34364         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
34365           don't get a signal for EPIPE on socket writes
34366           (somebody check if this works on other platforms)
34367
34368 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
34369
34370         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
34371         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
34372           check error condition on available samples correctly
34373
34374 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
34375
34376         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_time):
34377           avoid a segfault
34378         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
34379         (gst_tcp_gdp_read_header), (gst_tcp_gdp_read_caps):
34380         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
34381         (gst_tcpserversrc_gdp_read_header):
34382          use ssize_t over size_t since the former is signed and thus the
34383          check for error codes can work
34384
34385 2004-06-02  Wim Taymans  <wim@fluendo.com>
34386
34387         reviewed by: Johan
34388
34389         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
34390         (gst_multipart_mux_loop):
34391         Oops
34392
34393 2004-06-02  Wim Taymans  <wim@fluendo.com>
34394
34395         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
34396         (gst_multipart_mux_init), (gst_multipart_mux_loop),
34397         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
34398         (gst_multipart_mux_change_state):
34399         Added configurable boundary specifier, added the value as a
34400         caps field as well.
34401
34402 2004-06-02  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
34403
34404         * gst/tcp/gsttcp.c:
34405         * gst/tcp/gsttcpclientsrc.c:
34406         * gst/tcp/gsttcpclientsrc.h:
34407         * gst/tcp/gsttcpserversrc.c:
34408           - portability fix, to compile on OSX
34409             (fixes #143146)
34410
34411         * sys/osxaudio/gstosxaudioelement.c:
34412         * sys/osxaudio/gstosxaudiosink.c:
34413         * sys/osxaudio/gstosxaudiosrc.c:
34414           - compilation warnings on OSX
34415             (fixes #143153)
34416
34417 2004-06-02  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34418
34419         * ext/vorbis/vorbisdec.c : sign warning fixes
34420
34421         * gst-libs/gst/mixer/mixertrack.c :
34422           do no use defines which are glib 2.4 specific
34423
34424 2004-06-01  Christophe Fergeau  <teuf@gnome.org>
34425
34426         * ext/flac/gstflactag.c: strip ending framing bit from vorbiscomment
34427           buffer since libflac doesn't expect it (reports a sync error when
34428           it encounters that)
34429
34430
34431 2004-06-01  Owen Fraser-Green  <owen@discobabe.net>
34432
34433         * gst-libs/gst/mixer/mixertrack.h: Changed struct syntax
34434         * gst-libs/gst/mixer/mixertrack.c:
34435         (gst_mixer_track_get_property), (get_mixer_track_init),
34436         (get_mixer_track_get_property): Added property accessors
34437         * gst-libs/gst/mixer/mixeroptions.h: Changed struct syntax
34438         * gst-libs/gst/mixer/mixeroptions.c:
34439         (gst_mixer_options_get_values): Added
34440         * gst-libs/gst/mixer/mixer.h: Changed GstMixerClass syntax
34441         * gst-libs/gst/mixer/mixer.c: Fixed comment
34442
34443
34444 2004-06-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
34445
34446         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
34447           improve error messages on open
34448
34449
34450 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
34451
34452         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
34453           check if v4l-conf is in path
34454
34455 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
34456
34457         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
34458           change assert to a more readable error message
34459
34460 2004-05-31  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
34461
34462         * gst-libs/gst/tuner/tunerchannel.h:
34463           - add a freq_multiplicator field to make the conversion
34464             between internal frequency unit and Hz
34465         * sys/v4l/gstv4lelement.c:
34466         * sys/v4l2/gstv4l2element.c:
34467           - change default video device to /dev/video0
34468         * sys/v4l/v4l_calls.c:
34469         * sys/v4l2/v4l2_calls.c:
34470           - we only expose frequency to the user in Hz instead of
34471             bastard v4lX unit (either 62.5kHz or 62.5Hz)
34472
34473 2004-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
34474         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
34475           Initialise b_o_s and e_o_s variables
34476         * gst-libs/gst/riff/riff-media.c:
34477         (gst_riff_create_video_caps_with_data):
34478           Add some unusual fourcc's from mplayer avi's
34479         * gst/multipart/multipartmux.c: (gst_multipart_mux_plugin_init):
34480           Make the muxer have rank GST_RANK_NONE, so it doesn't mess up
34481           autoplugging.
34482
34483 2004-05-28  Wim Taymans  <wim@fluendo.com>
34484
34485         * configure.ac:
34486         * gst/alpha/Makefile.am:
34487         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
34488         (gst_alpha_get_type), (gst_alpha_base_init),
34489         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
34490         (gst_alpha_get_property), (gst_alpha_sink_link), (gst_alpha_add),
34491         (gst_alpha_chroma_key), (gst_alpha_chain),
34492         (gst_alpha_change_state), (plugin_init):
34493         A plugin to add an alpha channel to I420 video. Can optionally do
34494         chroma keying.
34495         * gst/multipart/Makefile.am:
34496         * gst/multipart/multipart.c: (plugin_init):
34497         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
34498         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
34499         (gst_multipart_demux_finalize), (gst_multipart_demux_handle_event),
34500         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
34501         (gst_multipart_demux_change_state),
34502         (gst_multipart_demux_plugin_init):
34503         * gst/multipart/multipartmux.c: (gst_multipart_mux_get_type),
34504         (gst_multipart_mux_base_init), (gst_multipart_mux_class_init),
34505         (gst_multipart_mux_get_sink_event_masks), (gst_multipart_mux_init),
34506         (gst_multipart_mux_sinkconnect), (gst_multipart_mux_pad_link),
34507         (gst_multipart_mux_pad_unlink),
34508         (gst_multipart_mux_request_new_pad),
34509         (gst_multipart_mux_handle_src_event),
34510         (gst_multipart_mux_next_buffer), (gst_multipart_mux_compare_pads),
34511         (gst_multipart_mux_queue_pads), (gst_multipart_mux_loop),
34512         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
34513         (gst_multipart_mux_change_state), (gst_multipart_mux_plugin_init):
34514         A Multipart demuxer/muxer. Not sure if it violates specs. Used to
34515         send multipart jpeg images to a browser.
34516         * gst/videobox/Makefile.am:
34517         * gst/videobox/README:
34518         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
34519         (gst_video_box_get_type), (gst_video_box_base_init),
34520         (gst_video_box_class_init), (gst_video_box_init),
34521         (gst_video_box_set_property), (gst_video_box_get_property),
34522         (gst_video_box_sink_link), (gst_video_box_i420),
34523         (gst_video_box_ayuv), (gst_video_box_chain),
34524         (gst_video_box_change_state), (plugin_init):
34525         Crops or adds borders around an image. can do alpha channel
34526         borders as well.
34527         * gst/videomixer/Makefile.am:
34528         * gst/videomixer/README:
34529         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
34530         (gst_videomixer_pad_base_init), (gst_videomixer_pad_class_init),
34531         (gst_videomixer_pad_get_sink_event_masks),
34532         (gst_videomixer_pad_get_property),
34533         (gst_videomixer_pad_set_property),
34534         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_link),
34535         (gst_videomixer_pad_unlink), (gst_videomixer_pad_init),
34536         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
34537         (gst_videomixer_base_init), (gst_videomixer_class_init),
34538         (gst_videomixer_init), (gst_videomixer_request_new_pad),
34539         (gst_videomixer_handle_src_event),
34540         (gst_videomixer_blend_ayuv_i420), (gst_videomixer_fill_checker),
34541         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
34542         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
34543         (gst_videomixer_loop), (gst_videomixer_get_property),
34544         (gst_videomixer_set_property), (gst_videomixer_change_state),
34545         (plugin_init):
34546         Generic video mixer plugin, can handle multiple inputs all with
34547         different framerates and video sizes. Is fully alpha channel
34548         aware.
34549
34550 2004-05-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34551
34552         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
34553           Select first track as master track. Not sure how else to handle
34554           that...
34555         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer):
34556           Discard discont events. Should fix #142962.
34557
34558 2004-05-26  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34559
34560         * ext/alsa/Makefile.am:
34561         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init),
34562         (gst_alsa_mixer_build_list), (gst_alsa_mixer_get_volume),
34563         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
34564         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
34565         (gst_alsa_mixer_get_option):
34566         * ext/alsa/gstalsamixer.h:
34567         * ext/alsa/gstalsamixeroptions.c:
34568         (gst_alsa_mixer_options_get_type),
34569         (gst_alsa_mixer_options_class_init), (gst_alsa_mixer_options_init),
34570         (gst_alsa_mixer_options_new):
34571         * ext/alsa/gstalsamixeroptions.h:
34572         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
34573         * ext/alsa/gstalsamixertrack.h:
34574           Add enumerations (as GstMixerOptions). Make correct distinction
34575           between input/output tracks. Add capture/playback private flag.
34576           Use flag to decide on whether to set capture or playback volumes
34577           or switches. Use playback and record switches.
34578         * gst-libs/gst/mixer/Makefile.am:
34579         * gst-libs/gst/mixer/mixer-marshal.list:
34580         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init),
34581         (gst_mixer_set_option), (gst_mixer_get_option),
34582         (gst_mixer_mute_toggled), (gst_mixer_record_toggled),
34583         (gst_mixer_volume_changed), (gst_mixer_option_changed):
34584         * gst-libs/gst/mixer/mixer.h:
34585         * gst-libs/gst/mixer/mixeroptions.c: (gst_mixer_options_get_type),
34586         (gst_mixer_options_class_init), (gst_mixer_options_init),
34587         (gst_mixer_options_dispose):
34588         * gst-libs/gst/mixer/mixeroptions.h:
34589           Add GstMixerOptions.
34590         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
34591           Rename Audio Mixer to OSS Mixer (similar to Alsa Mixer). Fix
34592           broken device detection on computers with multiple OSS sound
34593           cards.
34594
34595 2004-05-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34596
34597         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
34598           fixate nicely even when the peer is not negotiating
34599
34600 2004-05-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34601
34602         * gst/audioconvert/gstaudioconvert.c:
34603         (gst_audio_convert_parse_caps):
34604           make sure we don't allow depth > width
34605         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
34606           fixate endianness to G_BYTE_ORDER as default
34607         * gst/audioscale/gstaudioscale.c:
34608           we don't handle another endianness as host-endianness
34609
34610 2004-05-25  David Schleef  <ds@schleef.org>
34611
34612         * gst/ffmpegcolorspace/mem.c:  malloc() is in stdlib.h, not malloc.h
34613
34614 2004-05-24  Benjamin Otte  <otte@gnome.org>
34615
34616         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_sinkconnect),
34617         (gst_oggvorbisenc_setup):
34618           properly fail when we can't setup the vorbis encoder due to
34619           unsupported settings
34620         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sinkconnect),
34621         (gst_vorbisenc_setup):
34622           same
34623         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
34624           fix case where warnings occured when one pad was unlinked while the
34625           other's link function was called
34626
34627 2004-05-24  Thomas Vander Stichele  <thomas at apestaart dot org>
34628
34629         * gst/tcp/Makefile.am:
34630           use GST_ENABLE_NEW
34631
34632 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34633
34634         * gst-libs/gst/resample/private.h:
34635           don't use optimizations that are #if 0'ed
34636
34637 2004-05-24  Wim Taymans  <wim@fluendo.com>
34638
34639         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
34640         Fix potential division by zero error and hopefully get
34641         the position query right to get correct timestamps on avi
34642         audio.
34643
34644 2004-05-24  Wim Taymans  <wim@fluendo.com>
34645
34646         * gst/videoscale/videoscale.c: (gst_videoscale_scale_nearest),
34647         (gst_videoscale_scale_nearest_str2),
34648         (gst_videoscale_scale_nearest_str4),
34649         (gst_videoscale_scale_nearest_32bit),
34650         (gst_videoscale_scale_nearest_24bit),
34651         (gst_videoscale_scale_nearest_16bit):
34652         Fix the scaling algorithm and avoid a buffer overflow.
34653         removed the while loop in the scaling function as it
34654         was used for point sampling only.
34655
34656 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34657
34658         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
34659         (gst_id3_tag_class_init), (gst_id3_tag_init),
34660         (gst_id3_tag_set_property), (gst_id3_tag_get_tag_to_render),
34661         (gst_id3_tag_handle_event), (gst_id3_tag_do_caps_nego),
34662         (gst_id3_tag_send_tag_event):
34663           lots of fixes to make id3mux work and id3demux work correctly
34664
34665 2004-05-24  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34666
34667         * ext/Makefile.am:
34668           add rules to build shout2send (was removed by accident
34669           when this module was no more marked experimental/broken)
34670
34671 2004-05-24  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
34672
34673         * ext/shout2/gstshout2.c:
34674         * ext/shout2/gstshout2.h:
34675           adding a "connection problem" signal to shout2send
34676           (fixes #142954)
34677
34678 2004-05-21  Thomas Vander Stichele  <thomas at apestaart dot org>
34679
34680         * ext/kio/kioreceiver.cpp:
34681         * ext/kio/kioreceiver.h:
34682           fix sign comparison issues
34683
34684 2004-05-21  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34685
34686         * gst/cdxaparse/gstcdxaparse.c:
34687         * gst/cdxaparse/gstcdxaparse.h:
34688           some renaming
34689           add some checks/sanity
34690           prepare for seek addition
34691
34692         * sys/sunaudio/gstsunaudio.c:
34693           remove exported dupe init function
34694
34695 2004-05-21  Jan Schmidt  <thaytan@mad.scientist.com>
34696
34697         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_get_formats),
34698         (gst_dvdec_src_convert), (gst_dvdec_sink_convert):
34699           Fix format conversion and position querying.
34700         * gst/debug/progressreport.c: (gst_progressreport_report):
34701           Don't output a bogus total value that we didn't query.
34702         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
34703           Always set XV_AUTOPAINT_COLORKEY to true. Fixes xvimagesink showing
34704           only a blank window after xine has been used.
34705
34706 2004-05-21  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
34707
34708         * m4/as-arts.m4:
34709           sync with upstream version to fix test on FC2
34710           readd with -ko to preserve Id header
34711
34712 2004-05-20  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34713
34714         * configure.ac:
34715           test for FIONREAD ioctl in sys/filio.h for Solaris compat.
34716         * gst/tcp/gsttcpclientsrc.c: idem
34717         * gst/tcp/gsttcpserversink.c: idem
34718         * gst/tcp/gsttcpserversrc.c: idem
34719         * m4/gst-fionread.m4: idem
34720
34721         * sys/sunaudio/gstsunaudio.c: change category to Sink/Audio
34722
34723         * configure.ac: enable speex plugin for speex 1.1.5+
34724         * ext/speex/gstspeexenc.c: fix cast warning
34725
34726         * ext/esd/README: fix typo
34727
34728 2004-05-20  David Schleef  <ds@schleef.org>
34729
34730         * configure.ac: Minor cosmetic change to convince the buildbot to
34731         reautogen.
34732         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_class_init),
34733         (gst_sunaudiosink_init), (gst_sunaudiosink_getcaps),
34734         (gst_sunaudiosink_pad_link), (gst_sunaudiosink_chain),
34735         (gst_sunaudiosink_setparams), (gst_sunaudiosink_open),
34736         (gst_sunaudiosink_close), (gst_sunaudiosink_change_state),
34737         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property):
34738         More hacking.  Plays audio now.
34739
34740 2004-05-20  David Schleef  <ds@schleef.org>
34741
34742         * configure.ac:
34743         * sys/Makefile.am:
34744
34745 2004-05-20  David Schleef  <ds@schleef.org>
34746
34747         * sys/osxaudio/Makefile.am:  New OS X audio plugin by Zaheer Abbas Merali
34748         * sys/osxaudio/gstosxaudio.c:
34749         * sys/osxaudio/gstosxaudioelement.c:
34750         * sys/osxaudio/gstosxaudioelement.h:
34751         * sys/osxaudio/gstosxaudiosink.c:
34752         * sys/osxaudio/gstosxaudiosink.h:
34753         * sys/osxaudio/gstosxaudiosrc.c:
34754         * sys/osxaudio/gstosxaudiosrc.h:
34755
34756 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
34757
34758         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps),
34759         (gst_vorbisenc_chain):
34760           put the codec headers on the caps as streamheader as well as
34761           pushing them out
34762
34763 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
34764
34765         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
34766         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
34767         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain):
34768         split up push_packet into two functions
34769
34770 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
34771
34772         * gst/tcp/.cvsignore:
34773           ignore enums
34774         * gst/tcp/Makefile.am:
34775         * gst/tcp/README:
34776         * gst/tcp/gsttcp.c:
34777         * gst/tcp/gsttcp.h:
34778         * gst/tcp/gsttcpclientsink.c:
34779         * gst/tcp/gsttcpclientsink.h:
34780         * gst/tcp/gsttcpclientsrc.c:
34781         * gst/tcp/gsttcpclientsrc.h:
34782         * gst/tcp/gsttcpplugin.c:
34783         * gst/tcp/gsttcpserversink.c:
34784         * gst/tcp/gsttcpserversink.h:
34785         * gst/tcp/gsttcpserversrc.c:
34786         * gst/tcp/gsttcpserversrc.h:
34787           add new tcp elements
34788
34789 2004-05-19  Wim Taymans  <wim@fluendo.com>
34790
34791         * gst/law/mulaw-conversion.c: (mulaw_encode):
34792         Fix overflow bug in ulaw encoding.
34793
34794 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34795
34796         * ext/mad/gstmad.c: (gst_mad_handle_event):
34797           don't unref the event twice
34798
34799 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34800
34801         * configure.ac:
34802           remove -Wno-sign-compare
34803
34804 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34805
34806         * configure.ac:
34807           remove -DG_DISABLE_DEPRECATED. It's not usable without workarounds
34808           if you want to work against glib 2.2 and 2.4
34809
34810 2004-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
34811
34812         * gst/tcp/Makefile.am:
34813         * gst/tcp/gsttcp.c:
34814         * gst/tcp/gsttcp.h:
34815         * gst/tcp/gsttcpsink.h:
34816         * gst/tcp/gsttcpsrc.h:
34817           gsttcp -> gsttcpplugin + CVS surgery in preparation for tcp merge
34818
34819 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34820
34821         * gst/debug/tests.c: (md5_get_value):
34822           fix segfault on gst-inspect
34823
34824 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34825
34826         * gst/debug/testplugin.c:
34827         * gst/debug/tests.c:
34828         * gst/debug/tests.h:
34829           add new extensible and configurable testing element. Current tests
34830           include buffer count, stream length, timestamp/duration matching and
34831           md5.
34832         * gst/debug/Makefile.am:
34833         * gst/debug/gstdebug.c: (plugin_init):
34834           add infrastructure for new element
34835
34836 2004-05-19  Johan Dahlin  <johan@gnome.org>
34837
34838         * ext/dv/gstdvdec.c (gst_dvdec_quality_get_type): Add proper
34839         ending of the array. Fixes gst-inspect segfault on ppc.
34840
34841 2004-05-19  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34842
34843         * ext/dirac/gstdiracdec.cc : change category to Codec/Decoder/Video
34844
34845         * m4/a52.m4 : don't fix a test that should fail with current a52dec lib
34846
34847 2004-05-18  David Schleef  <ds@schleef.org>
34848
34849         * gst/ffmpegcolorspace/imgconvert.c: (img_convert): Fixes for
34850         warnings (bugs, actually) noticed by gcc but not forte.
34851
34852 2004-05-18  David Schleef  <ds@schleef.org>
34853
34854         * sys/sunaudio/Makefile.am:
34855         * sys/sunaudio/gstsunaudio.c: New sunaudiosink
34856
34857 2004-05-18  David Schleef  <ds@schleef.org>
34858
34859         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
34860         (gst_qtdemux_loop_header):  Patch from dcm@acm.org (David Moore)
34861         to allow qtdemux to use non-seekable streams. (bug #142272)
34862
34863 2004-05-18  David Schleef  <ds@schleef.org>
34864
34865         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16),
34866         (gst_resample_sinc_ft_float): Remove use of static temporary
34867         buffer.  This code was obviously not supposed to last long, but
34868         it's stuck in our ABI, so it required a little hack to make it
34869         ABI-compatible.  Fixes #142585.
34870         * gst-libs/gst/resample/resample.h: same.
34871
34872 2004-05-18  David Schleef  <ds@schleef.org>
34873
34874         * configure.ac: Add sunaudio
34875         * examples/Makefile.am: make gstplay depend on gconf
34876         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Remove c99-isms
34877         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette),
34878         (convert_table_lookup), (img_convert): remove c99-isms
34879         * gst/ffmpegcolorspace/imgconvert_template.h: make a constant
34880           unsigned, to fix a warning on Solaris
34881         * gst/mpeg1sys/systems.c: bcopy->memcpy
34882         * gst/rtjpeg/RTjpeg.c: (RTjpeg_yuvrgb8): bcopy->memcpy
34883         * sys/Makefile.am: Add sunaudio
34884
34885 2004-05-18  Wim Taymans  <wim@fluendo.com>
34886
34887         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_init),
34888         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
34889         (gst_ogg_mux_next_buffer), (gst_ogg_mux_push_page),
34890         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
34891         (gst_ogg_mux_loop):
34892         Fix an ugly memleak where the muxer didn't flush enough ogg
34893         pages. This also resulted in badly muxed ogg files.
34894
34895 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34896
34897         * gst/asfdemux/asfheaders.c :
34898         * gst/asfdemux/asfheaders.h :
34899         * gst/asfdemux/gstasfdemux.c :
34900           - fix ASF_OBJ_PADDING guid
34901           - add 3 new object guids (language list, metadata,
34902             extended stream properties)
34903           - add a function to parse extended header objects
34904
34905 2004-05-18  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34906
34907         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
34908           remove leftover debugging g_print
34909
34910 2004-05-17  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34911
34912         * ext/mad/gstmad.c: (gst_mad_handle_event):
34913           Fix for when the first format in a discont event is not a
34914           byte-based one. Should fix #137710.
34915
34916 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34917
34918         * m4/a52.m4 : fix compilation with -Wall -Werror
34919         * m4/libfame.m4 : idem
34920         * m4/libmikmod.m4 : idem
34921
34922 2004-05-17  Benjamin Otte  <otte@gnome.org>
34923
34924         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
34925           signal the new tags before giving up the reference
34926
34927 2004-05-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34928
34929         * ext/shout2/gstshout2.c:
34930           use application/ogg instead of application/x-ogg (patch by Patrick
34931           Guimond, fixes #142432)
34932         * sys/oss/gstosselement.c: (gst_osselement_reset),
34933         (gst_osselement_sync_parms):
34934           don't set fragment size unless specified (fixes #142493)
34935
34936 2004-05-17  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34937
34938         * configure.ac : fix compilation of v4l2src with "-Wall -Werror"
34939           fixes #142664
34940
34941 2004-05-17  Benjamin Otte  <otte@gnome.org>
34942
34943         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
34944           compute offsets correctly for internal buffers so timestamps are set
34945           correctly when we can't seek. Also handle cases where there are no
34946           offsets. (based on a patch by David Moore, fixes #142507)
34947
34948 2004-05-17  Benjamin Otte  <otte@gnome.org>
34949
34950         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
34951           use correct variable when determining amount of data to skip so we
34952           don't skip into the void and segfault
34953
34954 2004-05-16  Benjamin Otte  <otte@gnome.org>
34955
34956         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
34957           Hi, I'm a memleak
34958
34959 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34960
34961         * gst/asfdemux/gstasfdemux.c:
34962           - fix a mem leak and always propagate tags
34963           - add WMV3 to known video codecs (but no decoder yet)
34964           - replace "surplus data" at end of audio header for what
34965             it is : codec specific data
34966           - fix a typo
34967
34968 2004-05-16  Arwed v. Merkatz  <v.merkatz@gmx.net>
34969
34970         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
34971
34972         * gst-libs/gst/audio/audioclock.c:
34973           Fix wrong return type (#142205).
34974
34975 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34976
34977         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_init):
34978           Ignore CRCs by default (fixes #142566).
34979
34980 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34981
34982         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
34983         (gst_alsa_mixer_close), (gst_alsa_mixer_supported),
34984         (gst_alsa_mixer_build_list), (gst_alsa_mixer_free_list),
34985         (gst_alsa_mixer_change_state), (gst_alsa_mixer_list_tracks),
34986         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
34987         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record):
34988           Fix for cases where we fail to attach to a mixer.
34989
34990 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34991
34992         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
34993           Don't touch events after not owning them anymore.
34994         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
34995         (gst_wavparse_fmt), (gst_wavparse_other),
34996         (gst_wavparse_handle_seek), (gst_wavparse_loop),
34997         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
34998         (gst_wavparse_srcpad_event):
34999         * gst/wavparse/gstwavparse.h:
35000           Add seeking, fix querying.
35001
35002 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35003
35004         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
35005           - process comments even if they don't end with \0\0
35006             g_convert would ignore them if present and works well without them
35007
35008 2004-05-16  Benjamin Otte  <otte@gnome.org>
35009
35010         * ext/alsa/gstalsa.c: (gst_alsa_caps), (gst_alsa_get_caps):
35011           simplify caps
35012
35013 2004-05-16  Benjamin Otte  <otte@gnome.org>
35014
35015         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
35016           don't write to memory we might not write to - g_convert does that
35017           for us anyway (fixes #142613)
35018         (gst_asf_demux_audio_caps):
35019           comment out gst_util_dump_mem
35020
35021 2004-05-16  Benjamin Otte  <otte@gnome.org>
35022
35023         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
35024           compute correct expected timestamps after seek (broken since
35025           last commit)
35026         * ext/gdk_pixbuf/pixbufscale.c: (pixbufscale_init):
35027           rename element and debugging category to gdkpixbufscale
35028
35029 2004-05-16  Benjamin Otte  <otte@gnome.org>
35030
35031         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
35032           add error checking to snd_pcm_delay and remove duplicate call to
35033           snd_pcm_delay that caused issues (see inline code comments)
35034         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
35035           make more readable and fix return value when snd_pcm_delay fails
35036         (fixes #142586)
35037
35038 2004-05-15  Jan Schmidt  <thaytan@mad.scientisti.com>
35039         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type),
35040         (gst_pixbufscale_get_type), (gst_pixbufscale_base_init),
35041         (gst_pixbufscale_class_init), (gst_pixbufscale_getcaps),
35042         (gst_pixbufscale_link), (gst_pixbufscale_init),
35043         (gst_pixbufscale_handle_src_event), (pixbufscale_scale),
35044         (gst_pixbufscale_chain), (gst_pixbufscale_set_property),
35045         (gst_pixbufscale_get_property), (pixbufscale_init):
35046         * ext/gdk_pixbuf/pixbufscale.h:
35047         Add these files I forgot earlier
35048
35049 2004-05-15  Jan Schmidt  <thaytan@mad.scientist.com>
35050         * ext/gdk_pixbuf/Makefile.am:
35051         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
35052         * ext/gdk_pixbuf/gstgdkpixbuf.h:
35053         Add new pixbufscale element to scale RGB video
35054         using gdk_pixbuf, because gdk_pixbuf does BILINEAR
35055         and HYPER interpolation correctly.
35056         * ext/theora/theoraenc.c: (theora_enc_chain),
35057         Discard buffer and return if explicit caps could not be set
35058         (theora_enc_get_property):
35059         Make _get return kbps for the bitrate consistent with
35060         the _set function.
35061
35062
35063 2004-05-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35064
35065         * ext/libvisual/visual.c: (gst_visual_chain):
35066           add missing visual_audio_analyze
35067
35068 2004-05-14  David Schleef  <ds@schleef.org>
35069
35070         * ext/esd/esdsink.c: (gst_esdsink_chain): Fix crash when ESD
35071         is killed while we're playing.
35072         * gst/qtdemux/qtdemux.c: (qtdemux_parse): call
35073         gst_element_no_more_pads().
35074
35075 2004-05-14  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35076
35077         * gst-libs/gst/riff/riff-read.c :
35078           - fix INFO tag extraction in RIFF/AVI files
35079             because gst_event_unref (event) also freed taglist
35080           - avoid a mem leak
35081
35082 2004-05-13  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35083
35084         * ext/mad/gstid3tag.c : move from "Codec/(Dem/M)uxer" to "Codec/(Dem/M)uxer/Audio"
35085         * gst/wavenc/gstwavenc.c : move from "Codec/Encoder/Audio" to "Codec/Muxer/Audio"
35086
35087         * gst/auparse/gstauparse.c :
35088           - add code (commented for now) to support audio/x-adpcm on src pad
35089             (we have no decoder for those layout yet)
35090
35091         * gst/cdxaparse/gstcdxaparse.c :
35092         * gst/cdxaparse/gstcdxaparse.h :
35093           - partial rewrite using RiffRead (ripped iain's wavparse code)
35094
35095         * gst/rtp/gstrtpL16enc.c : typo
35096         * gst/rtp/gstrtpgsmenc.c : typo
35097
35098 2004-05-13  Benjamin Otte  <otte@gnome.org>
35099
35100         * configure.ac:
35101           check for exact version of libvisual, it's not supposed to be
35102           API/ABI stable yet
35103
35104 2004-05-13  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35105
35106         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
35107           signal no-more-pads
35108
35109 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
35110
35111         * ext/dv/gstdvdec.c: (gst_dvdec_src_convert)
35112         Report which format was used for GST_FORMAT_DEFAULT
35113         * gst/debug/Makefile.am:
35114         * gst/debug/gstdebug.c: (plugin_init):
35115         * gst/debug/progressreport.c: (gst_progressreport_base_init),
35116         (gst_progressreport_class_init), (gst_progressreport_init),
35117         (gst_progressreport_report), (gst_progressreport_set_property),
35118         (gst_progressreport_get_property), (gst_progressreport_chain),
35119         (gst_progressreport_plugin_init):
35120         Add progressreport element for testing.
35121
35122 2004-05-13  Thomas Vander Stichele  <thomas at apestaart dot org>
35123
35124         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_change_state):
35125         * sys/v4l/gstv4lsrc.h:
35126         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
35127         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
35128         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init),
35129         (gst_v4lsrc_grab_frame):
35130           add more debugging
35131           send a discont at start
35132
35133 2004-05-12  Colin Walters  <walters@redhat.com>
35134
35135         * gst/asfdemux/gstasfdemux.c (gst_asf_demux_process_segment): Avoid
35136         inflooping if we can't find a chunk.  Or in other words, don't blow
35137         chunks if we don't have a chunk to blow.
35138
35139 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
35140         * ext/audiofile/gstafsrc.c: (gst_afsrc_get):
35141         Remove old debug output
35142         * ext/dv/gstdvdec.c: (gst_dvdec_quality_get_type),
35143         (gst_dvdec_class_init), (gst_dvdec_loop), (gst_dvdec_change_state),
35144         (gst_dvdec_set_property), (gst_dvdec_get_property):
35145         Change the quality setting to an enum, so it works from gst-launch
35146         Don't renegotiate a non-linked pad. Allows audio only decoding.
35147         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_getcaps),
35148         (gst_deinterlace_link), (gst_deinterlace_init):
35149         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
35150         (gst_videodrop_link):
35151         Some caps negotiation fixes
35152
35153 2004-05-12  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35154
35155         * ext/tarkin/gsttarkin.c :
35156           - Change RANK from NONE to PRIMARY
35157         * ext/gdk_pixbuf/gstgdkpixbuf.c :
35158           - Change RANK from NONE to MARGINAL
35159         * ext/divx/gstdivxenc.c :
35160           - Change RANK from PRIMARY to NONE (encoder/spider issue)
35161
35162 2004-05-12  Thomas Vander Stichele  <thomas at apestaart dot org>
35163
35164         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
35165         (gst_vorbisenc_push_packet):
35166           copy a function that was added between 1.0 and 1.0.1 until we
35167           depend on worthwhile features of post-1.0
35168
35169 2004-05-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35170
35171         * configure.ac:
35172           enable shout2 by default
35173         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
35174         (gst_shout2send_base_init), (gst_shout2send_init),
35175         (gst_shout2send_connect), (gst_shout2send_change_state):
35176         * ext/shout2/gstshout2.h:
35177           make this work again. Based on a patch by Zaheer Abbas Merali (fixes
35178           #142262)
35179         * ext/theora/theora.c: (plugin_init):
35180           don't set rank on encoders
35181
35182 2004-05-11  Jeremy Simon  <jesimon@libertysurf.fr>
35183
35184         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
35185           Use codec_data property instead of flag1 and flag2 for wma
35186
35187 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35188
35189         * gst/cdxaparse/gstcdxaparse.c :
35190           - Add mpegversion to CAPS to make it link
35191           - Rank is as GST_RANK_SECONDARY instead of NONE
35192         * gst/auparse/gstauparse.c :
35193           - Document all audio encoding we can encounter from Solaris 9
35194             headers and libsndfile information.
35195           - Increase max. rate from 48000 to 192000 (to match other elements)
35196           - Don't try to play junk data between header and samples
35197
35198 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35199
35200         * ext/libvisual/visual.c: (gst_visual_getcaps):
35201           use the right caps depending on endianness (I hope)
35202         * ext/ogg/gstoggmux.c: (gst_ogg_mux_plugin_init):
35203           use GST_RANK_NONE for all non-decoding elements or spider gets
35204           mighty confused
35205
35206 2004-05-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35207
35208         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
35209           Fix some odd cases and fix BE metadata parsing of unicode16 text.
35210
35211 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35212
35213         * gst/switch/gstswitch.c: (gst_switch_release_pad),
35214         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
35215         (gst_switch_loop), (gst_switch_get_type):
35216           whoever that was: DO NOT IMPORT PRIVATE SYMBOLS THAT ARE NOT IN
35217           HEADERS. Had to be said.
35218
35219 2004-05-10  David Schleef  <ds@schleef.org>
35220
35221         * configure.ac: Add prototype Dirac support.
35222         * ext/Makefile.am:
35223         * ext/dirac/Makefile.am:
35224         * ext/dirac/gstdirac.cc:
35225         * ext/dirac/gstdiracdec.cc:
35226
35227 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35228
35229         * gst/auparse/gstauparse.c: (gst_auparse_class_init),
35230         (gst_auparse_init), (gst_auparse_chain),
35231         (gst_auparse_change_state):
35232           Hack around spider. Remove me some day please.
35233
35234 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35235
35236         * gst/auparse/gstauparse.c: (gst_auparse_chain):
35237           Fix for some uninitialized variables in previous patch, also
35238           makes it work. Fixes #142286 while we're at it.
35239
35240 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35241
35242         * gst/auparse/gstauparse.c:
35243                 fixes a-law, adds mu-law, linear pcm (8,16,24,32), ieee (32, 64)
35244                 only unsupported formats are ADPCM/CCITT G.72x
35245                 reviewed by Ronald
35246         * gst-libs/gst/audio/audio.h: adds 24bit depth to PCM (x-raw-int)
35247
35248 2004-05-10  Wim Taymans  <wim@fluendo.com>
35249
35250         * ext/vorbis/Makefile.am:
35251         * ext/vorbis/README:
35252         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_formats),
35253         (oggvorbisenc_get_type), (vorbis_caps_factory), (raw_caps_factory),
35254         (gst_oggvorbisenc_base_init), (gst_oggvorbisenc_class_init),
35255         (gst_oggvorbisenc_sinkconnect), (gst_oggvorbisenc_convert_src),
35256         (gst_oggvorbisenc_convert_sink),
35257         (gst_oggvorbisenc_get_query_types), (gst_oggvorbisenc_src_query),
35258         (gst_oggvorbisenc_init), (gst_oggvorbisenc_get_tag_value),
35259         (gst_oggvorbisenc_metadata_set1), (gst_oggvorbisenc_set_metadata),
35260         (get_constraints_string), (update_start_message),
35261         (gst_oggvorbisenc_setup), (gst_oggvorbisenc_write_page),
35262         (gst_oggvorbisenc_chain), (gst_oggvorbisenc_get_property),
35263         (gst_oggvorbisenc_set_property), (gst_oggvorbisenc_change_state):
35264         * ext/vorbis/oggvorbisenc.h:
35265         * ext/vorbis/vorbis.c: (plugin_init):
35266         * ext/vorbis/vorbisenc.c: (vorbis_caps_factory),
35267         (raw_caps_factory), (gst_vorbisenc_class_init),
35268         (gst_vorbisenc_init), (gst_vorbisenc_setup),
35269         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain),
35270         (gst_vorbisenc_get_property), (gst_vorbisenc_set_property):
35271         * ext/vorbis/vorbisenc.h:
35272         Added a raw vorbis encoder to be used with the oggmuxer.
35273         We still need the old encoder for some gnome applications,
35274         read the README to find out how that works.
35275         The raw encoder is called "rawvorbisenc" until 0.9.
35276
35277 2004-05-10  Wim Taymans  <wim@fluendo.com>
35278
35279         * ext/ogg/gstogg.c: (plugin_init):
35280         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init),
35281         (gst_ogg_print):
35282         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type),
35283         (gst_ogg_mux_base_init), (gst_ogg_mux_class_init),
35284         (gst_ogg_mux_get_sink_event_masks), (gst_ogg_mux_init),
35285         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_pad_link),
35286         (gst_ogg_mux_pad_unlink), (gst_ogg_mux_request_new_pad),
35287         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_next_buffer),
35288         (gst_ogg_mux_push_page), (gst_ogg_mux_compare_pads),
35289         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop),
35290         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property),
35291         (gst_ogg_mux_change_state), (gst_ogg_mux_plugin_init):
35292         Added an ogg muxer.
35293         Small typo fixes in the demuxer.
35294
35295 2004-05-10  Wim Taymans  <wim@fluendo.com>
35296
35297         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
35298         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
35299         (theora_enc_change_state), (theora_enc_set_property),
35300         (theora_enc_get_property):
35301         Mark the last packet with an EOS flag which is not really needed
35302         in gstreamer.
35303         Do some better video framerate initialisation.
35304         Update the buffer timestamp.
35305
35306 2004-05-10  Jan Schmidt  <thaytan@mad.scientist.com>
35307
35308         * ext/dv/gstdvdec.c: (gst_dvdec_change_state):
35309         Return the result of the parent state change call
35310
35311 2004-05-10  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35312
35313         * gst/law/alaw.c : alawdec should be registered with type ALAWDEC, not ALAWENC
35314         * gst/law/alaw-decode.c : put audio/x-alaw on pads, instead of audio/x-mulaw
35315         * gst/law/alaw-encode.c : (idem)
35316         * ext/a52dec/gsta52dec.c : mark audio/a52, audio/ac3 as deprecated in a comment
35317         * gst/ac3parse/gstac3parse.c : audio/ac3 => audio/x-ac3
35318         * gst/realmedia/rmdemux.c : audio/a52 => audio/x-ac3
35319
35320 2004-05-09  Benjamin Otte  <otte@gnome.org>
35321
35322         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
35323           don't use a fixed buffer size when writing variable length data to
35324           it. Fixes memory corruption and makes alsasrc work
35325
35326 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35327
35328         * ext/gnomevfs/gstgnomevfssink.c:
35329         (_gst_boolean_allow_overwrite_accumulator),
35330         (gst_gnomevfssink_class_init), (gst_gnomevfssink_open_file):
35331           Run glib's default signal handler (??) in RUN_CLEANUP rather than
35332           RUN_LAST, and don't use that to set the accumulator value because
35333           then it's always FALSE.
35334
35335 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35336
35337         * gst-libs/gst/riff/riff-media.c:
35338         (gst_riff_create_video_caps_with_data),
35339         (gst_riff_create_audio_caps),
35340         (gst_riff_create_audio_template_caps):
35341         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
35342           Fix for unaligned RIFF files (i.e. where all the chunks together
35343           in a LIST chunk are not of the same size as the size given in
35344           the LIST chunk header). Fixes several odd WAVE files. Also fix
35345           ADPCM (block_align property) in audio, so that wavparse based
35346           on this works now as it used to stand-alone.
35347
35348 2004-05-09  Edward Hervey  <bilboed@bilboed.com>
35349
35350         reviewed by Benjamin Otte  <otte@gnome.org>
35351
35352         * ext/a52dec/gsta52dec.c:
35353         * ext/divx/gstdivxdec.c:
35354         * ext/divx/gstdivxenc.c:
35355         * ext/dts/gstdtsdec.c: (gst_dtsdec_base_init):
35356         * ext/faac/gstfaac.c: (gst_faac_base_init):
35357         * ext/faad/gstfaad.c: (gst_faad_base_init):
35358         * ext/ivorbis/vorbisfile.c:
35359         * ext/lame/gstlame.c:
35360         * ext/libfame/gstlibfame.c:
35361         * ext/mpeg2enc/gstmpeg2enc.cc:
35362         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_base_init):
35363         * ext/sidplay/gstsiddec.cc:
35364         * ext/speex/gstspeexdec.c:
35365         * ext/speex/gstspeexenc.c:
35366         * ext/xvid/gstxviddec.c:
35367         * ext/xvid/gstxvidenc.c:
35368           correct klasses. Mostly s,Codec/(Audio|Video),\1/Codec,
35369           (fixes #142193)
35370
35371 2004-05-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35372
35373         * ext/alsa/gstalsa.c: (device_list),
35374         (gst_alsa_class_probe_devices):
35375         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
35376           Fix alsa oddness in mixer after the combination of using mixer
35377           in source/sink elements and using hw:x,y instead of just hw:x.
35378
35379 2004-05-09  Benjamin Otte  <otte@gnome.org>
35380
35381         * gst/wavparse/gstwavparse.c: (gst_wavparse_destroy_sourcepad),
35382         (gst_wavparse_create_sourcepad):
35383           make PAUSED=>READY=>PAUSED=READY work by not destroying NULL
35384           sourcepads
35385
35386 2004-05-09  Benjamin Otte  <otte@gnome.org>
35387
35388         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
35389           allow discont events before caps nego
35390
35391 2004-05-08  Benjamin Otte  <otte@gnome.org>
35392
35393         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
35394           don't leak events
35395
35396 2004-05-08  Benjamin Otte  <otte@gnome.org>
35397
35398         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
35399         (gst_level_change_state), (gst_level_init):
35400         * gst/level/gstlevel.h:
35401           figure out if we're initialized directly instead of keeping a
35402           variable that's wrong in 90% of cases
35403           don't initialize pads and then leak them and use a new unitialized
35404           pad. (fixes #142084)
35405           these were bugs so n00bish I didn't find them for an hour :/
35406
35407 2004-05-08 Iain <iain@prettypeople.org>
35408
35409         * gst/wavparse/gstwavparse.[ch]: Rewrote to use RiffRead instead.
35410         * gst-libs/gst/riff/riff-read.c (gst_riff_read_peek_head): Unstatic it
35411         (gst_riff_read_element_data): Ditto, and added a got_bytes argument to
35412         return the length that was read.
35413         (gst_riff_read_strf_auds): Allow fmt tags as well.
35414
35415 2004-05-07  David Schleef  <ds@schleef.org>
35416
35417         * ext/faad/gstfaad.c: (gst_faad_sinkconnect): HACK to correct
35418         signed char assumption in faad.h.
35419
35420 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35421
35422         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps):
35423           Missing break, detected by Daniel Gazard <daniel.gazard@free.fr>.
35424
35425 2004-05-07  Colin Walters  <walters@redhat.com>
35426
35427         * gst/volume/gstvolume.c (gst_volume_dispose): Unref dpman.
35428         * ext/flac/gstflacdec.c (gst_flacdec_dispose): Add dispose
35429         function.
35430         * gst/audioscale/gstaudioscale.c (gst_audioscale_dispose):
35431         Add dispose function.
35432
35433 2004-05-08  Jan Schmidt  <thaytan@mad.scientist.com>
35434         * ext/dv/gstdvdec.c: (gst_dvdec_video_link):
35435           Fix caps nego and pad templates. RGB mode caps should
35436           work now.
35437         * ext/dvdnav/gst-dvd:
35438           Move mpeg2dec inside the thread because otherwise the
35439           queue rejects cap changes mid-stream
35440         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
35441         (gst_mpeg2dec_flush_decoder):
35442           For mpeg2dec > 0.4.0, call the flush function instead of
35443           manually extracting all in-flight frames.
35444         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_factory),
35445         (gst_dv1394src_init), (gst_dv1394src_iso_receive):
35446           Change mime type video/dv go video/x-dv to match the
35447           rest of gst-plugins
35448
35449 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35450
35451         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
35452         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_type),
35453         (gst_alsa_sink_class_init):
35454         * ext/alsa/gstalsasink.h:
35455         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_type),
35456         (gst_alsa_src_class_init):
35457         * ext/alsa/gstalsasrc.h:
35458           Make alsasink/src a subclass of alsamixer so that mixer stuff
35459           shows up in gst-rec. Needs some finetuning.
35460
35461 2004-05-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35462
35463         * ext/lame/gstlame.c: (gst_lame_chain):
35464           simplify
35465         * ext/mad/gstmad.c: (gst_mad_handle_event):
35466           fix event leak
35467         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
35468           be able to detect mp3 files < 4096 bytes
35469
35470 2004-05-06  Wim Taymans  <wim@fluendo.com>
35471
35472         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
35473         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
35474         (theora_enc_set_property), (theora_enc_get_property):
35475         Also encode the first frame, cleanup some code.
35476
35477 2004-05-06  Wim Taymans  <wim@fluendo.com>
35478
35479         * ext/mpeg2enc/gstmpeg2enc.cc:
35480         Forward events first before deciding that negotiation was
35481         not performed.
35482
35483 2004-05-06  Wim Taymans  <wim@fluendo.com>
35484
35485         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
35486         First process the events before deciding that negotiation
35487         was not performed.
35488
35489 2004-05-06  Wim Taymans  <wim@fluendo.com>
35490
35491         * ext/theora/Makefile.am:
35492         * ext/theora/theora.c: (plugin_init):
35493         * ext/theora/theoradec.c: (theora_dec_change_state):
35494         * ext/theora/theoraenc.c: (gst_theora_enc_base_init),
35495         (gst_theora_enc_class_init), (gst_theora_enc_init),
35496         (theora_enc_sink_link), (theora_enc_event), (theora_push_packet),
35497         (theora_enc_chain), (theora_enc_change_state),
35498         (theora_enc_set_property), (theora_enc_get_property):
35499         Added a theora encoder, grouped the encoder and decoder into the
35500         same plugin.
35501
35502 2004-05-05  Thomas Vander Stichele  <thomas at apestaart dot org>
35503
35504         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
35505         (gst_jpegenc_chain):
35506         fix DURATION on outgoing buffers
35507         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
35508         debug using time formats
35509         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
35510         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
35511         (gst_xvimagesink_sink_link):
35512         windows with width/height 0 generate X errors, so don't allow them
35513
35514 2004-05-05  Wim Taymans  <wim@fluendo.com>
35515
35516         * ext/mpeg2dec/gstmpeg2dec.c: (src_templ),
35517         (gst_mpeg2dec_base_init), (gst_mpeg2dec_init),
35518         (gst_mpeg2dec_negotiate_format):
35519         * ext/mpeg2dec/gstmpeg2dec.h:
35520           removed the static pad template so that we can add the
35521           more accurate framerate value to the caps.
35522
35523
35524 2004-05-04  Benjamin Otte  <otte@gnome.org>
35525
35526         * configure.ac:
35527           check for kdemacros.h, too (should fix #141821)
35528         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
35529           don't crash if no header was sent, but nicely error out (fixes part
35530           of #141554)
35531
35532 2004-05-04  Wim Taymans  <wim@fluendo.com>
35533
35534         * ext/mpeg2enc/gstmpeg2enc.cc: (gst_mpeg2enc_dispose): call the
35535         parent dispose function to avoid segfault on destroy.
35536
35537 2004-05-04  Thomas Vander Stichele  <thomas at apestaart dot org>
35538
35539         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
35540         (plugin_init):
35541         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
35542         (gst_xvimagesink_sink_link):
35543         clean up debugging caps
35544         also recreate xvimage when format has changed
35545
35546 2004-05-04  Benjamin Otte  <otte@gnome.org>
35547
35548         * ext/libvisual/Makefile.am:
35549         * ext/libvisual/visual.c: (gst_visual_class_init),
35550         (gst_visual_init), (gst_visual_dispose), (gst_visual_getcaps),
35551         (gst_visual_srclink), (gst_visual_chain),
35552         (gst_visual_change_state), (plugin_init):
35553           use a GstAdapter to correctly adapt buffer sizes - allows using a
35554           framerate
35555
35556 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
35557
35558         * sys/v4l/gstv4lelement.h:
35559         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
35560         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps), (gst_v4lsrc_getcaps),
35561         (gst_v4lsrc_buffer_free):
35562         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities):
35563         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
35564         (gst_v4lsrc_sync_frame), (gst_v4lsrc_grab_frame),
35565         (gst_v4lsrc_requeue_frame):
35566         move some debugging categories around
35567         query for fps index and set accordingly if found
35568
35569 2004-05-03  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35570
35571         * ext/lame/gstlame.c:
35572         correct defaults that lame_init puts out of range
35573
35574 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
35575
35576         * ext/divx/gstdivxenc.c: (gst_divxenc_get_type),
35577         (gst_divxenc_class_init):
35578         fix range since -1 is the default
35579         * gst/mpeg1sys/gstmpeg1systemencode.c:
35580         (gst_mpeg1_system_encode_get_type), (gst_system_encode_multiplex):
35581         * gst/rtjpeg/gstrtjpegdec.c: (gst_rtjpegdec_get_type),
35582         (gst_rtjpegdec_chain):
35583         * gst/rtjpeg/gstrtjpegenc.c: (gst_rtjpegenc_get_type),
35584         (gst_rtjpegenc_chain):
35585         * sys/qcam/gstqcamsrc.c: (gst_autoexp_mode_get_type),
35586         (gst_qcamsrc_get_type), (gst_qcamsrc_change_state):
35587         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_get_type):
35588         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_type):
35589         * sys/v4l/gstv4lsrc.c:
35590         * sys/v4l/v4l_calls.c: (gst_v4l_open):
35591         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
35592         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
35593         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init):
35594         * sys/vcd/vcdsrc.c: (vcdsrc_get_type), (vcdsrc_get):
35595           remove gst_info calls
35596
35597 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
35598
35599         * Makefile.am:
35600         * po/af.po:
35601         * po/az.po:
35602         * po/en_GB.po:
35603         * po/nl.po:
35604         * po/sr.po:
35605         * po/sv.po:
35606           Updated translations
35607
35608 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
35609
35610         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
35611           refactor/comment code
35612
35613 2004-05-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35614
35615         * gst/asfdemux/Makefile.am:
35616         * gst/asfdemux/asfheaders.c:
35617         * gst/asfdemux/asfheaders.h:
35618         * gst/asfdemux/gstasf.c: (plugin_init):
35619         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_get_type),
35620         (gst_asf_demux_base_init), (gst_asf_demux_process_comment),
35621         (gst_asf_demux_setup_pad):
35622         * gst/asfdemux/gstasfdemux.h:
35623         * gst/asfdemux/gstasfmux.c:
35624         * gst/asfdemux/gstasfmux.h:
35625           Add tagging support to demuxer, split out registration in its own
35626           file instead of in demux (hacky), and prevent having some tables
35627           in our memory multiple times (in asfheaders.h).
35628
35629 2004-05-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35630
35631         * gst/matroska/matroska-demux.c:
35632         (gst_matroska_demux_parse_metadata):
35633         * gst/matroska/matroska-ids.h:
35634           Basic tag reading support.
35635
35636 2004-04-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35637
35638         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
35639           Really detect ac-3 audio.
35640         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find):
35641           really detect matroska files (off-by-1).
35642
35643 2004-04-30  David Schleef  <ds@schleef.org>
35644
35645         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
35646         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_type_get),
35647         (qtdemux_dump_stsz), (qtdemux_dump_stco), (qtdemux_dump_co64),
35648         (qtdemux_dump_unknown), (qtdemux_parse_tree), (qtdemux_parse_udta),
35649         (qtdemux_tag_add), (get_size), (gst_qtdemux_handle_esds): More qtdemux
35650         hackage -- parse a lot more atoms, extract a few tags.  One might even
35651         mistake this for tag support.  Maybe it is.
35652         * gst/qtdemux/qtdemux.h:
35653
35654 2004-04-30  Colin Walters  <walters@verbum.org>
35655
35656         * ext/alsa/gstalsasink.c (gst_alsa_sink_mmap): Plug a memleak.
35657
35658 2004-04-30  Thomas Vander Stichele  <thomas at apestaart dot org>
35659
35660         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
35661         (gst_ffmpegcolorspace_getcaps):
35662           remove broken nego fix
35663
35664 2004-04-30  Benjamin Otte  <otte@gnome.org>
35665
35666         * configure.ac:
35667         * ext/Makefile.am:
35668         * ext/libvisual/Makefile.am:
35669         * ext/libvisual/visual.c:
35670           add initial support for libvisual (http://libvisual.sourceforge.net)
35671           libvisual is still quite alpha, so expect crashes in there :)
35672
35673 2004-04-29  David Schleef  <ds@schleef.org>
35674
35675         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream), (qtdemux_parse),
35676         (qtdemux_parse_trak), (get_size), (gst_qtdemux_handle_esds): Hacked
35677         up qtdemux to make it spit out codec_data.  Do _not_ look at this
35678         code; you will no longer respect me.
35679
35680 2004-04-29  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35681
35682         * ext/alsa/gstalsa.c : (gst_alsa_class_probe_devices)
35683         * ext/alsa/gstalsa.h :
35684         change alsa pcm device discovery to find more than 1 device
35685         per card. code review by Ronald.
35686
35687 2004-04-29  David Schleef  <ds@schleef.org>
35688
35689         * sys/oss/gstosselement.c: (gst_osselement_rate_probe_check):
35690         Add a check for a driver bug on FreeBSD.  (bug #140565)
35691
35692 2004-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
35693
35694         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_get_type):
35695         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
35696         (gst_jpegenc_getcaps):
35697           move format setting to inner loop
35698         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
35699         (gst_ffmpegcolorspace_getcaps):
35700           use GST_PAD_CAPS if available so that we use already negotiated
35701           caps
35702         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
35703         (qtdemux_parse_moov), (qtdemux_parse):
35704           extra debugging
35705         * sys/qcam/qcam-Linux.c: (qc_lock_wait), (qc_unlock):
35706         * sys/qcam/qcam-os.c: (qc_lock_wait), (qc_unlock):
35707           move hardcoded path to DEFINE
35708
35709 2004-04-28  David Schleef  <ds@schleef.org>
35710
35711         * gst/speed/gstspeed.c: (speed_parse_caps):  Fix caps parsing.
35712         (bug #140064)
35713
35714 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35715
35716         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
35717           Don't probe for playback device if we're a source element. Fixes
35718           #139658.
35719
35720 2004-04-29  Benjamin Otte  <otte@gnome.org>
35721
35722         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
35723         (gst_id3_tag_chain):
35724           rewrite buffer offset
35725
35726 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35727
35728         * configure.ac:
35729         * ext/Makefile.am:
35730         * ext/dts/Makefile.am:
35731         * ext/dts/gstdtsdec.c: (gst_dtsdec_get_type),
35732         (gst_dtsdec_base_init), (gst_dtsdec_class_init), (gst_dtsdec_init),
35733         (gst_dtsdec_channels), (gst_dtsdec_renegotiate),
35734         (gst_dtsdec_handle_event), (gst_dtsdec_update_streaminfo),
35735         (gst_dtsdec_loop), (gst_dtsdec_change_state),
35736         (gst_dtsdec_set_property), (gst_dtsdec_get_property),
35737         (plugin_init):
35738         * ext/dts/gstdtsdec.h:
35739           New DTS decoder.
35740         * ext/faad/gstfaad.c: (gst_faad_sinkconnect),
35741         (gst_faad_srcconnect):
35742           Add ESDS atom handling (.m4a).
35743
35744 2004-04-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35745
35746         * ext/divx/gstdivxdec.c: (plugin_init):
35747           Remove comment that makes no sense.
35748         * ext/mad/gstid3tag.c: (gst_id3_tag_set_property):
35749           Fix for obvious typo that resulted in warnings during gst-register.
35750         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link),
35751         (gst_xviddec_sink_link):
35752           Fix caps negotiation a bit better.
35753         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
35754           We call this 'codec_data', not 'esds'.
35755
35756 2004-04-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35757
35758         * gst/monoscope/gstmonoscope.c:
35759           make sure we only provide 256x128
35760         * gst/monoscope/monoscope.c: (monoscope_init):
35761           assert size of 256x128
35762
35763 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
35764
35765         * Makefile.am:
35766         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
35767         (gst_v4lsrc_getcaps), (gst_v4lsrc_buffer_free):
35768           fixate to max width and height of device
35769
35770 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
35771
35772         * Makefile.am:
35773         * sys/v4l/gstv4l.c:
35774         * sys/v4l/gstv4lsrc.c:
35775         * sys/v4l/v4l_calls.c:
35776         * sys/v4l/v4lsrc_calls.c:
35777           fix for qc-usb driver which fakes having more than one buffer
35778           by handing the same buffer twice, which confused GStreamer's/v4lsrc
35779           buffer_free override
35780           add debugging
35781
35782 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
35783
35784         * Makefile.am:
35785         * gst/videotestsrc/gstvideotestsrc.c:
35786         (gst_videotestsrc_class_init), (gst_videotestsrc_change_state),
35787         (gst_videotestsrc_init), (gst_videotestsrc_get),
35788         (gst_videotestsrc_set_property), (gst_videotestsrc_get_property):
35789         * gst/videotestsrc/gstvideotestsrc.h:
35790           add num-buffers property
35791
35792         2004-04-26  Benjamin Otte  <otte@gnome.org>
35793
35794         * ext/mad/gstid3tag.c: (plugin_init):
35795           set id3mux rank to NONE so it doesn't confuse spider
35796           require audio/mpeg,mpegversion=1 in id3mux
35797
35798 2004-04-26  Benjamin Otte  <otte@gnome.org>
35799
35800         * configure.ac:
35801           detect faad correctly as non-working if it's indeed non-working
35802
35803 2004-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
35804
35805         * Makefile.am:
35806         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
35807         (gst_jpegenc_class_init), (gst_jpegenc_getcaps):
35808         fix _getcaps so it only negotiates to its supported format
35809
35810 2004-04-25  Benjamin Otte  <otte@gnome.org>
35811
35812         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
35813           fix memleak
35814
35815 2004-04-23  Benjamin Otte  <otte@gnome.org>
35816
35817         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
35818           audio/x-raw-int with height rules! not. Now it's depth.
35819
35820 2004-04-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35821
35822         * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
35823         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
35824         (gst_wavparse_loop):
35825           Missing variable initialization. Add handling of DVI ADPCM. Fix
35826           mis-parsing of LIST chunks. This works around a bug where we mis-
35827           parse non-aligning LIST chunks (so LIST chunks where the contents
35828           don't align with the actual LIST size). The correct fix is to use
35829           rifflib, I'm not going to fix wavparse - too much work. All this
35830           fixes #104878.
35831
35832 2004-04-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
35833
35834         reviewed by Benjamin Otte  <otte@gnome.org>
35835
35836         * ext/shout/gstshout.c: (gst_icecastsend_change_state):
35837           fix shoutcast not working (fixes #140844)
35838
35839 2004-04-22  Benjamin Otte  <otte@gnome.org>
35840
35841         * ext/hermes/gsthermescolorspace.c:
35842         (gst_hermes_colorspace_caps_remove_format_info):
35843         * gst/colorspace/gstcolorspace.c:
35844         (gst_colorspace_caps_remove_format_info):
35845         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
35846         (gst_ffmpegcolorspace_caps_remove_format_info):
35847           s/gst_caps_simplify/gst_caps_do_simplify/
35848
35849 2004-04-22  Benjamin Otte  <otte@gnome.org>
35850
35851         * gst-libs/gst/riff/riff-media.c:
35852         (gst_riff_create_video_caps_with_data):
35853           mpegversion is an int
35854         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init):
35855           don't try to create pad templates with NULL caps, use any caps
35856           instead.
35857
35858 2004-04-20  David Schleef  <ds@schleef.org>
35859
35860         * ext/sdl/Makefile.am: Link against libgstinterfaces, not
35861         libgstxoverlay.  jmmv@menta.net (Julio M. Merino Vidal)
35862         (bug #140384)
35863
35864 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
35865
35866         reviewed by David Schleef
35867
35868         * ext/mad/gstid3tag.c: Add stdlib.h
35869         * gst/rtp/gstrtpgsmenc.c: same
35870         * gst/tags/gstid3tag.c: same
35871         * gst/udp/gstudpsrc.c: (gst_udpsrc_get): Fix GST_DISABLE_LOADSAVE
35872         * gst/tcp/gsttcpsink.c: (gst_tcpsink_sink_link): Adjust
35873         GST_DISABLE_LOADSAVE use.
35874         * gst/udp/gstudpsink.c: (gst_udpsink_sink_link): Likewise.
35875         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get): Likewise.
35876         * ext/gnomevfs/gstgnomevfssrc.c: Include <stdlib.h> (needed by
35877         atol(3)).
35878         * sys/oss/gstosselement.h: Include <sys/types.h> (needed for dev_t).
35879         * gst/tags/gstvorbistag.c: Include <stdlib.h> (needed by
35880         strtoul(3)).
35881         * gst/rtp/gstrtpL16enc.c: Include <stdlib.h> (needed by random(3)).
35882         * ext/mad/Makefile.am: (libgstmad_la_CFLAGS): Add $(MAD_CFLAGS)
35883         $(ID3_CFLAGS).
35884         * ext/libfame/Makefile.am: (libgstlibfame_la_CFLAGS): Add
35885         $(LIBFAME_CFLAGS).
35886
35887 2004-04-20  David Schleef  <ds@schleef.org>
35888
35889         * gst/realmedia/rmdemux.c:  This was supposed to part of the
35890         last checkin.  Same idea.
35891
35892 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
35893
35894         reviewed by David Schleef
35895
35896         * configure.ac: bump required gstreamer version to 0.8.1.1
35897         because of following changes [--ds]
35898
35899         * gst-libs/gst/riff/riff-read.c:  Include gst/gstutils.h.
35900         (gst_riff_peek_head, gst_riff_peek_list, gst_riff_read_list)
35901         (gst_riff_read_header):  Use GST_READ_UINT*
35902         macros to access possibly unaligned memory.
35903
35904         * gst/typefind/gsttypefindfunctions.c: Include gst/gstutils.h.
35905         (mp3_type_find):  Use GST_READ_UINT*
35906         macros to access possibly unaligned memory.
35907         (mp3_type_find, mpeg1_parse_header, qt_type_find)
35908         (speex_type_find): Likewise
35909
35910         * gst/tags/gstvorbistag.c: (ADVANCE): Likewise
35911
35912         * gst/qtdemux/qtdemux.c: Include stdlib.h (needed by realloc).
35913         (QTDEMUX_GUINT32_GET, QTDEMUX_GUINT16_GET, QTDEMUX_FP32_GET)
35914         (QTDEMUX_FP16_GET, QTDEMUX_FOURCC_GET)
35915         (gst_qtdemux_loop_header, gst_qtdemux_loop_header)
35916         (qtdemux_node_dump_foreach, qtdemux_tree_get_child_by_type)
35917         (qtdemux_tree_get_sibling_by_type):  Use GST_READ_UINT*
35918         macros to access possibly unaligned memory.
35919
35920         * gst/mpegstream/gstmpegpacketize.c: (parse_generic, parse_chunk):
35921         Likewise.
35922
35923         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead)
35924         (gst_mpeg_demux_parse_packet, gst_mpeg_demux_parse_pes): Likewise.
35925
35926         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
35927         Likewise.
35928
35929         * gst/mpeg2sub/gstmpeg2subt.c: (GST_BUFFER_DATA)
35930         (gst_mpeg2subt_chain_subtitle): Likewise.
35931
35932         * gst/mpeg1videoparse/gstmp1videoparse.c: (mp1videoparse_parse_seq)
35933         (gst_mp1videoparse_time_code, gst_mp1videoparse_real_chain):
35934         Likewise.
35935
35936         * gst/mpeg1sys/buffer.c: (mpeg1mux_buffer_update_audio_info):
35937         Likewise.
35938
35939         * gst/cdxaparse/gstcdxaparse.c: (gst_bytestream_peek_bytes):
35940         Likewise.
35941
35942         * gst/asfdemux/gstasfdemux.c: (_read_var_length, _read_uint):
35943         Likewise.
35944
35945 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
35946
35947         * configure.ac:
35948           update required version of GStreamer because of GST_TIME_FORMAT
35949
35950 2004-04-20  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35951
35952         * ext/mad/gstid3tag.c: (gst_id3_tag_init):
35953           remove leftover g_print
35954         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
35955           don't try setting only a subset of the caps. We don't want to kill
35956           autoplugging on purpose
35957
35958 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
35959
35960         * sys/ximage/ximagesink.c: (plugin_init):
35961         * sys/xvimage/xvimagesink.c: (plugin_init):
35962           add debugging categories
35963
35964 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
35965
35966         * po/en_GB.po:
35967         * po/LINGUAS:
35968           Adding en_GB translation (Gareth Owen)
35969
35970 2004-04-20  David Schleef  <ds@schleef.org>
35971
35972         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
35973         (qtdemux_parse), (qtdemux_type_get), (qtdemux_dump_mvhd),
35974         (qtdemux_dump_tkhd), (qtdemux_dump_stsd), (qtdemux_dump_unknown),
35975         (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
35976         A number of new features and hacks to extract the esds atom and
35977         put it into the caps.  (bug #137724)
35978
35979 2004-04-19  David Schleef  <ds@schleef.org>
35980
35981         * gconf/Makefile.am: Fix for non-GNU make
35982         * gst-libs/gst/Makefile.am: Change directory order to handle
35983         GstPlay linking with gstinterfaces
35984         * gst-libs/gst/audio/make_filter: make use of tr portable
35985         * gst-libs/gst/play/Makefile.am: Add intended \
35986         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
35987         (gst_xwin_set_clips): Switch to ISO variadic macro. Use a
35988         function prototype instead of void *.
35989         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Switch to ISO variadic
35990         macro.
35991         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
35992         (gst_ffmpegcolorspace_chain): wrap NULL in GST_ELEMENT_ERROR call
35993         * gst/videofilter/make_filter: make use of tr portable
35994         * pkgconfig/Makefile.am: Remove GNU extension in Makefile target
35995
35996 2004-04-19  Thomas Vander Stichele  <thomas at apestaart dot org>
35997
35998         * po/LINGUAS:
35999         * po/uk.po:
36000           Added Ukrainian translation (Maxim V. Dziumanenko)
36001
36002 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36003
36004         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_getcaps),
36005         (gst_gsmdec_link), (gst_gsmdec_chain):
36006           Fix capsnego, simplify chain function slightly.
36007         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
36008           Add GSM.
36009
36010 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36011
36012         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
36013         (gst_wavparse_destroy_sourcepad), (gst_wavparse_create_sourcepad),
36014         (gst_wavparse_parse_fmt), (gst_wavparse_change_state):
36015           Hack to make wavparse work with spider (always -> sometimes pad).
36016           Fixes #135862 && #140411.
36017
36018 2004-04-18  Benjamin Otte  <otte@gnome.org>
36019
36020         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
36021         (gst_osselement_rate_probe_check),
36022         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate):
36023           get rid of \n in debug output
36024
36025 2004-04-17  Iain <iain@prettypeople.org>
36026
36027         * gst/wavparse/gstwavparse.c (gst_wavparse_loop): Allow all events,
36028         not just EOS.
36029
36030 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36031
36032         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
36033         (gst_id3_tag_class_init), (gst_id3_tag_get_caps),
36034         (gst_id3_tag_add_src_pad), (gst_id3_tag_init),
36035         (gst_id3_tag_set_property), (gst_id3_tag_do_caps_nego),
36036         (gst_id3_tag_src_link), (gst_id3_tag_chain),
36037         (gst_id3_tag_change_state), (plugin_init):
36038           deprecate id3tag element and replace with id3demux/id3mux.
36039           great side effect: this ugly file is now even uglier, yay!
36040         * ext/mad/gstmad.h:
36041           remove non-available function
36042           update for new get_type
36043
36044 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36045
36046         * configure.ac:
36047           require mpeg2dec >= 0.4.0
36048
36049 2004-04-17  Benjamin Otte  <otte@gnome.org>
36050
36051         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
36052         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
36053         (gst_xvimagesink_set_xwindow_id):
36054           call GST_ELEMENT_ERROR whenever get_xcontext fails. Includes
36055           assorted cleanup fixes.
36056
36057 2004-04-16  David Schleef  <ds@schleef.org>
36058
36059         * sys/ximage/ximagesink.h: Compile fix for FreeBSD. (bug #140268)
36060         * sys/xvimage/xvimagesink.h: same
36061
36062 2004-04-16  Thomas Vander Stichele  <thomas at apestaart dot org>
36063
36064         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
36065           Fix GST_ELEMENT_ERROR with (NULL)
36066
36067 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36068
36069         * gst-libs/gst/riff/riff-media.c:
36070         (gst_riff_create_video_caps_with_data):
36071           Add div[3456] as fourccs for DivX 3 (fixes #140137).
36072
36073 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36074
36075         * gst-libs/gst/riff/riff-media.c:
36076         (gst_riff_create_video_caps_with_data),
36077         (gst_riff_create_video_caps), (gst_riff_create_audio_caps),
36078         (gst_riff_create_video_template_caps),
36079         (gst_riff_create_audio_template_caps):
36080         * gst-libs/gst/riff/riff-media.h:
36081         * gst-libs/gst/riff/riff-read.c:
36082         (gst_riff_read_strf_vids_with_data), (gst_riff_read_strf_vids):
36083         * gst-libs/gst/riff/riff-read.h:
36084         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
36085           Add MS RLE support. I added some functions to read out strf chunks
36086           into strf chunks and the data behind it. This is usually color
36087           palettes (as in RLE, but also in 8-bit RGB). Also use those during
36088           caps creation. Lastly, add ADPCM (similar to wavparse - which
36089           should eventually be rifflib based).
36090         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
36091         (gst_matroska_demux_init), (gst_matroska_demux_reset):
36092         * gst/matroska/matroska-demux.h:
36093           Remove placeholders for some prehistoric tagging system. Didn't add
36094           support for any tag system really anyway.
36095         * gst/qtdemux/qtdemux.c:
36096           Add support for audio/x-m4a (MPEG-4) through spider.
36097         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
36098         (gst_wavparse_loop):
36099           ADPCM support (#135862). Increase max. buffer size because we
36100           cannot split buffers for ADPCM (screws references) and I've seen
36101           files with 2048 byte chunks. 4096 seems safe for now.
36102
36103 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
36104
36105         * configure.ac: bump nano to 1
36106
36107 === release 0.8.1 ===
36108
36109 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
36110
36111         * configure.ac: releasing 0.8.1, "Comforting Sounds"
36112
36113 2004-04-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36114
36115         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
36116           Fix typo in divxversion (3 instead of 4 for "DIVX" fourcc).
36117           Fixes #140058
36118
36119 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
36120
36121         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_plugin_init):
36122           lower rank of dvddemux so that it's not used for mpeg playback.
36123
36124 2004-04-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36125
36126         * configure.ac:
36127           save libs correctly when checking mad
36128
36129 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
36130
36131         * ext/mad/gstid3tag.c: (plugin_init):
36132           lower rank of id3tag as proposed by Benjamin.  Fixes #139926.
36133
36134 2004-04-13  David Schleef  <ds@schleef.org>
36135
36136         * common/m4/gst-feature.m4: Call -config scripts with
36137         --plugin-libs if it is supported.
36138         * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect): sequences of
36139         JPEG images are image/jpeg.
36140         * gst/debug/Makefile.am:
36141         * gst/debug/negotiation.c: (gst_negotiation_class_init),
36142         (gst_negotiation_getcaps), (gst_negotiation_pad_link),
36143         (gst_negotiation_update_caps), (gst_negotiation_get_property),
36144         (gst_negotiation_plugin_init): Add a property that acts like
36145         filter caps.
36146         * testsuite/gst-lint:  Move license checking to be a standard
36147         test.
36148
36149 2004-04-13  David Schleef  <ds@schleef.org>
36150
36151         * gst/avi/gstavidemux.c: (gst_avi_demux_reset): Fix memleak.
36152         patch from Sebastien Cote (bug #139958)
36153
36154 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
36155
36156         * examples/gstplay/Makefile.am:
36157         * examples/gstplay/player.c: (main):
36158           make the commandline player example use gconf settings
36159
36160 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
36161
36162         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
36163         (gst_cacasink_sinkconnect), (gst_cacasink_init),
36164         (gst_cacasink_chain), (gst_cacasink_open), (gst_cacasink_close):
36165           init/end library during state transition, not object
36166           creation/disposal.  get rid of custom dispose handler.
36167
36168
36169 2004-04-12  Christian Schaller <Uraeus@gnome.org>
36170
36171         * sys/oss/gstosselement.c: s/lstat/stat/ from freeBSD, since it can
36172         be a symlink
36173
36174 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36175
36176         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_data):
36177           Handle JUNK chunks inside data section. Prevents warnings.
36178
36179 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36180
36181         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
36182         (gst_riff_create_video_template_caps):
36183           Add MS video v1.
36184         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
36185         (gst_avi_demux_stream_data):
36186           Add support for "rec-list" chunks.
36187
36188 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36189
36190         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
36191           Fix another codecname mismatch.
36192
36193 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36194
36195         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
36196           Fix divx caps mismatch and move from video/x-jpeg to image/jpeg
36197           so that MJPEG plays back.
36198
36199 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36200
36201         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
36202         (gst_mp1videoparse_real_chain), (gst_mp1videoparse_change_state):
36203         * gst/mpeg1videoparse/gstmp1videoparse.h:
36204           Fix for some slight mis-cuts in buffer parsing, and for some
36205           potential overflows or faults-causers. Adds disconts. Also fixes
36206           #139105 while we're at it.
36207
36208 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36209
36210         * configure.ac:
36211         * sys/v4l2/gstv4l2element.h:
36212           Workaround for missing struct v4l2_buffer declaration in Suse 9
36213           and Mandrake 10 linux/videodev2.h header file (#135919).
36214
36215 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36216
36217         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
36218           Bail out if no filename was given.
36219
36220 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36221
36222         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
36223         (gst_v4l2_fourcc_from_structure):
36224           Add Y41B/Y42B YUV formats (see #125732), fix Y41P (was typo'ed to
36225           Y41B somewhere).
36226
36227 2004-04-09  Benjamin Otte  <otte@gnome.org>
36228
36229         * ext/gnomevfs/gstgnomevfssink.c:
36230         (_gst_boolean_allow_overwrite_accumulator),
36231         (gst_gnomevfssink_class_init):
36232           fix erase signal - if any handler returns false the file will not be
36233           overwritten. If no handler is connected, the file will not be
36234           overwritten either.
36235           renamed signal to "allow-overwrite"
36236         * ext/mad/gstid3tag.c: (tag_list_to_id3_tag_foreach):
36237           free string when adding it to ID3 failed
36238         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
36239           unref event when done
36240         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
36241           free caps
36242         * gst/typefind/gsttypefindfunctions.c:
36243         (mpeg_video_stream_type_find):
36244           fix invalid read
36245
36246 2004-04-08  David Schleef  <ds@schleef.org>
36247
36248         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
36249         (gst_ffmpegcolorspace_register): Change rank to PRIMARY.
36250
36251 2004-04-08  David Schleef  <ds@schleef.org>
36252
36253         * gst/colorspace/gstcolorspace.c: Don't advertise a conversion
36254         we don't support (bug #139532)
36255
36256 2004-04-07  Thomas Vander Stichele  <thomas at apestaart dot org>
36257
36258         * ext/mad/gstmad.c: (gst_mad_handle_event),
36259         (gst_mad_check_caps_reset), (gst_mad_chain),
36260         (gst_mad_change_state):
36261           only set explicit caps if they haven't been set before for
36262           this stream.  MPEG-audio sample rate/channels aren't allowed
36263           to change in-stream.
36264           Fixes #139382
36265
36266 2004-04-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36267
36268         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_base_init),
36269         (_gst_boolean_did_something_accumulator),
36270         (gst_gnomevfssink_class_init), (gst_gnomevfssink_dispose),
36271         (gst_gnomevfssink_init), (gst_gnomevfssink_set_property),
36272         (gst_gnomevfssink_get_property), (gst_gnomevfssink_open_file),
36273         (gst_gnomevfssink_close_file), (gst_gnomevfssink_chain),
36274         (gst_gnomevfssink_change_state):
36275           Fix erase signal. Don't erase by default. Remove handoff signal.
36276           Remove erase property. Don't segfault. General cleanup.
36277
36278 2004-04-07  Benjamin Otte  <otte@gnome.org>
36279
36280         * gst-libs/gst/gconf/test-gconf.c: (main):
36281           add missing gst_init
36282
36283 2004-04-07  Benjamin Otte  <otte@gnome.org>
36284
36285         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
36286           free the mutexes, too
36287
36288 2004-04-07  Benjamin Otte  <otte@gnome.org>
36289
36290         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
36291           actually free the URI string
36292         * ext/mad/gstid3tag.c: (gst_id3_tag_src_event):
36293           compute offset correctly when passing discont events
36294         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
36295           don't leak discont events
36296         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
36297           add some missing breaks so caps aren't copied randomly
36298         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream):
36299           if we realloc memory, we better use it
36300
36301 2004-04-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36302
36303         * ext/mad/gstmad.c: (normal_seek):
36304           fix GST_FORMAT_TIME usage
36305
36306 2004-04-05  David Schleef  <ds@schleef.org>
36307
36308         * ext/kio/kiosrc.cpp:  Undefine KDE_DEPRECATED so we can use
36309         a deprecated function (hack!)
36310
36311 2004-04-05  Benjamin Otte  <otte@gnome.org>
36312
36313         * ext/esd/esdmon.c: (gst_esdmon_get):
36314           fix nonterminated vararg and memleak
36315
36316 2004-04-05  Benjamin Otte  <otte@gnome.org>
36317
36318         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init),
36319         (gst_ladspa_init), (gst_ladspa_force_src_caps),
36320         (gst_ladspa_set_property), (gst_ladspa_get_property),
36321         (gst_ladspa_instantiate), (gst_ladspa_activate),
36322         (gst_ladspa_deactivate), (gst_ladspa_loop), (gst_ladspa_chain):
36323           clean up debugging
36324
36325 2004-04-05  Stefan Kost <kost@imn.htwk-leipzig.de>
36326
36327         reviewed by Benjamin Otte  <otte@gnome.org>
36328
36329         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init):
36330           check for broken LADSPA parameters (fixes #138635)
36331
36332 2004-04-05  Benjamin Otte  <otte@gnome.org>
36333
36334         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps):
36335           advertise buffer-frames correctly on sinkpads
36336
36337 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
36338
36339         * ext/mad/gstmad.c: (gst_mad_get_type), (gst_mad_layer_get_type),
36340         (gst_mad_mode_get_type), (gst_mad_emphasis_get_type),
36341         (gst_mad_get_event_masks), (gst_mad_get_query_types), (index_seek),
36342         (normal_seek), (gst_mad_src_event), (gst_mad_handle_event),
36343         (gst_mad_check_caps_reset), (gst_mad_chain):
36344         add more debugging, only reset caps when we're not in error state
36345
36346 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
36347
36348         * ext/mad/gstmad.c: add debugging category, comment + cleanups
36349
36350 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
36351
36352         reviewed by Benjamin Otte  <otte@gnome.org>
36353
36354         * configure.ac:
36355           fix == in test(1) operator
36356
36357 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
36358
36359         reviewed by Benjamin Otte  <otte@gnome.org>
36360
36361         * configure.ac:
36362           fix --export-symblos-regex to a working regex.
36363
36364 2004-04-04  Benjamin Otte  <otte@gnome.org>
36365
36366         * sys/oss/.cvsignore:
36367           add for oss_probe
36368
36369 2004-04-03  Tim-Phillip Müller <t.i.m@zen.co.uk>
36370
36371         reviewed by Benjamin Otte  <otte@gnome.org>
36372
36373         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
36374           add missing 'new_media' argument (fixes #138168)
36375         * gst/matroska/matroska-demux.c:
36376         (gst_matroska_demux_handle_seek_event):
36377           add vararg terminator (fixes #138169)
36378
36379 2004-04-02  David Schleef  <ds@schleef.org>
36380
36381         * ext/gdk_pixbuf/Makefile.am:  Make sure gstgdkanimation.h is
36382         disted (bug #138914)
36383
36384 2004-04-01  Benjamin Otte  <otte@gnome.org>
36385
36386         * ext/alsa/gstalsa.c: (gst_alsa_change_state),
36387         (gst_alsa_close_audio):
36388           handle case better where a soundcard can't pause
36389         * ext/ogg/gstoggdemux.c:
36390           don't crash when we get events but don't have pads yet
36391
36392 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
36393
36394         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
36395           throw an error if we couldn't probe any caps.
36396
36397 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
36398
36399         * ext/dvdnav/gst-dvd:
36400         Add a really simple sample DVD player
36401
36402 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
36403
36404         * ext/a52dec/gsta52dec.c: (gst_a52dec_get_type), (gst_a52dec_init),
36405         (gst_a52dec_push), (gst_a52dec_handle_event),
36406         (gst_a52dec_update_streaminfo), (gst_a52dec_loop),
36407         (gst_a52dec_change_state):
36408         * ext/a52dec/gsta52dec.h:
36409           Use a debug category, Output timestamps correctly
36410           Emit tag info, Handle events, tell liba52dec about cpu
36411           capabilities so it can use MMX etc.
36412         * ext/dv/gstdvdec.c: (gst_dvdec_loop), (gst_dvdec_change_state):
36413           Fix a crasher accessing invalid memory
36414         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init),
36415         (dvdnavsrc_update_highlight), (dvdnavsrc_loop),
36416         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
36417         (dvdnavsrc_event), (dvdnavsrc_get_formats), (dvdnavsrc_convert),
36418         (dvdnavsrc_query):
36419           Some support for byte-format seeking.
36420           Small fixes for still frames and menu button overlays
36421         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
36422         (gst_mpeg2dec_alloc_buffer):
36423           Use a debug category. Adjust the report level of several items to
36424           LOG. Call mpeg2_custom_fbuf to mark our buffers as 'custom buffers'
36425           so it doesn't lose the GstBuffer pointer
36426         * gst/debug/Makefile.am:
36427         * gst/debug/gstdebug.c: (plugin_init):
36428         * gst/debug/gstnavseek.c: (gst_navseek_get_type),
36429         (gst_navseek_base_init), (gst_navseek_class_init),
36430         (gst_navseek_init), (gst_navseek_seek),
36431         (gst_navseek_handle_src_event), (gst_navseek_set_property),
36432         (gst_navseek_get_property), (gst_navseek_chain),
36433         (gst_navseek_plugin_init):
36434         * gst/debug/gstnavseek.h:
36435           Add the navseek debug element for seeking back and forth in a
36436           video stream using arrow keys.
36437         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_get_type),
36438         (gst_mpeg2subt_base_init), (gst_mpeg2subt_class_init),
36439         (gst_mpeg2subt_init), (gst_mpeg2subt_finalize),
36440         (gst_mpeg2subt_getcaps_video), (gst_mpeg2subt_link_video),
36441         (gst_mpeg2subt_handle_video), (gst_mpeg2subt_src_event),
36442         (gst_mpeg2subt_parse_header), (gst_get_nibble),
36443         (gst_setup_palette), (gst_get_rle_code), (gst_draw_rle_line),
36444         (gst_merge_uv_data), (gst_mpeg2subt_merge_title),
36445         (gst_update_still_frame), (gst_mpeg2subt_handle_subtitle),
36446         (gst_mpeg2subt_handle_dvd_event), (gst_mpeg2subt_loop):
36447         * gst/mpeg2sub/gstmpeg2subt.h:
36448           Pretty much a complete rewrite. Now a loopbased element. May still
36449           require work to properly synchronise subtitle buffers.
36450         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private),
36451         (gst_dvd_demux_send_subbuffer):
36452         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_subbuffer):
36453           Don't attempt to create subbuffers of size 0
36454           Reduce a couple of error outputs to warnings.
36455         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect),
36456         (gst_y4mencode_chain):
36457         Output the y4m frame header correctly.
36458
36459 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
36460
36461         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
36462           throw errors instead of allowing SIGFPE
36463
36464 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
36465
36466         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_string),
36467         (gst_gconf_render_bin_from_key):
36468           leak plugging and style fixing
36469
36470 2004-03-31  David Schleef  <ds@schleef.org>
36471
36472         * gst/audioscale/gstaudioscale.c: (gst_audioscale_expand_value),
36473         (gst_audioscale_getcaps): Fix getcaps to expand and union lists.
36474         (bug #138225)
36475         * gst/debug/Makefile.am:
36476         * gst/debug/breakmydata.c: (gst_break_my_data_plugin_init):
36477         * gst/debug/gstdebug.c: (plugin_init):  Merge elements into one
36478         plugin.
36479         * gst/debug/negotiation.c: (gst_gst_negotiation_get_type),
36480         (gst_negotiation_base_init), (gst_negotiation_class_init),
36481         (gst_negotiation_init), (gst_negotiation_getcaps),
36482         (gst_negotiation_pad_link), (gst_negotiation_chain),
36483         (gst_negotiation_set_property), (gst_negotiation_get_property),
36484         (gst_negotiation_plugin_init):  New element to talk about random
36485         negotiation things happening in a pipeline.
36486
36487 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
36488
36489         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
36490           fix integer addition with help of Stefan Kost
36491
36492 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
36493
36494         * po/nl.po: updated Dutch translation (Elros Cyriatan)
36495
36496 2004-03-30  David Schleef  <ds@schleef.org>
36497
36498         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer),
36499         (gst_mpeg2dec_negotiate_format):  Handle Y42B-format MPEG
36500         video, patch from Matthew.Spencer@eu.sony.com (Matthew Spencer)
36501         (bug #137504)
36502         * ext/mpeg2dec/gstmpeg2dec.h:
36503
36504 2004-03-30  David Schleef  <ds@schleef.org>
36505
36506         * ext/gdk_pixbuf/Makefile.am: Remove spurious rules. (bug #136527)
36507
36508 2004-03-30  David Schleef  <ds@schleef.org>
36509
36510         * tools/gst-launch-ext-m.m:  Applied patch from gnome@flyn.org (W.
36511         Michael Petullo) to handle .mov
36512
36513 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36514
36515         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
36516         (gst_osselement_rate_check_rate):
36517           probe caps correctly for sound cards that only support one format
36518
36519 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36520
36521         * ext/kio/kiosrc.cpp: (process_events):
36522           update handling event processing if inside KDE - untested
36523
36524 2004-03-29  David Schleef  <ds@schleef.org>
36525
36526         * ext/hermes/gsthermescolorspace.c: (plugin_init): decrease rank
36527         by 2 to not interfere with other colorspaces.
36528         * ext/pango/gsttextoverlay.c: (plugin_init): change rank to NONE
36529         * gst/colorspace/gstcolorspace.c: (plugin_init): decrease rank by
36530         one to not interfere with ffmpeg_colorspace.
36531
36532 2004-03-29  David Schleef  <ds@schleef.org>
36533
36534         * ext/alsa/gstalsa.c: (gst_alsa_fixate): Don't fixate fields that
36535         aren't in the caps.
36536         * gst/sine/gstsinesrc.c: change rate caps to [1,MAX]
36537         * gst/videocrop/gstvideocrop.c: (plugin_init): Change rank to NONE.
36538
36539 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36540
36541         * gst-libs/gst/riff/riff-media.c:
36542           fail on error, don't try to set stuff on NULL caps
36543
36544 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36545
36546         * configure.ac:
36547         * ext/Makefile.am:
36548         * ext/kio/Makefile.am:
36549         * ext/kio/kioreceiver.cpp:
36550         * ext/kio/kioreceiver.h:
36551         * ext/kio/kiosrc.cpp:
36552         * ext/kio/kiosrc.h:
36553           add experimental kiosrc plugin
36554         * ext/alsa/gstalsaplugin.c: (plugin_init):
36555           initialize debugging category only when we're sure registering the
36556           plugins worked.
36557
36558 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
36559
36560         * examples/gstplay/player.c: (main):
36561         * gst-libs/gst/play/play.c: (gst_play_class_init),
36562         (gst_play_set_location), (gst_play_set_data_src),
36563         (gst_play_set_video_sink), (gst_play_set_audio_sink),
36564         (gst_play_set_visualization), (gst_play_connect_visualization):
36565           check return values of element_set_state and return FALSE where
36566           failed
36567
36568 2004-03-29  Benjamin Otte  <otte@gnome.org>
36569
36570         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
36571           try harder to check if an event is really a discont
36572
36573 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
36574
36575         * po/LINGUAS: adding Azerbaijani (M??tin ??mirov)
36576         * po/az.po:
36577
36578 2004-03-28  Benjamin Otte  <otte@gnome.org>
36579
36580         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
36581         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
36582         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
36583           get rid of non-standard "..." ranges in case statements.
36584
36585 2004-03-27  Martin Soto  <martinsoto@users.sourceforge.net>
36586
36587         * gst/mpegstream/gstmpegdemux.c:
36588         * gst/mpegstream/gstmpegdemux.h: Complete overhaul. All DVD
36589         specific functionality split to the new dvddemux element.
36590         * gst/mpegstream/gstdvddemux.c:
36591         * gst/mpegstream/gstdvddemux.h: New demultiplexer for DVD (VOB)
36592         streams, derived from mpegdemux.
36593         * gst/mpegstream/gstmpegparse.c: Discontinuity handling cleaned
36594         up. SCR based timestamp rewriting can be turned off (will probably
36595         completely disappear soon).
36596         * ext/dvdnav/dvdnavsrc.c: Changes resulting from a few months
36597         hacking. General cleanup. All printf statements replaced by
36598         debugging messages. Almost complete libdvdnav support.
36599         (dvdnavsrc_class_init): Got rid of unnecessary signals (replaced
36600         by events. New properties for audio and subpicture languages.
36601         (dvdnavsrc_update_highlight): Now uses events.
36602         (dvdnavsrc_user_op): Cleaned up.
36603         (dvdnavsrc_get): Renamed to dvdnavsrc_loop (element is now loop
36604         based). Lots of cleanup, and propper support for most libdvdnav
36605         events.
36606         (dvdnavsrc_make_dvd_event): New function.
36607         (dvdnavsrc_make_dvd_nav_packet_event): New function.
36608         (dvdnavsrc_make_clut_change_event): New function.
36609
36610 2004-03-26  Benjamin Otte  <otte@gnome.org>
36611
36612         * gst/typefind/gsttypefindfunctions.c: (theora_type_find):
36613           fix bug where typefinding would claim it's theora whenever less then
36614           7 bytes of data were available
36615
36616 2004-03-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36617
36618         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link),
36619         (gst_alawdec_base_init), (gst_alawdec_class_init),
36620         (gst_alawdec_init), (gst_alawdec_chain):
36621         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link),
36622         (gst_alawenc_base_init), (gst_alawenc_class_init),
36623         (gst_alawenc_init), (gst_alawenc_chain):
36624         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link),
36625         (gst_mulawdec_base_init), (gst_mulawdec_class_init),
36626         (gst_mulawdec_init), (gst_mulawdec_chain):
36627         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link),
36628         (gst_mulawenc_base_init), (gst_mulawenc_class_init),
36629         (gst_mulawenc_init), (gst_mulawenc_chain):
36630           Fix capsnego in all four, remove the unused property functions and
36631           simplify the chain functions slightly. I guess we could use macros
36632           or something similar for those, since the code is so similar, but
36633           I'm currently too lazy...
36634
36635 2004-03-24  David Schleef  <ds@schleef.org>
36636
36637         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
36638         (gst_osselement_close_audio), (gst_osselement_probe_caps),
36639         (gst_osselement_get_format_structure),
36640         (gst_osselement_rate_probe_check), (gst_osselement_rate_add_range),
36641         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate),
36642         (gst_osselement_rate_int_compare): Add code to handle rate probing
36643         (bug #120883)
36644         * sys/oss/gstosselement.h: same
36645         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_getcaps):
36646         Use rate probing provided by osselement.
36647         * sys/oss/gstosssrc.c: (gst_osssrc_init), (gst_osssrc_getcaps): same
36648
36649 2004-03-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36650
36651         * ext/xvid/gstxvidenc.c: (gst_xvidenc_set_property),
36652         (gst_xvidenc_get_property):
36653           ulong/int mess-up.
36654
36655 2004-03-24  David Schleef  <ds@schleef.org>
36656
36657         * ext/speex/gstspeexdec.c: (gst_speexdec_base_init),
36658         (gst_speexdec_init):
36659         * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
36660         (gst_speexenc_init):  Create the pad template correctly (from
36661         the static pad template, not a NULL pointer.)
36662
36663 2004-03-25  Benjamin Otte  <otte@gnome.org>
36664
36665         * gst/debug/Makefile.am:
36666         * gst/debug/breakmydata.c:
36667           add element that quasi-randomly changes bytes in the stream.
36668           Intended use is robustness checking of demuxers and decoders in
36669           media tests.
36670
36671 2004-03-24  Benjamin Otte  <otte@gnome.org>
36672
36673         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
36674         (gst_alsa_probe_hw_params):
36675         * ext/alsa/gstalsa.h:
36676           debugging output fixes
36677
36678 2004-03-24  Benjamin Otte  <otte@gnome.org>
36679
36680         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_set_property):
36681           don't g_return_if_fail if element is PLAYING, fail silently as every
36682           other element.
36683         * gst/effectv/gstquark.c: (gst_quarktv_chain):
36684           only fix needed for cast lvalue issues in gst-plugins
36685         * gst/volenv/gstvolenv.c: (gst_volenv_init):
36686           add proxy_getcaps
36687
36688 2004-03-24  Benjamin Otte  <otte@gnome.org>
36689
36690         * gst/level/gstlevel.c: (gst_level_init):
36691           add proxying getcaps function, so level doesn't advertise impossible
36692           caps
36693
36694 2004-03-24  David Schleef  <ds@schleef.org>
36695
36696         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
36697         (gst_qtdemux_loop_header), (qtdemux_parse_moov), (qtdemux_parse),
36698         (qtdemux_node_dump_foreach), (qtdemux_dump_mvhd),
36699         (qtdemux_dump_tkhd), (qtdemux_dump_elst), (qtdemux_dump_mdhd),
36700         (qtdemux_dump_hdlr), (qtdemux_dump_vmhd), (qtdemux_dump_dref),
36701         (qtdemux_dump_stsd), (qtdemux_dump_stts), (qtdemux_dump_stss),
36702         (qtdemux_dump_stsc), (qtdemux_dump_stsz), (qtdemux_dump_stco),
36703         (qtdemux_dump_co64), (qtdemux_dump_dcom), (qtdemux_dump_cmvd),
36704         (qtdemux_parse_tree), (qtdemux_parse_trak):  Fix debugging
36705         messages.  Divide the chunk size by the compression ratio
36706         (needed for MACE audio)
36707
36708 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36709
36710         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
36711           Fix buffer overflow read error.
36712
36713 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36714
36715         * ext/alsa/gstalsa.h:
36716           Remove unused entry.
36717         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
36718           Add cinepak.
36719         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
36720         (gst_videodrop_link), (gst_videodrop_chain):
36721           Fix, sort of. Was horribly broken with new capsnego. Bah...
36722
36723 2004-03-23  Jeremy Simon  <jesimon@libertysurf.fr>
36724
36725         * gst/typefind/gsttypefindfunctions.c: (ape_type_find),
36726         (plugin_init):
36727         Add a monkeysaudio typefind function
36728
36729 2004-03-23  Johan Dahlin  <johan@gnome.org>
36730
36731         * gst-libs/gst/play/play.c (gst_play_audio_fixate)
36732         (gst_play_video_fixate): Check so the structure has the field
36733         before trying to fixate them, this makes it possible to have
36734         fakesinks for video and audio output without printing errors on
36735         the output console.
36736
36737 2004-03-22  David Schleef  <ds@schleef.org>
36738
36739         * sys/oss/Makefile.am:
36740         * sys/oss/oss_probe.c: (main), (probe_check), (add_range),
36741         (check_rate), (add_rate):  Rate probing test app.
36742
36743 2004-03-21  Benjamin Otte  <otte@gnome.org>
36744
36745         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
36746         (_fixate_caps_to_int), (gst_audio_convert_fixate):
36747           add a fixation function that pretty much does the right thing (fixes
36748           #137556)
36749
36750 2004-03-20  David I. Lehn  <dlehn@users.sourceforge.net>
36751
36752         * configure.ac: GST_PACKAGE default: s/GStreamer/GStreamer Plugins/
36753
36754 2004-03-20  Tim-Phillip Müller <t.i.m@zen.co.uk>
36755
36756         reviewed by: Benjamin Otte  <otte@gnome.org>
36757
36758         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
36759           terminate gst_event_new_discontinuous correctly (fixes parts of
36760           #137711)
36761
36762 2004-03-19  David Schleef  <ds@schleef.org>
36763
36764         * gst-libs/gst/Makefile.am:  Enable xoverlay unconditionally,
36765         since it doesn't depend on X, and it's part of our ABI.
36766
36767 2004-03-19  Iain <iain@prettypeople.org>
36768
36769         * gst/interleave/deinterleave.c (deinterleave_sink_link): Use the
36770         is_int in the structure, not the local variable.
36771
36772 2004-03-19  David Schleef  <ds@schleef.org>
36773
36774         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_change_state),
36775         (gst_rfbsrc_init), (gst_rfbsrc_getcaps), (gst_rfbsrc_fixate),
36776         (gst_rfbsrc_link), (gst_rfbsrc_paint_rect), (gst_rfbsrc_get):
36777         Improvements in caps negotiation.
36778
36779 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
36780
36781         * po/LINGUAS:
36782         * po/af.po:
36783           adding Afrikaans (Petri Jooste)
36784
36785 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
36786
36787         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
36788         (gst_ffmpegcolorspace_chain):
36789         throw error instead of g_critical (#137588)
36790
36791 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
36792
36793         * Makefile.am:
36794         * configure.ac:
36795           dist common and m4 correctly
36796         * po/sv.po:
36797
36798 2004-03-17  David Schleef  <ds@schleef.org>
36799
36800         * pkgconfig/gstreamer-media-info.pc.in:  Add Version.
36801         (bug #137348)
36802
36803 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
36804
36805         * po/LINGUAS:
36806         * po/sv.po:
36807           adding Swedish translation (Christian Rose)
36808
36809 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
36810
36811         * Makefile.am: use release.mak
36812
36813 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
36814
36815         * common/ChangeLog:
36816         * common/gst-autogen.sh:
36817           add some explanation about the version detection
36818         * configure.ac:
36819           fix X check
36820
36821 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
36822
36823         * configure.ac: bump nano to 1
36824
36825 === release 0.8.0 ===
36826
36827 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
36828
36829         * configure.ac: release 0.8.0, "Pharmaceutical Itch"
36830
36831 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
36832
36833         * configure.ac:
36834           update libtool version
36835         * gst-libs/gst/media-info/Makefile.am:
36836           actually use libtool version
36837
36838 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
36839
36840         * configure.ac: fix speex detection to work with 1.0 but not 1.1
36841
36842 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
36843
36844         * configure.ac:
36845         * gst-plugins.spec.in:
36846         * pkgconfig/Makefile.am:
36847         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
36848         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
36849         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
36850         * pkgconfig/gstreamer-libs.pc.in:
36851         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
36852         * pkgconfig/gstreamer-play-uninstalled.pc.in:
36853         * pkgconfig/gstreamer-plugins-uninstalled.pc.in:
36854         * pkgconfig/gstreamer-plugins.pc.in:
36855           remove @VERSION@ from some of the pc files since core and plugins
36856           are decoupled.
36857           created gstreamer-plugins.pc as it's a better name, but keeping
36858           -libs around for now to get fixes upstream done first.
36859
36860 2004-03-15  Julien MOUTTE <julien@moutte.net>
36861
36862         * gst-libs/gst/play/play.c: (gst_play_get_framerate),
36863         (gst_play_get_sink_element): First draft of gst_play_get_framerate.
36864         * gst-libs/gst/play/play.h:
36865
36866 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
36867
36868         * *.c, *.cc: don't mix tabs and spaces
36869
36870 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
36871
36872         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
36873           use the new ffmpegcolorspace
36874         * gst-plugins.spec.in:
36875           package new colorspace and media-info
36876         * configure.ac:
36877         * pkgconfig/Makefile.am:
36878           fix some more disting issues
36879         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
36880         * pkgconfig/gstreamer-media-info.pc.in:
36881           generate media-info pc files
36882
36883 2004-03-15  Johan Dahlin  <johan@gnome.org>
36884
36885         * *.h: Revert indenting
36886
36887 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
36888
36889         * configure.ac:
36890           adding ffmpegcolorspace element
36891         * gst/ffmpegcolorspace/Makefile.am:
36892         * gst/ffmpegcolorspace/avcodec.h:
36893         * gst/ffmpegcolorspace/common.h:
36894         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
36895         * gst/ffmpegcolorspace/dsputil.h:
36896         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
36897         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
36898         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_pix_fmt_to_caps),
36899         (gst_ffmpeg_caps_to_pix_fmt):
36900         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
36901         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
36902         (gst_ffmpegcolorspace_caps_remove_format_info),
36903         (gst_ffmpegcolorspace_getcaps), (gst_ffmpegcolorspace_pad_link),
36904         (gst_ffmpegcolorspace_get_type), (gst_ffmpegcolorspace_base_init),
36905         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_init),
36906         (gst_ffmpegcolorspace_chain), (gst_ffmpegcolorspace_change_state),
36907         (gst_ffmpegcolorspace_set_property),
36908         (gst_ffmpegcolorspace_get_property),
36909         (gst_ffmpegcolorspace_register):
36910         * gst/ffmpegcolorspace/imgconvert.c:
36911         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
36912         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
36913         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
36914         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
36915         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
36916         (yuv422_to_yuv420p), (yuv422_to_yuv422p), (yuv422p_to_yuv422),
36917         (C_JPEG_TO_CCIR), (img_convert_init), (img_apply_table),
36918         (shrink41), (shrink21), (shrink12), (shrink22), (shrink44),
36919         (grow21_line), (grow41_line), (grow21), (grow22), (grow41),
36920         (grow44), (conv411), (gif_clut_index), (build_rgb_palette),
36921         (bitcopy_n), (mono_to_gray), (monowhite_to_gray),
36922         (monoblack_to_gray), (gray_to_mono), (gray_to_monowhite),
36923         (gray_to_monoblack), (avpicture_alloc), (avpicture_free),
36924         (is_yuv_planar), (img_convert), (get_alpha_info_pal8),
36925         (img_get_alpha_info), (deinterlace_line),
36926         (deinterlace_line_inplace), (deinterlace_bottom_field),
36927         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
36928         * gst/ffmpegcolorspace/imgconvert_template.h:
36929         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
36930         * gst/ffmpegcolorspace/mmx.h:
36931         * gst/ffmpegcolorspace/utils.c: (avcodec_init):
36932           adding ffmpegcolorspace element supplied by Ronald after cleaning
36933           up and pulling in the right bits of upstream source.
36934           I'm sure a better C/compiler wizard could do some cleaning up (for
36935           example use GLIB's malloc stuff), but as a first pass this
36936           works very well
36937
36938 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
36939
36940         * ext/alsa/gstalsa.h:
36941           I assume Ronald forgot to commit the change to have cardname
36942           as a struct member.  Expect some public spanking at the next
36943           opportunity.
36944
36945 2004-03-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36946
36947         * ext/alsa/gstalsa.c: (gst_alsa_get_property),
36948         (gst_alsa_open_audio), (gst_alsa_close_audio):
36949         * ext/alsa/gstalsa.c:
36950           Don't open the device if we're a mixer (= padless).
36951         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_class_init),
36952         (gst_alsa_mixer_init), (gst_alsa_mixer_open),
36953         (gst_alsa_mixer_close), (gst_alsa_mixer_change_state):
36954           Open mixer during state change rather than during object
36955           initialization. Also, get a device name. Currently in a somewhat
36956           hackish fashion, but I didn't really find something better.
36957
36958 2004-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
36959
36960         * *.c, *.h: run gst-indent
36961
36962 2004-03-14  Benjamin Otte  <otte@gnome.org>
36963
36964         * gst/modplug/gstmodplug.cc:
36965         * gst/modplug/gstmodplug.h:
36966           set correct timestamps on outgoing buffers
36967
36968 2004-03-14  Benjamin Otte  <otte@gnome.org>
36969
36970         * gst/modplug/gstmodplug.cc:
36971           handle events - don't do crap when a discont arrives that's not
36972           necessary
36973           This allows correct loading and playback of mods in Rhythmbox
36974
36975 2004-03-14  Benjamin Otte  <otte@gnome.org>
36976
36977         * configure.ac:
36978         * gst-libs/gst/gconf/Makefile.am:
36979         * pkgconfig/Makefile.am:
36980           move gstreamer-gconf pkgconfig files to pkgconfig/ dir. Make sure
36981           they get rebuilt properly
36982         * configure.ac:
36983           when checking for vorbis, try pkgconfig first.
36984         * gst/modplug/gstmodplug.cc:
36985           add fixate function
36986
36987 2004-03-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36988
36989         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
36990           Fix for obvious mistake, where we first shift the offset and then
36991           read a samplesize element assuming the old offset. Note that this
36992           part still has something weird, i.e. my movies containing those
36993           don't actually play well, but at least there's something that looks
36994           like sound now.
36995
36996 2004-03-14  Jan Schmidt  <thaytan@mad.scientist.com>
36997         * gst/typefind/gsttypefindfunctions.c: (speex_type_find),
36998         (plugin_init):
36999         Add a typefind function for speex format
37000
37001 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37002
37003         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps),
37004         (gst_asf_demux_setup_pad):
37005           Use 25fps as our "fake" fps value (marked for fixage in 0.9.x)
37006           instead of 0. Reason is simple: some elements have a fps range
37007           of 1-max instead of 0-max. So now ASF video actually works.
37008
37009 2004-03-13  Thomas Vander Stichele  <thomas at apestaart dot org>
37010
37011         * po/LINGUAS:
37012         * po/sr.po:
37013           adding serbian as a language
37014
37015 2004-03-13  Benjamin Otte  <otte@gnome.org>
37016
37017         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
37018           return taglist correctly from _get function, don't gst_pad_push it.
37019           (fixes #137042)
37020
37021 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
37022         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
37023
37024 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37025
37026         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_free_list):
37027         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init),
37028         (gst_alsa_mixer_track_new):
37029         * ext/alsa/gstalsamixertrack.h:
37030           Fix ancient leftovers... MixerTrack is a GObject.
37031
37032 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37033
37034         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
37035         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
37036           Don't block during probing...
37037
37038 2004-03-12  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37039
37040         * ext/alsa/gstalsa.c: (gst_alsa_get_type), (gst_alsa_class_init),
37041         (gst_alsa_get_property), (gst_alsa_probe_get_properties),
37042         (gst_alsa_class_probe_devices), (gst_alsa_class_list_devices),
37043         (gst_alsa_probe_probe_property), (gst_alsa_probe_needs_probe),
37044         (gst_alsa_probe_get_values), (gst_alsa_probe_interface_init),
37045         (gst_alsa_open_audio), (gst_alsa_close_audio):
37046         * ext/alsa/gstalsa.h:
37047           Add propertyprobe interface implementation, add some device-name
37048           property, all this so that it looks good in gnome-volume-control.
37049
37050 2004-03-12  David Schleef  <ds@schleef.org>
37051
37052         * configure.ac: the Hermes library controls hermescolorspace, not
37053         colorspace.
37054         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
37055         (gst_mpeg2dec_init): minor pet peeve: disable code with #ifdef,
37056         not /* */
37057         * ext/sdl/sdlvideosink.c: Change XID to unsigned long.
37058         * ext/sdl/sdlvideosink.h: ditto.
37059         * gst/colorspace/gstcolorspace.c: Fix old comments about Hermes
37060
37061 2004-03-12  Benjamin Otte  <otte@gnome.org>
37062
37063         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_set_xwindow_id),
37064         (gst_x_overlay_got_xwindow_id):
37065         * gst-libs/gst/xoverlay/xoverlay.h:
37066           replace XID with unsigned long to get rid of the xlibs dependency in
37067           XOverlay (fixes #137004)
37068
37069 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
37070         * gst/effectv/gstaging.c: (gst_agingtv_base_init),
37071         (gst_agingtv_setup):
37072         * gst/effectv/gstdice.c: (gst_dicetv_get_type),
37073         (gst_dicetv_base_init), (gst_dicetv_class_init),
37074         (gst_dicetv_setup), (gst_dicetv_init), (gst_dicetv_draw):
37075         * gst/effectv/gstedge.c: (gst_edgetv_get_type),
37076         (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
37077         (gst_edgetv_setup), (gst_edgetv_rgb32):
37078         * gst/effectv/gsteffectv.c:
37079         * gst/effectv/gstquark.c: (gst_quarktv_link), (gst_quarktv_init),
37080         (gst_quarktv_set_property):
37081         * gst/effectv/gstrev.c: (gst_revtv_get_type),
37082         (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
37083         (gst_revtv_setup), (gst_revtv_rgb32):
37084         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type),
37085         (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
37086         (gst_shagadelictv_init), (gst_shagadelictv_setup),
37087         (gst_shagadelictv_rgb32):
37088         * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type),
37089         (gst_vertigotv_base_init), (gst_vertigotv_class_init),
37090         (gst_vertigotv_setup), (gst_vertigotv_init), (gst_vertigotv_rgb32):
37091         * gst/effectv/gstwarp.c:
37092         Port everything that can be ported to videofilter and fix up the caps.
37093         Can someone with a big-endian machine please check these?
37094
37095 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37096
37097         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_get_time),
37098         (gst_osssink_chain), (gst_osssink_change_state):
37099           Latest fixes for A/V sync, audio playback and such. This is about
37100           all... MPEG playback issues are mostly related to the async build-
37101           up of MPEG files, I cannot fix that. Use basicgthread to solve it.
37102
37103 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
37104
37105         patch from: Stephane Loeuillet
37106
37107         * configure.ac:
37108           use pkg-config for some libraries, falling back to the old .m4 way
37109           (fixes #131270)
37110         * m4/libdv.m4:
37111           removed
37112
37113 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
37114
37115         * configure.ac:
37116         * tools/Makefile.am:
37117         * tools/Makefile.in:
37118         * tools/gst-launch-ext-m.m:
37119         * tools/gst-launch-ext.1.in:
37120         * tools/gst-visualise-m.m:
37121         * tools/gst-visualise.1:
37122         * tools/gst-visualise.1.in:
37123           reorganizing generation of script tools
37124
37125 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37126
37127         * ext/divx/gstdivxdec.c:
37128           Downgrade priority. We prefer ffdec_mpeg4.
37129         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps), (gst_faad_srcconnect),
37130         (gst_faad_chain), (gst_faad_change_state):
37131           Fix capsnego. Doesn't work for some sounds because we don't have
37132           a 5:1 to stereo element.
37133         * ext/xvid/gstxvid.c: (plugin_init):
37134           Add priority.
37135         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
37136         (gst_osssink_change_state):
37137           Add discont handling.
37138
37139 2004-03-09  Colin Walters  <walters@verbum.org>
37140
37141         * gst/audioconvert/gstaudioconvert.c: Fix typo in width 8
37142         conversion.
37143
37144 2004-03-09  Benjamin Otte  <otte@gnome.org>
37145
37146         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
37147           the signals take 2 arguments
37148
37149 2004-03-09  David Schleef  <ds@schleef.org>
37150
37151         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad),
37152         (gst_alsa_fixate): Add fixate function.  (bug #136686)
37153         * ext/alsa/gstalsa.h:
37154         * ext/alsa/gstalsasink.c: (gst_alsa_sink_init):
37155
37156 2004-03-09  Benjamin Otte  <otte@gnome.org>
37157
37158         * ext/mikmod/gstmikmod.c: (gst_mikmod_init), (gst_mikmod_loop),
37159         (gst_mikmod_change_state):
37160         * ext/mikmod/gstmikmod.h:
37161           make mikmod's loop function not loop infinitely and call
37162           gst_element_yield anymore
37163         * gst/modplug/gstmodplug.cc:
37164           fix pad negotiation (fixes #136590)
37165
37166 2004-03-09  David Schleef  <ds@schleef.org>
37167
37168         * ext/lcs/Makefile.am:  Fix so that the lcs colorspace plugin
37169         doesn't conflict with the internal colorspace plugin.
37170         * gst-libs/gst/audio/make_filter:  Use `` instead of $() to
37171         satisfy the crappy-ass shell shipped by a certain vendor.
37172         * gst/videofilter/make_filter: same (bug #135299)
37173
37174 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
37175
37176         * configure.ac: bump nano to 1
37177
37178 === release 0.7.6 ===
37179
37180 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
37181
37182         * configure.in: releasing 0.7.6, "There"
37183
37184 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
37185
37186         * pkgconfig/gstreamer-play-uninstalled.pc.in:
37187         * pkgconfig/gstreamer-play.pc.in:
37188           synchronize the two
37189
37190 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
37191
37192         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_base_init),
37193         (cdparanoia_open), (cdparanoia_event):
37194           fix/add error handling
37195         * po/POTFILES.in:
37196           add cdparanoia source
37197         * tools/Makefile.am:
37198           make scripts executable
37199
37200 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
37201
37202         * configure.ac:
37203         * ext/vorbis/Makefile.am:
37204         * sys/Makefile.am:
37205           remove id3types, vorbisfile and xvideosink from the build (#133783)
37206
37207 2004-03-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37208
37209         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
37210           Fix metadata read crash (#136537).
37211
37212 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
37213
37214         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
37215         * gst-libs/gst/media-info/media-info.c: (gst_media_info_read):
37216           adding mime types, fixing the one-stop function
37217
37218 2004-03-08  Christian Schaller <Uraeus@gnome.org>
37219
37220         * ext/nas/nassink.c and /ext/nas/nassink.h:
37221         More NAS love from Arwed von Merkatz
37222         So lets all sing 'Can you feel the NAS tonight'
37223
37224 2004-03-08  Christian Schaller <Uraeus@gnome.org>
37225
37226         * tools/gst-launch-ext.in:
37227         Replace vorbisfile with oggdemux/vorbisdec/audioconvert
37228
37229 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
37230
37231         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
37232         (gst_mpeg2dec_init):
37233         remove the user_data pad for now, because it is being used in
37234         fixating causing MPEG playback to fixate on 1000 Hz for playback.
37235         If someone knows how to fix this properly, please do.
37236
37237 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
37238
37239         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
37240         (gst_osssink_get_time):
37241         add a warning, IMO this won't get triggered anymore, remove later
37242
37243 2004-03-07  David Schleef  <ds@schleef.org>
37244
37245         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):  Added Cinepak
37246         format (bug #136470)
37247
37248 2004-03-07  Thomas Vander Stichele  <thomas at apestaart dot org>
37249
37250         * gst-libs/Makefile.am:
37251         * gst-libs/gst/media-info/Makefile.am:
37252         * gst-libs/gst/media-info/media-info-priv.c: (found_tag_callback),
37253         (error_callback), (gst_media_info_error_create),
37254         (gst_media_info_error_element), (gmip_init), (gmip_reset),
37255         (gmi_clear_decoder), (gmip_find_type_pre), (gmip_find_type):
37256         * gst-libs/gst/media-info/media-info-priv.h:
37257         * gst-libs/gst/media-info/media-info-test.c: (main):
37258         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
37259         (gst_media_info_class_init), (gst_media_info_instance_init),
37260         (gst_media_info_set_source), (gst_media_info_read_with_idler),
37261         (gst_media_info_read_idler), (gst_media_info_read):
37262         * gst-libs/gst/media-info/media-info.h:
37263         fixed, should work now
37264
37265 2004-03-07  Christian Schaller <Uraeus@gnome.org>
37266
37267         * ext/nas/nassink.c:
37268         A bunch of NAS fixes from Arwed von Merkatz
37269
37270 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37271
37272         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
37273         (qtdemux_parse_trak):
37274           Fix crash (j might be greater than n_samples, in which case we're
37275           writing outside the allocated space for the array) and memleak.
37276
37277 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37278
37279         * sys/oss/gstosssink.c: (gst_osssink_chain):
37280           And another caller that couldn't handle delay < 0 (unsigned
37281           integer overflow). Video now continues playing on an audio
37282           buffer underrun, and the clock continues working. Audio still
37283           stalls.
37284
37285 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37286
37287         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
37288         (gst_osssink_get_time):
37289           get_delay() may return values lower than 0. In those cases, we
37290           should not actually cast to *unsigned* int64, that will break
37291           stuff horribly. In my case, it screwed up A/V sync in movies
37292           in totem rather badly.
37293
37294 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
37295
37296         * ext/faac/gstfaac.c: (gst_faac_chain):
37297         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
37298         * ext/libpng/gstpngenc.c: (user_write_data):
37299         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
37300         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
37301         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
37302         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
37303         Fix several misuse of gst_buffer_merge (it doesn't take ownership
37304         of any buffer), should fix some leaks. I hope I didn't unref buffers
37305         that shouldn't be...
37306
37307 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
37308
37309         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
37310         (deep_notify_callback), (tag_flag_score), (found_tag_callback),
37311         (error_callback), (gmi_reset), (gmi_seek_to_track),
37312         (gmi_get_decoder), (gmi_set_mime), (gmip_find_type_pre),
37313         (gmip_find_type_post), (gmip_find_stream_post),
37314         (gmip_find_track_streaminfo_post):
37315         * gst-libs/gst/media-info/media-info-priv.h:
37316         * gst-libs/gst/media-info/media-info-test.c: (print_tag),
37317         (info_print), (main):
37318         * gst-libs/gst/media-info/media-info.c:
37319         (gst_media_info_error_create), (gst_media_info_error_element),
37320         (gst_media_info_instance_init), (gst_media_info_get_property),
37321         (gst_media_info_new), (gst_media_info_set_source),
37322         (gst_media_info_read_idler), (gst_media_info_read):
37323         * gst-libs/gst/media-info/media-info.h:
37324           first pass at making this work again.  This seems to work on
37325           tagged ogg/vorbis and mp3 files.
37326
37327 2004-03-06  Benjamin Otte  <otte@gnome.org>
37328
37329         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
37330           fix huge leak: gst_buffer_merge doesn't unref the first argument
37331           itself.
37332
37333 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
37334
37335         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_update_info):
37336           report layer/mode/emphasis
37337
37338 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
37339
37340         * ext/mad/gstmad.c: (gst_mad_chain): fixed caps leak
37341
37342 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
37343
37344         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
37345           signal serial
37346
37347 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
37348
37349         * ext/vorbis/vorbis.c: (plugin_init):
37350         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
37351         (gst_vorbis_dec_init), (vorbis_dec_event):
37352         add debug category
37353         make vorbisdec handle _BYTE and _TIME queries
37354
37355 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
37356
37357         * ext/mad/gstmad.c: (gst_mad_chain): send the average bitrate read
37358           from the xing header
37359
37360 2004-03-06  Benjamin Otte  <otte@gnome.org>
37361
37362         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps),
37363         (gst_audio_convert_link), (gst_audio_convert_change_state),
37364         (gst_audio_convert_buffer_from_default_format):
37365           do conversions from/to float correctly, fix some caps nego errors,
37366           export correct supported caps in template and getcaps, use correct
37367           caps in try_set_caps functions
37368
37369 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
37370
37371         For some reason, I only committed a ChangeLog entry yesterday and
37372         not the corresponding code...
37373         * ext/mad/gstmad.c: Fix detection of Xing headers
37374         * gst/tags/gstid3tag.c: Changes to support TLEN tags
37375
37376 2004-03-06  Benjamin Otte  <otte@gnome.org>
37377
37378         * ext/ogg/gstoggdemux.c: (gst_ogg_get_pad_by_pad),
37379         (gst_ogg_demux_src_query):
37380           make sure to handle the case where there's no current chain
37381           gracefully.
37382
37383 2004-03-05  David Schleef  <ds@schleef.org>
37384
37385         * ext/aalib/gstaasink.c: (gst_aasink_fixate), (gst_aasink_init):
37386         Add fixate function. (bug #131128)
37387         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
37388         (gst_sdlvideosink_fixate):  Add fixate function.
37389         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
37390         Fix attempt to print a non-pointer using GST_PTR_FORMAT.
37391         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt):
37392         Fix missing break that was causing ulaw to be interpreted as
37393         raw int.
37394
37395 2004-03-05  David Schleef  <ds@schleef.org>
37396
37397         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
37398         Fix code that ignores return value of gst_buffer_merge().
37399         (bug #114560)
37400         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_descramble_segment):
37401         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice): same
37402         * testsuite/gst-lint:  Check for above.
37403
37404 2004-03-05  David Schleef  <ds@schleef.org>
37405
37406         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):  Check for unfixed
37407         caps and throw an element error.  (bug #136334)
37408
37409 2004-03-05  David Schleef  <ds@schleef.org>
37410
37411         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_srcgetcaps),
37412         (gst_faad_chain): Fix negotiation.
37413         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_handle_src_event): Add
37414         key and button events.
37415         * gst-libs/gst/floatcast/floatcast.h: Fix a minor bug in this
37416         dung heap of code.
37417         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in: gstgconf
37418         depends on gconf
37419         * gst-libs/gst/gconf/gstreamer-gconf.pc.in: same
37420         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
37421         (gst_play_video_fixate), (gst_play_audio_fixate): Add a fixate
37422         function to encourage better negotiation, particularly between
37423         audioconvert and osssink.
37424         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
37425         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):  Make some debugging
37426         more important.
37427         * gst/typefind/gsttypefindfunctions.c:  Fix mistake in flash
37428         typefinding.
37429         * gst/vbidec/vbiscreen.c:  Add glib header
37430         * pkgconfig/gstreamer-play.pc.in:  Depends on gst-interfaces.
37431
37432 2004-03-06  Christophe Fergeau  <teuf@users.sourceforge.net>
37433
37434         * ext/mad/gstmad.c: Fix detection of Xing headers
37435         * gst/tags/gstid3tag.c: Changes to support TLEN tags
37436
37437 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
37438
37439         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
37440         (gst_wavparse_pad_convert), (gst_wavparse_pad_query):
37441           debug updates
37442
37443 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
37444
37445         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
37446         * ext/mad/gstmad.c: (gst_mad_init), (is_xhead),
37447         (mpg123_parse_xing_header), (gst_mad_chain): parse Xing header in vbr
37448         files, and report the parsed length as a GST_TAG_DURATION tag.
37449         * gst/tags/gstid3tag.c: support TLEN (duration) tag
37450
37451 2004-03-05  Benjamin Otte  <otte@gnome.org>
37452
37453         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_channels):
37454           convert channels correctly. convert correctly to unsigned.
37455
37456 2004-03-05  Julien MOUTTE <julien@moutte.net>
37457
37458         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): Check if
37459         we have a window before clearing it.
37460
37461 2004-03-05  Julien MOUTTE <julien@moutte.net>
37462
37463         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state): Check if we
37464         have a window before clearing it.
37465
37466 2004-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
37467
37468         * gconf/gstreamer.schemas.in:
37469         * gst-libs/gst/gconf/Makefile.am:
37470           version installation path the same way as for 0.6
37471         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
37472         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
37473         * pkgconfig/gstreamer-play-uninstalled.pc.in:
37474           remove comment that was fixed
37475
37476 2004-03-05  David Schleef  <ds@schleef.org>
37477
37478         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_src_formats),
37479         (gst_qtdemux_src_convert), (gst_qtdemux_get_src_query_types),
37480         (gst_qtdemux_get_event_mask), (gst_qtdemux_handle_src_query),
37481         (gst_qtdemux_handle_src_event), (gst_qtdemux_add_stream):
37482         Add prototype code for handling seeking and querying.
37483
37484 2004-03-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37485
37486         * examples/gstplay/player.c: (main):
37487           Initialize variables to NULL. Prevents a segfault because the
37488           (uninitialized) variable is not NULL, resulting in a crash on
37489           trying to reach error->message.
37490
37491 2004-03-05  Benjamin Otte  <otte@gnome.org>
37492
37493         * gst/audioconvert/gstaudioconvert.c:
37494         (gst_audio_convert_buffer_to_default_format):
37495         make float=>int conversion work correctly even in cornercases.
37496
37497 2004-03-04  David I. Lehn  <dlehn@users.sourceforge.net>
37498
37499         * debian/README.Debian:
37500         * debian/build-deps:
37501         * debian/changelog:
37502         * debian/control:
37503         * debian/control.in:
37504         * debian/copyright:
37505         * debian/gstreamer-a52dec.files:
37506         * debian/gstreamer-aa.files:
37507         * debian/gstreamer-alsa.files:
37508         * debian/gstreamer-alsa.manpages:
37509         * debian/gstreamer-arts.files:
37510         * debian/gstreamer-artsd.files:
37511         * debian/gstreamer-audiofile.files:
37512         * debian/gstreamer-avifile.files:
37513         * debian/gstreamer-cdparanoia.files:
37514         * debian/gstreamer-colorspace.files:
37515         * debian/gstreamer-doc.files:
37516         * debian/gstreamer-dv.files:
37517         * debian/gstreamer-dvd.files:
37518         * debian/gstreamer-esd.files:
37519         * debian/gstreamer-festival.files:
37520         * debian/gstreamer-flac.files:
37521         * debian/gstreamer-gconf.conffiles:
37522         * debian/gstreamer-gconf.files:
37523         * debian/gstreamer-gconf.postinst:
37524         * debian/gstreamer-gnomevfs.files:
37525         * debian/gstreamer-gsm.files:
37526         * debian/gstreamer-http.files:
37527         * debian/gstreamer-jack.files:
37528         * debian/gstreamer-jpeg.files:
37529         * debian/gstreamer-mad.files:
37530         * debian/gstreamer-mikmod.files:
37531         * debian/gstreamer-misc.files:
37532         * debian/gstreamer-mpeg2dec.files:
37533         * debian/gstreamer-oss.files:
37534         * debian/gstreamer-plugin-apps.files:
37535         * debian/gstreamer-plugin-apps.manpages:
37536         * debian/gstreamer-plugin-libs-dev.files:
37537         * debian/gstreamer-plugin-libs.files:
37538         * debian/gstreamer-plugin-template.postinst:
37539         * debian/gstreamer-plugin-template.postrm:
37540         * debian/gstreamer-sdl.files:
37541         * debian/gstreamer-sid.files:
37542         * debian/gstreamer-vorbis.files:
37543         * debian/gstreamer-x.files:
37544         * debian/mk.control:
37545         * debian/rules:
37546         Debian package info not maintained here.
37547
37548 2004-03-04  Thomas Vander Stichele  <thomas at apestaart dot org>
37549
37550         * ext/aalib/gstaasink.c: (gst_aasink_class_init):
37551         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init):
37552         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init):
37553         * ext/divx/gstdivxenc.c: (gst_divxenc_class_init):
37554         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init):
37555         * ext/gsm/gstgsmenc.c: (gst_gsmenc_class_init):
37556         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
37557         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init):
37558         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
37559         * ext/xvid/gstxvidenc.c: (gst_xvidenc_class_init):
37560         * gst-libs/gst/colorbalance/colorbalance.c:
37561         (gst_color_balance_class_init):
37562         * gst-libs/gst/colorbalance/colorbalancechannel.c:
37563         (gst_color_balance_channel_class_init):
37564         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
37565         * gst-libs/gst/play/play.c: (gst_play_class_init):
37566         * gst-libs/gst/propertyprobe/propertyprobe.c:
37567         (gst_property_probe_iface_init):
37568         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init):
37569         * gst-libs/gst/tuner/tunerchannel.c:
37570         (gst_tuner_channel_class_init):
37571         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init):
37572         * gst/cutter/gstcutter.c: (gst_cutter_class_init):
37573         * gst/effectv/gstvertigo.c: (gst_vertigotv_class_init):
37574         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init):
37575         * sys/dxr3/dxr3spusink.c: (dxr3spusink_class_init):
37576         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
37577         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
37578         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init):
37579         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init):
37580           fix signals to use - instead of _
37581         * ext/libcaca/gstcacasink.h:
37582         * ext/sdl/sdlvideosink.h:
37583           fix header rename
37584
37585 2004-03-04  David Schleef  <ds@schleef.org>
37586
37587         * testsuite/gst-lint:  Add a check for bad signal names.
37588
37589 2004-03-04  Stefan Kost <kost@imn.htwk-leipzig.de>
37590
37591         reviewed by David Schleef
37592
37593         * gst/videofilter/gstgamma.c: (gst_gamma_rgb32): Fix typo that
37594         modified the alpha channel and caused a warning. (bug #136192)
37595
37596 2004-04-03  Christian Schaller <Uraeus@gnome.org>
37597
37598         * gst-plugins.spec.in:
37599         Change names of plugins to actually be correct. Try to keep things
37600         alphabetical to avoid getting beat up by Thomas
37601
37602 2004-03-03  Julien MOUTTE <julien@moutte.net>
37603
37604         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_default_video_sink):
37605         Using ximagesink as a default if no gconf key found. We should
37606         probably consider using alsasink instead of osssink for the audio
37607         part.
37608
37609 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
37610
37611         * configure.ac:
37612           fix --with-plugins, don't think it ever worked before
37613         * gst-plugins.spec.in:
37614           even more updates
37615
37616 2004-03-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37617
37618         * ext/sdl/sdlvideosink.h:
37619         * sys/ximage/ximagesink.h:
37620         * sys/xvideo/xvideosink.h:
37621         * sys/xvimage/xvimagesink.h:
37622           Fix for move of gstvideosink.h -> videosink.h.
37623
37624 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
37625
37626         * gst-libs/gst/xwindowlistener/Makefile.am:
37627           this is a plugin library, not a library
37628
37629 2004-03-01  David Schleef  <ds@schleef.org>
37630
37631         * AUTHORS:  Added some names.  Add yourself if you're still
37632         missing.
37633
37634 2004-03-01  David Schleef  <ds@schleef.org>
37635
37636         * MAINTAINERS: Add
37637
37638 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
37639
37640         * gst-plugins.spec.in: clean up spec file
37641
37642 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
37643
37644         * gst-libs/gst/video/Makefile.am:
37645         * gst-libs/gst/video/gstvideosink.c:
37646         * gst-libs/gst/video/gstvideosink.h:
37647           rename gstvideosink.h to videosink.h to match other headers
37648         * gst/mixmatrix/Makefile.am:
37649           fix plugin filename
37650         * gst/tags/Makefile.am: fix plugin filename
37651
37652 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
37653
37654         * gst/tags/Makefile.am: fix plugin filename
37655
37656 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
37657
37658         * examples/gstplay/player.c: (got_time_tick), (main):
37659           add error handler
37660           display time_tick more readably
37661         * gst/mixmatrix/Makefile.am:
37662           fix plugin file name
37663
37664 2004-02-29  Christophe Fergeau  <teuf@gnome.org>
37665
37666         * sys/oss/gstosselement.c: (gst_osselement_probe),
37667         (device_combination_append), (gst_osselement_class_probe_devices):
37668         * sys/oss/gstosselement.h:
37669           Reworked enumeration of oss dsps and mixers so that gst-mixer works
37670           on my system using alsa oss emulation, fixes bug #135597
37671
37672 2004-02-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37673
37674         * gst/videodrop/gstvideodrop.c: (gst_videodrop_init),
37675         (gst_videodrop_chain), (gst_videodrop_change_state):
37676         * gst/videodrop/gstvideodrop.h:
37677           Work based on timestamp of input data, not based on the expected
37678           framerate from the input. The consequence is that this element now
37679           not only scales framerates, but also functions as a framerate
37680           corrector or framerate stabilizer/constantizer.
37681
37682 2004-02-27  David Schleef  <ds@schleef.org>
37683
37684         patches from jmmv@menta.net (Julio M. Merino Vidal)
37685
37686         * gst/interleave/deinterleave.c: (deinterleave_chain): Fix
37687         GST_ELEMENT_ERROR call (bug #135634)
37688         * gst/interleave/interleave.c: (interleave_buffered_loop),
37689         (interleave_bytestream_loop): Don't use alloca() (bug #135640)
37690         * sys/cdrom/gstcdplayer_ioctl_bsd.h: Fix ioctls on NetBSD (bug #135645)
37691         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
37692         (gst_osssink_chain): Fix ioctls on NetBSD. (bug #135644)
37693         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_sync_next_frame),
37694         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
37695         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_requeue_frame):
37696         Fix GST_ELEMENT_ERROR call.
37697         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_palette): Fix
37698         GST_ELEMENT_ERROR call.
37699
37700 2004-02-27  Benjamin Otte  <otte@gnome.org>
37701
37702         * gst-libs/gst/audio/audio.h:
37703           add macro to make sure header isn't included twice
37704         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
37705           don't use gst_buffer_free
37706         * gst/playondemand/filter.func:
37707           don't use gst_data_free. Free data only once.
37708
37709 2004-02-26  David Schleef  <ds@schleef.org>
37710
37711         * gst-libs/gst/colorbalance/Makefile.am:
37712         * gst-libs/gst/mixer/Makefile.am:
37713         * gst-libs/gst/tuner/Makefile.am:
37714         * gst/level/Makefile.am: -marshal.[ch] and -enum.[ch] files
37715         should not be disted, -marshal.h files should not be installed,
37716         and -enum.h files _should_ be installed.  Fix to make this the
37717         case.
37718
37719 === release 0.7.5 ===
37720
37721 2004-02-26  Thomas Vander Stichele  <thomas at apestaart dot org>
37722
37723         * configure.ac: release 0.7.5, "Under The Sea"
37724
37725 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
37726
37727         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
37728         (gst_audio_convert_change_state), (gst_audio_convert_get_buffer):
37729         * gst/videoscale/gstvideoscale.c:
37730         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
37731           assorted debug/warning fixes
37732
37733 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
37734
37735         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
37736         (gst_videoscale_init), (gst_videoscale_chain),
37737         (gst_videoscale_set_property), (plugin_init):
37738         * gst/videoscale/gstvideoscale.h:
37739         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
37740         (gst_videoscale_scale_rgb), (gst_videoscale_planar411),
37741         (gst_videoscale_planar400), (gst_videoscale_packed422),
37742         (gst_videoscale_packed422rev), (gst_videoscale_32bit),
37743         (gst_videoscale_24bit), (gst_videoscale_16bit),
37744         (gst_videoscale_bilinear), (gst_videoscale_bicubic),
37745         (gst_videoscale_scale_plane_slow),
37746         (gst_videoscale_scale_point_sample),
37747         (gst_videoscale_scale_nearest),
37748         (gst_videoscale_scale_nearest_str2),
37749         (gst_videoscale_scale_nearest_str4),
37750         (gst_videoscale_scale_nearest_32bit),
37751         (gst_videoscale_scale_nearest_24bit),
37752         (gst_videoscale_scale_nearest_16bit):
37753         add debugging category and use it properly
37754         fix use of GST_PTR_FORMAT
37755
37756 2004-02-25  Andy Wingo  <wingo@pobox.com>
37757
37758         * gst/interleave/interleave.c (interleave_buffered_loop): Always
37759         push only when channel->buffer is NULL. Prevents segfaults doing
37760         the state change after a nonlocal exit, like a scheme exception.
37761
37762         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
37763         Handle the case where the intersected caps is empty.
37764
37765 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
37766
37767         * gst/law/mulaw-decode.c: (mulawdec_link):
37768         * gst/law/mulaw.c: (plugin_init):
37769           fix mulawdec so it actually works again
37770
37771 2004-02-24  Arwed v. Merkatz  <v.merkatz@gmx.net>
37772
37773         reviewed by: David Schleef  <ds@schleef.org>
37774
37775         * gst/videofilter/gstgamma.c: (gst_gamma_class_init),
37776         (gst_gamma_init), (gst_gamma_set_property),
37777         (gst_gamma_get_property), (gst_gamma_calculate_tables),
37778         (gst_gamma_rgb24), (gst_gamma_rgb32):  Adds gamma correction
37779         for RGB, with separate r g and b correction factors. (#131167)
37780
37781 2004-02-24  Thomas Vander Stichele  <thomas at apestaart dot org>
37782
37783         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
37784           only signal tags for bitrate if they're > 0 (#134894)
37785
37786 2004-02-24  David Schleef  <ds@schleef.org>
37787
37788         * gst/qtdemux/qtdemux.c: (plugin_init), (gst_qtdemux_loop_header),
37789         (qtdemux_parse_moov), (qtdemux_parse), (qtdemux_node_dump_foreach),
37790         (qtdemux_dump_mvhd), (qtdemux_dump_tkhd), (qtdemux_dump_elst),
37791         (qtdemux_dump_mdhd), (qtdemux_dump_hdlr), (qtdemux_dump_vmhd),
37792         (qtdemux_dump_dref), (qtdemux_dump_stsd), (qtdemux_dump_stts),
37793         (qtdemux_dump_stss), (qtdemux_dump_stsc), (qtdemux_dump_stsz),
37794         (qtdemux_dump_stco), (qtdemux_dump_co64), (qtdemux_dump_dcom),
37795         (qtdemux_dump_cmvd), (qtdemux_parse_tree), (qtdemux_parse_trak):
37796         Cleanups.  Convert g_prints to GST_LOGs.  Add qtdemux debug
37797         category.  Attempt to fix timestamp calculation.
37798
37799 2004-02-24  Johan Dahlin  <johan@gnome.org>
37800
37801         * gst-libs/gst/gconf/gconf.c: Add \n to g_print error messages
37802
37803 2004-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
37804
37805         * configure.ac:
37806         * gconf/Makefile.am:
37807         * gconf/gstreamer.schemas:
37808         * gst-libs/gst/gconf/Makefile.am:
37809         * gst-libs/gst/gconf/gconf.c:
37810           version gconf schemas and install locations
37811
37812 2004-02-23  Benjamin Otte  <otte@gnome.org>
37813
37814         * ext/xine/xineinput.c: (gst_xine_input_dispose):
37815         (gst_xine_input_subclass_init):
37816           call parent dispose.
37817           change pad template for CD reader correctly
37818         * ext/xine/Makefile.am:
37819         * ext/xine/gstxine.h:
37820         * ext/xine/xine.c: (plugin_init):
37821         * ext/xine/xineaudiosink.c:
37822           wrap audio sinks, too
37823         * gst-libs/gst/resample/private.h:
37824         * gst-libs/gst/resample/resample.c: (gst_resample_init),
37825         (gst_resample_reinit), (gst_resample_scale),
37826         (gst_resample_nearest_s16), (gst_resample_bilinear_s16),
37827         (gst_resample_sinc_slow_s16), (gst_resample_sinc_s16),
37828         (gst_resample_sinc_ft_s16), (gst_resample_nearest_float),
37829         (gst_resample_bilinear_float), (gst_resample_sinc_slow_float),
37830         (gst_resample_sinc_float), (gst_resample_sinc_ft_float):
37831         * gst-libs/gst/resample/resample.h:
37832         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
37833         (gst_audioscale_class_init), (gst_audioscale_link),
37834         (gst_audioscale_get_buffer), (gst_audioscale_init),
37835         (gst_audioscale_chain), (gst_audioscale_set_property),
37836         (gst_audioscale_get_property):
37837         * gst/audioscale/gstaudioscale.h:
37838           s/resample_*/gst_resample_*/i to not clobber namespaces
37839
37840 2004-02-23  Julien MOUTTE  <julien@moutte.net>
37841
37842         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
37843         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
37844         (gst_riff_create_video_template_caps),
37845         (gst_riff_create_audio_template_caps),
37846         (gst_riff_create_iavs_template_caps):
37847         * gst-libs/gst/riff/riff-media.h:
37848         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
37849         (gst_asf_demux_audio_caps), (gst_asf_demux_add_audio_stream),
37850         (gst_asf_demux_video_caps), (gst_asf_demux_add_video_stream):
37851         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
37852         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
37853         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
37854         (gst_matroska_demux_plugin_init): First batch implementing audio and
37855         video codec tags in demuxers.
37856
37857 2004-02-22  Benjamin Otte  <otte@gnome.org>
37858
37859         * ext/xine/Makefile.am:
37860         * ext/xine/gstxine.h:
37861         * ext/xine/xine.c: (plugin_init):
37862         * ext/xine/xineinput.c:
37863           add input plugin wrapper. Playback from files, http, mms and cdda
37864           works.
37865         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
37866           remove leftover G_GNUC_UNUSED
37867         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_stream),
37868         (gst_asf_demux_identify_guid):
37869           improve debugging output
37870
37871 2004-02-22  Benjamin Otte  <otte@gnome.org>
37872
37873         reported by: Padraig O'Briain <padraig.obriain@sun.com>
37874
37875         * autogen.sh:
37876           replace test -e with test -x for mkinstalldirs to be more portable.
37877           (fixes #134816)
37878
37879 2004-02-22  Benjamin Otte  <otte@gnome.org>
37880
37881         reported by: Stefan Kost <kost@imn.htwk-leipzig.de>
37882
37883         * gst/audioconvert/gstaudioconvert.c: (plugin_init):
37884           set rank to PRIMARY
37885         * gst/volume/gstvolume.c: (plugin_init):
37886           set rank to NONE
37887         fixes #134960
37888
37889 2004-02-22   Julio M. Merino Vidal <jmmv@menta.net>
37890
37891         reviewed by Benjamin Otte  <otte@gnome.org>
37892
37893         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
37894           escape NULL strings in GST_ELEMENT_ERROR properly (fixes #135116)
37895
37896 2004-02-22  Benjamin Otte  <otte@gnome.org>
37897
37898         * configure.ac:
37899           export [_]*{gst,Gst,GST}.* symbols from plugins
37900
37901 2004-02-22  Christophe Fergeau <teuf@gnome.org>
37902
37903         reviewed by: Benjamin Otte  <otte@gnome.org>
37904
37905         * ext/lame/gstlame.c: (add_one_tag):
37906         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
37907         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value),
37908         (gst_vorbisenc_metadata_set1):
37909         * gst/tags/gstid3tag.c:
37910         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add):
37911           apply fixes from bugs #135042 (lame can't write tags) and #133817
37912           (add GST_ALBUM_VOLUME_{COUNT,NUMBER} tags)
37913
37914 2004-02-22 Ramon Garcia <ramon_garcia_f@yahoo.com>
37915
37916         * configure.ac: Export only gst_plugin_desc from plugins.
37917          Note that this change only makes any effect with Linux using libtool
37918          1.5.2 or higher. Otherwise it is silently ignored, but it would build
37919          fine. And don't try to have several versions of libtool in different
37920          directories.
37921
37922 2004-02-20  Andy Wingo  <wingo@pobox.com>
37923
37924         * gst/intfloat/, gst/oneton: Removed, replaced by audioconvert and
37925         interleave respectively.
37926
37927         * gst/interleave/deinterleave.c: New plugin: deinterleave
37928         (replaces on oneton).
37929         * gst/interleave/interleave.c: New plugin: interleave.
37930         * gst/interleave/plugin.h: Support file.
37931         * gst/interleave/plugin.c: Support file.
37932
37933         * configure.ac: Remove intfloat and oneton, add interleave.
37934
37935         * ext/sndfile/gstsf.c: Handle events better.
37936
37937         * gst/audioconvert/gstaudioconvert.c: Change to support int2float
37938         and float2int operation. int2float has scheduling problems as
37939         noted in in2float_chain.
37940
37941 2004-02-20  Benjamin Otte  <otte@gnome.org>
37942
37943         * ext/xine/Makefile.am:
37944         * ext/xine/gstxine.h:
37945         * ext/xine/xine.c:
37946         * ext/xine/xineaudiodec.c:
37947         * ext/xine/xinecaps.c:
37948           add first version of xine plugin wrapper. Currently only wraps the
37949           QDM2 win32 DLL, and even that only in proof-of-concept quality.
37950         * configure.ac:
37951         * ext/Makefile.am:
37952           add xine plugin wrapper, disabled by default. Use --enable-xine to
37953           build. Note that it'll segfault on gst-register if you don't remove
37954           the goom and tvtime post plugins from xine.
37955         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
37956         (qtdemux_parse), (qtdemux_parse_trak), (qtdemux_audio_caps):
37957           add extradata parsing for QDM2.
37958           change around debugging prints.
37959
37960 2004-02-19  Benjamin Otte  <otte@gnome.org>
37961
37962         * ext/lame/gstlame.c: (gst_lame_chain):
37963         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
37964           use gst_tag_list_insert when you want to insert tags
37965
37966 2004-02-18  David Schleef  <ds@schleef.org>
37967
37968         * configure.ac:  Move massink to gst-rotten
37969         * ext/Makefile.am:
37970         * ext/mas/Makefile.am:
37971         * ext/mas/massink.c:
37972         * ext/mas/massink.h:
37973
37974 2004-02-18  David Schleef  <ds@schleef.org>
37975
37976         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init): Disable gdk_pixbuf
37977         typefinding, since it seems to be worse than nothing.
37978         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):  Add ftyp
37979         atom to recognize .mp4 and .m4a files as video/quicktime.
37980
37981 2004-02-18  David Schleef  <ds@schleef.org>
37982
37983         * gst/sine/demo-dparams.c: (quit_live),
37984         (dynparm_log_value_changed), (dynparm_value_changed), (main):
37985         Use double dparams, not float.
37986         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
37987         (gst_sinesrc_init): Change sync default to FALSE, since multiple
37988         sync'd elements don't really work correctly.
37989         * gst/volume/gstvolume.c: (volume_class_init), (volume_init),
37990         (volume_update_volume), (volume_get_property):  Change dparam
37991         to double.
37992
37993 2004-02-18  Julien MOUTTE  <julien@moutte.net>
37994
37995         * sys/ximage/ximagesink.c:
37996         (gst_ximagesink_xwindow_update_geometry),
37997         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
37998         (gst_ximagesink_change_state), (gst_ximagesink_expose),
37999         (gst_ximagesink_init): Rework the way software video scaling works. So
38000         now we check on each chain call if the video frames are feeling the
38001         window. If not we try to renegotiate caps. On failure we memorize that
38002         and we won't try again for that PLAYING sessions.
38003         * sys/ximage/ximagesink.h: Adding a boolean to store the caps renego
38004         failure.
38005         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): initialize the
38006         synchronous flag.
38007
38008 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
38009
38010         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
38011           break up _link so we can give a better debug message for errors
38012
38013 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
38014
38015         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
38016           set up debug category
38017
38018 2004-02-18  Julien MOUTTE <julien@moutte.net>
38019
38020         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
38021         (gst_ximagesink_handle_xevents), (gst_ximagesink_expose): Reorganizing
38022         the way renegotiation work. The event handling function is not taking
38023         care of external windows and renegotiate method check for pad flags
38024         NEGOTIATING. Should fix : #133209
38025
38026 2004-02-17  Julien MOUTTE  <julien@moutte.net>
38027
38028         * sys/ximage/ximagesink.c: (gst_ximagesink_expose): Checking if the
38029         pad is negotiating before trying renegotiation.
38030
38031 2004-02-17  Thomas Vander Stichele  <thomas at apestaart dot org>
38032
38033         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
38034           pass on all possible mime types as typefind hints
38035
38036 2004-02-17  Julien MOUTTE <julien@moutte.net>
38037
38038         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
38039         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Fix a
38040         possible SHM leak if we crash. All other apps using XShm are doing
38041         that.
38042
38043 2004-02-17  Julien MOUTTE  <julien@moutte.net>
38044
38045         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
38046         (gst_ximagesink_expose): Renegotiate size on expose.
38047         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_expose): Update window
38048         size on expose.
38049
38050 2004-02-16  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38051
38052         * testsuite/alsa/sinesrc.c:
38053           cosmetic fix to fix compile issue with gcc 2.95.4
38054
38055 2004-02-16  Julien MOUTTE <julien@moutte.net>
38056
38057         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
38058         (gst_alsa_timestamp_to_bytes): Alsa should trigger an error if it
38059         failed opening the audio device.
38060         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
38061         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
38062         (gst_ximagesink_xwindow_new), (gst_ximagesink_xwindow_destroy),
38063         (gst_ximagesink_xwindow_resize), (gst_ximagesink_xwindow_clear),
38064         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
38065         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
38066         (gst_ximagesink_change_state), (gst_ximagesink_chain),
38067         (gst_ximagesink_set_xwindow_id): Clearing window in READY TO PAUSED.
38068         Removing some useless g_return_if_fail like wingo suggested.
38069         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
38070         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xvimage_put),
38071         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
38072         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_xwindow_clear),
38073         (gst_xvimagesink_update_colorbalance),
38074         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get),
38075         (gst_xvimagesink_xcontext_clear),
38076         (gst_xvimagesink_get_fourcc_from_caps),
38077         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
38078         (gst_xvimagesink_set_xwindow_id),
38079         (gst_xvimagesink_colorbalance_list_channels),
38080         (gst_xvimagesink_colorbalance_set_value),
38081         (gst_xvimagesink_colorbalance_get_value): Clearing window in READY TO
38082         PAUSED. Removing some useless g_return_if_fail like wingo suggested.
38083
38084 2004-02-16  Thomas Vander Stichele  <thomas at apestaart dot org>
38085
38086         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
38087           throw error when not negotiated instead of asserting
38088
38089 2004-02-15  Julien MOUTTE  <julien@moutte.net>
38090
38091         * gst/switch/gstswitch.c: (gst_switch_loop): More fixes for
38092         correct data refcounting.
38093
38094 2004-02-15  Julien MOUTTE  <julien@moutte.net>
38095
38096         * gst/switch/gstswitch.c: (gst_switch_change_state),
38097         (gst_switch_class_init): Cleaning the sinkpads correctly on state
38098         change, mostly the EOS flag.
38099
38100 2004-02-15  Julien MOUTTE  <julien@moutte.net>
38101
38102         * examples/gstplay/player.c: (got_eos), (main): Adding some
38103         output for debugging.
38104         * gst-libs/gst/play/play.c: (gst_play_state_change): Stop our
38105         timeouts if we go to any state different from PLAYING.
38106         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek): Fix some
38107         more EOS bugs in riff lib.
38108
38109 2004-02-14  Julien MOUTTE  <julien@moutte.net>
38110
38111         * gst-libs/gst/play/play.c: (gst_play_connect_visualization): Disable
38112         visualization until i find a way to fix switch correctly.
38113         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head): Fix a bug when
38114         EOS arrives.
38115         * gst/switch/gstswitch.c: (gst_switch_release_pad),
38116         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
38117         (gst_switch_loop), (gst_switch_dispose), (gst_switch_class_init):
38118         Reworked switch to get a more correct behaviour with events and refing
38119         of data stored in sinkpads.
38120         * gst/switch/gstswitch.h: Adding an eos flag for every sinkpad so that
38121         we don't pull from a pad in EOS.
38122
38123 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38124
38125         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
38126           remove v1 tag even if we can't read it (makes sure we don't detect
38127           it again)
38128
38129 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38130
38131         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait),
38132         (gst_alsa_xrun_recovery):
38133         * ext/alsa/gstalsa.h:
38134           try xrun recovery when wait failed. Make xrun recovery function
38135           return TRUE/FALSE to indicate success. (might fix #134354)
38136
38137 2004-02-13  David Schleef  <ds@schleef.org>
38138
38139         * gst/sine/demo-dparams.c: (dynparm_log_value_changed),
38140         (dynparm_value_changed), (main): Convert from float to double.
38141         * gst/sine/gstsinesrc.c: (gst_sinesrc_init): same.
38142
38143 2004-02-13  David Schleef  <ds@schleef.org>
38144
38145         * gst/silence/gstsilence.c: (gst_silence_class_init),
38146         (gst_silence_set_clock), (gst_silence_get),
38147         (gst_silence_set_property), (gst_silence_get_property):
38148         * gst/silence/gstsilence.h: Add sync property.
38149         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
38150         (gst_sinesrc_init), (gst_sinesrc_set_clock), (gst_sinesrc_get),
38151         (gst_sinesrc_set_property), (gst_sinesrc_get_property):
38152         * gst/sine/gstsinesrc.h: Add sync property.
38153
38154 2004-02-13  David Schleef  <ds@schleef.org>
38155
38156         * gst/intfloat/gstint2float.c: (conv_f32_s16),
38157         (gst_int2float_chain_gint16):  Change stdint usage to glib types.
38158
38159 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
38160
38161         * configure.ac:
38162         * ext/Makefile.am:
38163         * gst-libs/ext/Makefile.am:
38164           move ffmpeg plugin to gst-ffmpeg module
38165
38166 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
38167
38168         * configure.ac: use GST_ARCH to detect architecture
38169
38170 2004-02-12  Julien MOUTTE  <julien@moutte.net>
38171
38172         * gst/vbidec/vbiscreen.c: Fixing thomasvs fixes. Missing header.
38173
38174 2004-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
38175
38176         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
38177           classify LADSPA plugins based on number of src/sink pads
38178           (#133663, Stefan Kost)
38179         * gst/sine/gstsinesrc.c: (gst_sinesrc_init):
38180           fix dparams registration
38181           (#133528, Stefan Kost)
38182         * gst/vbidec/vbiscreen.c: (vbiscreen_set_current_cell):
38183           fix use of isprint and use g_ascii_isprint instead
38184           (#133316, Stefan Kost)
38185
38186 2004-02-11  David Schleef  <ds@schleef.org>
38187
38188         Convert a few inner loops to use liboil.  This is currently
38189         optional, and is only enabled if liboil is present (duh!).
38190         * configure.ac: Check for liboil-0.1
38191         * gst/intfloat/Makefile.am:
38192         * gst/intfloat/gstint2float.c: (conv_f32_s16), (scalarmult_f32),
38193         (gst_int2float_chain_gint16):
38194         * gst/videofilter/Makefile.am:
38195         * gst/videofilter/gstvideobalance.c: (gst_videobalance_class_init),
38196         (tablelookup_u8), (gst_videobalance_planar411):
38197         * gst/videotestsrc/Makefile.am:
38198         * gst/videotestsrc/gstvideotestsrc.c: (plugin_init):
38199         * gst/videotestsrc/videotestsrc.c: (splat_u8), (paint_hline_YUY2),
38200         (paint_hline_IYU2), (paint_hline_str4), (paint_hline_str3),
38201         (paint_hline_RGB565), (paint_hline_xRGB1555):
38202
38203 2004-02-11  David Schleef  <ds@schleef.org>
38204
38205         * ext/lcs/gstcolorspace.c: (colorspace_find_lcs_format),
38206         (gst_colorspace_caps_get_fourcc), (colorspace_setup_converter),
38207         (gst_colorspace_getcaps), (gst_colorspace_link),
38208         (gst_colorspace_base_init), (gst_colorspace_init),
38209         (gst_colorspace_chain), (gst_colorspace_change_state),
38210         (plugin_init): Merge Ronald's patch (bug #117897) and update
38211         for new caps and negotiation.  Seems to work, although it
38212         shows off bugs in lcs.
38213
38214 2004-02-11  David Schleef  <ds@schleef.org>
38215
38216         * ext/alsa/Makefile.am: Fix linking against libgstinterfaces.
38217         (bug #133886)  Noticed by bugs@leroutier.net (Stephane LOEUILLET)
38218
38219 2004-02-11  David Schleef  <ds@schleef.org>
38220
38221         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_class_init),
38222         (gst_rfbsrc_change_state), (gst_rfbsrc_init),
38223         (gst_rfbsrc_set_property), (gst_rfbsrc_get_property):
38224         Add server and port properties
38225
38226 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
38227
38228         * m4/a52.m4:
38229         * m4/aalib.m4:
38230         * m4/as-ffmpeg.m4:
38231         * m4/as-liblame.m4:
38232         * m4/as-slurp-ffmpeg.m4:
38233         * m4/check-libheader.m4:
38234         * m4/esd.m4:
38235         * m4/freetype2.m4:
38236         * m4/gconf-2.m4:
38237         * m4/glib.m4:
38238         * m4/gst-alsa.m4:
38239         * m4/gst-artsc.m4:
38240         * m4/gst-ivorbis.m4:
38241         * m4/gst-matroska.m4:
38242         * m4/gst-sdl.m4:
38243         * m4/gst-shout2.m4:
38244         * m4/gst-sid.m4:
38245         * m4/gtk.m4:
38246         * m4/libdv.m4:
38247         * m4/libfame.m4:
38248         * m4/libmikmod.m4:
38249         * m4/ogg.m4:
38250         * m4/vorbis.m4:
38251           fix underquotedness of macros (#133800)
38252         * m4/as-avifile.m4:
38253         * m4/xmms.m4:
38254           removed because no longer used
38255
38256 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
38257
38258         * configure.ac:
38259           require gettext 0.11.5 so ulonglong.m4 gets checked out and copied
38260           by autopoint (fixes #132996)
38261
38262 2004-02-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38263
38264         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_base_init):
38265         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_base_init):
38266         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_base_init):
38267         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_base_init):
38268           fix memleaks
38269
38270 2004-02-11  David Schleef  <ds@schleef.org>
38271
38272         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
38273         (gst_gdk_pixbuf_chain): Fix logic bug causing spurious errors.
38274         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_base_init),
38275         (gst_jpegdec_init), (gst_jpegdec_chain): Fix negotiation.
38276         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_base_init),
38277         (gst_jpegenc_class_init), (gst_jpegenc_init),
38278         (gst_jpegenc_getcaps), (gst_jpegenc_link), (gst_jpegenc_resync),
38279         (gst_jpegenc_chain), (gst_jpegenc_set_property),
38280         (gst_jpegenc_get_property):  Fix negotiation.  Add some properties.
38281         * ext/jpeg/gstjpegenc.h: Fix negotiation.
38282
38283 2004-02-10  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38284
38285         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
38286         (gst_mikmod_srcfixate), (gst_mikmod_srclink), (gst_mikmod_loop):
38287         * ext/mikmod/gstmikmod.h:
38288           fix caps negotiation in mikmod
38289         * ext/ogg/gstoggdemux.c: (gst_ogg_print):
38290           output debug information
38291
38292 2004-02-08  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38293
38294         * gst-libs/gst/colorbalance/Makefile.am:
38295         * gst-libs/gst/navigation/Makefile.am:
38296         * gst-libs/gst/xoverlay/Makefile.am:
38297           remove unused GST_OPT_CFLAGS from Makefiles
38298           include X_CFLAGS and X_LIBS in xoverlay. (#131948)
38299
38300 2004-02-07  David Schleef  <ds@schleef.org>
38301
38302         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_handle_event): Don't
38303         push events to pads that haven't been created (#133508)
38304
38305 2004-02-07  Jan Schmidt  <thaytan@mad.scientist.com>
38306
38307         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
38308         (gst_dvdec_sink_convert), (gst_dvdec_handle_sink_event),
38309         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
38310         (gst_dvdec_loop), (gst_dvdec_change_state):
38311         Second attempt at committing a working dvdec element.
38312
38313 2004-02-06  David Schleef  <ds@schleef.org>
38314
38315         Build fixes for OS X: (see #129600)
38316         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_strh),
38317         (gst_riff_read_strf_vids), (gst_riff_read_strf_auds),
38318         (gst_riff_read_strf_iavs):
38319         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
38320         (gst_avi_demux_stream_odml):
38321         * gst/playondemand/Makefile.am:
38322         * gst/rtp/rtp-packet.c:
38323
38324 2004-02-05  David Schleef  <ds@schleef.org>
38325
38326         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_loop): Revert
38327         last change, because it Just Doesn't Compile.
38328
38329 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38330
38331         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
38332           skip undecodable id3v2 tag instead of keeping it
38333
38334 2004-02-05  David Schleef  <ds@schleef.org>
38335
38336         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
38337         Unref leaked buffer.  (Noticed by Ronald)
38338
38339 2004-02-05  David I. Lehn  <dlehn@users.sourceforge.net>
38340
38341         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
38342         Sync requires with other checks.  >= vs =.
38343
38344 2004-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
38345
38346         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
38347         (gst_dvdec_video_link), (gst_dvdec_loop):
38348         * ext/dv/gstdvdec.h:
38349           rework the caps negotiation so that dvdec works again instead
38350           of just segfaulting.
38351
38352 === release 0.7.4 ===
38353
38354 2004-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
38355
38356         * NEWS: GStreamer Plugins 0.7.4 "For Great Justice" released
38357         * configure.ac: changed for release
38358
38359 2004-02-05  Thomas Vander Stichele  <thomas at apestaart dot org>
38360
38361         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in:
38362         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
38363         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
38364         * pkgconfig/gstreamer-play-uninstalled.pc.in:
38365           reworked patch by David Lehn to fix libdir and includedir for
38366           uninstalled libraries
38367           removed play and gconf from gstreamer-libs since they have their
38368           own pkgconfig files
38369
38370 2004-02-04  David Schleef  <ds@schleef.org>
38371
38372         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt): Fix a caps
38373         memleak.
38374
38375 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38376
38377         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
38378           use correct GST_TAG_ENCODER tag
38379
38380 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38381
38382         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
38383           be sure to stop the clock when going to paused
38384         * sys/oss/gstosssink.c: (gst_osssink_change_state):
38385           reset number of transmitted when going to ready.
38386         fixes #132935
38387
38388 2004-02-05  Charles Schmidt <cschmidt2@emich.edu>
38389
38390         reviewed by Benjamin Otte
38391
38392         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
38393           extract track count (fixes #133410)
38394
38395 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38396
38397         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
38398           that should be !=, not == (fixes #132519)
38399
38400 2004-02-04  David Schleef  <ds@schleef.org>
38401
38402         Make sure set_explicit_caps() is called before adding pad.
38403         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
38404         * gst/id3/gstid3types.c: (gst_id3types_loop):
38405         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
38406         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
38407
38408 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
38409
38410         * configure.ac:
38411           bump nano to 2, first prerelease
38412           put back AM_PROG_LIBTOOL
38413
38414 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
38415
38416         * testsuite/alsa/Makefile.am:
38417           these are user test apps, not automatic testsuite tests
38418
38419 2004-02-04  David Schleef  <ds@schleef.org>
38420
38421         Convert GST_DEBUG_CAPS() to GST_DEBUG():
38422         * gst/mpeg1videoparse/gstmp1videoparse.c:
38423         (mp1videoparse_parse_seq):
38424         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
38425         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
38426         * sys/xvideo/gstxwindow.c: (_gst_xwindow_new):
38427         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
38428         (gst_xvideosink_getcaps):
38429         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
38430         * testsuite/gst-lint: more tests
38431
38432 2004-02-04  David Schleef  <ds@schleef.org>
38433
38434         Replace use of GST_PAD_FORMATS_FUNCTION() and similar macros
38435         with the code that they would expand to.
38436         * ext/flac/gstflacdec.c: (gst_flacdec_get_src_formats),
38437         (gst_flacdec_get_src_query_types),
38438         (gst_flacdec_get_src_event_masks):
38439         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_formats),
38440         (gst_gnomevfssrc_get_query_types),
38441         (gst_gnomevfssrc_get_event_mask):
38442
38443 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38444
38445         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
38446         (gst_sinesrc_dispose):
38447           fix memleak by properly disposing sinesrc
38448
38449 2004-02-04  Julien MOUTTE  <julien@moutte.net>
38450
38451         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_expose):
38452         * gst-libs/gst/xoverlay/xoverlay.h: Adding the _expose method to tell
38453         an overlay to redraw the image because it has been exposed.
38454         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy),
38455         (gst_ximagesink_ximage_put), (gst_ximagesink_expose),
38456         (gst_ximagesink_xoverlay_init), (gst_ximagesink_init):
38457         * sys/ximage/ximagesink.h: Implement expose method from XOverlay
38458         interface
38459         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_destroy),
38460         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_expose),
38461         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_init):
38462         * sys/xvimage/xvimagesink.h: Implement expose method from XOverlay
38463         interface
38464
38465 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38466
38467         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
38468           more memleak fixage
38469
38470 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38471
38472         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
38473         * gst/typefind/gsttypefindfunctions.c:
38474           fix memleaks shown by gst-typefind
38475
38476 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
38477
38478         * common/glib-gen.mak:
38479           add hack rule to touch .Plo files
38480         * gst-libs/gst/colorbalance/Makefile.am:
38481         * gst-libs/gst/mixer/Makefile.am:
38482         * gst-libs/gst/play/Makefile.am:
38483         * gst-libs/gst/tuner/Makefile.am:
38484           remove glib_root variable
38485
38486 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38487
38488         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream):
38489           set explicit caps before adding the element, so the autopluggers can
38490           plug correctly.
38491         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
38492         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
38493         (mpeg_video_type_find), (mpeg_video_stream_type_find),
38494         (dv_type_find):
38495           fix memleaks in typefind functions. gst_type_find_suggest takes a const
38496           argument.
38497
38498 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
38499
38500         * gst-libs/gst/colorbalance/Makefile.am:
38501         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
38502         * gst-libs/gst/colorbalance/colorbalance.c:
38503         * gst-libs/gst/colorbalance/colorbalance.h:
38504         * gst-libs/gst/colorbalance/colorbalancemarshal.list:
38505         * gst-libs/gst/mixer/Makefile.am:
38506         * gst-libs/gst/mixer/mixer-marshal.list:
38507         * gst-libs/gst/mixer/mixer.c:
38508         * gst-libs/gst/mixer/mixer.h:
38509         * gst-libs/gst/mixer/mixermarshal.list:
38510         * gst-libs/gst/play/Makefile.am:
38511         * gst-libs/gst/play/play.h:
38512         * gst-libs/gst/tuner/Makefile.am:
38513         * gst-libs/gst/tuner/tuner-marshal.list:
38514         * gst-libs/gst/tuner/tuner.c:
38515         * gst-libs/gst/tuner/tuner.h:
38516         * gst-libs/gst/tuner/tunermarshal.list:
38517           use new glib-gen.mak snippet to clean up Makefile.am
38518           fix various bugs in Makefile.am's
38519
38520 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38521
38522         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
38523           handle chain parsing correctly in the multichain case
38524         * ext/theora/theoradec.c: (gst_theora_dec_init), (_theora_ilog),
38525         (theora_dec_from_granulepos), (theora_dec_to_granulepos),
38526         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
38527         (theora_dec_chain):
38528           handle events and queries correctly
38529
38530 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
38531
38532         * .cvsignore:
38533         Ignore generated file _stdint.h.
38534
38535 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
38536
38537         * gst-libs/gst/colorbalance/Makefile.am:
38538         * gst-libs/gst/colorbalance/colorbalance.h:
38539         * gst-libs/gst/mixer/Makefile.am:
38540         * gst-libs/gst/mixer/mixer.h:
38541         * gst-libs/gst/play/Makefile.am:
38542         * gst-libs/gst/play/play.h:
38543         * gst-libs/gst/tuner/Makefile.am:
38544         * gst-libs/gst/tuner/tuner.h:
38545         Generate enum type code with glib-mkenums.
38546         * gst-libs/gst/colorbalance/.cvsignore:
38547         * gst-libs/gst/mixer/.cvsignore:
38548         * gst-libs/gst/play/.cvsignore:
38549         * gst-libs/gst/tuner/.cvsignore:
38550         Ignore generated files.
38551
38552 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
38553
38554         * gst-libs/gst/audio/.cvsignore:
38555         Ignore generated file.
38556         * gst-libs/gst/audio/Makefile.am:
38557         Do not install example filter.
38558
38559 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
38560
38561         * examples/switch/.cvsignore:
38562         Ignore generated file.
38563
38564 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38565
38566         * common/m4/ax_create_stdint_h.m4:
38567         * configure.ac:
38568           add AX_CREATE_STDINT_H to get correct type definitions for a52dec in
38569           _stdint.h.
38570         * Makefile.am:
38571           remove generated _stdint.h in DISTCLEANFILES
38572         * ext/a52dec/gsta52dec.c:
38573           include _stdint.h for a52dec. (should fix #133064)
38574
38575 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
38576
38577         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add),
38578         (gst_tag_to_vorbis_comments):
38579         Add replaygain support to vorbistag
38580
38581 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
38582         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
38583         (gst_ffmpeg_caps_to_extradata):
38584           Fix SVQ3 caps flag properties
38585           Use glib macro for bytes swap
38586
38587 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
38588
38589         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
38590         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
38591         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
38592         * ext/sndfile/gstsf.c: (plugin_init):
38593         * gst/avi/gstavi.c: (plugin_init):
38594         * sys/dxr3/dxr3init.c: (plugin_init):
38595         * sys/oss/gstossaudio.c: (plugin_init):
38596         * sys/v4l/gstv4l.c: (plugin_init):
38597         * sys/v4l2/gstv4l2.c: (plugin_init):
38598           remove textdomain calls
38599         * po/nl.po:
38600           update Dutch translation
38601
38602 2004-02-02  Julien MOUTTE  <julien@moutte.net>
38603
38604         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
38605         (gst_play_set_audio_sink): Moving volume in the audio thread for
38606         instantaneous volume change. Maybe i will add another volume in front
38607         of visualization later, not sure yet though.
38608
38609 2004-02-02  Julien MOUTTE  <julien@moutte.net>
38610
38611         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
38612         (gst_ximagesink_handle_xevents): Better X events handling, only take
38613         the latest events for configure and motion.
38614         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents): same.
38615
38616 2004-02-02  Jon Trowbridge  <trow@gnu.org>
38617
38618         reviewed by: David Schleef  <ds@schleef.org>
38619
38620         Fix memory leaks:
38621         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_register):
38622         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_register):
38623
38624 2004-02-02  David Schleef  <ds@schleef.org>
38625
38626         code cleanup.  Change bzero() to memset().  Remove duplicate ; at ends
38627         of lines.
38628         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_event):
38629         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
38630         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link):
38631         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
38632         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
38633         * gst/effectv/gstedge.c: (gst_edgetv_sinkconnect):
38634         * gst/effectv/gstvertigo.c: (gst_vertigotv_sinkconnect):
38635         * gst/intfloat/float22int.c: (gst_float2_2_int_getcaps),
38636         (gst_float2_2_int_link):
38637         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
38638         * gst/rtjpeg/RTjpeg.c: (RTjpeg_init_mcompress):
38639         * gst/tcp/gsttcpsink.c: (gst_tcpsink_init_send):
38640         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_init_receive):
38641         * gst/udp/gstudpsink.c: (gst_udpsink_init_send):
38642         * gst/udp/gstudpsrc.c: (gst_udpsrc_init_receive):
38643         * sys/v4l/gstv4lelement.c: (gst_v4lelement_init):
38644         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
38645         * testsuite/gst-lint: Add tests for bzero and ;;
38646
38647 2004-02-02  David Schleef  <ds@schleef.org>
38648
38649         * gst/debug/efence.c: Add fallback if MAP_ANONYMOUS isn't defined.
38650
38651 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
38652
38653         * ext/aalib/gstaasink.c: (gst_aasink_open):
38654         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
38655         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
38656         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
38657         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
38658         (gst_afsink_close_file):
38659         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
38660         (gst_afsrc_close_file):
38661         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
38662         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
38663         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
38664         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
38665         * ext/esd/esdmon.c: (gst_esdmon_get):
38666         * ext/esd/esdsink.c: (gst_esdsink_chain), (gst_esdsink_open_audio):
38667         * ext/faac/gstfaac.c: (gst_faac_chain):
38668         * ext/faad/gstfaad.c: (gst_faad_chain):
38669         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
38670         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
38671         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
38672         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
38673         (gst_flacdec_loop):
38674         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
38675         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
38676         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
38677         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
38678         (gst_gnomevfssink_close_file):
38679         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
38680         (gst_gnomevfssrc_open_file):
38681         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
38682         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
38683         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
38684         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
38685         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
38686         * ext/mad/gstmad.c: (gst_mad_chain):
38687         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
38688         * ext/mpeg2dec/gstmpeg2dec.c:
38689         * ext/mpeg2enc/gstmpeg2enc.cc:
38690         * ext/mplex/gstmplex.cc:
38691         * ext/mplex/gstmplexibitstream.cc:
38692         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
38693         (gst_ogg_demux_push):
38694         * ext/raw1394/gstdv1394src.c:
38695         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
38696         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
38697         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
38698         (gst_sf_loop):
38699         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
38700         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop):
38701         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
38702         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
38703         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
38704         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
38705         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
38706         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
38707         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
38708         (gst_riff_read_element_data), (gst_riff_read_seek),
38709         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
38710         * gst/adder/gstadder.c: (gst_adder_loop):
38711         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
38712         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
38713         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
38714         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
38715         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
38716         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
38717         * gst/goom/gstgoom.c: (gst_goom_chain):
38718         * gst/id3/gstid3types.c: (gst_id3types_loop):
38719         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
38720         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
38721         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
38722         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
38723         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
38724         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
38725         (gst_ebml_read_float), (gst_ebml_read_header):
38726         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
38727         (gst_matroska_demux_parse_blockgroup):
38728         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
38729         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
38730         * gst/oneton/gstoneton.c: (gst_oneton_chain):
38731         * gst/silence/gstsilence.c: (gst_silence_get):
38732         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
38733         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
38734         * gst/speed/gstspeed.c: (speed_loop):
38735         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
38736         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
38737         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
38738         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
38739         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
38740         (gst_wavparse_loop):
38741         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
38742         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
38743         (dxr3audiosink_close):
38744         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
38745         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
38746         (dxr3videosink_close), (dxr3videosink_write_data):
38747         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
38748         * sys/oss/gstosssink.c: (gst_osssink_chain):
38749         * sys/oss/gstosssrc.c: (gst_osssrc_get):
38750         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
38751         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
38752         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
38753         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
38754         (gst_v4l_set_window), (gst_v4l_enable_overlay):
38755         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
38756         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
38757         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
38758         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
38759         (gst_v4l_set_audio):
38760         * sys/v4l/v4l_calls.h:
38761         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
38762         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
38763         (gst_v4lmjpegsink_playback_init),
38764         (gst_v4lmjpegsink_playback_start):
38765         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame):
38766         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
38767         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
38768         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
38769         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
38770         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
38771         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
38772         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
38773         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
38774         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
38775         (gst_v4l2_get_output), (gst_v4l2_set_output),
38776         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
38777         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
38778         (gst_v4l2_set_attribute):
38779         * sys/v4l2/v4l2_calls.h:
38780         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
38781         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
38782         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
38783         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
38784         (gst_v4l2src_capture_stop):
38785         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
38786         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
38787         (gst_ximagesink_chain):
38788         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
38789         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
38790         (gst_xvideosink_xwindow_new):
38791         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
38792         (gst_xvimagesink_chain):
38793
38794 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
38795
38796         * gst/volume/gstvolume.c: (gst_volume_set_volume),
38797         (gst_volume_get_volume), (volume_class_init), (volume_init),
38798         (volume_chain_int16), (volume_update_volume):
38799         * gst/volume/gstvolume.h:
38800           make code more readable by removing magic numbers
38801           make mixer interface export 0-100 range
38802           make it internally map to 0.0-1.0 range so users don't distort
38803           output by putting the sliders at full volume
38804
38805 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
38806
38807         * gst-libs/gst/play/play.c: (gst_play_tick_callback),
38808         (gst_play_state_change), (gst_play_seek_to_time):
38809         block the tick callback for 0.5 secs after doing a seek
38810
38811 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
38812
38813         * gst-libs/gst/play/play.c: (gst_play_new):
38814           check for GError
38815
38816 2004-02-01  Julien MOUTTE  <julien@moutte.net>
38817
38818         * gst-libs/gst/play/play.c: (gst_play_seek_to_time),
38819         (gst_play_new): Accepting NULL GError, blocking time tick while seeking.
38820         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
38821         (gst_ximagesink_chain), (gst_ximagesink_init): s/sinkconnect/sink_link
38822         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
38823         (gst_xvimagesink_chain), (gst_xvimagesink_init): s/sinkconnect/sink_link
38824
38825 2004-02-01  Thomas Vander Stichele  <thomas at apestaart dot org>
38826
38827         * configure.ac:
38828         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
38829           check for a function added in vorbis 1.1
38830
38831 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38832
38833         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
38834         (gst_alsa_drain_audio), (gst_alsa_stop_audio):
38835           really start/stop clock only on PLAYING <=> PAUSED
38836         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
38837           remove \n from debugging lines
38838         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
38839           make it work when seeking does not
38840         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
38841           reset on DISCONT
38842
38843 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38844
38845         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start):
38846           start clock on PAUSED=>PLAYING, not later
38847         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
38848           extract correct time for different discont formats
38849         (gst_alsa_sink_get_time):
38850           don't segfault when no format is negotiated yet, just return 0
38851         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
38852         (gst_ogg_demux_handle_event), (gst_ogg_demux_push),
38853         (gst_ogg_pad_push):
38854           handle flush and discont events correctly
38855         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
38856           handle discont events correctly
38857
38858 2004-01-31  Thomas Vander Stichele  <thomas at apestaart dot org>
38859
38860         * gst-libs/gst/play/play.c: (gst_play_error_quark),
38861         (gst_play_error_create), (gst_play_error_plugin),
38862         (gst_play_pipeline_setup), (gst_play_init), (gst_play_new):
38863         * gst-libs/gst/play/play.h:
38864           add error handling during creation
38865         * examples/gstplay/player.c: (main):
38866           use new gst_play_new
38867
38868
38869 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38870
38871         * ext/theora/theoradec.c: (theora_dec_chain):
38872           make comments work
38873         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
38874         (vorbis_dec_src_event), (vorbis_dec_chain):
38875           add encoder tag, fix tag reading to be more error tolerant, change
38876           BITRATE to NOMINAL_BITRATE, add debugging, don't unref events after
38877           gst_pad_event_default.
38878         * gst/tags/gstvorbistag.c:
38879         (gst_tag_list_from_vorbiscomment_buffer):
38880           undefine function specific define at end of function
38881
38882 2004-01-31  Jeremy Simon  <jesimon@libertysurf.fr>
38883
38884         * ext/flac/gstflac.c: (plugin_init):
38885         * ext/flac/gstflacdec.c: (gst_flacdec_class_init):
38886         * ext/flac/gstflacdec.h:
38887         * ext/flac/gstflacenc.h:
38888           Fix typos
38889
38890 2004-01-30  David I. Lehn  <dlehn@users.sourceforge.net>
38891
38892         * examples/gstplay/player.c: s/gstplay.h/play.h/
38893
38894 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
38895
38896         * gst-libs/gst/play/Makefile.am:
38897         * gst-libs/gst/play/gstplay.c:
38898         * gst-libs/gst/play/gstplay.h:
38899         * gst-libs/gst/play/play.c:
38900           more surgery, operation complete
38901
38902 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
38903
38904         * gst-libs/gst/play/play.old.c:
38905         * gst-libs/gst/play/play.old.h:
38906           after CVS surgery by moving, remove
38907         * gst-libs/gst/play/playpipelines.c:
38908           remove
38909
38910         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
38911           add negotiation error
38912
38913 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
38914
38915         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
38916         (gst_ogg_demux_push):
38917           add some seeking debug info
38918           send a flush when seeking
38919
38920 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38921
38922         * configure.ac:
38923           use AC_C_INLINE
38924         * configure.ac:
38925         * ext/Makefile.am:
38926         * ext/theora/Makefile.am:
38927         * ext/theora/theoradec.c:
38928           add theora video decoder. Does just do simple decoding for now and
38929           has been tested against Theora cvs only. It only works when theora
38930           is compiled with --enable-static.
38931         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
38932           always reset packetno on DISCONT
38933
38934 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38935
38936         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
38937           Fix audio.
38938
38939 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38940
38941         * gst/mpegaudioparse/gstmpegaudioparse.c:
38942         (mp3_type_frame_length_from_header):
38943           Fix header parsing - stolen from ffmpeg (thank you! :) ).
38944
38945 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38946
38947         * ext/esd/esdsink.c: (gst_esdsink_init):
38948           Since we have static pad template caps, we don't need to negotiate;
38949           either the core errors out or we know the format.
38950
38951 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38952
38953         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
38954         (gst_riff_read_seek):
38955         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
38956         (gst_ebml_read_seek):
38957           Fix event handling.
38958
38959 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38960
38961         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
38962           removee video/x-theora from vp3 decoder, it doesn't handle raw
38963           theora streams
38964         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
38965           fix bug with finalizing element that never went to PAUSED
38966         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
38967           length and position queries were swapped
38968         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
38969         (vorbis_dec_from_granulepos), (vorbis_dec_src_query),
38970         (vorbis_dec_src_event):
38971           implement querying time and bytes
38972
38973 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
38974
38975         * just about every source file:
38976           gst_element_error -> GST_ELEMENT_ERROR
38977
38978 2004-01-29  Julien MOUTTE  <julien@moutte.net>
38979
38980         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get): Fixing seeking
38981         emiting FLUSH and even before DISCONT.
38982         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): Fix seeking to
38983         get the best instant seeking as possible yay!
38984
38985 2004-01-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38986
38987         * gst/mpeg1videoparse/gstmp1videoparse.c:
38988         (gst_mp1videoparse_real_chain):
38989           Committed wrong version last week... Grr... Didn't notice until now.
38990
38991 2004-01-29  Julien MOUTTE <julien@moutte.net>
38992
38993         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new):
38994         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new): Emit the
38995         have_xwindow_id signal in xwindow_create.
38996
38997 2004-01-29  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38998
38999         * ext/ogg/gstoggdemux.c:
39000           lots of changes - mainly support for chained bitstreams, seeking,
39001           querying and bugfixes of course
39002         * ext/vorbis/Makefile.am:
39003         * ext/vorbis/vorbisdec.c:
39004         * ext/vorbis/vorbisdec.h:
39005           add vorbisdec raw vorbis decoder
39006         * ext/vorbis/vorbis.c: (plugin_init):
39007           register vorbisdec as PRIMARY, vorbisfile as SECONDARY
39008         * gst/intfloat/Makefile.am:
39009         * gst/intfloat/float22int.c:
39010         * gst/intfloat/float22int.h:
39011         * gst/intfloat/gstintfloatconvert.c: (plugin_init):
39012           add float2intnew plugin. It converts multichannel interleaved float to
39013           multichannel interleaved int. The name should probably be changed.
39014         * gst/typefind/gsttypefindfunctions.c: (theora_type_find),
39015         (plugin_init):
39016           add typefinding for raw theora video so oggdemux can detect it.
39017
39018 2004-01-28  Julien MOUTTE  <julien@moutte.net>
39019
39020         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): seek on video
39021         sink element first.
39022         * gst/videoscale/gstvideoscale.c:
39023         (gst_videoscale_handle_src_event): Fixing src event handler.
39024
39025 2004-01-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39026
39027         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
39028         (gst_v4lsrc_open), (gst_v4lsrc_close),
39029         (gst_v4lsrc_palette_to_caps), (gst_v4lsrc_srcconnect),
39030         (gst_v4lsrc_getcaps), (gst_v4lsrc_set_clock):
39031         * sys/v4l/gstv4lsrc.h:
39032         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_start),
39033         (gst_v4lsrc_grab_frame), (gst_v4lsrc_capture_stop):
39034           Implement resizing... Hack. But that's why v4l is b0rked...
39035
39036 2004-01-28  Julien MOUTTE <julien@moutte.net>
39037
39038         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
39039         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
39040         (gst_ximagesink_ximage_put), (gst_ximagesink_xwindow_new),
39041         (gst_ximagesink_xwindow_destroy):
39042         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
39043         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
39044         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
39045         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_get_xv_support),
39046         (gst_xvimagesink_xcontext_get): Removing some useless debugs messages,
39047         correctly cleaning the image created to check xshm calls on succes,
39048         added a lot of XSync calls in X11 functions, and fixed a segfault when
39049         no image format was defined before negotiation happened.
39050
39051 2004-01-28  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39052
39053         * ext/alsa/gstalsa.c: (gst_alsa_query_func):
39054           use gst_element_get_time to get correct time
39055
39056 2004-01-28  Julien MOUTTE  <julien@moutte.net>
39057
39058         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
39059         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_destroy),
39060         (gst_ximagesink_xcontext_get), (gst_ximagesink_class_init):
39061         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xerror),
39062         (gst_xvimagesink_check_xshm_calls),
39063         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xcontext_get): Our
39064         X plugins are now able to detect that XShm calls will fail even if the
39065         server claims that it has XShm support (remote displays most of the
39066         time). We then log the error as a GST_DEBUG and set use_shm to FALSE
39067         so that we use non XShm functions. This feature is almost useless for
39068         xvimagesink as Xv is not supported on remote displays anyway, but
39069         it might happen than even on the local display XShm calls fail.
39070
39071 2004-01-27  David Schleef  <ds@schleef.org>
39072
39073         * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
39074         (gst_esdsink_link), (gst_esdsink_get_time), (gst_esdsink_chain),
39075         (gst_esdsink_change_state):  Fix sync issues in esdsink.  Also
39076         changed esdsink to only use 44100,16,2, since esd sucks at rate
39077         conversion and esdsink has had difficulty negotiating.
39078
39079 2004-01-27  Julien MOUTTE <julien@moutte.net>
39080
39081         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback),
39082         (gst_play_seek_to_time): Fixing the way to get current position.
39083
39084 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39085
39086         * sys/oss/gstosssink.c: (gst_osssink_sink_query):
39087           use gst_element_get_time to get correct time
39088
39089 2004-01-27  Julien MOUTTE <julien@moutte.net>
39090
39091         * gst-libs/gst/play/gstplay.c: (gst_play_set_location): The easiest
39092         fix ever... Inverting 2 lines of code make spider autoplug correctly
39093         tagged mp3 !
39094
39095 2004-01-27  David Schleef  <ds@schleef.org>
39096
39097         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
39098         Use gst_pad_try_set_caps_nonfixed().
39099
39100 2004-01-27  David Schleef  <ds@schleef.org>
39101
39102         * gst/ac3parse/gstac3parse.c: update to checklist 5
39103         * gst/adder/gstadder.c: rewrite negotiation.  update to checklist 5
39104         * gst/audioconvert/gstaudioconvert.c: update to checklist 5
39105         * gst/audioscale/gstaudioscale.c: same
39106         * gst/auparse/gstauparse.c: same
39107         * gst/avi/gstavidemux.c: same
39108
39109 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39110
39111         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
39112           stop processing after EOS
39113
39114 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39115
39116         * gst/asfdemux/asfheaders.h:
39117         * gst/asfdemux/gstasfdemux.c:
39118         * gst/asfdemux/gstasfmux.c: (gst_asfmux_put_guid),
39119         (gst_asfmux_put_string), (gst_asfmux_put_wav_header),
39120         (gst_asfmux_put_vid_header), (gst_asfmux_put_bmp_header):
39121           lot's of fixes to make data extraction simpler and get the code
39122           architecture and compiler independant. Add debugging category
39123         * gst/goom/gstgoom.c: (gst_goom_change_state):
39124           reset channel count on PAUSED=>READY, not READY=>PAUSED
39125
39126 2004-01-26  Colin Walters  <walters@verbum.org>
39127
39128         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_get): Remove ugly
39129         code to pull a bigger buffer in iradio mode.  This as a side effect
39130         makes typefinding work.
39131
39132 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
39133
39134         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
39135         Fix SVQ3 decoding on PPC
39136
39137 2004-01-26  Julien MOUTTE <julien@moutte.net>
39138
39139         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain): Dunno how
39140         that one managed to stay there... Fixed.
39141
39142 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
39143
39144         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
39145         (gst_ffmpeg_caps_to_extradata), (gst_ffmpeg_caps_to_pixfmt):
39146         * gst/qtdemux/qtdemux.c: (plugin_init), (qtdemux_parse_trak),
39147         (qtdemux_video_caps):
39148         * gst/qtdemux/qtdemux.h:
39149         Add SVQ3 specific flags to qtdemux and ffmpeg
39150
39151 2004-01-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39152
39153         * gst-libs/gst/audio/audio.h:
39154           remove buffer-frames from audio caps
39155         * gst/audioconvert/gstaudioconvert.c:
39156           fix plugin to really work.
39157
39158 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39159
39160         * gst-libs/gst/mixer/mixer.c:
39161         * gst-libs/gst/propertyprobe/propertyprobe.c:
39162         * gst-libs/gst/tuner/tuner.c: (gst_tuner_find_norm_by_name),
39163         (gst_tuner_find_channel_by_name):
39164         * gst-libs/gst/tuner/tuner.h:
39165           Add gtk-doc style comments. Also fix a function name.
39166
39167 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39168
39169         * ext/divx/gstdivxdec.c: (gst_divxdec_init),
39170         (gst_divxdec_negotiate):
39171           Fix for new capsnego - also fixes gst-player with divxdec.
39172
39173 2004-01-25  Julien MOUTTE  <julien@moutte.net>
39174
39175         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
39176         (gst_play_identity_handoff), (gst_play_set_location),
39177         (gst_play_set_visualization), (gst_play_connect_visualization): Another
39178         try in visualization implementation. Still have an issue with switch
39179         blocking when pulling from video_queue and only audio comes out of
39180         spider.
39181         * gst/switch/gstswitch.c: (gst_switch_release_pad),
39182         (gst_switch_poll_sinkpads), (gst_switch_class_init): Implementing pad
39183         release method. And check if the pad is usable before pulling.
39184
39185 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39186
39187         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose),
39188         (gst_videobalance_init),
39189         (gst_videobalance_colorbalance_list_channels),
39190         (gst_videobalance_colorbalance_set_value),
39191         (gst_videobalance_colorbalance_get_value),
39192         (gst_videobalance_update_properties),
39193         (gst_videobalance_update_tables_planar411),
39194         (gst_videobalance_planar411):
39195         * gst/videofilter/gstvideobalance.h:
39196           Implement lookup-tables. +/- 10x faster.
39197
39198 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39199
39200         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
39201         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
39202           The index reading was broken. The rest worked fine, but the whole
39203           goal of my rewrite was to make avidemux readable, and this was
39204           not at all readable. Please use typed variables.
39205
39206 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39207
39208         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
39209           Additional pad usability check.
39210         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
39211         (mp1videoparse_find_next_gop), (gst_mp1videoparse_time_code),
39212         (gst_mp1videoparse_real_chain):
39213           Fix MPEG video stream parsing. The original plugin had several
39214           issues, including not timestamping streams where the source was
39215           not timestamped (this happens with PTS values in mpeg system
39216           streams, but MPEG video is also a valid stream on its own so
39217           that needs timestamps too). We use the display time code for that
39218           for now. Also, if one incoming buffer contains multiple valid
39219           frames, we push them all on correctly now, including proper EOS
39220           handling. Lastly, several potential segfaults were fixed, and we
39221           properly sync on new sequence/gop headers to include them in next,
39222           not previous frames (since they're header for the next frame, not
39223           the previous). Also see #119206.
39224         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain),
39225         (bpf_from_header):
39226           Move caps setting so we only do it after finding several valid
39227           MPEG-1 fraes sequentially, not right after the first one (which
39228           might be coincidental).
39229         * gst/typefind/gsttypefindfunctions.c: (mpeg1_sys_type_find),
39230         (mpeg_video_type_find), (mpeg_video_stream_type_find),
39231         (plugin_init):
39232           Add unsynced MPEG video stream typefinding, and change some
39233           probability values so we detect streams rightly. The idea is as
39234           follows: I can have an unsynced system stream which contains
39235           video. In the current code, I would randomly get a type for either
39236           system or video stream type found, because the probabilities are
39237           being calculated rather randomly. I now use fixed values, so we
39238           always prefer system stream if that was found (and that is how it
39239           should be). If no system stream was found, we can still identity                the stream as video-only.
39240
39241 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39242
39243         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
39244         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
39245           don't write to buffer. Extract data without the need of
39246           __attribute__ ((packed))
39247
39248 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39249
39250         * gst/typefind/gsttypefindfunctions.c: (mpeg1_parse_header),
39251         (mpeg1_sys_type_find):
39252           Fix MPEG-1 stream typefinding.
39253
39254 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39255
39256         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
39257           Fix typefinding for MPEG-1 system streams, similar to MPEG-2.
39258
39259 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
39260
39261         * ext/esd/esdsink.c: (gst_esdsink_open_audio):
39262         * ext/esd/gstesd.c: (plugin_init):
39263           private debugging, better error reporting
39264
39265 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39266
39267         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
39268         (gst_riff_read_init), (gst_riff_read_change_state):
39269         * gst-libs/gst/riff/riff-read.h:
39270           Remove stuff fromold metadata system.
39271
39272 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39273
39274         * ext/ogg/gstoggdemux.c:
39275           Fix wrong file comment.
39276         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
39277         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
39278           Add metadata reading properly.
39279
39280 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
39281
39282         * ext/Makefile.am:
39283           Fix nas DIST_SUBDIRS
39284           Uraeus:
39285           Fix bug where make distcheck doesn't get run on adding stuff to
39286           the build.
39287
39288 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39289
39290         * ext/divx/gstdivxdec.c: (gst_divxdec_init), (gst_divxdec_setup):
39291         * ext/divx/gstdivxdec.h:
39292           Fix divx3 ("msmpeg4") playback using divxdec.
39293
39294 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39295
39296         * gst/typefind/gsttypefindfunctions.c:
39297         (mp3_type_frame_length_from_header): fix bug in length computation
39298         (mp3_type_find): improve debugging output
39299
39300 2004-01-23  Julien MOUTTE  <julien@moutte.net>
39301
39302         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
39303         (gst_play_set_location), (gst_play_seek_to_time),
39304         (gst_play_set_audio_sink), (gst_play_set_visualization),
39305         (gst_play_connect_visualization), (gst_play_get_sink_element): Reworked
39306         the pipeline from scratch. Visualization is back and switch went out as
39307         i realized it was not possible to use the way i wanted.
39308         * sys/ximage/ximagesink.c: (gst_ximagesink_imagepool_clear),
39309         (gst_ximagesink_change_state), (gst_ximagesink_dispose): Move xcontext
39310         clearing in state change from READY to NULL. So that one can clean the
39311         X ressources keeping the element.
39312         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
39313         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_change_state),
39314         (gst_xvimagesink_colorbalance_set_value),
39315         (gst_xvimagesink_colorbalance_get_value),
39316         (gst_xvimagesink_set_property), (gst_xvimagesink_dispose),
39317         (gst_xvimagesink_init): Same xcontext cleaning than ximagesink in state
39318         change from READY to NULL and fixed some stupid bugs in colorbalance
39319         get/set values. Also added the following feature : when nobody tries to
39320         set some values to the colorbalance levels before the xcontext is
39321         grabbed, then when creating channels list from Xv attributes we set the
39322         internal values to the Xv defaults. This way we handle buggy Xv drivers
39323         that set default hue values far from the middle of the range (Thanks
39324         to Jon Trowbridge for pointing that issue).
39325         * sys/xvimage/xvimagesink.h: Adding a cb_changed boolean to know if
39326         colorbalance levels have been set before xcontext is grabbed.
39327
39328 2004-01-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39329
39330         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
39331           Fix the ossmixer case where we shouldn't open /dev/dsp* because
39332           it might block operations (which is bad for a mixer).
39333
39334 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
39335
39336         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
39337         (deep_notify_callback), (gmi_set_decoder), (gmi_clear_decoder),
39338         (gmip_find_type_pre):
39339         * gst-libs/gst/media-info/media-info-priv.h:
39340         * gst-libs/gst/media-info/media-info.c:
39341         (gst_media_info_instance_init), (gst_media_info_read_idler):
39342         add fakesink to get caps on decoder src pad again
39343         fix callback prototype to match new have_type signal signature
39344
39345 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
39346
39347         * gst/adder/gstadder.c: (gst_adder_link):
39348           fix non-compile and cut-n-paste code
39349
39350 2004-01-21  David Schleef  <ds@schleef.org>
39351
39352         * ext/swfdec/gstswfdec.c: (gst_swfdec_video_getcaps),
39353         (gst_swfdec_video_link), (copy_image), (gst_swfdec_loop),
39354         (gst_swfdec_init), (gst_swfdec_change_state):
39355         * ext/swfdec/gstswfdec.h:
39356         Fix negotiation.
39357         * gst/adder/gstadder.c: (gst_adder_link), (gst_adder_init),
39358         (gst_adder_request_new_pad): Fix negotiation.
39359         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_fixate):
39360         Add a fixate function.
39361         * gst/intfloat/gstfloat2int.c:
39362         * gst/intfloat/gstfloat2int.h:
39363         * gst/intfloat/gstint2float.c:
39364         * gst/intfloat/gstint2float.h:
39365         Completely rewrite the negotiation.  Doesn't quite work yet,
39366         due to some buffer-frames problem.
39367
39368 2004-01-21  Thomas Vander Stichele  <thomas at apestaart dot org>
39369
39370         * ext/gnomevfs/gstgnomevfssrc.c:
39371         * sys/v4l2/v4l2_calls.h:
39372           fix includes for distcheck
39373
39374 2004-01-21  Christian Schaller <uraeus@gnome.org>
39375
39376         * ext/nas/
39377         Add libnas (network audio system) plugin, patch from Arwed von Merkatz
39378         based on earlier patch from Laurent Vivier
39379
39380 2004-01-20  Jeremy Simon  <jesimon@libertysurf.fr>
39381
39382         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
39383         Fix wma caps property
39384         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
39385         Fix typo (flags1 and flags2)
39386
39387 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
39388
39389         * gst-libs/gst/media-info/media-info-priv.c:
39390         (deep_notify_callback), (gmi_seek_to_track), (gmi_get_decoder),
39391         (gmip_find_type_pre), (gmip_find_type), (gmip_find_stream_post),
39392         (gmip_find_stream), (gmip_find_track_metadata),
39393         (gmip_find_track_streaminfo_post), (gmip_find_track_streaminfo),
39394         (gmip_find_track_format):
39395         * gst-libs/gst/media-info/media-info-priv.h:
39396         * gst-libs/gst/media-info/media-info-test.c: (main):
39397         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
39398         (gst_media_info_read_idler), (gst_media_info_read):
39399         * gst-libs/gst/media-info/media-info.h:
39400           register debugging category and use it for debugging
39401
39402 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
39403
39404         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_update_streaminfo),
39405         (gst_vorbisfile_new_link):
39406           signal streaminfo through tags
39407
39408 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39409
39410         * ext/mplex/gstmplex.cc:
39411         * ext/mplex/gstmplexibitstream.cc:
39412           g++ doesn't like NULL in our i18n/error macros, should be
39413           either (NULL) or ("").
39414
39415 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39416
39417         * sys/dxr3/dxr3audiosink.c:
39418         * sys/dxr3/dxr3init.c:
39419         * sys/dxr3/dxr3spusink.c: (dxr3spusink_close):
39420         * sys/dxr3/dxr3videosink.c: (dxr3videosink_close):
39421           Fix more error error error errors (missing includes here).
39422
39423 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39424
39425         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
39426           fix thomas' error errors.
39427
39428 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
39429
39430         * ext/mpeg2enc/gstmpeg2enc.cc:
39431           fix error errors.
39432
39433 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39434
39435         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
39436         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
39437           Fix for new error system.
39438
39439 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
39440
39441         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
39442           fix for new error reporting
39443
39444 2004-01-20  David Schleef  <ds@schleef.org>
39445
39446         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
39447         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
39448         (gst_ximagesink_set_xwindow_id): Change to using a framerate
39449         of [1,100] instead of [0,MAX], since 0 isn't handled correctly,
39450         and neither is 100+, most likely.
39451         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
39452         (gst_xvimagesink_getcaps): same
39453
39454 2004-01-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39455
39456         * configure.ac:
39457           Up version requirement to 2.0.3 (not yet released) to avoid symbol
39458           clashes with ffmpeg.
39459
39460 2004-01-20  Julien MOUTTE  <julien@moutte.net>
39461
39462         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
39463         (gst_switch_init): Fixed switch element : proxying link and setting
39464         caps from src to sink on request.
39465
39466 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
39467
39468         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
39469         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
39470         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
39471         fix element_error
39472
39473 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
39474
39475         * sys/v4l/v4l_calls.h:
39476         * sys/v4l2/v4l2_calls.h:
39477           element_error fixes
39478
39479 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
39480
39481         * gst-libs/gst/gst-i18n-plugin.h:
39482           add locale.h
39483           remove config.h inclusion
39484
39485 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
39486
39487         * autogen.sh:
39488           adding autopoint invocation
39489         * Makefile.am:
39490         * configure.ac:
39491         * gst-libs/gst/gettext.h:
39492           adding gettext bits
39493         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
39494         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
39495         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
39496         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
39497         (gst_gnomevfssink_close_file):
39498         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_open_file):
39499         * ext/sndfile/gstsf.c: (gst_sf_loop), (plugin_init):
39500         * gst-libs/gst/gst-i18n-plugin.h:
39501         * gst/avi/gstavi.c: (plugin_init):
39502         * sys/dxr3/dxr3init.c: (plugin_init):
39503         * sys/dxr3/dxr3videosink.c: (dxr3videosink_write_data):
39504         * sys/oss/gstossaudio.c: (plugin_init):
39505         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
39506         * sys/v4l/gstv4l.c: (plugin_init):
39507         * sys/v4l/v4l_calls.c: (gst_v4l_open):
39508         * sys/v4l2/gstv4l2.c: (plugin_init):
39509         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
39510         (gst_v4l2_fill_lists), (gst_v4l2_get_norm), (gst_v4l2_set_norm),
39511         (gst_v4l2_get_input), (gst_v4l2_set_input), (gst_v4l2_get_output),
39512         (gst_v4l2_set_output), (gst_v4l2_get_frequency),
39513         (gst_v4l2_set_frequency), (gst_v4l2_signal_strength),
39514         (gst_v4l2_get_attribute), (gst_v4l2_set_attribute):
39515           make sure locale and translation domain are set
39516           fix translated strings
39517         * po/.cvsignore:
39518         * po/LINGUAS:
39519         * po/Makevars:
39520         * po/POTFILES.in:
39521         * po/nl.po:
39522           put translation files into place
39523         * sys/xvideo/imagetest.c: (main):
39524         * ext/dv/demo-play.c: (main):
39525           fix unnecessary translations
39526
39527 2004-01-19  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
39528
39529         * ext/sndfile/gstsf.c:
39530         * gst/avi/gstavimux.c:
39531         * ext/audiofile/gstafsink.c:
39532         * ext/audiofile/gstafsrc.c:
39533         * ext/gnomevfs/gstgnomevfssink.c:
39534         * ext/gnomevfs/gstgnomevfssrc.c:
39535         * sys/oss/gstosselement.c:
39536         * sys/v4l/v4l_calls.h:
39537           fix i18n include
39538
39539 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
39540
39541         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
39542         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
39543         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
39544         (gst_v4l2_get_output), (gst_v4l2_set_output),
39545         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
39546         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
39547         (gst_v4l2_set_attribute):
39548         update to new error handling
39549
39550 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
39551
39552         * ext/sidplay/gstsiddec.cc:
39553         * gst/modplug/gstmodplug.cc:
39554           parenthese NULL because C++ seems angry about it
39555
39556 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
39557
39558         * gst-libs/gst/gst-i18n-plugin.h:
39559           add skeleton i18n stuff, but needs to be further implemented
39560
39561 2004-01-18  Thomas Vander Stichele  <thomas at apestaart dot org>
39562
39563         * examples/gstplay/player.c: (main):
39564         * ext/aalib/gstaasink.c: (gst_aasink_open):
39565         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
39566         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
39567         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
39568         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
39569         (gst_afsink_close_file):
39570         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
39571         (gst_afsrc_close_file):
39572         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
39573         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
39574         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
39575         * ext/esd/esdmon.c: (gst_esdmon_get):
39576         * ext/esd/esdsink.c: (gst_esdsink_chain):
39577         * ext/faac/gstfaac.c: (gst_faac_chain):
39578         * ext/faad/gstfaad.c: (gst_faad_chain):
39579         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
39580         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
39581         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
39582         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
39583         (gst_flacdec_loop):
39584         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
39585         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
39586         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
39587         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
39588         (gst_gnomevfssink_close_file):
39589         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
39590         (gst_gnomevfssrc_open_file):
39591         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
39592         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
39593         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
39594         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
39595         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
39596         * ext/mad/gstmad.c: (gst_mad_chain):
39597         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
39598         * ext/mpeg2dec/gstmpeg2dec.c:
39599         * ext/mpeg2enc/gstmpeg2enc.cc:
39600         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
39601         * ext/mplex/gstmplex.cc:
39602         * ext/mplex/gstmplexibitstream.cc:
39603         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
39604         (gst_ogg_demux_push), (gst_ogg_pad_push):
39605         * ext/raw1394/gstdv1394src.c:
39606         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
39607         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
39608         * ext/sidplay/gstsiddec.cc:
39609         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
39610         (gst_sf_loop):
39611         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
39612         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
39613         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
39614         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
39615         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
39616         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
39617         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
39618         * gst-libs/gst/Makefile.am:
39619         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
39620         (gst_riff_read_element_data), (gst_riff_read_seek),
39621         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
39622         * gst/adder/gstadder.c: (gst_adder_parse_caps), (gst_adder_loop):
39623         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
39624         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
39625         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
39626         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
39627         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
39628         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
39629         * gst/goom/gstgoom.c: (gst_goom_chain):
39630         * gst/id3/gstid3types.c: (gst_id3types_loop):
39631         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
39632         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
39633         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
39634         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
39635         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
39636         (gst_ebml_read_float), (gst_ebml_read_header):
39637         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
39638         (gst_matroska_demux_parse_blockgroup):
39639         * gst/modplug/gstmodplug.cc:
39640         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
39641         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
39642         * gst/oneton/gstoneton.c: (gst_oneton_chain):
39643         * gst/silence/gstsilence.c: (gst_silence_get):
39644         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
39645         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
39646         * gst/speed/gstspeed.c: (speed_loop):
39647         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
39648         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
39649         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
39650         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
39651         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
39652         (gst_wavparse_loop):
39653         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
39654         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
39655         (dxr3audiosink_close):
39656         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
39657         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
39658         (dxr3videosink_close), (dxr3videosink_write_data):
39659         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
39660         * sys/oss/gstosselement.h:
39661         * sys/oss/gstosssink.c: (gst_osssink_get_type), (gst_osssink_init),
39662         (gst_osssink_chain):
39663         * sys/oss/gstosssrc.c: (gst_osssrc_get):
39664         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
39665         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
39666         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
39667         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_window),
39668         (gst_v4l_enable_overlay):
39669         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
39670         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
39671         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
39672         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
39673         (gst_v4l_set_audio):
39674         * sys/v4l/v4l_calls.h:
39675         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
39676         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
39677         (gst_v4lmjpegsink_playback_init),
39678         (gst_v4lmjpegsink_playback_start):
39679         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
39680         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_capture),
39681         (gst_v4lmjpegsrc_set_capture_m), (gst_v4lmjpegsrc_capture_init),
39682         (gst_v4lmjpegsrc_requeue_frame):
39683         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
39684         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
39685         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
39686         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
39687         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
39688         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
39689         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
39690         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
39691         (gst_v4l2src_capture_stop):
39692         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
39693         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
39694         (gst_ximagesink_chain):
39695         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
39696         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
39697         (gst_xvideosink_xwindow_new):
39698         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
39699         (gst_xvimagesink_chain):
39700         use new error signal, function and categories
39701
39702 2004-01-18  Jeremy Simon <jesimon@libertysurf.fr>
39703
39704         * configure.ac:
39705         * ext/Makefile.am:
39706         * ext/musicbrainz/gsttrm.c:
39707         * ext/musicbrainz/gsttrm.h:
39708         * ext/musicbrainz/Makefile.am:
39709         Add a trm plugin
39710
39711 2004-01-18  Julien MOUTTE  <julien@moutte.net>
39712
39713         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property),
39714         (gst_ximagesink_get_property), (gst_ximagesink_class_init): Adding
39715         synchronous property for debugging.
39716         * sys/ximage/ximagesink.h: Adding the synchronous boolean flag.
39717         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
39718         (gst_xvimagesink_set_property): Moving a pointer declaration to a
39719         smaller block, fixing indent.
39720
39721 2004-01-16  David Schleef  <ds@schleef.org>
39722
39723         * gst/videofilter/gstvideobalance.c: Fix regression; changing a
39724         property affects the video stream.
39725         * sys/xvimage/xvimagesink.c:
39726         * sys/xvimage/xvimagesink.h:
39727         Add synchronous property for debugging.  Should probably be
39728         disabled in non-CVS builds.  Make sure that the Xv attribute
39729         exists before we set it (crash!).  Fix a silly float bug that
39730         caused colorbalance to just not work.
39731
39732 2004-01-17  Christian Schaller <Uraeus@gnome.org>
39733
39734         * tools/gst-launch-ext.in - update for new plugins
39735
39736 2004-01-16  David Schleef  <ds@schleef.org>
39737
39738         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect): Fix use of
39739         already-freed caps.
39740
39741 2994-01-16  Christian Schaller <Uraeus@gnome.org>
39742
39743         * Update spec for new colorspace plugin and libcaca plugin
39744         * Fix compilation of libcaca plugin (clock -> id)
39745
39746 2004-01-16  Julien MOUTTE <julien@moutte.net>
39747
39748         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_update_colorbalance),
39749         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
39750         (gst_xvimagesink_set_xwindow_id),
39751         (gst_xvimagesink_colorbalance_set_value),
39752         (gst_xvimagesink_colorbalance_get_value),
39753         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
39754         (gst_xvimagesink_init), (gst_xvimagesink_class_init): Implementing
39755         correct colorbalance properties. They can now be set when the element
39756         is still in NULL state. The values will be committed to the Xv Port
39757         when xcontext is initialized.
39758         * sys/xvimage/xvimagesink.h: Added hue, saturation, contrast,
39759         brightness int values in the GstXvImagesink structure.
39760
39761 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39762
39763         * gst-libs/gst/Makefile.am:
39764           restructure so having local patches works easier.
39765
39766 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39767
39768         * ext/mpeg2enc/Makefile.am:
39769         * ext/mpeg2enc/gstmpeg2enc.cc:
39770         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
39771           Bugfix with respect to EOS handling.
39772
39773 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39774
39775         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
39776           Link with right caps (else, it segfaults).
39777         * ext/mplex/gstmplexjob.cc:
39778           Fix for slight API change in 1.6.1.93 release of mjpegtools.
39779
39780 2004-01-15  David Schleef  <ds@schleef.org>
39781
39782         * gst-libs/gst/audio/Makefile.am:
39783         Add gstaudiofiltertemplate.c and building of gstaudiofilterexample.c
39784         from the template.
39785         * gst-libs/gst/audio/gstaudiofilter.c:
39786         * gst-libs/gst/audio/gstaudiofilter.h:
39787         Add bytes_per_sample and size and n_samples calculation.
39788         * gst-libs/gst/audio/gstaudiofilterexample.c:
39789         Remove, now autogenerated.
39790         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
39791         Moved from gstaudiofilterexample, object name changed, code added
39792         so that it actually works.
39793         * gst-libs/gst/audio/make_filter:
39794         Script to build an audiofilter subclass from the template.
39795         * gst/colorspace/Makefile.am:
39796         * gst/colorspace/yuv2yuv.c:
39797         Remove file, since it's GPL, and we don't use it.
39798
39799 2004-01-15  Julien MOUTTE  <julien@moutte.net>
39800
39801         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
39802         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Making both of
39803         them use the buffer free function to test how the buffer was allocated.
39804
39805 2004-01-15  David Schleef  <ds@schleef.org>
39806
39807         * ext/esd/esdsink.c: (gst_esdsink_class_init): Remove property
39808         that handles osssink fallback.
39809         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
39810         (gst_audio_convert_getcaps):
39811         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
39812         Add audio/x-qdm2 for QDM2 audio.
39813         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
39814         * gst/sine/gstsinesrc.h: Add example of how to implement tags.
39815         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
39816         Decrease minimum size to 16x16.
39817         * gst/wavparse/gstwavparse.c:
39818         Convert disabled pad template caps to new caps.
39819         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
39820         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
39821         (gst_xvimagesink_chain): Throw element error when display cannot
39822         be opened.  Increase minimum framerate to 1.0.  Check the data
39823         free function on a buffer to make sure it is the type we expect
39824         before manipulating it.
39825
39826 2004-01-15  Julien MOUTTE <julien@moutte.net>
39827
39828         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
39829         (gst_videobalance_colorbalance_set_value): Implement passthru if
39830         settings are in the middle.
39831         * tools/gst-launch-ext.in: Stop using xvideosink, use ximagesink.
39832
39833 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39834
39835         * gst/videofilter/Makefile.am:
39836         * gst/volume/Makefile.am:
39837           Since we use videofilter symbols, link to it.
39838
39839 2004-01-15  Julien MOUTTE <julien@moutte.net>
39840
39841         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init): Setting
39842         mixer interface type to HARDWARE.
39843         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init): Adding a default
39844         type to SOFTWARE.
39845         * gst-libs/gst/mixer/mixer.h: Adding mixer interface type and macro.
39846         * gst-libs/gst/mixer/mixertrack.h: Adding mixertrack flag SOFTWARE.
39847         * gst/volume/gstvolume.c: (gst_volume_interface_supported),
39848         (gst_volume_interface_init), (gst_volume_list_tracks),
39849         (gst_volume_set_volume), (gst_volume_get_volume),
39850         (gst_volume_set_mute), (gst_volume_mixer_init),
39851         (gst_volume_dispose), (gst_volume_get_type), (volume_class_init),
39852         (volume_init): Implementing mixer interface.
39853         * gst/volume/gstvolume.h: Adding tracklist for mixer interface.
39854         * sys/oss/gstosselement.c: (gst_osselement_get_type),
39855         (gst_osselement_change_state): Removing some trailing commas in
39856         structures.
39857         * sys/oss/gstossmixer.c: (gst_ossmixer_interface_init): Setting mixer
39858         interface type to HARDWARE.
39859         * sys/v4l/gstv4lcolorbalance.c:
39860         (gst_v4l_color_balance_interface_init): Setting colorbalance interface
39861         type to HARDWARE.
39862         * sys/v4l2/gstv4l2colorbalance.c:
39863         (gst_v4l2_color_balance_interface_init): Setting colorbalance
39864         interface type to HARDWARE.
39865         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): use exactly the
39866         same code than ximagesink for event handling.
39867
39868 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39869
39870         * ext/snapshot/Makefile.am:
39871         * ext/snapshot/gstsnapshot.c: (gst_snapshot_sinkconnect),
39872         (gst_snapshot_chain):
39873         * ext/snapshot/gstsnapshot.h:
39874           This has to be a joke... Snapshot should be connected to a tee,
39875           colorspace element before it and EOS after that, where the other
39876           src of the tee receives normal data.
39877           The current way is *wrong*.
39878
39879 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39880
39881         * ext/hermes/gsthermescolorspace.c:
39882           Fix another compile error. Same as below.
39883
39884 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39885
39886         * gst/colorspace/gstcolorspace.c:
39887         * gst/colorspace/yuv2yuv.c: (gst_colorspace_yuy2_to_i420),
39888         (gst_colorspace_i420_to_yv12):
39889           Fix compiling... Didn't test if it actually works.
39890
39891 2004-01-15  David Schleef  <ds@schleef.org>
39892
39893         * configure.ac:
39894         * gst/colorspace/Makefile.am:
39895         * gst/colorspace/gstcolorspace.c:
39896         * gst/colorspace/gstcolorspace.h:
39897         * gst/colorspace/yuv2rgb.c:
39898         * gst/colorspace/yuv2rgb.h:
39899         Duplicate the ext/hermes colorspace plugin, and remove Hermes
39900         code and GPL code.  Fix for new caps negotiation.  Rewrite
39901         much of the format handling code, and some of the conversion
39902         code.  Basically, rewrote almost everything.  This element
39903         handles I420, YV12 to RGB conversions.
39904         * ext/hermes/Makefile.am:
39905         * ext/hermes/gsthermescolorspace.c:
39906         Rename colorspace to hermescolorspace.  Fix negotiation issues.
39907         Remove non-Hermes related code.  This element handles lots of
39908         RGB to RGB conversions, but no YUV.
39909         * ext/hermes/gstcolorspace.c:
39910         * ext/hermes/gstcolorspace.h:
39911         * ext/hermes/rgb2yuv.c:
39912         * ext/hermes/yuv2rgb.c:
39913         * ext/hermes/yuv2rgb.h:
39914         * ext/hermes/yuv2rgb_mmx16.s:
39915         * ext/hermes/yuv2yuv.c:
39916         * ext/hermes/yuv2yuv.h:
39917         Remove old code.
39918
39919 2004-01-14  Colin Walters  <walters@verbum.org>
39920
39921         * ext/mad/gstid3tag.c (gst_id3_tag_chain): Don't nego caps if
39922         they've already been.
39923
39924 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39925
39926         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
39927           assume tag mode when pad is not connected
39928
39929 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39930
39931         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
39932           Don't update the time of the clock
39933         (gst_alsa_sink_loop):
39934           sync to the clock given to alsasink, not the own clock
39935         * sys/oss/gstosssink.c: (gst_osssink_chain):
39936           sync to the clock
39937         (gst_osssink_change_state):
39938           activate the clock
39939         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
39940         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
39941           remove bogus code that made DISCONT events unhandled
39942         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
39943           explicitly case to double in _set_simple. (fixes 2nd warning in bug
39944           #131502)
39945         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_read_object_header),
39946         (gst_asf_demux_handle_sink_event), (gst_asf_demux_audio_caps),
39947         (gst_asf_demux_add_audio_stream), (gst_asf_demux_video_caps):
39948           convert g_warning because of wrong asf data to GST_WARNINGs (fixes
39949           2nd warning in bug #131502)
39950
39951 2004-01-14  Julien MOUTTE  <julien@moutte.net>
39952
39953         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
39954         (gst_videobalance_colorbalance_set_value),
39955         (gst_videobalance_colorbalance_get_value): Fixing videobalance ranges
39956         for colorbalance interface implementation.
39957         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
39958         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
39959         (gst_ximagesink_dispose), (gst_ximagesink_init),
39960         (gst_ximagesink_class_init): Adding DISPLAY property.
39961         * sys/ximage/ximagesink.h: Adding display_name to store display.
39962         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
39963         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
39964         (gst_xvimagesink_dispose), (gst_xvimagesink_init),
39965         (gst_xvimagesink_class_init): Adding DISPLAY property and colorbalance
39966         properties (they still need polishing though for gst-launch use : no
39967         xcontext yet, i ll do that tomorrow).
39968         * sys/xvimage/xvimagesink.h: Adding display_name to store display.
39969
39970 2004-01-14  Julien MOUTTE  <julien@moutte.net>
39971
39972         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
39973         (gst_play_set_location), (gst_play_set_visualization): Preparing
39974         switch integration, adding videobalance in the pipeline.
39975
39976 2004-01-14  Julien MOUTTE <julien@moutte.net>
39977
39978         * gst-libs/gst/colorbalance/colorbalance.c:
39979         (gst_color_balance_class_init): Adding a default type.
39980         * gst-libs/gst/colorbalance/colorbalance.h: Adding a macro to access
39981         the type.
39982         * gst/videofilter/gstvideobalance.c: (gst_videobalance_get_type),
39983         (gst_videobalance_dispose), (gst_videobalance_class_init),
39984         (gst_videobalance_init), (gst_videobalance_interface_supported),
39985         (gst_videobalance_interface_init),
39986         (gst_videobalance_colorbalance_list_channels),
39987         (gst_videobalance_colorbalance_set_value),
39988         (gst_videobalance_colorbalance_get_value),
39989         (gst_videobalance_colorbalance_init): Implementing colorbalance
39990         interface.
39991         * gst/videofilter/gstvideobalance.h: Adding colorbalance channels
39992         list.
39993         * sys/ximage/ximagesink.c: (gst_ximagesink_set_xwindow_id): Fixing a
39994         bug which was triggering a BadAccess X error when setting an overlay
39995         before pad was really negotiated.
39996         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_colorbalance_init):
39997         Using the colorbalance type macro.
39998
39999 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40000
40001         * ext/flac/gstflacenc.c: (gst_flacenc_set_metadata),
40002         (gst_flacenc_chain):
40003           handle tags correctly
40004         * gst/tags/gstid3tag.c: (gst_tag_list_new_from_id3v1):
40005           extract ID3v1 tags correctly
40006
40007 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40008
40009         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find),
40010         (plugin_init):
40011           Improve matroska typefinding for odd-typed headers...
40012
40013 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40014
40015         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
40016           Fix for using incremental number on padnames.
40017
40018 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40019
40020         * ext/divx/gstdivxdec.c:
40021         * ext/divx/gstdivxenc.c:
40022           Set category to divx4linux instead of divx (too generic).
40023         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
40024         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
40025         (gst_wavparse_loop), (gst_wavparse_change_state):
40026         * gst/wavparse/gstwavparse.h:
40027           fix parsing of WAV files with non-standard fmt-tag size and fix
40028           skipping of unrecognized chunks... Someone please fix this thing
40029           to use rifflib so all this is automated.
40030         * sys/v4l/Makefile.am:
40031         * sys/v4l2/Makefile.am:
40032           Add X_CFLAGS because we depend on X (for overlay).
40033
40034 2004-01-14  Jan Schmidt  <thaytan@mad.scientist.com>
40035
40036         * ext/mpeg2dec/gstmpeg2dec.c:
40037           Don't issue a timestamp unless we tagged the frame
40038           with a PTS.
40039
40040 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40041
40042         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback):
40043           Query the audio element to get the time, not the clock. We're
40044           interested in the element's time here.
40045
40046 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40047
40048         * ext/aalib/gstaasink.c: (gst_aasink_chain):
40049         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
40050         * ext/esd/esdsink.c: (gst_esdsink_chain):
40051         * ext/libcaca/gstcacasink.c: (gst_cacasink_chain):
40052         * ext/mas/massink.c: (gst_massink_chain):
40053         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_chain):
40054         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_index),
40055         (gst_matroska_demux_parse_metadata):
40056         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop),
40057         (gst_mpeg_parse_release_locks):
40058         * gst/tcp/gsttcpsink.c: (gst_tcpsink_chain):
40059         * gst/udp/gstudpsink.c: (gst_udpsink_chain):
40060         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
40061         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
40062         (gst_osssink_change_state):
40063         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
40064         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
40065         * sys/xvideo/xvideosink.c: (gst_xvideosink_chain),
40066         (gst_xvideosink_release_locks):
40067         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
40068           use element time.
40069         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_start),
40070         (gst_alsa_clock_stop):
40071         * gst-libs/gst/audio/audioclock.c: (gst_audio_clock_set_active),
40072         (gst_audio_clock_get_internal_time):
40073           simplify for use with new clocking code.
40074         * testsuite/alsa/Makefile.am:
40075         * testsuite/alsa/sinesrc.c: (sinesrc_init), (sinesrc_force_caps):
40076           fix testsuite for new caps system
40077
40078 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40079
40080         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
40081         * ext/flac/gstflacenc.c: (add_one_tag):
40082           length is already host endian, no need to convert. Fixes playback of
40083           tagged files on PPC. (bug #128384)
40084
40085 2004-01-13  Julien MOUTTE <julien@moutte.net>
40086
40087         * gst-libs/gst/colorbalance/colorbalance.h: Adding a type to the
40088         colorbalance interface stating if it is hardware based or software
40089         based.
40090         * gst/videofilter/gstvideobalance.c: (gst_videobalance_planar411):
40091         Removing a trailing comma.
40092         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
40093         (gst_xvimagesink_colorbalance_init): Integrating a patch from Jon
40094         Trowbridge <trow@ximian.com> querying Xv adaptor for min/max value as
40095         the documentation seems to be wrong on the -1000 to 1000 interval.
40096
40097 2004-01-12  David Schleef  <ds@schleef.org>
40098
40099         * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
40100         (gst_efence_buffer_alloc), (gst_fenced_buffer_new),
40101         (gst_fenced_buffer_default_free), (gst_fenced_buffer_default_copy):
40102         Fix negotiation.  Add a bufferalloc function for the sink pad,
40103         and generally clean up some of the code.
40104
40105 2004-01-12  Julien MOUTTE <julien@moutte.net>
40106
40107         * gst-libs/gst/colorbalance/colorbalancechannel.c:
40108         (gst_color_balance_channel_dispose): Adding safety check in dispose
40109         method.
40110         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
40111         (gst_xvimagesink_xcontext_clear),
40112         (gst_xvimagesink_interface_supported),
40113         (gst_xvimagesink_colorbalance_list_channels),
40114         (gst_xvimagesink_colorbalance_set_value),
40115         (gst_xvimagesink_colorbalance_get_value),
40116         (gst_xvimagesink_colorbalance_init), (gst_xvimagesink_get_type):
40117         Adding colorbalance interface support to set XV parameters such as
40118         HUE, BRIGHTNESS, CONTRAST, SATURATION.
40119         * sys/xvimage/xvimagesink.h: Adding the channels list for colorbalance
40120         interface.
40121
40122 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
40123
40124         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_get_type),
40125         (gst_audio_convert_class_init), (gst_audioconvert_getcaps),
40126         (gst_audio_convert_init), (gst_audio_convert_set_property),
40127         (gst_audio_convert_get_property), (gst_audio_convert_chain),
40128         (gst_audio_convert_link),
40129         (gst_audio_convert_buffer_to_default_format),
40130         (gst_audio_convert_buffer_from_default_format), (plugin_init):
40131           - implement _getcaps and use it
40132           - improve linking
40133           - remove float caps since no float conversion is actually done
40134           - remove properties and arguments that were to be used for rate
40135             conversion
40136
40137 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
40138
40139         * gst-libs/gst/audio/audio.c: (_gst_audio_structure_set_list),
40140         (gst_audio_structure_set_int):
40141         * gst-libs/gst/audio/audio.h:
40142           add helper functions for _getcaps matching the standard audio
40143           templates
40144
40145 2004-01-12  David Schleef  <ds@schleef.org>
40146
40147         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
40148         Test that pad is negotiated before getting its caps.
40149
40150 2004-01-12  Julien MOUTTE <julien@moutte.net>
40151
40152         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element): When
40153         analyzing the pads of an element the bin is mostly in READY state so
40154         no caps were negotiated. This helper function needs to work with
40155         _get_caps directly then. I was not freeing them though, added that to
40156         fix the mem leak.
40157
40158 2004-01-12  Julien MOUTTE <julien@moutte.net>
40159
40160         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
40161         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Fixing the
40162         direct put buffers detection. I prefer checking GST_BUFFER_PRIVATE
40163         than the free_func.
40164
40165 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
40166
40167         * sys/oss/gstossaudio.c: (plugin_init):
40168         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
40169         * sys/oss/gstosselement.h:
40170           make an oss debugging category
40171           make failure more descriptive
40172
40173 2004-01-11  David Schleef  <ds@schleef.org>
40174
40175         * ext/ffmpeg/gstffmpeg.c:
40176         * ext/ffmpeg/gstffmpegcodecmap.c:
40177         * ext/ffmpeg/gstffmpegdec.c:
40178         * ext/ffmpeg/gstffmpegenc.c:
40179         * ext/ffmpeg/gstffmpegprotocol.c:
40180         * ext/gdk_pixbuf/gstgdkanimation.c:
40181         * ext/jpeg/gstjpeg.c:
40182         * ext/libpng/gstpng.c:
40183         * ext/mpeg2dec/perftest.c:
40184         * ext/speex/gstspeex.c:
40185         * gst-libs/gst/resample/dtos.c:
40186         * gst/intfloat/gstintfloatconvert.c:
40187         * gst/oneton/gstoneton.c:
40188         * gst/rtjpeg/RTjpeg.c:
40189         * gst/rtp/gstrtp.c:
40190         * sys/dxr3/dxr3init.c:
40191         * sys/glsink/gstgl_nvimage.c:
40192         * sys/glsink/gstgl_pdrimage.c:
40193         * sys/glsink/gstglsink.c:
40194         * testsuite/gst-lint:
40195         Make sure everybody wraps #include "config.h" in #ifdef HAVE_CONFIG_H
40196
40197 2004-01-11  David Schleef  <ds@schleef.org>
40198
40199         * ext/alsa/gstalsasrc.c: (gst_alsa_src_set_caps):
40200         * ext/faac/gstfaac.c: (gst_faac_sinkconnect):
40201         * ext/gdk_pixbuf/gstgdkanimation.c:
40202         (gst_gdk_animation_iter_create_pixbuf):
40203         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
40204         (gst_gdk_pixbuf_chain):
40205         * ext/gdk_pixbuf/gstgdkpixbuf.h:
40206         * ext/jack/gstjack.c: (gst_jack_change_state):
40207         * ext/xvid/gstxviddec.c: (gst_xviddec_sink_link):
40208         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element):
40209         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
40210         * gst/videofilter/gstvideofilter.c:
40211         (gst_videofilter_set_output_size):
40212         Remove all usage of gst_pad_get_caps(), and replace it with
40213         gst_pad_get_allowed_caps() or gst_pad_get_negotiated_cap().
40214
40215 2004-01-11  David Schleef  <ds@schleef.org>
40216
40217         * configure.ac:
40218         * ext/Makefile.am: Fixes to make ext/libcaca compile.
40219         * ext/divx/gstdivxdec.c:
40220         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
40221         (gst_gdk_pixbuf_init), (gst_gdk_pixbuf_chain): Make gdkpixbufdec
40222         handle images that span multiple buffers.  Now work with both
40223         filesrc ! gdkpixbufdec and qtdemux ! gdkpixbufdec.
40224         * ext/gdk_pixbuf/gstgdkpixbuf.h:
40225         * ext/libcaca/gstcacasink.h: Fixes needed due to recent
40226         video/video.h changes
40227         * ext/xvid/gstxvid.c: (gst_xvid_csp_to_caps): same
40228         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
40229         (gst_v4lmjpegsrc_buffer_free): Use buffer free function instead
40230         of GstData free function.
40231         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
40232         same.
40233
40234 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40235
40236         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_class_init),
40237         (gst_v4l2element_dispose), (gst_v4l2element_set_property),
40238         (gst_v4l2element_get_property):
40239         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults), (gst_v4l2_open):
40240           add norm, channel and frequency properties.
40241         * sys/v4l2/gstv4l2tuner.c:
40242           fixes for tuner interface changes
40243         * sys/v4l2/gstv4l2element.h:
40244         * sys/v4l2/gstv4l2src.c:
40245         * sys/v4l2/gstv4l2src.h:
40246         * sys/v4l2/v4l2src_calls.c:
40247         * sys/v4l2/v4l2src_calls.h:
40248           rework v4l2src to work with saa1734 cards and allow mmaped buffers.
40249
40250 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40251
40252         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init),
40253         (gst_tuner_find_norm_by_name), (gst_v4l2_find_channel_by_name),
40254         (gst_tuner_channel_changed), (gst_tuner_norm_changed),
40255         (gst_tuner_frequency_changed), (gst_tuner_signal_changed):
40256         * gst-libs/gst/tuner/tuner.h:
40257           GObjects aren't const.
40258           Add find_by_name functions.
40259           Add checks to _changed functions.
40260         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_get_channel),
40261         (gst_v4l_tuner_get_norm):
40262           Fixes for above.
40263
40264 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40265
40266         * gst-libs/gst/video/video.h:
40267           Fix caps template names to be understandable.
40268           Prefix everything with GST_VIDEO.
40269         * ext/aalib/gstaasink.c:
40270         * ext/divx/gstdivxdec.c:
40271         * ext/divx/gstdivxenc.c:
40272         * ext/gdk_pixbuf/gstgdkpixbuf.c:
40273         * ext/hermes/gstcolorspace.c: (gst_colorspace_base_init):
40274         * ext/jpeg/gstjpegdec.c: (raw_caps_factory):
40275         * ext/jpeg/gstjpegenc.c: (raw_caps_factory):
40276         * ext/libcaca/gstcacasink.c:
40277         * ext/libpng/gstpngenc.c: (raw_caps_factory):
40278         * ext/snapshot/gstsnapshot.c:
40279         * ext/swfdec/gstswfdec.c:
40280         * ext/xvid/gstxviddec.c:
40281         * ext/xvid/gstxvidenc.c:
40282         * gst/chart/gstchart.c:
40283         * gst/deinterlace/gstdeinterlace.c:
40284         * gst/effectv/gsteffectv.c:
40285         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
40286         * gst/goom/gstgoom.c:
40287         * gst/median/gstmedian.c:
40288         * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
40289         (gst_monoscope_srcconnect), (gst_monoscope_chain):
40290         * gst/overlay/gstoverlay.c:
40291         * gst/smooth/gstsmooth.c:
40292         * gst/smpte/gstsmpte.c:
40293         * gst/synaesthesia/gstsynaesthesia.c:
40294         * gst/videocrop/gstvideocrop.c:
40295         * gst/videodrop/gstvideodrop.c:
40296         * gst/y4m/gsty4mencode.c:
40297         * sys/qcam/gstqcamsrc.c:
40298         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
40299           Make them work with new video.h file.
40300         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
40301         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
40302         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
40303         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
40304           Make it work with new buffer allocation system.
40305
40306 2004-01-11  Julien MOUTTE  <julien@moutte.net>
40307
40308         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain): Fixing the
40309         pad_alloc_buffer implementation to use ->srcpad
40310         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain): Fixing the
40311         pad_alloc_buffer implementation to use ->srcpad
40312         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):  Fixing the
40313         pad_alloc_buffer implementation to use ->srcpad
40314         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
40315         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
40316         (gst_ximagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
40317         a reference to everything we need.
40318         * sys/ximage/ximagesink.h: adding a reference to the sink in the image.
40319         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
40320         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
40321         (gst_xvimagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
40322         a reference to everything we need.
40323         * sys/xvimage/xvimagesink.h: adding a reference to the sink in the image
40324
40325 2004-01-11  David Schleef  <ds@schleef.org>
40326
40327         * ext/divx/gstdivxenc.c: remove bogus gst_caps_is_fixed() test
40328         * gst/debug/efence.c: (gst_efence_chain), (gst_fenced_buffer_new),
40329         (gst_fenced_buffer_default_copy): Fix for rename of buffer private
40330         structure members.
40331         * gst/effectv/gstwarp.c: (gst_warptv_setup): Don't reset the time
40332         value during a resize/renegotiation.
40333         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain): use
40334         gst_pad_alloc_buffer();
40335         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
40336         (gst_v4lmjpegsrc_buffer_free): Fix for rename of buffer private
40337         structure members.
40338         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
40339         Fix for rename of buffer private structure members.
40340         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
40341         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
40342         Fix for rename of buffer private structure members.
40343         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
40344         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
40345         Fix for rename of buffer private structure members.
40346
40347 2004-01-11  Arwed v. Merkatz <v.merkatz@gmx.net>
40348
40349         reviewed by: David Schleef <ds@schleef.org>
40350
40351         * gst/videofilter/Makefile.am:
40352         * gst/videofilter/gstgamma.c: Gamma correction filter.  Modified
40353         from the patch by ds to fit in with recent make_filter changes.
40354
40355 2004-01-11  Julien MOUTTE  <julien@moutte.net>
40356
40357         * configure.ac: Adding examples/switch/Makefile
40358         * examples/Makefile.am: Adding examples/switch
40359         * examples/switch/Makefile.am: Adding switcher example.
40360         * examples/switch/switcher.c: (got_eos), (idle_iterate),
40361         (switch_timer), (main): Adding an example demonstrating switch usage
40362         with 2 videotestsrc showing different patterns.
40363         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
40364         (gst_switch_init): Fixing switch with the new caps system.
40365
40366 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40367
40368         * gst-libs/gst/video/video.h:
40369           Fix 32bit caps. Issue remaining: The macro names are chosen poorly.
40370           They should probably be like
40371           GST_VIDEO_PAD_TEMPLATE_CAPS_{RGB,BGR,RGBx,BGRx}.
40372
40373 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40374
40375         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
40376         (qtdemux_parse_trak):
40377           fix audio chunk size/timestamp calculation
40378
40379 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40380
40381         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
40382           fix SVQ3 caps
40383
40384 2004-01-11  Steve Baker  <steve@stevebaker.org>
40385
40386         * gst/effectv/gstaging.c: (gst_agingtv_get_type),
40387         (gst_agingtv_base_init), (gst_agingtv_class_init),
40388         (gst_agingtv_init), (gst_agingtv_setup), (gst_agingtv_rgb32),
40389         (gst_agingtv_set_property), (gst_agingtv_get_property):
40390         Port agingTV to videofilter
40391
40392 2004-01-09  Julien MOUTTE <julien@moutte.net>
40393
40394         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain):
40395         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
40396
40397 2004-01-09  Julien MOUTTE <julien@moutte.net>
40398
40399         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain):
40400         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
40401         * gst-libs/gst/xoverlay/xoverlay.c:
40402         (gst_x_overlay_got_desired_size): Updating doc for the xid being 0.
40403         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
40404         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
40405         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
40406         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
40407         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
40408         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
40409         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init): Implementing
40410         the bufferalloc_function to replace bufferpools, fixing the XOverlay
40411         interface implementation to handle xid being 0 and fix some bugs
40412         triggered by Benjamin's testcase.
40413         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
40414         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
40415         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init): Implementing
40416         the bufferalloc_function to replace bufferpools, fixing the XOverlay
40417         interface implementation to handle xid being 0 and fix some bugs
40418         triggered by Benjamin's testcase.
40419
40420 2004-01-09  David Schleef  <ds@schleef.org>
40421
40422         * ext/librfb/gstrfbsrc.c:  Hacking.  Added actual decoding and
40423         mouse pointer events.  It works.
40424
40425 2004-01-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40426
40427         * ext/divx/gstdivxenc.c: (gst_divxenc_init):
40428           Use explicit caps - fix capsnego.
40429         * ext/xvid/gstxviddec.c:
40430         * ext/xvid/gstxvidenc.c:
40431           Remove macro-inside-macro which caused compile errors.
40432         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_header):
40433           Error out if it's not a RIFF file. Else we error out without
40434           gst_element_error() which is not good...
40435
40436 2004-01-08  David Schleef  <ds@schleef.org>
40437
40438         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
40439         Fix pad_link function to handle formats that ffmpeg returns
40440         as multiple caps structures.
40441         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain):
40442         Only complain if source buffer is _smaller_ than expected.
40443         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
40444         (gst_videoscale_handle_src_event): Resize navigation events
40445         when passing them upstream.
40446         * gst/videotestsrc/gstvideotestsrc.c:
40447         * gst/videotestsrc/gstvideotestsrc.h:
40448         * gst/videotestsrc/videotestsrc.c:
40449         * gst/videotestsrc/videotestsrc.h:
40450         Rewrite many of the buffer painting functions to handle odd
40451         sizes (for many formats, size%4!=0 or size%8!=0).  Most have
40452         been verified to work with my video card.
40453         * testsuite/gst-lint:  Add check for elements calling
40454         gst_pad_get_caps() instead of gst_pad_get_allowed_caps().
40455
40456 2004-01-08  David Schleef  <ds@schleef.org>
40457
40458         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
40459         (gst_videodrop_link), (gst_videodrop_init): Fix negotiation.
40460
40461 2004-01-08  Julien MOUTTE  <julien@moutte.net>
40462
40463         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents): A
40464         configure event is not emiting the desired size signal. That fixes
40465         aspect ratio issues with gst-player.
40466
40467 2004-01-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40468
40469         * gst/median/gstmedian.c: (gst_median_link), (gst_median_init):
40470           Fix capsnego.
40471
40472 2004-01-08  Julien MOUTTE  <julien@moutte.net>
40473
40474         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_create): Using XOverlay
40475         public method to fire size signal.
40476
40477 2004-01-07  Julien MOUTTE  <julien@moutte.net>
40478
40479         * examples/gstplay/Makefile.am: Adding the interface library.
40480         * gst-libs/gst/play/Makefile.am: Adding the interface library.
40481         * gst-libs/gst/play/gstplay.c: (gst_play_set_video_sink): Connecting to         the XOverlay size signal instead of GstVideoSink.
40482         * gst-libs/gst/play/gstplay.h: Including the XOverlay interface to check
40483         GST_IS_X_OVERLAY before signal connect.
40484         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_class_init):
40485         Removing the have_video_size signal.
40486         * gst-libs/gst/video/gstvideosink.h: Removing the have_video_size signal
40487         and associated public method.
40488         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
40489         (gst_ximagesink_sinkconnect): Using XOverlay public method to fire size
40490         signal.
40491         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
40492         (gst_xvideosink_xwindow_new): Using XOverlay public method to fire size
40493         signal.
40494         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sinkconnect):
40495         Using XOverlay public method to fire size signal.
40496
40497 2004-01-07  David Schleef  <ds@schleef.org>
40498
40499         * gst/videofilter/Makefile.am:
40500         * gst/videofilter/gstvideotemplate.c:
40501         * gst/videofilter/make_filter:
40502         Create gstvideoexample.c in a srcdir!=builddir friendly way.
40503         Convert make_filter to /bin/sh script.
40504
40505 2004-01-07  Thomas Vander Stichele  <thomas at apestaart dot org>
40506
40507         * gst/modplug/gstmodplug.cc: fix element description
40508
40509 2004-01-07  Julien MOUTTE  <julien@moutte.net>
40510
40511         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
40512         (got_video_size): Adding some new lines in g_print calls.
40513         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
40514         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_xwindow_resize),
40515         (gst_ximagesink_handle_xevents), (gst_ximagesink_fixate),
40516         (gst_ximagesink_sinkconnect), (gst_ximagesink_change_state),
40517         (gst_ximagesink_chain), (gst_ximagesink_buffer_new),
40518         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size):
40519         Complete code review, reverting some stuff i disagree with, adding
40520         some fixes : time synchronization on invalid timestamps, renegotiation
40521         of private window.
40522         * sys/ximage/ximagesink.h:
40523         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_destroy),
40524         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_handle_xevents),
40525         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
40526         (gst_xvimagesink_fixate), (gst_xvimagesink_sinkconnect),
40527         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
40528         (gst_xvimagesink_buffer_new),
40529         (gst_xvimagesink_navigation_send_event),
40530         (gst_xvimagesink_set_xwindow_id),
40531         (gst_xvimagesink_get_desired_size),
40532         (gst_xvimagesink_xoverlay_init): Complete code review, reverting some
40533         stuff i disagree with, adding some fixes : Renegotiation of private
40534         window, implementing get_desired_size.
40535
40536 2004-01-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40537
40538         * ext/audiofile/gstafsink.c: (gst_afsink_init), (gst_afsink_chain),
40539         (gst_afsink_handle_event):
40540         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
40541         * gst/avi/gstavimux.c: (gst_avimux_request_new_pad):
40542         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_init):
40543         * sys/dxr3/dxr3spusink.c: (dxr3spusink_init):
40544         * sys/dxr3/dxr3videosink.c: (dxr3videosink_init):
40545           Fix for instantiate-test (see core). Also remove dead code from
40546           jpegenc (which still needs fixing, but that's lower on my TODO
40547           list...).
40548         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
40549           Never return NULL as caps.
40550
40551 2004-01-07  David Schleef  <ds@schleef.org>
40552
40553         * configure.ac:
40554         * ext/Makefile.am:
40555         * ext/librfb/Makefile.am:
40556         * ext/librfb/gstrfbsrc.c:
40557         New source plugin based on librfb-0.1.  RFB (remote framebuffer)
40558         is the protocol used by VNC.
40559
40560 2004-01-07  David Schleef  <ds@schleef.org>
40561
40562         * gst/videofilter/gstvideotemplate.c:
40563         * gst/videofilter/gstvideotemplate.h:
40564         * gst/videofilter/make_filter:
40565         Merge videotemplate header into source file.
40566         * gst/effectv/Makefile.am:
40567         * gst/effectv/gsteffectv.c: (plugin_init):
40568         * gst/effectv/gstwarp.c:
40569         Make warpTV a subclass of videofilter.
40570
40571 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40572
40573         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
40574           Add guard against invalid utf-8 conversions in mad. Just in case.
40575
40576 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40577
40578         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
40579           Fix for bug shown by poisoning
40580
40581 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40582
40583         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
40584         (gst_v4lmjpegsrc_buffer_free):
40585         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
40586         (gst_v4lsrc_srcconnect), (gst_v4lsrc_getcaps), (gst_v4lsrc_get),
40587         (gst_v4lsrc_buffer_free):
40588           Fix for removed bufferpools.
40589
40590 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
40591
40592         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
40593         Fix caps negotiation.
40594
40595         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
40596         (dvdnavsrc_update_buttoninfo), (dvdnavsrc_get),
40597         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
40598         (dvdnavsrc_event):
40599         * ext/mpeg2dec/gstmpeg2dec.c:
40600         * gst-libs/gst/navigation/navigation.c:
40601         (gst_navigation_send_key_event), (gst_navigation_send_mouse_event):
40602         * gst-libs/gst/navigation/navigation.h:
40603         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_handle_src_event):
40604         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
40605         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
40606         Super-simple first version of mouse and keyboard events. Clicking
40607         on a DVD menu now works, although it may not take you where you
40608         expected.
40609
40610         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
40611         * gst/videotestsrc/gstvideotestsrc.c:
40612         (gst_videotestsrc_src_fixate):
40613         These fixate functions were broken - they never actually
40614         fixated :)
40615
40616 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40617
40618         * ext/shout/gstshout.c: (gst_icecastsend_base_init),
40619         (gst_icecastsend_init):
40620           fix for new caps system.
40621         * gst-libs/gst/mixer/mixertrack.h:
40622         * sys/oss/gstossmixer.c: (gst_ossmixer_build_list):
40623           Add 'master track' flag (for tools like ACME that only want to
40624           change the main volume).
40625
40626 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
40627
40628         * ext/xvid/gstxvid.c: (gst_xvid_structure_to_csp),
40629         (gst_xvid_csp_to_caps):
40630         * ext/xvid/gstxviddec.c: (gst_xviddec_src_getcaps):
40631         * ext/xvid/gstxvidenc.c:
40632         ifdef out ARGB type when it isn't available
40633         in xvidcore 1.0.0beta2
40634
40635 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40636
40637         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
40638           When we have received a new SCR right in the first buffer after
40639           a seek (so in the same cycle that handles the discont), we should
40640           handle the buffer instead of unreffing it, else we lose data.
40641
40642 2004-01-06  Iain <iain@prettypeople.org>
40643
40644         * gst/intfloat/gstint2float.c (gst_int2float_link): Set the
40645           buffer-frames caps too.
40646
40647         * gst/oneton/gstoneton.c (gst_oneton_sink_connect): Only create the new
40648           caps that we need, don't destroy them all and rebuild them. And when
40649           creating src pads, use the src pad template rather than the sink...
40650
40651 2004-01-05  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40652
40653         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
40654           Add pad to element *after* setting functions such as event handler.
40655           Without this, the scheduler (opt) will link pads, set the event
40656           handler from the default event function (dispatcher in gstpad.c)
40657           and *after* that, we will set our own event function, which will
40658           thus never be used (and thus mpegdemux doesn't handle events).
40659
40660 2004-01-04  David Schleef  <ds@schleef.org>
40661
40662         Fix the fixate functions to handle new prototype:
40663         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
40664         * gst/videotestsrc/gstvideotestsrc.c:
40665         (gst_videotestsrc_src_fixate):
40666         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
40667         * sys/ximage/ximagesink.c: (gst_ximagesink_fixate):
40668         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
40669
40670 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40671
40672         * sys/ximage/ximagesink.h:
40673         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
40674         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_sinkconnect),
40675         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
40676         (gst_ximagesink_xoverlay_init):
40677           assorted fixes to make (re)embedding work
40678         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect),
40679         (gst_ximagesink_get_desired_size):
40680           implement desired size additions to XOverlay
40681
40682 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40683
40684         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init),
40685         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_get_desired_size),
40686         (gst_x_overlay_got_desired_size):
40687         * gst-libs/gst/xoverlay/xoverlay.h:
40688           Add optional "desired size" signal and querying.
40689
40690 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40691
40692         * gst/matroska/matroska-demux.c:
40693         (gst_matroska_demux_parse_blockgroup):
40694           Fix EBML-laced block parsing. Diffs are relative to previous
40695           lace, not the first lace. Thanks to Mosu from the Matroska
40696           team for detecting this.
40697         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
40698         (gst_wavparse_parse_fmt), (gst_wavparse_getcaps),
40699         (gst_wavparse_handle_sink_event), (gst_wavparse_loop),
40700         (gst_wavparse_change_state):
40701         * gst/wavparse/gstwavparse.h:
40702           Quickfix for capsnego.
40703
40704 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40705
40706         * gst/wavenc/gstwavenc.c: (set_property), (gst_wavenc_init):
40707           Fix indenting, fix pad creation.
40708
40709 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40710
40711         * ext/xvid/gstxviddec.c: (gst_xviddec_init),
40712         (gst_xviddec_src_getcaps), (gst_xviddec_src_link),
40713         (gst_xviddec_sink_link):
40714           Implement src_getcaps() so proper size caps is negotiated.
40715
40716 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40717
40718         * ext/flac/gstflacdec.c: (gst_flacdec_loop):
40719           Finish flac decoder on EOS. See #116178.
40720
40721 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40722
40723         * gst/matroska/matroska-demux.c: (gst_matroska_demux_src_getcaps),
40724         (gst_matroska_demux_add_stream):
40725         * gst/matroska/matroska-ids.h:
40726           Add getcaps() function to fix capsnego...
40727
40728 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40729
40730         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
40731         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
40732         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
40733           Fix more integer overflows. Again, see #126967.
40734
40735 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40736
40737         * ext/mpeg2dec/gstmpeg2dec.c:
40738           Add support for mpeg2dec-0.4.0 (released two weeks ago). See
40739           #130416.
40740
40741 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40742
40743         * configure.ac:
40744         * ext/xvid/gstxvid.c: (gst_xvid_init), (gst_xvid_error),
40745         (gst_xvid_structure_to_csp), (gst_xvid_csp_to_caps):
40746         * ext/xvid/gstxvid.h:
40747         * ext/xvid/gstxviddec.c: (gst_xviddec_class_init),
40748         (gst_xviddec_init), (gst_xviddec_setup), (gst_xviddec_chain),
40749         (gst_xviddec_src_link), (gst_xviddec_sink_link),
40750         (gst_xviddec_change_state):
40751         * ext/xvid/gstxviddec.h:
40752         * ext/xvid/gstxvidenc.c: (gst_xvidenc_profile_get_type),
40753         (gst_xvidenc_base_init), (gst_xvidenc_class_init),
40754         (gst_xvidenc_init), (gst_xvidenc_setup), (gst_xvidenc_chain),
40755         (gst_xvidenc_link), (gst_xvidenc_set_property),
40756         (gst_xvidenc_get_property), (gst_xvidenc_change_state):
40757         * ext/xvid/gstxvidenc.h:
40758           Update xvid plugin to latest xvid (1.0.0-beta3) API.
40759
40760 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40761
40762         * gst/rtp/rtp-packet.c:
40763           Add sys/types.h include, since OS X doesn't define in_addr_t
40764           in netinet/in.h, like it does on Linux (see #129600).
40765
40766 2004-01-03  Thomas Canty <tommydal@optushome.com.au>
40767
40768         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
40769
40770         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_dispose):
40771           Correct logic of dispose function (see #129306).
40772
40773 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40774
40775         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_pes):
40776         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
40777         (gst_mpeg_parse_init):
40778         * gst/mpegstream/gstmpegparse.h:
40779           Remove clock (which was never provided, i.e. dead code), and
40780           also fix integer overflows at high PTS values (see #126967).
40781
40782 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40783
40784         * ext/flac/gstflacdec.c:
40785         * ext/libpng/gstpngenc.h:
40786         * ext/mikmod/gstmikmod.h:
40787           OS X fixes (see #126628).
40788
40789 2004-01-02  David Schleef  <ds@schleef.org>
40790
40791         * ext/alsa/gstalsasrc.c: (gst_alsa_src_pad_factory),
40792         (gst_alsa_src_base_init): Remove bogus "src" request pad.
40793         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_base_init),
40794         (gst_mpeg_parse_class_init): Move pad template registration
40795         to class_init, since the derived class (mpegdemux) doesn't
40796         want them.
40797
40798 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40799
40800         * sys/ximage/Makefile.am:
40801         * sys/xvideo/Makefile.am:
40802         * sys/xvimage/Makefile.am:
40803           Move interface libs from LDFLAGS to LIBADD, fix relocation errors
40804           after installation (see #127664).
40805
40806 2004-01-02  David Schleef  <ds@schleef.org>
40807
40808         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_init),
40809         (gst_ffmpegenc_connect):  Negotiation fixes.
40810         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_negotiate_format):
40811         Remove inappropriate gst_caps_free().
40812         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
40813         Reenable Ronald's internal resize code, since the core handles
40814         it correctly now.
40815
40816 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40817
40818         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
40819         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
40820         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init), (gst_v4lsrc_init):
40821           Fix pad template stuff.
40822
40823 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40824
40825         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
40826         * gst/matroska/ebml-write.c: (gst_ebml_write_sint):
40827           fix signed integer reading/writing.
40828
40829 2004-01-02  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40830
40831         * ext/alsa/README:
40832           Remove outdated document
40833
40834 2004-01-03  Jan Schmidt  <thaytan@mad.scientist.com>
40835
40836         * gst/cutter/gstcutter.c: (gst_cutter_init):
40837           src pad was being created twice - oops.
40838
40839 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40840
40841         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
40842           Comment out internal resize. It doesn't handle the resulting
40843           XEvent internally, does another try_set_caps() which leads to
40844           a really nice loop.
40845           Real fix will come when Julien and Dave are awake. ;).
40846
40847 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40848
40849         * ext/mpeg2enc/gstmpeg2enc.cc:
40850           fix const/nonconst compile issue.
40851
40852 2004-01-02  David Schleef  <ds@schleef.org>
40853
40854         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate),
40855         (gst_xvimagesink_sinkconnect), (gst_xvimagesink_init):
40856         Add fixate function and a check for bad formats.
40857
40858 2004-01-01  David Schleef  <ds@schleef.org>
40859
40860         Negotiation fixes:
40861         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
40862         (gst_audiofilter_init):
40863         * gst/debug/efence.c: (gst_efence_init):
40864         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
40865         (gst_deinterlace_init):
40866         * gst/volume/gstvolume.c: (volume_connect):
40867
40868 2004-01-01  David Schleef  <ds@schleef.org>
40869
40870         Convert elements to use gst_pad_use_explicit_caps() where
40871         appropriate:
40872         * ext/a52dec/gsta52dec.c: (gst_a52dec_init), (gst_a52dec_reneg):
40873         * ext/audiofile/gstafparse.c: (gst_afparse_init),
40874         (gst_afparse_open_file):
40875         * ext/audiofile/gstafsrc.c: (gst_afsrc_init),
40876         (gst_afsrc_open_file):
40877         * ext/esd/esdmon.c: (gst_esdmon_init), (gst_esdmon_get):
40878         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_init),
40879         (gst_ffmpegdec_chain):
40880         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
40881         * ext/flac/gstflacdec.c: (gst_flacdec_init), (gst_flacdec_write):
40882         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init),
40883         (gst_gdk_pixbuf_chain):
40884         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init), (gst_jpegdec_link),
40885         (gst_jpegdec_chain):
40886         * ext/mad/gstmad.c: (gst_mad_init), (gst_mad_chain):
40887         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
40888         (gst_mikmod_negotiate):
40889         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
40890         (gst_mpeg2dec_negotiate_format):
40891         * ext/mpeg2enc/gstmpeg2enc.cc:
40892         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
40893         * ext/speex/gstspeexdec.c: (gst_speexdec_init),
40894         (gst_speexdec_sinkconnect):
40895         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop), (gst_swfdec_init):
40896         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_init),
40897         (gst_vorbisfile_new_link):
40898         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_init),
40899         (gst_ac3parse_chain):
40900         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_add_audio_stream),
40901         (gst_asf_demux_setup_pad):
40902         * gst/auparse/gstauparse.c: (gst_auparse_init),
40903         (gst_auparse_chain):
40904         * gst/id3/gstid3types.c: (gst_id3types_loop):
40905         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
40906         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
40907         (mp1videoparse_parse_seq):
40908         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_init),
40909         (bpf_from_header):
40910         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
40911         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_lpcm_set_caps):
40912         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
40913         (gst_mpeg_parse_send_data):
40914         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
40915         (gst_qtdemux_add_stream):
40916         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
40917         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
40918         (gst_wavparse_parse_fmt):
40919
40920 2004-01-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40921
40922         * configure.ac:
40923           Fix configure check for mpeg2enc. We need 1.6.1.93 instead of
40924           1.6.1.92, since the pkg-config file of 1.6.1.92 is borked and
40925           it therefore uses the wrong include paths. Too bad... Note
40926           that 1.6.1.93 is not release yet. ;).
40927           Also add a check for mplex, which is now using the lib'ified
40928           mplex from mjpegtools, too.
40929         * ext/ffmpeg/gstffmpegcodecmap.c:
40930           Add codec_tag for 3ivx/xvid. For xvid, this should fix playback
40931           issues. I don't think ffmpeg handles 3ivx correctly, so this
40932           probably won't work. But it won't hurt either.
40933         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_connect),
40934         (gst_ffmpegdec_chain):
40935         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect),
40936         (gst_ffmpegenc_chain_audio):
40937           Fix memleak in audio encoding. Close codec if open fails, this
40938           calls the cleanup routines so we can re-use the context.
40939         * ext/mpeg2enc/gstmpeg2enc.cc:
40940           Fix pad template names/types, fix memory issue with getcaps().
40941         * ext/mpeg2enc/gstmpeg2encoder.cc:
40942         * ext/mpeg2enc/gstmpeg2encoder.hh:
40943           Fix compile issue with new caps system (const thingy).
40944         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
40945         * ext/mpeg2enc/gstmpeg2encpicturereader.hh:
40946           We read a first frame right on initing, so that we have a caps
40947           when we init the output. This caps is cached in padprivate and
40948           read as first frame.
40949         * ext/mplex/Makefile.am:
40950         * ext/mplex/gstmplex.cc:
40951         * ext/mplex/gstmplex.h:
40952         * ext/mplex/gstmplex.hh:
40953         * ext/mplex/gstmplexibitstream.cc:
40954         * ext/mplex/gstmplexibitstream.hh:
40955         * ext/mplex/gstmplexjob.cc:
40956         * ext/mplex/gstmplexjob.hh:
40957         * ext/mplex/gstmplexoutputstream.cc:
40958         * ext/mplex/gstmplexoutputstream.hh:
40959           We wrap mjpegtools mplex. So I rewrote the plugin. The old plugin
40960           had issues, didn't do capsnego, supported only a subset of the
40961           mplex features and required a mplex fork in our local CVS. Plus
40962           that it worked agaist a very old mplex version. Rewriting was
40963           faster than updating it.
40964         * gst-libs/ext/Makefile.am:
40965         * gst-libs/ext/mplex/INSTRUCT:
40966         * gst-libs/ext/mplex/Makefile.am:
40967         * gst-libs/ext/mplex/README:
40968         * gst-libs/ext/mplex/TODO:
40969         * gst-libs/ext/mplex/ac3strm_in.cc:
40970         * gst-libs/ext/mplex/audiostrm.hh:
40971         * gst-libs/ext/mplex/audiostrm_out.cc:
40972         * gst-libs/ext/mplex/aunit.hh:
40973         * gst-libs/ext/mplex/bits.cc:
40974         * gst-libs/ext/mplex/bits.hh:
40975         * gst-libs/ext/mplex/buffer.cc:
40976         * gst-libs/ext/mplex/buffer.hh:
40977         * gst-libs/ext/mplex/fastintfns.h:
40978         * gst-libs/ext/mplex/format_codes.h:
40979         * gst-libs/ext/mplex/inputstrm.cc:
40980         * gst-libs/ext/mplex/inputstrm.hh:
40981         * gst-libs/ext/mplex/lpcmstrm_in.cc:
40982         * gst-libs/ext/mplex/mjpeg_logging.cc:
40983         * gst-libs/ext/mplex/mjpeg_logging.h:
40984         * gst-libs/ext/mplex/mjpeg_types.h:
40985         * gst-libs/ext/mplex/mpastrm_in.cc:
40986         * gst-libs/ext/mplex/mpegconsts.cc:
40987         * gst-libs/ext/mplex/mpegconsts.h:
40988         * gst-libs/ext/mplex/mplexconsts.hh:
40989         * gst-libs/ext/mplex/multplex.cc:
40990         * gst-libs/ext/mplex/outputstream.hh:
40991         * gst-libs/ext/mplex/padstrm.cc:
40992         * gst-libs/ext/mplex/padstrm.hh:
40993         * gst-libs/ext/mplex/stillsstream.cc:
40994         * gst-libs/ext/mplex/stillsstream.hh:
40995         * gst-libs/ext/mplex/systems.cc:
40996         * gst-libs/ext/mplex/systems.hh:
40997         * gst-libs/ext/mplex/vector.cc:
40998         * gst-libs/ext/mplex/vector.hh:
40999         * gst-libs/ext/mplex/videostrm.hh:
41000         * gst-libs/ext/mplex/videostrm_in.cc:
41001         * gst-libs/ext/mplex/videostrm_out.cc:
41002         * gst-libs/ext/mplex/yuv4mpeg.cc:
41003         * gst-libs/ext/mplex/yuv4mpeg.h:
41004         * gst-libs/ext/mplex/yuv4mpeg_intern.h:
41005         * gst-libs/ext/mplex/yuv4mpeg_ratio.cc:
41006           We don't fork mjpegtools' mplex in our CVS anymore.
41007         * gst/avi/gstavidemux.c: (gst_avi_demux_src_getcaps),
41008         (gst_avi_demux_add_stream):
41009         * gst/avi/gstavidemux.h:
41010           Add getcaps() function for proper caps nego. This makes some
41011           parts of AVI playback/reading work.
41012         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
41013           Resize window on new capsnego. This is probably wrong, but
41014           I'm still committing it because with current capsnego, the
41015           first successfull capsnego is auto-fixated, therefore rounded
41016           down to the lowest values in the caps. this results in a 16x16
41017           XWindow that is not reized when real capsnego finishes.
41018           Dave, I see more cases of this, do you know a proper solution?
41019         * tools/gst-launch-ext.in:
41020           Fix MPEG-4 AAC (Apple iPod/iTunes) file commandline.
41021
41022 2003-12-31  David Schleef  <ds@schleef.org>
41023
41024         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get):
41025         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):
41026           Change gst_pad_proxy_link() to gst_pad_try_set_caps()
41027
41028 2003-12-30  David Schleef  <ds@schleef.org>
41029
41030         * ext/ffmpeg/gstffmpegcolorspace.c:
41031         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
41032         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_init),
41033         (gst_ffmpegcsp_chain): Negotiation fixes
41034         * ext/mad/gstmad.c: (gst_mad_chain): Negotiation fixes
41035         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
41036         (gst_audio_convert_link), (gst_audio_convert_channels):
41037         * gst/audioscale/gstaudioscale.c: (gst_audioscale_getcaps),
41038         (gst_audioscale_link), (gst_audioscale_get_buffer),
41039         (gst_audioscale_chain): Negotiation fixes
41040         * gst/audioscale/gstaudioscale.h:
41041         * gst/videofilter/gstvideofilter.c:
41042         (gst_videofilter_format_get_structure), (gst_videofilter_getcaps),
41043         (gst_videofilter_link), (gst_videofilter_init),
41044         (gst_videofilter_set_output_size), (gst_videofilter_setup),
41045         (gst_videofilter_find_format_by_structure):
41046         * gst/videofilter/gstvideofilter.h: Negotiation fixes
41047         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
41048         (gst_videoscale_link):
41049         * gst/videoscale/videoscale.c: (videoscale_get_structure),
41050         (videoscale_find_by_structure), (gst_videoscale_setup):
41051         * gst/videoscale/videoscale.h: Negotiation fixes
41052         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
41053         (gst_ximagesink_fixate), (gst_ximagesink_init): Add a fixate
41054         function, restrict resizing to a multiple of 4 (hack until
41055         everyone supports odd sizes correctly).
41056
41057 2003-12-29  Colin Walters  <walters@verbum.org>
41058
41059         * ext/esd/esdsink.c (gst_esdsink_link): Fix typo; get depth instead of
41060         signed.
41061
41062 2003-12-30  Jan Schmidt <thaytan@mad.scientist.com>
41063
41064         * ext/sndfile/gstsf.c: (gst_sf_loop):
41065           Fix warning about discarding const qualifier
41066
41067 2003-12-27  Jeremy Simon   <jesimon@libertysurf.fr>
41068
41069         * gst/cutter/gstcutter.c:
41070         * gst/videoscale/gstvideoscale.c:
41071         * gst/volenv/gstvolenv.c:
41072         * gst-libs/gst/audio/audio.c:
41073         * gst-libs/gst/video/video.c:
41074           Fix warnings
41075
41076 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41077
41078         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
41079           Don't send ALSA debugging to stderr.
41080         * ext/alsa/gstalsa.h:
41081           Use GST_WARNING instead of g_warning when ALSA functions fail.
41082
41083 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41084
41085         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
41086           Free XVAdapterInfo correctly.
41087
41088 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41089
41090         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
41091         (gst_id3_tag_do_caps_nego), (gst_id3_tag_src_link):
41092           Make id3tag use correct caps nego.
41093
41094 2003-12-27  Amaury Jacquot <sxpert@esitcom.org>
41095
41096         * ext/ivorbis/vorbis.c:
41097         * ext/ivorbis/vorbisenc.h:
41098         * ext/ivorbis/vorbisfile.c:
41099           Modify so that it uses the new caps things
41100
41101 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41102
41103         * testsuite/spider/spider1.c: (main):
41104         * testsuite/spider/spider2.c: (main):
41105         * testsuite/spider/spider3.c: (main):
41106           Make tests compile again. They probably don't work.
41107
41108 2003-12-24  Colin Walters  <walters@verbum.org>
41109
41110         * sys/oss/gstosssink.c (gst_osssink_sink_fixate): Return NULL if
41111         we can't fixate the caps anymore.
41112
41113 2003-12-23  David Schleef  <ds@schleef.org>
41114
41115         * gst/volume/gstvolume.c: (volume_init): Proxy getcaps.
41116         * sys/oss/gstosssink.c: (gst_osssink_init),
41117         (gst_osssink_sink_fixate): Add fixate function.
41118
41119 2003-12-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41120
41121         * ext/ffmpeg/gstffmpegcodecmap.c:
41122         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_getcaps),
41123         (gst_ffmpegcsp_srcconnect_func), (gst_ffmpegcsp_sinkconnect),
41124         (gst_ffmpegcsp_srcconnect), (gst_ffmpegcsp_get_type),
41125         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
41126         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
41127         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
41128         (gst_ffmpegcsp_get_property), (gst_ffmpegcsp_register):
41129           fix typo in RGB masks, and move back to "old" colorspace
41130           capsnego code until whoever wrote this new crap has actually
41131           tested it so that it works.
41132           And yes, this works, keep it that way please.
41133
41134 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41135
41136         * ext/divx/gstdivxdec.c: (gst_divxdec_base_init),
41137         (gst_divxdec_init), (gst_divxdec_negotiate):
41138         * ext/divx/gstdivxdec.h:
41139         * ext/divx/gstdivxenc.c: (gst_divxenc_base_init),
41140         (gst_divxenc_init):
41141         * ext/faac/gstfaac.c: (gst_faac_base_init), (gst_faac_init),
41142         (gst_faac_sinkconnect), (gst_faac_srcconnect):
41143         * ext/mpeg2enc/gstmpeg2enc.cc:
41144         * ext/mpeg2enc/gstmpeg2encoder.cc:
41145         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
41146         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_base_init),
41147         (dxr3audiosink_init), (dxr3audiosink_pcm_sinklink):
41148         * sys/dxr3/dxr3spusink.c: (dxr3spusink_base_init),
41149         (dxr3spusink_init):
41150         * sys/dxr3/dxr3videosink.c: (dxr3videosink_base_init),
41151         (dxr3videosink_init):
41152           Fix caps breakage after Dave's caps branch merge.
41153
41154 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41155
41156         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
41157           Fix for 24bpp display.
41158
41159 2003-12-23  Colin Walters  <walters@verbum.org>
41160
41161         * ext/gnomevfs/gstgnomevfssink.c: Add ARG_HANDLE property that takes
41162         a GnomeVFSHandle directly.
41163
41164 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41165
41166         * gst/volume/Makefile.am:
41167         * gst/volume/gstvolume.c: (volume_connect), (volume_parse_caps),
41168         (volume_base_init), (volume_init):
41169           Reenable volume element and fix to work with new caps stuff.
41170           Rhythmbox needs this.
41171
41172 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41173
41174         * gst/qtdemux/qtdemux.c: (plugin_init):
41175           qtdemux requires bytestream
41176
41177 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41178
41179         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_link):
41180           Fix remaining caps handling errors due to CAPS merge.
41181
41182 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41183
41184         * ext/faad/gstfaad.c: (gst_faad_base_init), (gst_faad_init),
41185         (gst_faad_sinkconnect), (gst_faad_srcgetcaps),
41186         (gst_faad_srcconnect):
41187           Port to new caps system.
41188
41189 2003-12-21  Julien MOUTTE  <julien@moutte.net>
41190
41191         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
41192         (got_video_size), (main): using g_print instead of g_message.
41193         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup): Fixing EOS
41194         signal which was not emitted because of "switch" element added to the
41195         bin but not connected. (Removing from the bin temporarily)
41196
41197 2003-12-21  Julien MOUTTE  <julien@moutte.net>
41198
41199         * configure.ac: X_DISPLAY_MISSING is set to 1 if AC_PATH_XTRA fails to
41200         find X development files. I don't understand the previous tests and
41201         they fail on my debian/ppc unstable. This one works.
41202         * examples/gstplay/player.c: (main): Set the pipeline to READY before
41203         exiting.
41204         * gst-libs/gst/play/gstplay.c: (gst_play_get_length_callback),
41205         (gst_play_set_video_sink), (gst_play_set_audio_sink),
41206         (gst_play_set_visualization): Add some safety checks in set_ methods
41207         and state_change. This was throwing some ugly CRITICAL messages when
41208         pipeline was getting disposed and casts were failing.
41209
41210 2003-12-21  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41211
41212         * configure.ac:
41213           Improve mpeg2enc detection. This is for distributions that do
41214           ship mjpegtools, but without mpeg2enc. Also does object check
41215           for might there ever be ABI incompatibility.
41216         * ext/mpeg2enc/gstmpeg2enc.cc:
41217           Add Andrew as second maintainer (he's helping me), and also add
41218           an error if no caps was set. This happens if I pull before capsnego
41219           and that's something I should solve sometime else.
41220         * gst/matroska/matroska-demux.c:
41221         (gst_matroska_demux_parse_blockgroup):
41222           Fix time parsing.
41223         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link),
41224         (gst_matroska_mux_track_header):
41225           Add caps to templates.
41226         * gst/mpegaudioparse/gstmpegaudioparse.c: (mp3_sink_factory):
41227           Add mpegversion=1 to prevent confusion with MPEG/AAC.
41228         * gst/mpegstream/gstmpegdemux.c:
41229           Remove layer since it causes warnings about unfixed caps.
41230         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
41231           Fix obvious typo (we error out if caps were set, we should of
41232           course error out if *no* caps were set).
41233         * sys/oss/gstosselement.c: (gst_osselement_convert):
41234           Fix format conversion, we confused bits/bytes.
41235         * sys/oss/gstosselement.h:
41236           Improve documentation for 'bps'.
41237         * sys/v4l/TODO:
41238           Remove stuff about plugins that need removing - this was done
41239           ages ago.
41240         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init),
41241         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query):
41242         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_src_convert),
41243         (gst_v4lsrc_src_query):
41244         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
41245         (gst_v4l2src_src_convert), (gst_v4l2src_src_query):
41246           Add get_query_types(), get_formats() and query() functions.
41247
41248 2003-12-21  Thomas Vander Stichele  <thomas at apestaart dot org>
41249
41250         * ChangeLog: moved to gstreamer/docs/random/old/ChangeLog.gst-plugins
41251           * moved CVS to freedesktop.org